@charset "utf-8";

html{
	font-size: 0.813rem;
}
.mod-mainContentContainer{
	font-size: 1rem;
}

#contents section{
	margin-bottom: 40px;
}
#contents > p,
#contents > div,
#contents > section,
#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 ul{
    list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol li{
	margin-bottom: 1em;
}

#contents ul.disc > li{
	margin-bottom: 5px;
}
#contents li{
	margin:0;
    float: none;
}

#contents ul.txtlink li{
	margin-right: 0;
	margin-bottom: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:3em;
}

#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 dl dd ul.disc{
	margin-left: 2em;
}

/* link */
#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0 0.5em 1.5em;
}

#contents section > p + a.textLink{
    margin-left: 2.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;
    margin-bottom: 5px;
}

/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#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: 1.2em 1em 0.5em;
    margin-bottom: 2em;
}

#contents .notice_gray_b{
    background-color: #EBEBEB;
    padding: 20px;
	margin: 1.5em 0 1.5em 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em !important;
}

#contents ul{
	margin-top: 2em;
}
#contents ul.btnList{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 75.6%;
	margin-left: 10px;
	list-style-type: none;
}

#contents ul.btnList li{
	width: calc((100% - 15px) / 2);
	margin-bottom: 10px;
}

#contents ul.btnList li:nth-child(2n) {
	margin-left: 15px;
}

#contents ul.btnList li a {
	display: block;
	padding: 12px 10px;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	box-sizing: border-box;
}

#contents ul.btnList li a:hover,
#contents ul.btnList li a:active,
#contents ul.btnList li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#contents ul.btnList li 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 .flex{
	display: flex;
	justify-content: space-between;
}

#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 img.icon{
	margin-right: 5px;
	vertical-align: middle;
}

#contents .pct{
	margin: 1.5em 0;
}

@media (max-width: 640px){
	.mod-mainContentContainer{
		font-size: 1.077rem;
	}
	#contents section {
		margin-left: 0;
	}
	#contents p{
		margin-left: 0;
	}
	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
	#contents ul.txtlink{
		margin-left:0.5em;
	}
	#contents p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
	#contents .notice_gray_b{
		margin-left: 5px;
		margin-right: 5px;
	}
	#contents ul.btnList li a {
		width: 100%;
	}
	
	#contents .flex{
		flex-direction: column;
		align-items: center;
	}
	#contents .pct img:not(.s_img):not(.icon){
		width: 100%;
		max-width: 400px;
		height: auto;
	}
}

#contents h2.step_title{
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #1e61ad;
	font-size: 1.231rem;
}

#contents h2.step_title > p{
	padding-left: 1rem;
	padding-right: 10px;
	color: #fff;
}

#contents h2.step_title span.num{
	margin-right: 10px;
	padding: 8px 14px;
	background-color: #666;
	color: #fff;
	font-size: 1.692rem;
	font-weight: normal;
}

#contents h2.step_title + *{
	margin-left: 10px;
}

#contents .flex > .textArea{
	width: calc(70% - (2em + 10px));
	margin-right: 2em;
}

#contents .bg-blue {
	background: #C8E6FA;
	margin: 0 0 10px;
	padding: 5px 10px;
	font-weight: normal;
}
#contents .wakuBlueArea dl dt{
	margin-left: 1.2em;
	text-indent: -1.2em;
}

#contents .wakuBlueArea dl dt:before{
	content: "";
	background-color: #1e61ad;
	display: inline-block;
	margin-right: 5px;
	width: 0.8em;
	height: 0.8em;
}

#contents .wakuBlueArea dl dd ul.disc{
	margin-left: 1.5em;
	margin-top: 10px;
}

#contents .pointBox{
	display: flex;
	align-items: flex-start;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 1.5em 0.5em 1em 1em;
	background-color: #FAF5C8;
}

#contents .pointBox.al_center{
	align-items: center;
}

#contents .pointBox .point_icon{
	margin-right: 10px;
}

