<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*------------ loader --------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1100000;
}
#i-loader {
	color: #fff;
	display: none;
	height: 80px;
	left: 50%;
	margin-left: -35px;
	margin-top: -100px;
	position: fixed;
	text-align: center;
	top: 58%;
	width: 80px;
	z-index: 11000;
}
#i-loader img {
	opacity: 0.5;
	max-width: 100%;
}


/*------------ 共通 --------------*/
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #333;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
}


.pon {
    font-size: 23px;
    position: relative;
    margin: 0 auto;
    color: #575555;
    font-weight: bold;
}
.pon::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #a7a7a7;
    transform: rotate(53deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -45px;
}
.pon::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #a7a7a7;
    transform: rotate(127deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tit_sec{
	font-size: 35px;
	font-weight: bold;
	color: #044166;
    padding-bottom: 30px;
}
.tit_case{
	text-align: center;
}
.tit_sub{
    display: flex;
    justify-content: center;
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}
.tit_main {
    text-align: center;
    padding-bottom: 30px;
}
.tit_sub p{
    color: #044166;
    font-size: 20px;
    font-weight: 600;
    padding-top: 3px;
}

/*------------ btn_contact --------------*/
#btn_contact{
	position: relative;
	z-index: 3;
}
#btn_contact .btn_pc{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: fixed;
	bottom: 5vw;
	right: 5vw;
	background: #28507e;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	text-align: center;
	z-index: 2;
	color:#fff;
	font-weight: bold;
	line-height: 1;
}
/*#btn_contact .btn_pc .btn_min{
	display: block;
	font-size:63%;
}*/
#btn_contact .btn_pc .btn_read{
	top: 40px;
	position: relative;
}
#btn_contact .btn_sp span{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 120%;
	line-height: 1.3;
	display: block;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color:#fff;
}
.btn_pc:hover{
	background-color: #28507e;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}
.btn_pc:active, .btn_sp:active {
	color: #ddd;
	background-color: #125a97;
	transition-duration: 0.1s;
}
.btn_sp:active{
	background-color: #28507e;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}
@keyframes flash {
	0% { background-color: #4fd8ff; }
	100% { background-color: #28507e; }
}

.btn_pc::before{
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff;
	transform: rotate(90deg);
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	transition: .7s;
	-webkit-filter: drop-shadow(2px 0 2px #28507e);
        filter: drop-shadow(2px 0 2px #28507e);
	z-index: 3;
}
.btn_pc::after{
	height:2px;
	width: 2px;
	display: block;
	content: "";
	top: 98px;
	position: absolute;
	background-color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .7s;
	-webkit-filter: drop-shadow(2px 0 2px #28507e);
        filter: drop-shadow(2px 0 2px #28507e);
}

.btn_pc:hover::after{
	height: 40px;
	-webkit-filter: drop-shadow(2px 0 2px #28507e);
        filter: drop-shadow(2px 0 2px #28507e);
	
}
.btn_pc:hover::before{
	bottom: -25px;
	-webkit-filter: drop-shadow(2px 0 2px #28507e);
        filter: drop-shadow(2px 0 2px #28507e);

}
.btn_sp{
	display: none;
}
/*------------ メイン --------------*/
#main .container {
    background: #f7f7f7;
    padding: 50px 0;
    margin-bottom: 50px;
}
#main .icon_free {
    width: 160px;
    padding: 0 15px;
}

/*------------ box_list --------------*/
.box_list {
    display: flex;
	justify-content: center;
    width: 1200px;
    margin: 0 auto 30px;
    background: #fff;
    padding: 25px 0;
}
.list_item {
    width: 500px;
    padding: 20px;
}
.list_item h2 {
    line-height: 20px;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0 9px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.list_item ul li {
    font-size: 14px;
    line-height: 19px;
    padding-left: 35px;
    margin-bottom: 20px;
    background: url(../images/icon_check.png) no-repeat center left;
    background-size: 17px;
    font-weight: bold;
    text-align: justify;
}
.box_img {
    width: 560px;
    padding: 20px;
}
/*------------ dl_book --------------*/
.dl_book {
    width: 713px;
    margin: 0 auto;
    padding-bottom: 0;
}

/* =======================================
				SP
======================================= */

@media screen and (max-width: 768px) {

/*------------ 768以下のみ --------------*/
.pc {
	display: none!important;
}
/*------------ i-loader --------------*/
#i-loader {
	color: #fff;
	display: block;
	height: 15%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 43%;
	width: 15%;
	z-index: 1000000;
}

/*------------ 共通 --------------*/
.pon{
    font-size: 1rem;
}
.tit_sec {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 5vw;
}
.pon::before {
    width: 20px;
	margin-left: -25px;
}
.pon::after {
    width: 20px;
}

/*------------ btn_contact --------------*/		
#btn_contact_sp{
	position: fixed;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	margin: auto;
	height: 75px;
	background: rgba(0,0,0,0.3);
	z-index: 500;
}
#btn_contact_sp .btn_sp{
	bottom: 10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	height: 55px;
	width: 95%;
	border-radius:5px;
	background: #28507e;
	position: fixed;
	text-align: center;
	z-index: 1000;
}
#btn_contact_sp .btn_sp span {
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    font-weight: bold;
    top: 17px;
}
.btn_pc{
	display: none;
}
.btn_sp{
	display: block;
}

/*------------ main_box --------------*/
#main .container {
    padding: 5vw 0;
}
#main .icon_free {
    width: 140px;
    margin: 0 auto;
}
.tit_main {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
}
.tit_sub {
    width: 100%;
    display: block;
    padding-bottom: 2%;
}
.tit_sub p {
    font-size: 0.9rem;
    padding-top: 10px;
}
.box_list {
    display: block;
    width: 94%;
    padding: 0;
    background: none;
    margin: 0 auto 5vw;
}
.box_img {
    width: 90%;
    padding: 10px 20px;
}
.list_item {
    width: 90%;
    margin: 0 auto;
    background: #fff;
}
.list_item ul li {
    font-size: 0.9rem;
    margin-bottom: 15px;
    background-size: 17px;
    padding-left: 30px;
}
.list_item ul li:last-child {
    margin-bottom: 0;
}
.list_item h2 {
    font-size: 1.1rem;
}

/*------------ dl_book --------------*/
.dl_book {
    margin-bottom: 0;
    width: 88%;
}	

	
	
}	




</pre></body></html>