﻿html {
    font-size: 62.5%;
}

@media screen and (max-width:1000px) {
    html {
        font-size: calc((10 * (100vw / 1000)));
    }
}

body {
	font-family: "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



/**************************************
wrap
**************************************/
#meltyGuideWrap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


/**************************************
header
**************************************/
#meltyGuideHeader{
    display: block;
    width: 100%;
    height: 8.5rem;
    padding: 0 2rem;
}

#meltyGuideHeader > .inner{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: 100%;
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
}

#meltyGuideHeader > .inner > .logo{
    display: block;
    width: 18.3rem;
}
#meltyGuideHeader > .inner > .logo > a{
    display: block;
    width: 100%;
}
#meltyGuideHeader > .inner > .logo > a > img{display: block; width: 100%; height: auto;}

#meltyGuideHeader #headBtnClose{display: none;}



/**************************************
footer
**************************************/
#meltyGuideFooter{
    display: block;
    width: 100%;
    margin-top: 6rem;
    padding: 6rem 2rem 6rem 2rem;
    background-color: #f5f5f5;
    position: relative;
}

#meltyGuideFooter #backToTop{
    display: block;
    width: 15.2rem;
	position:absolute;
	right: calc((100vw - 976px) / 2);
	top: -2.1rem;
	z-index: 190;
    opacity: 0;
	webkit-transition: transform 0.2s ease,opacity 0.5s ease;
    -moz-transition: transform 0.2s ease,opacity 0.5s ease;
    -o-transition: transform 0.2s ease,opacity 0.5s ease;
    transition: transform 0.2s ease,opacity 0.5s ease;
}

#meltyGuideFooter #backToTop > a{display: block;}
#meltyGuideFooter #backToTop > a > img{display: block; width: 100%; height: auto;}

#meltyGuideFooter #backToTop.active{ opacity: 1;}
#meltyGuideFooter #backToTop.fixed{ position: fixed; bottom: 0; top: inherit;}

@media screen and (max-width:1000px) {
   #meltyGuideFooter #backToTop{ right: 2rem;}
}


#meltyGuideFooter .meltyGuideFootInner{
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
} 

#meltyGuideFooter .meltyGuideFootInner .footLogo{
    display: block;
    width: 17.5rem;
    margin: 0 0 0 auto;
}
#meltyGuideFooter .meltyGuideFootInner > .footLogo > img{display: block; width: 100%; height: auto;}
#meltyGuideFooter .meltyGuideFootInner > .footCopy{
    text-align: right;
    font-size: 1.2rem;
    padding-top: 1rem;
}



/**************************************
#meltyGuideMain
**************************************/
#meltyGuideMain{
    display: block;
    width: 100%;
    padding: 0 2rem;
    max-width: calc(960px + 4rem);
    margin: 0 auto;
}

#meltyGuideMain h1{
    display: block;
    width: 100%;
    padding: 3rem 0;
    margin-bottom: 2rem;
    text-align: center;
    background: #37b57c;
    border-radius: 8px;
    font-size: 4.2rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.05em;
}

#meltyGuideMain h1 > span{
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
#meltyGuideMain h1 > span > span{color: #fff29b;}


/**************************************
#meltyGuideAnchorNav
**************************************/
#meltyGuideMain .meltyGuideAnchorNav{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
    margin-top: 2rem;
}

#meltyGuideMain .meltyGuideAnchorNav > li{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: calc((100% - 1.8rem) / 4);
    margin-right: 0.6rem;
}
#meltyGuideMain .meltyGuideAnchorNav > li:nth-of-type(4n){margin-right: 0;}

#meltyGuideMain .meltyGuideAnchorNav > li > a{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    padding: 1.5rem 0 2.0rem;
    font-weight: 700;
    background: #e7e8e8;
    font-size: 1.3rem;
    color: #000000;
    text-decoration: none;
    position: relative;
	webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#meltyGuideMain .meltyGuideAnchorNav > li.green > a{background: #10805f; color: #FFFFFF;}
#meltyGuideMain .meltyGuideAnchorNav > li.red > a{background: #b71010; color: #FFFFFF;}

#meltyGuideMain .meltyGuideAnchorNav > li > a:hover{opacity: .6;}

