@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 35px;
	padding: 32px 0;
	background-color: #E3F6FF;
}
#main .mainVisual .imgBox {
	margin: 0 auto;
	width: 1020px;
	display: flex;
	justify-content: space-between;
}
#main .mainVisual .imgBox .textBox {
	margin: 25px 0 0 20px;
	width: 455px;
}
#main .mainVisual .imgBox .textBox h2 {
	margin-bottom: 41px;
	font-size: 4.8rem;
	line-height: 1.25;
	letter-spacing: 0.02em;
	font-feature-settings: 'palt';
}
#main .mainVisual .imgBox .textBox h2 small {
	margin-bottom: 3px;
	display: block;
	font-size: 3.2rem;
	line-height: 1.69;
}
#main .mainVisual .imgBox .textBox h2 span {
	color: #05A0DD;
}
#main .mainVisual .imgBox .textBox p {
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .mainVisual .imgBox .textBox .comLink {
	transform: translateX(-25px);
}
#main .mainVisual .imgBox .photoBox {
	width: 550px;
}
#main .news {
	margin-bottom: 40px;
	width: 680px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .news h2 {
	width: 180px;
	font-size: 2.6rem;
	letter-spacing: 0.02em;
	font-family: 'Roboto', sans-serif;
}
#main .news .newsList {
	margin-right: -10px;
	width: 490px;
	font-feature-settings: 'palt';
	letter-spacing: 0.04em;
}
#main .news dt {
	width: 100px;
	float: left;
}
#main .news dd {
	padding-left: 7.9em;
}
#main .news dd a {
	display: inline-block;
	vertical-align: top;
}
#main .sec01 {
	padding-top: 45px;
	background-color: #F6F6F6;
}
#main .sec01 .text {
	margin: 0 auto 57px;
	width: 580px;
}
#main .sec01 .textList {
	margin: -25px 0 39px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec01 .textList::after {
	width: 290px;
	content: '';
}
#main .sec01 .textList li {
	margin-top: 25px;
	padding: 1px 18px 19px;
	width: 290px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .sec01 .textList .ttl {
	margin: -17px auto 18px;
	padding: 1px 10px 4px;
	width: 171px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	border-radius: 20px;
	text-align: center;
	line-height: 1.23;
	letter-spacing: 0.06em;
	box-sizing: border-box;
	background-color: #E95550;
}
.safari #main .sec01 .textList .ttl {
	padding: 3px 10px 2px;
}
#main .sec01 .textList .pho {
	margin-bottom: 5px;
	text-align: center;
}
#main .sec01 .textList .pho img {
	height: 210px;
}
#main .sec01 .textList p {
	letter-spacing: 0.03em;
}
#main .sec01 .textList .link {
	margin-top: 15px;
	text-align: center;
}
#main .sec01 .textList .link a {
	padding-right: 20px;
	display: inline-block;
	color : #E95550;
	font-size: 1.4rem;
	font-weight: 700;
	vertical-align: top;
	background: url(../img/common/icon01.png) no-repeat right center / 14px auto;
}
#main .sec01 .centerText {
	margin-bottom: 59px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
}
#main .sec01 .centerText span {
	margin-right: 6px;
	padding: 0 5px 1px;
	min-width: 110px;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.35;
	letter-spacing: 0.06em;
	text-align: center;
	box-sizing: border-box;
	vertical-align: -3px;
	border-radius: 20px;
	background-color: #E95550;
}
.safari #main .sec01 .centerText span {
	padding: 1px 5px 0;
}
#main .sec01 .whiteBox {
	margin: 0 auto 43px;
	padding: 27px 45px 50px;
	width: 740px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .sec01 .whiteBox h3 {
	margin-bottom: 12px;
	color : #05A0DD;
	font-size: 2.2rem;
	text-align: center;
}
#main .sec01 .whiteBox .txt01 {
	margin: 0 auto 25px;
	width: 480px;
}
#main .sec01 .whiteBox .stepList {
	margin-bottom: 39px;
}
#main .sec01 .whiteBox .stepList li {
	margin-bottom: 39px;
	padding: 17px 30px 12px 56px;
	position: relative;
	color: #fff;
	border-radius: 10px;
	background-color: #66C3D8;
}
#main .sec01 .whiteBox .stepList li::after {
	width: 33px;
	height: 15px;
	position: absolute;
	left: 50%;
	bottom: -27px;
	transform: translateX(-50%);
	background: url(../img/common/icon02.png) no-repeat center center / cover;
	content: '';
}
#main .sec01 .whiteBox .stepList li:last-of-type::after {
	display: none;
}
#main .sec01 .whiteBox .stepList li:last-of-type {
	margin-bottom: 0;
}
#main .sec01 .whiteBox .stepList dl {
	display: flex;
	justify-content: space-between;
}
#main .sec01 .whiteBox .stepList dt {
	width: 50px;
	font-size: 6rem;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
