@charset "UTF-8";

/* * * Reset * * */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, th, td, form, figure, fieldset, input, textarea {
    margin: 0;
    padding: 0;

}
img {
    vertical-align: baseline;
}
a img {
    border: none;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}

/* 共通部分
------------------------------- */
html {
    font-size: 65%;
}

body {
    font-family:     
	"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
	"Helvetica Neue",
    Arial,
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
    font-size: 1.6rem;
		color: #000000;
    line-height: 2;
		font-feature-settings: "palt";
		letter-spacing: 0.03em;
		background-color: #fff100;
}

html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/*a {*/
/*    text-decoration: none;*/
/*}*/

img {
    max-width: 100%;
		height: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


.inner {
	width: 1024px;
	margin: 0 auto;
	margin:0px auto;
	padding:0px auto;
	
}


.kuwasikuwa{
	width: 35%;
}

.mainphoto{
	width: 100%; max-width: 100%;
	height: center;  /* 高さは自動指定 */
	margin:0px auto;
	padding:0px auto;
}

.abc{
	width: 1150px; max-width: 100%;
	margin:0px auto;
	padding:0px auto;
	background-color: #ffffff;   
}



.oubo{
	width: 70%;    /* 横幅を割合で指定 */
	height: auto;  /* 高さは自動指定 */
	padding: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aaaaa{
	width: 50%;    /* 横幅を割合で指定 */
	height: auto;  /* 高さは自動指定 */
	padding: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.login{
	width: 100%;    /* 横幅を割合で指定 */
	height: auto;  /* 高さは自動指定 */
	padding: 0.5em;
	display: block;
    margin:  0 auto;  
}


.banner{
	width: 97%;    /* 横幅を割合で指定 */
	height: auto;  /* 高さは自動指定 */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.oomidashi{
	width: 100%;    /* 横幅を割合で指定 */

	margin-left: auto;
	margin-right: auto;
}



.red{
	color: #e74291;
}

.blue{
	color: #00A0FF;
}

.list {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
	font-size: 1.8rem;
	line-height: 3.0rem;
}
 
.app_Contents_ind2:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #00abeb;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}


.support_h3{
	width: 35%;    /* 横幅を割合で指定 */
	height: auto;  /* 高さは自動指定 */
	display: block;
	padding:0 0 0 25px;/*←画像の左右に10pxの余白を入れる場合*/
}

.support{
	width: 90%;
	margin: auto;
	display: flex;
	flex-wrap:wrap;
}

.present{
	width: 70%;
}

.shousai{
	width: 100%;
}

.flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
}

.center{
	margin-left: auto;
	margin-right: auto;
}

.oubo{
	width: 50%
}



.A {
	width: 480px;
	margin: 10px;
}

.B {
	width: 1024px;
	margin: 10px;
}

.C {
	width: 480px;
	margin: 10px;
	padding-bottom: 0px;
}

.D {
	width: 320px;
	margin: 10px;
}

.E {
	width: 480px;
	margin: 10px;
}

.shou{
	width:500px;
	margin: auto;
	display: flex;
	flex-wrap:wrap;
}


.pre{
	width:500px;
	margin: auto;
	display: flex;
	flex-wrap:wrap;
    background-color: #FA5858;  /* 背景色指定 */
}



.hinmei{
	font-size: 2.2rem;
	line-height: 3.4rem;
	font-weight: bold;
	color: #0068b4;
}

.p_18pt30pt{
	font-size: 2.0rem;
	line-height: 3.5rem;
}

.p_36pt{
	font-size: 2.8rem;
	line-height: 3.2rem;
	font-weight: bold;
}

.shomei{
	font-size: 2.0rem;
	line-height: 3.0rem;
}

.exp{
	font-size: 1.6rem;
	line-height: 2.0rem;
}

.ymarker {
	padding: 0 2px;
	background: linear-gradient(transparent 60%, #fff67f 60%);
	}

.ymarker2 {
	color:#5cb8c5;
}


.present_{
	overflow: hidden;
	letter-spacing: -.5em;
}
.presentDE {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	letter-spacing: 0;
	text-align: center;
}









@media (min-width: 751px) and (max-width: 1023px) {
	.inner{
		box-sizing: border-box;
		width: 100%;
		padding: 0 32px;
	}
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.text-center{
	text-align: center;
}

.text-justify{
	text-align: justify;
}

.list {
	font-size: 1.6rem;
	line-height: 3.0rem;
}

.p_18pt30pt{
	font-size: 1.7rem;
	line-height: 2.8rem;
}

.p_36pt{
	font-size: 2.3rem;
	line-height: 2.8rem;
	font-weight: bold;
}

.hinmei{
	font-size: 1.8rem;
	line-height: 3.0rem;
}



.p_16pt30pt{
	font-size: 1.6rem;
	line-height: 3rem;
}

.p_13pt30pt{
	font-size: 1.3rem;
	line-height: 3rem;
}

.text_link{
	color: #DC5A64;
	font-weight: bold;
}

.text_color{
	color: #DC5A64;
}

.pt32{
	padding-top: 32px;
}

.pb32{
	padding-bottom: 32px;
}

.pt64{
	padding-top: 64px;
}

.pt96{
	padding-top: 96px;
}

.pt128{
	padding-top: 128px;
}

.mt32{
	margin-top: 32px;
}

.mb32{
	margin-bottom: 32px;
}

/*Gakken*/
.mt62{
	margin-top: 62px;
}

.img-pc{
	display: block !important;
    margin: 0 auto;
}

.img-sp{
	display: none !important;
}

.br-PC{
	display: block;
}

.br-SP{
	display: none;
}

/* web-font 
-----------------------------------------*/
.ft_ro-brush {
    font-family: ro-brush-std, sans-serif;
    font-style: normal;
    font-weight: 400;
}

/* ------------------------------ */
/* Common Header */
/* ------------------------------ */
.b-common-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 58px;
  max-width: 100%;
  margin: 0px auto;
  background-color: #ffffff;  
}

.b-common-header__logo {
	margin: 0px 0px 0px 30px;
  width: 132px;
}
.b-common-header .b-search-form {
  margin: 0px 0px 0px auto;
}

.b-common-header .b-member-menu {
  margin: 0px 0px 0px 20px;
}

@media screen and (max-width: 767px) {
  .b-common-header {
    height: 72px;
    padding: 0px 10px;
  }
  .b-common-header .b-search-form {
    display: none;
  }
  .b-common-header .b-member-menu {
    display: none;
  }


}

/** page_top **/
#page_top {
    width: 18%;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 1%;
    /*border-radius: 50%;*/
}
#page_top a {
	position: absolute;
	right: 32px;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background: gray;
    opacity: 0.6;
}
#page_top a:hover {
    background: #08b9d4; /*3fefee*/
    opacity: inherit;
}
#page_top a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f106";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 750px) and (orientation: landscape) { /*横向きの際に適用*/
    #page_top {
		width: 8%;
    }
}

