@charset "UTF-8";
@media screen and (min-width: 769px) {
  html {
    width: 100%;
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  html ul {
    list-style: none;
  }
  html a {
    color: #000000;
    text-decoration: none;
  }
  body {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 500;
  }
  body .hamburger-btn {
    display: none;
  }
  body .sp {
    display: none;
  }
  body .pc {
    display: block;
  }
  body img {
    width: 100%;
    height: auto;
  }
  body h2,
  body h3 {
    text-align: center;
  }
  body .center {
    text-align: center;
  }
  body .bottom_hidden {
    display: none;
    visibility: hidden;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    padding: 0 50px;
    position: fixed;
    background-color: #ffffff;
    width: 1400px;
    z-index: 888888;
  }
  header h1 {
    margin-top: 30px;
  }
  header ul.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header ul.nav-list li {
    margin-right: 2rem;
    font-weight: bold;
    font-size: 1.1rem;
  }
  header ul.nav-list li a {
    text-decoration: none;
  }
  header .btn {
    width: 210px;
    height: 47px;
    color: #ed6d00;
    border: solid 4px #ed6d00;
    border-radius: 60px;
    background-color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .btn:hover {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#ed6d00), to(#f5b300));
    background: linear-gradient(90deg, #ed6d00, #f5b300);
    border: none;
  }
  main {
    padding-top: 108px;
  }
  main section {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
  main section .btn, main section .bottom_btn {
    display: block;
    position: relative;
    width: 490px;
    height: 80px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#ed6d00), to(#f5b300));
    background: linear-gradient(90deg, #ed6d00, #f5b300);
    border: none;
    border-radius: 60px;
  }
  main section .btn:hover, main section .bottom_btn:hover {
    opacity: .7;
  }
  main #topBlock {
    background: url("../img/top_image.png") left top no-repeat;
    width: 100%;
    height: 727px;
    padding: 0 50px;
  }
  main #topBlock .pc.lead {
    width: 668px;
    position: relative;
    top: 120px;
    left: 130px;
  }
  main #topBlock ul {
    position: relative;
    color: #721e2b;
    top: 12rem;
    left: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #topBlock ul li {
    width: 15rem;
    border-left: #721e2b solid 8px;
    padding-left: 1rem;
    font-weight: bold;
    font-size: 1.3rem;
  }
  main #topBlock .btn {
    top: 250px;
    left: 130px;
  }
  main #conceptBlock {
    background-color: #f4dada;
    height: auto;
  }
  main #conceptBlock .pc.ttl img {
    width: 572px;
    height: auto;
    margin: 0 auto;
    padding-top: 90px;
  }
  main #conceptBlock .pc img {
    width: 1138px;
    height: 520px;
    margin: 0 auto;
  }
  main #conceptBlock article {
    background: #fdf2e5 url("../img/block_03_bg.png") center top no-repeat;
    padding-bottom: 175px;
  }
  main #conceptBlock article .pc.ttl {
    padding-top: 115px;
  }
  main #conceptBlock article .pc.ttl img {
    width: 854px;
    height: auto;
    margin: 0 auto;
  }
  main #conceptBlock article ul {
    margin-left: 50%;
    padding-top: 100px;
    padding-right: 100px;
  }
  main #conceptBlock article ul li {
    font-size: 1.1rem;
    margin-bottom: 50px;
    line-height: 2.2rem;
  }
  main #pointBlock {
    background: url("../img/block_04_bg.png") center top no-repeat;
    height: auto;
    padding-bottom: 45px;
  }
  main #pointBlock .pc.ttl {
    margin-bottom: 40px;
  }
  main #pointBlock .pc.ttl img {
    width: 456px;
    height: auto;
    margin: 0 auto;
    padding-top: 90px;
  }
  main #pointBlock dl {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 40px;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #pointBlock dl dt img {
    width: 100px;
    height: auto;
    margin-right: 50px;
  }
  main #pointBlock dl dd {
    font-weight: 500;
  }
  main #pointBlock dl dd span {
    color: #ed6d00;
    font-weight: 600;
  }
  main #voiceBlock {
    background: #fdf2e5 url("../img/block_05_bg.png") center -2px no-repeat;
    height: auto;
    padding-bottom: 80px;
  }
  main #voiceBlock .pc.ttl {
    margin-bottom: 80px;
  }
  main #voiceBlock .pc.ttl img {
    width: 210px;
    height: auto;
    margin: 0 auto;
    padding-top: 90px;
  }
  main #voiceBlock article {
    width: 1000px;
    margin: 0 auto 50px;
    background-color: #ffffff;
    padding: 45px 60px 10px 40px;
  }
  main #voiceBlock article figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #voiceBlock article figure img {
    width: 160px;
    margin: 0 auto;
  }
  main #voiceBlock article figure figcaption {
    background: url("../img/woman_ttl_bg.png") center top no-repeat;
    width: 700px;
    height: 110px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #721e2b;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 20px 65px 0 70px;
    margin-left: 30px;
    line-height: 1.5;
  }
  main #voiceBlock article figure figcaption.woman02 {
    background: url("../img/woman_ttl02_bg.png") center top no-repeat;
    width: 700px;
    height: 143px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main #voiceBlock article figure figcaption.woman03 {
    background: url("../img/woman_ttl02_bg.png") center top no-repeat;
    width: 700px;
    height: 143px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main #voiceBlock article div {
    padding-top: 30px;
  }
  main #voiceBlock article div dl {
    border-bottom: solid 1px #721e2b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    margin-bottom: 15px;
  }
  main #voiceBlock article div dl:nth-child(3) {
    border: 0;
  }
  main #voiceBlock article div dl dt {
    background-color: #721e2b;
    color: #ffffff;
    width: 20%;
    padding: 8px;
    border-radius: 8px;
    font-weight: 600;
  }
  main #voiceBlock article div dl dd {
    width: 80%;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main #voiceBlock article.bottom {
    margin-bottom: 80px;
  }
  main #voiceBlock .btn {
    margin: 0 auto;
  }
  main #serviceBlock {
    background: #f4dada url("../img/block_06_bg.png") center top no-repeat;
    height: auto;
  }
  main #serviceBlock .pc.ttl {
    margin-bottom: 70px;
  }
  main #serviceBlock .pc.ttl img {
    width: 259px;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
  }
  main #serviceBlock .plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 1000px;
    margin: 0 auto;
  }
  main #serviceBlock .plan figure {
    width: 323px;
    height: 525px;
    background-color: #ffffff;
  }
  main #serviceBlock .plan figure img {
    width: 323px;
    height: 405px;
  }
  main #serviceBlock .plan figure figcaption {
    padding: 0 1rem;
  }
  main #serviceBlock .plan figure figcaption p {
    text-indent: -1rem;
    padding-left: 1rem;
    line-height: 1.5rem;
  }
  main #serviceBlock .plan figure figcaption p span {
    color: #721e2b;
  }
  main #serviceBlock ul {
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
  }
  main #serviceBlock ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  main #serviceBlock ul li::before {
    content: '●';
  }
  main #serviceBlock .btn {
    margin: 80px auto;
  }
  main #flowBlock {
    background: #fdf2e5 url("../img/block_07_bg.png") center -2px no-repeat;
    height: auto;
    padding-bottom: 100px;
  }
  main #flowBlock .pc.ttl {
    margin-bottom: 80px;
  }
  main #flowBlock .pc.ttl img {
    width: 570px;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
  }
  main #flowBlock h2 {
    font-size: 2.1rem;
    color: #7b2d39;
    margin: 5px auto 0;
    font-weight: 700;
  }
  main #flowBlock h2.text-ttl {
    margin: 40px auto;
  }
  main #flowBlock .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 990px;
    margin: 0 auto;
    background: url("../img/border_pc.png") right bottom no-repeat;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
  main #flowBlock .step h3 img {
    width: 120px;
    height: 120px;
    margin-right: 50px;
  }
  main #flowBlock .step p {
    font-size: 1.3rem;
  }
  main #flowBlock .step p span {
    font-size: 0.95rem;
    display: block;
  }
  main #flowBlock .step p span a {
    text-decoration: underline;
  }
  main #flowBlock .step p span a:hover {
    text-decoration: none;
  }
  main #flowBlock .step.last {
    background: none;
  }
  main #flowBlock ol {
    width: 1000px;
    margin: 0 auto;
    list-style: none;
  }
  main #flowBlock ol li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  main #flowBlock ol li:first-child::before {
    content: '(1)';
  }
  main #flowBlock ol li:nth-child(2)::before {
    content: '(2)';
  }
  main #flowBlock ol li:nth-child(2) ul {
    margin-top: 10px;
  }
  main #flowBlock ol li:nth-child(2) ul li {
    list-style: none;
    line-height: 1.3rem;
  }
  main #flowBlock ol li:nth-child(2) ul li::before {
    content: '';
  }
  main #flowBlock ol li:nth-child(3)::before {
    content: '(3)';
  }
  main #flowBlock ol li:nth-child(3) ul {
    margin-top: 10px;
  }
  main #flowBlock ol li:nth-child(3) ul li {
    list-style: none;
    line-height: 1.3rem;
  }
  main #flowBlock ol li:nth-child(3) ul li::before {
    content: '●';
  }
  main #flowBlock ol li:nth-child(3) ul li:last-child {
    margin-bottom: 1rem;
  }
  main #flowBlock ol li ul li {
    list-style: none;
  }
  main #flowBlock ol li ul li::before {
    content: '';
  }
  main #faqBlock {
    background: #f4dada url("../img/block_08_bg.png") center top no-repeat;
    height: auto;
    padding-bottom: 100px;
  }
  main #faqBlock .pc.ttl {
    margin-bottom: 80px;
  }
  main #faqBlock .pc.ttl img {
    width: 222px;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
  }
  main #faqBlock ul {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  main #faqBlock ul li {
    background-color: #ffffff;
    border-radius: 8px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  main #faqBlock ul li h3 {
    background: url("../img/que.png") left top no-repeat;
    color: #7b2d39;
    margin-left: 15px;
    padding: 0 20px 10px 35px;
    text-align: left;
    border-radius: 8px 8px 8px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #faqBlock ul li h3 span {
    margin-left: auto;
  }
  main #faqBlock ul li h3 span.text {
    margin-left: 0;
    text-align: left;
  }
  main #faqBlock ul li h3 span img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #faqBlock ul li h3 span img.arrow_b {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #faqBlock ul li div {
    background: #efeeee url("../img/answer.png") left top no-repeat;
    background-position-x: 15px;
    background-position-y: 25px;
    border-radius: 0 0 8px 8px;
    padding: 25px 30px 25px 50px;
    font-size: 1.1rem;
  }
  main #faqBlock ul li div a {
    text-decoration: underline;
  }
  main #faqBlock ul li div a:hover {
    text-decoration: none;
  }
  main #formBlock {
    background-color: #fdf2e5;
    padding-bottom: 80px;
  }
  main #formBlock .pc.ttl {
    margin-bottom: 80px;
  }
  main #formBlock .pc.ttl img {
    width: 655px;
    height: auto;
    margin: 0 auto;
    padding-top: 90px;
  }
  main #formBlock .form {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    border-radius: 8px;
    padding: 65px 50px;
    font-size: 1.3rem;
    font-weight: 600;
  }
  main #formBlock .form ul li {
    margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #formBlock .form ul li:last-child {
    margin-bottom: 0;
  }
  main #formBlock .form ul li.plan {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  main #formBlock .form ul li.time {
    margin: 20px 0;
  }
  main #formBlock .form ul li span.tooltip {
    display: none;
    position: absolute;
    background-color: #fde5eb;
    padding: 2px 10px;
    font-size: 10px;
    left: 23%;
    top: -18px;
    border-radius: 4px;
  }
  main #formBlock .form ul li span.tooltip::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #fde5eb;
    margin-left: -5px;
  }
  main #formBlock .form ul li label {
    width: 210px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #formBlock .form ul li label span.require {
    background-color: #7b2d39;
    font-size: 10px;
    color: #ffffff;
    padding: 1px 5px 0;
    border-radius: 4px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-right: 1rem;
  }
  main #formBlock .form ul li input {
    border: solid 1px #d9d9d9;
  }
  main #formBlock .form ul li input.textbox {
    width: 500px;
    border-radius: 8px;
    padding: 10px 20px;
    background-color: #f4f7fa;
    max-height: 50px;
  }
  main #formBlock .form ul li input::-webkit-input-placeholder {
    color: #cccccc;
  }
  main #formBlock .form ul li input:-ms-input-placeholder {
    color: #cccccc;
  }
  main #formBlock .form ul li input::-ms-input-placeholder {
    color: #cccccc;
  }
  main #formBlock .form ul li input::placeholder {
    color: #cccccc;
  }
  main #formBlock .form ul li input[type='checkbox'], main #formBlock .form ul li input[type='radio'] {
    border: solid 1px #d9d9d9;
    width: 100px;
  }
  main #formBlock .form ul li textarea {
    border: solid 1px #d9d9d9;
    width: 500px;
    background-color: #f4f7fa;
    padding: 1rem;
  }
  main #formBlock .form ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #formBlock .form ul li dl dt {
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #formBlock .form ul li dl dt.select {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #formBlock .form ul li dl dt span.require {
    background-color: #7b2d39;
    font-size: 10px;
    color: #ffffff;
    padding: 1px 5px 0;
    border-radius: 4px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 0.3rem;
    margin-right: 1rem;
  }
  main #formBlock .form ul li dl dd {
    width: auto;
    /* チェックが入ったとき */
    /* 選択時に重ねる円 */
    /* 選択時に重ねた円の透明を解除 */
  }
  main #formBlock .form ul li dl dd label {
    width: auto;
  }
  main #formBlock .form ul li dl dd label.checkbox {
    display: block;
    position: relative;
    margin: 1em 0;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main #formBlock .form ul li dl dd label.checkbox:first-child {
    margin-top: 0;
  }
  main #formBlock .form ul li dl dd label.radio {
    display: block;
    position: relative;
    margin: 1em 0;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main #formBlock .form ul li dl dd label.radio:first-child {
    margin-top: 0;
  }
  main #formBlock .form ul li dl dd input[type='checkbox'], main #formBlock .form ul li dl dd input[type='radio'] {
    display: none;
  }
  main #formBlock .form ul li dl dd .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 22px;
    width: 22px;
    border: solid 2px #d4dae2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* ✓ */
  }
  main #formBlock .form ul li dl dd .checkmark:after {
    content: "";
    position: absolute;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    left: 5px;
    top: 1px;
    width: 7px;
    height: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  main #formBlock .form ul li dl dd .checkbox {
    /* ✓ */
  }
  main #formBlock .form ul li dl dd .checkbox input:checked + .checkmark {
    background: #2e80ff;
    border-color: #2e80ff;
  }
  main #formBlock .form ul li dl dd .checkbox input:checked + .checkmark:after {
    opacity: 1;
  }
  main #formBlock .form ul li dl dd .radio-mark {
    position: absolute;
    top: 5px;
    /* 上からの位置 */
    left: 0;
    height: 22px;
    /* 大きさ */
    width: 22px;
    /* 大きさ */
    border: solid 2px #d4dae2;
    /* 線 */
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main #formBlock .form ul li dl dd .radio-mark:after {
    content: "";
    position: absolute;
    background: #2e80ff;
    /* 色 */
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0;
    /* 透明にしておく */
  }
  main #formBlock .form ul li dl dd .radio input:checked + .radio-mark:after {
    opacity: 1;
  }
  main #formBlock .form .btn, main #formBlock .form .bottom_btn {
    margin: 0 auto;
  }
  main #formBlock .form .btn:disabled, main #formBlock .form .bottom_btn:disabled {
    background: #cccccc;
  }
  main #formBlock .form select {
    width: 500px;
    border: solid 1px #dddddd;
    border-radius: 8px;
    background-color: #f4f7fa;
    padding: 10px 20px;
    background: #f4f7fa url(../img/arrow_open.png) 97% center no-repeat;
  }
  main #formBlock .form .bottom_check {
    width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 30px 0 50px;
    font-size: 1.0rem;
    font-weight: 500;
    /* チェックが入ったとき */
  }
  main #formBlock .form .bottom_check span {
    text-decoration: underline;
    cursor: pointer;
  }
  main #formBlock .form .bottom_check span:hover {
    text-decoration: none;
    color: #999999;
  }
  main #formBlock .form .bottom_check span:first-child {
    margin-left: 1.5rem;
  }
  main #formBlock .form .bottom_check label {
    width: auto;
  }
  main #formBlock .form .bottom_check label.checkbox {
    display: block;
    position: relative;
    margin: 1em 0;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main #formBlock .form .bottom_check input[type='checkbox'] {
    display: none;
  }
  main #formBlock .form .bottom_check .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 22px;
    border: solid 2px #d4dae2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* ✓ */
  }
  main #formBlock .form .bottom_check .checkmark:after {
    content: "";
    position: absolute;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    left: 5px;
    top: 1px;
    width: 7px;
    height: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  main #formBlock .form .bottom_check .checkbox {
    /* ✓ */
  }
  main #formBlock .form .bottom_check .checkbox input:checked + .checkmark {
    background: #2e80ff;
    border-color: #2e80ff;
  }
  main #formBlock .form .bottom_check .checkbox input:checked + .checkmark:after {
    opacity: 1;
  }
  footer {
    background-color: #dadada;
  }
  footer .footer {
    width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
  }
  footer .footer .footer_logo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 110px;
  }
  footer .footer .footer_logo img {
    width: 200px;
  }
  footer .footer .footer_add div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  footer .footer .footer_add div dt {
    width: 130px;
  }
  footer .footer .footer_add div dd {
    margin-left: 15px;
  }
  footer address {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    font-style: normal;
    font-size: 0.8rem;
  }
  #js-pagetop {
    position: fixed;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    color: #fff;
    bottom: 1rem;
    right: 4rem;
    cursor: pointer;
    background: #7b2d39 url("../img/pagetop.png") center 15px no-repeat;
    background-size: 25%;
  }
  #js-pagetop span {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  header .btn {
    padding-top: 8px;
  }
  header .btn:hover {
    padding-top: 11px;
  }
  main section .btn {
    padding-top: 15px;
    padding-bottom: 10px;
    height: auto;
  }
  main #formBlock .form .btn:disabled {
    padding-top: 15px;
  }
  main #pointBlock dl dd {
    display: inline-table;
    padding-right: 150px;
  }
  main #voiceBlock article figure figcaption {
    font-size: 24px;
    line-height: 1.5;
    padding-top: 25px;
  }
  main #serviceBlock .plan figure figcaption {
    line-height: 1.5;
  }
  main #flowBlock .step p {
    display: inline-table;
    padding-right: 160px;
  }
  main #faqBlock ul li h3 span img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 10px;
  }
  main #faqBlock ul li h3 {
    padding: 10px 20px 10px 35px;
  }
  main #faqBlock ul li h3 span.text {
    margin-top: -7px;
  }
  main #formBlock .form ul li select {
    padding-bottom: 0;
  }
  #js-pagetop span {
    top: 65%;
  }
}
/*# sourceMappingURL=style.css.map */