#main .sec01 .whiteBox .stepList dt span {
	margin-bottom: -3px;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
#main .sec01 .whiteBox .stepList dd {
	width: calc(100% - 95px);
}
#main .sec01 .whiteBox .stepList dd .ttl {
	margin-bottom: 3px;
	font-size: 1.8rem;
	line-height: 1.33;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#main .sec01 .whiteBox .stepList dd .ttl span {
	margin-left: 5px;
	vertical-align: -2px;
}
#main .sec01 .whiteBox .stepList dd .ttl img {
	width: 148px;
}
#main .sec01 .whiteBox .txt02 {
	padding: 16px 10px;
	color : #05A0DD;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0.06em;
	border-radius: 10px;
	border: 2px solid #05A0DD;
	text-align: center;
}
#main .sec01 .photo {
	margin-bottom: 27px;
	text-align: center;
}
#main .sec01 .photo img {
	width: 762px;
}
#main .product {
	padding: 59px 0 90px;
}
#main .product .headLine01 {
	margin-bottom: 24px;
}
#main .product .textList {
	margin: -24px 0 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .product .textList li {
	margin-top: 24px;
	padding: 26px 30px 21px;
	width: 446px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #F7F7F7;
}
#main .product .textList .list01 {
	width: 100%;
}
#main .product .textList .titleDl {
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
}
#main .product .textList .titleDl dt {
	width: 70px;
}
#main .product .textList .titleDl dd {
	margin-top: 5px;
	width: calc(100% - 85px);
	color : #E95550;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.8;
}
#main .product .textList .titleDl dd span {
	margin-bottom: -6px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.73;
}
#main .product .textList .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .product .textList .imgBox .txtBox {
	width: 540px;
}
#main .product .textList .imgBox .phoBox {
	margin: 5px 19px 0 0;
	width: 264px;
}
#main .product .textDl {
	padding: 20px 15px 15px 37px;
	display: flex;
	justify-content: space-between;
	background-color: #F7F7F7;
	border-radius: 10px;
}
#main .product .textDl dt {
	width: 220px;
	color : #E95550;
	font-weight: 700;
	line-height: 1.73;
	display: flex;
	align-items: center;
	border-right: 1px dotted #000;
}
#main .product .textDl dd {
	margin-top: -2px;
	width: calc(100% - 220px);
}
#main .product .textDl dd .txtList {
	display: flex;
	flex-wrap: wrap;
}
#main .product .textDl dd .txtList li {
	width: 20%;
	text-align: center;
}
#main .product .textDl dd .txtList li .pho {
	margin-bottom: 3px;
}
#main .product .textDl dd .txtList li .pho img {
	width: 48px;
}
#main .product .textDl dd .txtList li p {
	line-height: 1.43;
}
#main .price {
	padding: 48px 0 69px;
	background-color: #F6F6F6;
}
#main .price .headLine01 {
	margin-bottom: 10px;
}
#main .price .text {
	margin: 0 auto 39px;
	width: 580px;
}
#main .price .textList {
	margin: -25px 0 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .price .textList::after {
	width: 290px;
	content: '';
}
#main .price .textList li {
	margin-top: 25px;
	width: 290px;
}
#main .price .textList .title {
	margin-bottom: 10px;
	color : #E95550;
	font-weight: 700;
	text-align: center;
}
#main .price .textList .subBox {
	padding: 19px 20px 15px;
	color: #fff;
	text-align: center;
	border-radius: 10px 10px 0 0;
	background-color: #05A0DD;
}
#main .price .textList .list01 .subBox {
	background-color: #66C3D8;
}
#main .price .textList .subBox .ttl {
	margin-bottom: 7px;
	font-size: 2.2rem;
	font-weight: 700;
}
#main .price .textList .subBox p {
	margin-bottom: 9px;
	line-height: 1.43;
}
#main .price .textList .subBox p:last-of-type {
	margin-bottom: 0;
}
#main .price .textList .subBox .txt02 {
	font-size: 1.2rem;
}
#main .price .textList .subBox p .num {
	font-size: 2.2rem;
}
#main .price .textList .subBox p .txt01 {
	padding: 0 3px;
	display: inline-block;
	border-radius: 2px;
	background-color: #FF3700;
	vertical-align: 0;
}
#main .price .textList .subBox p .txt02 {
	font-size: 1.4rem;
}
#main .price .textList .txtList li {
	margin: 0;
	padding: 11px 35px 12px;
	width: auto;
	text-indent: -1em;
	border-bottom: 1px solid #E0E0E0;
	background-color: #fff;
}
#main .price .textList .txtList li span{
}
#main .price .textList .txtList li.t1 {
	background: #d3efed;
	padding:7px 35px 8px;
	border-bottom:none;
	text-align: center;
}
#main .price .textList .txtList li.t2 {
	background: #cbe6f4;
	padding:7px 35px 8px;
	border-bottom:none;
	text-align: center;
}
#main .price .textList .txtList li:last-of-type {
	border-bottom: none;
}
#main .price .noteList {
	margin-bottom: 53px;
	font-size: 1.2rem;
	line-height: 1.67;
}
#main .price .noteList li {
	margin-bottom: 2px;
	padding-left: 1em;
	text-indent: -1em;
}
#main .price .noteList li:last-of-type {
	margin-bottom: 0;
}
#main .price .title01 {
	margin-bottom: 19px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
