@charset "UTF-8";

html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	margin: 0;
	padding: 0;
}

body {
	/*font-family: 'Open Sans', sans-serif;*/
	background: #999999;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	height: auto;
}


#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 1000px;
	margin: auto;
}

#pricePlans #plans .plan {
	background: #EEEEEE;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: auto;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

@media (max-width: 560px) {
	#pricePlans{
		width: 80%;
		margin: 0 auto 20px;
	}

	#pricePlans #plans .plan {
		margin-bottom: 10px;
	}
}


.planContainer .title h2 {
	font-size: 2.0em;
	font-weight: 300;
	color: #003567;
	margin: 0;
	padding: .6em 0;
	line-height: 1;
}

@media (max-width: 560px) {
	.planContainer .title h2 {
		font-size: 1em;
		font-weight: bold;
	}
}


.planContainer .title h2.bestPlanTitle {
	background: #003567;
	background: -webkit-linear-gradient(top, #003567, #4284c3);
	background: -moz-linear-gradient(top, #003567, #4284c3);
	background: -o-linear-gradient(top, #003567, #4284c3);
	background: -ms-linear-gradient(top, #003567, #4284c3);
	background: linear-gradient(top, #003567, #4284c3);
	color: #fff;
	border-radius: 5px 5px 0 0;
}


.planContainer .price p {
	background: #003567;

	background: -webkit-linear-gradient(top, #4284c3, #003567);
	background: -moz-linear-gradient(top, #4284c3, #003567);
	background: -o-linear-gradient(top, #4284c3, #003567);
	background: -ms-linear-gradient(top, #4284c3, #003567);
	background: linear-gradient(top, #4284c3, #003567);
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 0 1em;
}

@media (max-width: 560px) {
	.planContainer .price p {
		font-size: 1em !important;
		height: auto;
	}
}


.planContainer .price p.bestPlanPrice {
	background: #ff0d4c;
}

.planContainer .price p span {
	color: #84b1dd;
}

.planContainer .options {
	margin-top: 7em;
}

.planContainer .options li {
	font-weight: 700;
	color: #364762;
	line-height: 1.2;
}

@media (max-width: 560px) {
	.planContainer .options li {
		font-size: 0.8em !important;
		font-weight: bold;
	}
}


.planContainer .options li span {
	font-weight: 700;
	color: #666666;
	font-size: 0.8em;
}

.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #003567;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #003567;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}

.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #ff0d4c;
	border: 2px solid #ff0d4c;
}

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}
/*
#credits a:hover {
	text-decoration: none;
}
*/
@media screen and (min-width: 560px) {

	#pricePlans #plans .plan {
		width: 49%;
		margin: 0 2% 20px 0;
	}

	#pricePlans #plans > li:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (min-width: 769px) {

	#pricePlans #plans .plan {
		width: 49%;
		margin: 0 2% 20px 0;
	}

	#pricePlans #plans > li:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (min-width: 1025px) {

	#pricePlans {
		margin: 2em auto;
	}

	#pricePlans #plans .plan {
		width: 19%;
		margin: 0 0.5% 0 0.5%;

		-webkit-transition: all .25s;
		-moz-transition: all .25s;
		-ms-transition: all .25s;
		-o-transition: all .25s;
		transition: all .25s;
	}

	#pricePlans #plans > li:last-child {
		margin-right: 0;
	}
}

.img_center {
	text-align: center;
}
/*お客様の声追加対応用CSS*/
.slick-box2 {
	width: 100%;
	height: 100%;
}

.slick-box2 img {
	width: 400px;
	object-fit: cover;
}

.inside {
	list-style-position: inside;
}

.box_slide	{
	width: 400px;
	margin-bottom: 10px;

}

@media (max-width: 560px) {
	.box_slide	{
		width: 100%;
	}
}

.box_slide img {margin-bottom: 20px;}
@media (max-width: 560px) {
	.box_slide img {margin-bottom: 10px;}
}

.box_slide ol	{
	font-size: 0.8em;
	margin-left: 30px;
}

.box_slide_midashi2{
	font-size: 0.7em;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #222;
	font-weight: bold;
}
.box_a_midashi_space p {
	margin-bottom: 50px;
}

.box_a_image {
	float:left;
	width: 35%;
}

.box_a_image_space {
	padding-right:50px;
}

.box_slide_title2 {
	font-size: 0.9em;
	text-align:left;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #006aaa;
	font-weight: bold;
}
@media (max-width: 560px) {
	.box_slide_title2 {
		width: 90%;
		margin: 0 auto 8px auto;
	}
}

.box_slide_midashi2{
	font-size: 0.8em;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #222;
	font-weight: bold;
	padding: 0.1em 0.5em;
	border-left: 8px solid #006aaa;;
}
@media (max-width: 560px) {
	.box_slide_midashi2 {
		width: 80%;
		margin: 0 auto 5px auto;
	}
}

.box_slide_midashi3{
	font-size: 0.8em;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #222;
	font-weight: bold;
	padding: 0.1em 0.5em;

}
@media (max-width: 560px) {
	.box_slide_midashi3 {
		width: 80%;
		margin: 0 auto 3px auto;
	}
}

.slick-box {
	width:80%;
	margin:0 auto;
}

.slick-box P{
	font-size: 0.8em;
	color: #222;
	line-height: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 40px;
	margin-top: 10px;
}

@media (max-width: 560px) {
	.slick-box P{
		line-height: 2em;
		width: 80%;
		margin: 0 auto 15px auto;
	}
}



/**********************************
 新価格表用
 */
#price{
	width: 100%;
	display: flex;flex-wrap: wrap;
	column-gap: 1%;
	row-gap: 1em;
	margin-top: 1em;
	place-items: center;
	align-items: center;
	justify-content: center;
}

.plan2{
	background: #EEEEEE;
	width: calc((100% - 1% * 4) / 5);
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.plan2 > .title{
	font-size: 2.0em !important;
	font-weight: 300;
	color: #003567;
	line-height: 1em !important;
	padding-top: 1.2em;
	margin-bottom: 0.8em;
	text-align: center;
}

.plan2 > .title.br{
	min-height: 2em;
	padding-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

.plan2 > .price{
	background: #003567;
	background: -webkit-linear-gradient(top, #4284c3, #003567);
	background: -moz-linear-gradient(top, #4284c3, #003567);
	background: -o-linear-gradient(top, #4284c3, #003567);
	background: -ms-linear-gradient(top, #4284c3, #003567);
	background: linear-gradient(top, #4284c3, #003567);
	color: #fff;
	font-size: 1.2em !important;
	font-weight: 700;
	line-height: 2.6em !important;
	margin: 0 0 1em;
}

.plan2 > .options{
	list-style: none;
	margin-bottom: 1em;
}

.plan2 > .options > li{
	font-weight: 700;
	color: #364762;
	line-height: 1.2 !important;
	font-size: 10pt !important;
}


@media (max-width: 1366px) {
	.plan2{
		width: calc((100% - 1% * 2) / 3);
	}
}

@media (max-width: 1024px) {
	.plan2{
		width: calc((100% - 1%) / 2);
	}
}

@media (max-width: 640px) {
	.plan2{
		width: 100%;
	}
}

@media (max-width: 560px) {
	#price{
		width: 85%;
		margin: auto;
	}

	.plan2 > .title{
		line-height: 1em !important;
		font-weight: bold;
	}

	.plan2 > .title.br{
		padding-top: 1em !important;
	}

	.plan2 > .options{
		list-style: none;
		margin-bottom: 1em;
	}

	.plan2 > .options > li{
		font-size: 0.8em !important;
		line-height: 1.6em !important;
	}
}
