@charset "utf-8";
/* CSS Document */


/*----------------------
		mv
-----------------------*/

#mv{
	background: url(../images/top/mv_bg.gif) repeat-x 0 bottom;
	text-align: center;
}
#mv .inner{
	position: relative;
}

/*----------------------
		about
-----------------------*/
#about{
	margin-top: 30px;
	padding-bottom: 75px;
	text-align: center;
	max-width: 1180px;
	margin: 0 auto;
	-webkit-align-items: center;
	align-items: center;
}
#about h2{
	text-align: center;
	color: #fff;
	background-color: #00428b;
	padding: 20px 0;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 70px;
	font-weight: 700;
}
#about p{
	font-size: 16px;
	margin-top: 40px;
	text-align: left;
}

/*----------------------
		bnr
-----------------------*/

.bnr {
	border-top: 1px solid #fff;
}
.bnr {
  max-width: 1180px;
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}


.bnr .bg_gray{
	background-color: #e6e6e6;
	overflow: hidden;
}

.bnr .bg_gray p{
	font-size:16px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
.bnr .btnEntry a{
	width: 420px;
	background-color: #fff;
	font-size: 16px;
	color:#00428b;
}
.bnr .btnEntry a span{
	top: 50%;
}
.bnr .btnEntry a span::before{
	width: 6px;
	height: 6px;
	border-top: 2px solid #00428b;
	border-right: 2px solid #00428b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bnr .btnEntry a:hover{
	opacity: 1;
	background-color: #00428b;
	color: #fff;
}
.bnr .btnEntry a:hover span::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.bnr p.lead {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.btnBriefing a{
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background-color: #ff3333;
	color:#ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	transition: 0.7s all
}
.btnBriefing a span{
	position: absolute;
	top: 50%;
	right: 30px;
	transition: 0.5s all
}
.btnBriefing a span::before,
.btnBriefing a span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btnBriefing a span::before{
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnBriefing a:hover{
	opacity: 0.7;
}

/*----------------------
		detail
-----------------------*/
#detail{
	text-align: center;
	max-width: 1180px;
	margin: 0 auto;
	-webkit-align-items: center;
	align-items: center;
}
#detail h2{
	text-align: center;
	color: #fff;
	background-color: #00428b;
	padding: 20px 0;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 70px;
	font-weight: 700;
}
#detail img+p.lead{
	margin: 50px 0 45px;
	color: #00428b;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}
#detail p.lead+p{
	font-size: 16px;
	margin-bottom: 80px;
}
#detail h3{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
#detail h3:after{
	content: '';
	border-top: 2px solid #00428b;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
#detail h3 span{
	display: inline-block;
	background-color: #fff;
	padding: 0 20px;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	z-index: 2;
}
#detail .bg_gray h3 span{
	background-color: #f6f6f6;
}

#detail .themeTxt{
	width: 740px;
	font-size: 16px;
	margin: 0 auto 40px;
	text-align:left;
}
#detail ul.themeList{
	overflow: hidden;
	width: 880px;
	margin: 0 auto 100px;
}
#detail ul.themeList li{
	width: 250px;
	float: left;
	margin-left: 65px;
}
#detail ul.themeList li:first-child{
	margin-left: 0;
}
#detail ul.themeList li .head{
	margin-bottom: 50px;
}
#detail ul.themeList li .head p{
	padding: 13px 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background-color: #00a0e9;
	margin-top: 5px;
}
#detail ul.themeList li:nth-child(2) .head p{background-color: #e60012;}
#detail ul.themeList li:nth-child(3) .head p{background-color: #14a83b;}

#detail ul.themeList li dl{
	border-top: 1px solid #00a0e9;
}
#detail ul.themeList li:nth-child(2) dl{border-top: 1px solid #e60012;}
#detail ul.themeList li:nth-child(3) dl{border-top: 1px solid #14a83b;}
#detail ul.themeList li dt{
	border: 1px solid #00a0e9;
	border-top: 0px;
	text-align: center;
	padding: 12px 0;
	color: #00a0e9;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
	font-size: 12px;
	position: relative;
	transition: 0.7s all;
}
#detail ul.themeList li:nth-child(2) dt{border: 1px solid #e60012; color: #e60012; border-top: 0px;}
#detail ul.themeList li:nth-child(3) dt{border: 1px solid #14a83b; color: #14a83b; border-top: 0px;}
#detail ul.themeList li dt:hover,#detail ul.themeList li dt.open{	background-color: #00a0e9; color: #fff;}
#detail ul.themeList li:nth-child(2) dt:hover,#detail ul.themeList li:nth-child(2) dt.open{background-color: #e60012;}
#detail ul.themeList li:nth-child(3) dt:hover,#detail ul.themeList li:nth-child(3) dt.open{background-color: #14a83b;}
#detail ul.themeList li dt span{
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
#detail ul.themeList li dt.open span{ top: 20px;}
#detail ul.themeList li dt span::before,
#detail ul.themeList li dt span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#detail ul.themeList li dt span::before{
	width: 6px;
	height: 6px;
	border-top: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: 0.3s all;
}
#detail ul.themeList li:nth-child(2) dt span::before{border-top: 2px solid #e60012; border-right: 2px solid #e60012;}
#detail ul.themeList li:nth-child(3) dt span::before{border-top: 2px solid #14a83b; border-right: 2px solid #14a83b;}
#detail ul.themeList li dt:hover span::before,#detail ul.themeList li dt.open span::before{border-top: 2px solid #fff; border-right: 2px solid #fff;}
#detail ul.themeList li dt.open span::before{
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
#detail ul.themeList li dt.pr10{padding-right: 10px;}
#detail ul.themeList li dd{
	border: 1px solid #00a0e9;
	border-top: 0px;
	padding: 10px;
	color: #00a0e9;
	line-height: 1.6;
	display: none;
}
#detail ul.themeList li:nth-child(2) dd{border: 1px solid #e60012; color: #e60012;border-top: 0px;}
#detail ul.themeList li:nth-child(3) dd{border: 1px solid #14a83b; color: #14a83b;border-top: 0px;}

#detail ul.meritList{
	overflow: hidden;
	width: 840px;
	margin: 0 auto 0;
}
#detail ul.meritList li{
	float: left;
	width: 240px;
	margin-left: 60px;
}
#detail ul.meritList li:first-child{ margin-left: 0;}
#detail ul.meritList li p.lead{
	background: url(../images/top/num1.gif) no-repeat 0 0;
	padding-left: 60px;
	min-height: 48px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}
#detail ul.meritList li:nth-child(2) p.lead{	background: url(../images/top/num2.gif) no-repeat 0 0;}
#detail ul.meritList li:nth-child(3) p.lead{	background: url(../images/top/num3.gif) no-repeat 0 0;}

#detail ul.meritList+.btn{
	margin-bottom: 50px;
}
#detail ul.meritList+.btn a{ transition: 0.7s all;}
#detail ul.meritList+.btn a:hover{opacity: 0.7;}

#detail .bg_gray{
	background-color: #f6f6f6;
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 20px;
}
#detail .summary{
	overflow: hidden;
	margin-bottom: 40px;
	margin-left: -30px;
	text-align: left;
}
#detail .summary li{
	position: relative;
	padding-left: 65px;
	font-weight: bold;
	float: left;
	line-height: 1.6;
	margin-left: 30px;
	margin-bottom: 30px;
	white-space: nowrap;
}
#detail .summary li:nth-child(1){
	width: 300px;
}
#detail .summary li:nth-child(4){
	line-height: 50px;
	font-size: 18px;
	width: 300px;
}
#detail .summary li:nth-child(5){
	width: 540px;
	white-space: normal;
	font-size: 12px;
}
#detail .summary li strong{
	font-size: 18px;
	font-weight: 700;
	display: block;
}
#detail .summary i{
	font-style: normal;
	display: inline-block;
	border: 1px solid #00428b;
	color: #00428b;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top:0;
	left: 0;
}
#detail .summary i.line2{
	line-height: 1.2;
	box-sizing: border-box;
	padding-top: 9px;
}

