@charset "UTF-8";




/* CSS STYLE */

html {
	font-size: 2.6666vw;
}
body {
	line-height: 1.8;
}

img {
	max-width: 100%;
	height: auto;
}

.spnone {
	display: none !important;
}


.onlyPC {
	display:none;
}
.onlySP {
	display:block;
}




/* header */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:10000;
}
header hgroup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4rem;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
}
header hgroup div.logo {
	transition: .3s;
	position: absolute;
	top: 50%;
	left: 1rem;
	font-size: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
header hgroup div.logo img {
	transition: .3s;
	width: 7rem;
}
header hgroup .header_banner {
	transition: 0.3s;
	position: absolute;
	top: 50%;
	left: 9rem;
	font-size: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
header hgroup .header_banner li {
	display: inline-block;
	margin-right: 0.2rem;
}
header hgroup .header_banner li img {
	transition: 0.3s;
	width: auto;
	height: 1.6rem;
}

/* menu */

.header_right {
	display: table;
	position: absolute;
	right: 3.5rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.header_right li {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0 0.5
		rem;
}
.header_right .tel {
	padding-right: 0.5rem;
}
.header_right .tel a {
	display: block;
	transition: 0.3s;
	background:url(../img/freedial.svg) left no-repeat;
	background-size: 100%;
	/*! width: 7rem; */
	height: 1.2rem;
	/*! padding-top: -1rem; */
	overflow: hidden;
	font-size: 0;
}
li.ankermenu{
	display:none;
}
.header_right .tel span {
	display: block;
	font-size: 0.8rem;
	line-height: 100%;
	color: #888888;
	font-weight: bold;
}
.header_right em {
	display: none;
}
.header_right .contact a {
	width: 3rem;
	height: 3rem;
	background:url(../img/icon_data_o.svg) center center no-repeat;
	background-size: 2.4rem;
	display: block;
	padding-top: 3rem;
	overflow: hidden;
	font-size: 0;
}

#menu {
	display: none;
	position: fixed;
	top: 4rem;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e6ecf5;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 2rem 2rem 10rem 2rem;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}
#menu ul a {
	display :block;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	line-height: 1;
	color: #0e0d6a;
}

.sp_menu {
	background:#e6ecf5;
	color:#FFF;
	width:100%;
	padding:0;
	text-align:left;
}
.sp_menu div a {
	padding:2.66vw 0;
	display:block;
	color:#003080;
	font-size: 3.73vw;
	line-height: 1;
}

body.fixedSP {
	position: fixed;
	width: 100%;
	height: 100%;
}
.fixedSP hgroup{
	background:#e6ecf5;
}
.nav-active{
	opacity: 1;
    visibility: visible;
    height: 100%;
	z-index:9;
}

.sp_btn {
	display: inline-block;
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 6vw;
	height: 6vw;
	margin: 0;
	color: #003080;
	cursor: pointer;
	transition: .3s;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.sp_btn .sp_btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6vw;
	height: 2px;
	margin: -1px 0 0 -2.66vw;
	background: #003080;
	transition: .2s;
}
.sp_btn .sp_btn-icon:before,
.sp_btn .sp_btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6vw;
	height: 2px;
	background: #003080;
	transition: .3s;
}
.sp_btn .sp_btn-icon:before {
	top: -2vw;
}
.sp_btn .sp_btn-icon:after {
	top: 2vw;
}
.sp_btn .close {
	background: transparent;
}
.sp_btn .close:before,
.sp_btn .close:after {
	top: 0;
}
.sp_btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); }

.sp_btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}




/* footer */

