﻿@charset "utf-8";

/* ---------------------------------------- */
/*  共通                                                     */
/* ---------------------------------------- */
@font-face{
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

body{
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	background-color:#87B67B;
}

h1{
	color:#062D91;
	font-weight:bold;
	padding:20px 0;
}
@media(max-width:414px){
h1{
	font-size:24px;
}
h1 .pre:before{
	content:"\A";
	white-space:pre;
}
}
@media(min-width:415px) and (max-width:1099px){
h1{
	font-size:3.5vw;
}
}
@media(min-width:1100px){
h1{
	font-size:40px;
}
}

h2{
	color:#2C2C2C;
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
	padding:1em;
	padding-left:1.5em;
	background-color:#DBE9D7;
	position: relative;
}
h2::after{
	position: absolute;
	top:0.5em;
	left:0.5em;
	content: '';
	width:8px;
	height:-webkit-calc(100% - 1em);
	height:calc(100% - 1em);
	background-color:#87B67B;
}

ul,ol{	padding-left:30px;}
li{	padding-bottom:10px;}
ul{	list-style-type:disc;}
ol{	list-style-type:decimal;}

.mg10{	margin-bottom:10px;}
.mg20{	margin-bottom:20px;}
.mg40{	margin-bottom:40px;}


/* ---------------------------------------- */
/*  全体                                                     */
/* ---------------------------------------- */
#main{
	width:90vw;
	max-width:1200px;
	height:100％;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}
#content{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

/* ---------------------------------------- */
/*  ヘッダー（タイトル）                                  */
/* ---------------------------------------- */
header{
	text-align:center;
	margin-bottom:20px;
}
header img{
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* ---------------------------------------- */
/*  eラーニングシステムとは                              */
/* ---------------------------------------- */
.textbox{
	width:95%;
	line-height:1.5;
	font-size:16px;
	margin-top:3%;
	margin-left:2%;
}
.btn{
	display: inline-block;
	width:40%;
	height:3em;
	color:#7CA571;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:3em;
	margin-left:5%;
	border:solid 2px #87B67B;
	border-radius:3px;
}
.btn:hover {
	color: white;
	background:#87B67B;
}
@media(max-width:767px){
.btn{
	width:90%;
	margin-bottom:10px;
}
}

/* ---------------------------------------- */
/*  会員登録の流れ                                      */
/* ---------------------------------------- */
.kaiinbox{
	width:calc(100% / 3);
	width:30%;
	display: inline-block;
	vertical-align: top;
	margin-left:2%;
	line-height:1.5;
}
.kaiinbox .kaiintitle{
	font-weight:bold;
	margin:10px 0;
}
.kaiinbox .kaiintitle .circleNo{
	display: inline-block;
	width:2em;
	height:2em;
	border-radius: 50%;
	background:#FE6506;
	color:#FFFFFF;
	text-align:center;
	line-height:2em;
	vertical-align: middle;
	margin-right:7px;
}
.kaiinbox img{
	width:100%;
}
.kaiinbox p{
	padding:10px;
}
@media(max-width:767px){
.kaiinbox{
	width:90%;
	margin-bottom:10px;
}
}

/* ---------------------------------------- */
/*  お問い合わせ                                          */
/* ---------------------------------------- */
#contact{
	width:95%;
	margin-top:3%;
	margin-left:2%;
	margin-bottom:100px;
}
#contact p{
	width:50%;
	line-height:1.5;
	font-size:16px;
	float:left;
}

@media(max-width:767px){
#contact p{
	width:90%;
	margin-bottom:10px;
}
}

/* ---------------------------------------- */
/*  フッター                                                  */
/* ---------------------------------------- */
footer{
	display:inline-box;
	width:100%;
	color:white;
	font-size:11px;
	background-color:#2C2C2C;
	text-align:center;
	vartical-align:middle;
}
footer a:first-child:after{
	content:"　｜　";
	white-space:pre;
}
@media(max-width:767px){
footer{
	line-height:2em;
	padding:10px 0;
}
footer a:nth-child(2):after{
	content:"\A";
	white-space:pre;
}
}
@media(min-width:768px){
footer{
	height:3em;
	line-height:3em;
}
footer a:nth-child(2):after{
	content:"　｜　";
	white-space:pre;
}
}

footer a,footer a:link,footer a:visited,footer a:hover,footer a:active{
	color:#FFFFFF;
	text-decoration: none;
}


/* ---------------------------------------- */
/*  サイトポリシー　　　　　　　                           */
/* ---------------------------------------- */

h3{
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
}
.h3_txt{
	margin-left:20px;
}
.come{
	margin-left:20px;
	margin-top:10px;
	color:#818181;
	font-size:14px;
}
.lastupdate{
	text-align:right;
	margin-right:20px;
}
.link_og:link,
.link_og:visited,
.link_og:hover,
.link_og:active{
	color: #FE6506;
}