#detail .txt{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 40px;
}
#detail .box{
	background-color: #fff;
	padding: 30px 50px;
	margin-bottom: 40px;
	display: table;
}
#detail .box h4{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-right: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	white-space: nowrap;
}
#detail .box h4 span{
	border-bottom: 6px solid #00428b;
	display: inline-block;
	padding-bottom: 10px;
}
#detail .box h4 small{
	font-size: 12px;
	display: block;
}
#detail .box ul li{
	display: table-cell;
	font-size: 13px;
}
#detail .box ul li dl{
	width: 315px;
}
#detail .box ul li dl dt:before{
	content: '●';
	display: inline-block;
	margin-right: 5px;
}
#detail .box ul li dl dd{
	margin-bottom: 5px;
}
#detail .box li li{
	display: block;
	font-size: 12px;
	position: relative;
	padding-left: 1.5em;
}
#detail .box li li:before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
#detail .box li li li:before{
	content: '・';
}
#detail ul.boxList {
	overflow: hidden;
	margin-bottom: 35px;
}
#detail ul.boxList li{
	background-color: #fff;
	width: 490px;
	margin-left: 20px;
	float: left;
	box-sizing: border-box;
}
#detail ul.boxList li:first-child{
	margin-left: 0;
}
#detail ul.boxList li h4{
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: #00428b;
	line-height: 1;
	padding: 15px 0;
	font-weight: 700;
}
#detail ul.boxList li .boxInner{
	padding: 20px 30px;
}
#detail ul.boxList li p.price{
	position: relative;
	padding-left: 65px;
	color: #00428b;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
	margin-bottom: 10px;
	margin-top: 15px;
}
#detail ul.boxList li p.price span{
	display: block;
	font-size: 17px;
}
#detail ul.boxList li p.price small{ font-size: 15px;}
#detail ul.boxList li p.price i{
	font-style: normal;
	display: inline-block;
	border: 1px solid #00428b;
	color: #00428b;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top:0;
	left: 0;
}
#detail ul.boxList li p.size{
	font-weight: bold;
	line-height: 1.4;
	font-size: 15px;
	margin-bottom: 10px;
}
#detail ul.boxList li p.use{
	line-height: 1.4;
	float: left;
	font-size: 14px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #d5d5d5;
	font-weight: 700;
}
#detail ul.boxList li p.use2{
	line-height: 1.4;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

#detail ul.boxList li p.note{
	line-height: 1.2;
	font-size: 12px;
	overflow: hidden;
	zoom:1;
}
#detail ul.boxList li p.red{
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1.4;
	font-weight: bold;
	color: #ff0000;
}
#detail p.note{
	font-weight: 700;
}
#detail .graph{
	margin-bottom: 35px;
}
#detail .movieWrap{
	width: 740px;
	margin: 0 auto;
}
#detail .movie{
	margin-bottom: 75px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#detail .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------
		entry
-------------------------*/

#entry{
	background: url(../images/top/bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 60px 0 45px;
}
#entry h3{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
#entry p{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 25px;
}

/*------------------------
		guide
-------------------------*/

#guide{
	padding: 0;
	overflow: hidden;
}
#guide .inner{
	padding: 40px 0;
}
#guide p{
	font-weight: 700;
	font-size: 16px;
}
#guide h2{
	font-size: 42px;
	font-weight: 700;
	text-align: center;
}
#guide h2 span{
	display: block;
	font-size: 16px;
}
#guide h2+p{
	font-size: 25px;
	font-weight: 700;
	color: #ff8a00;
	text-align: center;
}
#guide h2+p small{
	font-size: 16px;
}
#guide .logo{
	float: left;
	text-align: center;
	margin-right: 40px;
}
#guide .logo img{
	display: block;
}
#guide .logo a{
	display: inline-block;
	color: #003f85;
	text-align: center;
	margin-top: 25px;
	padding-right: 15px;
	position: relative;
	font-weight: 700;
}
#guide .logo a::before,
#guide .logo a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: 0.3s all;
}
#guide .logo a::before{
	width: 6px;
	height: 6px;
	border-top: 1px solid #003f85;
	border-right: 1px solid #003f85;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#guide .logo a:hover::before,
#guide .logo a:hover::after{
	right: -3px;
}
#guide .textArea{
	overflow: hidden;
	zoom:1;
	font-size: 16px;
	padding-top: 35px;
	font-weight: 700;
}
#guide h3{
	clear: both;
	margin: 45px 0 40px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
#guide h3 span{
	display: inline-block;
	position: relative;
}
#guide h3 span:before{
	content: '';
	background: url(../images/top/obj1_l.gif) no-repeat 0 0;
	width: 78px;
	height: 11px;
	display:inline-block;
	margin-right: 22px;
}
#guide h3 span:after{
	content: '';
	background: url(../images/top/obj1_r.gif) no-repeat 0 0;
	width: 78px;
	height: 11px;
	display:inline-block;
	margin-left: 22px;
}
#guide ul.meritList li{
	font-size: 20px;
	padding-left: 70px;
	line-height: 1.4;
	background: url(../images/top/num1.gif) no-repeat 0 0;
	min-height: 48px;
	margin-bottom: 20px;
	font-weight: 700;
}
#guide ul.meritList li:nth-child(2){background: url(../images/top/num2.gif) no-repeat 0 0;}
#guide ul.meritList li:nth-child(3){background: url(../images/top/num3.gif) no-repeat 0 0;}
#guide .btnLink{
	margin-top: 30px;
}

#guide ul.btnList{
	overflow: hidden;
	text-align: center;
	margin-bottom: 0px;
}
#guide ul.btnList li{
	display: inline-block;
}
#guide ul.btnList li:first-child{ margin-right: 15px;}
#guide ul.btnList li a{
	width: 400px;
	font-size: 18px;
}
#guide ul.btnList li:nth-child(1) a{
	background-color: #ffcd20 !important;
}
/*------------------------
		schedule
------------------------*/
#schedule{
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	max-width: 1180px;
	margin: 0 auto;
	-webkit-align-items: center;
	align-items: center;
}
#schedule h2{
	/*background-color: #5e5e5e;*/
}
#schedule ul.boxList{
	overflow: hidden;
}
#schedule ul.boxList li{
	float: left;
	width: 260px;
	position: relative;
	background: url(../images/arrow1.gif) no-repeat 96% 50%;
}
#schedule ul.boxList li:last-child{
	width: auto;
	background: none;
}
#schedule ul.boxList li h5{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #00428b;
	padding: 10px 0;
	width: 218px;
}
#schedule ul.boxList li h5 small{
	font-size: 16px;
}
#schedule ul.boxList li p{
	border: 1px solid #d0d0d0;
	border-top: 0px;
	padding: 30px 5px 10px;
	width: 218px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
}
/*#schedule ul.boxList li:nth-child(2) p{
	padding: 20px 5px;
}*/
#schedule hr{
	border: 0px;
	display: block;
	background: url(../images/arrow2.gif) no-repeat center 0;
	width: 30px;
	height: 20px;
	margin: 30px auto;
}
#schedule .box{
	width: 810px;
	margin: 0 auto;
}
#schedule .box h5{
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	background-color: #00428b;
	font-size: 22px;
	font-weight: 700;
	padding: 0 30px;
	text-align: center;
	line-height: 1.4;
}
#schedule .box h5 small{
	font-size: 16px;
}
#schedule .box p{
	display: table-cell;
	border: 1px solid #d0d0d0;
	padding: 30px 20px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}
