@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

/*759px以下*/
@media screen and (max-width: 759.9px) {
	
p.btn_schedule a{
    margin:0 auto;
    width:100%;
    border-radius: 10px;
    background: #f32b4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 30px 0;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
p.btn_schedule i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_schedule a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}
    	

#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
font-size: 10px;
margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
font-size: 12px;
margin: 0 1%;
}
.inner{
width: 96%;
margin: 0 2%;
box-sizing: border-box;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
	
p.btn_schedule a{
    margin:0 auto;
    width:400px;
    border-radius: 10px;
    background: #f32b4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 30px auto;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
p.btn_schedule i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_schedule a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}
    
	
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
width: 100%;
max-width:970px;
min-width:760px;
margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
width: 100%;
margin: 0 auto;
display: block;
font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
font-size: 14px;
width: auto;
max-width: 970px;
margin: 0 auto 5px;
}

.inner{
width: 96%;
max-width:970px;
margin: 0 auto;
display: block;
}
u{text-decoration-color: red;}
}


/*=======================================
UNIQUE SETTING Add 240423 by MIMOAGENT
=======================================*/

.page_renofa * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.page_renofa {
 background-image: url("../images/bg.jpg");
	background-size: contain;
font-size:14px;
line-height: 1.4;
}

.page_renofa .fx {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.page_renofa .fx_row_2 > *,
.page_renofa .fx_row_3 > *,
.page_renofa .fx_row_4 > * {width:100%;}

.page_renofa .only_sp,
.page_renofa .only_xs {display: block;}
.page_renofa .only_pc {display: none;}


@media screen and (min-width: 760px),print {
.page_renofa {font-size:20px;}

.page_renofa .only_sp {display: none;}
.page_renofa .only_pc {display: block;}

.page_renofa .fx_row_2 > * {width:48.6%;}
.page_renofa .fx_row_3 > * {width:31.33%;}
.page_renofa .fx_row_4 > * {width:23%;}

}

.page_renofa p {font-size:14px;}

.page_renofa .headline {
margin:0 auto 16px;
text-align: center;
}

.page_renofa .tx_note {
font-size:12px;
/*text-align: right;*/
}


@media screen and (min-width: 480px) {
.page_renofa p {font-size:18px;}

.page_renofa .only_xs {display: none;}
}

@media screen and (min-width: 760px),print {
.page_renofa p {font-size:20px;}

.page_renofa .headline {margin:0 auto 32px;}

.page_renofa .tx_note {font-size:16px;text-align: right;}
}

.page_renofa img {
border: none;
border-style: none;
height: auto;
max-width: 100%;
width: auto;
}
.page_renofa figure {
margin:0;
padding:0;
}


/*===== TITLE =====*/
.page_renofa .fag_head {
background: url(../images/bg_header.png) no-repeat 50% 0;
background-size: cover;
padding: 32px 0;
}
.page_renofa .fag_head .support {
background-color: rgba(255,255,255,.4);
border-radius: 16px;
margin-top: 2em;
padding: 2em;
position: relative;
}
.page_renofa .fag_head .support figure {
max-width: 72px;
width: 100%;
position: absolute;
top:-1em;
left: -1.5em;
}

@media screen and (min-width: 760px),print {
.page_renofa .fag_head {
padding: 56px 0;
}
.page_renofa .fag_head .support figure {
max-width: 108px;
}
}

/*===== SCHEDULE =====*/
.page_renofa .fag_schedule {
padding:48px 0;
background-color: #ea5413;
border-top: 4px solid #ffffff;
border-bottom: 4px solid #ffffff;
}

.page_renofa .fag_schedule figure{
	 max-width: 740px;
	margin: 0 auto;
}

.page_renofa .fag_schedule figure img{
	width: 100%;
}

.page_renofa .fag_schedule .headline {
max-width: 323px;
width: 90%;
}
.sce_txt{
	font-size: 16px;
	text-align: center;
	background-color: #ffffff;
	padding: 20px;
	font-weight: bold;
	margin: 20px 0 0 0;
	color: #FF0004;
}

@media screen and (min-width: 760px),print {
.page_renofa .fag_schedule {
padding:20px 0 !important;
}
	

.page_renofa .fag_schedule figure{
	 max-width: 970px !important;
	margin: 0 auto;
}
	
.sce_txt{
	font-size: 18px !important;
	text-align: center;
	background-color: #ffffff;
	padding: 20px;
	font-weight: bold;
	margin: 20px 0 0 0;
	color: #FF0004;
}

}

/*===== STAMPRALLY =====*/
.page_renofa .fag_stamprally {
margin:48px auto;
}
.page_renofa .fag_stamprally .headline {
max-width: 780px;
width: 90%;
}


.page_renofa .fag_stamprally ul.syouhinlist{
	padding: 30px 0 0 0;
}
.page_renofa .fag_stamprally ul.syouhinlist li{
	max-width: 605px;
	margin: 0 0 30px 0;
}

.page_renofa .fag_stamprally ul.syouhinlist li img{
	width: 100%;
}

.page_renofa .fag_stamprally .fag_stamprally_extend {
margin-top: 1em;
position: relative;
background-color: #004386;
padding: 5px 0 0;
}
/*.page_renofa .fag_stamprally .fag_stamprally_extend::before {
background-color: #004386;
content:'';
display: block;
height:8em;
width: 100%;
position: absolute;
z-index: 1;
bottom:0;
left:0;
}*/
.page_renofa .fag_stamprally .fag_stamprally_extend figure {
margin:auto;
max-width: 970px;
width: 90%;
position: relative;
z-index: 2;
}
@media screen and (min-width: 760px),print {
.page_renofa .fag_stamprally .fag_stamprally_extend {
padding: 10px 0 0;
}
.page_renofa .fag_stamprally {
margin:80px auto;
}
}


/* ===== HOW TO ===== */
.page_renofa .fag_howto {
margin:48px auto 0;
}
.page_renofa .fag_howto .headline {
max-width: 319px;
width: 90%;
}
.page_renofa .fag_howto li {
background-color: rgba(255,255,255,.7);
border-radius: 8px;
font-size: 18px;
font-weight: 700;
margin-bottom: 1em;
padding: 2em;
}
.page_renofa .fag_howto li > em {
background: linear-gradient(transparent 50%, #f7e136 50%);
color:#e60012;
}

.page_renofa .fag_howto .kiyaku {
display: flex;
justify-content: center;
}
.page_renofa .fag_howto .kiyaku a {
background-color: #0067b6;
border-radius:32px;
color:#fff;
display: inline-block;
font-size:20px;
margin:0 auto 32px;
padding: .5em 2em;
text-align: center;
}
.page_renofa .fag_howto .kiyaku a > span {
display: block;
font-size:14px;
}

@media screen and (min-width: 760px),print {
.page_renofa .fag_howto {
margin:80px auto 0;
}
.page_renofa .fag_howto li {
font-size: 24px;
}
}

/*===== OFFICIAL =====*/
.page_renofa .fag_official {
background-color: #000;
margin: 1em auto 0;
padding:2em 0;
}
.page_renofa .fag_official a {
border: 1px solid #fff;
display: block;
color:#fff;
font-size:5vw;
font-weight: 700;
line-height: 56px;
margin:auto;
max-width: 640px;
text-align: center;
width: 90%;
}


@media screen and (min-width: 760px),print {
.page_renofa .fag_official a {
font-size:32px;
line-height: 80px;
}
}


/* ===== CAUTION ===== */
.page_renofa .fag_caution {
background-color: #fff;
}
.page_renofa .fag_caution > .inner {
padding: 64px 0;
}

.page_renofa .fag_caution h2 {
font-size: 20px;
font-weight: 700;
margin-bottom: 16px;
text-align: center;
}
.page_renofa .fag_caution h2 > em {
color:#e60012;
}

.page_renofa .fag_caution .apli {
margin: auto;
padding: 1em;
}
.page_renofa .fag_caution .img_wester1 {
width: 170px;
padding: 0;
margin: 0 auto;
}
.page_renofa .fag_caution .apli dl {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto 20px;
padding: 20px 0 0;
width: 100%;
}

.page_renofa .fag_caution .apli dt {
font-size: 20px;
font-weight: 700;
text-align: center;
padding: 0;
margin: 0 0 25px;
width: 100%;
}
.page_renofa .fag_caution .apli dd {
margin: 0 1em;
padding: 0;
}

.page_renofa .fag_caution .txt_wester2 {
font-size: 14px;
text-align: center;
padding: 0;
margin-top:16px;
}

@media screen and (min-width: 760px),print {
.page_renofa .fag_caution > .inner {
padding: 96px 0;
}
.page_renofa .fag_caution h2 {
font-size: 24px;
}
}


/*===== ENTRY =====*/
.page_renofa .fag_entry {
background: url(../images/bg_entry.png) no-repeat 50% 0;
background-size: cover;
padding: 64px 0;
}
.page_renofa .fag_entry .fag_entry__step {
background-color: #fff;
margin-bottom: 2em;
padding: 2em;
}
.page_renofa .fag_entry .title_wrap {
display: flex;
align-items: center;
margin:0 0 2em -2em;
}
.page_renofa .fag_entry .title_wrap figure {
width: 110px;
}
.page_renofa .fag_entry .title_wrap p {
font-size:18px;
font-weight: 700;
margin-left: 16px;
width: calc(100% - 126px);
}
.page_renofa .fag_entry .title_wrap p > em {
color:#e60012
}

.page_renofa .fag_entry .step1 .fx {
justify-content: space-between;
margin:auto;
max-width: 632px;
width: 90%;
}
.page_renofa .fag_entry .step1 li {text-align: center;}
.page_renofa .fag_entry .step1 li:nth-child(1) {width:100%;}
.page_renofa .fag_entry .step1 li:nth-child(1) img {max-width: 187px;}
.page_renofa .fag_entry .step1 li:nth-child(2) {
max-width: 183px;
width:43.99%;
}
.page_renofa .fag_entry .step1 li:nth-child(3) {
max-width: 220px;
width:52.88%;
}

.page_renofa .fag_entry .step2 .fx {
align-items: flex-start;
justify-content: space-between;
}
.page_renofa .fag_entry .step2 figcaption {
font-size:14px;
margin-top: 8px;
text-align: center;
}
.page_renofa .fag_entry .step2 .tx_note {
margin-top: 16px;
}

.page_renofa .fag_entry .step3 .fag_entry__summary::after {
clear: both;
content: "";
display: block;
}
.page_renofa .fag_entry .step3 .fag_entry__summary dt {
font-size:16px;
}
.page_renofa .fag_entry .step3 .fag_entry__summary dd {
font-size:20px;
font-weight: 700;
margin-top: 16px;
}
.page_renofa .fag_entry .step3 .fag_entry__summary dd > em {color:#e60012;}

.page_renofa .fag_entry .step3 .fag_entry__summary figure,
.page_renofa .fag_entry .step4 .fag_entry__summary figure {
/*float:right;*/
margin:0 0 3%;
width: 100%;
}
.page_renofa .fag_entry .step4 .fag_entry__summary figure {
width: 40%;
text-align: center;
margin: 0 auto 3%;
}


.page_renofa .fag_entry .step4 .fag_entry__summary .tx_lead {
font-size:16px;
margin-bottom: 8px;
}
.page_renofa .fag_entry .step4 .fag_entry__summary .tx_lead > em {
    color:#e60012;
    font-weight: 700;
}
.page_renofa .fag_entry .step4 .fag_entry__summary .tx_lead > sup {font-size:.5em;}
.page_renofa .fag_entry .step4 .fag_entry__summary .tx_lead > span {
    color:#e60012;
    font-size:1.15em;
    font-weight: 700;
}

.stamp_method_box{
		max-width: 300px;
		width: 100%;
	margin: 0 auto 20px;
		padding: 20px;
		border: 2px solid #e94609;
	}
	
	.stamp_method_txt1{
		text-align: center;
		color: #e94609;
		margin: 0 0 10px 0;
		font-size: 16px;
	}
	
	.stamp_method_img{
		margin: 0 0 10px 0;
		max-width: 300px;
	}
	
	.stamp_method_txt2{
		text-align: center;
		color: #e94609;
		font-size: 12px;
	}

@media screen and (min-width: 760px),print {

	.stamp_method{
		display: flex;
		justify-content: center;
		align-items: stretch;
	}
	
	.stamp_method_box{
		max-width: 400px;
		width: 48% !important;
		padding: 20px;
		border: 2px solid #e94609;
	}
	
	.stamp_method_txt1{
		text-align: center;
		color: #e94609;
		margin: 0 0 10px 0;
		font-size: 18px !important;
	}
	
	.stamp_method_img{
		margin: 0 auto 10px;
		max-width: 300px;
	}
	
	.stamp_method_txt2{
		text-align: center;
		color: #e94609;
		font-size: 18px !important;
	}
	

.page_renofa .fag_entry {
padding: 96px 0;
}
.page_renofa .fag_entry .title_wrap p {
font-size:24px;
font-weight: 700;
margin-left: 1em;
}

.page_renofa .fag_entry .step1 li:nth-child(1) {width:187px;}
.page_renofa .fag_entry .step1 li:nth-child(2) {width:183px;}
.page_renofa .fag_entry .step1 li:nth-child(3) {width:220px;}

.page_renofa .fag_entry .step2 figcaption {font-size:16px;}

.page_renofa .fag_entry .step3 .fag_entry__summary dt {font-size:24px;}
.page_renofa .fag_entry .step3 .fag_entry__summary dd {font-size:32px;}

.page_renofa .fag_entry .step3 .fag_entry__summary figure,
.page_renofa .fag_entry .step4 .fag_entry__summary figure {
float:right;
margin:0;
width: 24.87%;
}
.page_renofa .fag_entry .step4 .fag_entry__summary figure {
width: 18%;
margin-top: -55px;
}

.page_renofa .fag_entry .step4 .fag_entry__summary .tx_lead {
font-size:24px;
margin-bottom: 16px;
}
}


/*===== ATTENTION =====*/
.page_renofa .fag_attention {
background-color: #fff;
padding: 48px 0;
}
.page_renofa .fag_attention h2 {
font-size:12px;
margin-bottom: 16px;
text-align: center;
}
.page_renofa .fag_attention h2 > em {
display: block;
font-size:20px;
}
.page_renofa .fag_attention p {
font-size:14px;
font-weight: 700;
}
.page_renofa .fag_attention ul + p {margin-top:1em;}
.page_renofa .fag_attention li {
font-size:12px;
padding-left: 1em;
text-indent: -1em;
}
.page_renofa .fag_attention li::before {
    content:'●';
}
.page_renofa .fag_attention li.tx_red {color:#e60012;}

.page_renofa .fag_attention .sr_attention__extend {
border:2px solid #000;
font-size:12px;
margin: 1em 0;
padding: 1em;
text-align: center;
}
.page_renofa .fag_attention .sr_attention__extend h3 {
font-size:16px;
}
.page_renofa .fag_attention .sr_attention__extend dd {margin-top:8px;}
.page_renofa .fag_attention .sr_attention__extend dd > span {
display: block;
font-size:10px;
}

@media screen and (min-width: 760px),print {
.page_renofa .fag_attention {padding: 80px 0;}
.page_renofa .fag_attention h2 {
font-size:16px;
margin-bottom: 24px;
}
.page_renofa .fag_attention h2 > em {font-size:24px;}
.page_renofa .fag_attention p {font-size:18px;}
.page_renofa .fag_attention li {font-size:16px;}

.page_renofa .fag_attention .sr_attention__extend {font-size:16px;}
.page_renofa .fag_attention .sr_attention__extend h3 {font-size:20px;}
.page_renofa .fag_attention .sr_attention__extend dd > span {font-size:13px;}
}
