@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
	margin: 0;
	font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}

small{
	font-size: 80%;
}
/*--------------------------------------
　Base
---------------------------------------*/

html {
    font-size: 62.5%;
}
body {
	font-family: "Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",sans-serif;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	min-width: 320px;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0 auto 52px;
	width: 800px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
a:focus, a:hover {
    color: inherit;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.sp {
	display: none;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 1.2rem;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.flex {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.ow {
	font-family: 'Oswald', sans-serif;
}
.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}

#contents {
	padding: 0 0 14%;
	max-width: 1000px;
	margin: 0 auto;
}


/*--------------------------------------
　共通
---------------------------------------*/
.secTitWrap {
	border-bottom: solid 10px rgba(203,178,162,0.3);
}
.secTitBox {
	background: rgba(203,178,162,0.3);
	text-align: center;
	width: 284px;
	margin: 0 auto;
	padding: 1rem 1rem 0;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.secTitBox .secTit {
	font-size: 2rem;
}
.secTitBox .secTit span {
	font-weight: 600;
}
.secTit_small {
	font-size: 1.6rem;
	text-align: center;
}
.secTit_small span {
	font-weight: 600;
}
.secTit_small:after {
	transform: rotate(20deg);
	content: "/";
	margin-left: 20px;
	display: inline-block;
}
.secTit_small:before {
    transform: rotate(-60deg);
    content: "/";
    margin-right: 20px;
    display: inline-block;
}

/*--------------------------------------
　HEADER
---------------------------------------*/
header {
	background: #fff;
	padding: 1rem;
}
header > .cf {
}
header .logo {
	width: 160px;
	float: left;
	margin: 1.6rem 0 0;
}
header .btn-tel {
	width: 180px;
	float: right;
}
.btn-tel a {
	background: #259795 url("../img/btn_person.png") no-repeat center left 2rem;
	background-size: 60px auto;
	border-radius: 6px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.3;
	padding: 5px 45px 5px 90px;
	height: 100%;
}
.btn-tel a span {
	font-size: 2.8rem;
	font-weight: 600;
}
header .btn-tel a {
	background: #259795 url("../img/btn_person.png") no-repeat center left 5px;
	background-size: 40px auto;
	font-size: 1.2rem;
	line-height: 1.4;
    padding: 8px 5px 5px 45px;
}
header .btn-tel a span {
	font-size: 1.8rem;
}
.btn-shiryou {
	height: 52px;
}
.btn-shiryou a {
	background: #D5477F url("../img/btn_shiryou.png") no-repeat center left 2rem;
	background-size: 60px auto;
	border-radius: 6px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.4;
    padding: 25px 45px 5px 90px;
	height: 100%;
	font-weight: 600;
}


/*--------------------------------------
　KEY
---------------------------------------*/
.key {
	background: rgba(203,178,162,0.3) url("../img/key_person.png") no-repeat bottom right;
	background-size: contain;
	padding: 2rem 0 0;
	height: 86rem;
	margin: 0 0 3rem;
}
.key .whiteLabel {
	background: #fff;
	border-radius: 25px;
	padding: 1rem 2rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	display: table;
	margin: 0 auto 1rem;
    width: 92%;
    max-width: 400px;

}
.key .area {
    padding: 0.5rem 0.5rem;
    text-align: center;
    font-size: 2.9rem;
    line-height: 1.5;
    display: table;
    margin: 0 auto 0.1rem;
    width: 92%;
    max-width: 400px;
    font-weight: bold;
}
.key.area .jyoujyou{
	margin: 1rem auto 1rem;
}
.key.area .yen {
    font-size: 1.5rem;
    position: relative;
    padding: 0rem 4%;
    text-align: center;
    line-height: 1;
    display: table;
    margin: 0 auto;
}
.key.area .blueLabel{
	margin: 0rem 0.5rem;
}
.key .whiteLabel span {
	font-weight: 600;
}
.key .jyoujyou {
	width: 92%;
	margin: 0 auto 1.5rem;
	max-width: 400px;
}
.key .numBox {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #B8B5B5;
	padding: 1rem 2rem;
	width: 45%;
    margin: 0 auto 1rem;
}
.key .numBox dl {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.1em;
	align-items: baseline;
	display: flex;
	margin: 0 3% 0 0;
	line-height: 1;
}
.key .numBox dl:last-child {
	margin: 0;
}
.key .numBox dl dt,
.key .numBox dl dd {
	font-size: 1.2rem;
}
.key .numBox dl dd span{
	font-size: 2.5rem;
}
.key .w_blueLabel{
	width: 92%;
	max-width: 400px;
	margin: 0 auto;
}
.key .blueLabel {
	background: #044B70;
	color: #fff;
	text-align: center;
	padding: 5px;
	line-height: 1.5;
	/*margin: 2rem 0 0;*/

	margin: 1rem 0.5rem;
    display: inline-block;
    padding: 1rem;
    border-radius: 6px;
}
.key .yen {
	font-size: 1.5rem;
	position: relative;
	padding: 1rem 4% 3rem;
	text-align: center;
	line-height: 1;
	display: table;
	margin: 0 auto;
}
.key .yen span {
	font-size: 8rem;
	letter-spacing: 1px;
}
.key .yen .tax {
	font-size: 1.5rem;
    position: absolute;
    top: 36px;
    right: 2.5rem;
}
.key.area .yen .tax {
    top: 30px;
    right: 3rem;
}
.key .yen .span01 {
    font-size: 3.5rem;
}


/*--------------------------------------
　PLAN
---------------------------------------*/
.plan .typeBoxWrap {
	padding: 4% 4% 0;
}
.plan .typeBox {
	margin: 0 0 3rem;
	border-radius: 10px;
	border: solid 2px #044B70;
	padding: 4rem 2% 2rem;
	position: relative;
}
.plan .typeBox.owakare {
	border: solid 2px #F3BF45;
}
.plan .typeBox.ichinichi {
	border: solid 2px #4D9621;
}
.plan .typeBox.kazoku {
	border: solid 2px #C85656;
}
.plan .typeBox.ember {
	border: solid 2px #DF571B;
}
.plan .typeBox:before {
	content: "";
	background: #044B70;
	width: calc(100% + 4px);
	height: 3rem;
	position: absolute;
	top: -5px;
	left: -2px;
}
.plan .typeBox.owakare:before {
	background: #F3BF45;
}
.plan .typeBox.ichinichi:before {
	background: #4D9621;
}
.plan .typeBox.kazoku:before {
	background: #C85656;
}
.plan .typeBox.ember:before {
	background: #DF571B;
}
.plan .typeBox:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 366px 0 366px;
    border-color: #044B70 transparent transparent transparent;
    position: absolute;
    top: 2.5rem;
    left: 0;
}
.plan .typeBox.owakare:after {
    border-color: #F3BF45 transparent transparent transparent;
}
.plan .typeBox.ichinichi:after {
    border-color: #4D9621 transparent transparent transparent;
}
.plan .typeBox.kazoku:after {
    border-color: #C85656 transparent transparent transparent;
}
.plan .typeBox.ember:after {
    border-color: #DF571B transparent transparent transparent;
}
.plan .typeBox:last-child {
	margin: 0;
}
.plan .typeBox .txtInr {
	background: #fff;
	padding: 2rem 8% 0;
	position: relative;
	z-index: 1;
	margin: -1.6rem auto 0;
}
.plan .typeBox .planBox {
	margin: 0 0 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plan .typeBox .planBox .planName {
	font-size: 2.6rem;
	line-height: 1.4;
}
.plan .typeBox.ember .planBox .planName {
	font-size: 1.6rem;
}
.plan .typeBox.ember .planBox .planName span {
	font-size: 2.6rem;
}
.plan .typeBox .planBox .yen {
	font-size: 1.8rem;
	position: relative;
	margin: 0 0 0 1rem;
}
.plan .typeBox .planBox .yen span {
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.05em;
}
.plan .typeBox .planBox .yen .tax {
	font-size: 1.1rem;
	position: absolute;
	top: 9px;
    right: -22px;
}
.plan .typeBox .pic {
	margin: 0 0 1rem;
}
.plan .typeBox .chart {
	margin: 3rem auto 3rem;
	width: 80%;
}
.plan .typeBox.kasou .chart {
	margin: 3rem auto 1rem;
}
.plan .typeBox .txt_blue {
	text-align: center;
	color: #044B70;
	font-size: 1.4rem;
	margin: 0 0 1rem;
}
.plan .typeBox .notice {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1.1rem;
	margin: 0 0 1rem;
}
.plan .typeBox.ember .notice {
	margin: 0rem 0 3rem;
}
.plan .typeBox .list {
	border: solid 1px #707070;
	border-radius: 6px;
	padding: 1.5rem 2rem;
	margin: 0 0 1.5rem;
}
.plan .typeBox .list li {
	font-size: 1.4rem;
	font-weight: 200;
}
.plan .typeBox .list li:before {
	content: "■";
	color: #044B70;
}
.plan .typeBox.owakare .list li:before {
    color: #F3BF45;
}
.plan .typeBox.ichinichi .list li:before {
    color: #4D9621;
}
.plan .typeBox.kazoku .list li:before {
    color: #C85656;
}
.plan .typeBox.ember .list li:before {
    color: #DF571B;
}
.plan .box {
	margin: 3rem 0 0;
}
.plan .box .item {
	margin: 0 0 2rem;
}
.plan .box .item:last-child {
	margin: 0;
}
.plan .box .planBox {
    margin: 0;
}
.plan .box .chart {
    margin: 1rem auto 3rem;
}

.plan .about {
	padding: 0 6%;
	margin: 2rem 0 4rem;
}
.plan .about .tit {
	font-size: 1.8rem;
	margin: 0 0 1rem;
}
.plan .about .cf {
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan .about .ill {
	width: 25%;
	margin: 0 2rem 1rem 0;
}
.plan .about .cf p {
	font-weight: 200;
	flex: 1;
}


/*--------------------------------------
　STORE
---------------------------------------*/
.store .areaName {
	color: #259795;
	font-size: 2rem;
	margin: 0 0 1rem;
	line-height: 1.5;
}
.store .storeWrap {
	padding: 2rem 4% 0;
}
.store .storeWrap .storeBox {
	margin: 0 0 3rem;
}
.store .storeWrap .storeBox:last-child {
	margin: 0;
}
.store .storeWrap .storeBox ul {
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #707070;
}
.store .storeWrap .storeBox li {
	border: solid 1px #707070;
	border-right: none;
	border-bottom: none;
	text-align: center;
	padding: 5px;
	width: 50%;
}
.store .storeWrap .storeBox li:nth-child(2n) {
	border-right: solid 1px #707070;
}
.greenBox {
	width: 92%;
	max-width: 60%;
	margin: 3rem auto 0;
}
.greenBox a {
	background: #259795;
	border-radius: 6px;
	display: block;
	padding: 1rem 1.5rem;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.greenBox p {
	margin: 0 0 5px;
}
.greenBox .tel {
	max-width: 307px;
	margin: 0 auto;
}



/*--------------------------------------
　REASON
---------------------------------------*/
.reason .txtBox span {
	background: linear-gradient(transparent 80%, #CBB2A2 80%);
}
.reason {
	padding: 3rem 0;
}
.reason .txtBoxWrap {
	display: flex;
	align-items: center;
}
.reason .pic {
	width: 25%;
	margin: 0 3% 0 0;
}
.reason .txtBox {
	flex: 1;
}
.reason .txtBox p {
	font-weight: 200;
	font-size: 1.5rem;
}





/*--------------------------------------
　SUPPORT
---------------------------------------*/
.support {
	padding: 3rem 0;
}
.decoTit {
	font-size: 2.5rem;
	text-align: center;
	background: url("../img/tit_deco.png") no-repeat center top;
	background-size: 73px auto;
	padding: 4rem 0 0;
	margin: 0 0 1rem;
}
.decoTit span {
	font-weight: 600;
}
.reason .itemBox,
.support .itemBox {
	margin: 0 0 3rem;
	padding: 0 4%;
	border-top: solid 6px #CBB2A2;
	position: relative;
}
.reason .itemBox:last-child,
.support .itemBox:last-child {
	margin: 0;
}
.reason .itemBox .num,
.support .itemBox .num {
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
	background: url("../img/support_ccl.png") no-repeat center;
	background-size: 100%;
	width: 97px;
	height: 41px;
	margin: 0 auto 2rem;
	line-height: 1;
	padding: 5px 0 0;
}
.reason .itemBox .num {
	background: url("../img/reason_ccl.png") no-repeat center;
	background-size: 100%;
	width: 88px;
	height: 43px;
}
.reason .itemBox .sTit, 
.support .itemBox .sTit {
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	margin: 0 0 2rem;
}
.support .itemBox p {
	font-weight: 200;
}
.support .itemBox .txt {
	font-size: 1.5rem;
}
.support .itemBox .ctaBox {
	border: solid 2px #D4602E;
	border-radius: 6px;
	margin: 2rem auto 0;
	padding: 2%;
	position: relative;
	width: 62%;
}
.support .itemBox .ctaBox:before {
	content: "";
	background: url("../img/support_tel.png") no-repeat;
	background-size: 100%;
	width: 290px;
    height: 200px;
	position: absolute;
	top: -3rem;
    left: -6rem;
}
.support .itemBox .ctaBox ul {
	float: right;
	width: 60%;
	margin: 0.5rem 0 1rem;
}
.support .itemBox .ctaBox li {
	font-weight: 200;
	font-size: 1.5rem;
}
.support .itemBox .ctaBox .oraBox {
	background: #D4602E;
	border-radius: 6px;
	padding: 3%;
	clear: both;
	z-index: 1;
    position: relative;
}
.support .itemBox .ctaBox .oraBox p {
	color: #fff;
	font-weight: 200;
	font-size: 1.4rem;
	border-bottom: solid 1px #fff;
	padding: 0 0 3px;
	text-align: center;
}
.support .itemBox .ctaBox .oraBox .txt02 {
	padding: 3px 0;
}
.support .itemBox .ctaBox .oraBox .tel {
	text-align: center;
	margin: 10px auto 0;
	max-width: 307px;
}
.support .sBoxWrap {
	padding: 0 2%;
}
.support .sBox {
	padding: 0 0 2rem;
	margin: 0 0 2rem;
	border-bottom: solid 1px #707070;
}
.support .sBox:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.support .sBox .tit {
	background: url("../img/support_icon_pay01.png") no-repeat left center;
	background-size: 40px auto;
	padding: 0 0 0 5rem;
	margin: 0 0 1rem;
}
.support .sBox:nth-child(2) .tit {
	background: url("../img/support_icon_pay02.png") no-repeat left center;
	background-size: 40px auto;
	display: inline-block;
	margin: 0 1rem 0 0;
	vertical-align: top;
}
.support .sBox:nth-child(3) .tit {
	background: url("../img/support_icon_pay03.png") no-repeat left center;
	background-size: 40px auto;
}
.support .sBox:nth-child(2) .label {
	display: inline-block;
	vertical-align: middle;
}
.support .sBox .label li {
	background: #707070;
	font-size: 1.4rem;
	font-weight: 200;
	color: #fff;
	line-height: 1;
	padding: 5px 14px;
	float: left;
	margin: 0 3px 0 0;
}
.support .sBox .txt {
	font-weight: 200;
	margin: 1.5rem 0 0;
}
.support .sBox .notice {
	font-weight: 200;
	font-size: 1.4rem;
}

.support .itemBox p.w4 {
	font-weight: 400;
	padding: 0;
}
.support .itemBox .followBox {
	margin: 2rem 0 0;
	padding: 0 2%;
}
.support .itemBox .followBox .tit {
	font-weight: 400;
}
.support .itemBox .followBox .exBox dl {
	margin: 0 0 1rem;
}
.support .itemBox .followBox .exBox dl:last-child {
	margin: 0;
}
.support .itemBox .followBox .exBox dd {
	font-weight: 200;
	padding: 0 0 0 3rem;
}
.support .chart {
	width: 90%;
	max-width: 360px;
	margin: 0 auto;
}


/*--------------------------------------
　VOICE
---------------------------------------*/
.voice {
	padding: 3rem 0;
}
.voice .voiceTit {
	font-size: 2.5rem;
	color: #259795;
	text-align: center;
	border-bottom: solid 10px #259795;
}
.voice .itemBoxWrap {
	padding: 6% 8%;
}
.voice .itemBox {
	margin: 0 0 3rem;
}
.voice .itemBox:last-child {
	margin: 0;
}
.voice .pic {
	margin: 0 0 1rem;
}
.voice .label {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	font-weight: 200;
	width: 138px;
	padding: 7px;
	line-height: 1;
	margin: 0 0 1.5rem;
	float: right;
}
.voice .label.green {
	background: #4D9621;
}
.voice .label.red {
	background: #C85656;
}
.voice .label.orange {
	background: #DF571B;
}
.voice p {
	font-weight: 200;
	clear: both;
}
.voice .by {
	font-size: 1.4rem;
	text-align: right;
	margin: 0.5rem 0 0;
}





/*--------------------------------------
　PRESENT
---------------------------------------*/
.present {
	background: #FFF2F2;
	padding: 3rem 4%;
	margin: 0 0 4rem;
}
.present .slash {
	text-align: center;
	font-size: 1.8rem;
	color: #D5477F;
	font-weight: 200;
	background: url("../img/slash_pink.png") no-repeat left center, url("../img/slash_pink_right.png") no-repeat right center;
	background-size: 27px auto;
	display: table;
    margin: 0 auto 1.5rem;
    padding: 0 4rem;
}
.present .tit {
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	margin: 0 0 2rem;
}
.present .cf {
	display: flex;
	align-items: center;
	justify-content: center;
}
.present .pic {
	width: 30%;
	margin: 0 2% 0 0;
}
.present .txt {
	color: #292929;
	font-weight: 200;
}
.btn-pink {
	max-width: 60%;
	margin: 2rem auto 1rem;
}
.btn-pink a {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background: #D5477F url("../img/arr_ccl_pink.png") no-repeat center right 2rem;
	background-size: 28px auto;
	border-radius: 5px;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	padding: 1.5rem 2rem;
	text-align: center;
}
.present .align_center {
	text-align: center;
	font-weight: 200;
}


/*--------------------------------------
　FAQ
---------------------------------------*/
.faq {
	margin: 4rem 0 0;
}
.faq .sTit {
	background: rgba(203,178,162,0.3);
	font-size: 2rem;
	padding: 1rem 2rem;
}
.faq .faqRow dl dt {
	border-bottom: solid 1px #707070;
	padding: 1.8rem 2rem;
	line-height: 1.6;
}
.faq .faqRow dl dt.open {
	background: rgba(203,178,162,0.1);
}
.faq .faqRow dl dd {
	padding: 1.8rem 2rem;
	display: none;
	border-bottom: solid 1px #707070;
}
.faq .faqRow dl:last-child dd {
	border-bottom: none;
}

/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
	position: fixed;
	width: 800px;
    bottom: 0;
    left: calc(50% - 400px);
	z-index: 100;
	background: rgba(255,255,255,0.6);
    padding: 1rem;
}
footer > .cf > div {
	width: 49.5%;
	height: 8rem;
	background: #fff;
	border-radius: 6px;
}
footer .btn-tel {
    float: left;
}
footer .btn-shiryou {
    float: right;
}





@media screen and (max-width: 599px) {

.pc {
	display: none;
}
.sp {
	display: block;
}

body {
	width: 100%;
}
	
	
	
/*--------------------------------------
　HEADER
---------------------------------------*/
.btn-tel {
	width: 180px;
	float: right;
}
.btn-tel a {
	background: #259795 url("../img/btn_person.png") no-repeat center left 5px;
	background-size: 40px auto;
	border-radius: 6px;
	font-size: 1.2rem;
	line-height: 1.4;
    padding: 5px 5px 5px 45px;
}
.btn-tel a span {
	font-size: 1.8rem;
}
.btn-shiryou {
	height: 52px;
}
.btn-shiryou a {
	background: #D5477F url("../img/btn_shiryou.png") no-repeat center left 5px;
	background-size: 40px auto;
	border-radius: 6px;
	font-size: 1.6rem;
	line-height: 1.4;
    padding: 15px 5px 5px 45px;
	height: 100%;
	font-weight: 600;
}
	
/*--------------------------------------
　KEY
---------------------------------------*/
.key {
	background: rgba(203,178,162,0.3) url("../img/key_person.png") no-repeat bottom center;
	background-size: 100%;
	padding: 2rem 0 0;
	height: 62rem;
	margin: 0 0 3rem;
}
.area.key{
    height: 64rem;
}

.key .numBox {
    width: 90%;
}	

/*--------------------------------------
　PLAN
---------------------------------------*/
.plan .typeBoxWrap {
	padding: 4% 4% 0;
}
.plan .typeBox {
	margin: 0 0 3rem;
	border-radius: 10px;
	padding: 4rem 2% 1rem;
}
.plan .typeBox:before {
	width: calc(100% + 4px);
	height: 3rem;
	position: absolute;
	top: -5px;
	left: -2px;
}
.plan .typeBox:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 45.5vw 0 45.5vw;
    border-color: #044B70 transparent transparent transparent;
    position: absolute;
    top: 2.5rem;
    left: 0;
}
.plan .typeBox.owakare:after {
    border-color: #F3BF45 transparent transparent transparent;
}
.plan .typeBox.ichinichi:after {
    border-color: #4D9621 transparent transparent transparent;
}
.plan .typeBox.kazoku:after {
    border-color: #C85656 transparent transparent transparent;
}
.plan .typeBox.ember:after {
    border-color: #DF571B transparent transparent transparent;
}
.plan .typeBox:last-child {
	margin: 0;
}
.plan .typeBox .txtInr {
	background: #fff;
	padding: 1rem 4% 0;
	position: relative;
	z-index: 1;
	margin: -1.6rem auto 0;
}
.plan .typeBox .planBox {
	margin: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plan .typeBox .planBox .planName {
	font-size: 2.6rem;
	line-height: 1.4;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.plan .typeBox.ember .planBox .planName {
	font-size: 3rem;
	margin-right: 10px;
}
.plan .typeBox.ember .planBox .planName span {
	font-size: 2.6rem;
}
.plan .typeBox .planBox .yen {
	font-size: 1.8rem;
	position: relative;
	margin: 0 0 0 1rem;
}
.plan .typeBox .planBox .yen span {
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.05em;
}
.plan .typeBox .planBox .yen .tax {
	font-size: 1.1rem;
	top: 9px;
    right: -4px;
}
.plan .typeBox .pic {
	width: 100%;
}
.plan .typeBox.kasou .chart {
    margin: 2rem auto 0.5rem;
	width: 100%;
}
.plan .typeBox .txt_blue {
	font-size: 1.4rem;
	margin: 0 0 1rem;
}
.plan .typeBox .notice {
	font-size: 1.1rem;
	margin: 0 0 1rem;
}
.plan .typeBox.ember .notice {
	margin: -0.4rem 0 2rem;
}
.plan .typeBox .list {
	border: solid 1px #707070;
	border-radius: 6px;
	padding: 1rem;
	margin: 0 0 1.5rem;
}
.plan .typeBox .list li {
	font-size: 1.4rem;
	font-weight: 200;
}
.plan .about {
	padding: 0 6%;
	margin: 2rem 0 4rem;
}
.plan .about .cf {
    display: block;
}
.plan .about .tit {
	font-size: 1.8rem;
	margin: 0 0 1rem;
}
.plan .about .ill {
	float: left;
	width: 40%;
	margin: 0 2rem 1rem 0;
}
.plan .about .cf p {
	font-weight: 200;
}


/*--------------------------------------
　STORE
---------------------------------------*/
.store .areaName {
	color: #259795;
	font-size: 2rem;
	margin: 0 0 1rem;
	line-height: 1.5;
}
.store .storeWrap {
	padding: 2rem 4% 0;
}
.store .storeWrap .storeBox {
	margin: 0 0 3rem;
}
.store .storeWrap .storeBox:last-child {
	margin: 0;
}
.store .storeWrap .storeBox ul {
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #707070;
}
.store .storeWrap .storeBox li {
	border: solid 1px #707070;
	border-right: none;
	border-bottom: none;
	text-align: center;
	padding: 5px;
	width: 50%;
}
.store .storeWrap .storeBox li:nth-child(2n) {
	border-right: solid 1px #707070;
}
.greenBox {
	width: 92%;
	max-width: 100%;
	margin: 3rem auto 0;
}
.greenBox a {
	background: #259795;
	border-radius: 6px;
	display: block;
	padding: 1rem 1.5rem;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.greenBox p {
	margin: 0 0 5px;
}
.greenBox .tel {
	max-width: 307px;
	margin: 0 auto;
}



/*--------------------------------------
　REASON
---------------------------------------*/
.reason {
	padding: 3rem 0;
}
.reason .txtBoxWrap {
    display: block;
}
.reason .pic {
	float: left;
	width: 44%;
	margin: 0 3% 0 0;
}
.reason .txtBox {
	overflow: hidden;
	width: auto;
}
.reason .txtBox p {
	font-weight: 200;
	font-size: 1.5rem;
}　
.reason .txtBox p span {
	background: linear-gradient(transparent 60%, #CBB2A2 60%);
}





/*--------------------------------------
　SUPPORT
---------------------------------------*/
.support {
	padding: 3rem 0;
}
.decoTit {
	font-size: 2.5rem;
	text-align: center;
	background: url("../img/tit_deco.png") no-repeat center top;
	background-size: 73px auto;
	padding: 4rem 0 0;
	margin: 0 0 1rem;
}
.decoTit span {
	font-weight: 600;
}
.reason .itemBox,
.support .itemBox {
	margin: 0 0 3rem;
	padding: 0 4%;
	border-top: solid 6px #CBB2A2;
	position: relative;
}
.reason .itemBox:last-child,
.support .itemBox:last-child {
	margin: 0;
}
.reason .itemBox .num,
.support .itemBox .num {
	text-align: center;
	font-size: 2.6rem;
	color: #fff;
	background: url("../img/support_ccl.png") no-repeat center;
	background-size: 100%;
	width: 97px;
	height: 41px;
	margin: 0 auto 2rem;
	line-height: 1;
	padding: 5px 0 0;
}
.reason .itemBox .num {
	background: url("../img/reason_ccl.png") no-repeat center;
	background-size: 100%;
	width: 88px;
	height: 43px;
}
.reason .itemBox .sTit, 
.support .itemBox .sTit {
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	margin: 0 0 2rem;
}
.support .itemBox p {
	font-weight: 200;
}
.support .itemBox .txt {
	font-size: 1.5rem;
}
.support .itemBox .ctaBox {
	border: solid 2px #D4602E;
	border-radius: 6px;
	margin: 2rem 0 0;
	padding: 2%;
	position: relative;
	width: 100%;
}
.support .itemBox .ctaBox:before {
	content: "";
	background: url("../img/support_tel.png") no-repeat;
	background-size: 100%;
	width: 290px;
    height: 200px;
	position: absolute;
	top: -3rem;
    left: -6rem;
}
.support .itemBox .ctaBox ul {
	float: right;
	width: 60%;
	margin: 0.5rem 0 1rem;
}
.support .itemBox .ctaBox li {
	font-weight: 200;
	font-size: 1.5rem;
}
.support .itemBox .ctaBox .oraBox {
	background: #D4602E;
	border-radius: 6px;
	padding: 3%;
	clear: both;
	z-index: 1;
    position: relative;
}
.support .itemBox .ctaBox .oraBox p {
	color: #fff;
	font-weight: 200;
	font-size: 1.4rem;
	border-bottom: solid 1px #fff;
	padding: 0 0 3px;
	text-align: center;
}
.support .itemBox .ctaBox .oraBox .txt02 {
	padding: 3px 0;
}
.support .itemBox .ctaBox .oraBox .tel {
	text-align: center;
	margin: 10px auto 0;
	max-width: 307px;
}
.support .sBoxWrap {
	padding: 0 2%;
}
.support .sBox {
	padding: 0 0 2rem;
	margin: 0 0 2rem;
	border-bottom: solid 1px #707070;
}
.support .sBox:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.support .sBox .tit {
	background: url("../img/support_icon_pay01.png") no-repeat left center;
	background-size: 40px auto;
	padding: 0 0 0 5rem;
	margin: 0 0 1rem;
}
.support .sBox:nth-child(2) .tit {
	background: url("../img/support_icon_pay02.png") no-repeat left center;
	background-size: 40px auto;
	display: inline-block;
	margin: 0 1rem 0 0;
	vertical-align: top;
}
.support .sBox:nth-child(3) .tit {
	background: url("../img/support_icon_pay03.png") no-repeat left center;
	background-size: 40px auto;
}
.support .sBox:nth-child(2) .label {
	display: inline-block;
	vertical-align: middle;
}
.support .sBox .label li {
	background: #707070;
	font-size: 1.4rem;
	font-weight: 200;
	color: #fff;
	line-height: 1;
	padding: 5px 14px;
	float: left;
	margin: 0 3px 0 0;
}
.support .sBox .txt {
	font-weight: 200;
	margin: 1.5rem 0 0;
}
.support .sBox .notice {
	font-weight: 200;
	font-size: 1.4rem;
}

.support .itemBox p.w4 {
	font-weight: 400;
	padding: 0;
}
.support .itemBox .followBox {
	margin: 2rem 0 0;
	padding: 0 2%;
}
.support .itemBox .followBox .tit {
	font-weight: 400;
}
.support .itemBox .followBox .exBox dl {
	margin: 0 0 1rem;
}
.support .itemBox .followBox .exBox dl:last-child {
	margin: 0;
}
.support .itemBox .followBox .exBox dd {
	font-weight: 200;
	padding: 0 0 0 3rem;
}
.support .chart {
	width: 90%;
	margin: 0 auto;
}


/*--------------------------------------
　VOICE
---------------------------------------*/
.voice {
	padding: 3rem 0;
}
.voice .voiceTit {
	font-size: 2.5rem;
	color: #259795;
	text-align: center;
	border-bottom: solid 10px #259795;
}
.voice .itemBoxWrap {
	padding: 6%;
}
.voice .itemBox {
	margin: 0 0 3rem;
}
.voice .itemBox:last-child {
	margin: 0;
}
.voice .pic {
	margin: 0 0 1rem;
}
.voice .label {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	font-weight: 200;
	width: 138px;
	padding: 7px;
	line-height: 1;
	margin: 0 0 1.5rem;
	float: right;
}
.voice .label.green {
	background: #4D9621;
}
.voice .label.red {
	background: #C85656;
}
.voice .label.orange {
	background: #DF571B;
}
.voice p {
	font-weight: 200;
	clear: both;
}
.voice .by {
	font-size: 1.4rem;
	text-align: right;
	margin: 0.5rem 0 0;
}





/*--------------------------------------
　PRESENT
---------------------------------------*/
.present {
	background: #FFF2F2;
	padding: 3rem 4%;
	margin: 0 0 4rem;
}
.present .slash {
	text-align: center;
	font-size: 1.8rem;
	color: #D5477F;
	font-weight: 200;
	background: url("../img/slash_pink.png") no-repeat left center, url("../img/slash_pink_right.png") no-repeat right center;
	background-size: 27px auto;
	display: table;
    margin: 0 auto 1.5rem;
    padding: 0 4rem;
}
.present .tit {
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	margin: 0 0 2rem;
}
.present .cf {
    display: block;
}
.present .pic {
	width: 50%;
	float: left;
	margin: 0 2% 0 0;
}
.present .txt {
	overflow: hidden;
	width: auto;
	color: #292929;
	font-weight: 200;
}
.btn-pink {
	margin: 2rem auto 1rem;
	    max-width: 100%;
}
.btn-pink a {
	background: #D5477F url("../img/arr_ccl_pink.png") no-repeat center right 2rem;
	background-size: 28px auto;
	border-radius: 5px;
	font-size: 1.8rem;
	padding: 1.5rem 2rem;
	text-align: center;
}


/*--------------------------------------
　FAQ
---------------------------------------*/
.faq {
	margin: 4rem 0 0;
}
.faq .sTit {
	background: rgba(203,178,162,0.3);
	font-size: 2rem;
	padding: 1rem 2rem;
}
.faq .faqRow dl dt {
	border-bottom: solid 1px #707070;
	padding: 1.8rem 2rem;
	line-height: 1.6;
}
.faq .faqRow dl dt.open {
	background: rgba(203,178,162,0.1);
}
.faq .faqRow dl dd {
	padding: 1.8rem 2rem;
	display: none;
	border-bottom: solid 1px #707070;
}
.faq .faqRow dl:last-child dd {
	border-bottom: none;
}
	
	
/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
	padding: 0.5rem;
	width: 100%;
	left: 0;
}
footer > .cf > div {
	height: 6rem;
}
footer .btn-tel a {
    padding: 8px 5px 5px 45px;
}
footer .btn-shiryou a {
    background: #D5477F url(../img/btn_shiryou.png) no-repeat center left 10px;
    background-size: 40px auto;
    padding: 18px 5px 5px 45px;
}
	
}

  .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #888;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/

.faq .faqRow dl dt {
    border-bottom: solid 1px #707070;
    padding: 2rem 0 2rem 4rem;
    line-height: 1.6;
}