@charset "UTF-8";
html {
	font-size: 62.5%;
}
body {
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  background: #fff;
  color: #3B4043;
  font-size: 1.6rem;
	line-height: 1.6;
}
img {
	vertical-align: top;
  /* width: 100%; */
  object-fit: contain;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.8;
}
label:hover {
  cursor: pointer;
}
.development,
.testing {
  font-weight: bold;
  background: yellow;
  padding: 0 8px;
  display: block;
}

.staging {
  font-weight: bold;
  background: orange;
  color: white;
  padding: 0 8px;
  display: block;
}
/* main */
main {
  width: 1000px;
  margin: 0 auto;
}

/* header */
header {
  background: #fff;
}
header h2 {
  color: #fff;
}
.header_top {
  background: #007BBD;
}
.header_top div {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 1.3rem;
  color: #fff;
}
.header_top div a {
  color: #fff;
  display: flex;
  align-items: center;
}
.header_top div a::after {
  background: url(../images/inbound_arrow.png) center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 4px;
  width: 12px;
}
.header_bottom {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  align-items: center;
  padding: 20px 0;
}
.header_bottom div {
  display: flex;
  align-items: end;
}
.header_bottom div p+span {
  font-size: 1.0rem;
  margin-left: 8px;
}
header h1 a img {
  height: 60px;
}
header p {
  margin-left: 20px;
  border: 1px solid #CDD6DD;
  border-radius: 8px;
  padding: 4px 12px;
  font-weight: bold;
}
header p span {
  font-size: 2.2rem;
  margin: 0 8px;
  color: #f82055;
}
header nav {
  background: #fff;
  box-shadow: 0px 4px #DEE0E1;
  border-top: 1px solid #CDD6DD;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
header nav ul li {
  flex-grow: 1;
  background-size: 24px;
  background-position: 30px 11px;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  border-right: 1px solid #CDD6DD;
  font-weight: bold;
}
header nav ul li:hover {
  background-size: 28px;
  background-position: 28px 9px; 
}
header nav ul li:first-of-type {
  border-left: 1px solid #CDD6DD;
  background-image: url(../images/nav_icon01.png);
}
header nav ul li:nth-of-type(2) {
  background-image: url(../images/nav_icon02.png);
}
header nav ul li:nth-of-type(3) {
  background-image: url(../images/nav_icon03.png);
}
header nav ul li:nth-of-type(4) {
  background-image: url(../images/nav_icon04.png);
}
header nav ul li:nth-of-type(5) {
  background-image: url(../images/nav_icon05.png);
}
header nav ul li a {
  padding: 12px 12px 12px 64px;
  display: block;
}

/* footer */
footer {
  text-align: center;
  background: #007BBD;
  margin-top: 80px;
}
#pageTop {
  position: fixed;
  right: 4%;
  bottom: 68px;
  padding: 32px;
  display: inline-block;
  border-radius: 8px;
  background-color: #CDD6DD;
  background-image: url(../images/up.png);
  background-repeat: no-repeat;
  background-position: 15px 10px;
}
#pageTop:hover {
  cursor: pointer;
}
/* footer div:nth-of-type(2) {
  width: 1000px;
  margin: 0 auto;
} */
footer div img {
  width: 200px;
}
footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0px auto;
  padding: 30px 0;
}
footer ul a {
  color: #fff;
}
.to_inbound a {
  background: #0268b1;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  background: #fff; 
  color: #007BBD;
}
.copy {
  font-size: 1.2rem;
  padding: 24px 0;
  border-top: 1px solid #CDD6DD;
  color: #fff;
}

/* list_pager */
.search_result {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #007BBD;
  align-items: baseline;
  padding-bottom: 8px;
}
.search_value {
  font-weight: bold;
}
.search_value span {
  color: #007BBD;
  font-size: 2.8rem;
  margin-right: 4px;
}
.list_pager {
  margin-top: 28px;
  text-align: center;
}
.list_pager .next_btn a {
  padding: 14px 54px;
  color: #007BBD;
  display: inline-block;
  border: 1px solid #007BBD;
  border-radius: 4px;
  position: relative;
}
.list_pager .next_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #007BBD;
  right: 14px;
  bottom: 14px;
  position: absolute;
}
.list_pager ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.list_pager ul li {
  margin: 0 6px;
}
.list_pager a {
  color: #007BBD;
}
.list_pager .back {
  margin-right: 24px;
}
.list_pager .next {
  margin-left: 24px;
}
.list_pager .current a {
  color: #3B4043;
  font-weight: bold;
}

/* list */
.search_conditions {
  margin-top: 4px;
  background: #fff;
}
.search_bread {
  margin-bottom: 48px;
  font-size: 1.4rem;
}
.search_bread ul {
  display: flex;
  align-items: center;
}
.search_bread ul li {
  margin-right: 4px;
}
.list_main img {
  margin: 0 auto;
  display: block;
}
.list_main .top_kv {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 2000px;
}
.list_alert {
  margin-bottom: 40px;
  margin-top: 4px;
  text-align: right;
  font-size: 1.2rem;
  color: #666666;
}

/* 一覧メインビジュアル背景画像 */
.list_main div {
  box-sizing: border-box;
  min-width: 1170px;
  height: 500px;
  padding: 330px 0 0;
  background-repeat: no-repeat;
  background-position: top 0 left 50%;
  background-size: auto 500px;
  margin: 0 0 4px;
}

/* .office_list_search */
.office_list_search {
  margin-bottom: 40px;
}
.office_list_search + p{
  margin-top: 8px;
  font-size: 1.5rem;
}

.office_list_search_p {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: .06em;
  margin-bottom: 40px;
}
.office_list_search_p span {
  font-size: 4.8rem;
  margin-right: 2px;
  color: #007BBD;
}
.office_list_search_p span:last-of-type {
  color: #333;
}
.office_list_search_p span:first-of-type {
  color: #007BBD;
  border-bottom: 4px solid #FEE23E;
  background: linear-gradient(transparent 80%, #FEE23E 0%);
}

.search_text {
  font-size: 1.8rem;
  margin-bottom: 4px;
}
.search_area {
}
.search_area_line {
  display: flex;
  align-items: center;
  /* border-top: 1px solid #CDD6DD; */
}
.search_area_line:nth-of-type(2) {
  border-top: 2px solid #CDD6DD;
}
.search_pop_line:last-of-type {
  border-bottom: 1px solid #CDD6DD;
}
.search_pop_line {
  display: flex;
  align-items: center;
  border-top: 1px solid #CDD6DD;
}
.search_pop_line ul {
  display: flex;
}
.search_pop_line ul li a {
  border: 1px solid #007BBD;
  border-radius: 4px;
  padding: 10px 0;
  margin-right: 6px;
  display: block;
  text-align: center;
  width: 68px;
  line-height: 1.0;
  font-weight: bold;
}
.search_pop_line .th {
  color: #fff;
  font-weight: bold;
  background: #007BBD;
  padding: 10px 0px;
  text-align: center;
  font-size: 1.6rem;
  margin: 4px 12px 4px 0;
  width: 132px;
}

.search_area form div {
  border-bottom: 1px solid #CDD6DD;
}
.search_area .search_area_line .th {
  color: #fff;
  background: #007BBD;
  padding: 20px 0px;
  text-align: center;
  font-size: 2.0rem;
  width: 16%;
}
.search_area .search_area_line:first-of-type .th {
  border-radius: 2px 0 0 0;
}
.search_area .search_area_line:first-of-type .th::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
  content: "\f518";
  margin-right: 8px;
  font-size: 1.6rem;
}
.search_area .search_area_line:nth-of-type(2) .th {
  border-radius: 0 0 0 2px;
}
.search_area .search_area_line:nth-of-type(2) .th::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 11px;
  content: "\f3c5";
  margin-right: 8px;
}

