@charset "UTF-8";

@import "reset.css";

/*------------------------------------------------
	common
-------------------------------------------------*/
html{
	font-size:62.5%;
}
body{
	line-height:2;
	font-size:1.6rem;
	box-sizing: border-box;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
main{
	max-width: 700px;
	margin: 0 auto;
	display: block;
}
img{
	width:100%;
}
.flex{
	display: flex;
	flex-wrap:wrap;
}
.box{
	width:90%;
	margin-left:5%;
	max-width: 1000px;
    margin: 0 auto;
}
a{
	text-decoration:none;
}
.noto{
	font-family: 'Noto Sans JP', sans-serif;
}
.sawarabi{
	font-family: 'Sawarabi Mincho', sans-serif;
}


/*------------------------------------------------
	Main
-------------------------------------------------*/
#main{
	background-color:#E8342F;
	border-top:#00A0E9 10px solid;
}
#main .color_box{
	border-top:#FFFBC6 10px solid;
	background: url(../img/bg_red_triangle.svg) no-repeat;
    background-position: bottom;
    background-size: cover;
}
#main .red_gradation{
	background:url(../img/bg_red_gradation.jpg) repeat-x;
	background-position:bottom;
}
#main .main_logo{
	width: 20%;
	display: inline-block;
	margin:2rem 0 0 5%;
}
#main .ttl_main{
    width: 90%;
    max-width: 778px;
    margin: 4rem 5% 1rem;
}
#main .img_main{
	width: 90%;
	margin-left:5%;
	margin-bottom:1rem;
}

/*------------------------------------------------
	Heading
-------------------------------------------------*/
#heading{
	background:url(../img/bg_heading.svg);
	padding:3rem 0;
}
#heading h2{
	font-weight:900;
	font-size:2.8rem;
	margin-bottom:1.5rem;
}
#heading p{
	font-size:2rem;
	color:#0075AE;
	font-weight:500;
	line-height:2;
}

/*------------------------------------------------
	Contents
-------------------------------------------------*/
#contents{
	padding:3rem 0;
	margin-bottom:5rem;
}
#contents h3{
    color: #00A0E9;
    font-size: 2.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-indent: -1.6rem;
	margin-left: 3.2rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}
#contents h3::before{
	content: "◆";
	display: inline-block;
	margin-right:1rem;
}
#contents .index{
	margin-bottom:5rem;
}
#contents .index p{
    background: #BA2621;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 0 1rem;
	margin-left: 1.6rem;
	line-height: 1.5;
}
#contents .index ul{
    background: #FCFAEA;
    border: 2px dotted #BA2621;
    margin-top: -1.6rem;
    padding: 1.6rem 1.6rem 0.6rem;
    line-height: 1;
}
#contents .index ul li{
	margin-bottom:1rem;
}
#contents .index ul li a{
	font-weight:600;
	color:#000;
	line-height:2;
	text-decoration:underline;
}
#contents .index ul li a span{
	font-size:1.2rem;
}
#contents p.text{
	margin-bottom:3rem;
}
#contents .comparison{
	margin-bottom:5rem;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	font-family: 'Noto Sans JP', sans-serif;
}
#contents .comparison .nankan{
	width:50.5%;
}
#contents .comparison .nyushi{
	width:49.5%;
}
#contents .comparison .nankan{
	background:#FFFFD6;
}
#contents .comparison .nyushi{
	border-right:1px solid #6849BE;
}
#contents .comparison th{
	font-size:1.4rem;
	color:#fff;
	padding: 0.5rem 0;
}
#contents .comparison th.nankan{
	background:#00A0E9;
	border:3px solid #0089C7;
	border-bottom:none;
}
#contents .comparison th.nyushi{
	background:#6849BE;
}
#contents .comparison .img td{
	padding:2rem 2rem 1rem 2rem;
}
#contents .comparison .img img{
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
#contents .comparison .ttl .nankan{
	font-weight:900;
	font-size:2rem;
}
#contents .comparison .ttl .nyushi{
	font-weight:600;
	font-size:2rem;
}
#contents .comparison .ttl td {
	text-align: center;
	line-height: 1.5;
	padding-top:2rem;
}
#contents .comparison .ttl td p{
	display: inline;
}
#contents .comparison td.nankan{
	color:#0089C7;
	border-left:3px solid #0089C7;
	border-right:3px solid #0089C7;
}
#contents .comparison .text td{
	padding:1rem;
	text-align:center;
	line-height:1.5;
}
#contents .comparison .text td.nankan{
	border-top: 1px solid #0075B2;
	font-weight: 600;
}
#contents .comparison .text td.nankan.last{
	border-bottom: 3px solid #0075B2;
}
#contents .comparison .text td.nyushi{
	border-top:1px solid #6849BE;
}
#contents .comparison .text td.nyushi.last{
	border-bottom:1px solid #6849BE;
}
#contents .comparison .text .blank{
	padding:0rem;
	vertical-align: middle;
}
#contents .comparison .text .blank img{
	display: inline-block;
	vertical-align: middle;
}
#contents .comparison .space{
	height:1rem;
}
#contents h4{
	font-size:2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	border-bottom:1px solid #00A0E9;
	margin-bottom:1rem;
	color:#00A0E9;
}
#contents #howto{
	
}
#contents #howto .comment::before{
    content: "先輩の声！";
    display: inline-block;
    position: absolute;
    top: -0.5rem;
    left: 2rem;
    background: #0075AE;
    color: #fff;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    line-height: 1;
}
#contents #howto .comment{
	background:#FFFAEB;
	padding: 0.5rem;
	margin-bottom:3rem;
	position: relative;
}
#contents #howto .comment_border_thick{
	border:2px solid #0075AE;
	padding: 0.25rem;
}
#contents #howto .comment_border_thin{
	border:1px solid #0075AE;
	padding: 2rem 1.2rem 1.2rem;
}
#contents #howto .comment_border_thin .name{
	text-align:right;
}