#schedule .box p span{
	display: block;
	font-weight: normal;
	margin-top: 15px;
	font-size: 14px;
}
#schedule p.red{
	margin-bottom: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
}
#schedule p.red small{
	font-size: 18px;
}
#schedule p.red strong{
	display: block;
	font-weight: bold;
	font-size: 30px;
}
/*------------------------
		only
------------------------*/
#only{
	margin-bottom: 0px;
}
#only h2{
	margin-bottom: 0 !important;
}
#only p.lead{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 40px;
}
#only ul.btnList{
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px;
}
#only ul.btnList li{
	display: inline-block;
}
#only ul.btnList li:first-child{ margin-right: 15px;}
#only ul.btnList li a{
	width: 400px;
	font-size: 18px;
}
#only ul.btnList li:nth-child(1) a{
	background-color: #ffcd20 !important;
}
#only .step{
	background-color: #e6e6e6;
	padding: 50px 0 80px;
}
#only .step h3 span{
	background-color: #e6e6e6;
}
#only .step ol{
	width: 740px;
	margin: 0 auto;
}
#only .step ol li{
	background-color: #fff;
	padding: 20px 25px 20px 60px;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}
#only .step ol li strong{
	position: absolute;
	top: 12px;
	left: 25px;
	font-size: 28px;
	font-weight: bold;
}
#only .step ol li:nth-child(3) strong{
	top:22px;
}
#only .step ol li small{
	display: block;
	font-size: 14px;
}
#only h4{
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin: 35px 0 25px;
}
#only dl{
	width: 740px;
	margin: 0 auto 20px;
	overflow: hidden;
}
#only dl dt{
	clear: both;
	float: left;
	font-weight: 700;
	width: 140px;
	text-align: center;
	padding: 10px 0;
	background-color: #000;
	color: #fff;
	margin-bottom: 20px;
	margin-right: 25px;
}
#only dl dd{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	padding: 3px 0 0;
}
#only dl dd strong{
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	padding-top: 3px;
}
#only .pdfList{
	margin-bottom: 0;
}
.pdfList{
	text-align: center;
	margin-bottom: 60px;
}
.pdfList p{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 50px;
}
.pdfList ul{
	overflow: hidden;
	margin: 0 auto;
}
.pdfList li{
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	width: 24%;
}
.pdfList li a{
	display: inline-block;
	font-size: 16px;
	padding-right: 25px;
	background: url(../images/icon_pdf.png) no-repeat right 50%;
	text-decoration: underline;
	font-weight: 700;
}
.pdfList li a:hover{
	text-decoration: none;
}
/*----------------------
	banner
-----------------------*/
#banner {
padding: 40px 0 20px;
}
#banner ul.bnrList{
    overflow: hidden;
    margin-right: -30px;
    display: block;
    box-sizing: border-box;
}
#banner ul.bnrList li{
    float: left;
    width: 25%;
    padding-right: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#banner ul.bnrList li img{
	max-width:100%;
	height:auto;
}

/*----------------------
		success
-----------------------*/
#success{
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	max-width: 1180px;
	margin: 0 auto;
	-webkit-align-items: center;
	align-items: center;
}
#success h2{
	text-align: center;
	color: #fff;
	background-color: #00428b;
	padding: 20px 0;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 70px;
	font-weight: 700;
}

#success ul li div.box{
	border: solid 1px green;
	padding:1em;
	margin-bottom:20px;
}

#success ul li div.box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
#success ul li div.box p.company{
	width:100%;
}

#success ul li div.box p.cat1{
	background-image: url(/html/packages/shinkachiportal/pc/navi/asset/img/common/ico_category_01.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 0px;
}
#success ul li div.box p.cat2{
	background-image: url(/html/packages/shinkachiportal/pc/navi/asset/img/common/ico_category_02.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 0px;
}
#success ul li div.box p.cat3{
	background-image: url(/html/packages/shinkachiportal/pc/navi/asset/img/common/ico_category_03.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 0px;
}

#success ul li div.box p.company span.area{
    color: #00408b;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
	display: inline-block;
    padding: 5px 10px;
    border: 1px solid #00408b;
    float:right;
    margin-right:45px;
    margin-top:5px;
}

#success ul li div.box p.company span.company_name {
	font-size: 20px;
	font-weight:bold;
}
#success ul li div.box p.title {
	margin-top:5px;
	margin-bottom:8px;
	margin-left:10px;
	font-size: 15px;
	line-height: 1.5em;
	text-decoration:underline;
}
#success ul li div.box p.intro {
	font-size: 13px;
	line-height: 1.5em;
	height:190px;
	text-align: left;
}

#success ul li div.box p.intro img{
	float: right;
	margin-left: 1em;
	width:220px;
}
/*------------------------
		briefing
------------------------*/
#briefing{
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	max-width: 1180px;
	margin: 0 auto;
	-webkit-align-items: center;
	align-items: center;
}
#briefing h2{
	text-align: center;
	color: #fff;
	background-color: #00428b;
	padding: 20px 0;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 70px;
	font-weight: 700;
}
#briefing p.title{
	text-align: center;
	font-size: 25px;
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: 700;
}

#briefing  p.lead{
	text-align: left;
	font-size: 16px;
}

#briefing h3{
	text-align: center;
	background-color: #dddddd;
	padding: 20px 0;
	font-size: 25px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 500;
}


#briefing ul.boxList li{
	float: left;
	width: 260px;
	position: relative;
	background: url(../images/arrow1.gif) no-repeat 96% 50%;
}
#briefing ul.boxList li:last-child{
	width: auto;
	background: none;
}
#briefing ul.boxList li h5{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #00428b;
	padding: 10px 0;
	width: 218px;
}
#briefing ul.boxList li h5 small{
	font-size: 16px;
}
#briefing ul.boxList li p{
	border: 1px solid #d0d0d0;
	border-top: 0px;
	padding: 30px 5px 10px;
	width: 218px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
}
#briefing ul.boxList li:nth-child(2) p{
	padding: 20px 5px;
}
#briefing hr{
	border: 0px;
	display: block;
	background: url(../images/arrow2.gif) no-repeat center 0;
	width: 30px;
	height: 20px;
	margin: 30px auto;
}
#briefing .box{
	width: 810px;
	margin: 0 auto;
}
#briefing .box h5{
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	background-color: #00428b;
	font-size: 22px;
	font-weight: 700;
	padding: 0 30px;
	text-align: center;
	line-height: 1.4;
}
#briefing .box h5 small{
	font-size: 16px;
}
#briefing .box p{
	display: table-cell;
	border: 1px solid #d0d0d0;
	padding: 30px 20px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}
#briefing .box p span{
	display: block;
	font-weight: normal;
	margin-top: 15px;
	font-size: 14px;
}
#briefing p.red{
	margin-bottom: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
}
#briefing p.red small{
	font-size: 18px;
}
#briefing p.red strong{
	display: block;
	font-weight: bold;
	font-size: 30px;
}
#briefing .btnLink a{
	margin-top: 30px;
	width: 400px;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
