@charset "UTF-8";
/******************************************************

    Light     font-weight:100;
    DemiLight font-weight:200;
    Regular   font-weight:300;
    Medium   font-weight:400;

******************************************************/
html {
  font-size: 62.5%;
  /*10px 1em */
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5;
  min-width: 320px;
  background: #fffef4;
}

.font_min, .logo, h2, h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

h1 {
  font-weight: normal;
  color: #666;
  background: #fff;
  padding: 5px 75px 5px 5px;
  font-size: 1rem;
  height: 1rem;
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/******************************************************
   home
******************************************************/
#slidemenuCover {
  position: fixed;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#slidemenuCover #slidemenuBtn {
  display: block;
  height: 60px;
  width: 60px;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
  background: #1c8e92;
}
#slidemenuCover #slidemenuBtn span {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #fff;
  transition: all 0.5s;
}
#slidemenuCover #slidemenuBtn span:nth-child(1) {
  left: 17.5px;
  top: 19.5px;
}
#slidemenuCover #slidemenuBtn span:nth-child(2) {
  left: 17.5px;
  top: 28.5px;
}
#slidemenuCover #slidemenuBtn span:nth-child(3) {
  left: 17.5px;
  top: 37.5px;
}

.slide-open #slidemenuCover #slidemenuBtn {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
  z-index: 10;
  background: #b33e5c;
}
.slide-open #slidemenuCover #slidemenuBtn span:nth-child(1) {
  left: 20px;
  top: 27px;
  width: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slide-open #slidemenuCover #slidemenuBtn span:nth-child(2) {
  display: none;
}
.slide-open #slidemenuCover #slidemenuBtn span:nth-child(3) {
  left: 20px;
  top: 27px;
  width: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#wrap {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-open #wrap {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

header {
  background: #fff;
}
header .headerContent {
  width: auto;
  overflow: hidden;
  background: #fff;
  padding-left: 5px;
}
header .logo {
  height: 30px;
  padding: 0 0 10px;
  width: auto;
  display: block;
  font-size: 2rem;
  color: #1c8e92;
}
header .logo a {
  color: #1c8e92;
}
header .txt,
header .phone,
header .freedial,
header nav {
  display: none;
}

.phone a {
  color: #af9b36;
  padding-left: 25px;
  position: relative;
}

.phone a:before {
  content: "";
  display: inline-block;
  background: url(../img/icn_phone.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  color: #af9b36;
}

#silideBox .copy_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 16px 0;
  background: rgba(28, 142, 146, 0.7);
}
#silideBox .copy_wrap p {
  color: #fff;
  line-height: 1.5;
  font-size: 1.3rem;
}
#silideBox .copy_wrap .copy_wrap_tit {
  color: #fff;
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

#silideBox {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}
#silideBox .rslides {
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
#silideBox .rslides li.slide01 {
  width: 100%;
  min-height: 250px;
  background-image: url(../../img/slide01_sp.jpg);
  background-position: center center;
  background-size: cover;
}
#silideBox .rslides li.slide02 {
  width: 100%;
  height: 250px;
  background-image: url(../../img/slide01_sp.jpg);
  background-position: center center;
  background-size: cover;
}
#silideBox .rslides li.slide03 {
  width: 100%;
  height: 250px;
  background-image: url(../../img/slide01_sp.jpg);
  background-position: center center;
  background-size: cover;
}
#silideBox .rslides li.slide04 {
  width: 100%;
  height: 250px;
  background-image: url(../../img/slide01_sp.jpg);
  background-position: center center;
  background-size: cover;
}
#silideBox .rslides li.slide05 {
  width: 100%;
  height: 250px;
  background-image: url(../../img/slide01_sp.jpg);
  background-position: center center;
  background-size: cover;
}

section .inner {
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  overflow: hidden;
}

section:first-child .inner {
  padding: 32px 0;
}

