@charset "UTF-8";
/*2019/05/09追加分*/
.content .left .pref_link .child {
  padding: 10px;
}

.content .left .pref_link .child ul li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
}

.content .left .pref_link .child ul li:before {
  content: none;
}

.content .left .pref_link .child ul li:last-child {
  margin-bottom: 0px;
}

.content .left .pref_link .child ul li span {
  color: #FF7F00;
}

.content .left .pref_link .link_ttl {
  border: 1px solid #DDDDDD;
  transition: .5s all;
  background: #FFFFFF;
  position: relative;
}

.content .left .pref_link .link_ttl:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #85B200;
  position: absolute;
  top: 25px;
  left: 10px;
}

.content .left .pref_link .link_ttl:hover {
  opacity: 0.7;
}

.content .left .pref_link .link_ttl a {
  color: #85B200;
  padding: 25px 0px 25px 30px;
  display: block;
  transition: .5s all;
}

.content .left .pref_link .link_ttl a:hover {
  opacity: 0.7;
}

.content .left .pref_link .active:before {
  content: "\f107";
  font-family: FontAwesome;
  color: #85B200;
  position: absolute;
  top: 25px;
  left: 10px;
}
.flex__center {
  display: flex;
  justify-content: center;
}
.expert_list {
  background: #F9F8F4;
  padding: 20px;
  box-sizing: border-box;
}

.expert_list article {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.expert_list article .name {
  font-size: 124%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #786C59;
}

.expert_list article .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.expert_list article .box .sub_ttl {
  width: 15%;
}

.expert_list article .box .list {
  width: 60%;
}

.expert_list article .box .list ul {
  display: flex;
  flex-wrap: wrap;
}

.expert_list article .box .list ul li {
  background: #F5E8D0;
  padding: 5px;
  margin-right: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 84%;
}

.expert_list article .box .btn_area {
  width: 20%;
}

.expert_list article .box .btn_area .btn {
  background: #85B200;
  max-width: 300px;
  margin: 0px auto;
  width: 90%;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.expert_list article .box .btn_area .btn:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -2px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.expert_list article .box .btn_area .btn:hover:before {
  left: -20px;
}

.expert_list article .box .btn_area .btn:hover {
  opacity: 0.7;
}

/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #FFFFFF none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.concern .subttl {
  font-weight:bold;
  font-size: 114%;
  margin-bottom:9px;
}

.concern label {
  display: block;
  margin-bottom: 8px;
}

:target:before {
  height: 100px;
  /* ヘッダの高さ */
  margin: -100px 0 0;
  /* ヘッダの高さ */
  content: "";
  display: block;
}

img {
  height: auto;
  vertical-align: bottom;
 /* max-width: 100%;*/
	width:98%;
}

.img_w100 {
  width: 100%;
}

.back__link {
  text-align: right;
}

.back__link a {
  color: #786C5A;
}

.bbp-pagination-count {
  padding: 10px 0px;
}

#page-top {
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: 20px;
  font-size: 400%;
}

#page-top a {
  background: #786C5A;
  text-decoration: none;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  display: block;
  border-radius: 5px;
  line-height: 1.0;
  box-sizing: border-box;
}

#page-top a:hover {
  text-decoration: none;
  background: #2772e2;
}

.bg__yellow {
  background: #FDFFE6;
}

.bg__beige {
  background: #FFF9E6;
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

p {
  line-height: 1.5;
}

p a {
  color: #FF7F00;
}

.br-sp {
  display: none;
}

.wp-login-head {
  padding-top: 150px;
  padding-bottom: 50px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #000;
  background-color: #eee;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: 1px solid #aaa;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #CCC;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #CCC;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: 700;
  color: #FF7F00;
}

.pt_20 {
  padding-top: 25px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}
.mb50
{margin-bottom: 50px;}

.ml_10 {
  margin-left: 10px;
}

.pt_25 {
  padding-top: 25px !important;
}

strong {
  font-weight: 700;
}

.pc_none {
  display: none !important;
}

.map__block_sp {
  display: none;
}

.center {
  text-align: center;
}

.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0px;
  top: 0px;
  max-height: 110px;
}

