@charset "UTF-8";
/* CSS Document */

body {
	padding-top:67px !important;
}

/* mv */

#mv {
	position:relative;
	height:300px;
	background:url(../images/bg-main.jpg) center top no-repeat;
	background-size:cover;
}
#mv p {
    position:absolute;
	top:calc(50% - 40px);
	right:0;
	left:0;
	transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    -ms- transform: translateY(-50%);
	margin:auto;
	width:90%;
}


/* mainTtl */
#mainTtl {
	position:relative;
	z-index:5;
	margin-top:-100px;
	background-color: #fff;
}
#mainTtl h1 {
	margin:0;
	padding:10px 0;
	font-size:20px;
	font-weight:normal;
	background:#f1b80a;
	text-align:center;
	line-height:1.6;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-trainsition: all 0.2s;
	-o-trainsition: all 0.2s;
	-ms-trainsition: all 0.2s;
}
#mainTtl h1:hover {
	/* background: #f6c329; */
}
#mainTtl h1 a {
	display:block;
	color:#fff;
}
#mainTtl h1 a:hover {
	text-decoration:none;
}
#mainTtl h1 span {
	position:relative;
	padding-right:50px;
}
#mainTtl h1 span:after {
	content:"";
	width:24px;
	height:24px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../images/icon-link.png) center center no-repeat;
	background-size:24px 24px;
}

#mainTtl dl {
	margin:0;
	padding:25px 15px 25px;
	/*background:#f6f6f9;*/
	font-size:14px;
}


#mainTtl dl {
	margin:0;
	padding:25px 15px 15px;
	/*background:#fff;*/
	/*background:#f6f6f9;*/
	font-size:14px;
}
#mainTtl dl dt {
	padding:10px;
	font-weight:bold;
	font-size:16px;
	/*background:#f6f6f9;*/
	text-align:center;
}
#mainTtl dl dd {
	margin:10px 10px 15px;
}
#mainTtl dl dd span {
	display:block;
}


#mainTtl2 {
	z-index:5;
}

#mainTtl2 dl {
	margin:0;
	padding:25px 15px 15px;
	background:#fff;
	font-size:14px;
}
#mainTtl2 dl dt {
	padding:10px;
	font-weight:bold;
	font-size:16px;
	background:#f6f6f9;
	text-align:center;
}
#mainTtl2 dl dd {
	margin:10px 10px 15px;
}
#mainTtl2 dl dd span {
	display:block;
}


/* section */
.section {
	border-bottom:none !important;
}
.section h2 {
	position:relative;
	margin-bottom:40px;
	text-align:center;
	font-size:22px;
	font-weight:normal;
}
.section h2:after {
	content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 50px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec01 h2:after {
	background-color: #0aaaf1;
}
.sec02 h2:after {
	background-color: #50d6e4;
}
.lead-txt {
	margin-bottom:20px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.lead-txt br {
	display:none;
}

/* gridtab */
.gridtab > dt {
	position:relative;
	min-width: calc(100% + 5px) !important;
    width: calc(100% + 5px) !important;
	border:5px solid #f6f6f9 !important;
	margin: -5px 0 0 -5px !important;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-trainsition: all 0.2s;
	-o-trainsition: all 0.2s;
	-ms-trainsition: all 0.2s;
}
.gridtab > dt:after {
	display: block;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	width: 16px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.gridtab > dt:before {
	display: block;
	content: '';
	border-radius: 10px;
	position: absolute;
	height: 17px;
	width: 2px;
	top: 0;
	bottom: 0;
	right: 27px;
	margin: auto;
	background:#fff !important;
}
.grid1 > dt.is-active:after {
	background:#0aaaf1 !important;
}
.grid2 > dt.is-active:after {
	background: #50d6e4 !important;
}
.gridtab > dt.is-active:after {
	bottom:0 !important;
}

.gridtab > dt.is-active:before {
	display:none
}
.gridtab > dt h3 {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:1.2em 0 1.2em 20px;
	cursor:pointer;
}
.gridtab > dt.is-active h3 {
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
}
.grid1 > dt.is-active h3 {
	color:#0aaaf1;
}
.grid2 > dt.is-active h3 {
	color:#50d6e4;
}
.gridtab > dd {
	padding:0 !important;
}
.gridtab > dd ul {
	padding:0;
	margin:0;
}
.gridtab > dd > ul {
	margin-bottom:20px;
}
.gridtab > dd ul li {
	list-style:none;
}
.gridtab > dd > ul > li {
    margin-top:10px;
	padding:10px;
	background:#f9f9f9;
	border:5px solid #fff;
}
.gridtab > dd > ul > li .wrap-left {
	width:30%;
	float:left;
}
.gridtab > dd > ul > li .wrap-right {
	margin-left:33%;
}
.gridtab > dd > ul > li .sort02 {
	margin-bottom:5px;
	padding:2px 5px 2px 15px;
	text-align:center;
	background:#fff;
}
.gridtab > dd > ul > li .sort02 li {
	display:inline-block;
	position:relative;
}
.gridtab > dd > ul > li .sort02 li:after {
	content:"/";
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	font-size:12px;
}
.gridtab > dd > ul > li .sort02 li:last-child:after {
	display:none;
}
.gridtab > dd > ul > li .sort02 li a {
	color:#1dbff4;
	font-size:12px;
	text-decoration:none;
	padding:0 5px 0 0;
}
.gridtab > dd > ul > li .wrap-right h4 {
	font-size:14px;
	margin:10px 0 5px;
}
.gridtab > dd > ul > li .wrap-right p {
	font-size:12px;
	margin:0 0 8px;
}

.gridtab > dd > ul > li .wrap-right .sort03 li {
	display:block;
	line-height:1;
}
.gridtab > dd > ul > li .wrap-right .sort03 li span {
	display:inline-block;
	text-align:center;
	font-size:10px;
	margin-right:3px;
	margin-bottom:4px;
	padding:2px 10px;
	border:1px solid #555555;
	background:#fff;
	vertical-align:top;
}
.gridtab > dd > ul > li .wrap-right .sort03 li span.type01 {
	width:50px;
	padding:2px 0;
	background:#f79aa3;
	color:#fff;
	border:1px solid #f79aa3;
	border-radius:8px;
}
.gridtab > dd > ul > li .wrap-right .sort03 li span.type02 {
	width:50px;
	padding:2px 0;
	background:#67d6f4;
	color:#fff;
	border:1px solid #67d6f4;
	border-radius:8px;
}


@media screen and (min-width: 750px) {
body {
	padding-top:88px !important;
	background:#f6f6f9 !important;
}

/* mv */

#mv {
	height:600px;
}
#mv p {
	width:709px;
	height:177px;
}



/* mainTtl */
#mainTtl h1 {
	font-size: 36px;
	line-height:80px;
}
#mainTtl h1 br {
	display:none;
}
#mainTtl h1 span {
	padding-right:40px;
}
#mainTtl h1 span:after {
	width:30px;
	height:30px;
	background:url(../images/icon-link.png) center center no-repeat;
	background-size:30px 30px;
}
#mainTtl dl {
	padding:25px 40px 15px;
}
#mainTtl dl dt,#mainTtl dl dd {
	margin-bottom:10px;
	font-size:16px;
}
#mainTtl dl dt {
	width:130px;
	float:left;
	font-weight:bold;
	background:none;
	padding:0;
}
#mainTtl dl dd {
	margin:0 0 10px 130px;
}
.lead-txt {
	text-align:center;
}
.lead-txt br {
	display:block;
}


