/*----------------------------
import fonts
-----------------------------*/

/* ゴシック体 font-family: 'Noto Sans Japanese';*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 明朝体 font-family: 'Sawarabi Mincho';*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* ポップ font-family: 'Mplus 1p';*/
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
/* 丸ゴシック font-family: 'Rounded Mplus 1c';*/
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

/*
 * ------- commons ---------------------
 */

/*----------------------------
clearfix
-----------------------------*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*----------------------------
fonts
-----------------------------*/

/* Noto Sans Japanese */
.noto100 {
  font-weight: 100;
}
.noto200 {
  font-weight: 200;
}
.noto300 {
  font-weight: 300;
}
.noto400 {
  font-weight: 400;
}
.noto500 {
  font-weight: 500;
}
.noto700 {
  font-weight: 700;
}
.noto900 {
  font-weight: 900;
}
/* color */

.red {
  color: #bc2d2d;
}
.green {
  color: #3b7a28;
}
.brown {
  color: #a67435;
}
.blue {
  color: #325f99;
}

.fc-orange {
  color: #f08637;
}

/*----------------------------
spacer
-----------------------------*/

/* padding */
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
/* margin */
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}

/*----------------------------
variable grid
-----------------------------*/

.one_half,
.one_third,
.two_third,
.one_quarter,
.two_quarter,
.three_quarter,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.two_sixth,
.three_sixth,
.four_sixth,
.five_sixth {
  display: inline;
  float: left;
  margin: 0 0 0 5%;
  list-style: none;
}
.one_half:first-child,
.one_third:first-child,
.two_third:first-child,
.one_quarter:first-child,
.two_quarter:first-child,
.three_quarter:first-child,
.one_fifth:first-child,
.two_fifth:first-child,
.three_fifth:first-child,
.four_fifth:first-child,
.one_sixth:first-child,
.two_sixth:first-child,
.three_sixth:first-child,
.four_sixth:first-child,
.five_sixth:first-child {
  margin-left: 0;
}
.first {
  margin-left: 0;
  clear: left;
}
/*Half Grid*/

.one_half {
  width: 47.5%;
}
/*Third Grid*/

.one_third {
  width: 30%;
}
.two_third {
  width: 65%;
}
/*Quarter Grid*/

.one_quarter {
  width: 21.25%;
}
.two_quarter {
  width: 47.5%;
} /* Same as one_half */
.three_quarter {
  width: 73.75%;
}
/*Fifth Grid*/

.one_fifth {
  width: 16%;
}
.two_fifth {
  width: 37%;
}
.three_fifth {
  width: 58%;
}
.four_fifth {
  width: 79%;
}
/*Sixth Grid*/

.one_sixth {
  width: 12.5%;
}
.two_sixth {
  width: 30%;
} /* Same as one_third */
.three_sixth {
  width: 47.5%;
} /* Same as one_half */
.four_sixth {
  width: 65%;
} /* Same as two_third */
.five_sixth {
  width: 82.5%;
}

@media screen and (max-width: 768px) {
  .one_half,
  .one_third,
  .two_third,
  .one_quarter,
  .two_quarter,
  .three_quarter,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .two_sixth,
  .three_sixth,
  .four_sixth,
  .five_sixth {
    margin: 0 0 3em 0;
  }
  .one_half,
  .one_third,
  .two_third,
  .one_quarter,
  .two_quarter,
  .three_quarter,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .two_sixth,
  .three_sixth,
  .four_sixth,
  .five_sixth {
    width: 100%;
  }
}
/*
 * ------- style base ---------------------
 */

/*----------------------------
general
-----------------------------*/

body {
  font-size: 14px;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS P Gothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  letter-spacing: 0.02em;
}
/*
body.top {
	display: none;
}
*/
.container {
  width: 100%;
  margin: 0 auto;
}

