@charset "UTF-8";

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

html:not(:target) body {
	font-size: 20px;
}

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
/*\*/
* html table {
	font-size: 100%;
	line-height: 1.5;
}
/**/


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}
body {
	background: #fff;
}
img,table {
	border: none;
}
table {
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-touch-callout:none;
	   -moz-touch-callout:none;
	        touch-callout:none;
	-webkit-user-select:none;
	   -moz-user-select:none;
	        user-select:none;
}
ol,ul {
	list-style: none;
}
address,em,cite {
	font-style: normal;
}
fieldset {
	border: none;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }


/* 基本テキストリンク -------------------- */

a:link {
	color: #06b19f;
	text-decoration: underline;
}
a:visited {
	color: #06b19f;
	text-decoration: underline;
}
a:hover {
	color: #06b19f;
	text-decoration: none;
}
a:active {
	color: #06b19f;
	text-decoration: none;
}


/* float解除 -------------------- */

.cf:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cf { display:inline-block;}
/*\*/
* html .cf { height:1%; }
.cf { display:block; }
/**/


/* デバイス別　基本設定 -------------------- */

@media all and (min-width: 768px) {	
	
	a[href^="tel:"] {
		pointer-events: none;
	}
	
}

@media all and (max-width: 768px){	
	
	body{
		min-width: 320px;
		font-size: 88%;
	}	
	html:not(:target) body {
		font-size: 14px;
	}
	
}

@media all and (max-width: 640px){	
	
	body{
		font-size: 75%;
	}	
	html:not(:target) body {
		font-size: 12px;
	}
	
}

@media all and (min-width: 415px){
	
	.is_sp{ display: none;} /* PCで非表示 */
	
}

/* for SP */
@media all and (max-width: 414px){
	
	body{
		font-size: 63%;
	}	
	html:not(:target) body {
		font-size: 12px;
	}
	
	.is_pc{ display: none !important;}　/* SPで非表示 */
	.is_sp{ display: block !important;}
	img.is_sp{ display: inline;}	
}

/* --------------------------------------------------------------------------------------
 レイアウト
--------------------------------------------------------------------------------------- */

#contents > .ct_wrap {
	padding: 2em 1em 1.5em;
}

.ct_wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.float_l {
	float: left;
}


.float_r {
	float: right;
}

@media all and (max-width: 768px){	
	
	#contents > .ct_wrap {
		padding: 1em 3.12% 2em;
	}	
	.ct_wrap {
		max-width: 100%;
	}
	
}

/* #header -------------------- */

#header {
	width: 100%;
	border-top: solid 4em #fff000;
	background:url(../img/mv_bg.png) repeat-x top left/*,url(../img/mv_bg.png) no-repeat center bottom*/;
	/*border-bottom: solid 6px #E50012;*/
}

#header h1 {
	text-align: center;
	margin-top: -2.8em;
}

@media all and (max-width: 414px){	
	#header {
	width: 100%;
	background:url(../img/mv_bg.png) repeat-x top left/*,url(../img/mv_bg.png) no-repeat center bottom*/;
	}

}

/* box_style01 -------------------- */

.box_style01 {
	background: #eee;
}

.box_style01 > .ct_wrap {
	padding: 2em 2em 2em;
	text-align: center;
}

.box_style01 .btn_box {
	max-width: 400px;
	margin: 30px auto;
	font-size: 0.8em;
}

.box_style01 p.lead{
	font-size: 1em;
	margin: 0 0 0 0;
}

.box_style01 .btn_box p a {
	display: block;
	padding: .8em .8em .7em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 6px #aaa;
	-moz-box-shadow: 2px 2px 6px #aaa;
	box-shadow: 2px 2px 6px #aaa;
	background: #FF007F;
	color: #fff;
	font-size: 1.25em;
	font-weight:  bold;
	text-decoration: none;
}

.box_style01 .btn_box p a:hover {
	background: #FF6FB7;
}

.box_style01 .btn_box p a span.ico {
	position: relative;
	padding-left: .85em;
}

.box_style01 .btn_box p a span.ico:before{
    content:''; 
    display:block; 
    position:absolute; 
    height:0; 
    width:0; 
    top:.35em; 
    left:0;
	border-top: .3em solid transparent;
	border-right: .5em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .5em solid #fff;
}

.box_style01 .btn_box p a:hover span.ico:before {
	border-left: .5em solid #fff;
}

