/************************************************** box */
.section h2 {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
  margin: 0 2% 15px;
}
.section h2 span {
    color: #ea020f;
}
.section p.txt {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
    word-wrap : break-word;
}
.section p.txt a {
    color: #000000;
}
.section ul li {
    list-style: none;
}
.section .box {
    color: #000000;
    margin: 0 2%;
}
.section .box .left {
    text-align: center;
    margin-bottom: 15px;
}
.section .box .left img {
    max-width: 213px;
    width: 100%;
}
.section .box .right .txtArea {
    padding: 20px 12px 0;
    margin-bottom: 20px;
    border: 1px #474747 solid;
  background-color: #ffffff;
}
.section .box .right ul.photoArea li {
    float: left;
    width: 48%;
    margin-bottom: 4%;
}
.section .box .right ul.photoArea li:nth-child(even) {
    float: right;
}
.section .box .right ul.photoArea li img {
    width: 100%;
}
.section .box .right ul.photoArea li.youtube {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto 15px;
    color: #000000;
}
.section .box .right ul.photoArea li.youtube div {
    position: relative;
    padding: 66% 0 0 0;
}
.section .box .right ul.photoArea li.youtube div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section .open_btn_box {
    background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), #fff );
    padding-top: 4em;
    margin-top: -7em;
    position: relative;
    padding-bottom: 6em;
}
.section .box .open_btn {
    width: 46.6%;
    border: #717071 solid 2px;
    border-radius: 4px;
    background: url(../img/icon_open.png) 90% center no-repeat #fff;
    background-size: 8%;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top: 2em;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
.section .box .close_btn {
    width: 46.6%;
    border: #717071 solid 2px;
    border-radius: 4px;
    background: url(../img/icon_close.png) 90% center no-repeat #fff;
    background-size: 8%;
    text-align: center;
    padding: 10px 0;
    margin: -10px auto 40px;
    cursor: pointer;
}

.section .box .none {
    display: none;
}


#linkArea .contents_menu {
    /*margin: 0 2% 40px;*/
    border: 1px #686868 solid;
}
#linkArea .contents_menu p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    background-color: #474747;
}
#linkArea .contents_menu .linkBox {
    /*margin: 10px auto;*/
}
#linkArea .contents_menu .linkBox ul {
    float: left;
    /*margin: 00.5em 0%;*/
}
#linkArea .contents_menu .linkBox ul li {
    /*margin-bottom: 5px;*/
}
#linkArea .contents_menu .linkBox ul li a {
    color: #000000;
    text-decoration: none;
}