section .inner {
  width: 100%;
  padding: 32px 5%;
  box-sizing: border-box;
  overflow: hidden;
}
section .inner h2 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 24px;
  color: #1c8e92;
  position: relative;
}
section .inner h2::after {
  content: "";
  display: block;
  background: #1c8e92;
  height: 1px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
section .inner .textBox {
  width: 100%;
  overflow: hidden;
}
section .inner .textBox p, section .inner .textBox > div {
  font-size: 1.3rem;
  line-height: 1.5;
}
section .inner .textBox + .textBox {
  padding-top: 20px;
}
section .inner h3 {
  font-size: 1.6rem;
}

section.sec_campaign .inner {
  padding: 10px 5% 30px;
}

section.sec_mailmaga .inner h2 {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 16px;
}

section.sec_mailmaga .inner h2::after {
  left: 0;
  transform: none;
}

.sec_mailmaga .inner {
  background: url(../../img/bnr_mailmaga.png) no-repeat center right;
  background-size: auto 100%;
  padding: 5%;
  color: #000;
}

.sec_mailmaga .inner .inner_wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 16px;
  font-size: 0;
}

.sec_mailmaga .inner .inner_wrap .left_area {
  display: inline-block;
  width: 100%;
}

.sec_mailmaga .inner .inner_wrap .right_area {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.sec_mailmaga .inner .inner_wrap .left_area p {
  font-size: 1.2rem;
}

.sec_mailmaga .inner .inner_wrap .left_area p:last-child {
  margin-bottom: 8px;
}

.sec_mailmaga .inner .inner_wrap .left_area_price {
  width: 100%;
  margin-bottom: 8px;
}

.sec_mailmaga .inner .inner_wrap .right_area h4 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1;
  margin-top: 16px;
}

.sec_mailmaga .inner .inner_wrap .right_area input[type="text"] {
  width: 100%;
  font-size: 1.4rem;
  padding: 3px;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #ccc;
}

.sec_mailmaga .inner .inner_wrap .right_area p.note {
  font-size: 1rem;
  line-height: 1.5;
  margin: 4px 0 8px;
}

.sec_mailmaga .inner .inner_wrap .right_area p.note:last-child {
  font-size: 1rem;
  line-height: 1;
  margin: 5px 0 0;
}

.sec_mailmaga .inner .inner_wrap .right_area label {
  font-size: 1.3rem;
}

.sec_mailmaga .inner .inner_wrap .right_area input[type="radio"] {
  display: none;
}

.sec_mailmaga .inner .inner_wrap .right_area input[type="radio"] + label {
  padding-left: 26px;
  position: relative;
  margin-right: 35px;
  padding-top: 2px;
}

.sec_mailmaga .inner .inner_wrap .right_area input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.sec_mailmaga .inner .inner_wrap .right_area input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #1c8e92;
  border-radius: 50%;
}

.sec_mailmaga .inner .inner_wrap .right_area input[type="submit"] {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  border: #1c8e92 solid 1px;
  color: #1c8e92;
  font-size: 1.3rem;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1;
  margin-top: 16px;
}

.sec_mailmaga .inner .inner_wrap .right_area input[type="submit"]:hover {
  background: #1c8e92;
  border: #1c8e92 solid 1px;
  color: #fff;
}

.pc_only {
  display: none !important;
}

#home .sec_menu {
  background: url(../../img/index_menu_bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
#home .sec_menu .inner {
  box-sizing: border-box;
  background: none;
  padding-bottom: 16px;
}

.guidanceList li {
  margin-bottom: 16px;
  background: #fff;
  box-sizing: border-box;
  padding: 5%;
}
.guidanceList li dl {
  padding-bottom: 14px;
}

.guidanceList li dt, .guidanceList li p {
  padding: 0 10px;
  box-sizing: border-box;
}

.guidanceList li dt a {
  font-size: 1.6rem;
  color: #20A5B9;
  padding: 10px 0px 8px;
  display: block;
  font-weight: 600;
}

a.btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1c8e92;
  border: #1c8e92 solid 1px;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  margin: 0 auto;
  border-radius: 2px;
}

