@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.endText a:hover {
		text-decoration: none;
	}
	.endText.left {
		margin-left: 15px;
		text-align: left;
		text-indent: -15px;
	}
}
.tsu {
	font-family: "FOT-TsukuARdGothicStd";
}
.content {
	margin: 0 auto;
	max-width: 1000px;
}
.headLine01 {
	margin-bottom: 24px;
	color: #5d5d5d;
	font-size: 4.4rem;
	line-height: 1.41;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "FOT-TsukuARdGothicStd";
	text-shadow: -3px 0 #fff, 0 3px #fff, 3px 0 #fff, 0 -3px #fff;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.headLine01 .color {
	color: #e34d6f;
}
.headLine01 .icon {
	position: relative;
}
.headLine01 .icon::before {
	content: "";
	width: 8px;
	height: 8px;
	background: url("../../img/index/icon05.png")no-repeat center center;
	position: absolute;
	left: calc(50% - 1px);
	top: -6px;
}
.endText {
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.endText a {
	color: #137ba7;
	text-decoration: underline;
}
.line {
	padding-bottom: 3px;
	color: #e34d6f;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ Pro W6";
	background: url("../../img/common/line.png") repeat-x center bottom / 100% 16px;
}
.box {
	margin-bottom: 27px;
	padding: 38px 47px 41px;
	background-color: #fffdee;
	border: 3px solid #e34d6f;
	border-radius: 30px;
	position: relative;
	box-sizing: border-box;
}
.box h3 {
	margin-bottom: 11px;
	text-align: center;
}
.box h3 span {
	padding-bottom: 22px;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url("../../img/index/line01.png") repeat-x left bottom;
}
.box h3 small {
	font-size: 1.5rem;
	font-weight: normal;
}
.vertical {
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.vertical span {
	display: inline-block;
	font-size: 2.4rem;
	line-height: 2.2;
	letter-spacing: 0.1em;
	color: #5d5d5d;
	border-right: 3px dotted #333;
	font-family: "FOT-TsukuARdGothicStd";
	font-weight: 400;
}
.vertical .pink {
	color: #e34d6f;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
	}
	.headLine01 {
		margin-bottom: 15px;
		font-size: 2.7rem;
		line-height: 1.22;
		text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
	}
	.headLine01 .icon::before {
		background-size: 5px auto;
		left: calc(50% - 3px);
		top: -5px;
	}
	.endText {
		margin-left: 11px;
		text-indent: -11px;
		text-align: left;
		line-height: 1.4;
		font-size: 1rem;
		word-break: break-all;
	}
	.line {
		padding-bottom: 0;
		background-size: 100% 8px;
	}
	.box {
		margin-bottom: 13px;
		padding: 23px 17px 26px;
		border-width: 2px;
		border-radius: 8px;
	}
	.box h3 span {
		padding-bottom: 15px;
		font-size: 1.6rem;
		line-height: 1.5;
		background-size: auto 5px;
	}
	.box h3 small {
		font-size: 1rem;
	}
	.vertical span {
		font-size: 1.25rem;
		border-width: 2px;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 2.2rem;
	}
}
@media all and (-ms-high-contrast:none) {
	.line {
		padding-bottom: 0;
	}
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
/*	display: none;*/
	padding: 10px 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #61c2b5;
	box-sizing: border-box;
	z-index: 1000;
}
/*--固定フッターサイス---------*/
.content .subBox{
width: 700px;
position: relative;
margin: 0 auto;
}
/*---------------------------*/
.fixedBox ul {
	display: flex;
	justify-content: space-between;
}
.fixedBox li {
	width: calc((100% - 20px) / 2);
}
.fixedBox li a {
	display: block;
}
.fixedBox li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.fixedBox {
		padding: 7px 15px;
	}
	.fixedBox .content {
		padding: 0;
	}
	.fixedBox ul {
		/*margin: 0 auto;*/
		max-width: 345px;
        margin-bottom: 10px;
	}
	.fixedBox ul li {
		width: calc((100% - 14px) / 2);
	}
}