@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css?v=2");
@import url("/css/parts.css");
@import url("/css/margin.css");


.yellow {
	background-color: #f4f1b8;
	padding: 3%;
}
.small {
	font-size: 104% !important;
	line-height: 1.5 !important;
	margin-top: 5px;
}
/* new */
.new .circle {
	font-size: 118.71%;
}

#tab-block {
	border-bottom: 4px solid #0f489c;
}
#tab-block #tab li a {
	float: left;
	text-align: center;
	background-color: #eee;
	padding: 20px 0;
}
#tab-block #tab li.select a {
    background-color: #0f489c;
    color: #fff;
}
#tab-block #tab_btn li.active a{
    background-color: #0f489c;
    color: #fff;
}
.disnon {
  display: none;
}
.img-desc {
	display: block;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	background-color: #f5f5f5;
}
.gray-desc {
	background-color: #f5f5f5;
	padding: 20px;
}
.blue-box {
	text-align: left;
}
.service-title {
	font-size: 168.71%;
	background-color: #0f489c;
	color: #fff;
	text-align: center;
	padding: 20px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
.blue-box .service-title {
	font-size: 142.71%;
	padding: 12px;
	margin-bottom: 15px;
}
.new .service-title {
	font-size: 148.71%;
	background-color: #0f489c;
	color: #fff;
	text-align: center;
	padding: 16px;
}

.top-links {
	text-align: right;
	margin-top: 10px;
}
.pic02 { width: 434px; }
.arrow { width: 35px; }
.flow-title {
	font-size: 158.71%;
	background-color: #eee;
	text-align: center;
	padding: 16px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
.point-weight {
	color: #0f489c;
	display: block;
	border-bottom: 1px dotted #0f489c;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.b-block {
	background-color: #0f489c;
	padding: 10px;
	margin-right: 10px;
	color: #fff;
}


/* PC SIZE */
@media screen and (min-width: 980px){
	.new .content-title {
		font-size: 188.71%;
	}
	#tab-block #tab li a {
		width: 490px;
		font-size: 148.71%;
		padding: 20px 0;
	}
	.img-right-box img {
		float: right;
		margin-left: 20px;
	}
	.img-left-box img {
		float: left;
		margin-right: 20px;
	}
    .two-block li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        text-align: left;
    }
    .two-block li:first-child {
        width: 50%;
        text-align: center;
        margin-right: 1%;
    }
    .two-block img {
    }
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
	#tab-block #tab li a {
		width: 46%;
		font-size: 128.71%;
		padding: 20px 2%;
	}
	.sp { margin-bottom: 20px; }
}
@media screen and (max-width: 480px){
	#tab-block #tab li a {
		width: 44%;
		font-size: 118.71%;
		padding: 20px 3%;
	}
}