#meltyGuideMain .meltyGuideAnchorNav > li > a::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0.5rem 0 0.5rem;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: 0.6rem;
    left: calc(50% - 0.5rem);
}
#meltyGuideMain .meltyGuideAnchorNav > li.green > a::after{
    border-color: #FFFFFF transparent transparent transparent;
}

/**************************************
#meltyGuideOneSection
**************************************/
#meltyGuideMain .meltyGuideOneSection{
    padding-top: 5rem;
}
#meltyGuideMain .meltyGuideOneSection + .meltyGuideOneSection{margin-top: 3rem;}

#meltyGuideMain .meltyGuideOneSection > h2{
    display: block;
    padding: 1.5rem 1rem 1.2rem 3.5rem;
    margin-bottom: 3rem;
    background: #efefef;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
}
#meltyGuideMain .meltyGuideOneSection > h2::before{
    content: '';
    display: block;
    width: 0.8rem;
    height: calc(100% - 1.6rem);
    background: #757575;
    position: absolute;
    left: 0.8rem;
    top: 0.8rem;
}

/**************************************
meltyStepFlow
**************************************/
#meltyGuideMain .meltyStepFlow{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin-bottom: 4rem;
}

#meltyGuideMain .meltyStepFlow > li{
    display: block;
    width: 17.6rem;
    height: 15.6rem;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2f694f;
    position: relative;
}
#meltyGuideMain .meltyStepFlow > li::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.8rem 0 7.8rem 1.9rem;
    border-color: transparent transparent transparent #CCCCCC;
    position: absolute;
    right: -2rem;
    top: 0;
    z-index: 2;
}
#meltyGuideMain .meltyStepFlow > li::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.8rem 0 7.8rem 1.9rem;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    right: -1.9rem;
    top: 0;
    z-index: 3;
}

#meltyGuideMain .meltyStepFlow > li:nth-last-of-type(1)::before,
#meltyGuideMain .meltyStepFlow > li:nth-last-of-type(1)::after{display: none;}


#meltyGuideMain .meltyStepFlow > li > figure{
    display: block;
    padding: 1.5rem 0 1rem;
    line-height: 1;
}
#meltyGuideMain .meltyStepFlow > li > figure > img{display: block; max-width: 90%; margin: 0 auto;}

#meltyGuideMain .meltyStepFlow  > li > figure > figcaption{
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #418b69;
}

#meltyGuideMain .meltyStepFlow  > li > span{}
#meltyGuideMain .meltyStepFlow  > li > span > span{font-size: 1.4rem;}


/**************************************
stepDetail
**************************************/
#meltyGuideMain .stepDetail{
    display: block;
}

#meltyGuideMain .stepDetail > dl{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    border: 1px solid #CCCCCC;
    margin-bottom: 6rem;
    position: relative;
}
#meltyGuideMain .stepDetail > dl::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2rem 3.5rem 0 3.5rem;
    border-color: #c8dcc6 transparent transparent transparent;
    position: absolute;
    left: 5.5rem;
    bottom: -4rem;
}
#meltyGuideMain .stepDetail > dl:nth-last-of-type(1){margin-bottom: 0;}
#meltyGuideMain .stepDetail > dl:nth-last-of-type(1)::after{display: none;}


#meltyGuideMain .stepDetail > dl > dt{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
    width: 17.5rem;
    padding-top: 3rem;
    background: #37b57c;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
}

#meltyGuideMain .stepDetail > dl > dt > span{display: block;}

#meltyGuideMain .stepDetail > dl > dt > span > em{
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

#meltyGuideMain .stepDetail > dl > dd{
    display: block;
    width: calc(100% - 17.5rem);
    padding: 2rem 2rem 2rem 0;
}


#meltyGuideMain .stepDetail > dl > dd .detailLine{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    position: relative;
}

#meltyGuideMain .stepDetail > dl > dd .detailLine + .detailLine{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px dotted #CCCCCC;
}
#meltyGuideMain .stepDetail > dl > dd .detailLine + .detailLine::before{
    content: '';
    display: block;
    width: 1.7rem;
    height: 4.3rem;
    background: url("../img/guide/arrow_step_next.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -2.2rem;
    left: 9rem;
    z-index: 2;
}



