@charset "utf-8";
/* CSS Document */
html{
	font-size:15px;
	letter-spacing:3px;
	line-height:180%;}
	
body{
	min-width:1000px;
	margin:0;
	overflow-y:scroll;}
	
#wrapper{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	overflow:hidden;
	text-align:center;}

p{
	margin:0;}

img{
	vertical-align:bottom;}
	
	
a{
	text-decoration:none;
	color:inherit;}		


/*共通*/
#top{
	color:#660000;
	font-size:24px;
	margin:40px auto 80px;
	line-height:190%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}

#title{
	margin-bottom:80px;}

#back{
	font-weight:bold;
	margin:80px auto 10px;}


#juken{
	font-weight:bolder;
	font-size:1.8em;
	margin:80px auto 10px;
	color:#F66;}

#jisseki:hover{
    position : relative;
    top : 3pt;
    left : 3pt;
    opacity:0.9;}

#hoka{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;}

.box{
	width:680px;
	margin:auto auto 60px;
	border-radius:20px;
	overflow:hidden;
	padding:20px;}

#green{
	border:4px solid #98CB65;}

#orange{
	border:4px solid #FF9865;}

.top{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	margin:20px auto;}

.top-sp{
	display:none;}

#top_g{
	color:#003300;}

#top_o{
	color:#330000;}

.l_text,.r_text{
	width:58%;
	text-align:left;
	margin-right:2%;}

.l_text{
	float:left;}

.r_text{
	float:right;}

.r_pic{
	width:40%;
	float:right;
	}
.r_pic img,.l_pic img{
	margin:10% auto;}	
	

.l_pic{
	width:40%;
	float:left;}

.text_g{
	border-bottom:1px solid #98CB65;}

.text_o{
	border-bottom:1px solid #FF9865;}

.text{
	width:90%;
	margin:auto;
	line-height:240%;}
	
/*戻るボタン--------------------------------*/
.kako{
	margin:70px auto 100px;
	text-align:center;}
		
.sakunen{
	line-height:2em;
	color:#fff;
	background-color:green;
	padding:5px;
	border-radius:15px;
	width:300px;
	margin:30px auto;}		
	
.sakunen:hover{
	border:solid 2px green;
	background-color:#fff;
	color:green;}	
	


/*kai-logo--------------------------------*/		
.kai-logo {
	width:300px;
	margin:50px auto 10px;}
	
.kai-logo img {
	width: 100%;
	height:auto}
	

		
@media screen and (max-width:1020px) and (min-width:768px){
body{
	min-width:0;
	width:100%;}
		
#title{
	width:70%;
	height:auto;
	max-width:max-content;}


}


@media screen and (max-width:767px){
html{
	font-size:62.5%;
	line-height:1.5;}

body{
	min-width:0;
	width:100%;}

#wrapper{
	margin:auto;
	overflow:auto;
	font-size:1.4rem;}


/*共通*/
#top{
	font-size:1.8rem;
	margin:10% auto;
	line-height:inherit;}

#top img{
	max-width:max-content;
	height:auto;
	width:6%;
	margin:0 1%;}

#title{
	width:92%;
	height:auto;
	max-width:666px;
	margin-bottom:15%;}

#hoka{
	font-size:1.6rem;
	width:92%;
	margin:20% auto 3%;}

#text{
	width:92%;
	margin:auto;}

	
#juken{
	margin:20% auto 3%;}	

#jisseki{
	width:50%;
	height:auto;
	max-width:201px;}

#back{
	margin:20% auto 3%;}


.box{
	width:84%;
	padding:4%;
	margin-bottom:10%;}

#green{
	border:2px solid #98CB65;}

#orange{
	border:2px solid #FF9865;}

.r_pic,.l_pic{
	width:70%;
	margin:5% auto;
	float:none;}

.l_text,.r_text{
	width:100%;
	margin:0;}

.r_pic img,.l_pic img{
	width:100%;
	height:auto;
	max-width:272px;}

.text{
	width:98%;}

.top{
	display:none;}

.top-sp{
	display:block;
	font-size:2.4rem;
	font-weight:bold;}


}