@media all and (max-width: 999px){

	.box_style01 > .ct_wrap {
		padding: 2.1em 3.12% 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
}

@media all and (max-width: 414px){

	.box_style01 > .ct_wrap {
		padding: 1em 3.12% 1em;
	}
	/*.box_style01 .btn_box {
		margin-top: .8em;
	}*/
	.box_style01 .btn_box p a {
		-webkit-box-shadow: 1px 1px 3px #aaa;
		-moz-box-shadow: 1px 1px 3px #aaa;
		box-shadow: 1px 1px 3px #aaa;
		padding: .8em .8em .7em;
		font-size: 1.25em;
	}
	.box_style01 .btn_box p a {
		font-size: 1.1em;
	}
	
}

@media all and (max-width: 640px){
.box_style01 .btn_box p a {
	padding: 1em 0 1em;
	font-size: 1.6em;
}
}

/* box_style02 -------------------- */

.box_style02 {
	background: #ffeef4;
}

.box_style02 > .ct_wrap {
	padding: 2em 0 2.3em;
	text-align: center;
}

.box_style02 .btn_box {
	margin-top: 1.5em;
	text-align: center;
	-js-display: flex;
	display: flex;	
	justify-content: space-between;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}

.box_style02 .btn_box p {
	width: 49%;
}

.box_style02 .btn_box p a {
	display: block;
	margin-top: .5em;
	padding: .8em .1em .7em;
	border: 2px solid #ff007f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 6px #aaa;
	-moz-box-shadow: 2px 2px 6px #aaa;
	box-shadow: 2px 2px 6px #aaa;
	background: #ffffff;
	color: #ff007f;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

.box_style02 .btn_box p a:hover {
	background: #ff007f;
	color: #ffffff;
	text-decoration: none;
}

.box_style02 .btn_box p a span.ico {
	position: relative;
	padding-left: .8em;
}

.box_style02 .btn_box p a span.ico:before{
    content:''; 
    display:block; 
    position:absolute; 
    height:0; 
    width:0; 
    top:.35em; 
    left:0;
	border-top: .3em solid transparent;
	border-right: .5em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .5em solid #ff007f;
}

.box_style02 .btn_box p a:hover span.ico:before {
	border-left: .5em solid #ffffff;
}

@media all and (max-width: 999px){

	.box_style02 > .ct_wrap {
		padding: 2em 3.12%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
}

@media all and (max-width: 414px){
	

	.box_style02 > .ct_wrap {
		padding: 1.5em 3.12% 1.8em;
	}
	.box_style02 .btn_box {
		margin-top: 1em;
	}
	.box_style02 .btn_box p a {
		margin-top: .6em;
		border: 1px solid #ff007f;
		-webkit-box-shadow: 1px 1px 3px #aaa;
		-moz-box-shadow: 1px 1px 3px #aaa;
		box-shadow: 1px 1px 3px #aaa;
		font-size: 1.1em;
	}

}

@media all and (max-width: 320px){
	
	.box_style02 .btn_box p a {
		font-size: 1em;
	}

}

/* footer -------------------- */

#footer {
	background: #FF007F;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

#footer .ct_wrap {
	padding: 1.7em 0 1.3em;
}

#footer p.logo {
	margin-bottom: 1.8em;
}

#footer ul.footer_list01 {
	padding: 1.2em 0 1.5em;
	border-top: 1px solid #fff;;
}

#footer ul.footer_list01 li {
	display: inline;
	vertical-align: top;
}

#footer ul.footer_list01 li a {
	padding: 0 .5em;
}

#footer ul.footer_list01 li a:link,
#footer ul.footer_list01 li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer ul.footer_list01 li a:hover,
#footer ul.footer_list01 li a:active {
	color: #fff;
	text-decoration: underline;
}

#footer .copyright {
	font-size: .8em;
}

@media all and (max-width: 768px){
	
	#footer p.logo img {
		width: 180px;
		height: auto;
	}
	#footer ul.footer_list01 {
		font-size: .9em;
	}
	#footer .copyright {
		font-size: .75em;
	}
	
}

@media all and (max-width: 640px){
	
	#footer ul.footer_list01 li:last-child {
		display: block;
		margin-top: .3em;
	}
	#footer {
	font-size: 1em;
}	
}

@media all and (max-width: 414px){

	#footer .ct_wrap {
		padding: 1.3em 3.12% 1em;
	}

	#footer p.logo {
		margin-bottom: 1.3em;
	}
	
	#footer p.logo img {
		width: 150px;
	}
	#footer ul.footer_list01 {
		padding-bottom: 1.1em;
		font-size: 1em;
	}
	#footer .copyright {
		font-size: .9em;
	}
	
}

