@charset "UTF-8";
/* CSS Document */

/*サービス申し込みフォーム*/

#left_col {
    width: 1000px;
    float: none;
    padding: 0;
}

#main_contents {
    background: #F7F7F7;
    padding: 80px 0;
}

#bread_crumb {
    display: none;
}

#main_col {
    margin: 0 auto 80px;
    padding: 60px 80px 80px !important;
    background: #FFF;
    border-top: solid 10px #2986BE;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#page_header .headline {
    font-size: 40px !important;
    color: #222;
    text-shadow: unset;
    font-weight: 600;
    margin: 40px 0!important;
    transition: unset;
    letter-spacing: 0.05em;
}

#page_header {
    height: unset;
    margin: 0;
    padding: 0;
}

body {
	background: #FFF;
}
.date-tags {
	display: none;
}
.author-info {
	display: none;
}
div#breadcrumb {
	display: none;
}
.frm-custom h2 {
	background: none;
	font-size: 18px;
	padding: 0;
	margin: 40px 0 20px;
	font-weight: 500;
}
.frm-custom h2 img {
	max-width: 35px;
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.frm-ttl{
    background: none;
    font-size: 18px;
    padding: 0;
    margin: 40px 0 20px;
    font-weight: 500;
}
.frm-custom ul.submit-step {
	padding: 0;
	margin: 0 0 30px;
}
.frm-custom ul.submit-step li {
	font-size: 14px;
	list-style-type: none;
	margin: 0 0 15px;
}
.frm-custom ul.submit-step li span {
	border: solid 1px #333;
	padding: 2px 6px;
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: 600;
	font-size: 13px;
}
.frm-custom ul.submit-step li p {
	margin: 0;
}
.article h1 {
	font-size: 22px;
	font-weight: 500;
	border-bottom: solid 1px #CCC;
	padding: 20px 0;
	margin: 0 0 40px;
}
.frm-btn {
	background: unset;
	border: none;
	padding: 0;
	margin: 0;
}
.frm-btn a {
	background: #333;
	color: #FFF;
	text-decoration: none;
	width: 300px;
	display: block;
	padding: 19px 0;
	font-size: 15px;
	font-weight: 400;
	border-radius: 4px;
	/* transition: .2s; */
	position: relative;
	text-align: center;
}

.frm-btn a:after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	/* left: 0; */
	right: 23px;
	top: 28px;
	margin: auto;
	transform: rotate(45deg);
}


.frm-btn a:hover {
    opacity: 0.7;
    transition: .2s;
}
.main {
	padding: 0;
}
.wrap {
	width: 1200px;
}
table.tbl-frm {
	margin: 50px 0 50px;
}
table.tbl-frm th {
	font-size: 16px;
	background: none;
	border: none;
	font-weight: 400;
	text-align: left;
	padding: 15px 0;
	width: 25%;
	position: relative;
	line-height: 150%;
	vertical-align: middle;
}
table.tbl-frm td {
	font-size: 16px;
	border: none;
	background: #FFF;
	padding: 15px 20px;
}
table.tbl-frm tr.agree-check th,table.tbl-frm tr.agree-check td{
    padding: 0 20px;
    position: relative;
    top: -5px;
    font-size: 15px;
}
table.tbl-frm td.radio{
    display: flex;
    position: relative;
}
table.tbl-frm td p {
	margin: 0;
}
table.tbl-frm td p.attention {
	margin: 15px 0 0;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1;
}
table.tbl-frm th span.required{
	background: #D90000;
	color: #FFF;
	font-size: 11px;
	display: inline-block;
	padding: 0px 8px;
	vertical-align: middle;
	border-radius: 3px;
	float: right;
	margin: 0;
}
table.tbl-frm th span.any {
	background: #AAA;
	color: #FFF;
	font-size: 11px;
	display: inline-block;
	padding: 0px 8px;
	vertical-align: middle;
	border-radius: 3px;
	margin: 0;
	float: right;
}
table.tbl-frm th p {
	margin: 0;
}
table.tbl-frm td p span input {
	max-width: 50%;
}
.wpcf7 input[type="file"][name="your-file1"] {
	margin: 0 0 20px;
}
.frm-btn.center input {
	background: #2986BE;
	color: #FFF;
	text-decoration: none;
	padding: 20px 100px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 50px;
	border: none;
	letter-spacing: 0.03em;
}
.frm-btn.center input[name="submitBack"]{
    background: #BBB;
    width: auto;
    margin: 0 10px 0 0;
}
.frm-btn.center {
	width: fit-content;
	margin: auto;
	display: block;
}
.frm-btn:hover{
    opacity: 1;
}
.frm-btn input {
	transition: .2s;
}
.frm-btn input:hover {
    opacity: 0.7;
	transition: .2s;
}
.frm-btn.center p {
	margin: 0;
}
span.wpcf7-spinner {
	display: none;
}

