@charset "UTF-8";
/**** コンテンツ***/
/*** ベースラップ**/
.base_wrap {
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  padding: 5rem 8rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .base_wrap {
    margin: 0 auto;
    padding: 16px 16px 32px;
  }
}
#info footer {
  border-top: 1px solid #dae3e7;
}
.flex_wrap {
  display: flex;
  justify-content: space-between;
}
/*** サイドコンテンツ**/
.side_link01 {
  margin: 0 0 0 28px;
  padding: 0 0 25px 0;
  overflow: hidden;
}
.side_link01 h4 {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1.2em;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #55391b;
}
.side_link01 .link {
  margin: 0;
  padding: 0;
}
.side_link01 .link a {
  margin: 0;
  padding: 20px 10px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #e45e47;
  border-radius: 90px;
  display: block;
}
.side_TITLE01 {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  border-top: 5px solid #ff6400;
  border-bottom: 1px solid #ff6400;
  background: #fff;
}
.side_TITLE01 h4 {
  font-size: 18px;
  font-weight: 700;
}
.side_TITLE01 h4 .eng {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #7c7c7c;
  display: block;
}
.side_new_list {
  margin: 0 0 0 12px;
  padding: 0;
  overflow: hidden;
}
.side_new_list .item {
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px dotted #d0d2d2;
  overflow: hidden;
}
.side_new_list .item .image {
  margin: 0 10px 0 0;
  padding: 0;
  width: 66px;
  float: left;
  display: inline;
}
.side_new_list .item .info {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.side_new_list .item .info .link {
  margin: 0;
  padding: 0 0 .8rem 0;
  line-height: 1.6em;
  font-size: 14px;
  color: #282828;
}
.side_new_list .item .info .link a {
  color: #282828;
}
.side_new_list .item .info .address {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 12px;
  color: #949494;
}
.side_bnr {
  margin: 0 0 16px 0;
  padding: 0;
  overflow: hidden;
}
.side_comment_form {
  margin: 0 0 20px 0;
  padding: 15px 15px 17px 15px;
  background: #f9fafa;
  overflow: hidden;
}
.side_comment_form h4 {
  margin: 0 0 .8rem 0;
  padding: 10px;
  line-height: 1.2em;
  text-align: center;
  font-size: 14px;
  background: #ff6400;
}
.side_comment_form h4 a {
  color: #fff;
}
.side_comment_form .note {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.2em;
  text-align: center;
  font-size: 12px;
  color: #949494;
}
.side_comment_form .textarea {
  margin: 0 0 15px 0;
  padding: 4px;
  width: 100%;
  height: 180px;
  background: #fff;
  border: 1px solid #dae3e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side_comment_form .btn {
  margin: 0;
  padding: 10px 55px;
  width: 100%;
  line-height: 1.2em;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: #ff6400 url("../images/icon_17.png") no-repeat 25px center;
  border: 1px solid #ff6400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side_category_list {
  margin: 0 0 15px 0;
  padding: 15px 15px 10px 15px;
  background: #f9fafa;
  overflow: hidden;
}
.side_category_list li {
  margin: 0 0 10px 0;
  padding: 0;
  width: 48%;
  height: 40px;
  background: #ff6400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: table;
}
.side_category_list li:nth-of-type(2n) {
  float: right;
}
.side_category_list li:nth-of-type(2n+1) {
  clear: both;
}
.side_category_list li a {
  margin: 0;
  padding: 5px;
  line-height: 1.4em;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.side_bnr_list {
  margin: 0;
  padding: 0 0 .8rem 0;
  overflow: hidden;
}
.side_bnr_list li {
  margin: 0 0 13px 0;
  padding: 0;
  float: left;
  display: inline;
  clear: both;
}
.side_ranking_list {
  padding: 16px 0 0;
}
.side_ranking_list li {
  position: relative;
  padding: 0 .8rem 16px;
}
.side_ranking_list li > img {
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
  width: 24px;
  height: auto;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.13);
}
.side_ranking_list li::after {
  content: '';
  display: table;
  clear: both;
}
.side_ranking_list li .info_wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.side_ranking_list li .info_wrap > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.side_ranking_list li .info_wrap > img {
  width: 64px;
  height: auto;
  float: none;
  border: solid 1px #d9d9d8;
}
.side_ranking_list li .info_wrap > .info {
  padding: 0;
  width: calc(100% - 72px);
  float: none;
}
.side_ranking_list li .info_wrap > .info .name {
  font-weight: bold;
  font-size: 14px;
}
.side_ranking_list li .info_wrap > .info .office_wrap {
  font-size: 12px;
}
.side_ranking_list li .info_wrap > .info .count_wrap .count {
  font-size: 14px;
  font-weight: bold;
  float: none;
}
.side_ranking_list li .info_wrap > .info .count_wrap .count .num {
  font-size: 12px;
  font-weight: normal;
}
.side_ranking_list li .rank {
  margin: 0 9px 0 0;
  padding: 0;
  width: 53px;
  float: left;
  display: inline;
}
.side_ranking_list li .image {
  margin: 3px 5px 0 0;
  padding: 0;
  width: 30px;
  float: left;
  display: inline;
}
.side_ranking_list li .info {
  padding: 3px 0 0 0;
  overflow: hidden;
}
.side_ranking_list li .info .link {
  line-height: 1.2em;
  font-size: 1.6rem;
  font-weight: 700;
  float: left;
}
.side_ranking_list li .info .count {
  line-height: 1.2em;
  font-size: 12px;
  float: right;
}
.side_ranking_list li .info .count .num {
  line-height: 1.2em;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: #062351;
}
.side_ranking_list li .info .company {
  padding: 7px 0 0 0;
  line-height: 1.2em;
  font-size: 12px;
  color: #7c7c7c;
  clear: both;
}
.side_tab_head {
  margin: 0;
  padding: 15px;
  background: #f9fafa;
  overflow: hidden;
}
.side_tab_head ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.side_tab_head ul li {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  display: inline;
}
.side_tab_head ul li a {
  margin: 0;
  padding: 10px 5px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 1px solid #ff6400;
  display: block;
}
.side_tab_head ul li a:hover {
  color: #fff;
  background: #ff6400;
}
.side_tab_head ul li a.active {
  color: #fff;
  background: #ff6400;
}
.side_faq_list {
  margin: 0;
  padding: 0;
  background: #f9fafa;
  overflow: hidden;
  display: none;
}
.side_faq_list.active {
  display: block;
}
/* old style */
.side_faq_list > .list {
  padding: 0 15px 15px;
}
.side_faq_list > .list > .item::after {
  content: '';
  display: table;
  clear: both;
}
.side_faq_list > .list > .item > .label {
  margin: 0;
  padding: 6px 15px;
  line-height: 1.2em;
  font-size: 11px;
  color: #fff;
  background: #ff6400;
  display: inline-block;
}
.side_faq_list > .list > .item > .fr {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 700;
  color: #062351;
  display: block;
  overflow: hidden;
}
.side_faq_list > .list > .item > .fr > .TITLE {}
.side_faq_list > .list > .item > .fr > .TITLE a {
  text-decoration: underline;
  color: #062351;
}
.side_faq_list > .list > .item > .fr > .TITLE a:hover {
  text-decoration: none;
  color: #062351;
}
.side_faq_list > .list > .item > .fr > .desc {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1.5em;
  font-size: 13px;
  color: #000;
  overflow: hidden;
}
.side_faq_list > .list > .item > .fr > .desc p {}
.side_faq_list > .list > .item > .fr > .update {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1.6em;
  font-size: 10px;
  color: #7c7c7c;
  overflow: hidden;
}
/* new style */
.side_faq_list li {
  margin: 0;
  padding: 12px 13px;
  border-top: 1px dotted #cbcdce;
  overflow: hidden;
}
.side_faq_list li:nth-of-type(1) {
  border-top: none;
}
.side_faq_list li dt {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.side_faq_list li dt .label {
  margin: 0;
  padding: 6px 15px;
  line-height: 1.2em;
  font-size: 11px;
  color: #fff;
  background: #ff6400;
  display: inline-block;
}
.side_faq_list li dt .link {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 700;
  color: #062351;
  display: block;
  overflow: hidden;
}
.side_faq_list li dt .link a {
  text-decoration: underline;
  color: #062351;
}
.side_faq_list li dt .link a:hover {
  text-decoration: none;
  color: #062351;
}
.side_faq_list li dd {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1.5em;
  font-size: 13px;
  color: #000;
  overflow: hidden;
}
.side_faq_list li dd .update {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1.6em;
  font-size: 10px;
  color: #7c7c7c;
  overflow: hidden;
}
/*** タイトル**/
.TITLE01 {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: 700;
  color: #062351;
}
.TITLE02 {
  font-size: 24px;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px;
}
.TITLE02 i {
  display: inline-block;
  width: 56px;
}
.TITLE02 i img {
  max-width: none;
  width: 48px;
  height: auto;
}
.TITLE02 .eng {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #00245d;
  display: block;
}
.TITLE03 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  background: #ff6400;
  color: #fff;
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .TITLE01 {
    font-size: 24px;
  }
  .TITLE02 {
    font-size: 1.6rem;
    margin: 0 0 16px;
  }
  .TITLE02 i {
    width: 32px;
  }
  .TITLE02 i img {
    width: 24px;
    height: auto;
  }
  .TITLE03 {
    font-size: 18px;
  }
}
/*** tab **/
.tab_head_01, .tab_head_02 {
  margin: 0 0 15px 0;
  background: #f9fafa;
  border-top: 1px solid #ff6400;
  border-bottom: 1px solid #ff6400;
}
.tab_head_01 > ul, .tab_head_02 > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tab_head_01 > ul > li, .tab_head_02 > ul > li {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc((100% - 48px) / 4);
}
.tab_head_01 > ul > li > a, .tab_head_02 > ul > li > a {
  height: 48px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .tab_head_01, .tab_head_02 {}
  .tab_head_01 > ul, .tab_head_02 > ul {}
  .tab_head_01 > ul > li, .tab_head_02 > ul > li {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc((100% - 16px) / 2);
  }
  .tab_head_01 > ul > li > a, .tab_head_02 > ul > li > a {
    height: 48px;
    font-size: 14px;
  }
}
/*** カラム**/
.column_nav {
  margin: 0 0 10px 0;
  padding: 0;
}
.column_nav ul {
  margin: 0;
  padding: 0;
  border: 1px solid #ff6400;
  border-right: none;
  overflow: hidden;
}
.column_nav ul li {
  margin: 0;
  padding: 0;
  width: 20%;
  height: 46px;
  border-right: 1px solid #ff6400;
  box-sizing: border-box;
  float: left;
  display: table;
}
.column_nav ul li:nth-of-type(4) {
  width: 40%;
}
.column_nav ul li a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 46px;
  line-height: 1.2em;
  font-size: 15px;
  text-align: center;
  color: #062351;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
.column_nav ul li a.active, .column_nav ul li a:hover {
  background: #f9fafa;
  font-weight: 700;
  text-decoration: none;
}
.column_nav ul li a.contact_link {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 46px;
  color: #fff;
  background: #ff6400;
  text-align: center;
}
.column_nav ul li a.contact_link:hover {
  color: #fff;
  background: #ff6400;
  font-weight: normal;
  text-decoration: underline;
}
.column_nav ul li a.contact_link:before {
  margin: 0 .8rem 0 0;
  content: url("../images/icon_01.png");
  display: inline-block;
  vertical-align: middle;
}
.fp_detail01 {
  margin: 0 0 25px 0;
  padding: 23px;
  border: 1px solid #ff6400;
  border-top: 5px solid #ff6400;
  overflow: hidden;
}
.fp_detail01 .image {
  margin: 0;
  padding: 0;
  width: 27%;
  max-width: 220px;
  float: left;
}
.fp_detail01 .data {
  margin: 0;
  padding: 0;
  width: 67.6%;
  float: right;
}
.fp_detail01 .data table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.fp_detail01 .data table th {
  margin: 0;
  padding: 12px 0 12px 4px;
  width: 10rem;
  line-height: 1.6em;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #dae3e7;
  vertical-align: middle;
}
.fp_detail01 .data table td {
  margin: 0;
  padding: 12px 0 12px 0;
  line-height: 1.6em;
  font-size: 14px;
  border-bottom: 1px solid #dae3e7;
  vertical-align: middle;
}
.fp_detail02 {
  margin: 0;
  padding: 0;
  border: 1px solid #dae3e7;
  overflow: hidden;
}
.fp_detail02 .tit {
  margin: 0;
  padding: 10px 15px;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 700;
  color: #062351;
  background: #f9fafa;
  border-bottom: 1px solid #dae3e7;
  overflow: hidden;
}
.fp_detail02 .detail {
  margin: 0;
  padding: 20px;
  overflow: hidden;
}
.fp_detail02 .detail .image {
  margin: 0 20px 0 0;
  padding: 0;
  width: 150px;
  float: left;
  display: inline;
}
.fp_detail02 .desc {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 15px;
  overflow: hidden;
}
.fp_detail02 .desc p {
  margin: 0;
  padding: 0 0 20px 0;
}
.fp_detail02 .update {
  margin: 0;
  padding: 15px 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  color: #949494;
  text-align: right;
  clear: both;
}
.column_list_link01 {
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
}
.column_list_link01 a {
  margin: 0;
  padding: 15px;
  line-height: 1.2em;
  font-size: 1.6rem;
  background: #eee;
  text-align: center;
  display: block;
}
.contact_link01 {
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
}
.contact_link01 a {
  margin: 0;
  padding: 15px;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #ff6400;
  text-align: center;
  display: block;
}
.contact_link01 a:before {
  margin: 0 12px 0 0;
  content: url("../images/icon_11.png");
  display: inline-block;
  vertical-align: middle;
}
.contact_link01.none_icon a:before {
  content: "";
}
.fp_list01 {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dae3e7;
  border-bottom: none;
  overflow: hidden;
}
p.fp_list_no {
  font-size: 1.6rem;
  text-align: center;
  margin: 40px 0;
}
.fp_list01 .item {
  overflow: hidden;
  border: 1px solid #dae3e7;
  border-top: none;
}
.fp_list01 .tit {
  margin: 0;
  padding: 10px 15px;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 700;
  color: #062351;
  background: #f9fafa;
  border: 1px solid #dae3e7;
  border-top: none;
  overflow: hidden;
}
.fp_list01 .tit a {
  color: #062351;
}
.fp_list01 .detail {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #dae3e7;
  position: relative;
  overflow: hidden;
}
.fp_list01 .detail .image {
  margin: 0 20px 0 0;
  padding: 0;
  width: 150px;
  float: left;
  display: inline;
}
.fp_list01 .desc {
  margin: 0;
  padding: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 15px;
  overflow: hidden;
}
.fp_list01 .desc p {
  margin: 0;
  padding: 20px 0 0 0;
}
.fp_list01 .desc p:nth-of-type(1) {
  margin: 0;
  padding: 0;
}
.fp_list01 .update {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 14px;
  color: #949494;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.fp_list01 .update a {
  color: #949494;
}
p.faq_list_no {
  font-size: 1.6rem;
  text-align: center;
  margin: 40px 0;
}
.faq_list01 .item {
  border: 1px solid #dae3e7;
  border-top: none;
}
.faq_list01 .tit {
  margin: 0;
  padding: 10px 15px;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 700;
  color: #062351;
  background: #f9fafa;
  border: 1px solid #dae3e7;
  border-top: none;
  overflow: hidden;
}
.faq_list01 .item .label {
  margin: 0 10px 0 0;
  padding: 10px 5px;
  line-height: 1.2em;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #0e6eb8;
  float: left;
  display: inline;
}
.faq_list01 .item .label {
  margin: 0 10px 0 0;
  padding: 0 10px;
  line-height: 30px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  background: #ff6400;
  float: left;
  display: inline;
}
.faq_list01 .item .comment {
  margin: 0 0 0 45px;
  padding: 0;
  line-height: 1.2em;
  font-size: 12px;
  text-align: center;
  float: right;
  display: inline;
}
.faq_list01 .item .comment img {
  width: 28px !important;
}
.faq_list01 .item .comment .num {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: #062351;
}
.faq_list01 .item .detail {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.faq_list01 .item .detail .link {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 22px;
  font-weight: 700;
  color: #062351;
}
.faq_list01 .item .detail .link a {
  color: #062351;
  text-decoration: underline;
}
.faq_list01 .item .detail .link a:hover {
  color: #5f4729;
  text-decoration: none;
}
.faq_list01 .item .detail .desc {
  margin: 0;
  padding: 10px 0 15px 0;
  line-height: 1.6em;
  font-size: 15px;
  color: #000;
}
.faq_list01 .item .detail .update {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 12px;
  color: #7c7c7c;
}
/*** FAQ**/
.faq_nav {
  margin: 0 0 18px 0;
  padding: 0;
}
.faq_nav ul {
  margin: 0;
  padding: 0;
  border: 1px solid #ff6400;
  border-right: none;
  overflow: hidden;
}
.faq_nav ul li {
  margin: 0;
  padding: 0;
  width: 25%;
  height: 40px;
  border-right: 1px solid #ff6400;
  box-sizing: border-box;
  float: left;
  display: table;
}
.faq_nav.second ul li {
  width: 50%;
}
.faq_nav ul li a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 1.2em;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
.faq_nav ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #ff6400;
}
.faq_nav ul li a.active {
  text-decoration: none;
  color: #fff;
  background: #ff6400;
}
.faq_search_box {
  margin: 0 0 22px 0;
  padding: 16px 11px 11px 10px;
  background: #33507d url("../images/search_back_01.png") no-repeat center bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  overflow: hidden;
}
.faq_search_box .search {
  margin: 0;
  padding: 0 0 0 68px;
  width: 60%;
  max-width: 423px;
  background: url("../images/icon_12.png") no-repeat 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
}
.faq_search_box .search h3 {
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.faq_search_box .search .box {
  margin: 0;
  padding: 0 115px 0 0;
  position: relative;
}
.faq_search_box .search .btn {
  margin: 0;
  padding: 0;
  width: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.faq_search_box .search .text {
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #0a3e61;
  box-sizing: border-box;
}
.faq_search_box .link {
  margin: 0;
  padding: 10px 0 0 0;
  width: 19%;
  max-width: 166px;
  float: right;
}
/*** スタッフ詳細**/
.fp_detail01 figure, .staff_detail02 figure, .staff_detail01 figure, .store_message figure {
  border: 1px solid #ff6400;
  background: rgb(254, 255, 255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGYxZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(0deg, rgba(221, 241, 249, 0.25) 49%, rgba(254, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(221, 241, 249, 0.25) 49%, rgba(254, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(221, 241, 249, 0.25) 49%, rgba(254, 255, 255, 1) 100%);
}
.fp_detail01 figure > div, .staff_detail01 figure > div, .staff_detail02 figure > div, .store_message figure > div {
  position: relative;
  overflow: hidden;
}
.fp_detail01 figure > div:before, .staff_detail01 figure > div:before, .staff_detail02 figure > div:before, .store_message figure > div:before {
  content: '';
  display: block;
  padding: 68% 0 0;
  z-index: 1;
}
.fp_detail01 figure img, .staff_detail01 figure img, .staff_detail02 figure img, .store_message figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: block !important;
  height: calc(100% + 3px) !important;
  width: auto !important;
}
.fp_detail01 figure img.vertical, .staff_detail01 figure img.vertical, .staff_detail02 figure img.vertical, .store_message figure img.vertical {
  width: calc(100% + 3px) !important;
  height: auto !important;
}
.staff_detail01 {
  margin: 0;
  padding: 22px 21px 25px 23px;
  border: 1px solid #dae3e7;
  border-bottom: none;
  overflow: hidden;
}
.staff_detail02 {
  margin: 0 0 50px 0;
  padding: 27px 0 0 0;
  border: 1px solid #ff6400;
  border-top: 6px solid #ff6400;
  overflow: hidden;
}
.staff_detail02 .wrap {
  padding: 0 22px 25px 22px;
  overflow: hidden;
}
.staff_detail02.second, .staff_detail01.second {
  margin: 0 0 30px 0;
  padding: 0;
  overflow: hidden;
}
.staff_detail02 .image, .staff_detail01 .image {
  margin: 0;
  padding: 0;
  width: 26%;
  max-width: 220px;
  float: left;
}
.staff_detail02 .data, .staff_detail01 .data {
  margin: 0;
  padding: 0;
  width: 70%;
  float: right;
}
.staff_detail02 .data h4, .staff_detail01 .data h4 {
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 1.5em;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #dae3e7;
}
.staff_detail02 .data table, .staff_detail01 .data table {
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
}
.staff_detail02 .data table {
  margin: 0 0 17px 0;
}
.staff_detail02 .data table th, .staff_detail01 .data table th {
  margin: 0;
  padding: 13px 0 13px 4px;
  width: 115px;
  line-height: 1.6em;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #dae3e7;
  vertical-align: middle;
}
.staff_detail02 .data table td, .staff_detail01 .data table td {
  margin: 0;
  padding: 13px 0 13px 0;
  line-height: 1.6em;
  font-size: 14px;
  border-bottom: 1px solid #dae3e7;
  vertical-align: middle;
}
.staff_detail02 .data table th {
  padding: 10px 0 10px 4px;
}
.staff_detail02 .data table td {
  padding: 10px 0 10px 0;
}
.staff_detail02 .data table.min th, .staff_detail01 .data table.min th {
  padding: 6px 0 6px 4px;
}
.staff_detail02 .data table.min td, .staff_detail01 .data table.min td {
  padding: 6px 0 6px 0;
}
.staff_detail02 .data .contact_link01, .staff_detail01 .data .contact_link01 {
  margin: 0;
}
.staff_detail02 .data .contact_link01 a:before, .staff_detail01 .data .contact_link01 a:before {
  content: "";
}
.staff_detail02 .detail, .staff_detail01 .detail {
  margin: 0;
  padding: 0;
  width: 71%;
  line-height: 1.6em;
  font-size: 15px;
  float: right;
}
.staff_detail02 .detail .update, .staff_detail01 .detail .update {
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 14px;
  color: #949494;
}
.staff_detail02 .detail .link, .staff_detail01 .detail .link {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 700;
  color: #5f4729;
  display: inline-block;
}
.staff_detail02 .detail .link a, .staff_detail01 .detail .link a {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 700;
  color: #5f4729;
}
.staff_field01 {
  margin: 0;
  padding: 15px 22px;
  border-top: 1px solid #dae3e7;
  overflow: hidden;
}
.staff_field01 .TITLE02 {
  margin-bottom: 7px;
}
.staff_field01 .list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.staff_field01 .list p {
  display: inline-block !important;
  font-size: 11px !important;
  margin: 5px 0 0 5px !important;
  padding: 6px 15px !important;
  line-height: 1.2em !important;
  background: #ff6400 !important;
  color: #fff !important;
}
.staff_field01 .list li {
  margin: 0 1.33% 10px 0;
  padding: 0;
  width: 24%;
  line-height: 1.4em;
  font-size: 14px;
  float: left;
  display: table;
}
.staff_field01 .list li:nth-of-type(4n) {
  margin: 0 0 10px 0;
}
.staff_field01 .list li:nth-of-type(4n+1) {
  clear: both;
}
.staff_field01 .list li .cell {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 1.4em;
  font-size: 14px;
  color: #aaadb0;
  background: #f9fafa;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.staff_field01 .list li.on .cell {
  color: #fff;
  background: #ff6400;
}
.staff_skill01 {
  margin: 0;
  padding: 15px 22px 15px 0;
  border-top: 1px solid #dae3e7;
  overflow: hidden;
}
.staff_skill01 .TITLE02 {}
.staff_skill01 .list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.staff_skill01 .list li {
  margin: 0 0 10px 0;
  padding: 0;
  width: 49.3%;
  line-height: 1.4em;
  font-size: 14px;
  float: left;
  display: table;
}
.staff_skill01 .list li:nth-of-type(2n) {
  float: right;
}
.staff_skill01 .list li:nth-of-type(2n+1) {
  clear: both;
}
.staff_skill01 .list li .cell {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 1.4em;
  font-size: 14px;
  color: #062351;
  background: #fff;
  border: 1px solid #062351;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
}
.staff_skill01 .list li.on .cell {
  color: #fff;
  background: #ff6400;
}
.staff_skill02 {
  margin: 0 0 35px 0;
  padding: 0;
  overflow: hidden;
}
.staff_skill02 .list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #362816;
  border-left: 1px solid #362816;
  overflow: hidden;
}
.staff_skill02 .list li {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 50px;
  line-height: 1.4em;
  font-size: 14px;
  box-sizing: border-box;
  border-right: 1px solid #362816;
  border-bottom: 1px solid #362816;
  float: left;
  display: table;
}
.staff_skill02 .list li .cell {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 1.4em;
  font-size: 15px;
  color: #cdbfad;
  background: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.staff_skill02 .list li:nth-of-type(2n+1) {
  clear: both;
}
.staff_skill02 .list li.on .cell {
  color: #fff;
  background: #5f472a;
}
.staff_profile01 {
  margin: 0 0 30px 0;
  padding: 0;
  overflow: hidden;
}
.staff_profile01 table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #dae3e7;
}
.staff_profile01 table th {
  margin: 0;
  padding: 15px 0 15px 15px;
  width: 20rem;
  line-height: 1.6em;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #dae3e7;
  vertical-align: middle;
}
.staff_profile01 table td {
  margin: 0;
  padding: 15px 0 15px 0;
  line-height: 1.6em;
  font-size: 14px;
  border-bottom: 1px solid #dae3e7;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  /*** スタッフ詳細**/
  .staff_detail01 {
    margin: 0;
    padding: 15px;
    border: 1px solid #dae3e7;
    border-bottom: none;
    overflow: hidden;
  }
  .staff_detail02 {
    margin: 0 0 30px 0;
    padding: 15px 0 0 0;
  }
  .staff_detail02 .wrap {
    padding: 0 15px 15px 15px;
  }
  .staff_detail02.second, .staff_detail01.second {
    margin: 0 0 30px 0;
    padding: 0;
    overflow: hidden;
  }
  .staff_detail02 .image, .staff_detail01 .image {
    margin: 0 auto 15px auto;
    width: 80%;
    float: none;
  }
  .staff_detail02 .data, .staff_detail01 .data {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
    overflow: hidden;
  }
  .staff_detail02 .data h4, .staff_detail01 .data h4 {
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 1.5em;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #dae3e7;
  }
  .staff_detail02 .data table, .staff_detail01 .data table {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
  }
  .staff_detail02 .data table {
    margin: 0 0 17px 0;
  }
  .staff_detail02 .data table th, .staff_detail01 .data table th {
    margin: 0;
    padding: 13px 0 13px 4px;
    width: 8rem;
    line-height: 1.6em;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #dae3e7;
    vertical-align: middle;
  }
  .staff_detail02 .data table td, .staff_detail01 .data table td {
    margin: 0;
    padding: 13px 0 13px 0;
    line-height: 1.6em;
    font-size: 14px;
    border-bottom: 1px solid #dae3e7;
    vertical-align: middle;
  }
  .staff_detail02 .data table th {
    padding: 10px 0 10px 4px;
  }
  .staff_detail02 .data table td {
    padding: 10px 0 10px 0;
  }
  .staff_detail02 .data table.min th, .staff_detail01 .data table.min th {
    padding: 6px 0 6px 4px;
  }
  .staff_detail02 .data table.min td, .staff_detail01 .data table.min td {
    padding: 6px 0 6px 0;
  }
  .staff_detail02 .data .contact_link01, .staff_detail01 .data .contact_link01 {
    margin: 0;
  }
  .staff_detail02 .data .contact_link01 a:before, .staff_detail01 .data .contact_link01 a:before {
    content: "";
  }
  .staff_detail02 .detail, .staff_detail01 .detail {
    margin: 0;
    padding: 0;
    width: 71%;
    line-height: 1.6em;
    font-size: 15px;
    float: right;
  }
  .staff_detail02 .detail .update, .staff_detail01 .detail .update {
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 1.4em;
    font-size: 14px;
    color: #949494;
  }
  .staff_detail02 .detail .link, .staff_detail01 .detail .link {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 700;
    color: #5f4729;
    display: inline-block;
  }
  .staff_detail02 .detail .link a, .staff_detail01 .detail .link a {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 700;
    color: #5f4729;
  }
  .staff_field01 {
    margin: 0;
    padding: 15px 0 15px 0;
    border-top: 1px solid #dae3e7;
    overflow: hidden;
  }
  .staff_field01 .TITLE02 {
    padding: 0 12px;
  }
  .staff_field01 .list {
    margin: 0 15px 0 15px;
    padding: 15px 0 0 0;
    overflow: hidden;
  }
  .staff_field01 .list li {
    margin: 0 0 10px 0;
    padding: 0;
    width: 48%;
    line-height: 1.4em;
    font-size: 14px;
    float: left;
    display: table;
  }
  .staff_field01 .list li:nth-of-type(4n) {
    margin: 0 0 10px 0;
  }
  .staff_field01 .list li:nth-of-type(4n+1) {
    clear: none;
  }
  .staff_field01 .list li:nth-of-type(2n) {
    float: right;
  }
  .staff_field01 .list li:nth-of-type(2n+1) {
    clear: both;
  }
  .staff_field01 .list li .cell {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 1.4em;
    font-size: 13px;
    color: #aaadb0;
    background: #f9fafa;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .staff_field01 .list li.on .cell {
    color: #fff;
    background: #ff6400;
  }
  .staff_skill01 {
    margin: 0;
    padding: 15px 0 15px 0;
    border-top: 1px solid #dae3e7;
    overflow: hidden;
  }
  .staff_skill01 .TITLE02 {}
  .staff_skill01 .list {
    margin: 0 15px 0 15px;
    padding: 15px 0 0 0;
    overflow: hidden;
  }
  .staff_skill01 .list li {
    margin: 0 0 10px 0;
    padding: 0;
    width: 49.3%;
    line-height: 1.4em;
    font-size: 13px;
    float: left;
    display: table;
  }
  .staff_skill01 .list li:nth-of-type(2n) {
    float: right;
  }
  .staff_skill01 .list li:nth-of-type(2n+1) {
    clear: both;
  }
  .staff_skill01 .list li .cell {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 1.4em;
    font-size: 14px;
    color: #062351;
    background: #fff;
    border: 1px solid #062351;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
  }
  .staff_skill01 .list li.on .cell {
    color: #fff;
    background: #ff6400;
  }
  .staff_skill02 {
    margin: 0 0 35px 0;
    padding: 0;
    overflow: hidden;
  }
  .staff_skill02 .list {
    margin: 0;
    padding: 0;
    border-top: 1px solid #362816;
    border-left: 1px solid #362816;
    overflow: hidden;
  }
  .staff_skill02 .list li {
    margin: 0;
    padding: 0;
    width: 50%;
    height: 50px;
    line-height: 1.4em;
    font-size: 14px;
    box-sizing: border-box;
    border-right: 1px solid #362816;
    border-bottom: 1px solid #362816;
    float: left;
    display: table;
  }
  .staff_skill02 .list li .cell {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 1.4em;
    font-size: 15px;
    color: #cdbfad;
    background: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .staff_skill02 .list li:nth-of-type(2n+1) {
    clear: both;
  }
  .staff_skill02 .list li.on .cell {
    color: #fff;
    background: #5f472a;
  }
  .staff_profile01 {
    margin: 0 0 30px 0;
    padding: 0;
    overflow: hidden;
  }
  .staff_profile01 table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #dae3e7;
  }
  .staff_profile01 table th {
    margin: 0;
    padding: 15px 0 15px 15px;
    width: 10rem;
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #dae3e7;
    vertical-align: middle;
  }
  .staff_profile01 table td {
    margin: 0;
    padding: 15px 0 15px 0;
    line-height: 1.6em;
    font-size: 14px;
    border-bottom: 1px solid #dae3e7;
    vertical-align: middle;
  }
}
/*** 詳細**/
.staff_list {
  margin: 0 0 60px 0;
  padding: 0;
  overflow: hidden;
}
.staff_slider {
  margin: 0 30px;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}
.staff_slider li {
  list-style-type: none;
}
.staff_slider li a {
  display: block;
}
.staff_slider li * + a {
  margin-top: 4px;
}
.staff_slider .item {
  margin: 0;
  padding: 0 15px;
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.staff_slider .item .image {
  padding: 5px;
  border: 1px solid #ff6400;
  box-sizing: border-box;
  display: inline-block;
}
.staff_slider .item img {
  width: 100%;
  max-width: 150px;
  height: 20rem;
  display: block;
  object-fit: cover;
}
.staff_slider .item a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.staff_slider .item .name {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.2em;
  font-size: 20px;
}
.staff_slider .item .name a {
  color: #062351;
  text-decoration: underline;
}
.staff_slider .item .name a:hover {
  text-decoration: none;
}
.staff_slider .item .skill {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 12px;
  color: #949494;
}
.store_message {
  margin: 0 0 75px 0;
  padding: 0;
  overflow: hidden;
}
.store_message .image {
  margin: 0 30px 0 0;
  padding: 0;
  width: 43.6%;
  max-width: 340px;
  float: left;
  display: inline;
}
.store_message .desc {
  margin: 0;
  padding: 0;
  line-height: 1.7em;
  font-size: 15px;
  overflow: hidden;
}
.store_message .desc .message_catch {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #00245d;
}
.store_access {
  margin: 0 0 70px 0;
  padding: 0;
  overflow: hidden;
}
.store_access .map {
  margin: 0 30px 0 0;
  padding: 0;
  width: 43.6%;
  max-width: 340px;
  float: left;
  display: inline;
}
.store_access .map iframe {
  width: 100%;
}
.store_access .data {
  margin: 0;
  padding: 0;
  line-height: 1.7em;
  font-size: 15px;
  overflow: hidden;
}
.store_access .data table {
  margin: -15px 0 0 0;
  padding: 0;
  width: 100%;
}
.store_access .data table th {
  margin: 0;
  padding: 15px 0 15px 0;
  width: 10rem;
  line-height: 1.6em;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #dae3e7;
  vertical-align: top;
}
.store_access .data table td {
  margin: 0;
  padding: 15px 0 15px 0;
  line-height: 1.6em;
  font-size: 14px;
  border-bottom: 1px solid #dae3e7;
  vertical-align: top;
}
/*** 検索**/
.search_box {
  margin: 0 0 45px 0;
  padding: 25px;
  background: #f9fafa;
  overflow: hidden;
}
.search_condition01 {
  margin: 0 0 30px 0;
  padding: 0;
  overflow: hidden;
}
.search_condition01 ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.search_condition01 ul li {
  margin: 0 1.33% 10px 0;
  padding: 0;
  width: 24%;
  float: left;
  display: table;
}
.search_condition01 ul li:nth-of-type(4n) {
  margin: 0 0 10px 0;
}
.search_condition01 ul li:nth-of-type(4n+1) {
  clear: both;
}
.search_condition01 ul li a {
  padding: 0 4% 0 0;
  height: 50px;
  line-height: 1.2em;
  font-size: 1.6rem;
  color: #0a2755;
  text-align: center;
  background: #fff url("../images/arrow_03.png") no-repeat 96% center;
  border: 1px solid #0a2755;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.search_condition01 ul li a:hover {
  text-decoration: none;
}
.search_condition02 {
  margin: 0 0 35px 0;
  padding: 0;
  overflow: hidden;
}
.search_condition02 ul {
  margin: 0;
  padding: 0;
}
.search_condition02 ul li {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 14px;
  width: 25%;
  float: left;
}
.search_condition02 ul li a {
  text-decoration: underline;
}
.search_condition02 ul li a:hover {
  text-decoration: none;
}
.search_keyword01 {
  padding: 16px;
  background: #d0f1f5;
}
.search_keyword01 > *::after, .search_keyword01::after {
  content: '';
  display: table;
  clear: both;
}
.search_keyword01 .text {
  float: left;
  width: calc(100% - 162px);
  height: 38px;
  font-size: 14px;
  padding: 0 2px;
  border: none;
  background: #fff;
  outline: none;
}
.search_keyword01 .btn {
  display: block;
  float: right;
  width: 150px;
  height: 38px;
  border: none;
  background: #015249;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.search_keyword01 .btn::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.625em;
  height: 1.625em;
  background-image: url("../images/icon_search_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 0.25em 0 0;
}
.search_keyword01 .btn > span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .search_keyword01 .text {
    width: calc(100% - 96px);
  }
  .search_keyword01 .btn {
    width: 8rem;
  }
}
.search_result_number {
  margin: 0 0 30px 0;
  padding: 10px;
  line-height: 1.5em;
  font-size: 14px;
  background: #f9fafa;
  overflow: hidden;
}
.search_result_number .num {
  line-height: 1.2em;
  font-size: 22px;
  font-weight: 700;
}
.search_result_wrap {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.search_result_wrap .result_box {
  margin: 0 0 25px 0;
  padding: 10px 0 20px 0;
  background: url("../images/content_back_01.png") repeat-x 0 top;
  border: 1px solid #dae3e7;
  overflow: hidden;
}
.search_result_wrap .result_box .company {
  margin: 0;
  padding: 0 25px 0 25px;
  line-height: 1.6em;
  font-size: 15px;
  color: #000;
}
.search_result_wrap .result_box .company a {
  color: #000;
}
.search_result_wrap .result_box .tit01 {
  margin: 0 0 10px 0;
  padding: 0 25px 0 25px;
  line-height: 1.6em;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.search_result_wrap .result_box .tit01 a {
  color: #000;
}
.search_result_wrap .result_box .data_box {
  margin: 0 25px 27px 25px;
  padding: 0;
  overflow: hidden;
}
.search_result_wrap .result_box .data_box .image {
  width: 27%;
  max-width: 220px;
  float: left;
  border: 1px solid #ff6400;
  background: rgb(254, 255, 255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGYxZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(0deg, rgba(221, 241, 249, 0.25) 49%, rgba(254, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(221, 241, 249, 0.25) 49%, rgba(254, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(221, 241, 249, 0.25) 49%, rgba(254, 255, 255, 1) 100%);
  margin: 0;
  padding: 0;
}
.search_result_wrap .result_box .data_box .image > div {
  position: relative;
  overflow: hidden;
}
.search_result_wrap .result_box .data_box .image > div:before {
  content: '';
  display: block;
  padding: 68% 0 0;
  z-index: 1;
}
.search_result_wrap .result_box .data_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: block !important;
  height: calc(100% + 3px) !important;
  width: auto !important;
}
.search_result_wrap .result_box .data_box img.vertical {
  width: calc(100% + 3px) !important;
  height: auto !important;
}
/*.search_result_wrap .result_box .data_box img.img-style {}*/
.search_result_wrap .result_box .data_box .data {
  margin: 0;
  padding: 0;
  width: 67.5%;
  float: right;
}
.search_result_wrap .result_box .data_box .data table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.search_result_wrap .result_box .data_box .data table th {
  margin: 0;
  padding: 13px 0 13px 4px;
  width: 10rem;
  line-height: 1.6em;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #dae3e7;
  vertical-align: middle;
}
.search_result_wrap .result_box .data_box .data table td {
  margin: 0;
  padding: 13px 0 13px 0;
  line-height: 1.6em;
  font-size: 14px;
  border-bottom: 1px solid #dae3e7;
  vertical-align: middle;
}
.search_result_wrap .result_box .info01 {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  line-height: 1.5em;
  font-size: 14px;
  background: #f9fafa;
  border: 1px solid #dae3e7;
  border-left: none;
  border-right: none;
  overflow: hidden;
}
.search_result_wrap .result_box .info01 dt {
  margin: 0;
  padding: 2px 0 .8rem 32px;
  line-height: 1.5em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #062351;
  background: url("../images/icon_03.png") no-repeat 0 0;
}
.search_result_wrap .result_box .info02 {
  margin: 0;
  padding: 0 25px 10px 0;
  line-height: 1.2em;
  font-size: 14px;
}
.search_result_wrap .result_box .info02 .list {
  margin: 0 0 15px 0;
  overflow: hidden;
}
.search_result_wrap .result_box .info02 .list li {
  margin: 0 1.33% 10px 0;
  padding: 0;
  width: 24%;
  float: left;
  display: table;
}
.search_result_wrap .result_box .info02 .list li:nth-of-type(4n) {
  margin: 0 0 10px 0;
}
.search_result_wrap .result_box .info02 .list li:nth-of-type(4n+1) {
  clear: both;
}
.search_result_wrap .result_box .info02 .list li .cell {
  width: 100%;
  height: 40px;
  line-height: 1.2em;
  font-size: 14px;
  color: #aaadb0;
  background: #f9fafa;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.search_result_wrap .result_box .info02 .list li.on .cell {
  color: #fff;
  background: #ff6400;
}
.search_result_wrap .result_box .info02 .tit02 {
  margin: 0 0 0 20px;
  padding: 18px 0 0 0;
  width: 120px;
  line-height: 1.2em;
  font-size: 24px;
  color: #1a1a1a;
  float: left;
  display: inline;
}
.search_result_wrap .result_box .info02 .tit02 .eng {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #00245d;
  display: block;
}
.search_result_wrap .result_box .btn_box {
  margin: 0;
  padding: 18px 0 0 0;
  border-top: 1px solid #dae3e7;
  overflow: hidden;
}
.search_result_wrap .result_box .btn_box .btn01 {
  margin: 0 0 0 3.4%;
  padding: 0;
  width: 45%;
  text-align: center;
  float: left;
}
.search_result_wrap .result_box .btn_box .btn01 a {
  margin: 0;
  padding: 15px;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background: #fff;
  border: 1px solid #ff6400;
  text-align: center;
  display: block;
}
.search_result_wrap .result_box .btn_box .btn02 {
  margin: 0 3.4% 0 0;
  padding: 0;
  width: 45%;
  text-align: center;
  float: right;
}
.search_result_wrap .result_box .btn_box .btn02 a {
  margin: 0;
  padding: 15px;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #ff6400;
  border: 1px solid #ff6400;
  text-align: center;
  display: block;
}
.info_link {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.info_link ul li {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1.5em;
  font-size: 14px;
}
.info_link ul li a {
  text-decoration: underline;
}
.info_link ul li a:hover {
  text-decoration: none;
}
.info_link ul li .label {
  margin: 0;
  padding: 10px;
  background: #f9fafa;
}
.info_link ul li .note {
  padding: 10px;
  font-size: 12px;
  color: #7c7c7c;
}
/*** 質問詳細**/
.faq_detail {
  margin: 0 0 45px 0;
  padding: 0;
  border: 1px solid #dae3e7;
  overflow: hidden;
}
.faq_detail dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.faq_detail dl dt {
  margin: 0;
  padding: 10px;
  background: #f9fafa;
  border-bottom: 1px solid #dae3e7;
  overflow: hidden;
}
.faq_detail dl dt .label {
  margin: 0 10px 0 0;
  padding: 0 5px;
  line-height: 30px;
  font-size: 11px;
  color: #fff;
  background: #ff6400;
  float: left;
  display: inline;
}
.faq_detail dl dt .text {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 22px;
  font-weight: 700;
  color: #062351;
  display: block;
  overflow: hidden;
}
.faq_detail dl dt .text a {
  color: #062351;
  text-decoration: underline;
}
.faq_detail dl dt .text a:hover {
  color: #062351;
  text-decoration: none;
}
.faq_detail dl dd {
  margin: 0;
  padding: 15px 15px 20px 15px;
  line-height: 1.7em;
  font-size: 15px;
  background: #fff;
  border-bottom: 1px solid #dae3e7;
  overflow: hidden;
}
.faq_detail dl dd .link {
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center;
}
.faq_detail dl dd .link a {
  margin: 0 auto;
  padding: 15px;
  width: 30rem;
  line-height: 1.2em;
  font-size: 18px;
  color: #fff;
  background: #ff6400 url("../images/icon_04.png") no-repeat 56px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.faq_detail .info {
  margin: 0;
  padding: 0 15px;
  background: #eee;
  overflow: hidden;
}
.faq_detail .info .data {
  margin: 0;
  padding: 15px 0;
  line-height: 1.2em;
  font-size: 12px;
  color: #7c7c7c;
  float: left;
  display: inline;
}
.faq_detail .info .report {
  margin: 0;
  padding: 15px 0 15px 30px;
  line-height: 1.2em;
  font-size: 14px;
  background: url("../images/icon_05.png") no-repeat 0 center;
  float: right;
  display: inline;
}
.result_num_wrap {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.result_num_wrap .text {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 14px;
  float: right;
  display: inline;
}
.result_num_wrap .text .num {
  line-height: 1.2em;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #062351;
}
.staff_comment01 {
  margin: 0 0 35px 0;
  padding: 0;
  border: 1px solid #dae3e7;
  overflow: hidden;
}
.staff_comment01 .comment {
  margin: 0;
  padding: 15px 15px 0 15px;
  line-height: 1.7em;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #dae3e7;
  overflow: hidden;
}
.staff_comment01 .comment p {
  margin: 0 0 20px 0;
  padding: 0;
}
.staff_comment01 .info {
  margin: 0;
  padding: 0 15px;
  background: #eee;
  overflow: hidden;
}
.staff_comment01 .info .data {
  margin: 0;
  padding: 15px 0;
  line-height: 1.2em;
  font-size: 12px;
  color: #7c7c7c;
  float: left;
  display: inline;
}
.staff_comment01 .info .report {
  margin: 0;
  padding: 15px 0 15px 30px;
  line-height: 1.2em;
  font-size: 14px;
  background: url("../images/icon_05.png") no-repeat 0 center;
  float: right;
  display: inline;
}
.comment_form01 {
  margin: 0 0 35px 0;
  padding: 0;
  overflow: hidden;
}
.comment_form01 dl {
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid #dae3e7;
  border-bottom: none;
  overflow: hidden;
}
.comment_form01 dl dt {
  margin: 0;
  padding: 15px;
  line-height: 1.2em;
  font-size: 1.6rem;
  color: #000;
  background: #f9fafa;
  border-bottom: 1px solid #dae3e7;
  overflow: hidden;
}
.comment_form01 dl dd {
  margin: 0;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #dae3e7;
  overflow: hidden;
}
.comment_form01 dl dd .note {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.2em;
  font-size: 12px;
  color: #7c7c7c;
}
.comment_form01 dl dd .text {
  margin: 0;
  padding: 0 10px;
  line-height: 38px;
  width: 60%;
  max-width: 30rem;
  height: 40px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #dae3e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment_form01 dl dd .textarea {
  margin: 0;
  padding: 10px;
  line-height: 1.6em;
  width: 100%;
  min-height: 180px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #dae3e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment_form01 .btn_box {
  margin: 0;
  padding: 0;
  text-align: center;
}
.comment_form01 .btn_box .btn {
  margin: 0 auto;
  padding: 15px;
  width: 30rem;
  line-height: 1.2em;
  font-size: 18px;
  color: #fff;
  background: #ff6400 url("../images/icon_04.png") no-repeat 56px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  display: block;
}
/*** ページング**/
.paging {
  text-align: right;
  overflow: hidden;
}
.paging li {
  margin: 0 4px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.paging li a {
  width: 4rem;
  height: 4rem;
  background: #f9fafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging li a:hover {
  text-decoration: none;
  color: #fff;
  background: #ff6400;
}
.paging li .current {
  width: 4rem;
  height: 4rem;
  color: #fff;
  background: #ff6400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging li .ten, .paging li .nolink {
  padding: 0 .8rem;
  line-height: 28px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
  border: 1px solid #dae3e7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
}
.paging li.prev a, .paging li.prev {
  padding: 0;
  width: 28px;
  line-height: 28px;
  text-align: left;
  text-indent: -9999px;
  background: #fff url("../images/prev01.png") no-repeat center center;
}
.paging li.next a, .paging li.next {
  padding: 0;
  width: 28px;
  line-height: 28px;
  text-align: left;
  text-indent: -9999px;
  background: #fff url("../images/next01.png") no-repeat center center;
}
/*-------------------------------------------------*/
/*** トップ**/
.home_pickup_wrap {
  background: #eee;
}
.home_pickup_wrap .base_wrap {
  padding: 0 16px 24px;
  height: 132px;
  transform: translate(0, -100%);
}
@media only screen and (max-width: 768px) {
  .home_pickup_wrap .base_wrap {
    padding: 0 16px 24px;
    height: 160px;
    transform: translate(0, -50%);
  }
}
.pickup_slider {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pickup_slider .item {
  border: solid 1px #e7e6e6;
  box-shadow: 0 0 9px 0 #c7c9c9;
  background: #fff;
  position: relative;
}
.pickup_slider .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-image: url("../images/icon_slide_pickup.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}
@media (min-width: 769px) {
  .pickup_slider .item {
    width: calc((100% - 64px) / 5);
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 0 0 16px;
  }
  .pickup_slider .item:nth-child(5n+1) {
    margin-left: 0;
  }
  .pickup_slider .item:nth-child(n+6) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pickup_slider .item {
    width: calc((100% - 16px) / 2);
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 0 0 16px;
  }
  .pickup_slider .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .pickup_slider .item:nth-child(n+3) {
    display: none;
  }
}
.pickup_slider .item .image_wrap {
  position: relative;
  z-index: 1;
}
.pickup_slider .item .image_wrap .wrap_middle {}
.pickup_slider .item .image_wrap .wrap_middle > * {
  display: block;
  position: relative;
  overflow: hidden;
}
.pickup_slider .item .image_wrap .wrap_middle > *::before {
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  padding: 66.66% 0 0;
}
.pickup_slider .item .image_wrap .wrap_middle > * img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: auto;
}
.pickup_slider .item .image_wrap .wrap_middle > * .vertical {
  width: auto;
  height: 100%;
}
.pickup_slider .item .name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 22px;
  padding: 12px;
}
.pickup_slider .item .name a {
  color: inherit;
}
.pickup_slider .item .info {
  font-size: 12px;
  line-height: 18px;
  padding: 0 12px 12px;
}
.home_wrap01 {}
.home_wrap01 .base_wrap::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .home_wrap01 {}
}
.home_2col_wrap {}
.home_2col_left {}
.home_2col_right {}
@media (min-width: 769px) {
  .home_2col_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home_2col_left {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(100% - 324px);
  }
  .home_2col_right {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .home_2col_right {
    margin: 1rem 0 0;
  }
}
.home_2col_bnr {
  text-align: center;
  margin: 0 0 16px;
}
.home_2col_bnr a {}
.home_2col_bnr img {
  max-width: 30rem;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .home_2col_bnr img {
    max-width: 375px;
  }
}
.home_new_consultant {
  margin: 0 0 16px;
}
.home_new_consultant .TITLE03 {}
.home_new_consultant_list {
  border: solid 1px #ff6400;
  padding: .8rem;
}
.TITLE03 + .home_new_consultant_list {
  border-top: none;
}
.home_new_consultant_list > li {
  border-bottom: solid 1px #ff6400;
  padding: 0 0 .8rem;
}
.home_new_consultant_list > li:last-child {
  border-bottom: none;
}
.home_new_consultant_list > li > a {
  display: block;
  color: inherit;
}
.home_new_consultant_list > li > a > span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 22px;
  color: #015249;
  text-decoration: underline;
  margin: 0 0 4px;
}
.home_new_consultant_list > li > a > address {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
@media (min-width: 769px) {
  .home_faq {
    margin: 0;
    padding: 0;
    width: calc(50% - 10px);
    float: left;
  }
  .home_column {
    margin: 0;
    padding: 0;
    width: calc(50% - 10px);
    float: right;
  }
}
.home_faq_tab {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.home_faq_tab > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background: #e8eced;
  color: #ff6400;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  width: calc((100% - 16px) / 2);
  height: 40px;
}
.home_faq_tab > .active {
  background: #ff6400;
  color: #fff;
}
.home_faq_tab_content {}
.home_faq_tab_content .list {
  display: none;
}
.home_faq_tab_content .list.active {
  display: block;
}
.home_faq .list {
  margin: 0;
  padding: 15px;
  border: solid 1px #ff6400;
}
.home_faq .list .item {
  margin: 0;
  padding: 0 48px 15px 56px;
  border-bottom: 1px dotted #ff6400;
  overflow: hidden;
  position: relative;
}
.home_faq .list .item + .item {
  margin-top: 15px;
}
.home_faq .list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home_faq .list .item .image {
  width: 40px;
  float: left;
  border: solid 1px #ff6400;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.home_faq .list .item .image::before {
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  padding: 100% 0 0;
}
.home_faq .list .item .image img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.home_faq .list .item .info {}
.home_faq .list .item dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 22px;
  margin: 0 0 .8rem;
}
.home_faq .list .item dt a {
  color: inherit;
  text-decoration: underline;
}
.home_faq .list .item dd {
  font-size: 14px;
  line-height: 22px;
}
.home_faq .list .item .update {
  font-size: 11px;
  color: #959595;
}
.home_faq .list .item .count {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-image: url("../images/bg_balloon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.home_faq .list .item .count_num {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.home_faq .list .item .counts_uffix {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media only screen and (max-width: 768px) {}
.home_column .list {
  margin: 0;
  padding: 15px;
  border: solid 1px #ff6400;
}
.home_column .list .item {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ff6400;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.home_column .list .item + .item {
  margin-top: 15px;
}
.home_column .list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home_column .list .item .image {
  border: solid 1px #d9d9d8;
  position: relative;
  overflow: hidden;
  width: 64px;
}
.home_column .list .item .image::before {
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  padding: 128.5% 0 0;
}
.home_column .list .item .image img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.home_column .list .item .info {
  width: calc(100% - 8rem);
}
.home_column .list .item .info .update {
  font-size: 11px;
  line-height: 1;
  color: #959595;
  margin: 0 0 .8rem;
}
.home_column .list .item .info .info_TITLE {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 22px;
}
.home_column .list .item .info .info_TITLE a {
  color: inherit;
  text-decoration: underline;
}
.home_column .list .item .info .info_text {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {}
.site_pr {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url("../images/pr_back_01.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.site_pr .wrap {
  margin: 0 auto;
  padding: 55px 0 40px 0;
  width: 94%;
  max-width: 920px;
  line-height: 2.2em;
  color: #fff;
  font-size: 15px;
  text-align: left;
  overflow: hidden;
}
.site_pr .wrap h2 {
  margin: 0 auto 35px auto;
  padding: 0;
  width: 362px;
}
@media only screen and (max-width: 768px) {
  .site_pr {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url("../images/pr_back_01.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  .site_pr .wrap {
    margin: 0 auto;
    padding: 25px 0 20px 0;
    width: 94%;
    max-width: 920px;
    line-height: 1.8em;
    color: #fff;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
  }
  .site_pr .wrap h2 {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 260px;
  }
}
.area_wrap {
  background: #f0fbfc;
  position: relative;
  margin: 0 0 32px;
}
.area_wrap .TITLE02 {}
.area_wrap .TITLE02 img {
  padding: 0;
}
.area_wrap img {
  width: 100%;
  height: auto;
}
.area_wrap > [class*="area"] > * {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 12px;
  width: 120px;
  background: #fff;
  color: #015249;
  border: solid 1px;
}
.area_wrap a {
  transition: all 0.2s ease;
}
.area_wrap a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.area_wrap .area01 {
  position: absolute;
  top: 8%;
  left: 85%;
  width: 100%;
  max-width: 8rem;
  text-align: center;
}
.area_wrap .area01 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_wrap .area01 div a {
  flex-basis: 100%;
}
.area_wrap .area02 {
  position: absolute;
  top: 30%;
  left: 77%;
  width: 100%;
  max-width: 240px;
  text-align: center;
}
.area_wrap .area02 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_wrap .area02 div a {
  flex-basis: 32.2%;
}
.area_wrap .area03 {
  position: absolute;
  top: 22%;
  left: 24%;
  width: 100%;
  max-width: 240px;
  text-align: center;
}
.area_wrap .area03 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_wrap .area03 div a {
  flex-basis: 32.2%;
}
.area_wrap .area04 {
  position: absolute;
  top: 48%;
  left: 74%;
  width: 100%;
  max-width: 240px;
  text-align: center;
}
.area_wrap .area04 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_wrap .area04 div a {
  flex-basis: 32.2%;
}
.area_wrap .area05 {
  position: absolute;
  top: 73%;
  left: 50%;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
.area_wrap .area05 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_wrap .area05 div:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
.area_wrap .area05 div a {
  flex-basis: 24%;
}
.area_wrap .area06 {
  position: absolute;
  top: 85%;
  left: 23%;
  width: 100%;
  max-width: 160px;
  text-align: center;
}
.area_wrap .area06 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_wrap .area06 div a {
  flex-basis: 49%;
}
.area_wrap .area07 {
  position: absolute;
  top: 46%;
  left: 20%;
  width: 100%;
  max-width: 240px;
  text-align: center;
}
.area_wrap .area07 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_wrap .area07 div:after {
  content: "";
  display: block;
  width: 32.2%;
  height: 0;
}
.area_wrap .area07 div a {
  flex-basis: 32.2%;
}
.area_wrap .area08 {
  position: absolute;
  top: 89%;
  left: 1%;
  width: 100%;
  max-width: 8rem;
  text-align: center;
}
.area_wrap .area08 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_wrap .area08 div a {
  flex-basis: 100%;
}
.area_wrap .area09 {
  position: absolute;
  top: 62%;
  left: 0%;
  width: 100%;
  max-width: 160px;
  text-align: center;
}
.area_wrap .area09 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_wrap .area09 div a {
  flex-basis: 49%;
}
@media only screen and (max-width: 768px) {
  .area_wrap {
    padding: 16px;
  }
  .area_wrap p {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 4px;
    width: 16vw;
    background: #fff;
    color: #015249;
    border: solid 1px;
  }
  .area_wrap .area01 {
    top: calc(8% + 16px);
    left: calc(85% - 16px);
  }
  .area_wrap .area02 {
    top: calc(30% + 16px);
    left: calc(77% - 16px);
  }
  .area_wrap .area03 {
    top: calc(29% + 16px);
    left: calc(34% + 16px);
  }
  .area_wrap .area04 {
    top: calc(48% + 16px);
    left: calc(74% - 16px);
  }
  .area_wrap .area05 {
    top: calc(83% - 16px);
    left: calc(47% + 16px);
  }
  .area_wrap .area06 {
    top: calc(89% - 16px);
    left: calc(29% + 16px);
  }
  .area_wrap .area07 {
    top: calc(62% - 16px);
    left: calc(24% + 16px);
  }
  .area_wrap .area08 {
    top: calc(89% - 16px);
    left: calc(1% + 16px);
  }
  .area_wrap .area09 {
    top: calc(62% - 16px);
    left: calc(0% + 16px);
  }
  .area_wrap > [class*="area"] > * {
    font-size: 14px;
    padding: 6px;
    width: 60px;
  }
}
.search_list_wrap ul li .tb a {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 15px;
  color: #282828;
  text-align: left;
  background: url("../images/icon_08.png") no-repeat 14px center;
  vertical-align: middle;
  display: table-cell;
}
.home_content {
  padding: 40px 0 0 0;
  overflow: hidden;
  background: #fff;
  clear: both;
}
.ranking_wrap {
  margin: 0;
  padding: 0 0 70px 0;
  overflow: hidden;
}
.ranking_wrap ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  border-top: 1px solid #dae3e7;
}
.ranking_wrap ul li {
  margin: 0;
  padding: 0 12px 10px 12px;
  width: 20%;
  border-left: 1px solid #dae3e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.ranking_wrap ul li:nth-of-type(1) {
  margin: 0;
  padding: 0 12px 10px 0;
  border-left: none;
}
.ranking_wrap ul li:nth-of-type(5) {
  margin: 0;
  padding: 0 0 10px 12px;
}
.ranking_wrap ul li .rank {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.ranking_wrap ul li .rank01 {
  margin: 0;
  padding: 0 0 0 35px;
  line-height: 32px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  background: url("../images/ranking_icon_01.png") no-repeat left center;
}
.ranking_wrap ul li .rank02 {
  margin: 0;
  padding: 0 0 0 35px;
  line-height: 32px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  background: url("../images/ranking_icon_02.png") no-repeat left center;
}
.ranking_wrap ul li .rank03 {
  margin: 0;
  padding: 0 0 0 35px;
  line-height: 32px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  background: url("../images/ranking_icon_03.png") no-repeat left center;
}
.ranking_wrap ul li .image {
  max-width: 20rem;
}
.ranking_wrap ul li .link {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 700;
}
.ranking_wrap ul li .address {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 12px;
  color: #949494;
}
.home_wrap {
  margin: 0 0 125px 0;
  padding: 0;
  width: 100%;
  background: url("../images/content_back_02.png") repeat-y center 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  overflow: hidden;
}
/*** トップ コラム特集**/
.topics_wrap {
  background: #f9fafa
}
@media only screen and (max-width: 768px) {
  /*** トップ コラム特集**/
  .topics_wrap {
    padding: 10px 2%;
    margin-bottom: 30px;
  }
}
.topics_wrap .base_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics_wrap .topics_left, .topics_wrap .topics_right {
  flex-basis: 49%;
  position: relative;
  background-color: #fff;
  border-top: 5px solid #ff6400;
  padding: 20px;
  box-sizing: border-box;
}
.topics_wrap .btn_more {
  width: 80%;
  margin: 15px auto;
}
.topics_wrap .btn_more a {
  margin: 0;
  padding: 15px;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background: #fff;
  border: 1px solid #ff6400;
  text-align: center;
  display: block;
}
.topics_wrap .topics_left .topics {
  display: flex;
  border-bottom: 1px solid #dae3e7;
  padding: 15px 15px 17px;
}
.topics_wrap .topics_left .topics:first-child {
  border-top: 1px solid #dae3e7
}
.topics_wrap .topics_left .topics img {
  width: 100%;
  height: 100%;
  max-width: 10rem;
  max-height: 10rem !important;
  margin: 0 10px 0 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.topics_wrap .topics_left .topics div {
  flex-basis: auto;
}
.topics_wrap .topics_left .topics div h4 {
  font-size: 1.6rem;
  color: #062351;
  font-weight: 700;
}
.topics_wrap .topics_right .topics {
  width: 86%;
  margin: 0 auto 15px;
  background: #fff;
  display: flex;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #d4d5d5;
}
.topics_wrap .topics_right .topics img {
  max-width: 10rem;
  max-height: 10rem !important;
  margin: 0 10px 0 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.topics_wrap .topics_right .topics div {
  flex-basis: auto;
}
.topics_wrap .topics_right .topics div h4 {
  font-size: 1.6rem;
  color: #00245d;
  margin-bottom: 10px;
}
.topics_wrap .topics_right .topics div p {
  font-size: 12px;
  color: #706e6e;
  margin-bottom: .8rem;
}
.topics_wrap .topics_right .topics div span {
  font-size: 12px;
  color: #fff;
  background-color: #f9c270;
  border-radius: 15px;
  padding: 5px 15px;
}
/*** トップ 人気記事ランキング**/
.popular_wrap {}
.popular_wrap a {
  text-decoration: none;
}
.popular_wrap .popular_main {
  padding: 16px;
  border: 1px solid #dae3e7;
  display: flex;
  margin: 0 0 15px;
  position: relative
}
.popular_wrap .popular_main_left {
  width: 100%;
  max-width: 430px;
  margin: 0 20px 0 0;
}
.popular_wrap .popular_main_left img {
  max-height: 20rem !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.popular_wrap .popular_main_right {
  width: 100%;
  position: relative;
}
.popular_wrap .popular_topics {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.popular_wrap .popular_topics > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  overflow: hidden;
  margin-left: -1px;
  margin-top: -1px;
}
@media (min-width: 769px) {
  .popular_wrap .popular_topics > * {
    width: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .popular_wrap .popular_topics > * {
    width: 25%;
  }
}
.popular_wrap .popular_topics .popular_topic {
  border: solid 1px #7acad5;
  height: 100%;
}
.popular_wrap .popular_topics .popular_topic figure {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 0;
}
.popular_wrap .popular_topics .popular_topic figure::before {
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  padding: 75% 0 0;
}
.popular_wrap .popular_topics .popular_topic figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.popular_wrap .popular_topics .popular_topic figure .vertical {
  width: auto;
  height: 100%;
}
.popular_wrap .popular_topics .topic_text {
  position: relative;
  padding: 6px;
}
.popular_wrap .popular_topics .topic_text .rank {
  display: block;
  width: 28px;
  height: 24px;
  padding: 6px 0 0;
  background-image: url("../images/icon_bg_crown.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  color: #fff;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .popular_wrap .popular_topics .topic_text .rank {
    width: 20px;
    height: 20px;
  }
}
.popular_wrap .popular_topics .topic_text .answer_num {
  color: #015249;
  display: block;
  position: absolute;
  left: 44px;
  right: 0;
  top: 4px;
}
@media only screen and (max-width: 768px) {
  .popular_wrap .popular_topics .topic_text .answer_num {
    left: 28px;
    top: 12px;
  }
}
.popular_wrap .popular_topics .topic_text .answer_num em {
  font-size: 18px;
  font-weight: bold;
  vertical-align: baseline;
}
.popular_wrap .popular_topics .topic_text .answer_num span {
  font-size: 13px;
  font-weight: bold;
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  .popular_wrap .popular_topics .topic_text .answer_num em {
    font-size: 13px;
    line-height: 13px;
  }
  .popular_wrap .popular_topics .topic_text .answer_num span {
    font-size: 11px;
    line-height: 13px;
  }
}
.popular_wrap .popular_topics .topic_TITLE {
  font-size: 13px;
  font-weight: bold;
  color: #313131;
}
/*** トップ ニュース一覧**/
.news_wrap {
  font-size: 14px;
}
.news_wrap dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news_wrap dl dt {
  width: 110px;
  border-bottom: dotted 1px #ff6400;
  padding: 16px 0;
}
.news_wrap dl dd {
  width: calc(100% - 110px);
  border-bottom: dotted 1px #ff6400;
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  .news_wrap dl {
    display: block;
  }
  .news_wrap dl dt {
    width: auto;
    border-bottom: none;
    padding: .8rem 0 0;
    font-size: 12px;
    line-height: 1;
  }
  .news_wrap dl dd {
    width: auto;
    border-bottom: solid 1px #ff6400;
    padding: .8rem 0;
  }
}
.news_detail {
  margin: 0;
  padding: 20px;
  border: 1px solid #dae3e7;
  overflow: hidden;
  line-height: 1.6em;
  font-size: 15px;
}
.news_detail .page_tit {
  margin: 0 0 20px 0;
  padding: 10px 0;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 700;
  color: #062351;
  border-bottom: 1px solid #dae3e7;
  overflow: hidden;
}
/*-------------------------------------------------*/
/*** コラム一覧**/
.home_bnr {}
.home_bnr_list {
  padding: 18px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #d0f1f5;
}
@media only screen and (min-width: 769px) {
  .home_bnr_list > li {
    width: calc((100% - 54px) / 4);
    margin: 18px 0 0 18px;
  }
  .home_bnr_list > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .home_bnr_list > li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home_bnr_list {
    padding: 9px;
  }
  .home_bnr_list > li {
    width: calc((100% - 9px) / 2);
    margin: 9px 0 0 9px;
  }
  .home_bnr_list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .home_bnr_list > li:nth-child(odd) {
    margin-left: 0;
  }
}
.home_bnr_list img {
  max-width: 270px;
  width: 100%;
  height: auto;
}
/*-------------------------------------------------*/
/*** コラム一覧**/
.columun_left_wrap {
  flex-basis: 18%;
  max-width: 210px;
  padding: 0 0 50px 0;
}
.columun_left_wrap .columun_right_wrap_sub {
  display: none;
}
.columun_left_wrap > .columun_right_wrap_sub > a > img {
  margin: 0 0 20px !important;
}
.column_kind_wrap {
  width: 100%;
  margin: 0 0 15px;
  background: #f9fafa;
}
.columun_left_wrap .category_part {
  padding: 10px;
}
.columun_left_wrap .category_part li {
  margin: 0 0 10px;
  display: block;
  font-size: 13px;
}
.columun_left_wrap .category_part li:before {
  content: ">";
  margin: 0;
}
.columun_left_wrap .category_part li:last-child {
  margin-bottom: 0
}
.ranking_column {
  display: block;
  border-bottom: 1px solid #dae3e7;
  padding: 10px;
}
.ranking_column:last-child {
  border: none;
}
.ranking_column > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ranking_column p {
  font-size: 12px;
  color: #000
}
.ranking_column .ranking_column_img {
  flex-basis: 30%;
}
.ranking_column .ranking_column_img img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.ranking_column .ranking_column_img img[src*="side_rank_"] {
  display: none;
}
.ranking_column .ranking_column_TITLE {
  flex-basis: calc(70% - 12px);
}
.ranking_column .ranking_column_TITLE img {
  width: 32px;
  height: auto;
}
.ranking_column .ranking_column_TITLE > p {
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  .ranking_column .ranking_column_TITLE > img + p {
    margin-top: 6px;
  }
}
.ranking_column .ranking_column_TITLE p:last-child {
  margin-top: 6px;
  font-weight: 100;
}
.columun_right_wrap_sub > a > img {
  margin: 0 0 15px;
}
.columun_right_wrap_sub .similar_part {
  margin: 0 0 15px;
}
.columun_right_wrap_sub .similar_part .similar_TITLE {
  text-align: center;
  padding: 15px;
}
.columun_right_wrap_sub .similar_part .similar_main {
  padding: 0;
}
.columun_right_wrap_sub .similar_column {
  display: block;
  border-bottom: 1px solid #dae3e7;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.columun_right_wrap_sub .similar_column:last-child {
  border: none;
  margin: 0;
}
.columun_right_wrap_sub .similar_column > div {
  padding: 0 9px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.columun_right_wrap_sub .similar_column .similar_column_img {
  flex-basis: 25%;
  margin: 0 0 10px;
}
.columun_right_wrap_sub .similar_column .similar_column_img img {
  margin: 0;
}
.columun_right_wrap_sub .similar_column .similar_column_TITLE {
  flex-basis: 70%;
}
.columun_right_wrap_sub .similar_column .similar_column_TITLE > p {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.columun_left_wrap .columun_right_wrap_sub .similar_column .similar_column_TITLE p:last-child {
  display: none;
}
.columun_right_wrap_sub .similar_column .similar_column_detail p {
  text-align: left;
}
.columun_center_wrap {
  flex-basis: 54%;
  max-width: 630px;
}
.columun_center_wrap .columun_list_wrap {}
.columun_center_wrap .column_wrap {
  display: block;
  border-bottom: 1px solid #dae3e7;
  padding: 2rem 0;
}
.columun_center_wrap .column_wrap:first-child {
  border-top: 1px solid #dae3e7;
}
.columun_center_wrap .column_wrap:last-child {
  margin-bottom: 15px;
}
.columun_center_wrap .column_wrap > div {
  display: flex;
  justify-content: space-between;
}
.columun_center_wrap .column_wrap .column_img {
  flex-basis: 20%;
}
.columun_center_wrap .column_wrap .column_img img {
  width: 100%;
  height: auto;
}
.columun_center_wrap .column_wrap .column_text {
  flex-basis: calc(80% - 12px);
}
.columun_center_wrap .column_wrap .column_text .column_TITLE {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
.columun_center_wrap .column_wrap .column_text > div {
  display: block;
}
.columun_center_wrap .column_wrap .column_text .column_TITLE + div {
  margin: 4px 0;
  color: #999;
}
.columun_center_wrap .column_wrap .column_text .column_main {
  font-size: 1.2rem
}
.columun_center_wrap .column_wrap .column_text .column_category {
  font-size: 12px;
  color: #ff6400;
  display: inline-block
}
.columun_center_wrap .column_wrap .column_text .column_date {
  font-size: 12px;
  display: inline-block
}
.columun_right_wrap {
  flex-basis: 24%;
  max-width: 30rem;
}
.columun_right_wrap > a > img {
  margin: 0 0 15px;
}
.columun_right_wrap .similar_part {
  margin: 0 0 15px;
}
.columun_right_wrap .similar_part .similar_TITLE {
  text-align: center;
  padding: 15px;
}
.columun_right_wrap .similar_part .similar_main {
  padding: 0;
}
.columun_right_wrap .similar_column {
  display: block;
  border-bottom: 1px solid #dae3e7;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.columun_right_wrap .similar_column:last-child {
  border: none;
  margin: 0;
}
.columun_right_wrap .similar_column > div {
  padding: 0 9px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.columun_right_wrap .similar_column .similar_column_img {
  flex-basis: 25%;
  margin: 0 0 10px;
}
.columun_right_wrap .similar_column .similar_column_img img {
  margin: 0;
}
.columun_right_wrap .similar_column .similar_column_TITLE {
  flex-basis: 70%;
}
.columun_right_wrap .similar_column .similar_column_TITLE > p {
  font-size: 15px;
  font-weight: 700;
}
.columun_right_wrap .similar_column .similar_column_detail p {
  font-size: 12px;
}
/*-------------------------------------------------*/
/*** コラム詳細**/
.columun_center_wrap .column_detail_wrap {
  margin: 0 0 30px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #dae3e7;
  line-height: 2;
}
@media screen and (max-width: 767px) {
.columun_center_wrap .column_detail_wrap {
  margin: 0 0 20px;
  padding: 10px;
  display: block;
}
    .similar_column_detail {display: none}
}
.columun_center_wrap .TITLE03 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 15px;
}
.columun_center_wrap .TITLE03 span {
  color: #fff;
}
.columun_center_wrap .column_detail_wrap .column_detail_head_part {
  flex-basis: 100%;
  margin: 0 0 15px;
}
.columun_center_wrap .column_detail_wrap .column_detail_head_part > div {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.columun_center_wrap .column_detail_wrap .column_detail_head_part > div:first-child + img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}
.columun_center_wrap .column_detail_wrap .column_detail_head_part .column_category {
  color: #ff6400
}
.columun_center_wrap .column_detail_wrap .column_detail_main_part {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columun_center_wrap .column_detail_wrap .column_detail_main_part > h4 {
  flex-basis: 100%;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.columun_center_wrap .column_detail_wrap .column_detail_main_part > p {
  flex-basis: 100%;
  font-size: 14px;
}
.columun_center_wrap .column_detail_wrap .column_detail_main_part > div, .columun_center_wrap .column_detail_wrap .column_detail_main_part > div.image {
  margin: 15px 0;
}
.columun_center_wrap .column_detail_wrap .column_detail_main_part > div > h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.columun_center_wrap .column_detail_wrap .column_detail_main_part > div > p {
  font-size: 14px;
}
.columun_center_wrap .column_detail_wrap .similar_column {
  flex-basis: 48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columun_center_wrap .column_detail_wrap .similar_column > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 15px;
}
.columun_center_wrap .column_detail_wrap .similar_column:nth-last-child(-n + 2) > div {
  margin: 0;
}
.columun_center_wrap .column_detail_wrap .similar_column .similar_column_img {
  flex-basis: 25%;
  margin: 0 0 10px;
}
.columun_center_wrap .column_detail_wrap .similar_column .similar_column_img img {
  margin: 0;
  width: 100%;
  height: auto;
}
.columun_center_wrap .column_detail_wrap .similar_column .similar_column_TITLE {
  flex-basis: 70%;
}
.columun_center_wrap .column_detail_wrap .similar_column .similar_column_TITLE > p {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.columun_center_wrap .column_detail_wrap .similar_column .similar_column_TITLE p:last-child {
  display: none;
}
.columun_center_wrap .column_detail_wrap .similar_column .similar_column_detail p {
  font-size: 12px;
}
/*-------------------------------------------------*/
/*** よくある質問**/
.faq_wrap {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #dae3e7;
}
.faq_wrap .item {
  margin: 0;
  border: 1px solid #dae3e7;
  border-bottom: none;
  overflow: hidden;
}
.faq_wrap .item dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.faq_wrap .item dl dt {
  margin: 0;
  padding: 10px 30px 15px 50px;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 700;
  color: #062351;
  background: #f9fafa url("../images/icon_q.png") no-repeat 16px 10px;
  border-bottom: 1px solid #dae3e7;
}
.faq_wrap .item dl dd {
  margin: 0;
  padding: 10px 30px 25px 50px;
  line-height: 1.7em;
  font-size: 15px;
  color: #000;
  background: url("../images/icon_a.png") no-repeat 16px 18px;
}
.faq_wrap .item .pagetop {
  margin: 0;
  float: right;
  display: inline;
}
.faq_wrap .item .pagetop a {
  padding: 5px 50px 5px 70px;
  line-height: 140%;
  font-size: 13px;
  background: #eee url("../images/arrow_03.png") no-repeat 50px center;
  border: 1px dotted #666666;
  display: block;
}
/*-------------------------------------------------*/
/*** ログイン**/
.login_wrap {
  margin: 0 0 40px 0;
  padding: 40px 0 30px 0;
  background: #e0eaf1;
  border: 1px solid #dae3e7;
  overflow: hidden;
}
.login_wrap .form {
  margin: 0 0 3px 140px;
  overflow: hidden;
}
.login_wrap .form dt {
  margin: 0 0 25px 0;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 1.6rem;
  font-weight: 700;
  float: left;
  display: inline;
}
.login_wrap .form dd {
  margin: 0 0 25px 0;
  overflow: hidden;
}
.login_wrap .form dd .txt {
  padding: 0 10px;
  width: 81%;
  height: 36px;
  line-height: 34px;
  background: #fff;
  border: 1px solid #dae3e7;
  -webkit-
  -moz-
  
  box-sizing: border-box;
}
.login_wrap .btn {
  margin: 0 auto;
  padding: 15px 5px 15px 20px;
  width: 20rem;
  line-height: 1.2em;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  background: #ff6400 url("../images/icon_login_01.png") no-repeat 25px center;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.error_message {
  padding: 10px;
  font-weight: 700;
  color: #ec2424;
  background: #ffdada;
  border: 4px solid #eca5a5;
  width: 80%;
  margin: 0 auto;
  max-width: 650px;
}
/*-------------------------------------------------*/
/*** お問合わせ**/
.contact_form {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.contact_form .form {
  margin: 0 0 40px 0;
  width: 100%;
  border-top: 1px solid #ccced3;
}
.contact_form .form tr th {
  padding: 15px 7px 10px 18px;
  width: 210px;
  line-height: 1.4em;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  color: #3f3f3f;
  background: #f9fafa;
  border-bottom: 1px solid #dae3e7;
}
.contact_form .form tr:nth-of-type(2n) th {
  background: #fff;
}
.contact_form .form tr th .label {
  line-height: 1.4em;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #3f3f3f;
  float: left;
}
.contact_form .form tr th em {
  padding: 0 6px;
  line-height: 22px;
  font-size: 12px;
  text-align: left;
  color: #fff;
  background: #ff6400;
  float: right;
}
.contact_form .form tr td {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 14px;
  background: #f9fafa;
  border-bottom: 1px solid #dae3e7;
}
.contact_form .form tr:nth-of-type(2n) td {
  background: #fff;
}
.contact_form .form td .box {
  margin: 0;
  padding: 5px 18px 5px 18px;
  border-left: 1px solid #ccced3;
  overflow: hidden;
}
.contact_form .form td .box .text01 {
  padding: 0 10px;
  width: 71%;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #dae3e7;
  -webkit-
  -moz-
  
  box-sizing: border-box;
}
.contact_form .form td .box .textarea01 {
  padding: 10px;
  width: 100%;
  height: 160px;
  line-height: 1.6em;
  font-size: 14px;
  background: #fff;
  border: 1px solid #dae3e7;
  -webkit-
  -moz-
  
  box-sizing: border-box;
}
.contact_form .form td .box .select {
  padding: 0;
}
.contact_form .form td .box .select select {
  margin: 0;
  padding: 0 40px 0 10px;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
  cursor: pointer;
  background: #fff url("../images/arrow_01.png") no-repeat right center;
  border: 1px solid #dae3e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-
  -moz-
  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_form .form td .box .select select::-ms-expand {
  display: none;
}
.contact_form .form td .list01 {
  margin: 0;
  padding: 0;
}
.contact_form .form td .list01 li {
  margin: 0;
  padding: 0 45px 0 0;
  float: left;
  display: inline;
}
.contact_form .form td .error {
  margin: 5px 0 0 0;
  padding: 5px;
  color: #dd0202;
  background: #fff5a0;
}
.contact_form .form td .kiyaku {
  margin: 0;
  padding: 0 20px 0 0;
  height: 160px;
  text-align: left;
  overflow: auto;
}
.contact_form .form td.addressBox {
  padding: 10px 18px;
  line-height: 3em;
}
.contact_form .btn_wrap {
  margin: 0 auto;
  padding: 20px 0 0 0;
  max-width: 510px;
  overflow: hidden;
}
.contact_form .btn_wrap .btnTopTxt {
  margin: 0 auto;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #fff;
}
.contact_form .btn_wrap .btnTopTxt:hover {
  color: #ff6400
}
.contact_form .btn_wrap .btn01 {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  line-height: 1.2em;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #ff6400;
  border: 1px solid #ff6400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.contact_form .btn_wrap .btn02 {
  margin: 0 0 0 4%;
  padding: 25px 0;
  width: 44.5%;
  line-height: 1.2em;
  font-size: 18px;
  text-align: center;
  color: #000;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ff6400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
}
.contact_form .btn_wrap .btn03 {
  margin: 0 4% 0 0;
  padding: 25px 0;
  width: 44.5%;
  line-height: 1.2em;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #ff6400;
  border: 1px solid #ff6400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: right;
}
.error_01 {
  padding: 0 7px 10px 18px;
  color: #E80003;
  line-height: 2em;
  font-size: 1.6rem;
}
.contact_form .contact_message {
  line-height: 1.4em;
  font-size: 14px;
  margin: 0px 0 20px;
  padding: 20px;
  background: #f9fafa;
}
.contact_form .thanksspace {
  font-size: 1.6rem;
  line-height: 2em;
  padding: 50px;
  background: #f9fafa;
}
/*-------------------------------------------------*/
/*** 運営会社**/
.company_data {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.company_data .data {
  margin: 0;
  width: 100%;
  border-top: 1px solid #ccced3;
}
.company_data .data tr th {
  padding: 15px 0 15px 20px;
  width: 170px;
  line-height: 1.6em;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  color: #3f3f3f;
  background: #fff;
  border-bottom: 1px solid #ccced3;
}
.company_data .data tr td {
  padding: 15px 0;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: normal;
  color: #3f3f3f;
  background: #fff;
  border-bottom: 1px solid #ccced3;
}
/*-------------------------------------------------*/
/*** サイトマップ**/
.sitemap_wrap {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.sitemap_wrap .list {
  line-height: 1.4em;
  font-size: 1.6rem;
  overflow: hidden;
}
.sitemap_wrap li {
  margin: 0;
  padding: 0;
}
.sitemap_wrap li .icon {
  margin: 0;
  padding: 10px 0 10px 15px;
  background: #e0eaf1;
  display: block;
}
.sitemap_wrap li ul {
  margin: 0;
  padding: 0;
}
.sitemap_wrap li ul li {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 14px;
}
.sitemap_wrap li ul li .icon {
  margin: 0;
  padding: 10px 0 10px 30px;
  background: #fff url("../images/icon_07.png") no-repeat 20px 14px;
  display: block;
}
.sitemap_wrap ul li a {
  color: #062351;
  font-weight: 700;
  text-decoration: underline;
}
.sitemap_wrap ul li a:hover {
  color: #062351;
  text-decoration: none;
}
.sitemap_wrap ul li ul li a {
  color: #303030;
  font-weight: normal;
  text-decoration: underline;
}
.sitemap_wrap ul li ul li a:hover {
  color: #303030;
  text-decoration: none;
}
/*-------------------------------------------------*/
/*** 利用規約・個人情報保護方針**/
.kiyaku_wrap {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.kiyaku_wrap .tit {
  margin: 0 0 15px 0;
  padding: 5px 10px;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #ff6400;
}
.kiyaku_wrap .desc {
  margin: 0 0 15px 0;
  font-size: 15px;
  color: #3f3f3f;
  overflow: hidden;
}