#briefing .btnLink a{
	width: 100%;
}
}
#briefing .lead a{
	text-decoration: underline;
}
#briefing .lead a:hover{
	text-decoration: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px){
	/*----------------------
			mv
	-----------------------*/

	#mv{
		background: none;
		text-align: center;
	}
	#mv .inner{
		position: relative;
	}
	#mv a{
		display: block;
		position: relative;
		bottom: auto;
		right: auto;
		width: 90%;
		height: auto;
		background-color: none;
		transition: 0.7s all;
		margin: 25px auto 0;
	}
	#mv a:hover{
		opacity: 0.7;
	}
		.pdfList{
		text-align: center;
		margin-bottom: 30px;
	}
	.pdfList p{
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 30px;
		line-height: 1.4;
	}
	.pdfList ul{
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
	.pdfList li{
		display: block;
		margin-left: 0px;
		margin-bottom: 10px;
		width: 50%;
		float:left;
		text-align: center;
	}
	.pdfList li a{
		display: inline-block;
		font-size: 13px;
		padding-right: 25px;
		background: url(../images/icon_pdf.png) no-repeat right 50%;
		text-decoration: underline;
		font-weight: 700;
	}
	.pdfList li:nth-child(3n+1){
		margin-left: 0px;
	}
	.pdfList li a:hover{
		text-decoration: none;
	}

	/*----------------------
		bnr
	-----------------------*/

	.bnr .btnEntry a{
	width: 260px;
	background-color: #fff;
	font-size: 14px;
	color:#00428b;
	}

	.bnr .bg_gray p{
	font-size:16px;
	}
	.bnr div.btnBriefing {
		margin-top:20px;
	}


	/*----------------------
			about
	-----------------------*/
	#about{
		padding-bottom: 50px;
		text-align: center;
	}
	#about h2{
		padding: 10px 0;
		font-size: 20px;
		margin-bottom: 30px;
	}
	#about p{
		font-size: 14px;
		margin-top: 25px;
		text-align: left;
	}

	/*----------------------
			detail
	-----------------------*/
	#detail h2{
		padding: 10px 0;
		font-size: 20px;
		margin-bottom: 30px;
	}
	#detail img.txt_img{
		max-width: 220px;
		margin: 0 auto;
	}
	#detail img+p.lead{
		margin: 25px 0 30px;
		color: #00428b;
		font-size: 17px;
		line-height: 1.4;
		font-weight: bold;
	}
	#detail p.lead+p{
		font-size: 15px;
		margin-bottom: 40px;
		text-align: left;
	}
	#detail h3{
		position: relative;
		text-align: center;
		margin-bottom: 20px;
		margin-left: -5%;
		width: 110%;
	}
	#detail h3:after{
		content: '';
		border-top: 2px solid #00428b;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
	}
	#detail h3 span{
		display: inline-block;
		background-color: #fff;
		padding: 0 20px;
		font-size: 19px;
		font-weight: 700;
		position: relative;
		z-index: 2;
		line-height: 1.4;
	}
	#detail .bg_gray h3 span{
		background-color: #f6f6f6;
	}

	#detail .themeTxt{
		width: 100%;
		font-size: 14px;
		margin: 0 auto 30px;
		text-align: left;
	}
	#detail ul.themeList{
		overflow: hidden;
		width: 100%;
		margin: 0 auto 50px;
	}
	#detail ul.themeList li{
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	#detail ul.themeList li:first-child{
		margin-left: 0;
	}
	#detail ul.themeList li .head{
		margin-bottom: 0;
		height: 90px;
		position: relative;
		cursor: pointer;
	}
	#detail ul.themeList li .head img{
		height: 90px;
		width: auto;
		float: left;
	}
	#detail ul.themeList li .head p{
		padding: 25px 40px 0 0px;
		color: #fff;
		font-weight: 700;
		text-align: left;
		background-color: #00a0e9;
		margin-top: 0px;
		overflow: hidden;
		height: 90px;
		line-height: 1.4;
		box-sizing: border-box;
		font-size: 16px;
	}
	#detail ul.themeList li:nth-child(2) .head p{background-color: #e60012;}
	#detail ul.themeList li:nth-child(3) .head p{background-color: #14a83b;}

	#detail ul.themeList li .head span{
		position: absolute;
		top: 50%;
		right: 30px;
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		margin-top: -6px;
	}
	#detail ul.themeList li .head.open span{
		margin-top: 0;
	}
	#detail ul.themeList li .head span::before,
	#detail ul.themeList li .head span::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	#detail ul.themeList li .head span::before{
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#detail ul.themeList li .head.open span::before{
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	#detail ul.themeList li .ac_cont{
		border: 1px solid #00a0e9;
		border-top: 0px;
		padding: 10px;
		color: #00a0e9;
		line-height: 1.6;
		display: none;
	}
	#detail ul.themeList li:nth-child(2) .ac_cont{border: 1px solid #e60012; color: #e60012;border-top: 0px;}
	#detail ul.themeList li:nth-child(3) .ac_cont{border: 1px solid #14a83b; color: #14a83b;border-top: 0px;}

	#detail ul.meritList{
		overflow: hidden;
		width: 100%;
		margin: 0 auto 0;
	}
	#detail ul.meritList li{
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-bottom: -20px;
	}
	#detail ul.meritList li:first-child{ margin-left: 0;}
	#detail ul.meritList li p.lead{
		background: url(../images/top/num1.gif) no-repeat 0 0;
		background-size: 40px;
		padding-left: 50px;
		min-height: 48px;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 10px;
		height: 40px;
		vertical-align: middle;
		display: table-cell;
		padding-bottom: 10px;
	}
	#detail ul.meritList li:nth-child(2) p.lead{	background: url(../images/top/num2.gif) no-repeat 0 0; background-size: 40px;}
	#detail ul.meritList li:nth-child(3) p.lead{	background: url(../images/top/num3.gif) no-repeat 0 0; background-size: 40px;}

	#detail ul.meritList+.btn{
		margin-bottom: 40px;
	}

	#detail .bg_gray{
		background-color: #f6f6f6;
		overflow: hidden;
		padding: 40px 0;
		margin-bottom: 50px;
	}
	#detail .summary{
		overflow: hidden;
		margin-bottom: 20px;
		margin-left: 0px;
		text-align: left;
	}
	#detail .summary li{
		position: relative;
		padding-left: 50px;
		font-weight: bold;
		float: none;
		line-height: 1.6;
		margin-left: 0px;
		margin-bottom: 20px;
		white-space: normal;
	}
	#detail .summary li:nth-child(1){
		width: auto;
	}
	#detail .summary li:nth-child(4){
		line-height: 1.4;
		font-size: 16px;
		width: auto;
	}
	#detail .summary li:nth-child(5){
		width: auto;
		white-space: normal;
		font-size: 12px;
	}
	#detail .summary li strong{
		font-size: 16px;
		font-weight: 700;
		display: block;
	}
	#detail .summary i{
		font-style: normal;
		display: inline-block;
		border: 1px solid #00428b;
		color: #00428b;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 25px;
		font-size: 10px;
		text-align: center;
		font-weight: bold;
		position: absolute;
		top:0;
		left: 0;
	}
	#detail .summary i.line2{
		line-height: 1.2;
		box-sizing: border-box;
		padding-top: 5.5px;
	}

	#detail .txt{
		font-weight: bold;
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 30px;
		text-align: left;
	}
	#detail .box{
		background-color: #fff;
		padding: 20px 5%;
		margin-bottom: 40px;
		display: block;
	}
	#detail .box h4{
		display: block;
		vertical-align: middle;
		padding-right: 0px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
		white-space: normal;
		text-align: center;
		margin-bottom: 20px;
	}
	#detail .box h4 span{
		border-bottom: 6px solid #00428b;
		display: inline-block;
		padding-bottom: 10px;
	}
	#detail .box h4 small{
		font-size: 12px;
		display: block;
	}
	#detail .box ul li{
		display: block;
		font-size: 13px;
	}
	#detail .box ul li dl{
		width: 100%;
		margin-bottom: 30px;
	}
	#detail .box ul li dl dd{
		margin-bottom: 5px;
	}
	#detail .box li li{
		display: block;
		font-size: 12px;
		position: relative;
		padding-left: 1.5em;
	}
	#detail .box li li:before{
		content: '※';
		position: absolute;
		top: 0;
		left: 0;
	}
	#detail .box li li li:before{
		content: '・';
	}
	#detail ul.boxList {
		overflow: hidden;
		margin-bottom: -10px;
	}
	#detail ul.boxList li{
		background: none;
		width: auto;
		margin-left: 0;
		float: none;
		box-sizing: border-box;
	}
	#detail ul.boxList li:first-child{
		margin-left: 0;
	}
	#detail ul.boxList li h4{
		text-align: center;
		font-size: 20px;
		color: #fff;
		background-color: #00428b;
		line-height: 1;
		padding: 10px 0;
		margin: 0 30px;
	}
	#detail ul.boxList li .boxInner{
		padding: 20px 5%;
		background-color: #fff;
		margin: 0 30px;
		height: 420px;
		box-sizing: border-box;
	}
	#detail ul.boxList li .boxInner img{
		max-width:200px;
		margin: 20px;
	}
	#detail ul.boxList li p.price{
		position: relative;
		padding-left: 50px;
		color: #00428b;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		white-space: normal;
		margin-bottom: 10px;
		display: inline-block;
	}
	#detail ul.boxList li p.price span{
		display: block;
		font-size: 13px;
	}
	#detail ul.boxList li p.price small{ font-size: 14px;}
	#detail ul.boxList li p.price i{
		font-style: normal;
		display: inline-block;
		border: 1px solid #00428b;
		color: #00428b;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 25px;
		font-size: 11px;
		text-align: center;
		font-weight: bold;
		position: absolute;
		top:0;
		left: 0;
	}
	#detail ul.boxList li p.size{
		font-weight: bold;
		line-height: 1.4;
		font-size: 14px;
		margin-bottom: 10px;
	}
	#detail ul.boxList li p.size span{
		display: block;
		text-align: left;
	}
	#detail ul.boxList li p.use{
		line-height: 1.4;
		float: none;
		font-size: 13px;
		padding-right: 0px;
		margin-right: 0px;
		border-right: 0px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	#detail ul.boxList li p.use2{
		line-height: 1.4;
		font-size: 13px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	#detail ul.boxList li p.note{
		line-height: 1.2;
		font-size: 12px;
		margin-top: 0;
	}
	#detail ul.boxList li p.red{
		text-align: center;
		font-size: 20px;
		margin-bottom: 0px;
		line-height: 1.4;
		font-weight: bold;
		color: #ff0000;
	}