#meltyGuideMain .stepDetail > dl > dd .detailLine > figure{
    display: block;
    padding: 1rem 0;
    width: 19rem;
}

#meltyGuideMain .stepDetail > dl > dd .detailLine > figure > figcaption{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}
#meltyGuideMain .stepDetail > dl > dd .detailLine > figure > img{
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

#meltyGuideMain .stepDetail > dl > dd .detailLine > dl{
    display: block;
    width: calc(100% - 19rem);
    padding: 1rem 0 1rem 3rem;
    border-left: 1px dotted #CCCCCC;
}

#meltyGuideMain .stepDetail > dl > dd .detailLine > dl > dt{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    margin-bottom: 1rem;
}

#meltyGuideMain .stepDetail > dl > dd .detailLine > dl > dt > span{
    display: block;
    height: 2rem;
    padding: 0 2rem;
    border-radius: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFFFFF;
    background: #333333;
    line-height: 2rem;
}
#meltyGuideMain .stepDetail > dl > dd .detailLine > dl > dt > span.user{background: #f18319;}
#meltyGuideMain .stepDetail > dl > dd .detailLine > dl > dt > span.one{background: #5fbc56;}
#meltyGuideMain .stepDetail > dl > dd .detailLine > dl > dt > span.tano{background: #005e3c;}

#meltyGuideMain .stepDetail > dl > dd .detailLine > dl > dt > span + span{margin-left: 1rem;}

#meltyGuideMain .stepDetail > dl > dd .detailLine > dl > dd{
    font-size: 1.4rem;
    line-height: 1.6;
}

#meltyGuideMain .stepDetail > dl > dd .detailLine > dl > dd.caution{
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 2rem;
    color: #e83015;
}


/**************************************
rulesOneSection
**************************************/
#meltyGuideMain .rulesOneSection{
    display: block;
}

#meltyGuideMain .rulesOneSection::after{
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#meltyGuideMain .rulesOneSection + .rulesOneSection{
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px dotted #CCCCCC;
}

#meltyGuideMain .rulesOneSection > h3{
    display: block;
    width: 60rem;
    padding-right: 2rem;
    padding-top: 1rem;
    margin-bottom: 1.5rem;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    float: right;
}

#meltyGuideMain .rulesOneSection > figure{
    display: block;
    width: 31rem;
    padding-left: 2rem;
    float: left;
}

#meltyGuideMain .rulesOneSection > figure > img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#meltyGuideMain .rulesOneSection > .text{
    display: block;
    width: 60rem;
    padding-right: 2rem;
    text-align: left;
    float: right;
}
#meltyGuideMain .rulesOneSection > .text2{
    display: block;
    width: 60rem;
    padding-right: 2rem;
    text-align: left;
    float: left;
}


#meltyGuideMain .rulesOneSection > .text > p{
    font-size: 1.4rem;
    line-height: 1.7;
}


#meltyGuideMain .rulesOneSection dl.ruleDetail{
    display: block;
    margin-top: 3rem;
    padding: 2.5rem 2rem 2rem;
    border: 1px solid #CCCCCC;
    position: relative;
}

#meltyGuideMain .rulesOneSection dl.ruleDetail > dt{
    display: block;
    padding: 0 0.5rem;
    background: #FFFFFF;
    font-size: 1.4rem;
    color: #43745e;
    font-weight: 700;
    position: absolute;
    top: -0.5em;
    left: 1.5rem;
}

#meltyGuideMain .rulesOneSection dl.ruleDetail > dd{
    display: block;
    padding-left: 1.4em;
    text-indent: -1.4em;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
}

#meltyGuideMain .rulesOneSection dl.ruleDetail > dd + dd{
    margin-top: 1.2rem;
}

#meltyGuideMain .rulesOneSection > .possibleCheck{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: 100%;
    padding-top: 5rem;
    clear: both;
}

#meltyGuideMain .rulesOneSection > .possibleCheck > dl{
    display: block;
    width: 31rem;
    text-align: center;
    padding: 2.8rem 1.8rem 1.8rem;
    position: relative;
}

#meltyGuideMain .rulesOneSection > .possibleCheck > dl.ok{ border: 2px solid #f18200;}
#meltyGuideMain .rulesOneSection > .possibleCheck > dl.gray{ border: 2px solid #5d9022;}
#meltyGuideMain .rulesOneSection > .possibleCheck > dl.ng{ border: 2px solid #bc7a7a;}

