@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#2c2c2c;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
/*
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#2c2c2c;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

input, textarea, button, select {
  font-family: 'Noto Sans JP', sans-serif;
}

/*
html ----------------------------------------------------------*/

/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;*/

/* body base
===============================================================*/

.l-wrap {
  padding: 80px 0 0 0;
  /*padding: 104px 0 0 0;*/
}

.l-inner {
  max-width: 1240px;
  box-sizing: content-box;
  padding: 0 32px;
  margin: 0 auto;
}

.l-inner02 {
  max-width: 1500px;
  box-sizing: content-box;
  padding: 0 32px;
  margin: 0 auto;
}
.l-inner03 {
  max-width: 1400px;
  box-sizing: content-box;
  padding: 0 32px;
  margin: 0 auto;
}
.l-inner04 {
  max-width: 1176px;
  box-sizing: content-box;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .l-wrap {
	padding: 60px 0 0 0;
    /*padding: 74px 0 0 0;*/
  }
}
@media screen and (max-width: 768px) {
  .l-wrap {
    padding: 60px 0 0 0;
  }
  .l-inner {
    padding: 0 20px;
  }

  .l-inner02 {
    padding: 0 20px;
  }
  .l-inner03 {
    padding: 0 20px;
  }
  .l-inner04 {
    padding: 0 20px;
  }
}



.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.p-header {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding: 0 0 0 69px;
}
.p-headerWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-header__logo {
  max-width: 140px;
  /*max-width: 178px;*/
  transition: all 0.5s ease-out;
}
.p-header__contents {
  
}
.p-header__contentsInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.p-header__contentsUpper {
  padding: 0 20px 0 0;
}
.p-header__contentsLower {
  
}
.p-header__telOuter {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 20px;
}
.p-header__telOuter > span {
  font-size: 17px;
  /*font-size: 20px;*/
  line-height: 1.1;
  display: inline-block;
  color: #006888;
  font-feature-settings: "palt";
  font-weight: 400;
  transition: all 0.5s ease-out;
}
.p-header__telOuter > span.p-header_time {
  text-align: left;
  margin: 0 0 0 15px;
}
.p-header__telOuter span.p-header_timeAttention {
  font-size: 14px;
}
a.p-header__tel {
  font-size: 30px;
  /*font-size: 35px;*/
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  color: #006888;
}
a.p-header__tel span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  /*padding: 0 0 0 48px;*/
  transition: all 0.5s ease-out;
}
a.p-header__tel span:before {
  content: '';
  display: block;
  background: url("../images/common/icon-tel.png") no-repeat center center;
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  /*background-size: 31px 31px;
  height: 31px;
  width: 31px;*/
  position: absolute;
  top: 1px;
  /*top: -1px;*/
  left: 0;
  transition: all 0.5s ease-out;
}
.p-header__menu {
  
}
.p-headerBtn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-headerBtn__item {
}
.p-headerBtn__item:nth-of-type(n + 2) {
  border-left: #FFF 1px solid;
}
.p-headerBtn__item a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 80px;
  /*height: 104px;*/
  width: 209px;
  color: #FFF;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0 4px 0;
}
.p-headerBtn__item.is-dl a {
  background: #006f5e;
}
.p-headerBtn__item.is-contact a {
  background: #77bc00;
}
.p-headerBtn__item a span {
}

.p-header__menu {
}
.p-gNav {
  
}
.p-gNavList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-gNavList > li {
}
.p-gNavList > li > .p-gNavList__itemPar ,
.p-gNavList > li > a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
  /*height: 54px;*/
  font-size: 19px;
  line-height: 1.2;
  font-weight: bold;
  padding: 0 20px 2px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.p-gNavList__itemSubListOuter {
  position: relative;
}
.p-gNavList__itemSubListFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  background: rgba(255,255,255,0.9);
}
.p-gNavSubListOuter {
  
}
.p-gNavSubList {
  
}
.p-gNavSubList > li {
  
}
.p-gNavSubList > li + li {
  border-top: #CCC 1px solid;
}
.p-gNavSubList > li > a {
  display : block;
  height: auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 15px 20px 15px;
  text-align: left;
  background: url("../images/common/icon-arrow-g.png") no-repeat right 10px center;
  background-size: 17px auto;
}


