@charset "utf-8";
/* CSS Document */
/*
Theme Name: Meguro
Theme URI: https://wordpress.org/themes/meguro/
Author: the WordPress team
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "myFont";
  src: url("font/font.eot");
  src: url("font/font.eot?#iefix") format('embedded-opentype'), url("font/font.woff") format('woff'), url("font/font.woff2") format('woff2'), url("font/font.ttf") format('truetype'), url("font/font.otf") format('opentype');
  font-style: "normal";
  font-weight: 500;
}
.myFontClass {
  font-family: "myFont";
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
/*
==================================================================*/
body {
  font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #eff1f4;
  line-height: 1.5;
}
img {
  height: auto;
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #000;
}
.sp_parts {
  display: none;
}
.mt_40 {
  margin-top: 40px;
}
.mt_mb_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .pc_parts {
    display: none;
  }
  .sp_parts {
    display: block;
  }
  #engage-contributions-widget-wrapper {
    width: 100% !important;
  }
}
/* CORE
==================================================================*/
section {
  margin-top: 40px;
}
section h2 {
  border-left: 10px solid #213653;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 30px;
  font-family: "myFont", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
}
section h3 {
  font-family: "myFont", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
}
@media (max-width: 500px) {
  section {
    margin-top: 10px;
  }
  section h2 {
    line-height: 1.2;
  }
}
/* Header
==================================================================*/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
header {
  background-color: #fbfbfb;
}
header .wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0 12px 0;
  overflow: auto;
  background-color: #fbfbfb;
}
header .wrap .logo_area {
  padding-top: 10px;
  float: left;
}
header .wrap .logo_area .txt01 {
  font-size: 10px;
  line-height: 1.5;
}
header .wrap .logo_area .txt02 {
  font-size: 16px;
  margin-top: 10px;
}
header .wrap .logo_area h1 {
    margin-top: 15px;
}
header .wrap .logo_area h1 img {
  width: 320px;
  /* margin-top: 20px; */
  height: auto;
}
header .wrap .logo_area h1 span {
  display: block;
  margin-top: 5px;
}
header .info_box_wrap {
  float: right;
  display: flex;
}
header .info_box_wrap .info_inner {
  /* background-color: #fff; */
  text-align: center;
  padding: 8px 22px 10px;
}
header .info_box_wrap .info_inner .txt01 {
  font-size: 18px;
  margin: 0px 0 -6px 0;
}
header .info_box_wrap .info_inner .tel {
  font-size: 26px;
  color: #ad0027;
}
header .info_box_wrap .info_inner .fa-phone-volume {
  transform: rotate(-22deg);
  -moz-transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg);
  font-size: 20px;
  margin-right: 5px;
}
header .info_box_wrap .info_inner .time {
  font-size: 12px;
}
header .info_box_wrap .info_inner .txt {
  font-size: 12px;
  margin: -0.5em 0 0.5em;
  display: block;
}
header .info_box_wrap .info_inner .txt b {
  font-weight: bold;
}
header .info_box_wrap .info_inner .mail {
  background-color: #a18438;
  border-radius: 15px;
  /* margin-top: 10px; */
}
header .info_box_wrap .info_inner .mail a {
  color: #fff;
  font-size: 14px;
  padding: 5px 30px;
  display: block;
}
header .info_box_wrap .info_inner .mail .fa-envelope {
  margin-right: 5px;
}
header .info_box_wrap .info_inner .online_bnr {
  margin-top: 10px;
}
header .logo_area .lang_change {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 10px 0;
  align-items: center;
}
header .logo_area .lang_change li {
  margin-right: 15px;
  text-decoration: underline;
}
header .logo_area .lang_change .snsIcon a img {
  width: 50px;
}
header a:hover {
  opacity: 0.7;
}
@media (max-width: 500px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  header .wrap {
    width: auto;
    padding: 0 10px 10px 10px;
  }
  header .wrap .logo_area {
    padding-top: 0;
    width: 70%;
  }
  header .wrap .logo_area .txt01 {
    font-size: 10px -webkit-transform:scale(0.5);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -50px;
    margin-right: -30px;
  }
  header .wrap .logo_area .txt02 {
    font-size: 14px;
    margin-top: 0;
  }
  header .wrap .logo_area h1 img {
    width: 94%;
    margin-top: 0px;
    height: auto;
  }
  header .wrap .logo_area h1 span {
    font-size: 0.8em;
    margin-top: 0px;
  }
  header .wrap .logo_area .lang_change {
    display: none;
  }
  header .sp_menu {
    width: 30%;
    float: right;
  }
  header .sp_menu ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    /* display: flex; */
  }
  header .sp_menu ul li {
    /* float: left; */
    margin-top: 17px;
    line-height: normal;
  }
  header .sp_menu ul li .fa-phone-volume {
    transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    color: #213653;
    font-size: 30px;
    margin-right: 6px;
  }
  header .sp_menu ul li .fa-envelope {
    color: #213653;
    font-size: 30px;
  }
  header .sp_menu .sp_tel a {
    /* position: absolute; */
    /* right: 22%; */
    top: 17px;
  }
  header .sp_menu .sp_mail a {
    position: absolute;
    right: 14%;
    top: 18px;
  }
  header .sp_menu .lang_change {
    display: flex;
    justify-content: space-between;
  }
  header .sp_menu .lang_change li {
    margin-top: 0;
    font-size: 14px;
    text-decoration: underline;
  }
  header .sp_menu .lang_change .snsIcon {
    display: none;
  }
  header .info_box_wrap {
    display: none;
  }
}
/* Nav
=================================================================*/
#nav_wrap {
  background-color: #213653;
  box-shadow: 0px 3px 10px -2px grey;
}
.menu {
  position: relative;
  width: 100%;
  height: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.menu li .navlink {
  text-align: center;
  height: 40px;
  padding: 15px 0;
}
.menu li .navlink p {}
.menu li .navlink span {
  font-size: 12px;
}
.menu li .navlink .line {
  border-left: 1px solid #fff;
  border-collapse: collapse;
  border-right: 1px solid transparent;
  height: 40px;
}
.menu li:last-child .navlink .line {
  border-right: 1px solid #fff;
}
.menu li .navlink .fa-home {
  height: 24px;
}
.menu > li {
  float: left;
  width: 124px;
  height: 70px;
}
.menu > li:first-child {
  width: 80px;
}
.menu > li a {
  display: block;
  color: #fff;
}
.menu > li:hover a {
  color: #213653;
}
div.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
div.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.menu > li:hover {
  background: #fff;
  margin: 0 -1px 0 1px;
  color: #213653;
}
.menu__second-level li {
  /* border-top: 1px solid #111; */
}
.menu__second-level li a:hover {
  /* background: #111; */
}
.menu__fourth-level li a:hover {
  /* background: #1d0f0f; */
}
/* 下矢印 */
/* .init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} */
/* floatクリア */
.menu:before, .menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
li.menu__mega div.menu__second-level {
  position: absolute;
  top: 70px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px;
  background: #f1f1f1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: 0px 3px 10px -2px grey;
}
li.menu__mega:hover div.menu__second-level {
  top: 70px;
  visibility: visible;
  opacity: 1;
}
li.menu__mega div.menu__second-level > li {
  float: left;
  width: 49%;
  border: none;
}
li.menu__mega div.menu__second-level > li:nth-child(2n+1) {
  margin: 0 2% 0 0;
}
.menu__second-level .subTitle {
  color: #213653;
  border-bottom: 1px solid #213653;
  padding-bottom: 3px;
  margin-bottom: 12px;
}
.menu__second-level .subTitle p {
  font-size: 16px;
}
.menu__second-level .subTitle p span {
  font-size: 12px;
  margin-left: 10px;
}
.menu__second-level ul {
  display: flex;
  flex-wrap: wrap;
}
.menu__second-level ul li {
  padding: 10px;
  background-color: #fff;
  width: 228px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
}
.menu__second-level ul li:nth-child(5) {
  margin-right: 0;
}
.menu__second-level ul li a:hover {
  opacity: 0.5;
}
.menu__second-level ul li .innerTitle {
  font-size: 18px;
  border-bottom: 1px solid #213653;
  text-align: left;
  margin-bottom: 10px;
}
.menu__second-level ul li img {
  height: 50px;
  margin-bottom: 8px;
}
.menu__second-level ul li .eng {
  font-size: 12px;
}
.menu__second-level.officeNav {}
.menu__second-level.officeNav li {
  width: 287px;
  padding: 0;
}
.menu__second-level.officeNav li:last-child {
  margin-right: 0;
}
.menu__second-level.officeNav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__second-level.officeNav li p {
  font-size: 18px;
  width: 100%;
  margin: 10px;
}
.menu__second-level.officeNav li p span {
  font-size: 12px;
}
.menu__second-level.officeNav li img {
  width: 110px;
  height: 150px;
  margin-bottom: 0;
}
#online .menu li .navlink p {
  line-height: 0.9;
  padding-top: 5px;
}
#online .menu > li:first-child .navlink .line {
  line-height: 0.9;
}
#online .menu > li:first-child p {
  padding-top: 0;
}
/* TOP
==================================================================*/
#key {
  width: 1200px;
  max-width: 100%;
  margin: 20px auto 0 auto;
}
#key img {
  max-width: 100%;
}
article {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.topProfile {
  width: 205px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 500px) {
  #key {
    width: 100%;
    margin-top: 86px;
  }
  #key img {
    width: 100%;
  }
  article {
    width: 100%;
  }
  .topProfile {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.new_info {
  width: 610px;
}
.new_info p {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.new_info .link_bnr {
  margin-top: 15px;
}
.wrap_add {
  display: flex;
  justify-content: space-between;
}
.recruit_ad {
  width: 540px;
}
@media (max-width: 500px) {
  .new_info, .recruit_ad {
    width: 100%;
  }
  .new_info p {
    text-align: left;
  }
  .new_info .link_bnr img {
    width: 100%;
  }
  .wrap_add {
    display: block;
  }
}
#sec_01, #sec_02, #sec_03, #sec_04, #sec_05, #sec_06, #sec_07, #sec_08, #sec_09, .new_info, .recruit_ad {
  background-color: #fff;
  padding: 20px 20px 30px 20px;
}
#sec_01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}
#sec_01 ul li {
  width: 28%;
  text-align: center;
}
#sec_01 ul li img {
  width: 77px;
  height: 77px;
  margin-bottom: 20px;
}
#sec_01 ul li p {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 500px) {
  #sec_01 ul {
    padding: 0;
    display: block;
  }
  #sec_01 ul li {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  #sec_01 ul li img {
    margin-bottom: 0;
    float: left;
    width: 16%;
    margin-right: 2%;
  }
  #sec_01 .txt_area {
    float: left;
    width: 82%;
  }
  #sec_01 .txt_area h3 {
    text-align: left;
  }
  #sec_01 ul li p {
    float: left;
    margin-top: 10px;
  }
}
#sec_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
}
#sec_02 {
  width: 750px;
}
#sec_02 h2 {
  margin: 25px 0 20px 0;
}
#sec_03 {
  width: 400px;
}
#sec_03 dt {
  font-size: 12px;
}
#sec_03 dd {
  font-size: 14px;
  margin-top: 10px;
}
#sec_03 ul li {
  border-bottom: 1px dashed #e5e5e5;
  margin: 20px 0 0 0;
  padding-bottom: 10px;
}
#sec_03 .more_info_btn {
  border: 1px solid #072253;
  text-align: center;
  margin-top: 25px;
}
#sec_03 .more_info_btn a {
  color: #072253;
  display: block;
  padding: 10px 0;
}
#sec_03 .more_info_btn a:hover {
  background-color: #072253;
  color: #fff;
}
@media (max-width: 500px) {
  #sec_wrap {
    display: block;
  }
  #sec_02, #sec_03 {
    width: auto;
  }
}
#sec_04 ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /* flex-wrap: wrap-reverse;
  flex-direction: row-reverse; */
}
#sec_04 ul li {
  width: 25%;
  position: relative;
  padding: 0 15px 0 0;
}
#sec_04 ul li::before {
  background-image: url(images/arrow.svg);
  content: '';
  width: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  position: absolute;
  top: 7px;
}
#sec_04 ul li a {
  padding-left: 12px;
}
#sec_04 ul li:nth-child(n+5) {
  margin-top: 20px;
}
@media (max-width: 500px) {
  #sec_04 ul li:last-child {
    margin-top: 0;
  }
  #sec_04 ul li:nth-child(n+5) {
    margin-top: 10px;
  }
  #sec_04 ul li {
    width: 100%;
    margin-top: 10px;
  }
}
#sec_05 h3 {
  border-bottom: 1px solid #072253;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-family: "myFont", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
}
#sec_05 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sec_05 ul li {
  width: 20%;
  position: relative;
}
#sec_05 ul li p {
  font-size: 14px;
}
#sec_05 ul li::after {
  background-image: url(images/arrow.svg);
  content: '';
  width: 11px;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  right: -41px;
  top: 86px;
  position: absolute;
}
#sec_05 ul li:last-child::after {
  content: none;
}
@media (max-width: 500px) {
  #sec_05 ul {
    display: block;
  }
  #sec_05 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #sec_05 ul li::after {
    right: 50%;
    bottom: -30px;
    transform: rotate(-270deg);
    top: auto;
  }
}
#sec_07 ul li {
  margin-bottom: 10px;
}
#sec_07 .box01 {
    margin-top: 2em;
    padding: 1em;
    border: 1px solid #a18438;
}
#sec_06 h2, #sec_07 h2, #sec_08 h2, #sec_09 h2 {
  border-left: 10px solid #213653;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 30px;
  font-family: "myFont", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
}
.feeH3 {
  text-align: center;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  color: #213653;
  font-size: 19px;
}
.feeTable {
  text-align: center;
  margin: 5px auto 20px;
  font-weight: bold;
  font-size: 1.1em;
}
.feeTable th {
  padding: 7px 30px;
  background: #fff;
  color: #213653;
  border: #ddd 2px solid;
  vertical-align: middle;
}
.feeTable td {
  padding: 10px 20px;
  background: #fff;
  border: #ddd 2px solid;
  vertical-align: middle;
}
.feeTable .cost {
  font-size: 1.5em;
}
.feeTable .free {
  color: #c00;
  font-size: 1.5em;
}
.feeTable .value {
  color: #c00;
  font-size: 1.5em;
}
.feeTable .sp {
  display: none;
}
.feeTable .ttl th {
  background: #213653;
  color: #fff;
}
@media (max-width: 500px) {
  .feeTable td {
    padding: 10px 3px;
  }
  .feeTable th {
    padding: 3px 0px;
    vertical-align: middle;
  }
  .feeTable {
    font-size: 0.9em;
  }
  .feeTable .sp {
    display: block;
  }
  .feeTable .free {
    font-size: 1.5em;
  }
}
.feeTable02 {
  text-align: center;
  margin: 5px auto 20px;
  font-weight: bold;
  font-size: 1.1em;
  width: 100%;
}
.feeTable02 th {
  padding: 7px 30px;
  color: #213653;
  border: #ddd 2px solid;
  vertical-align: middle;
  background: #f8f8f8;
}
.feeTable02 td {
  padding: 10px 20px;
  background: #fff;
  border: #ddd 2px solid;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .feeTable02 td {
    padding: 10px 3px;
  }
  .feeTable02 th {
    padding: 3px 0px;
    vertical-align: middle;
  }
  .feeTable02 {
    font-size: 0.9em;
  }
}
/* Content
==================================================================*/
/* Footer
==================================================================*/
footer {
  margin-top: 40px;
  font-size: 14px;
}
footer #access_wrap {
  background-color: #fff;
  padding: 20px 0;
}
footer #access_wrap #access {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}
footer #access_wrap #access .ac_in {
  padding: 0 20px;
  margin-bottom: 50px;
}
footer #access_wrap #access .wrap {
  display: flex;
  justify-content: space-between;
}
footer #access_wrap #access .wrap .txt_area {
  width: 50%;
}
footer #access_wrap #access.meguro .wrap .img_area {
  text-align: center;
  margin-top: 1em;
}
footer #access_wrap #access.meguro .wrap .img_area img {
  width: 8em;
}
footer #access_wrap #access.meguro .wrap .img_area img:first-child {
  margin-right: 2%;
}
footer #access_wrap #access.shiba .wrap .img_area {
  text-align: center;
  margin-top: 1em;
}
footer #access_wrap #access.shiba .wrap .img_area img:first-child {
  margin-right: 2%;
  width: 40%;
}
footer #access_wrap #access.shiba .wrap .img_area img:last-child {
  width: 25%;
}
footer #access_wrap #access .txt01 {
  width: auto;
  margin: 0 0 20px;
  font-family: "myFont", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
}
footer #access_wrap #access .txt_area dl {
  display: flex;
  margin-bottom: 1em;
}
footer #access_wrap #access .txt_area dl dt {
  width: 12%;
}
footer #access_wrap #access .txt_area dl dd {
  width: 88%;
}
footer #access_wrap #access .txt_area dl dd:last-child {
  margin-bottom: 0;
}
footer #access_wrap #access #map {
  width: 48%;
}
footer #access_wrap #access #map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
footer .footSnsIcon {
  margin: 30px 0;
}
footer .footSnsIcon ul {
  display: flex;
  justify-content: center;
}
footer .footSnsIcon ul li {
  margin: 0 10px;
}
footer .footSnsIcon ul li a img {
  width: 50px;
}
footer .new_office {
  padding: 0 20px;
  margin: 20px auto 0 auto;
}
footer .new_office img {
  width: 100%;
}
@media (max-width: 500px) {
  footer {
    padding-bottom: 50px;
  }
  footer #access_wrap #access {
    width: 100%;
  }
  footer #access_wrap #access .wrap {
    display: block;
  }
  footer #access_wrap #access .wrap .txt_area {
    width: 100%;
  }
  footer #access_wrap #access .wrap .img_area {
    display: none;
  }
  footer #access_wrap #access .txt_area dl dt {
    width: 22%;
  }
  footer #access_wrap #access .txt_area dl dd {
    width: 78%;
    margin-bottom: 0;
  }
  footer #access_wrap #access #map {
    width: 100%;
  }
  footer .bottom_traking {
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  footer .bottom_traking ul {
    display: flex;
    justify-content: space-between;
  }
  footer .bottom_traking ul li:first-child {
    width: 85%;
  }
  footer .bottom_traking ul li:first-child img {
    width: 100%;
  }
  footer .bottom_traking ul li:last-child {
    width: 14%;
    background-color: #213653;
    text-align: center;
  }
  footer .bottom_traking ul li:last-child a {
    color: #fff;
    font-size: 12px;
  }
}
footer #soudan {
  background-color: #fff;
  padding: 20px 200px 20px 200px;
  width: 1200px;
  margin: 35px auto 0 auto;
  background-repeat: no-repeat;
  background-position: 910px;
}
footer #soudan .txt01 {
  font-size: 25px;
}
footer #soudan .tel_box {
  overflow: hidden;
}
footer #soudan .tel_box b {
  font-weight: bold;
  display: block;
  margin-top: 0.5em;
}
footer #soudan .tel_box .fl_l {
  float: left;
  width: 68%;
}
footer #soudan .tel_box .fa-phone-volume {
  transform: rotate(-22deg);
  -moz-transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg);
  font-size: 50px;
  margin-right: 20px;
}
footer #soudan .tel_box .tel {
  font-size: 75px;
  color: #ad0027;
  font-weight: 500;
  letter-spacing: -0.02em;
  /*margin-right: 30px;*/
}
footer #soudan .time_txt {
  margin-top: 22px;
  width: 32%;
  float: right;
}
footer #soudan .time_txt .txt02 {
  background-color: #a18438;
  color: #fff;
  font-size: 16px;
  padding: 5px 9px;
  display: inline-block;
  margin-bottom: 5px;
}
footer #soudan .time_txt .txt03 {
  font-size: 14px;
  margin-bottom: 0.5em;
}
footer #soudan .time_txt .txt03 b {
  font-weight: bold;
  display: block;
}
footer #soudan .mail {
  background-color: #a18438;
  color: #fff;
  width: 798px;
  border-radius: 25px;
  padding: 4px 0;
  text-align: center;
}
footer #soudan .mail a {
  display: block;
  color: #fff;
  font-size: 28px;
}
footer #soudan .mail a .underline {
  text-decoration: underline;
}
footer #soudan .mail .fa-envelope {
  margin-right: 10px;
}
@media (max-width: 500px) {
  footer #soudan {
    width: 100%;
    padding: 10px 10px;
  }
  footer #soudan .mail {
    width: 100%;
  }
  footer #soudan .txt01 {
    font-size: 18px;
    text-align: center;
  }
  footer #soudan .tel_box {
    text-align: center;
  }
  footer #soudan .tel_box .fl_l {
    float: none;
    width: 100%;
  }
  footer #soudan .tel_box .tel {
    font-size: 35px;
    margin-right: 0;
  }
  footer #soudan .tel_box .fa-phone-volume {
    font-size: 25px;
    margin-right: 5px;
  }
  footer #soudan .mail a {
    font-size: 16px;
  }
}
footer #foot_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
footer #foot_nav li {
  font-size: 14px;
  border-right: 1px solid;
  padding: 0 15px;
  line-height: 16px;
}
footer #foot_nav li:last-child {
  border-right: none;
}
footer .copy {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 20px;
}
footer #foot_sitemap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
footer #foot_sitemap > div {
  margin: 0 40px;
}
footer #foot_sitemap li {
  margin-bottom: 10px;
}
footer #foot_sitemap li {
  position: relative;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
