@charset "utf-8";
/* CSS Document */

/*===========================================
	enjoy nw-a300_nw-zx707 common.css
=============================================*/

#contents section{
    margin-bottom: 2em;
    margin-top: 4em;
}

#contents p{
	word-break: break-all;
    margin: 0 1em 1.25em;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents p + p{
	margin-top:1em;
}

#contents .ilb{
	display: inline-block;
}

#contents .ml0{
    margin-left: 0!important;
}

#contents .ml05{
    margin-left: 0.5em!important;
}

#contents .ml01{
    margin-left: 1em;
}

#contents .mr0{
    margin-right: 0!important;
}

@media (max-width: 640px){
    #contents p{
    margin: 0 0 1.25em;
    }
	
    #contents .ml01{
    margin-left: 0;
    }
    
	#contents > div,
	#contents section > div,
	#contents > dl,
	#contents > section >dl{
		margin-left:0;
	}
}

/* h1 h2 h3 */
#contents h1{
	font-size: 2.15rem;
    margin-bottom: 1em;
	padding: 0 13px 0.3em;
}

#contents h1.org{
	border-bottom: 5px solid #ffa41b;
}

#contents h1.green{
	border-bottom: 5px solid #4d9936;
}

#contents h1.peach{
	border-bottom: 5px solid #e8889e;
}

#contents h1 span.type{
    font-size: 0.7em;
    font-weight: normal;
}

#contents section h2{
	font-size: 1.846rem;
	border-top: 5px double #333f50;
	border-bottom: 5px double #333f50;
	padding: 1.5rem 13px 0.8rem;
	margin-bottom: 1em;
}

#contents section h2.org{
	border-top: 5px double #ffa41b;
	border-bottom: 5px double #ffa41b;
	background: rgb(255,164,27,.2);
}

#contents section h2.green{
	border-top: 5px double #4d9936;
	border-bottom: 5px double #4d9936;
	background: rgb(77,153,54,0.2);
}

#contents section h2.peach {
    border-top: 5px double #e8889e;
	border-bottom: 5px double #e8889e;
	background: rgb(232,136,158,.2);
}

#contents section h3 {
    font-size: 1.25rem;
    border-left: 5px solid #333f50;
    line-height: 1.3;
    border-bottom: 2px solid #ececec;
    padding: .5em .5em;
    margin-bottom: 1em;
}

#contents section h2 > h3:first-child {
    margin-top: 0;
}

#contents section h3.org{
	border-left: 5px solid #ffa41b;
    border-bottom: 2px solid #ffa41b;
}

#contents section h3.green{
	border-left: 5px solid #4d9936;
    border-bottom: 2px solid #4d9936;
}

#contents section h3.peach{
	border-left: 5px solid #e8889e;
    border-bottom: 2px solid #e8889e;
}

#contents section h3.mt5em{
    margin-top: 5em;
}

#contents span.org_line{
    color: #ffa41b;
}

#contents span.green_line{
    color: #4d9936;
}

#contents span.peach_line{
    color: #e8889e;
}

@media screen and (max-width: 640px){
	#contents h1{
		font-size: 1.692rem;
		padding: 5px;
	}

	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
}

/* list */
#contents ul{
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ul.none{
	list-style-type: none;
	margin-left: 0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol.procedure{
	margin-left:2.3em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents ul.txtlink li{
	margin-right: 0;
    float: none;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:2em;
}

#contents ul.f_gray{
    margin-left: 1em;
    color: #767676;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}
#contents dl dd{
	margin-bottom: 1.5em;
}

#contents ol li.list-c {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}


@media (max-width: 640px){
	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
    
    #contents section > ul,
    #contents ul.f_gray{
        margin-left: 0;
    }
    
    #contents ul.f_gray.indent{
        padding-left: 1.3em;
        text-indent: -1.3em;
    }
    
    #contents ol li.list-c {
        width: auto;
        margin: 0 auto 0.5em;
    }
    
    #contents ol.procedure{
        margin-left: 1.5em;
    }
}

/* link */
#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	margin: 0.5em;
}

