@charset "UTF-8";
@media (min-width: 1000px) {
  body {
    padding-top: 91px;
    overflow-x: hidden;
  }
  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    z-index: 10;
  }
  header .inner {
    width: 1000px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  header .left {
    width: 50%;
    padding-bottom: 15px;
  }
  header .left .flex {
    display: flex;
    align-items: center;
  }
  header h1 {
    font-size: 9px;
    color: #969696;
    font-weight: normal;
    padding: 5px 0 10px;
  }
  header .text {
    font-size: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-left: 10px;
  }
  header .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  header .right .mail {
    background: #ffea00;
    width: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #c9c9c9;
  }
  header .right .chat {
    background: #01b901;
    width: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #c9c9c9;
  }
  #mv {
    text-align: center;
    margin: auto;
  }
  .contents {
    background: url(../images/bg_01.png);
  }
  .contents .inner {
    width: 1000px;
    margin: auto;
    padding: 50px 0;
  }
  .contents .read {
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 30px;
    text-align: center;
  }
  .contents .read div {
    background: #ffea00;
    display: inline-block;
    padding: 0 15px;
  }
  .contents .service {
    background: #fff;
    position: relative;
    border: 1px solid #c9c9c9;
    margin: 70px 0 0 0;
    text-align: left;
    padding: 0 20px 20px 20px;
    font-size: 21px;
  }
  .contents .service h3 {
    text-align: center;
    line-height: 44px;
    position: relative;
    top: -22px;
  }
  .contents .service h3 span {
    background: #ffea00;
    display: inline-block;
    padding: 0 20px;
  }
  .contents .service b {
    border-bottom: 2px solid #ffea00;
  }
  .contents .service p {
    margin-bottom: 1em;
  }
  .contents .service p:last-child {
    margin-bottom: 0;
  }
  .contents .kaiketu {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    background: #fffbcc;
    border: 1px solid #c9c9c9;
    border-top: none;
    padding: 10px 0;
  }
  .cv_area {
    background: #fffbea;
  }
  .cv_area h2 {
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 52px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", serif;
    font-weight: bold;
    background: #ffea00;
    border-bottom: 1px solid #c9c9c9;
    padding: 20px 0;
    position: relative;
    z-index: 1;
  }
  .cv_area h2::after {
    content: '';
    background: url(../images/cv_triangle.png);
    width: 108px;
    height: 43px;
    display: block;
    position: absolute;
    bottom: -43px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cv_area h2 span {
    font-size: 39px;
  }
  .cv_area .inner {
    width: 1000px;
    margin: auto;
    padding: 50px 0 60px 0;
    font-size: 21px;
    position: relative;
  }
  .cv_area .cv {
    width: 682px;
    text-align: center;
    font-size: 30px;
    color: #ff4545;
    font-weight: bold;
  }
  .cv_area .cv img {
    position: relative;
    left: -20px;
  }
  .cv_area .text {
    position: relative;
    z-index: 1;
  }
  .cv_area .woman {
    position: absolute;
    bottom: 0;
    right: -90px;
    z-index: 0;
  }
  h2.h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 56px;
    margin: 80px 0 60px 0;
    font-family: "游明朝体", "Yu Mincho", serif;
  }
  h2.h2 span {
    font-size: 42px;
    padding: 0 10px;
    background: white;
    background: white;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 234, 0, 0) 59%, #ffea00 60%, #ffea00 100%);
  }
  #tokuten {
    text-align: center;
  }
  #tokuten dl {
    margin-bottom: 30px;
  }
  #tokuten dl dt {
    margin-bottom: -30px;
  }
  #tokuten dl dd {
    width: 846px;
    text-align: center;
    margin: auto;
    font-size: 21px;
    line-height: 38px;
  }
  #tokuten dl dd hr {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #999999;
  }
  #tokuten dl dd .attention {
    font-size: 15px;
  }
  #tsurai {
    text-align: center;
    background: #f3f3f3;
    position: relative;
  }
  #tsurai h2 {
    position: absolute;
    top: 40px;
    margin: 0;
    width: 100%;
  }
  #tsurai h3 {
    font-size: 26px;
    background: #ffea00;
    padding: 25px 0;
    position: relative;
    letter-spacing: 0.1em;
  }
  #tsurai h3::after {
    content: '';
    width: 72px;
    height: 31px;
    background: url(../images/riyu_triangle.png);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    margin: 0 auto;
  }
  #tsurai .riyu {
    background: #021f4d;
    padding-bottom: 30px;
  }
  #tsurai .riyu .inner {
    width: 1000px;
    margin: auto;
  }
  #tsurai .riyu h4 {
    font-size: 34px;
    line-height: 71px;
    font-family: "游明朝体", "Yu Mincho", serif;
    padding-top: 50px;
    color: #fff;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }
  #tsurai .riyu h4 span {
    font-size: 60px;
    width: 71px;
    border-radius: 36px;
    background: #ffea00;
    display: inline-block;
    color: #021f4d;
    margin-right: 10px;
    letter-spacing: 0;
  }
  #tsurai .point_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #tsurai .point_wrap .point {
    width: 321px;
    margin-bottom: 35px;
  }
  #tsurai .point_wrap .point h5 {
    padding-top: 60px;
    font-size: 19px;
    line-height: 32px;
    color: #021f4d;
    margin-bottom: -22px;
    position: relative;
    z-index: 2;
    height: 168px;
  }
  #tsurai .point_wrap .point .text {
    font-size: 17px;
    line-height: 30px;
    background: #fff;
    border-radius: 0 0 15px 15px;
    height: 205px;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 23px 10px 0 10px;
    letter-spacing: 0;
  }
  #tsurai .point_wrap .point sup {
    vertical-align: super;
    font-size: 10px;
  }
  #tsurai .point_wrap .point1 h5 {
    background: url(../images/riyu_point01.png) no-repeat;
  }
  #tsurai .point_wrap .point2 h5 {
    background: url(../images/riyu_point02.png) no-repeat;
  }
  #tsurai .point_wrap .point3 h5 {
    background: url(../images/riyu_point03.png) no-repeat;
  }
  #tsurai .point_wrap .point4 h5 {
    background: url(../images/riyu_point04.png) no-repeat;
  }
  #tsurai .point_wrap .point5 h5 {
    background: url(../images/riyu_point05.png) no-repeat;
  }
  #tsurai .point_wrap .point6 h5 {
    background: url(../images/riyu_point06.png) no-repeat;
    padding-top: 75px;
  }
  #tsurai .point_wrap .point7 h5 {
    background: url(../images/riyu_point07.png) no-repeat;
    padding-top: 75px;
  }
  #tsurai .point_wrap .point8 h5 {
    background: url(../images/riyu_point08.png) no-repeat;
    font-size: 18px;
  }
  #tsurai .point_wrap .point9 h5 {
    background: url(../images/riyu_point09.png) no-repeat;
  }
  #tsurai .attention {
    font-size: 14px;
    color: #fff;
    text-align: left;
  }
  #tsurai .attention p {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 7px;
    letter-spacing: 0;
  }
  #target {
    background: url(../images/recommend_bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #target h2.h2 {
    margin-top: 0;
    margin-bottom: 120px;
  }
  #target .inner {
    width: 1000px;
    margin: auto;
  }
  #target li {
    list-style: none;
    font-size: 26px;
    font-weight: bold;
    background: url(../images/icon_check.png) no-repeat;
    padding-left: 50px;
    margin-bottom: 20px;
  }
  #price {
    background: #ececec;
    padding-top: 80px;
  }
  #price h2.h2 {
    margin-top: 0;
  }
  #price .inner {
    width: 1000px;
    margin: auto;
  }
  #price .price_table {
    margin-bottom: 40px;
  }
  #price .baloon {
    background: url(../images/baloon.png) no-repeat;
    height: 113px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  #price .baloon h3 {
    font-size: 34px;
    font-weight: bold;
  }
  #price .bengoshi {
    border: 1px solid #cecece;
    background: #fff;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
  }
  #price .bengoshi .left {
    min-width: 159px;
    font-size: 21px;
  }
  #price .bengoshi .left img {
    margin-bottom: 10px;
  }
  #price .bengoshi .right {
    width: 741px;
    font-size: 21px;
  }
  #price .bengoshi .right .office_name {
    font-size: 27px;
  }
  #price .bengoshi .right hr {
    border: none;
    border-top: 2px solid #ffec19;
  }
  #price .bengoshi .right .attention {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 20px;
  }
  #price .list {
    border: 1px solid #cecece;
    margin-bottom: 50px;
  }
  #price .list ul {
    background: #fff;
    padding: 40px 40px 20px 40px;
  }
  #price .list ul li {
    list-style: none;
    font-size: 26px;
    font-weight: bold;
    background: url(../images/icon_check.png) no-repeat;
    padding-left: 50px;
    margin-bottom: 20px;
  }
  #price .list p {
    text-align: center;
    font-weight: bold;
    background: #fffbd1;
    padding: 20px;
  }
  #price .list p span {
    font-size: 29px;
  }
  #price .dekirukoto {
    font-size: 21px;
    line-height: 38px;
    padding-bottom: 30px;
  }
  #price .dekirukoto p {
    margin-bottom: 20px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  #price .dekirukoto span {
    border-bottom: 2px solid #ffec19;
  }
  #price .dekirukoto small {
    font-size: 15px;
  }
  #price .dekirukoto .logo {
    text-align: right;
  }
  #flow h3 {
    font-size: 26px;
    background: #ffea00;
    padding: 25px 0;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #flow .row {
    display: flex;
    justify-content: center;
  }
  #flow .row:nth-child(4) h4 {
    margin-bottom: 0 !important;
  }
  #flow .row:nth-child(2n) {
    background: #f3f3f3;
  }
  #flow .row .left {
    width: 350px;
    padding-top: 30px;
  }
  #flow .row .left h4 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  #flow .row .center {
    width: 304px;
  }
  #flow .row .right {
    width: 346px;
    padding: 30px 7px 10px 7px;
  }
  #flow .row .right p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }
  #flow .row .right p:last-child {
    margin-bottom: 0;
  }
  #voice {
    padding-top: 80px;
    padding-bottom: 40px;
    background: #eaeaea;
  }
  #voice h2.h2 {
    margin-top: 0;
  }
  #voice .inner {
    width: 1000px;
    margin: auto;
  }
  #voice .box {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 25px;
  }
  #voice .box .image {
    width: 230px;
  }
  #voice .box .text {
    width: 730px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
  }
  #faq {
    padding-bottom: 80px;
  }
  #faq dl {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #faq dl dt {
    background: url(../images/icon_q.png) no-repeat;
    padding: 18px 60px 18px 100px;
    width: 1000px;
    margin: auto;
    position: relative;
  }
  #faq dl dt::after {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    background: url(../images/icon_minus.png) no-repeat 50% 50%;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #faq dl dt.open::after {
    background: url(../images/icon_plus.png) no-repeat 50% 50%;
  }
  #faq dl dd {
    background: url(../images/icon_a.png) no-repeat;
    padding-left: 100px;
    font-size: 18px;
    line-height: 30px;
    padding: 22px 0 22px 100px;
    width: 1000px;
    margin: 50px auto 0 auto;
    display: none;
  }
  .banner {
    text-align: center;
    padding: 70px 0;
    text-align: center;
    background: #021f4d;
  }
  #service {
    background: #f4f8f9;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  #service h2.h2 {
    margin-top: 0;
  }
  #service .inner {
    width: 1000px;
    margin: auto;
  }
  #service p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  #service p b {
    display: block;
    font-size: 23px;
    line-height: 46px;
    border-bottom: 2px solid #ffea00;
  }
  #service .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #service .flex .box {
    width: 484px;
    margin-bottom: 30px;
  }
  #access {
    text-align: center;
    padding: 80px 0 40px;
  }
  #access h2 {
    margin-bottom: 40px;
  }
  #access dl {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 40px;
  }
  #access dl dt {
    font-weight: bold;
  }
  #access iframe {
    width: 100%;
    height: 435px;
  }
  #access .inner {
    width: 1000px;
    margin: 50px auto 20px auto;
    display: flex;
    justify-content: space-between;
  }
  #access .inner div {
    width: 320px;
  }
  #entry .wrap {
    display: flex;
    position: relative;
    letter-spacing: 0;
    padding-bottom: 40px;
  }
  #entry .wrap::before {
    content: '';
    width: 100%;
    height: 79px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ffea00;
    background: linear-gradient(to right, #ffea00 0%, #ffea00 50%, #01b901 50%, #01b901 50%, #01b901 100%);
  }
  #entry .wrap .mail {
    width: 50%;
  }
  #entry .wrap .mail h3 {
    width: 500px;
    margin: 0 0 0 auto;
    text-align: center;
    font-size: 26px;
    background: #ffea00;
    padding: 20px 0;
    position: relative;
  }
  #entry .wrap .mail h3::after {
    content: '';
    width: 72px;
    height: 31px;
    display: block;
    background: url(../images/mail_triangle.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    margin: auto;
  }
  #entry .wrap .mail .step .inner {
    margin: 0 0 0 auto;
  }
  #entry .wrap .line {
    width: 50%;
  }
  #entry .wrap .line h3 {
    width: 500px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: #01b901;
    padding: 20px 0;
    position: relative;
  }
  #entry .wrap .line h3::after {
    content: '';
    width: 72px;
    height: 31px;
    display: block;
    background: url(../images/line_triangle.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    margin: auto;
  }
  #entry .wrap .step {
    padding: 40px 0;
    border-bottom: 1px solid #c9c9c9;
  }
  #entry .wrap .step:nth-child(2) .inner {
    height: 200px;
  }
  #entry .wrap .step .inner {
    display: flex;
    width: 500px;
    padding: 0 30px;
    position: relative;
  }
  #entry .wrap .step .inner::after {
    content: '';
    width: 73px;
    height: 32px;
    display: block;
    background: url(../images/next_step.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -72px;
    margin: auto;
  }
  #entry .wrap .number {
    min-width: 73px;
    margin-right: 20px;
  }
  #entry .wrap .text h4 {
    font-size: 26px;
    padding-top: 19px;
  }
  #entry .wrap .text p {
    font-size: 21px;
  }
  #entry .wrap .text small {
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }
  #entry .wrap a {
    width: 500px;
    display: block;
    text-align: right;
    margin-top: 50px;
  }
  #entry .wrap a img {
    border-radius: 20px;
    box-shadow: -8px 9px 10px rgba(0, 0, 0, 0.17);
  }
  #entry .wrap .mail a {
    margin: 50px 0 0 auto;
    text-align: left;
  }
  #message {
    background: #eaeaea;
    padding: 50px 0;
    text-align: center;
  }
  #message strong {
    display: block;
    font-family: "游明朝体", "Yu Mincho", serif;
    font-size: 36px;
    line-height: 59px;
  }
  #message .marker {
    background: #ffea00;
    display: inline-block;
    padding: 5px 20px;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
  }
  #message .list {
    border: 1px solid #cecece;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  #message .list ul {
    background: #fff;
    padding: 40px 40px 50px 40px;
  }
  #message .list ul li {
    list-style: none;
    font-size: 26px;
    font-weight: bold;
    background: url(../images/icon_check.png) no-repeat;
    padding-left: 50px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  #message .list p {
    text-align: center;
    font-weight: bold;
    background: #fffbd1;
    padding: 20px;
    letter-spacing: 0;
    font-size: 23px;
    position: relative;
  }
  #message .list p strong {
    background: #ffea00;
    display: inline-block;
    padding: 5px 20px;
    font-size: 34px;
    font-weight: bold;
    width: 448px;
    position: absolute;
    margin: 0 auto;
    top: -40px;
    left: 0;
    right: 0;
  }
  #message .list p small {
    font-size: 17px;
  }
  #fnav {
    text-align: center;
    padding: 50px 0;
  }
  #fnav h2 {
    margin-bottom: 60px;
  }
  #fnav .text {
    font-size: 34px;
    color: #ff4545;
    font-weight: bold;
  }
  #fnav .text span {
    color: #ffea00;
  }
  #fnav .marker {
    background: #ffea00;
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 40px 0;
  }
  #fnav nav ul {
    display: flex;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
  }
  #fnav nav ul li {
    border-right: 2px solid #000;
    padding: 0 15px;
  }
  #fnav nav ul li:first-child {
    border-left: 2px solid #000;
  }
  footer {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 60px 0;
    background: url(../images/footer_bg.png);
  }
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
  }
}