.content_block {
  padding: 40px 0px 0px;
}

.sub__wrap {
  max-width: 600px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 90%;
  padding: 0px 20px;
}

.common_btn {
  background: #786C5A;
  width: 290px;
  display: block;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -2px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  opacity: 0.7;
}


.common_btn2 {
  background: #786C5A;
  width: 290px;
  float:  left;
  margin: 10px; 
  color: #fff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.common_btn2:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -2px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.common_btn2:hover:before {
  left: -20px;
}

.common_btn2:hover {
  opacity: 0.7;
}











.social__icon {
  display: flex;
}

li.bell {
    color: #FF7F00;
    font-size: 16px;
}

.social__icon li {
  margin-right: 10px;
  font-size: 84%;
  color: #666;
  line-height: 2em;
}

.social__icon li .fa-user{
  font-size: 1.3em;
  color: #FF7F00;
}

.social__icon li a{
    font-size: 1.0em;
    color: #FF7F00;
}

.itemlist_dl {
  margin-bottom: 15px;
}

.itemlist_dl dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: 500;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.number_list {
  margin-bottom: 25px;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

header {
  width: 100%;
}

header .logo__block {
	width: 100%;
  /*padding: 10px 0px;*/
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .logo__block div {
	/*width: 50%;*/}

header .logo__block div table {
  margin-left: auto;
  margin-right: 0px;
  border-collapse: collapse;
  box-sizing: border-box;
}

header .logo__block div table th, header .logo__block div table td {
  color: #786C5A;
  font-size: 94%;
}

header .tagline {
  width: 100%;
  padding: 10px 0px;
  background: #786C5A;
}

header .tagline .box {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .tagline .box div {
  width: 50%;
  color: #FFF;
}

header .tagline .box div h1 {
  color: #FFF;
}

header .tagline .box div p {
  text-align: right;
}

header .tagline .box div p a {
  color: #FFF;
  font-size: 94%;
}

header .nav {
  /*margin-top: 10px;*/
  width: 100%;
  background: #F7F5F4;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  height: 60px;
}

header .nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .nav ul .active {
  background-color: #786C5A;
}

header .nav ul .active a {
  color: #FFF;
}

header .nav ul li {
  width: calc(100% / 5);
  font-size: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: .5s all;
  height: 60px;
  position: relative;
}

header .nav ul li:hover {
  background-color: #786C5A;
}

header .nav ul li:hover a {
  color: #FFF;
}

header .nav ul li:last-child:after {
  background-color: #DDDDDD;
  content: '';
  display: block;
  height: 30px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 1px;
}

header .nav ul li:before {
  background-color: #DDDDDD;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 1px;
}

header .nav ul li a {
  display: block;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  color: #786C5A;
  font-size: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

header .nav ul li a:hover:after {
  width: 100%;
}

header .nav .user li {
  width: auto;
  padding: 0px 10px;
}

header .nav .pc_dropdown {
  width: 100%;
  display: none;
  height: auto;
  position: absolute;
  margin-left: 0px;
  top: 60px;
  left: 0px;
  z-index: 100;
}

header .nav .pc_dropdown li {
  width: 100%;
  background: #F7F5F4;
  margin: 0px;
  border-bottom: 1px solid #CCC;
  border-left: none;
  padding: 0px;
  position: relative;
  transition: .5s all;
  height: 30px;
}

header .nav .pc_dropdown li:before {
  display: none;
}

header .nav .pc_dropdown li:hover {
  background-color: #F7F5F4;
}

header .nav .pc_dropdown li:hover a {
  color: #FFF;
}

header .nav .pc_dropdown li a {
  display: block;
  font-size: 100%;
  padding: 5px;
  height: auto;
  color: #786C5A !important;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: .5s all;
}

header .nav .pc_dropdown li a:after {
  display: none;
}

footer {
  width: 100%;
  background: #F7F5F4;
  border-top: 1px solid #DDDDDD;
  box-sizing: border-box;
}

footer .copy {
  background: #786C59;
  padding: 10px 0px;
  color: #FFF;
  font-size: 94%;
  text-align: center;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 35px 0px;
}

footer ul li {
  width: calc(100% / 5);
  font-size: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: .5s all;
  height: 60px;
  position: relative;
}

footer ul li:last-child:after, footer ul li:nth-child(5n):after {
  background-color: #DDDDDD;
  content: '';
  display: block;
  height: 30px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 1px;
}

footer ul li:before {
  background-color: #DDDDDD;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 1px;
}

footer ul li a {
  display: block;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  color: #786C5A;
  font-size: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main_img {
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
  text-align: center;
 /* background: #F4FAF9;*/
}

.main_img img {
  width: 100%;
}

.faq ul {
  margin-bottom: 40px;
}

.faq ul li {
  border-bottom: 1px dotted #786C5A;
}

.faq ul li:first-child {
  border-top: 1px dotted #786C5A;
}

.faq ul li .lead {
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px 25px 40px;
  display: none;
}

.faq ul li .lead a {
  color: #786C5A;
  text-decoration: underline;
}

.faq ul li .lead:before {
  content: "A.";
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 8px;
  color: #786C5A;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 140%;
}

.faq ul li .icon {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 26px;
  right: 10px;
}

.faq ul li .icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #786C5A;
}

.faq ul li .icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.faq ul li .is-active span:nth-of-type(1) {
  display: none;
}

.faq ul li .is-active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq ul li .faq_ttl {
  color: #786C5A;
  cursor: pointer;
  padding: 15px;
  position: relative;
  font-size: 140%;
  padding-left: 44px;
  box-sizing: border-box;
}

.faq ul li .faq_ttl:before {
  content: "Q.";
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 8px;
  color: #786C5A;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 140%;
}

.content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.content .left {
  width: 26%;
  background: #FDFFE6;
  padding: 20px 0px;
}

.content .left select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  width: 100%;
  margin-bottom: 30px;
}

.content .left .child {
  padding: 10px;
}

.content .left .child .sub_ttl {
  color: #85B200;
  margin-bottom: 5px;
}

.content .left .child ul li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
}

.content .left .child ul li:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #000;
}


.content .left .child ul li:last-child {
  margin-bottom: 0px;
}

.content .left .child ul li span {
  color: #FF7F00;
}

.content .left .subnav ul {
  border-top: 1px solid #DDDDDD;
}

.content .left .subnav ul li {
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: url("../img/arrow2.jpg") no-repeat 10px 27px #FFFFFF;
  transition: .5s all;
}

.content .left .subnav ul li:hover {
  opacity: 0.7;
}

.content .left .subnav ul li a {
  color: #85B200;
  padding: 25px 0px 25px 30px;
  display: block;
  transition: .5s all;
}

.content .left .subnav ul li a:hover {
  opacity: 0.7;
}

.content .right {
  width: 70%;
  padding-top: 25px;
}

.content .right .store__detail {
  background: #F9F8F4;
  padding: 20px;
  box-sizing: border-box;
}

.content .right .store__detail .box {
  background: #FFF;
  border: 1px solid #DDDDDD;
  padding: 40px;
  box-sizing: border-box;
}

.content .right .store__detail .box .store__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.content .right .store__detail .box .btn {
  background: #85B200;
  max-width: 300px;
  margin: 30px auto 0px;
  width: 90%;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.content .right .store__detail .box .btn:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -2px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.content .right .store__detail .box .btn:hover:before {
  left: -20px;
}

.content .right .store__detail .box .btn:hover {
  opacity: 0.7;
}

.content .right .store__detail .box .copy {
  color: #F76383;
  padding: 10px 0px 10px;
  font-size: 95%;
}

.content .right .store__detail .box .lead {
  line-height: 1.7;
}

.content .right .store__detail .box table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
table-layout: fixed;
}

.content .right .store__detail .box table tr {
  width: 100%;
}

.content .right .store__detail .box table th, .content .right .store__detail .box table td {
  box-sizing: border-box;
  padding: 5px 10px;
  color: #786C5A;
  font-size: 84%;
}

.content .right .store__detail .box table th {
  color: #000;
  text-align: left;
  width: 30%;
  white-space:nowrap;
  vertical-align: top;
}

.content .right .store__detail .box table td ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.content .right .store__detail .box table td ul li {
  background: #F5E8D0;
  padding: 5px;
  margin-right: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.content .right .store__detail .box .store__left {
  width: 25%;
}

.content .right .store__detail .box .store__right {
  width: 72%;
}

.content .right .store__detail .box .store__right .sub_ttl {
  color: #FF7F00;
  font-size: 114%;
  font-weight: bold;
  margin-bottom: 5px;
}

.content .right .store__detail .box .store__right .kana {
  font-size: 74%;
  margin-bottom: 25px;
}

.content .right .topic__detail {
  background: #F9F8F4;
  padding: 20px;
  box-sizing: border-box;
}

.content .right .topic__detail .comment__block {
  padding: 30px 0px;
}

.content .right .topic__detail .comment__block .sub_ttl {
  border-radius: 10px;
  padding: 25px 20px 25px 50px;
  background: url("../img/ttl.jpg") no-repeat 23px 33px #786C5A;
  color: #FFF;
  font-size: 114%;
  margin-bottom: 20px;
}

.content .right .topic__detail .comment__block article {
  border-bottom: 1px solid #000;
  padding: 25px 0px 0px;
}

.content .right .topic__detail .comment__block article .button_area {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 20px;
}

.content .right .topic__detail .comment__block article .button_area li {
  width: 50%;
}

.content .right .topic__detail .comment__block article .button_area li:first-child {
  text-align: right;
}

.content .right .topic__detail .comment__block article .bbp-reply-trash-link, .content .right .topic__detail .comment__block article .bbp-reply-delete-link, .content .right .topic__detail .comment__block article .bbp-reply-restore-link {
  border-radius: 5px;
  text-align: center;
  padding: 15px 40px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
}

.content .right .topic__detail .comment__block article .bbp-reply-edit-link {
  border-radius: 5px;
  text-align: center;
  padding: 15px 40px;
  background: #786C5A;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
}

.content .right .topic__detail .comment__block article .author__comment {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.content .right .topic__detail .comment__block article .author__comment .box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.content .right .topic__detail .comment__block article .author__comment .box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .right .topic__detail .comment__block article .author__comment .box ul li:first-child {
  padding-right: 10px;
}

.content .right .topic__detail .comment__block article .author__comment .box ul li .date {
  font-size: 84%;
}

.content .right .topic__detail .comment__block article .author__comment .box ul li .date span {
  color: #333;
}

.content .right .topic__detail .comment__block article .author__comment .box ul li .name {
  color: #FF7F00;
  font-size: 114%;
  font-weight: bold;
}

.content .right .topic__detail .comment__block article .author__comment .btn {
  background: #85B200;
  width: 150px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.content .right .topic__detail .comment__block article .author__comment .btn:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -2px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.content .right .topic__detail .comment__block article .author__comment .btn:hover:before {
  left: -20px;
}

.content .right .topic__detail .comment__block article .author__comment .btn:hover {
  opacity: 0.7;
}

.content .right .topic__detail .lead {
  padding: 20px;
  line-height: 1.7;
}

.content .right .topic__detail .author {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.content .right .topic__detail .author .cat {
  background: #FE8103;
  border-radius: 5px;
  text-align: center;
  padding: 5px 10px;
  color: #FFF;
  position: absolute;
  top: 0px;
  right: 0px;
}

.content .right .topic__detail .author .sub_ttl {
  font-size: 114%;
  margin-bottom: 8px;
}

.content .right .topic__detail .author .box {
  display: flex;
  flex-wrap: nowrap;
}

.content .right .topic__detail .author .box .right__block {
  padding-left: 15px;
}

.content .right .topic__detail .author .box .right__block .sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.content .right .topic__list {
  background: #F9F8F4;
  padding: 20px;
  box-sizing: border-box;
}

.content .right .topic__list article {
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  position: relative;
}

.content .right .topic__list article .box {
  display: flex;
  flex-wrap: nowrap;
}

.content .right .topic__list article .box .left__block {
  min-width: 60px;
}

.content .right .topic__list article .box .right__block {
  padding-left: 20px;
}

.content .right .topic__list article .box .right__block .sub_ttl {
  color: #FE8103;
  margin-bottom: 10px;
  font-size: 114%;
}

.content .right .topic__list article .box .right__block p {
  margin-bottom: 15px;
}

.content .right .topic__list article:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #CCC;
  font-size: 240%;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.content .right .topic__list article:first-child {
  border-top: 1px solid #CCC;
}

.content .right .area__link {
  background: #FEAF61;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 30px;
}

.content .right .area__link .sub_ttl {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 114%;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.content .right .area__link ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.content .right .area__link ul li {
  width: 18%;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  background: #FFF;
  border: 2px solid #CCC;
  font-size: 84%;
  transition: .5s all;
}

.content .right .area__link ul li:hover {
  background: #FE8103;
  color: #FFF;
  border: 2px solid #FFF;
}

.content .right .area__link ul li:hover a {
  color: #FFF;
}

.content .right .area__link ul li a {
  display: block;
  padding: 10px 0px;
  transition: .5s all;
}

.wrapper, .main_wrapper {
  width: 1100px;
  margin: 0px auto;
  position: relative;
}

.ttl {
  font-size: 124%;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #786C5A;
  background: url("../img/ttl.jpg") no-repeat 0px 4px;
}

.middle_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 114%;
  padding: 5px 0px 5px 25px;
  color: #786C59;
  border-left: 7px solid #FF8000;
}

.news_box {
  margin: 0px auto 50px;
  max-width: 800px;
  box-sizing: border-box;
  position: relative;
}

.news_box .btn__box {
  position: absolute;
  right: 0px;
  top: -70px;
}

.news_box .btn {
  background: #000;
  width: 160px;
  display: block;
  margin-left: auto;
  color: #fff;
  padding: 10px 0px 10px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  text-align: center;
}

.news_box .btn:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.news_box .btn:hover:before {
  left: -20px;
}

.news_box .btn:hover {
  opacity: 0.7;
}

.news_box .sub_ttl {
  color: #786C5A;
  font-size: 240%;
  font-weight: normal;
  margin-bottom: 25px;
}

.news_box dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 25px;
}

.news_box dl dt {
  padding: 15px 10px;
  box-sizing: border-box;
  width: 20%;
  border-bottom: 1px solid #CCC;
}

.news_box dl dt:first-child {
  border-top: 1px solid #CCC;
}

.news_box dl dd {
  color: #333333;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  padding: 15px 0px;
}

.news_box dl dd:nth-child(2) {
  border-top: 1px solid #CCC;
}

.news_box dl dd a {
  color: #786C5A;
  text-decoration: none;
  position: relative;
}

.recommend__block {
  padding: 30px 0px;
}

.recommend__block .box {
  display: flex;
  flex-wrap: wrap;
}

.recommend__block .box .card {
  width: 22%;
  margin-right: 4%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.recommend__block .box .card a {
  display: block;
}

.recommend__block .box .card:nth-child(4n) {
  margin-right: 0px;
}

.recommend__block .box .card .sub_ttl {
  text-decoration: underline;
  color: #786C5A;
  font-size: 114%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.recommend__block .box .card .area {
  font-size: 84%;
  margin-bottom: 7px;
}

.blog__blog__list {
  padding: 30px 0px;
}

.blog__blog__list .box {
  display: flex;
  flex-wrap: wrap;
}

.blog__blog__list .box .card {
  border: 3px solid #F0F3E2;
  background: #FFF;
  position: relative;
  width: 49%;
  margin-right: 2%;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.blog__blog__list .box .card:nth-child(2n) {
  margin-right: 0px;
}

.blog__blog__list .box .card .cat {
  background: #FE8103;
  border-radius: 5px;
  text-align: center;
  padding: 5px 10px;
  color: #FFF;
  position: absolute;
  top: -15px;
  right: 20px;
}

.blog__blog__list .box .card .inner {
  padding: 20px;
}

.blog__blog__list .box .card .inner .date {
  color: #A6ADC5;
  margin-bottom: 10px;
}

.blog__blog__list .box .card .inner .sub_ttl {
  text-decoration: underline;
  color: #786C5A;
  font-size: 114%;
  margin-bottom: 10px;
}

.blog__blog__list .box .card .bottom {
  background: #FAFAFA;
  padding: 15px;
  box-sizing: border-box;
}

.blog__blog__list .box .card .bottom ul {
  display: flex;
  flex-wrap: wrap;
}

.blog__blog__list .box .card .bottom ul .left {
  width: 60%;
}

.blog__blog__list .box .card .bottom ul .left figure {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.blog__blog__list .box .card .bottom ul .left figure .img__wrap {
  width: 40px;
  height: 40px;
  background: #FFF9E6;
}

.blog__blog__list .box .card .bottom ul .left figure .img__wrap img {
  object-fit: contain;
  object-position: 50% 50%;
  font-family: 'object-fit: contain;';
}

.blog__blog__list .box .card .bottom ul .left figure figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 94%;
  padding-left: 10px;
  text-decoration: underline;
  color: #786C5A;
}

.blog__blog__list .box .card .bottom ul .right {
  width: 40%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.blog__blog__list .box .card .bottom ul .right a {
  color: #DB7E7A;
  font-size: 94%;
}

.search__block {
  padding: 30px 0px 10px;
}

.search__block .box {
  display: flex;
  flex-wrap: wrap;
}

.search__block .box .card {
  width: 22%;
  margin-right: 4%;
  border-radius: 10px;
  border: 2px solid #CCC;
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  margin-bottom: 20px;
}

.search__block .box .card .count {
  font-size:114%;
  font-weight:bold;
  color: #000;
  margin-bottom:7px;
}

.search__block .box .card .count span {
  color: #FF7F00;
}

.search__block .box .card:nth-child(4n) {
  margin-right: 0px;
}

.search__block .box .card .sub_ttl {
  box-sizing: border-box;
  background: url("../img/arrow.jpg") no-repeat 5px 8px #A6DD00;
  padding: 5px 5px 5px 25px;
  color: #FFF;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 104%;
}

.search__block .box .card .sub_ttl2 {
  box-sizing: border-box;
  background: url("../img/arrow3.jpg") no-repeat 5px 8px #FE8103;
  padding: 5px 5px 5px 25px;
  color: #FFF;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 104%;
}

.search__block .box .card p {
  font-size: 94%;
  line-height: 1.6;
}

.search__block .box .card ul {
  margin-bottom: 10px;
}

.search__block .box .card ul li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
}

.search__block .box .card ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #000;
}

.search__block .box .card ul li:last-child {
  margin-bottom: 0px;
}

.search__block .box .card ul li span {
  color: #FF7F00;
}

/*/////////// サイトマップ ////////////*/
.sitemap a {
  text-decoration: none;
  color: #000;
}

.sitemap a:hover {
  text-decoration: underline;
}

.sitemap ul {
  display: flex;
  flex-wrap: wrap;
}

.sitemap ul li {
  width: calc(100% / 3);
  font-size: 94%;
  margin-bottom: 10px;
}

.sitemap ul li span {
  color: #786C5A;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

.company .access section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.company .access section:last-child {
  margin-bottom: 0px;
}

.company .access section .gmap {
  width: 100%;
  height: 600px;
}

.company .access section .left {
  width: 35%;
  position: relative;
}

.company .access section .left .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.7;
}

.company .access section .left .inner .sub_ttl {
  color: #786C5A;
  font-size: 114%;
}

.company .access section .left .inner p {
  margin-bottom: 15px;
}

.company .access section .right {
  width: 63%;
}

.company .main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.company .main .left {
  width: 40%;
}

.company .main .left figure {
  margin-bottom: 20px;
}

.company .main .left figure figcaption {
  text-align: center;
  margin-bottom: 8px;
  background: #786C5A;
  padding: 8px;
  color: #FFF;
  font-size: 114%;
}

.company .main .right {
  width: 58%;
}

.company_tbl table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 40px 0px;
  box-sizing: border-box;
}

.company_tbl table tr {
  width: 100%;
}

.company_tbl table th, .company_tbl table td {
  box-sizing: border-box;
  padding: 25px 10px;
  font-size: 16px;
  font-size: 100%;
}

.company_tbl table th {
  color: #000;
  text-align: left;
  width: 30%;
  border-bottom: 3px solid #786C5A;
  vertical-align: middle;
}

.company_tbl table td {
  background: white;
  border-bottom: 1px solid #CCC;
}

.company_tbl table td p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.company_tbl table td p:last-child {
  margin-bottom: 0px;
}

.alert {
  margin-bottom: 30px;
}

.alert li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}

.alert li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FF0000;
}

.alert li:last-child {
  margin-bottom: 0px;
}

form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

form table th, form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

form table th {
  width: 25%;
  text-align: left;
}

form table th span {
  margin-left: 20px;
}

form table th .require {
  display: inline-block;
  background: #786C5A;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
}

form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
}

form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

form table .normal_txt {
  width: 75%;
}

form table .small_txt {
  width: 50%;
}

form .button_area {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

form .button_area br {
  display: none;
}

form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 40px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
}

form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 60px;
  background: #786C5A;
  color: #FFF;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .laed {
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.5;
  font-size: 94%;
}

.contact .laed a {
  font-size: 114%;
  text-decoration: underline;
  color: #000;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

.contact .require {
  display: inline-block;
  background: #786C5A;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

@media screen and (max-width: 1100px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  }
  #skippr-slider {
    width: 100%;
    height: 400px;
  }
  #skippr-slider .slide1 {
    height: 100%;
  }
  #skippr-slider .slide2 {
    height: 100%;
  }
  .content .left .pref_link .child ul li{
    padding: 8px 0;
  }
}



