@charset "utf-8";

.box {
    margin-bottom: 30px !important;
}

#menubar a {
    border: 1px solid #2f82c1;
}

div.inner {
    padding: 1rem;
}

.flexBox_A {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

.flexBox_B {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

div.itemBox {
    max-width: 280px;
    margin: 0 0 2rem;
    /*padding:0 0 1rem;*/
    box-sizing: border-box;
    border: #003761 1px solid;
    box-shadow: 0 1px 4px 0 #c1c1c1;

}

div.itemBox h4.t_Title {
    background-color: #003761;
    color: #fff;
    padding: 0.6rem;
    font-size: 1.2rem;
    height: 4.5rem;
    text-align: center;
    line-height: 1.5em;
}

div.itemBox_02 {
    border: 3px #2e5775 double;
    width: 96%;
    margin: 2rem auto;
    padding-bottom: 1rem;
    background-color: aliceblue;
}

.itemBox_03 {
    border: 3px #2e5775 double;
    width: 36%;
}

.circle {
    position: relative;
    display: inline-block;
    border: 3px #2e5775 double;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.circle span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    /*-webkit-transform: translateY(-50%);*/
    transform: translateY(-50%);
    width: 200px;
    text-align: center;
    font-size: 1.2rem;
}

p.point {
    font-size: 2rem;
    color: #2e5775;
    text-align: center;
}

p.pTitle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}

p.pTitle_02 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}


p.text {
    width: 80%;
    margin: 0 auto;
}

.p_list p {
    margin-bottom: 2rem;
}

#main h2 {
    background: #2e5775;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    line-height: 3rem;
}

#main h2 span {
    color: #ffbbbb;
    font-size: 4rem;
    line-height: 4rem;
    padding-left: 1rem;
    text-shadow: 1px 1px 2px #040a0e;
}

.stickarrow {
    width: 60px;
    height: 16px;
    border-bottom: 8px solid #2e5775;
    border-right: 10px solid #2e5775;
    transform: skew(45deg);
}

#main h1 span {
    color: #a70000;
}

#main h3 {
    font-size: 1.2rem;
    border-bottom: 1px solid #696874;
    margin-top: 2rem;
}

#main h4 {
    font-size: 1.4rem;
}

.h5_title {
    font-size: 1rem;
    margin: 2rem 0 1rem;
    padding-left: 0.6rem;
    border-bottom: dotted 1px #2e5775;
    border-left: solid 4px #2e5775;
    display: inline-block;
}

.sTitle {
    width: 95%;
    text-align: center;
    margin: 1rem auto;
    padding: .8rem;
    border: #2f82c1 2px solid;
    border-radius: 5px;
    font-size: 1.2rem;
}

.inner ol {
    list-style-position: inside !important;
    padding: 1rem;
}

.inner th,
td {
    padding: 0.5rem 0.5rem;
}

.movieBox {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.movieBox iframe {
    width: 100%;
    height: 100%;
}

img.human_res {
    border: 3px solid #fff;
    box-shadow: 0 1px 4px 0 #c1c1c1;
}

figure.photoRight {
    float: right;
    margin: 1rem 1rem 0 0;
}


/*Media Query ---------------------------------------------------------------------------*/
@media (max-width : 480px) {
    .scroll_x {
        overflow-x: auto;
    }

    .tbl_r {
        min-width: 480px;
        margin: 0 10px 50px;
    }

    .circle {
        margin-bottom: 2rem;
    }
}