@charset "UTF-8";

/* ===== 全体の設定 ===== */
body {
	*text-align: center;
	/*IE調整用*/
}

/* 全体背景[変更可] */
#wrapper {
	background: #fff !important;
	padding: 0;
}


/* ===== コンテンツ ===== */
/* コンテンツ リンク色[変更可] */
#content a:link {
	text-decoration: underline;
	color: #005799;
}

#content a:visited {
	text-decoration: underline;
	color: #005799;
}

#content a:active {
	text-decoration: underline;
	color: #005799;
}

#content a:hover {
	text-decoration: none;
	color: #005799;
}

/* イベント名 リンク色[色変更可] */
#main .blockInEvent .bl-hot a,
#bottomBlock .topics .topicsTitle a {
	text-decoration: none;
	color: #005799;
}

/* ===== コンテンツ[以下に追加] ===== */

#wrapper {
	background: #f0f0f0;
	border-bottom: 1px solid #dbdcdc;
	min-width: 1000px;
}

h2,
h3,
p,
dl,
dt,
dd {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#innerWrap {
	margin: 0 auto;
	overflow: hidden;
	width: auto !important;
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
	background: none !important;
	*text-align: left;
	/*IE調整用*/
}

.center {
	text-align: center;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

#innerWrap a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}


.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#content_wrapper img {
	height: auto;
	backface-visibility: hidden;
}
.content_wrapper figure{
	margin: 0 0 10px;
}
.content_wrapper{

}
.content_wrapper .main{
	margin: 0 0 50px;
}
.content_wrapper .main h1{
	margin: 0 0 4px;
}
.content_wrapper .main p{
	text-align: right;
	font-size: 14px;
}

.content_wrapper .btn_detail{
	text-align: center;
}
.content_wrapper .btn_detail a{
	width: 400px;
	position: relative;
	display: block;
	margin: auto;
	background: #00b9ef;
	border-radius: 40px;
	line-height: 3;
	font-size: 20px;
    font-weight: bold;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 5px 0 0 rgb(0 0 0 / 20%);
}
.content_wrapper .btn_detail a:after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
	margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content_wrapper .detail{

}
.content_wrapper .detail p{
	margin: 0 0 0px;
}
.content_wrapper .navi{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.content_wrapper .navi li{
	width: 23.5%;
}
.content_wrapper .navi li img{
	width: 100%;
}
.content_wrapper .device li{
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
}
.content_wrapper .device div.anc,
.content_wrapper .device a{
	background: #191970;
	border: 2px solid #191970;
	color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
	border-radius: 8px;
	box-shadow: 0 4px 0 0px rgb(229 229 229);
}
.content_wrapper .device div.anc:after,
.content_wrapper .device a:after{
	content: "";
	background: url(../img/btn_arrow.png) no-repeat left;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
	width: 22px;
	height: 18px;
}
.content_wrapper .device a span,
.content_wrapper .device div.anc span{
	padding: 4px;
}

.content_wrapper .section1{
	padding: 0px 0 0;
}
.content_wrapper .section1 h2{

}
.content_wrapper .section1 .txt{
	margin: 50px 0 0;
}
.content_wrapper .section1 .slide_section{
	position: relative;
}
.content_wrapper .section1 .slide_section .swiper-slide{
	text-align: left;
}
.content_wrapper .section1 .slide_section .swiper-slide figure{
	margin: 0 0 5px;
	border: 1px solid #c0c0c0;
    box-sizing: border-box;
}
.content_wrapper .section1 .swiper-button-prev,
.content_wrapper .section1 .swiper-button-next{
	bottom: 0;
	top: 0;
	margin: auto;
    width: 27px;
    height: 52px;
    background: #333;
    border-radius: 5px;
}
.content_wrapper .section1 .swiper-button-prev{
	left: -14px;
}
.content_wrapper .section1 .swiper-button-next{
	right: -14px;
}
.content_wrapper .section1 .swiper-button-prev:after,
.content_wrapper .section1 .swiper-button-next:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border: solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.content_wrapper .section1 .swiper-button-prev:after{
    left: 10px;
    border-width: 0 0 2px 2px;
}
.content_wrapper .section1 .swiper-button-next:after{
	right: 10px;
	border-width: 2px 2px 0 0;
}
.content_wrapper .section1 ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 50px 0 0;
}
.content_wrapper .section1 ul li{
	width: 48%;
	margin: 0 0 40px;
	font-size: 14px;
}
.content_wrapper .section1 ul li figure{
	margin: 0 0 5px;
}
.content_wrapper .section1 ul.column3 li{
	width: 32%;
}
.content_wrapper .section1 .btn_detail{
	margin: 50px auto 100px;
}
.content_wrapper .section1 span{
	display: block;
	font-size: 14px;
}
.content_wrapper .section1 span img{
	margin: 0 0 5px;
}