a.btn:hover {
  background: #ffffff;
  color: #1c8e92;
}

a.btn:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  font-size: 10px;
}

.newsList {
  width: 100%;
  overflow: hidden;
}

.newsList {
  width: 100%;
  overflow: hidden;
}

.newsList li {
  padding: 8px 0;
  width: auto;
  overflow: hidden;
  border-bottom: #d7d7d7 dotted 1px;
  position: relative;
  font-size: 1.3rem;
}

.newsList li time {
  float: left;
  color: #86740f;
  width: 80px;
}

.newsList li p {
  float: left;
  width: calc(100% - 80px);
  color: #1C5192;
}

.newsList li a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.sec_topics {
  padding-bottom: 8px;
}

.bannersList {
  padding: 0 5%;
  box-sizing: border-box;
}

.bannersList:after {
  content: "";
  display: block;
  clear: both;
}

.bannersList li {
  display: block;
  width: 280px;
  height: 92px;
  overflow: hidden;
  background: #fff;
  position: relative;
  text-align: left;
  margin: 0 auto 10px;
}

.bannersList li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}

.bannersList li span {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  color: #014DAB;
}

.bannersList li img {
  position: absolute;
  right: 0;
  top: 0;
}

footer {
  padding-top: 24px;
  margin-top: 40px;
  background: url(../img/footer_bg.png) repeat;
}

footer .footerContent {
  width: 100%;
  overflow: hidden;
}

footer .footerContent .f_txt_wrap::after {
  content: "";
  display: block;
  clear: both;
}

footer .footerContent .f_txt_wrap {
  padding: 0 5%;
  box-sizing: border-box;
}

footer .footerContent .f_txt_wrap .f_txt_left {
  width: 100%;
}

footer .footerContent .f_txt_wrap .f_txt_right {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #1c8e92;
  color: #1c8e92;
  margin-top: 16px;
  font-size: 1.2rem;
}

footer .footerContent p.f-logo_text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1c8e92;
  margin-bottom: 8px;
  line-height: 1;
}

footer .footerContent address {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 5px;
}

footer .footerContent .f-4_text {
  margin: 5px 0 8px;
}

footer .footerContent .phone a {
  font-size: 2.2rem;
}

footer .footerContent p.access_info {
  margin-bottom: 40px;
}

footer .footerContent .f_txt_wrap .f_txt_right dl dt {
  font-weight: bold;
}

footer .footerContent .f_txt_wrap .f_txt_right dd:nth-of-type(1) {
  margin-bottom: 8px;
}

footer .footerContent .map {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

footer .footerContent .map iframe {
  width: 100%;
  height: 100%;
}

footer .footerContent small {
  color: #20A5B9;
  font-size: 1.3rem;
  padding-top: 10px;
  padding-bottom: 30px;
  display: block;
}

footer .footerContent ul {
  margin-bottom: 15px;
}

footer .footerContent ul:first-of-type {
  margin-top: 40px;
}

footer .footerContent ul li {
  display: inline;
  margin-right: 20px;
}

footer .footerContent ul li a {
  text-decoration: none;
  color: #666;
}

footer .footerContent ul li a:hover {
  color: #014DAB;
}

.Copyright {
  line-height: 1;
  font-size: 8px;
  font-weight: 100;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background: #1c8e92;
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: -60px;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  width: 40px;
  height: 40px;
}
.pageTop a {
  color: #1c8e92;
}
.pageTop img {
  width: 100%;
}

.pageTop.on {
  bottom: 10px;
}

.facebook iframe {
  width: 100% !important;
}

#overlay {
  display: none;
}

.slide-open #slidemenu {
  overflow: scroll;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
	z-index: 9;
}

