@charset "UTF-8";
/* ------------------------------------------
 sp
------------------------------------------ */
@media screen and (max-width: 640px) {
  /* サービスメニュー */
  .service section {
    margin-bottom: 20px;
  }
  .service .service_menu_common_table {
    width: 100%;
    table-layout: fixed;
  }
  .service .service_menu_common_table tr:last-child td {
    border-bottom: none;
  }
  .service .service_menu_common_table td {
    padding: 5px 0;
    border-bottom: 1px #e5e5e3 solid;
  }
  .service .service_menu_common_table td:nth-child(1) {
    width: 35%;
    min-width: 8em;
    padding-right: 1em;
  }
  .service .service_menu_common_table td:nth-child(2) {
    width: 20%;
    min-width: 6em;
  }
  .service .service_menu_common_table td.col2 {
    width: 60%;
  }
  .service .service_menu_common_table td > strong {
    font-weight: bold;
    color: #EA525D;
  }
  .service .service_table .service_right {
    margin-bottom: 20px;
    text-align: center;
  }
  .service .service_image {
    padding: 0 0 20px;
    text-align: center;
  }
  .service .service_image > img {
    max-width: 80%;
  }
  .service .service_kensa table.kensa_table {
    margin-bottom: 20px;
  }
  .service .service_kensa table.kensa_table td {
    vertical-align: middle;
  }
  .service .service_kensa table.kensa_table td:nth-child(1) {
    width: 50%;
    min-width: 10em;
    padding-right: 1em;
  }
  .service .service_kensa table.kensa_table td:nth-child(2) {
    width: 20%;
    min-width: 6em;
  }
  .service .service_kaishitu {
    margin-bottom: 0;
  }
  .service .service_kaishitu .kaishitu_text {
    margin-bottom: 20px;
  }
  .service .service_kaishitu .kaishitu_table > .kaishitu_left {
    text-align: center;
    margin-bottom: 20px;
  }
  .service .service_kaishitu .kaishitu_table > .kaishitu_left > div {
    display: inline-block;
    padding: 15px 60px;
    border-radius: 10px;
    border: 2px #11AD67 solid;
    background-color: #fff;
  }
  .service .service_kaishitu .kaishitu_table > .kaishitu_left > div > ul > li {
    list-style: none;
    font-size: 1.8rem;
    color: #11AD67;
    font-weight: bold;
  }
  .service .service_kaishitu .kaishitu_table > .kaishitu_left > div > ul > li > i {
    padding-bottom: 10px;
    font-size: 2.6rem;
    color: #11AD67;
  }
  .service .service_kaishitu .kaishitu_table > .kaishitu_right {
    text-align: center;
  }
  .service .service_kaishitu .kaishitu_table > .kaishitu_right > img {
    max-width: 80%;
  }
  /* ルール */
  .rule .rule_text1 {
    margin-bottom: 30px;
  }
  .rule .rule_text2 > ul {
    margin: 0;
    padding-left: 15px;
    list-style-type: disc;
  }
  .rule .rule_text2 > ul > li {
    padding-bottom: 20px;
    color: #119a5c;
  }
  .rule .rule_text2 > ul > li:last-child {
    padding-bottom: 0;
  }
  .rule .rule_text2 > ul > li > span {
    color: #333;
  }
  .rule .rule_text2 .rule_text2_list {
    margin-top: 20px;
  }
  .rule .rule_text2 .rule_text2_list > ul {
    padding-left: 20px;
    list-style-type: decimal;
  }
  .rule .rule_text2 .rule_text2_list > ul > li {
    color: #119a5c;
  }
  .rule .rule_text2 .rule_text2_list > ul > li > span {
    color: #333;
  }
  .rule .consent {
    margin-top: 30px;
    text-align: center;
  }
  .rule .consent > .bk_red {
    padding: 10px 30px;
    background-color: #EA535D;
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 14px;
    box-sizing: border-box;
  }
  /* コンサルタントのプロフィール */
  .profile .profile_table > .profile_left {
    margin-bottom: 30px;
  }
  .profile .profile_table > .profile_left table {
    width: 100%;
    table-layout: fixed;
  }
  .profile .profile_table > .profile_left table td {
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
  }
  .profile .profile_table > .profile_left table td:first-child {
    width: 20%;
    min-width: 6em;
  }
  .profile .profile_table > .profile_left table td:last-child {
    width: 80%;
  }
  .profile .profile_table > .profile_right {
    text-align: center;
  }
  .profile .profile_table > .profile_right > img {
    vertical-align: bottom;
    border: 1px #ccc solid;
    box-sizing: border-box;
  }
  /* お申し込み・ご予約 */
  .entry .form_wrap {
    opacity: 0;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .entry .form_wrap > div {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .entry .form_wrap > div > h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .entry .form_wrap > div > h3 > img {
    width: 30%;
  }
  .entry .form_wrap > div > .info {
    text-align: center;
    margin-bottom: 50px;
  }
  .entry .form_wrap > div > ul {
    text-align: center;
    margin-bottom: 50px;
  }
  .entry .form_wrap > div > ul > li {
    margin-bottom: 10px;
  }
  .entry .form_wrap > div > ul > li > a {
    border: 1px #FE857B solid;
    border-radius: 5px;
    background-color: #ECECEC;
    padding: 7px 10px;
    text-decoration: none;
    position: relative;
    display: block;
    width: 240px;
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .entry .form_wrap > div > ul > li > a > img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -5px;
    width: 20px !important;
  }
  .entry .form_wrap > div > ul > li > a > span {
    display: inline-block;
    margin-top: 2px;
  }
  .entry .form_wrap > div > ul > li > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .entry .form_wrap > div > ul > li > a:hover {
    background-color: white;
  }
  .entry .form_wrap > div > .form_title2 {
    margin-bottom: 20px;
    margin-left: -6%;
  }
  .entry .form_wrap > div > .form_intro_text {
    font-size: 14px;
  }
  .entry .form_wrap > div .form_table {
    width: 100%;
    margin: 0 auto;
  }
  .entry .form_wrap > div .form_table > .form_tr {
    width: 100%;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_th {
    vertical-align: middle;
    background-color: #EDE79A;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_th > .require:after {
    position: absolute;
    display: inline-block;
    content: "必須";
    color: #fff;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    background-color: #EA535D;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td {
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td.mp0 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td > .mb5 {
    margin-bottom: 5px;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td > aside {
    display: block;
    padding-top: 5px;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td .birthday > div {
    margin-bottom: 5px;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td .birthday > div:last-child {
    margin-bottom: 0;
  }
  .entry .form_wrap > div .form_table select {
    border: 1px #ccc solid;
    font-size: 16px;
    padding: 5px;
    background-color: #fff;
  }
  .entry .form_wrap > div .form_table input[type=text] {
    border: 1px #ccc solid;
    font-size: 16px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .entry .form_wrap > div .form_table label {
    display: inline-block;
    padding-right: 1em;
    font-size: 16px;
  }
  .entry .form_wrap > div .form_table label input[type=checkbox] {
    margin-right: 3px;
  }
  .entry .form_wrap > div .form_table textarea {
    border: 1px #ccc solid;
    width: 100%;
  }
  .entry .form_wrap > div .form_submit {
    text-align: center;
    padding-top: 30px;
  }
  .entry .form_wrap > div .form_submit > input[type=submit] {
    width: 70%;
    border-radius: 5px;
    background-color: #FE857B;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .entry .form_wrap > div .form_submit > input[type=submit]:hover {
    background-color: #feb4ae;
  }
  .entry .form_wrap .submit_button {
    padding: 40px 0 0;
    text-align: center;
    box-sizing: border-box;
  }
  .entry .form_wrap .submit_button > input {
    padding: 10px 50px;
    background-color: #11ad67;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 18px;
  }
  /* アクセス */
  .access .access_table .access_left > .left_text1 {
    margin-bottom: 20px;
    padding: 5px 0 5px 20px;
    font-weight: bold;
    font-size: 1.8rem;
    background-color: #EDE79A;
    letter-spacing: 3px;
  }
  .access .access_table .access_left > .left_text1 > i {
    padding-right: 5px;
  }
  .access .access_table .access_left > .left_text2 {
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
  }
  .access .access_table .access_right {
    text-align: center;
  }
  .access .access_table .access_right > img {
    border: 1px #ccc solid;
    max-width: 100%;
    vertical-align: bottom;
  }
  /* プライバシーポリシー */
  .privacy .privacy_text1 {
    margin-bottom: 30px;
  }
  .privacy .privacy_title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .privacy .privacy_text2 {
    margin-bottom: 30px;
    padding-left: 10px;
  }
  .privacy .privacy_text2:last-child {
    margin-bottom: 0;
  }
  .privacy .privacy_text2 > ul {
    margin-top: 10px;
    padding-left: 20px;
  }
  .privacy .privacy_text2 > ul > li {
    list-style-type: disc;
    color: #119a5c;
  }
  .privacy .privacy_text2 > ul > li > span {
    color: #333;
  }
}
/* ------------------------------------------
 TB
------------------------------------------ */
@media print, screen and (min-width: 641px) {
  /* サービスメニュー */
  .service section {
    margin-bottom: 20px;
  }
  .service section.service_kaishitu {
    margin-bottom: 0;
  }
  .service .service_menu_common_table {
    width: 100%;
    table-layout: fixed;
  }
  .service .service_menu_common_table tr:last-child td {
    border-bottom: none;
  }
  .service .service_menu_common_table td {
    padding: 10px 0;
    border-bottom: 1px #e5e5e3 solid;
  }
  .service .service_menu_common_table td:nth-child(1) {
    width: 35%;
    min-width: 8em;
    letter-spacing: 1px;
  }
  .service .service_menu_common_table td:nth-child(2) {
    width: 20%;
    min-width: 6em;
  }
  .service .service_menu_common_table td.col2 {
    width: 65%;
  }
  .service .service_menu_common_table td > strong {
    font-weight: bold;
    color: #EA525D;
    font-size: 1.2em;
  }
  .service .service_table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .service .service_table > div {
    display: table-cell;
    vertical-align: middle;
  }
  .service .service_right {
    margin-bottom: 20px;
    text-align: center;
  }
  .service_image {
    padding: 40px 0;
    text-align: center;
  }
  .service_kensa table.kensa_table {
    margin-bottom: 20px;
  }
  .service_kensa table.kensa_table td {
    vertical-align: middle;
  }
  .service_kensa table.kensa_table td:nth-child(1) {
    width: 50%;
    min-width: 10em;
  }
  .service_kensa table.kensa_table td:nth-child(2) {
    width: 20%;
    min-width: 6em;
  }
  .service_kaishitu {
    margin-bottom: 0;
  }
  .service_kaishitu .kaishitu_text {
    margin-bottom: 20px;
  }
  .service_kaishitu .kaishitu_table {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  .service_kaishitu .kaishitu_table > div {
    display: table-cell;
  }
  .service_kaishitu .kaishitu_table > .kaishitu_left {
    text-align: center;
  }
  .service_kaishitu .kaishitu_table > .kaishitu_left > .service_kaishitu_time {
    display: inline-block;
    padding: 15px 60px;
    border-radius: 10px;
    border: 2px #11AD67 solid;
    background-color: #fff;
  }
  .service_kaishitu .kaishitu_table > .kaishitu_left > .service_kaishitu_time > ul > li {
    list-style: none;
    font-size: 1.8rem;
    color: #11AD67;
    font-weight: bold;
  }
  .service_kaishitu .kaishitu_table > .kaishitu_left > .service_kaishitu_time > ul > li > i {
    padding-bottom: 10px;
    font-size: 2.6rem;
    color: #11AD67;
  }
  .service_kaishitu .kaishitu_table > .kaishitu_right {
    padding-left: 20px;
  }
  .service_kaishitu .kaishitu_table > .kaishitu_right > img {
    max-width: 100%;
  }
  /* ルール */
  .rule .rule_text1 {
    margin-bottom: 30px;
  }
  .rule .rule_text2 > ul {
    margin: 0;
    padding-left: 15px;
    list-style-type: disc;
  }
  .rule .rule_text2 > ul > li {
    padding-bottom: 20px;
    color: #119a5c;
  }
  .rule .rule_text2 > ul > li:last-child {
    padding-bottom: 0;
  }
  .rule .rule_text2 > ul > li > span {
    color: #333;
  }
  .rule .rule_text2 .rule_text2_list {
    margin-top: 20px;
  }
  .rule .rule_text2 .rule_text2_list > ul {
    padding-left: 20px;
    list-style-type: decimal;
  }
  .rule .rule_text2 .rule_text2_list > ul > li {
    color: #119a5c;
  }
  .rule .rule_text2 .rule_text2_list > ul > li > span {
    color: #333;
  }
  .rule .consent {
    margin-top: 30px;
    text-align: center;
  }
  .rule .consent > .bk_red {
    padding: 10px 30px;
    background-color: #EA535D;
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 14px;
    box-sizing: border-box;
  }
  /* コンサルタントのプロフィール */
  .profile .profile_table {
    display: table;
    width: 100%;
  }
  .profile .profile_table > div {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  .profile .profile_table > .profile_left {
    margin-bottom: 30px;
  }
  .profile .profile_table > .profile_left table {
    width: 100%;
    table-layout: fixed;
  }
  .profile .profile_table > .profile_left table td {
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
  }
  .profile .profile_table > .profile_left table td:first-child {
    width: 20%;
    min-width: 6em;
  }
  .profile .profile_table > .profile_left table td:last-child {
    width: 80%;
  }
  .profile .profile_table > .profile_right {
    width: 260px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .profile .profile_table > .profile_right > img {
    vertical-align: bottom;
    max-width: 100%;
    border: 1px #ccc solid;
    box-sizing: border-box;
  }
  /* お申し込み・ご予約 */
  .entry .form_wrap {
    opacity: 0;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .entry .form_wrap > div {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .entry .form_wrap > div > h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .entry .form_wrap > div > h3 > img {
    width: 30%;
  }
  .entry .form_wrap > div > .info {
    text-align: center;
    margin-bottom: 50px;
  }
  .entry .form_wrap > div > ul {
    text-align: center;
    margin-bottom: 50px;
  }
  .entry .form_wrap > div > ul > li {
    margin-bottom: 10px;
  }
  .entry .form_wrap > div > ul > li > a {
    border: 1px #FE857B solid;
    border-radius: 5px;
    background-color: #ECECEC;
    padding: 7px 10px;
    text-decoration: none;
    position: relative;
    display: block;
    width: 240px;
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .entry .form_wrap > div > ul > li > a > img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -5px;
    width: 20px !important;
  }
  .entry .form_wrap > div > ul > li > a > span {
    display: inline-block;
    margin-top: 2px;
  }
  .entry .form_wrap > div > ul > li > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .entry .form_wrap > div > ul > li > a:hover {
    background-color: white;
  }
  .entry .form_wrap > div > .form_title2 {
    margin-bottom: 20px;
    margin-left: -6%;
  }
  .entry .form_wrap > div > .form_intro_text {
    font-size: 14px;
  }
  .entry .form_wrap > div .form_table {
    width: 100%;
    margin: 0 auto;
  }
  .entry .form_wrap > div .form_table > .form_tr {
    width: 100%;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_th {
    vertical-align: middle;
    background-color: #EDE79A;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_th > .require:after {
    position: absolute;
    display: inline-block;
    content: "必須";
    color: #fff;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    background-color: #EA535D;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td {
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td.mp0 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td > .mb5 {
    margin-bottom: 5px;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td .birthday {
    display: table;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td .birthday > div {
    display: table-cell;
    padding-right: 20px;
  }
  .entry .form_wrap > div .form_table > .form_tr > .form_td > aside {
    display: block;
    padding-top: 5px;
  }
  .entry .form_wrap > div .form_table select {
    border: 1px #ccc solid;
    font-size: 16px;
    padding: 5px;
    background-color: #fff;
  }
  .entry .form_wrap > div .form_table input[type=text] {
    border: 1px #ccc solid;
    font-size: 16px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .entry .form_wrap > div .form_table label {
    display: inline-block;
    padding-right: 1em;
    font-size: 16px;
  }
  .entry .form_wrap > div .form_table label input[type=checkbox] {
    margin-right: 3px;
  }
  .entry .form_wrap > div .form_table textarea {
    font-size: 16px;
    border: 1px #ccc solid;
    width: 100%;
    padding: 8px;
  }
  .entry .form_wrap > div .form_submit {
    text-align: center;
    padding-top: 30px;
  }
  .entry .form_wrap > div .form_submit > input[type=submit] {
    width: 70%;
    border-radius: 5px;
    background-color: #FE857B;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .entry .form_wrap > div .form_submit > input[type=submit]:hover {
    background-color: #feb4ae;
  }
  .entry .form_wrap .submit_button {
    padding: 40px 0 0;
    text-align: center;
    box-sizing: border-box;
  }
  .entry .form_wrap .submit_button > input {
    padding: 10px 50px;
    background-color: #11ad67;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 18px;
  }
  /* アクセス */
  .access .access_table {
    display: table;
    width: 100%;
  }
  .access .access_table > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .access .access_table .access_left > .left_text1 {
    margin-bottom: 20px;
    padding: 5px 0 5px 20px;
    font-weight: bold;
    font-size: 1.8rem;
    background-color: #EDE79A;
    letter-spacing: 3px;
    text-align: left;
  }
  .access .access_table .access_left > .left_text1 > i {
    padding-right: 5px;
  }
  .access .access_table .access_left > .left_text2 {
    line-height: 1.6;
  }
  .access .access_table .access_right {
    padding-left: 30px;
    box-sizing: border-box;
    text-align: right;
  }
  .access .access_table .access_right > img {
    border: 1px #ccc solid;
    max-width: 100%;
    vertical-align: bottom;
  }
  /* プライバシーポリシー */
  .privacy .privacy_text1 {
    margin-bottom: 30px;
  }
  .privacy .privacy_title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .privacy .privacy_text2 {
    margin-bottom: 30px;
    padding-left: 10px;
  }
  .privacy .privacy_text2:last-child {
    margin-bottom: 0;
  }
  .privacy .privacy_text2 > ul {
    margin-top: 10px;
    padding-left: 20px;
  }
  .privacy .privacy_text2 > ul > li {
    list-style-type: disc;
    color: #119a5c;
  }
  .privacy .privacy_text2 > ul > li > span {
    color: #333;
  }
  .questionnaire .questionnaire_button {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .questionnaire .commonButton {
    width: 30%;
    margin: 0 auto;
  }
  .questionnaire .commonButton a {
    display: block;
    width: 100%;
    background-color: #119a5c;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    text-align: left;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
  }
  .questionnaire .commonButton a:hover {
    background-color: #16c877;
  }
  .questionnaire .commonButton a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #ffffff;
  }
}