/* -------------------------------------------------------------------------------- 
リセット
-------------------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

/* -------------------------------------------------------------------------------- 
基本
-------------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    overflow-x: hidden;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a div:hover {
    transition: all .3s;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

a p:hover {
    transition: all .3s;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

a.notarget {
    pointer-events: none;
}

a.td_ul {
    text-decoration: underline;
}

ul li, ol li {
    list-style: none;
}

.gothic {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.green {
    color: #65B53D;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.p_50 {
    padding: 50px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pb_100 {
    padding-bottom: 100px;
}

.pr_10 {
    padding-right: 10px;
}

.pr_20 {
    padding-right: 20px;
}

.pl_10 {
    padding-left: 10px;
}

.pl_20 {
    padding-left: 20px;
}

.pt_15 {
    padding-top: 15px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_120 {
    padding-top: 120px;
}

.w_200p-pc {
    width: 200px;
}

.w_420p-pc {
    width: 420px;
}

.w_25-pc {
    width: 25%;
}

.w_40 {
    width: 40%;
}

.w_50 {
    width: 50%;
}

.w_80 {
    width: 80%;
}

.w_90 {
    width: 90%;
}

.w_100 {
    width: 100%;
}

.mt_20 {
    margin-top: 20px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_30 {
    margin-right: 30px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_50 {
    margin-bottom: 50px;
}

.fs_s {
    font-size: small;
}

.fs_m {
    font-size: medium;
}

.fs_xl {
    font-size: x-large;
}

.fs_24 {
    font-size: 24px;
}

.fs_28 {
    font-size: 28px;
}

.fs_30 {
    font-size: 30px;
}

.letter-s_08 {
    letter-spacing: 8px;
}

.letter-s_09 {
    letter-spacing: 9px;
}

.letter-s_31 {
    letter-spacing: 31px;
}

.clear {
    clear: both;
}

.suptxt {
    vertical-align: super;
    font-size: 75%;
}

.subtxt {
    vertical-align: sub;
    font-size: initial;
    line-height: 0.5;
    position: relative;
    top: -8px;
}

.sp {
    display: none;
}

.ta_c {
    text-align: center;
}

.ta_r {
    text-align: right;
}

.vl {
    writing-mode: vertical-rl;
}

.bs_bb {
    box-sizing: border-box;
}

.bb_01 {
    border-bottom: 1px solid;
}

.d_block {
    display: block;
}

.fadein {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.8s;
}

/* -------------------------------------------------------------------------------- 
flexbox
-------------------------------------------------------------------------------- */

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fd_c {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.jc_sb {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.jc_sa {
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.jc_c {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.jc_fs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.fw_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ai_c {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

/* -------------------------------------------------------------------------------- 
content
-------------------------------------------------------------------------------- */

.content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

section.qa {
    margin: 0 auto;
    background: #F9F5F0;
    border-radius: 10px;
}

section.qa article {
    margin-bottom: 50px;
    clear: both;
}

section.intro, section.end {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 100px;
}

section.qa .qa_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

section.intro .text, section.end .text {
    font-size: 1.6em;
    width: 50%;
    margin: 20px auto;
}

.intro-border {
    border: 5px solid #FF7A30;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
}

.end-border {
    border: 5px solid #FF7A30;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.text-orange01 {
    color: #FF7A30;
    font-size: 30px;
    font-weight: bold;
}

.orange-big {
    font-size: 1.5em;
    padding: 0 20px;
    color: #ff7a30;
    font-weight: bold;
}

.orange {
    color: #FF7A30;
}

.green {
    color: #65B53D;
    font-size: 34px;
    font-weight: bold;
}

.green .orange-big {
    color: #FF7A30;
    padding: 0;
}

.border_double {
    border-top: double 5px #65B53D;
    border-bottom: double 5px #65B53D;
    text-align: center;
    margin-bottom: 20px;
}

.orange-sircle {
    border-radius: 50%;
    background: #FF7A30;
    height: 200px;
    width: 200px;
    padding: 0 20px;
}

.orange-sircle-small {
    border-radius: 50%;
    background: #FF7A30;
    height: 100px;
    width: 100px;
    padding: 0 10px;
    float: left;
    margin-right: 20px;
}

.orange-sircle p {
    display: table-cell;
    vertical-align: middle;
    height: 200px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.orange-sircle-small p {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

section.qa {
    padding: 50px 0;
    margin-bottom: 100px;
}

section.qa h2.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.qa h2.title p {
    font-size: 50px;
    color: #ff7a30;
}

.ask {
    background: #ff7a30;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.white-sircle {
    border-radius: 50%;
    background: #fff;
    color: #ff7a30;
    max-width: 50px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 20px;
}

.answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.answer-border {
    border: 2px solid #ff7a30;
    padding: 10px;
    border-radius: 10px;
    color: #ff7a30;
    margin-right: 20px;
    float: left;
}

.answer-text {
    width: 70%;
    align-items: baseline;
}

.orange-qa {
    color: #ff7a30;
    font-weight: bold;
    font-size: 24px;
}

.answer-plus {
    width: 85%;
    margin: 0 auto;
    clear: both;
    padding: 20px 0;
    box-sizing: border-box;
}

.answer-plus .green {
    clear: both;
    margin: 20px 0;
}

.font_m {
    font-size: 20px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

footer {
    background: #ff7a30;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 40px;
}

footer a {
    color: #fff;
}

.company {
    font-size: 18px;
}

/* -------------------------------------------------------------------------------- 
youtube
-------------------------------------------------------------------------------- */

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin: 50px 0;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------------------------------------------------------------------- 
ブレイクポイント
-------------------------------------------------------------------------------- */

@media only screen and (max-width:1000px) {
    .content {
        padding: 0 20px;
    }
    section.qa {
        padding: 20px;
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 14px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .answer-plus .flex.jc_sb picture {
        width: 50%;
    }
}

@media only screen and (max-width:414px) {
    section.intro, section.end {
        margin: 0 auto 50px;
    }
    section.qa {
        margin-bottom: 50px;
    }
    .orange-sircle {
        height: 150px;
        width: 150px;
    }
    .orange-sircle p {
        height: 150px;
        font-size: 18px;
    }
    section.qa h2.title {
        display: block;
        text-align: center;
    }
    .answer-text {
        width: 100%;
    }
    .orange-sircle-small {
        float: none;
        margin: 0 auto;
    }
    .green {
        font-size: 19px;
    }
    .answer-plus {
        width: 100%;
    }
    .orange-qa {
        font-size: 20px;
    }
    .font_m {
        font-size: 18px;
        display: block;
        text-align: center;
    }
    .answer {
        display: block;
    }
    .answer-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .answer-img {
        text-align: center;
        margin-top: -20px;
    }
    section.qa h2.title p {
        font-size: 36px;
    }
    section.intro .text, section.end .text {
        font-size: 1.2em;
        width: 80%;
    }
    .text-orange01 {
        font-size: 19px;
    }
}