#slidemenu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background: #1c8e92;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#slidemenu #slidemenuClose {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 75px 3px 5px;
  background: #fff !important;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 600;
  height: 60px;
  vertical-align: middle;
  color: #1c8e92;
}
#slidemenu .navList li {
  width: 100%;
  border-bottom: #fff solid 0.5px;
}
#slidemenu .navList li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-indent: 20px;
  position: relative;
}
#slidemenu .navList li a:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  right: 20px;
}
#slidemenu .phoneList {
  width: 100%;
  overflow: hidden;
  border-bottom: #fff solid 0.5px;
}
#slidemenu .phoneList li {
      /*
            float: left;
            width: 50%;
*/
  text-align: center;
  position: relative;
}
#slidemenu .phoneList li a {
  display: block;
  height: 100px;
  color: #fff;
}
#slidemenu .phoneList li a span {
  display: block;
  font-size: 35px;
  padding-top: 25px;
}
#slidemenu .phoneList li a em {
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
#slidemenu .phoneList li:last-child {
  border-left: #fff solid 0.5px;
  box-sizing: border-box;
}

/******************************************************
   subpagesb
******************************************************/
.pagetitle {
  width: 100%;
  height: 125px;
  position: relative;
  overflow: hidden;
}
.pagetitle img {
  position: absolute;
  right: -10%;
  top: 0;
  height: 100%;
  width: auto;
}
.pagetitle p {
  position: absolute;
  left: 10px;
  top: 50px;
  font-size: 2rem;
  color: #20A5B9;
  z-index: 2;
	height: auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff;
	background: none;
	font-weight: 600;
}
.pagetitle .Breadcrumb {
  display: none;
}

.subnav {
  padding: 0 5px 0;
  display: block;
  text-align: center;
  background: #f8f8f8;
}
.subnav #submenuBtn {
  display: block;
  height: 44px;
  width: 100%;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
}
.subnav #submenuBtn span {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #20A5B9;
  transition: all 0.5s;
}
.subnav #submenuBtn span:nth-child(1) {
  left: -webkit-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  top: 13px;
}
.subnav #submenuBtn span:nth-child(2) {
  left: -webkit-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  top: 22px;
}
.subnav #submenuBtn span:nth-child(3) {
  left: -webkit-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  top: 31px;
}
.subnav li {
  border-bottom: #e9e9e9 solid 1px;
  display: none;
}
.subnav li a {
  display: block;
  padding: 10px;
  background: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  color: #076790;
  text-align: left;
  position: relative;
}
.subnav li a:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

#submenuBtn.active {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  z-index: 10;
}
#submenuBtn.active span:nth-child(1) {
  top: 20px;
  left: -webkit-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  width: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#submenuBtn.active span:nth-child(2) {
  display: none;
}
#submenuBtn.active span:nth-child(3) {
  top: 20px;
  left: -webkit-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  width: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subpages .inner h3 {
  font-size: 1.6rem;
  color: #1c8e92;
}
.subpages .inner .textBox + h3 {
  padding-top: 20px;
}
.subpages .inner .textBox strong.circle,
.subpages .inner .textBox strong {
  font-size: 1.4rem;
  font-weight: 400;
  color: #20A5B9;
  padding: 10px 0;
  display: block;
}
.subpages .inner .textBox strong.circle::before {
  content: "●";
  opacity: 0.6;
  font-size: .8em;
  padding-right: 5px;
  position: relative;
  top: -1px;
}

.inner.bg_white {
    box-sizing: border-box;
    padding: 16px 8px 0;
    background: #fff;
}

article section h4 {
	font-size: 1.5rem;
	color: #1c8e92;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
}

.concept_box{
	background: url(../../img/index_concept02_sp.png) no-repeat center;
	background-size: auto 100%;
	min-height: 260px;
	width: 96%;
	margin: 20px auto 0;
}

.textBox .concept_txt{
	text-align: center;
	width: 82%;
	margin: auto;
	font-size: 1rem!important;
	letter-spacing: -1px;
}

.textBox .concept_tit{
    color: #20A5B9;
    padding: 2em 0px 1em;
    display: block;
	text-align: center;
	width: 82%;
		margin: 0 auto;
	letter-spacing: -1px;
}

.pc_on{
	display: none!important;
}

/*# sourceMappingURL=cmn_phone_style.css.map */