.p-headerMenuBtn {
  display: none;
}
.p-header_linknone a {
  color: #adadad;
  pointer-events: none;
}
@media screen and (min-width: 1641px) {
  body.is-flow .p-header__logo {
    max-width: 130px;
  }
  body.is-flow .p-gNavList > li > .p-gNavList__itemPar ,
  body.is-flow .p-gNavList > li > a {
	 height: 35px;
   font-size: 17px;
   /* height: 40px;*/
  }
  .p-gNavSubList > li > a {
    font-size: 16px;
    padding: 15px 20px 15px;
  }
  body.is-flow .p-headerBtn__item a {
	height: 70px;
    /*height: 80px;*/
  /*
    height: 90px;
  */
  }
  body.is-flow .p-header__telOuter span.p-header_timeAttention {
    font-size: 12px;
  }  
  body.is-flow .p-header__telOuter > span {
    font-size: 16px;
    line-height: 1;
  }
  body.is-flow a.p-header__tel {
	font-size: 28px;
    /*font-size: 30px;*/
    line-height: 30px;
  }
  body.is-flow a.p-header__tel span {
    padding: 0 0 0 35px;
  }
  body.is-flow a.p-header__tel span:before {
    background: url("../images/common/icon-tel.png") no-repeat center center;
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    top: 1px;
  }
}
@media screen and (max-width: 1640px) {
  .p-header {
    padding: 0 0 0 32px;
  }
  .p-header__logo {
	max-width: 140px;
    /*max-width: 178px;*/
  }
  .p-header__contentsUpper {
    padding: 0 20px 0 0;
  }
  .p-header__telOuter {
    padding-right: 12px;
  }
  .p-header__telOuter > span {
	  font-size: 16px;
    /*font-size: 20px;*/
    line-height: 1;
    margin: 0 0 0 10px;
  }
  .p-header__telOuter span.p-header_timeAttention {
    font-size: 13px;
  }
  a.p-header__tel {
	font-size: 30px;
    /*font-size: 35px;*/
    line-height: 30px;
  }
  a.p-header__tel span {
	padding: 0 0 0 35px;
    /*padding: 0 0 0 48px;*/
  }
  a.p-header__tel span:before {
    background: url("../images/common/icon-tel.png") no-repeat center center;
	background-size: 25px 25px;
    height: 25px;
    width: 25px;
    /*background-size: 31px 31px;
    height: 31px;
    width: 31px;*/
	top: 1px;
    /*top: -1px;*/
  }
  .p-headerBtn__item a {
	height: 80px;
    /*height: 104px;*/
    width: 160px;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 4px 0;
  }
  .p-gNavList > li > .p-gNavList__itemPar ,
  .p-gNavList > li > a {
	height: 35px;
	/*height: 40px;*/
    /*height: 54px;*/
    font-size: 16px;
    line-height: 1.2;
    padding: 0 15px 2px;
  }
  .p-gNavSubList > li > a {
    font-size: 14px;
    padding: 15px 20px 15px;
  }
}
@media all and (min-width: 1326px) and (max-width: 1640px) {
  body.is-flow .p-header__logo {
    max-width: 130px;
  }
  body.is-flow .p-gNavList > li > .p-gNavList__itemPar ,
  body.is-flow .p-gNavList > li > a {
	height: 35px;
  font-size: 15px;
    /*height: 40px;*/
  }
  body.is-flow .p-headerBtn__item a {
	height: 70px;
    /*height: 80px;*/
  /*
    height: 90px;
  */
  }
  body.is-flow .p-header__telOuter > span {
    font-size: 14px;
  }
  body.is-flow .p-header__telOuter span.p-header_timeAttention {
    font-size: 12px;
  }
  body.is-flow a.p-header__tel {
    font-size: 28px;
    line-height: 28px;
  }
  body.is-flow a.p-header__tel span {
    padding: 0 0 0 30px;
  }
  body.is-flow a.p-header__tel span:before {
    background: url("../images/common/icon-tel.png") no-repeat center center;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    top: 1px;
  }
}
@media screen and (max-width: 1325px) {
  .p-header { /* 74 */
    padding: 0 0 0 30px;
  }
  .p-header__logo {
	max-width: 108px;
    /*max-width: 128px;*/
  }
  .p-header__contentsUpper {
    padding: 0 20px 0 0;
  }
  .p-header__telOuter {
    padding-right: 11px;
  }
  .p-header__telOuter > span {
	font-size: 12px;
    /*font-size: 14px;*/
    line-height: 1;
  }
  .p-header__telOuter span.p-header_timeAttention {
    font-size: 10px;
  }
  a.p-header__tel {
	font-size: 22px;
    line-height: 22px;
    /*font-size: 26px;
    line-height: 26px;*/
  }
  a.p-header__tel span {
	padding: 0 0 0 25px;
    /*padding: 0 0 0 31px;*/
  }
  a.p-header__tel span:before {
    background: url("../images/common/icon-tel.png") no-repeat center center;
	background-size: 18px 18px;
    height: 18px;
    width: 18px;
    /*background-size: 22px 22px;
    height: 22px;
    width: 22px;*/
    top: 1px;
  }
  .p-headerBtn__item a {
	height: 60px;
    /*height: 74px;*/
    width: 140px;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 3px 0;
  }
  .p-gNavList > li > .p-gNavList__itemPar ,
  .p-gNavList > li > a {
	height: 30px;
    /*height: 40px;*/
    font-size: 14px;
    line-height: 1.2;
    padding: 0 15px 2px;
  }
  
  
}
@media all and (min-width: 1101px) and (max-width: 1250px) {
  body.is-flow .p-header__logo {
    max-width: 100px;
  }
  body.is-flow .p-gNavList > li > .p-gNavList__itemPar ,
  body.is-flow .p-gNavList > li > a {
    height: 30px;
    font-size: 12px;
  }
  body.is-flow .p-headerBtn__item a {
	height: 54px;
    /*height: 60px;*/
  }
  body.is-flow .p-header__telOuter > span {
    font-size: 10px;
  }
  body.is-flow a.p-header__tel {
    font-size: 20px;
    line-height: 20px;
  }
  body.is-flow a.p-header__tel span {
    padding: 0 0 0 23px;
  }
  body.is-flow a.p-header__tel span:before {
    background: url("../images/common/icon-tel.png") no-repeat center center;
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    top: 1px;
  }
}
@media screen and (min-width: 1101px) {
  .p-header__contents {
    display: block !important;
  }
  .p-gNavList__itemSubListFrame {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: block !important;
  }
  .p-gNavList > li:hover .p-gNavList__itemSubListFrame {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .p-headerWrap {
    height: 74px;
  }
  .p-header__contents {
    position: fixed;
    top: 74px;
    left: 0;
    z-index: 10;
    background: rgba(255,255,255,0.96);
    height: calc(100vh - 74px);
    width: 100%;
    display: none;
    overflow-y: scroll;
  }
  .p-header__contentsInner {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 50px 50px 80px;
  }
  .p-header__contentsUpper {
    padding: 40px 0 0 0;
    width: 100%;
  }
  .p-header__telOuter {
    padding-right: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .p-header__telOuter > span {
    font-size: 20px;
    line-height: 1;
  }
  a.p-header__tel {
    font-size: 36px;
    line-height: 36px;
  }
  a.p-header__tel span {
    padding: 0 0 0 36px;
  }
  a.p-header__tel span:before {
    background: url("../images/common/icon-tel.png") no-repeat center center;
    background-size: 23px 23px;
    height: 23px;
    width: 23px;
    top: 6px;
  }
  .p-header__contentsLower {
    width: 100%;
  }
  .p-headerBtn {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .p-headerBtn__item a {
    height: 74px;
    width: 240px;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 0 3px 0;
  }
  .p-header__menu {
    margin-top: 35px;
  }
  .p-gNavList {
    display : block;
    border-bottom: #006888 1px solid;
  }
  .p-gNavList > li {
    border-top: #006888 1px solid;
  }
  .p-gNavList > li > .p-gNavList__itemPar ,
  .p-gNavList > li > a {
    display : block;
    height: auto;
    font-size: 19px;
    line-height: 1.2;
    padding: 15px 20px 15px;
    text-align: left;
    background: url("../images/common/icon-arrow-g.png") no-repeat right 10px center;
    background-size: 17px auto;
  }
  .p-gNavList > li > .p-gNavList__itemPar {
    background: none;
    position: relative;
  }
  .p-gNavList > li > .p-gNavList__itemPar:before ,
  .p-gNavList > li > .p-gNavList__itemPar:after {
    content: '';
    display: block;
    background: #00b97f;
    position: absolute;
    top: 0;
    bottom : 0;
    right: 0;
    margin: auto;
  }
  .p-gNavList > li > .p-gNavList__itemPar:before {
    width: 16px;
    height: 2px;
    right: 9px;
  }
  .p-gNavList > li > .p-gNavList__itemPar:after {
    width: 2px;
    height: 16px;
    right: 16px;
  }
  .p-gNavList > li > .p-gNavList__itemPar.is-open:after {
    opacity: 0;
  }
  
  .p-gNavList__itemSubListOuter {
    position: relative;
  }
  .p-gNavList__itemSubListFrame {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #f1f1f1;
    display: none;
}
  .p-gNavSubList > li > a {
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 20px 15px 38px;
    text-align: left;
    font-weight: bold;
  }
  .p-gNavSubList > li > a:before {
    content: 'ー';
    display: inline-block;
    margin: 0 10px 0 0;
    color: #6ad6a2;
  }
  .p-headerMenuBtn {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    background: #006f5e;
    height: 74px;
    width: 74px;
    cursor: pointer;
    z-index: 10000;
  }
  .p-headerMenuBtnInner,
  .p-headerMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .p-headerMenuBtnInner {
    position: relative;
    width: 40px;
    height: 32px;
    background: none;
    border: none;
    appearance: none;
  }
  .p-headerMenuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .p-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 15px;
  }
  .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .p-header {
    padding: 0 0 0 20px;
  }
  .p-headerWrap {
    height: 60px;
  }
  .p-header__logo {
    max-width: 108px;
  }
  .p-header__contents {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .p-header__contentsInner {
    padding: 50px 0 80px 0;
  }
  .p-header__contentsUpper {
    padding: 40px 0 0 0;
    width: 100%;
  }
  .p-header__telOuter {
    padding-right: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .p-header__telOuter > span {
    font-size: 14px;
    line-height: 1;
  }
  a.p-header__tel {
    font-size: 26px;
    line-height: 26px;
  }
  a.p-header__tel span {
    padding: 0 0 0 31px;
  }
  a.p-header__tel span:before {
    background: url("../images/common/icon-tel.png") no-repeat center center;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    top: 1px;
  }
  .p-header__contentsLower {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .p-headerBtn {
  }
  .p-headerBtn__item {
    width: 50%;
  }
  .p-headerBtn__item a {
    height:50px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 2px 0;
  }
  .p-header__menu {
    margin-top: 35px;
  }
  .p-gNavList {
  }
  .p-gNavList > li {
  }
  .p-gNavList > li > .p-gNavList__itemPar ,
  .p-gNavList > li > a {
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 20px 15px;
  }
  .p-gNavSubList > li > a {
    font-size: 15px;
    padding: 15px 20px 15px 38px;
  }  
  
  .p-headerMenuBtn {
    height: 60px;
    width: 60px;
  }
  .p-headerMenuBtnInner {
    width: 30px;
    height: 24px;
  }
  .p-headerMenuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 11px;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}



.p-footer {
  background: #2c2c2c;
  color: #FFF;
  padding: 57px 0 0 0;
}
.p-footerWrap {
  padding: 0 32px;
}
.p-footerGroup {
  
}
.p-footerGroup__title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.p-footerGroupBar {
  width: 610px;
  margin: 0 auto;
}
.p-footerGroupBarList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-footerGroupBarList li {
  max-width: 196px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.p-footerGroupBarList li:nth-child(2n + 1) {
  margin-left: 0;
}
/*.p-footerGroupBarList li:nth-of-type(3n + 1) {
  margin-left: 0;
}*/
.p-footerGroupBarList li a {
}

.p-footerLower {
  max-width: 1716px;
  margin: 120px auto 0;
  padding: 0 0 50px 0;
}
.p-footerLower{
  
}
.p-footerLowerInner{
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.p-footerLowerHead {
  max-width: 258px;
  text-align: left;
}
.p-footerLowerHead__logo {
}
.p-footerLowerHead__access {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}

.p-footerLowerContact {
  width: 400px;
}
.p-footerLowerContact__tell {
  /*display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;*/
  margin: 0 0 0 20px;
}
.p-footerLowerContact__tellNum {
  text-align: left;
}
.p-footerLowerContact__tellNum a {
  font-family: 'Roboto', sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 0 0 41px;
  color: #FFF;
}
.p-footerLowerContact__tellNum a:before {
  content: '';
  display: block;
  background: url("../images/common/icon-tel03.png") no-repeat center center;
    background-size: auto;
  background-size: 26px 26px;
  height: 26px;
  width: 26px;
  position: absolute;
  top: -1px;
  left: 0;
}
.p-footerLowerContact__tellTxt {
  font-size: 18px;
  line-height: 1;
  text-align: left;
  margin: 10px 0 0;
}
.p-footerLowerContact__tellTxt span.p-header_timeAttention {
  font-size: 14px;
}
.p-footerLowerContact__btn {
  margin-top: 20px;
}
.p-footerLowerContact__btn a.c-btn {
  width: 100%;
  text-align: center;
}
.p-footerLowerMenu {
  
}
.p-footerLowerMenuInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #FFF;
}
.p-footerLowerMenu__item {
  margin-right: 28px;
}
.p-footerLowerMenu__item:last-of-type {
  margin-right: 0;
}
.p-footerLowerMenu__itemLink {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.p-footerLowerMenu__itemLink.p-footerLowerMenu--linkNone a {
  pointer-events: none;
}
.p-footerLowerMenu__itemLink:nth-of-type(n + 2) {
  margin-top: 8px;
}
.p-footerLowerMenu__itemLink a {
  color: #FFF;
}
.p-footerLowerMenuSubList {
  margin-top: 15px;
}
.p-footerLowerMenuSubList li {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.p-footerLowerMenuSubList li + li {
  margin-top: 13px;
}
.p-footerLowerMenuSubList li a {
  color: #FFF;
  display: inline-block;
  position: relative;
  padding: 0 0 0 14px;
}
.p-footerLowerMenuSubList li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #77bc00;
  border-right: 2px solid #77bc00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.p-footerLowerOtherLink {
  position: relative;
}
.p-footerLowerOtherLink a {
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: #FFF;
}

.p-footeCopy {
  border-top: #4f5050 1px solid;
  padding: 32px 0;
}
.p-footeCopy__txt {
  font-size: 12px;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
}
.p-footerbarAreaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}
.p-footerbarAreaList li {
  width: calc( 100% / 2 - 5px);
  margin: 0 0 0 10px;
}
.p-footerbarAreaList li:first-child {
  margin: 0;
}
@media screen and (max-width: 1540px) {
  .p-footerLowerInner{
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-footerLowerHead {
    margin-right: 50px;
  }
  .p-footerLowerMenu {
    width: 100%;
  }
  .p-footerLowerMenuInner {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .p-footerLowerMenuInner {
    display: none;
  }
  .p-footerLowerOtherLink {
    margin-top: 50px;
  }
  .p-footerLowerOtherLink a {
    font-size: 12px;
    line-height: 1.5;
    position: static;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 57px 0 0 0;
  }
  .p-footerWrap {
    padding: 0 20px;
  }
  .p-footerGroup__title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .p-footerGroupBar {
    width: auto;
  }
  .p-footerGroupBarList {
    display : block;
  }
  .p-footerGroupBarList li {
    max-width: 196px;
    margin: 0 auto;
  }
  .p-footerGroupBarList li:nth-of-type(3n + 1) {
    margin-left: auto;
  }
  .p-footerGroupBarList li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .p-footerGroupBarList li:nth-child(2n + 1) {
    margin-left: auto;
  }
  .p-footerLower {
    margin: 60px auto 0;
    padding: 0 0 50px 0;
  }
  .p-footerLower{

  }
  .p-footerLowerInner{
    display : block;
  }

  .p-footerLowerHead {
    max-width: 258px;
    margin: 0 auto;
  }
  .p-footerLowerHead__logo {
  }
  .p-footerLowerHead__access {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 15px;
  }

  .p-footerLowerContact {
    /*width: 350px;*/
    width: 100%;
    margin: 40px auto 0;
  }
  .p-footerLowerContact__tell {
    display: block;
    margin: 0 auto;
    max-width: 351px;
  }
  .p-footerLowerContact__tellNum {
    margin: 0 0 5px;
  }
  .p-footerLowerContact__tellNum a {
    font-size: 24px;
    padding: 0 0 0 31px;
  }
  .p-footerLowerContact__tellNum a:before {
    background: url("../images/common/icon-tel03.png") no-repeat center center;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    top: 0px;
  }
  .p-footerLowerContact__tellTxt {
    font-size: 16px;
    line-height: 1;
  }
  .p-footerLowerContact__btn {
    margin-top: 20px;
  }
  .p-footerLowerContact__btn a.c-btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
  }
  .p-footerLowerMenu {

  }

  .p-footerLowerOtherLink {
    margin-top: 50px;
  }
  .p-footerLowerOtherLink a {
    font-size: 12px;
    line-height: 1.5;
  }

  .p-footeCopy {
    border-top: #4f5050 1px solid;
    padding: 32px 0;
  }
  .p-footeCopy__txt {
    font-size: 12px;
    line-height: 1.5;
  }
  .p-footerbarAreaList {
    display: block;
    margin: 10px 0;
  }
  .p-footerbarAreaList li {
    width: auto;
    max-width: 196px;
    margin: 10px auto 0;
  }
  .p-footerbarAreaList li:first-child {
     margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  .p-footerLowerContact__tellTxt {
    line-height: 1.2;
  }
  .p-footerLowerContact__tellTxt span.p-header_timeAttention {
    display: block;
  }
  .p-footerLowerContact__tell {
    max-width: 240px;
  }
}


/* Single
===============================================================*/
.p-pageSingleHead {
  padding-bottom: 40px;
  border-bottom: #eee 2px solid;
}

.p-pageSingleContents {
  margin-top: 50px;
}

.p-pageSingleHead__title {
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
}

.p-pageSingleHeadInfo__date {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #999;
}

@media screen and (max-width: 768px) {
  .p-pageSingleHead {
    padding-bottom: 30px;
  }

  .p-pageSingleContents {
    margin-top: 24px;
  }

  .p-pageSingleHead__title {
    font-size: 22px;
  }

  .p-pageSingleHeadInfo__date {
    margin-top: 10px;
    font-size: 14px;
  }
}

.c-body {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

.c-body p {
  margin-bottom: 15px;
}

.c-body *+p {
  margin-top: 15px;
}

.c-body h2 {
  font-size: 26px;
  line-height: 1.6;
  border-bottom: #ccc 2px solid;
  padding: 0 0 12px 0;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
}

.c-body h2:before {
  content: '';
  display: block;
  height: 2px;
  width: 64px;
  background: #006888;
  z-index: 1;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: auto;
}

.c-body *+h2 {
  margin-top: 70px;
}

.c-body h3 {
  background: #f0f2f5;
  font-size: 22px;
  line-height: 1.3;
  text-align: left;
  padding: 10px 20px 12px 16px;
  font-weight: bold;
  /*border-top: #006888 2px solid;*/
  margin-bottom: 20px;
}

.c-body *+h3 {
  margin-top: 40px;
}

.c-body h2+h3 {
  margin-top: 25px;
}

.c-body h4 {
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding: 3px 0 4px 15px;
  margin-bottom: 20px;
  border-left: #006888 3px solid;
}

.c-body *+h4 {
  margin-top: 40px;
}

.c-body h2+h4,
.c-body h3+h4 {
  margin-top: 25px;
}

.c-body ol {
  font-size: 16px;
  line-height: 1.875;
  margin: 20px 0;
  counter-reset: item;
  list-style: none;
}

.c-body ol>li {
  position: relative;
  text-indent: 0;
  padding: 0 0 0 30px;
}

.c-body ol>li:before {
  counter-increment: item;
  content: '（' counter(item)'）';
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 0 1px 0;
}

.c-body ol>li+li {
  margin-top: 5px;
}

.c-body ol.olist>li:before {
  content: counter(item);
  color: #006888;
  border-radius: 999px;
  border: #006888 1px solid;
}

.c-body ol.olist>li+li {
  margin-top: 11px;
}


.c-body ol.list--kana {
  list-style: katakana;
  margin-left: 2em;
}

.c-body ol.list--kana>li {
  text-indent: 0;
  padding-left: 0;
}

.c-body ol.list--kana>li:before {
  display: none;
}

.c-body ul {
  font-size: 16px;
  line-height: 1.875;
  margin: 20px 0;
}

.c-body ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.c-body ul li+li {
  margin-top: 5px;
}

.c-body ul li:before {
  content: '・';
}

.c-body ol li a,
.c-body ul li a {
  color: #006888;
  text-decoration: underline;
}

.c-body table {
  width: 100%;
}

.c-body table th,
.c-body table td {
  box-sizing: border-box;
  border: #888 solid 1px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 10px 9px;
}

.c-body table th {
  background: #d2f3ef;
  width: 150px;
}

.c-body a {
  color: #006888;
  text-decoration: underline;
}

.c-body a.alink,
.c-body .alink>a {
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  border-bottom: 1px solid #006888;
}

.c-body a.alink:before,
.c-body .alink>a:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  background: linear-gradient(to bottom left, transparent 50%, #006888 50%) top right/ 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #006888 50%) bottom right / 100% 50% no-repeat;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .c-body {
    font-size: 14px;
    line-height: 1.8;
  }

  .c-body p {
    margin-bottom: 15px;
  }

  .c-body *+p {
    margin-top: 15px;
  }

  .c-body h2 {
    font-size: 20px;
    line-height: 1.6;
    border-bottom: #ccc 2px solid;
    padding: 0 0 12px 0;
    margin-bottom: 20px;
  }

  .c-body *+h2 {
    margin-top: 50px;
  }

  .c-body h3 {
    font-size: 18px;
    line-height: 1.3;
    padding: 9px 20px 12px 14px;
    margin-bottom: 20px;
  }

  .c-body *+h3 {
    margin-top: 40px;
  }

  .c-body h2+h3 {
    margin-top: 25px;
  }

  .c-body h4 {
    font-size: 16px;
    line-height: 1.5;
    padding: 2px 0 4px 12px;
    margin-bottom: 20px;
    border-left: #006888 2px solid;
  }

  .c-body *+h4 {
    margin-top: 40px;
  }

  .c-body h2+h4,
  .c-body h3+h4 {
    margin-top: 25px;
  }

  .c-body ol {
    font-size: 14px;
    line-height: 1.875;
    margin: 20px 0;
  }

  .c-body ol>li+li {
    margin-top: 5px;
  }

  .c-body ol>li:before {}

  .c-body ol.list--kana {
    margin-left: 2em;
  }

  .c-body ol.list--kana>li {
    text-indent: 0;
    padding-left: 0;
  }

  .c-body ul {
    font-size: 14px;
    line-height: 1.875;
    margin: 20px 0;
  }

  .c-body ul li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .c-body ul li+li {
    margin-top: 5px;
  }

  .c-body table th,
  .c-body table td {
    border: #888 solid 1px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 10px 9px;
  }

  .c-body table th {
    width: 150px;
  }

}