.content_wrapper .section2{
	margin: 0 0 0px;
}
.content_wrapper .section2 h2{

}
.content_wrapper .section2 ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 50px 0 0;
}
.content_wrapper .section2 ul li{
	width: 32%;
	margin: 0 0 40px;
	font-size: 14px;
}
.content_wrapper .section2 ul li figure{
	margin: 0 0 5px;
}
.content_wrapper .section2 ul li figure img{
	width: 100%;
}
.content_wrapper .section2 .txt{
	margin: 50px 0 0;
}

.content_wrapper .section3{

}
.content_wrapper .section3 h2{

}
.content_wrapper .section3 .btn_detail{
	margin: 50px auto 100px;
}
.content_wrapper .section3 .txt{
	margin: 50px 0 0;
}
.content_wrapper .section3 .txt span{
	font-weight: bold;
}

.content_wrapper .section4{
	text-align: center;
	margin: 0 0 100px;
}
.content_wrapper .section4 .txt{
	margin: 50px 0;
	text-align: left;
}
.content_wrapper .section4 span{
	display: block;
	font-size: 14px;
	text-align: left;
}
.content_wrapper .section4 span img{
	margin: 0 0 10px;
}
.content_wrapper .section4 dl{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 60px 0;
}
.content_wrapper .section4 dl dt{
	font-size: 24px;
	font-weight: bold;
	line-height: 3;
	border: solid #00b9ef;
	color: #00b9ef;
	border-width: 2px 0;
	margin: 0 0 40px;
	width: 100%;
}
.content_wrapper .section4 dl dd{
	width: 32%;
	text-align: left;
    font-size: 14px;
}
.content_wrapper .section4 dl dd img{
	width: 100%;
}

.content_wrapper .check{
	margin: 0 0 100px;
}
.content_wrapper .check .btn_detail{
	margin: 50px 0 0;
}