/*----------------------
	banner
-----------------------*/
#banner {
padding: 40px 0 30px;
}
#banner ul.bnrList{
    overflow: hidden;
    margin-right: -30px;
    display: block;
    box-sizing: border-box;
}
#banner ul.bnrList li{
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
	@media only screen and (min-width: 0px) and (max-width: 360px){
		#detail ul.boxList li h4{
			text-align: center;
			font-size: 20px;
			color: #fff;
			background-color: #00428b;
			line-height: 1;
			padding: 10px 0;
			margin: 0 20px;
		}
		#detail ul.boxList li .boxInner{
			padding: 20px 5%;
			background-color: #fff;
			margin: 0 20px;
			height: 400px;
			box-sizing: border-box;
		}
		#detail ul.boxList li p.price{
			font-size: 16px;
		}
		#detail ul.boxList li p.price span{
			display: block;
			font-size: 12px;
		}
		#detail ul.boxList li p.size{
			font-size: 13px;
		}
	}

	#detail p.note{
		font-weight: 700;
		text-align: left;
		line-height: 1.4;
		margin-top: 30px;
	}
	#detail .graph{
		margin-bottom: 25px;
	}
	#detail .movie{
		margin-bottom: 50px;
	}
	#detail .movieWrap{
		width: 100%;
		margin: 0 auto;
	}

	/*------------------------
			entry
	-------------------------*/

	#entry{
		background: url(../images/top/bg.jpg) no-repeat center center;
		background-size: cover;
		text-align: center;
		padding: 40px 0 40px;
	}
	#entry h3{
		font-weight: 700;
		font-size: 19px;
		margin-bottom: 20px;
	}
	#entry p{
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 25px;
	}

	/*------------------------
			guide
	-------------------------*/

	#guide{
		padding: 0;;
		overflow: hidden;
		background-color: none;
	}
	#guide .inner{
		background-color: #fff;
		padding: 0;
		box-shadow: none;
		box-sizing: border-box;
	}
	#guide .inner .inner{
		background-color: none;
		padding: 0;
		box-shadow: none;
		box-sizing: border-box;
	}
	#guide p{
		font-weight: 700;
		font-size: 15px;
	}
	#guide h2{
		font-size: 22px;
		font-weight: 700;
		text-align: center;
	}
	#guide h2 span{
		display: block;
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	#guide h2+p{
		font-size: 22px;
		font-weight: 700;
		color: #ff8a00;
		text-align: center;
	}
	#guide h2+p small{
		font-size: 14px;
	}
	#guide .logo{
		float: none;
		text-align: center;
		margin-right: 0px;
		margin-top: 20px;
	}
	#guide .logo img{
		display: block;
		max-width: 220px;
		margin: 0 auto;
	}
	#guide .logo a{
		display: inline-block;
		color: #003f85;
		text-align: center;
		margin-top: 25px;
		padding-right: 15px;
		position: relative;
		font-weight: 700;
	}
	#guide .logo a::before,
	#guide .logo a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		transition: 0.3s all;
	}
	#guide .logo a::before{
		width: 6px;
		height: 6px;
		border-top: 1px solid #003f85;
		border-right: 1px solid #003f85;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#guide .logo a:hover::before,
	#guide .logo a:hover::after{
		right: -3px;
	}
	#guide .textArea{
		overflow: hidden;
		zoom:1;
		font-size: 14px;
		padding-top: 35px;
		font-weight: 700;
	}
	#guide h3{
		clear: both;
		margin: 25px 0 20px -5%;
		width: 110%;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}
	#guide h3 span{
		display: inline-block;
		position: relative;
		line-height: 1.2;
		padding: 0 50px;
	}
	#guide h3 span:before{
		content: '';
		background: url(../images/top/obj1_l.gif) no-repeat 0 0;
		background-size: 35px;
		width: 35px;
		height: 7px;
		display:block;
		margin-right: 10px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -3.5px;
	}
	#guide h3 span:after{
		content: '';
		background: url(../images/top/obj1_r.gif) no-repeat 0 0;
		background-size: 35px;
		width: 35px;
		height: 7px;
		display:block;
		margin-left: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -3.5px;
	}
	#guide ul.meritList li{
		font-size: 15px;
		padding-left: 50px;
		line-height: 1.4;
		background: url(../images/top/num1.gif) no-repeat 0 0;
		background-size: 40px;
		min-height: 40px;
		margin-bottom: 20px;
		font-weight: 700;
	}
	#guide ul.meritList li:nth-child(2){background: url(../images/top/num2.gif) no-repeat 0 0; background-size: 40px;}
	#guide ul.meritList li:nth-child(3){background: url(../images/top/num3.gif) no-repeat 0 0; background-size: 40px; margin-bottom: 40px;}
	#guide .btnLink{
		margin-top: 30px;
	}
		#guide ul.btnList{
		overflow: hidden;
		text-align: center;
		margin-bottom: 30px;
	}
	#guide ul.btnList li{
		display: block;
	}
	#guide ul.btnList li:first-child{ margin-right: 0px; margin-bottom: 20px;}
	#guide ul.btnList li a{
		width: 100%;
		font-size: 18px;
	}
	#guide ul.btnList li:nth-child(1) a{
		background-color: #ffcd20 !important;
	}
	/*------------------------
			schedule
	------------------------*/
	#schedule h2{
		background-color: #5e5e5e;
	}
	#schedule ul.boxList{
		overflow: hidden;
		margin-bottom: -55px;
	}
	#schedule ul.boxList li{
		float: none;
		width: 100%;
		position: relative;
		background: url(../images/arrow2.gif) no-repeat center bottom;
		padding-bottom: 35px;
		margin-bottom: 15px;
	}
	#schedule ul.boxList li:last-child{
		width: auto;
		background: none;
	}
	#schedule ul.boxList li h5{
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		color: #fff;
		background-color: #00428b;
		padding: 5px 0;
		width: 100%;
	}
	#schedule ul.boxList li h5 small{
		font-size: 14px;
	}
	#schedule ul.boxList li p{
		border: 1px solid #d0d0d0;
		border-top: 0px;
		padding: 10px 5px 10px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		vertical-align: middle;
		line-height: 1.4;
	}
	/*#schedule ul.boxList li:nth-child(2) p{
		padding: 10px 5px;
	}*/
	#schedule hr{
		border: 0px;
		display: block;
		background: url(../images/arrow2.gif) no-repeat center 0;
		width: 30px;
		height: 20px;
		margin: 15px auto;
	}
	#schedule .box{
		width: 100%;
		margin: 0 auto;
	}
	#schedule .box h5{
		display: block;
		vertical-align: middle;
		white-space: nowrap;
		color: #fff;
		background-color: #00428b;
		font-size: 18px;
		font-weight: 700;
		padding: 10px 0px;
		text-align: center;
		line-height: 1.4;
	}
	#schedule .box h5 small{
		font-size: 16px;
	}
	#schedule .box p{
		display: block;
		border: 1px solid #d0d0d0;
		padding: 10px 10px;
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
	}
	#schedule .box p span{
		display: block;
		font-weight: normal;
		margin-top: 15px;
		font-size: 14px;
	}
	#schedule p.red{
		margin-bottom: 40px;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.6;
	}
	#schedule p.red small{
		font-size: 14px;
	}
	#schedule p.red strong{
		display: block;
		font-weight: bold;
		font-size: 22px;
		line-height: 1.4;
		display: inline-block;
		padding-top: 10px;
	}
	/*------------------------
			only
	------------------------*/
	#only{
		margin-bottom: 0px;
	}
	#only h2{
		line-height: 1.4;
	}
	#only p.lead{
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 25px;
	}
	#only ul.btnList{
		overflow: hidden;
		text-align: center;
		margin-bottom: 30px;
	}
	#only ul.btnList li{
		display: block;
	}
	#only ul.btnList li:first-child{ margin-right: 0px; margin-bottom: 20px;}
	#only ul.btnList li a{
		width: 100%;
		font-size: 18px;
	}
	#only ul.btnList li:nth-child(1) a{
		background-color: #ffcd20 !important;
	}
	#only .step{
		background-color: #e6e6e6;
		padding: 30px 0 40px;
	}
	#only .step h3 span{
		background-color: #e6e6e6;
	}
	#only .step ol{
		width: 100%;
		margin: 0 auto;
	}
	#only .step ol li{
		background-color: #fff;
		padding: 10px 15px 10px 50px;
		position: relative;
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	#only .step ol li strong{
		position: absolute;
		top: 50%;
		left: 20px;
		font-size: 28px;
		font-weight: bold;
		line-height: 1;
		display: inline-block;
		margin-top: -12.5px;
	}
	#only .step ol li:nth-child(3) strong{
		top: 50%;
	}
	#only .step ol li small{
		display: block;
		font-size: 14px;
	}
	#only h4{
		text-align: center;
		font-weight: 700;
		font-size: 18px;
		margin: 30px 0 20px;
	}
	#only dl{
		width: 100%;
		margin: 0 auto 20px;
		overflow: hidden;
	}
	#only dl dt{
		clear: both;
		float: none;
		font-weight: 700;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		background-color: #000;
		color: #fff;
		margin-bottom: 10px;
		margin-right: 0px;
	}
	#only dl dd{
		overflow: hidden;
		zoom:1;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
		padding: 0px 0 0;
	}
	#only dl dd strong{
		font-weight: bold;
		font-size: 18px;
		display: inline-block;
		padding-top: 3px;
		text-align: center;
		width: 100%;
	}
	#only .pdfList{
		margin-bottom: 0;
	}

		/*----------------------
			success
	-----------------------*/
	#success h2{
		padding: 10px 0;
		font-size: 20px;
		margin-bottom: 30px;
	}
	#success img.txt_img{
		max-width: 220px;
		margin: 0 auto;
	}
	#success img+p.lead{
		margin: 25px 0 30px;
		color: #00428b;
		font-size: 17px;
		line-height: 1.4;
		font-weight: bold;
	}
	#success p.lead+p{
		font-size: 15px;
		margin-bottom: 40px;
		text-align: left;
	}
	#success h3{
		position: relative;
		text-align: center;
		margin-bottom: 20px;
		margin-left: -5%;
		width: 110%;
	}
	#success h3:after{
		content: '';
		border-top: 2px solid #00428b;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
	}
	#success h3 span{
		display: inline-block;
		background-color: #fff;
		padding: 0 20px;
		font-size: 19px;
		font-weight: 700;
		position: relative;
		z-index: 2;
		line-height: 1.4;
	}
	#success .bg_gray h3 span{
		background-color: #f6f6f6;
	}

	#success ul li div.box  {
		min-height:300px;
	}
	#success ul li div.box p.intro {
		height:auto;
		text-align: left;
	}
}



