@charset "utf-8";

/* common */

html {
	font-size: 62.5%; 
}

body {
	font-size: 1.4rem;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	font-weight: 500;
	color: #222222;
}

.wm {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.wm:after, .clear:after, dl:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

/* common ed */

/* head */

#head {
	position: relative;
	z-index: 1;
	border-bottom: 3px solid rgb(0, 77, 160);
}

#head .wm {
	display: table;
	box-sizing: border-box;
	padding: 25px 32px 15px;
}

.logo, .slogan {
	display: table-cell;
	padding: 0 32px;
	vertical-align: middle;
}

.logo img {
	display: block;
}

.slogan b {
	display: block;
	font-size: 128%;
	line-height: 1.4;
	letter-spacing: -1px;
	text-align: center;
}

.slogan b:nth-child(odd) {
	color: rgb(0, 77, 160);
}

.slogan .slogan_sp {
	display: none;
}

.menu {
	display: none;
}

/* head ed */

/* main */

#main {
}

.himg img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.replace_img img:first-child {
	display: block;
}

.replace_img img:last-child {
	display: none;
}

.banner {
	position: relative;
	height: 748px;
	background: rgb(236, 241, 248);
	overflow: hidden;
}

.banner img:first-child {
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	height: 100%;
	transform: translateX(-50%);
}

.banner img:nth-child(2), .banner img:nth-child(3) {
	display: none;
}

.banner_txt {
	display: none;
}

.privilege {
	padding: 70px 0 80px;
	background-color: #004da0;
}

.privilege_tit {
	display: none;
}

.privilege_list {
	padding: 40px 0;
}

.privilege_list > ul > li {
	position: relative;
	float: left;
	display: inline-block;
	width: 304px;
	padding: 75px 0 0;
	margin: 0 0 0 44px;
}

.privilege_list li:first-child {
	margin: 0;
}

