﻿@charset "utf-8";



/* =========================================================
   mainimage
========================================================= */
#mainimage {
	height:360px;
	background:url(../images/mainimage.jpg) top center no-repeat #edf2f6;
	z-index:-100;
}

#mainimage:not(:target){background-position-x:center;}

/*

#mainimage {
	height:360px;
	z-index:-100;
}

#mainimage .bxslider {
	z-index:-100;
}

#mainimage:not(:target){background-position-x:center;}

*/
/* =========================================================
   global
========================================================= */
.con-inner {
	width:1000px;
	margin:0 auto;
}

#title {
	height:74px;
	padding-top:26px;
}

.stit {
	background:url(../../common/images/stit_line.png) top center no-repeat;
	text-align:center;
	padding-top:31px;
	padding-bottom:40px;
	margin-top:60px;
}

.sub_nav{
	width:455px;
	display:block;
	margin:0 auto;
	margin-top:60px;
}
.sub_nav1,.sub_nav2{
	width:220px;
	height:40px;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	border:2px solid #EDA001;
	border-radius:5px;
	box-sizing:border-box;
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sub_nav1{
    margin-right:15px;
}
.sub_nav2{
	background:#ed7b01;
	color:#fff;
	border:2px solid #ed7b01;
}
.sub_nav1:hover{
	color:#fff;
	border:2px solid #ed7b01;
	background:#ed7b01;
}
.sub_nav2:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.6;
	opacity:0.6;
}
/* =========================================================
   contents
========================================================= */
.box {
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.box .text_area {
    width: 410px;
    z-index:10;
    padding-top: 50px;
}
.box h2 {
    position: relative;
    margin-bottom:25px;
}

.box h2:before{
    content:"";
    display: block;
    width: 73px;
    height: 14px;
    background:url(../images/box01_stit.png);
    position: absolute;
    left: 0;
    top:-24px;
    z-index:10;
    
}
.box h2:after{
    content:"";
    display: block;
    width: 120%;
    height: 2px;
    background:#c883c0;
    position: absolute;
    left: 0;
    bottom:-14px;
}
.box p {
    font-size: 16px;
    line-height: 32px;
}
.box .img_area {
    width: 433px;
    position: relative;
    z-index:1;
    padding-right:150px;
}

.box.box01{
    z-index:5;
    margin-top:50px;
}

.box .text_area a{
    display: inline-block;
    margin-top: 20px;
}
.box .text_area a img{
    
    border:1px solid #d2d2d2;
}


.box.box02{
    z-index:10;
    margin:78px auto 45px;
}
.box.box02 .text_area {
    width: 510px;
    padding-top: 100px;
    position: relative;
}
.box.box02 .illust{
    position: absolute;
    right: -3px;
    top:-139px;
    z-index:50;
    
}
.box.box02 h2:before{
    content:"";
    display: block;
    width: 81px;
    height: 13px;
    background:url(../images/box02_stit.png);
    position: absolute;
    left: 0;
    top:-24px;
    z-index:10;
    
}
.box.box02 h2:after{
    background:#e50012;
    position: absolute;
    left: auto;
    right:0;
    z-index:60;
}
.box.box02 .img_area {
    width: 436px;
    padding-right:0;
}


.box.box03{
    padding-left:240px;
    box-sizing:border-box;
    position: relative;
    margin-bottom:105px;
}
.box.box03 .text_area {
    width: calc(100% - 420px);
    padding-top: 75px;
    position: relative;
    padding-right:30px;
    box-sizing:border-box;
}
.box.box03 .illust{
    position: absolute;
    left: -80px;
    bottom:-110px;
    z-index:50;
    
}
.box.box03 h2:before{
    content:"";
    display: block;
    width: 81px;
    height: 13px;
    background:url(../images/box03_stit.png);
    position: absolute;
    left: 0;
    top:-24px;
    z-index:10;
    
}
.box.box03 h2:after{
    background:#f9c760;
    width: 130%;
}
.box.box03 .img_area {
    width: 414px;
    padding-right:0;
}