.cover_wrap_2018 {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 300px !important;
	/*min-height: 500px !important;*/
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover_2018 {
	text-align: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 10;
	width: 100%;
	display: table;
	max-height: 300px !important;
	/* min-height: 460px !important; */
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover_2018 .cover__valign {
    display: table-cell;
    vertical-align: middle;
    width:100%;
    position: relative;
    padding-bottom:0;
    overflow:hidden;
}
.cover_2018 .cover__valign .kv_left {
    text-align: center;
    padding: 0 6% 0 6%;
    height:calc(30vh - 128px);
    min-height:300px;
}

.cover_2018 .cover__valign .kv_left img {
	max-width:100%;
	height:auto;
}
.cover_2018 .copy01{
    height:100%;
}
.cover_2018 .copy01 #catch02{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}

.copy02 {
	position:relative;
	display:block;
}

.copy01 {
	position:relative;
	display:block;
}

	/*------------------------
		追記1905
	------------------------*/
#detail ul.boxList.program li{
	background-color: #fff;
	width: 320px;
	margin-left: 20px;
	float: left;
	box-sizing: border-box;
}
#detail ul.boxList.program li:first-child{
	margin-left: 0;
}
#detail ul.boxList.program li h4{
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: #e94721;
	line-height: 1;
	padding: 15px 0;
	font-weight: 700;
}
#detail ul.boxList.koma li img {
	display:block;
	margin: 0 auto;
	text-align: center;
}
#detail p.left{
	text-align: left;
}
#detail .box2{
	border: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 30px 0;
	margin: 60px 0 80px;
	background-color: #fff;
}
#detail .box2 dl{
	display: table;
}
#detail .box2 dt{
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
}
#detail .box2 dd{
	display: table-cell;
	padding: 0 30px;
	border-left: 1px solid #e6e6e6;
}
#detail .box2 dd ul.note{
	margin-top: 10px;
}
#detail .box2 dd ul.note li{
	font-size: 12px;
	position: relative;
	padding-left: 1.2em;
}
#detail .box2 dd ul.note li:before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	#detail .box2{
		border: 1px solid #e6e6e6;
		overflow: hidden;
		padding: 10px 15px;
		margin: 30px 0 40px;
	}
	#detail .box2 dl{
		display: block;
	}
	#detail .box2 dt{
		display: block;
		vertical-align: middle;
		white-space: nowrap;
		font-size: 14px;
		font-weight: 700;
		padding: 0 0px 5px;
		text-align: center;
	}
	#detail .box2 dd{
		display: block;
		padding: 10px 0px;
		border-left: 0px solid #e6e6e6;
		border-top: 1px solid #e6e6e6;
	}
	#detail ul.boxList.program li:first-child{
	margin-left: 15px;
}
	#detail ul.boxList.program li{
	margin-left: 15px;
}
}


