@charset "utf-8";

/* Noto Sans Japanese */
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('Noto Sans CJK JP Regular'),
        local('Noto Sans JP Regular'),
        url(../fonts/NotoSansCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSansCJKjp-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: local('Noto Sans CJK JP Bold'),
        local('Noto Sans JP Bold'),
        url(../fonts/NotoSansCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSansCJKjp-Bold.otf) format('opentype');
}

body {
    background-color:#dae3f3;
}
.pc {
    display: block;
}
.smp {
    display: none;
}
.img-area {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.img_qr {
    width: 150px;
    height: 150px;
}
.about p {
    text-align: left;
}
.about a {
    text-decoration: none;
    color: #03A9F4;
    text-align:left;
}
.about a:hover {
    text-decoration: underline;
}
.w-area {
    background-color: #fff;
    padding: 2.5em;
    border-radius: 5px;
    border: 5px solid #a0d5ff;
    text-align: center;
}
.break {
    display:inline-block;
}

.area1, .area2 {
    word-break: break-all;
    font-family: 'Noto Sans Japanese', sans-serif;
}
.area2 {
    margin-top: 100px;
}
.dtitle {
    text-align: center;
    margin: 40px;
}
.ptitle {
    font-size: 170%;
    font-weight: 600;
}
.dsubject {
    font-size: 130%;
    text-align: left;
}
.dflex {
    display: flex;
    flex-direction: row;
}
.dflex > div {
    margin: 0px 20px;
    padding: 30px 20px;
    width: 50%;
    text-align: center;
    background-color: #fff;
}
.dflex > div > div {
    margin: 0 0 30px 0;
}
.dflex > div > div:last-child {
    margin: 0;
}
.area1 {
    margin: 50px auto;
}
.area1-footer {
    margin: 50px auto;
}
.area1-footer > p {
    margin-bottom: 30px;
    text-align: center;
}

.btn-area {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.btn {
    font-size: 140%;
    color: #0b5d9e;
    background-color: #fff;
    border : 1px solid #0b5d9e;
    text-align: center;
    padding: 0.6em 1em;
    border-radius: 5px;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
}
.btn:hover {
    font-size: 140%;
    color: #fff;
    background-color: #0b5d9e;
    border : 1px solid #0b5d9e;
    text-align: center;
    padding: 0.6em 1em;
    border-radius: 5px;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
    transition: 0.6s;
    opacity: 0.7;
    cursor: pointer;
}
.comment {
    margin: 2em auto;
    max-width: 750px;
}
.comment ul li.ind1 {
    margin-left:1em;
    text-indent: -1em;
    text-align: left;
}


/* ######## モーダル ######## */

.modal p, .modal ul, .modal ol {
    font-size:134%;
}
.modal p.comment {
    font-size:100%;
    margin: 0 1em;
}
.modal img {
    vertical-align:bottom;
}

.modal {
    width: 800px;
    height: 500px;
    border-radius: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 200;
    display: none;
}
.modal-title {
    position: absolute;
    top: 38px;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 20px;
    left: 50%;
    letter-spacing: 10px;
    color: #7f7878;
}
.modal-close__wrap {
    position: absolute;
    right: 40px;
    top: 20px;
}

.modal-content {
    padding-top: 70px;
    z-index: 10;
    font-size: 14px;
    width : 100%;
    height : calc(100% - 70px);
    background-color: #ececec;
    border-radius : 15px;
}
.modal-content-page {
    display: flex;
    flex-direction: column;
    height : 100%;
}
.modal-content-page-main {
    padding: 1em 2em;
    flex: 1;
    background-color: #fff;
}
.modal-content-page-main > div {
    padding-bottom : 2.2em;
}
.modal-content-page-footer {
    flex: 0;
}

.modal-close {
    background: transparent;
    border-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 28px;
    display: block;
    height: 28px;
}

.modal-close span {
    position: relative;
    width: 100%;
    height: 1px;
    background: #555;
    display: block;
}

.modal-close span:nth-child(1) {
    transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
    transform: rotate(-45deg);
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: grey;
    opacity: .6;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}
.overlay.open {
    display: block;
    animation-name: fade-in_overlay;
    animation-duration: .7s;
}
.modal.open {
    display: block;
    animation-name: fade-in;
    animation-duration: .7s;
}

.mbtn_area {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding : 15px 0 15px;
}
.mbtn {
    font-size: 130%;
    text-align: center;
    min-width: 300px;
    padding: 0.3em 0;
    border-radius: 10px;
}
.mbtn_disabled {
    color: #fff;
    border: 1px solid #c4c4c4;
    background-color: #9E9E9E;
    
}
.mbtn_select {
    color: #4CAF50;
    border: 1px solid #4CAF50;
    background-color: #fff;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
    min-width : 200px;
}
.mbtn_select:hover {
    color: #fff;
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;
}
.mbtn_transition {
    color: #2196f3;
    border: 1px solid #2196f3;
    background-color: #fff;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
}
.mbtn_transition:hover {
    color: #fff;
    background-color: #2196f3;
    border: 1px solid #2196f3;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;
}
.mbtn_checked {
    color: #fff;
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    box-shadow: 0px 10px 10px -5px #c2c2c2;
}

.question {
    font-weight: 600;
    color : #01453f;
}
.modal_vlist {
    padding-left : 1.5em;
}


/* ######## チェックボックス ######## */
.fCheck01{
    display:inline-block;
    *display:inline;
    *zoom:1;
    position:relative;
    padding:4px 0 0 0;
}
.fCheck01 input{
    position:absolute;
    left:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.fCheck01 label{
    display:inline-block;
    min-height:30px;
    height:30px;
    padding:7px 0 0 35px;
    background:url(../images/chk_ico02.gif) no-repeat 0 2px;
    cursor:pointer;
}
.fCheck01-checked label{
    background-image:url(../images/chk_ico02_checked.gif);
}

@media screen and (max-width:500px) {

    /* ######## チェックボックス ######## */
    .fCheck01{
        padding-top:0;
        padding-bottom:0;
    }
    .fCheck01 label{
        -webkit-background-size:30px auto;
        -moz-background-size:30px auto;
        background-size:30px auto;
    }
}

