@charset "utf-8";
/* CSS Document */

strong.marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.mag16{
	margin-bottom: 16px;
}

#main_contents{
	width: 820px !important;
	margin: 0 auto;
}

.bnr_omitsumori{
	margin: 0 auto;
	text-align: center;
}

.pointList{
    margin: 24px 0 0;
    /* padding: 60px; */
}
.pointList li{
	margin: 0 0 12px;
}
.pointList li h3{
	color: #cc0001;
	font-size: 20px;
	line-height: 1.3;
	margin: 12px 0px;
	padding: 6px 20px;
	border-bottom: solid 2px #cc0001;
	/* box-sizing: border-box; */
}
.pointList li .thumb{
	width: 150px;
    float: left;
    text-align: center;
    margin: 0 20px 0 0;
}
.pointList li p{
	font-size: 15px;
	line-height: 1.6;
	text-align: justify;
	margin: 20px 40px 20px 0;
}

.linkBtn{
    width: 240px;
    margin: 0 auto 40px;
}
.linkBtn a{
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 14px 0;
    border-radius: 3px;
    background: #1743be;
}
.linkBtn a:hover{
	color: #000000;
	background: #f9cd08;
}

#mitsumoriIframe{
	margin: auto;
}
#mitsumoriIframe h3{
    color: #ffffff;
    font-size: 18px;
    padding: 4px 12px;
    background: #cc0001;
    border-radius: 3px;
    width: 670px;
}

#returnTop{
    width: 132px;
    margin: 0 auto 32px;
}
#returnTop a{
    display: block;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 50px 0 8px;
    position: relative;
}
#returnTop a:before{
	content: "▲";
    display: block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 -20px;
    padding: 13px 0;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    background: #3f9100;
    box-sizing: border-box;
    border-radius: 50%;
}
#returnTop a:hover{
	color: #000000;
}
#returnTop a:hover::before{
	padding: 11px 0;
    background: #ff3300;
}

/*PC*/
@media screen and (min-width: 768px) {

.sp {
	display: none;
}
	
.pointList li h3{
	width: 660px;
	}

.pointList li p{
	width: 702px;	
	}
	
}


/*スマホ*/
@media screen and (max-width: 768px) {
.sp {
display: inherit;
}
.pc {
	display: none;
}	
#main_contents{
	width: 100% !important;
	margin: 0 auto;
}
.bnr_omitsumori img{
	width: 100%;		
}	
	
.clearfix{
    padding: 0px !important;
}	
.pointList li h3{
	color: #cc0001;
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 10px ;
    padding: 0 0 6px;
    border-bottom: solid 2px #cc0001;
	text-align: center;
}	

.pointList li .thumb{
	width: 150px;
    float: left;
    text-align: center;
    margin: 0 20px 0 10px;
}
.pointList li p{
	font-size: 15px;
    line-height: 1.6;
    text-align: justify;
	margin: 10px 10px;
}
#mitsumoriIframe{
	margin: 0 10px;
}

	input[type="radio"]{
		-webkit-appearance:radio!important;
	}
	
}
