/* #gHeader
================================================ */
#gHeader { border-bottom: 1px solid  #0f7cbb; }

/* #mainImg
================================================ */
#mainImg { position: relative; background: none; margin-top: 0; margin-bottom: 45px; padding-top: 50px; height: auto; z-index: 1; }
#mainImg:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../../img/opc-eng/bg_main_sp.jpg") no-repeat center center/cover; }
#mainImg .inner { position: relative; padding-left: 15px; padding-right: 15px; padding-bottom: 50px; }
#mainImg .inner:before { display: none; }
#mainImg .main-header { display: flex; flex-direction: column; }
#mainImg .main-header .sub { color: #fff; font-size: 2.8rem; font-weight: 900; text-shadow: 2px 2px 2px #333; line-height: 1.5; margin-top: 10px; letter-spacing: 0.03em; }
#mainImg .main-header .sub_txt { color: #fff; font-size: 1.5rem; font-weight: 900; text-shadow: 2px 2px 2px #333; line-height: 1.5; margin-top: 10px; margin-bottom: 15px; letter-spacing: 0.03em; }
#mainImg .main-header .sub-small { padding-top: 50px; color: #ffe156; font-size: 1.5rem; font-style: normal; font-weight: 900; text-shadow: 2px 2px 2px #333; letter-spacing: 0.01em;}
#mainImg .list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; max-width: 550px; width: 100%;}
#mainImg .list .item { flex: 0 1 31%; width: 31%; max-width: 31%; font-size: 1.4rem; color: #fff; font-weight: 900; text-align: center; background-color: #0171b8; border-radius: 50%; box-sizing: border-box; padding: 22px 0; line-height: 1.5; letter-spacing: 0.01em; display: flex; align-items: center; justify-content: center;}
#mainImg .mainImg_point-wrap{
	margin-bottom: 30px;
}
#mainImg .mainImg_point-wrap:last-child{
	margin-bottom: 0px;
}
#mainImg .mainImg_point-txt{
	font-size: 1.4rem;
	color: #016cb1;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
#mainImg .mainImgbtn .mod_btn01{
		margin: 10px auto 0;
		max-width: 385px;
	}
#mainImg .mainImg_point-inner{
	position: relative;
}
#mainImg .mainImg_point-inner .mainImg_point-txt {
    display: block;
    width: 90%;
    padding: 4px 0;
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(62,58,57,0.21);
    transition: 0.25s;
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 50%;
    transform: translateX(-50%)
}
#mainImg .mainImg_point-inner .mainImg_point-txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    transition: 0.25s;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%)
}
#mainImg .mainImg_point-inner a {
    display: block;
	 margin-top: 20px;
    padding: 20px 0;
    border-radius: 10px;
    border: 3px solid #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    box-shadow: 0 4px 8px rgba(62,58,57,0.18);
    position: relative;
    z-index: 0;
	line-height: 1.4;
}
#mainImg .mainImg_point-inner a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg)
}
#mainImg .mainImg_point-inner.black_btn .mainImg_point-txt {
    color: #3E3A39;
    background-color: #f9db00;
	text-align: center;
}
#mainImg .mainImg_point-inner.black_btn .mainImg_point-txt::after {
    border-color: #f9db00 transparent transparent transparent;
}
#mainImg .mainImg_point-inner.black_btn a {
    color: #FFFFFF;
    background-color: #424242;
}
#mainImg .mainImg_point-inner.black_btn .mod_btn01_link-or{
	background-color: #ffa027;
}
#mainImg .mainImg_point-inner.black_btn .mod_btn01_link-bl{
	background-color: #00a8de;
}
#mainImg .mod_btn01_link:hover:before { background-color: #016cb1; z-index: -1; }



@media all and (max-width: 350px) { 
	#mainImg .list .item { padding: 23px 0; } 
}