/*----------------------------
title
-----------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  letter-spacing: 1px;
  font-weight: normal;
}
h1 {
  font-size: 2.4em;
  line-height: 1.3em;
}
h2 {
  font-size: 1.25em;
  margin: 0.75em 0;
  line-height: 1.3em;
}
h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0;
  }
}

/*----------------------------
main-area
-----------------------------*/

main {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  margin: 0;
  background-color: #fff;
}
main article {
  background-color: #fff;
}

.content {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 45px 0 35px 0;
}
.content.map {
  max-width: auto;
}

/*遷移ボタン*/

#totop a {
  position: fixed;
  bottom: 80px;
  right: 100px;
  z-index: 9999;
  display: inline-block;
  padding: 0 0 0 0px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
#totop a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d7d7d7;
}
#totop a::after {
  position: absolute;
  top: -6px;
  bottom: 0;
  left: 24px;
  margin: auto;
  content: "";
  box-sizing: border-box;
  width: 0;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 6px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
#totop a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .content {
    width: 90%;
  }

  #totop {
    float: none;
    text-align: center;
  }
  #totop a {
    position: fixed;
    bottom: 50px;
    right: 90px;
    z-index: 9999;
    display: inline-block;
    padding: 0 0 0 0px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
}

@media screen and (max-width: 420px) {
  .content {
    padding: 1.5em 0 1em 0;
  }
}

/*----------------------------
footer
-----------------------------*/

footer {
  padding: 8px 0 0;
  min-height: 140px;
  width: 100%;
  background-color: #d7d7d7;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}
footer .footerInner {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}
footer ul {
  text-align: center;
  padding: 10px 0;
}
footer ul li {
  display: inline-block;
  line-height: 1;
}
footer ul li a {
  text-decoration: none;
  padding: 1px 6px;
  margin: 0 20px;
  color: #7e7e7e !important;
}
footer ul li a:hover {
  color: #fff !important;
  background-color: #c3c3c3;
  border-radius: 2px;
}

footer .fa-home {
  font-size: 1.3em;
}
footer .copyright {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  line-height: 1;
  color: #fff;
}

footer .copyright2 {
  width: 150px;
  margin: 20px auto 0;
}
/* バナー付 */

footer .add-banner {
  clear: both;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  padding: 30px 0;
}
footer .add-banner .inner-add-banner {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}
footer .add-banner .inner-add-banner .copyright {
  float: left;
  text-align: left;
  border: none;
  padding: 0;
  line-height: 28px;
  box-sizing: border-box;
  width: auto;
}
footer .add-banner .inner-add-banner .wrap-banner {
  width: auto;
}

footer .add-banner .inner-add-banner .wrap-banner p {
  text-align: center;
}

footer .add-banner .inner-add-banner .wrap-banner p img {
  display: inline-block;
  margin: 0 2px;
}

@media screen and (max-width: 768px) {
  footer ul {
    float: none;
    text-align: center;
  }
  /* バナー付 */

  footer ul li {
    margin-right: 0;
    display: block;
    line-height: 1.8em;
  }
}
/*----------------------------
others
-----------------------------*/

/*----------------------------
top-container
-----------------------------*/

#top-container {
  width: 100%;
  z-index: 0;
  padding-top: 84vh;
}
#bg-container {
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #top-container {
    padding-top: 0;
  }
}

/*----------------------------
top visual-cut
-----------------------------*/

