@charset "UTF-8";
@import url(reset.css);
@import url(common.css);
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
.btn {
  box-sizing: content-box;
  height: 60px;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #46b28b;
  border-radius: 30px;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}
.btn a::after {
  content: "";
  background: url(../images/common/btn-arrow.png) no-repeat center/contain;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
.btn a:hover {
  text-decoration: none;
  background: #5c4c2c;
}

/*******/
html {
  /* 1rem = 10px にする*/
  font-size: 62.5%;
  _font-size: 62.5%;
  *font-size: 62.5%;
  /*ウェブフォント用*/
  text-rendering: optimizeLegibility;
}

.face_book .fbcomments,
.face_book iframe,
.face_book .fb_iframe_widget,
.face_book .fb_iframe_widget[style],
.face_book .fb_iframe_widget iframe[style],
.face_book .fbcomments iframe[style],
.face_book .fb_iframe_widget span,
.face_book ._2p3a {
  width: 100% !important;
}

#wrapper {
  overflow: hidden;
}

/********共通********/
.cont {
  margin: 0 auto;
}

.fle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tel a {
  text-decoration: none;
  color: #5c4c2c;
}

.table table {
  width: 100%;
  border-collapse: separate;
}
.table table tr th {
  color: #fff;
  box-sizing: border-box;
  background: #7ebd68;
}
.table table tr td {
  box-sizing: border-box;
  background: #fff;
}

.h2_1 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #5c4c2c;
  letter-spacing: 0;
  line-height: 1;
}
.h2_1::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/common/ttl-line.png) no-repeat center/contain;
}

.h2_2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #5c4c2c;
  letter-spacing: 0;
  line-height: 1;
}
.h2_2::before {
  content: "";
  display: block;
  background: url(../images/common/ttl-waa2.png) no-repeat center/contain;
}
.h2_2::after {
  content: "";
  display: block;
  background: url(../images/common/ttl-waa2.png) no-repeat center/contain;
  transform: scale(-1, 1);
}

.h2_ttl_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/pt-g.png);
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.h2_ttl_box::before {
  content: "";
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 0;
  z-index: -1;
}
.h2_ttl_box h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
}
.h2_ttl_box h2::before {
  content: "";
  display: block;
  background: url(../images/common/ttl-waa.png) no-repeat center/contain;
}
.h2_ttl_box h2::after {
  content: "";
  display: block;
  background: url(../images/common/ttl-waa.png) no-repeat center/contain;
  transform: scale(-1, 1);
}

.h3_style {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #5c4c2c;
  line-height: 1;
  letter-spacing: 0;
}
.h3_style::before, .h3_style::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #5c4c2c 3px, transparent 3px, transparent 7px);
  background-position: left center;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}

.box_style {
  background: #fff;
  box-sizing: border-box;
  border: solid #5c4c2c;
  position: relative;
  z-index: 0;
}
.box_style::before {
  content: "";
  box-sizing: border-box;
  border: solid 1px #5c4c2c;
  position: absolute;
  z-index: -1;
}