#meltyGuideMain .rulesOneSection > .possibleCheck > dl > dt{
    display: block;
    padding: 0 1rem 0 1rem;
    background: #FFFFFF;
    font-size: 2rem;
    color: #666666;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -0.5em;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#meltyGuideMain .rulesOneSection > .possibleCheck > dl.ok > dt{ color: #f18200;}
#meltyGuideMain .rulesOneSection > .possibleCheck > dl.gray > dt{ color: #5d9022;}
#meltyGuideMain .rulesOneSection > .possibleCheck > dl.ng > dt{ color: #bc7a7a;}

#meltyGuideMain .rulesOneSection > .possibleCheck > dl > dd{ display: block;}
#meltyGuideMain .rulesOneSection > .possibleCheck > dl > dd > figure{
    display: block;
    margin-bottom: 2rem;
}
#meltyGuideMain .rulesOneSection > .possibleCheck > dl > dd > figure > img{
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

#meltyGuideMain .rulesOneSection > .possibleCheck > dl > dd > .text{
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
}

#meltyGuideMain .rulesOneSection > .possibleCheck > dl > dd > .text > p + dl{margin-top: 1.8rem;}

#meltyGuideMain .rulesOneSection > .possibleCheck > dl > dd > .text > dl > dt{font-weight: 700; margin-bottom: 0.5rem;}

#meltyGuideMain .returnRules{
    display: block;
    padding: 3rem;
    margin-top: 3rem;
    background: #efefef;
}

#meltyGuideMain .returnRules > p{
    font-size: 1.6rem;
    line-height: 1.6;
}

#meltyGuideMain .returnRules > p > strong{
    font-weight: 700;
    color: #e83015;
}

#meltyGuideMain .returnRules > p.caution{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
}
#meltyGuideMain .returnRules > p + p.caution{margin-top: 1.5rem;}


/**************************************
rulesOneSection
**************************************/
#meltyGuideMain .faqSection{
    display: block;
    padding: 0 2rem;
}

#meltyGuideMain .faqSection{
    display: block;
}

#meltyGuideMain .faqSection + .faqSection{
    margin-top: 6rem;
}

#meltyGuideMain .faqSection > h3{
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

#meltyGuideMain .faqSection > dl{
    display: block;
    padding: 2rem;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}

#meltyGuideMain .faqSection > dl + dl{
    margin-top: 2rem;
}

#meltyGuideMain .faqSection > dl > dt{
    display: block;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 1.6rem;
    font-weight: 700;
}
#meltyGuideMain .faqSection > dl > dt > em{
    display: inline-block;
    width: 2.8rem;
    color: #444a95;
    font-style: normal;
}

#meltyGuideMain .faqSection > dl > dd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#meltyGuideMain .faqSection > dl > dd > em{
    display: block;
    width: 2.8rem;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
    color: #f72c2c;
    font-style: normal;
}

#meltyGuideMain .faqSection > dl > dd > .text{
    display: block;
    width: calc(100% - 2.8rem);
    font-size: 1.4rem;
    line-height: 1.7;
}



/**************************************
downloadGuide
**************************************/
#meltyGuideMain .downloadGuide{
    padding: 0 2rem;
    font-size: 1.4rem;
    line-height: 1.6;
}

#meltyGuideMain .downloadGuide strong{color: #e83015; font-weight: 700;}

#meltyGuideMain .downloadGuide p + p{margin-top: 3rem;}


#meltyGuideMain .btnDownLoad{
    display: block;
    margin-top: 6rem;
    padding-left: 2rem;
}


#meltyGuideMain .btnDownLoad > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 44rem;
    height: 5rem;
    padding-top: 2px;
    border-radius: 8px;
    background: #2e7d32;
    box-shadow: 0 4px 0 #073d0a;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#meltyGuideMain .btnDownLoad > a:hover{opacity: .6;}



/**************************************
#bottomBtnClose
**************************************/
#meltyGuideMain #bottomBtnClose{display: none;}


/**************************************
overRide
**************************************/
#meltyGuideMain .spView{display: none!important;}