#mainTtl2 dl {
	padding:25px 40px 15px;
}
#mainTtl2 dl dt,#mainTtl2 dl dd {
	margin-bottom:10px;
	font-size:14px;
}
#mainTtl2 dl dt {
	width:100px;
	float:left;
	font-weight:bold;
	background:none;
	padding:0;
}
#mainTtl2 dl dd {
	margin:0 0 10px 100px;
}


	
/* gridtab */
.section h2 {
	margin-bottom:50px;
	font-size:36px;
}
.section h2:after {
    width: 80px;
}
.gridtab > dt {
	border:10px solid #f6f6f9 !important;
}	
.grid1 > dt {
	min-width: calc(33.33% + 10px) !important;
    width: calc(33.33% + 10px) !important;
	margin: -10px 0 0 -10px !important;
}
.grid2 > dt {
	min-width: calc(80% + 10px) !important;
    width: calc(80% + 10px) !important;
	margin: -10px auto 0 !important;
	text-align:center;
}
.gridtab > dt h3 {
	font-size:16px;
}
.gridtab > dd > ul > li {
    width: 49.5%;
    float: left;
    margin-top:10px;
	margin-bottom:10px;
}
.gridtab > dd > ul > li:nth-child(odd) {
	margin-right:1%;
}
.gridtab > dd > ul > li .wrap-left {
	width:180px;
}
.gridtab > dd > ul > li .wrap-left .sort01 {
	display:table;
}
.gridtab > dd > ul > li .wrap-left .sort01 li {
	display:table-cell;
	width:88px;
	font-size:12px;
	padding:5px;
}
.gridtab > dd > ul > li .wrap-left .sort01 li:first-child {
	border-right:4px solid #fff;
}
.gridtab > dd > ul > li .wrap-right {
	margin-left:200px;
}

.gridtab > dd > ul > li .wrap-right h4 {
	margin:13px 0 8px;
	font-size:16px;
}
.gridtab > dd > ul > li .wrap-right p {
	font-size:13px;
}
.gridtab > dd > ul > li .wrap-right .sort03 li span {
	font-size:11px;
}
.gridtab > dd > ul > li .wrap-right .sort03 li span.type01 {
	width:60px;
}
.gridtab > dd > ul > li .wrap-right .sort03 li span.type02 {
	width:60px;
}
.gridtab > dd > ul > li .wrap-right .sort03 li {
	display:block;
}
}

@media screen and (max-width: 749px) {
.main-area {
	background:#f6f6f9;
}
.sec02 {
	padding-bottom:80px;
}
}