.main-vis {
  z-index: 0;
  width: 100vw;
  background-position: center bottom;
  background-size: cover;
  position: fixed;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* ビルと空キャッチ */
.main-vis .catch {
  position: absolute;
}
.main-vis .catch .mainCatch {
  display: inline-block;
}
.main-vis .catch .subCatch {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .main-vis {
    position: relative;
  }
  /* ビルと空キャッチ */
  .main-vis .catch {
    position: absolute;
  }
  .main-vis .catch .subCatch {
    display: inline-block;
  }
}

/*----------------------------
top-information
-----------------------------*/

#info {
  position: fixed;
  z-index: 1;
  box-sizing: border-box;
}
#info h2 {
  box-sizing: border-box;
}
#info dl {
  overflow: auto;
}
#info dl dt {
  clear: both;
}
#info dl dt.first {
  border: none;
}
#info dl dd .pic {
  position: relative;
  overflow: hidden;
}
#info dl dd .pic img {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  #info {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }
}
/*----------------------------
top-navi
-----------------------------*/
#main-head {
  width: 100%;
  background-color: #fff;
}
.mainnavArea {
}
.main-nav {
  max-width: 1060px;
  width: 90%;
  margin: auto;
  height: 129px;
  background-color: #fff;
}
.main-logo {
  position: absolute;
  text-align: center;
}
.main-nav ul {
  width: 100%;
  text-align: center;
  position: relative;
  height: 129px;
  z-index: 99;
}
.main-nav ul li {
  display: inline-block;
  position: relative;
}
.main-nav ul li.nav-home {
  display: none;
}
.main-nav ul li a {
  display: block;
  text-decoration: none;
}
.main-nav ul li a:after {
  display: block;
  content: "";
}

@media screen and (max-width: 768px) {
  .main-logo {
    position: absolute;
  }
  #main-head {
    position: fixed;
    z-index: 9999;
  }
  .main-nav ul {
    text-align: center;
    position: relative;
    height: auto;
  }
  .main-nav ul li.nav-home {
    display: block;
  }
  .main-nav ul li {
    display: block;
    width: auto;
    position: relative;
  }
  .main-nav ul li a {
    display: block;
  }
  .main-nav ul li a:after {
    display: none;
  }
}
/*
 * ------- secondary contents ---------------------
 */

#secondary-container {
  width: 100%;
  z-index: 0;
  padding-top: 236px;
}

@media only screen and (max-width: 1470px) {
  #secondary-container {
    padding-top: 16vw;
  }
}
.secondary header {
  width: 100vw;
  height: 16vw;
  max-height: 236px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/common/bg_header1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  z-index: -1;
}
.secondary header h1 {
  z-index: 0;
  position: relative;
  font-size: 4vw;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.8vw 1.4vw;
  left: 4vw;
  top: 2vw;
  color: #fff;
  display: inline-block;
}

@media only screen and (min-width: 1201px) {
  .secondary header h1 {
    font-size: 3rem;
    top: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #secondary-container .main-nav ul li.nav-home {
    display: block;
  }
  .secondary header {
    height: 20vw;
    top: 20vw;
  }
  .secondary header h1 {
    top: 3vw;
  }
  #secondary-container {
    padding-top: 40vw;
  }
}

@media only screen and (max-width: 420px) {
  .secondary header h1 {
    top: 2vw;
    font-size: 6vw;
  }
}
/*----------------------------
title
-----------------------------*/

.content h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1.6em;
}
.content h3 {
  font-size: 1.4rem;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding: 0.9em 0;
}

@media only screen and (max-width: 420px) {
  .content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1em;
  }
}
/* h3左寄せ */
.content h3.tx-left {
  text-align: left;
}
.content h4 {
  font-size: 1.3rem;
  margin-bottom: 1.2em;
}
/* h4中央 */
.content h4.tx-center {
  text-align: center;
}
/* h3PCで左、タブレット中央 */
.content h3.tx-flex,
.content h4.tx-flex {
  text-align: left;
}
/* h3左右ライン付 */
.content h3.tx-splits {
  position: relative;
  display: inline-block;
  background-image: url(../img/top/line_pickup.png);
  background-position: center center;
  background-repeat: repeat-x;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-weight: normal;
  margin-bottom: 1.3em;
  border-bottom: none;
  border-top: none;
  padding: 0 0;
}
.content h3.tx-splits:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 70%;
  height: 1em;
  left: 50%;
  top: 0%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 420px) {
  .content h3.tx-splits:before {
    width: 86%;
  }
}
.content h4.celled {
  padding: 3px;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS P Gothic", sans-serif;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .content h3.tx-flex,
  .content h4.tx-flex {
    text-align: center;
  }
}
/* txt */

