@charset "UTF-8";
/* リニューアル */
/* 幅1200px以下からcss適応 */
@media only screen and (max-width: 1200px) {
  #header {
    height: 20.4vw;
    max-height: 243px;
  }
  .h_head {
    width: 100%;
    max-width: 1140px;
  }
  .h_logo_wrap {
    width: 59vw;
    max-width: 683px;
  }
  .h_logo {
    left: 0;
  }
  .h_logo img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .h_logo_tel {
    left: auto;
    right: -5px;
    top: 5vw;
    width: 23vw;
    max-width: 262px;
  }
  .h_logo_tel img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .h_tel {
    width: 39vw;
    max-width: 442px;
  }
  .h_tel img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .h_tel_mail img,
  .h_tel_line img {
    width: 17.5vw;
    max-width: 198px;
    height: auto;
  }
  .h_nav {
    top: 12.8vw;
  }
  .mainimage_wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .mainimage_img {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .mainimage_img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #main_wrap {
    width: 100%;
    max-width: 1140px;
  }
  #main_conts {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
  }
  #main_side {
    display: none;
  }
  /* 下層ページ */
  #breadcrumb {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 20px;
  }
}

/* 幅1080px以下からcss適応 */
@media only screen and (max-width: 1080px) {
  #header {
    height: auto;
    max-height: 100%;
  }
  .h_copy {
    padding: 0 12px;
  }
  .h_logo {
    position: relative;
    line-height: 0;
  }
  .h_logo_wrap {
    margin: 0 auto;
  }
  .h_tel {
    display: none;
  }
  .h_nav {
    top: 0;
  }
  .h_nav.pc {
    display: none;
  }
  .h_nav.sp {
    display: flex;
    justify-content: space-between;
    top: 6px;
    z-index: 9;
  }
  .nav_sp-conts {
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    line-height: 0;
  }
  .nav_sp-conts img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 64px;
  }
  .nav_sp-conts:last-of-type {
    border-right: none;
  }
  /* ハンバーガーメニュー */
  .sp_hummenu {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .hum_menu_obtn {
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hum_menu_obtn p {
    line-height: 0;
  }
  .hum_menu_obtn_bar {
    position: relative;
    width: 100%;
    border-top: 3px solid #fff;
    padding: 5px 0px 0;
  }
  .hum_menu_obtn_bar:before,
  .hum_menu_obtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #fff;
    padding: 5px 0 0;
  }
  .hum_menu_obtn span {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    line-height: 1;
    color: #fff;
  }
  .hum_menu_nav {
    background: rgba(253, 253, 253, 0.98);
    height: 100%;
    left: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: left;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    color: #000;
  }
  .hum_menu_nav.clicked {
    left: 0;
    overflow: scroll;
    z-index: 100000;
  }
  .hum_menu_nav_close {
    padding: 15px 0;
  }
  .hum_menu_cbtn {
    background: rgba(64, 166, 41, 0);
    border: none;
    color: #000;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: absolute;
    top: 25px;
    right: 17px;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before,
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hum_menu_contact {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .hum_menu_contact p {
    margin-bottom: 12px;
  }
  .hum_menu_contact p:last-of-type {
    margin-bottom: 0;
  }
  .hum_menu_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #000;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    text-decoration: none;
  }
  .hum_menu_contact a.h_menu_contact {
    background: #fd650a;
  }
  .hum_menu_contact a img {
    margin-right: 8px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 16px;
    min-height: 16px;
  }
  .hum_menu_nav_menu {
    margin-top: 55px;
  }
  .hum_menu_nav_menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
  }
  .hum_menu_nav_menu-list li {
    color: #000;
    width: 100%;
    text-align: center;
    border-left: none;
    border-bottom: 1px solid #000;
    line-height: 1.5;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .hum_menu_nav_menu-list li:before {
    content: none;
  }
  .hum_menu_nav_menu-list li:last-of-type {
    border-right: none;
  }
  .hum_menu_nav_menu-list li:last-of-type:after {
    content: none;
  }
  .hum_menu_nav_menu-list li:nth-child(2n+1) {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .hum_menu_nav_menu-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    color: #333;
    text-decoration: none;
    min-height: 0;
    line-height: 1.25;
  }
  .hum_menu_nav_menu-list li a:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
  .hum_menu_nav_menu-list li a.more_on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hum_menu_nav_menu-list li.sp_nav_more_wrap a {
    padding: 16px 0;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more {
    border-top: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li {
    text-align: right;
    padding: 10px 15px 0;
    font-size: 1.05em;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:after {
    content: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a {
    padding: 5px 0;
    text-align: center;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a:after {
    content: none;
  }
  .hum_menu_nav-ttl01 {
    background: #81b802;
    box-sizing: border-box;
    padding: 16px 4px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: left;
  }
  .sp_nav_more_o {
    display: none;
    width: calc(200% + 2px);
  }
  .sp_nav_more_r {
    position: relative;
    left: -100%;
    width: 200%;
  }
  .hum_open_bg_display {
    transition: all 0.25s linear 0s;
  }
  .hum_open_bg_display.active {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  /* ここまで */
  #main_conts img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #main_wrap {
    width: 95%;
  }
  #footer img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #footer .f_wrap {
    width: 95%;
    margin: 0 auto;
  }
  .f_menu ul {
    flex-wrap: wrap;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* 共通パーツ */
  body {
    font-size: 14px;
  }
  .h_copy {
    margin-bottom: 4px;
  }
  .h_logo {
    top: 0;
  }
  .h_logo_wrap {
    width: 93vw;
  }
  .h_logo_tel {
    width: 36vw;
    top: auto;
    bottom: 0;
  }
  .h_head {
    margin-top: 72px;
  }
  .h_nav.sp {
    position: fixed;
    left: 0;
    top: 0;
  }
  .nav_sp-conts {
    padding: 8px 0;
  }
  .nav_sp-conts img {
    max-height: 48px;
  }
  .mainimage_wrap:after {
    bottom: -54px;
    background-size: auto 54px;
  }
  #main {
    padding-top: 5vw;
  }
  .main_conts_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
  }
  #pagetop {
    z-index: 8;
    bottom: 12% !important;
  }
  #pagetop p {
    line-height: 0;
  }
  #pagetop p img {
    max-width: 56px;
  }
  .list01 {
    padding: 12px;
    margin: 1em auto;
  }
  .list01 li {
    background-size: 20px auto;
    background-position: left top;
    padding: 0;
    padding-left: 28px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .strong01 {
    font-size: 1.2em;
  }
  .strong02 {
    font-size: 1.4em;
  }
  .strong03 {
    font-size: 1.5em;
  }
  .ttl01 {
    font-size: 18px;
    background-size: 10px auto;
    padding: 8px 4px 8px 24px;
    line-height: 1.5;
  }
  .ttl01_strong {
    font-size: 1.1em;
  }
  .ttl02 {
    font-size: 18px;
    line-height: 1.5;
    border-left: 8px solid #1384cf;
    padding: 4px 0 4px 10px;
  }
  .ttl03 {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 4px;
    margin-bottom: 16px;
  }
  .ttl04 {
    font-size: 16px;
    padding: 12px;
    line-height: 1.75;
  }
  .ttl05 {
    font-size: 18px;
    line-height: 1.5;
  }
  .tbl01 tr th, .tbl01 tr td {
    box-sizing: border-box;
    padding: 8px;
  }
  .tbl01 tr th {
    width: 8em;
  }
  .btn01 {
    font-size: 18px;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 8px;
  }
  .btn02 a {
    margin-top: 1em;
  }
  .list02 {
    padding: 12px;
    margin: 1em auto;
  }
  .list02 li {
    background-size: 16px auto;
    padding-left: 24px;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .list03 {
    padding: 12px;
    margin: 1em auto;
  }
  .list03 li {
    background-size: 20px auto;
    background-position: left top;
    padding: 0;
    padding-left: 28px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  #footer {
    margin-bottom: 20vw;
  }
  .f-r {
    width: 40%;
    margin-left: 24px;
    margin-bottom: 8px;
  }
  .f_address {
    font-size: 15px;
    text-align: left;
  }
  .f_menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #sp_btm {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 8;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 12px 0;
  }
  .sp_btm-wrap {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
  }
  .sp_btmconts {
    width: calc(50% - 4px);
    margin-right: 8px;
    line-height: 0;
  }
  .sp_btmconts:last-of-type {
    margin-right: 0;
  }
  .sp_btmconts img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* トップページ */
  .mainimage_pc {
    display: none;
  }
  .mainimage_sp {
    display: block;
  }
  #mainimage {
    padding: 16px 0 0;
    background: #fff;
  }
  .mainimage_wrap:after {
    content: none;
  }
  .mainimage_img {
    width: 100%;
  }
  .info_news {
    padding: 12px;
    margin-bottom: 32px;
  }
  .top_about_ttl01 {
    line-height: 0;
  }
  .top_about_ttl01sub {
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
  }
  .top_results {
    margin-top: 24px;
  }
  .result_conts {
    margin-top: 16px;
    padding: 12px;
  }
  .result_ttl {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
  .result_tbl tr th, .result_tbl tr td {
    padding: 6px;
    line-height: 1.75;
  }
  .result_tbl tr th {
    font-size: 14px;
    width: 10em;
  }
  .result_tbl tr td {
    font-size: 14px;
  }
  .result_tbl tr td:first-of-type:after {
    background-size: 6px auto;
  }
  .result_tbl tbody tr td:first-of-type:after {
    width: 16px;
    height: 18px;
    background-size: 16px auto;
    top: calc(50% - 9px);
    right: -10px;
  }
  .top_voice_conts {
    padding: 12px;
  }
  .top_voice_info {
    font-size: 16px;
    margin: 6px auto 12px;
  }
  .voice_qa dl {
    margin-bottom: 20px;
  }
  .voice_qa dl dt {
    font-size: 15px;
    line-height: 1.65;
    position: relative;
    padding-left: 1.85em;
  }
  .voice_qa dl dt:before {
    position: absolute;
    left: 8px;
    margin-left: 0;
    top: 0.3em;
  }
  .voice_memo {
    margin: 8px auto;
    padding-top: 8px;
    text-align: left;
    line-height: 1.75;
  }
  .ba_movie {
    height: 64vw;
    max-height: 240px;
  }
  .ba_image {
    padding: 12px;
    margin-top: 16px;
    border-width: 2px;
  }
  .ba_text01 {
    font-size: 15px;
    text-align: left;
    margin-top: 12px;
  }
  .top_voice {
    margin-top: 24px;
  }
  .top_voice_conts {
    margin-top: 16px;
  }
  .more_btn a {
    font-size: 1em;
  }
  .more_btn a span:before {
    border-width: 6px 6px 8px 6px;
    top: 6px;
  }
  .top_media {
    margin-top: 24px;
  }
  .conts_campagin_offerend {
    font-size: 24px;
  }
  .conts_campagin_offerend span {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 6px;
    display: inline;
    border-bottom: none;
  }
  .top_message {
    margin-top: 24px;
    padding: 12px;
  }
  .top_message_ttl01 {
    font-size: 20px;
  }
  .top_message_ttl01sub {
    font-size: 14px;
    padding: 12px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .top_message_ttl01sub:after {
    border-width: 16px;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top_message_conts .f-r {
    width: 100%;
    float: none;
    margin: 0 auto 16px;
    text-align: center;
  }
  .top_message_conts .f-r img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .conts_campagin02 {
    margin-top: 32px;
  }
  .top_campgin02_false_ttl,
  .top_campgin02_true_ttl {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 4px;
  }
  .top_campgin02_false ul,
  .top_campgin02_true ul {
    padding: 12px;
  }
  .top_campgin02_false ul li,
  .top_campgin02_true ul li {
    font-size: 14px;
    background-size: 14px auto;
    background-position: left 4px;
    padding-left: 24px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .top_campgin02_true {
    margin-top: 16px;
  }
  .top_select_list dl {
    flex-direction: column;
    border-bottom: 2px dotted #9b9b9b;
  }
  .top_select_list dl dt {
    width: 56px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .top_select_list dl dt img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .top_select_list dl dd {
    width: 100%;
    margin: 0 auto;
    background: #e5edf4;
    box-sizing: border-box;
    padding: 36px 12px 16px;
    margin-top: -24px;
    border-radius: 8px;
  }
  .top_cause {
    margin-top: 24px;
  }
  .top_select {
    margin-top: 24px;
  }
  .top_select_ttl01 {
    font-size: 20px;
  }
  .faq_conts dl {
    margin-top: 20px;
  }
  .faq_conts dl dt {
    font-size: 15px;
  }
  .faq_conts dl dd {
    padding: 8px;
  }
  .top_whyspace {
    margin-top: 24px;
  }
  .why_space-problem {
    padding: 12px;
    margin-top: 16px;
  }
  .why_space-ttl01 {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .why_space-ttl01 span {
    font-size: 12px;
    padding: 2px 4px;
  }
  .why_space-soluction-wrap {
    padding: 12px;
  }
  .why_space-ttl02 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .why_space-ttl02 span {
    font-size: 12px;
  }
  .top_recommend {
    margin-top: 32px;
  }
  .top_reco_ttl01 {
    font-size: 15px;
    padding-right: 78px;
  }
  .top_reco_ttl01:after {
    top: -32px;
  }
  .recommend_info {
    flex-direction: column;
  }
  .recommend_img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 12px;
  }
  .recommend_img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .recommend_infotext {
    width: 100%;
  }
  .reco_ttl02 {
    font-size: 16px;
  }
  .reco_info_text01 {
    font-size: 15px;
    margin-top: 8px;
  }
  .recommend_text {
    margin-top: 8px;
    padding: 12px;
  }
  .reco_memo {
    text-align: left;
    line-height: 1.5;
  }
  .top_reco_other {
    margin-top: 56px;
  }
  .reco_other_ttl01 {
    padding-top: 24px;
    font-size: 15px;
    text-align: left;
  }
  .reco_other_ttl01 span {
    border-bottom: none;
  }
  .reco_other_ttl01:after {
    width: 63vw;
    max-width: 210px;
    height: 24vw;
    max-height: 65px;
    background-size: contain;
    top: -41px;
    left: 2px;
  }
  .conts_campagin01 {
    margin-top: 24px;
  }
  .top_campgin01_ttl01 {
    margin-bottom: 16px;
  }
  .top_flow {
    margin-top: 24px;
  }
  .top_flow_conts {
    margin-top: 24px;
  }
  .top_flow_conts {
    flex-direction: column-reverse;
  }
  .top_flow_img {
    width: 100%;
    max-width: 200px;
    margin: 12px auto 0;
    text-align: center;
  }
  .top_flow_ttl01 {
    font-size: 18px;
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 4px;
  }
  .top_flow_ttl01 span {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    margin-left: 0;
  }
  .top_price {
    margin-top: 24px;
  }
  .top_faq {
    margin-top: 24px;
  }
  .top_last {
    margin-top: 24px;
  }
  .top_lastconts {
    margin-top: 16px;
  }
  .conts_infomation_wrap {
    flex-direction: column-reverse;
  }
  .conts_infomation_text p {
    line-height: 1.5;
  }
  .conts_infomation_img {
    width: 90%;
    margin: 24px auto 0;
    text-align: center;
  }
  .tbl_open tr th {
    font-size: 14px;
  }
  .tbl_open tr td {
    font-size: 14px;
  }
  .gmap iframe {
    height: 50vw;
    max-height: 320px;
  }
  /* 下層ページ */
  #breadcrumb {
    width: 95%;
    max-width: 850px;
    margin: 0 auto 20px;
  }
  #main_conts iframe {
    width: 100%;
    height: 60vw;
    max-height: 300px;
  }
  .about_ttl01 {
    font-size: 16px;
    padding: 8px 16px;
  }
  .about_list01 ul {
    padding: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .about_list01 ul li {
    width: auto;
    margin: 0;
    margin-right: 24px;
    margin-bottom: 4px;
    font-size: 14px;
    padding: 0;
    padding-left: 16px;
    line-height: 1.6;
  }
  .about_list01 ul li:nth-of-type(2n) {
    margin-right: 24px;
  }
  .about_list01 ul li:before {
    width: 8px;
    height: 8px;
    left: 0;
    top: 6px;
  }
  .about_inquiry01 ul li {
    margin-top: 12px;
  }
  .inquiry01_graf {
    font-size: 14px;
    padding: 0 8px;
  }
  .inquiry01_text {
    font-size: 13px;
    padding: 4px 20px;
    margin-top: 12px;
  }
  .inquiry01_text:before {
    top: -26px;
    left: 10px;
  }
  .about_list02 ul {
    padding: 12px;
  }
  .about_list02 ul li {
    width: 100%;
    font-size: 14px;
    padding-left: 16px;
    margin: 0 0 4px;
    position: relative;
  }
  .about_list02 ul li:last-of-type {
    margin-bottom: 0;
  }
  .about_list02 ul li:before {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .select_list_conts {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px dotted #9b9b9b;
  }
  .select_list_conts p {
    margin-bottom: 1em;
  }
  .select_list_conts p:last-of-type {
    margin-bottom: 0;
  }
  .select_list dl {
    margin-bottom: 12px;
  }
  .select_list dl dt {
    width: 48px;
    margin-right: 12px;
  }
  .select_list dl dd {
    width: calc(100% - 60px);
    padding-top: 0;
  }
  .select_ttl01 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .profile_about {
    padding: 12px;
    flex-direction: column;
  }
  .profile_about-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 8px;
  }
  .profile_about-text {
    width: 100%;
  }
  .profile_skill-wrap {
    padding: 12px;
  }
  .profile_skill-wrap ul li {
    font-size: 15px;
    padding-left: 16px;
    margin-bottom: 2px;
  }
  .profile_skill-wrap ul li:last-of-type {
    margin-bottom: 0;
  }
  .profile_skill-wrap ul li:before {
    width: 8px;
    height: 8px;
  }
  .flow_conts_pattern {
    flex-direction: column-reverse;
  }
  .flow_img {
    width: 100%;
    max-width: 200px;
    margin: 16px auto 0;
    text-align: center;
  }
  .flow_img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .flow_ttl01 {
    font-size: 18px;
    position: relative;
    padding-left: 1.5em;
  }
  .flow_ttl01 span {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -1px;
    margin-left: 0;
  }
  .price_campign_text01 {
    font-size: 18px;
    text-align: left;
  }
  .price_campign_text02 {
    font-size: 18px;
  }
  .access_tel {
    font-size: 16px;
  }
  .access_tel span {
    font-size: 1.5em;
  }
  .access_rootlist {
    margin-top: 12px;
  }
  .access_rootconts {
    width: 100%;
    margin: 0 auto;
    border: none;
  }
  .mokuzi_list {
    padding: 12px;
  }
  .mokuzi_list li {
    margin-bottom: 4px;
  }
  .mokuzi_list li:last-of-type {
    margin-bottom: 0;
  }
  .mokuzi_list li a {
    font-size: 15px;
  }
  .sitemap_list dl {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .sitemap_list a {
    font-size: 14px;
    background-position: left 6px;
    background-size: 8px auto;
    padding-left: 16px;
  }
  .tbl02 tr{
    display: flex;flex-direction: column;
  }
  .tbl02 tr th,
  .tbl02 tr td{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 8px;
    line-height: 1.5;
  }
  .tbl02 tr th{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .tbl02 tr td{
    padding-bottom: 12px;
  }
  .tbl02 tr td input,
  .tbl02 tr td textarea{
    width: 100%;
    box-sizing: border-box;
  }
  .required{
    margin-left: 8px;
    padding: 2px 5px;
  }
  .wpcf7-list-item{
    margin-left: 0 !important;
  }
  .wpcf7-list-item input{
    margin-right: 12px;
  }
  /* 症状別改善ブログ */
  .cat_info{
    font-size: 14px;
  }
  .cat_date{
    font-size: 14px;
  }
  .cat_ttl a{
    font-size: 16px;
  }

  .cat_single_conts p{
    margin-bottom: 1em !important;
  }
  .wp-pagenavi .pages{
    display: none;
    box-sizing: border-box;
  }
  .wp-pagenavi{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .wp-pagenavi .page{
    margin: 2px 5px;
  }
}