/* news
---------------------------------------------------------- */
.sec-news {
  padding: 15px 20px;
  background: #fff;
}
.sec-news .news-in {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sec-news h2 {
  margin-right: 40px;
  color: #00428b;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.sec-news .btn-news_all a {
  display: block;
  width: 125px;
  padding: 11px 0;
  border: 1px solid #00428b;
  color: #00428b;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sec-news .btn-news_all a:hover {
  background: #00428b;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-news {
    padding: 20px;
  }
  .sec-news .news-in {
    max-width: none;
    display: block;
  }
  .sec-news h2 {
    float: left;
    margin-right: 10px;
    line-height: 1.6;
  }
  .sec-news .btn-news_all {
    clear: both;
    margin: 0;
  }
  .sec-news .btn-news_all a {
    width: 37.3%;
    margin: 0 auto;
    font-size: 14px;
  }
}
/* news ticker
---------------------------------------------------------- */
.news-ticker {
  display: inline-block;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.news-ticker ul {
  width: 100%;
  position: relative;
  height:5.2em !important;
}
.news-ticker ul li {
  width: 100%;
  font-size: 14px;
  color: #00408b;
  line-height: 38px;
  background-color: #fff;
}
.news-ticker ul li .date {
  display: inline-block;
  margin-right: 40px;
  color: #333;
}
.news-ticker a {
    color: #00408b;
    text-decoration: none;
    outline: 0;
}
.news-ticker a:hover {
    color: #fcb100;
}

@media screen and (max-width: 768px) {
  .news-ticker {
    width: calc(100% - 60px);
	margin-bottom: 20px;
    height: auto !important;
  }
  .news-ticker ul{
      height:12em !important;
  }
  .news-ticker ul li {
    line-height: 1.6;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .news-ticker ul li .date {
    display: block;
  }
}

/*----------------------
		menu
-----------------------*/
#menu .t_navi {
  margin-right: 40px;
  color: #333;
}
#menu ul li {
  float: left;
  margin-right: 10px;
  color: #333;
}


input, button, textarea, select, i, div, i.icon, p, span, ul, li, i.accordion_icon, dt, dd, di, nav {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
i {
    font-style: none;
    appearance: none;
}
/* ==========================================================
 nav-global
========================================================== */
.btn-sp_menu {
    display: none;
}
.nav-globalwrap {
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
}
.nav-global ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-global li.btn-logo a {
    display: block;
    position: relative;
}
.nav-global li.btn-logo img {
    height: 30px;
    width: auto;
}
.nav-global li.btn-global {
    margin-left: 30px;
}
.nav-global li.btn-global a {
    display: block;
    position: relative;
    padding: 23px 0;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}
.nav-global li.btn-global a:hover, .nav-global li.btn-global a.current {
    color: #00428b;
}
.nav-global li.btn-global a:hover:after, .nav-global li.btn-global a.current:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #00428b;
}
.nav-global li.btn-global span {
    display: block;
    position: relative;
    padding: 23px 0;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.nav-global li.btn-global span:hover, .nav-global li.btn-global span.current {
    color: #00428b;
}
.nav-global li.btn-global span:hover:after, .nav-global li.btn-global span.current:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #00428b;
}

.nav-global ul ul {
    position: absolute;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
    z-index: 100;
        }

.nav-global li.btn-global ul li {
    border-top:  none;
    display: block;
    border-top: 1px solid #fff;
}

.nav-global li.btn-global ul li a {
    padding: 0 15px 0 15px;
    color: #00408b;
    background-color: #fcb100;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
    line-height: 50px;
    display: block;
    z-index:100;
}
.nav-global li.btn-global ul li a:hover, .nav-global li.btn-global ul li a.current {
    background-color: #3080C0;
    color: #fff;
}
.nav-global li.btn-global ul li a:hover:after, .nav-global li.btn-global ul li a.current:after {
    display: none;
}

