@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

a:link {
    color: #37859a;
    text-decoration: underline;
}

a:visited {
    color: #37859a;
    text-decoration: underline;
}

a:hover {
    color: #139eb1;
    text-decoration: none;
}

a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a img {
    border-style: none;
}

img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a img {
    border-style: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

p {
    font-size: 105%;
    line-height: 180%;
}

@media screen and (min-width:769px) {
    p {
        font-size: 18px;
        line-height: 180%;
        letter-spacing: 1px;
    }
}


/*---------- 見出し ----------*/

h1 {}

h2 {}

h3 {}

h4 {}



@media screen and (max-width:768px) {
    .spnone {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .pcnone {
        display: none;
    }
}

h1 {
    margin: 0;
    padding: 15px 0 30px 0;
    text-align: center;
    background: -moz-linear-gradient(top, #f1f3ef, #fff);
    background: -webkit-linear-gradient(top, #f1f3ef, #fff);
    background: linear-gradient(to bottom, #f1f3ef, #fff);
}

h1 img {
    width: 100%;
}

@media screen and (min-width:769px) {
    h1 {
        padding: 15px 0 60px 0;
    }

    h1 img {
        width: 1200px;
    }
}


.point_bg {
    margin: 0;
    padding: 45px 0;
    text-align: center;
    color: #fff;
    background-image: url(img/point.jpg);
    background-position: center center;
    background-size: cover;
}

.point_01 {
    margin: 0;
    padding: 0;
    font-size: 200%;
    font-weight: 900;
    line-height: 180%;
    font-family: 'Sawarabi Mincho', serif;
    text-shadow: 0 0 10px rgba(24,100,88,1.0);
}

.point_02 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 125%;
    font-weight: 900;
    line-height: 180%;
    font-family: 'Sawarabi Mincho', serif;
    text-shadow: 0 0 10px rgba(24,100,88,1.0);
}

@media screen and (min-width:769px) {
    .point_bg {
        padding: 100px 0 90px 0;
    }

    .point_01 {
        font-size: 48px;
    }

    .point_02 {
        margin: 0 auto;
        padding: 10px 0 0 0;
        font-size: 28px;
    }
}


.icon_top {
    margin: 45px 0 20px 0;
    padding: 0;
    font-size: 140%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
}

.icon_box {
    margin: 0 20px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon {
    width: 48%;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.icon img {
    width: 60%;
    margin-bottom: 15px;
}

.txt {
    margin: 0 20px 45px 20px;
    padding: 0;
    text-align: center;
}

.txt img {
    width: 100%;
}

@media screen and (min-width:769px) {
    .icon_top {
        margin: 75px 0 30px 0;
        padding: 0;
        font-size: 32px;
        font-weight: 900;
        line-height: 150%;
        text-align: center;
        font-family: 'Sawarabi Mincho', serif;
    }

    .icon_box {
        width: 980px;
        margin: 0 auto;
    }

    .icon {
        width: 18%;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 150%;
        text-align: center;
    }

    .icon img {
        width: 60%;
        margin-bottom: 15px;
    }

    .txt {
        margin: 45px 0 90px 0;
        padding: 0;
        text-align: center;
    }

    .txt img {
        width: 640px;
    }
}


.device_bg {
    margin: 0;
    padding: 30px 20px 45px 20px;
    text-align: center;
    background: #e8efed;
}

.device_sub {
    margin: 0;
    padding: 0;
}

.device_sub img {
    width: 75%;
}

.device_title {
    margin: 0;
    padding: 10px 0 15px 0;
}

.device_title img {
    width: 100%;
}

.device {
    margin: 0;
    padding: 0;
}

.device a:link {
    color: #fff;
    text-decoration: none;
}

.device a:visited {
    color: #fff;
    text-decoration: none;
}

.device a:hover {
    color: #fff;
    text-decoration: none;
}

.btn {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #6e9e6c;
    color:#fff;
    border: none;
}

.btn:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.device_mail {
    max-width: 670px;
    padding: 0px 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.device_mail input[type="text"] {
    width: 100%;
    border: 0;
    padding: 25px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgb(0 0 0 / 50%);
    box-shadow: inset 1px 4px 9px -6px rgb(0 0 0 / 50%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width:769px) {
    .device_bg {
        padding: 60px 0 90px 0;
    }

    .device_sub img {
        width: 640px;
    }

    .device_title {
        padding: 15px 0 25px 0;
    }

    .device_title img {
        width: 768px;
    }

    .btn {
        width: 540px;
        font-size: 24px;
    }
}


.subhead {
    margin: 0 20px 0 20px;
    padding: 0;
    font-size: 150%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
}

.topspace {
    margin-top: 60px;
}

hr {
    width: 45px;
    margin: 15px auto 30px auto;
    padding: 0;
    height: 0;
    border: 0;
    border-top: 3px double #c0a379;
}

.contents {
    margin: 0 30px 60px 30px;
    padding: 0;
}

.pict {
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
}

.pict img {
    width: 100%;
}

.subtitle {
    margin: 45px 0 0 0;
    padding: 2px 0 2px 12px;
    font-size: 125%;
    font-weight: 900;
    line-height: 150%;
    border-left: 6px solid #d6103d;
    font-family: "Noto Sans Japanese";
}

.mt {
    margin-top: 30px;
}

table.check {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

table.check th {
    width: 25px;
    font-size: 100%;
    line-height: 150%;
    padding: 12px 0 5px 0;
    color: #c0a379;
    vertical-align: top;
    text-align: left;
}

table.check td {
    font-size: 100%;
    line-height: 150%;
    font-weight: bold;
    padding: 12px 0 5px 0;
    border-bottom: dotted 1px #999;
    vertical-align: top;
}

@media screen and (min-width:769px) {
    .subhead {
        margin: 0 auto;
        font-size: 36px;
    }

    .topspace {
        margin-top: 90px;
    }

    hr {
        margin: 20px auto 45px auto;
    }

    .contents {
        width: 768px;
        margin: 0 auto 90px auto;
    }

    .subtitle {
        margin: 60px 0 30px 0;
        font-size: 30px;
        letter-spacing: 1px;
    }

    table.frame th {
        width: 30%;
        padding: 15px 0;
        font-size: 18px;
    }

    table.frame td {
        padding: 15px 0 15px 15px;
        font-size: 18px;
    }

    .mt {
        margin-top: 45px;
    }

    table.check {
        margin: 0 0 30px 0;
    }

    table.check th {
        width: 26px;
        font-size: 18px;
        padding: 10px 0 5px 0;
    }

    table.check td {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 10px 0 5px 0;
    }
}


.prf_box {
    margin: 0 15px 30px 15px;
    padding: 30px 30px;
    border: double 3px #caad87;
    background: #fcf9f5;
}

.prf_box p {
    font-size: 90%;
}

.prf_title {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
}

.prf_degree {
    margin: 0;
    padding: 15px 0 5px 0;
    font-size: 90%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #caad87;
}

.prf_name {
    margin: 0;
    padding: 0;
    font-size: 140%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.prf_subhead {
    margin: 30px 0 0 0;
    padding: 0 0 5px 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    color: #908272;
    border-bottom: solid 1px #908272;
}

.prf_box ul {
    margin: 0;
    padding: 12px 0 0 20px;
}

.prf_box ul li {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 90%;
    line-height: 150%;
}

.prf_photo {
    max-width: 200px;
    padding: 10px 20px 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

.prf_photo img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

@media screen and (min-width:769px) {
    .prf_box {
        width: 768px;
        margin: 0 auto 45px auto;
        padding: 45px 120px;
    }

    .prf_box p {
        font-size: 16px;
    }

    .prf_title {
        font-size: 24px;
    }

    .prf_degree {
        font-size: 16px;
    }

    .prf_name {
        font-size: 30px;
    }

    .prf_subhead {
        margin: 45px 0 0 0;
        font-size: 21px;
    }

    .prf_box ul {
        padding: 12px 0 0 25px;
    }

    .prf_box ul li {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .prf_photo {
        max-width: 280px;
        padding: 20px 20px 0px;
    }
}


.reco_bg {
    margin: 45px 0;
    padding: 45px 20px;
    color: #fff;
    background: #546A57;
}

.reco_title {
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 150%;
    font-weight: 900;
    line-height: 150%;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
}

.reco_box {
    margin: 0;
    padding: 0;
}

table.recommend {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

table.recommend th {
    width: 25px;
    font-size: 100%;
    line-height: 150%;
    padding: 12px 0 5px 0;
    color: #c0a379;
    vertical-align: top;
    text-align: left;
}

table.recommend td {
    font-size: 100%;
    line-height: 150%;
    font-weight: bold;
    padding: 12px 0 5px 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.2);
    vertical-align: top;
    color: #fff;
}

@media screen and (min-width:769px) {
    .reco_bg {
        margin: 90px 0;
        padding: 75px 0 90px 0;
        color: #fff;
        background: #546A57;
    }

    .reco_title {
        padding: 0 0 30px 0;
        font-size: 42px;
    }

    .reco_box {
        width: 640px;
        margin: 0 auto;
        padding: 25px 120px 45px 120px;
        border: double 3px #fff;
    }

    table.recommend th {
        width: 35px;
        font-size: 20px;
    }

    table.recommend td {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

.superiority_bg {
    margin: 0 0 45px 0;
    padding: 30px 20px 45px 20px;
    color: #fff;
    background: #546A57;
}

.superiority_sub {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.superiority_title {
    margin: 0;
    padding: 40px 0 30px 0;
    font-size: 150%;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
}

.superiority_title span {
    padding: 10px 20px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.superiority_bg ol {
    margin: 0 auto;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 180%;
}

.superiority_bg ol li {
    list-style: none;
    padding: 15px 0 5px 1.3em;
    text-indent: -1.3em;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.2);
}

@media screen and (min-width:769px) {
    .superiority_bg {
        margin: 0 0 90px 0;
        padding: 75px 0 90px 0;
        color: #fff;
        background: #546A57;
    }

    .superiority_sub {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: bold;
        line-height: 150%;
        text-align: center;
    }

    .superiority_title {
        padding: 40px 0 50px 0;
        font-size: 42px;
    }

    .superiority_bg ol {
        width: 768px;
        margin: 0 auto;
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 180%;
        letter-spacing: 1px;
    }

    .superiority_bg ol li {
        list-style: none;
        padding: 15px 0 5px 1.3em;
        text-indent: -1.3em;
        border-bottom: dashed 1px rgba(255, 255, 255, 0.2);
        ;
    }
}





.voice_bg {
    margin: 0;
    padding: 60px 0 30px 0;
    background: #fcf9f5;
}

.voice {
    margin: 0 20px 30px 20px;
    padding: 30px 30px 5px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(img/voice.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.voice_number {
    margin: 0;
    padding: 1px 0 20px 0;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif"
}

.voice_number span {
    padding: 5px 25px 3px 25px;
    color: #fff;
    background: #95ae93;
}

.voice_pict {
    margin: 0;
    padding: 0;
    text-align: center;
}

.voice_pict img {
    width: 50%;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.voice_name {
    margin: 0;
    padding: 15px 0 2px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    color: #95ae93;
    text-align: center;
}

.voice_title {
    margin: 0;
    padding: 25px 0 5px 0;
    font-size: 105%;
    font-weight: bold;
    line-height: 150%;
    border-bottom: dotted 1px #c0a379;
    color: #c0a379;
}

.voice_title span {
    color: #dd0000;
}

@media screen and (min-width:769px) {
    .comment_bg {
        margin: 0 0 90px 0;
        padding: 75px 0 90px 0;
    }

    .comment {
        width: 640px;
        margin: 60px auto 0 auto;
        padding: 25px 60px 15px 60px;
    }

    .voice_bg {
        margin: 0;
        padding: 75px 0 60px 0;
    }

    .voice {
        width: 768px;
        margin: 0 auto 30px auto;
        padding: 30px 90px 25px 90px;
    }

    .voice_title {
        font-size: 30px;
    }

    .voice_pict img {
        width: 240px;
    }

    .voice_title {
        padding: 30px 0 5px 0;
        font-size: 20px;
        letter-spacing: 1px;
    }
}



.qus {
    margin: 30px 0 10px 0;
    padding: 3px 0 5px 32px;
    font-size: 110%;
    font-weight: bold;
    line-height: 150%;
    position: relative;
    color: #d6103d;
    border-bottom: dotted 1px #d6103d;
}

.qus:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    font-size: 24px;
    color: #d6103d;
    font-family: 'Kaushan Script', cursive;
}

.ans {
    margin: 0;
    padding: 0 0 0 32px;
}

@media screen and (min-width:769px) {
    .qus {
        margin: 45px 0 10px 0;
        font-size: 18px;
        letter-spacing: 1px;
    }
}





.detail_bg {
    margin: 0;
    padding: 45px 15px 1px 15px;
    background: #546A57;
}

.detail_top {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 120%;
    line-height: 150%;
    text-align: center;
    color: #fff;
    font-family: 'Sawarabi Mincho', serif;
}

.detail {
    margin: 0 0 45px 0;
    padding: 1px 30px 15px 30px;
    background: #fff;
}

.detail_number {
    margin: 0;
    padding: 40px 0 15px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #c0a379;
}

.detail_number span {
    padding: 5px 20px;
    border: solid 1px #c0a379;
}

.detail_title {
    margin: 0;
    padding: 0;
    font-size: 140%;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
}

.detail_title span {
    font-size: 75%;
    font-weight: bold;
}

@media screen and (min-width:769px) {
    .detail_bg {
        padding: 75px 0 45px 0;
    }

    .detail_top {
        margin: 0 auto 45px auto;
        font-size: 32px;
        letter-spacing: 1px;
    }

    .detail {
        width: 740px;
        margin: 0 auto 45px auto;
        padding: 25px 120px;
    }

    .detail_number {
        font-size: 18px;
    }

    .detail_title {
        font-size: 30px;
    }
}


#subpage {
    margin: 0;
    padding: 30px 20px;
}

#subpage p {
    font-size: 80%;
}

.page_title {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 120%;
    line-height: 150%;
    text-align: center;
}

table.info {
    width: 100%;
    border-collapse: separate;
    margin: 0 0 20px 0;
}

table.info th {
    padding: 20px 0 5px 0;
    font-size: 80%;
    line-height: 150%;
    text-align: left;
    border-bottom: solid 1px #666;
    display: block;
}

table.info td {
    padding: 10px 0 0 0;
    font-size: 80%;
    line-height: 150%;
    display: block;
}

@media screen and (min-width:769px) {
    #subpage {
        width: 768px;
        margin: 0 auto;
        padding: 75px 0 90px 0;
    }

    #subpage p {
        font-size: 14px;
    }

    .page_title {
        margin: 0 0 60px 0;
        font-size: 24px;
        letter-spacing: 1px;
    }

    table.info {
        margin: 20px 0;
    }

    table.info th {
        width: 180px;
        padding: 10px 0;
        font-size: 14px;
        letter-spacing: 1px;
        display: table-cell;
    }

    table.info td {
        padding: 10px;
        font-size: 14px;
        letter-spacing: 1px;
        border-bottom: dotted 1px #ccc;
        display: table-cell;
    }
}


/*---------- 文字装飾 ----------*/

.bold {
    font-weight: bold;
}

.ul {
    text-decoration: underline;
}

.gold {
    font-weight: bold;
    color: #c0a379;
}

.red {
    color: #d6103d;
}

.through {
    text-decoration: line-through;
}

.ym {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fcff80 60%);
}

.caption {
    font-size: 75%;
    color: #666666;
    font-weight: normal;
    line-height: 180%;
}

.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*---------- 文字位置 ----------*/

.center {
    text-align: center;
}

.right {
    text-align: right;
}


/*---------- フッター ----------*/


#footer {
    margin: 0 auto;
    padding: 30px 0;
    font-size: 75%;
    line-height: 200%;
    text-align: center;
    color: #fff;
    background: #231815;
    font-family: 'Roboto Condensed', sans-serif;
}

#footer a:link {
    color: #fff;
    text-decoration: none;
}

#footer a:visited {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (min-width:769px) {
    #footer {
        padding: 45px 0;
        font-size: 12px;
    }
}