@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common

-----------------------------------------*/
.bg_grad {
	background: url(../img/bg_blue.png) no-repeat 50% 50%;
	background-size: 100% 100%;
}
.bg_blue { background-color: #41BDCE; }
.bg_indigo { background-color: #1D7291; }
.bg_lime { background-color: #ABC431 }
.bg_orange { background-color: #ED5421; }
.c_blue { color: #41BDCE; }

a.linktext {
	color: #41BDCE;
	text-decoration: underline;
}
a.linktext:hover {
	text-decoration: none;
}

#wrapper { padding-top: 0; }
#siteHeader {
  width: 100%;
  height: 60px;
}
#siteHeader .logo {
	padding: 14px 0 0 9px;
}
#siteHeader .logo img {
    height: 30px;
    width: auto;
}

.mod-section01 {
	max-width: 1040px;
	margin: 0 auto;
}

@media screen and (min-width:576px) and ( max-width:934px) {

}

@media screen and (min-width: 835px) {
	#siteHeader {
		width: 1040px;
    margin: 0 auto;
    height: 80px;
	}
	#siteHeader .logo {
		padding: 22px 0 0 0;
	}
	#siteHeader .logo img {
	    width: 173px;
	    height: auto;
	}
}

/*----------------------------------------
	#sec01
-----------------------------------------*/

#sec01 {
	width: 100%;
}
#sec01 .title_inner > p {
	margin-top: 24px;
	padding: 0 20px 15%;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
}
#sec01 .title_inner > h2 {
	max-width: 480px;
	margin-top: -10%;
	margin-left: auto;
	margin-right: auto;
}
#sec01 .title_inner > h2,
#sec01 .title_inner > p {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* tb  835 - # */
@media screen and (min-width:835px) {
	#sec01 {
		position: relative;
		height:560px;
		display: flex;
		align-items: center;
	}
	#sec01 .kv {
		display: block;
		position: absolute;
		top: -60px;
		left: 50%;
		width: 50%;
		height: 600px;
		background: url(../img/kv.png) no-repeat 0 0;
		background-size: auto 600px;
		content: '';
	}
	#sec01 .title {
		float: left;
		width: 50%;
		padding-bottom: 40px;
	}
	#sec01 .title_inner {
		width: 520px;
		padding: 0 20px 0 0;
		float: right;
	}
	#sec01 .title_inner > h2 {
		text-align: left;
		max-width: inherit;
		margin: 0;
	}
	#sec01 .title_inner > p {
		max-width: inherit;
		margin-top: 50px;
		padding: 0;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.8;
	}
}

/*----------------------------------------
	#sec02
-----------------------------------------*/

#sec02 {
	width: 100%;
	padding: 12% 20px 13.3%;
}
#sec02 h3 {
	padding: 0 0 24px;
	letter-spacing: 0.2em;
}
.sec02_img figure{
	max-width: 400px;
	margin: 0 auto;
}
.sec02_movie {
	max-width: 600px;
	margin: 32px auto 40px;
}
/* tb  835 - # */
@media screen and (min-width:835px) {
	#sec02 {
		padding: 56px 0 64px;
	}
	.sec02_img {
		position: relative;
		width: 100%;
		height: 100%;
		margin-top: 24px;
	}
	.sec02_img figure {
		max-width: inherit;
		margin: auto;
	}
	.sec02_movie {
			max-width: inherit;
			width: 590px;
			float: right;
			margin-top: -200px;
			margin-bottom: 56px;
	}

}

@media screen and (min-width:835px) and ( max-width:1100px) {
}


/*----------------------------------------
	#sec03
-----------------------------------------*/
#sec03 {
	padding: 12% 20px 13.3%;
}
#sec03 .inner {
	max-width: 1040px;
	margin: 0 auto;
}
#sec03 h3 {	margin-top: 32px; }
#sec03 h3:first-child { margin-top: 0; }
.mod-imgSet {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -10px;
}
	.mod-imgSet > figure {
		width: calc( 50% - 10px );
		margin-left: 10px;
		margin-top: 10px;
	}
	.mod-imgSet > figure > figcaption {
		padding: 5px 0;
		color: #fff;
		text-align: center;
		font-size: 12px;
		font-size: 1.2rem;
	}


