
header.new{display: none;}
footer .ib,footer p.copy{display: none;}

.input-s{width:30%;}
.wrap-auto{
  text-align: center;
}
.c_furusato .ib {
    padding: 30px 0 100px!important;
}

@media screen and (max-width: 767px) {

.c_furusato .ib {
    padding: 30px 20px!important;
} 
}

/* ------------------------------------------------------------
   header_area
--------------------------------------------------------------- */
.header_area {background: #B80E0E;}
.header_area h1 {text-align: center; width: 30%; margin: 0 auto; padding: 1% 0;}
.header_area h1 img {width: 100%;}


@media screen and (max-width: 767px) {
.header_area h1 {width: 80%; padding: 4% 0 1%;}
}

/* ------------------------------------------------------------
   footer
--------------------------------------------------------------- */
footer{border-bottom: initial;}
.inner{background: #FFFCF4; padding: 50px 0; font-size: 0.9em; bottom: 0; position: relative; width: 100%; z-index:95;text-align: center;}
#footerLogo {margin: 0;}
.corpName {margin: 0 0 2%;}
.br-sp {display: none;}

@media screen and (max-width: 767px) {
.inner{font-size: 0.8em; line-height: 1.6; padding: 10% 0 50px 0;}
.br-sp {display: block!important;}
}


/*------------------------------------------------------------------
.Stepnav 　入力ステップ
--------------------------------------------------------------------*/
 .stepbar {
	display: flex;
	width: 100%;
	margin: 0 auto 2%;
	padding: 0!important;
	list-style: none;
}

 .stepbar li{
	box-sizing: border-box;
	position: relative;
	width: calc((100% - 30px) / 2.9);
	height: 30px;
	margin: 0 5px;
	padding: 1px!important;
	background: #B80E0E;
}

/* 重なり順を設定 */
.stepbar__item:nth-child(1) {
	z-index: 3
}

.stepbar__item:nth-child(2) {
	z-index: 2
}

.stepbar__item:nth-child(3) {
	z-index: 1
}

.stepbar__item:first-child {
	margin-left: 0;
}

.stepbar__item:last-child {
	margin-right: 0;
}

.stepbar__item:not(:first-child)::before {
	position: absolute;
	content: "";
	top: 0;
	left: 1px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 0;
	border-bottom: 15px solid transparent;
	border-left: 7.5px solid #B80E0E;
}

.stepbar__item:not(:first-child)::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 0;
	border-bottom: 15px solid transparent;
	border-left: 7.5px solid #ffffff;
}

.stepbar__item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-weight: bold;
}

.stepbar__item-inner--current {
	background: transparent;
	color: #ffffff;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 0;
	border-bottom: 15px solid transparent;
	border-left: 7.5px solid #B80E0E;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 0;
	border-bottom: 15px solid transparent;
	border-left: 7.5px solid #ffffff;
}

.stepbar__item:not(:last-child) .stepbar__item-inner--current::after {
	display: none;
}




/*入力画面 mw_wp_form_input*/
.mw_wp_form_input .stepbar li:first-of-type .stepbar__item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background:transparent;
    font-weight: bold;
    color: #ffffff;
}
.mw_wp_form_input .stepbar li:first-of-type .stepbar__item-inner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 0;
    border-bottom: 15px solid transparent;
    border-left: 7.5px solid #B80E0E;
}
/*確認画面 mw_wp_form_confirm*/

.mw_wp_form_confirm .stepbar li:nth-of-type(2) .stepbar__item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background:transparent;
    font-weight: bold;
    color: #ffffff;
}
.mw_wp_form_confirm .stepbar li:nth-of-type(2) .stepbar__item-inner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 0;
    border-bottom: 15px solid transparent;
    border-left: 7.5px solid #B80E0E;
}



/*完了画面 mw_wp_form_complete*/
.mw_wp_form_complete .stepbar li:nth-of-type(3) .stepbar__item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background:transparent;
    font-weight: bold;
    color: #ffffff;
}
.mw_wp_form_complete .stepbar li:nth-of-type(3) .stepbar__item-inner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 0;
    border-bottom: 15px solid transparent;
}