footer #foot_sitemap li:before, footer #foot_sitemap li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
footer #foot_sitemap li:before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #213653;
}
footer #foot_sitemap li.listnone:before {
  border: none;
}
footer #foot_sitemap li > ul > li {
  margin-left: 1em;
}
footer #foot_sitemap li > ul > li > ul > li {
  margin-left: 1em;
}
@media (max-width: 500px) {
  footer #foot_nav {
    display: block;
    text-align: center;
  }
  footer #foot_nav li {
    font-size: 10px;
    padding: 0 10px;
    display: inline-block;
  }
  footer #foot_sitemap {
    display: block;
  }
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #213653;
}
#pageTop a {
  display: block;
  z-index: 999;
  color: #fff;
  text-align: center;
  padding: 15px 0 31px 0;
}
#pageTop a:hover {
  opacity: 0.7;
}
#pageTop .fa-caret-up {
  font-size: 30px;
}
@media (max-width: 500px) {
  #pageTop {
    display: none !important;
  }
}
#side_traking {
  position: fixed;
  right: 0px;
  top: 35%;
}
#side_traking a:hover {
  opacity: 0.7;
}
#side_traking ul li {
  margin-bottom: 10px;
}
/* pull down
---------------------------------------*/
@media (max-width: 500px) {}
.guide_low .table01 {
  width: 100%;
}
.guide_low .table01 th {
  width: 220px;
  padding: 10px;
  border: 1px solid #000;
}
.guide_low .table01 td {
  padding: 10px;
  border: 1px solid #000;
}
@media (max-width: 500px) {
  .guide_low .table01 th {
    width: 100px;
  }
}
.divorce h3 {
  border: 1px solid;
  padding: 5px 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.divorce .list_type01 {
  list-style-type: decimal;
  margin-left: 20px;
  margin-top: 20px;
}
.divorce .list_type01 li {
  margin-bottom: 20px;
}
.divorce .pm p {
  margin-bottom: 20px;
}
.divorce .list_type01 li ul {
  margin-top: 20px;
}
/* 顧問弁護士
---------------------------------*/
.counsel .leadBox {
  color: #fff;
  padding: 30px;
  background-image: url(common/img/counsel_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.counsel .leadBox h2 {
  border-left: none;
  padding-left: 0;
  font-size: 32px;
}
.counsel .leadBox .flBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.counsel .leadBox .flBox p {
  font-family: "myFont", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  margin-right: 30px;
  line-height: 2;
}
.counsel .leadBox .flBox img {
  width: 160px;
}
.counsel .box02 {
  margin-top: 30px;
}
.counsel .box02 h3 {
  font-size: 24px;
  font-weight: bold;
  border: none;
  text-decoration: underline;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  display: block;
}
.counsel .box02 ul {
  display: flex;
  justify-content: space-between;
}
.counsel .box02 ul li {
  width: 270px;
}
.counsel .box02 ul li a img {
  width: 100%;
}
.counsel .box02 ul li a:hover {
  opacity: 0.5;
}
.counsel .box03 {
  margin-top: 30px;
}
.counsel .box03 .flBox {
  display: flex;
  justify-content: space-between;
}
.counsel .box03 .flBox .imgArea {
  width: 185px;
}
.counsel .box03 .flBox .imgArea img {
  width: 100%;
}
.counsel .box03 .flBox .txtArea {
  width: 645px;
}
.counsel .box03 h3 {
  color: #213653;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 0px;
  border: none;
  display: block;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.counsel .box03 p {
  font-size: 18px;
}
.counsel .box03 p span {
  font-weight: bold;
  font-size: 20px;
  color: #213653;
}
.counsel .box04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.counsel .box04 ul li {
  width: 48%;
  border: 1px solid #213653;
  padding: 20px;
  background-color: #c5d6ef;
}
.counsel .box04 dl dt {
  color: #213653;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #213653;
  padding: 15px 0 10px 0;
  line-height: 1.8;
  text-align: center;
}
.counsel .box04 dl dt span {
  background-color: #fff;
  border-radius: 50px;
  padding: 24px 5px;
  margin: 30px 0;
  font-size: 16px;
}
.counsel .box04 dl dt p {
  margin-top: 30px;
}
.counsel .box04 ul li:nth-child(-n+2) {
  margin-top: 0;
}
.counsel .midContact .soudan {
  padding: 20px;
  width: 100%;
  margin: 35px auto 0 auto;
  border: 2px solid #213653;
}
.counsel .midContact .soudan .txt01 {
  font-size: 25px;
}
.counsel .midContact .soudan .tel_box {
  overflow: hidden;
}
.counsel .midContact .soudan .tel_box .fl_l {
  float: left;
}
.counsel .midContact .soudan .tel_box .fa-phone-volume {
  transform: rotate(-22deg);
  -moz-transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg);
  font-size: 50px;
  margin-right: 20px;
}
.counsel .midContact .soudan .tel_box .tel {
  font-size: 75px;
  color: #f00;
  font-weight: bold;
  margin-right: 30px;
}
.counsel .midContact .soudan .time_txt {
  margin-top: 22px;
}
.counsel .midContact .soudan .time_txt ul {
  position: relative;
}
.counsel .midContact .soudan .time_txt .txt02 {
  background-color: #a18438;
  color: #fff;
  font-size: 16px;
  padding: 18px 28px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  right: 72px;
  text-align: center;
}
.counsel .midContact .soudan .time_txt .txt02 a {
  color: #fff;
}
.counsel .midContact .soudan .time_txt .txt03 {
  font-size: 22px;
}
.counsel .midContact .soudan .txt04 {
  display: block;
  margin: 0.5em 1.5em -1em 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 87.5%;
}
.counsel .midContact .soudan .txt04 b {
  font-weight: bold;
}
.counsel .midContact .soudan .mail {
  background-color: #a18438;
  color: #fff;
  width: 798px;
  border-radius: 25px;
  padding: 4px 0;
  text-align: center;
}
.counsel .midContact .soudan .mail a {
  display: block;
  color: #fff;
  font-size: 28px;
}
.counsel .midContact .soudan .mail a .underline {
  text-decoration: underline;
}
.counsel .midContact .soudan .mail .fa-envelope {
  margin-right: 10px;
}
.counsel .box05 {
  margin-top: 30px;
}
.counsel .box05 h3 {
  background-color: #c5d6ef;
  color: #213653;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 25px;
  border: none;
  display: block;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.counsel .box05 .guide_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.counsel .box05 .guide_nav li {
  width: 49%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #213653;
}
.counsel .box05 .guide_nav li:nth-child(2n) {
  margin-right: 0;
}
.counsel .box05 .guide_nav li img {
  width: 50px;
  margin-bottom: 5px;
  height: 50px;
}
.counsel .box05 .guide_nav li a {
  display: block;
  padding: 20px 20px;
  min-height: 220px;
}
.counsel .box05 .guide_nav li a:hover {
  opacity: 0.7;
}
.counsel .box05 .guide_nav li .txt_box span {
  font-family: "myFont", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
}
.counsel .box05 .guide_nav li .txt_box p {
  font-size: 14px;
  margin-top: 15px;
  text-align: left;
}
.counsel .box05 h4 {
  text-align: center;
  font-weight: bold;
  color: #213653;
  font-size: 26px;
}
.counsel .switch {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .counsel .leadBox h2 {
    font-size: 25px;
  }
  .counsel .leadBox .flBox {
    display: block;
    overflow: hidden;
  }
  .counsel .leadBox .flBox p {
    margin-right: 0;
    font-size: 16px;
  }
  .counsel .leadBox .flBox img {
    width: 45%;
    float: right;
    margin-left: 20px;
  }
  .counsel .box02 h3 {
    font-size: 21px;
  }
  .counsel .box02 ul {
    display: block;
  }
  .counsel .box02 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .counsel .box03 .flBox {
    display: block;
    overflow: hidden;
  }
  .counsel .box03 .flBox .imgArea {
    width: auto;
    width: 100px;
    float: left;
    margin-right: 20px;
  }
  .counsel .box03 .flBox .txtArea {
    width: auto;
  }
  .counsel .box03 h3 {
    font-size: 20px;
  }
  .counsel .box03 p {
    font-size: 16px;
  }
  .counsel .box03 p span {
    font-size: 18px;
  }
  .counsel .box04 ul li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .counsel .midContact .soudan {
    width: 100%;
    padding: 10px 10px;
    background-position: center;
  }
  .counsel .midContact .soudan .mail {
    width: 100%;
  }
  .counsel .midContact .soudan .txt01 {
    font-size: 18px;
    text-align: center;
  }
  .counsel .midContact .soudan .tel_box {
    text-align: center;
  }
  .counsel .midContact .soudan .tel_box .fl_l {
    float: none;
  }
  .counsel .midContact .soudan .txt04 {
    margin: 0.5em 0 -0.25em;
  }
  .counsel .midContact .soudan .tel_box .tel {
    font-size: 35px;
    margin-right: 0;
  }
  .counsel .midContact .soudan .tel_box .fa-phone-volume {
    font-size: 25px;
    margin-right: 5px;
  }
  .counsel .midContact .soudan .mail a {
    font-size: 14px;
  }
  .counsel .box05 h3 {
    font-size: 20px;
    padding: 10px;
  }
  .counsel .box05 .guide_nav {
    display: block;
  }
  .counsel .box05 .guide_nav li {
    width: 100%;
    margin-bottom: 20px;
  }
  .counsel .box05 h4 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
#linkBnr {
  background-color: #fff;
  padding: 20px 20px 30px 20px;
}
#linkBnr ul {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
}
#linkBnr ul li {
  width: 32%;
  margin-bottom: 30px;
  margin-right: 2%;
}
#linkBnr ul li:nth-of-type(3n) {
  margin-right: 0;
}
#linkBnr ul li a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  background-color: #4f7fc1;
}
#linkBnr ul li a:hover {
  opacity: 0.5;
}
#linkBnr ul li p {
  margin-top: 5px;
  font-size: 14px;
}
@media (max-width: 500px) {
  #linkBnr .box {
    display: none;
  }
  #linkBnr h2 {
    position: relative;
  }
  #linkBnr h2::before { /* 閉じている時 */
    content: "＋";
    position: absolute;
    right: 0;
    color: #213653;
    font-weight: 700;
  }
  #linkBnr h2.active::before { /* 開いている時 */
    content: "－";
  }
  #linkBnr ul {
    flex-wrap: wrap;
  }
  #linkBnr ul li {
    margin-bottom: 20px;
    width: 49%;
  }
  #linkBnr ul li:nth-of-type(3n) {
    margin-right: 2%;
  }
  #linkBnr ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #linkBnr ul li a {
    font-size: 14px;
    padding: 15px 0;
  }
  #linkBnr ul li p {
    font-size: 12px;
  }
  #linkBnr .height a {
    padding: 25px 0;
  }
}
.inBox001 {
  margin-bottom: 50px;
}
.inBox001 .imgBox {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.inBox001 .imgBox img {
  width: 32%;
  margin-bottom: 20px;
}
.inBox001 .imgBox img:nth-child(2), .inBox001 .imgBox img:nth-child(5), .inBox001 .imgBox img:nth-child(7) {
  margin: 0 2% 20px 2%;
}
/*
----------------------------------------*/
#online .p01ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#online .p01ul li {
  width: 420px;
  border: 3px double #213653;
  padding: 20px;
  background-color: #c5d6ef5c;
}
#online .p01ul li dl dt {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
#online .p01ul li dl dd p {
  margin-bottom: 10px;
}
#online .p01ul li dl dd p:last-child {
  margin-bottom: 0;
}
#online .yoyakuBtn {
  margin-top: 50px;
}
#online .yoyakuBtn a {
  display: block;
  background-color: #213653;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
}
#online .yoyakuBtn a .fa-arrow-right {
  margin-left: 10px;
}
#online .yoyakuBtn a:hover {
  opacity: 0.5;
}
#online .box {
  margin-top: 30px;
}
#online h3 {
  border-bottom: 1px solid #213653;
  font-size: 20px;
  margin-bottom: 10px;
}
#online .list01 {
  margin-top: 20px;
}
#online .list01 li {
  border: 1px solid #333;
  margin-bottom: 30px;
  position: relative;
}
#online .list01 li p {}
#online .list01 li span {
  font-size: 14px;
  color: #f00;
}
#online .list01 li dl {
  display: flex;
  align-items: center;
}
#online .list01 li dt {
  background-color: #213653;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 80px;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