.frm-btn.center .inner {
    display: flex;
}
.mw_wp_form_preview  .frm-custom-head {
    display: none;
}
table.tbl-frm td p.file {
    margin: 15px 0 5px;
}
table.tbl-frm td p.file:first-child {
    margin-top: 0;
}


.frm-custom h2.step2 {
    display: none;
}
.mw_wp_form_preview .frm-custom h2.step2 {
    display: block;
}
.mw_wp_form_preview .frm-custom h2.step1 {
    display: none;
}

.mw_wp_form_preview p.attention{
    display: none;
}
.mw_wp_form_preview table.tbl-frm td p.file {
    margin: 0;
}
.mw_wp_form_complete p {
    font-size: 15px;
    line-height: 200%;
}
div#toc {
    display: none;
}
.frm-ttl img {
    max-width: 35px;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.mw_wp_form_preview table.tbl-frm th span.required,
.mw_wp_form_preview table.tbl-frm td span.required,
.mw_wp_form_preview table.tbl-frm td span.any {
    display: none;
}

table.tbl-frm input {
    background: #F7F7F7;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 20px;
    border-radius: 3px;
}
table.tbl-frm input[type="checkbox"]{width: auto;margin: 0 3px 0 0;position: relative;top: 1px;}
table.tbl-frm input[type="radio"] {
    width: auto;
    margin: 0 3px 0 0;
}

table.tbl-frm textarea{
    background: #F7F7F7;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 20px;
    border-radius: 3px;
    min-height: 250px;
}

table.tbl-frm select{
    background: #F7F7F7;
    border: none;
    width: 400px;
    font-size: 15px;
    padding: 17px 15px;
    border-radius: 3px;
}

table.tbl-frm input::placeholder,
table.tbl-frm select::placeholder,
table.tbl-frm textarea::placeholder{
	color: #CCC;
	font-weight: 400;
}


#main_col .service-form-desc {
    text-align: center;
    margin: 0 0 60px;
    padding: 0 0 60px;
    border-bottom: solid 1px #D6D6D6;
}
#main_col .service-form-desc p {
    text-align: center;
    letter-spacing: 0.03em;
    margin: 0;
}

#main_col .service-form-desc .step02,
#main_col .service-form-desc .step03{
	display: none;
}

#main_col .service-form-desc img {margin: 0 auto 40px;max-width: 350px;}

.mw_wp_form table.tbl-frm td.radio span {
    margin: 0;
}

.mw_wp_form table.tbl-frm td.radio span label {
    margin: 0 20px 0 5px;
}

table.tbl-frm th span.small {
    font-size: 80%;
}
input[type="submit"][disabled] {
    pointer-events: none;
    background: #CCC;
}

table.tbl-frm td.radio span.error {
    position: absolute;
    top: 43px;
}

.mw_wp_form .error {
    position: absolute;
}

.mw_wp_form_confirm table.tbl-frm td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    padding: 15px 20px;
    font-size: 15px;
}

.mw_wp_form_confirm table.tbl-frm td.radio {
    position: unset;
    display: table-cell;
}

.mw_wp_form_confirm table.tbl-frm th {
    border: 1px solid #CCC;
    border-collapse: collapse;
    background: #EEE;
    padding: 15px 20px;
    font-size: 15px;
    width: 30%;
}

.mw_wp_form_confirm table.tbl-frm th span {
    display: none;
}

.mw_wp_form_confirm table.tbl-frm .agree-check {
    display: none;
}
#main_col .mw_wp_form_preview .step01,
#main_col .mw_wp_form_preview .step03{
    display: none;
}
#main_col .mw_wp_form_preview .step02{
    display: block;
}
#main_col .mw_wp_form_preview img+p{
    display: none;
}
#main_col .service-form-desc img+br {
    display: none;
}

#main_col .mw_wp_form_preview .service-form-desc p {
    /* display: none; */
}

#main_col .mw_wp_form_preview .service-form-desc {
    margin: 0 0 0;
    padding: 0;
    border: none;
}

#main_col .service-form-cpmplete {
    text-align: center;
}