/* ------------------------------------------------------------
   title
--------------------------------------------------------------- */
/*
.mw_wp_form .title{
    background-color: #f4f4f4;
    border-left: 8px solid #b80e0e;
    padding: 20px 10px;
    font-size: 1.4em;
    border-radius: 0 4px 4px 0;
}
*/
.c_furusato h2.title{font-size: 1.3em!important;margin: 40px 0 0 0!important;}
.c_furusato h2.title:before {
    content: none!important;
}


@media (max-width: 600px){
    .mw_wp_form .title{padding:10px;font-size: 1.2em;} 
}

/* ------------------------------------------------------------
   box
--------------------------------------------------------------- */
.box_Lgray{
  border-radius:10px;
  background: #f4f4f4;
  padding: 10px 20px;
display: inline-block;
}

@media screen and (max-width: 767px) {
.box_Lgray{
  border-radius:10px;
  background: #f4f4f4;
  padding: 10px;
}
}

/* ------------------------------------------------------------
   list
--------------------------------------------------------------- */
ul.disc {
    display: inline-block;
    text-align: left;
}
ul.disc li {
	position: relative;
	margin-left: 1em;
    padding: 2px 0!important;
}

ul.disc li::after {
	display: block;
	content: '';
	position: absolute;
	top: .85em;
	left: -.7em;
	width: 6px;
	height: 6px;
	background-color: #999;
	border-radius: 100%;
    line-height: 1;
}
@media screen and (max-width: 767px) {
ul.disc li {
    line-height: 1.5!important;
}
}
/* ------------------------------------------------------------
   form
--------------------------------------------------------------- */
.mw_wp_form table.contact{
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 30px;
    border-top: 1px solid #ddd!important;
    width: 100%;
}

.mw_wp_form table.contact th,.mw_wp_form table.contact td{
    padding: 1em 3em 1em 1em;
    border-bottom: 1px solid #ddd!important;
    vertical-align: top;
    text-align: left;
}

@media (max-width: 600px){
.mw_wp_form table.contact{border-top: none!important;}
.mw_wp_form table.contact th,.mw_wp_form table.contact td{
    border-bottom:none!important;}
    
}

.btnArea{text-align: center;}
input.formBtn[type="submit"]{
    display: inline-block;
    padding: 15px 1em;
    text-decoration: none;
    background: #B80E0E;
    color: #FFF;
    border: none;
    border-bottom: 6px solid #8f2d1b;
    border-radius: 5px;
    line-height: 1;
    font-size: 1.6em;
    cursor: pointer;
}

a.btn_red{
    display: inline-block;
    padding: 15px 1em;
    text-decoration: none;
    background: #B80E0E;
    color: #FFF;
    border: none;
    border-bottom: 6px solid #8f2d1b;
    border-radius: 5px;
    line-height: 1;
    font-size: 1.2em;
    cursor: pointer;
}
@media (max-width: 600px){
a.btn_red{
    display: inline-block;
    padding: 15px 1em;
    text-decoration: none;
    background: #B80E0E;
    color: #FFF;
    border: none;
    border-bottom: 6px solid #8f2d1b;
    border-radius: 5px;
    line-height: 1;
    font-size: 1em;
}
}
.req {
    display: inline-block!important;
    background: #B80E0E;
    border-radius: 3px;
    color: #fff;
    padding: 4px 4px 2px 4px;
    line-height: 1;
    margin-left: 5px;   
    font-size: .8em!important;
    margin-top:0!important;    
}


table.contact th {
    background: #f4f4f4;
    width: 25%!important;
    border-right:none!important;
}
/*チェックボックス*/
.mwform-checkbox-field input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.mwform-checkbox-field-text {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-weight: 500;
}

.mwform-checkbox-field-text:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 6px;
    flex-shrink: 0;
}

.mwform-checkbox-field input:checked + .mwform-checkbox-field-text:before {
    border: 1px solid #D0AE54;
    background-color: #D0AE54;
}

.mwform-checkbox-field input:checked + .mwform-checkbox-field-text:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 0.3em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.4em;
    height: 0.6em;
    transform: translateY(-2px) rotate(45deg);
}

.mwform-checkbox-field input:checked + .mwform-checkbox-field-text {
    color: #222;
}

.mwform-checkbox-field input:focus-visible + .mwform-checkbox-field .mwform-checkbox-field-text {
    background: linear-gradient(transparent 90%, rgba(184, 14, 14, 0.3) 90%);
}

