@charset "UTF-8";
/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.hel {
    font-family: 'Helvetica Neue','Arial',sans-serif;
}

body {
    color: #3c3a3b;
    font-size: 16px;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

a:link {
    color: #004CCA;
    text-decoration: none;
    transition: .2s;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

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

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.gray{
    background-color: #F8F8F8;
}

.th_orange{
    background-color: #FFFDF8;
}

.th_deeporange{
    background-color: #FFFBF2;
}

.c_orange{
    color: #F2B806;
}

.ri_orange{
    color: #F0C33B;
}


.blue {
    color: #006DBA;
}

.red {
    color: #B70F2A;
}

.navy {
    color: #006dba;
}

h2.title {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    letter-spacing: .09em;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
}

.green{
    color: #00CC84;
}

.deepgreen{
    color: #2FB485;
}


span.green {
    font-weight: 900;
    font-size: 50px;
    color: #00CC84;
}

/*********************************************
 * PCリンク調整
*********************************************/

div#page_link1 {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
div#page_link3 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
div#page_link4 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

/*********************************************
 * PCトップページ ヘッダー
*********************************************/
.top_header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 20px;
}

.top_header .wrap02 {
    width: 1340px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0 0 0 / 0.16);
    padding: 10px 0;
}

.hd_wrap {
    width: 1240px;
    margin: 0 auto;
}

.hd_wrap .flex-sb {
    align-items: center;
}

.tel_box .box_top {
    margin-bottom: 5px;
}

.hd_tel.osaka,
.hd_tel.tokyo {
    margin-right: 15px;
}

.hd_tel p.name {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.hd_tel .tel_number p.num {
    color: #00CC84;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 0.8;
    margin-left: 5px;
}

.hd_tel .tel_number img {
    width: 18px;
    display: block;
}

.tel_box .box_bottom {
    font-size: 12px;
    letter-spacing: -0.01em;
}

.contact_btn {
    display: flex;
    align-items: center;
}

.contact_btn a {
    display: block;
    width: 310px;
    height: 70px;
    text-align: center;
    background-color: #00CC84;
    color: #fff;
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: bold;
    border-radius: 6px;
    line-height: 1;
    padding: 25px 0 0;
    margin-left: 30px;
}

.contact_btn a img {
    margin-left: 15px;
}

/*********************************************
 * PCトップページ FV
*********************************************/
section.top_main {
    background-color: #00CC84;
    padding: 135px 0 0;
}

section.top_main .wrap {
    width: 1340px;
    position: relative;
}

.main_content {
    width: 960px;
    position: relative;
    height: 660px;
}

h1.title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.2;
    margin-bottom: 20px;
}

h1.title span.big {
    font-size: 50px;
}

h1.title span.yellow {
    font-size: 50px;
    letter-spacing: 0em;
}

.main_ul01 li + li,
.main_ul02 li + li {
    margin-left: 10px;
}

.main_list {
    width: 165px;
}

.main_ul02 {
    justify-content: center;
}

p.topmain_subtext {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.top_main_circle {
    position: absolute;
    right: 30px;
    top: 150px;
    width: 110px;
    height: 110px;
    background: #ffc000;
    color: #fff;
    display: flex;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

section.top_main .human_img {
    position: absolute;
    left: 520px;
    bottom: 75px;
    z-index: 1;
    width: 485px;
    max-width: 100%;
}

.main_form {
    width: 430px;
    margin: -135px -50px 0 0;
    background-color: #fff;
    padding: 140px 50px 0;
    border-radius: 0 0 0 10px;
}

.main_form .form_table th {
    display: block;
    margin-bottom: 5px;
}

.main_form .form_table tr:last-of-type th {
    padding-top: 5px;
}

.main_form .form_table th .flex-sb {
    display: inline-flex;
}

.main_form .form_table td {
    display: block;
    margin-bottom: 5px;
}

.main_form .policy {
    display: none;
}

.main_form div.mw_wp_form {
    padding: 0 0 20px 50px;
}

.main_form h3 {
    color: #00CC84;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
    margin-bottom: 5px;
}

ul.main_ul01.flex-sb {
    margin-bottom: 10px;
}

.main_form .form_table th p.th_text {
    font-size: 14px;
    letter-spacing: .03em;
    width: 120px;
    margin-right: 20px;
}

.main_form .form_table th span {
    font-size: 10px;
    letter-spacing: .03em;
    background-color: #b70f2a;
    color: #fff;
    line-height: 2.4;
    padding: 0 10px;
    border-radius: 4px;
}

.main_form .form_table th span.option {
    background-color: #a2a2a2;
}

.main_form .form_table td input[type="text"],
.main_form .form_table td input[type="tel"],
.main_form .form_table td input[type="email"] {
    width: 330px;
    height: 32px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 0px 20px;
}

.main_form .form_table td textarea {
    width: 330px;
    height: 82px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.main_form .form_table td input[name="other"] {
    width: 140px;
    height: 25px;
    margin-left: 10px;
}

.main_form span.mwform-radio-field:nth-child(4) {
    margin-left: 0;
}

.submit {
    padding-left: 25px;
}

.main_form input[type="submit"] {
    width: 280px;
    height: 50px;
    text-align: center;
    background-color: #00CC84;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: .01em;
}

section.top_main .wrap .flex {
    justify-content: space-between;
}

/* 初期のラジオボタン消去、余白作成 */
.mwform-radio-field label {
    display: inline-block;
}

.form_table input[type="radio"] {
    display: none;
}

.mwform-radio-field label span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* ラジオボタンのデザイン */
.mwform-radio-field label span:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #e5e5e5;
    top: 7px;
    left: 0;
    cursor: pointer;
}

.mwform-radio-field label span:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #00C4CB;
    top: 10px;
    left: 3px;
    transition: all .3s;
    transform: scale(0);
}

/* ラジオボタンチェック時の処理 */
span.mwform-radio-field input:checked + span:after {
    transform: scale(1);
    transition: .3s;
}

/*********************************************
 * PCトップページ 永住ビザをお探しの方
*********************************************/
section.intro {
    padding: 85px 0 70px;
    text-align: center;
    background-image: url(/lp/work//wp-content/uploads/2022/03/section2_back.png);
    background-size: cover;
}

section.intro h2.title {
    font-size: 36px;
    color: #3c3a3b;
    font-weight: bold;
    letter-spacing: .18em;
    line-height: 1;
    text-align: center;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
}

p.intro_sub_title span {
    font-size: 42px;
}

p.intro_sub_title {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.3;
    padding-bottom: 15px;
}

p.yellow_text_cont {
    font-size: 60px;
    font-weight: 900;
    color: #F2B806;
    position: relative;
    z-index: 10;
}

.yellow_text {
    margin-bottom: 40px;
}

p.yellow_text_cont::after {
    content: "";
    background-image: url(/lp/work//wp-content/uploads/2022/03/sec2_border.png);
    width: 755px;
    height: 50%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    max-width: 100%;
}

p.alert_text {
    font-size: 38px;
    font-weight: 900;
    padding-bottom: 20px;
}

p.alert_text span.yellow {
    font-size: 50px;
    color: #F2B806;
}

p.alert {
    display: block;
    width: 70px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.paper_img_cont {
    width: 180px;
}

.paper_img ul {
    justify-content: center;
    margin-bottom: 15px;
}

p.paper_text span {
    font-size: 36px;
}

p.paper_text {
    font-size: 26px;
    font-weight: 900;
}

.paper_img ul li:first-child {
    margin-right: 115px;
}

p.paper_maintext {
    font-size: 40px;
    font-weight: 900;
}

p.paper_maintext span:after {
    content: "";
    background-image: url(/lp/work//wp-content/uploads/2022/03/sec2_border-short.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 110%;
    height: 100%;
    position: absolute;
    left: -20px;
    bottom: -40px;
}

p.paper_maintext span {
    position: relative;
    z-index: 10;
}

/*********************************************
 * PCトップページ このようなお悩みはありませんか？
*********************************************/

section#worry .wrap {
    text-align: center;
    position: relative;
}

section#worry::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 44.5px 0 44.5px;
    border-color: #e2fff4 transparent transparent transparent;
    left: 0;
    right: 0;
    margin: auto;
}

section#worry {
    background: #E2FFF4;
}

.worry_title {
    background: #00CC84;
    padding: 60px 0;
    position: relative;
    margin-bottom: 75px;
}

.worry_title h2 {
    margin: 0;
}

.worry_title h2.title span {
    font-size: 68px;
}

.worry_title h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1;
}

.worry_title::after {
    content: "";
    width: 89px;
    height: 34px;
    border-style: solid;
    border-width: 34px 44.5px 0 44.5px;
    border-color: #00cc85 transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
}

.worry_main ul li {
    background: #fff;
    padding: 15px;
    line-height: 1;
    font-size: 26px;
    font-weight: 900;
}

.worry_main ul li + li {
    margin-top: 20px;
}

p.worry_text span {
    font-size: 38px;
    position: relative;
}

p.worry_text::before {
    content: "";
    background-image: url(/lp/work//wp-content/uploads/2022/03/check.png);
    width: 55px;
    height: 45px;
    position: absolute;
    background-size: contain;
    left: 60px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

p.worry_text {
    position: relative;
}

p.worry_text {
    position: relative;
    text-align: left;
    padding-left: 155px;
}


.worry_title h2.title span::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/lp/work//wp-content/uploads/2022/03/kurukuru.png);
    position: absolute;
    width: 55px;
    height: 55px;
    top: -15px;
    left: -50px;
}

.triangle {
    width: 120px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.worry_main {
    margin-bottom: 40px;
}

p.worry_maintext span {
    color: #F2B806;
    font-size: 46px;
    letter-spacing: -0.5px;
}

p.worry_maintext {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
    padding-bottom: 110px;
}

/*********************************************
 * PCトップページ 6つのメリット
*********************************************/
section.merit {
    background-color: #00CC84;
    padding: 100px 0 85px;
}

section.merit h2.title span {
    font-size: 60px;
}

.img.human {
    width: 208px;
}

.arrow_img {
    text-align: center;
    margin-bottom: 20px;
}

.merit_ul {
    margin-bottom: 45px;
}

.merit_ul li + li {
    margin-top: 90px;
}

.merit_list {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 50px 30px;
    box-shadow: 10px 10px 0 #fdee2c;
}

.merit_list p.num {
    font-size: 50px;
    font-weight: bold;
    color: #00CC84;
    letter-spacing: -0.01em;
    background-color: #FDEE2C;
    display: inline-block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    position: absolute;
    left: -45px;
    top: -45px;
}

.merit_list .flex-sb {
    align-items: center;
}

.merit_list .text_box {
    width: 70%;
}

.merit_list h3 {
    color: #00CC84;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .09em;
    margin-bottom: 10px;
}

.merit_list p.text {
    font-weight: bold;
    letter-spacing: 0.03em;
}

.merit_last {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
}

.merit_last span.yellow {
    font-size: 40px;
    line-height: 1;
    color: #FDEE2C;
}

.merit_last span.small {
    font-size: 32px;
    letter-spacing: .12em;
}

/*********************************************
 * PCトップページ バナー
*********************************************/

section#banner {
    padding: 120px 0 80px;
}

section.banner h2.title {
    font-size: 30px;
    letter-spacing: 0.05em;
    background-color: #00CC84;
    line-height: 1.4;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
    margin-bottom: 0;
}

.banner_sub_title {
    text-align: center;
    background: #F2B806;
    border-radius: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
}

section.banner h2.title span.small {
    font-size: 26px;
}

section.banner .content_box {
    box-shadow: 0 1px 2px rgba(0 0 0 / 0.16);
    border-radius: 0 0 10px 10px;
    padding-top: 25px;
}

section.banner p.subtitle {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

section.banner .wrap .content_box > h3 {
    text-align: center;
    margin: -35px 0 10px;
}

.banner_info {
    padding: 15px 35px 20px;
    align-items: end;
}

.banner_info .text_box h3.title {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
}

.banner_info .text_box h3.title span.yellow {
    font-size: 48px;
    color: #F2B806;
}

.banner_info .text_box h3.title span.small {
    font-size: 30px;
}

.banner_info.flex-sb span.green {
    font-size: 40px;
}

.banner_list {
    width: 204px;
}

p.bottom_con_text span {
    font-size: 25px;
}

p.bottom_con_text {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 25px;
}

.banner_info .tel_box h3 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .04em;
    margin-bottom: 10px;
}

.banner_info .tel_box img {
    width: 45px;
}

.number_box a {
    display: block;
    pointer-events: none;
}

.number_box.osaka a,
.number_box.tokyo a {
    margin-bottom: 10px;
}

.number_box a p.name {
    font-size: 20px;
    color: #3c3a3b;
    font-weight: bold;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
}

.number_box a p.tel_number {
    color: #00CC84;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 1;
    margin-left: 10px;
}

.banner_info .tel_box p.hours {
    font-size: 17px;
    letter-spacing: -0.01em;
}

.number_box a .img {
    width: 34px;
}

/*********************************************
 * PCトップページ 依頼が殺到するのか？
*********************************************/
section.work {
    background-image: url(/lp/work//wp-content/uploads/2022/03/daiichi-work-bg-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 0 80px;
    margin-top: 180px;
    margin-bottom: 90px;
}

section.work h2.title {
    font-size: 36px;
    letter-spacing: .08em;
    color: #3c3a3b;
    line-height: 1.4;
    margin-bottom: 60px;
}

section.work .title_img {
    position: absolute;
    top: -170px;
    right: 140px;
    width: 170px;
}

section.work span.green {
    font-size: 86px;
}

.link_menu.top {
    margin-bottom: 40px;
}

.link_menu.bottom {
    justify-content: center;
    margin-bottom: 70px;
}

.link_menu.bottom li + li {
    margin-left: 15px;
}

.link_menu li a p.num_img {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -25px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;

}

.link_menu li a {
    display: block;
    background-color: #fff;
    border: 5px solid #00CC84;
    border-radius: 6px;
    width: 370px;
    text-align: center;
    color: #00CC84;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .09em;
    line-height: 1.3;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}

p.num_img img{
    width: 70%;
}

.link_menu li a:after {
    content: "";
    width: 50px;
    height: 30px;
    background-color: #00CC84;
    border-radius: 100px 100px 0 0;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -30px;
    z-index: -1;
}

.link_menu li a:hover {
    color: #fff;
    background-color: #00CC84;
    transition: .2s;
}

.work_inner_sec h3.title {
    color: #fff;
    background-color: #00CC84;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .09em;
    text-align: center;
    margin-bottom: 35px;
    padding: 20px 0;
    border-radius: 6px;
}

section.work span.green {
    font-size: 60px;
}

.work_inner_sec h3.title:before,
.work_inner_sec h3.title:after {
    content: "";
    width: 10px;
    height: 60px;
    background-color: #fff;
    border-radius: 6px 0 0 6px;
    position: absolute;
    left: 30px;
    top: 20px;
}

.work_inner_sec h3.title:after {
    border-radius: 0 6px 6px 0;
    right: 30px;
    left: auto;
}

/* 「全国トップクラスの圧倒的な実績」セクション */
section#work_result {
    padding: 0 0 50px;
}

section#work_result .flex {
    justify-content: center;
    margin-bottom: 30px;
}

section#work_result .flex div + div {
    margin-left: 20px;
}

