/* #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: 70%;
    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 .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 49%;
		width: 49%;
		max-width: 49%;
		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;
	}
}


#info h3{
	margin-bottom: 10px;
	font-size: 2rem;
	color: #016cb1;
}
@media all and (min-width: 600px){
	#info h3{
		font-size: 2.8rem;
	}

}

/*  パッケージ内部リンク
================================================== */
.menubtn_link{
	padding: 10px 0;
}
.menubtn_link-btn .menubtn_link-point{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	margin-bottom: 10px;
    color: #016cb1;
    font-size: 1.1rem;
	font-weight: bold;
    text-align: center;
}
.menubtn_link-btn .menubtn_link-point:before,.menubtn_link-btn .menubtn_link-point:after {
  width: 2px;
  height: 35px;
  content: "";
  background: #016cb1;
}

.menubtn_link-btn .menubtn_link-point:before {
  margin-right: 10px;
  transform: rotate(-30deg);
}

.menubtn_link-btn .menubtn_link-point:after {
  margin-left: 10px;
  transform: rotate(30deg);
}

.menubtn_link-btn{
	margin-bottom: 20px;
}
.menubtn_link-btn:last-child{
	margin-bottom: 0px;
}
.menubtn_link-btn a{
	position: relative;
	display: block;
    padding: 10px 0px 10px 28px;
    background: #016cb1;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
	text-align: center;
}
.menubtn_link-btn a:before{
	content: '';
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 14px;
}
@media all and (min-width: 600px) {
	.menubtn_link-btn .menubtn_link-point:before {
	  margin-right: 20px;
	}

	.menubtn_link-btn .menubtn_link-point:after {
	  margin-left: 20px;
	}
	.menubtn_link-btn .menubtn_link-point{
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.menubtn_link{
        display: flex;
        justify-content: center;
		padding: 15px 0;
	}
	.menubtn_link .menubtn_link-btn{
		flex: 0 1 45%;
		width: 45%;
		max-width: 45%;
		margin-right: 20px;
	}
	.menubtn_link-btn a{
		font-size: 1.6rem;
		text-align: center;
	}
	.menubtn_link-btn a:before {
		content: '';
		width: 8px;
		height: 8px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		top: 45%;
		left: 35px;
	}
}


/* contact
------------------------------------- */
#contact{
	position: relative;
	margin-top: 8%;
	padding: 60px 0;
	background: url("../../img/common/bk_contact.png") bottom center / cover no-repeat;
}
#contact .contact_ttl{
	margin-bottom: 30px;
	text-align: center;
	color: #FFF;
}
#contact .contact_ttl h3{
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
#contact .button-group .btn{
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
    will-change: transform, filter, box-shadow;
}

#contact .button-group .btn:hover {
   transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

#contact .button-group .btn-list:hover {
  background-image: linear-gradient(90deg, #0090ff 0%, #00c9ff 100%);
}
#contact .button-group .btn-contact:hover {
  background-image: linear-gradient(90deg, #ff9500 0%, #ffbc00 100%);
}

#contact .button-group .btn .icon:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	width: 23px;
	height: 23px;
}
#contact .button-group .btn .icon_dl:before{
	background: url("../../img/common/icon-dl.png") no-repeat center / contain;
}
#contact .button-group .btn .icon_farm:before{
	background: url("../../img/common/btn_foam.png") no-repeat center / contain;
}
#contact .button-group .btn span{
	padding: 10px 0px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	color: #fff;
	
}
#contact .button-group .btn .icon{
	font-size: 1.6rem;
}
#contact .button-group .btn::after{
	display: none;
}
#contact .button-group .btn-list{
	background: #03A9F4;
	text-decoration: none;
	text-align: center;
}
#contact .button-group .btn-contact{
	background: #ffa707;
	text-decoration: none;
	text-align: center;
}
@media all and (min-width: 600px){
	#contact .contact_ttl h3{
		font-size: 2.2rem;
	}
	.button-group{
		display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
		max-width: 800px;
		margin: auto;
		font-weight: bold;
	}
	.button-group .btn{
		flex: 0 1 48%;
		width: 48%;
		max-width: 48%;
		box-sizing: border-box;
	}
}



/* download
------------------------------------- */
#download{
	margin-top: 7%;
	background: #e5f0f7;
}
#download .download_wrap{
	max-width: 950px;
    margin: auto;
	padding: 40px 0;
}
#download .download_txt{
	position: relative;
	font-size: 1.4rem;
    line-height: 1.6;
    color: #016cb1;
    font-weight: bold;
    text-align: center;
}
#download .download_txt:before,#download .download_txt:after{
	position: absolute;
    width: 2px;
    height: 35px;
    content: "";
    background: #016cb1;
}
#download .download_txt:before {
    left: 10px;
    bottom: 0;
    margin-right: 0px;
    transform: rotate(-30deg);
}
#download .download_txt:after {
	right: 10px;
    bottom: 0;
    margin-left: 10px;
    transform: rotate(30deg);
}


#download .mainImg_point-txt {
    display: block;
    width: 80%;
    padding: 4px 0;
    font-weight: bold;
    font-size: 12px;
    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%)
}
#download .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%)
}
#download .mainImg_point-inner a {
    display: block;
	margin-top: 10px;
    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;
}
#download .mainImg_point-txt 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)
}
#download .mainImg_point-inner {
    position: relative;
}
#download .mainImg_point-inner.black_btn .mainImg_point-txt {
    color: #3E3A39;
    background-color: #f9db00;
	text-align: center;
}
#download .mainImg_point-inner.black_btn .mainImg_point-txt::after {
    border-color: #f9db00 transparent transparent transparent;
}
#download .mainImg_point-inner.black_btn a {
    color: #FFFFFF;
    background-color: #424242;
}
#download .mainImg_point-inner.black_btn .mod_btn01_link-or{
	background-color: #ffa027;
}
#download .mainImg_point-inner.black_btn .mod_btn01_link-bl{
	background-color: #00a8de;
}
#download .mod_btn01_link:hover:before { background-color: #016cb1; z-index: -1; }

#download .mainImg_point-wrap{
	margin-bottom: 30px;
}
#download .mainImg_point-wrap:last-child{
	margin-bottom: 0px;
}

@media all and (min-width: 600px) {
	#download .download_txt{
		font-size: 1.8rem;
	}
	#download .download_txt:before,#download .download_txt:after{
		height: 50px;
	}
	#download .download_txt:before {
		left: 28%;
	}
	#download .download_txt:after {
		right: 28%;
	}
	#download .download_wrap{
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		padding: 4% 0;
	}
	#download .mainImg_point-wrap{
		flex: 0 1 48%;
        width: 48%;
        max-width: 48%;
	}
	#download .mainImg_point-wrap{
		margin-bottom: 0px;
	}
}