#main_col .service-form-cpmplete p {
    text-align: center;
    line-height: 240%;
    letter-spacing: 0.03em;
}

#main_col .service-form-complete p {
    text-align: center;
    line-height: 250%;
    margin: 0;
}

#main_col .service-form-complete p img {
    margin: 0 auto 40px;
    max-width: 350px;
}

#main_col .service-form-complete p.step03 {
    margin: 0 0 30px;
}
table.tbl-frm tr.agree-check td span a {
    background: none;
    padding-right: 3px !important;
}

@media(max-width:991px){
#left_col{
    width: 100%;
}
.date-tags {
	display: none;
}
.author-info {
	display: none;
}
div#breadcrumb {
	display: none;
}
.frm-custom h2 {
	background: none;
	font-size: 15px;
	padding: 0;
	margin: 30px 0 15px;
	font-weight: 500;
}
.frm-custom h2 img {
	max-width: 35px;
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.frm-ttl{
    background: none;
    font-size: 15px;
    padding: 0;
    margin: 20px 0 20px;
    font-weight: 500;
}
.frm-custom ul.submit-step {
	padding: 0;
	margin: 0 0 20px;
}
.frm-custom ul.submit-step li {
	font-size: 13px;
	list-style-type: none;
	margin: 0 0 15px;
	line-height: 160%;
}
.frm-custom ul.submit-step li span {
	border: solid 1px #333;
	padding: 2px 10px;
	display: inline-block;
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 12px;
	display: block;
	width: fit-content;
}
.frm-custom ul.submit-step li p {
	margin: 0;
}
.article h1 {
	font-size: 15px;
	font-weight: 500;
	border-bottom: solid 1px #CCC;
	padding: 10px 0;
	margin: 10px 0 20px;
}
.frm-btn {
	background: unset;
	border: none;
	padding: 0;
	margin: 0;
}
.frm-btn a {
	background: #333;
	color: #FFF;
	text-decoration: none;
	width: 60%;
	display: block;
	padding: 10px 0;
	font-size: 11px;
	font-weight: 400;
	border-radius: 4px;
	/* transition: .2s; */
	position: relative;
	text-align: center;
}

.frm-btn a:after{
	content: '';
	width: 4px;
	height: 4px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	/* left: 0; */
	right: 15px;
	top: 41%;
	margin: auto;
	transform: rotate(45deg);
}


.frm-btn a:hover {
    opacity: 0.7;
    transition: .2s;
}
.main {
	padding: 0;
}
.wrap {
	width: 100%;
}
table.tbl-frm {
	margin: 0 0 30px;
}
table.tbl-frm th {
	font-size: 14px;
	background: #F2F2F2;
	border: solid 1px #D3D3D3;
	/* border-bottom: none; */
	font-weight: 400;
	text-align: left;
	padding: 12px 12px;
	width: auto;
	display: block;
	line-height: 130%;
}
table.tbl-frm td {
	font-size: 14px;
	border: solid 1px #D3D3D3;
	background: #FFF;
	padding: 12px 12px;
	width: auto;
	display: block;
	border-bottom: none;
	border-top: none;
}
	table.tbl-frm tr:last-child td{
    border-bottom: solid 1px #D3D3D3;
}
table.tbl-frm td p {
	margin: 0;
}
table.tbl-frm td p.attention {
	margin: 10px 0 0;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 150%;
}
table.tbl-frm th span.required{
	background: #D90000;
	color: #FFF;
	font-size: 10px;
	display: inline-block;
	padding: 0px 8px;
	vertical-align: middle;
	border-radius: 3px;
	margin: -2px 0 0 7px;
	line-height: 200%;
}
table.tbl-frm th span.any{
    line-height: 200%;
    margin: -2px 0 0 7px;
}
table.tbl-frm td span.required {
	background: #D90000;
	color: #FFF;
	font-size: 11px;
	display: inline-block;
	padding: 0 8px;
	vertical-align: middle;
	border-radius: 3px;
	margin: 0 10px 0 0;
}
table.tbl-frm td span.any {
	background: #AAA;
	color: #FFF;
	font-size: 11px;
	display: inline-block;
	padding: 0px 8px;
	vertical-align: middle;
	border-radius: 3px;
	margin: 0 10px 0 0;
}
table.tbl-frm th p {
	margin: 0;
}
table.tbl-frm td p span input {
	max-width: 50%;
}
.wpcf7 input[type="file"][name="your-file1"] {
	margin: 0 0 20px;
}
.frm-btn.center input {
	/* background: #9A0F1F; */
	color: #FFF;
	text-decoration: none;
	padding: 17px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	width: 100%;
}
.frm-btn.center input[name="submitBack"]{
    background: #BBB;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 12px 30px;
}
.frm-btn.center {
	width: 100%;
	margin: auto;
	display: block;
}
.frm-btn:hover{
    opacity: 1;
}
.frm-btn input {
	transition: .2s;
}
.frm-btn input:hover {
    opacity: 0.7;
	transition: .2s;
}
.frm-btn.center p {
	margin: 0;
}
span.wpcf7-spinner {
	display: none;
}

.frm-btn.center .inner {
    display: block;
}
.mw_wp_form_preview  .frm-custom-head {
    display: none;
}
table.tbl-frm td p.file {
    margin: 15px 0 5px;
}
table.tbl-frm td p.file:first-child {
    margin-top: 0;
}


.frm-custom h2.step2 {
    display: none;
}
.mw_wp_form_preview .frm-custom h2.step2 {
    display: block;
}
.mw_wp_form_preview .frm-custom h2.step1 {
    display: none;
}

.mw_wp_form_preview p.attention{
    display: none;
}
.mw_wp_form_preview table.tbl-frm td p.file {
    margin: 0;
}
.mw_wp_form_complete p {
    font-size: 13px;
    line-height: 200%;
}
div#toc {
    display: none;
}
.frm-ttl img {
    max-width: 30px;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.no-sidebar .content .main{
    padding: 67px 16px 32px;
}
#footer {
    margin: 0;
}