#contents .pointBox dl dd{
	margin-bottom: 0;
}
#contents .pointBox a.textLink{
	margin: 0;
}


@media (max-width: 640px){
	#contents h2.step_title span.num{
		margin-right: 0;
	}
	#contents h2.step_title > p{
		padding-left: 10px;
	}

	
	#contents h2.step_title + * {
		margin-left: 0;
	}
	
	#contents ul.btnList{
		flex-direction: column;
		width: 100%;
	}
	
	#contents ul.btnList li{
		width: 100%;
	}
	#contents ul.btnList li:nth-child(2n) {
		margin-left: 0;
	}
	
	#contents .flex > .textArea {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	#contents .pointBox.al_center {
		align-items: flex-start;
	}
}


/* ----------------------------
	stepArea 
---------------------------- */

#contents .stepList{
	margin: 2em 0 2em 1em;
}

#contents .stepList ol{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 0;
}
#contents .stepList ol > li + li{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #999;
	
}

#contents .stepList ol > li:last-child{
	margin-bottom: 0;
}

#contents .stepList ol > li:before {
	display: block;
	margin-right: -4px;
	padding: 0.6em 0.2em;
	float: left;
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
	line-height: 0;
	text-align: center;
	font-size: 1.231rem;
	font-weight: 700;
	content: counter(square);
	counter-increment: square;

}

#contents .stepList ol > li > *{
	margin-left: 34px;
}

#contents .stepList ol > li >p.lead{
	display: table-cell;
	padding-top: 0;
	padding-left: 14px;
	font-size: 1.163rem;
	font-weight: bold;
}

#contents .stepList ol > li > ul.disc{
	padding-left: 1.5em;
}

#contents .stepList ol > li .wakuBlueArea {
	padding: 15px;
	border: solid 2px #1e61ad;
	margin-top: 2em;
	margin-bottom: 2em;
}

@media (max-width: 640px){
	#contents .stepList{
		margin-left: 0;
	}
	#contents .stepList ol > li > *{
		margin-left: 0;
	}
}




/* 20240513*/
#contents img.icon_window {
    padding-left: 0.25em;
}

#contents .movieArea {
    border: 1px solid #333;
    padding: 1em;
    margin: 2em 0;
}

#contents .flex {
    display: flex;
    margin: 2em auto;
    align-items: center;
}

#contents .movieArea .movietxt .flex {
	justify-content: flex-start;
}

#contents .movieArea > a {
    pointer-events: none;
    margin: 0;
    align-items: flex-start;
}

#contents .movieArea > a > .pct {
    margin: 0 10px 0 0;
    cursor: pointer;
    pointer-events: auto;
    line-height: 0;
}

#contents .movieArea > a > dl.movietxt > dt {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 1em;
    pointer-events: none;
    cursor: default;
    color: #333;
    font-weight: normal;
}

#contents .movieArea > a > dl.movietxt > dd {
    margin-bottom: 0;
}

#contents .movieArea > a span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 1em;
    display: inline-block;
}

#contents .section div.pct img {
    margin: 0;
}

#contents .movieArea dl.movietxt, #contents .movieArea dl.movietxt dt, #contents .movieArea dl.movietxt dd {
    margin: 0;
    padding: 0;
	width: 100%;
}

#contents .movieArea > a > dl.movietxt > dd span.textLink {
    cursor: pointer;
    pointer-events: auto;
	margin-left: 10px;
}

#contents .movieArea > a .icon {
	display: inline-block;
}


@media screen and (max-width: 640px) {
	#contents .movieArea > a {
        flex-direction: column-reverse;
    }

    #contents .movieArea > a > .pct {
        margin: 1em 0 0 0;
		text-align: center;
    }
	
	#contents .pct {
        width: 100%;
    }
	
	#contents .section div.pct img.s_img{
		width: auto;
	}
	
	#contents .movieArea .movietxt .flex  {
		flex-direction: row;
	}

}