@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Prompt:wght@400;500;600;700&family=Roboto:wght@400;500;700;900&display=swap");


@media screen and (min-width:751px) {}
@media screen and (max-width:750px) {}

    

/* Main */

#main.main01 {
    background: #01193a url("../images/e_kougilibrary/main.png");
    color: #fff;
}


@media screen and (min-width:751px) {

a:hover {opacity: .8;}

#main {
    height: 400px;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 155px auto 0;
}
#main > div {
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
}
#main > div h1 {
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 1em;
}
#main > div .contents  {
    width: 430px;
}
#main > div .contents h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.7em;
    margin: 0 0 6.4rem;
}
#main > div > .contents > img {
    width: 400px;
    position: absolute;
    top: 240px;
    left: 55%;
}
#main > div a.btn_contact {
    background: #fff;
    color: #01245d;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.6rem;
}

}


@media screen and (max-width:750px) {

#main {
    min-height: 146.4vw;
    width: 100%;
    background-position: center right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 6.0rem 1.5rem 4.8rem;
}
#main > div {
    padding-top: 3.6rem;
}
#main > div h1 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 2.0rem;
}
#main > div .contents  {}
#main > div .contents h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.7em;
    margin: 0 0 3.6rem;
}
#main > div > .contents > img {margin-top: 2.4rem;}
#main > div a.btn_contact {
    background: #fff;
    color: #01245d;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 1.0rem;
    display: block;
}

}


/* コースラインナップ */

.lineup div h3 {
    font-size: 2.0rem;
    margin-bottom: 0;
    border: none;
}
.lineup div p {margin: 0;}
.lineup div a {
    background: #01245d;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 1em 2em;
    display: block;
}
.lineup div a:after {
    content: '\0bb';
    font-size: 2.0rem;
    margin-left: 1em;
}

@media screen and (min-width:751px) {

.lineup {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lineup div {
    width: 47.5%;
    padding-bottom: 2.0rem;
    box-sizing: border-box;
}

}


@media screen and (max-width:750px) {


.lineup {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lineup div {
    width: 100%;
    padding-bottom: 2.0rem;
    box-sizing: border-box;
}

}


/* 特徴 */

.feature {}
.feature div {
    background: #f5f5f5;
    margin-bottom: 2.0rem;
    border: 1px solid #ccc;
}
.feature div:last-child {margin-bottom: 0;}
.feature div ul {
    margin: 0 0 2em 2.0em;
    padding: 0;
}
.feature div ul li {
    margin: 0 0 .75em;
    padding: 0;
    list-style: disc;
}

@media screen and (min-width:751px) {

.feature div {
    padding: 2.0rem 3.0rem;
}
.feature div img {max-width: 480px;}
.feature h4.point {
	font-size: 2.0rem;
    margin: 0 0 1.5em;
    padding: 0;
}
.feature h4.point:before {background: none;}
.feature h4.point span {
	color: #009de1;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.feature h4.point span::before {
	height: 1px;
	width: 2.0em;
	content: '';
	display: inline-block;
	margin-right: .75em;
	background-color: #009de1;
}

}


@media screen and (max-width:750px) {

.feature div {
    padding: 2.0rem;
}
.feature div img {max-width: 100%;}
.feature h4.point {
	font-size: 2.0rem;
    margin: 0 0 2.4rem;
    padding: 0;
}
.feature h4.point:before {background: none;}
.feature h4.point span {
	color: #009de1;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.feature h4.point span::before {
	height: 1px;
	width: 2.0em;
	content: '';
	display: inline-block;
	margin-right: .75em;
	background-color: #009de1;
}

}


/* サービス内容 */

table.content {
    border: 1px solid #01245d;
    border-collapse: collapse;
}
table.content th, table.content td {
    padding: .75em 1em;
}
table.content th {
    background: #01245d;
    color: #fff;
    border: 1px solid #fff;
}
table.content td {border: 1px solid #01245d;}
table.content td:first-child {width: 25%;}
table.content td p {margin: 0;}
table.content td ul {
    margin: 0 0 0 2em;
    padding: 0;
}
table.content td ul li {
    margin: 0;
    padding: 0;
    list-style: disc;
}
table.content td > table {margin-bottom: 1em;}
table.content td > table th {
    width: 33.3333%;
    background: rgba(0,157,225,.15);
    color: #333;
    border: 1px solid #01245d;
}
table.content td > table th, table.content td > table td {text-align: center;}