@media (max-width: 749px) {
	#page_top a {
		display: none;
		pointer-events: none;
		width: 0px;
		height: 0px;
    }
}

/* メインページの指定 */ 
.top_ph{
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.read_p{
	margin-bottom: 20px;
	font-weight: 700;
}

.read_p:last-of-type{
	margin-bottom: 0px;

}

.ID_button1{
	float: left;
	margin-left: 32px;
	padding-top: 0px;
}
@media (max-width: 1023px) {
	.ID_button1{
		max-width: 50%;
		margin-left: 0px;
		padding-right: 16px;
	}
}

.ID_button2{
	float: right;
	margin-right: 32px;
	padding-top: 0px;
}
@media (max-width: 1023px) {
	.ID_button2{
		max-width: 50%;
		margin-right: 0px;
		padding-left: 16px;
	}
}

.pre_all{
	display: flex;
}

.pre_bg{
	background-image: url("../img/pre_bg.png");
	width: 464px;
	height: 768px;
	margin: 32px 0 0 32px;
	padding: 0	16px 32px;
	float: left;
}

@media (min-width: 751px) and (max-width: 1023px) {
	.pre_bg{
		margin: 32px auto 0;
		float: none;
		}
	}

@media (max-width: 750px) {
	.pre_bg{
		background-image: url("../img/pre_bg_sp.png");
		margin: 32px auto 0;
		padding: 0	16px 8px;
		width: auto;
		max-width: 464px;
		height: 100%;
		float: none;
		background-size: 100% 100%;
		}
	.pre_bg img{
		width: 100%;
		height: auto;
	}

	.kuwasikuwa{
		width: 50%;
	}
	
	}

.pre_ph{
	margin: 0 auto;
}

.preAC {
    max-width: 80%;
		height: auto;
}

.pre_name{
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 3.8rem;
	margin-left: 64px;
	padding-bottom: 4px;
	font-feature-settings : "palt";
}



@media(min-width: 751px) and (max-width: 1023px) {
	.pre_name{
		margin-left: 0px;
	}
}

@media (max-width: 750px) {
	.pre_name{
		font-size: 1.4rem;
		line-height: 2.4rem;
		margin-left: 0px;
	}
}

.pre_bookname{
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 3.4rem;
	margin-left: 64px;
	font-feature-settings : "palt";
}

@media(min-width: 751px) and (max-width: 1023px) {
	.pre_bookname{
		margin-left: 0px;
	}
}

@media (max-width: 750px) {
	.pre_bookname{
		font-size: 1.4rem;
		line-height: 2.4rem;
		margin-left: 0px;
	}
}

.pre_bookname_link1 {
	text-decoration:none;
	color: #FF7BAC;
}

.pre_bookname_link2 {
	text-decoration:none;
	color: #FF931E;
}

.pre_bookname_link3 {
	text-decoration:none;
	color: #73BE5A;
}

.pre_bookname_link4 {
	text-decoration:none;
	color: #3FA9F5;
}

.link_hover:hover{
	font-weight: bold;
}

.pre_name-min{
	font-size: 2rem;
}

@media (max-width: 750px) {
	.pre_name-min{
		font-size: 1.2rem;
		line-height: 2.2rem;
		letter-spacing: -0.05em;
	}
}

.pre_number{
	text-align: right;
	font-size: 4rem;
	font-weight: bold;
	color: #FA5858;
	line-height: 6rem;
	margin-right: 64px;
}

@media(min-width: 751px) and (max-width: 1023px) {
	.pre_number{
		font-size: 3rem;
		margin-right: 0px;
		text-align: left;
	}
}

@media (max-width: 750px) {
	.pre_number{
		font-size: 2rem;
		line-height: 2.4rem;
		margin-right: 0px;
		margin-top: 8px;
		text-align: left;
		padding-bottom: 16px;
	}
}

.pre_cap-box{
  display:flex;
	width: 320px;
	height: 320px;
	margin-left: 64px;
	float: left;
}

@media (max-width: 1023px){
	.pre_cap-box{
		float: none;
		width: auto;
		height: auto;
		margin-top: 32px;
		margin-left: 0px;
	}
}

.pre_cap-all{
  width: 320px;
  flex:0 1 auto;
	margin: auto;
}

@media (max-width: 1023px){
	.pre_cap-all{
		width: 100%;
		flex: none;
	}
}

.pre_cap{
	font-size: 1.5rem;
	line-height: 2.4rem;
	text-align: justify;
	font-feature-settings : "palt";
}

.pre_cap:last-of-type{
	margin-top: 9px;
}

@media (max-width: 750px){
	.pre_cap{
		margin-left: 0px;
		margin-top: 16px;
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
}

.pre_img{
	float: right;
	margin-right: 64px;
}

@media (max-width: 1023px){
	.pre_img{
		float: none;
		margin-left: 0px;
		margin: 0 auto;
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
}

.img-Wchance{
	padding: 0 0 32px;
}

.app_Contents{
	padding-bottom: 32px;
}



@media (min-width: 1024px){
	.app_Contents{
		margin: 0 32px;
	}
}

.app_Contents dl dt{
	font-size: 2rem;
	font-weight: bold;
	color: #ec621d;
	padding-top: 16px;
}

.app_Contents dl dt:first-of-type{
	padding-top: 0px;
}

.app_Contents dl dt dd{
	font-size: 1.6rem;
	padding-left: 1em;
	text-indent: -1em;
}

.app_Contents_day{
	font-size: 3rem;
	font-weight: bold;
	line-height: 3rem;
}

@media (max-width: 750px) {
	.app_Contents_day{
	font-size: 2rem;
	line-height: 2rem;
	}
}

.app_Contents_ind1{
	text-indent: 1em;
	display: block;
}

@media (max-width: 750px) {
	.app_Contents_ind1{
	font-size: 1rem;
	}
}

.app_Contents_ind2{
	padding-left: 1.5em;
	text-indent: -1em;
	display: block;
}

.app_Contents_ind2_2{
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}

.app_Contents_ind3{
	padding-left: 2em;
	text-indent: -0em;
	display: block;
}


/* コメントページの指定 */ 
.comment_bg_img{
	background-image: url("../comment/img/comment_bg.png");
	width: 1024px;
	margin: 0 auto;
}

.comment_bg_color{
	background-color: #FFFFFF;
	width: 896px;
	margin: 0 auto;
}

.Editor{
	width: 832px;
	margin: 0 auto;
	padding: 0 0 64px;
	font-size: 1.8rem;
}

.Editor:first-of-type{
	padding-top: 64px;
}

.comment_img{
	margin: 0 auto;
}

.comment_borderline{
	padding-top: 32px;
}

/* 会員画面ページの指定 */ 
.member{
	font-size: 2.4rem;
	text-align: center;
	padding: 64px 0 64px;
}

/* ------------------------------ */
/* Footer Menu */
/* ------------------------------ */
.b-footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0px 50px;
}

.b-footer-menu li {
  padding: 20px 13px;
}

.b-footer-menu li a {
  display: block;
  color: #000000;
  font-size: 0.875em;
  padding: 5px 0px;
}

@media screen and (min-width: 768px) {
  .b-footer-menu li a {
    transition: all .2s linear;
  }
  .b-footer-menu li a:hover, .b-footer-menu li a:focus {
    color: #111;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .b-footer-menu {
    padding: 40px 0px 30px;
  }
}

/* ------------------------------ */
/* Footer Button Menu */
/* ------------------------------ */
.b-footer-button-menu {
  margin: 100px auto 30px;
  padding: 0px 20px;
}

.b-footer-button-menu li {
  display: block;
  width: 520px;
  max-width: 100%;
  margin: 10px auto;
}

.b-footer-button-menu li a {
  display: block;
  text-align: center;
  background-color: rgba(198, 198, 198, 0.5);
  background-image: url("./images/icon-arrow-right-white.svg");
  background-size: 6px 10px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 8px 30px 8px 10px;
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .b-footer-button-menu li a {
    transition: all .2s linear;
  }
  .b-footer-button-menu li a:hover, .b-footer-button-menu li a:focus {
    background-color: #adadad;
  }
}

@media screen and (max-width: 767px) {
  .b-footer-button-menu {
    margin: 40px auto 20px;
  }
  .b-footer-button-menu li a {
    font-size: 0.875em;
  }
}

/* ------------------------------ */
/* Footer Copy */
/* ------------------------------ */
.b-footer-copy {
  text-align: center;
  font-weight: bold;
  padding: 0px 0px 40px;
  color: #000;
}

/* モバイル版
------------------------------- */
@media (max-width: 750px) {
	/* 共通
	------------------------------- */
	body{
		font-size: 1.2rem;
		letter-spacing: 0em;
	}
	
	/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
	.pc { display: none !important; }
	.sp { display: block !important; }

	.mainphoto{
		width: 100%; max-width: 100%;
		margin:0px auto;
		padding:0px auto;
	}

	.abc{
		width: 90%; max-width: 100%;
		margin:0px auto;
		background-color: #ffffff;   
	}

	
	.photo1{
		width: 80%
	}


	.oubo{
		width: 50%
	}

	.aaaaa{
		width: 80%;    /* 横幅を割合で指定 */
	}


	.login{
		width: 100%
	}

	.pre{
		width: 100%
	}

	.C{
		width: 240px;
		margin: 5px;
		padding-bottom: 0px;
	}

	.D{
		width: 160px;
		margin: 5px;
		padding-bottom: 0px;
	}


	
	.shousai{
		width: 100%;
	}

	.present{
		width: 100%;
	}

	.support_h3{
		width: 85%;
	}

	.inner{
		box-sizing: border-box;
		width: 100%;
		padding: 0 16px ;
	}
	
	.p_18pt30pt{
		font-size: 1.3rem;
		line-height: 2.3rem;
	}

	.p_36pt{
		font-size: 1.6rem;
		line-height: 2.2rem;
		font-weight: bold;
	}

	.hinmei{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.shomei{
		font-size: 1.7rem;
		line-height: 2.8rem;
	}

	.exp{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	.ymarker {
		padding: 0 2px;
		background: linear-gradient(transparent 60%, #fff67f 60%);
		}
	
		.ymarker2 {
			color:#5cb8c5;
		}
		

	.app_Contents_ind2{
		font-size: 1.3rem;
		line-height: 2.3rem;
	}

	.app_Contents_ind2_2{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.app_Contents_ind3{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.p_16pt30pt{
		font-size: 1.25rem;
		line-height: 2.3rem;
	}

	.p_13pt30pt{
		font-size: 1rem;
		line-height: 2.3rem;
	}

	.img-pc{
	display: none !important;
	}

	.img-sp{
		display: block !important;
	}
	
	.br-PC{
		display: none;
	}

	.br-SP{
		display: block;
	}

}

	/* コメントページ
	------------------------------- */
	.comment_bg_img{
		box-sizing: border-box;
		width: 100%;
		padding: 0 0;
	}
	
	.comment_bg_color{
		box-sizing: border-box;
		width: 100%;
		padding: 0 32px;
	}
	
	.Editor{
		box-sizing: border-box;
		width: 100%;
		padding: 0 0 32px;
		font-size: 1.4rem;
	}
	
	.Editor:first-of-type{
		padding-top: 32px;
	}
	
	.comment_borderline{
		padding-top: 16px;
	}

	/* 会員画面ページ
	------------------------------- */
	.member{
		font-size: 1.8rem;
	}


