@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
	height:100%;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
z-index: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*--------------------
 *    Default
 *--------------------*/
html {
  overflow-y: scroll;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

/*hr, legend {
  display: none;
}*/

img, abbr, acronym, fieldset {
  border: 0;
}

a, label {
  cursor: pointer;
}

img {
  vertical-align: bottom;
    height: auto;
}

ol {
  list-style: decimal;
  padding: 0 0 0 5px;
  margin-bottom: 1em;
}

.req-red {
	color: red;
	font-size: .9em;
}

hr.A{
	border-top: 1px solid #ccc;
	margin:0 0 10px 0;
}

hr.B{
  border-top: 1px solid #ccc;
  margin:10px 0 10px 0;
}

.sp-only {
    display: none; } 

@media screen and (max-width: 640px) {
.pc-only {
    display: none !important; } 
.sp-only {
    display:block;} 
}

.ttl01{
	font-weight: bold;
}
/*--------------------
*    PAGE TOP
*--------------------*/
#pagetop {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
}
#pagetop a {
	width: 64px;
	padding: 0px 0;
	text-align: center;
	display: block;
}

#pagetop img#pagetop-sp {
	display: none;
}

@media screen and (max-width: 640px) {
#pagetop {
	position: fixed;
	bottom: -30px;
	right: 10px;
}
	
#pagetop a {
	width: 50px;
	height: 50px;
	padding: 30px 0;
	text-align: center;
	display: block;
}
#pagetop img#pagetop-sp {
	display: block;
}
#pagetop img#pagetop-pc {
	display: none;
}
}

.inner_gaiyou p{
	margin: 0 0 0.8em 0;
}


.inner_gaiyou .style1{
	color:#232323;
	margin: 0 0 1em 2em;
	list-style: none;
	display: list-item;
}

@media only screen and (max-width: 640px) {
.inner_gaiyou .style1{
		color:#232323;
	margin: 0em 0.5em 0.5em 1em;
	list-style: none;
	display: list-item;
}
}

.inner_gaiyou  .style1:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #990033;
	position: relative;
	left: -15px;
	top: -3px;
}

/*########## お申し込み方法リスト ###########*/
.inner_gaiyou  ol {
	list-style:none;/* olがはき出す数字を消す */
	counter-reset: number; /* 名前を付けたカウンターをリセット */
}

.inner_gaiyou  ol.li_style1　{
	margin: 0;
	padding: 0;
}

.inner_gaiyou  ol.li_style1 li{
	margin: 1em 0 1em 0 !important;
}

.inner_gaiyou  ol.li_style1 li:before{
	/* カウンタ（数字になる部分） */
	counter-increment: number; /* 任意の名前を付ける */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	font-size: 1.5em;
	font-weight: bold;
	color: #7a0d36;
	padding-right: .75em;
}
	
.style9 {
	font-size: 1.25em;
	font-weight: bold;
}

.style9_small {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2em;
	vertical-align: -1em;
}
	
	
.page_tr_margin {
	margin: 1.5em 0;
}

@media screen and (max-width: 640px) {
ol.li_style1 li:before{
	padding-right: 1.5em;
}
}
/*########## 下矢印 ###########*/
span.triangle:before {
    display: none;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    width: 20px;
    height: 20px;
    background: #fff;
}

span.triangle:after {
    display: none;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -9px;
    width: 20px;
    height: 20px;
    background: #fff;
}


.center-arrow01 {
 	position: absolute;
  	left: 30%;
}


/*--------------------
*    sidebar
*--------------------*/

@media only screen and (max-width: 640px) {
	#section03{
		float: none;
		width: 100%;
		padding:15px 15px 0;
		margin-bottom:20px;
		margin-top: 0;
	}
}

#sidebar-top{
	height: 100%;
	min-height: 100%;
	float: left;
	top:0;
	vertical-align:top;
    position: relative;
    box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
#sidebar-top{
  float: none;
  width: 300px;
  margin: 20px auto;
  height: auto !important;
}
}

#sidebar-wrap{
	background-image: url(../img/bg_dots_2.png);
	background-blend-mode:multiply;
	z-index: 2;
	height: 100%;
	min-height: 100%;
	float: right;
	top:0;
	overflow: hidden;
	vertical-align:top;
    position: relative;
    width:220px;
    padding-bottom: 32768px;
    margin-bottom: -32768px;
    background-color: rgba(234, 234, 234, 0.5);
    box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
#sidebar-wrap{
  float: none;
  width: 100%;
  margin: 20px auto;
	    padding-bottom: 0px;
    margin-bottom: 0px;
  height: auto !important;
}
}


@media print {
#sidebar-wrap{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
}


#sidebar {
    box-sizing: border-box;
  width: 300px;
	padding: 0px;
	float: right;
}

#sidebar img{
    margin:0 0 10px 0;
}

@media only screen and (max-width: 1210px) {
#sidebar {
  padding: 0px;
}
}
@media only screen and (max-width: 640px) {
	#sidebar {
		float: none;
		width: 100%;
		margin-top: 0;
    	padding: 0px;
	}
}
#sidebar h2 {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 20px;
	padding-right: 10px;
}
#sidebar h2 img { vertical-align: middle;}
#sidebar h2 span.titleJp {
	color: #7a0d36;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}
#sidebar h2 ul {
    float: right;
    line-height: 1;
    vertical-align: baseline;
}
#sidebar h2 ul li {
    float: left;
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 0;
    overflow: hidden;
    vertical-align: baseline;
    padding-top: 8px;
}
@media only screen and (max-width: 1210px) {
	#sidebar h2 ul {
		float: none;
	}
	#sidebar h2 ul li {
		padding-top: 4px;
	}
}
@media only screen and (max-width: 640px) {
	#sidebar h2 img {
		width: 110px;
	}
	#sidebar h2 ul {
		float: right;
	}
}
#sidebar h2 ul li a {
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
	font-weight: normal;
    line-height: 1;
    background: #666;
    display: table;
    width: 85px;
    height: 25px;
    padding: 8px 0 0 13px;
    position: relative;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

@media only screen and (max-width: 640px) {
#sidebar h2 ul li a {
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
	font-weight: normal;
    line-height: 1;
    background: #666;
    display: table;
    width: 80%;
    height: 25px;
    padding: 8px 0 0 13px;
    position: relative;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
}

#sidebar h2 ul li a:hover {
	background: #7a0d36;
	
}
#sidebar h2 ul li a span.icon--linkArr {
    background: url(../img/icon_linkArr02_2.png) center center no-repeat;
    position: absolute;
    right: 0px;
    top: 6px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#sidebar h2 ul li a span.icon--linkArr {
    right: 0;
}
}

#sidebarListWrap {
	padding: 0 0 30px 0;
}

#sidebarList {
	padding-right: 20px;
}
#sidebarList li {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	border-bottom: #ccc solid 1px;
	overflow:hidden;
}
#sidebarList li .sidebarThumb {
	width: 60px;
	float: right;
	margin-left: 5px;
	line-height: 0;
}
#sidebarList li .sidebarDate {
	font-size: 0.688rem;
	font-weight: bold;
	color: #7a0d36;
	margin-bottom: 5px;
	line-height:1; 
}
#sidebarList li .sidebarTitle {
	margin: 0;
	line-height: 1.2;
	max-height: 35px;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 640px) {
#sidebarList li .sidebarTitle {
	max-height: 38px;
}
}
#sidebarList li .sidebarTitle a {
	font-size: 0.75rem;
	color: #333;
    text-decoration: none;
}
#sidebarList li .sidebarTitle a:hover { opacity: 0.6;}

@media only screen and (max-width: 1160px) {
#sidebarList li .sidebarTitle a {
	font-size: 0.6875rem;
}
}

#sidebarListWrap .bx-wrapper .bx-prev,
#sidebarListWrap .bx-wrapper .bx-next {
	width: 18px;
	height: 15px;
    bottom: -30px;
	top: inherit;
}
#sidebarListWrap .bx-wrapper .bx-prev {
    background: url(../img/btn_slide_top.png) no-repeat center center;
    bottom: -35px;
    margin-left: -28px;
}
#sidebarListWrap .bx-wrapper .bx-next {
    background: url(../img/btn_slide_bottom.png) no-repeat center center;
    bottom: -35px;
    margin-left: 10px;
}
#sidebarListWrap .bx-wrapper .bx-controls-direction a {
    position: absolute;
    left: 50%;
    margin-top: 0;
    outline: 0;
}

@media only screen and (max-width: 640px) {
#sidebar h2 ul li a {
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
    font-weight: normal;
    line-height: 1;
    background: #666;
    display: table;
    width: 70px;
    height: 20px;
    padding: 5px 10px;
    position: relative;
}
#sidebar h2 ul li a span.icon--linkArr {
    background: url(../img/icon_linkArr02_2.png) center center no-repeat;
    background-size: 5px auto;
    right: 7px;
    top: 6px;
    width: 5px;
    height: 9px;
    margin: 0;
}

#sidebar h2 {
	font-size: 28px;
	letter-spacing: 0px;
	margin-bottom: 10px;
    padding-right: 0;
}
#sidebar h2 span.titleJp {
	font-size: 14px;
	margin-bottom: 30px;
}
#sidebar h2 ul {
    padding-top: 2px;
}
#sidebarList {
}
#sidebarList li .sidebarThumb {
	display: none;
}
#sidebarList li .sidebarTitle a {
	font-size: 12px;
}

}
.linkimg__list#linkimg__list{
  display: block;
}
.linkimg__list#linkimg__list__sp {
  display: none;
}
@media only screen and (max-width: 640px) {
.linkimg__list#linkimg__list{
  display: none;
}
.linkimg__list#linkimg__list__sp {
  display: block;
}
}

.linkimg__list{
  margin-right: 42px;
}
@media only screen and (max-width: 640px) {
.linkimg__list{
  margin-right: 40px;
}
}

.linkimg__list .bx-viewport{
  height: 100%;
}
.ie .linkimg__list .bx-viewport{
  height: 370px;
}
@media only screen and (max-width: 640px) {
.linkimg__list .bx-viewport {
  padding-bottom: 0px;
}
}

.linkimg__list ul {
  margin-bottom: -20px;
  height: 100%;
}

.linkimg__list ul li {
	border:1px solid #e1e1e1;
	padding:10px 10px;
  max-width: 250px;
  box-sizing:border-box;
  height: 100%;
}
@media only screen and (max-width: 640px) {
	.linkimg__list ul li {
    height: 215px;
		padding:6px;
	}
}
.linkimg__list ul .linkimg__item {
  margin-bottom: 0 !important;
	width:100%;
  height: auto;
	background:none;
	border-radius:0px;
	box-shadow:none;
}
@media only screen and (max-width: 640px) {
	.linkimg__list ul .linkimg__item {
		width:100%;
	}
}

.img{
	z-index: 1;
}
.linkimg__list li .linkimg__item .imgBox img{
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}

.label1{
	color:#fff;
  min-width: 40px;
  height: 15px;
  background-color: #910537;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
	letter-spacing: 0.1em;
	top:-15px;
	position:relative;
}


.label2-b{
	color:#fff;
  *zoom: 1;
  min-width: 60px;
  height: 15px;
  background-color: #000066;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
	top:-15px;
	position:relative;
}
.label2-i{
	color:#fff;
  *zoom: 1;
  min-width: 60px;
  height: 15px;
  background-color: #006633;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
		letter-spacing: 0.2em;
	top:-15px;
	position:relative;
}

.label3{
	color:#fff;
  min-width: 24px;
  height: 15px;
  background-color: #666666;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
	top:-15px;
	position:relative;
		letter-spacing: 0.1em;
}

.linkimg__list li .linkimg__item .textBox .inner .dateBox .date{
	color:#7a0d36;
	font-weight:bold;
  font-size: 11px;
}

.caption{
	font-size: 1em;
	margin:5px 0 0 0;
	font-weight: bold;
	line-height: 1.4em;
}
@media only screen and (max-width: 640px) {
.caption{
	font-size: 1em;
	margin:5px 0 0 0;
	font-weight: bold;
	line-height: 1.4em;
}
}

.side__arw {
	display: block;
	text-align: right;
	float: right;
}

.side__arw::before{
    background: url(../img/icon_slideArr.png) center center no-repeat;
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    padding:0px;
    margin:5px 0px 0 -15px;
}
@media only screen and (max-width: 640px) {
.responsive .side__arw {
    display: none;
  }
}


/*--------------------
*    information
*--------------------*/

#information {
		margin: 0 0 20px 0;
		position: relative;
		width: 100%;
	}

@media only screen and (max-width: 640px) {
	#information {
		position: relative;
		width: 100%;
	}

}

#information dl {
  width: 650px;
  min-width: initial;
  max-width: initial;
  min-width: auto;
  max-width: auto;
  display: table;
  background:#fff;
}
@media only screen and (max-width: 640px) {
  .responsive #information dl {
    width: 100%;
    border: none;
    height: auto;
	margin:0 auto;
  }

  .responsive #information dl dt p {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .responsive #information dl dt p span {
    display: block;
    background-size: 13px auto;
    width: 114px;
  }
	#information dl dt p span {
	}
  .responsive #information dl dt p span img {
    display: none;
  }
}


#information dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (max-width: 640px) {
  .responsive #information dl dd {
    display: block;
    padding:0 5px 0px 10px;
  }
}
#information dl dd ul li {
  line-height: 1.8;
  margin: 10px 5px;
  padding: 0 0 0 5px;
  border-bottom: 1px #dbdbdb solid;
}
#information dl dd ul li.indent-1 {
  text-indent: 0em;
  padding-left: 0em;
}
@media only screen and (max-width: 640px) {
  #information dl dd ul li {
    text-indent: 0em;
    padding-left: 0em;
  }
  #information dl dd ul li p {
    font-size: 12px;
  }
}

#information dl dd ul li a {
    color: #000;
    text-decoration: none;
    font-size:0.75rem;
	display: block;
}

#information dl dd ul li a:hover {
    color: #000;
	background-color:#DDDDDD;
}

/*--------------------
*    information2
*--------------------*/

#information2 {
    margin: 0px;
    position: relative;
    width: 100%;
	}

@media only screen and (max-width: 640px) {
	#information {
    position: relative;
    width: 100%;
	}

}

#information2 dl {
    width: 700px;
    min-width: initial;
    max-width: initial;
    min-width: auto;
    max-width: auto;
    display: table;
    background:#fff;
}
@media only screen and (max-width: 640px) {
  .responsive #information2 dl {
    width: 100%;
    border: none;
    height: auto;
	margin:0 auto;
  }

  .responsive #information2 dl dt p {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .responsive #information2 dl dt p span {
    display: block;
    background-size: 13px auto;
    width: 114px;
  }
	#information dl dt p span {
	}
  .responsive #information2 dl dt p span img {
    display: none;
  }
}


#information2 dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    font-size: 11px;
}
@media only screen and (max-width: 640px) {
  .responsive #information2 dl dd {
    display: block;
    padding:0px;
  }
}
#information2 dl dd ul li {
    line-height: 1.8;
    margin: 10px 0px;
    padding: 0 0 0 5px;
    border-bottom: 1px #dbdbdb solid;
}
#information2 dl dd ul li.indent-1 {
    text-indent: 0em;
    padding-left: 0em;
}
@media only screen and (max-width: 640px) {
  #information2 dl dd ul li {
    text-indent: 0em;
    padding-left: 0em;
  }
  #information2 dl dd ul li p {
    font-size: 12px;
  }
}
#information2 dl dd ul li a {
    color: #000;
    text-decoration: none;
	font-size:0.75rem;
	display: block;
}
#information2 dl dd ul li a:hover {
    color: #000;
	background-color:#DDDDDD;
}

#recomend__contents dl {
    width: 650px;
    min-width: initial;
    max-width: initial;
    min-width: auto;
    max-width: auto;
    display: table;
    background:#fff;
}
@media only screen and (max-width: 640px) {
  .responsive #recomend__contents dl {
    width: 100%;
    border: none;
    height: auto;
	margin:0 auto;
  }
}

#recomend__contents2 {
    background-image: url(../img/bg_dots_2.png);
    padding: 20px 0;
}

.course_txt {
    font-size:14px;
}
/*--------------------
*    main visual
*--------------------*/
#section01{
    margin:-34px 0 0 0;
    padding: 0px;
    display: inline-block;
    overflow:hidden;
    position: relative;
    min-height: 100%;
    z-index: 2;
}

/* for IE10 & 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	#section01{
    margin:-12px 0 0 0;
}
}

  /* for Edge */
@supports (-ms-ime-align: auto) {
    #section01{
    margin:-0px 0 0 0;
}
}

/* for CHROME */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #section01{
    min-height: 100%;
}
}
/* for FF */
@-moz-document url-prefix() {
    #section01{
    display: inline-block;
    margin:-34px 0 0 0;
    min-height: 66vh;
}
}

@media only screen and (max-width: 640px) {
    #section01{
    padding-bottom: 0px;
    margin-bottom: 0px;
    min-height: auto;
    min-height: initial;
    max-height: auto;
    max-height: initial;
  }
}

    #section01 #otherBox{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	box-sizing:border-box;
}

@media only screen and (max-width: 640px) {
    #section01 #otherBox{
    width:100%;
    height:100%;
    top:0px;
  }
}
    #section01 #description{
	color:#fff;
	position:absolute;
	bottom: 0;
	visibility:hidden;
	width: 100%;
    height: 180px;
	box-sizing:border-box;
	background-color: rgba(0,0,0,0.40);
	text-align: left;
    padding: 20px 310px 90px 6% !important;
}
@media only screen and (max-width: 640px) {
    #section01 #description{
    bottom: 45px;
    left: 0 !important;
    width: 100%;
    height: auto;
	min-height: inherit;
    padding: 15px 10px 10px !important;
	min-width:initial;
	max-width: initial;
	min-width: auto;
	max-width: auto;
	text-align: left;
}
}

    #section01 #description .descriptionWrap {
	display: table;
    height: 100%;
}
    #section01 #description .descriptionTxt {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 20px;
}

    #section01 #description .large{
	display:none;
	font-size:30px;
	line-height:1.2;
}

@media only screen and (max-width: 640px) {
	#section01 #description .descriptionTxt {
		padding-right: 0;
	}
    #section01 #description .large{
    font-size: 16px;
    margin-bottom: 3px;
  }
}
    #section01 #description .small{
    display:none;
    font-size:24px;
}