#contents p + a.textLink{
	margin-left: 1.5em;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	display: inline-block;
}

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents span.link_out {
    background: url(/support/share/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
    width: 11px;
    margin-left: 3px;
}

@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:0.5em;
	}
	
	#contents p + a.textLink{
		margin-left: 0.5em;
	}
}

/* Link button */
#contents .singleBtn{
	display: inline-block;
	margin-left: 1em;
	margin-bottom: 0.5em;
	width: 450px;
}

#contents .singleBtn a {
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 0.7em 1em;
	color: #000;
	box-sizing: border-box;
}

#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media screen and (max-width: 640px){
	#contents .singleBtn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
}

/*　btnlist　*/
#contents ul.btnlist li {
	list-style: none;
}

#contents ul.btnlist li a,
#contents p.btnlist a,
#contents ul.btnlist li button,
#contents p.btn button{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	width: 450px;
	box-sizing: border-box;
}

#contents ul.btnlist.long li a {
	width: 500px;
}

#contents ul.btnlist li a:hover,
#contents ul.btnlist li a:active,
#contents ul.btnlist li a:focus,
#contents p.btnlist a:hover,
#contents p.btnlist a:active,
#contents p.btnlist a:focus,
#contents ul.btnlist li button:hover,
#contents ul.btnlist li button:active,
#contents ul.btnlist li button:focus,
#contents p.btn button:hover,
#contents p.btn button:active,
#contents p.btn button:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

ul.btnlist li button:focus{
    outline: thin dotted;
}

#contents ul.btnlist li a span.textLink,
#contents p.btnlist a span.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

#contents ul.btnlist li button,
#contents p.btn button {
	text-align: left;
}

#contents ul.btnlist.inner li a span.textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}


@media (max-width: 640px) {
	#contents ul.btnlist li a,
    #contents ul.btnlist.long li a,
    #contents p.btnlist a,
    #contents ul.btnlist li button,
    #contents p.btn button{
		width: 100%;
	}
}


/* annotation */
#contents ul.annotation{
	list-style: none;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

/* notice*/

#contents .notice_gray {
    border: 1px solid #CCCCCC;
    padding: 1em;
    margin-bottom: 2em;
}

#contents .notice_gray_b{
    background-color: #EBEBEB;
    border: 1px solid #999999;
    padding: 1em;
	margin-left: 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em !important;
}

#contents .notice_gray_b > ol.disc {
    margin-left: 1.5em !important;
}

#contents .accent {
    color: #ff0000;
}

/* img */
#contents .photo{
    margin: 1em auto !important;
    max-width: 500px;
    height: auto;
}

#contents .photo.img_300{
    max-width: 300px;
}

#contents .photo img{
    width: 100%;
     -webkit-backface-visibility: hidden;
}

#contents img.pc_arrow{
    margin: 0 1em;
}


#contents .verMid{
	vertical-align: middle;
}

.border_box {
    box-sizing: border-box;
}

#contents img.icon {
    vertical-align: middle;
    margin: 0px 3px;
}

#contents .img_center{
    margin: 2em auto;
    text-align: center;
}

#contents .img_center img{
    margin: 0 2em;
}

#contents img.icon_window {
    padding-left: 0.25em;
}

@media screen and (max-width: 640px){
	#contents .notice_gray_b{
		margin-left: 0;
	}
    
    #contents .img_center img{
        margin: 1em 0;
        width: 100%;
        max-width: 300px;
    }
    
    #contents img.max300{
        width: 100%;
        max-width: 300px;
    }
}

/* indexArea */
#contents .indexArea{
	display: table;
    width: 100%;
    margin-left: 1em;
}

#contents .indexArea p.left{
	background: #ccc;
	color: #000;
	font-size: 14px;
    padding: 0.5em;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 1.5em;
	text-align: center;
}


#contents .indexArea.org p.left{
    border-top: #ffa41b 1px solid;
    border-bottom: #ffa41b 1px solid;
    border-left: #ffa41b 1px solid;
	background: rgb(255,164,27,.2);
    font-weight: bold;
}
#contents .indexArea.green p.left{
    border-top: #4d9936 1px solid;
    border-bottom: #4d9936 1px solid;
    border-left: #4d9936 1px solid;
	background: rgb(77,153,54,0.2);
    font-weight: bold;
}