.result_item {
    width: 340px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
    padding: 35px 50px;
    line-height: 1.2;
    font-weight: 900;
}

.result_item:last-of-type {
    padding-top: 40px;
}

.result_item span.small {
    font-size: 18px;
    letter-spacing: .05em;
}

.result_item span.medium {
    font-size: 28px;
    letter-spacing: .05em;
}

.result_item span.big {
    font-size: 30px;
    letter-spacing: -0.01em;
}

.result_item span.blue {
    font-size: 60px;
    letter-spacing: -0.01em;
    padding-right: 5px;
}

.result_text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
}

/* 「事務所の評判口コミの評価が高い」セクション */
section#work_review {
    padding: 0 0 80px;
}

h3.info_title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .06em;
}

section#work_review > .flex {
    margin-bottom: 25px;
}

.google_logo {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 30px 0;
    display: flex;
    align-items: center;
    margin: 0 40px 0 50px;
}

.review_total {
    margin-right: 40px;
}

.review_total, .review_count {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .06em;
}

section#work_review .review_total span, section#work_review .review_count span {
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 0 5px 0 10px;
}

.review_total img {
    width: 38px;
}

.review_count img {
    width: 37px;
}

.review_total img,
.review_count img {
    margin-right: 10px;
}

.review_exam h3.title {
    background-color: initial;
    color: #00CC84;
    font-size: 32px;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    letter-spacing: .3em;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 88%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 78%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 68%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 58%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 48%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 38%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 28%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 18%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 8%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.exam_list .nameWrap {
    align-items: center;
    margin-bottom: 20px;
}

.exam_ul {
    height: 500px;
    overflow: scroll;
}

.exam_ul::-webkit-scrollbar {
  width: 30px;
}

.exam_ul::-webkit-scrollbar-thumb {
  background: #ffcf32;
    border-radius: 100px;
}

.exam_list + li {
    margin-top: 20px;
}

.exam_list p.star {
    font-size: 40px;
    line-height: 1;
}

.exam_list .img img {
    border-radius: 10px 10px 0 0;
}

.exam_list .text_box {
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0 0 0 / 0.16);
    padding: 20px;
    background-color: #fff;
    transition: .3s;
}

.exam_list .text_box p.name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
}

.exam_list .text_box p.data {
    margin: 0 20px;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 600;
}

.exam_list .text_box:hover {
    color: #fff;
    background: #00CC84;
}

.exam_list:nth-child(3) .text_box p.name {
    margin-bottom: 10px;
}

.exam_list .text_box p.text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.8;
}

/* 「国際業務専門の複数の行政書士が在籍」セクション */
section#work_staff {
    padding: 0 0 60px;
}

section#work_staff h4 {
    font-size: 30px;
    color: #00CC84;
    font-weight: bold;
    letter-spacing: .04em;
    text-align: center;
    margin-bottom: 20px;
}

.staff_list {
    width: 19%;
}

.staff_list .img {
    position: relative;
    margin-bottom: 10px;
}

.staff_list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0 0 0 / 0.16);
}

.staff_list p.job {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
}

.staff_list p.name {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .01em;
    line-height: 1.4;
}