.content_wrapper .info{
	background: #e9e9e9;
	padding: 40px 0 60px;
}
.content_wrapper .info h2{
	margin: 0 0 50px;
	text-align: center;
}
.content_wrapper .info dl{

}
.content_wrapper .info dl dt{
	font-size: 22px;
	font-weight: bold;
}
.content_wrapper .info dl dd{
	display: flex;
	flex-flow: wrap;
	margin: 0 0 30px;
}
.content_wrapper .info dl dd:last-of-type{
	margin: 0;
}
.content_wrapper .info dl dd span{
	width: 100%;
	font-weight: bold;
}
.content_wrapper .info dl dd p{
	margin: 0 0 0 20px;
}
.content_wrapper .info dl dd p a{
	position: relative;
	padding: 0 8px 0 0;
}
.content_wrapper .info dl dd p a:after{
	content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: -8px;
	margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content_wrapper .fixed_navi{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.content_wrapper .fixed_navi.on{
	display: block;
}
.content_wrapper .fixed_navi{

}

.content_wrapper #pageTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.content_wrapper #pageTop a{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 40px;
	background: #ccc;
}
.content_wrapper #pageTop a:after{
    content: "";
    position: absolute;
    top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (min-width: 769px) {
	.spOnly {
		display: none !important;
	}

	.inner {
		width: 980px;
		position: relative;
		margin: 0 auto;
	}

	.content_wrapper .main h1{
		background: url(../img/bg_main.jpg) center;
		text-align: center;
	}
	.content_wrapper a:hover,
	.content_wrapper div.anc:hover{
		opacity: .8;
	}

	.content_wrapper .device div.anc,
	.content_wrapper .device a{
	    height: 108px;
	}

	.content_wrapper .section1 h2,
	.content_wrapper .check h2,
	.content_wrapper .section4 h2,
	.content_wrapper .section3 h2,
	.content_wrapper .section2 h2{
		background: url(../img/bg_main.jpg) center 14px;
		text-align: center;
		padding: 0px 0;
		margin: 0 0 30px;
	}
	.content_wrapper .section4 h2{
		padding: 12px 0;
	}

	.content_wrapper .section1 h2{
		background: url(../img/bg_main.jpg) center 14px;
		text-align: center;
		padding: 0px 0;
	}
	.content_wrapper .section1 .slide_section{
		width: 686px;
		margin: auto;
    }
	.content_wrapper .section1{

	}
	.content_wrapper .section2 ul li.bord figure,
	.content_wrapper .section1 ul li.bord figure{
		border: 1px solid #e9e9e9;
		text-align: center;
	}

	.content_wrapper .section4 span{
		width: 686px;
		margin: auto;
	}

	.content_wrapper .info h2 img{
		width: 300px;

	}

	dl a:link {
		color: #333333;
	}

}

/*//////////SPここから//////////*/

@media screen and (max-width: 768px) {
    body {
    	margin: 0px;
    }
	.pcOnly {
		display: none !important;
	}

	#innerWrap {
		width: auto !important;
		margin: auto !important;
		background: none !important;
	}

	#wrapper {
		min-width: 100%;
	}

	.content_wrapper {
		font-size: calc(20vw / 750 * 100);
	}

	.content_wrapper img {
		width: 100%;
	}

	.content_wrapper .detail p{
		margin: 0 0 0px;
	}

	.content_wrapper .main{
		margin: 0 0 20px;
	}

	.inner {
		position: relative;
		margin: 0 16px;
	}
	.content_wrapper{
		font-size: 14px;
	}
	.content_wrapper figure{
		margin: 0 0 5px;
	}

	.content_wrapper .section1 h2,
	.content_wrapper .check h2,
	.content_wrapper .section4 h2,
	.content_wrapper .section3 h2,
	.content_wrapper .section2 h2{
		margin: 0 0 20px;
	}

	.content_wrapper .section1{
		margin: 0;
		padding: 0px 0 0;
	}

	.content_wrapper .navi li{
		width: 48%;
		font-size: 13px;
	}

	.content_wrapper .device li{
		margin: 0 0 25px;
	}
	.content_wrapper .device div.anc,
	.content_wrapper .device a{
		height: 100%;
		border: 2px solid #191970;
		box-shadow: 0 3px 0 0px rgb(229 229 229);
	}
	.content_wrapper .device div.anc:after,
	.content_wrapper .device a:after {
	    background: url(../img/btn_arrow.png) no-repeat left/ cover;
		bottom: -15px;
		width: 19px;
		height: 15px;
	}

	.content_wrapper .detail{
		margin: 0 16px;
	}

	.content_wrapper .btn_detail a{
		width: 70%;
		line-height: 2.5;
		font-size: 18px;
	}

	.content_wrapper .section1 .txt{
		margin: 20px 0 0;
	}
	.content_wrapper .section1 ul li{
		font-size: 12px;
	}
	.content_wrapper .section1 ul.column1{
		display: block;
	}
	.content_wrapper .section1 ul.column1 li{
		width: auto;
	}
	.content_wrapper .section1 .btn_detail{
		margin: 20px auto 50px;
	}
	.content_wrapper .section1 .btn_detail:last-child{
		margin: 30px auto 50px;
	}
	.content_wrapper .section1 ul.column3{
		display: block;
	}
	.content_wrapper .section1 ul.column3 li{
		width: 100%;
		margin: 0 0 20px;
	}


	.content_wrapper .section1 span{
		display: block;
		font-size: 12px;
	}
	.content_wrapper .section1 .swiper-button-prev,
	.content_wrapper .section1 .swiper-button-next{
		bottom: 0;
	}

	.content_wrapper .section2{
		margin: 0 0 0px;
	}
	.content_wrapper .section2 .txt{
		margin: 20px 0 0;
	}
	.content_wrapper .section2 ul{
		margin: 30px 0 0;
		display: block;
	}
	.content_wrapper .section2 ul li{
		font-size: 12px;
		width: auto;
	}


	.content_wrapper .section3 .txt{
		margin: 20px 0 0;
	}
	.content_wrapper .section3 .btn_detail{
		margin: 30px auto 60px;
	}


	.content_wrapper .section4{
		margin: 0 0 60px;
	}
	.content_wrapper .section4 .txt{
		margin: 20px 0 40px;
	}
	.content_wrapper .section4 dl{
		display: block;
		margin: 30px 0;
	}
	.content_wrapper .section4 dl dt{
		font-size: 18px;
		margin: 0 0 10px;
	}
	.content_wrapper .section4 dl dd{
		margin: 0 0 20px;
		width: auto;
		font-size: 12px;
	}
	.content_wrapper .section4 dl dd:last-child{
		margin: 0;
	}
	.content_wrapper .section4 span{
		font-size: 12px;
	}

	.content_wrapper .check{
		margin: 0 0 60px;
	}
	.content_wrapper .check .btn_detail{
		margin: 30px 0 0;
	}
	.content_wrapper .check .btn_detail a{
		width: 90%;
		font-size: 16px;
		line-height: 3;
	}




	.content_wrapper .info h2{
		margin: 0 15% 40px;
	}
	.content_wrapper .info a:link{
		color: #333333;
	}
	.content_wrapper .info{

	}
	.content_wrapper .info dl dt{
		font-size: 18px;
		margin: 0 0 10px;
	}
	.content_wrapper .info dl dd{
		display: block;
	}
	.content_wrapper .info dl dd p{
		width: 100%;
		text-align: right;
		margin: 20px 0 0 -10px;
	}
	.content_wrapper .info dl dd span{
		display: block;
	}

	.content_wrapper .fixed_navi.on{
		top: auto;
		bottom: 0;
		background: rgba(253,255,104,.5);
		padding: 10px 0;
		z-index: 10;
	}

	.content_wrapper .fixed_navi.on .navi li {
	    width: 24%;
		display: block;
	}


	.content_wrapper #pageTop{
		bottom: 80px;
		z-index: 1;
	}
	.content_wrapper #pageTop.to_top.close,
	.content_wrapper .fixed_navi.on.close {
	    display: none!important;
	}

	.swiper-button-next::before,
	.swiper-button-prev::before {
		content: none;
	}

}

.swiper-button-next, .swiper-button-prev {
	display: block!important;
}

.content_wrapper div.anc{
	cursor:pointer;
}

.swiper-button-next::before,
.swiper-button-prev::before {
	content: none!important;
}