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


/* 全てに適用するCSS */

html{
	overflow: auto;
}

body {
	font-family:'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	font-size: 17px;
	width: 100%;
	margin:auto;
	overflow:hidden;
}

.clear{clear:both}

img{
	margin: 0;
	padding: 0;
	max-width: 100%;
	}

a{color:#333;}

.cp_hr01 {
	border-width: 1px 0 0 0;
	border-style: solid;
}


#wrapper {
	text-align: center;
	margin: 0 auto;
}

.main_title{
	margin: 0 auto;
	max-width: 1300px;
	padding-bottom: 40px;
}

.main{
	margin: 0 auto;
	max-width: 800px;
	width: 95%
}

.komidashi_1{
	margin: 0 auto 20px;
	max-width: 550px;
}

.honbun{
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
}

.zu_1{
	margin: 25px auto 40px;
	max-width: 400px;
}

.zu_2{
	margin: 25px auto 40px;
	max-width: 600px;
}

.zu_3{
	margin: 25px auto -10px;
	max-width: 800px;
}

.zu_4{
	margin: 25px auto 40px;
	max-width: 550px;
}

.zu_5{
	margin: 25px auto -5px;
	max-width: 550px;
}

.result{
	margin: -10px auto 0;
	max-width: 80px;
}

.komidashi_2{
	margin: -25px auto -10px;
	font-size: 23px;
	font-weight: bold;
	color: rgb(0,164,150);
}

sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}

.cap_1{
	margin: 0 auto;
	text-align: justify;
	font-size: 14px;
}

.cap_2{
	margin: 0 auto;
	text-align: justify;
	font-size: 14px;
	padding-bottom: 30px;
}

.cap_3{
	margin: 10px auto 0;
	text-align: justify;
	font-size: 14px;
	padding-bottom: 5px;
	max-width: 550px;
}

.komidashi_3{
	margin: 0 auto -10px;
	font-size: 23px;
	font-weight: bold;
	color: rgb(0,164,150);
}

.account{
    margin: 35px auto 30px;
	width: 550px;
	height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(0,104,172);
	border-radius: 20px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.account a{
	text-decoration: none;
	color: #FFFFFF;
}

.bg_blue{
	margin: 40px auto 0;
	background-color: rgb(234,246,253);
}

.disclaimer{
	margin: 0 auto;
	max-width: 800px;
	width: 95%;
	text-align: justify;
	font-size: 13px;
	line-height: 20px;
	padding-top: 30px;
	padding-bottom: 25px;
}

.disclaimer_bold{
	font-size: 16px;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.information{
    margin: 50px auto 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
	background: rgb(0,104,172);
}

.information p{
	margin: 10px auto;
	padding: 3px 0;
}

.company_name{
	margin: 20px auto 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.company_name a{
	text-decoration: none;
}

.company{
	font-weight: bold;
	font-size: 20px;
}

hr{
	height: 1px;
	background-color: rgb(0,104,172);
}


/* ------------------------------ *
	SNSボタン
 --------------------------------*/

.snss{
	margin: 0 auto;
	max-width: 370px;
	height: 20px;
	padding: 60px 0 40px 0;
}



/*--------------------------------
スマホ時に消す指示
--------------------------------*/

@media screen and (min-width:769px){
	.sp{
		display: none !important;
		}
}


/*--------------------------------
ウィンドウ幅が0〜768pxの場合に適用するCSS
--------------------------------*/
	
@media screen and (max-width:768px){
	
.pc{
	display: none !important;
}
	
body { 
	margin:0; 
	padding:0; 
	font-family:'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	font-size: 15px; 
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 100%;
}
	
#wrapper {
	text-align: center;
	margin: 0 auto;
}
	
.main_title{
	margin: 0 auto;
	padding-bottom: 20px;
}

.main{
	margin: 0 auto;
	width: 90%
}

.komidashi_1{
	margin: 0 auto 10px;
}

.honbun{
	text-align: justify;
	font-size: 14.5px;
	line-height: 24px;
}

.zu_1{
	margin: 20px auto 20px;
	width: 80%;
	}

.zu_2{
	margin: 20px auto 20px;
	width: 70%;
}

.zu_3{
	margin: 25px auto 15px;
}

.zu_4{
	margin: 25px auto 40px;
}

.zu_5{
	margin: 25px auto -5px;
}

.result{
	margin: -10px auto 0;
	max-width: 60px;
}

.komidashi_2{
	margin: -25px auto -10px;
	font-size: 21px;
	font-weight: bold;
	color: rgb(0,164,150);
}

sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}

.cap_1{
	margin: 0 auto;
	text-align: justify;
	font-size: 12px;
}

.cap_2{
	margin: 0 auto;
	text-align: justify;
	font-size: 12px;
	padding-bottom: 30px;
}

.cap_3{
	margin: 10px auto 0;
	text-align: justify;
	font-size: 12px;
	padding-bottom: 30px;
}

.komidashi_3{
	margin: 0 auto -10px;
	font-size: 21px;
	font-weight: bold;
	color: rgb(0,164,150);
}
	
.account{
    margin: 35px auto 30px;
	width: 80%;
	height: 110px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(0,104,172);
	border-radius: 20px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.account a{
	text-decoration: none;
	color: #FFFFFF;
}

.bg_blue{
	margin: 0 auto;
	background-color: rgb(234,246,253);
}

.disclaimer{
	margin: 0 auto;
	width: 90%;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.disclaimer_bold{
	font-size: 14px;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.information{
    margin: 30px auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	background: rgb(0,104,172);
}

.information p{
	margin: 10px auto;
	padding: 3px 0;
}

.company_name{
	margin: 20px auto 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.company_name a{
	text-decoration: none;
}

.company{
	font-weight: bold;
	font-size: 20px;
}

hr{
	height: 1px;
	background-color: rgb(0,104,172);
}
	

}