.conversion_block {
	position: relative;
	background: #fafafa url(../img/bg_main.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 8rem;
	padding: 6rem 0;
}
.conversion_block.thanks {
	margin-top: 4rem;
}
.conversion_block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_03.png) left top no-repeat;
	background-size: cover;
	width: 9rem;
	height: 23rem;
	mix-blend-mode: multiply;
}
.conversion_block:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/bg_02.png) right bottom no-repeat;
	background-size: cover;
	width: 9rem;
	height: 23rem;
	mix-blend-mode: multiply;
}
.conversion_block .area {
	width: 100%;
	padding: 0 4rem 2rem 4rem;
}
.conversion_block .read {
	width: 100%;
}
.conversion_block .read h3 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
}
.conversion_block .image {
	width: 100%;
	margin-top: 1.5rem;
	text-align: center;
}
.conversion_block .image img {
	width: 80%;
	height: auto;
}
.conversion_block .btn {
	margin-top: 2rem;
}
.conversion_block .btn a {
	position: relative;
	display: block;
	background: #E82147;
	background: linear-gradient(to right,  rgba(232,33,71,1) 0%,rgba(254,124,18,1) 100%);
	width: 100%;
	height: 6rem;
	padding: 2.1rem 3rem 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10rem;
	overflow: hidden;
}
.conversion_block .btn a span {
	position: relative;
	display: inline-block;
	background: url(../img/icon_data.svg) left center no-repeat;
	background-size: 2.2rem;
	padding-left: 3.2rem;
	z-index: 2;
}
.conversion_block .btn a:after {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 3.2rem;
	background:url(../img/icon_ar3.svg) center center no-repeat;
	background-size: 3.6rem 1.1rem;
	width: 3.6rem;
	height: 1.1rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.conversion_block .tel {
	margin-top: 2rem;
	font-size: 0.9rem;
	font-weight: normal;
}
.conversion_block .tel span {
	transition: 0.3s;
	display: inline-block;
	vertical-align: middle;
	background:url(../img/freedial.svg) left center no-repeat;
	background-size: 100%;
	width: 16rem;
	height: 1.6rem;
	margin-right: 0.9rem;
	padding-top: 1.7rem;
	overflow: hidden;
	font-size: 0;
}

.conversion_block .hbspt-form p {
	font-size: 1.4rem;
}
.conversion_block form fieldset {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 auto !important;
	font-size: 1.4rem;
	line-height: 1;
}
.conversion_block form .hs-fieldtype-text,
.conversion_block form .hs-fieldtype-textarea {
	float: none !important;
	width: 100% !important;
	margin-bottom: 1.5rem;
}
.conversion_block form label {
	display: block;
	width: 100%;
	margin: 0 0 0.8rem 0 !important;
	padding-top: 0;
}
.conversion_block form label.hs-error-msg {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.conversion_block form .hs-form-required {
	color: #e33;
}
.conversion_block form .input {
	width: 100%;
	margin: 0 !important;
}
.conversion_block form .hs-error-msgs {
	width: 100%;
	margin: 0.6rem 0 0 0 !important;
	font-size: 1.4rem;
	color: #e33;
}
.conversion_block form input[type="text"],
.conversion_block form input[type="email"],
.conversion_block form input[type="tel"] {
	-webkit-appearance: none;
	border: 1px solid #333;
	background: #fff;
	width: 100% !important;
	height: 4rem !important;
	padding: 0.4rem 1rem;
	font-size: 1.4rem;
}
.conversion_block form textarea {
	-webkit-appearance: none;
	border: 1px solid #333;
	background: #fff;
	width: 100% !important;
	height: 10rem;
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
	line-height: 1.4;
}
.conversion_block .hs_recaptcha,
.conversion_block .hs_recaptcha .input {
	width: 100%;
}
.conversion_block .grecaptcha-badge {
	margin: 0 auto;
}
.conversion_block .hs_submit {
	width: 100%;
	text-align: center;
}
.conversion_block .actions {
	width: 100%;
	margin-top: 2rem;
	text-align: center;
}
.conversion_block .hs-button {
	-webkit-appearance: none;
	transition: 0.3s;
	position: relative;
	display: inline-block;
	border: none;
	border-radius: 10rem;
	background: #E82147;
	background: linear-gradient(to right,  rgba(232,33,71,1) 0%,rgba(254,124,18,1) 100%);
	width: 100%;
	height: 6rem;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 6rem;
	text-align: center;
	color: #fff;
}

footer {
	position: relative;
	background: rgb(9,142,215);
	background: -moz-linear-gradient(left,  rgba(9,142,215,1) 0%, rgba(0,49,129,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(9,142,215,1) 0%,rgba(0,49,129,1) 100%);
	background: linear-gradient(to right,  rgba(9,142,215,1) 0%,rgba(0,49,129,1) 100%);
	font-size: 1.2rem;
	color: #fff;
}
.footer_block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	padding: 5rem 2rem 8rem 2rem;
}
.footer_block a {
	color: #fff;
	text-decoration: underline;
}
.footer_block .footer_area {
	width: 100%;
}
.footer_block .footer_area img {
	width: 100%;
	max-width: 13.5rem;
}
.footer_block .footer_area p {
	margin-top: 2rem;
}
.footer_block .footer_banner {
	width: 100%;
	margin-top: 4rem;
	text-align: right;
}
.footer_block .footer_banner li{
	display: inline;
	margin: 0 0 0 0.5rem;
}
.footer_block .footer_banner li img{
	width: auto;
	height: 4rem;
}
.footer_links {
	width: 50%;
	margin-top: 2rem;
}
.footer_copy {
	width: 50%;
	margin-top: 2rem;
	text-align: right;
	color: #fff;
}




/* page-top */

#page-top {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 10;
}
#page-top a {
	display: block;
	border: 2px solid #fff;
	border-radius: 5rem;
	background: url(../img/pagetop.png) left top no-repeat;
	background-size: cover;
	width: 5rem;
	height: 5rem;
	box-shadow: 0 0 1rem rgba(0,0,0,0.2);
}




