@charset "Shift_JIS";


/*
	====================================
		ul li 20200521
	====================================
*/

#contents div#contentsArea ul li{
	color: #333333;
}



/*
	====================================
		onePointArea 20200513
	====================================
*/
#contents div.onePointArea {
	margin: 20px auto 40px;
}

#contents .onePointBox {
	padding: 20px;
}

#contents .onePointTitle {
	height: 50px;
	margin: 0px;
}

div.onePointArea {
	width: 760px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	padding: 0px;
	clear: both;
}
div.onePointArea div.onePointTitle {
	width: 760px;
	height: 65px;
    margin: 0px;
}
div.onePointTitle2 {
	display: none;
}
div.onePointArea  div.onePointBox {
	border-bottom: 11px double #d7e9d9;
	border-left: 11px double #d7e9d9;
	border-right: 11px double #d7e9d9;
	margin-top: 0;
	padding: 20px 20px 20px 20px;
	width: 698px;
}

div.onePointArea_s {
	width: 700px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
}
div.onePointArea_s div.onePointTitle {
	width: 700px;
	height: 65px;
    margin: 0px;
}
div.onePointArea_s div.onePointBox {
	border-bottom: 11px double #d7e9d9;
	border-left: 11px double #d7e9d9;
	border-right: 11px double #d7e9d9;
	margin-top: 0;
	padding: 20px 20px 20px 20px;
	width: 638px;
}

@media screen and (max-width: 640px) {
div.onePointArea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 10px 0px;
	clear: both;
	border: 11px double #d7e9d9;
}
div.onePointArea div.onePointTitle {
	width: 78%;
	display: none;
}
div.onePointArea div.onePointTitle2 {
	width: 84%;
	height: auto;
	margin: 0px auto 10px auto;
	padding: 0px;
	display: block;
	text-align: center;
}

div.onePointArea div.onePointBox {
	width: 84%;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	height: auto;
	border: medium none;
	float: none;
}
.resize {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: bottom;
}

div.onePointArea_s {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 10px 0px;
	clear: both;
	border: 11px double #d7e9d9;
}
div.onePointArea_s div.onePointTitle {
	width: 78%;
	display: none;
}
div.onePointArea_s div.onePointTitle2 {
	width: 84%;
	height: auto;
	margin: 0px auto 10px auto;
	padding: 0px;
	display: block;
	text-align: center;
}

div.onePointArea_s div.onePointBox {
	width: 84%;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	height: auto;
	border: medium none;
	float: none;
}
}


/*
	====================================
		procedure 20200513
	====================================


div.procedure{
	height: 250px;
    margin: 40px auto;
	margin: 15px 0px 0px 0px;
    padding: 0px 20px 12px 20px;
    border: #999999 1px solid;
    list-style: none;
    clear: both;
}

div.procedure ul.imgArea{
	list-style: none;
    width: 280px;
    margin-left: 40px;
    padding: 0px;
    float: left;
}

div.procedure ul.txtArea{
	list-style: none;
    width: 520px;
    margin-top: -215px;
    padding: 0px;
    float: right;
	height: auto;
}

div.procedure ul.txtArea li{
	margin-left: 0.5em;
    margin-bottom: 1.35em;
}



@media (max-width: 640px){
div.procedure{
	height: 565px;
}	
	
div.procedure ul.imgArea{
    width: auto;
    margin: auto;
    display: table;
    float: none;
}

div.procedure ul.txtArea{
	width: auto;
    float: none;
	margin: 0;
	
}	
}
	
@media screen and (min-width:640px){	
div.procedure ul.txtArea li br.sp { 
	display:none;
	}	
}
*/


/* 20230906 accessibility */

#contentsArea ul.disc{
	margin-top: 1.5em;
	margin-left: 2em;
}

#contentsArea figure figcaption{
	text-align: left;
}
#contentsArea h3{
	font-size: 1.231rem;
}

#contentsArea h3.square{
	margin-top: 2em;
	padding-left: 1em;
	text-indent: -1em;
}

#contentsArea h3.square:before{
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	margin-right: 3px;
	margin-bottom: 1px;
	content:"";
	background-color: #000;
}
#contentsArea h3.square ~ p{
	margin-top: 1em;
	margin-left: 14px;
}

#contentsArea .modeList{
	padding: 0 4em;
}

#contentsArea .modeList.flex{
	align-items: center;
	
}
#contentsArea .modeList.flex dl{
	margin-bottom: 1em;
}

#contentsArea .modeList.flex dl dt{
	display: inline-block;
	width: 5em;
	float: left;
}

#contentsArea .modeList.flex dl dt:after{
	width: 1em;
	height: 1em;
	margin-left: 3px;
	content:":";

	
}

#contentsArea .modeList.flex dl dd{
	display: table-cell;
	padding-bottom: 14px;
}

@media (max-width: 640px){
	#contentsArea .modeList {
		padding: 0 1em;
	}
	#contentsArea .modeList.flex dl dt{
		width: 100%;
		padding-bottom: 3px;
	}
	#contents .lensinfoArea {
		margin-top: 0;
	}	
}












