@charset "UTF-8";
/* ----------------------------------------
body
 ---------------------------------------- */
body{
	line-height: 1.6;
	font-size: 16px;
	color: #333;
	background-image: url(/assets/img/common/page_bg.jpg);
}
}

@media screen and (max-width: 768px) {
body{
	font-size: 15px;
	color: #333;
}
}

/* ----------------------------------------
contents
 ---------------------------------------- */

.contents{
	width: 940px;
	padding: 80px 100px;
	margin:0 auto;
	background: url(/assets/img/common/story_bg02.jpg) no-repeat right top #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}


@media screen and (max-width: 768px) {

.contents{
	width: 96%;
	padding: 80px 3%;
}
}

/* ----------------------------------------
header style
 ---------------------------------------- */

.headLogo{
	width: 120px;
	margin: 0 auto;

}


.headLogo img{
	width: 100%;
	height:auto;
}

.mainHead{
	display: inline-block;
	text-align: center;
	font-size: 35px;
	color: rgba(235,109,142,1);
	line-height: 1.3;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 75%, rgba(235,109,142,.4) 75%, rgba(235,109,142,.4) 75%, rgba(235,109,142,.4) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 75%,rgba(235,109,142,.4) 75%,rgba(235,109,142,.4) 75%,rgba(235,109,142,.4) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 75%,rgba(235,109,142,.4) 75%,rgba(235,109,142,.4) 75%,rgba(235,109,142,.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#acd3e5',GradientType=0 );
}

.subHead{
	font-size: 28px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin:80px auto 20px;
	display: inline-block;
	padding: 5px 20px;
	color: rgba(235,109,142,1);
}


@media screen and (max-width: 768px) {

	.mainHead{
		display: inline-block;
		margin-bottom: 35px;
		text-align: center;
		font-size: 28px;
		color: rgba(235,109,142,1);
		line-height: 1.3;
	    background: rgba(255,255,255,0);
	    background: -moz-linear-gradient(top, rgba(255,255,255,0) 75%, rgba(235,109,142,.4) 75%, rgba(235,109,142,.4) 75%, rgba(235,109,142,.4) 100%);
	    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 75%,rgba(235,109,142,.4) 75%,rgba(235,109,142,.4) 75%,rgba(235,109,142,.4) 100%);
	    background: linear-gradient(to bottom,rgba(255,255,255,0) 75%,rgba(235,109,142,.4) 75%,rgba(235,109,142,.4) 75%,rgba(235,109,142,.4) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#acd3e5',GradientType=0 );
	}
}


/* ----------------------------------------
type
 ---------------------------------------- */

.type{
	overflow: hidden;
}


.typeWrap {
	overflow: hidden;
	width:48%;
	margin-right: 4%;
	float:left;
	padding: 20px 20px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.typeWrap.personal {
	background-color: #fffdf0;
	border: 2px solid #deddd4;
}

.typeWrap.company {
	background-color: #eff4ff;
	border: 2px solid #b0b9cf;
}

.typeInner:first-child {
	margin-bottom: 40px;
}

.personal .typePlan {
	font-size: 25px;
	color: #d68a49;
	border-bottom: 1px solid #d68a49;
}
.company .typePlan {
	font-size: 25px;
	color: #1EAAF2;
	border-bottom: 1px solid #1EAAF2;
}

.typePrice {
	margin-bottom: 5px;
	text-align: right;
	font-size: 20px;

}

.typeTokuten ul {
	height:10em;
}

.typeTokuten ul {
	font-size: 14px;
	list-style-type: circle;
	list-style-position: inside;
	text-align: left;
}

.typeTokuten li {
	text-indent: -1em;
	padding-left: 1em;
}


.typeInner h4{
	text-align: center;
}

.button {
	display: block;
	margin: 10px auto;
	padding: 6px 0;
	width: 80%;
	border-radius: 3px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	bottom: 0;
	right: 0;
	left: 0;
	line-height: 1.3;
}

.personal .button {
	background-color: #d68a49;
	border: 2px solid #d68a49;
}

.company .button {
	background-color: #1EAAF2;
	border: 2px solid #1EAAF2;
}


@media screen and (max-width: 768px) {
	.typeWrap {
		float: none;
		width: 100%;
		margin:0 0 20px;
	}
	.typePlan {
		font-size: 22px;
	}

}


/* ----------------------------------------
method
 ---------------------------------------- */

.method{
	text-align: center;
}

.flowBox{
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff1f1;
}

.flowBox a{
	text-decoration: underline;
	color: #000;
}

.flowArrow{
	display: block;
	width: 1px;
	height: 0;
	margin:10px auto;
	border-style: solid;
	border-width: 40px 45px 0 45px;
	border-color: rgba(235,109,142,1) transparent transparent transparent;
}


.flowBox h2{
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}