/* tb  835 - # */
@media screen and (min-width:835px) {
	#sec03 { padding: 80px 0;	}
	#sec03 h3 {	margin-top: 56px; }
	.mod-imgSet {
		margin-left: -40px;
	}
	.mod-imgSet > figure {
		width: auto;
		margin-left: 30px;
		margin-top: 30px;
	}
	.mod-imgSet > figure > figcaption {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width:1140px) {
}

/*----------------------------------------
	#sec04
-----------------------------------------*/
#sec04 {
	width: 100%;
	max-width: 1008px;
	margin: 0 auto;
	padding: 12% 20px 13.3%;
}
#sec04 h3 {
	padding: 0 0 8px;
}
#sec04 .inner {
	max-width: 880px;
	margin: 0 auto;
}
/*
#sec04 figure {
	margin-bottom: 32px;
}
*/
#sec04 .btn_more { margin-top: 32px; }

#sec04 .tbl_trade { width: 100%; border-collapse: collapse; }
#sec04 .tbl_trade  th { border: 1px solid #b9b9b9; background-color: #d8d8d8; padding: 18px 20px; }
#sec04 .tbl_trade  td { border: 1px solid #b9b9b9; padding: 18px 20px; }


#sec04 .sec04_title { margin-bottom: 24px; }
#sec04 .sec04_title > div { margin-top: 32px; }
#sec04 .sec04_ah > figure { margin-top: 16px; }
#sec04 .sec04_clam { margin-top: 40px; }
#sec04 .sec04_clam > div > figure { margin-bottom: 16px; }
.badge_green {
	background-color: #00A856; color: #fff; text-align: center; display: inline-block; padding: .2em 1em;
}
#sec04 .u_anc a:link{
	text-decoration: underline;
	text-decoration-color: #41bdce;
	color: #3b7bdb;
}#sec04 .u_anc a:hover{
	text-decoration: none;
}

/* tb  835 - # */
@media screen and (min-width:835px) {
	#sec04 {
		padding: 80px 0 0;
	}
	#sec04 .inner {
		max-width: 1040px;
	  margin-top: 46px;
	}
	/*
	#sec04 figure {
		float: left;
		width: 221px;
		margin-right: 32px;
		margin-bottom: 0;
	}

	#sec04 .btn_more a { margin-right: 0; }
	*/
	#sec04 .sec04_title {
		display: flex;
		justify-content: center;
	}
	#sec04 .sec04_ah {
		float: left;
		width: 50%;
		padding: 0 16px;
	}
	#sec04 .sec04_clam {
		float: right;
		width: 50%;
		margin-top: 0;
		padding: 0 16px;
	}
	#sec04 .sec04_clam > div:after {
		clear: both;
		display: block;
		content: '';
	}
	#sec04 .sec04_clam > div > figure {
		width: 200px;
    float: left;
	}
	#sec04 .sec04_clam > div > p {
		width: calc(100% - 222px);
    float: right;
  }


}


.mT15 { margin-top: 15px; }
.mT40 { margin-top: 40px; }
.mT50 { margin-top: 50px; }
.w110 { width: 110px !important; }
.w230 { width: 230px !important; }
@media screen and (min-width:1140px) {
	.p_mL50 { margin-left: 50px !important; }
	.p_mL90 { margin-left: 90px !important; }
	.p_pL60 { padding-left: 60px !important; }
	.p_pL110 { padding-left: 110px !important; }
	.dF { display: flex; }
	.jcC { justify-content: center; }
}


@media screen and (min-width:835px) {
.footer {
	margin: 195px 0 0;
}
}