@media all and (max-width: 414px){

	#footer .ct_wrap {
		padding: 1.3em 3.12% 1em;
	}

	#footer p.logo {
		margin-bottom: 1.3em;
	}
	
	#footer p.logo img {
		width: 135px;
	}
	#footer ul.footer_list01 {
		padding-bottom: 1.1em;
		font-size: 1em;
	}
	#footer .copyright {
		font-size: .9em;
	}
	
}

@media all and (max-width: 375px){
	#footer .copyright {
		font-size: .8em;
	}
}


/* pagetop -------------------- */

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#pagetop a {
    display: inline-block;
    position: relative;
	width: 45px;
	height: 45px;
	margin: 3px;
    background: #c5c5c5;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.8;
}
#pagetop a:hover {
	background: #aaa;
	color: #fff;
	text-decoration: none;
}
#pagetop a span.ico:before{
   	content:''; 
    display:block; 
    position:absolute; 
    height:0; 
    width:0; 
    top:0px; 
	left:15px;
	border-top: 10px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
}
#pagetop a span.ico:after{
    content:''; 
    display:block; 
    position:absolute; 
	top:13px; 
	left:21px;
	height:21px; 
	width:4px; 
    background:#fff; 
	border-radius:5px;
}

/*  nittei table-------------------- */

.table_wrap01 {
	overflow-x: auto;
	margin-bottom: 1em;
}

.table_wrap01 table {
	width: 100%;
	border-top: #e3007f 2px solid;
	border-right: #e3007f 2px solid;
	border-left: #e3007f 2px solid;
}

.table_wrap01 table.bbtm {
	border-bottom: #e3007f 2px solid;}

.table_wrap01 table td {
	background: #fff;
	border-left: #333 1px dashed;
	border-top: #333 1px dashed;
	/*font-size: .9em;*/
}

.table_wrap01 table td.btnone {
	border-top: 0;
}
.table_wrap01 table th {
	width: 16%;
	background: #fff000;
	border-right: #333 1px solid;
}

.table_wrap01 table th.yearbd,.table_wrap01 table td.yearbd {
	border-top: #e3007f 2px solid;
}

.table_wrap01 table th.blnone,.table_wrap01 table td.blnone {
	border-left: none;
}

.table_wrap01 table th.btnone,.table_wrap01 table td.btnone {
	border-top: none;
}

.table_wrap01 table th:last-child {
	border: 0;
}
.table_wrap01 table th,
.table_wrap01 table td {
	padding: .6em .2em;
	font-weight: none;
	text-align: center;
}

.table_wrap01 span.day {
	color:#E50012;
}

@media all and (max-width: 768px){
	
	.table_wrap01::-webkit-scrollbar{height:10px;}/*バーの太さ*/
	.table_wrap01::-webkit-scrollbar-track{background:#f1f1f1;}/*バーの背景色*/
	.table_wrap01::-webkit-scrollbar-thumb{background:#c1c1c1;}/*バーの色*/
	
	.table_wrap01 td{
		height: 3em;
	}
	
.ct_wrap h2{
	font-size:1.4em;
	margin: 1.5em 0 .5em;
}
	
}

@media all and (max-width: 640px){

	.detail_box .detail_block02 table {
		min-width: 768px;
	}
}
/*--------------------------------------------------------------------------
	#information_area
---------------------------------------------------------------------------*/

#information_area .block{
	padding: 30px 30px 50px;
	border-top: 1px solid #e3e3e3;
	text-align:  center;
}

#information_area .block h2{
	color: #ff2585;
	font-size: 26px;
	font-weight: bold;
}

#information_area .block p{
	margin-top: 1.1em;
	font-size: 18px;
}

#information_area .block ul{
	margin-top: 1.5em;
}
#information_area .block ul li{
	font-size: 18px;
}
#information_area .block ul li a{
	color: #FF2585;
}

#information_area .block .table_wrap{
	overflow-x: auto;
}

#information_area .block table{
	min-width: 284px;
	margin: 1.4em auto 0;
	border-bottom: 1px solid #ffe3e3;
}

#information_area .block table tr{
	background: #fff;
}

#information_area .block table tr:nth-child(odd){
	background: #fff7f7;
}

#information_area .block table th,
#information_area .block table td{
	border-top: 1px solid #ffe3e3;
	color: #333;
	vertical-align: middle;
	white-space: nowrap;
}

#information_area .block table th{
	padding: .9em 2em .8em 1em;
	font-size: 19px;
}