/*------------------------------------------------
	Lineup
-------------------------------------------------*/
#lineup{
	background:#FFFBC6;
}
#lineup .ttl_lineup{
	background:#E8342F;
	text-align: center;
	padding: 1rem 0 2rem;
}
#lineup .ttl_lineup h3{
	font-size:2.4rem;
	color:#fff;
}
#lineup .ttl_lineup p{
	font-size: 2rem;
    color: #000;
    background: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 0 2rem;
	font-weight: 700;
	line-height: 1.5;
}
#lineup .box{
	padding:2rem 0;
}
#lineup table {
	width: 100%;
	line-height: 1.5;
	margin-bottom:3rem;
}
#lineup table tr{
	border:1px solid;
	background:#fff;
}
#lineup table th{
	color:#fff;
	font-size:2rem;
	padding:0.5rem 0 0.5rem 1rem;
	text-align:left;
}
#lineup table th small{
	font-size:1.4rem;
	display: block;
}
#lineup table .number{
	text-align: center;
	width:15%;
	border-right:1px solid;
}
#lineup table .book_title{
	width:85%;
	padding:0.5rem 1rem;
}
#lineup table .book_title span{
	vertical-align: super;
	font-size: 1.2rem;
}
#lineup table .book_title a{
	color: #000;
    text-decoration: underline;
}
#lineup table.national tr,
#lineup table.national .number{
	border-color:#00A0E9;
}
#lineup table.national th{
	background-color:#00A0E9;
}
#lineup table.private tr,
#lineup table.private .number{
	border-color:#6EB937;
}
#lineup table.private th{
	background-color:#6EB937;
}
#lineup table.last{
	position:relative;
	margin-bottom:0;
}
#lineup .caption{
	color: #000;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	margin-top: 1rem;
}
#lineup .serch{
	width:90%;
	margin-left:5%;
	margin-bottom:4rem;
	background:#fff;
}
#lineup .serch a{
	width:100%;
	justify-content: space-between;
	align-items: center;
	padding:3rem 2rem;
	box-sizing: border-box;
	border:1px solid #D70A30;
	color:#000;
	font-weight: bold;
	line-height:1.5;
}
#lineup .serch a.serch{
	padding:2rem;
}
#lineup .serch a:after{
	content:url(../../files/img/icn_arrow.svg);
	display: inline-block;
	width:8px;
}
#lineup .revised--b{
	text-align: right;
}
#lineup .revised--b::before{
	content: "改";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px; 
	height: 20px;
	background-color: #F7931E;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	margin-right: 6px; 
}
#lineup .revised::after{
	content: "改";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px; 
	height: 20px;
	background-color: #F7931E;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	margin-left: 6px; 
}
/*------------------------------------------------
	Link
-------------------------------------------------*/
#link{
	padding:5rem 0 3rem;
}
#link .akahon{
	margin-bottom:5rem;
}
#link .akahon li{
	width:90%;
	margin-left:5%;
	margin-bottom:2rem;
}
#link .akahon li a{
	width:100%;
	justify-content: space-between;
	align-items: center;
	padding:3rem 2rem;
	box-sizing: border-box;
	border:1px solid #D70A30;
	color:#000;
	font-weight: bold;
	line-height:1.5;
}
#link .akahon li a.serch{
	padding:2rem;
}
#link .akahon li a:after{
	content:url(../../files/img/icn_arrow.svg);
	display: inline-block;
	width:8px;
}
#link .sns{
	justify-content: center;
}
#link .sns li{
	margin: 0 1%;
}

/*------------------------------------------------
	Page Top
-------------------------------------------------*/
#pagetop{
	width:45px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.5));
}
#pagetop a{
	opacity:1;
}


/*------------------------------------------------
	Footer
-------------------------------------------------*/
#footer{
	background:#333333;
	padding:2.5rem 0 5rem ;
}
#footer .box.flex{
	justify-content: center;
	align-items: center;
}
#footer .logo {
	text-align:center;
}
#footer .logo a{
	width: 35%;
	margin:0 auto 2rem;
    display: inline-block;
}
#footer .company{
	font-size:1.2rem;
	width:70%;
	margin:0 auto 3rem;
    justify-content: space-between;
}
#footer li a{
	color:#fff;
}
#footer .copylight{
	font-size:1.2rem;
	color:#fff;
	text-align:center;
}

@media screen and (min-width:481px) {
	/*タブレット〜PC*/
	#footer .logo a{
		max-width:132px;
		width: 100%;
		margin-bottom:0;
	}
	#footer .company{
		width: auto;
		margin-left: auto;
		margin-right: 2rem;
		margin-bottom:0;
	}
	#footer .company li{
		width: auto;
		margin-left: auto;
		margin-right: 2rem;
	}
}