@charset "UTF-8";


/*******************************

厳選Css

*******************************/

.page #hero {
    border-top-color: #85c1e5;
}

.page #hero h1:after {
    content: url(../images/license_head_img01.png);
}

section {
    margin-bottom: 80px;
}


@media screen and (max-width: 767px) {}


/*******************************

下層サブナビゲーション

*******************************/
nav.aboutNav {
    /*background: url(../images/license_back.jpg) repeat;*/
	background-color: #85c1e5;
}

nav.subNav ul {
    width: 988px;
}

nav.subNav li {
    width: 16%;
    letter-spacing: -0.02em;
	display: inline-block;
}

/*-----------------------------
.sec01
-------------------------------*/

.sec01 ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    margin-top: 50px;
}

.sec01 ul li {
    width: 100%;
    overflow: hidden;
    margin: 0;
    background: #f3f3f3;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 20px;
}

.sec01 ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.sec01 figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.sec01 figure img {
    float: left;
}

.sec01 figcaption {
    float: right;
    width: 760px;
    overflow: hidden;
    margin: 0;
}


.sec01 figcaption dl {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.sec01 figcaption dt {
    font-size: 20px;
    border-bottom: 2px dotted #ae997e;
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.sec01 figcaption dd {}

.sec01 figcaption dt span {
    display: inline-block;
    background: #67b9c8;
    padding: 0 5px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}


@media screen and (max-width: 767px) {

    .sec01 figure {
        text-align: center;
    }

    .sec01 figure img {
        float: none;
    }

    .sec01 figcaption {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .sec01 figcaption dt {
        font-size: 18px;
    }



}

/*-----------------------------
txtWrap
-------------------------------*/

.txtWrap {
    width: 100%;
    overflow: hidden;
}

.txtWrap p {
    width: 645px;
    float: left;
}

.txtWrap img {
    float: right;
}

@media screen and (max-width: 767px) {
    .txtWrap{
        text-align: center;
    }
    .txtWrap p {
        text-align: left;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .txtWrap img {
        float: none;
    }

}

/*******************************

���wBottom�i�r�Q�[�V����

*******************************/
/*ul.aboutBN {
    border: solid 2px #85c1e5;
    background: #fef9e9;
}

ul.aboutBN a {
    background: url(../images/about_back.jpg) repeat;
}*/

ul.aboutBN {
    border: solid 2px #85c1e5;
	background: #fef9e9;
}

ul.bottomNav li {
    float: left;
    width: 33%;
	max-width: 309px;
    margin: 10px 30px 10px 0;
    padding: 0;
}


li.aboutBN a {
	float: left;
    display: block;
    width: 100%;
    padding: 15px 10px;
	position: relative;
	background-color: #85c1e5;
	border: solid 2px #85c1e5;
	border-radius: 8px;
}

li.aboutBN a:after{
	content: ">";
	position: absolute;
	right: 10px;
}

ul.bottomNav {
	border-radius: 0;
	padding: 30px 0;
	width: 1018px;
	margin: 0 auto;
}

.b_nav{
	background-color: #DBECF7;
}

.b_arrow{
	vertical-align: -1.5px;
    margin-left: 25px;
}


li.aboutBN.active a{
	color:  #85c1e5;
	background-color: #FFFFFF;
	border: solid 2px #85c1e5;
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	
	ul.bottomNav li {
		float: left;
		width: 100%;
		margin: 10px 0;
		padding: 0;
		max-width: none;
	}
	
	ul.bottomNav {
		width: 100%;
	}
}


/*-----------------------------
box_case
-------------------------------*/

.box_case {
    border: solid 3px #85c1e5;
    border-radius: 10px;
    margin: 40px 0;
    padding: 25px 40px;
}

.box_case h3 {
    color: #827360;
    font-size: 18px;
    font-weight: bold;
}

.box_case h3:after {
    content: "";
    display: block;
    width: 148px;
    height: 1px;
    border-bottom: dotted 2px #ae997e;
    margin: 15px auto 30px;
}


@media screen and (max-width: 767px) {
    .box_case {
        margin: 25px 0;
        padding: 25px 30px;
    }

}

/*-----------------------------
license01
-------------------------------*/
.license01 .item{
    border-bottom: dotted 2px #a99d8f;
    margin-bottom: 10px;
    padding: 20px 0;
}
.license01 .item dt{
    color: #67b9c8;
    width: 20%;
    float: left;
}
.license01 .item dd{
    width: 80%;
    float: left;
    line-height: 180%;
}
@media screen and (max-width: 767px) {
    .license01 .item dt,
    .license01 .item dd{
        float: none;
        width: auto;
    }
}


/*-----------------------------
license02
-------------------------------*/

.license02 {
    text-align: center;
}

.license02 ul {
    width: 860px;
    overflow: hidden;
    margin: 50px auto;
    text-align: left;
}

.license02 ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px dotted #bfb3a3;
    padding: 15px 0 15px 40px;
}

.license02 ul li:nth-child(1) {
    background: url(../images/flow_icon01.png) left 15px no-repeat;
}

.license02 ul li:nth-child(2) {
    background: url(../images/flow_icon02.png) left 15px no-repeat;
}

.license02 ul li:nth-child(3) {
    background: url(../images/flow_icon03.png) left 15px no-repeat;
}

.license02 ul li:nth-child(4) {
    background: url(../images/flow_icon04.png) left 15px no-repeat;
}

.license02 ul li:nth-child(5) {
    background: url(../images/flow_icon05.png) left 15px no-repeat;
}

.license02 ul li:nth-child(6) {
    background: url(../images/flow_icon06.png) left 15px no-repeat;
}

.license02 dl {
    width: 860px;
    overflow: hidden;
    margin: 50px auto;
    padding: 30px 0;
    background: #fff;
}

.license02 dt {
    margin: 0 0 20px 0;
    font-size: 22px;
}

.license02 dt span {
    color: #67b9c8;
}

.license02 dd {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .license02 ul {
        width: 100%;
        margin: 30px auto;
    }

    .license02 dl {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }
    .license02 dt {
        font-size: 18px;
    }

}