@media (max-width: 999px) {
  body {
    padding-top: 164px;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.7;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #c9c9c9;
    z-index: 10;
  }
  header .inner {
    margin: auto;
    position: relative;
  }
  header .left {
    padding: 15px;
  }
  header .left .flex {
    display: flex;
    align-items: center;
  }
  header .left .logo {
    min-width: 99px;
  }
  header h1 {
    font-size: 9px;
    color: #969696;
    font-weight: normal;
    padding: 0 0 10px 0;
  }
  header .text {
    font-size: 8px;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-left: 10px;
  }
  header .right {
    display: flex;
    justify-content: flex-end;
  }
  header .right .mail {
    background: #ffea00;
    width: 50%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #c9c9c9;
    padding: 0 10px;
  }
  header .right .chat {
    background: #01b901;
    width: 50%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #c9c9c9;
    padding: 0 10px;
  }
  #mv {
    text-align: center;
    margin: auto;
  }
  .contents {
    background: url(../images/bg_01.png);
    text-align: center;
  }
  .contents .inner {
    max-width: 768px;
    width: 95%;
    margin: auto;
    padding: 30px 0;
  }
  .contents .read {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .contents .read div {
    background: #ffea00;
    display: inline-block;
    padding: 0 15px;
  }
  .contents .service {
    background: #fff;
    position: relative;
    border: 1px solid #c9c9c9;
    margin: 70px 0 0 0;
    text-align: left;
    padding: 0 15px 20px 15px;
    font-size: 14px;
  }
  .contents .service h3 {
    text-align: center;
    font-size: 16px;
    position: relative;
    top: -22px;
  }
  .contents .service h3 span {
    background: #ffea00;
    display: inline-block;
    padding: 0 15px;
  }
  .contents .service b {
    border-bottom: 2px solid #ffea00;
  }
  .contents .service p {
    margin-bottom: 1em;
  }
  .contents .service p:last-child {
    margin-bottom: 0;
  }
  .contents .kaiketu {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background: #fffbcc;
    border: 1px solid #c9c9c9;
    border-top: none;
    padding: 10px;
  }
  .cv_area {
    background: #fffbea;
  }
  .cv_area h2 {
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", serif;
    font-weight: bold;
    background: #ffea00;
    border-bottom: 1px solid #c9c9c9;
    padding: 20px 0;
    position: relative;
    z-index: 1;
  }
  .cv_area h2::after {
    content: '';
    background: url(../images/cv_triangle.png);
    background-size: contain;
    width: 54px;
    height: 21px;
    display: block;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cv_area h2 span {
    font-size: 22px;
  }
  .cv_area .inner {
    margin: auto;
    padding: 0 0 30px 0;
    font-size: 21px;
    position: relative;
  }
  .cv_area .cv {
    text-align: center;
    font-size: 30px;
    color: #ff4545;
    font-weight: bold;
  }
  .cv_area .text {
    position: relative;
    z-index: 1;
  }
  .cv_area .text a {
    display: block;
    width: 95%;
    margin: auto;
  }
  .cv_area .stop {
    width: 95%;
    max-width: 600px;
    display: block;
    margin: auto;
  }
  h2.h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 30px 0;
    font-family: "游明朝体", "Yu Mincho", serif;
  }
  h2.h2 span {
    font-size: 18px;
    padding: 0 10px;
    background: white;
    background: white;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 234, 0, 0) 59%, #ffea00 60%, #ffea00 100%);
  }
  #tokuten {
    text-align: center;
    width: 95%;
    margin: auto;
  }
  #tokuten dl {
    margin-bottom: 30px;
  }
  #tokuten dl dt {
    margin-bottom: 10px;
  }
  #tokuten dl dd {
    max-width: 600px;
    text-align: center;
    margin: auto;
  }
  #tokuten dl dd hr {
    display: none;
  }
  #tokuten dl dd .attention {
    font-size: 12px;
  }
  #tsurai {
    text-align: center;
    background: #f3f3f3;
    position: relative;
  }
  #tsurai h2 {
    position: absolute;
    top: 40px;
    margin: 0;
    width: 100%;
  }
  #tsurai h3 {
    font-size: 16px;
    background: #ffea00;
    padding: 25px 0;
    position: relative;
    letter-spacing: 0.1em;
  }
  #tsurai h3::after {
    content: '';
    width: 72px;
    height: 31px;
    background: url(../images/riyu_triangle.png);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    margin: 0 auto;
  }
  #tsurai .riyu {
    background: #021f4d;
    padding-bottom: 30px;
  }
  #tsurai .riyu .inner {
    max-width: 768px;
    width: 95%;
    margin: auto;
  }
  #tsurai .riyu h4 {
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", serif;
    padding-top: 50px;
    color: #fff;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }
  #tsurai .riyu h4 span {
    width: 35px;
    border-radius: 36px;
    background: #ffea00;
    display: inline-block;
    color: #021f4d;
    margin-right: 10px;
    letter-spacing: 0;
  }
  #tsurai .point_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #tsurai .point_wrap::after {
    content: '';
    width: 300px;
    max-width: 300px;
    display: block;
    margin: 0 auto 35px auto;
  }
  #tsurai .point_wrap .point {
    max-width: 300px;
    margin: 0 auto 35px auto;
  }
  #tsurai .point_wrap .point h5 {
    padding-top: 60px;
    line-height: 32px;
    color: #021f4d;
    margin-bottom: -33px;
    position: relative;
    z-index: 2;
    height: 168px;
    font-size: 16px;
  }
  #tsurai .point_wrap .point .text {
    font-size: 12px;
    background: #fff;
    border-radius: 0 0 15px 15px;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 20px 10px;
    letter-spacing: 0;
  }
  #tsurai .point_wrap .point sup {
    vertical-align: super;
    font-size: 10px;
  }
  #tsurai .point_wrap .point1 h5 {
    background: url(../images/riyu_point01.png) no-repeat;
    background-size: 300px;
  }
  #tsurai .point_wrap .point2 h5 {
    background: url(../images/riyu_point02.png) no-repeat;
    background-size: 300px;
  }
  #tsurai .point_wrap .point3 h5 {
    background: url(../images/riyu_point03.png) no-repeat;
    background-size: 300px;
  }
  #tsurai .point_wrap .point4 h5 {
    background: url(../images/riyu_point04.png) no-repeat;
    background-size: 300px;
  }
  #tsurai .point_wrap .point5 h5 {
    background: url(../images/riyu_point05.png) no-repeat;
    background-size: 300px;
  }
  #tsurai .point_wrap .point6 h5 {
    background: url(../images/riyu_point06.png) no-repeat;
    background-size: 300px;
    padding-top: 75px;
  }
  #tsurai .point_wrap .point7 h5 {
    background: url(../images/riyu_point07.png) no-repeat;
    background-size: 300px;
    padding-top: 75px;
  }
  #tsurai .point_wrap .point8 h5 {
    background: url(../images/riyu_point08.png) no-repeat;
    background-size: 300px;
    font-size: 18px;
  }
  #tsurai .point_wrap .point9 h5 {
    background: url(../images/riyu_point09.png) no-repeat;
    background-size: 300px;
  }
  #tsurai .attention {
    font-size: 14px;
    color: #fff;
    text-align: left;
  }
  #tsurai .attention p {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 7px;
    letter-spacing: 0;
  }
  #target {
    text-align: center;
  }
  #target .inner {
    max-width: 768px;
    width: 95%;
    margin: auto;
  }
  #price {
    background: #ececec;
    padding-top: 40px;
  }
  #price h2.h2 {
    margin-top: 0;
  }
  #price .inner {
    max-width: 768px;
    width: 95%;
    margin: auto;
  }
  #price .price_table {
    margin-bottom: 40px;
  }
  #price .baloon {
    background: url(../images/baloon.png) no-repeat;
    background-size: 100% 100%;
    height: 50px;
    text-align: center;
    padding-top: 4px;
    margin-bottom: 20px;
  }
  #price .baloon h3 {
    font-size: 14px;
    font-weight: bold;
  }
  #price .bengoshi {
    border: 1px solid #cecece;
    background: #fff;
    padding: 10px;
    display: flex;
    margin-bottom: 50px;
  }
  #price .bengoshi .left {
    min-width: 100px;
    font-size: 12px;
    margin-right: 10px;
  }
  #price .bengoshi .left img {
    margin-bottom: 10px;
  }
  #price .bengoshi .right {
    font-size: 12px;
  }
  #price .bengoshi .right .office_name {
    font-size: 14px;
  }
  #price .bengoshi .right hr {
    border: none;
    border-top: 2px solid #ffec19;
  }
  #price .bengoshi .right .attention {
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 20px;
  }
  #price .list {
    border: 1px solid #cecece;
    margin-bottom: 50px;
  }
  #price .list ul {
    background: #fff;
    padding: 15px;
  }
  #price .list ul li {
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/icon_check.png) no-repeat;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  #price .list p {
    text-align: center;
    font-weight: bold;
    background: #fffbd1;
    padding: 10px;
  }
  #price .list p span {
    font-size: 18px;
  }
  #price .dekirukoto {
    font-size: 14px;
    padding-bottom: 30px;
  }
  #price .dekirukoto p {
    margin-bottom: 20px;
    padding: 0 10px;
    letter-spacing: 0;
  }
  #price .dekirukoto span {
    border-bottom: 2px solid #ffec19;
  }
  #price .dekirukoto small {
    font-size: 15px;
  }
  #price .dekirukoto .logo {
    text-align: center;
  }
  #flow {
    text-align: center;
  }
  #flow h3 {
    font-size: 18px;
    background: #ffea00;
    padding: 25px 0;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #flow .row {
    display: flex;
    justify-content: center;
  }
  #flow .row:nth-child(4) h4 {
    margin-bottom: 0 !important;
  }
  #flow .row:nth-child(2n) {
    background: #f3f3f3;
  }
  #flow .row .left {
    width: 350px;
    padding-top: 40px;
  }
  #flow .row .left h4 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  #flow .row .center {
    width: 304px;
  }
  #flow .row .right {
    width: 346px;
    padding: 30px 7px 10px 7px;
  }
  #flow .row .right p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }
  #flow .row .right p:last-child {
    margin-bottom: 0;
  }
  #voice {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #eaeaea;
  }
  #voice h2.h2 {
    margin-top: 0;
  }
  #voice .inner {
    max-width: 768px;
    width: 95%;
    margin: auto;
  }
  #voice .box {
    margin-bottom: 25px;
  }
  #voice .box .text {
    letter-spacing: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 15px;
  }
  #voice .sp {
    width: 100%;
  }
  #faq dl {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #faq dl dt {
    background: url(../images/icon_q.png) no-repeat;
    padding: 10px 30px 10px 50px;
    background-size: 40px;
    max-width: 768px;
    width: 95%;
    margin: auto;
    position: relative;
  }
  #faq dl dt::after {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    background: url(../images/icon_minus.png) no-repeat 50% 50%;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #faq dl dt.open::after {
    background: url(../images/icon_plus.png) no-repeat 50% 50%;
  }
  #faq dl dd {
    background: url(../images/icon_a.png) no-repeat;
    background-size: 40px;
    padding-left: 100px;
    padding: 10px 0 10px 50px;
    max-width: 768px;
    width: 95%;
    margin: 10px auto 0 auto;
    display: none;
  }
  .banner {
    text-align: center;
    padding: 30px 0;
    text-align: center;
    background: #021f4d;
  }
  #service {
    background: #f4f8f9;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #service h2.h2 {
    margin-top: 0;
  }
  #service .inner {
    max-width: 768px;
    width: 95%;
    margin: auto;
  }
  #service p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #service p b {
    display: block;
    font-size: 14px;
    border-bottom: 2px solid #ffea00;
  }
  #service .box {
    margin-bottom: 10px;
  }
  #access {
    text-align: center;
    padding: 40px 10px 20px 10px;
  }
  #access h2 {
    margin-bottom: 40px;
  }
  #access dl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #access dl dt {
    font-weight: bold;
  }
  #access iframe {
    width: 100%;
    height: 200px;
  }
  #access .inner {
    max-width: 768px;
    width: 95%;
    margin: 30px auto 20px auto;
    display: flex;
    justify-content: space-between;
  }
  #access .inner div {
    width: 31%;
  }
  #entry .wrap {
    position: relative;
    letter-spacing: 0;
    padding-bottom: 40px;
  }
  #entry .wrap .mail h3 {
    margin: 0 0 0 auto;
    text-align: center;
    font-size: 16px;
    background: #ffea00;
    padding: 20px 0;
    position: relative;
  }
  #entry .wrap .mail h3::after {
    content: '';
    width: 36px;
    height: 15px;
    display: block;
    background: url(../images/mail_triangle.png);
    background-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
  }
  #entry .wrap .mail .step .inner {
    margin: 0 0 0 auto;
  }
  #entry .wrap .line h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #01b901;
    padding: 20px 0;
    position: relative;
  }
  #entry .wrap .line h3::after {
    content: '';
    width: 36px;
    height: 15px;
    display: block;
    background: url(../images/line_triangle.png);
    background-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
  }
  #entry .wrap .step {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #c9c9c9;
  }
  #entry .wrap .step .inner {
    display: flex;
    padding: 0 15px;
    position: relative;
  }
  #entry .wrap .step .inner::after {
    content: '';
    width: 36px;
    height: 16px;
    display: block;
    background: url(../images/next_step.png);
    background-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: auto;
  }
  #entry .wrap .number {
    min-width: 40px;
    margin-right: 20px;
  }
  #entry .wrap .number img {
    width: 40px;
  }
  #entry .wrap .text h4 {
    font-size: 18px;
  }
  #entry .wrap .text p {
    font-size: 14px;
  }
  #entry .wrap .text small {
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }
  #entry .wrap a {
    width: 300px;
    display: block;
    margin: 20px auto 30px auto;
  }
  #entry .wrap a img {
    border-radius: 20px;
    box-shadow: -8px 9px 10px rgba(0, 0, 0, 0.17);
  }
  #message {
    background: #eaeaea;
    padding: 50px 0;
    text-align: center;
  }
  #message strong {
    display: block;
    font-family: "游明朝体", "Yu Mincho", serif;
    font-size: 18px;
  }
  #message .marker {
    background: #ffea00;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
  }
  #message .list {
    border: 1px solid #cecece;
    max-width: 768px;
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
  #message .list ul {
    background: #fff;
    padding: 15px;
  }
  #message .list ul li {
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/icon_check.png) no-repeat;
    background-size: 30px;
    padding: 5px 0 5px 36px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  #message .list p {
    text-align: center;
    font-weight: bold;
    background: #fffbd1;
    padding: 0 0 15px 0;
    letter-spacing: 0;
    font-size: 14px;
    position: relative;
  }
  #message .list p strong {
    background: #ffea00;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
  }
  #message .list p small {
    font-size: 12px;
  }
  #fnav {
    text-align: center;
    padding: 30px 0;
  }
  #fnav h2 {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  #fnav .text {
    font-size: 14px;
    color: #ff4545;
    font-weight: bold;
    padding: 0 15px;
  }
  #fnav .text span {
    color: #ffea00;
  }
  #fnav .marker {
    background: #ffea00;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 40px 0;
  }
  #fnav nav ul {
    font-size: 12px;
  }
  #fnav nav ul li {
    padding: 7px 15px;
  }
  footer {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    background: url(../images/footer_bg.png);
  }
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
  }
}