#information_area .block table td{
	padding: 0 2em 0 0;
	color: #4c4c4c;
	font-size: 22px;
}
#information_area .block .btn{
	margin-top: 16px;
	text-align: center;
}

#information_area .block .btn a{
	display: inline-block;
	padding: 14px 40px 14px 28px;
	background: #FF2585;
	border-radius: .2em;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#information_area .block .btn a:hover{
	background-color: #ff6885;
}

#information_area .block .icon:before{
	margin-right: 8px;
	color: #F4EAEA;
}

/*  20180620-------------------- */
dl {
width: 100%;
border-top: 0;
border-bottom: 1px solid #999;
line-height: 1.5;
}
dt {
position:relative;
float: left;
width: 19%;
padding: 10px 0 10px 20px;
border-top: 1px solid #999;
font-weight: bold;
}

dd {
margin-left: 20%;
padding: 10px;
border-top: 1px solid #999;
background-color: #fff;
}

/*dd:last-child {
border-bottom:1px solid #999;
}

dt:nth-child(17) {
border-bottom:1px solid #999;
}*/



.ct_wrap dt span:before{
    content:''; 
    display:block; 
    position:absolute;
    height:0; 
    width:0; 
    top:0.8em;
    left:0;
	border-top: .3em solid transparent;
	border-right: .5em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .5em solid #E50012;
}

dt:first-child {
border-top: none;

}
dd.border-n {
border-top: none;
}



.ct_wrap{
	overflow: hidden;
}

.ct_wrap dl{
	width: 100%;
}


@media all and (max-width: 767px){
	#information_area .block{
		padding: 10px 5.50% 25px;
	}
	#information_area .block h2{
		font-size: 17px;
	}
	#information_area .block p{
		margin-top: 1.1em;
		font-size: 12px;
	}
	#information_area .block ul{
		margin-top: 1.5em;
	}
	#information_area .block ul li{
		font-size: 12px;
	}
	#information_area .block table{
		margin: 1.4em auto 0;
	}
	#information_area .block table tr{
		background: #fff;
	}
	#information_area .block table tr:nth-child(odd){
		background: #fff7f7;
	}
	#information_area .block table th{
		padding: .9em 1em .8em;
		font-size: 12px;
	}
	#information_area .block table td{
		padding: 0 1em 0 0;
		font-size: 13px;
	}
	#information_area .block .btn{
		margin: 1.5em 0 0;
	}
	#information_area .block .btn a{
		width: 100%;
		font-size: 15px;
	}
	#information_area .block .icon:before{
		margin-right: 4px;
	}
	
}

p.deadline{
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color:#f00;
}

@media all and (max-width: 640px){
dt {
width: 17%;
}

.ct_wrap dt span:before{
    top: 1.2em;
}
p.deadline{
	margin: 1em 1em;
}	
	
}



/*

.ct_wrap dt{

	width: 12%;

	float: left;
	position:relative;
	font-size:1.2em;
	font-weight: bold;
	border-bottom: solid 2px #E50012;
	margin: 0 0 1.2em;
	padding-left: 1em;
	color:#000;
}

.ct_wrap dd{

	width: 80%;
	float: left;
}

.ct_wrap dt span:before{
    content:''; 
    display:block; 
    position:absolute;
    height:0; 
    width:0; 
    top:0.3em;
    left:0;
	border-top: .3em solid transparent;
	border-right: .5em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .5em solid #E50012;
}

#information_area .block dt{
	color: #ff2585;
	font-size: 26px;
	font-weight: bold;
}
*/

.ast01{
	text-align: right; margin: 0.3em 0 0 0; color: #e61974;
}


.eos{
	text-align: center; margin: 2em 0 2em 0;
	padding: 10px 0 0 0;
	/*border-top: 1px solid #e3e3e3;*/
}


@media all and (max-width: 767px){
.eos img{
	width: 60%;}
.datebox{clear: both; width: 100%; margin: 0 0 0 0; padding: 0 10px 0 0;
}
}

.note_text{
	font-weight: bold; color: crimson; margin: 1.5em 0 1em 0; font-size: 115%;
}

/*20200228追記*/

.caution_wrapper{
	margin: 0 auto 2em;
	width: 80%;
	background-color: #fff;
	border: solid 2px #e51b86;
	padding: 1.2em;
}

.caution_wrapper h1{
	border-bottom: solid 1px #e51b86;
	padding-bottom:.5em;
	text-align:center;
	font-size:1.2em;
	font-weight: bold;
	color:#e51b86;
}
.caution_wrapper p{
	line-height:1.5em;
	font-size:1em;
	text-align:center;

}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid #e51b86;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