.privilege_list .plt {
	position: absolute;
	left: 50%;
	top: 0;
	width: 141px;
	height: 141px;
	text-align: center;
	background: url(../img/bg_plt.png) no-repeat center / cover;
	border: 3px solid rgb(255, 255, 255);
	border-radius: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.privilege_list .plt span {
	display: block;
	font-size: 128%;
	line-height: 1.4;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

.privilege_list .plt span:first-child {
	padding: 20px 0 0;
}

.privilege_list .plt b {
	display: block;
	font-size: 260%;
	line-height: 1.5;
	color: rgb(252, 236, 0);
}

.privilege_list .plt .fss {
	font-size: 160%;
	line-height: 1.2;
}

.privilege_list .plc {
	padding: 80px 20px 25px;
	color: rgb(26, 23, 27);
	background: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.privilege_list .plc b {
	display: block;
	font-size: 200%;
	line-height: 2;
	text-align: center;
}

.privilege_list .plc .lhs {
	line-height: 1.5;
}

.privilege_list .plc span {
	display: block;
	line-height: 1.8;
	text-align: justify;
}

.privilege_list .plc ul {
	padding: 5px 0;
}

.privilege_list .plc ul li {
	position: relative;
	padding: 0 0 0 1em;
	font-size: 85%;
	line-height: 1.25;
}

.privilege_list .plc ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '*';
	font-size: 120%;
}

.privilege_btn {
	text-align: center;
}

.privilege_btn a {
	display: inline-block;
}

.privilege_btn a:hover {
	opacity: 0.9;
}

.privilege_btn a img {
	display: block;
	max-width: 100%;
}
.privilege_mark{
	width: 100%;
	max-width: 756px;
	margin: 20px auto 0 auto;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.range {
	padding: 80px 0 0;
	background: url(../img/bg_lattice.png) repeat;
	overflow: hidden;
}

.range_bg {
	position: absolute;
}

.range_bg img {
	display: block;
}

.range_list {
	position: relative;
	height: 475px;
	padding: 25px 220px 0 60px;
	color: rgb(26, 23, 27);
}

.range_list h2 {
	margin: 0;
	font-size: 228%;
	line-height: 3;
}

.range_list li {
	position: relative;
	padding: 0 0 14px 40px;
}

.range_list li img {
	position: absolute;
	left: 0;
	top: 0;
}

.range_list li span {
	display: block;
	font-size: 140%;
	line-height: 1.8;
	font-weight: bold;
}

.reason {
	padding: 90px 0 80px;
}

.reasont {
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 42px;
	border-bottom: 7px solid rgb(0, 77, 160);
}

.reasont img {
	display: block;
	max-width: 90%;
	margin: 0 auto;
}

.reasont_txt {
	display: none;
}

.reasont i {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 42px solid rgb(0, 77, 160);
	border-left: 66px solid transparent;
	border-right: 66px solid transparent;
	transform: translateX(-50%);
}

.reasonc {
}

.reasonc h2 {
	margin: 0;
	font-size: 257%;
	line-height: 2;
}

.reasonc p {
	line-height: 1.6;
	text-align: justify;
}

.reasonc img {
	display: block;
	width: 100%;
	margin: 40px 0 50px;
}

.reasontm {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 28px 40px;
	border: 5px solid rgb(0, 77, 160);
}

.rmt {
	display: table-cell;
	vertical-align: middle;
}

.rmt b {
	display: block;
	font-size: 250%;
	line-height: 1.25;
	white-space: nowrap;
}

.rmt b:last-child {
	color: rgb(0, 77, 160);
}

.rmi {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
}

.rmi img {
	display: block;
}

.rmc {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.rmc p {
	line-height: 1.8;
	text-align: justify;
}

.explain {
	padding: 0 0 80px;
	background: url(../img/bg_explain.png) repeat-x;
	background-size: auto 100%;
	padding: 60px 0;
}

.explain h2{
	font-size: 6.5rem;
	line-height: 6.0rem;
	color: #ffffff;
	font-weight: bold;
	background: url(../img/bg_explain_title.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
	padding: 10px 0 5px;
	text-align: center;
	margin: 0;
}
.explain_c1{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
}
.explain_c1_l{
	display: table-cell;
	vertical-align: bottom;
}
.explain_c1_r{
	display: table-cell;
	padding-left: 10px;
	text-align: right;
	vertical-align: bottom;
}
.explain_c1 img{
	display: block;
	max-width: 100%;
}
.explain_arrow{
	margin-top: -1px;
}
.explain_arrow img{
	display: block;
	margin: 0 !important;
	max-width: 100%;
}
.explain_c2{
	padding-top: 15px;
	overflow: hidden;
}
.explain_c2 img{
	width: 30.6%;
	float: left;
}
.explain_c2 img:nth-child(2){
	margin-left: 4.1%;
	margin-right: 4.1%;
}
.explain_hint{
	font-size: 1.4rem;
	padding-top: 30px;
}

.explaint img {
	display: block;
	width: 100%;
}

.explainc {
	background: rgb(255, 255, 255);
	border: 3px solid rgb(239, 177, 0);
	border-radius: 10px;
}

.ecl {
	float: left;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 40px 27px 34px 30px;
	text-align: center;
}

.ecl img {
	display: block;
	width: 100%;
	margin: 0 0 30px;
}

.ecl span {
	display: inline-block;
	padding: 0 20px;
	font-size: 170%;
	line-height: 1.75;
	font-weight: bold;
	color: rgb(216, 0, 13);
	border: 3px solid rgb(216, 0, 13);
	border-radius: 42px;
}

.ecr {
	float: left;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 45px 48px 0 27px;
	text-align: center;
}

.ecr li {
	position: relative;
	padding: 0 0 30px 50px;
	text-align: justify;
}

.ecr li img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.ecr li span {
	display: block;
	font-size: 150%;
	line-height: 1.6;
}

.result {
	padding: 70px 0 66px;
}

.result_t {
	display: none;
}

.resultc {
	padding: 40px 0 0;
}

.resultc li {
	float: left;
	display: inline-block;
}
.resultc li {
	position: relative;
	float: left;
	display: inline-block;
	width: 304px;
	margin: 0 0 0 44px;
}

.resultc li:first-child {
	margin: 0;
}

.resultc li img {
	display: block;
	width: 100%;
	margin: 0 auto 30px;
}

.resultc fieldset {
	padding: 10px 18px 20px;
	margin: 0;
	text-align: center;
	color: rgb(26, 23, 27);
	border: 3px solid rgb(53, 53, 63);
	border-radius: 10px 10px 0 0;
}

.resultc fieldset legend {
	display: inline-block;
	padding: 0 30px;
	font-size: 114%;
	line-height: 2;
	color: rgb(255, 255, 255);
	background: rgb(53, 53, 63);
	border-radius: 30px;
}

.resultc fieldset span {
	display: block;
	height: 50px;
	line-height: 1.8;
}

.trade {
	padding: 70px 0 90px;
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: #4593d0;
	overflow: hidden;
}

.trade h2 {
	margin: 0;
	font-size: 357%;
	line-height: 1.6;
}

.trade p {
	padding: 0 0 50px;
	font-size: 128%;
	line-height: 1.2;
}

.trade ul {
	margin: 0 0 0 -9px;
}

.trade ul li {
	float: left;
	display: inline-block;
	width: 116px;
	height: 116px;
	padding: 0 0 15px 10px;
}

.trade ul li img {
	display: block;
	width: 100%;
	background: rgb(255, 255, 255);
}

.trade ul li span {
	display: block;
	height: 24px;
	font-size: 80%;
	line-height: 24px;
	background: rgb(0, 77, 160);
	white-space: nowrap;
}

.process {
	padding: 70px 0;
	text-align: center;
}

.process h2 {
	margin: 0;
	font-size: 357%;
	line-height: 1.6;
}

.process p {
	padding: 0 0 40px;
	font-size: 128%;
	line-height: 1.2;
}

.process ul li {
	position: relative;
	float: left;
	display: inline-block;
	width: 220px;
	padding: 0 40px 0 0;
}

.process ul li:last-child {
	padding: 0;
}

.process ul li:last-child i {
	display: none;
}

.pboximg {
	position: relative;
	margin: 0 0 10px;
}

.pboximg i {
	position: absolute;
	right: -30px;
	top: 88px;
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid rgb(0, 0, 0);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.pbox img {
	width: 206px;
	height: 206px;
	margin: 0 auto;
	background: url(../img/bg_pbox.png) no-repeat center / cover;
	border-radius: 50%;
	box-shadow: 0 0 4px rgb(83, 83, 83);
}

.pbox b {
	display: block;
	font-size: 150%;
	line-height: 2.5;
	letter-spacing: -1px;
}

.pbox span {
	display: block;
	line-height: 1.8;
}

.contact {
	padding: 70px 0 80px;
	background: url(../img/bg_contact.jpg) no-repeat center top / cover;
}

.about {
	padding: 0 0 44px;
}

.about h2 {
	margin: 0;
	font-size: 357%;
	line-height: 1.6;
	text-align: center;
}

.aboutc {
	padding: 10px 0;
	border-bottom: 1px solid rgb(83, 83, 83);
}

.aboutc h3 {
	margin: 0;
	font-size: 128%;
	line-height: 2;
}

.aboutc h3 b {
	padding: 0 20px 0 0;
}

.aboutc p {
	line-height: 2.4;
}

.aboutc p b {
	padding: 0 12px 0 0;
}

.aboutc p span {
	padding: 0 44px 0 0;
}

.aboutc ul li {
	position: relative;
	float: left;
	display: inline-block;
	padding: 0 60px 0 16px;
	line-height: 2.4;
}

.aboutc ul li:before {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: rgb(0, 0, 0);
	border-radius: 50%;
}

.method{
	padding: 70px 0 80px;
    background: url(../img/bg_method.png);
}
.method h2{
	margin: 0;
    font-size: 357%;
    line-height: 1.6;
    text-align: center;
}
.method_subtitle{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.method_c1{
	padding: 60px 0;
}
.method_c1 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.method_c2{
	overflow: hidden;
	margin-bottom: -40px;
}
.method_text_module{
	width: 48%;
	float: left;
	padding: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #338fcd;
    margin-bottom: 40px;
}
.method_text_module:nth-child(2n){
	float: right;
}
.method_text_title{
	font-size: 2.2rem;
	font-weight: bold;
	padding-bottom: 10px;
}
.method_text{
	font-size: 1.4rem;
	line-height: 2.0rem;
	text-align: justify;
}


.contact .form {
	padding: 40px 174px 70px;
	background: url(../img/bg_gradual_short.png) repeat-x left top rgb(255, 255, 255);
	border-radius: 20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}

.contact .form h2 {
	margin: 0 0 10px;
	font-size: 257%;
	line-height: 76px;
	text-align: center;
}

.contact .form h2 img {
	display: inline-block;
	margin: 0 16px 0 0;
	vertical-align: top;
}

.contact .form p {
	margin: 0 0 30px;
	text-align: center;
}

.cftb dl {
	padding: 0 0 10px;
	margin: 0;
}

.cftb dl dt {
	float: left;
	display: inline-block;
	width: 190px;
	height: 38px;
	font-size: 150%;
	line-height: 38px;
	font-weight: bold;
}

.cftb dl dd {
	float: left;
	display: inline-block;
	width: 462px;
	margin: 0;
}

.cftb dl dd input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	padding: 0 15px;
	margin: 0;
	color: rgb(88, 89, 91);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(168, 168, 170);
}

.cftb dl dd textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	margin: 0;
	color: rgb(88, 89, 91);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(168, 168, 170);
	resize: vertical;
}

.cfbtn {
	padding: 26px 0 0;
	text-align: center;
}

.cfbtn a {
	display: inline-block;
	width: 324px;
	height: 68px;
	font-size: 240%;
	line-height: 68px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255, 255, 255);
	background: url(../img/icon_white.png) no-repeat 270px center rgb(0, 77, 160);
	border: 0 none;
	border-radius: 68px;
}

.cfbtn a:hover {
	opacity: 0.9;
}

.policy {
	padding: 16px 0 0;
	text-align: center;
}
.policy a:hover {
	color: rgb(82, 145, 209);
}
.contact .form p.agree_txt{
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
}
.agree_txt a{
	color: #000000;
	text-decoration: underline;
}
.agree {
	display: inline-block;
	position: relative;
}
.agree_left{
	width: 22px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.f_agree {
	width: 22px;
	height: 22px;
	visibility: hidden;
	vertical-align: middle;
}

.agree label {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 1px solid #5a5852;
	cursor: pointer;
	background: #FFFFFF;
}

.agree input.f_agree:checked+label {
	background: #FFFFFF;
}

.agree input.f_agree:checked+label::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 9px;
	width: 14px;
	height: 7px;
	border: 2px solid #5a5852;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.agree_right{
	width: auto;
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
	color: #000000;
	font-size: 14px;
	padding-top: 5px\0;
}
/* main ed */

/* foot */

#foot {
	visibility: hidden;
	background: rgb(0, 77, 160);
}

.foot_info {
	float: left;
	display: inline-block;
	width: 50%;
	padding: 0 0 10px;
}

.foot_info a {
	display: block;
}

.foot_info a img {
	width: 100%;
	margin: -30px 0 0;
}

.foot_info span {
	display: block;
	font-size: 128%;
	line-height: 1.8;
	text-align: center;
	background: rgb(255, 255, 255);
	border-radius: 32px;
}

.wm .foot_contact {
	float: left;
	display: inline-block;
	width: 50%;
	padding: 12px 0;
	text-align: right;
}

.wm .foot_contact a {
	display: inline-block;
}

.wm .foot_contact a img {
	display: block;
	max-width: 100%;
}

.wm .foot_contact a:hover {
	opacity: 0.9;
}

.foot_fixed {
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgb(0, 77, 160);
	border-top: 1px solid rgb(255, 255, 255);
}

#foot .foot_totop {
	display: none;
}

.foot_fixed .wm .foot_totop {
	position: fixed;
	z-index: 999;
	left: 50%;
	bottom: 240px;
	width: 42px;
	height: 42px;
	margin: 0 0 0 620px;
}

.foot_fixed .wm .foot_totop a {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
	background: rgb(255, 255, 255);
	border: 2px solid #004da0;
	border-radius: 3px;
}

.foot_fixed .wm .foot_totop a img {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sp_foot {
	display: none;
}

/* foot ed */

.mask {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.confirm {
	position: absolute;
	left: 50%;
	top: 50%;
	display: none;
	width: 80%;
	/*height: 60%;*/
	max-width: 640px;
	max-height: 480px;
	padding: 20px;
	text-align: center;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	transform: translate(-50%, -50%);
}

.form_val {
	height: 100%;
	overflow-y: auto;
}

.form_val table {
	width: 100%;
	text-align: left;
}

.form_val table th {
	width: 1%;
	padding: 10px;
	white-space: nowrap;
	background: rgb(221, 235, 247);
	border-right: 4px solid rgb(255, 255, 255);
	border-bottom: 4px solid rgb(255, 255, 255);
}

.form_val table td {
	padding: 10px;
	background: rgb(245, 249, 253);
	border-bottom: 4px solid rgb(255, 255, 255);
}

.fv_btn {
	padding: 20px 0 0;
}

.fv_btn a {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 10px;
	font-size: 160%;
	text-decoration: none;
	color: rgb(255, 255, 255);
	border-radius: 10px;
}

.fv_btn a:hover {
	opacity: 0.8;
}

.fv_btn .send {
	background: rgb(0, 77, 160);
}

.fv_btn .cancel {
	background: rgb(157, 157, 161);
}

.alert {
	max-width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	display: none;
	padding: 20px 40px;
	text-align: center;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	transform: translate(-50%, -50%);
}

.alert p {
	padding: 10px 0 20px;
	font-size: 160%;
	line-height: 1.5;
	font-weight: bold;
}

.alert a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255, 255, 255);
	background: rgb(119, 119, 119);
	border-radius: 10px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.alert a:hover {
	opacity: 0.9;
}
/*B.A.Dサービス一覧*/
.service_wrap{
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.service_tit{
	font-size: 257%;
	font-weight: bold;
}
.service_tit img,.service_list li a img,.service_list li a br{
	display: none;
}
.service_list{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 30px 0 -20px 0;
}
.service_list li{
	width: 32%;
	float: left;
	margin-bottom: 20px;
}
.service_list li:nth-of-type(3n-1){
	margin: 0 2% 20px 2%;
}
.service_list li a{
	display: block;
	width: 100%;
	border-radius: 20px;
	padding: 10px;
	padding: 12px 10px 7px 10px\0;
	background: url(../img/service_arrow.png) no-repeat right 20px center #ed6c00;
	color: #FFFFFF;
	font-size: 120%;
	text-decoration: none;
	box-sizing: border-box;
}
.service_list li a:hover{
	/*opacity: 0.9;*/
	background-color: #cc5d17;
}

/* common */
.service_tit_other {
	margin-top: 40px;
}

.service_list_other li {
	float: none;
	margin: 0 auto 10px;
}
@media (min-width: 480px) and (max-width: 1360px) {

.foot_fixed .wm .foot_totop {
	left: auto;
	right: 20px;
}

}

@media (min-width: 768px) and (max-width: 1000px) {

.wm {
	width: auto;
}

#head .wm {
	padding: 15px 10px;
}

.logo, .slogan {
	padding: 0 10px;
}

.banner {
	height: auto;
}

.banner img:first-child {
	display: none;
}

.banner img:nth-child(2) {
	display: block;
	width: 100%;
}

.privilege {
	padding: 50px 20px 60px;
}

.privilege_list {
	padding: 30px 0;
}

.privilege_list > ul > li {
	width: 30%;
	padding: 60px 0 0;
	margin: 0 0 0 5%
}

.privilege_list .plt {
	width: 120px;
	height: 120px;
}

.privilege_list .plt span:first-child {
	padding: 10px 0 0;
}

.privilege_list .plt span {
	line-height: 1.3;
}

.privilege_list .plt b {
	font-size: 240%;
}

.privilege_list .plc {
	padding: 70px 10px 25px;
}

.privilege_list .plc b {
	font-size: 160%;
}

.privilege_list .plc span {
	line-height: 1.5;
}

.privilege_btn {
	padding: 0 20px;
}
.privilege_mark{
	padding: 0 20px;
}
.range {
	padding: 50px 20px;
}

.range_bg {
	display: none;
}

.range_list {
	height: auto;
	padding: 20px;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.reason {
	padding: 70px 20px 60px;
}

.reasonc img {
	margin: 30px 0;
}

.reasontm {
	padding: 20px;
}

.rmt b {
	font-size: 200%;
}

.explain {
	padding: 60px 20px 60px;
	/*background-size: auto 60%;*/
}

.explainc {
}

.ecl {
	padding: 30px 17px 20px 20px;
}

.ecl span {
	font-size: 150%;
}

.ecr {
	padding: 35px 30px 0 17px;
}

.ecr li {
	padding: 0 0 20px 45px;
}

.ecr li img {
	height: 28px;
}

.ecr li span {
	font-size: 140%;
}

.result {
	padding: 60px 20px 50px;
}

.resultc {
	padding: 30px 0 0;
}

.resultc li {
	width: 30%;
	margin: 0 0 0 5%;
}

.resultc fieldset {
	padding: 10px;
}

.resultc fieldset legend {
	padding: 0 20px;
	line-height: 1.6;
}

.resultc fieldset span {
	height: 66px;
	line-height: 1.6;
}

.trade {
	padding: 50px 20px 70px;
}

.trade h2 {
	font-size: 300%;
}

.trade p {
	padding: 0 0 40px;
	font-size: 114%;
}

.trade ul li {
	float: none;
}

.process {
	padding: 50px 20px;
}

.process h2 {
	font-size: 300%;
}

.process p {
	padding: 0 0 30px;
	font-size: 114%;
}

.process ul li {
	width: 22%;
	padding: 0 4% 0 0;
}

.process ul li i {
	top: 42%;
	right: -20px;
	border-width: 10px;
}

.pbox img {
	width: 100%;
	height: auto;
}

.pbox b {
	height: 54px;
	font-size: 130%;
	line-height: 1.5;
}

.contact {
	padding: 50px 20px 60px;
}

.about h2 {
	font-size: 300%;
}

.aboutc h3 {
	font-size: 120%;
	line-height: 1.8;
}

.aboutc p {
	line-height: 2;
}

.aboutc p span {
	padding: 0 20px 0 0;
}

.aboutc ul li {
	padding: 0 40px 0 16px;
	line-height: 2;
}

.method {
    padding: 50px 20px;
}



.contact .form {
	padding: 30px 60px 40px;
}

.contact .form h2 {
	font-size: 240%;
	line-height: 60px;
}

.contact .form h2 img {
	height: 60px;
}

.contact .form p {
	margin: 0 0 20px;
}

.cftb dl dt {
	width: 30%;
	height: 32px;
	font-size: 136%;
	line-height: 32px;
}

.cftb dl dd {
	width: 70%;
}

.cftb dl dd input {
	height: 32px;
	padding: 0 10px;
}

.cftb dl dd textarea {
	padding: 10px;
}

.cfbtn {
	padding: 15px 0 0;
}

.cfbtn a {
	height: 54px;
	font-size: 200%;
	line-height: 54px;
	background-size: auto 40%;
}

.foot_info {
	box-sizing: border-box;
	padding: 0 0 10px 20px;
}

.wm .foot_contact {
	box-sizing: border-box;
	padding: 12px 20px;
}

.foot_info a img {
	margin: -20px 0 0;
}

.foot_info span {
	font-size: 114%;
}
	/*B.A.Dサービス一覧*/
	.service_wrap{
		margin-top: 40px;
	}
	.service_tit{
		font-size: 240%;
	}
	.service_list{
		margin: 20px 0 -15px 0;
	}
	.service_list li{
		width: 48%;
		margin-bottom: 15px;
	}
	.service_list li:nth-of-type(3n-1){
		margin: 0 0 15px 0;
	}
	.service_list li:nth-of-type(2n){
		margin: 0 2% 15px 2%;
	}

}
	
	
@media (max-width: 767px) {

.wm {
	width: auto;
}

/*#head {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgb(255, 255, 255);
}*/

#head .wm {
	width: 100%;
	padding: 10px;
}

.logo {
	height: 36px;
	padding: 0 10px;
}

.logo img {
	height: 36px;
}

.slogan {
	padding: 0 10px;
}

.slogan b {
	display: none;
}

.slogan .slogan_sp {
	display: block;
	font-size: 87.5%;
}

/*#main {
	padding: 59px 0 0;
}*/

.replace_img img:first-child {
	display: none;
}

.replace_img img:last-child {
	display: block;
}

.banner {
	height: auto;
}

.banner img:first-child {
	display: none;
}

.banner img:nth-child(3) {
	display: block;
	width: 100%;
}

.banner_txt {
	display: block;
	padding: 10px 40px 20px;
	color: rgb(255, 255, 255);
	background: rgb(84, 153, 210);
}

.banner_txt ul li {
	position: relative;
	padding: 0 0 0 1em;
	font-size: 85%;
	line-height: 1.5;
	text-align: justify;
}

.banner_txt ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '*';
	font-size: 120%;
}

.privilege {
	padding: 30px 20px 40px;
}

.privilege_tit {
	display: block;
	line-height: 1.5;
	text-align: center;
	color: rgb(255, 255, 255);
}

.privilege_list {
	padding: 30px 0 0;
}

.privilege_list > ul > li {
	float: none;
	display: block;
	width: auto;
	max-width: 304px;
	padding: 60px 0 0;
	margin: 0 auto 20px;
}

.privilege_list > ul > li:first-child {
	margin: 0 auto 20px;
}

.privilege_list .plt {
	width: 120px;
	height: 120px;
}

.privilege_list .plt span:first-child {
	padding: 10px 0 0;
}

.privilege_list .plt span {
	line-height: 1.3;
}

.privilege_list .plt b {
	font-size: 240%;
}

.privilege_list .plc {
	height: auto;
	padding: 70px 20px 20px;
}

.privilege_list .plc b {
	font-size: 160%;
	white-space: nowrap;
}

.privilege_list .plc span {
	line-height: 1.5;
}
.privilege_mark{
	max-width: 433px;
	font-size: 12px;
	margin-top: 10px;
}
.range {
	padding: 40px 20px;
}

.range_bg {
	display: none;
}

.range_list {
	height: auto;
	padding: 20px;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.range_list h2 {
	margin: 0 0 20px;
	font-size: 180%;
	line-height: 1.5;
	text-align: center;
}

.range_list li {
	padding: 0 0 10px 36px;
}

.range_list li img {
	height: 28px;
}

.range_list li span {
	font-size: 128%;
	line-height: 1.6;
}

.reason {
	padding: 50px 20px 40px;
}

.reasont {
	padding: 0 0 5px;
	margin: 0 0 30px;
	border-width: 4px;
}

.reasont img {
	max-width: 100%;
}

.reasont > img {
	display: none;
}

.reasont_txt {
	display: block;
}

.reasont_txt img {
	width: 120px;
	padding: 0 0 0 20px;
}

.reasont_txt span {
	display: block;
	font-size: 200%;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.reasont_txt span b {
	font-size: 120%;
	color: rgb(0, 77, 160);
}

.reasont i {
	border-top-width: 21px;
	border-left-width: 33px;
	border-right-width: 33px;
}

.reasonc h2 {
	font-size: 180%;
}

.reasonc img {
	margin: 20px 0;
}

.reasontm {
	display: block;
	padding: 10px;
	border-width: 3px;
}

.rmt {
	display: block;
	text-align: center;
}

.rmt b {
	font-size: 180%;
}

.rmi {
	display: block;
	padding: 10px;
}

.rmi img {
	margin: 0 auto;
	transform: rotate(90deg);
	transform-origin: center;
}

.rmc {
	display: block;
}

.explain {
	padding: 40px 20px 40px;
	/*background-size: auto 60%;*/
}
.explain h2 {
    font-size: 4.4rem;
    line-height: 4.4rem;
}
.explain_c1{
	padding-top: 20px;
}
.explain_c2{
	text-align: center;
}
.explain_c2 img {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 10px 20px;
    max-width: 100%;
}
.explain_c2 img:nth-child(2) {
    margin: 0 10px 20px;
}
.explain_c2 {
    margin-bottom: -20px;
}
.explain_hint {
    padding-top: 20px;
}






.explainc {
}

.ecl {
	float: none;
	display: block;
	width: auto;
	padding: 15px 0;
}

.ecl img {
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 0 20px;
}

.ecl span {
	padding: 0 10px;
	font-size: 128%;
	line-height: 1.6;
	white-space: nowrap;
}

.ecr {
	float: none;
	display: block;
	width: auto;
	padding: 15px 20px;
}

.ecr li {
	padding: 0 0 15px 35px;
}

.ecr li img {
	height: 24px;
}

.ecr li span {
	font-size: 128%;
	line-height: 1.5;
}

.result {
	padding: 40px 20px 30px;
}

.result .himg > img {
	display: none;
}

.result_t {
	display: block;
}

.rth {
	position: relative;
}

.rth img {
	display: block;
	max-width: 100%;
}

.rth h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	font-size: 240%;
	transform: translate(-50%, -50%);
}

.result_t p {
	line-height: 1.4;
	text-align: justify;
}

.resultc {
	padding: 20px 0 0;
}

.resultc li {
	float: none;
	display: block;
	width: auto;
	padding: 0 0 20px;
	margin: 0;
}

.resultc li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto 10px;
}

.resultc fieldset {
	padding: 10px;
}

.resultc fieldset legend {
	padding: 0 20px;
	line-height: 1.6;
}

.resultc fieldset span {
	height: auto;
	line-height: 1.6;
}

.trade {
	padding: 30px 20px 50px;
}

.trade h2 {
	font-size: 240%;
}

.trade p {
	padding: 0 0 30px;
	font-size: 114%;
}

.trade ul li {
	float: none;
}

.process {
	padding: 30px 20px;
}

.process h2 {
	font-size: 240%;
}

.process p {
	padding: 0 0 20px;
	font-size: 114%;
}

.process ul li {
	float: none;
	display: block;
	width: auto;
	padding: 0 0 20px;
}

.process ul li i {
	display: none;
}

.pbox img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.pbox b {
	font-size: 130%;
	line-height: 1.5;
}

.contact {
	padding: 30px 20px 40px;
}

.about h2 {
	font-size: 240%;
}

.aboutc h3 {
	font-size: 120%;
	line-height: 1.8;
}

.aboutc p {
	line-height: 2;
}

.aboutc p span {
	display: block;
	padding: 0 20px 0 0;
}

.aboutc p br {
	display: none;
}

.aboutc ul li {
	float: none;
	display: block;
	padding: 0 0 0 16px;
	line-height: 2;
}
.method {
    padding: 40px 20px 60px;
}
.method h2 {
    font-size: 240%;
}
.method_subtitle {
    font-size: 1.6rem;
}
.method_c1 {
    padding: 40px 0;
}

.contact .form {
	padding: 20px 10px;
}

.contact .form h2 {
	font-size: 200%;
	line-height: 48px;
}

.contact .form h2 img {
	height: 48px;
}

.contact .form p {
	margin: 0 0 10px;
}

.cftb dl dt {
	width: 100px;
	height: 32px;
	font-size: 100%;
	line-height: 32px;
}

.cftb dl dd {
	width: calc(100% - 100px);
}

.cftb dl dd input {
	height: 32px;
	padding: 0 10px;
}

.cftb dl dd textarea {
	padding: 10px;
}

.cfbtn {
	padding: 10px 0 0;
}

.cfbtn a {
	max-width: 80%;
	height: 40px;
	font-size: 160%;
	line-height: 40px;
	background-position: 90% center;
	background-size: auto 40%;
}

.policy {
	padding: 10px 0 0;
}

.foot_info {
	box-sizing: border-box;
	padding: 0 0 10px 20px;
}

.wm .foot_contact {
	box-sizing: border-box;
	padding: 36px 20px;
}

.foot_info span {
	font-size: 114%;
}

#foot .wm, .foot_fixed .wm {
	display: none;
}

.sp_foot {
	display: flex;
	justify-content: space-evenly;
}

.sp_tel {
	flex: 1 0 43%;
}

.sp_foot .foot_contact {
	flex: 1 0 43%;
}

.sp_foot .foot_totop {
	flex: 1 0 14%;
}

#foot .foot_totop {
	display: block;
}

.sp_foot a {
	display: block;
	box-sizing: border-box;
}

.sp_foot .foot_contact a {
	background: #ed6c00;
	/*border-left: 1px solid rgb(255, 255, 255);*/
	/*border-right: 1px solid rgb(255, 255, 255);*/
}

.sp_foot a img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.alert {
	width: 90%;
	box-sizing: border-box;
}
	/*B.A.Dサービス一覧*/
	.service_wrap{
		margin-top: 40px;
	}
	.service_tit{
		font-size: 200%;
	}
	.service_list{
		margin: 20px 0 -15px 0;
	}
	.service_list li{
		width: 48%;
		margin-bottom: 15px;
	}
	.service_list li:nth-of-type(3n-1){
		margin: 0 0 15px 0;
	}
	.service_list li:nth-of-type(2n){
		margin: 0 2% 15px 2%;
	}
	.service_list li a{
		font-size: 100%;
	}
}
@media (max-width: 640px) {
	/*B.A.Dサービス一覧*/
	.service_tit{
		font-size: 150%;
	}
	.service_list li{
		width: 80%;
		float: none;
		max-width: 324px;
		margin: 0 auto 15px auto;
	}
	.service_list li:nth-of-type(3n-1){
		margin: 0 auto 15px auto;
	}
	.service_list li:nth-of-type(2n){
		margin: 0 auto 15px auto;
	}

	/* common */
	.service_tit_other {
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	
.contact .form h2 {
	font-size: 150%;
	line-height: 1.5;
}
	
.contact .form h2 img {
	display: block;
	margin: 0 auto 10px;
}

.cftb dl dt {
	width: 100%;
}

.cftb dl dd {
	width: 100%;
}

.explain h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
}
.explain_c1_r{
	display: none;
}
.explain_c2 img {
    margin: 0 0px 20px;
}
.explain_c2 img:nth-child(2) {
    margin: 0 0px 20px;
}
.method_text_module {
    width: auto;
    float: none;
    padding: 20px;
    margin-bottom: 20px;
}
.method_text_module:nth-child(2n) {
    float: none;
}




}