.nav-global li.btn-global ul li a.selected {
    padding-left: 18px;
    color: #fff;
    background-color: #3080C0;
    line-height: 30px;
}
.nav-global li.btn-event {
    margin-left: auto;
}
.nav-global li.btn-event a {
    display: block;
    padding: 11px;
    border:  none;
    color: #00418b;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.nav-global li.btn-event a:hover {
    background: #00418b;
    color: #fff;
}
.nav-global li.btn-event a:after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 14px;
    margin-left: 9px;
    background: url(../img/common/ico_openwindow.png) no-repeat left top;
    vertical-align: baseline;
}
.nav-global li.btn-event a:hover:after {
    background-position: left bottom;
}
.nav-global li.btn-global btnTop span {
    display: block;
    position: relative;
    padding: 23px 0;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.btn-launguage1 {
    position: absolute;
    top: 27px;
    right: 20%;
}
.btn-launguage1 ul {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.btn-launguage1 li {
    display: inline-block;
}
.btn-launguage1 li+li {
    margin-left: 5px;
}
.btn-launguage1 li+li:before {
    display: inline-block;
    content: "/";
    margin-right: 5px;
}
.btn-launguage1 li a, .btn-launguage1 li span {
    display: inline-block;
    position: relative;
    color: #222;
}
.btn-launguage1 li a:hover, .btn-launguage1 li.current span {
    color: #00428b;
}
.btn-launguage1 li a:hover:after, .btn-launguage1 li.current span:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: #01438b;
}

.contents-sub .btn-launguage1 {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
}
.contents-sub .btn-launguage ul {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 1270px) {
.nav-global li.btn-global a {
    font-size: 13px;
    z-index:100
}
.nav-global li.btn-global span {
    font-size: 13px;
    z-index:100
}
.nav-global li.btn-global {
    margin-left: 20px;
    z-index:100
}
}
@media screen and (max-width: 1150px) {
.nav-global li.btn-global {
    margin-left: 15px;
    z-index:100
}
}

@media screen and (max-width: 768px) {
.only-pc {
    display: none;
}
nav-global only-sp ul ul {
  display: none;
}
nav-global only-sp span {
  cursor: pointer;
}
nav-global only-sp ul ul li {
  cursor: pointer;
}

.nav-globalwrap {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 248px;
    height: 100%;
    padding: 0;
    background: rgba(0,66,139,.96);
    border-bottom: none;
    z-index:100;
}
.nav-global ul {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:100;
}
.nav-global li {
    border-bottom:  none;
    white-space: nowrap;
    z-index:100;
}
.nav-global li.btn-global {
    margin-left: 0;
    z-index:100;
}
.nav-global li.btn-global a {
    display: block;
    position: relative;
    padding: 13px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    z-index:100;
    white-space: nowrap;
}
.nav-global li.btn-global a:hover, .nav-global li.btn-global a.current {
    color: #fff;
    z-index:100;
}
.nav-global li.btn-global.only-sp a.current {
    background: #fcb100;
    color: #00428b;
    z-index:100;
}
.nav-global li.btn-global.only-sp.home a.current {
    background-color: transparent;
    color: #fff;
    z-index:100;
}
.nav-global li.btn-global a:hover:after, .nav-global li.btn-global a.current:after {
    display: none;
    z-index:100;
}
.nav-global li.btn-global span {
	padding: 13px 18px 13px;
	z-index:100;
}
.nav-global li.btn-global span {
    display: block;
    position: relative;
    padding: 13px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    z-index:100;
}
.nav-global li.btn-global span:hover, .nav-global li.btn-global span.current {
    color: #fff;
    z-index:100;
}
.nav-global li.btn-global span:hover:after, .nav-global li.btn-global span.current:after {
    display: none;
    z-index:100;
}

.nav-global ul ul {
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    z-index:100;
}
.nav-global li.btn-global ul li {
    border-top: none;
    border-bottom: none;
    z-index:100;
}
.nav-global li.btn-global ul li a {
    padding: 8px 18px 8px 30px;
    color: #fff;
    background-color: inherit;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
    line-height: initial;
    display: block;
    z-index:100;
}
.list-sp a {
    padding-left: 28px;
    z-index:100;
}
.list-sp a:before {
    width: 9px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    content: "";
    z-index:100;
}
.list-sp span:before {
    width: 9px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    content: "";
    z-index:100;
}
.list-sp span i.icon {
    list-style: none;
    width: 100%;
    height: 0;
    line-height: 0;
    position: relative;
    z-index:100;
}
.list-sp span i.icon:before {
	content:"";
	display:block;
	width:0;
	height:0;
	border-right:6px solid transparent;
	border-bottom:8px solid #FFFFFF;
	border-left:6px solid transparent;
	position:absolute;
	left:0;
	top:4px;
	bottom:-10px;
	margin:0 0 0 0px;
	background-color: #00428b;
}

.list-sp span i.icon:after {
	content:"";
	display:block;
	width:0px;
	height:0px;
	border-right:6px solid transparent;
	border-top:8px solid #FFFFFF;
	border-left:6px solid transparent;
	position:absolute;
	left:0;
	top:4px;
	bottom:-10px;
	margin:0 0 0 0px;
	background-color: #00428b;
}

.list-sp.is-active span .icon:after {
    display: none;
    z-index:100;
  }

.nav-global li.btn-event {
    margin-left: 0;
    z-index:100;
}
.nav-global li.btn-event a {
    display: block;
    padding: 16px 18px 16px 24px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    z-index:100;
}
.nav-global li.btn-event a:hover {
    background: transparent;
    color: #fff;
    z-index:100;
}
.nav-global li.btn-event a:after {
    display: none;
    z-index:100;
}
.nav-global li.btn-event a:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 14px;
    background: url(/event/shinkachi2019/asset/images/ico_s_openwindow.png) no-repeat left bottom;
    vertical-align: baseline;
    z-index:100;
}
.btn-launguage1 {
    display: none;
}
.btn-launguage {
    position: static;
    padding: 20px;
    z-index:100;
}
.btn-launguage ul {
    border: none;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:100;
}
.btn-launguage li {
    display: block;
    float: left;
    width: 40%;
    white-space: nowrap;
    margin: 20px 0 0 10px;
    border: 1px solid #fff;
    z-index:100;
}
.btn-launguage li+li {
    margin-left: 0;
    border-left: 1px solid #fff;
    z-index:100;
}
.btn-launguage li+li:before {
    display: none;
    z-index:100;
}
.btn-launguage li a, .btn-launguage li span {
    display: block;
    padding: 3px;
    color: #fff;
    text-align: center;
    z-index:100;
}
.btn-launguage li.current span {
    background: #fcb100;
    color: #00428b;
    z-index:100;
}
.btn-launguage li a:hover:after, .btn-launguage li.current span:after {
    display: none;
    z-index:100;
}
.contents-sub .btn-launguage {
    display: none;
    z-index:100;
}
.btn-sp_menu {
    display: block;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 20px;
    height: 18px;
    color: #fff;
    z-index:100;
}
.btn-sp_menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #00428b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:100;
}
.btn-sp_menu span:nth-child(1) {
    top: 0;
    z-index:100;
}
.btn-sp_menu span:nth-child(2) {
    top: 7px;
    z-index:100;
}
.btn-sp_menu span:nth-child(3) {
    bottom: 0;
    z-index:100;
}
.btn-sp_menu.sideOpen span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
    z-index:100;
}
.btn-sp_menu.sideOpen span:nth-child(2) {
    display: none;
    z-index:100;
}
.btn-sp_menu.sideOpen span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    z-index:100;
}
}
/*----------------------
		overview
-----------------------*/
#overview{
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	max-width: 1180px;
	margin: 0 auto;
	-webkit-align-items: center;
	align-items: center;
}
#overview .summary{
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: -30px;
	text-align: left;
}
#overview .summary li:nth-child(1){
	width: 300px;
}
#overview .summary li{
	position: relative;
	padding-left: 65px;
	font-weight: bold;
	float: left;
	line-height: 1.6;
	margin-left: 30px;
	margin-bottom: 30px;
	white-space: nowrap;
}
#overview .summary i{
	font-style: normal;
	display: inline-block;
	border: 1px solid ;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top:0;
	left: 0;
}
#overview .summary li strong{
	font-size: 18px;
	font-weight: 700;
	display: block;
}
#overview h2{
	text-align: center;
	color: #fff;
	background-color: #00428b;
	padding: 20px 0;
	font-size: 30px;
	line-height: 1;
	margin:70px 0 70px 0;
	font-weight: 700;
}
#overview .summary li:nth-child(4){
	line-height: 50px;
	font-size: 18px;
	width: 300px;
}
#overview .summary li:nth-child(5){
	width: 500px;
	white-space: normal;
	font-size: 12px;
}
.btn.yellow a {
    background: #fcb100;
    border: 1px solid #fcb100;
    color: #00428b;
    margin-bottom: 20px;
}
.btn a {
    display: inline-block;
    text-align: center;
    padding: 10px 16px;
    min-width: 120px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.taC {
    text-align: center;
}

#iifes2019 .inner{
	width:1000px;
	margin:0 auto;
	text-align: center;
}
#iifes2019 h3 {
	margin-top: 40px;
}
#iifes2019 p {
	font-size: 16px;
}
#iifes2019 p.lead {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.sec-news .btn-news_all a {
  display: block;
  width: 125px;
  padding: 11px 0;
  border: 1px solid #00428b;
  color: #00428b;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}


@media screen and (max-width: 768px) {
#overview .summary li:nth-child(5){
	width: 360px;
	white-space: normal;
	font-size: 12px;
}
#overview h2{
	padding: 10px 0;
	font-size: 20px;
	margin-bottom: 30px;
}
#iifes2019 .inner{
	width: 360px;
}
#iifes2019 p {
	font-size: 14px;
}
}

cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	overflow: hidden;
	margin: 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	border: 1px solid #d0d0d0;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
}
.cp_table th {
	color: #fff;
	width: 20%;
	background: #00428b;
	font-weight: bold;
}

@media only screen and (max-width:768px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th {
		width: 100%;
	}
	.cp_table th, .cp_table td {
		display: block;
		font-size: 14px;
		border-top: none;
	}
	.cp_table th, .cp_table  td {
		padding: 10px;
		border-top: 1px solid #d0d0d0;
}
}
.msr_table05 {
  line-height: 1.6;
  text-align: left;
  width: 100%;
}
.msr_table05 th {
  font-size: 14px;
  font-weight: normal;
  padding: 12px 16px;
  text-align: center;
  vertical-align : middle;
  width: 33.3%;
}
.msr_table05 thead th{
  position:relative;
}
.msr_table05 thead th:after{
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: 2px;
  width: 100%;
}
.msr_table05 td {
  font-size: 18px;
  padding: 20px;
  vertical-align: top;
  width: 33.3%;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
	main img,header img,footer img{
	 height:auto;
	 }
	.sp_br{
	 display:inline-block;
	 }
	.pc_br{
	 display:none;
	 }
	.pc_none{
	 display:inline-block;
	 }
	.sp_none{
	display:none;
	}

	.inner{
		width:90%;
		margin:0 auto;
		position:static;
	}
	#about img{
		width:100%;
	}
	.graph img{
		width:100%;
	}
	main{
		overflow:hidden;
	}s
	 }
#detail2{
	margin-top: 75px;
}
#detail2 .movieWrap{
	width: 740px;
	margin: 0 auto;
}
#detail2 .movie{
  margin-bottom: 75px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#detail2 .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px){
	.inner{
		width:95%;
		margin:0 auto;
		position:static;
	}
	#detail2 .movieWrap{
		width: 100%;
		margin: 0 auto;
	}
	#detail2 .movie{
		margin-bottom: 50px;
	}
	#briefing  p.lead{
	overflow-wrap: break-word;
    word-wrap: break-word;
}
}

.bnr ul.btnList{
	overflow: hidden;
	text-align: center;
}
.bnr ul.btnList li:first-child{ margin-right: 15px;}

.bnr ul.btnList li{
	display: inline-block;
}

@media only screen and (min-width: 0px) and (max-width: 768px){
.c-glid  ul.btnList li a{
	align: center;
	margin: 10px;
}
.c-glid  ul.btnList li:first-child{
    margin-right: 0;
}
}