#online .list01 li dt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent transparent transparent #213653;
  border-width: 40px 0 40px 15px;
  z-index: 1;
  right: -15px;
}
#online .list01 li:nth-child(4) dt {
  height: 96px;
  line-height: 96px;
}
#online .list01 li:nth-child(4) dt::after {
  border-width: 48px 0 48px 15px;
}
#online .list01 li .fa-chevron-down {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -22px;
  color: #213653;
}
#online .list01 li dd {
  padding-left: 40px;
}
/* #online .list01 li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -25px;
  font-size: 20px;
  color: #213653;
} */
#online .list01 li:last-child::after {
  content: none;
}
#online .calendarBox {
  margin-top: 20px;
}
#online .calendarBox table {
  width: 100%;
}
#online .calendarBox table th {
  width: 122px;
  border: 1px solid #333;
  padding: 8px 0;
  text-align: center;
  background-color: #213653;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #fff;
}
#online .calendarBox table th:last-child {
  border-right: 1px solid #333;
}
#online .calendarBox table td {
  border: 1px solid #333;
  text-align: center;
  position: relative;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
#online .calendarBox table td .cday {
  position: absolute;
  top: 5px;
  right: 10px;
}
#online .calendarBox table td .mark {
  font-size: 30px;
}
#online .calendarBox table tr td:first-child, #online .calendarBox table tr td:last-child {
  background-color: #eee;
}
#online .calendarBox .first td {
  background-color: #fff !important;
  height: auto;
  border: none;
}
#online .calendarBox .first .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#online .calendarBox .first .mBtn {}
#online .calendarBox .first .mBtn a {
  padding: 5px 9px;
  border-radius: 5px;
  background-color: #213653;
  color: #fff;
  font-size: 12px;
}
#online .calendarBox .first .yearmonth {
  font-size: 22px;
  font-weight: bold;
  padding: 0 30px;
}
#online .timeBox {
  margin-top: 30px;
}
#online .timeBox .dayTxt {
  padding: 3px 10px;
  display: inline-block;
  margin-top: 10px;
  border-bottom: 3px double #333;
}
#online .timeBox .dayTxt span {
  font-weight: bold;
  font-size: 20px;
}
#online .timeBox .timeSelect {
  width: 100%;
  margin-top: 10px;
}
#online .timeBox .timeSelect th {
  width: 66px;
  border: 1px solid #333;
  padding: 5px 0;
  text-align: center;
  background-color: #213653;
  color: #fff;
  border-right: 1px solid #fff;
  font-weight: bold;
}
#online .timeBox .timeSelect th:last-child {
  border-right: 1px solid #333;
}
#online .timeBox .timeSelect td {
  border: 1px solid #333;
  padding: 5px 0;
  text-align: center;
}
#online .appoBox {
  margin-top: 20px;
}
#online .appoBox table {
  width: 100%;
}
#online .appoBox tr:first-child {
  border: 1px solid #333;
  font-weight: bold;
}
#online .appoBox tr:first-child th {
  border-right: 1px solid #333;
  padding: 20px 0;
  background-color: #213653;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#online .appoBox tr:first-child td {
  padding: 20px;
  font-size: 18px;
  background-color: #eee;
}
#online .appoBox th {
  width: 180px;
  text-align: left;
  padding: 20px 0 0px 0;
  vertical-align: top;
}
#online .appoBox td {
  padding: 15px 0 0px 0;
}
#online .appoBox td .inputBox {
  padding: 10px;
  width: 100%;
  font: 400 14px Arial;
}
#online .appoBox td select {
  padding: 10px;
  font: 400 14px Arial;
}
#online .appoBox td .inputNum {
  padding: 10px;
}
#online .appoBox td .red {
  font-size: 14px;
  color: #f00;
}
#online .appoBox .btnBox .btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  width: 52%;
}
#online .appoBox .btnBox .btnWrap .btn01 {
  width: 60%;
}
#online .appoBox .btnBox .btnWrap .btn01 input {
  background-color: #213653;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  width: 100%;
}
#online .appoBox .btnBox .btnWrap .btn02 {
  width: 37%;
}
#online .appoBox .btnBox .btnWrap .btn02 input {
  background-color: #213653;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
}
#online .appoBox .btnBox .btnWrap input:hover {
  cursor: pointer;
  opacity: 0.5;
}
@media (max-width: 500px) {
  #online .p01ul {
    display: block;
  }
  #online .p01ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #online .list01 li dl {
    display: block;
  }
  #online .list01 li dt, #online .list01 li:nth-child(4) dt {
    height: 40px;
    line-height: 40px;
    width: auto;
  }
  #online .list01 li dt::after {
    content: none;
  }
  #online .list01 li dd {
    padding: 10px;
  }
  #online .appoBox td select {
    width: 100%;
  }
  #online .calendarBox table th {
    width: 14.2%;
  }
  #online .timeBox .timeSelect thead {
    display: block;
    float: left;
    width: 30%;
  }
  #online .timeBox .timeSelect tbody {
    display: block;
    float: left;
    width: 70%;
  }
  #online .timeBox .timeSelect tr {
    display: block;
    float: left;
    width: 100%;
  }
  #online .timeBox .timeSelect td {
    display: block;
    border-bottom: none;
    height: 38px;
  }
  #online .timeBox .timeSelect td:last-child {
    border-bottom: 1px solid #333;
  }
  #online .timeBox .timeSelect th {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #fff;
    height: 38px;
  }
  #online .timeBox .timeSelect th:last-child {
    border-right: none;
    border-bottom: 1px solid #333;
  }
  #online .appoBox th {
    display: block;
    width: 100%;
  }
  #online .appoBox td {
    display: block;
    width: 100%;
  }
  #online .appoBox .btnBox .btnWrap {
    width: 100%;
  }
}
.templates h3 {
  background-color: #c5d6ef;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 22px;
}
.templates h4 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.templates .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.templates .box ul li {
  background-color: #f6f6f6;
  padding: 15px;
  width: 48%;
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 15px 0;
}
.templates .box ul li .fa-file-excel, .templates .box ul li .fa-file-pdf {
  margin-right: 5px;
}
.templates .box ul li .imgBox img {
  width: 50%;
  background-color: #fff;
}
.templates .box ul a {
  display: block;
}
.templates .box ul a:hover {
  opacity: 0.7;
}
.templates .box ul li p {
  margin-top: 15px;
  background-color: #213653;
  color: #fff;
  width: 90%;
  margin: 15px auto 0;
  padding: 5px 15px;
}
.templates .mokuji {
  margin-top: 40px;
}
.templates .mokuji ul {
  display: flex;
  flex-wrap: wrap;
}
.templates .mokuji ul li {
  width: 30%;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .templates .box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .templates .mokuji ul {
    display: block;
  }
  .templates .mokuji ul li {
    width: 100%;
  }
}