@charset "utf-8";
/* CSS Document */

/*===========================================
	WI-C100 hpc.css  
=============================================*/
#contents section{
    margin-bottom: 2em;
    margin-top: 4em;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents h1 {
    margin-bottom: 1em;
    padding: 0.3em 13px;
}

#contents h1.green {
    font-size: 2.15rem!important;
    border-bottom: 5px solid #4d9936;
}

#contents span.green_line{
    color: #4d9936;
}

#contents section h2.title {
    border-top: 5px double #4d9936;
    border-bottom: 5px double #4d9936!important;
    background: rgb(77,153,54,0.2);
    padding: 1em 13px;
}

#contents section h3.title {
    border-left: 5px solid #4d9936;
    border-bottom: 2px solid #4d9936!important;
    font-size: 1.25rem!important;
}

#contents span.circle {
    background: #3159BF;
    padding: 0 7px;
    margin: 0 4px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 50%;
	font-size: 130%;
    word-break: keep-all;
}

#contents figure {
    text-align: center;
    margin: 1em 0;
}

#contents .capArea{
	margin-left: 1em!important;
}

#contents .capArea ul{
	list-style-type: none;
	margin-left: 1em;
	margin-top: 0.5em;
}

#contents .capArea ul > li > p{
	margin: 0;
}

#contents .capArea dl dt{
	font-weight: 400;
	margin-bottom: 0;
}

#contents .capArea dl dd{
	margin-bottom: 0;
}

#contents .capArea ul.right_text{
	margin-top: 0;
    margin-left: 1em;
}

#contents .capArea ul.right_text > li{
	margin-bottom: 1.5em;
	padding-left: 2.5em;
    text-indent: -2.5em;
}

#contents section .capArea.flex {
    align-items: flex-start;
}

#contents .capArea.flex > ul{
	list-style-type: none;
}

#contents .flex{
    display: flex;
    justify-content: flex-start;
    margin: 2em auto;
    align-items: center;
}

#contents .flex.pct{
    justify-content: space-between;
}


/*　btnlist　*/
#contents ul.btnlist{
    margin-top: 0.5em!important;
    margin-left: 0;
}
#contents ul.btnlist li {
	list-style: none;
    margin-left: 0;
}

#contents ul.btnlist.inner li span.textLink{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents ul.btnlist li a {
	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: 80%;
	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 ul.btnlist.inner li a span.textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents ul.btnlist.flex{
	list-style: none;
	padding: 0;
    display: flex;
  	flex-wrap: wrap;
    margin-left: 0;
	justify-content: space-between;
}

#contents ul.btnlist.flex > li{
    width: calc(50% - 5px);
    margin: 5px 0;
    padding: 0;
}

#contents ul.btnlist.flex > li > a{
	width: 100%;
}


/* singleBtn */
#contents .singleBtn {
    width: calc(100% - 1em);
    margin: 0.5em 0;
}

#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.5em 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;
}

#contents .singleBtn.inner{
	width: 8em;
	padding: 0;
}

#contents span.textLink{
	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:not(.purple_arrow) {
    width: auto!important;
    max-width: unset!important;
}

#contents img.pc_arrow1{
	width: 58px !important;
	height: 38px;
}

@media (max-width: 640px){
    #contents h1.green {
    font-size: 1.692rem!important;
    padding: 5px;
    }
        
	#contents .flex{
		flex-direction: column;
		margin:0 auto 1em;
        align-items: center;
	}
    
    #contents .flex img:not(.purple_arrow):not(.icon),
    #contents figure img:not(.purple_arrow){
		width: 100%;
		height: auto;
        max-width: 290px!important;
	}
    	
	#contents ul.btnlist.flex{
		margin-top: 3em;
	}
	#contents ul.btnlist.flex > li {
		width: 100%;
	}
	
	#contents .capArea > ul {
		margin-left: 0;
		margin-bottom: 0;
	}
	
	#contents .capArea{
		margin-left: 0!important;
	}
    
    #contents section .capArea.flex {
        align-items: center;
    }
    
    #contents .capArea ul.right_text{
        margin-left: 0;
    }
    
    #contents .capArea ul.right_text li{
        margin-left: 0;
    }
	
	#contents .capArea.flex ul li span.circle{
		display: inline;
	}
	
	#contents .capArea > ul > li{
		margin-bottom: 2em;
        margin-left: 0;
	}
	
	#contents .capArea > ul > li:last-child{
		margin-bottom: 0;
	}

	#contents .capArea > ul > li > dl dt,
	#contents .capArea > ul > li > p:first-child{
		text-indent: -3em;
		padding-left: 3em;
	}

	#contents .capArea > ul > li > dl dd,
	#contents .capArea > ul > li > p.annotation,
	#contents .capArea > ul > li > .singleBtn{
		margin-left: 3em;
	}
    
    #contents ul.btnlist li a{
        width: 100%;
    }
    
    #contents img.pc_arrow1{
		transform: rotate( 90deg );
		display: block;
		margin: 1em auto;
	}
}

@media (max-width: 345px){
#contents h1.green {
        font-size: 1.5rem!important;
    }
}

#contents ul.btnlist.flex:after{
    display: none;
}

#contents img.borderLine{
    outline: 1px solid #ccc;
}

#contents h2.title span.circle{
    padding: 0 8px;
}

@media (min-width: 641px){
    #contents .capArea > ul{
        margin-left: 0;
    }
    
    #contents .flex.pct{
        padding: 0 5px;
        width: 760px;
    }
    
    #contents section#a .capArea.flex{
        align-items: center;
    }
    
    #contents section .capArea.flex ul{
        margin-top: 1em;
    }
    
    #contents section#b .capArea > ul > li + li{
        margin-top: 36px;
    }
    
    #contents section#a #l4{
        margin-top: 1.5em;
    }

    #contents section#b #l5{
        margin-top: 3em;
    }
    
    #contents section#b #l6{
        margin-top: 2em;
    }
    
    #contents section#b #l7{
        margin-top: 1.3em;
    }
    
    #contents section#b #l8{
        margin-top: 5em;
    }

    #contents section#c #l9{
        margin-top: 6em;
    }

    #contents .capArea > ul > li dl dt{
        margin-left: 18px;
        display: table;
    }

    #contents .capArea > ul > li dl dt span.text{
        display: table-cell;
        padding-left: 10px;
    }

    #contents .capArea > ul > li dl dd {
        margin-left: 62px;
    }

    #contents .capArea > ul > li p{
        margin-left: 18px;
        display: table;
        
    }
    
    #contents .capArea > ul > li p + div{
        margin-left: 60px;
    }

    #contents .capArea > ul > li p span.text{
        display: table-cell;
        padding-left: 10px;
    }

}

    
    
    
    