/*********voice***********/
.voice .contents1 .box {
  box-sizing: border-box;
  background: url(../images/common/pt-border.png), #fcf9e8;
  position: relative;
  z-index: 0;
}
.voice .contents1 .box::after {
  content: "";
  height: 0;
  background: url(../images/common/flower-deco1_1.png) no-repeat top right/contain;
  position: absolute;
  z-index: -1;
}
.voice .contents1 .box:last-of-type {
  margin-bottom: 0;
}
.voice .contents1 .box figure div {
  width: 100%;
  height: 0;
  padding-top: 57.1428571429%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.voice .contents1 .box figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.voice .contents1 .box .txt {
  background: #fff;
  box-sizing: border-box;
  border: dashed 2px #007c31;
}
.voice .contents1 .no-txt {
  text-align: center;
  font-weight: 700;
}

/*********trivia***********/
.trivia .contents1 {
  background: url(../images/common/con01-bg.png) no-repeat bottom center;
}
.trivia .contents1 .box p:last-of-type {
  margin-bottom: 0;
}
.trivia .contents2 {
  background: url(../images/common/pt-w.png);
  position: relative;
  z-index: 0;
}
.trivia .contents2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/con-bg-left.png) no-repeat bottom left, url(../images/common/con-bg-right.png) no-repeat right bottom;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.trivia .contents2 .list .box {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.trivia .contents2 .list .box::before {
  content: "";
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: dashed 2px #007c31;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.trivia .contents2 .list .box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/trivia/con02-ttl-bg.png) no-repeat center/contain;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
}
.trivia .contents2 .list .box figure div {
  overflow: hidden;
}
.trivia .contents3 {
  position: relative;
  z-index: 0;
}
.trivia .contents3::before {
  content: "";
  background: url(../images/common/last-deco1.png) no-repeat top left, url(../images/common/last-deco2.png) no-repeat bottom right;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/*********partial***********/
.partial .leadBox figure {
  position: relative;
  z-index: 0;
}
.partial .leadBox figure::after {
  content: "";
  width: 30%;
  height: 0;
  padding-top: 32.5%;
  background: url(../images/common/flower-deco2.png) no-repeat center/contain;
  margin-bottom: -8.4616%;
  position: absolute;
  bottom: 0;
  left: -5.19231%;
  z-index: 1;
  transform: scale(-1, 1);
}
.partial .leadBox figure div {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.partial .leadBox figure div::before {
  content: "";
  box-sizing: border-box;
  border: solid 1px #fff;
  position: absolute;
  z-index: 1;
}
.partial .subBox {
  background: url(../images/common/pt-border.png), #fcf9e8;
  position: relative;
  z-index: 0;
}
.partial .subBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/con-bg-left.png) no-repeat bottom left, url(../images/common/con-bg-right.png) no-repeat right bottom;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.partial .subBox h3 .min {
  display: block;
}
.partial .subBox .in .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.partial .subBox .in .list li {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background: url(../images/common/pt-g.png);
  box-sizing: border-box;
}
.partial .subBox .in .txt {
  background: #fff;
  box-sizing: border-box;
  border: dashed 2px #007c31;
}
.partial .subBox .efficacy figure {
  position: relative;
  z-index: 0;
}
.partial .subBox .efficacy figure::after {
  content: "";
  width: 42.1154%;
  height: 0;
  padding-top: 40.19231%;
  background: url(../images/common/flower-deco1_2.png) no-repeat center/contain;
  margin-bottom: -9.4231%;
  position: absolute;
  bottom: 0;
  left: -10.9616%;
  z-index: 1;
}
.partial .subBox .efficacy figure div {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.partial .subBox .efficacy figure div::before {
  content: "";
  box-sizing: border-box;
  border: solid 1px #fff;
  position: absolute;
  z-index: 1;
}
.partial .subBox .efficacy .list li {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background: #f7ba7f;
  box-sizing: border-box;
}
.partial .subBox .efficacy .list li:last-of-type {
  margin-bottom: 0;
}
.partial .contents1 {
  background: url(../images/common/con01-bg.png) no-repeat bottom center;
}
.partial .contents2,
.partial .contents3,
.partial .contents4 {
  padding: 0;
}
.partial .contents5 {
  position: relative;
  z-index: 0;
}
.partial .contents5::before {
  content: "";
  background: url(../images/common/last-deco1.png) no-repeat top left, url(../images/common/last-deco2.png) no-repeat bottom right;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.partial .contents5 .btn a::before {
  content: "";
  display: block;
  background: url(../images/common/window-icon.png) no-repeat center/contain;
}

/*********whole***********/
.whole .contents1 {
  position: relative;
  z-index: 0;
}
.whole .contents1::before {
  content: "";
  width: 100%;
  height: 0;
  background: url(../images/whole/con01-bg.png) no-repeat left bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.whole .contents1 figure {
  position: relative;
  z-index: 0;
}
.whole .contents1 figure::after {
  content: "";
  width: 30%;
  height: 0;
  padding-top: 32.5%;
  background: url(../images/common/flower-deco2.png) no-repeat center/contain;
  margin-bottom: -8.4616%;
  position: absolute;
  bottom: 0;
  right: -7.88462%;
  z-index: 1;
}
.whole .contents1 figure div {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.whole .contents1 figure div::before {
  content: "";
  box-sizing: border-box;
  border: solid 1px #fff;
  position: absolute;
  z-index: 1;
}
.whole .contents2 {
  padding-top: 0;
  background: url(../images/common/pt-border.png), #fcf9e8;
  position: relative;
  z-index: 0;
}
.whole .contents2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/con-bg-left.png) no-repeat bottom left, url(../images/common/con-bg-right.png) no-repeat right bottom;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.whole .contents2 .h2_ttl_box h2 .min {
  display: block;
}
.whole .contents2 .in .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.whole .contents2 .in .list li {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background: url(../images/common/pt-g.png);
  box-sizing: border-box;
}
.whole .contents2 .in .txt {
  background: #fff;
  box-sizing: border-box;
  border: dashed 2px #007c31;
}
.whole .contents2 .subBox figure {
  position: relative;
  z-index: 0;
}
.whole .contents2 .subBox figure::after {
  content: "";
  width: 42.1154%;
  height: 0;
  padding-top: 40.19231%;
  background: url(../images/common/flower-deco1_2.png) no-repeat center/contain;
  margin-bottom: -9.4231%;
  position: absolute;
  bottom: 0;
  left: -10.9616%;
  z-index: 1;
}
.whole .contents2 .subBox figure div {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.whole .contents2 .subBox figure div::before {
  content: "";
  box-sizing: border-box;
  border: solid 1px #fff;
  position: absolute;
  z-index: 1;
}
.whole .contents2 .subBox .list li {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background: #f7ba7f;
  box-sizing: border-box;
}
.whole .contents2 .subBox .list li:last-of-type {
  margin-bottom: 0;
}
.whole .contents3 {
  position: relative;
  z-index: 0;
}
.whole .contents3::before {
  content: "";
  background: url(../images/common/last-deco1.png) no-repeat top left, url(../images/common/last-deco2.png) no-repeat bottom right;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.whole .contents3 .box .btn a::before {
  content: "";
  display: block;
  background: url(../images/common/window-icon.png) no-repeat center/contain;
}

/*********index***********/
.index .contents1 {
  background: url(../images/common/con01-bg.png) no-repeat center bottom;
}
.index .contents1 h2 .min {
  display: block;
}
.index .contents1 p:last-of-type {
  margin-bottom: 0;
}
.index .contents2 {
  padding-top: 0;
  background: url(../images/common/pt-w.png);
  position: relative;
  z-index: 0;
}
.index .contents2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/con-bg-left.png) no-repeat bottom left, url(../images/common/con-bg-right.png) no-repeat right bottom;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.index .contents2 .box .text .txt {
  box-sizing: border-box;
  border: dashed 2px #007c31;
}
.index .contents2 .box .text .list dl:last-of-type {
  margin-bottom: 0;
}
.index .contents2 .box .text .list dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  background: #46b28b;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}
.index .contents2 .box .text .list dl dd a::after {
  content: "";
  display: block;
  background: url(../images/common/btn-arrow.png) no-repeat center/contain;
  width: 6px;
  height: 10px;
}
.index .contents2 .box .text .list dl dd a:hover {
  text-decoration: none;
  background: #5c4c2c;
}
.index .contents3 {
  background: url(../images/index/con03-bg.png) no-repeat bottom center;
}
.index .contents3 .list li {
  position: relative;
  z-index: 0;
}
.index .contents3 .list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.index .contents3 .list li a::before {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  transition: all 0.3s;
}
.index .contents3 .list li a::after {
  content: "";
  box-sizing: border-box;
  border: solid 1px #fff;
  position: absolute;
  z-index: -1;
}
.index .contents3 .list li:nth-of-type(1) a::before {
  background: url(../images/index/con03-img1.png) no-repeat center/cover;
}
.index .contents3 .list li:nth-of-type(2) a::before {
  background: url(../images/index/con03-img2.png) no-repeat center/cover;
}
.index .contents3 .list li:hover a {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
.index .contents3 .list li:hover a::before {
  filter: blur(6px);
}
.index .contents3 .text {
  background: url(../images/index/con03-box-bg1.png) no-repeat top left, url(../images/index/con03-box-bg2.png) no-repeat bottom right, #fff;
  box-sizing: border-box;
}
.index .contents4 .list dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: dashed 1px #5c4c2c;
}
.index .contents4 .list dl:last-of-type {
  margin-bottom: 0;
}
.index .contents4 .list dl .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -4px;
}
.index .contents4 .list dl .tag span {
  display: block;
  text-align: center;
  color: #fff;
  background: #f7ba7f;
  box-sizing: border-box;
  margin-top: 4px;
}
.index .contents4 .list dl .tag span:last-of-type {
  margin-right: 0;
}
.index .contents4 .list dl .txt {
  width: 100%;
}
.index .contents4 .list dl .txt a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #5c4c2c;
}
.index .contents4 .list dl .txt a:hover {
  text-decoration: underline;
}
.index .contents5 {
  background: url(../images/common/con-wave-top.png) no-repeat top center/contain, url(../images/common/pt-border.png), #fcf9e8;
  position: relative;
  z-index: 0;
}
.index .contents5::before {
  content: "";
  width: 100%;
  height: 0;
  background: url(../images/index/con05-deco1.png) no-repeat top left/contain, url(../images/index/con05-deco2.png) no-repeat right top/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.index .contents5 .table td span {
  display: inline-block;
}
.index .contents5 .table td span:last-of-type {
  margin-right: 0;
}
.index .contents5 .imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .contents5 .imgs li {
  position: relative;
  z-index: 0;
}
.index .contents5 .imgs li div {
  overflow: hidden;
}
.index .contents5 .imgs li:nth-of-type(1):before {
  content: "";
  width: 32.3077%;
  height: 0;
  padding-top: 33.2693%;
  background: url(../images/index/con05-img1-deco.png) no-repeat center/contain;
  margin-top: -3.6539%;
  position: absolute;
  top: 0;
  left: -8.46154%;
  z-index: 1;
}
.index .contents5 .imgs li:nth-of-type(2):before {
  content: "";
  width: 28.2693%;
  height: 0;
  padding-top: 35.577%;
  background: url(../images/index/con05-img2-deco.png) no-repeat center/contain;
  margin-bottom: -9.6154%;
  position: absolute;
  bottom: 0;
  right: -7.3077%;
  z-index: 1;
}
.index .contents5 .map {
  overflow: hidden;
}
.index .contents5 .map iframe {
  width: 100%;
  height: 100%;
}

/****エラーページ*****/
.error .contents1 {
  overflow: hidden;
}
.error .contents1 a {
  color: #5c4c2c;
}
.error .contents1 a:hover {
  text-decoration: underline;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 .h3_1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #5c4c2c;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: dashed 2px #5c4c2c;
}
.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 .site_list {
  margin: 0 auto;
}
.site .contents1 .site_list ul li {
  border-bottom: dashed 1px #5c4c2c;
}
.site .contents1 .site_list ul li:last-of-type {
  border-bottom: none;
}
.site .contents1 .site_list ul li a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #5c4c2c;
  text-decoration: none;
  transition: all 0.3s;
}
.site .contents1 .site_list ul li a:hover {
  text-decoration: none;
  color: #007c31;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 {
  overflow: hidden;
}
.news .contents1 img {
  max-width: 100%;
}
.news .contents1 .list-box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: dashed 1px #5c4c2c;
}
.news .contents1 .list-box dl:last-of-type {
  margin-bottom: 0;
}
.news .contents1 .list-box dl .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -4px;
}
.news .contents1 .list-box dl .tag span {
  display: block;
  text-align: center;
  color: #fff;
  background: #f7ba7f;
  box-sizing: border-box;
  margin-top: 4px;
}
.news .contents1 .list-box dl .tag span:last-of-type {
  margin-right: 0;
}
.news .contents1 .list-box dl .txt {
  width: 100%;
}
.news .contents1 .list-box dl .txt a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #5c4c2c;
}
.news .contents1 .list-box dl .txt a:hover {
  text-decoration: underline;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 {
  overflow: hidden;
}
.news_detail .contents1 img {
  max-width: 100%;
}
.news_detail .contents1 .h3_1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #5c4c2c;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: dashed 2px #5c4c2c;
}
.news_detail .contents1 .post-data {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.news_detail .contents1 .post-data li::after {
  content: "|";
  display: inline-block;
  margin: 0 4px;
}
.news_detail .contents1 .post-data li:last-of-type::after {
  display: none;
}
.news_detail .contents1 .post-data li.tag {
  color: #f7ba7f;
}
.news_detail .contents1 .post-data li.tag span::after {
  content: ",";
}
.news_detail .contents1 .post-data li.tag span:last-of-type::after {
  display: none;
}
.news_detail .contents1 .item-box {
  min-height: 230px;
  zoom: 1;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 .table td a {
  color: #5c4c2c;
}
.contact .contents1 .table td a:hover {
  text-decoration: underline;
}
.contact .contents1 .table td input[type=radio],
.contact .contents1 .table td input[type=checkbox] {
  display: none;
}
.contact .contents1 .table td input[type=radio] + label,
.contact .contents1 .table td input[type=checkbox] + label {
  display: inline-block;
  color: #5c4c2c;
  position: relative;
  z-index: 0;
}
.contact .contents1 .table td input[type=radio] + label:before,
.contact .contents1 .table td input[type=checkbox] + label:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  box-sizing: border-box;
  border: solid 1px #a0a0a0;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact .contents1 .table td input[type=radio] + label:after,
.contact .contents1 .table td input[type=checkbox] + label:after {
  content: "";
  border-right: solid 2px #5c4c2c;
  border-bottom: solid 2px #5c4c2c;
  position: absolute;
  left: 3px;
  transform: rotate(45deg);
  opacity: 0;
}
.contact .contents1 .table td input[type=radio] + label:last-of-type,
.contact .contents1 .table td input[type=checkbox] + label:last-of-type {
  margin-right: 0;
}
.contact .contents1 .table td input[type=radio]:checked + label:after,
.contact .contents1 .table td input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.contact .contents1 .table td .select-css-box {
  display: inline-block;
  position: relative;
  z-index: 0;
  min-width: 200px;
}
.contact .contents1 .table td .select-css-box::after {
  content: "<>";
  font: 1.5rem "Consolas", monospace;
  color: #5c4c2c;
  border-bottom: 1px solid #999;
  position: absolute;
  right: 4px;
  transform: rotate(90deg);
  pointer-events: none;
}
.contact .contents1 .table td .select-css-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 4px;
  margin: 0;
  font-size: 1.5rem;
  color: #5c4c2c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  word-break: normal;
}

/* input設定 */
.input-mid {
  width: 60%;
  padding: 4px;
  box-sizing: border-box;
}

.input-min {
  padding: 4px;
  box-sizing: border-box;
}

.input-big {
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
}

form input {
  border: none;
  background: #f5f5f5;
  font-family: "Noto Sans JP", sans-serif;
}
form textarea {
  display: block;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border: none;
  background: #f5f5f5;
  font-family: "Noto Sans JP", sans-serif;
}

.clrred {
  color: #c00;
}

.contact-recaptcha-wrap {
  text-align: center;
  margin: 0 auto;
  width: 304px;
}
.contact-recaptcha-wrap input {
  text-align: center;
}

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  color: #007c31;
  font-size: 1.2rem;
  font-weight: normal;
  background: #fff;
  float: right;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
  text-align: center;
}
.contact-submits input,
.contact-submits button {
  display: inline-block;
  border: none;
  background: #46b28b;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  transition: all 0.3s;
}
.contact-submits input:hover,
.contact-submits button:hover {
  background: #5c4c2c;
  cursor: pointer;
}

.contact-submits-wrap {
  text-align: center;
  margin: 0 auto;
}
.contact-submits-wrap input {
  display: inline-block;
  border: none;
  background: #46b28b;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  transition: all 0.3s;
}
.contact-submits-wrap input:hover {
  background: #5c4c2c;
  cursor: pointer;
}
.contact-submits-wrap input:disabled {
  border-color: #aaa;
  background: #aaa;
  color: #fff;
}
.contact-submits-wrap input:disabled:hover {
  background: #aaa;
  color: #fff;
  cursor: default;
}

/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
  line-height: 50px;
  text-align: center;
  color: #f00;
  font-size: 16px;
  border: 2px solid #f00;
}