@media all and (min-width: 600px) {
	#mainImg { margin-top: 95px; padding: 70px 0; margin-bottom: 0; }
	#mainImg::before { top: 0; height: 100%; background-image: url("../../img/opc-eng/bg_main_pc.jpg");}
	#mainImg .inner{padding-bottom: 0; box-sizing: border-box;}
	#mainImg .mainWrap { position: relative; }
	#mainImg .main-header .sub { font-size: 4rem; margin-top: 0; }
	#mainImg .main-header .sub_txt { font-size: 3.3rem; margin-top: 0px; margin-bottom: 30px; }
	#mainImg .main-header .sub-small {font-size: 2.6rem; padding-top: 0px; }
	#mainImg .list { margin-bottom: 20px; }
	#mainImg .list .item {font-size: 1.8rem; padding: 50px 0;}
	#mainImg .mainImg_point{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		max-width: 950px;
	}
	#mainImg .mainImg_point-inner .mainImg_point-txt {
		width: 70%;
	}
	#mainImg .list {
		flex: 0 1 46%;
		width: 46%;
		max-width: 46%;
		margin-bottom: 0;
	}
	#mainImg .mainImg_point-img:last-child {
		margin-bottom: 0;
	}
	#mainImg .mainImg_point-wrap {
		flex: 0 1 38%;
		width: 38%;
		max-width: 38%;
		margin-bottom: 0;
	}
	#mainImg .mainImg_point-wrap-or{
		flex: 0 1 60%;
		width: 60%;
		max-width: 60%;
		margin-bottom: 0;
	}
	#mainImg .mainImg_point-img{
		flex: 0 1 100%;
		width: 100%;
		max-width: 100%;
	}
	#mainImg .mainImg_point-txt{
		font-size: 1.6rem;
	}
	#mainImg .mainImg_point-wrap .mod_btn01 {
		margin: 15px auto 0;
		max-width: 300px;
	}
	#mainImg .mod_btn01_link{
		font-size: 1.4rem;
	}
}


/* 共通
------------------------------------- */
.mod_tit05 {
    font-size: 1.8rem;
}

.mod_img_box02_img {
    width: calc(65% - 15px);
}

.mod_list02_item{
	margin-bottom: 10px;
	padding-left: 0px;
	font-size: 1.6rem;
	font-weight: bold;
}
@media all and (min-width: 600px) {
	.inner_left{
		padding-left: 2%;
	}
	.mod_tit05 {
        margin-bottom: 30px;
        font-size: 3.3rem;
    }
	.mod_img_box02_img {
        width: calc(20% - 10px);
    }
	.mod_list02_item{
		font-size: 1.8rem;
	}
}



/* problem
------------------------------------- */
#problem .mod_list01_item{
	margin-bottom:5px;
}

#problem .mod_list01_item span{
	color: #016cb1;
    font-size: 1.5rem;
    font-weight: bold;
}

@media all and (min-width: 600px){
	#problem .mod_list01_item span{
		font-size: 1.8rem;
	}

}

/* solution
------------------------------------- */
#solution h3{
	margin-bottom: 20px;
	font-size: 1.5rem;
	color: #00a9dd;
}
@media all and (min-width: 600px){
	#solution h3{
		font-size: 2.5rem;
	}

}

/* problem
------------------------------------- */
.features_wrap{
	max-width: 1200px;
	margin: auto;
	width: 100%;
}
.solli{
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin: 60px 0;
}
.sol2{
	flex-direction: row-reverse;
}
.txtarea{
	max-width:840px;
	width:100%;
}
.soimg1{
	max-width: 380px;
	max-height: 400px;
	background:#fff;
	width:100%;
	text-align:center;
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
}
.sol2 .soimg1{
	margin:0 40px 0 0;
}
.soimg1 img{
	margin:	auto;
	width: 100%;
}
.skyb{
	color:#21c9fd!important;
}
.bluet{
	color:#1F5BAA;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
}
.title3{
	display: flex;
	flex-direction: column;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
	width: 50px;
}
.big{
	font-size:3.6rem;
	font-weight:700;
}
.title2{
	display:
	flex;
	align-items: center;
}
.title2 h4{
	font-size: 34px;
	font-weight:700;
	line-height: 1.3;
}
.txtarea p{
	font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 30px;
}
.txt2{
	font-size:19px;
	line-height: 2;
}


.title1{
	font-size:40px;
	font-weight:900;
}
.title1:before{
display:none;
}

.sankakucenter_s2{
width: 100%;
margin: 0 auto;
}
.sankaku_s2{
width: 0;
height: 0;
border: 100px solid transparent;
border-top: 40px solid #21c9fd;
}

@media (max-width:600px) {

	.features_wrap{
	display: flex;
	justify-content: space-around;
	flex-direction: column-reverse;
	width: 100%;
    box-sizing: border-box;
}
.sol2{
	flex-direction: column-reverse;
	margin: 0;
}
.txtarea{
	max-width:840px;
	width:100%;
}
.sol2 .soimg1{
	margin: 0;
}
.soimg1{
	max-width: 820px;
	max-height: 320px;
	background:#fff;
	width: 100%;
	height: 60vw;
	text-align:center;
	display: flex;
	align-items: center;
	
}
.title3{
	display: flex;
	flex-direction: column;
	line-height: 1;
	text-align: center;
	margin-right: 5px;
	width: 90px;
}
.big{
	font-size: 40px;
	font-weight:700;
}
}