.staff_list p.number {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 30px;
}

/* 「日本全国どこからでも依頼が可能」セクション */
section#work_japan {
    padding: 0 0 60px;
}

section#work_japan > h4 {
    margin-left: 265px;
}

section#work_japan .map_area {
    margin: 0 20px 0 -20px;
}

section#work_japan p.subtitle {
    color: #F2B806;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: .02em;
    margin-bottom: 20px;
}

section#work_japan p.area_name {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.3;
    margin-bottom: 20px;
}

section#work_japan p.area_name span {
    font-size: 24px;
    padding-left: 5px;
}

section#work_japan .text_area h4 {
    color: #00CC84;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.2;
    margin-bottom: 25px;
}

span.line {
    position: relative;
    z-index: 10;
}

section#work_japan p.attention {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .02em;
    margin-bottom: 30px;
}

span.line::after {
    content: "";
    background-image: url(/lp/work//wp-content/uploads/2022/03/border_orange.png);
    width: 110%;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.expense {
    background-color: #00CC84;
    border-radius: 0 60px 60px 0;
    padding: 5px 5px 5px 0;
}

.train_img {
    width: 110px;
}

.expense:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 77.5px 47px 77.5px 0;
    border-color: transparent #00CC84 transparent transparent;
    position: absolute;
    top: -17px;
    left: -47px;
}

.expense .text_box {
    padding: 15px 0 0 10px;
}

.expense .text_box p.title {
    color: #fff;
    font-size: 20px;
    font-weight:900;
    letter-spacing: .08em;
}

section#work_japan .text_box .flex {
    margin: 5px 20px 0 -5px;
    align-items: center;
}

.expense .text_box p.one_way {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .2em;
    writing-mode: vertical-rl;
}

.expense .text_box p.money {
    color: #fff;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 0.7;
    margin-right: 15px;
}

.expense .text_box p.text {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.2;
}

.map_area {
    width: 490px;
    max-width: 100%;
}

/* 「国際行政書士としてのずば抜けた発信力」セクション */
section#work_sending .subtitle {
    text-align: center;
}

section#work_sending h4 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .05em;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}

section#work_sending h4::after {
    content: "";
    background-image: url(/lp/work//wp-content/uploads/2022/03/short_orange_border.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 120%;
    height: 100%;
    left: -30px;
    bottom: -50px;
    z-index: -1;
}

section#work_sending span.green.hel {
    font-size: 86px;
}


section#work_sending h4 span.blue {
    font-size: 60px;
    letter-spacing: -0.01em;
    padding: 0 5px;
}

section#work_sending h4 span.medium {
    font-size: 40px;
}

.send_list {
    width: 32.5%;
    margin-bottom: 20px;
}

.send_list .img {
    margin-bottom: 10px;
}

.send_list .img img {
    border-radius: 6px;
}

.send_list p.name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 5px;
}

.send_list p.seminar_title {
    color: #00CC84;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1.4;
}
/*********************************************
 * PC固定ページ 共通設定
*********************************************/
.common-page_wrap {
    padding: 100px 0;
}

.common-page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common-page_title h2 {
    font-size: 30px;
}

.common-page_title p.sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

p.reserve_text {
    text-align: center;
    font-size: 30px;
}

a.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

a.common-btn:hover {
    opacity: .7;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/*********************************************
 * PC固定ページ 会社概要
 *********************************************/
section.company_profile {
    margin-bottom: 100px;
}

section.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

section.company_profile table th, section.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

section.company_profile table th {
    width: 20%;
}

section.company_profile table td {
    width: 80%;
}

section.company_access .map {
    height: 350px;
}

section.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/*********************************************
 * PC固定ページ お問い合わせ
 *********************************************/
section#page-contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

section#page-contact table th, section#page-contact table td {
    padding: 1em;
    font-size: 14px;
}

section#page-contact table th {
    width: 25%;
}

section#page-contact table th span.hissu {
    color: #c70000;
    margin-right: .3em;
}

section#page-contact table td {
    width: 75%;
}

section#page-contact input[type="text"], section#page-contact input[type="email"], section#page-contact #zip {
    width: 60%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

section#page-contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

section#page-contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

section#page-contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

section#page-contact p.attention {
    font-size: 12px;
}

section#page-contact div#btn_wrap {
    justify-content: center;
}

section#page-contact div#btn_wrap button {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
}

section#page-contact div#btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-right: 20px;
}

section#page-contact div#btn_wrap button:hover {
    background-color: #bf0000;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item {
    display: none;
}

.radio-btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item + span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item + span::after, .radio-btns .radio-btns__item + span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

/* after上書き */
.radio-btns .radio-btns__item + span::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border: none;
    background: #f18800;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked + span {
    color: #f18800;
}

.radio-btns .radio-btns__item:checked + span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
section#page-contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    opacity: 1;
}

/* サンクスページ */
section#page-contact .thanks_textArea {
    text-align: center;
}

section#page-contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

section#page-contact .thanks_textArea p.contact_text {
    margin-bottom: 20px;
}

section#page-contact .thanks_textArea a.ichiran_link {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

section#page-contact .thanks_textArea a.ichiran_link:hover {
    background-color: #bf0000;
}

/* ステップバー デザイン */
section#page-contact .progressbar {
    margin-bottom: 30px;
}

section#page-contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

section#page-contact .progressbar .item:not(:last-child)::before, section#page-contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

section#page-contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */
section#page-contact .progressbar .item.active {
    z-index: 1;
    background: #0070BD;
    color: #FFF;
}

section#page-contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}

section#page-contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/*********************************************
 * PC固定ページ 個人情報保護方針
 *********************************************/
section.privacy_page p.main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

section.privacy_page dl {
    margin-bottom: 30px;
}

section.privacy_page dl:last-child {
    margin-bottom: 0;
}

section.privacy_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid;
    padding-left: 1em;
}

section.privacy_page dl dd {
    font-size: 14px;
    line-height: 2;
}

/*********************************************
 * PC固定ページ 404ページ
 *********************************************/
section#page-404 {
    text-align: center;
}

section#page-404 p.num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#page-404 p.text {
    margin-bottom: 1em;
    font-size: 16px;
}