#contents .indexArea.peach p.left {
    border-top: #e8889e 1px solid;
    border-bottom: #e8889e 1px solid;
    border-left: #e8889e 1px solid;
    background: rgb(232,136,158,.2);
    font-weight: bold;
}

#contents p.tategaki {
    writing-mode: vertical-rl;
    letter-spacing: 0.5rem;
}

#contents .indexArea ul{
	border: 1px solid #ccc;
	padding: 1.5em 1em 1em 1.5em;
	list-style-type: none;
	margin: 0;
	width: 98%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents .indexArea.org ul{
	border-color: #ffa41b;
}

#contents .indexArea.green ul{
	border-color: #4d9936;
}

#contents .indexArea.peach ul{
	border-color: #e8889e;
}

@media screen and (max-width: 640px){
    #contents .indexArea{
        margin-left: 0;
    }
    
    #contents .indexArea ul{
        width: 100%;
    }
}


/* stepArea */

#contents .stepArea{
	margin: 2em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 0;
}
#contents .stepArea ol.stepList > li{
	margin-bottom: 3em;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li:before {
	content: counter(square);
    counter-increment: square;
    color: #fff;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: -4px;
    font-weight: 700;
    float: left;
	background-color: #999;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 2.6em;
}

#contents .stepArea ol.stepList > li > .single{
    margin: 2em 0 0 3em;
}

#contents ol > li > .single{
    margin: 2em 0;
    display: block;
}

#contents .stepArea ol.stepList > li > .notice_gray_b {
	margin-left: 2.6em;
}

#contents .stepArea ol.stepList > li >p.lead{
	display: table-cell;
    margin: 0;
    font-weight: bold;
    padding-left: 14px;
    font-size: 1.3rem;
}

#contents .stepArea ol.stepList > li dl{
	margin-top: 1em;
	margin-bottom: 10px;
}

#contents .stepArea ol.stepList > li dl dd{
	margin-bottom: 1em;
}

#contents .stepArea ol.stepList > li > ul.disc{
	padding-left: 1.5em;
}

#contents .stepArea ol.stepList span.square,
#contents span.square{
	background: #ccc;
    padding: 0 6px;
    margin: 0 4px;
    color: #fff;
    font-weight: bold;
	vertical-align: text-top;
}

/* stepArea colorsetting */
#contents .stepArea ol.stepList.org > li:before,
#contents .stepArea ol.stepList span.square.org,
#contents span.square{
	background-color: #ffa41b;
}

#contents .stepArea ol.stepList.green > li:before,
#contents .stepArea ol.stepList span.square.green{
	background-color: #4d9936;
}

#contents .stepArea ol.stepList.peach > li:before,
#contents .stepArea ol.stepList span.square.peach{
	background-color: #e8889e;
}


/* detailArea */
#contents .detailArea {
	border: 1px solid #d2d2d2;
}

#contents .detailArea > .stepArea{
	margin-bottom: 0;
}

#contents .detailArea p.lead{
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: dashed 1px #333;
    padding: 0.8em 0.5em;
    margin: 0 0 1em;    
}

#contents .detailArea > p:not(.lead){
    margin-left: 1em;    
}

#contents .detailArea > ol{
    margin-left: 2.5em;    
}

#contents .detailArea > ol li{
    margin-bottom: 0.8em;    
}


#contents .flex{
	display: flex;
	margin: 2em auto;
	align-items: center;
}

#contents .flex.around{
    justify-content: space-around;
}

#contents .flex.txt{
    justify-content: flex-start;
	margin: 2em auto;
}

#contents .flex.txt div.txt{
    width: 60%;
	margin-left: 2em;
}

#contents .flex.top{
	align-items: flex-start;
}

#contents .flex.wrap{
	flex-wrap: wrap;
}

#contents .flex.wrap > img:not(.pc_arrow){
	margin-bottom: 1em;
}

