@charset "UTF-8";
/**************************************************/
/****** 共通設定 ******/
/* SP用CSS記述（767px以下） */
.sp {
  display: block;
}
.pc {
  display: none;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/**************************************************/
/****** body ******/
body {
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* iPhone版Safariの文字サイズ対応 */
}
/****** link ******/
a {
  background: none;
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: #000;
}
a:hover {
  color: #39F;
}
/****** etc ******/
.red {
  color: #F00;
}
.blue {
  color: #39F;
}
.small {
  font-size: small;
}
.large {
  font-size: large;
}
.clear {
  clear: both;
}
hr {
  clear: both;
  border: 0;
  border-top: 1px solid #666;
  margin: 5% 0 10%;
  overflow: hidden;
}
hr.dot {
  clear: both;
  border: 0;
  border-top: 1px dotted #666;
  margin: 5% 0 10%;
  overflow: hidden;
}
.bottom10 {
  margin-bottom: 10px;
  overflow: hidden;
}
.bottom20 {
  margin-bottom: 20px;
  overflow: hidden;
}
.bottom30 {
  margin-bottom: 30px;
  overflow: hidden;
}
.bottom40 {
  margin-bottom: 40px;
  overflow: hidden;
}
.bottom50 {
  margin-bottom: 50px;
  overflow: hidden;
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  hr {
    clear: both;
    border: 0;
    border-top: 1px solid #666;
    margin: 5% 0 5%;
    overflow: hidden;
  }
  hr.dot {
    clear: both;
    border: 0;
    border-top: 1px dotted #666;
    margin: 5% 0 5%;
    overflow: hidden;
  }
}
/**************************************************/
/****** main ******/
main {}
/****** content ******/
.content {
  clear: both;
  overflow: hidden;
}
.content a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.content img {
  max-width: 100%;
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  /****** content ******/
  .content {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/**************************************************/
/****** setplan_box ******/
h1.setplan_top {}
/****** setplan_box ******/
.setplan_box {
  clear: both;
  overflow: hidden;
  background-color: #ffd900;
  padding: 0 3% 2%;
  margin-bottom: 8%;
}
.setplan_copy {
  margin-bottom: 2%;
}
ul.setplan_etc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.setplan_etc li {
  display: block;
  width: 48%;
  padding-right: 4%;
  text-align: left;
  font-size: 80%;
  line-height: 1.3;
  margin-bottom: 2%;
}
ul.setplan_etc li img {
  margin-bottom: 10px;
}
ul.setplan_etc li:nth-child(2n) {
  padding-right: 0;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  ul.setplan_etc li {
    width: 23%;
    padding-right: 2%;
    font-size: 90%;
  }
  ul.setplan_etc li:nth-child(2n) {
    padding-right: 2%;
  }
  ul.setplan_etc li:nth-child(4) {
    padding-right: 0;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .setplan_box {
    margin-bottom: 5%;
  }
}
/**************************************************/
/****** setplan_area ******/
.setplan_area {
  clear: both;
  overflow: hidden;
  margin: 0 3% 8%;
}
h2.area_title {
  margin-bottom: 4%;
}
.area_copy {
  text-align: left;
  margin-bottom: 4%;
}
.area_more {
  clear: both;
  font-size: 110%;
  font-weight: bold;
}
.area_more a {
  color: #009245;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  .area_left {
    float: left;
    max-width: 48%;
    margin-bottom: 2%;
  }
  .area_right {
    float: right;
    max-width: 48%;
    margin-bottom: 2%;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .setplan_area {
    max-width: 1000px;
    margin: 0 auto 5%;
  }
}
/**************************************************/
/****** setplan_aizumi ******/
.setplan_aizumi {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #999;
  padding-top: 5%;
  margin: 0 3% 8%;
}
h2.plan_title {
  margin-bottom: 2%;
}
h3.plan_copy {
  color: #f60;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
.plan_copy2 {
  text-align: left;
  font-size: 90%;
  margin-bottom: 20px;
}
.plan_madori {
  margin-bottom: 20px;
}
.plan_box {
  clear: both;
  overflow: hidden;
}
.plan_img {
  margin-bottom: 30px;
}
.plan_txt {
  margin-bottom: 20px;
}
.plan_txt img {
  margin-bottom: 5px;
}
.plan_memo {
  text-align: left;
  font-size: 80%;
  margin-bottom: 10px;
}
.plan_more {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
.plan_more a {
  color: #009245;
}
.orange {
  color: #f90;
}
.plan_copy3 {
  color: #2c377e;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
.mail_btn {
  clear: both;
}
.mail_btn a {
  display: inline-block;
  position: relative;
  border: 1px solid #808080;
  background-color: #808080;
  border-radius: 30px;
  padding: 15px 60px;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
}
.mail_btn a:hover {
  border: 1px solid #808080;
  background-color: #fff;
  color: #808080;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  h2.plan_title {
    max-width: 60%;
    margin: 0 auto 20px;
  }
  .plan_img {
    float: left;
    width: 40%;
  }
  .plan_txt {
    float: right;
    width: 55%;
  }
  .mail_btn a {
    font-size: 120%;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .setplan_aizumi {
    max-width: 900px;
    padding-top: 3%;
    margin: 0 auto 5%;
  }
  h3.plan_copy {
    font-size: 140%;
  }
}
/**************************************************/
/****** mail ******/
.mail {
  clear: both;
  overflow: hidden;
  margin: 0 3% 3%;
}
h2.mail_title {
  margin-bottom: 20px;
}
p.mail_txt {
  text-align: left;
  font-size: 90%;
  margin-bottom: 20px;
}
p.mail_txt2 {
  color: #2c377e;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}
p.mail_img {
  margin-bottom: 20px;
}
.mail dl {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #CCC;
  padding: 15px 0;
}
.mail dl:first-of-type {
  border-top: 1px dotted #CCC;
}
.mail dl dt, .mail dl dd {
  text-align: left;
  font-size: 90%;
  padding: 5px 0;
}
.require {
  background: #F00;
  border-radius: 3px;
  padding: 2px 5px;
  color: #FFF;
  font-size: 70%;
  font-weight: bold;
  margin-left: 10px;
}
.submit {
  padding: 20px 0;
}
.policy {
  color: #F00;
  font-size: 90%;
  font-weight: bold;
}
form {
  width: 100%;
}
input[type="text"] {
  width: 100%;
}
textarea {
  width: 100%;
}
input, textarea {
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 5px;
  font-size: 100%;
  font: inherit;
}
input[type=text]:focus, textarea:focus, select:focus {
  border: 1px solid #39F;
}
input[type=submit] {
  -webkit-appearance: none; /* オリジナルデザインが適用 */
  width: 40%;
  cursor: pointer;
  border: 1px solid #39F;
  background-color: #39F;
  border-radius: 5px;
  padding: 10px;
  color: #FFF;
  font-size: 100%;
  font-weight: bold;
}
input[type=submit]:hover {
  background-color: #FFF;
  color: #39F;
}
/****** tel ******/
.tel {
  clear: both;
  overflow: hidden;
  margin: 0 3% 6%;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  /****** mail ******/
  p.mail_txt {
    font-size: 100%;
  }
  .mail dl dt, .mail dl dd {
    display: table-cell;
    vertical-align: top;
  }
  .mail dl dt {
    width: 40%;
  }
  form {
    width: 100%;
  }
  /****** tel ******/
  .tel {
    max-width: 80%;
    margin: 0 auto 3%;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  /****** mail ******/
  .mail {
    max-width: 900px;
    margin: 0 auto 3%;
  }
  /****** tel ******/
  .tel {
    max-width: 600px;
    margin: 0 auto 6%;
  }
}
/**************************************************/
/****** bukken ******/
.bukken {
  clear: both;
  margin: 0 auto 20px;
  background-color: #f2f2f2;
  padding: 20px 0;
}
.bukken img {
  max-width: 100%;
}
.bukken p.bukken_txt {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
}
.bukken ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2%;
}
.bukken ul li {
  display: block;
  /*width: 60%;*/
  width: 45%;
  /*padding-right: 1px;*/
  padding-right: 5px;
  padding-bottom: 10px;
}
.bukken ul li span {
  display: block;
  width: 100%;
  /*background-color: #808080;*/
  padding: 5px 0;
  color: #fff;
  font-size: 60%;
  font-weight: bold;
}
/*.bukken_color {
background-color: #00a99d;
}*/
.bukken_matushige {
  background-color: #4f67af;
}
.bukken_minamiokinosu {
  background-color: #c24f98;
}
.bukken_naruto {
  background-color: #73ef5e;
}
.bukken_kitajima {
  background-color: #00a99d;
}
.bukken_kokufu {
  background-color: #f08748;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  .bukken {
    padding: 30px 0;
  }
  .bukken ul {
    /*flex-wrap: nowrap;*/
    /*margin: 0 2%;*/
  }
  .bukken ul li {
    width: 30%;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .bukken ul li:last-child {
    /*padding-right: 0;*/
  }
}
/* TB用CSS記述（1000x以上） */
@media print, screen and (min-width:1000px) {
  .bukken ul {
    max-width: 1000px;
    margin: 0 auto;
  }
  .bukken ul li {
    width: 19%;
    /*width: 24%; 4列*/
    /*width: 32%;* 3列*/
  }
  .bukken ul li span {
    font-size: 65%;
  }
}
/**************************************************/
/****** .pagetop ******/
.pagetop {
  clear: both;
  margin: 0 3% 30px;
}
.pagetop a {
  font-size: 75%;
  font-weight: bold;
}
.pagetop a:hover {
  color: #39F;
}
.pagetop a i {
  padding-right: 2px;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  .pagetop a {
    float: right;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .pagetop {
    max-width: 1000px;
    margin: 0 auto 50px;
  }
}
/****** footer ******/
footer {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #CCC;
}
footer img {
  max-width: 100%;
}
footer div {
  max-width: 90%;
  margin: 15px auto;
}
footer h6 {
  width: 200px;
  margin: 0 auto 10px;
}
footer p {
  font-size: 75%;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  footer {}
  footer div {
    display: flex;
    justify-content: center;
    margin: 20px auto;
  }
  footer h6 {
    margin: 0;
    padding-right: 20px;
  }
  footer p {
    text-align: left;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  footer {}
  footer div {
    max-width: 800px;
    margin: 20px auto;
  }
}
/****** .copyright ******/
.copyright {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #CCC;
  background-color: #EEE;
  padding: 20px 10px;
  color: #666;
  font-size: 80%;
}