@charset "UTF-8";
html {
    scroll-behavior: smooth;
    font-feature-settings: "palt"1;
}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    min-width: 375px;
    margin: 0;
    font-family:  "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;;
    color: #000000;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a                       { text-decoration:none; color:inherit; cursor:pointer; outline:none; }
button                  { background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer; }
figure                  { margin:0;}
input::-moz-focus-inner { border:0; padding:0; margin:0;}
li, ul, ol, dd          { margin:0; padding:0; list-style:none; }
h1, h2, h3, h4, h5, h6  { margin:0; font-size:inherit; font-weight:inherit; }
p                       { margin:0; }
cite                    { font-style:normal; }
fieldset                { border-width:0; padding:0; margin:0; }

/* メインレイアウト */
.layout_main_wrap {
    position: relative;
    background-color: #e5f1fd;
    height: 100%;
}
.layout_main {
    position: relative;
    max-width: 980px;
    height: 100%;
    padding: 25px 20px 0 20px;
    margin-inline: auto;
}
.layout_main::before {
    content: "";
    position: absolute;
    width: 357px;
    height: 132.1px;
    top: 25px;
    right: 50%;
    transform: translateY(0%) translateX(50%);
    background-image: url("../img/icon_tools_sp01.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
.layout_main_wrap .layout_main {
    padding: 25px 20px 120px 20px;
}

/* header */
.header {
    position: relative;
    background-color: #ffffff;
    height: 58px;
    padding-top: 15px;
}
.header_container {
    position: relative;
    width: auto;
    z-index: 200;
}
.header_logo {
    display: block;
    background: url("../svg/logo.svg") no-repeat left top;
    background-size: 128px 26px;
    width: 128px;
    height: 26px;
    padding: 0px;
    margin: 0px auto 38px;
    text-indent: -99em;
    overflow: hidden;
}

/* footer */
.footer {
    position: relative;
    display: flex;
    background-color: #ff0033;
    height: 80px;
    justify-content: center;
    align-items: center;
}
.copyright {
    color: #ffffff;
    font-size: 12px;
}
.top_btn {
    position: absolute;
    display: flex;
    color: #ffffff;
    background-color: #ff0033;
    width: 92px;
    height: 46px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    top: -46px;
    border-radius: 46px 46px 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 10;
}
.top_btn::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    margin: 9px 0 0 0;
    background-image: url("../svg/arrow-up-solid.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 151 / 150;
}
.top_btn span {
    margin: 2px 0 0 0;
}

/* title */
.title_layout {
    padding: 0 0 55px 0;
}
.title_layout .description {
    font-weight: bold;
    text-align: center;
} 
.title_layout .description:first-of-type {
    font-size: 14px;
} 
.title_layout .description:last-of-type {
    font-size: 18px;
    margin: 15px 0 0 0;
} 
.main_title {
    position: relative;
    display: block;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 25px 0px;
    text-align: center;
}
.sub_title {
    position: relative;
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}
.head_img {
    display: flex;
    width: 100%;
    margin: 0 0 30px 0;
    box-sizing: border-box;
}
.head_img div {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.head_img img {
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}
.layout_main_wrap .head_img img {
    max-width: 270px;
    aspect-ratio: 418 / 232;
}

/* Q */
.arrow_section {
    margin: 40px 0 40px 0;
    text-align: center;
}
.qbox .qbox_text {
    font-size: 17px;
    padding: 0 0 0 15px;
    font-weight: bold;
    line-height: 1.6;
}
.qimg {
    display: flex;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    column-gap: 10px;
    justify-content:flex-start;
    align-items: center;
}

/* ボタン */
.btns li:not(:first-child) {
    margin: 40px 0 0 0;
}

/* リザルト */
.show_result {
    margin: 60px 0 0 0;
    text-align: center;
}

.result_section {
    position: relative;
    width: 100%;
    background-color: #3d71d3;
    padding: 0px 0 150px 0;
    margin: 150px 0 0 0;
}

.result_content::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url("../img/futenyan02.png") no-repeat center/contain;
    width: 90.94px;
    height: 56.12px;
    top: -48px;
    right: 50%;
    transform: translateY(0%) translateX(50%);
}
.result_content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 45px 20px 0 20px;
}
.result_text {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}
.result_text span:first-child {
    font-size: 16px;
}
.result_text span:last-child {
    font-size: 20px;
}
.result_step {
    margin: 40px 0 0 0;
}
.result_step a:not(:last-of-type) {
    margin: 0 0 20px 0;
}

@media (min-width: 767px) {
    .layout_main_wrap .layout_main {
        padding: 40px 20px 0px 20px;
    }
    .layout_main_wrap .main_title {
        font-size: 48px;
    }
    .layout_main_wrap .head_img img {
        max-width: 417.6px;
    }
    .layout_main::before {
        width: 762px;
        height: 232px;
        top: 25px;
        right: 50%;
        transform: translateY(0%) translateX(50%);
        background-image: url("../img/icon_tools_pc01.png");
    }
    .layout_main_wrap .btns {
        display: flex;
        justify-content: center;
        column-gap: 55px;
    }
    .btns li {
        flex: 1;
        max-width: 375px;
    }
    .btns li:not(:first-child) {
        margin: 0 0 0 0;
    }
    .show_result {
        margin: 80px 0 0 0;
    }
    .js_show_result_btn {
        font-size: 24px;
        max-width: 420px;
        height: 90px;
    }
}

/* PDFエリア用 */
.pdf_area{
	background-color: #eee;
	border-radius: 15px;
	padding: 20px;
}
.pdf_area span{
	font-size: 14px;
	font-weight: bold;
}
/* /PDFエリア用 */