@charset "UTF-8";



#bread{
	width: 100%;
	background: #f4f4f4;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 19px;
}

#bread ul{
	display: table;
	margin: 0 auto;
}

#bread ul li{
	float: left;
}

#bread ul li i{
	vertical-align: 1px;
    margin-left: 2px;
    line-height: 1px;
}

#title{
	width: 100%;
	background: url(../../img/title_bg.png) no-repeat center center;
	background-size: cover;
	padding: 56px  0 50px 0 ;
	text-align: center;
}

#title h1{
	font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 26px;
}

#title p{
	font-size: 14px;
    color: #fff;
    font-weight: 200;
    line-height: 210%;
    letter-spacing: -0.02rem;
} 

#sub_nav{
	border-bottom: 1px solid #cdcdcd;
    font-size: 14px;
    font-weight: 300;
    padding-top: 27px;
    padding-bottom: 26px;
}


#sub_nav ul{
    margin: 0 auto;
    display: table;
}

#sub_nav ul li{
	float: left;
    padding-right: 20px;
    padding-left: 17px;
    border-right: 1px solid #999;
}

#sub_nav ul li.active{
	font-weight: 600;
	position: relative;
}

#sub_nav ul li.active:before {
	content: "";
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    position: absolute;
    background: #1ebc77;
    top: 37px;
}

#sub_nav ul li.last{
    margin-right: 0px;
    border-right: none;
}


#sub_nav ul li a, #bread a{
	color: #000;
    transition-duration: 400ms;
    padding: 20px 0 20px 0;
}


#sub_nav ul li a:hover , #bread a:hover{
	color: #aaa;
}

.contents_wrap{
}

.contents_wrap section{
	width: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
    /* display: table; */
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding-top: 75px;
    padding-bottom: 75px;
}

.contents_wrap section div.wrap{
	display: table;
    margin: 0 auto;
}

.contents_wrap section h1{
	text-align: center;
	font-size: 35px;
    font-weight: 500;
    padding-bottom: 50px;
    letter-spacing: -0.08rem;
}

.contents_wrap section img{
	width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}
.contents_wrap section p.caption{
	font-weight: 200;
    font-size: 15px;
    text-align: center;
    line-height: 200%;
    padding-bottom: 26px;
    margin-top: -8px;
}

.contents_wrap section p.meyasu{
	font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
    padding-bottom: 0;
}

.contents_wrap section p.meyasu span{
	font-weight: 600;
}


.contents_wrap section div.wrap article{
	background: #edf1f5;
    border-radius: 15px;
    border: 1px solid #000;
    width: 800px;
    padding: 36px 48px;
    overflow: hidden;
}

.contents_wrap section div.wrap article h2{
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.contents_wrap section div.wrap article h2 span{
	font-family: "adobe-garamond-pro",serif;
    font-style: italic;
    font-weight: 100;
    font-size: 120%;
    letter-spacing: 0;
}

.contents_wrap section div.wrap article p{
	font-size: 97%;
    font-weight: 300;
    line-height: 190%;
    margin-top: 14px;
    letter-spacing: 0;
}

.contents_wrap section div.wrap article a{
	font-size: 100%;
    color: #fff;
    background: #1cc98e;
    background: -moz-linear-gradient(left, #1cc98e 0%, #1fa2ba 100%);
    background: -webkit-linear-gradient(left, #1cc98e 0%,#12a976 100%);
    background: linear-gradient(to right, #1cc98e 0%,#12a976 100%);
    padding: 7px 0;
    border-radius: 40px;
    /* margin-left: 15px; */
    vertical-align: top;
    font-weight: 200;
    transition-duration: 250ms;
    width: 100%;
    display: block;
    margin-top: 19px;
    text-align: center;	
}


.contents_wrap section div.wrap article.flow02 p span{
	font-weight: 500;
    margin-top: 10px;
    display: block;
}

.contents_wrap section div.wrap article.flow04 a{
	font-size: 100%;
    color: #fff;
    background: #1cc98e;
    background: -moz-linear-gradient(left, #1cc98e 0%, #1fa2ba 100%);
    background: -webkit-linear-gradient(left, #1cc98e 0%,#12a976 100%);
    background: linear-gradient(to right, #1cc98e 0%,#12a976 100%);
    padding: 7px 0;
    border-radius: 40px;
    /* margin-left: 15px; */
    vertical-align: top;
    font-weight: 200;
    transition-duration: 250ms;
    width: 31%;
    float: left;
    display: block;
    margin-top: 19px;
    text-align: center;	
}


.contents_wrap section div.wrap article.flow04 a:nth-of-type(1){
	margin-right: 3.5%;
}

.contents_wrap section div.wrap article.flow04 a:nth-of-type(2){
	margin-right: 3.5%;
}

.contents_wrap section div.wrap article a:hover{
	transform: scale(1.015);
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
}


.contents_wrap section div.wrap div.arw{
	text-align: center;
    font-size: 160%;
    line-height: 100%;
    margin-top: 4px;
    margin-bottom: 14px;
}

a.back{
	display: block;
    margin: 0 auto;
    text-align: center;
    width: 110px;
    margin-top: 26px;
    font-size: 94%;
    color: rgb(18, 171, 119);
    letter-spacing: 0;
    transition-duration: 300ms;
}

a.back:hover{
	opacity: 0.5;
}

@media screen and  ( max-width:1024px) {
	
.contents_wrap section p.meyasu{
	font-size: 14px;
}

#sub_nav ul li {
    float: left;
    padding-right: 17px;
    padding-left: 14px;
    border-right: 1px solid #999;
    font-size: 13px;
}

}