/* main */

.main_block {
	position: relative;
	background: #fafafa url(../img/bg_main.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	z-index: 1;
}
.main_block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_01.png) left top no-repeat;
	background-size: cover;
	width: 9rem;
	height: 23rem;
	mix-blend-mode: multiply;
}
.main_block:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/bg_02.png) right bottom no-repeat;
	background-size: cover;
	width: 9rem;
	height: 23rem;
	mix-blend-mode: multiply;
}
.main_block .main_area {
	position: relative;
	width: 100%;
	padding: 7rem 4rem 8rem 4rem;
}
.main_block .main_area h1 {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	text-align: center;
}
.main_block .main_area .main_photo {
	margin-top: 1rem;
	text-align: center;
}
.main_block .main_area .main_photo img {
	width: 90%;
}

.main_about {
	position: relative;
	border-radius: 1rem;
	background: rgba(255,255,255,0.95);
	width: 100%;
	width: calc(100% - 4rem);
	margin: -4rem auto 0 auto;
	padding: 3rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
	z-index: 2;
}
.main_about h2 {
	margin-bottom: 2rem;
	font-size: 0;
}
.main_about h2 img {
	width: 100%;
}
.main_about .main_btn {
	margin-top: 2rem;
}
.main_about .main_btn a {
	position: relative;
	display: block;
	background: #E82147;
	background: linear-gradient(to right,  rgba(232,33,71,1) 0%,rgba(254,124,18,1) 100%);
	width: 100%;
	height: 6rem;
	padding: 0 3rem 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 6rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10rem;
	overflow: hidden;
}
.main_about .main_btn a span {
	position: relative;
	display: inline;
	background: url(../img/icon_data.svg) left center no-repeat;
	background-size: 2.2rem;
	padding: 0.5rem 0 0.5rem 3.2rem;
	z-index: 2;
}
.main_about .main_btn a:after {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	background:url(../img/icon_ar3.svg) center center no-repeat;
	background-size: 3.6rem 1.1rem;
	width: 3.6rem;
	height: 1.1rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}