#main .price .comBtnList {
	margin: -20px -11px 20px;
	justify-content: center;
}
#main .price .comBtnList li {
	margin: 20px 11px 0;
}
#main .faq {
	padding: 61px 0 80px;
}
#main .faq .headLine01 {
	margin-bottom: 27px;
}
#main .faq .faqList li {
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #F7F7F7;
}
#main .faq .faqList li:last-of-type {
	margin-bottom: 0;
}
#main .faq .faqList li dt {
	padding: 12px 20px;
	color : #05A0DD;
	font-weight: 700;
	cursor: pointer;
}
#main .faq .faqList li dt.on {
	padding: 12px 20px;
}
#main .faq .faqList li dd {
	padding: 3px 20px 25px 40px;
	display: none;
}
@media all and (-ms-high-contrast:none) {
	#main .sec01 .centerText span {
		padding: 0 5px 2px;
	}
}
@media all and (min-width: 897px) {
	#main .news dd a:hover {
		text-decoration: underline;
	}
	#main .sec01 .textList .link a:hover {
		opacity: 0.7s;
	}
	#main .sec01 .textList .link a:hover {
		opacity: 0.7;
	}
}
@media (min-width: 897px) and (max-width: 1100px) {
	#main .mainVisual .imgBox {
		width: auto;
		max-width: 1020px;
	}
	#main .mainVisual .imgBox .textBox {
		width: 44.61%;
	}
	#main .mainVisual .imgBox .textBox h2 {
		font-size: 4.4rem;
	}
	#main .mainVisual .imgBox .textBox h2 small {
		font-size: 3rem;
	}
	#main .mainVisual .imgBox .photoBox {
		width: 53.92%;
	}
	#main .mainVisual .comBtnList li img {
		height: 46px;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-bottom: 20px;
		padding: 25px 20px 22px;
	}
	#main .mainVisual .imgBox {
		margin: 0 auto;
		width: auto;
		display: block;
	}
	#main .mainVisual .imgBox .textBox {
		margin: 0;
		width: auto;
	}
	#main .mainVisual .imgBox .textBox h2 {
		margin-bottom: 9px;
		font-size: 3.4rem;
		line-height: 1.28;
	}
	#main .mainVisual .imgBox .textBox h2 small {
		font-size: 2.3rem;
		line-height: 1.69;
	}
	#main .mainVisual .imgBox .textBox p {
		margin-bottom: 5px;
		font-size: 1.3rem;
		line-height: 1.46;
		text-align: center;
	}
	#main .mainVisual .imgBox .textBox .comLink {
		transform: translateX(0);
	}
	#main .mainVisual .imgBox .photoBox {
		margin: 0 -7px 23px -8px;
		width: auto;
	}
	#main .news {
		margin: 0 23px 25px;
		width: auto;
		display: block;
	}
	#main .news h2 {
		margin-bottom: 8px;
		width: auto;
		font-size: 2.3rem;
	}
	#main .news .newsList {
		margin-right: 0;
		width: auto;
		line-height: 1.57;
	}
	#main .news dt {
		width: auto;
		float: none;
	}
	#main .news dd {
		margin-bottom: 15px;
		padding-left: 0;
	}
	#main .news dd:last-of-type {
		margin-bottom: 0;
	}
	#main .sec01 {
		padding-top: 27px;
	}
	#main .sec01 .text {
		margin-bottom: 50px;
		width: auto;
	}
	#main .sec01 .textList {
		margin: 0 0 39px;
		display: block;
	}
	#main .sec01 .textList::after {
		display: none;
	}
	#main .sec01 .textList li {
		margin: 0 0 30px;
		padding: 1px 20px 19px;
		width: auto;
		border-radius: 5px;
	}
	#main .sec01 .textList .ttl {
		margin: -17px auto 18px;
		padding: 3px 10px 4px;
		width: 160px;
		font-size: 2rem;
	}
	#main .sec01 .textList .pho {
		margin-bottom: 1px;
		padding: 0 30px 0 3px;
		text-align: center;
	}
	#main .sec01 .textList .pho img {
		height: auto;
		width: 100%;
	}
	#main .sec01 .textList .link {
		margin-top: 15px;
		text-align: center;
	}
	#main .sec01 .textList .link a {
		padding-right: 20px;
		display: inline-block;
		color : #E95550;
		font-size: 1.4rem;
		font-weight: 700;
		vertical-align: top;
		background: url(../img/common/icon01.png) no-repeat right center / 14px auto;
	}
	#main .sec01 .centerText {
		margin: 0 3px 46px;
	}
	#main .sec01 .centerText span {
		margin: 0 6px 7px 0;
		padding: 1px 5px 2px;
		min-width: inherit;
		width: calc((100% - 12px) / 3);
		font-size: 1.7rem;
		vertical-align: -3px;
	}
	#main .sec01 .centerText span:nth-of-type(3) {
		margin-right: 0;
	}
	#main .sec01 .whiteBox {
		margin-bottom: 49px;
		padding: 22px 22px 50px;
		width: auto;
		border-radius: 5px;
	}
	#main .sec01 .whiteBox h3 {
		margin-bottom: 20px;
		font-size: 2rem;
		line-height: 1.4;
	}
	#main .sec01 .whiteBox .txt01 {
		margin-bottom: 27px;
		width: auto;
	}
	#main .sec01 .whiteBox .stepList {
		margin-bottom: 39px;
	}
	#main .sec01 .whiteBox .stepList li {
		margin-bottom: 39px;
		padding: 15px 20px 20px;
		border-radius: 5px;
	}
	#main .sec01 .whiteBox .stepList li::after {
		width: 33px;
		height: 15px;
		position: absolute;
		left: 50%;
		bottom: -27px;
		transform: translateX(-50%);
		background: url(../img/common/icon02.png) no-repeat center center / cover;
		content: '';
	}
	#main .sec01 .whiteBox .stepList dl {
		display: block;
	}
	#main .sec01 .whiteBox .stepList dt {
		margin-bottom: 5px;
		width: auto;
	}
	#main .sec01 .whiteBox .stepList dd {
		width: auto;
	}
	#main .sec01 .whiteBox .stepList dd .ttl {
		margin-bottom: 4px;
		font-size: 1.7rem;
		text-align: center;
	}
	#main .sec01 .whiteBox .stepList dd .ttl span {
		margin-left: 0;
		display: block;
	}
	#main .sec01 .whiteBox .stepList dd .ttl img {
		width: 126px;
	}
	#main .sec01 .whiteBox .txt02 {
		font-size: 1.4rem;
		border-radius: 5px;
	}
	#main .sec01 .photo {
		margin: 0 -27px 26px;
	}
	#main .sec01 .photo img {
		width: auto;
	}
	#main .product {
		padding: 67px 0 51px;
	}
	#main .product .headLine01 {
		margin-bottom: 18px;
	}
	#main .product .textList {
		margin: 0 0 62px;
		display: block;
	}
	#main .product .textList li {
		margin: 0 0 20px;
		padding: 15px 20px 13px;
		width: auto;
		border-radius: 5px;
	}
	#main .product .textList li:last-of-type {
		margin-bottom: 0;
	}
	#main .product .textList .list01 {
		padding-bottom: 28px;
		width: 100%;
	}
	#main .product .textList .titleDl {
		margin-bottom: 3px;
	}
	#main .product .textList .titleDl dt {
		margin: 3px 0 0 3px;
		width: 60px;
	}
	#main .product .textList .titleDl dd {
		margin-top: 5px;
		width: calc(100% - 75px);
		font-size: 2rem;
		line-height: 1.98;
	}
	#main .product .textList .titleDl dd span {
		margin-right: -5px;
	}
	#main .product .textList .imgBox {
		display: block;
	}
	#main .product .textList .imgBox .txtBox {
		width: auto;
	}
	#main .product .textList .imgBox .phoBox {
		margin: 20px 8px 0;
		width: auto;
		text-align: center;
	}
	#main .product .textDl {
		padding: 22px 20px 18px;
		display: block;
		border-radius: 5px;
	}
	#main .product .textDl dt {
		margin-bottom: 13px;
		padding-bottom: 14px;
		width: auto;
		display: block;
		text-align: center;
		border-right: none;
		border-bottom: 1px dotted #000;
	}
	#main .product .textDl dd {
		margin-top: -2px;
		width: auto;
	}
	#main .product .textDl dd .txtList {
		margin: -17px -10px 0;
		justify-content: center;
	}
	#main .product .textDl dd .txtList li {
		margin-top: 17px;
		width: 33.33%;
	}
	#main .product .textDl dd .txtList li:nth-of-type(4),
	#main .product .textDl dd .txtList li:nth-of-type(5) {
		margin: 17px 10px 0;
	}
	#main .product .textDl dd .txtList li .pho {
		margin-bottom: 3px;
	}
	#main .product .textDl dd .txtList li .pho img {
		width: 48px;
	}
	#main .product .textDl dd .txtList li p {
		font-size: 1.3rem;
		line-height: 1.44;
	}
	#main .price {
		padding: 33px 0 35px;
	}
	#main .price .headLine01 {
		margin-bottom: 12px;
	}
	#main .price .text {
		margin-bottom: 28px;
		width: auto;
	}
	#main .price .textList {
		margin: 0 0 12px;
		display: block;
	}
	#main .price .textList::after {
		display: none;
	}
	#main .price .textList li {
		margin: 0 0 30px;
		width: auto;
	}
	#main .price .textList li:last-of-type {
		margin-bottom: 0;
	}
	#main .price .textList .title {
		margin-bottom: 6px;
	}
	#main .price .textList .subBox {
		padding: 19px 20px 35px;
		border-radius: 5px 5px 0 0;
		background: url(../img/common/icon04.png) no-repeat center bottom 13px / 17px auto;
		cursor: pointer;
		background-color: #05A0DD;
	}
	#main .price .textList .subBox.on {
		background-image: url(../img/common/icon03.png);
	}
	#main .price .textList .subBox p {
		margin-bottom: 6px;
	}
	#main .price .textList .subBox .txt02 {
		font-size: 1.2rem;
	}
	#main .price .textList .subBox p .num {
		font-size: 2.2rem;
	}
	#main .price .textList .subBox p .txt01 {
		padding: 0 3px;
		display: inline-block;
		border-radius: 2px;
		background-color: #FF3700;
		vertical-align: 0;
	}
	#main .price .textList .subBox p .txt02 {
		font-size: 1.4rem;
	}
	#main .price .textList .txtList {
		display: none;
	}
	#main .price .textList .txtList li {
		margin: 0;
		padding: 11px 35px 12px;
	}
	#main .price .textList .txtList li:last-of-type {
		border-bottom: none;
	}
	#main .price .noteList {
		margin-bottom: 40px;
	}
	#main .price .noteList li {
		padding-left: 0;
		text-indent: 0;
	}
	#main .price .title01 {
		margin-bottom: 5px;
		font-size: 1.3rem;
		line-height: 1.46;
	}
	#main .price .comBtnList {
		margin: -20px -11px 20px;
		justify-content: center;
	}
	#main .price .comBtnList li {
		margin: 20px 11px 0;
	}
	#main .faq {
		padding: 61px 0 50px;
	}
	#main .faq .headLine01 {
		margin-bottom: 16px;
	}
	#main .faq .faqList li {
		margin-bottom: 20px;
		border-radius: 5px;
	}
	#main .faq .faqList li:last-of-type {
		margin-bottom: 0;
	}
	#main .faq .faqList li dt {
		padding: 14px 15px 10px;
	}
	#main .faq .faqList li dt.on {
		margin-bottom: 0;
		padding: 14px 15px 10px;
	}
	#main .faq .faqList li dd {
		padding: 2px 20px 15px 36px;
		display: none;
	}
}
@media all and (max-width: 374px) {
	#main .mainVisual .imgBox .textBox h2 small {
		font-size: 2rem;
	}
	#main .mainVisual .imgBox .textBox h2 {
		font-size: 2.8rem;
	}
	#main .product .textList .titleDl dd span {
		font-size: 1.2rem;
	}
	#main .product .textList .titleDl dd {
		font-size: 1.6rem;
	}
	#main .product .textDl dd .txtList li p {
		font-size: 1.1rem;
	}
	#main .price .textList .txtList li {
		font-size: 1.3rem;
	}
	#main .sec01 .centerText {
		font-size: 1.3rem;
	}
}


.plans{
	display: flex;
	justify-content: space-between;
	margin:0 0 50px;
}
.plans li{
	width:448px;
}
.plans li img{
	width:100%;
}

@media all and (max-width: 897px) {

	.plans{
		display: block;
	}
	.plans li{
		width:100%;
		text-align: center;
		margin-bottom:20px;
	}
	.plans li img{
		width:100%;
	}

}