.mwform-checkbox-field input.focus-visible + .mwform-checkbox-field .mwform-checkbox-field-text {
    background: linear-gradient(transparent 90%, rgba(208, 174, 84, 0.3) 90%);
}


/*ラジオボタン*/
.form-radio-name input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.form-radio-name .mwform-radio-field-text {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
}

.form-radio-name .mwform-radio-field-text:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #666;
    border-radius: 50%;
    margin-right: 4px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.form-radio-name input:checked + .mwform-radio-field-text:before {
    outline: 1px #666;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: #D0AE54;
    box-sizing: border-box;
    
}
/*
.form-radio-name input:checked + .mwform-radio-field-text {
    color: rgb(33, 150, 243);
}

.form-radio-name input:focus + .mwform-radio-field-text {
    color: rgb(33, 150, 243);
}
*/

.mw_wp_form table.contact textarea {padding: 20px!important;}
input.backbtn[type="submit"] {
    display: inline-block;
    padding: 15px 1em;
    text-decoration: none;
    background: #aa9e9e;
    color: #FFF;
    border: none;
    border-bottom: 6px solid #7f6d6a;
    border-radius: 5px;
    line-height: 1;
    font-size: 1.6em;
    box-sizing: border-box;
    margin-right: 20px;
    cursor: pointer;
}


@media (max-width: 600px){

table.contact th {
    background: #fff!important;
    width: 100%!important;
    border-right:none!important;
    padding: 5px 10px 5px 0!important;
}
table.contact tr td {
    padding:0 0 20px 0!important;
}
.mw_wp_form .vertical-item {
    padding-top: 10px;
}
   
.form-radio-name{ margin-top: 1em;}
#content .ib p {
    font-size:initial;
}
    
input.formBtn[type="submit"],
input.backbtn[type="submit"]{font-size: 1.2em;}
input.backbtn[type="submit"] {margin-right:initial;padding: 15px 0.5em;}   
.btnArea{
    display:flex;
    justify-content: space-around;
    }
    
}

/*確認画面*/
.mw_wp_form_confirm .confirm-hidden {
  display:none!important;
}


/*完了画面*/
.mw_wp_form_complete{
    /*padding: 4em;*/
    text-align:center;
    box-sizing:border-box;
}

.mw_wp_form_complete p{ font-size:1.5em!important;line-height:1.8!important;}



@media (max-width: 600px){
.mw_wp_form_complete{
    text-align:left;
    padding:1em}

}

/* ------------------------------------------------------------
   個人情報の取り扱いについて
--------------------------------------------------------------- */

.privacy .privacyBox {
    width: 100%;
    height: 300px;
    margin: 0px auto 30px auto;
    padding: 18px;
    border: 1px solid #ddd;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}


.privacy .title-bold{
    font-size: 1.6em!important;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;  
}

.privacy h3 {
    font-size: 1.1em!important;
    margin: 0!important;
    padding: 4px 10px;
    background: #F0F0F0;
    border-bottom: none!important;  
}
@media screen and (min-width: 768px) {
.privacyBox ol{font-weight: normal!important;margin-top: 10px!important;}
.privacyBox .p-mark{
 position: relative;
}

.privacyBox .p-mark img{
     position: absolute;
    top:10px;
     right: 20px;
}
}
 

@media screen and (max-width: 767px) {
.privacy .privacyBox {
    height: 200px;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
    
}
.privacy h3 {
    font-size: 1.1em!important;
    padding: 4px 10px;
    margin: 0!important;
}
.privacyBox ol{font-weight: normal!important; margin-top: 10px!important;}
.privacyBox .p-mark{
    float: initial!important;
    text-align: center;
    position: inherit;
}
.privacyBox .p-mark img{
    width:20%;
    margin-top: 10px;
}
}


/* ------------------------------------------------------------
   other
--------------------------------------------------------------- */

.mt-l{margin-top: 50px;}
.mt-m{margin-top: 20px;}
.txt-L{font-size: 1.5em;}
.txt-S{font-size:.8em;}
.center {text-align: center;}

.c-Lgray{color: #666;}

@media (max-width: 600px){
    
.mt-l{margin-top: 25px;} 
.mt-m{margin-top: 15px;}
.txt-L{font-size: 1.2em;} 
.txt-S{font-size:.8em;}
.left-sp{ text-align: left!important; line-height: 1.8;}
}