/* introduction */

.contents_title {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.contents_title span {
	display: block;
	margin-bottom: 1.8rem;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #003181;
}
.contents_read {
	margin: 3rem 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
	text-align: left;
}
.inner,
.inner_in {
	width: 100%;
	padding: 0 3rem;
}

.introduction_block {
	width: 100%;
	padding-top: 6rem;
}

.introduction_block .credit_card {
	border: 1px solid #c4ccd9;
	margin-top: 3rem;
}
.introduction_block .credit_card dl {
	display: flex;
	justify-content: left;
	align-items: center;
	border-bottom: 1px solid #c4ccd9;
	width: 100%;
	padding: 1.5rem 2rem;
}
.introduction_block .credit_card dl:last-child {
	border-bottom: none;
}
.introduction_block .credit_card dt {
	width: 12rem;
}
.introduction_block .credit_card dt img {
	max-width: inherit;
	width: 12rem;
	height: auto;
}
.introduction_block .credit_card dd {
	margin-left: 2rem;
	font-size: 1rem;
	line-height: 1.6;
}

.introduction_block .goline {
	width: 100%;
	margin-top: 4rem;
}
.introduction_block .goline .ad {
	background: #098ed7;
	width: 100%;
	padding: 3rem 2rem;
}
.introduction_block .goline .cdp {
	background: #003181;
	width: 100%;
	padding: 3rem 2rem;
}
.introduction_block .goline h3 {
	background: url(../img/goline_h3.svg) center top no-repeat;
	background-size: auto 6rem;
	width: 100%;
	height: 7rem;
	margin: 0 auto;
	padding-top: 1.8rem;
	font-size: 1.4rem;
	font-weight: bold;
	/*! letter-spacing: 0.18rem; */
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	color: #fff;
}
.introduction_block .goline .logo {
	text-align: center;
}
.introduction_block .goline .logo img {
	width: auto;
	height: 3rem;
}
.introduction_block .goline_function {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 2rem;
}
.introduction_block .goline_function dl {
	border-radius: 0.5rem;
	background: #fff;
	width: 49%;
	padding: 1.5rem 1rem 2rem 1rem;
}
.introduction_block .goline_function dt {
	margin-bottom: 1.2rem;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.introduction_block .goline_function dt img {
	width: 100%;
	margin-bottom: 1.2rem;
}
.introduction_block .goline_function dd {
	font-size: 1.1rem;
	line-height: 1.7;
}
.introduction_block .goline_btn {
	margin-top: 2rem;
}
.introduction_block .goline_btn a {
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 7rem;
	width: 100%;
	height: 6rem;
	padding: 1.9rem 2.5rem 0 0;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.introduction_block .goline_btn a:after {
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	background:url(../img/icon_ar3.svg) center center no-repeat;
	background-size: 2.8rem 0.9rem;
	width: 2.8rem;
	height: 0.9rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.introduction_block .goline_btn img {
	width: auto;
	height: 1.8rem;
	margin-right: 1rem;
	margin-bottom: 0.1rem;
	vertical-align: middle;
	opacity: 1;
}




/* goline */

.golinead_block {
	background: url(../img/bg_ad.png) top center no-repeat;
	background-size: 100%;
	width: 100%;
	padding-top: 6rem;
}
.golinead_block h2 {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.golinead_block h2 img {
	vertical-align: middle;
	width: auto;
	height: 3rem;
	margin-right: 1rem;
}

.golinecdp_block {
	background: url(../img/bg_cdp.png) center 26rem no-repeat;
	background-size: 100%;
	width: 100%;
	padding-top: 6rem;
}
.golinecdp_block h2 {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.golinecdp_block h2 img {
	vertical-align: middle;
	width: auto;
	height: 3rem;
	margin-right: 1rem;
}

.numbering {
	display: block;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 1.2rem !important;
	line-height: 1;
	text-align: center;
	color: #098ed7;
	opacity: 0.25;
	z-index: -1;
}
.numbering em {
	display: block;
	font-size: 6rem !important;
}

.feature_01 {
	width: 100%;
	margin-top: 6rem;
	letter-spacing: 0.1em;
}
.feature_01 .read {
	width: 100%;
	font-size: 1.4rem;
	line-height: 2;
}
.feature_01 .image {
	width: 100%;
	padding-top: 2rem;
}
.feature_01 h3 {
	position: relative;
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	z-index: 1;
}
.feature_01 h3 .numbering {
	position: absolute;
	top: -3.5rem;
	left: -1rem;
}

.feature_02 {
	position: relative;
	background: #fcfcfc;
	background: -moz-linear-gradient(-45deg,  rgba(252,252,252,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(135deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	width: 100%;
	margin-top: 6rem;
	padding: 3rem 3rem 2rem 3rem;
	letter-spacing: 0.1em;
}
.feature_02 .read {
	width: 100%;
	font-size: 1.4rem;
	line-height: 2;
}
.feature_02 .image {
	width: 100%;
	padding-top: 2rem;
}
.feature_02 h3 {
	position: relative;
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	z-index: 1;
}
.feature_02 h3 span {
	margin-left: 0.5rem;
	color: #098ed7;
	font-size: 1.8rem;
}
.feature_02 h3 .numbering {
	position: absolute;
	top: -4rem;
	left: -4.5rem;
}
.feature_02 .caution {
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #6f7783;
}
.feature_02 .caution span {
	margin-right: 0.4rem;
	color: #098ed7;
}

.feature_other {
	position: relative;
	width: 100%;
}
.feature_other .box {
	width: 100%;
	margin-top: 6rem;
	font-size: 1.4rem;
	line-height: 2;
}
.feature_other h3 {
	position: relative;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	z-index: 1;
}
.feature_other h3 .numbering {
	position: absolute;
	top: -3.5rem;
	left: -1rem;
}

.lp_box {
	position: relative;
	border-radius: 1rem;
	background: rgba(255,255,255,0.95);
	width: 100%;
	margin-top: 7rem;
	padding: 4rem 3rem 3rem 3rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.lp_box h4 {
	position: absolute;
	top: -2.5rem;
	left: 50%;
	background: #098ed7;
	width: 22rem;
	height: 5rem;
	padding-top: 1.7rem;
	margin-left: -11rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.lp_box h4:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1rem;
	display: block;
	width: 0;
	height: 0;
	margin-left: -1rem;
	border-style: solid;
	border-width: 1.4rem 1rem 0 1rem;
	border-color: #098ed7 transparent transparent transparent;
}
.lp_box h4 span {
	font-size: 1.2rem;
}
.lp_box p {
	font-weight: bold;
}
.lp_box .image {
	margin-top: 2rem;
}
.lp_box .option {
	position: relative;
	width: 100%;
	margin-top: -2rem;
}
.lp_box .option dl {
	width: 100%;
	margin-top: 2rem;
}
.lp_box .option dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.lp_box .option dl dt img {
	width: 6.6rem;
}
.lp_box .option dl dd {
	margin-top: 1rem;
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: center;
}

.utilization_block {
	position:relative;
	background: #fcfcfc;
	background: -moz-linear-gradient(-45deg,  rgba(252,252,252,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(135deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	width: 100%;
	margin-top: 7.5rem;
	padding: 1px 3rem 3rem 3rem;
	letter-spacing: 0.1em;
}
.utilization_block h3 {
	position:relative;
	width: 100%;
	margin-top: -1.5rem;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1;
	text-align: center;
	color: #098ed7;
}
.utilization_block .sub {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.utilization_block .case {
	margin-top: 2rem;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #098ed7;
}
.utilization_block .utilization {
	position: relative;
}
.utilization_block .box {
	width: 100%;
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 1.8;
}
.utilization_block .box img {
	width: 100%;
}
.utilization_block .box p {
	margin-top: 1rem;
}
.golinecdp_block .utilization_block h3,
.golinecdp_block .utilization_block .case {
	color: #003181;
}

.function_block {
	position:relative;
	width: 100%;
	margin-top: 6rem;
}
.function_block h3 {
	position:relative;
	width: 100%;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1;
	text-align: center;
	color: #098ed7;
}
.function_block .sub {
	width: 100%;
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.function_block .function {
	position: relative;
}
.function_block .box {
	position:relative;
	width: 100%;
	margin-top: 4rem;
}
.function_block .box h4 {
	position: relative;
	margin-top: -0.9rem;
	padding-left: 6.2rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.15em;
	color: #098ed7;
}
.function_block .box h4 span {
	position: absolute;
	top: 50%;
	left: -1rem;
	display: block;
	border: 4px solid #fff;
	border-radius: 7rem;
	background: #098ed7;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
	padding-top: 1.65rem;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
.function_block .bg {
	position:relative;
	border-radius: 0.4rem;
	background: #fcfcfc;
	background: -moz-linear-gradient(-45deg,  rgba(252,252,252,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(135deg,  rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%);
	width: 100%;
	padding: 1px 3rem 3rem 3rem;
	font-size: 1.4rem;
	line-height: 1.8;
}
.function_block .box dt {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0.15em;
	text-align: center;
}
.function_block .box dd {
	margin-top: 1rem;
}
.function_block .box dd.lang {
	margin-top: 1rem;
	font-size: 1.2rem;
}
.function_block .box p {
	margin-top: 4rem;
}
.function_block .box dt img,
.function_block .box p img {
	margin-bottom: 1rem;
}
.golinecdp_block .function_block h3 {
	color: #003181;
}
.golinecdp_block .function_block .box h4 {
	margin-top: 0;
	color: #003181;
}
.golinecdp_block .function_block .box h4 span {
	background: #003181;
}

.flow_block {
	position: relative;
	width: 100%;
	background: #098ed7;
	margin-top: 6rem;
	padding: 4rem 0;
}
.flow_block h3 {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.flow_block h3 img {
	vertical-align: middle;
	width: auto;
	height: 2.4rem;
	margin-top: 0.1rem;
	margin-right: 1rem;
}
.flow_block .read {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
	color: #fff;
}
.flow_block .read strong {
	font-size: 1.8rem;
}
.flow_block .flow {
	position: relative;
	margin-top: 3rem;
	padding-top: 1px;
	color: #fff;
}
.flow_block .flow:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: #fff;
	width: 2px;
	height: calc(100% + 8rem);
	margin-left: -1px;
	z-index: 1;
}
.flow_block .flow:after {
	content: "";
	position: absolute;
	bottom: -8rem;
	left: 50%;
	display: block;
	background: #098ed7;
	width: 2px;
	height: 4rem;
	margin-left: -1px;
	z-index: 1;
}
.flow_block .flow dl {
	position: relative;
	border: 2px solid #fff;
	background: #098ed7;
	width: 100%;
	margin-top: 3rem;
	overflow: hidden;
	z-index: 2;
}
.flow_block .flow dl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: #fff;
	width: 2px;
	height: 1.4rem;
	margin-left: -1px;
}
.flow_block .flow dt {
	position: relative;
	border-bottom: 2px solid #fff;
	background: #229adb;
	width: 100%;
	padding: 3rem 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6rem;
	letter-spacing: 0.15em;
}
.flow_block .flow dd {
	width: 100%;
	padding: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
}
.golinecdp_block .flow_block {
	background: #003181;
}
.golinecdp_block .flow_block .read {
	font-size: 1.6rem;
	line-height: 2;
}
.golinecdp_block .flow_block .read strong {
	font-size: 2rem;
	color: #ffef68;
}

.synchro .synchro1 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.synchro .synchro1 img {
	vertical-align: middle;
	width: auto;
	height: 2.8rem;
	margin: 0.6rem 1rem 0.6rem 0;
}
.synchro .synchro2 {
	margin-bottom: 6rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.synchro .synchro2 strong {
	font-size: 2.8rem;
}

.about_cdp .contents_read {
	margin-top: 3rem;
}
.about_cdp .image {
	width: 100%;
	margin-top: 3rem;
}




/* price */

.price_block {
	width: 100%;
	padding-top: 6rem;
}
.price_list {
	width: 100%;
	border-collapse: collapse;
}
.price_list th {
	vertical-align: middle;
	border: 2px solid #fff;
	background: #098dd6;
	padding: 2.2rem 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}
.price_list th:nth-of-type(1) {
	background: #098dd6;
}
.price_list th:nth-of-type(2) {
	background: #0775bf;
}
.price_list th:nth-of-type(3) {
	background: #0564b0;
}
.price_list th:nth-of-type(4) {
	background: #0458a5;
}
.price_list th:nth-of-type(5) {
	background: #034d9a;
}
.price_list th:nth-of-type(6) {
	background: #013989;
}
.price_list td {
	vertical-align: middle;
	border: 2px solid #fff;
	background: #f7f7f7;
	padding: 2rem 1rem;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.6;
	white-space: nowrap;
}
.price_list td img {
	max-width: inherit;
	width: auto;
	height: 2.2rem;
}
.price_list td span {
	font-size: 1.1rem;
}
.price_list ul {
	padding: 2rem 2.5rem;
}
.price_list li {
	position: relative;
	padding-left: 1em;
	font-size: 1.3rem;
	line-height: 2;
	text-align: left;
}
.price_list li:before {
	content: "\2713";
	position: absolute;
	top: 0;
	left: 0;
}

.price_caution {
	margin-top: 2rem;
	font-size: 1.3rem;
	text-align: right;
	color: #6f7783;
}




/* faq */

.faq_block {
	width: 100%;
	padding-top: 6rem;
}

.faq_list {
	border-bottom: 1px solid #c4ccd9;
	width: 100%;
}
.faq_list dt {
	position: relative;
	border-top: 1px solid #c4ccd9;
	background: url(../img/icon_q.svg) left center no-repeat;
	background-size: 3rem;
	width: 100%;
	padding: 1.4rem 3rem 1.4rem 4rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
}
.faq_list dt:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	background: url(../img/icon_open.svg) center center no-repeat;
	background-size: 2rem;
	width: 2rem;
	height: 2rem;
	margin-top: -1rem;
}
.faq_list dt.active:before {
	background: url(../img/icon_close.svg) center center no-repeat;
	background-size: 2rem;
}
.faq_list dd {
	display: none;
	padding: 0 0 2rem 0;
	font-size: 1.4rem;
	line-height: 2;
}




/* company */

.company_block {
	width: 100%;
	padding-top: 6rem;
}
.company_block .company_box {
	position: relative;
	border-radius: 1rem;
	background: rgba(255,255,255,0.95);
	width: 100%;
	margin: 4rem auto 0 auto;
	padding: 3rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.1);
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
}
.company_block .company_box h3 {
	margin-bottom: 2rem;
	text-align: center;
}
.company_block .company_box h3 img {
	width: 18rem;
	height: auto;
}
.company_btn {
	margin-top: 2rem;
	text-align: center;
}
.company_btn a {
	position: relative;
	display: inline-block;
	border-radius: 6rem;
	background: #098ED7;
	background: -moz-linear-gradient(left,  rgba(9,142,215,1) 0%, rgba(0,49,129,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(9,142,215,1) 0%,rgba(0,49,129,1) 100%);
	background: linear-gradient(to right,  rgba(9,142,215,1) 0%,rgba(0,49,129,1) 100%);
	width: 100%;
	height: 6rem;
	padding: 2.2rem 0 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #fff;
}