/* merit
------------------------------------- */
#merit dt{
	margin-left: 30px;
}
#merit dt{
	position: relative;
}
#merit dt:before{
	content: "";
    position: absolute;
    top: 15%;
    left: -30px;
    width: 20px;
    height: 20px;
    background: url(../../img/common/ico_check01.png) no-repeat center / contain;
}
@media all and (min-width: 600px) {
	#merit dt:before{
		top: 22%;
	}
}


/* flow
------------------------------------- */
#flow .flow_ttl{
	margin-top: 10px;
	color: #1cacda;
    font-size: 1.6rem;
    font-weight: bold;
}
.sankakucenter_s3{
	width: 100%;
	margin: 0 auto;
}
.sankaku_s3{
	width: 0;
	height: 0;
	border: 40px solid transparent; /*　　幅　　*/
	border-top: 20px solid #ccc; /*　　高さ　　*/
	margin-top: -20px;
	margin-bottom: -40px;
}

@media all and (min-width: 600px){
	#flow .flow_ttl{
		font-size: 2.2rem;
	}
}

/*  #merit
================================================== */
#merit dl + dl { margin-top: 25px; }

#merit dl dt { margin-bottom: 5px; font-size: 1.5rem; font-weight: 700; }

#merit dl + .subTit { margin-top: 30px;  }

#merit dt{color: #1cacda}

#merit .subTit + .list { margin-bottom: 0; }

#merit .txt { margin-bottom: 30px; }

#merit .txt + .list { margin-top: -25px; margin-bottom: 0; }

#merit .list + .subTit { margin-top: 30px; }

@media all and (min-width: 600px) { #point dl + dl { margin-top: 30px; }
  #merit dl dt { margin-bottom: 5px; font-size: 2rem; }
  #merit dl + .subTit { margin-top: 45px; }
  #merit .subTit { margin-bottom: 10px; }
  #merit .subTit + .list { margin-bottom: 0; }
  #merit .txt { margin-bottom: 40px; }
  #merit .txt + .list { margin-top: -35px; }
  #merit .list + .subTit { margin-top: 45px; } }



/* faq
------------------------------------- */

#faq .faq_box{
	margin-bottom: 40px;
}

/* #download
================================================ */
#download{
	margin-top: 50px;
}
#download .download_wrap{
	padding: 40px 0;
	background: #f3f3f3;
}
#download .download_txt{
	position: relative;
	margin-bottom: 20px;
	font-size: 1.5rem;
    line-height: 1.6;
    color: #016cb1;
    font-weight: bold;
    text-align: center;
}
#download .txt{

    text-align: center;
}
#download .download_txt:before,#download .download_txt:after{
	position: absolute;
    width: 2px;
    height: 20px;
    content: "";
    background: #016cb1;
}
#download .download_txt:before {
    left: 30px;
    bottom: 0;
    margin-right: 0px;
    transform: rotate(-30deg);
}
#download .download_txt:after {
	right: 30px;
    bottom: 0;
    margin-left: 10px;
    transform: rotate(30deg);
}
@media all and (min-width: 600px) {
	#download .download_wrap{
		padding: 35px 0;
	}
	#download .download_txt{
		font-size: 1.7rem;
	}
	#download .download_txt:before,#download .download_txt:after{
		height: 25px;
	}
	#download .download_txt:before {
		left: 35%;
	}
	#download .download_txt:after {
		right: 35%;
	}
	#download .mod_btn01{
		max-width: 630px;
		margin: 15px auto 0;
	}
}



#info_sub{
	background: #e5f0f7;
    margin: 8% 0 0;
    padding: 40px 0;
}
#info_sub .mod_btn01_link.mod_btn01_download:after{
	border:none;
	right: 5px;
}
#info_sub .info_sub-ttl{
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #016cb1;
	text-align: center;
	font-weight: bold;
}
@media all and (min-width: 600px) { 
	
#info_sub .mod_btn01_link.mod_btn01_download:after{
	right: 20px;
} 

#info_sub .info_sub-ttl{
	font-size: 2.3rem;
}
	
	.mod_info01 .relation .areaBtn, .mod_info01 .relation .btnList{
		margin-left: 0px;
	}
	
.mod_info01 .relation .btn{
	width: 420px;
}
.mod_info01 .relation .btn a{
	margin-bottom: 10px;
	margin-right: 10px;
}
	
}
.relation{
	background: #fff;
}
.movie{
	background: #fff;
}


