@charset "UTF-8";
/* CSS Document */
html{
	background: #ffffff;
}

body{
    max-width: 100%;
	padding: 0;
	margin:0 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	backbround-color:#fff;
}
ul li {
        list-style: none;
}

.header img{ 
	max-width: 100%;
	margin-top: -10px;
}
/*pc,tb.sp画像*/
.top-pc{
	max-width: 100%;;
}
/*top画像*/
.top-tb{
    display: none;
}
.top-sp{
    display: none;
}
.img06_pc{
  display: contents;
}
.img06_tb{
	display: none;
}
.img06_sp{
	display: none;
}
/*pc,tb.sp画像*/

/*main*/
main{
	width: 60%;
	margin: 20px auto 150px auto;
}
.h1midashi{
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	color: #e51c24;
}
h1{
	width: 100%;
	margin: 50px 0 ;
}
h2{
	font-size: 28px;;
	text-align: center;
	font-weight: 500;
}
p{
	max-width: 100%;
	margin: 10px auto;
	font-size: 23px;
	text-align: justify;
}
img {
	margin: 10px auto 20px auto;
	display: block;
	
}
.midashi-obi{
	width: 100%;
	background-color: #e64d2d;
	text-align: center;
	font-size: 28px;
	color: #fff;
	letter-spacing: 1px;
	margin: 40px 0 20px 0;
	padding: 3px 0;
}
h3{
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #e64d2d;
	margin-top: 40px;
}
h4{
	text-align: center;
	font-size: 23px;
}
table{
	margin:5px auto 20px auto;
}

th,td{
	text-align: center;
	font-size: 22px;
	padding: 2px;
	width: 20%;
	border: 1px solid #000;
}
.haba{
	width: 5%;
}
.haba02{
	width: 15%;
}
.box{
	width: 50%;
	background-color: #003780;
	color: #fff;
	text-align: center;
	font-size: 25px;
	letter-spacing: 2px;
	padding: 8px 0;
	border-radius: 30px;
}
.box:after {
  margin-left: 2rem;
  content: '●';
}
.midashi-obi02{
	width: 100%;
	text-align: center;
	font-size: 30px;;
	color: #e5714d;
	border-top: 2px solid #e5714d;
	border-bottom: 2px solid #e5714d;
	margin-top: 50px;
	font-weight: 600;
}
.about{
	width: 100%;
	color: #e5714d;
	text-align: center;
	font-size: 24px;
}
/*span*/
.large{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
}
.yellow{
	background-color: #ffff00;
}
.tyus{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: -5px;
}

/*span*/
.ableorenge tr td{
	font-size: 18px;
	color: #e5714d;
	border: 2px solid #e5714d;
}

/*main*/



