@charset "utf-8";

/* ------------------------------------------------------------------
  modal
------------------------------------------------------------------ */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #111111;
    line-height: 1.6;
    font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3", Osaka,sans-serif;
}
a { outline: none; }
h1#pagettl { font-family:'Noto Sans Japanese Medium'; font-weight:normal; }
h2 { margin: 0 0 10px 0; padding: 0; font-size: 118%; }
h3 { margin: 0 0 10px 0; padding: 0; font-size: 115%; }
p { margin:0; padding:0; }
ul, ol, dl { list-style: none; margin: 0; padding: 0; }
em { padding: 0; font-weight: normal; font-style: normal; text-decoration: none; }
img { border:none; vertical-align:bottom; line-height:1; }
fieldset { border: none; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

/*-------------------- colorbox --------------------*/

#cboxOverlay{
    background-color: #000!important;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight{
    height: 0!important;
}
#cboxMiddleLeft,
#cboxMiddleRight{
    width: 0!important;
}
#cboxClose{
    background: url("/common_v2/include/upload/img/btn_close.png") no-repeat 0 0;
    bottom: auto;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
}
#cboxClose:hover{
    background-position: 0 0;
}

/*-------------------- modal_area --------------------*/
.modal_area{
    width: 730px;
    padding: 30px 20px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modal_area .image{
    float: left;
}
.modal_area .image img{
    width: 256px;
}
.modal_area .image.size_01 img{
    height: 177px;
}
.modal_area .image.size_02 img{
    height: 356px;
}
.modal_area .image.size_03 img{
    height: 390px;
}
.modal_area .image.size_04 img{
    height: 555px;
}
.modal_area .image.size_05 img{
    height: 619px;
}
.modal_area_body,
.modal_area h3{
    width: 390px;
    float: right;
}
.modal_area h3{
    border-left: 5px solid #e63a1e;
    font-size: 129%;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 2px 0 2px 10px;
}
.modal_area h4{
    font-weight: bold;
    font-size: 115%;
    margin-bottom: 15px;
}
.modal_area .paper dt{
    font-weight: bold;
    margin-bottom: 10px;
}
.modal_area .note{
	/*width: 100%;*/
}
.modal_area .note li{
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 0.6em;
    text-indent: -0.6em;
    list-style: none;
}
.modal_area .note.type_02 li{
    box-sizing: border-box;
    font-size: 12px;
    margin: 5px 0 0;
    padding-left: 1em;
    text-indent: -1em;
}
.modal_area .note li:last-child{
    margin-bottom: 0;
}
.modal_area .note li:before{
    content: "・";
}
.modal_area .note.type_02 li:before{
    content: "※";
}

@media screen and (max-width: 600px) {
    #colorbox{
        margin-top: 30px;
    }
    .modal_area{
        /*width: 300px;*/
        width: 100%;
        height: auto;
        padding: 30px 20px 0;
        background-color: #fff;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .modal_area h3,
    .modal_area h4,
    .modal_area .modal_area_body{
        width: 100%;
        float: none;
    }
    .modal_area h3{
        border-left: 3px solid #e63a1e;
        line-height: 1;
        margin: 0 0 25px;
        padding: 0 0 0 10px;
        font-size: 100%;
    }
    .modal_area img{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .modal_area .note li{
        /*width: 100%;*/
        text-indent: -1em;
    }
    .modal_area .image {
        float: none;
    }
    .modal_area .image img{
        width: 100%;
        height: inherit !important;
    }
}