@charset "UTF-8";
/* --------------------------------------------

	FileName	:	coc.css

-------------------------------------------- */

.gakubu-header {
    height: 350px;
    margin: -60px 0 0;
    text-align: center;
    position: relative;
    background: url(../img/coc/title-bg2.jpg) center center/cover no-repeat;
}
.gakubu-header h1 {
    color: #fff;
    font-size: 2.8em;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.2em;
    margin: 140px 0 0 0;
    display: inline-block;
}

@media screen and (max-width: 768px) {
.gakubu-header {
    height: 180px;
}
.gakubu-header h1 {
    letter-spacing: 0;
    margin: 75px 8px 0 0;
    font-size: 1.15em;
}
}


.about-coc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 20px;
}
.about-coc > h2 {
    font-size: 1.55em;
    text-align: center;
    font-weight: bold;
    line-height: 180%;
    width: 100%;
    margin: 0 0 50px;
}
.about-coc > div {
    width: 55%;
}
.about-coc > div p {
    font-size: 1.15em;
    line-height: 180%;
    margin: 0 0 20px;
}
.about-coc > div figure {
    width: 80%;
    margin: 50px auto 0;
}
.about-coc > div figure img {
    width: 100%;
}
.about-coc > figure {
    width: 30%;
}
.about-coc > figure img {
    width: 100%;
}

@media screen and (max-width: 768px) {
.about-coc {
    display: block;
}
.about-coc > h2 {
font-size: 1.2em;
}
.about-coc > div {
    width: 100%;
}
.about-coc > div p {
font-size: 0.9em;
    line-height: 150%;
}
.about-coc > figure {
margin: 50px auto 0;
width: 80%;
}
}


.prostep {
margin: 80px auto 0;
}
.prostep > h3 {
font-size: 1.1em;
font-weight: bold;
text-align: center;
line-height: 180%;
}
.prostep > ul {
display: flex;
flex-wrap: wrap;
margin: 50px 0 0;
}
.prostep > ul li {
width: 20%;
margin: 2.5%;
}
.prostep > ul li img {
width: 100%;
}

@media screen and (max-width: 768px) {
.prostep > h3 {
font-size: 0.85em;
}
.prostep > ul li {
width: 42%;
margin: 20px 2.5%;
}

}


.document {
margin: 50px auto 0;
}
.document > h2 {
}
.document > ul {
padding: 20px 10px 0;
}
.document > ul li {
}
.document > ul li a {
color: #036EB8;
text-decoration: underline;
position: relative;
padding: 8px 0 8px 2em;
display: block;
}
.document > ul li a:before {
content: "";
display: block;
width: 1.5em;
height: 1.5em;
background: url(../img/coc/ico-pdf.png) center center / cover no-repeat;
position: absolute;
top: 0;
left: 0;
}
.document > p {
margin: 20px 0 0;
}

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


}





#cocbook h2 {
    width: 100%;
    box-sizing: border-box;
}
#cocbook h3 , #booklet h3 {
    font-size: 1.4em;
    margin: 30px 0 20px;
}
#cocbook h3:before , #booklet h3:before {
    content: "■";
    color: #00783d;
}
#cocbook h4 , #booklet h4 {
    font-size: 1.1em;
    text-align: center;
    margin: 10px 0 0;
}
#cocbook h4 span , #booklet h4 span {
    display: block;
    font-size: 0.8em;
}
.button-book {
    text-align: center;
}
.button-book a {
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 240px;
    border-radius: 8px;
    padding: 10px 0;
    margin: 15px 10px;
    cursor: pointer;
    background: #DCDDDD;
}
.book-link:before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    background: url(../img/ico-catalog.png) center center / cover no-repeat;
    background-size: 100%;
}
.book-pdf:before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    background: url(/img/common/cate-list-external.png) center center / cover no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 768px) {
.button-book a {
    padding: 12px 0;
    margin: 15px 0;
    width: 100%;
}
}


#cocbook {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
padding: 0 0 30px;
margin: 80px auto 0;
}
#cocbook h3 {
    width: 100%;
}
#cocbook figure {
    width: 30%;
}
#cocbook figure img {
    width: 100%;
}
#cocbook > div {
}
#cocbook > div h4 {
}
#cocbook > div > div {
}
#booklet {
    padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
#cocbook figure {
    width: 100%;
}
#cocbook > div {
    width: 100%;
}
}


.booklet-list {
    display: flex;
    flex-wrap: wrap;
}
.item {
    width: 20%;
    margin: 0 0 25px 6.6%;
}
.item > figure {
}
.item > figure img {
    width: 100%;
}
.cocmore , .crossmore {
    width: 100%;
    text-align: center;
}
.cocmore a , .crossmore a {
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 300px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 0;
    margin: 15px 10px;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
.booklet-list .item:nth-child(1) , .booklet-list .item:nth-child(5)  {
    margin-left: 0;
}
.booklet-list .cocmore + .item , .booklet-list .cocmore + .item + .item + .item + .item + .item ,
.booklet-list .crossmore + .item , .booklet-list .crossmore + .item + .item + .item + .item + .item {
    margin-left: 0;
}
}


@media screen and (max-width: 768px) {
.item {
    width: 45%;
    margin: 0 0 25px 10%;
}
.booklet-list .item:nth-child(1) , .booklet-list .item:nth-child(3) , .booklet-list .item:nth-child(5) , .booklet-list .item:nth-child(7)  {
    margin-left: 0;
}
.booklet-list .cocmore + .item , .booklet-list .cocmore + .item + .item + .item , .booklet-list .cocmore + .item + .item + .item + .item + .item , .booklet-list .cocmore + .item + .item + .item + .item + .item + .item + .item ,
.booklet-list .crossmore + .item , .booklet-list .crossmore + .item + .item + .item , .booklet-list .crossmore + .item + .item + .item + .item + .item , .booklet-list .crossmore + .item + .item + .item + .item + .item + .item + .item {
    margin-left: 0;
}
}