#contents .flex-col{
    display: flex;
	flex-direction: column;
    align-items: center;
	margin: 2em auto;
}

/* list-flex */
#contents ul.list-flex{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contents ul.list-flex li{
    width: 210px;
    margin-bottom: 1.5em;
    text-align: center;
    border: 1px solid #959595;
    padding: 0.5em 0.5em 1em;
}

#contents ul.list-flex li p{
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
}

#contents ul.list-flex li p span{
    font-size: 1rem;
}

#contents ul.list-flex li a{
    border-radius: 10px;
    border: 1px solid #959595;
    padding: 0.5em 2em;
    margin-top: 0.5em;
    display: inline-block;
}

#contents ul.list-flex li a:hover{
    opacity: 0.5;
    color: #000;
}

#contents ul.list-flex li a span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 0.8em;
    display: inline-block;
    margin-top: 0.3em;
}

#contents .pconly{
    display: block;
}

#contents dl.explanation{
    display: flex;
    flex-flow: row wrap;
}

#contents dl.explanation dt{
    flex-basis: 30%;
    text-align: center;
    margin: 0.5em 0 0;
}

#contents dl.explanation dt img.icon{
    margin: 0;
}

#contents dl.explanation dd{
    flex-basis: 70%;
    margin: 1em 0;
}

#contents dl.explanation dd.mt03{
    margin: 0.3em 0 1em;
}

@media (max-width: 640px){
	#contents ul.list-flex{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 2em;  
    gap: 0;    
    }
        
    #contents ul.list-flex li{
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 1em;    
    width: 90%;    
    }
    
    #contents ul.list-flex li p{
    margin-top: 0.3em;
    }
    
    #contents ul.list-flex li a{
    margin-top: 0.5em;
    }
    
    #contents ul.list-flex li a span.textLink{
    margin-top: 0;   
    }
    
    #contents .pconly{
    display: none;
    }
    
    #contents dl.explanation {
    flex-flow: column;
    }
    
    #contents dl.explanation dd,
    #contents dl.explanation dd.mt03{
    text-align: center;
    margin: 0 0 1em 0;
    }
    
    #contents .detailArea {
        padding: 1em;
    }
    
    #contents .detailArea p.lead{
        padding-left: 0;
    }

    #contents .detailArea > p:not(.lead){
        margin-left: 0;    
    }

    #contents .detailArea > ol{
        margin-left: 1.5em;    
    }
    
	#contents .stepArea{
		margin-left: 5px;
	}
	#contents .stepArea ol.stepList > li >p.lead {
		padding-top: 0;
	}
	#contents .stepArea ol.stepList > li > * {
		margin-left: 0;
	}
    
    #contents .stepArea ol.stepList > li > .single,
    #contents ol > li > .single{
        margin: 2em auto 0;
        text-align: center;
        display: block;
    }
	
	#contents .flex{
		flex-direction: column;
		align-items: center;
	}
    
    #contents .flex.txt div.txt{
        width: 100%;
        margin: 1em 0 0;
    }
    
    #contents .flex.txt div.txt p.w-size{
        margin: 0 auto;
        width: 200px;
    }
    
	#contents img.pc_arrow{
		transform: rotate( 90deg );
		display: block;
		margin: 1em auto;
	}
    
    #contents .flex.top > img{
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }
}

@media screen and (min-width: 641px){
    .onlymobile {
        display: none !important;
    }
}

/* i_frame */
#contents .i_frame{
    margin: 1em 0;
}

@media (max-width: 640px){
   #contents .i_frame {
        margin: 2em 0;
        width: auto;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    } 
    
    #contents .i_frame > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*2022/01/12追記*/
#contents ul.interval {
	justify-content: flex-start;
	gap: 1.35em;
	margin: 2em 0 0 1em;
}

#contents ul.interval li{
	width: 22%;
    text-align: center;
    border: 1px solid #959595;
    padding: 0.5em 0.5em 2em;
}

@media (max-width: 640px){
	#contents ul.interval li{
		margin: 0;
		padding: 0.5em 0.5em 1em;
		width: 90%;
	}
}