/*********************************************
 * PC固定ページ アーカイブページ
 *********************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
}

.wp-pagenavi span.current {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
    font-weight: bold;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/
div#single_page .fl_wrap {
    align-items: flex-start;
}

.singleContent h1 {
    font-size: 22px;
    padding: 10px 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    letter-spacing: 1px;
    line-height: 1.4;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list {
    margin-bottom: 20px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: .5em 2em;
    margin: 5px;
}

.singleContent h2 {
    font-size: 20px;
    border-left: 2px solid;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
    background-color: rgb(52 61 74 / 20%);
}

.singleContent h2::before, .singleContent h2::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
}

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em 1em;
    color: #fff;
    background-color: #566b73;
}

.singleContent h4 {
    padding: 10px;
    margin: 1.5em 0 1em 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 22px;
}

.singleContent h4:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    border-left: 5px solid;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
}

.singleContent h6 {
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

div#single_page .singleContent {
    width: 62%;
}

div#single_page .singleContent a.ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
}

div#single_page .singleContent a.ichiran_link:hover {
    opacity: .7;
}

div#single_page .singleSidebar {
    width: 32%;
    background-color: #f1f1f1;
    padding: 20px;
}

div#single_page aside#info-side {
    background-color: #fff;
    padding: 20px;
}

div#single_page aside#info-side h2 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

div#single_page aside#info-side p#news-not_found {
    text-align: center;
}

div#single_page aside#info-side ul li a {
    color: initial;
    display: block;
    border-bottom: 1px dashed;
    padding: 10px;
    transition: .3s;
}

div#single_page aside#info-side ul li a:hover {
    opacity: .7;
}

div#single_page aside#info-side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

div#single_page aside#info-side ul li a time i {
    margin-right: .5em;
}

div#single_page aside#info-side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

section#top_flow {
    margin: 110px 0;
    padding-bottom: 100px;
}

.center_price_note {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    background: #F2B806;
    color: #fff;
    padding: 33px 0;
    border: solid 4px #F2B806;
    border-radius: 10px;
}

.top_price_hosho.pr span {
    font-size: 32px;
}

section#top_flow h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px;
}

ul.top_flow_ul {
    border-left: 3px solid #000000;
    padding-left: 106px;
    margin-left: 11px;
    margin-bottom: 100px;
}

ul.top_flow_ul li {
    height: 130px;
    background: #FAFAFA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

ul.top_flow_ul li > * {
    height: 100%;
    align-items: center;
}

ul.top_flow_ul li .num {
    width: 110px;
    background: #00CC84;
    justify-content: center;
    font-weight: 900;
    font-size: 56px;
    color: #fff;
}

ul.top_flow_ul li .title {
    width: 240px;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    color: #00CC84;
    text-align: center;
}

ul.top_flow_ul li .text {
    width: 670px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
}

ul.top_flow_ul li + li {
    margin-top: 20px;
}

ul.top_flow_ul li .num:before {
    content: "";
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 40px 65px 0;
    border-color: transparent #00CC84 transparent transparent;
    position: absolute;
}

ul.top_flow_ul li:before {
    content: "";
    height: 3px;
    background: #000;
    width: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -108px;
    z-index: -1;
}

ul.top_flow_ul li:after {
    content: "";
    position: absolute;
    background-image: url(/lp/work//wp-content/uploads/2022/03/flow_circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -119px;
}

ul.top_flow_ul li .title:after {
    content: "";
    width: 2px;
    height: 50px;
    background: #E5E5E5;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    position: absolute;
}

ul.top_flow_ul li .text:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: #00CC84;
}

.price_box_content {
    width: 50%;
}

table.top_price thead th {
    background: #00CC84;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding: 10px 0;
}

table.top_price thead th.deepgreen {
    background: #2FB485;
    font-size: 20px;
}

table.top_price tbody th,
table.top_price tbody td {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    text-align: center;
    vertical-align: middle;
}

table.top_price tbody th {
    width: 230px;
    border-radius: 10px 0 0 10px;
    font-size: 20px;
    font-weight: 900;
}

table.top_price tbody td {
    width: 320px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 900;
    text-align: right;
    padding-right: 55px;
}

section#top_flow .price_box {
    border-top: 4px dotted #D0D0D0;
}

.top_price_table_wrap {
    padding-top: 80px;
}

table.top_price {
    border-spacing: 7px;
    border-collapse: separate;
}

table.top_price tbody td span.hel {
    font-size: 46px;
    margin-right: 10px;
}

.top_price_note {
    margin: 10px 0 55px;
    font-weight: 600;
}

.price_box_content.right th.right_yellow {
    background: #F2B806;
}

.price_box_content.right th.right_yellow.bottom {
    background: #F0C33B;
    font-size: 20px;
}

table.top_price tbody span.hel.deepgreen,table.top_price tbody span.hel.ri_orange {
    font-size: 34px;
    height: 60px;
}

table.top_price.top_price-option tbody th {
    color: black;
    font-size: 16px;
}



.top_price_hosho {
    width: 1080px;
    margin-left: auto;
    text-align: center;
    margin-top: 170px;
    padding: 60px 0 30px;
    z-index: -1;
}

.top_price_hosho .title {
    position: absolute;
    left: -60px;
    top: -110px;
    z-index: 10;
}

.top_price_hosho .text {
    font-weight: 900;
    font-size: 22px;
    border: 6px solid #00CC84;
    position: absolute;
    top: 30px;
    width: 100%;
    padding: 10px 30px;
}

.top_price_hosho .text span.orange {
    font-size: 28px;
    color: #EFB720;
}

section#top_faq {
    background-image: url(/lp/work//wp-content/uploads/2022/03/daiichi-work-bg-scaled.jpg);
    padding: 100px 0;
}

section#top_faq h2 {
    font-weight: 900;
    color: #00CC84;
    font-size: 36px;
    text-align: center;
    margin: 0 0 20px;
}

section#top_faq ul.faq_tab {
    justify-content: center;
    margin-bottom: 30px;
}

section#top_faq ul.faq_tab li {
    width: 220px;
    background: #fff;
    margin: 0 5px;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    color: #00CC84;
    font-weight: 900;
    font-size: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    transition: .2s;
    cursor: pointer;
}

section#top_faq ul.faq_tab li.active {
    background: #00CC84;
    color: #fff;
}

section#top_faq ul.faq_content li h3 {
    text-align: center;
    background: #00CC84;
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    border-radius: 4px;
    padding: 8px 0;
}

section#top_faq ul.faq_content li dl.faq_dl dt {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

section#top_faq ul.faq_content li dl.faq_dl + dl.faq_dl {
    margin-top: 10px;
}

section#top_faq ul.faq_content li dl.faq_dl .icon {
    width: 60px;
    margin-right: 40px;
}

section#top_faq ul.faq_content li dl.faq_dl .text {
    width: calc(100% - 100px);
}

section#top_faq ul.faq_content li dl.faq_dl dt .flex {
    align-items: center;
}

section#top_faq ul.faq_content li dl.faq_dl dt .flex .text {
    font-size: 24px;
    color: #00CC84;
}

section#top_faq ul.faq_content li dl.faq_dl dd {
    padding: 20px 10px 10px;
}

section#top_faq ul.faq_content li dl.faq_dl dd .flex .text {
    padding-top: 17px;
    font-size: 18px;
    font-weight: bold;
}

section#top_faq ul.faq_content li dl.faq_dl dt:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(/lp/work//wp-content/uploads/2022/03/batu.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s;
}

section#top_faq ul.faq_content li dl.faq_dl dt.nowOpen:after {
    transform: rotate(45deg);
}

section#top_faq ul.faq_content li dl.faq_dl dd .flex .text a {
    color: #00C4CB;
    text-decoration: underline;
}

section#top_faq ul.faq_content li dl.faq_dl dd .flex .text .btn a {
    font-size: 18px;
    display: block;
    width: 390px;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 10px;
    background-image: url(/lp/work//wp-content/uploads/2022/03/faq_icon_link.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right 15px;
}

section#top_info {
    padding: 100px 0;
}

section#top_info .info_ttl {
    background: #fff;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    color: #00CC84;
    line-height: 80px;
    margin: 0 0 20px;
    position: relative;
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
    border-radius: 6px;
}

h3.info_ttl::after {
    content: "";
    width: 10px;
    height: 60px;
    background-color: #00CC84;
    border-radius: 6px 0 0 6px;
    position: absolute;
    left: 30px;
    top: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
}

h3.info_ttl::before {
    border-radius: 0 6px 6px 0;
    right: 30px;
    left: auto;
    content: "";
    width: 10px;
    height: 60px;
    background-color: #00CC84;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
}

ul.office_list .image {
    width: 350px;
}

ul.office_list .details {
    width: 740px;
}

ul.office_list li {
    align-items: flex-end;
}

ul.office_list li + li {
    margin-top: 40px;
}

ul.office_list .image img {
    border-radius: 10px;
}

ul.office_list .details .logo img {
    width: 280px;
}

ul.office_list .details .logo {
    margin: 0 0 10px;
}

ul.office_list .details .office_name {
    font-size: 28px;
    font-weight: 900;
    color: #00CC84;
    margin: 0 0 10px;
}

ul.office_list .details .addr {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

ul.office_list .details dl.office_access + dl.office_access {
    margin-top: 10px;
}

ul.office_list .details dl.office_access dt {
    font-size: 22px;
    color: #00CC84;
}

ul.office_list .details dl.office_access dd {
    font-size: 18px;
}

section#top_info ul.office_list {
    margin-bottom: 100px;
}

section#top_info .top_officer h2 {
    background: #00CC84;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 80px;
    margin: 0 0 20px;
}

section#top_info .top_officer .details {
    width: 720px;
}

section#top_info .top_officer .image {
    width: 370px;
}

section#top_info .top_officer .image img {
    border-radius: 10px;
}

section#top_info .top_officer .details .d_head {
    border-bottom: 1px dashed #707070;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

section#top_info .top_officer .details .d_head .office {
    font-size: 28px;
    font-weight: 900;
}

section#top_info .top_officer .details .d_head .name {
    font-size: 38px;
    font-weight: 900;
}

section#top_info .top_officer .details .d_head .name span.job_title {
    font-size: 60%;
    margin-right: 4px;
}

section#top_info .top_officer .details .d_head .name span.hel {
    font-size: 70%;
    color: #00CC84;
    margin-left: 10px;
}

section#top_info .top_officer .details .d_body h3 {
    font-size: 24px;
    color: #00CC84;
    font-weight: 900;
    margin-bottom: 10px;
}

section#top_info .top_officer .details .d_body dl {
    width: 320px;
    font-size: 14px;
    margin-bottom: 10px;
}

section#top_info .top_officer .details .d_body dl dt {
    font-weight: normal;
}

section#top_info .top_officer .details .d_body dl dd {
    font-weight: bold;
}

section#top_info .top_officer .details .d_body dl dd + dt {
    margin-top: 10px;
}

section#top_info .top_officer .details .d_head .shozoku {
    font-size: 18px;
    font-weight: bold;
}

section#top_info .top_officer .details .d_head .shikaku {
    font-size: 14px;
    color: #868686;
    line-height: 1.5;
}

section#top_formarea {
    background-image: url(/lp/work//wp-content/uploads/2022/03/daiichi-work-bg-scaled.jpg);
    padding: 100px 0;
}

footer.site_ft {
    padding: 100px 0;
    background: #F8F8F8;
}

footer.site_ft .ft_logo {
    width: 450px;
    border-right: 2px solid #D9D9D9;
    padding: 30px 0;
}

footer.site_ft .ft_logo a {
    display: block;
    text-decoration: none;
    width: 400px;
    line-height: 1;
}

footer.site_ft .ft_logo a img {
    width: 100%;
}

footer.site_ft .wrap {
    align-items: center;
}

footer.site_ft .ft_text {
    width: 690px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 900;
}

.top_footer_form .form_head {
    text-align: center;
    margin-bottom: 30px;
}

.top_footer_form .form_head .top_text {
    font-weight: 900;
    color: #00CC84;
    font-size: 30px;
    letter-spacing: 2px;
}

.top_footer_form .form_head .top_text span.hel {
    font-size: 150%;
}

.top_footer_form .form_head .text {
    font-size: 18px;
    margin: 0 0 0px;
}

.top_footer_form .form_head .under_text {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
}

.top_footer_form .form_head .under_text span.under_line {
    font-size: 170%;
    color: #00CC84;
    background: linear-gradient(transparent 70%, #FCEC20 0%);
}

.top_footer_form .form_head .round_text {
    width: 600px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 3px #FCEC20;
}

.top_footer_form .form_head .round_text a {
    display: block;
    width: 100%;
    padding: 20px 0px;
    text-decoration: none;
    background: #00CC84;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 100px;
    font-size: 28px;
}

.top_footer_form .form_head .round_text span.small {
    font-size: 80%;
}

.top_footer_form .form_content table {
    width: 100%;
    margin: 0 0 20px;
}

.top_footer_form .form_content table th {
    width: 300px;
    padding: 20px 30px 10px 0;
    font-size: 20px;
}

.top_footer_form .form_content table td input[type=text],
.top_footer_form .form_content table td input[type=tel],
.top_footer_form .form_content table td input[type=email] {
    width: 100%;
    background: #fff;
    height: 70px;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    padding-left: 20px;
}

.top_footer_form .form_content table td textarea {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    padding: 20px;
}

.top_footer_form .form_content table td {
    padding-bottom: 20px;
}

.top_footer_form .form_content table th .mark {
    width: 70px;
    background: #808080;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    line-height: 34px;
    color: #fff;
}

.top_footer_form .form_content table th .flex-sb {
    align-items: center;
}

.top_footer_form .form_content table th .mark.required {
    background: #B70F2A;
}

.top_footer_form .form_content table td .contact_type input[type=text] {
    display: inline;
    width: 270px;
    height: 50px;
    margin-left: 30px;
}

span.wpcf7-radio label input {
    display: none;
}

span.wpcf7-radio label input + span {
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

span.wpcf7-radio label input + span:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #EBEBEB;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

span.wpcf7-radio label input + span:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #F2B806;
    position: absolute;
    border-radius: 50%;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
    opacity: 0;
}

span.wpcf7-radio label input:checked + span:after {
    opacity: 1;
}

.top_footer_form .form_content table td .contact_type span.wpcf7-list-item:nth-child(3) {
    margin-right: 500px;
}

.top_footer_form .form_content table td .contact_type span.wpcf7-list-item {
    margin-bottom: 20px;
}

.top_footer_form .privacy_content {
    background: #fff;
    height: 300px;
    overflow-y: scroll;
    padding: 20px 200px 20px 20px;
    font-size: 14px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
    margin: 0 0 40px;
}

.top_footer_form .privacy_content .top_text {
    margin-bottom: 30px;
}

.top_footer_form .privacy_content dt {
    margin-top: 20px;
}

.top_footer_form .form_submit {
    text-align: center;
}

.top_footer_form .form_submit input {
    width: 380px;
    height: 80px;
    background: #00CC84;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    background-image: url(/lp/work//wp-content/uploads/2022/03/daiichi-submit.svg);
    background-repeat: no-repeat;
    background-position: center right 30px;
    box-shadow: 2px 2px 0px #FCEC20;
    cursor: pointer;
}

.copyright {
    background: #00CC84;
    text-align: center;
    color: #fff;
}

.copyright small {
    font-size: 12px;
    line-height: 30px;
}

.common-page_main {
    background: #00CC84;
    padding: 200px 0 100px;
}

.common-page_main h1.title {
    margin: 0;
}

.common-page_main p.sub_title {
    font-weight: 900;
    color: #fff;
}

.back_link a {
    display: block;
    background: #00CC84;
    width: 300px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    border-radius: 4px;
    margin: 0 auto;
    padding: 10px 0;
}

.back_link {
    padding: 50px 0 0;
}

section.banner {
    padding-bottom: 10px;
}

ul.review_list li {
    width: 24%;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0 0 0 / 0.16);
    background-color: #fff;
    transition: .3s;
    overflow: hidden;
}

ul.review_list li .image {
    height: 200px;
    background-size: cover!important;
    background-position: center!important;
}

ul.review_list li .textArea {
    padding: 15px 20px;
    text-align: center;
    font-weight: 800;
    line-height: 1.5;
}

ul.review_list li .textArea p.name {
    margin-bottom: .5em;
}

ul.review_list li .textArea p.text {
    font-size: 18px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.review_list li:hover {
    color: #fff;
    background: #00CC84;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    .body {
        font-size: 14px;
        line-height: 1.5;
    }

    h2.title {
        font-size: 4.5vw;
        margin-bottom: 0;
        line-height: 1.5;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    header#sp_header .logo img {
        height: 40px;
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 10px;
        top: 10px;
        font-size: 16px;
        color: #fff;
        background-color: #00c4cb;
        font-weight: bold;
        letter-spacing: .08em;
        padding: 4px 15px;
        border-radius: 10px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*********************************************
     * SPトップページ FV
    *********************************************/
    section.top_main {
        padding: 70px 0 0;
    }

    section.top_main p.subtitle {
        text-align: center;
        margin-bottom: 4vw;
    }

    section.top_main p.subtitle img {
        width: 90%;
    }

    .main_content h1.title {
        text-align: center;
        margin-bottom: 5vw;
    }

    h1.title {
        font-size: 3.5vw;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    h1.title span.yellow {
        font-size: 5.5vw;
    }

    h1.title span.big {
        font-size: 6vw;
    }

    .main_content > .flex {
        display: block;
    }

    .main_list {
        width: 31%;
        text-align: center;
    }

    section.top_main .human_img {
        position: static;
        text-align: center;
    }

    section.top_main .human_img img {
        width: 80%;
    }

    /*********************************************
     * SPトップページ 永住ビザを申請する前に
    *********************************************/
    section.intro {
        padding: 40px 0 35px;
    }

    section.intro h2.title {
        font-size: 16px;
        line-height: 1.3;
    }

    section.intro h2.title img {
        width: 20px;
        margin-bottom: 4px;
    }

    section.intro h2.title span.dot {
        font-size: 20px;
    }

    section.intro h2.title span.dot:after {
        top: -16px;
        margin-left: -13px;
    }

    section.intro h2.title:after {
        width: 95%;
        left: 5px;
    }

    section.intro .title_box {
        text-align: left;
        padding: 5vw;
        margin-bottom: 10px;
    }

    section.intro .title_box p.subtitle {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    section.intro .title_box p.subtitle span {
        font-size: 16px;
    }

    section.intro .title_box h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    section.intro .title_box h3 span.blue {
        font-size: 20px;
    }

    section.intro .title_box h3 span.line {
        font-size: 16px;
    }

    section.intro p.title_last {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 10px;
        text-align: center;
    }

    section.intro p.title_last span.big {
        font-size: 150%;
    }

    section.intro p.title_last span.blue {
        font-size: 20px;
    }

    .intro_percent p.per_first {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 20px;
        text-align: center;
    }

    .intro_percent p.per_first span.blue {
        font-size: 20px;
    }

    .per_ul {
        margin-bottom: 10px;
    }

    .per_list {
        width: 32%;
        margin-bottom: 10px;
    }

    .per_list p.num {
        font-size: 13px;
    }

    .per_list p.num span.big {
        font-size: 150%;
    }

    .per_list p.per_month {
        font-size: 20px;
    }

    section.intro .human_img {
        margin-bottom: 5px;
    }

    section.intro .human_img img {
        width: 70%;
    }

    h3.per_last {
        font-size: 5vw;
        margin-bottom: 10px;
    }

    h3.per_last span.blue {
        font-size: 6vw;
        letter-spacing: .05em;
    }

    .intro_vs {
        display: block;
    }

    .vs_box {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }

    .vs_box h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .vs_box li {
        font-size: 13px;
    }

    .vs_box li + li {
        margin-top: 5px;
    }

    .vs_box.n_allow {
        border-width: 5px;
    }

    .vs_img {
        display: none;
    }

    .arrow_img img {
        width: 120px;
    }

    .intro_last p.text01 {
        font-size: 4vw;
    }

    .intro_last p.text01 span.small {
        font-size: 4vw;
    }

    .intro_last p.text02 {
        font-size: 4vw;
        line-height: 1.5;
        background: none;
    }

    .intro_last p.text02 span.blue {
        font-size: 5vw;
        background:linear-gradient(transparent 70%, #fcec20 0%);
    }

    .triangle_img {
        bottom: -65px;
    }

    /*********************************************
     * SPトップページ ６つのメリット
    *********************************************/
    section.merit {
        padding: 50px 0 45px;
        margin-bottom: 50px;
    }

    section.merit h2.title {
        line-height: 1.2;
        margin-bottom: 30px;
        font-size: 18px;
    }

    section.merit h2.title span {
        font-size: 24px;
    }

    .merit_ul {
        margin-bottom: 20px;
    }

    .merit_ul li + li {
        margin-top: 35px;
    }

    .merit_list {
        padding: 15px 25px;
    }

    .merit_list p.num {
        font-size: 25px;
        width: 50px;
        height: 50px;
        left: -10px;
        top: -10px;
        line-height: 50px;
    }

    .merit_list .flex-sb {
        display: block;
    }

    .merit_list .img {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .img.human {
        width: 100%;
    }

    .merit_list .img img {
        width: 30%;
    }

    .merit_list .text_box {
        width: 100%;
    }

    .merit_list h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .merit_list p.text {
        font-size: 13px;
    }

    .merit_last {
        font-size: 4.5vw;
    }

    .merit_last span.small {
        font-size: 3.5vw;
    }

    .merit_last span.yellow {
        font-size: 5.2vw;
        line-height: 1.2;
    }

    /*********************************************
     * SPトップページ バナー
    *********************************************/
    /* section.banner {
        padding: 50px 0 50px;
    } */

    section.banner h2.title {
        padding: 10px;
        margin-bottom: 0;
        font-size: 3.5vw;
    }

    section.banner h2.title span.small {
        font-size: 3vw;
    }

    section.banner .content_box {
        padding: 10px;
    }

    section.banner p.subtitle {
        font-size: 3vw;
        margin-bottom: 5px;
    }

    section.banner .wrap .content_box > h3 {
        margin: -10px 0 10px;
    }

    .banner_info {
        display: block;
        padding: 0;
    }

    .banner_info .text_box h3.title {
        font-size: 4vw;
        text-align: center;
        margin: 0 0 10px;
    }

    .banner_info .text_box h3.title span.small {
        font-size: 5vw;
    }

    .banner_ul {
        margin-bottom: 15px;
    }

    .banner_list {
        width: 32%;
    }

    .banner_info .tel_box {
        text-align: center;
        margin-bottom: 4vw;
    }

    .banner_info .tel_box h3 {
        font-size: 4vw;
        margin-bottom: 5px;
    }

    .number_box a {
        pointer-events: auto;
    }

    .number_box.tokyo a {
        margin-bottom: 5px;
    }

    .number_box a p.name {
        font-size: 3vw;
        margin-bottom: 0;
    }

    .number_box a .flex {
        align-items: center;
        justify-content: center;
    }

    .number_box a .img {
        width: 10%;
    }

    .number_box a p.tel_number {
        font-size: 7vw;
    }

    .banner_info .tel_box p.hours {
        font-size: 3vw;
    }

    /*********************************************
     * SPトップページ 依頼が殺到するのか？
    *********************************************/
    section.work h2.title {
        font-size: 4vw;
        margin-bottom: 45px;
    }

    section.work .title_img {
        right: 5vw;
        top: -15vw;
        width: 10vw;
    }

    section.work .title_img img {
        width: 100%;
    }

    .link_menu {
        display: block;
    }

    .link_menu li + li {
        margin-top: 30px;
    }

    .link_menu.top {
        margin-bottom: 30px;
    }

    .link_menu li a {
        width: 100%;
        font-size: 16px;
        padding-bottom: 15px;
    }

    .link_menu li a p.num_img {
        padding-bottom: 5px;
    }

    .link_menu.bottom li + li {
        margin-left: 0;
    }

    .link_menu.bottom {
        margin-bottom: 35px;
    }

    .work_inner_sec h3.title:before,
    .work_inner_sec h3.title:after {
        content: none;
    }

    .work_inner_sec h3.title {
        font-size: 4.2vw;
        padding: 10px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    /* 「全国トップクラスの圧倒的な実績」セクション */
    section#work_result {
        padding: 0 0 25px;
    }

    section#work_result .flex {
        display: block;
        margin-bottom: 15px;
    }

    .result_item {
        width: 100%;
        padding: 5vw;
        font-size: 13px;
    }
    
    section.work .result_item span.green {
        font-size: 30px;
    }

    .result_item span.big {
        font-size: 20px;
    }

    .result_item span.small {
        font-size: 12px;
    }

    .result_item span.blue {
        font-size: 30px;
    }

    .result_item span.medium {
        font-size: 18px;
    }

    section#work_result .flex div + div {
        margin: 10px 0 0 0;
    }

    .result_item:last-of-type {
        padding-top: 20px;
    }

    .result_text {
        font-size: 12px;
        text-align: left;
    }

    /* 「事務所の評判口コミの評価が高い」セクション */
    section#work_review {
        padding: 0 0 40px;
    }

    h3.info_title {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 5px;
        text-align: center;
    }

    section#work_review > .flex {
        display: block;
    }

    .google_logo {
        margin: 0 0 5px;
        justify-content: center;
        padding: 10px 30px 5px;
    }

    .google_logo img {
        width: 50%;
    }

    .review_total,
    .review_count {
        font-size: 12px;
    }

    .review_total, .review_count {
        width: 50%;
    }

    .review_total span,
    .review_count span {
        font-size: 24px;
    }

    .review_total img,
    .review_count img {
        width: 10%;
        margin-right: 5px;
    }

    .review_total {
        margin: 0 0 0 0;
    }

    section#work_review > .flex {
        margin-bottom: 10px;
    }

    .review_exam h3.title {
        margin-bottom: 10px;
    }

    .exam_list {
        width: 100%;
        margin-bottom: 15px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
        text-align: center;
        background-color: #fff;
        border-radius: 10px;
    }
    
    .exam_list p.star {
        font-size: 20px;
    }

    .exam_list .text_box {
        height: auto;
        padding: 10px;
        background: none;
        box-shadow: none;
    }

    .exam_list .text_box p.name {
        font-size: 12px;
    }

    .exam_list .text_box p.text {
        font-size: 12px;
        text-align: left;
    }

    .exam_list:nth-child(3) .text_box p.name {
        margin-bottom: 10px;
    }

    /* 「国際業務専門の複数の行政書士が在籍」セクション */
    section#work_staff {
        padding: 0 0 30px;
    }

    section#work_staff h4 {
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .staff_list {
        width: 48%;
        margin-bottom: 10px;
    }
    .staff_list .img {
        width: 100%;
        height: 54vw;
        margin-bottom: 0;
    }
    .staff_list p.job {
        font-size: 12px;
    }
    .staff_list p.name {
        font-size: 18px;
    }
    .staff_list p.number {
        font-size: 12px;
    }

    /* 「日本全国どこからでも依頼が可能」セクション */
    section#work_japan {
        padding: 0 0 30px;
    }

    section#work_japan > h4 {
        margin: 0 0 10px 0;
        text-align: center;
    }

    section#work_japan > h4 img {
        width: 80%;
    }

    section#work_japan > .flex {
        display: block;
    }

    section#work_japan .map_area {
        margin: 0 0 10px 0;
        text-align: center;
    }

    section#work_japan .map_area img {
        width: 70%;
    }

    section#work_japan p.subtitle {
        font-size: 6vw;
        line-height: 1.2;
        margin-bottom: 10px;
        text-align: center;
    }

    section#work_japan p.area_name {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }

    section#work_japan p.area_name span {
        font-size: 16px;
    }

    section#work_japan .text_area h4 {
        font-size: 6vw;
        margin-bottom: 15px;
        text-align: center;
    }

    section#work_japan p.attention {
        font-size: 14px;
        margin-bottom: 5px;
    }

    /* 「国際行政書士としてのずば抜けた発信力」セクション */
    section#work_sending h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    section#work_sending h4 span.blue {
        font-size: 30px;
    }

    section#work_sending h4 span.medium {
        font-size: 20px;
    }

    .send_list {
        width: 49%;
        margin-bottom: 10px;
    }

    .send_list .img {
        margin-bottom: 5px;
    }

    .send_list p.name {
        font-size: 12px;
        line-height: 1.3;
    }

    .send_list p.seminar_title {
        font-size: 10px;
    }

    section#work {
        margin-top: 50px;
        padding: 50px 0 30px;
        margin-bottom: 55px;
    }

    /*********************************************
     * SPトップページ 下部固定
    *********************************************/
    section#sp_bottom_content {
        display: none;
    }

    section.sp_bottom_content {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        z-index: 1000;
        padding: 10px 0;
    }

    section.sp_bottom_content .flex-sb {
        align-items: center;
    }

    .sp_contact_btn a {
        display: block;
        color: #fff;
        background-color: #00CC84;
        font-weight: bold;
        letter-spacing: .07em;
        border-radius: 6px;
        padding: 11px 20px;
    }

    .sp_tel_btn a {
        display: block;
        color: #fff;
        background-color: #b70f2a;
        font-weight: bold;
        letter-spacing: .07em;
        border-radius: 6px;
        padding: 11px 30px;
    }

    section.sp_bottom_content .flex-sb > div {
        width: 48%;
        text-align: center;
    }

    .sp_tel_btn a img {
        width: 16px;
        vertical-align: sub;
        margin-right: 5px;
    }

    .sp_contact_btn a img {
        width: 16px;
        vertical-align: middle;
        margin-right: 7px;
    }

    /*********************************************
     * SPトップページ 電話モーダルメニュー
    *********************************************/
    .modal {
        height: 100vh;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
        display: none;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        background: #fff;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        border: 5px solid #00CC84;
        border-radius: 6px;
        width: 94%;
        padding: 10vw 4vw;
    }

    .modal__content h2 {
        text-align: center;
        font-weight: bold;
        color: #fff;
        background-color: #00CC84;
        border-radius: 6px;
        line-height: 1.5;
        letter-spacing: .06em;
        padding: 10px 0;
        margin-bottom: 15px;
    }

    .modal__content .inbox {
        text-align: center;
    }

    .modal__content .inbox.osaka,
    .modal__content .inbox.tokyo {
        margin-bottom: 15px;
        border-bottom: 1px dashed;
        padding-bottom: 15px;
    }

    .modal__content .inbox h3 {
        font-size: 3.5vw;
        font-weight: bold;
        letter-spacing: .05em;
        color: #efb720;
        margin-bottom: 10px;
    }

    .modal__content .inbox a {
        display: inline-block;
        background-color: #3c3a3b;
        color: #fff;
        font-size: 3.5vw;
        font-weight: bold;
        letter-spacing: .05em;
        width: 90%;
        padding: 8px 0;
        border-radius: 10px;
    }

    .modal__content .inbox a img {
        width: 6%;
        margin-right: 5px;
        vertical-align: sub;
    }

    a.js-modal-close {
        color: #fff;
        position: absolute;
        right: 0;
        top: -12vw;
        font-size: 6vw;
    }

    a.js-modal-close:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

    /*********************************************
    * SP固定ページ 共通設定
    *********************************************/
     .common-page_wrap {
        padding: 10vw 0;
    }

    .common-page_title h2 {
        font-size: 5vw;
    }

    .common-page_title p.sub_title {
        font-size: 3vw;
    }

    p.reserve_text {
        font-size: 6vw;
    }

    a.common-btn {
        width: 80%;
        line-height: 12vw;
    }

    a.common-btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /*********************************************
     * SP固定ページ 会社概要
    *********************************************/
    section.company_profile {
        margin-bottom: 20vw;
    }

    section.company_profile table th, section.company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    section.company_profile table {
        border-top: 1px solid;
    }

    section.company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    section.company_profile table td {
        width: 100%;
    }

    section.company_access .map {
        height: 50vw;
    }

    /*********************************************
     * SP固定ページ お問い合わせ
     *********************************************/
    section#page-contact table {
        margin-bottom: 10vw;
    }

    section#page-contact table th, section#page-contact table td {
        font-size: 4vw;
        display: block;
    }

    section#page-contact table th {
        width: 100%;
        text-align: left;
    }

    section#page-contact table td {
        width: 100%;
    }

    section#page-contact input[type="text"], section#page-contact input[type="email"], section#page-contact #zip {
        width: 100%;
        height: 12vw;
    }

    section#page-contact input.tel {
        width: 30%;
    }

    section#page-contact select {
        width: 100%;
    }

    section#page-contact textarea {
        width: 100%;
        height: 60vw;
    }

    section#page-contact div#btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    section#page-contact div#btn_wrap button[name="submitBack"] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    span.mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item + .horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    section#page-contact p.attention {
        font-size: 3vw;
    }

    /* サンクスページ */
    section#page-contact .thanks_textArea p {
        font-size: 4vw;
    }

    section#page-contact .thanks_textArea p.contact_text {
        margin-bottom: 2em;
    }

    section#page-contact .thanks_textArea a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    section#page-contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    section#page-contact .progressbar .item:not(:last-child)::before, section#page-contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /*********************************************
     * SP固定ページ 個人情報保護方針
     *********************************************/
    section.privacy_page p.main_text {
        font-size: 3.5vw;
    }

    section.privacy_page dl {
        margin-bottom: 10vw;
    }

    section.privacy_page dl dt {
        font-size: 4vw;
    }

    section.privacy_page dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /*********************************************
     * SP固定ページ 404ページ
     *********************************************/
    section#page-404 p.num {
        font-size: 20vw;
        line-height: 1.5;
    }

    section#page-404 p.text {
        font-size: 3.5vw;
    }

    /*********************************************
     * SP投稿ページ シングルページ
     *********************************************/
    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    div#single_page .singleContent {
        width: 100%;
    }

    div#single_page .singleContent a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    div#single_page .singleContent a.ichiran_link:hover {
        opacity: 1;
    }

    div#single_page .singleSidebar {
        display: none;
    }

    section#top_flow {
        margin: 80px 0 100px;
    }

    section#top_flow h2 {
        font-size: 20px;
    }

    ul.top_flow_ul {
        margin-left: 0;
        border-left: 2px solid #000;
        padding-left: 40px;
        margin-bottom: 55px;
    }

    ul.top_flow_ul li:before {
        height: 2px;
        left: -40px;
        bottom: auto;
        top: 19px;
    }

    ul.top_flow_ul li:after {
        width: 20px;
        height: 20px;
        border-width: 8px;
        left: -51px;
        bottom: auto;
        top: 9px;
    }

    ul.top_flow_ul li {
        height: auto;
    }

    ul.top_flow_ul li .num {
        width: 20%;
        font-size: 20px;
        line-height: 40px;
    }

    ul.top_flow_ul li .num:before {
        border-width: 20px 10px 20px 0;
    }

    ul.top_flow_ul li .title {
        width: 80%;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 40px;
        padding-left: 15px;
    }

    ul.top_flow_ul li .text {
        width: 100%;
        padding: 5px 20px 10px 10px;
        font-size: 12px;
        position: static;
    }

    ul.top_flow_ul li .title:after {
        display: none;
    }

    ul.top_flow_ul li .text:after {
        width: 5px;
        height: 30px;
    }

    ul.top_flow_ul li .title br {
        display: none;
    }

    table.top_price thead th {
        font-size: 18px;
        line-height: 2;
    }

    table.top_price tbody th, table.top_price tbody td {
        display: block;
        width: 100%;
        height: auto;
    }

    table.top_price tbody th {
        font-size: 16px;
        border-radius: 10px 10px 0 0;
        margin-bottom: 10px;
        line-height: 1.8;
        padding: 5px 0;
    }

    table.top_price tbody td {
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-right: 0;
}

    table.top_price tbody td span.hel {
        font-size: 36px;
    }

    .top_price_note {
        margin: 0 0 20px;
        font-size: 12px;
    }

    .top_price_hosho .title {
        width: 80vw;
        left: -3vw;
        top: -6vw;
        background-color: #fff;
    }

    .top_price_hosho {
        width: 100%;
        margin-top: 15vw;
        padding: 0;
        z-index: 10;
    }

    .top_price_hosho .text {
        font-size: 16px;
        text-align: left;
        left: 0;
        position: relative;
        padding: 5vw;
    }

    .top_price_hosho .text span.orange {
        font-size: 20px;
    }

    section#top_faq {
        padding: 50px 0;
    }

    section#top_faq h2 {
        font-size: 20px;
    }

    section#top_faq ul.faq_tab li {
        font-size: 11px;
        width: 48%;
        margin: 0;
        line-height: 1.5;
        padding: 10px 0;
    }

    section#top_faq ul.faq_tab {
        justify-content: space-between;
        margin-bottom: 10px;
    }

    section#top_faq ul.faq_content li h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    section#top_faq ul.faq_content li dl.faq_dl .icon {
        width: 30px;
        margin-right: 10px;
    }

    section#top_faq ul.faq_content li dl.faq_dl .text {
        width: calc(100% - 40px);
    }

    section#top_faq ul.faq_content li dl.faq_dl dt .flex .text {
        font-size: 16px;
        padding-right: 30px;
    }

    section#top_faq ul.faq_content li dl.faq_dl dt:after {
        width: 20px;
        height: 20px;
        right: 10px;
    }

    section#top_faq ul.faq_content li dl.faq_dl dd .flex .text {
        font-size: 13px;
        padding-top: 5px;
    }

    section#top_faq ul.faq_content li dl.faq_dl dd .flex .text .btn a {
        font-size: 4vw;
        width: 100%;
        padding: 8px 0 8px 3vw;
        background-size: 4vw;
        background-position: center right 3vw;
    }

    section#top_faq ul.faq_content li dl.faq_dl dd {
        padding: 10px;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
    }

    section#top_info {
        padding: 50px 0;
    }

    section#top_info .info_ttl {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    ul.office_list .image {
        width: 100%;
        padding: 0 20%;
        margin: 0 0 20px;
    }

    ul.office_list .details {
        width: 100%;
    }

    ul.office_list .details .logo img {
        width: 50%;
    }

    ul.office_list .details .logo {
        text-align: center;
    }

    ul.office_list .details .office_name {
        font-size: 20px;
        margin: 0;
    }

    ul.office_list .details .addr {
        font-size: 13px;
    }

    ul.office_list .details dl.office_access dt {
        font-size: 13px;
    }

    ul.office_list .details dl.office_access dd {
        font-size: 12px;
    }

    section#top_info ul.office_list {
        margin-bottom: 50px;
    }

    section#top_info .top_officer h2 {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    section#top_info .top_officer .image {
        order: -1;
        width: 100%;
        padding: 0 20%;
        margin-bottom: 20px;
    }

    section#top_info .top_officer .details .d_head .office {
        font-size: 18px;
    }

    section#top_info .top_officer .details .d_head .name {
        font-size: 22px;
    }

    section#top_info .top_officer .details .d_head .shozoku {
        font-size: 12px;
    }

    section#top_info .top_officer .details .d_head .shikaku {
        font-size: 10px;
    }

    section#top_info .top_officer .details .d_body h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    section#top_info .top_officer .details .d_body dl {
        width: 100%;
        font-size: 12px;
    }

    section#top_formarea {
        padding: 50px 0;
    }

    .top_footer_form .form_head .top_text {
        font-size: 20px;
    }

    .top_footer_form .form_head .text {
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }

    .top_footer_form .form_head .under_text {
        font-size: 18px;
    }

    .top_footer_form .form_head .under_text span.under_line {
        font-size: 150%;
    }

    .top_footer_form .form_head .round_text {
        font-size: 16px;
        width: 100%;
    }

    .top_footer_form .form_content table th,
    .top_footer_form .form_content table td {
        display: block;
        width: 100%;
        padding: 0;
    }

    .top_footer_form .form_content table td .contact_type span.wpcf7-list-item:nth-child(3) {
        margin-right: 0;
    }

    .top_footer_form .form_content table td {
        margin-bottom: 20px;
    }

    .top_footer_form .form_content table th {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .top_footer_form .form_content table th .mark {
        font-size: 10px;
        width: 40px;
        line-height: 2;
    }

    .top_footer_form .form_content table td input[type=text],
    .top_footer_form .form_content table td input[type=tel],
    .top_footer_form .form_content table td input[type=email] {
        height: 40px;
    }

    .top_footer_form .form_content table td .contact_type span.wpcf7-list-item {
        display: block;
        margin: 0 0 10px;
    }

    span.wpcf7-radio label input + span:before {
        width: 18px;
        height: 18px;
    }

    span.wpcf7-radio label input + span:after {
        width: 10px;
        height: 10px;
    }

    span.wpcf7-radio label input + span {
        padding-left: 23px;
    }

    .top_footer_form .form_content table td .contact_type input[type=text] {
        width: 100%;
        margin-left: 0;
        height: 30px;
    }

    .top_footer_form .privacy_content {
        height: 50vw;
        padding: 5vw;
        font-size: 12px;
    }

    .top_footer_form .privacy_content .top_text {
        margin-bottom: 15px;
    }

    .top_footer_form .form_submit input {
        width: 100%;
        height: 50px;
        background-size: 20px;
        font-size: 18px;
    }

    .top_footer_form .form_head .top_text {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .top_footer_form .form_head .text {
        font-size: 12px;
        text-align: left;
    }

    .top_footer_form .form_head .under_text {
        font-size: 18px;
    }

    .top_footer_form .form_head .under_text span.under_line {
        font-size: 150%;
    }

    .top_footer_form .form_head .round_text {
        width: 100%;
    }

    .top_footer_form .form_head .round_text a {
        font-size: 16px;
        width: 100%;
    }

    .top_footer_form .form_content table th,.top_footer_form .form_content table td {
        display: block;
        width: 100%;
        padding: 0;
    }

    .top_footer_form .form_content table td .contact_type span.wpcf7-list-item:nth-child(3) {
        margin-right: 0;
    }

    .top_footer_form .form_content table td {
        margin-bottom: 20px;
    }

    .top_footer_form .form_content table th {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .top_footer_form .form_content table th .mark {
        font-size: 10px;
        width: 40px;
        line-height: 2;
    }

    .top_footer_form .form_content table td input[type=text],
    .top_footer_form .form_content table td input[type=tel],
    .top_footer_form .form_content table td input[type=email] {
        height: 40px;
    }

    .top_footer_form .form_content table td .contact_type span.wpcf7-list-item {
        display: block;
        margin: 0 0 10px;
    }

    span.wpcf7-radio label input + span:before {
        width: 18px;
        height: 18px;
    }

    span.wpcf7-radio label input + span:after {
        width: 10px;
        height: 10px;
    }

    span.wpcf7-radio label input + span {
        padding-left: 23px;
    }

    .top_footer_form .form_content table td .contact_type input[type=text] {
        width: 100%;
        margin-left: 0;
        height: 30px;
    }

    .top_footer_form .privacy_content {
        height: 50vw;
        padding: 5vw;
        font-size: 12px;
    }

    .top_footer_form .privacy_content .top_text {
        margin-bottom: 15px;
    }

    .top_footer_form .form_submit input {
        width: 100%;
        height: 50px;
        background-size: 20px;
        font-size: 18px;
    }

    footer.site_ft {
        padding: 50px 0;
    }

    footer.site_ft .ft_logo {
        width: 100%;
        border: none;
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
    }

    footer.site_ft .ft_logo a {
        width: 70%;
        margin: 0 auto;
    }

    footer.site_ft .ft_logo img {
        width: 100%;
    }

    footer.site_ft .ft_text {
        width: 100%;
        padding: 0;
        font-size: 12px;
    }

    .copyright small {
        font-size: 8px;
    }

    .common-page_main {
        padding: 90px 0  30px;
    }

    .common-page_main h1.title {
        font-size: 24px;
    }

    .back_link a {
        width: 100%;
    }

    .back_link {
        padding-top: 20px;
    }

    .vs_box.allow {
        border-width: 5px;
    }
    
    .main_content {
        width: 100%;
        height: auto;
    }
    
    p.topmain_subtext {
        font-size: 3.2vw;
        padding-right: 15vw;
        margin-bottom: 5vw;
    }

    .top_main_circle {
        right: 0;
        top: 13vw;
        width: 15vw;
        height: 15vw;
        font-size: 4vw;
    }
    
    span.green {
        font-size: 5.5vw;
    }
    
    p.intro_sub_title {
        font-size: 4vw;
        padding-bottom: 3vw;
    }
    
p.intro_sub_title span {
    font-size: 4.5vw;
}
    
p.yellow_text_cont {
    font-size: 5vw;
}
    
p.yellow_text_cont::after {
    bottom: -2vw;
    width: 100%;
    height: 6vw;
}
    
p.alert {
    width: 10vw;
    padding-bottom: 4vw;
}
    
.yellow_text {
    margin-bottom: 4vw;
}
   
p.alert_text {
    font-size: 4vw;
    padding-bottom: 4vw;
}
    p.alert_text span.yellow {
        font-size: 6vw;
    }

    .paper_img ul {
        justify-content: center;
    }

    .paper_img ul li {
        width: 40%;
    }

    .paper_img ul li:first-child {
        margin-right: 0;
    }

    .paper_img_cont {
        width: 70%;
        margin: 0 auto;
    }

    p.paper_text span {
        font-size: 5vw;
    }

    p.paper_text {
        font-size: 3.5vw;
    }

    p.paper_maintext {
        font-size: 4vw;
    }

    p.paper_maintext span:after {
        left: -3vw;
        bottom: -4vw;
    }

    .worry_title {
        padding: 20px 0;
        margin-bottom: 50px;
    }

    .worry_title h2.title span {
        font-size: 7vw;
    }
    
    .worry_main ul li {
        padding: 5px 10px 5px 15px;
        font-size: 26px;
    }

    .worry_main ul li + li {
        margin-top: 10px;
    }
    
    p.worry_text {
        padding-left: 13vw;
        font-size: 13px;
        line-height: 1.8;
    }

    p.worry_text span {
        font-size: 16px;
    }
    
    p.worry_text::before {
        width: 13vw;
        height: 10vw;
        left: -10px;
        background-size: 5vw;
        background-position: center;
    }
    
    .triangle {
        width: 25%;
        padding-bottom: 2vw;
    }
    
    .worry_main {
        margin-bottom: 4vw;
    }
    
    p.worry_maintext span {
        font-size: 5vw;
    }

    p.worry_maintext {
        font-size: 4vw;
        padding-bottom: 20px;
        line-height: 1.5;
    }
    
    section#banner {
        padding: 0;
    }
    
    .banner_sub_title {
        border-radius: 30px;
        font-size: 3.2vw;
        padding: 3vw;
        width: 100%;
        margin-bottom: 4vw;
    }
    
    .banner_info .text_box h3.title span.yellow {
        font-size: 6vw;
    }
    
    .banner_info.flex-sb span.green {
        font-size: 5vw;
    }
    
    p.bottom_con_text {
        font-size: 3.2vw;
        padding-bottom: 1em;
    }
    
    p.bottom_con_text span {
        font-size: 4.5vw;
    }
    
    section.work span.green {
        font-size: 4vw;
    }
    
    section#work_sending span.green.hel {
        font-size: 30px;
    }
    
    .price_box_content {
        width: 100%;
    }
    
    .top_price_table_wrap {
        padding-top: 55px;
    }
    
    table.top_price  {
        width: 100%;
    }
    
    table.top_price thead th.deepgreen,
    .price_box_content.right th.right_yellow.bottom{
        font-size: 18px;
    }
    
    .center_price_note {
        font-size: 12px;
        padding: 1em;
    }
    
    .top_price_hosho.pr span {
        font-size: 6.2vw;
    }
    
    section#top_flow {
        padding-bottom: 0;
    }
    
    .exam_ul {
        height: 100vw;
    }

    ul.review_list li {
        width: 49%;
        margin-bottom: 2vw;
    }
    
    ul.review_list li .image {
        height: 30vw;
    }
    
    ul.review_list li .textArea {
        padding: 3vw;
    }
    
    ul.review_list li .textArea p.text {
        font-size: 3.5vw;
        height: auto;
        display: block;
    }

    span.line::after {
        left: -5%;
        top: 5vw;
    }

/*********************************************
 * SPリンク調整
*********************************************/

div#page_link1 {
    display: block;
    padding-top: 18vw;
    margin-top: -18vw;
}
div#page_link3 {
    display: block;
    padding-top: 4vw;
    margin-top: -4vw;
}
div#page_link4 {
    display: block;
    padding-top: 8vw;
    margin-top: -8vw;
}

}