a:link,
a:visited {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txtbold {
  font-weight: bold;
}
.txtstyle1 {
  font-size: 1.16em;
  font-weight: bold;
}
.txtstyle2 {
  font-size: 1.24em;
  font-weight: bold;
}
.txtslow {
  line-height: 2.3;
}
.sp,
.ssp {
  display: none;
}
.tx-center {
  text-align: center;
}
.tx-left {
  text-align: left;
}
.tx-flex {
  text-align: center;
}
.tx-em {
  background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
.tx-signature {
  font-size: 1.4rem;
}
.tx-position {
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .tx-flex {
    text-align: left; /*PCで中央、スマホタブレット左寄せ*/
  }
  .tx-position {
  }
  .tx-signature {
    font-family: "sans-serif";
    font-size: 1.1rem;
  }
}
.btn a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.caption {
  font-weight: bold;
  margin-top: 10px;
}
.before,
.after {
  position: relative;
}
.before::after {
  position: absolute;
  content: " ";
  display: inline-block;
  background: url(../img/common/watermark_before.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.after::after {
  position: absolute;
  content: " ";
  display: inline-block;
  background: url(../img/common/watermark_after.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .ssp {
    display: none;
  }
  .pc {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .ssp {
    display: block;
  }
}
/* 「※」付きなど用の文字インデント */

.ex {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  margin-bottom: 0.4em;
  line-height: 1.3em;
  font-size: 0.9em;
}
.ex span {
  color: #bc2d2d;
}
/* 下線 */
.underline {
  text-decoration: underline;
}
/* number */

.number-title {
  border-top: none !important;
  border-bottom: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.2em;
  font-weight: bold;
}
.r-number {
  width: 78px;
  height: 78px;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 82px;
  font-size: 46px;
}
.small-writeup {
  border: 1px solid #dadada;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.content .small-writeup h3 {
  font-size: 1.4em !important;
  margin-bottom: 1em;
  padding: 0;
  border: none;
}

@media screen and (max-width: 768px) {
  .r-number {
    width: 46px;
    height: 46px;
    line-height: 50px;
    font-size: 30px;
  }
  .small-writeup {
    padding: 20px;
    margin-bottom: 30px;
  }
}
/* pic */

.content img {
  width: auto;
  max-width: 100%;
}
.content .pic-full img {
  width: 100%;
  text-align: center;
}
/* アンカーのずれを調整 */

#anchor1,
#anchor2,
#anchor3,
#anchor4,
#anchor5,
#anchor6,
#anchor7 {
  margin-top: -76px;
  padding-top: 76px;
}
/*----------------------------
table
-----------------------------*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 普通 */
table {
  width: 100%;
  margin-bottom: 3.5em;
}
table tr {
}
table th {
  padding: 8px;
  border: 1px #666 solid;
  font-weight: bold;
  text-align: left;
  background-color: #ddd;
  color: #333;
}
table td {
  padding: 8px;
  border: 1px #666 solid;
  font-weight: normal;
  background-color: #fff;
}
/* 線のtable */

table.table-various1 {
  width: 100%;
  padding-top: 1.5em;
}
table.table-various1 caption {
  display: none;
}
table.table-various1 tr {
}
table.table-various1 th {
  padding: 9px 5px;
  border: none;
  border-bottom: 1px #333 solid;
  background-color: transparent;
  text-align: left;
  color: #333;
}
table.table-various1 th span {
  color: #333;
  font-weight: normal;
  padding-top: 0.3em;
  display: block;
}
table.table-various1 th .cap {
  display: inline-block;
}
table.table-various1 caption {
  text-align: right;
  padding: 0;
  margin: 0;
  line-height: 1;
}
table.table-various1 td {
  padding: 9px 5px;
  border: none;
  border-bottom: 1px #333 solid;
  font-weight: normal;
  text-align: left;
}
/* 横長のtable */

.table-various2 {
  width: 100%;
}
/* 横→縦 */

table.table-various3 th {
  text-align: center;
}
table.table-various3 td {
}
table.table-various3 td:first-child {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  table {
    border-top: 1px #ddd solid;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
  }
  table td {
    display: block;
  }
  table.table-various1 {
    position: relative;
    border-top: none;
  }
  table.table-various1 th {
    border-bottom: none;
    background-color: #eee;
    box-sizing: border-box;
    padding: 5px;
  }
  table.table-various1 td {
    border-bottom: none;
    box-sizing: border-box;
    padding: 5px 5px 20px;
  }
  /* 横長（保留）

.table-various2 {
	min-width:768px;
	overflow:scroll;
}



.table-various2 table th {
	display:table-cell;
	 border-top: 1px #ddd solid;
 border-bottom: 1px #ddd solid;
}

.table-various2 table td {
 display:table-cell;
}

 */

  table.table-various3 {
    display: block;
    border-top: none;
    width: 100%;
  }
  table.table-various3 thead {
    display: block;
    float: left;
    border-bottom: 1px #ddd solid;
  }
  table.table-various3 tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.table-various3 th {
    display: block;
    width: auto;
    border-top: 1px #ddd solid;
    border-bottom: none;
    border-right: 1px #ddd solid;
  }
  table.table-various3 tbody tr {
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px;
  }
  table.table-various3 td {
    display: block;
    border-bottom: none;
    text-align: left;
    border-left: none;
  }
}
/*----------------------------
flow
-----------------------------*/

.flow-down {
  background-image: url(../img/common/bg_flow_down.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  padding-bottom: 70px;
  width: 100%;
}
.flow-down.first {
  position: relative;
  padding-top: 30px;
}
.flow-down.first::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.flow-end {
}
.flow-down h3,
.flow-end h3 {
  font-size: 1.6em;
  margin-bottom: 1.5em;
  border-bottom: none;
  border-top: none;
}
.flow-down h3::after,
.flow-end h3::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 1;
  content: "";
  display: block;
  height: 4px;
  width: 100px;
  margin-left: -50px;
  border-radius: 4px;
}
/*----------------------------
faq
-----------------------------*/

.faq {
  margin-bottom: 50px;
}
.content .faq h3 {
  font-size: 1.3rem;
  text-align: left;
  padding-left: 44px;
  position: relative;
  border-bottom: none;
  border-top: none;
  margin-bottom: 1.4em;
}
/*　人のアイコンバージョン
.content .faq h3 {
	font-size:1.4em;
	background-image:url(../img/common/icn_human.png);
	background-position:0 2px;
	background-repeat:no-repeat;
	background-size:20px;
	padding-left:28px;
	text-align:left;
}

*/

.content .faq h3::before {
  content: "Q";
  font-family: "Courier New", Courier, monospace;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 2px;
  top: 15px;
  background-color: #e59454;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.3rem;
  font-size: 28px;
  padding: 5px;
  box-sizing: border-box;
}
.content .faq h3::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  height: 1px;
  background: #333;
  width: 100%;
  margin-left: 0;
}
.content .faq .answer {
  padding-left: 44px;
  position: relative;
  box-sizing: border-box;
}
.content .faq .answer::before {
  content: "A";
  font-family: "Courier New", Courier, monospace;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 2px;
  border-radius: 50%;
  color: #fff;
  background-color: #f0c29e;
  text-align: center;
  line-height: 28px;
  font-size: 28px;
  padding: 2px;
  box-sizing: border-box;
}
.content .faq .pic {
}
/*----------------------------
map
-----------------------------*/
.map {
  padding-bottom: 60px;
  padding-top: 60px;
}
.map h2 {
  font-size: 2.6em;
  text-align: center;
}
/*----------------------------
inquiry
-----------------------------*/

.inquiry table {
  background-color: #e3e3e3;
  empty-cells: show;
  width: 100%;
  line-height: 1.3em;
  border-spacing: 0px;
  margin-bottom: 1.5em;
  padding: 20px 0;
  list-style-type: none;
  box-sizing: border-box;
  color: #333;
}
.inquiry table th {
  padding: 12px 36px 12px 0;
  border: none;
  border-bottom: 1px solid #fff;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  width: 33%;
  line-height: 2.2em;
  box-sizing: border-box;
  background-color: #e3e3e3;
}
.inquiry table td {
  padding: 12px 5px 12px 0;
  border: none;
  border-bottom: 1px solid #fff;
  text-align: left;
  box-sizing: border-box;
  background-color: #e3e3e3;
}
.inquiry table td .select {
  margin-bottom: 0.5em;
}
.inquiry table td .select li {
  float: left;
  margin-right: 20px;
}
.inquiry table td .select li input {
  vertical-align: middle;
}
.inquiry table td label {
  padding: 0 0 0px 5px;
}
.inquiry table span {
  color: #ff0000;
}
.inquiry table input {
  margin: 2px 0 2px 0;
  height: 1.6em;
  border: 1px solid #ddd;
}
.inquiry .formBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.inquiry .btnSend {
  background-color: #292929;
  color: #fff;
  padding: 5px 0;
  margin: 0 5px 0 5px;
  border: 0;
  width: 160px;
  box-sizing: border-box;
  border-radius: 2px;
}
.inquiry .btnReset {
  background-color: #fff;
  padding: 5px 0;
  margin: 0 5px 0 5px;
  border: 0;
  border: 1px solid #292929;
  width: 160px;
  box-sizing: border-box;
  border-radius: 2px;
}
.inquiry .forml {
  width: 90%;
}
.inquiry .formm {
  width: 50%;
}
.inquiry .tel {
  text-align: center;
  font-size: 3em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .inquiry table {
    width: 100%;
    margin: 0 0 3% 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .inquiry table tr {
    display: block;
  }
  .inquiry table th {
    display: list-item;
    padding: 10px 10px 5px;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    width: 100%;
    line-height: 1em;
    box-sizing: border-box;
    background-color: #eee;
  }
  .inquiry table td {
    display: list-item;
    width: 100%;
    border-bottom: 1px #fff solid;
    font-weight: normal;
    padding: 5px 10px 10px 10px;
  }
  .inquiry .forml {
    width: 100%;
  }
  .inquiry .formm {
    width: 100%;
  }
  .inquiry .btnSend {
    width: 100px;
  }
  .inquiry .btnReset {
    width: 100px;
  }
}
.inquiry p {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .inquiry .tel {
    font-size: 2.6em;
  }
  .inquiry p {
    text-align: left;
  }
}
/*----------------------------
list
-----------------------------*/

.content ul.circle,
.content ul.check {
  position: relative;
}
.content ul.circle li {
  padding: 0 0 0.5em 1.2em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #ccc;
}
.content ul.check li {
  padding: 0 0 0.5em 2em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #ccc;
}
.content ul.circle li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  left: 0.5em;
  margin-top: 0.6em;
}
.content ul.check li::before {
  position: absolute;
  content: "\f14a";
  font-family: FontAwesome;
  left: 0.3em;
  font-size: 1.3em;
}
.content ol.number-list {
  display: block;
  list-style-position: outside;
}
.content ol.number-list li {
  list-style-type: decimal;
  padding: 0 0 0 10px;
  margin-bottom: 1em;
  margin-left: 2em;
}

/*----------------------------
その他
-----------------------------*/
.no-border {
  border: none;
}