ul.footer-guide li a {
    color: #333;
    text-decoration: none;
}
.page #main_col {
    padding: 0 !important;
    border: none;
    box-shadow: none;
    width: 90% !important;
    margin: 30px auto 60px;
}

table.tbl-frm td.radio {
    display: block;
}

table.tbl-frm input {
    padding: 15px 12px;
    font-size: 14px;
}

#page_header .headline {
    font-size: 20px !important;
    margin: 10px 0 0 !important;
    line-height: 140%;
    letter-spacing: 0.03em;
}

#main_col .service-form-desc img {
    width: 65%;
    margin: 0 auto 20px;
}

#main_col .service-form-desc p {
    font-size: 13px;
}

#main_col .service-form-desc {
    margin: 0 auto 30px;
    padding: 0;
    border: none;
    width: 90%;
}

#main_contents {
    padding: 0px 0;
    background: #FFF;
}
table.tbl-frm select {
    width: 100%;
    font-size: 14px;
    padding: 15px 12px;
}

table.tbl-frm textarea {
    padding: 10px 12px;
    font-size: 14px;
    min-height: 150px;
}

table.tbl-frm tr.agree-check td {
    font-size: 13px;
    line-height: 160%;
    top: 0;
    border: none;
}

table.tbl-frm tr.agree-check th, table.tbl-frm tr.agree-check td {
    border: none;
    margin: 15px 0 0;
    padding: 0;
}

tr.agree-check {
    border-top: solid 1px #CCC;
}
tr.agree-check span span {
    font-size: 11px;
    position: relative;
    top: -1px;
}
.mw_wp_form table.tbl-frm td.radio span span {
    position: relative;
    top: -2px;
}
.mw_wp_form table.tbl-frm td.radio span span {
    position: relative;
    top: -2px;
}

table.tbl-frm input[type="checkbox"] {
    margin: 0;
    top: 2px;
    transform: scale(0.95);
    padding: 10px 12px;
}
table.tbl-frm td.radio span.error {
    position: initial;
}

.mw_wp_form .error {
    position: initial;
}
table.tbl-frm input[type="radio"] {
    margin: 0;
    transform: scale(0.95);
    padding: 10px 12px;
}
.mw_wp_form_confirm table.tbl-frm th,
.mw_wp_form_confirm table.tbl-frm td {
    display: table-cell;
    font-size: 12px;
    padding: 12px;
}

.mw_wp_form_confirm table.tbl-frm {
    margin: 30px auto 20px;
}

.mw_wp_form_confirm table.tbl-frm th {
    width: 34%;
}

#main_col .mw_wp_form_preview .service-form-desc {
    margin: 0 auto;
}
.service-form-complete img {
    width: 65%;
}
#main_col .service-form-complete{
}
#main_col .service-form-complete p {
    text-align: center;
    font-size: 13px;
    line-height: 200%;
}

#main_col .post_content p.step03 {
    margin: 20px 0 20px;
    line-height: 200%;
    font-size: 13px;
}
}