@media only screen and (max-width: 640px) {
    #section01 #description .small{
    font-size: 12px;
  }
}

/*--------------------
*   section
*--------------------*/
#section {
	margin:30px 0 0 0;
	padding: 0px;
	overflow:hidden;
	position:relative;
}

#section:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
#section {
  margin:0px 0 0 0;
  padding: 0px;
  overflow:hidden;
  position: relative;
}
}

#section01::after {
  content: "";
  display:block;
  clear:both;
}
@media only screen and (max-width: 640px) {
	#section01{
    float: none;
    position:static;
    width:auto;
    margin-left:0;
    padding:0;
    min-width: initial;
    max-width: initial;
    min-width: auto;
    max-width: auto;
	}
}

#section01>*{
  box-sizing: border-box;
}

.left-cell{
  width: 700px;
  float: left;
	display: block;
}
@media only screen and (max-width: 640px) {
.left-cell{
  width: auto;
  float: none;
}
}

#section01 .left-cell2{
  width: 780px;
  min-height: 500px;
  float: left;
	margin:40px 0 0 0;
	display: block;
}
@media only screen and (max-width: 640px) {
#section01 .left-cell2{
  min-height: 300px;
  width: auto;
  float: none;
	margin:0px 0 0 0;
}
}

#section01 #recomend__contents.inBox{
    padding: 12px 0 0 0;
    box-sizing: border-box;
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 640px) {
	#section01 .inBox{
		padding: 0;
		border-top: none;
	}
}

@media only screen and (max-width: 640px) {
	#section01 #recomend__contents.inBox {
    padding: 0px 0 0 0;
		width: 100%;
		float: none;
	}
}

h2 .inner {
	float: left;
	margin-right: 0px;
    margin-bottom: 10px;
	vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
	h2 .inner {
		float: none;
		margin-right: 10px;
		vertical-align: bottom;
	}
}
h2 .inner .title {
	margin:0 5px -5px 0;
}
h2 .inner span {
  font-size: 11px;
  font-size: 0.6875rem;
  vertical-align: baseline;
}

h2 .inner span#titleJp {
	color: #7a0d36;
	font-size: 16px;
    margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .responsive h2 .inner {
  }
  .responsive h2 .inner img {
    display: none;
  }
  .responsive h2 .inner span#titleJp {
		display:block;
		width:150px;
		margin-left: 120px;
		padding-top: 4px;
		font-size: 14px;
  }
}
h2 ul {
  float: left;
  line-height: 1;
  vertical-align: baseline;
}
h2 ul li {
  float: left;
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: baseline;
  padding-top: 3px;
}
@media only screen and (max-width: 640px) {
  .responsive h2 ul li:last-child {
    margin-right: 0;
    width: 70px;
  }
}
h2 ul li a {
	color: #fff;
	text-decoration: none;
	vertical-align: baseline;
	line-height: 1;
	background:#666;
	display:table;
	width:85px;
	height:25px;
	padding:8px 0 0 13px;
	position:relative;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
h2 ul li a:hover {
	background:#7a0d36;
	text-decoration:none !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, h2 ul li a {
    height:25px;
  }
}
@media only screen and (max-width: 640px) {
	h2 ul li {
		width:25%;
		height:23px;
		padding-right:5px;
		margin-right:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}
	h2 ul li:last-child {
		padding-right:0;
	}
	h2 ul li a {
		width:100%;
		height:100%;
		padding:5px 10px;
	}
}
h2 ul li a:hover {
  text-decoration: underline;
}
h2 ul li a span {
  vertical-align: middle;
}
h2 ul li a span.icon--linkArr {
  background: url(../img/icon_linkArr02_2.png) center center no-repeat;
	position:absolute;
	right:0px;
	top:6px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  h2 ul li a span.icon--linkArr {
    right: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, h2 ul li a span.icon--linkArr {
    right:0px;
  }
}
@media only screen and (max-width: 640px) {
	h2 ul li a span.icon--linkArr {
 		background: url(../img/icon_linkArr02_2.png) center center no-repeat;
		background-size:5px auto;
		right:7px;
		top:6px;
		width: 5px;
		height: 9px;
		margin:0;
	}
}
@media only screen and (max-width: 640px) {
  .responsive h2 ul {
    padding-top: 3px;
    float: none;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}


/*--------------------
 *    基本設定
 *--------------------*/

.date{
	color:#990033;
	font-weight:bold;
}
.moreBtnWrap{
	/*position: absolute;
	top: 30px;
	right: 200px;
	z-index: 800;*/
}
.moreBtnInner{
  position: relative;
}
.moreBtn{
  width: 110px;
  height:30px !important;
  overflow:hidden;
		float:  right;
	margin: 8px 8px 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
.moreBtnWrap{
	width: 100%;
}
.moreBtn{
	  width: 100px;
    height: 25px;
    left: 10px;
    bottom: 5px;
  }
}
.moreBtn span{
	display:block;
	width:110px;
	height:100%;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 30px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    background: #7a0d36 url(../img/more_arrow.png) no-repeat 88px center;
}

.moreBtn a{
	text-decoration: none;
}

.moreBtn span:hover{
	background: #a8194f url(../img/more_arrow.png) no-repeat 88px center;
}
@media only screen and (max-width: 640px) {
.moreBtn span,
.moreBtn span:hover{
	display:block;
	width:100px;
	height:80%;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 25px;
	padding-right: 20px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
    background: #7a0d36 url(../img/more_arrow.png) no-repeat 80px center;
    background-size: 14px auto;
  }
}

#form02{
    background-color: white;
	position:relative;
    width:200px;
    height: 22px;
	margin: 9px;
	padding: 0px;
	border-color:#1e285a;
    border-radius: 20px;
}
#form02 input{
    vertical-align : middle;
    padding: 0 0 0 10px;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}

#input02{
    border: none;
    width: 164px;
}

#submit02{
    height: 21px;
    position: absolute;
    left:164px;
    top: 0;
    background:none;
    color:#A8A8A8;
    border:none;
    font-size:1.2em;
    outline: 0;
}
#submit02:hover{
    color:#1e285a;
    cursor: pointer;
}

body {
    color: #333;
    font-size: 100%;
    font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", '游ゴシック', 'Yu-Gothic', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 640px) {
  body.responsive body img {
    width: 100%;
    height: auto;
  }
}

.inner_gaiyou a:link {
  color: #993333;
  text-decoration:underline;
}

a:hover,
a:active {
  color: #444444;
}

a img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*--------------------
 *    clear
 *--------------------*/
.clear {
  clear: both;
}

/*--------------------
 *    clearfix
 *--------------------*/