.flexp {
	display:flex;
}
.flex2 {
	flex-basis:50%;
}

.mt1 {
	text-align: right;
	margin-bottom:30px;
}
.activettl {
	font-weight:bold;
}
.mw_wp_form .vertical-item {
    display: block;
    text-indent: 1em;
}

img.logopc {
    width: 200px;
}






#sidebar .pref_link .link_ttl{
 display: block;
}

#sidebar input[type="submit"]{
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 3px 15px;
    font-size: 16px;
    background: #ff7f00;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

#sidebar .pref_link .link_ttl a {
    color: #85B200;
    padding: 15px 0px 15px 30px;
    display: block;
    transition: .5s all;
}

#sidebar .pref_link .link_ttl:before {
    top: 28%;
    left: 10px;
}

.content .left .pref_link .child{
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.genre-group{
  padding: 15px 0;
  line-height: 1.2em;
}

.genre-group label{
  display: block;
  color: #786c59;
  font-size: 14px;
  padding: 2px 3px;
}
.genre-group input[type="checkbox"]{
  line-height: 1em;
}

.content .left .pref_link .child ul li{
  line-height: 1.5em;
  color: #767676;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding: 5px 0;
  padding-left: 1em;
}

.content .left .pref_link .child ul li:hover{
  opacity: 0.8;
}

.content .left .pref_link .child ul li label{
  display: block;
}

.content .left .pref_link .child ul li input[type="radio"]{
  margin-right: 5px;
}

strong.genre{
  color: #786c5a;
}

strong.genre .tag{
  font-size: 13px;
  color: #786C5A;
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: 0;
}

.wrapper .expert_list article .box {
    display: flex;
    justify-content: start;
}

.wrapper .expert_list .sub_ttl{
  padding-bottom: 5px;
}

p.sm{
  font-size: 13px;
  color: #333;
}

.kensu{

}

.kensu small{

}
.text-center{
  text-align: center;
}

.hide{
  display: none!important;
}