.search_area div .td {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 24px;
}
.search_area div .not_selected {
  color: #ff3232;
}
.search_area div .select_box {
  border: 2px solid #007BBD;
  border-radius: 4px;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: auto;
} 
.search_area div .select_box select {
  padding: 10px 48px 10px 20px;
}
.search_area div .select_box select:hover {
  cursor: pointer;
}
.search_area div .select_box::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  color: #007BBD;
  right: 8px;
  bottom: 6px;
  position: absolute;
}
.search_btn {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
}
.search_btn p span {
  color: #ff3232;
  font-weight: bold;
}
.search_btn button {
  color: #0066CC;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_btn button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #0066CC;
  margin-left: 4px;
}
.popup_inner_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  align-items: center;
}
.popup_inner_head p {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding: 2px 0 0 32px;
}
.popup_inner_head p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
  color: #007BBD;
  left: 0px;
  bottom: 1px;
  position: absolute;
}

.popup_alert .popup_inner_head p span {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  display: inline-block;
  margin-top: 4px;
  color: #7d7d7d;
}
.popup_alert .popup_inner_head p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: 900;
  color: #ff3232;
  left: 0px;
  top: 2px;
  position: absolute;
}

@keyframes show {
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.popup.is-show {
  display: block;
  animation-name: show;
  animation-duration: 0.2s;
  animation-timing-function: linear;
}
.is-show-hidden {
  overflow: hidden;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 800px;
  padding: 20px;
  background-color: #fff;
  z-index: 2;
  border: 3px solid #007BBD;
  border-radius: 8px;
}
.close-btn {
  cursor: pointer;
  border: 1px solid #007BBD;
  border-radius: 4px;
  padding: 4px 12px;
  line-height: 1.6;
}
.close-btn i {
  font-size: 1.6rem;
  color: #007BBD;
  padding-right: 8px;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}

.search_head {
  background: #fff;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
  position: relative;
  margin-bottom: 24px;
}
.search_head img {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 80px;
}
.search_head p {
  font-weight: bold;
  font-size: 2.4rem;
  padding: 20px 20px 20px 120px;
}
.search_head p span:nth-of-type(2) {
  margin-left: 8px;
}
.search_head p span:nth-of-type(3) {
  margin-left: 4px;
}
.search_result {
  margin-bottom: 40px;
}
.search_head .head_field,
.search_head .head_point {
  font-size: 3.2rem;
  margin-right: 2px;
}

.office_list_right {
 width: 76%;
}
.office_list_item {
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgb(34 34 34 / 10%);
  border: 1px solid #CDD6DD;
  border-top: 6px solid #007BBD;
}
.office_list_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.office_list_head_left {
  width: 76%;
}
.office_type {
  border-radius: 20px;
  font-size: 1.4rem;
  padding: 0px 12px;
  line-height: 24px;
  display: inline-block;
  font-weight: bold;
  color: #007BBD;
  background: #fff;
  border: 1px solid #007BBD;
}
.office_type:first-of-type {
  margin-right: 8px;
  color: #fff;
  background: #007BBD;
  border: 1px solid #007BBD;
}
.office_name {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 5px;
}
.head_label ul {
  display: flex;
}
.category_label,
.office_area {
  color: #f82055;
  font-weight: bold;
  border-radius: 4px;
  padding: 4px 12px;
  white-space: nowrap;
}
.category_label {
  background: #FE9800;
  border: 1px solid #D17D00;
}
.office_type.shi {
  background: #61AB00;
  border: 1px solid #467C00;
}
.office_area {
  border: 2px solid #f82055;
}
.contents_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.office_pic {
  border: 1px solid #CDD6DD;
  margin-right: 24px;
}
.office_pic img {
  margin: 0 auto;
  display: block;
  width: 210px;
}
.lawer_name {
  border: 1px solid #CDD6DD;
  border-radius: 4px;
  margin: 6px auto 0;
  padding: 2px;
  display: block;
  text-align: center;
  width: 180px;
  display: none;
}

/* .QA_list 分野別QA FAQ*/
.fade_in{   /* 横スライドアクション */
  opacity: 0;
  animation-name: fade_in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade_in {
from {
  opacity: 0;
  transform: translateX(50px);
}
to {
  opacity: 1;
  transform: translateX(0);
}
}
.fade_out{   /* 横スライドアクション */
opacity: 0;
animation-name: fade_out;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes fade_out {
from {
  opacity: 1;
  transform: translateX(0);
}
to {
  opacity: 0;
  transform: translateX(50px);
}
}

.openQA_area {
  display: none;
  width: 300px;
  z-index: 50;
  font-size: 1.4rem;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 29%);
  position: fixed;
  bottom: 100px;
  right: 10px;
  bottom: 20px;
}
  .closeQA_body {
  color: #007BBD;
  position: absolute;
  top: -16px;
  right: 4px;
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 51;
  border: solid #EFEFEF 0;
  background-color: #EFEFEF;
  border-radius: 20px;
  height: 34px;
  width: 34px;
  }
  .openQA_btn{
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 8px;
  padding: 27px 15px;
  text-align: left;
  background-image: linear-gradient(to right, #007BBD, #0370af);
  line-height: 1.6rem;
}
  .openQA_btn{
  line-height: 1.4;
  letter-spacing: 1px;
}
.openQA_btn img{
  width: 24px;
  height: 24px;
}
.openQA_btn p {
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: space-evenly;
}
.openQA_btn p:first-child {
  justify-content: flex-start;
  font-size: 2.2rem;
}
.openQA_btn span {
  margin-left: 8px;
}
.openQA_btn p:nth-child(2) {
  font-size: 3.2rem;
}
.openQA_btn p:last-child  {
  background-color: #fff;
  padding: 5px 0;
  color: #007BBD;
  border-radius: 16px;
  margin: 13px auto 0;
  width: 190px;
}


body.modal_mode {
  position: fixed;
  width: 100%;
  display: block;
}
  .QA_area {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  .QA_areaBg {
  width: 100%;
  height: 100%;
  background: #333333e8;
}
  .QA_areaBody {
  height: 600px;
  width: 1000px;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 12px 12px 8px 8px;
}
  .closeQA_btn {
  color: #fff;
  position: absolute;
  top: -46px;
  right: 0;
  font-size: 3.5rem;
  font-weight: 900;
  cursor: pointer;
}
  .QA_areaName {
  background-color: #007BBD;
  color: #fff;
  padding: 11px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.QA_areaName img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
  .QA_areaItem {
  padding: 21px 20px 0;
  height: 90%;
  overflow: auto;
  font-size: 2rem;
  font-weight: 700;
}
  .QA_areaItem_q,
  .QA_areaItem_a {
  display: flex;
}
  .QA_areaItem_q span:first-child,
  .QA_areaItem_a span:first-child {
  color: #fff;
  padding: 17px 11px;
  margin-right: 8px;
  height: 22px;
  line-height: 0;
}
  .QA_areaItem_q span:first-child {
  background-color: #79CEE9;
}
  .QA_areaItem_q span:last-child{
  margin-bottom: 2.0rem;
}
  .QA_areaItem_a span:first-child {
  background-color: #ff7e82;
}
  .QA_areaItem_a span:last-child {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 36px;
}

/* 現状維持の打破 */
.category_hurry {
  border: 2px solid #007BBD;
  border-radius: 8px;
  background-color: #fffdf0;
  padding: 20px 18px;
  font-size: 2.0rem;
  margin: 0 0 60px;
  text-align: left;
}
.category_hurry span {
  color: #007BBD;
  font-weight: bold;
}

/* 事務所のポイント */
.office_point {
  background-color: #dbe6f1;
  font-size: 2.0rem;
  margin-bottom: 16px;
}
.office_point ul {
  display: flex;
  align-items: center;
  padding: 10px 16px;
}
.office_point ul li {
  padding: 0px 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.office_point ul li+li {
  border-left: 1px dashed #007BBD;
}
.office_point ul li::before {
  background: url(../images/check_p.png) center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14.83px;
  margin-right: 7px;
  width: 16.05px;
}
.office_point ul li:first-of-type {
  padding-left: 0;
}
.office_point ul li:last-of-type {
  padding-right: 0;
}

.contents_table {
  font-size: 1.2rem;
  margin-top: 12px;
  margin-top: 20px;
}
.contents_table table {
  width: 100%;
}
.contents_table table tr {
  border-top: 1px solid #CDD6DD;
  border-left: 1px solid #CDD6DD;
  border-right: 1px solid #CDD6DD;
}
.contents_table table tr:last-of-type {
  border-bottom: 1px solid #CDD6DD;
}
.contents_table table th,
.contents_table table td {
  padding: 8px;
}
.contents_table table th {
  font-weight: bold;
  vertical-align: top;
  width: 15%;
  background: #F0F3F5;
  padding: 8px;
}
.contents_table table th::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 6px;
}
.contents_table table tr:first-of-type th::before {
  content: "\f276";
  font-weight: 900;
}
.contents_table table tr:nth-of-type(2) th::before {
  content: "\f017";
}
.contents_table table tr:nth-of-type(3) th::before {
  content: "\f14a";
}
.appeal {
  background: #f0f3f5;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 20px;
  margin-bottom: 4px;
  line-height: 1.6;
  border-radius: 8px;
  /*
  font-size: 1.4rem;
  margin-bottom: 4px;
  line-height: 1.6;
  */
}
.appeal a {
  /*
  color: #777777;
  */
}

.de_info {
  display: flex;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 16px;
  margin-bottom: 16px;
  align-items: center;
}
.de_info div {
  display: flex;
  background: #F4FAFF;
  border: 2px solid #007BBD;
  border-radius: 4px;
  margin-right: 8px;
}
.de_info div p:first-of-type {
  display: flex;
  background: #F4FAFF;
  padding: 4px 12px;
}
.de_info div p:nth-of-type(2) {
  background: #007BBD;
  color: #fff;
  padding: 0px 8px;
}
.de_info div p:nth-of-type(2) span {
  font-size: 2.0rem;
}
.de_info_link {
  margin-left: 8px;
}
.de_info_link a {
  color: #0066CC;
  border-bottom: 1px solid #0066CC;
}
.de_info_link a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #0066CC;
  margin-left: 4px;
}


.office_rabel ul {
  margin-bottom: 8px;
  display: flex;
  font-size: 1.4rem;
}
.office_rabel li {
  padding: 2px 8px;
  margin-right: 8px;
  color: #f82055;
  background: #ffe0e8;
  font-weight: bold;
}

.office_rabel li:first-of-type::before{
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-weight: 600;
  margin-right: 4px;
}

.office_rabel li:last-of-type::before{
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 600;
  margin-right: 4px;
}

.action_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  text-align: center;
  margin: 0 auto;
}
.action_point_btn {
  width: 40%;
}
.action_img_w {
  height: 172px;
}
.action_img_m {
  height: 200px;
}
.action_box_point {
  margin-top: 20px;
  width: 78%;
  /* border: 1px solid #CCD6DD;
  border-radius: 4px; */
  border: 2px solid #007BBD;
  border-radius: 8px;
}
.action_text {
  font-size: 2.0rem;
  font-weight: bold;
  color: #007BBD;
}
.action_box_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  width: 90%;
  margin: 0 auto;
}
.to_detail_list a {
  font-size: 1.6rem;
  padding: 12px;
  color: #fff;
  background: #52b218;
  border-radius: 8px;
  display: block;
  margin: 8px auto 0px;
  position: relative;
  /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); */
  font-weight: bold;
  z-index: 2;
    overflow: hidden;
    position: relative;
}
.to_detail_list a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #fff;
  right: 16px;
  bottom: 12px;
  position: absolute;
}
.to_mail_list a {
  font-size: 1.6rem;
  padding: 12px;
  border: #ea8219 solid 3px;
  width: auto;
  color: #ea8219;
  border-radius: 8px;
  display: block;
  margin: 8px auto 8px;
  position: relative;
  /* box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%); */
  background: #ffffff;
  font-weight: bold;
}
.to_mail_list a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  color: #ea8219;
  margin-right: 8px;
}
.phone_number_call span {
  font-size: 3.0rem;
}
.phone_number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8rem;
  line-height: 1.2;
}
.phone_number img {
  width: 48px;
  margin-right: 8px;
}
.phone_number_call img {
  width: 44px;
  margin-right: 8px;
  margin-top: 10px;
}
.phone_number span {
  font-family: helvetica;
  font-weight: bold;
  letter-spacing: 2px;
  color: #007BBD;
  font-family: Arial,sans-serif;
}
.tel_show {
  font-size: 3.4rem;
  font-weight: bold;
  text-decoration: underline;
  color: #f82055;
  font-family: Arial,sans-serif;
}
.tel_show:hover {
  cursor: pointer;
}
.office_list_contents .tel_show {
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
.sidebar .tel_show {
  font-size: 2.0rem;
  text-align: center;
}
.to_detail {
  font-size: 2.6rem;
  font-weight: bold;
}
.to_detail a {
  padding: 16px;
  color: #fff;
  background: #007BBD;
  border-radius: 4px;
  width: 464px;
  display: block;
  margin: 8px auto 0px;
  position: relative;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.to_detail a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #fff;
  right: 20px;
  bottom: 16px;
  position: absolute;
}
.action_box .detail_action {
  width: 76%;
}

.action_box_bar.night .to_mail_list {
  margin-right: 48px;
}
.action_box_bar.night .to_mail_list a {
  font-size: 2.2rem;
  padding: 18px 24px;
}
.action_box_bar.night .action_point {
  margin: 0;
}
.action_box_bar.night .action_point.no_tel {
  margin: 8px 0 5px;
}
.action_box_bar.night .action_text {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 8px;
}
.action_box_bar.night .tel_show {
  font-size: 2.1rem;
}
.action_box_bar.night .phone_number {
  font-size: 2.2rem;
  color: #007BBD;
}

/* officedetail */
.detail_box {
  background: #fff;
  padding: 40px 0;
  margin-top: 16px;
}

.detail_box .appeal {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.detail .office_list_head {
  margin: 0 0 0;
  border-bottom: 2px solid #007BBD;
  padding-bottom: 12px;
}
.detail .office_list_contents {
  padding: 32px 0 24px;
  margin-bottom: 40px;
}
.detail .contents_table {
  width: 75%;
}

.action_point {
  margin-right: 48px;
}
.action_point.night {
  margin-right: 0px;
}

.no_tel {
  font-weight: bold;
  line-height: 1.0;
  font-size: 1.8rem;
  text-align: center;
}
.no_tel p:last-of-type {
  font-size: 3.0rem;
  margin-top: 12px;
}

.night .no_tel {
  font-weight: normal;
  line-height: 1.0;
  font-size: 1.3rem;
}
.night .no_tel p:last-of-type {
  font-weight: bold;
  font-size: 2.1rem;
  margin-top: 4px;
}
.night.no_tel {
  font-weight: normal;
  line-height: 1.0;
  font-size: 1.3rem;
}
.night.no_tel p:last-of-type {
  font-weight: bold;
  font-size: 2.1rem;
  margin-top: 4px;
  margin-bottom: 8px;
}

.detail_action {
  margin-top: 20px;
  border: 2px solid #007BBD;
  border-radius: 8px;
  background: #fff;
  width: 100%;
}
.detail_action_h {
  text-align: center;
  color: #fff;
  background: #007BBD;
  padding: 8px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
.detail_action_h .action_text {
  font-size: 2.0rem;
  color: #fff;
}
.action_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  width: 90%;
  margin: 0 auto;
}
.action_bar .action_text {
  font-size: 1.8rem;
  text-align: center;
}
.action_bar .action_text.night {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}
.action_point.night .phone_number {
  text-align: center;
  font-size: 2.6rem;
  color: #007BBD;
  font-weight: bold;
  margin-bottom: 4px;
}
.action_text.night+p {
  font-size: 2.4rem;
  text-align: center;
}
.action_bar .phone_number {
  font-size: 4.0rem;
}
.action_bar .phone_number_call {
  font-size: 3.0rem;
}
.action_bar .phone_number img {
  width: 50px;
  margin-right: 4px;
}
.action_bar .phone_number_call img {
  width: 44px;
  margin-right: 8px;
}
.action_bar .phone_number span {
  letter-spacing: 2px;
}
.action_bar .to_mail {
  font-size: 1.8rem;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.sidebar .to_mail {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.action_bar .to_mail:before,
.sidebar .to_mail:before,
.to_detail_list a:before {
  animation: shine 6s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
  z-index: 1;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.action_bar .to_mail a {
  font-size: 1.8rem;
  padding: 16px;
  width: 250px;
}
.action_bar .to_mail.night a {
  font-size: 2.2rem;
  padding: 18px 30px;
  width: auto;
  margin-right: 40px;
  margin-bottom: 0;
}


/* detail_tabs */
.detail_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  margin-right: 6px;
  font-size: 1.6rem;
  margin-top: 10px;
}
.tab_labelArea {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
}
.tab_label {
  color: #A3A3A3;
  background: #F0F3F5;
  padding: 12px 0;
  border-radius: 8px 8px 0 0;
  flex: 1;
  margin-right: 6px;
  display: grid;
  place-items: center;
}
.detail_tabs .tab_label:last-of-type {
  margin-right: 0;
}
.tab_labelArea.tab_fix {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 10px;
  z-index: 50;
  background-color: #fff;
  border-bottom: 3px solid #007BBD;
}
.tab_cont {
  width: 100%;
  display: none;
}
#tabs_appeal:checked ~ .tab_labelArea .tabLabel_appeal,
#tabs_charge:checked ~ .tab_labelArea .tabLabel_charge,
#tabs_figureCase:checked ~ .tab_labelArea .tabLabel_figureCase,
#tabs_voice:checked ~ .tab_labelArea .tabLabel_voice {
  background: #007BBD;
  color: #fff;
}
#tabs_appeal:checked ~ #tab_appeal_cont,
#tabs_charge:checked ~ #tab_charge_cont,
#tabs_figureCase:checked ~ #tab_figureCase_cont,
#tabs_voice:checked ~ #tab_voice_cont {
  display: block;
  border-top: 3px solid #007BBD;
  margin-bottom: 70px;
  z-index: 10;
}
.tab_switch {
  display: none;
}
.tab_cont img {
  border-radius: 44px;
  width: 68px;
  height: 68px;
}
.tab_cont h2,
.office_info h2 {
  font-size: 3.0rem;
  font-weight: bold;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid #007BBD;
}
.tab_cont > p {
  margin-top: 30px;
}
.tab_cont_figureCase button,
.tab_cont_voice button {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: 0.5em 0;
  border-radius: 2px;
  color: #fff;
  border-radius: 19px;
  background-color: #333333;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  line-height: normal;
}
.tab_cont_figureCase,
.tab_cont_voice {
  position: relative;
  border: 1px solid #007BBD;
  border-radius: 8px;
  padding: 40px 40px 0 40px;
  line-height: 1.8;
  margin-top: 30px;
}
.tab_figureCase {
  overflow: hidden;
  height: 320px;
}
.tab_voice {
  overflow: hidden;
  height: 200px;
}
.tab_figureCase::before,
.tab_voice::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
  z-index: 1;
  border-radius: 8px;
}
.tab_cont_figureCase .checked,
.tab_cont_voice .checked {
  bottom: -15px;
}
.tab_cont_figureCase button:hover,
.tab_cont_voice button:hover {
  background-color: #007BBD;
  opacity: 1;
}
.checked ~ .tab_figureCase,
.checked ~ .tab_voice {
  height: auto;
  padding-bottom: 40px;
}
.checked ~ .tab_figureCase::before,
.checked ~ .tab_voice::before {
  display: none;
}


.figureCase_label,
.voice_label {
  background-color: #DBE6F1;
  color: #007BBD;
  padding: 5px 15px 5px 13px;
  height: 34px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 9px;
  display: inline-block;
}
.figureCase_title,
.voice_title {
  border-bottom: 2px dashed #D9E0E5;
  padding-bottom: 13px;
  font-size: 2.2rem;
  /* position: relative; */
}
.figureCase_before, .figureCase_after {
  height: 30px;
  width: 80px;
  margin: 22px 0 10px 0;
  text-align: center;
  border-radius: 17px;
  padding-top: 1px;
}
.figureCase_before {
  border: 1px solid #333333;
}
.figureCase_after {
  background-color: #70B92C;
  color: #fff;
  position: relative;
}
.tab_figureCase img {
  position: absolute;
  top: 20px;
  left: 20px;
}
.tab_office_com {
  background-color: #DBE6F1;
  padding: 20px 35px 20px 108px;
  border-radius: 8px;
  position: relative;
  margin-top: 40px;
}
.tab_cont .detail_bunner {
  width: 100%;
  height: auto;
  margin: 40px 0 20px;
  border-radius: 20px;
}

.voice_label {
  margin-left: 90px;
}
.voice_title {
  padding-left: 90px;
}
.tab_voice img {
  position: absolute;
  top: 43px;
  left: 40px;
}
.voice_body {
  padding-top: 20px;
}



.office_info {
  margin-bottom: 40px;
}
.office_info > div {
  margin-top: 30px;
}
.office_window {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.office_window_message {
  border: 1px solid #ccc;
  padding: 20px;
  height: fit-content;
}
.office_window_message p:first-of-type{
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 4px;
}
.office_info img {
  margin-right: 20px;
  border: 1px solid #CDD6DD;
}
.office_info table {
  margin-top: 40px;
  width: 100%;
}
.office_info table a {
  color: #06c;
}
.office_info table tr {
  border-top: 1px solid #CDD6DD;
}
.office_info table tr:last-of-type {
  border-bottom: 1px solid #CDD6DD;
}
.office_info table th,
.office_info table td {
  padding: 20px;
}
.office_info table th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #F0F3F5;
  width: 18%;
}
.lp_link {
  text-align: center;
}
.lp_link .lp_link_btn {
  position: relative;
  color: #06c;
  border: 2px solid #06c;
  border-radius: 8px;
  padding: 20px 48px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.lp_link .lp_link_btn::after {
  content: '';
  border: 0;
  border-top: solid 3px #06c;
  border-right: solid 3px #06c;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
#map_canvas {
  color: #007BBD;
  text-align: left;
}

.to_mail {
  font-size: 2.6rem;
  font-weight: bold;
}
.to_mail a {
  color: #fff;
  border-radius: 8px;
  display: block;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  background: #ea8219;
}
.to_mail a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  color: #fff;
  margin-right: 12px;
}
.to_mail.night a {
  margin-top: 0;
}

.detail_tabs .sidebar {
  width: 240px;
  height: 100%;
  border: 4px solid #647f96;
  /* border-radius: 4px; */
  padding: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  background: #fff;
}
.side_nav {
  background: #007BBD;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 4px;
  position: relative;
}
.side_nav::after {
  border: 8px solid transparent;
  border-top-color: #007BBD;
  border-bottom-width: 0px;
  bottom: -6px;
  content: "";
  display: block;
  left: 46%;
  position: absolute;
  width: 0px;
}
.sidebar .office_name {
  font-size: 1.8rem;
  line-height: 1.4;
}
.sidebar .office_pic {
  border: none;
  width: auto;
  padding: 12px;
}
.sidebar .office_pic img {
  width: 146px;
}
.sidebar .action_text {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.sidebar .phone_number {
  font-size: 2.0rem;
}
.sidebar .phone_number_call {
  font-size: 2.0rem;
}
.sidebar .action_point {
  margin: 12px 0px 12px 0px;
}
.sidebar .phone_number img {
  width: 26px;
  margin-right: 4px;
}
.sidebar .phone_number span {
  letter-spacing: 2px;
}
.sidebar .phone_number_call span {
  letter-spacing: 1px;
}
.sidebar .to_mail a {
  width: auto;
  font-size: 1.4rem;
  padding: 12px;
  margin-top: 12px;
  background: #70b92c;
}
.sidebar .to_mail a::before {
  left: 24px;
  bottom: 12px;
}

/* Mail_form */
.kakunin {
  word-wrap: break-word;
}
.phase_check {
  padding: 60px 20px 12px;
  text-align: center;
  border-top: 1px #CDD6DD solid;
  margin-top: 60px;
}
.phase_check.inqpage {
  padding: 24px 20px 12px;
  border: none;
  margin-top: 0px;
}
.phase_check p {
  font-weight: bold;
  font-size: 2.8rem;
  padding-bottom: 12px;
}
.phase_check .to_mail {
  font-weight: normal;
  font-size: 1.8rem;
  padding-bottom: 12px;
  text-align: left;
}
.phase_check .to_mail span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007BBD;
}
.phase_check ul {
  width: 232px;
  display: flex;
  justify-content: space-between;
  margin: 4px auto 24px;
  position: relative;
}
.phase_check ul:before {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #bfbfbf;
  position: absolute;
  top: 24px;
  left: 48%;
  margin-left: -40%;
}
.phase_check ul li {
  width: 20%;
  padding-top: 24px;
  position: relative;
  margin: 20px 8px 8px 0;
}
.phase_check ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-radius: 5px;
}
.phase_check ul li.active:before {
  background-color: #ff5a5f;
}
.phase_check span {
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
}
.form_box {
  padding: 24px;
  border-top: 1px solid #dfdfdf;
}
.form_box:first-of-type {
  border-top: none;
}
form label {
  font-weight: bold;
}
form label:hover {
  cursor: pointer;
}
.submit_btn input:hover {
  cursor: pointer;
  opacity: 0.8;
}
.required {
  background: #ff5a5f;
  color: #fff;
  padding: 4px 6px;
  line-height: 1.0;
  display: inline-block;
  margin-left: 4px;
  font-size: 1.4rem;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 2px;
  vertical-align: middle;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  border-radius: 4px;
  border: 2px solid #CCC;
  width: 100%;
  padding: 10px;
  margin-top: 4px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #faf4e2;
}
.example {
  padding: 4px 2px 0;
  color: #636363;
}
.form_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.form_box ul li {
  width: 47%;
  margin-bottom: 12px;
}
.form_box ul li input {
  display: none;
}
.form_box ul li input + label {
  padding-left: 24px;
  position: relative;
}
.form_box ul li label {
  font-weight: normal;
}
.form_box ul li input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}
.form_box ul li input:checked + label {
  color: #ff5a5f;
}
.form_box ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #ff5a5f;
  border-radius: 50%;
}
.notice {
  background-color: #f4f4f4;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 12px;
}
.example_area {
  padding: 12px;
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #f4f4f4;
  margin-top: 8px;
}
textarea {
  border: 2px solid #CCC;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  height: 200px;
  margin-top: 4px;
  font-weight: normal;
}
.erre_name {
  color: #ff0000;
}
.submit_btn {
  position: relative;
  text-align: center;
  width: 50%;
  margin: auto;
  margin-top: 55px;
}
.submit_btn input {
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  font-size: 2.0rem;
  padding: 24px 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  border-style: none;
  background: #ea8219;
}
.submit_btn::after {
  content: '';
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}
.submit_btn .modoru_btn {
  background: none;
  margin-top: 24px;
  width: auto;
  padding: 0;
  color: #333;
  box-shadow: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  font-weight: normal;
  font-size: 1.8rem;
}
.form_caution {
  background-color: #feffc9;
  border: 1px solid #dfdfdf;
  margin: 0px 20px 32px;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.form_caution p {
  font-weight: bold;
  color: #f00;
  text-align: center;
  padding-bottom: 8px;
  font-size: 1.8rem;
}
.form_caution span span {
  color: #f00;
}
.tnkyou {
  margin: 0 20px 20px;
}
.error_page {
  text-align: center;
  margin-top: 80px;
}
.error_page .error_h {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.in_form_tel {
  text-align: center;
}
.in_form_tel .in_form_tel_h {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 0px;
}
.in_form_tel .in_form_tel_n {
  font-weight: bold;
  font-size: 3.2rem;
  color: #ff5a5f;
  padding-bottom: 16px;
}
.in_form_tel .in_form_tel_n a {
  color: #ff5a5f;
}

.agree_check {
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  padding: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.agree_check a {
  color: #0066CC;
}

/* Question */
.still_h {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.qa_contents {
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}
.qa_box {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #f0f4f9;
  position: relative;
}
.qa_box:last-of-type {
  border: none;
}
.question {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 20px;
}
.question::before {
  font-family: "Font Awesome 5 Free";
  content: "\f45c";
  font-weight: 900;
  color: #007BBD;
  left: 0px;
  top: 8px;
  position: absolute;
  font-size: 1.0rem;
}

/* Flow */
.flow_contents {
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}
.flow_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow_box div:nth-of-type(1) {
  width: 8%;
}
.flow_box div:nth-of-type(1) img {
  width: 100%;
}
.flow_box div:nth-of-type(2) {
  width: 62%;
}
.flow_box div:nth-of-type(3) {
  width: 25%;
}
.flow_box div:nth-of-type(3) img{
  width: 100%;
}
.flow_box div:nth-of-type(4) {
  width: 100%;
}
.flow_box:last-of-type {
  border: none;
}
.flow_h {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 8px;
}
.flow_h span {
  color: #007BBD;
}
.flow_ac {
  margin-top: 32px;
}
.flow_ac span {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.flow_fc {
  margin-top: 32px;
  background: #f4f4f4;
  padding: 16px;
  border: 3px dotted #bfbfbf;
}
.flow_fc p:first-of-type {
  font-weight: bold;
  margin-bottom: 4px;
}
.flow_fc img {
  vertical-align: bottom;
  margin-right: 8px;
}
.arrow {
  text-align: center;
  margin: 4px 0 40px;
}
.arrow.t02 {
  text-align: center;
  margin: 48px 0 40px;
}
.arrow.t03 {
  text-align: center;
  margin: 40px 0 40px;
}
.arrow img {
  width: 40px;
}
.flow_action_box {
  padding: 40px;
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: center;
  border: 4px solid #007BBD;
}
.flow_action_top {
  font-size: 2.6rem;
}
.flow_action_top span {
  font-weight: bold;
}
.flow_action_bottom {
  font-size: 4.2rem;
  font-weight: bold;
  color: #007BBD;
}
.flow_action_box .detail_action {
  width: 90%;
  margin: 20px auto 0;
}
.flow_action_bottom span {
  font-size: 1.2rem;
}
.flow_action_box .kome {
  font-size: 1.2rem;
  margin-top: 16px;
  text-align: right;
}

/* Point */
.point_contents {
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}
.point_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.point_box div:nth-of-type(1) {
  width: 8%;
}
.point_box div:nth-of-type(1) img {
  width: 100%;
}
.point_box div:nth-of-type(2) {
  width: 62%;
}
.point_box div:nth-of-type(3) {
  width: 25%;
}
.point_box div:nth-of-type(3) img{
  width: 100%;
}
.point_box div:nth-of-type(4) {
  width: 100%;
}
.point_box:last-of-type {
  border: none;
}
.point_h {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.point_h span {
  color: #007BBD;
}
.point_li {
  margin-bottom: 56px;
}
.point_li .point_h {
  margin-bottom: 8px;
  position: relative;
  padding-left: 40px;
  font-size: 2.3rem;
}
.point_li .point_h::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #007BBD;
  left: 0px;
  bottom: 0px;
  position: absolute;
}
.point_next {
  text-align: center;
  margin-bottom: 56px;
}
.point_next img {
  width: 40%;
}
.point_box div p span {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 4px solid yellow;
}

/* Top */
.main_select {
  padding: 32px 0;
  margin-top: 4px;
  background: url("../images/main_bg.png")  50% 50% repeat-x;
  background-size: cover;
  /* animation: bg-slider 100s linear infinite; */
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -2250px 0; }
}

.select_box {
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border: 2px solid #1E5DBC;
  border-radius: 8px;
  text-align: center;
  width: 520px;
  position: relative;
}
h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
h4 {
  font-weight: bold;
  font-size: 3.0rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
.select_ui {
  background: #F0F3F5;
  border-radius: 8px;
  padding: 24px;
}
.select_ui_flex {
  display: flex;
  justify-content: space-between;
}
.select_btn {
  background: #fff;
  border: 2px solid #007BBD;
  border-radius: 8px;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.select_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.select_btn div:first-of-type {
  border-bottom: 2px dotted #007BBD;
  margin-top: 8px;
  padding-bottom: 8px;
}
.select_btn div:first-of-type img {
  text-align: center;
  width: 24px;
}
.select_btn div:nth-of-type(2) {
  padding: 24px;
}
.select_btn div:nth-of-type(2) p {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #007BBD;
}
.select_btn div:nth-of-type(2) p span {
  font-size: 1.6rem;
}
.selected {
  color: #fff;
  background: #ff3232;
  border-radius: 4px;
  padding: 4px;
  font-size: 1.5rem;
}
.select_btn div:nth-of-type(3) {
 background: #007BBD;
 padding-top: 8px;
}
.select_btn div:nth-of-type(3) img {
  text-align: center;
  width: 20px;
  background:#fff;
  border-radius: 50%;
}
.main_search_btn {
  text-align: center;
  margin-top: 20px;
}
.main_search_btn a {
  border-radius: 40px;
  background: #ccc;
  font-weight: bold;
  display: block;
  padding: 14px 0;
  color:#fff;
  /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); */
  width: 248px;
  margin: 0 auto;
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 24px 16px;
}
.main_search_btn.field_checked.area_checked a {
  background: #70b92c;
}
.people_left img {
  position: absolute;
  bottom: -33px;
  left: -184px;
  width: 232px;
}
.people_right img {
  position: absolute;
  bottom: -51px;
  right: -186px;
  width: 240px;
}
.search_pop_line ul li label {
  border: 1px solid #007BBD;
  border-radius: 4px;
  padding: 10px 0;
  margin-right: 6px;
  display: block;
  text-align: center;
  width: 68px;
  line-height: 1.0;
  font-weight: bold;
}
.search_pop_line ul li input:checked + label {
  background: #007BBD;
  color: #fff;
}
.close-btn02 {
  border-top: 1px solid #CDD6DD;
  margin-bottom: 8px;
  padding-top: 16px;
  display: none;
}
.close-btn02 button {
  text-align: center;
  border-radius: 40px;
  background-color: #ccc;
  font-weight: bold;
  display: block;
  padding: 14px 0;
  color:#fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  width: 248px;
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 24px 16px;
  margin: 0 auto;
}
.close-btn02 button.check {
  background-color: #007BBD;
}
.search_pop_line.sfld ul {
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 16px 0 8px;
}
.search_pop_line.sfld ul li {
  width: 32.7%;
  margin-bottom: 8px;
}
.search_pop_line.sfld ul li label {
  border: 1px solid #007BBD;
  border-radius: 4px;
  padding: 16px 0;
  margin-right: 6px;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1.0;
  font-weight: bold;
}

.from_cate {
  margin-bottom: 80px;
}
.from_cate_h {
  text-align: center;
  border-bottom: 2px dotted #3B4043;
  margin: 0 0 40px;
}
.from_cate_h img {
  width: 80px;
  border-radius: 50%;
  border: 2px solid #007BBD;
  padding: 8px;
}
.from_cate_h p {
  margin: 4px 0 8px;
  font-size: 2.4rem;
  font-weight: bold;
}
.from_cate_s {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.from_cate_l {
  width: 32%;
  margin-bottom: 40px;
}
.from_cate_l p {
  background-size: 36px;
  background-position: 0px 4px;
  background-repeat: no-repeat;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 8px 0 8px 48px;
}
.from_cate_l ul {
  display: flex;
  flex-wrap: wrap;
}
.from_cate_l ul li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.from_cate_l ul li a {
  border: 1px solid #007BBD;
  color: #007BBD;
  padding: 4px;
  border-radius: 4px;
}
/* .from_cate_s .from_cate_l:first-of-type p, */
.from_cate_s .from_cate_l:nth-of-type(8) p {
  background-image: url(../images/money_top.png);
}
.from_cate_s .from_cate_l:nth-of-type(1) p {
  background-image: url(../images/keiji_top.png);
}
.from_cate_s .from_cate_l:nth-of-type(2) p,
.from_cate_s .from_cate_l:nth-of-type(6) p {
  background-image: url(../images/uwaki_top.png);
}
.from_cate_s .from_cate_l:nth-of-type(3) p,
.from_cate_s .from_cate_l:nth-of-type(4) p {
  background-image: url(../images/work_top.png);
}
.from_cate_s .from_cate_l:nth-of-type(5) p,
.from_cate_s .from_cate_l:nth-of-type(7) p,
.from_cate_s .from_cate_l:nth-of-type(10) p {
  background-image: url(../images/souzoku_top.png);
}
/* .from_cate_s .from_cate_l:nth-of-type(6) p {
  background-image: url(../images/jikou_top.png);
} */
.from_cate_s .from_cate_l:nth-of-type(8) p,
.from_cate_s .from_cate_l:nth-of-type(12) p {
  background-image: url(../images/bgata_top.png);
}
.from_cate_s .from_cate_l:nth-of-type(9) p {
  background-image: url(../images/koutuu_top.png);
}
.from_cate_s .from_cate_l:nth-of-type(11) p {
  background-image: url(../images/net_top.png);
}

.top_point {
  border-bottom: 2px dotted #CDD6DD;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.top_point_c {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
.top_point_tb {
  width: 50%;
}
.top_point_n {
  color: #007BBD;
  border: 1px solid #007BBD;
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-bottom: 8px;
}
.top_point_h {
  color: #007BBD;
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.top_point_t {
  font-weight: bold;
}
.tyuigaki {
  font-size: 1.2rem!important;
  margin-top: 16px;
  line-height: 1.6;
  display: block;
  font-weight: normal!important;
  font-weight: normal!important;
  background: none!important;
  border: none!important;
}
.tyuigaki_mk {
  font-size: 1.2rem!important;
  border: none!important;
}

.foot_line {
  background: #fff;
  height: 203px;
  margin-bottom: 40px;
}
.foot_line_b {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 640px;
}
.foot_j {
  font-size: 1.2rem;
  background: #fff;
  height: 128px;
  border-radius: 8px;
  margin-top: 33px;
  width: 246px;
  padding: 0 24px;
  box-shadow: 4px 8px 16px rgba(0,0,0,0.2);
}
.foot_j p:first-of-type {
  padding: 24px 0 12px;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}
.foot_j span {
  font-size: 2.8rem;
  color: #007BBD;
  font-weight: bold;
  margin: 0 8px;
}
.people_left_f img {
  width: 160px;
  margin-top: 22px;
}
.people_right_f img {
  width: 168px;
  margin-top: 17px;
}

.al_action {
  font-size: 1.4rem;
  margin-top: 24px;
  border: 1px solid #dcdcdc;
}
.al_action p:nth-of-type(2) {
  background: #fff8f8;
  font-size: 16px;
  padding: 16px 20px;
}
.al_action_h {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  background: #ff3232;
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.al_action_h img {
  margin-right: 10px;
  width: 32px;
}
.al_action_h span {
  margin-top: 1px;
}

/* cv_act */
.cv_act {
  margin-top: 16px;
  margin-bottom: 8px;
  border: 2px solid #2595A8;
  border-left: 16px solid #2595A8;
  padding: 16px;
  border-radius: 8px;
}
.cv_act p:first-child {
  font-size: 2.0rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.cv_act p:last-child {
  font-size: 1.2rem;
  margin-top: 4px;
}

/* al_act */
.al_act {
  margin-top: 16px;
  margin-bottom: 8px;
  border: 2px solid #c73744;
  border-left: 16px solid #c73744;
  padding: 16px;
  border-radius: 8px;
}
.al_act p img {
  width: 3%;
  margin-right: 8px;
}
.al_act p:first-child {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.al_act p:first-child+p {
  font-size: 1.4rem;
}

.top_conts {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
}
.inq_box {
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}

/* 利用規約・運営 */
.et_title {
  margin: auto;
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e4e7ec;
}
table.type05 {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  width: 80%;
  display: block;
  margin: 0 auto 40px;
  border: none;
}
table.type05 th {
  width: 32%;
  padding: 10px 15px 25px 0px;
  font-weight: bold;
  font-size: 1.6rem;
}
table.type05 td {
  padding: 10px;
  vertical-align: top;
  font-size: 1.6rem;
}

.company_box {
	background: #fff;
	padding: 40px;
	margin-top: 40px;
}
.rule_doc {
  margin: 0px auto 30px;
  line-height: 2.0;
}
.rule_doc h2 {
	font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  background: #fff;
  color: #333;
  font-family: none;
  padding: 0;
  position: static;
}
.rule_doc p {
	margin-bottom: 30px;
}
.rule_doc ul {
	margin-bottom: 30px;
}

.to_flow {
  text-align: center;
  font-size: 1.8rem;
}
.to_flow_click {
  border-bottom: 1px solid #06c;
  color: #06c;
}
.to_flow_click::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  color: #06c;
  margin-left: 8px;
}
.sidebar .to_flow {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 8px;
}

.action_come {
  text-align: right;
  font-size: 1.0rem;
  margin-top: 16px;
}

.history_box {
  margin-top: 64px;
}
.history_head {
  font-size: 20px;
  color: #fff;
  background: #007BBD;
  padding: 8px 20px;
  border-radius: 8px 8px 0 0;
}
.history_ul {
  display: flex;
  border: 1px solid #007BBD;
}
.history_li {
  border-right: 1px solid #CDD6DD;
  width: 25%;
}
.history_link {
  display: block;
  padding: 16px 20px 20px;
}
.history_li:nth-of-type(4) {
  border: none;
}
.history_office_area {
  border-radius: 20px;
  font-size: 1.2rem;
  padding: 0px 12px;
  line-height: 24px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #007BBD;
  border: 1px solid #007BBD;
  margin-bottom: 4px;
}
.history_office_img {
  width: 64%;
  margin: 12px auto 16px;
  display: block;
}
.history_office_name {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.history_office_appeal {
  font-size: 1.2rem;
  margin: 8px 0;
  height: 60px;
}
.history_office_type {
  border-radius: 20px;
  font-size: 1.2rem;
  padding: 0px 12px;
  line-height: 24px;
  display: inline-block;
  font-weight: bold;
  color: #007BBD;
  background: #fff;
  border: 1px solid #007BBD;
}
.history_detail_box {
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}
.history_detail_box .history_box {
  margin-top: 0px;
}

/* breadlist */
.breadlist {
  font-size: 1.4rem;
  margin: 0px auto;
  display: block;
  width: 1000px;
  padding: 14px 0 8px;
}
.breadlist.office_de {
  margin: 12px auto 0;
  padding: 0;
}
.breadlist li {
  display: inline;
}
.breadlist li:first-of-type {
  margin: 0;
}
.breadlist ul li a {
  text-decoration: underline;
}
.breadlist li::before{
  content: ">";
  margin: 0 6px;
  display: inline;
}
.breadlist li:first-of-type::before {
  content: "";
  margin: 0;
}

/* 一覧ページ内flowリンク */
.in_list_contents {
  margin: 0px 40px 20px;
  position: relative;
}
.in_list_contents.top {
  margin-top: 60px;
}
.in_list_contents.bottom {
  margin-bottom: 60px;
}
.accordion-trigger {
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 20px 25px 20px 20px;
  font-size: 1.8rem;
  border: 1px solid #333;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  font-weight: bold;
  color: #007BBD;
}
.accordion-trigger.is-opened {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #ccc;
}
.accordion-trigger::before,
.accordion-trigger::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  height: 3px;
  width: 15px;
  background-color: #007BBD;
  transition: all .1s ease-out;
}
.accordion-trigger::after {
  transform: rotate(90deg);
}
.accordion-trigger.is-opened::after {
  opacity: 0;
  transform: rotate(0);
}
.accordion-target {
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  transition: height .4s ease-in-out;
  text-align: left;
  padding: 0 40px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
.accordion-trigger.is-opened + .accordion-target {
  border: 1px solid #333;
  border-top: none;
}
.accordion-target.list > .list__item {
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.accordion-target.list > .list__item > a {
  display: block;
  margin-top: -15px;
  margin-bottom: -15px;
  padding: 15px;
  color: #000;
  text-decoration: none;
}

.list_to_q {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  color: #733c00;
  margin-top: 30px;
}
.list_to_a {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 12px;
  position: relative;
  padding-left: 24px;
}
.list_to_q span,
.list_to_a span {
  position: absolute;
  top: 0;
  left: 0;
  color: #f90;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.list_to_s {
  font-size: 1.5rem;
  margin-top: 8px;
  padding-left: 24px;
  margin-bottom: 40px;
}
.list_to_s span,
.flow_box_p span {
  font-weight: bold;
  background: #ffff6e;
}

.flow_box_n.list {
  width: 5%;
}
.flow_box_h {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.flow_box_h:first-of-type {
  margin-top: 40px;
}
.flow_h.list {
  font-size: 1.8rem;
}
.flow_box_p.list {
  margin: 8px auto 15px;
  font-size: 1.5rem;
}
.flow_box_p.list:last-of-type {
  margin-bottom: 60px;
}
.flow_arrow.list img {
  width: 4%;
  margin: 14px auto 12px;
  display: block;
}
.flow_fc.list {
  margin-top: 8px;
}
.flow_box_img.list {
  width: 30%;
  margin: 10px auto 20px;
  display: block;
}

/* isharyou */
.main_visual {
  background: #F1F4FB;
}
.main_visual img {
	vertical-align: top;
  width: 940px;
  object-fit: contain;
  margin: 4px auto 0;
  display: block;
}
main.shindan {
  width: 940px;
  background: #007BBD;
  padding: 20px 16px;
}
.shindan section {
  background: #fff;
  border-radius: 8px;
  padding: 20px 40px;
}
.shindan section div {
  padding-bottom: 2px;
  margin-bottom: 18px;
  border-bottom: 1px solid #F0F0F0;
}
.shindan section div:last-of-type {
  border: none;
}
.shindan .isharyou_title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.shindan .number {
  color: #007BBD;
  font-size: 3.2rem;
  padding: 4px 8px;
  border-right: 1px dashed #007BBD;
  margin-right: 8px;
}
.shindan .check label {
  border: 1px solid #999;
  border-radius: 8px;
  padding: 18px 16px;
  margin: 16px 0 20px;
  box-shadow: 0px 4px #007BBD;
  cursor: pointer;
  display: block;
}
.shindan .check label span {
  font-size: 1.8rem;
  margin-left: 2px;
}
.shindan .check input[type="radio"]:checked + label {
  background: #F79049;
  border: 1px solid #F79049;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 4px #D57C3F;
  transition: all 0.4s;
}
.shindan .to_trc {
  border: 1px solid #999;
  border-radius: 8px;
  padding: 18px 16px;
  margin: 16px 0 20px;
  display: block;
  box-shadow: 0px 4px #007BBD;
}
.shindan .selectbox {
  position: relative;
}
.shindan select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 18px 16px;
  margin: 16px 0;
  border: #999 1px solid;
  border-radius: 8px;
  cursor: pointer;
}
.shindan .selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 7%;
  top: 65%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(45deg)translateY(-30%);
}
.shindan input {
  width: 100%;
  padding: 22px 16px;
  margin: 0 0 16px;
  border-radius: 8px;
  background: #F79049;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 4px #D57C3F;
  border: none;
  cursor: pointer;
}
.shindan .submit a {
  width: 100%;
  padding: 22px 16px;
  margin: 0 0 16px;
  border-radius: 8px;
  background: #F79049;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 4px #D57C3F;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 1.0;
}
.shindan ul {
  display: flex;
  justify-content: space-between;
}
.shindan ul li {
  width: 49%;
}

/* Alert */
.shindan .alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.shindan .alert_box {
  width: 89%;
  background: #fff;
  padding: 32px 16px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  visibility: hidden;
}
.shindan .alert.show {
  visibility: visible!important;
  opacity: 1;
}
.shindan .alert_box.show {
  visibility: visible!important;
  opacity: 1;
}
.shindan .alert_h {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.shindan .alert_red {
  color: #FF3232;
  font-weight: bold;
}
.shindan .alert_t {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
.shindan .alert_to {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 10px 42px 10px 16px;
  margin-bottom: 16px;
  position: relative;
}
.shindan .alert_to::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 17px;
  border-bottom: #999 2px solid;
  border-right: #999 2px solid;
  transform: rotate(-42deg)translateY(-30%);
}
.shindan .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
}
.shindan .close_btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
  cursor: pointer;
  z-index: 2;
  top: -10%;
  right: -6%;
}
.shindan .close_btn span::before,
.shindan .close_btn span::after {
	display: block;
	content: "";
	position: absolute;
	width: 60%;
	height: 8%;
	background: #fff;
}
.shindan .close_btn span::before {
	transform: rotate(-45deg);
}
.shindan .close_btn span::after {
	transform: rotate(45deg);
}

/* footer_action */
.footer_action {
  height: 104px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  background-color: #007BBD;
}
.footer_actPoint {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer_action img {
  width: 31px;
  height: 46px;
  transform: rotate(-45deg);
  z-index: 100;
  position: absolute;
  top: 24px;
  right: 0px;
}
.footer_act_left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 17.5px;
  color: #fff;
}
.footer_act_right {
  margin-left: 17.5px;
}
.footer_action .to_mail {
  position: relative;
}
.footer_action .to_mail a {
  background: #fff;
  color: #ea8219;
  margin: 0;
}
.footer_action .to_mail a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  margin-right: 8px;
  color: #ea8219;
  font-size: 2.1rem;
}
.footer_act_left .tel_show,
.footer_act_right .tel_show {
  color: #fff;
}
.footer_action .phone_number span{
  color: #fff;
  font-weight: bold;
  font-family: Arial,sans-serif;
}
.footer_action .phone_number span:first-child {
  border-radius: 8px;
  font-family: '游ゴシック Medium';
}
/* daytime */
.footer_act_left .phone_number span{
  font-size: 5rem;
}
.footer_act_left .phone_number span:first-child {
  border: solid 3px #fff;
  padding: 4px 7px;
  font-size: 2.2rem;
  margin-right: 7px;
}
.footer_act_right .to_mail a {
  font-size: 2.2rem;
  padding: 11px 40px;
}
/* !daytime */
.footer_act_left .footer_actionText {
  font-size: 2.0rem;
  color: #fff;
}
.footer_act_left .to_mail a {
  font-size: 2.2rem;
  padding: 11px 55px;
}
.footer_act_left .to_mail a::before {
  font-size: 2.4rem;
}
.footer_actPoint.night .footer_act_right{
  font-size: 1.4rem;
  color: #fff;
  margin-left: 17.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_act_right .tel_show {
  font-size: 2.6rem;
}
.footer_actPoint.night .phone_number span{
  font-size: 3.2rem;
}
.footer_actPoint.night .phone_number span:first-child{
  font-size: 1.7rem;
  border: solid 2px #fff;
  padding: 3px 5px;
  margin-right: 6px;
}

/* トップバナー・新作成 */
.header_new{
  background: url(../images/header_back.png) center top / cover no-repeat transparent;
  position: relative;
  height: 500px;
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',arial,sans-serif;

}

.header_new_kojin{
  background: url(../images/header_back_kojin.png) center top / cover no-repeat transparent;
  position: relative;
  height: 500px;
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',arial,sans-serif;

}
.header_new_jikohasan{
  background: url(../images/header_back_jikohasan.png) center top / cover no-repeat transparent;
  position: relative;
  height: 500px;
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',arial,sans-serif;

}
.header_new_kabarai{
  background: url(../images/header_back_kabarai.png) center top / cover no-repeat transparent;
  position: relative;
  height: 500px;
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',arial,sans-serif;

}

.header_new .header_inner{
  width: 1000px;
  margin:0 auto;
  display: flex;
  height: 500px;
  justify-content: space-between;
}

.header_new .header_left{
  background-color: rgb(31 31 31 / 53%);
  padding: 0 20px;
  color: white;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.header_new .omakase{
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: solid 2px;
  letter-spacing: 0.07em;
}

.header_new_btn{
  font-size: 26px;
  font-weight: bold;
  margin-top: 37px;
  display: flex;
  flex-flow: column;
  align-items: center;
  letter-spacing: 0.07em;

}

.header_new_btn p:last-child{
  background: #e08e0a;
  padding: 12px 30px;
  border-radius: 86px;
  margin-top: 10px;
  color: white;
  letter-spacing: 0.09em;
}
.header_new .header_right{
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 65%;

}
.header_new .big_title{
  color: #383838;
  text-align: right;
  font-size: 85px;
  border-bottom: solid 3px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 80%;
  margin-left: auto;
  letter-spacing: 0.08em;
  line-height: 1.15;
}

.header_new .big_title_left{
  text-align: left;
  margin-left: unset;
}

.header_new .big_title .text_change_header_right{
  color: #383838;
}

.header_new .big_title span{
  color: #499100;
  font-weight: bold;
}


.header_new_blue .big_title_left span{
  color: #007bbd;
  font-weight: bold;
}


.header_new .header_right ul{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
}

.header_new_blue .header_right ul{
  height: 135px;
}


.header_new .header_right ul li{
  position: relative;
  font-size: 23px;
  padding: 0 0px 0 44px;
  /* margin-bottom: 18px; */
  font-weight: bold;
  line-height: 1.2;
}

.header_new_blue .header_right ul li{
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 21px;
}

.header_new_blue .header_right ul li{
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 21px;
}


.header_new .header_right ul li::before{
  position: absolute;
  background: url(../images/mark.png) no-repeat center center;
  content: "";
  display: inline-block;
  width: 42px;
  height: 100%;
  left: 0;
}

.header_new_blue .header_right ul li::before{
  position: absolute;
  background: url(../images/mark_kojin.png) no-repeat center center;
  content: "";
  display: inline-block;
  width: 42px;
  height: 100%;
  left: -7px;
}

.header_new_blue .header_right ul li::before{
  position: absolute;
  background: url(../images/mark_kojin.png) no-repeat center center;
  content: "";
  display: inline-block;
  width: 42px;
  height: 100%;
  left: -7px;
}

.header_new .chack{
  display: flex;
  justify-content: flex-end;
}

.header_new .chack_kojin{
  justify-content: flex-start;
}


.form_background{
  background-color: #f5f5eb;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-bottom: 60px;
}

#form_area{
  padding: 80px 100px 40px;
    margin-top: 40px;
    background: white;
}