.clearfix{
  *zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*--------------------
 *    img
 *--------------------*/
@media only screen and (max-width: 640px) {
  body.responsive .sp-w100 {
    width: 100%;
    height: auto;
  }
}

/*--------------------
 *    width
 *--------------------*/
.w16p {
  width: 16.6% !important;
}

.w25p {
  width: 25% !important;
}

/*--------------------
 *    height
 *--------------------*/
.h100p {
  height: 100% !important;
}

/*--------------------
 *    margin
 *--------------------*/
.mauto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mall0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

/*--------------------
 *    padding
 *--------------------*/
.pall0 {
  padding: 0 !important;
}

.pall10 {
  padding: 10px !important;
}

.pall20 {
  padding: 20px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

/*--------------------
 *    border
 *--------------------*/
.bd-all {
  border: 1px solid #ccc;
}

.bd-t {
  border-top: 1px solid #ccc;
}

.bd-b {
  border-bottom: 1px solid #ccc;
}

.bd-r {
  border-right: 1px solid #ccc;
}

.bd-t-dot {
  border-top-style: dotted !important;
}

.bd-b-dot {
  border-bottom-style: dotted !important;
}

.bd-t-dash {
  border-top-style: dashed !important;
}

.bd-b-dash {
  border-bottom-style: dashed !important;
}

.bd-all-cDarkRed {
  border: 1px solid #66012d;
}

/*--------------------
 *    list-style
 *--------------------*/
.ls-d {
  display: list-item;
  margin-left: 15px;
  list-style: disc outside;
}

.ls-s {
  display: list-item;
  margin-left: 15px;
  list-style: square outside;
}

.ls-n {
  display: list-item;
  margin-left: 15px;
  list-style: decimal outside;
}

/*--------------------
 *    nowrap
 *--------------------*/
.nr {
  white-space: nowrap;
}

/*--------------------
 *    float
 *--------------------*/
.fl-l {
  float: left !important;
}

.fl-r {
  float: right !important;
}

.fl-n {
  float: none !important;
}

/*--------------------
 *    float
 *--------------------*/
.cl-l {
  clear: left !important;
}

.cl-r {
  clear: right !important;
}

.cl-b {
  clear: both !important;
}

/*--------------------
 *    align
 *--------------------*/
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*--------------------
 *    align important
 *--------------------*/
.al-l {
  text-align: left !important;
}

.al-r {
  text-align: right !important;
}

.al-c {
  text-align: center !important;
}

/*--------------------
 *    table td align
 *--------------------*/
.td-al-l tr td {
  text-align: left;
}

.td-al-r tr td {
  text-align: right;
}

.td-al-c tr td {
  text-align: center;
}

/*--------------------
 *    vertical-align important
 *--------------------*/
.val-t {
  vertical-align: top !important;
}

.val-b {
  vertical-align: bottom !important;
}

.val-m {
  vertical-align: middle !important;
}

/*--------------------
 *    indent
 *--------------------*/
.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}

.indent-3 {
  text-indent: -3em;
  padding-left: 3em;
}

.indent-4 {
  text-indent: -4em;
  padding-left: 4em;
}

/*--------------------
 *    TOP　recommend
 *--------------------*/
.col {
	  float: left;
  width: 700px;
  margin: 0 ;
}

@media only screen and (max-width: 640px) {
  .col {
  width: 100%;
  }
}

.col_box {
  float: left;
  width: 300px;
  display:block;
  margin: 15px 50px 5px 0;
}

.col_box img{
  width: 300px;
  height:180px;
  object-fit: cover;
}


.col_box a{
  color: #333333;
  text-decoration: none; 
}

.col_box a:hover{
    background-color: transparent;
	color:#7A0D36;
}

@media only screen and (max-width: 640px) {
.col_box {
  float: none;
  width: 300px;
	padding:auto;
	display:block;
	margin: 10px auto 30px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
}


.textBox{
	position:static;
	height:auto;
	background:none;
	color:#000;
}

.textBox .inner{
	position:static;
	height:auto;
	background:none;
}
.textBox{
	background-image: url( ../img/bg_dots_2.png);
	height: 50px;
	padding: 0px;
	margin: -15px 0 0 0;
	line-height: 10px;
}
@media only screen and (max-width: 640px) {
.textBox{
	background-image: url( ../img/bg_dots_2.png);
	height: 50px;
	padding: 0px;
	margin: -15px 0 0 0;
}
}

.textBox img{
	float:left;
	display: block;
	margin:0 10px 0 0;
	width:50px !important;
}


.textBox .name{
	font-size: 0.8em;
	padding:14px 0 5px 0;
	font-weight: bold;
	display: block;
}

.textBox .job{
	font-size: 11px;
}
.textBox img{
		width:50px;
		height:50px;
}


@media only screen and (max-width: 640px) {
.textBox .inner .dateBox{
		padding:0;
	}
}

/*--------------------
 *    KOUZA
 *--------------------*/
.kouza{
	  float: left;
	  width: 700px;
  	  background-image: url(../img/bg_dots_2.png);
	  margin:0 0 20px 0;
	  line-height: 1.6em;
}

@media only screen and (max-width: 640px) {
  .kouza {
  width: 100%;
  line-height: 1.6em;
  }
}


.kouza_box {
  float: left;
  width: 700px;
  display:block;
  background-color:#7a0d36;
  color:#fff;
}

@media only screen and (max-width: 640px) {
.kouza_box {
  width: 100%;
	padding:auto;
	display:block;
	margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
}

.kouza_box img{
  float:left;
  width:300px;
}

@media only screen and (max-width: 640px) {
.kouza_box img{
  width: 100%;
	height: 100%;
}
}
/*--------------------
 *    box sizing
 *--------------------*/
.bx--sz {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------
 *    super,sub
 *--------------------*/
.sup {
  vertical-align: super;
}

.sub {
  vertical-align: sub;
}

/*==============================
 *    Layout
 *==============================*/
 body,
#wrapper
.wrapper{
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#wrapper,.wrapper{
  min-width:1000px;
	width:100%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  body.responsive .wrapper{
    min-width: 100%;
  }
  body.responsive #wrapper{
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body.responsive .wrapper {
    overflow: hidden;
  }
  body.responsive .wrapper.noKeyVisual .spNav {
    min-height: 30px;
  }
}

.inBox {
  width: 100%;
  margin: 0;
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  body.responsive .inBox {
    width: 100%;
  }
}
.inBox:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 640px) {
  body.responsive #footer .inBox {
    /*width: 640px;*/
    width: auto;
  }
}

.br-sp { 
	display:none; 
}

@media only screen and (max-width: 640px) {
.br-sp {
    display:block; 
  }
}

@media only screen and (max-width: 640px) {
  body.responsive .responsive_mrl20 {
    margin: 0 20px;
  }
}

/*--------------------
 *    colorLabel
 *--------------------*/
.colorLabel, .colorLabel--A, .colorLabel--B, .colorLabel--C, .colorLabel--D, .colorLabel--E, .colorLabel--F, .colorLabel--G {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 5px 1px 2px;
  margin-right: 5px;
  background-color: #e7eaec;
  color: #535353;
}
.colorLabel:before, .colorLabel--A:before, .colorLabel--B:before, .colorLabel--C:before, .colorLabel--D:before, .colorLabel--E:before, .colorLabel--F:before, .colorLabel--G:before {
  content: '';
  margin-right: 8px;
  border-left: 5px solid #e7eaec;
}

.colorLabel--A:before {
  border-color: #51ae70;
}

.colorLabel--B:before {
  border-color: #f7f971;
}

.colorLabel--C:before {
  border-color: #78d8e9;
}

.colorLabel--D:before {
  border-color: #c577c6;
}

.colorLabel--E:before {
  border-color: #c9f28a;
}

.colorLabel--F:before {
  border-color: #f77c4c;
}

.colorLabel--G:before {
  border-color: #cc9933;
}

/*--------------------
 *    link
 *--------------------*/
.link--A:link, .link--A:visited {
  color: #333399;
  text-decoration: none;
}
.link--A:hover, .link--A:active {
  text-decoration: underline;
}

.link--B:link, .newsListBox--list li a:link, .relatedMenu__title a:link, .relatedMenu__list li a:link, .link--B:visited, .newsListBox--list li a:visited, .relatedMenu__title a:visited, .relatedMenu__list li a:visited {
  color: #333;
  text-decoration: none;
}
.link--B:hover, .newsListBox--list li a:hover, .relatedMenu__title a:hover, .relatedMenu__list li a:hover, .link--B:active, .newsListBox--list li a:active, .relatedMenu__title a:active, .relatedMenu__list li a:active {
  color: #39c;
  text-decoration: underline;
}

.link--c90:link, .link--c90:visited {
  color: #333;
  text-decoration: none;
}
.link--c90:hover, .link--c90:active {
  color: #000;
  text-decoration: underline;
}

.link--c80:link, .link--c80:visited {
  color: #535353;
  text-decoration: none;
}
.link--c80:hover, .link--c80:active {
  color: #333;
  text-decoration: underline;
}

.link--pdf {
  padding-left: 20px;
  background: url(../img//icon_pdf.png) left center no-repeat;
}
@media only screen and (max-width: 640px) {
  .link--pdf {
    /*display: inline-block;*/
    min-height: 16px;
  }
}

.link--bnrLarge {
  display: inline-block;
  padding: 3px 4px 1px 9px !important;
  color: #fff;
  text-shadow: -1px -1px 0 #000;
  border-top: 1px solid #999;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  border-left: 1px solid #999;
  background-color: #535353;
  transition: opacity 0.3s;
}
.link--bnrLarge a {
  color: #fff;
}
.link--bnrLarge a:link {
  text-decoration: none;
}
.link--bnrLarge .icon--linkBlk {
  margin-left: 10px;
  vertical-align: 0;
  background: url(../img//icon_linkBlk_white.png) center center no-repeat;
  white-space: nowrap;
}
.link--bnrLarge .icon--linkBlkInternal {
  margin-left: 10px;
  vertical-align: 0;
  white-space: nowrap;
}

.link--bnrLarge:hover {
  opacity: 0.8;
}

.linkBtnBlk__wFix a {
  display: block;
  width: 292px;
  position: relative;
  border-top: 1px solid #BEBEBE;
  border-right: 1px solid #2F2F2F;
  border-bottom: 1px solid #181818;
  border-left: 1px solid #A2A2A2;
  background: linear-gradient(#757575, #5D5D5D);
  transition: opacity 0.3s;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000;
  text-align: center;
  line-height: 32px;
  margin: 0 auto 15px auto;
}
.linkBtnBlk__wFix a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .linkBtnBlk__wFix.fl-r a,
  .linkBtnBlk__wFix.fl-l a {
    margin: 0 20px 15px 20px;
  }
}

.linkBtnBlk__wVariable a{
  display: inline-block;
  position: relative;
  border-top: 1px solid #BEBEBE;
  border-right: 1px solid #2F2F2F;
  border-bottom: 1px solid #181818;
  border-left: 1px solid #A2A2A2;
  background: linear-gradient(#757575, #5D5D5D);
  transition: opacity 0.3s;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000;
  text-align: center;
  line-height: 32px;
  margin: 0 auto 15px auto;
  padding: 0 10px;
}
.linkBtnBlk__wVariable a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .linkBtnBlk__wVariable.fl-r a,
  .linkBtnBlk__wVariable.fl-l a {
    margin: 0 20px 15px 20px;
  }
}

.link--word {
  padding-left: 20px;
  background: url(../img//icon_word.gif) 2px 50% no-repeat;
}
@media only screen and (max-width: 640px) {
  .link--word {
    display: inline-block;
    min-height: 16px;
  }
}

.link--excel {
  padding-left: 20px;
  background: url(../img//icon_excel.gif) 2px 50% no-repeat;
}
@media only screen and (max-width: 640px) {
  .link--excel {
    display: inline-block;
    min-height: 16px;
  }
}

/*--------------------
 *    list
 *--------------------*/
.list--A {
  *zoom: 1;
}
.list--A:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.list--A li {
  float: left;
  margin-right: 20px;
}

/*--------------------
 *    box
 *--------------------*/
.box--A {
  margin-bottom: 20px;
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  body.responsive .box--A {
    padding: 20px 10px 20px 10px;
  }
  body.responsive .box--A.pl30 {
    padding-left: 10px !important;
  }
  body.responsive .box--A.pl40 {
    padding-left: 10px !important;
  }
  body.responsive .box--A.sp--lr20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.box--A40 {
  margin-bottom: 20px;
  padding: 30px 40px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  body.responsive .box--A40 {
    padding: 20px 10px;
  }
}

/*--------------------
 *    table
 *--------------------*/

.table--A {
  width: 680px;
  border-collapse: collapse;
  background-color: #FFFFFF;
  margin: 5px 10px;
  line-height: 1.5em;
}

@media only screen and (max-width: 640px) {
.table--A {
  width: 95%;
  margin-bottom: 30px;
  line-height: 1.4;
}
}

.table--A th,
.table--A td{
  padding:10px;
  border: 1px solid #cccccc;
}

.kouza_title {
  display: inline-block;
  width: 680px;
  color: #990033;
  font-size: 1.5em;
  font-weight: bold;
  margin: 20px 0 0 15px;
}
@media only screen and (max-width: 640px) {
.kouza_title {
	display: inline-block;
  width: 100%;
  color: #990033;
  font-size: 1.5em;
  font-weight: bold;
  margin: 20px 0 0 15px;
}
}

.table--A th, .table--A td {
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.table--A th {
  background-color: #e5e5e5;
}
.table--A th.second {
	color: #990033;
	background-color: #f5f5f5;
}

.table--A th.second img{
	width:60px;
}

.table--A .active_y{
	color: #333333;
	font-weight: bold;
	background-color: #ffcc66;
}

.table--A .active_p{
	color: #333333;
	font-weight: bold;
	background-color: #ffcccc;
}


.table--A .deactive{
	color: #cccccc;
}

.table--DATE {
  color: #fff;
  width: 400px;
  margin:10px 0 10px 10px;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
.table--DATE {
  width: 90%;
  line-height: 1.4;
}
}


.table--DATE th,
.table--DATE td {
  padding: 3px 12px;
  border: none;
  text-align: left;
  vertical-align: top;
}
.table--DATE th {
  background-color: none;
}

/*--------------------
 *    pageLinkNav
 *--------------------*/
.pageLinkNav ul {
  margin-right: -10px;
  margin-bottom: 20px;
  *zoom: 1;
}
.pageLinkNav ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.pageLinkNav li {
  float: left;
  margin-right: 10px;
}
.pageLinkNav li a,
.pageLinkNav li a img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media only screen and (max-width: 640px) {
  body.responsive .pageLinkNav li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  body.responsive .pageLinkNav li img {
    width: 92%;
  }
}

.pageLinkBnr ul {
  margin-right: -10px;
  margin-bottom: 20px;
  *zoom: 1;
}
.pageLinkBnr ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.pageLinkBnr li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 6px 1px 8px;
  color: #fff;
  text-shadow: -1px -1px 0 #000;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  border-left: 1px solid #c3c3c3;
  background-color: #666;
  transition: opacity 0.3s;
}
.pageLinkBnr li.pageLinkNav--active {
  text-shadow: none;
  text-decoration: underline;
  background-color: #999;
  border: 1px solid #999;
}
.pageLinkBnr li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  text-decoration: none;
}
.pageLinkBnr li a img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media only screen and (max-width: 640px) {
  body.responsive .pageLinkBnr li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  body.responsive .pageLinkBnr li img {
    width: 92%;
  }
}
.pageLinkBnr li:hover {
  opacity: 0.8;
}
.pageLinkBnr li:hover.pageLinkNav--active {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  body.responsive .pageLinkBnr {
    margin: 0 20px;
  }
}

/*--------------------
 *    slidePanel
 *--------------------*/
.slidePanel__title, .slidePanel__title--double {
  position: relative;
  padding-left: 10px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b2b2b2;
}
.slidePanel__title a:link, .slidePanel__title--double a:link, .slidePanel__title a:visited, .slidePanel__title--double a:visited {
  color: #333;
  text-decoration: none;
}
.slidePanel__title a:hover, .slidePanel__title--double a:hover, .slidePanel__title a:active, .slidePanel__title--double a:active {
  color: #66012d;
  text-decoration: none;
}

.slidePanel__title--double {
  border-bottom: 3px double #b2b2b2;
  padding-left: 0;
}
.slidePanel__title--double:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 4px;
  height: 4px;
  margin: 0 5px;
  background: url(../img//icon_square.png) left top no-repeat;
  vertical-align: middle;
}

.slidePanel__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
  background: url(../img//icon_slidePlus.png) 12px center no-repeat;
}

.slidePanel__link {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #b2b2b2;
}
.slidePanel__link > a {
  display: block;
  background: url(../img//icon_slideArr.png) 99% center no-repeat;
}
.slidePanel__link > a:link, .slidePanel__link > a:visited {
  color: #333;
  text-decoration: none;
}
.slidePanel__link > a:hover, .slidePanel__link > a:active {
  color: #66012d;
  text-decoration: none;
}

.slidePanel--open > .slidePanel__title a:link, .slidePanel--open > .slidePanel__title--double a:link, .slidePanel--open > .slidePanel__title a:visited, .slidePanel--open > .slidePanel__title--double a:visited, .slidePanel--open > .slidePanel__title a:hover, .slidePanel--open > .slidePanel__title--double a:hover, .slidePanel--open > .slidePanel__title a:active, .slidePanel--open > .slidePanel__title--double a:active {
  color: #66012d;
  text-decoration: none;
}
.slidePanel--open > .slidePanel__title > .slidePanel__btn, .slidePanel--open > .slidePanel__title--double > .slidePanel__btn, .slidePanel--open > .slidePanel__title--double > .slidePanel__btn {
  background-image: url(../img//icon_slideMinus.png);
}
.slidePanel--open > .slidePanel__field {
  display: block;
}

.slidePanel__field {
  display: none;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

/*--------------------
 *    linkList
 *--------------------*/
.linkList--A li {
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 10px solid #eee;
}
@media only screen and (max-width: 640px) {
  body.responsive .linkList--A li {
    position: relative;
  }
}
.linkList--A li a:link, .linkList--A li a:visited {
  color: #333;
  text-decoration: underline;
}
.linkList--A li a:hover, .linkList--A li a:active {
  color: #999;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  body.responsive .linkList--A li a {
    display: block;
    width: 90%;
  }
  body.responsive .linkList--A li a span {
    display: inline-block;
  }
  body.responsive .linkList--A li a span.icon--linkArr {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
  }
}

.linkList--B li {
  margin-bottom: 5px;
}
.linkList--B li a:link, .linkList--B li a:visited {
  color: #333;
  text-decoration: none;
}
.linkList--B li a:hover, .linkList--B li a:active {
  color: #999;
  text-decoration: underline;
}

.linkList--C li {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 640px) {
  body.responsive .linkList--C li {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 33.33%;
  }
  body.responsive .linkList--C li a {
    white-space: nowrap;
  }
  body.responsive .linkList--C li.overWid {
    min-width: 40%;
  }
  body.responsive .linkList--C li.non-over {
    min-width: 30%;
  }
}

/*--------------------
 *    newsListBox
 *--------------------*/
.newsListBox {
  margin-bottom: 20px;
  padding: 20px 20px 20px 30px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

.newsListBox--title {
  margin-bottom: 15px;
  border-bottom: 1px solid #b2b2b2;
  line-height: 1;
}

.newsListBox--list {
  overflow-y: scroll;
  height: 370px;
}
.newsListBox--list li {
  margin-bottom: 8px;
}

/*--------------------
 *    relatedMenu
 *--------------------*/
.relatedMenu__title {
  margin-top: 15px;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #b2b2b2;
}
.relatedMenu__title a {
  display: block;
  padding-right: 5px;
  background: transparent url(../img//icon_slideArr-s.png) right center no-repeat;
}

.relatedMenu__list li {
  margin: 8px 0;
  padding-left: 10px;
  border-left: 10px solid #e5e5e5;
}
.relatedMenu__list li a {
  display: block;
  padding-right: 5px;
  background: transparent url(../img//icon_slideArr-s.png) right center no-repeat;
}
.relatedMenu__list li .relatedMenu__hasChild {
  background-image: url(../img//icon_slidePlus-s.png);
}
.relatedMenu__list li .relatedMenu__blk {
  background-image: url(../img//icon_linkBlk.png);
}

/*==============================
 *    Component
 *==============================*/
/*--------------------
 *    header
 *--------------------*/
@media only screen and (max-width: 640px) {
  body.responsive .header__wrap {
    position: relative;
    /*width: 640px;*/
    width: 100%;
  }
}

/*
.header {
  font-family:"メイリオ", Meiryo, sans-serif;
  background-image:url(../img/bg.png);
  background-repeat:repeat-x;
}*/

.header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  body.responsive .header {
  padding-bottom: 0;
  /*background-image:url(../img/bg.png);*/
  width: 100%;
  }
}

.header .inBox{
  width:100%;
  margin:0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .header .inBox{
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body.responsive .header .inBox{
    padding-left:0px;
    display:block;
    width: auto;
  }
}
.header .inBox::after{
  width:0;
}

#header__contents .inBox{
	    padding: 0 0 50px 0;
		text-align: right;
		position:relative;
		width:1000px;
}

@media only screen and (max-width: 640px) {
  body.responsive #header__contents .inBox {
    padding: 5px;
    background-image: url(../img/bg.png);
    height: 50px;
    background-size: 500px;
  }
  body.responsive #header__contents .inBox:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}



.header__logo {
  width:480px;
  height:90px;
  position:absolute;
  top:0;
  margin: 5px 0 0 0px;
  display:table;
  text-align:center;
}
@media only screen and (max-width: 640px) {
  body.responsive .header__logo {
    width:auto;
    height:auto;
    top:1px;
    left:7px;
  }
}

.header__logo a {
  display:table-cell;
  vertical-align:middle;
}

@media only screen and (max-width: 640px) {
  body.responsive .header__logo img {
    width:260px;
    height:auto;
  }
}
@media only screen and (max-width: 640px) {
  body.responsive .header__logo img {
    display: block;
  }
}

p.header__goPc {
  display: none;
}
@media only screen and (max-width: 640px) {
  body.responsive p.header__goPc {
    display: table;
    width: 90px;
    height: 29px;
    float: right;
    margin-bottom: 0;
    background:#7a0d36;
    position:absolute;
    right:48px;
  }
}

@media only screen and (max-width: 640px) {
  body.responsive p.header__goPc a {
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    height: 100%;
    text-decoration:none;
    font-size:8px;
    color:#fff;
    background:url(../img//sp_icon_gopc.png) no-repeat 6px center;
    background-size:11px auto;
    padding-left:22px;
  }
}


body.responsive #go__Sp {
  width: 100%;
}
body.responsive #go__Sp a{
    background: #66012b;
  color: #FFF;
  font-size: 36px;
  font-weight: bold;

  line-height: 100px;
  display: block;

/*  padding: 0 40px;*/


  text-decoration: none;
  width:100%;

  text-align: center;
}



#header__contents {
	padding: 0px;
}
@media only screen and (max-width: 640px) {
  body.responsive #header__contents {
    float: none;
    width: 100%;
  background:#fff;
  }
}

.header__letterSize .fontSizeBtn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 4px;
  margin: 0 1px;
  background-color: #333;
  line-height: 18px;
  color: #fff;
}
.headerBtn:link, .header__btnEnglish a:link, .header__letterSize .fontSizeBtn:link, .headerBtn:visited, .header__btnEnglish a:visited, .header__letterSize .fontSizeBtn:visited {
  text-decoration: none;
}
.headerBtn:hover, .header__btnEnglish a:hover, .header__letterSize .fontSizeBtn:hover, .headerBtn:active, .header__btnEnglish a:active, .header__letterSize .fontSizeBtn:active {
  background-color: #ccc;
  color: #333;
  text-decoration: none;
}
.headerBtn.fontSizeBtn--active, .header__btnEnglish a.fontSizeBtn--active, .header__letterSize .fontSizeBtn--active.fontSizeBtn {
  cursor: default;
  background-color: #ccc;
  color: #333;
}

.header__btnEnglish {
  font-size: 12px;
  color: #fff;
  background: #555;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #222;
  width: 76px;
  text-align: center;
}
.ipad .header__btnEnglish {
  right: -273px;
}
.header__btnEnglish:hover {
  background: #222;
}

@media only screen and (max-width: 640px) {
  body.responsive .header__btnEnglish {
    display: none;
  }
}
.header__btnEnglish a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
}
.header__btnEnglish a:hover {
  background: #222;
  color: #fff;
}
.header__btnEnglish span {
  background: url(../img//icon_english_site.png) no-repeat left center;
  padding-left: 19px;
}

.header__letterSize {
  width: 123px;
  font-size: 11px;
  font-size: 0.6875rem;
  background:#555;
  display:table-cell;
  vertical-align:middle;
  padding:0 6px;
  border-right:1px solid #222;
  border-bottom:1px solid #222;
  position: relative;
  left: -96px;
}
.ipad .header__letterSize {
  right: -139px;
}
@media only screen and (max-width: 640px) {
  body.responsive .header__letterSize {
    display: none;
  }
}
.header__letterSize p {
  float: left;
  margin-right: 8px;
  margin-bottom: 0;
  line-height: 18px;
  color:#fff;
  font-size:10px;
}
.header__letterSize ul {
  float: left;
}
.header__letterSize li {
  float: left;
}
.header__letterSize .fontSizeBtn {
  cursor: pointer;
}

.header__nav {
  display:table-cell;
  vertical-align:middle;
}
.ipad .header__nav {
  right: 107px;
}
@media only screen and (max-width: 640px) {
  body.responsive .header__nav {
    display:none;
  }
}

.header__nav li {
  float: left;
  margin-left: 305px;
}
.header__nav li a:link, .header__nav li a:visited {
  color: #e1e1e1;
  text-decoration: none;
}
.header__nav li a:hover, .header__nav li a:active {
  color: #dbdbdb;
  text-decoration: underline;
}

.header__btnregist {
  position:relative;
  color: #fff;
  border: none;
  float: right;
  font-size:11px;
  background: #7a0d36;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  cursor:pointer;
  margin:0 10px 0 0;
}

.header__btnlogin {
  position:relative;
  color: #fff;
  border: none;
  float: right;
  font-size:11px;
  margin: 0px 0 0;
  background: #eeae00;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  cursor:pointer;
}

.header__btnregist .regist__en{
  color: #c4698a;
  letter-spacing: 0.1em;
  font-family:'PT Sans', sans-serif;
}

.header__btnlogin .login__en{
  color: #910537;
  letter-spacing: 0.1em;
  font-family:'PT Sans', sans-serif;
}
.header__btnlogin a,
.header__btnregist a
{
  display: table-cell;
  padding:10px 0 5px 10px;
}

.header__btnlogin a:hover,
.header__btnlogin a:active{
  background-color:#ffcc40;
}

.header__btnregist a:hover,
.header__btnregist a:active{
  background-color:#a1144b;
}

.header__btnlogin a:link, 
.header__btnlogin a:visited,
.header__btnlogin a:active, 
.header__btnlogin a:hover{
  color: #fff;
  text-decoration: none;
}

.header__btnregist a:link, 
.header__btnregist a:visited
.header__btnregist a:active, 
.header__btnregist a:hover{
  color:#fff;
  text-decoration:none;
}

@media only screen and (max-width: 640px) {
body.responsive .header__btnlogin,
body.responsive .header__btnregist{
    display:none;
  }
}

.header__btnlogin span.login {
  background:url(../img/icon_login.png) no-repeat left center ;
  padding: 28px 25px 25px 25px;
	margin:0 0px 0 10px;
	font-size: 1.4em;
	line-height: 24px;
	font-weight: bold;
	color: #910537;
}

.header__btnregist span.regist{
	vertical-align:middle;
	font-size: 1.4em;
	padding:25px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}


.header__btn__mousikomi {
  position:relative;
  color: #fff;
  border: none;
  float: left;
  font-size:10px;
	margin: 0px;
  background: #eeae00;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
	border-style: double;
  cursor:pointer;
  width:auto;
}


.header__btn__mousikomi  span.mousikomi {
	  background:url(../img/icon_mousiokomi.png) no-repeat left center ;
  padding: 5px 0px 5px 25px;
	margin:0px;
	font-size: 1.2em;
	line-height: 24px;
	font-weight: bold;
	color: #990033;
	
}
	

.header__btn__mousikomi a
{
	  display: table-cell;
	  text-decoration: none;
	  padding:8px 12px;
}

.header__btn__mousikomi a:hover,
.header__btn__mousikomi a:active{
  background-color:#ffcc40;
}

.table_cmn td.colon_del:before {
	display: none;
}

.header__btn__delete {
  display: table-cell;
  position:relative;
  color: #fff;
  border: none;
  font-size:11px;
  margin: 0px;
  background: #eeae00;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  border-style: double;
  cursor:pointer;
}

.header__btn__delete a
{
	  display: table-cell;
	  text-decoration: none;
	  padding:0px 5px 0px 0px;
}

.header__btn__delete  span.delete {
  padding: 10px;
	margin:0px;
	font-size: 1.2em;
	line-height: 24px;
	font-weight: bold;
	color: #990033;
	
}

.header__btn__delete a:hover,
.header__btn__delete a:active{
  background-color:#ffcc40;
}

@media only screen and (max-width: 640px) {
  body.responsive .header__search {
    display: none;
  }
}

.inner_back {
  display: table-cell;
  position:relative;
  color: #fff;
  border: none;
  float: right;
  display:block;
	margin: 0px;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
	border-style: double;
  cursor:pointer;
}

.header__btn__back {
  display: table-cell;
  position:relative;
  color: #fff;
  border: none;
  float: right;
  display:block;
  font-size:11px;
	margin: 0px;
  background-image: url(../img/bg_dots_2.png);
  display: table-cell;
  vertical-align: middle;
  text-align:center;
	border-style: double;
  cursor:pointer;
}
.header__btn__back  span.back {
	background:url(../img/icon_mousiokomi.png) no-repeat left center ;
	padding: 28px 25px 25px 25px;
	margin:0 0px 0 10px;
	font-size: 1.4em;
	line-height: 24px;
	font-weight: bold;
	color: #990033;
	
}
.header__btn__back a
{
	display: table-cell;
	padding:10px 0 5px 10px;
	text-decoration: none;
}

@media only screen and (max-width: 640px) {
.header__btn__back  span.back {
	background:url(../img/icon_mousiokomi.png) no-repeat left center ;
	padding: 0 0 0 28px;
	margin:0px;
	font-size: 1.4em;
	line-height: 24px;
	font-weight: bold;
	color: #990033;
}
.header__btn__back a
{
  display: table-cell;
  padding:10px 5px 5px 5px;
}
}

.header__btn__back a:active{
  background-color:#ffcc40;
}

.header__pickupNav {
  letter-spacing: 0.1em;
  background-color: rgba(0,0,50,0.8);
  display:block;
  height: 40px;
}
.header__pickupNav .inBox {
  width:1000px;
  height:10px;
}
.header__pickupNav ul {
  display:block;
  vertical-align:middle;
}
.ipad .header__pickupNav ul {
		width:100%;
		margin:auto;
}
.header__pickupNav ul:after {
		width:1000px;
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.header__pickupNav li {
  float:left;
  /*border-right:1px solid #353a62;*/
  height:40px;
  padding:0;
  display:table;
}
.header__pickupNav li:nth-child(1){
  width: 110px;
}
.header__pickupNav li:nth-child(2){
  width: 130px;
}
.header__pickupNav li:nth-child(3){
  width: 130px;
}
.header__pickupNav li:nth-child(4){
  width: 150px;
}
.header__pickupNav li:nth-child(5){
  width: 130px;
}

.header__pickupNav li:nth-child(6){
  width: 150px;
}
.header__pickupNav li:last-child {
  border-right:none;
}
.header__pickupNav li a {
  display: block;
  padding:0 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display:table-cell;
  vertical-align:middle;
  color:#fff;
  text-decoration:none;
}
.header__pickupNav li:first-child a {
  padding:0 10px;
}
.header__pickupNav li a:hover {
	color:#fab400;
  background:#1e285a;
}

.header__pickupNav2 li:nth-child(1) a span {
  background:url(../img//ico_pickup_nav_01.png) no-repeat left center;
  padding-left:24px;
}
.header__pickupNav2 li:nth-child(2) a span {
  background:url(../img//ico_pickup_nav_02.png) no-repeat left center;
  padding-left:27px;
}


.header__pickupNav p a:link, .header__pickupNav p a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__pickupNav p a:hover, .header__pickupNav p a:active {
  color: #eee;
  text-decoration: none;
  background:#ac164f;
}

.header__pickupNav p{
  display:table-cell;
  vertical-align:middle;
  text-align:right;
  line-height:1;
}
.ipad .header__pickupNav p{
}
.header__pickupNav p a{
    background: #041044;
    border: solid 1px #8288a2;
    height: 20px;
    width: 110px;
    display: table;
    text-align: left;
}
.header__pickupNav p a span{
  background:url(../img//icon_arrow_.png) no-repeat left center;
  padding-left:14px;
  display:table-cell;
  vertical-align:middle;
}
@media only screen and (max-width: 640px) {
  body.responsive .header__pickupNav {
    display: none;
  }
}

/*--------------------
 *    globalNav
 *--------------------*/
.globalNav {
	font-family:"メイリオ", Meiryo, sans-serif;
	background:#7a0d36;
	border-top:#EEAE00 3px solid;
	height: 70px;
	letter-spacing:0.1em;
	text-align: center;
}

.globalNav ul {
  *zoom: 1;
  margin: 10px 0 0 0px;
  position:relative;
  display: inline-block;
  min-width: 1002px;
}

.globalNav ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  text-align: center;
  z-index: 99999;
}

.globalNav ul .gNav01 .gNavSubBody .col1, 
.globalNav ul .gNav01 .gNavSubBody .col2 .col3,
.globalNav ul .gNav04 .gNavSubBody .col1,
.globalNav ul .gNav04 .gNavSubBody .col2 .col3 {
  width: 40%;
}

.globalNav ul .gNav02 .gNavSubBody .col1 {
  width: 15%;
}
.globalNav ul .gNav02 .gNavSubBody .col2 {
  width: 15%;
}
.globalNav ul .gNav02 .gNavSubBody .col3 {
  width: 15%;
}
.globalNav ul .gNav02 .gNavSubBody .col4 {
  width: 15%;
}
.globalNav ul .gNav03 .gNavSubBody .col1 {
  width: 25%;
}
.globalNav ul .gNav03 .gNavSubBody .col2 {
  width: 15%;
}
.globalNav ul .gNav03 .gNavSubBody .col3 {
  width: 15%;
}
.globalNav ul .gNav05 .gNavSubBody {
}
.globalNav ul .gNav05 .gNavSubBody .col1 {
  width: 60%;
}

.globalNav ul .gNavSubArrow {
  display: none;
  position: absolute;
  top: 35px;
  left: 90px;
  width: 10px;
  height: 10px;
  padding-top: 1px;
  z-index: 9999;
}
.globalNav ul .gNavSubBody {
  display: none;
  /*display: block;!important;*/
  position: absolute;
  letter-spacing:0.2em;
  top: 55px;
  padding: 30px 20px 20px 30px;
  background-color: rgba(172,22,80,.95);
  z-index: 999999;
}

.globalNav ul .gNav01 {
  border-right:1px solid #963c5a;
  border-left:1px solid #963c5a;
  height:50px;
}
.globalNav ul .gNav02 {
  border-right:1px solid #963c5a;
  height:50px;
	margin:0 0 0;
}
.globalNav ul .gNav03 {
  border-right:1px solid #963c5a;
  height:50px;
}
.globalNav ul .gNav04 {
  border-right:1px solid #963c5a;
  height:50px;
}

.globalNav ul .gNav05 {
  border-right:1px solid #963c5a;
  height:50px;
}

.globalNav ul .gNav04 .gNavSubBody {
  width: 150px;
}
.globalNav ul .gNav05 .gNavSubBody {
  width: 500px;
}

.globalNav ul .gNavSubBody table {
  width: 100%;
}
.globalNav ul .gNavSubBody table td {
  min-height: 26px;
}
.globalNav ul .gNavSubBody table td a {
  display: inline;
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: left;
  padding:0 0 0 0;
}
.globalNav ul .gNavSubBody table td:last-child a {
  padding: 10px 0px 10px 10px;
	margin: 0px 0 10px 0;
  display: block;
}
.globalNav ul .gNavSubBody table a:link,
.globalNav ul .gNavSubBody table a:visited {
  color: #fff;
  text-decoration: none;
}
.globalNav ul .gNavSubBody table a.active, 
.globalNav ul .gNavSubBody table a:hover,
.globalNav ul .gNavSubBody table a:active {
  color: #fff;
	background-color:#7a0d36;
	  text-decoration: none;
}
.globalNav ul .gNavSubBody table a.active:after, .globalNav ul .gNavSubBody table a:hover:after, .globalNav ul .gNavSubBody table a:active:after {
  content: "";
  position: relative;
  display: inline;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: transparent;
}

.globalNav li {
	text-align: center;
  position: relative;
  float: left;
  padding: 0px;
}
.globalNav li.last {
  margin-right: 0px;
}
.globalNav li a {
  display: table-cell;
  vertical-align:middle;
  height: 50px;
	text-align: center;
  padding:0 7px;
  line-height:1.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.globalNav li a {
  background-color: #00009;
}
.globalNav li a:hover,.globalNav li a.active {
  background-color: rgba(172,22,80,.8);
}
.globalNav li:nth-child(1) a,
.globalNav li:nth-child(2) a,
.globalNav li:nth-child(3) a,
.globalNav li:nth-child(4) a,
.globalNav li:nth-child(5) a
{
  width:185px;
}

.globalNav li a:link, .globalNav li a:visited {
  color: #fff;
  text-decoration: none;
}
.globalNav li a.active, .globalNav li a:hover, .globalNav li a:active {
  color: #fff;
  text-decoration: none;
}


.globalNav .globalNav__jp {
  color: #fff;
  font-size: 1.2em;
  display: block;
  padding: 7px;
}

.globalNav .globalNav__jp2 {
  color: #fff;
  width: 120px;
  text-align: left;
  font-size: 1.1em;
  display: block;
	margin: 0px 0 0px 0;
  padding: 0 0 0px 0;
  line-height: 20px;
}

.globalNav__jp2 a{
	display: block;
		margin: 0px 0 0px 0;
}


.globalNav__jp2 a:hover{
  background-color:#1e285a;
}


.globalNav .globalNav__en {
  display: block;
  text-align: center;
  color: #c4698a;
  font-size: 1em;
  font-family:'PT Sans', sans-serif;
}

.globalNav2 a {
  background-color: rgba(0,153,68,.85);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.globalNav2>a {
  background-color: #0C8A3F\9;
}
.globalNav2 .globalNav a:visited {
  color: #fff;
  text-decoration: none;
}

.globalNav2 li a span {
  color:#ccc;
}

.globalNav li a span {
  color:#ccc;
}
@media only screen and (max-width: 640px) {
  body.responsive .globalNav {
    display: none;
  }
}

/*--------------------
 *    spNav
 *--------------------*/
.spNav {
  display: none;
}
@media only screen and (max-width: 640px) {
  body.responsive .spNav {
    display: block;
    position: relative;
    top:-50px;
    width: 100%;
  }
  body.responsive .spNav .sp__navBtn {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 1px;
    right: 8px;
    width: 40px;
    height: 40px;
    background: url(../img/sp_nav_menu.png) no-repeat left 0px;
    background-size: 40px auto;
    z-index: 9999;
    cursor: pointer;
  }
  body.responsive .spNav .sp__navBtn span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-indent: -9999px;
  }
  body.responsive .spNav .sp__navBtn .open {
    background: url(../img/sp_nav_menu.png) no-repeat left -40px;
    background-size: 40px auto;
  }

  body.responsive .sp__header__nav {
    display:none;
    vertical-align:middle;
    position:absolute;
    z-index:9998;
    top:50px;
    left:0;
    width:101%;
  }
  body.responsive .sp__header__nav.show {
    display:block;
    border-bottom: 3px solid #eeae00;
    z-index: 100000;
  }
  body.responsive .sp__header__nav li {
    float: left;
    margin-right: 20px;
    background:rgba(0,0,50,0.9);
    border-bottom: 1px solid #333;
    float:left;
    margin-right:0;
    width:50%;
    display:table;
  }
  body.responsive .sp__header__nav li:last-child {
    margin-right: 0;
  }
  body.responsive .sp__header__nav li a {
    display: table-cell;
    vertical-align:middle;
    color:#fff !important;
    padding-left:14px;
    height: 35px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  body.responsive .sp__header__nav li a:link, body.responsive .sp__header__nav li a:visited {
    color: #e1e1e1;
    text-decoration: none;
  }
  body.responsive .sp__header__nav li a:hover, 
body.responsive .sp__header__nav li a:active,
	body.responsive .spNav ul.sp__globalNav li a:hover,
	body.responsive .spNav ul.sp__globalNav li a:active,
	body.responsive .spNav ul.sp__pickupNav li a:hover,
	body.responsive .spNav ul.sp__pickupNav show li a:active
	{
    color: #e1e1e1;
    text-decoration: underline;
  }

  body.responsive .spNav ul.sp__globalNav {
    display: none;
    width: 100%;
    border-bottom: 1px solid #222;
    background-color: #70022c;
    *zoom: 1;
    position:absolute;
    top:160px;
    z-index:9997;
  }
  body.responsive .spNav ul.sp__globalNav:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body.responsive .spNav ul.sp__globalNav.show {
    display: block;
  }
  body.responsive .spNav ul.sp__globalNav li {
    height:50px;
    line-height:50px;
    border-top: 1px solid #222;
    background-color: #7a0d36;
  }

  body.responsive .spNav ul.sp__globalNav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
  }
  body.responsive .spNav ul.sp__globalNav li a span {
  }
  body.responsive .spNav ul.sp__globalNav li a span:first-child {
    font-size: 0.8em;
    margin-right:10px;
  }
  body.responsive .spNav ul.sp__globalNav li a span:last-child {
    font-size: 10px;
    font-size: 0.625rem;
    color:#999;
  }
  body.responsive .spNav ul.sp__pickupNav {
    top: 416px;
    display: none;
    width: 100%;
    *zoom: 1;
    position:absolute;
    z-index:9999;
    border-bottom: 2px solid #222;
  }
  body.responsive .spNav ul.sp__pickupNav:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body.responsive .spNav ul.sp__pickupNav.show {
    display: block;
  }
  body.responsive .spNav ul.sp__pickupNav li {
    background: rgba(0,0,50,0.9);
    width: 50%;
    height: 40px;
    float: left;
	 top:400px;
    border-bottom:1px solid #333;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  }
  body.responsive .spNav ul.sp__pickupNav li:nth-child(even) {
    border-right:none;
  }
  body.responsive .spNav ul.sp__pickupNav li.blank {
	  background-color: #333;
  }
  body.responsive .spNav ul.sp__pickupNav li.lang {
    background:#666;
  }
  body.responsive .spNav ul.sp__pickupNav li a {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
  }
  body.responsive .spNav ul.sp__pickupNav li a span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


/*--------------------
 *    login
 *--------------------*/

@media only screen and (max-width: 640px) {
	.login {
  display: none;
}
  body.responsive .login {
    display: block;
    position: relative;
    top:-50px;
    width: 100%;
  }
 .login .sp__navBtn2 {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 1px;
    right: 55px;
    width: 40px;
    height: 40px;
    background: url(../img/sp_nav_login.png) no-repeat left 0px;
    background-size: 40px auto;
    z-index: 9999;
    cursor: pointer;
  }
  body.responsive .login .sp__navBtn2 span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-indent: -9999px;
  }
  body.responsive .login .sp__navBtn2 .open {
    background: url(../img/sp_nav_login.png) no-repeat left -40px;
    background-size: 40px auto;
  }

  body.responsive .login .sp__navBtn2 .loginform {
    display:none;
    vertical-align:middle;
    position:absolute;
    z-index:9998;
    top:50px;
    left:0;
    width:101%;
  }
	
  body.responsive.login.sp__navBtn2.sp__header__login {
    display:none;
  }
	
  body.responsive .login .sp__navBtn2.sp__header__login li {
    float: left;
    margin-right: 20px;
    background:rgba(0,0,50,0.9);
    border-bottom: 1px solid #333;
    float:left;
    margin-right:0;
    width:50%;
    display:table;
  }
  body.responsive .login .sp__navBtn2 .sp__header__login li:last-child {
    margin-right: 0;
  }
  body.responsive .login .sp__navBtn2.sp__header__login li a {
    display: table-cell;
    vertical-align:middle;
    color:#dbdbdb !important;
    padding-left:14px;
    height: 35px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  body.responsive .login .sp__navBtn2.sp__header__login li a:link,
  body.responsive .login .sp__navBtn2.sp__header__login li a:visited {
    color: #e1e1e1;
    text-decoration: none;
  }
  body.responsive .login .sp__navBtn2 .sp__header__login li a:hover, 
  body.responsive .login .sp__navBtn2 .sp__header__login li a:active,
  body.responsive .login .sp__navBtn2 .spNav ul.sp__globalNav2 li a:hover,
  body.responsive .login .sp__navBtn2 .spNav ul.sp__globalNav2 li a:active,
  body.responsive .login .sp__navBtn2 .spNav ul.sp__pickupNav2 li a:hover,
  body.responsive .login .sp__navBtn2 .spNav ul.sp__pickupNav2 show li a:active
	{
    color: #e1e1e1;
    text-decoration: underline;
  }

  body.responsive .login .sp__navBtn2 ul.sp__globalNav2 {
    display: none;
    width: 100%;
    border-bottom: 1px solid #222;
    background-color: #70022c;
    *zoom: 1;
    position:absolute;
    top:160px;
    z-index:9997;
  }
  body.responsive .login .sp__navBtn2  ul.sp__globalNav2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body.responsive .login .sp__navBtn2  ul.sp__globalNav2.show {
    display: block;
  }
  body.responsive .login .sp__navBtn2  ul.sp__globalNav2 li {
    height:50px;
    line-height:50px;
    border-top: 1px solid #222;
    background-color: #7a0d36;
  }

  body.responsive .login .sp__navBtn2  ul.sp__globalNav2 li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
  }
  body.responsive .login .sp__navBtn2  ul.sp__globalNav2 li a span {
  }
  body.responsive .login .sp__navBtn2  ul.sp__globalNav2 li a span:first-child {
    font-size: 0.8em;
	  font-weight: bold;
    margin-right:10px;
  }
  body.responsive .login .sp__navBtn2  ul.sp__globalNav2 li a span:last-child {
    font-size: 10px;
    font-size: 0.625rem;
    color:#999;
  }
  body.responsive .login .sp__navBtn2  ul.sp__pickupNav2 {
    top: 416px;
    display: none;
    width: 100%;
    *zoom: 1;
    position:absolute;
    z-index:9999;
    border-bottom: 2px solid #222;
  }
  body.responsive .login .sp__navBtn2  ul.sp__pickupNav2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body.responsive .login .sp__navBtn2  ul.sp__pickupNav2.show {
    display: block;
  }
  body.responsive .login .sp__navBtn2  ul.sp__pickupNav2 li {
    background: rgba(0,0,50,0.9);
    width: 50%;
    height: 40px;
    float: left;
	 top:400px;
    border-bottom:1px solid #333;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  }
  body.responsive .login .sp__navBtn2  ul.sp__pickupNav2 li:nth-child(even) {
    border-right:none;
  }
  body.responsive .login .sp__navBtn2  ul.sp__pickupNav2 li.blank {
	  background-color: #333;
  }
  body.responsive .login .sp__navBtn2  ul.sp__pickupNav2 li.lang {
    background:#666;
  }
  body.responsive .login .sp__navBtn2  ul.sp__pickupNav2 li a {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
  }
  body.responsive .login .sp__navBtn2  ul.sp__pickupNav2 li a span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*--------------------
 *    mypage
 *--------------------*/

@media only screen and (max-width: 640px) {
	.mypage{
  display: none;
}
  body.responsive .mypage {
    display: block;
    position: relative;
    top:-50px;
    width: 100%;
  }
 .mypage .sp__navBtn2 {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 1px;
    right: 60px;
    width: 40px;
    height: 40px;
    background: url(../img/sp_nav_mypage.png) no-repeat left 0px;
    background-size: 40px auto;
    z-index: 9999;
    cursor: pointer;
  }
  body.responsive .mypage .sp__navBtn2 span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-indent: -9999px;
  }
  body.responsive .mypage .sp__navBtn2 .open {
    background: url(../img/sp_nav_mypage.png) no-repeat left -40px;
    background-size: 40px auto;
  }

  body.responsive .mypage .sp__navBtn2 .loginform {
    display:none;
    vertical-align:middle;
    position:absolute;
    z-index:9998;
    top:50px;
    left:0;
    width:101%;
  }
	
  body.responsive .mypage .sp__navBtn2.sp__header__login {
    display:none;
  }
	
  body.responsive .mypage .sp__navBtn2.sp__header__login li {
    float: left;
    margin-right: 20px;
    background:rgba(0,0,50,0.9);
    border-bottom: 1px solid #333;
    float:left;
    margin-right:0;
    width:50%;
    display:table;
  }
  body.responsive .mypage .sp__navBtn2 .sp__header__login li:last-child {
    margin-right: 0;
  }
  body.responsive .mypage .sp__navBtn2.sp__header__login li a {
    display: table-cell;
    vertical-align:middle;
    color:#dbdbdb !important;
    padding-left:14px;
    height: 35px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  body.responsive .mypage .sp__navBtn2.sp__header__login li a:link,
  body.responsive .mypage .sp__navBtn2.sp__header__login li a:visited {
    color: #e1e1e1;
    text-decoration: none;
  }
  body.responsive .mypage .sp__navBtn2 .sp__header__login li a:hover, 
  body.responsive .mypage .sp__navBtn2 .sp__header__login li a:active,
  body.responsive .mypage .sp__navBtn2 .spNav ul.sp__globalNav2 li a:hover,
  body.responsive .mypage .sp__navBtn2 .spNav ul.sp__globalNav2 li a:active,
  body.responsive .mypage .sp__navBtn2 .spNav ul.sp__pickupNav2 li a:hover,
  body.responsive .mypage .sp__navBtn2 .spNav ul.sp__pickupNav2 show li a:active
	{
    color: #e1e1e1;
    text-decoration: underline;
  }

  body.responsive .mypage .sp__navBtn2 ul.sp__globalNav2 {
    display: none;
    width: 100%;
    border-bottom: 1px solid #222;
    background-color: #70022c;
    *zoom: 1;
    position:absolute;
    top:160px;
    z-index:9997;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__globalNav2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__globalNav2.show {
    display: block;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__globalNav2 li {
    height:50px;
    line-height:50px;
    border-top: 1px solid #222;
    background-color: #7a0d36;
  }

  body.responsive .mypage .sp__navBtn2  ul.sp__globalNav2 li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__globalNav2 li a span {
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__globalNav2 li a span:first-child {
    font-size: 0.8em;
	  font-weight: bold;
    margin-right:10px;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__globalNav2 li a span:last-child {
    font-size: 10px;
    font-size: 0.625rem;
    color:#999;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__pickupNav2 {
    top: 416px;
    display: none;
    width: 100%;
    *zoom: 1;
    position:absolute;
    z-index:9999;
    border-bottom: 2px solid #222;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__pickupNav2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__pickupNav2.show {
    display: block;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__pickupNav2 li {
    background: rgba(0,0,50,0.9);
    width: 50%;
    height: 40px;
    float: left;
	 top:400px;
    border-bottom:1px solid #333;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__pickupNav2 li:nth-child(even) {
    border-right:none;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__pickupNav2 li.blank {
	  background-color: #333;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__pickupNav2 li.lang {
    background:#666;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__pickupNav2 li a {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
  }
  body.responsive .mypage .sp__navBtn2  ul.sp__pickupNav2 li a span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*--------------------
 *    heroUnit
 *--------------------*/
.heroUnit {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  body.responsive .heroUnit {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body.responsive .heroUnit img {
    width: 100%;
    height: auto;
  }
}
.contents__main .heroUnit {
  width: 620px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  body.responsive .contents__main .heroUnit {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  body.responsive .contents__main .heroUnit img {
    width: 100%;
    height: auto;
  }
}

.heroUnit__linkBtn {
  position: absolute;
  top: 276px;
  left: 40px;
  width: 294px;
  height: 31px;
}
@media only screen and (max-width: 640px) {
  body.responsive .heroUnit__linkBtn {
    width: 100%;
    top: 70%;
    left: 0%;
    display: table;
    text-align: center;
    vertical-align: middle;
  }
  body.responsive .heroUnit__linkBtn p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 294px;
    height: 31px;
  }
  body.responsive .heroUnit__linkBtn p a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}

.heroUnit__indexLinkBtn {
  position: absolute;
  top: 227px;
  left: 40px;
  width: 294px;
  height: 31px;
}
@media only screen and (max-width: 640px) {
  body.responsive .heroUnit__indexLinkBtn {
    width: 100%;
    top: 70%;
    left: 0%;
    display: table;
    text-align: center;
    vertical-align: middle;
  }
  body.responsive .heroUnit__indexLinkBtn p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 294px;
    height: 31px;
  }
  body.responsive .heroUnit__indexLinkBtn p a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}

/*--------------------
 *    contents
 *--------------------*/
/*--------------------
*    contents
*--------------------*/
.contents .contents__main {
  width: auto;
  float: none;
}
@media only screen and (max-width: 640px) {
  .responsive .contents .contents__main {
    width: 100%;
  }
}

#center__section{
	position:relative;
	margin: 0 auto;
	max-width: 1000px;
}
@media only screen and (max-width: 640px) {
	#center__section{
		padding:0;
    top: 0;
	}
}

.title--E {
  color: #666;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  border:none;
}
@media only screen and (max-width: 640px) {
	.title--E {
		margin:0;
	}
}
.contents {
  padding: 0px;
}

@media only screen and (max-width: 640px) {
.contents {
  padding: 0px;
}
}

.contents__header {
	position: relative;
	z-index: 3;
	*zoom: 1;
	background-image: url(../img/bg_dots_2.png);
}
.contents__header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  body.responsive .contents__header {
    margin: 50px 0 0 0;
    padding: 0 0 0 10px;
    /* margin-right: 10px; */
  }
}

.topicPath {
    margin:auto;
	padding: 10px 10px;
	width:1000px;
}
@media only screen and (max-width: 640px) {
  body.responsive .topicPath {
    margin-bottom: 5px;
  }
}
.topicPath ul {
  *zoom: 1;
}
.topicPath ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.topicPath li {
  float: left;
  margin-right: 10px;
}
.topicPath li a {
  padding-right: 15px;
  background: url(../img//icon_topicPath.png) right center no-repeat;
}
.topicPath li a:link, .topicPath li a:visited {
  color: #626262;
  text-decoration: underline;
}
.topicPath li a:hover, .topicPath li a:active {
  color: #7a0d36;
  text-decoration: underline;
}
.topicPath li .noLink {
  padding-right: 15px;
  background: url(../img//icon_topicPath.png) right center no-repeat;
}

.toContentsLink {
	width: 500px;
}
.toContentsLink a {
  padding-right: 20px;
  background: url(../img//icon_pageLink.png) right center no-repeat;
}
.toContentsLink a:link, .toContentsLink a:visited {
  color: #626262;
  text-decoration: none;
}
.toContentsLink a:hover, .toContentsLink a:active {
  color: #3399cc;
  text-decoration: underline;
}

/*--------------------
 *    contents__main
 *--------------------*/
.contents__main {
  float: left;
  width: 660px;
}
@media only screen and (max-width: 640px) {
  body.responsive .contents__main {
    width: 100%;
    float: none;
  }
}
.contents__main p {
  line-height: 1.8;
}

/*--------------------
 *    pageTitle
 *--------------------*/
h1.pageTitle {
  background: url(../img//icon_pagetitle.gif) no-repeat left center;
  padding-left: 49px;
  height: 39px;
  font-size: 34px;
  color: #707070;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-top: 5px;
}

 /*--------------------
*    pic main
*--------------------*/
.pic__main {
  margin-bottom: 30px;
}

/*--------------------
*    contents block
*--------------------*/
.contents__block {
  margin-left: 20px;
  margin-right: 20px;
  color: #707070;
}
@media only screen and (max-width: 640px) {
  .responsive .contents__block {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.contents__block p {
  margin-bottom: 1em;
}

/*--------------------
 *    slide__contents
 *--------------------*/
.slide__contents {
  position: relative;
}
.slide__contents h2 p {
  padding: 0 !important;
}
@media only screen and (max-width: 640px) {
  .responsive .slide__contents h2 {
    margin-bottom: 30px;
  }
}
.slide__contents .slide__box {
  width: 620px;
}
@media only screen and (max-width: 640px) {
  .responsive .slide__contents .slide__box {
    width: 100%;
  }
}
.slide__contents .slide__box .common__pager {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 4px;
  right: 0;
  vertical-align: top;
  letter-spacing: -.30em;
}
@media only screen and (max-width: 640px) {
  .responsive .slide__contents .slide__box .common__pager {
    top: 30px;
  }
}
.slide__contents .slide__box .common__pager .btn__slideL,
.slide__contents .slide__box .common__pager .btn__slideR {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  height: 16px;
  margin-bottom: 0;
  vertical-align: top;
  margin-top: -1px !important;
  letter-spacing: normal;
}
.slide__contents .slide__box .common__pager .btn__slideL a.disabled,
.slide__contents .slide__box .common__pager .btn__slideR a.disabled {
  display: none;
}
.slide__contents .slide__box .common__pager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: -.40em;
  min-width: 90px;
}
.slide__contents .slide__box .common__pager ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}
.slide__contents .slide__box .common__pager ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px 1px;
  outline: 0;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .responsive .slide__contents .slide__box .common__pager ul li a {
    vertical-align: middle;
  }
}
.slide__contents .slide__box .common__pager ul li a.active {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #cccccc;
}
.slide__contents .slide__box .common__pager ul li a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .responsive .slide__contents .slide__box .common__pager ul li a span {
    vertical-align: middle;
    line-height: 1;
  }
}
.slide__contents .slide__box .common__pager ul li a span:hover {
  text-decoration: underline;
}
.slide__contents .slide__box .common__pager ul li a span.off {
  color: #dbdbdb;
}
.slide__contents .slide__box .bxslider__common li a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
}
.slide__contents .slide__box .bxslider__common li a:hover {
  text-decoration: underline;
  color: #000;
}
.slide__contents .slide__box .bxslider__common li a p {
  padding-top: 10px;
  color: #000;
  line-height: 1.5;
}

/*--------------------
*    date link list
*--------------------*/
.dateLinkList--A {
  height: 174px;
  overflow: auto;
}
@media only screen and (max-width: 640px) {
  body.responsive .dateLinkList--A {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.dateLinkList--A ul {
  margin-bottom: -8px;
}
.dateLinkList--A ul li {
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  body.responsive .dateLinkList--A ul li {
    margin-bottom: 15px;
  }
}
.dateLinkList--A ul li dl dt {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #e7eaec;
  text-align: center;
  color: #4f5051;
  width: 76px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  body.responsive .dateLinkList--A ul li dl dt {
    float: none;
    margin-bottom: 5px;
  }
}
.dateLinkList--A ul li dl dd {
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  body.responsive .dateLinkList--A ul li dl dd {
    float: none;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.dateLinkList--A ul li dl dd a {
  color: #343434;
  text-decoration: none;
}
.dateLinkList--A ul li dl dd a:hover {
  color: #66012d;
  text-decoration: underline;
}

.dateLinkList--B ul {
  margin-bottom: -20px;
  overflow: hidden;
}
.dateLinkList--B ul dt {
  width: 112px;
  background-color: #e7eaec;
  text-align: center;
  color: #4f5051;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
.dateLinkList--B ul dd {
  margin-left: 20px;
  margin-bottom: 20px;
}
.dateLinkList--B ul dd a {
  color: #343434;
  text-decoration: none;
}
.dateLinkList--B ul dd a:hover {
  color: #66012d;
  text-decoration: underline;
}

#linkimg__list {
  margin-right: -20px;
}
#linkimg__list ul {
  width: 900px;
}
@media only screen and (max-width: 640px) {
  .responsive #linkimg__list ul {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px) {
  #linkimg__list li {
    overflow: hidden;
  }
}
#linkimg__list li .linkimg__item {
  width: 160px;
  height: 160px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  background: #2e2e2e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(left, #2e2e2e 0%, #454545 10%, #454545 90%, #2e2e2e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2e2e2e), color-stop(10%, #454545), color-stop(90%, #454545), color-stop(100%, #2e2e2e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #2e2e2e 0%, #454545 10%, #454545 90%, #2e2e2e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #2e2e2e 0%, #454545 10%, #454545 90%, #2e2e2e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #2e2e2e 0%, #454545 10%, #454545 90%, #2e2e2e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #2e2e2e 0%, #454545 10%, #454545 90%, #2e2e2e 100%);
  /* W3C */
}
@media only screen and (max-width: 640px) {
  .responsive #linkimg__list li .linkimg__item {
    width: 100%;
    height: auto;
    margin-right: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    box-shadow: none;
  }
}
#linkimg__list li .linkimg__item .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .responsive #linkimg__list li .linkimg__item .imgBox {
    position: static;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
  }
  .responsive #linkimg__list li .linkimg__item .imgBox img {
    width: 100%;
    height: auto;
  }
}
/*--------------------
 *    title
 *--------------------*/
.inner_login {
  left: 0px;
  height: 45px;
  width: 650px;
	text-align: right;
    background-image: url(../img/login.png);
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  .responsive   .inner_login {
    height: 38px;
    width: 100%;
    background-image: url(../img/login_sp.png);
    background-size: 120%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    bottom: 0;
  }
}



.inner_registration {
    margin: 0px 0 0px 0;
    left: 0px;
    height: 45px;
    width: 650px;
	text-align: right;
    background-image: url(../img/registration.png);
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  .responsive   .inner_registration {
    margin: 0px 0 0px 0;
    height: 38px;
    width: 100%;
    background-image: url(../img/registration_sp.png);
    background-size: 120%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    bottom: 0;
  }
}

.inner_600 {
	display: block;
	width:600px;
	margin:0 auto;
    vertical-align: middle;
    font-size: 1em;
}

@media only screen and (max-width: 640px) {
  .responsive  .inner_600 {
    width: 96%;
    padding: 0px 0;
    margin: 0px auto;
	 line-height: 1.6em;
  }
}

.inner_650 {
    vertical-align: middle;
    width: 650px;
    padding: 0px 10;
    margin: 10px 0 10px 0;
    font-size: 0.9em;
    line-height: 1.6em;
}

@media only screen and (max-width: 640px) {
  .responsive  .inner_650 {
    width: 96%;
 padding: 10px 0;
    margin: 0px auto;
	 line-height: 1.6em;
  }
}

.inner1 {
  left: 0px;
  height: 45px;
		  width: 650px;
	text-align: right;
    background-image: url(../img/info.png);
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  .responsive   .inner1 {
    height: 38px;
    width: 100%;
    background-image: url(../img/info_sp.png);
    background-size: 130%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    bottom: 0;
  }
}

.inner2 {
  left: 0px;
  height: 45px;
		  width: 650px;
	text-align: right;
    background-image: url(../img/recomend.png);
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .responsive  .inner2 {
    height: 38px;
    width: 100%;
    background-image: url(../img/recomend_sp.png);
    background-size: 130%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    bottom: 0;
  }
}

.inner3 {
    width: 700px;
    vertical-align: middle;
    padding: 10px 0;
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.2em;
}
@media only screen and (max-width: 640px) {
  .responsive  .inner3 {
    width: 100%;
    padding: 5px;
    margin: 0px 0 0 0;
	 line-height: 1.2em;
  }
}

.inner4 {
    width: 650px;
    vertical-align: middle;
    padding: 10px 0;
    margin: 10px 0 20px 0;
	text-align: right;
    font-weight: bold;
    font-size: 1.5em;
}
@media only screen and (max-width: 640px) {
  .responsive  .inner4 {
    height: 30px;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0 0 0;
	text-align: center;
  }
}

.inner5 {
    width: 700px;
    vertical-align: middle;
    bottom: 0;
    padding: 10px 0;
    margin: 0px 0 20px 0;
	text-align:center;
    font-weight: bold;
    font-size: 1.5em;
}
@media only screen and (max-width: 640px) {
  .responsive  .inner5 {
    width: 100%;
    padding: 10px 0;
	text-align: center;
  }
}

.inner_img {
    width: 700px;
    background-image: url(../img/bg_dots_2.png);
    vertical-align: middle;
    bottom: 0;
    padding: 0px 0 0px 0;
    margin: 10px 0 0 0;
    font-size: 1em;
}
@media only screen and (max-width: 640px) {
	  .responsive  .inner_img {
	  width: 100%;
	  margin: 0px auto;
  }
  .responsive  .inner_img img {
    width: 100%;
	  height:100%;
  }
}

.inner_exp {
    width: 700px;
/*    background-image: url(../img/bg_dots_2.png);	*/
    vertical-align: middle;
    bottom: 0;
    padding: 10px;
    margin: 0px 0 0 0;
    font-size: 1.2em;
    line-height: 1.8em;
}
@media only screen and (max-width: 640px) {
    .responsive  .inner_exp {
    width: 94%;
    padding: 10px;
    margin: 0px auto;
  }
}

.inner_gaiyou {
    width: 700px;
    vertical-align: middle;
    bottom: 0;
    padding: 0px;
    margin: 10px 0 20px 0;
    font-size: 1.2em;
    line-height: 1.8em;
}
@media only screen and (max-width: 640px) {
  .responsive  .inner_gaiyou {
    width: 94%;
    font-size: 1.1em;
    padding:5px 0 10px 0;
    margin: 0px auto;
  }
}

.inner_title {
    width: 600px;
    vertical-align: middle;
    bottom: 0;
    padding: 5px 5px;
    margin: 10px 0 0 0;
    font-size: 1.3em;
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .responsive  .inner_title {
    width: 100%;
    padding: 0px;
    margin: 0px 0 0 5px;
    line-height: 1.2em;
  }
}

.inner_voices{
    background-color: #fff;
	width:600px;
	margin:10px auto;
    padding: 25px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
@media only screen and (max-width: 640px) {
.inner_voices{
		width:84%;
    background-color: #fff;
	font-size: 0.9em;
    padding: 25px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
}

.voices_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
}

@media only screen and (max-width: 640px) {
.voices_name {
  font-size: 16px;
  line-height: 1.6em;
}
}

.voices_job {
  font-size: 14px;
  line-height: 1.4em;
}

@media only screen and (max-width: 640px) {
.voices_job {
  font-size: 12px;
  line-height: 1.4em;
}
}


.inner_voices .img_r{
    float:left;
	vertical-align:bottom;
	margin: 0 20px 10px 0;
}

.inner_voices .img_l{
    float:right;
	vertical-align:bottom;
	margin: 0 0 10px 20px;
}

.inner_r {
    width: 100%;
		display:inline-block;
	text-align:right;
}

.inner_l {
    width: 100%;
		display:inline-block;
	text-align:left;
}

/*--------------------
 *    midashi
 *--------------------*/

.midashi {
    position: relative;
    font-size: 2.5em;
    font-weight: bold;
    margin: 20px 0  10px 0;
    padding:0px 0px 0 10px;
    border-left: 10px solid #990033;
}

@media only screen and (max-width: 640px) {
  body.responsive .midashi {
    padding:5px 0 0 10px;
    margin: 0 10px 10px  10px ;
    font-size: 2em;
  }
}

.komidashi {
    position: relative;
    font-weight: bold;
    margin: 10px 0;
    padding:0px  0 0 10px;
    border-left: 10px solid #990033;
}

@media only screen and (max-width: 640px) {
  body.responsive .komidashi {
    padding:5px 0 0 10px;
  }
}
/*--------------------
 *    footer
 *--------------------*/
/*
.footer {
  background: url(../img/footer_bg.png) repeat;
  min-width:1000px;
  width:100%;
  margin:0 auto;
  margin-top: auto;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .responsive .footer {
    width: 100%;
  }
}
.footer .icon--linkBlk {
  background: url(../img//icon_linkBlk_white.png) center center no-repeat;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer {
    overflow: hidden;
    min-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink {
    width: auto;
    font-size: 12px;
    font-size: 0.75rem;
    overflow: hidden;
  }
}*/


.footer__contentsLink .contentsLink:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer__contentsLink a:link, .footer__contentsLink a:visited {
  color: #ddd;
  text-decoration: none;
}
.footer__contentsLink a:hover, .footer__contentsLink a:active {
  color: #fff;
  text-decoration: underline;
}

.contentsLink__title {
  margin-top: 20px;
	letter-spacing: 2px;
  color: #f8f8f8;
  font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
}

.contentsLink__sub {
  font-size: 1.1em;
  color: #f8f8f8;
	line-height: 1.6em;
}

@media only screen and (max-width: 640px) {
  body.responsive .contentsLink__title {
    margin-top: 0;
    word-break: break-all;
    line-height: 1.3;
    margin-bottom: 4px;
	  	font-size: 1em;
	line-height: 1.6em;
  }
  body.responsive .contentsLink__sub {
	  	font-size: 0.8em;
  color: #f8f8f8;
	  width: 100%;
	  display: block;
	line-height: 1.6em;
}
	  body.responsive .contentsLink__sub a{
	  	font-size: 1.2em;
	  	color: #fab400;
}
}

.contentsLink__nav {
  margin-bottom: 20px;
}
.contentsLink__nav li {
  margin-left: 1.35em;
}
@media only screen and (max-width: 640px) {
  body.responsive .contentsLink__nav li {
    margin-left: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  body.responsive .contentsLink__nav {
    font-size: 10px;
    font-size: 0.625rem;
  }
  body.responsive .contentsLink__nav:nth-child(odd) li {
    width: 90%;
  }
  body.responsive .contentsLink__nav:nth-child(even) li {
    width: 90%;
  }
}

.footer__contentsLink--lv1 {
  margin-right: -20px;
  padding-top: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #333;
  *zoom: 1;
}
.footer__contentsLink--lv1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv1 {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
  }
}
.footer__contentsLink--lv1 .contentsLink {
  float: left;
  width: 440px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv1 .contentsLink {
    width: 100%;
  }
}
.footer__contentsLink--lv1 .contentsLink__title {
  position: relative;
  width: 364px;
  background: url(../img//bg_footer_border.png) repeat-x left center;
}
.footer__contentsLink--lv1 .contentsLink__title .bg {
  padding-right: 5px;
  background: url(../img//bg_footer.png) left top;
}
.footer__contentsLink--lv1 .contentsLink__title .contentsLink__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 17px;
  padding-left: 3px;
  background: url(../img//icon_footer_slidePlus.png) no-repeat right center;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv1 .contentsLink__title {
    width: auto;
  }
  body.responsive .footer__contentsLink--lv1 .contentsLink__title span {
    display: inline;
    padding-left: 0;
  }
}
.footer__contentsLink--lv1 .contentsLink--open .contentsLink__title .contentsLink__btn {
  background: url(../img//icon_footer_slideMinus.png) no-repeat right center;
}
.footer__contentsLink--lv1 .contentsLink__nav {
  float: left;
  width: 220px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv1 .contentsLink__nav:nth-child(odd) {
    width: 55%;
  }
  body.responsive .footer__contentsLink--lv1 .contentsLink__nav:nth-child(even) {
    width: 45%;
  }
}

.footer__contentsLink--lv2 {
  margin-right: -20px;
  padding-left: 20px;
  border-top: 1px solid #585858;
  border-bottom: 1px solid #333;
  *zoom: 1;
}
.footer__contentsLink--lv2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv2 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
  }
}
.footer__contentsLink--lv2 .contentsLink {
  float: left;
  width: 220px;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv2 .contentsLink:nth-child(even) {
    width: 55%;
  }
  body.responsive .footer__contentsLink--lv2 .contentsLink:nth-child(odd) {
    width: 45%;
  }
}

@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv3 .footer__contentsLink--lv3a .contentsLink:nth-child(odd) {
    width: 55%;
  }
  body.responsive .footer__contentsLink--lv3 .footer__contentsLink--lv3a .contentsLink:nth-child(even) {
    width: 45%;
  }
}
.footer__contentsLink--lv3 .footer__contentsLink--lv3b .contentsLink {
  width: 440px;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv3 .footer__contentsLink--lv3b .contentsLink {
    width: 100%;
  }
}

.footer__contentsLink--lv4 {
  padding: 0px;
  margin: 0 auto;
  width: 1000px;
}
.footer__contentsLink--lv4:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv4 {
  width: 100%;
  padding: 10px 10px 0 20px;
  margin: 0;
  }
  body.responsive .footer__contentsLink--lv4 p.contentsLink__title {
  padding-right: 5px !important;
  }
}
.footer__contentsLink--lv4 .contentsLink--ex {
  float: left;
  width: 189px;
  padding: 9px;
  margin: 10px 15px 30px 0;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex {
    float: none;
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 0px;
    border: none;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .sp__contentsLink--ex {
    border: 1px solid #333;
    width: auto;
    padding: 10px;
    *zoom: 1;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .sp__contentsLink--ex:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .sp__contentsLink--ex .contentsLink {
    float: none;
    width: 100%;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .sp__contentsLink--ex .contentsLink__field {
    *zoom: 1;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .sp__contentsLink--ex .contentsLink__field:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.footer__contentsLink--lv4 .contentsLink--ex .contentsLink--s {
  width: 195px;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .contentsLink--s {
    width: 100%;
    margin-top: 20px;
  }
}
.footer__contentsLink--lv4 .contentsLink--ex .contentsLink--s .contentsLink__nav {
  width: 105px;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .contentsLink--s .contentsLink__nav {
    width: 50%;
  }
}
.footer__contentsLink--lv4 .contentsLink--ex .contentsLink__title {
  margin-top: 0;
  margin-bottom: 2px;
}
.footer__contentsLink--lv4 .contentsLink--ex .contentsLink__nav {
  float: left;
  width: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .contentsLink__nav {
    width: 50%;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.footer__contentsLink--lv4 .contentsLink--ex .contentsLink__nav .access, .footer__contentsLink--lv4 .contentsLink--ex .contentsLink__nav .contact {
  display: inline-block;
  position: relative;
  left: -5px;
  margin-bottom: 2px;
  padding: 0 4px;
  background: #333;
  border: 1px solid #2d2d2d;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .contentsLink__nav .access, body.responsive .footer__contentsLink--lv4 .contentsLink--ex .contentsLink__nav .contact {
    left: 0;
    margin-bottom: 0;
    padding: 0;
    background: none;
    border: none;
  }
}
.footer__contentsLink--lv4 .contentsLink--ex .contentsLink__pic {
  float: left;
  width: 90px;
  margin-top: 3px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex .contentsLink__pic {
    float: right;
    max-width: 90px;
  }
}
.footer__contentsLink--lv4 p.contentsLink__title {
  margin-bottom: 0;
  padding-right: 0px;
}
.footer__contentsLink--lv4 .contentsLink {
  float: left;
	text-align: right;
  width: 470px;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv4 .contentsLink:nth-child(odd) {
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink:nth-child(even) {
    width: 50%;
    margin-right: 5%;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink .contentsLink__nav span {
    display: block;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink .contentsLink__nav span.icon--linkBlk {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
.footer__contentsLink--lv4 .contentsLink--ex2 {
  width: 470px;
	margin: 10px 0 0 0 ;
	text-align: left;
}
.footer__contentsLink--lv4 .contentsLink--ex2 h1.contentsLink__title {
  margin-top: 0;
}
.footer__contentsLink--lv4 .contentsLink--ex2 .contentsLink__nav li span {
  font-size: 8px;
  font-size: 0.5rem;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex2 {
	    width: 100%;
    margin: 0;
    padding: 0px;
    border: none;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex2 h1.contentsLink__title {
    margin:0px;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex2 .contentsLink__nav {
    margin: 0 9px 20px;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex2 .contentsLink__nav li {
    margin-bottom: 3px;
    line-height: 1.2;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex2 .contentsLink__nav li span {
    font-size: 8px;
    font-size: 0.5rem;
  }
  body.responsive .footer__contentsLink--lv4 .contentsLink--ex2 p.contentsLink__title {
    margin: 0 4px 9px 0px;
  }
}

.footer__bottom {
  padding: 5px 0;
	  background-color: rgba(0,0,50,0.8);
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__bottom {
  padding: 0px;
  }
}

.contentsLink--sns {
	  width: 470px;
	  float:  right;
	  text-align:  right;
}

.contentsLink--sns img {
    margin: 10px 10px 10px 0px;
    width:40px;
  }

@media only screen and (max-width: 640px) {
  body.responsive .contentsLink--sns {
	  float:  left;
    width: auto;
  }
}

.contentsLink--sns ul {
  text-align: right;
}
.contentsLink ul:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  body.responsive .contentsLink--sns ul {
    display: none;
  }
}

.contentsLink--sns ul {
	margin: 0 0 10px 0;
}
.contentsLink--sns ul li {
  background:url(../img//icon_arrow_.png) no-repeat left center;
  padding:12px 0px 12px 12px;
  display:inline;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__nav li {
    margin-bottom: 5px;
	  display: inline;
  }
  body.responsive .footer__nav li:nth-child(odd) {
    width: 52%;
  }
  body.responsive .footer__nav li:nth-child(even) {
    width: 48%;
  }
}
.footer__nav li a {
  margin-right: 11px;
}
.footer__nav li:last-child a {
    margin-right: 0px;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__nav li a {
    margin-right: 0;
  }
}
.footer__nav li a:link, .footer__nav li a:visited {
  color: #d2d2d2;
  text-decoration: none;
  text-decoration: none;
}
.footer__nav li a:hover, .footer__nav li a:active {
  color: #fff;
  text-decoration: underline;
}

.footer__copyright {
  text-align: center;
  font-family:'PT Sans', sans-serif;
  color: #d2d2d2;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  body.responsive .footer__copyright {
    width: auto;
    margin: 0px;
    float: none;
    font-size: 11px;
    text-align: left;
    padding: 10px 0;
  }
  body.responsive .footer__copyright p {
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
  body.responsive .footer__copyright span {
    display: block;
  }
}

/*--------------------
 *  additional parts
 *--------------------*/
div#rightlink{
  float: right;
}
div#rightlink_block{
  width: 660px;
  height: 60px;
  display: block;
}
div#rightmargin{
  margin-right: 20px;
}



.header__btnEnglish {
    font-size: 12px;
    color: #fff;
    background: #555;
    border: none;
    width: 96px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    position: absolute;
    right: 0;
    display: block;
    vertical-align: top;
    border-bottom:none;
}
.header__btnEnglish ul {
    background-color: #222;
    position: relative;
    z-index: 9999;
  display: none;
}
.header__btnEnglish ul li a:hover {
  display: block;
    background-color: #444;
}



/*--------------------
 *  contentsJabara
 *--------------------*/
.contentsJabara__item {
  position: relative;
  padding: 12px 40px 10px 20px;
  background-color: #bfbfbf;
}
.contentsJabara__btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../img//icon_slidePlus.png) center center no-repeat #bfbfbf;
  cursor: pointer;
}
.contentsJabara--open > .contentsJabara__item > .contentsJabara__btn {
  background-image: url(../img//icon_slideMinus.png);
}
.contentsJabara > .contentsJabara__field {
  display: none;
}
.contentsJabara--open > .contentsJabara__field {
  display: block;
}


/*--------------------
 *    contents__side
 *--------------------*/
.contents__side {
  float: left;
  width: 220px;
  font-size: 14px;
  min-height: 600px;
}

@media only screen and (max-width: 640px) {
  body.responsive .contents__side {
    width: 100%;
    float: none;
    min-height: 100%;
  }
}

.contents__sideTitle {
  padding: 40px 20px;
  margin:35px 0 1px 0;
  background-color: #055a8c;
  background:linear-gradient(-25deg,#326991 50%,#055a8c 50%);
  color: #fff;
  line-height: 26px;
}

@media only screen and (max-width: 640px) {
.contents__sideTitle {
  padding: 20px 20px;
  margin:0px 0 1px 0;
  background-image: linear-gradient(  -10deg,  #326991 50%,   #055a8c 50% );
  color: #fff;
  line-height: 26px;
}
}

@supports (-ms-ime-align: auto) {
  /* Edge */
  .contents__sideTitle {
        margin:0px 0 1px 0;}  
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .contents__sideTitle {
	    margin:12px 0 1px 0;
      z-index:99999999;}  
}

@media only screen and (max-width: 640px) {
  body.responsive .contents__side {
    width: 100%;
    float: none;
  }
}
.contents__sideNav {
  margin-bottom: 0px;
  background-color: #fff;
}
.contents__sideNav ul ul {
  display: none;
}
.contents__sideNav ul ul ul {
  display: none;
}
.contents__sideNav ul ul ul ul {
  display: none;
}
.contents__sideNav .sideNav--open > ul {
  display: block;
}
@media only screen and (max-width: 640px) {
  body.responsive .contents__sideNav ul > li > ul {
    margin-left: 10px;
  }
  body.responsive .contents__sideNav ul > li > ul > li > ul {
    margin-left: 20px;
  }
}

.sideNav__item {
  margin-bottom: 1px;
  color:#B5B5B5;
  line-height: 1.2;
  background-color:rgba(199,199,199,0.8);
}
@media only screen and (max-width: 640px) {
  body.responsive .sideNav__item {
    position: relative;
    background-image: none !important;
  }
}
.sideNav__item a {
 padding: 20px;
  display: block;
  position: relative;
  width: 180px;
}
.sideNav__item a:link, .sideNav__item a:visited {
  color: #535353;
  text-decoration: none;
}
.sideNav__item a:hover, .sideNav__item a:active {
  color: #66002c;
  background-color: rgba(255,255,255,0.5);
}
@media only screen and (max-width: 640px) {
.sideNav__item a {
  position: static;
  padding: 10px 10px 10px 20px;
  width: 180px;
  }
}
.sideNav__item a .sideNav__arw {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 11px;
  height: 100%;
  background:url(../img/icon_slideArr.png)center no-repeat;
}


@media only screen and (max-width: 640px) {
  body.responsive .sideNav__item a .sideNav__arw {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../img/icon_slideArr.png) center center no-repeat;
  }
}

.sideNav--active .sideNav__item a .sideNav__arw {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 11px;
  height: 100%;
  background:url(../img/icon_slideArr2.png)center no-repeat;
}


@media only screen and (max-width: 640px) {
  body.responsive .sideNav--active .sideNav__item a .sideNav__arw {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../img/icon_slideArr2.png) center center no-repeat;
  }
}


.sideNav .sideNav__item,
.sideNav .sideNav .sideNav__item,
.sideNav .sideNav .sideNav .sideNav__item {
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 640px) {
  body.responsive .sideNav .sideNav__item, body.responsive
  .sideNav .sideNav .sideNav__item, body.responsive
  .sideNav .sideNav .sideNav .sideNav__item {
    position: relative;
    background-image: none !important;
  }
}
.sideNav .sideNav__item a,
.sideNav .sideNav .sideNav__item a,
.sideNav .sideNav .sideNav .sideNav__item a {
  display: inline;
  width: auto;
  padding-right: 0;
}

.sideNav li .sideNav__item {
  position: static;
  padding-right: 15px;
}
.sideNav li .sideNav__item a {
  display: block;
  width: 144px;
  padding-right: 16px;
}
.sideNav li .sideNav__item a.teishi {
  width: 153px;
  padding-right: 13px;
  margin-left: -0.5em;
}
.sideNav .sideNav li .sideNav__item {
  position: static;
  padding-right: 15px;
}
.sideNav .sideNav li .sideNav__item a {
  display: block;
  width: 134px;
  padding-right: 16px;
}

.sideNav .sideNav .sideNav li .sideNav__item {
  position: static;
  padding-right: 15px;
}
.sideNav .sideNav .sideNav li .sideNav__item a {
  display: block;
  width: 124px;
  padding-right: 16px;
}

.sideNav--active > .sideNav__item {
    background-color:rgba(112,12,50,1);
}

.sideNav--active > .sideNav__item a:link, 
.sideNav--active > .sideNav__item a:visited {
  color: #fff;
  text-decoration: none;
}
.sideNav--active > .sideNav__item a:hover, 
.sideNav--active > .sideNav__item a:active {
  color: #fff;
}
.sideNav--active > .sideNav__item .sideNav__btn {
  background-color: #f2e9eb;
}
@media only screen and (max-width: 640px) {
  body.responsive .sideNav--active > .sideNav__item .sideNav__arw {
    display: none;
  }
}

ul ul .sideNav__item,
ul ul .sideNav__btn {
  background-color: #e1e1e1;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 640px) {
  body.responsive ul ul .sideNav__item a .sideNav__arw {
    background-color: #e1e1e1;
  }
}
ul ul ul .sideNav__item,
ul ul ul .sideNav__btn {
  background-color: #ededed;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 640px) {
  body.responsive ul ul ul .sideNav__item .sideNav__arw {
    background-color: #ededed;
  }
}
ul ul ul ul .sideNav__item,
ul ul ul ul .sideNav__btn {
  background-color: #f5f5f5;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 640px) {
  body.responsive ul ul ul ul .sideNav__item .sideNav__arw {
    background-color: #f5f5f5;
  }
}
ul ul .sideNav__item {
  padding-left: 25px;
}

ul ul ul .sideNav__item {
  padding-left: 35px;
}


/*--------------------
 *    login form
 *--------------------*/

.mypage__form .btn__submit  {
  background-color: #eeae00;
  font-size: 1.2em;
	font-weight: bold;
  color: #7a0d36;
  padding: 10px 100px;
  border: 2px solid #990033;
  border-radius: 10px;
  -webkit-appearance: none;
  letter-spacing: 1px;
  cursor: pointer; }

@media only screen and (max-width: 640px) {
.mypage__form .btn__submit  {
  background-color: #eeae00;
  font-size: 1.2em;
	font-weight: bold;
  color: #7a0d36;
  padding: 10px 100px;
    margin: 10px 0 0 33px;
  border: 2px solid #990033;
  border-radius: 10px;
  -webkit-appearance: none;
  letter-spacing: 1px;
  cursor: pointer; }
}


.mypage__form .btn__submit a:hover{
  background-color: #FFC938;
  cursor: pointer; }

.btn__sinki {
  background-color: #990033;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding:15px  10px;
  width: 250px;
  margin: 10px auto;
  border: 2px solid #9B1044;
  border-radius: 10px;
  -webkit-appearance: none;
  letter-spacing: 1px;
  cursor: pointer;
  }


  @media only screen and (max-width: 640px) {
.btn__sinki {
  background-color: #7a0d36;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding:15px  10px;
  width: 150px;
  margin: 10px auto;
  border: 2px solid #9B1044;
  border-radius: 10px;
  -webkit-appearance: none;
  letter-spacing: 1px;
  cursor: pointer; }
}

  .btn__search {
  background-color: #990033;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding:15px  10px;
  width: 200px;
  margin: 10px auto;
  border: 2px solid #9B1044;
  border-radius: 10px;
  -webkit-appearance: none;
  letter-spacing: 1px;
  cursor: pointer; }

  .btn__search span {
    background: url(../img/icon_search_btn.png) no-repeat left center;
}

  @media only screen and (max-width: 640px) {
  .btn__search {
  background-color: #990033;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding:15px  10px;
  width: 200px;
  margin: 10px auto;
  border: 2px solid #9B1044;
  border-radius: 10px;
  -webkit-appearance: none;
  letter-spacing: 1px;
  cursor: pointer; }
}

  .btn__all {
  background-color: #990033;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding:15px  10px;
  width: 200px;
  margin: 10px auto;
  border: 2px solid #9B1044;
  border-radius: 10px;
  -webkit-appearance: none;
  letter-spacing: 1px;
  cursor: pointer; }

  @media only screen and (max-width: 640px) {
  .btn__all {
  background-color: #990033;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding:15px  10px;
  width: 200px;
  margin: 10px auto;
  border: 2px solid #9B1044;
  border-radius: 10px;
  -webkit-appearance: none;
  letter-spacing: 1px;
  cursor: pointer; }
}

.btn__sinki .btn__all .btn__search a:hover{
  background-color: #AB0039;
  cursor: pointer; }

.login__form {
  width: auto;
  height: auto;
  position: relative;
  margin-top: -5px;
  display: inline-block;
  letter-spacing: normal; }

.login__form img {
  width: 31px;
  height: 31px;
  float: right; }

.login__text {
  float: right;
  height: 31px; }

.login__text p {
  font-size: 11px;
  line-height: 11px;
  padding: 3px 0 0 8px;
  text-align: left; }

.login__title {
  color: #990033;
  font-size: 6px;
  text-align: left;
  font-weight: bold; }

.login__mypage::after {
  content: "→";
  color: #990033;
  padding-left: 3px; }

.login__name {
  color: #5D5D5D;
  font-size: 13px; }

.login_contents {
  height: auto;
  width: 100%;}


.signup {
  height: 100%;
  min-height: 400px;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .signup {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      display: -webkit-flex;
      /* Safari */ } }

.signup__main {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-radius: 10px 10px 0 0; }

  @media screen and (max-width: 640px) {
    .signup__main {
      -ms-flex-order: 1;
      order: 1; } }

.signup__sub {
  width: 100%;
  height: auto;
  background-color: #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-radius: 0 0 10px 10px; }

  @media screen and (max-width: 640px) {
    .signup__sub {
      -ms-flex-order: 2;
      order: 2; } }

.signup__header {
  height: auto;
  width: 100%;
  padding: 20px 10px 0; }


.signup__body {
  width: 100%;
  height: auto;
  padding: 0 10px;
  position: relative; }

.password-reset {
  padding: 0 15px; }


.password-reset__form {
  width: 100%;
  height: auto;
  padding: 15px 15px; }


.password-reset__info {
  width: 100%;
  padding-bottom: 30px; }


.password-reset__form--attention {
  color: red;
  font-size: 12px; }

.password-reset__form__item {
  height: auto;
  width: 100%;
  margin-bottom: 20px; }

  @media screen and (max-width: 640px) {
    .password-reset__form__item {
      letter-spacing: -.4em;
      display: block; } }

.password-reset__form__label {
  width: 35%;
  height: auto;
  text-align: right;
  padding-right: 18px;
  vertical-align: middle;
  background-color: #fff; }

  @media screen and (max-width: 640px) {
    .password-reset__form__label {
      text-align: left;
      width: 100%;
      display: inline-block;
      letter-spacing: normal; } }

.password-reset__form__label p {
  color: #990033;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 2px; }

.password-reset__form__input {
  width: 65%;
  height: auto;
  vertical-align: middle; }

  @media screen and (max-width: 640px) {
  .password-reset__form__input {
      width: 100%;
      display: inline-block;
      letter-spacing: normal; } }

.password-reset__form__input input {
  width: 375px; }

  @media screen and (max-width: 640px) {
    .password-reset__form__input input {
      width: 100%; } }

.password-reset__form__submit {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 20px;
  display: block; }


.mypage__form {
	margin: 0 0 0 50px;
	display: block;
	width: 500px;
	/* height: auto; */
	}

  @media screen and (max-width: 640px) {
	  .mypage__form {
	margin:0px;
	display: block;
	width: 100%;
	/* height: auto; */
	}
}


  .mypage__form__item a {
    color: #990033;
    line-height: 1.2; }


.mypage__user__form {
  width: 90%;
  height: auto; }


.mypage__form--attention {
  color: red;
  font-size: 12px; }

.mypage__form__item {
  height: auto;
  margin: 10px 0 10px 0;
  }


  @media screen and (max-width: 640px) {
    .mypage__form__item {
      letter-spacing: -.4em;
      margin: 10px 0 20px 10px;
      } }



  .mypage__form__item a {
    color: #990033;
    line-height: 1.2; }

.mypage__form__label {
  width: 35%;
  height: auto;
  padding-right: 18px;
  vertical-align: middle;
  background-color: #fff; }

  @media screen and (max-width: 640px) {
  .mypage__form__label {
      text-align: left;
      width: 100%;
      display: inline-block;
      letter-spacing: normal; } }

.mypage__form__label--right {
  text-align: right; }

  @media screen and (max-width: 640px) {
  .mypage__form__label--right {
      text-align: left; } }

.mypage__form__label--left {
  text-align: left; }

.mypage__form__label p {
  color: #990033;
  font-weight: bold;
  letter-spacing: 1px; }

.mypage__form__input {
  width: 65%;
  height: auto;
  vertical-align: middle; }

  @media screen and (max-width: 640px) {
  .mypage__form__input {
  width: 90%;
  display: inline-block;
  letter-spacing: normal; } }

.mypage__form__input--gray {
  background-color: #F2F2F2;
  border-color: #F2F2F2; }

.mypage__form__input--checkbox {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 6px; }

.mypage__form__input label {
  font-size: 14px;
  letter-spacing: 2px; }


.text__item {
  vertical-align: middle;
  margin-bottom: 5px; }

.text__item,
.text__item input {
  width: 100%; }

  @media screen and (max-width: 640px) {
  .text__item,
  .text__item input {
  width: 100%; } }

.text__item--full,
.text__item--full input {
  width: 100%;
  }

.check__item {
  float: left;
  padding: 10px 20px 12px 0; }

.mypage__form__submit {
  width: 600px;
  height: auto;
  margin: 30px 0 0 0;
  text-align: center;
  display: block; }

  @media screen and (max-width: 640px) {
.mypage__form__submit {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
  text-align: center;
  display: block; }
}

.mypage__form__submit a {
  text-decoration: none;
  line-height: 46px; }


.mypage__form__submit--center {
  text-align: center; }

.mypage__form__logout {
  text-align: center; }

  @media screen and (max-width: 640px) {
    .mypage__form__logout {
  margin-top: 30px;
  margin-bottom: 30px; } }


  .mypage__form__logout a {
  color: #990033;
  font-size: 15px; }

.mypage {
  width: 100%;
  height: auto; }

.mypage__menu {
  width: auto;
  height: auto;
  letter-spacing: -.4em;
  margin: 0px; 
}
  @media screen and (max-width: 640px) {
    .mypage__menu {
  padding:0; } }

.mypage__menu__item {
  letter-spacing: normal;
  display: inline-block;
  padding: 0 10px 0 0;
  min-width: 132px;
  margin-bottom: 15px; } 
      
  @media screen and (max-width: 640px) {
    .mypage__menu__item {
  letter-spacing: normal;
  margin: 0 0 2px 2px;
  display: inline-block;
  padding: 0px;
  float: left;
  width: 49%;
 } 

}

.mypage__menu__item__link {
	
  background-color: rgba(199,199,199,0.6);
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 15px; }

.mypage__menu__item__link::after {
  content: url(../img/icon_slideArr.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  height: 12px; }

.mypage__menu__item__link:hover,
.mypage__menu__item__link:hover > p,
.mypage__menu__item__link.active,
.mypage__menu__item__link.active > p {
  background-color: #7a0d36;
  color: #fff; }

.mypage__menu__item__link.active::after{
  content:url(../img/icon_slideArr2.png);
}

.mypage__menu__item__link:hover::after {
  content: url(../img/icon_slideArr.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  height: 12px; }

.mypage__menu__item__en {
  font-size: 14px;
  color: #990033;
  font-weight: bold;
  padding-bottom: 6px; }

.mypage__menu__item__jp {
  font-size: 12px;
  background-size: 10px;
  color: #1A1A1A; }

.mypage__menu__item__jp::before {
  padding-right: 0px; }

.mypage__container {
  width: 100%;
  height: auto; }

.mypage__contents {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative; }

.mypage__flow {
  padding: 18px 0;
  width: 100%; }

.mypage__flow ul {
  letter-spacing: -.4em;
  text-align: center; }

.mypage__flow li {
  letter-spacing: normal;
  display: inline-block;
  padding: 0 5px; }

.mypage__header--flow {
  padding: 0 15px 18px; }


.mypage__header {
  padding: 18px 25px; }


.mypage__body {
  padding: 0 25px 20px; }

.mypage__media {
  width: 100%;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  padding: 0 25px;
  letter-spacing: -.4em; }


.mypage__media_list {
  width: 100%;
  height: auto;
  padding: 0 25px 80px;
  letter-spacing: -.4em; }


.myapge__media__detail {
  width: 100%;
  letter-spacing: -.4em;
  padding: 0 0 80px; }
  @media screen and (max-width: 640px) {
    .myapge__media__detail {
      padding: 0 25px 80px; } }


.myapge__media__detail h2 {
  color: #990033;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify; }


.myapge__media__detail h3 {
  border-left: 3px solid #F2F2F2;
  padding-left: 15px;
  color: #990033;
  font-size: 16px;
  margin: 16px 0; }

.mypage__list {
  width: 100%;
  height: auto;
  padding: 0 15px 80px; }


.mypage__list__form {
  margin-top: 18px; }

  .mypage__list__form input[type=checkbox] {
    display: inline-block;
    margin-left: 0; }
  .mypage__list__form input[type=checkbox] + label::before,
  .mypage__list__form input[type=checkbox] + label::after {
    display: none; }
  .mypage__list__form input[type=checkbox] + label {
    padding-left: 0; }
  .mypage__list__form select {
    width: 30%;
    padding: 10px;
    line-height: 25px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f2f2f2;
    background: #fff;
    background: url(../../assets/images/sp-navi/under-red.png) right 10px top 50% no-repeat;
    background-size: 14px, 100%; }

    .mypage__list__form select:focus {
      outline: 0;
      border-color: #990033; }

.mypage__list__form__submit {
  padding: 10px 20px;
  background-color: #F2F2F2;
  margin-bottom: 10px; }
  .mypage__list__form__submit input {
    margin-left: 18px; }
    @media screen and (max-width: 640px) {
      .mypage__list__form__submit input {
        margin-left: 8px; } }

.btn__mypage {
  color: #990033;
  border: 1px solid #990033;
  border-radius: 25px;
  background-color: #fff;
  padding: 7px 35px;
  cursor: pointer;
  -webkit-appearance: none; }
  @media screen and (max-width: 640px) {
    .btn__mypage {
      padding: 7px 15px; } }

.mypage__list__form table {
  width: 100%;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse; }
  @media screen and (max-width: 640px) {
    .mypage__list__form table tbody:before {
      content: "-";
      display: block;
      line-height: 15px;
      color: transparent; } }
  .mypage__list__form table tbody:first-child:before {
    display: none; }
  .mypage__list__form table th {
    background-color: #990033;
    color: #fff;
    white-space: nowrap;
    border: 1px solid #fff; }
  .mypage__list__form table td {
    border: 1px solid #F2F2F2; }
    .mypage__list__form table td a {
      color: #A24641; }
  .mypage__list__form table td.nowrap {
    white-space: nowrap; }
  .mypage__list__form table td.check {
    text-align: center;
    background-color: #F2F2F2;
    border-color: #fff; }
    @media screen and (max-width: 640px) {
      .mypage__list__form table td.check {
        text-align: left; } }
  .mypage__list__form table td.empty {
    border: 0; }
  .mypage__list__form table td, .mypage__list__form table th {
    padding: 12px 20px;
    margin-right: 10px; }
    .mypage__list__form table td:last-child, .mypage__list__form table th:last-child {
      margin-right: 0; }
  .mypage__list__form table .fee__total {
    text-align: right; }



input[type=text],
input[type=password] {
  font-size: 14px;
  line-height: 14px;
  padding: 8px 10px;
	margin: 0 7px 0 0;
  background-color: #F2F2F2;
  border: 1px solid #999999;
  border-radius: 6px; }

  @media screen and (max-width: 640px) {
    input[type=text],
    input[type=password] {
      -webkit-appearance: none; } }
  input[type=text]:focus,
  input[type=password]:focus {
    outline: 0;
    border-color: #990033; }

textarea {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 10px;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 6px;
  width: 100%;
  height: 300px;
  resize: vertical; }

  @media screen and (max-width: 640px) {
    textarea {
      font-size: 16px;
      -webkit-appearance: none; } }

textarea:focus {
    outline: 0;
    border-color: #990033; }

input[type=checkbox],
input[type=radio] {
  margin-right: 6px;
	position:relative;
	top:3px;}

@media screen and (max-width: 640px) {
input[type=checkbox],
input[type=radio] {
  margin-right: 6px;
	position:relative;
	top:5px;} }

input[type=checkbox] + label,
input[type=radio] + label:not(.tab-item) {
position:relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer; }

@media (min-width: 1px) {
  input[type=checkbox] {
    display: none;
    margin: 0; }
}

  input[type=checkbox] + label,
  input[type=radio] + label:not(.tab-item) {
    padding-left: 32px; }
	
  input[type=checkbox] + label::before,
  input[type=radio] + label:not(.tab-item)::before {
    content: "";
    position: absolute;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 19px;
    height: 19px;
    top: -5px;
    border: 1px solid gray;
    }

  input[type=checkbox] + label::after,
  input[type=radio] + label:not(.tab-item)::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    left: 5px;
    width: 9px;
    height: 6px;
    top: 0px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  input[type=checkbox]:checked + label::before,
  input[type=radio]:checked + label::before {
    background: #990033;
    border: 1px solid #990033; }


.mypage_contents__info {
  width: 100%;
  padding: 20px 0; }


.mypage_contents__link {
  width: 100%;
  text-align: center;
  float: left; }

  @media screen and (max-width: 640px) {
    .mypage_contents__link {
      padding: 20px 0 0 20px;
      } }


.mypage_contents__link__left {
  text-align: left;
  margin: 20px 0 0 200px;
  display:  block;
}
  @media screen and (max-width: 640px) {
.mypage_contents__link__left {
  text-align: left;
  margin: 0px 50px;
  display:  block;}
}

.mypage_contents__link__right {
  text-align: right; }

.mypage_contents__link__bottom {
  position: absolute;
  bottom: 58px; }

.mypage_contents__link a {
  color: #990033; }

  @media screen and (max-width: 640px) {
.mypage_contents__link a {
  color: #990033;
	  line-height: 2.5em;
	  text-decoration: underline; 
}
}

.mypage_contents__link a:hover,
.mypage_contents__link a:active{
  color: #AC2639;
  text-decoration: underline; }

.arrow__text-right::after {
  content: '→';
  padding-left: 5px;
  display: inline-block; }

.mypage_contents__link ul li {
	  background:url(../img/btn_slide_right2.png) no-repeat left center;
  background-size: 10px;
  padding: 0px 0px 0px 15px;
  margin: 0;
  display:block; }

.mypage_contents__link--sp {
  text-align: right;
  float: right; }

a.mypage_contents__link--sp {
  font-size: 14px;
  color: #990033;
  text-decoration: underline;
  font-weight: normal; }


/* table */
.table_cmn { margin: 0;}

table.table_cmn {
	width: 680px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 7px;
	font-size: 1em;
	line-height: 1.5em;
}

  @media screen and (max-width: 640px) {
table.table_cmn {
	  width: 95%;
	margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px;
}
}

table.table_cmn a {
	color: #7a0d36;
	font-weight: bold;
	display:block;width:100%;height:100%;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

table.table_cmn a:visited {
	color: #7a0d36;
}

table.table_cmn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

table.table_cmn a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

	

table.table_cmn tr th {
	padding: 5px .75em 5px 15px;
	background-color: #7a0d36;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #fff;
	border:1px solid #efebe7;
}

  @media screen and (max-width: 640px) {
table.table_cmn tr th {
		border:0px solid #efebe7;
	border-bottom:1px solid #efebe7;
}
}



table.table_cmn tr {
}

table.table_cmn tr.bg_gray th,
table.table_cmn tr.bg_gray td {
	background-color: #fff;
}

table.table_cmn tr td {
	padding: 9px;
			  border: 1px solid #cccccc;
	background-color: #fff;
}

table.table_cmn tr th.t_lt,
table.table_cmn tr td.t_lt {/* 左揃え上 */
	text-align: left;
	vertical-align: top;
}

table.table_cmn tr th.t_lm,
table.table_cmn tr td.t_lm {/* 左揃え中央 */
	text-align: left;
	vertical-align: middle;
}

table.table_cmn tr th.t_lm-right,
table.table_cmn tr td.t_lm-right {/* 角丸右*/
	 border-radius: 0px 0px;
}

table.table_cmn tr th.t_lm-left,
table.table_cmn tr td.t_lm-left {/* 角丸左*/
	 border-radius: 0px;
}


table.table_cmn tr th.t_rt,
table.table_cmn tr td.t_rt {/* 右揃え上 */
	text-align: right;
	vertical-align: top;
}

table.table_cmn tr th.t_rm,
table.table_cmn tr td.t_rm {/* 右揃え中央 */
	text-align: right;
	vertical-align: middle;
}

table.table_cmn tr th.t_ct,
table.table_cmn tr td.t_ct {/* 中央揃え上 */
	text-align: center;
	vertical-align: top;
}

table.table_cmn tr th.t_cm,
table.table_cmn tr td.t_cm {/* 中央揃え中央 */
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {

table.table_cmn tr {
	display: block;
	margin: 1em 0;
}

table.table_cmn td {
	border: none;
}

table.table_cmn a {
	font-size: 1.1em;
}

.table_cmn th {
	display: none;
}



table.table_cmn tr td {
	min-height: 20px;
}

table.table_cmn tr td input:not(.input_width){
	width: 20px;
	height: 20px;
}


table.table_cmn tr td.t_lm,
table.table_cmn tr td.t_lt {
	text-align: left;
	line-height: 1.5em;
	padding: 1em 1em .5em 8em;
}

table.table_cmn tr td.t_lm-right {
	padding-bottom: 1em;
}

table.table_cmn tr td.t_lm-left {
	background-color: #7a0d36;
	color:  #fff;
}


.table_cmn td {
	display: block;
	position: relative;
	word-break: break-all;
}



.table_cmn td:before {
	content: attr(data-th)" : ";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em 1em .5em 1.5em;
}

.table_cmn td.t_lm-left:before {
	padding: .5em 1em .5em 1.5em;
	color: #fff;
}

table.table_cmn tr th.t_lm-right,
table.table_cmn tr td.t_lm-right {/* 角丸下*/
	 border-radius:0px 0px;
}

table.table_cmn tr th.t_lm-left,
table.table_cmn tr td.t_lm-left {/* 角丸上*/
	 border-radius: 0px 0px 0 0;
}

}



/* 予約一覧用リスト */
table.table_reserve {
	border-radius: 10px;
    font-size: .9em;
	border-collapse: collapse; 
	margin: 1em auto;
}

.table_reserve tr th,
.table_reserve tr td,
.table_reserve tr th img  {
	padding: 6px .75em 6px 20px;
	vertical-align: middle;
	background-color: #FFFFFF;

}

.table_reserve tr th {
	padding: 5px .75em 5px 15px;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #cfc7be;
	border-right: 1px solid #efebe7;
}
@media screen and (max-width: 640px) {
table.page_nav_fontsize {
	font-size: .8em !important;
}
}

.table_reserve tr td {
	border-bottom: 1px solid #efebe7;
	border-right: 1px solid #efebe7;
}

.table_reserve tr td {

	background-color: #fff;
}



/*  予約一覧内リンク */
table.table_reserve tr a {
	color: #7a0d36 !important;
	font-weight: bold;
}


@media screen and (max-width: 640px) {
table.table_reserve {
	width: 94%;
	margin: 0 auto;
    font-size: .9em;
	color: #333;
}

table.table_reserve tr {
	display: block;
	margin: 2em 0;
}

table.table_reserve td {
	border: none;
	border-top: 1px solid #efebe7 !important;
}

table.table_reserve a {
	font-size: 1.5em;
	line-height: 2em;
}

.table_reserve th {
	display: none;
}

table.table_reserve tr td.t_lm,
table.table_reserve tr td.t_lt {
	text-align: left;
	padding: .5em 1em .5em 8em;
	font-size: 1.5em;
}

table.table_reserve tr td.t_lm-right {
	padding-bottom: 1em;
}

table.table_reserve tr td.t_lm-left {
	background: #cfc7be;
}


.table_reserve td {
	display: block;
	position: relative;
	word-break: break-all;
}


.table_reserve td:before {
	content: attr(data-th)" : ";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: .5em 1em .5em 1.5em;
}

.table_reserve td.t_lm-left:before {
	padding-top: 1em;
}

table.table_reserve tr th.t_lm-right,
table.table_reserve tr td.t_lm-right {/* 角丸下*/
	 border-radius: 0px;
}

table.table_reserve tr th.t_lm-left,
table.table_reserve tr td.t_lm-left {/* 角丸上*/
	 border-radius: 0px;
}
}





/* フォーム入りテーブル */
table.table_form {
	border-radius: 10px;
	margin: 0 auto;
    font-size: .9em;
	border-collapse: collapse; 
}

.table_form tr th,
.table_form tr td,
.table_form tr th img  {
	padding: 1em;
	vertical-align: middle;
	background-color: #FFFFFF;

}

.table_form tr th {
	text-align: right;
	font-weight: bold;
	color: #7a0d36;
	border-right: 3px solid #cfc7be;
	width: 138px;
}

.table_form tr th.required {
	padding: 10px 5px 10px 54px;
}

.table_form tr td {
	background-color: #fff;
}


/*  テーブル内リンク */
table.table_form tr a {
	color: #e23828 !important;
}

@media screen and (max-width: 991px) {
table.table_form {
	margin: 0 auto 1em auto;
    border-collapse: separate;
	width: 94% !important;
}


table.table_form tr th {
	display: block;
	width: 100% ;
	width: -webkit-calc(100% - 64px) ;
	width: calc(100% - 64px) ;
	padding: .75em 32px 0 32px;
}

	
table.table_form tr td {
	display: block;
	width: 100% ;
	width: -webkit-calc(100% - 64px) ;
	width: calc(100% - 64px) ;
	padding: .25em 32px 1em 32px;
}
	
.table_form tr th {
	text-align: left;
	font-weight: bold;
	color: #7a0d36;
	font-size: 2em;
	border-right: none;
}

.table_form tr td {
	font-size: 2em;
}



}

/* フォーム入りテーブル横掛け線入り　
*/

.table_form-detail {
	width:94%;
	margin:10px auto;
    font-size: .9em;
	line-height: 1.6em;
	border-collapse: collapse; 
}

@media screen and (max-width: 640px) {
.table_form-detail {
	width: 94%;
	margin:10px auto 0 auto;
}
}

.table_form-detail tr th,
.table_form-detail tr td{
	padding: 1em;
	text-align: 2em;
	vertical-align: middle;
	background-color: #FFFFFF;
}
	
@media screen and (max-width: 640px) {
.table_form-detail tr th,
.table_form-detail tr td,
.table_form-detail tr th img  {
	padding: 1em 12px;
}
}

.table_form-detail tr {
  border: 1px solid #cccccc;
	width: 100px;
}


.table_form-detail tr td.required {
	font-weight: bold;
	color: #7a0d36;
	padding:5px 10px;
	color: #990033;
	border-bottom: 1px solid #efebe7;
	background-color: #f5f5f5;
}

.table_form-detail tr td {
	background-color: #fff;
}


/*  テーブル横掛け線入り内リンク */
table.table_form-detail tr a {
	color: #e23828 !important;
	text-decoration: underline;
}

.table_form-detail tr th,
.table_form-detail tr td {
	font-size: 1em;
}


/* テーブル横倒し */

.table_form-detail tr th {
	text-align: right;
	font-weight: bold;
	color: #7a0d36;
	border-right: 3px solid #cfc7be;
	border-bottom: 1px solid #efebe7;
	width: 100px;
}

table.table_application {
	border-radius: 10px;
    font-size: .9em;
	border-collapse: collapse; 
	margin: 1em auto;
}

.table_application tr th,
.table_application tr td,
.table_application tr th img  {
	padding: 6px .75em 6px 20px;
	vertical-align: middle;
	background-color: #FFFFFF;

}

.table_application tr th {
	padding: 5px .75em 5px 15px;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	color: #7a0d36;
	border-bottom: 2px solid #cfc7be;
	border-right: 1px solid #efebe7;
}

.table_application tr td {
	border-bottom: 1px solid #efebe7;
	border-right: 1px solid #efebe7;
}

.table_application tr td {
	background-color: #fff;
}


/*  テーブル横倒し内リンク */
table.table_application tr a {
	color: #e23828 !important;
}


@media screen and (max-width: 991px) {
table.table_application {
	width: 94%;
	margin: 3em auto;
}

.table_application tr th {
	padding: 5px 10px;
	font-size: 2.5em;
	text-align: left;
	font-weight: normal;
	color: #7a0d36;
	border-bottom: 2px solid #cfc7be;
	border-right: 1px solid #efebe7;
}

.table_application tr td {
	font-size: 2.5em;
}

.page_nav_fontsize {
	font-size: 1.25em !important;
}

}

/*  講座検索 */
.search__form {
      padding: 0 0px; }
      @media screen and (max-width: 640px) {
.search__form {
      padding: 0 40px; } }

.search__row {
      margin-bottom: 10px;
      display: table; } 
      @media screen and (max-width: 640px) {
.search__row {
      width: 100%;
      height: 100%;
      letter-spacing: -.4em; }
}

.search__row__title {
	vertical-align: middle;
      display: table-cell;
      text-align: left;
      width: 165px;
      padding: 18px 30px;}
  @media screen and (max-width: 640px) {
.search__row__title {
      height: auto;
      width: 100%;
      text-align: center;
      vertical-align: middle;
      padding: 14px 0;
      display: inline-block;
      letter-spacing: normal; }
 }

.search__row__title-jp {
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } 
      @media screen and (max-width: 640px) {
	  .search__row__title-jp {
      font-size: 14px;
      padding-bottom: 8px;
      letter-spacing: normal; }
}

.search__row__title-en {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } 
    @media screen and (max-width: 640px) {
.search__row__title-en {
    font-size: 10px;
    color: #7a0d36;
    font-weight: bold;
    letter-spacing: normal; }
}

.search__row__contents {
    display: table-cell;
    padding: 15px 0px; }
  @media screen and (max-width: 640px) {
.search__row__contents {
  background-color: #F2F2F2;
	text-align: center;
  height: auto;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #E6E6E6;
  display: inline-block;
  letter-spacing: normal;
  }
 }

.search__row__contents select {
  font-size: 1.5em; }

.search__item {
  float: left;
  padding: 10px 63px 12px 0;
  letter-spacing: -.4em;
  display: inline-block;}

.search__item__week {
    float: left;
    min-width: 85px;
    padding: 10px 0 10px;
    letter-spacing: -.4em;
    display: inline-block;}


  @media screen and (max-width: 640px) {
.search__item__week {
  float: left;
  min-width: 80px; } }

.search__submit {
  width: 100%;
  height: auto;
  margin: 10px 0 20px 0;
  text-align: center;}
  @media screen and (max-width: 640px) {
  .search__submit {
  margin: 10px 0 20px 0;
  height: auto; }
}

.search__submit--middle {
  display: table-cell;
  vertical-align: middle; }

.search__row .open {
  cursor: pointer;
  position: relative; }
  .search__row .open:after {
  position: absolute;
  right: 15px;
  top: 20px;
  height: 18px;
  width: auto;
  content: url(../../assets/images/sp-navi/top-red.png); }

.search__row .active:after {
  height: 18px;
  width: auto;
  content: url(../../assets/images/sp-navi/under-red.png); }

.search__condition {
  padding: 20px 0; }
  @media screen and (max-width: 640px) {
.search__condition {
  padding: 15px;
  color: #808080;
  font-size: 12px; }
 }


button.btn_form_01 {
	margin: 0;
	padding:15px 30px;
	background-color: #990033;
	border: 1px solid;
	border-color: #7a0d36;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

button.btn_form_01:hover {
 	opacity: 0.7;
  	filter: alpha(opacity=70);
  	-ms-filter: "alpha(opacity=70)";
}

button.btn_form_01:active {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}




button.btn_form_02 {
	border-color: #7a0d36;
	margin: 8px auto;
	padding:15px 30px;
	background-color: #990033;
	border: 1px solid;
	color: #fff;
	display: block;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-box-shadow: 0 2px 0 0 #4c0822;
	-moz-box-shadow: 0 2px 0 0 #4c0822;
	box-shadow: 0 2px 0 0 #4c0822;
}

button.btn_form_02:hover {
 	opacity: 0.9;
  	filter: alpha(opacity=90);
  	-ms-filter: "alpha(opacity=90)";
}

button.btn_form_02:active {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}



button.btn_form_03 {
	margin: 0 20px;
	padding:15px 30px;
	background-color: #fff;
	cursor: pointer;
	color: #7a0d36;
	border: 1px solid;
	border-color: #7a0d36;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

button.btn_form_03:hover {
 	opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
}

button.btn_form_03:active {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}



button.btn_form_04 {
	margin: 1.25em auto 2.25em auto;
	width: 120px;
	height: 44px;
	background-color: #7a0d36;
	border: none;
	color: #fff;
	display: block;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-box-shadow: 0 3px 0 0 #4c0822;
	-moz-box-shadow: 0 3px 0 0 #4c0822;
	box-shadow: 0 3px 0 0 #4c0822;
}

button.btn_form_04:hover {
 	opacity: 0.9;
  	filter: alpha(opacity=90);
  	-ms-filter: "alpha(opacity=90)";
}

button.btn_form_04:active {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}



button.btn_form_05 {
	margin: 8px auto;
	width: 120px;
	height: 44px;
	background-color: #7a0d36;
	border: none;
	color: #fff;
	display: block;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-box-shadow: 0 3px 0 0 #4c0822;
	-moz-box-shadow: 0 3px 0 0 #4c0822;
	box-shadow: 0 3px 0 0 #4c0822;
}

button.btn_form_05:hover {
 	opacity: 0.9;
  	filter: alpha(opacity=90);
  	-ms-filter: "alpha(opacity=90)";
}

button.btn_form_05:active {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}



button.btn_form_06 {
	margin: 1.25em auto 2.25em auto;
	width: 120px;
	height: 44px;
	background-color: #7a0d36;
	border: none;
	color: #fff;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-box-shadow: 0 3px 0 0 #4c0822;
	-moz-box-shadow: 0 3px 0 0 #4c0822;
	box-shadow: 0 3px 0 0 #4c0822;
}

button.btn_form_06:hover {
 	opacity: 0.9;
  	filter: alpha(opacity=90);
  	-ms-filter: "alpha(opacity=90)";
}

button.btn_form_06:active {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}


@media screen and (max-width: 640px) {
button.btn_form_01 {
	margin: 0 auto 0 auto;
	background-color:#990033;
	color: #fff;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

button.btn_form_02 {
	margin: 1em auto 3.5em auto;
	width: 200px;
	height: 72px;
	background-color: #7a0d36;
	border: none;
	color: #fff;
	display: block;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

button.btn_form_03 {
	margin: 0 2em 0 0;
	background-color: #fff;
	border-color: #7a0d36;
	color: #7a0d36;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

button.btn_form_04 {
	margin: 1em auto 3.5em auto;
	width: 200px;
	height: 72px;
	background-color: #7a0d36;
	border: none;
	color: #fff;
	display: block;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

button.btn_form_05 {
	margin: 1em auto 3.5em 0;
	width: 200px;
	height: 72px;

	background-color: #7a0d36;
	border: none;
	color: #fff;
	display: block;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

button.btn_form_06 {
	margin: 1em auto 3.5em auto;
	width: 200px;
	height: 72px;
	background-color: #7a0d36;
	border: none;
	color: #fff;
	display: block;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
}


/*########## PC版/SP版で消す ###########*/
@media screen and (max-width: 640px){
span.del {
	display: none;
}
}

table.table_cmn tr.total td.round_sp {
	font-weight: bold;
	font-size: 1.2em;
}
	


/*########## お支払いテーブル ###########*/
table.table_cmn tr th.payment, 
table.table_cmn tr td.payment {

}

@media screen and (max-width: 640px) {
.payment {
	font-size: 1em;
	font-weight: bold;
}}

#accordion {
	margin: 1em 0;
}
@media screen and (max-width: 640px) {
#accordion {
  font-size: 18px;
}}


table.table_form_pay {
	margin: 0 auto 1em auto;
    border-collapse: separate;
}

table.table_form_pay tr {
	margin: 0 !important;
}

table.table_form_pay tr th {
	display: block;
	padding: .75em;
}

	
table.table_form_pay tr td {
	display: block;
	padding: .75em;
}
	
.table_form_pay tr th {
	text-align: left;
	font-weight: bold;
	color: #7a0d36;
	border-right: none;
}

.table_form_pay tr td {
	font-size: 14px;
}

.table_form_pay td:before {
	display: none !important;
}


.table_form_pay .form_txt input#cardNo{
	width: 75%;
}

.table_form_pay .form_txt input#secCode {
	width: 100px;
}


.table_form_pay .form_txt input#yukoKigenNen {
}

.table_form_pay select {
	width: 100px;
}

.table_cmn td.colon_del:before {
	display: none;
}

h2.ttl02 {
  font-size: 2rem;
}
