/* ::::: reset.css ::::: */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td { margin: 0px; padding: 0px; }
html, body { background: #fff none repeat scroll 0% 0%; color: #000; }
body { font-family: 'Noto Serif JP', sans-serif; font-size: 20px;}
img { border: 0px none; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { clear: both; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: bold; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
table { border-collapse: collapse; border-spacing: 0px; font-size: inherit; }
th, td { text-align: left; vertical-align: top; }
input, select, textarea { font-size: 24px; font-family: Verdana,Helvetica,sans-serif; height: 50px; width: 100%; padding-left: 5px; margin-bottom: 20px; }
* {box-sizing: border-box;margin: 0;padding: 0;}
li{list-style: none;}


/* ::::: css ::::: */

* {
	margin: 0;
}
body {
	font-family: "Noto Serif JP";
	font-weight: 400;
}
/*スマホ余白対策*/
.wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	position: relative;/*←相対位置*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

html, body, wrapper0 {
	margin: 0;
	padding: 0;
	height: 100% !important;
}


body {
	margin: 0;
	padding: 0;
}
.wrapper1 {
	background:#4367a6;/*f0f1f7 #e9ebf7 #e9edfa f4f4f4 ebf2f9 edf6ff edf6ff #d7e4fa*/
	margin: 0 auto !important;
}
/*.wrapper1 .title01 {
	color:#fff !important;
}*/
.wrapper1-2 {
	background:#f8f8f8;/*f0f1f7 #e9ebf7 #e9edfa f4f4f4 ebf2f9*/
	margin: 0 auto !important;
}
.wrapper0 {
	background:#fff;
	margin: 0 auto !important;
}
.wrapper2 {
	background:#333;/*f5f1e0*/
	margin: 0 auto !important;
	color: #fff;
}
.wrapper3 {
	background:#efeee8;/*#efede5*/
	margin: 0 auto !important;
}
.w-90 {
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 800px){
.w-90 {
	width: 96%;
	margin: 0 2%;
}
}
.top2 {
	background: url( "../img_new/bg.jpg") top center no-repeat;
	/*padding-bottom: 5px;
	padding-top: 60px;
	margin-top: 60px;*/
}
.top2-in {
	width:960px;
	margin: 0 auto;
	height: 100%;
	padding-top: 60px;
}

.wrapper {
	width:960px;
	margin: 0 auto;
	height: 100%;
	padding: 60px 0;
}
/*表示・非表示*/
.sp {
	display: none;
}
/*フロートクリア*/
.clear {
	clear: both;
}
/*リンク画像透過
************************************/
/*a:hover img {
	opacity:0.6;
}*/
/*センタリング
******************************************/
.Centering {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.red {
	color:#eb1c00!important;/*#d62d51#930844 b1004c 881111 #cb0b0b*/
}
.red2 {
	color:#c61919!important;/*#d62d51#930844 b1004c*/
}
.yelow {
	color:#fff000 !important;/*ffe200*/
}
.gold {
	color: #9b8821 !important;/*9e8318 #927916*/
}
.gold2 {
	color: #ffde00 !important;/*dabf2e*/
}
.blue {
	color: #1559c8 !important;/*074887 08539c*/
}
.white {
	color: #fff !important;
}
.hi-line {
	/*background: #fff000;
	padding: 5px;*/
background:linear-gradient(transparent 60%, #fff43c 60%);
}
.big-copy {
	font-size: 65px !important;
	font-weight: 700 !important;
}
@media screen and (max-width: 800px) {
.big-copy {
	font-size: 30px !important;
	font-weight: 700 !important;
}	
}
p {
	text-align: left;
	line-height: 2rem;
	font-size: 1.2384rem;
	margin-bottom: 1.8rem;
}
p.capture {
	font-size: 1.1384rem;
	margin-bottom: 0;
	text-align: center;
}
h2 span.blue-bg {
	background: #1559c8;
 /*background: linear-gradient(90deg, #1559c8, #1f80df));*/
	color: #fff;
	padding:0 5px 10px 10px;
	/*border-radius: 5px;*/
	border-bottom: 1px solid #0e3d88;
	border-right: 1px solid #0e3d88;
	border-left: 1px solid #4979c8;
	border-top: 1px solid #4979c8;
}
@media screen and (max-width: 800px) {
h2 span.blue-bg {
	padding:0 3px 3px 3px;
}
}
.title01 {
	text-align: center;
	line-height: 4.5rem;
	font-size: 3rem;
	font-family:  "Noto Serif JP";
	font-weight:700;
	color: #252526;
	margin-bottom: 3rem;
}
.title01 .mini {
	font-size:2rem;
}
.title01-border {
	padding: 10px 0;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	line-height: 1;
}
.title02 {
	text-align: center;
	line-height: 4.1875rem;
	font-size: 3.1rem;
	font-family:  "Noto Serif JP";
	font-weight:700;
	color: #2b4095;/*#2e3993*/
	margin-bottom: 3rem;
	padding-bottom: 5px;
	border-bottom: 3px solid #ccc;
}
.title02 .mini {
	font-size:2rem;
}
.title03 {
	text-align: center;
	line-height: 2.5rem;
	font-size: 2rem;
	font-family:  "Noto Serif JP";
	font-weight:500;
	color: #252526;
	margin-bottom: 1rem;
}
@media screen and (max-width: 800px){
.title03 {
	text-align: center;
	line-height:1.5;
	font-size:18.5px;
	font-family:  "Noto Serif JP";
	font-weight:500;
	color: #252526;
	margin-bottom: 1rem;
}	
}
.naiyou-title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5px !important;
}
.naiyou-jisage {
	margin-left: 35px;
	margin-bottom: 35px;
}
.naiyou-maru {
	font-size: 1.5rem;
}
.about {
	text-align: center;
	font-size: 1.3622rem;
	font-weight: 700;
}
.about-title {
	text-align: center;
	line-height: 2.8125rem;
	font-size: 2.4rem;
	font-weight: 700;
}
.about-title2 {
	text-align: center;
	line-height: 2.8125rem;
	font-size: 1.7337rem;
	font-weight: 700;
}
/*マージン・パディング
******************************************/
.mb0 { margin-bottom: 0px ! important; }
.mb5 { margin-bottom: 5px ! important; }
.mb10 { margin-bottom: 10px ! important; }
.mb20 { margin-bottom: 20px ! important; }
.mb30 { margin-bottom: 30px ! important; }
.mb40 { margin-bottom: 40px ! important; }
.mb50 { margin-bottom: 50px ! important; }
.mb70 { margin-bottom: 70px ! important; }
.pt0 { padding-top: 0px ! important; }
.pt10 { padding-top: 10px ! important; }
.pt20 { padding-top: 20px ! important; }
.pt30 { padding-top: 30px ! important; }
.pt40 { padding-top: 40px ! important; }
.pt50 { padding-top: 50px ! important; }
.pt70 { padding-top: 70px ! important; }
.pb10 { padding-bottom: 10px ! important; }
.mt0 {margin-top: 0px ! important;}
.mt5 {margin-top: 5px ! important;}
.mt10 {margin-top: 10px ! important;}
.mt20 {margin-top: 20px ! important;}
.pb20 { padding-bottom: 20px ! important; }
.pb30 { padding-bottom: 30px ! important; }
.pb40 { padding-bottom: 40px ! important; }
.pb50 { padding-bottom: 50px ! important; }
.f-size2 {font-size: 2.5rem !important;}
.t-l {text-align: left !important;}
/*申込部分
*/
.moushikomi_r input {
	width: 96%;
	margin: 0 auto;
	height: auto;
}
.moushikomi_r input img {
	width:100%;
	height: auto;
}
.form-mail {
	width: 100%;
	height: 60px;
	font-size: 24px;
	margin-bottom: 20px; 
	padding-left: 10px;
}
.tyuui2 {
  overflow: auto;
  width: 100%;
  height: 120px;
  background-color: #fff;
	padding:10px;
}

.tyuui2 p {
  line-height: 130%;
  font-size: 1em;
  margin-bottom: 0.5em;
	font-family:  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: normal;
}
.tyuui2-text {
	font-family:"Noto Serif JP";
	font-weight: normal;
}
.tyuui2-title {
	font-size: 1.5rem;
}

.form-privacy {
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #fff;
}
.form-privacy_l p {
  margin-bottom: 0 !important;
  font-size: 1em;
  line-height: 1.5;
	font-family:  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: normal;
}
.form-privacy_r {
  width: 10%;
  float: right;
  margin: 0 0 0 20px;
}
.btn {
  background: linear-gradient(#ffe200, #ffe200, #ffb600);/*#881111*/
  color: #111;
  font-size: 2rem;
  font-family:"Noto Serif JP";
  font-weight:700;
  height: 4.5rem;
  width: 100%;
  border-radius: 25px;
	border:1px solid #ffb600;
	text-align: center;
}
.btn:hover {
  background: linear-gradient(#fff454, #fff454, #ffd700);
  color: #111;
	border: 2px solid #ffb600;
}
/*体験談
*/
.koe1,
.koe2 {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	}
.koe1 p,
.koe2 p
	{
	font-size: 1rem;
	line-height: 1.5;
}
.koe1 p.koe-name,
.koe2 p.koe-name {
	font-size: 34px;
	font-weight: 700;
}
.koe-l1　{
	width: 46%;
	float: left;
	box-sizing: border-box;
}
.koe-r1　{
	width: 46%;
	float: right;
	box-sizing: border-box;
}
.koe-l2　{
	width: 46%;
	float: left;
	box-sizing: border-box;
}
.koe-r2　{
	width: 46%;
	float: right;
	box-sizing: border-box;
}
.koe-r1 img,
.koe-l2 img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.koe-name-box {
	border-left: 2px solid #927916;
	padding:5px 0 5px 20px;
	width: 45%;
	float: left;
	margin-top: 20px;
}
.koe-name-box p {
	font-size: 1.2rem;
	line-height: 1.5;
}
.koe-name-box p.koe-name {
	font-size: 2.5rem;
	font-weight: 700;
}
.koe-topleader {
	background: #927916;
	padding: 5px;
	color: #fff;
	margin-bottom: 20px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
}
.koe-photo-box {
	float: right;
	width: 45%;
	height: auto;
	margin: 0 0 30px 30px;
}
.koe-photo-box img {
	width: 100%;
	height: auto;
}
.koe-title {
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
}
/*プロフィール
*/
.profile-name-box {
	border-left: 2px solid #2b4095;
	padding:5px 0 5px 20px;
	width: 55%;
	float: left;
	/*margin-top: 20px;*/
}
.profile-name-box p {
	font-size: 1.2rem;
	line-height: 1.5;
}
.profile-name-box p.profile-name {
	font-size: 2.5rem;
	font-weight: 700;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}
.profile-name-box p.profile-name span.mini {
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: -1px;
}
.profile-topleader {
	background: #2b4095;/*#2e3993*/
	padding: 5px;
	color: #fff;
	margin-bottom: 20px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
}
.profile-photo-box {
	float: right;
	width: 40%;
	height: auto;
	margin: 0 0 30px 30px;
}
.profile-photo-box img {
	width: 100%;
	height: auto;
}
.profile-title {
	font-size: 1.8rem;
	text-align: left;
	font-weight: 700;
}
.profile-reki {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
table.profile {
	border: 0;
	font-size: 1.2rem;
	line-height: 1.3;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}
table.profile td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
table.profile td.first {
	width: 20%;
}
ul li {
	line-height: 2;
}
/*スマホ用css
*****************************************
*****************************************
******************************************/
@media screen and (max-width:960px){
.pc {
	display: none;
}
.sp {
	display: block;
}
.top {
	background-image: none;
	}
.top-in {
	width:100%;
	margin: 0 auto;
	height: 100%;
	padding-top:48px;
}
.wrapper {
	width:100%;
	margin: 0 auto;
	height: 100%;
	padding: 1.5rem 2%;
}
p {
	text-align: left;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom:1.5rem;
}
.title01 {
	text-align: center;
	line-height: 1.7;
	font-size: 24px;/*18.5*/
	font-family:  "Noto Serif JP";
	font-weight:700;
	color: #252526;
	margin-bottom: 1rem;
	letter-spacing: -1.5px;
}
h2.title01 {
    text-align: center;
    line-height: 4.5rem;
    font-size: 3rem;
    font-family: "Noto Serif JP" !important;
    font-weight: 700;
    color: #252526;
}
.title01 .mini {
	font-size:14px;
}
.title02 {
	text-align: center;
	line-height: 4.1875rem;
	font-size: 26px;
	font-family:  "Noto Serif JP";
	font-weight:700;
	color: #2e3993;
	margin-bottom: 3rem;
	padding-bottom: 5px;
	border-bottom: 3px solid #ccc;
}
.title02 .mini {
	font-size:18px;
}
p {
    text-align: left;
    line-height: 2rem;
    font-size: 1.2384rem;
    margin-bottom: 1.8rem;
}
ul {
	margin-left:20px;
}
ul li {
	/*line-height: 1.7;*/
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 2;
	margin-bottom: 0.5rem;
}
.btn {
  font-size: 18px;
  height:3.5rem;
  width: 100%;
  border-radius: 20px;
}
/*体験談
*/
/*.koe-name-box {
	border-left: 2px solid #927916;
	padding:15px 0 0 10px;
	width:100%;
	float: none;
	margin-top:0;
}*/
.koe1 {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	}
.koe1 p,
.koe2 p
	{
	font-size: 1rem;
	line-height: 1.5;
}
.koe1 p.koe-name,
.koe2 p.koe-name {
	font-size: 34px;
	font-weight: 700;
}
/*.koe-topleader {
	background: #927916;
	padding: 2px;
	color: #fff;
	margin-bottom:0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	font-size: 0.7rem;
}*/
.koe-photo-box1 {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.koe-photo-box img {
	width: 100%;
	height: auto;
}
.koe-title {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
}
/*プロフィール
*/
.profile-name-box {
	border-left: 2px solid #2e3993;
	padding: 15px 0 0 10px;
	width: 100%;
	float: none;
	margin-top:0;
}
.profile-name-box p {
	font-size: 1rem;
	line-height: 1.5;
}
.profile-name-box p.profile-name {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}
.profile-name-box p.profile-name span.mini {
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: -1px;
}
.profile-topleader {
	background: #2e3993;
	padding: 2px;
	color: #fff;
	margin-bottom: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	font-size: 0.7rem;
}	
.profile-photo-box {
	float: none;
	width: 75%;
	height: auto;
	margin: 0 auto;
}
.profile-photo-box img {
	width: 100%;
	height: auto;
}
.profile-title {
	font-size: 24px;
	text-align: left;
	font-weight: 700;
}
.profile-reki {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
table.profile {
	border: 0;
	font-size:1rem;
	line-height: 1.3;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}
table.profile td {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
}
table.profile td.first {
	width: 18%;
	padding: 5px 5px 5px 0 ;
}
/*フォーム部分*/
.tyuui2-title {
	font-size: 16px;
	line-height: 1.3;
}
.form-mail {
	width: 100%;
	height: 50px;
	font-size: 20px;
	margin-bottom: 20px; 
	padding-left: 8px;
}
input, select, textarea {
	font-size: 16px;
	font-family: Verdana,Helvetica,sans-serif;
	height: 50px;
	width: 100%;
	padding-left: 5px;
	margin-bottom: 10px;
}
.tyuui2 {
  overflow: auto;
  width: 100%;
  height: 70px;
  background-color: #fff;
	padding:10px;
}
.tyuui2 p {
  line-height: 130%;
  font-size: 0.7em;
  margin-bottom: 0.3em;
	font-family:  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: normal;
	line-height: 1.2;
}
.form-privacy {
  padding: 10px;
  width: 100%;
  margin: 0 auto;
    margin-bottom: 0px;
  box-sizing: border-box;
  background-color: #fff;
}
.form-privacy_l p {
  margin-bottom: 0 !important;
  font-size: 0.7em;
  line-height: 1.5;
	font-family:  "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: normal;
}
.form-privacy_r {
  width: 20%;
  float: right;
  margin: 0 0 0 20px;
}
/*内容*/
.naiyou-title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 10px !important;
	padding-left:25px;
	text-indent:-25px;
}
.naiyou-jisage {
	margin-left:0;
	margin-bottom:25px;
	line-height: 1.5;
}
.naiyou-maru {
	font-size: 18px;
}
/*about*/
.about {
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
}
.about-title {
	text-align: center;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 700;
}
.about-title2 {
	text-align: center;
	line-height:1.3;
	font-size: 20px;
	font-weight: 700;
}
/*マージン・パディング
******************************************/
.mb0 { margin-bottom: 0px ! important; }
.mb10 { margin-bottom: 10px ! important; }
.mb20 { margin-bottom: 20px ! important; }
.mb30 { margin-bottom: 1rem ! important; }
.mb40 { margin-bottom: 30px ! important; }
.mb50 { margin-bottom: 2rem ! important; }
.mb70 { margin-bottom: 2rem ! important; }
.pt0 { padding-top: 0px ! important; }
.pt10 { padding-top: 10px ! important; }
.pt20 { padding-top: 20px ! important; }
.pt30 { padding-top: 30px ! important; }
.pt40 { padding-top: 40px ! important; }
.pt50 { padding-top: 50px ! important; }
.pb10 { padding-bottom: 10px ! important; }
.mt0 {margin-top: 0px ! important;}
.mt5 {margin-top: 5px ! important;}
.mt20 {margin-top: 20px ! important;}
.pb20 { padding-bottom: 20px ! important; }
.pb30 { padding-bottom: 30px ! important; }
.pb40 { padding-bottom: 40px ! important; }
.pb50 { padding-bottom: 50px ! important; }
}

/*共通ヘッダー・フッター（ここから）
*****************************************
*****************************************
******************************************/
/*TOPメニュー*/
.fixMenu {
  background: #fff;
 /* position: fixed;*/
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
 /* box-shadow: 0 2px 4px rgba(0,0,0,.1);*/
	border-bottom: 1px solid #ccc;
  z-index:999;
  height: 93px;
/*margin-bottom: 4px;*/
}

.fixMenu-in {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  padding: 16px;
}
.fixMenu .logo {
	width: 250px;
	float: left;
}
.fixMenu .logo img {
	width: 100%;
	height: auto;
}
.fixMenu ul {
	float: right !important;
	width: 725px !important;
	margin-top:20px !important;
}
.fixMenu li {
	float: left !important;
	margin:0 !important;
	font-size: 16px !important;
	list-style: none !important;
	padding: none;
	background: none;
	color: #333 !important;
	font-weight: normal;
	padding-left: 33px;
	line-height: 120%;
}
.fixMenu li a {
	color: #333 !important;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.fixMenu li a:hover {
	border-bottom: 3px solid #4367a6 !important;
	padding-bottom: 3px !important;
}
.spNavi {
	display: none;
}

@media screen and (max-width:980px){
.fixMenu {
	display: none;
	}
/*スマホヘッダー*/
.spNavi {
	display: block;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: none;/*0 2px 4px rgba(0,0,0,.1)*/
	background-color: #fff;
	}
.spNavi .logo {
	width: 30%;
	}
.spNavi .logo img {
	width: 100%;
	height: auto;
	}
/*ハンバーガー*/
.menu-btn {
    position: fixed;
    top: 5px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color:#fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #333;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #333;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
	background: none;
	padding-left: 20px;
	margin-bottom: 10px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 22px 15px 0 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
   	border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 30px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
}

/*FOOTER*/
.footer {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #fff;/*#f7f7f7*/
	box-sizing: border-box;
	border-top: #ccc 1px solid;
	/*padding-bottom: 140px;*/
}
.footer-in {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
.f-navi {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}
.f-navi-in {
	width:1000px;
	margin: 0 auto;
	padding: 20px 0 35px 0;
}
.footer ul {
	margin: 0 auto;
	width: 670px;
}
.footer li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-right: 20px;
	line-height: 1;
	margin-bottom: 15px;/*0*/
	background: none;
	font-weight: bold;
}
.footer li a {
	line-height: 1;
	color: #333;
	text-decoration: none;
}
.footer li a:hover {
	color: #4367a6;
}
.footer p.copyright {
	line-height: 1;
	text-align: center;
	font-size: 0.9rem;
}
/*フッターinfo*/
.info {
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 65%;
}
.info p.name {
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 16px;
}
.info p.address {
	line-height: 1.2;
	font-size: 16px;
}
.info-l {
	/*width: 300px;*/
	float: left;
	margin-top: 15px;
}
.info-r {
	width: 100px;
	float: left;
	/*padding-top: 10px;*/
	margin-left: 50px;
}
.info-r img {
	width: 100%;
	height: auto;
}
.info-clear {
	clear: both;
}

@media screen and (max-width:980px){
	
/*フッター*/
.footer {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	box-sizing: border-box;
	}
.footer ul {
	padding: 5px 0 20px 5px;
	width: 100%;
	box-sizing: border-box;
	}
.footer li {
	font-size: 16px !important;
	line-height: 2rem !important;
	background: none !important;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 0;
}
.footer li a {
	line-height: 1;
	color: #333;
	text-decoration: none;
}
.footer li a:hover {
	color: #4367a6;
}
.footer-in {
	width: 100%;
	margin: 0 auto;
	padding:10px;
}
.info {
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 95%;
	padding-bottom: 1rem;
}
.info-l {
	width: 65%;
	float: left;
	margin-top: 15px;
	margin-left: 0;
	padding-left: 0;
}
.info-r {
	width:25%;
	float: right;
	margin-right: 3%;
	margin-left: 0;
	/*padding-top: 10px;
	margin-left: 50px;*/
}
.info p.address {
	line-height: 1.2;
	font-size: 0.9rem;
}
.sp-f-navi {
	box-sizing: border-box;
	padding-left: 20px;
	}
.sp-f-navi p {
	padding: 0.5rem 0;
	margin: 0;
}
.sp-f-navi p a {
	font-size: 16px;
	margin-bottom:0;
	line-height: 2;
	color: #333;
	text-decoration: none;
	}
.sp-f-navi p a:hover {
	color: #4367a6;
}
}
/*共通ヘッダー（ここまで）
*****************************************
*****************************************
******************************************/

/*sticky-banner（ここから）
**********************************/
.sticky-banner {
    position:fixed;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    width: 480px;
}
.sticky-banner img {
    width: 100%;
}

@media screen and (max-width: 800px){
	.sticky-banner {
		right: 0;
		bottom: 0;
		width: 100%;
	}
}
/*sticky-banner（ここまで）
**********************************/

/*カウントダウンタイマー*/
.header-1 strong {
    color: #f2d40d;/*e0d33b*/
    font-size:29px;
}
strong {
    font-weight: bolder;
}
.header-1 {
    position:absolute;
    width: 100%;
	height: 60px;
    /*max-height: 200px;*/
}

.header-1 {
    /*z-index: 2;*/
    padding: 12px 0;
    /*background-color: #7b5d9a;*/
    background-color: #222;/*#881111 #7d0404 #7e0707*/
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
        font-family: "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.header-1 iframe{
	margin-left: -22px!important;
	/*position: relative;*/
    top: 2px;
    left:-0px;
}
@media screen and (max-width: 800px){
.header-1 {
    position:absolute;
    width: 100%;
	height: 30px;
	margin-top: 0;/* 45px*/
    /*max-height: 200px;*/
}
.header-1 {
    /*z-index: 2;*/
    padding: 0;
    /*background-color: #7b5d9a;*/
    background-color: #222;/*#064179*/
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 1;
        font-family: "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.header-1 iframe{
	margin-left: -22px!important;
	/*position: relative;*/
    top: 2px;
    left:-0px;
}
.header-1 strong {
    color: #e0d33b;
    font-size:29px;
}
}
/*top用*/
/*トップ
*************************************/
.top {
	width: 900px;
	margin: 0 auto;
	/*padding-top: 92px;*/
	box-sizing: border-box;
}
.top .moushikomi {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.top .moushikomi_l {
	width: 425px;
	float: left;
	/*height:291px;*/
	box-sizing: border-box;
}
.top .moushikomi_l img {
	width: 100%;
	height: auto;
}
.top .moushikomi_r {
	width: 405px;
	float: right;
	background:#e9ebf7;
	border: 1px solid #111;
	/*background: url(../img/top_img_bg.jpg)  no-repeat center bottom;*/
	padding: 10px;
	/*height:285px;*/
	box-sizing: border-box;
}
.moushikomi_r .r-mail {
	width: 100%;
	height: 40px;
	font-size: 18px;
	margin-bottom: 0.3rem;
	box-sizing: border-box;
	letter-spacing: -0.8px;
}
.moushikomi_r p.mail-text {
	font-size: 1.2rem;
	margin-bottom: 0.3rem;
	margin-top: 0;
	padding: 0;
}
.moushikomi_r .btn {
  background: #9e8318;
  color: #FFFFFF;
  font-size: 2rem;
  font-family: "Noto Serif JP";
  font-weight: 700;
  height: 4rem;
  width: 100%;
  border-radius: 25px;
	border:1px solid #111;
	margin-bottom: 0.5rem;
}
.moushikomi_r .btn:hover {
  background: #f1e1a2;
  color: #252526;
}
.top .moushikomi_r .tyuui {
	overflow:auto;
	/*width: 350px;*/
	height: 50px;
	background-color: #fff;
	/*margin-left: 1em;*/
	margin-bottom:0.5rem;
}
.top .moushikomi_r .tyuui p {
	line-height: 1.3em;
	font-size: 1em;
}
.tyuui2 {
	margin: 20px auto;
	overflow:auto;
	width: 100%;
	height: 110px;
	background-color: #fff;
}
p.tyuui2-text {
	font-size: 1.15em;
	line-height: 130%;
	margin: 20px auto;
	width: 100%;
	/*margin-left: 2.2em;*/
}
@media screen and (max-width: 800px){
p.tyuui2-text {
	font-size: 0.8em;
	line-height: 130%;
	margin: 0 auto 10px;
	width: 100%;
	/*margin-left: 2.2em;*/
}
.tyuui2 {
	margin: 0 auto 10px;
	overflow:auto;
	width: 100%;
	height: 54px;
	background-color: #fff;
}
.moushikomi_r p.mail-text {
	font-size: 0.7rem;
	margin-bottom: 0.3rem;
	margin-top: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: -2px;
}
.moushikomi_r .r-mail {
	font-size: 14px;
	margin-bottom: 0.3rem;
	height:2rem;
}
.moushikomi_r .btn {
  background: #9e8318;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-family: "Noto Serif JP";
  font-weight: 700;
  height: 2rem;
  width: 100%;
  border-radius: 25px;
	border:1px solid #111;
	margin-bottom: 0.3rem;
}
.top .moushikomi_r .tyuui p {
	line-height: 1.2em;
	font-size: 0.8em;
	letter-spacing: -1px;
}
}


.tyuui2-right {
	text-align: right;
}
.top .moushikomi_r p.text02 {
	font-size: 1rem;
	margin: 0 0 0.3rem 0;
	line-height: 130%;
}
.top .moushikomi_r p.text02-2 {
	font-size: 0.9rem;
	margin:  0;
	line-height:1.3;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: -1px;
}
.top .form-btn{
	margin-bottom: 10px;
}
.top .text01{
	padding:5px;	
}
.top .f08 p {
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px !important;
	line-height: 1.3em;
	color: #222;
	text-align: justify;
	text-justify:distribute;
  	/*padding-left: 12px;
  	text-indent: -12px;*/
	margin-bottom: 0.8em !important;
}
.top .f08 a:link, a:visited {
	text-decoration: underline;
	color:#1e6ec1;
}
.top .f08 a:hover {
	text-decoration: none;
}

/*.top2 {
	display: none;
}*/
@media screen and (max-width: 800px){

.top .f08 p {
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 0.5rem !important;
	line-height: 1.2em;
	color: #222;
	text-align: justify;
	text-justify:distribute;
  	/*padding-left: 12px;
  	text-indent: -12px;*/
	margin-bottom: 0px !important;
}
.top {
	width: 100%;
	margin: 0 auto;
	/*padding-top: 92px;*/
}
.top2 {
	padding-bottom: 0px;
	background: cover;
	background: url( "../img_new/bg_sp.jpg") top center no-repeat;
}
.top2-in {
	width:100%;
	margin: 0 auto;
	height: 100%;
	padding-top: 45px;
}
.top .moushikomi {
	width: 96%;
	margin: 0 auto;
	padding-bottom:1.3rem;
}
.top .moushikomi_l {
	width: 47%;
	float: left;
	/*height:291px;*/
}
.top .moushikomi_l img {
	width: 100%;
	height: auto;
}
.top .moushikomi_r {
	width: 51%;
	float: right;
	background:#e9ebf7;
	border: 1px solid #111;
	/*background: url(../img/top_img_bg.jpg)  no-repeat center bottom;*/
	padding-top: 10px;
	/*height:285px;*/
	padding: 1.5%;
}

.top .moushikomi_r .tyuui {
	overflow:auto;
	width: 100%;
	height: 30px;
	background-color: #fff;
	margin-left: 0;
	margin-bottom: 0.3rem;
}
.top .moushikomi_r p.text02 {
	font-size: 0.5rem;
	margin: 0 0 0.3rem 0;
	line-height: 1;
	letter-spacing: -1.5px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
}
/*プライバシーマーク説明欄*/
.form-privacy {
	background: #fff;
	padding: 15px 10px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.form-privacy_in {

}
.form-privacy_r{
	width: 10%;
	float: right;
	margin:0 0 0 20px;
}
.form-privacy_r img {
	width: 100%;
	height: auto;
}
.form-privacy_l{}
.form-privacy_l p {
	margin-bottom: 0 !important;
	font-size: 1em;
	line-height: 1.5;
}
.form-privacy2 {
	background: #fff;
	padding: 5px;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.form-privacy2 .form-privacy_r{
	width: 10%;
	float: right;
	margin:0 0 0 5px;
}
.form-privacy_l2 p {
	margin-bottom: 0 !important;
	font-size: 0.65em;
	line-height: 1.1;
	letter-spacing: -1px;
}
.form-mail {
	width: 100%;
	height: 60px;
	font-size: 20px;
	margin:0 auto 20px;
}
::placeholder {
	text-align: center;
	font-family: "Noto Serif JP";
}

.form-annai-text {
	color:#222;
	font-size:28px;
	text-align: center;
	margin-bottom:20px;
	font-weight: normal;
	margin-top: 20px;
}
.form-img {
	margin-bottom: 20px;
}
@media screen and (max-width: 800px){
.form-mail {
	width: 100%;
	height: 50px;
	font-size: 15px;
	margin:0 auto 10px;
}
.form-annai-text {
	color:#222;
	font-size:16px;
	text-align: center;
	margin-bottom:10px;
	font-weight: normal;
	line-height: 1.3;
	margin-top: 0;
	letter-spacing: -0.8px;
}
#counter p, #counter iflame, #timer iflame {
	font-size: 18px !important;
	box-sizing: border-box;
	overflow: auto;
	}

}
/*新しいカウントダウンタイマー*/
.CDT{
margin:0;
width:100%;
text-align:center;
font-size:28px; /* カウントダウンタイマーのフォントサイズ */
font-weight:bold;
color:#ce0000; /* カウントダウンタイマーの色 */
font-family: 'Noto Sans JP', sans-serif;
}
.ttl{
color:#ce0000;/* お買い物マラソン終了まで〜の色 */
font-size:30px;/* お買い物マラソン終了まで〜のフォントサイズ */
font-weight:600;
text-align:center;
margin:0;
font-family: 'Noto Sans JP', sans-serif;
}

/*新しいカウントダウンタイマー2022.10.19*/
.countdown {
	font-size: 29px;
	margin-bottom: 20px;
	color: #cb0b0b;/*#ca1d1d*/
	font-weight: 700;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	}
.header-1 .countdown {
	font-size: 29px;
	color: #fff;
	font-weight: 400;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	line-height: 1;
	padding-top: 5px;
	}
.header-1 .countdown span.yelow {
    color: #e9d31d;
}
@media screen and (max-width: 800px){
.countdown {
	font-size:16px;
	margin-bottom: 5px;
	}
.header-1 {
	padding: 2%;
	}
.header-1 .countdown {
	font-size: 16px;
	padding-top:0;
	}
.form-img {
	margin-bottom: 10px;
}
}
/*追加202302*/

.top-area {
	width: 960px;
	height:485px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	  }
.top-area-r {
	float: right;
	width: 35%;
}
.top-area-r img {
	width: auto;
	height:100%;
	max-height: 540px;
}
.top-area-l {
	width: 60%;
	float: left;
	text-align: left;
}
.top-area-l h1 {
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
.top-area-l h1 span {
	font-size: 2.5rem;
	color: #6e324c;
}
.top-area-l .name {
	text-align: right;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
.top-area-l .message {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 2rem;
}
.top-area-l a.top-btn {
	background: #930844;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
	padding: 10px 20px;
	box-sizing: border-box;
}
.top-area-l a.top-btn:hover {
	background: #c6789a;
}
a.btn-red {
	background: #930844;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
	padding: 10px 20px;
	box-sizing: border-box;
}
a.btn-red:hover {
	background: #c6789a;
}
h3.mokuji {
	font-weight: 700;
	font-size: 1.5rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 4px solid #2b4095;
	padding-left: 5px;
	line-height: 1.3;
}
h3.mokuji span {
	color: #2b4095;
	font-size: 1.2rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.mokuji-l {
	line-height: 1.7;
	font-size: 1.1rem;
	font-weight: 400;
	float: left;
	width: 45%;
	margin-left: 5%;
	letter-spacing: -0.5px;
}
/*サジェスト繰り返し部分*/
.suggest {
	
}
.suggest-l {
	margin-top: 50px;
}
.suggest-r {
	width: 25%;
	float: right;
}
.suggest-r img {
	width: 100%;
	height: auto;
}
/*右側の書籍*/
.book-r {
	width: 25%;
	float: right;
	margin:0 0 1rem 2rem;
}
.book-r img {
	width: 100%;
	height: auto;
}
.book-r2 {
	width: 25%;
	float: right;
	margin:0 0 -1rem 2rem;
}
.book-r2 img {
	width: 100%;
	height: auto;
}
/*歴史：書籍のオーバーフロー*/
.rekishi {
	width:960px;
	margin: 0 auto;	
}
.rekishi h2 {
	text-align: left;
}
.rekishi .rekishi-wrap {
	position: relative;
}
.rekishi .rekishi-book {
position: absolute;
right: 0px;
top: -350px;
	width:25%;
}
.rekishi .rekishi-book img {
	width: 100%;
	height: auto;
}
h2.text-l {
	text-align: left;
	font-size: 2rem;
	line-height: 3rem;
}
h2.text-l2 {
	text-align: left;
	font-size: 2.5rem;
	line-height: 3rem;
}
@media screen and (max-width: 800px){
h2.text-l2 {
	text-align: left;
	font-size: 20px;
	line-height: 3rem;
}	
}
/*申し込みは簡単：書籍のオーバーフロー*/
.moushikomi-of {
	width:960px;
	margin: 0 auto;	
}
.moushikomi-of .moushikomi-of-wrap {
	position: relative;
}
.moushikomi-of .moushikomi-of-book {
position: absolute;
right: 0px;
top: -200px;
	width:25%;
}
.moushikomi-of .moushikomi-of-book img {
	width: 100%;
	height: auto;
}
.moushikomi-of-l {
	width: 70%;
}
.moushikomi-copy {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.6;
}
.buttn {
	width: 60%;
	margin: 0 auto;

}
.buttn img {
	width: 100%;
	height: auto;
}
.buttn1 {
	width: 70%;
}
.buttn1 img {
	width: 100%;
	height: auto;
}
.buttn2 {
	width: 45%;
}
.buttn2 img {
	width: 100%;
	height: auto;
}
.buttn3 {
	width: 45%;
}
.buttn3 img {
	width: 100%;
	height: auto;
}
.buttn_l {
	width: 80%;
}
.buttn_l img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 800px){
.top2 {
	margin-top: 0px;
	background: none;
}
.top-area {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	  }
.top-area-r {
	float: none;
	width: 50%;
	margin: 0 auto;
}
.top-area-r img {
	width: 100%;
	height:auto;
}
.top-area-l {
	width: 94%;
	margin: 0 auto;
	float:none;
	text-align: left;
	padding-top: 1.5rem;
}
.top-area-l h1 {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
.top-area-l h1 span {
	font-size: 1.5rem;
	color: #6e324c;
}
.top-area-l .name {
	text-align: right;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
}
.top-area-l .message {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 2rem;
}
.top-area-l a.top-btn {
	background: #930844;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: none;
	padding: 10px 20px;
	box-sizing: border-box;
}
.top-area-l .b-center {
	text-align: center;
	margin: 0 auto;
	}
.buttn {
	width: 90%;
	margin: 0 auto;
}
.buttn1 {
	width: 75%;
	margin: 0 auto;
}
.buttn2 {
	width: 75%;
	margin: 0 auto;
}
.buttn3 {
	width: 65%;
}
/*右側の書籍*/
.book-r {
	width: 35%;
	float: right;
	margin:0 0 1rem 1rem;
}
h3.mokuji {
	font-weight: 700;
	font-size: 1.2rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 4px solid #2b4095;
	padding-left: 5px;
	line-height: 1.3;
}
.moushikomi-of {
	width:100%;
	margin: 0 auto;	
}
.rekishi {
	width:100%;
	margin: 0 auto;	
}
/*歴史書籍の位置*/
.rekishi .rekishi-book {
	position: absolute;
	right: 0px;
	top: -145px;
	width:25%;
}
h2.text-l {
	text-align: left;
	font-size:18.5px;
	line-height:1.5;
}
/*申込部分の書籍の位置*/
.moushikomi-of .moushikomi-of-book {
	position: absolute;
	right: 0px;
	top: -100px;
	width:25%;
}
.moushikomi-copy {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.6;
}
.mokuji-l {
	line-height: 1.7;
	font-size: 16px;
	font-weight: 400;
	float: left;
	width: 45%;
	margin-left: 5%;
	letter-spacing: -0.5px;
}
.book-r2 {
	width: 30%;
	float: right;
	margin:0 0 1rem 1rem;
}
}
/*2行目以降一字下げ*/
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
/*大富豪　項目*/
ul.list-b li {
	font-weight: 700;
	font-size: 150%;
	margin-bottom: 5px;
	list-style: disc;
	margin-left: 1.5rem;
}
div.list-b1 {
	font-weight: 700;
	font-size: 170%;
	margin-bottom: 5px;
	padding-left:1.25em;
	text-indent:-1.25em;
}
p.list-b2 {
	margin-left: 2rem;
	font-size: 1.2384rem;
}
@media screen and (max-width: 800px){
ul.list-b li {
	font-size: 105%;
	margin-bottom: 10px;
	line-height: 1.5;
}
div.list-b1 {
	font-weight: 700;
	font-size:18.5px;
	margin-bottom: 5px;
}
p.list-b2 {
	margin-left: 23px;
	font-size: 1rem;
}
}
/*大富豪　4イメージ*/
.b-img01 {
	width: 48%;
	float: left;
	font-size: 1.2384rem;
	margin-bottom: 30px;
	text-align: center;
}
.b-img02 {
	width: 48%;
	float: right;
	font-size: 1.2384rem;
	margin-bottom: 30px;
	text-align: center;
}
.b-img03 {
	width: 48%;
	float: left;
	font-size: 1.2384rem;
	text-align: center;
}
.b-img04 {
	width: 48%;
	float: right;
	font-size: 1.2384rem;
	text-align: center;
	margin-bottom: 50px;
}
.b-img01 img, .b-img02 img,
.b-img03 img, .b-img04 img {
	width: 100%;
	height: auto
}
/*大富豪　4イメージ2*/
.b2-img01 {
	width: 23.5%;
	float: left;
	font-size: 1.2384rem;
	margin-bottom: 30px;
	text-align: center;
	margin-right: 2%;
	box-sizing: border-box;
}
.b2-img02 {
	width: 23.5%;
	float: left;
	font-size: 1.2384rem;
	margin-bottom: 30px;
	text-align: center;
	margin-right: 2%;
	box-sizing: border-box;
}
.b2-img03 {
	width: 23.5%;
	float: left;
	font-size: 1.2384rem;
	text-align: center;
	box-sizing: border-box;
}
.b2-img04 {
	width: 23.5%;
	float: right;
	font-size: 1.2384rem;
	text-align: center;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.b2-img01 img, .b2-img02 img,
.b2-img03 img, .b2-img04 img {
	width: 100%;
	height: auto
}
@media screen and (max-width: 800px){
.b-img01, .b-img02, .b-img03, .b-img04 {
	width: 75%;
	margin: 0 auto 20px;
	float: none;
	font-size: 12px;
	letter-spacing: -1px;
}
/*大富豪　4イメージ2*/
.b2-img01 {
	width: 49%;
	float: left;
	font-size:12px;
	margin-bottom: 20px;
	text-align: center;
	margin-right:0;
	box-sizing: border-box;
}
.b2-img02 {
	width: 49%;
	float: right;
	font-size:12px;
	margin-bottom: 20px;
	text-align: center;
	margin-right:0;
	box-sizing: border-box;
}
.b2-img03 {
	width: 49%;
	float: left;
	font-size:12px;
	margin-bottom: 20px;
	text-align: center;
	margin-right:0;
	box-sizing: border-box;
}
.b2-img04 {
	width: 49%;
	float: right;
	font-size:12px;
	margin-bottom: 20px;
	text-align: center;
	margin-right:0;
	box-sizing: border-box;
}
}
/*大富豪　塾長イメージ*/
.b3-img01 {
	width: 30%;
	float: right;
	margin: 0  0 1rem 1.5rem;
	box-sizing: border-box;
}
.b3-img01 img {
	width: 100%;
	height: auto
}
/*大富豪　サービス　テーブル*/
table.service {
	width: 100%;
	box-sizing: border-box;
	border:none;
	border-collapse: collapse;
}
table.service td {
	box-sizing: border-box;
	border:1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	padding: 10px;
	font-size: 1.2384rem;
	vertical-align: middle;
}
table.service span.service-mini {
	font-size: 0.7em;
	text-align: left;
}
@media screen and (max-width: 800px){
table.service {
	margin-bottom: 10px;
}
table.service td {
	padding:4% 0;
	font-size:12px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	vertical-align: middle;
}
}
table.service td.service-title {
	background:#f7f7f7;/*#edf6ff*/
}

.title04 {
	text-align: center;
	line-height: 2rem;
	font-size: 2rem;
	font-family:  "Noto Serif JP";
	font-weight:400;
	margin-bottom:5px;
	color: #fff;
}
.title05 {
	text-align: center;
	line-height: 2rem;
	font-size: 2rem;
	font-family:  "Noto Serif JP";
	font-weight:500;
	margin-bottom:20px;
	color: #fff;
}
@media screen and (max-width: 800px){
.title04 {
	line-height:1.5;
	font-size:18.5px;
}
.title05 {
	line-height:1.5;
	font-size:18.5px;
}	
}
.shape {
	border-bottom: 2px solid #fff;
	width: 18%;
	margin: 0 auto 0;
}
.title06 {
	text-align: center;
	line-height: 2rem;
	font-size: 1.8rem;
	font-family:  "Noto Serif JP";
	font-weight:400;
	margin-bottom:20px;
	color: #fff;
}
@media screen and (max-width: 800px){
.title06 {
	line-height:1.5;
	font-size:18.5px;
	margin-bottom:10px;
}
}
/*大富豪　会社概要*/
.gaiyou-photo {
	width: 270px;
	margin: 0 auto 20px;
}
@media screen and (max-width: 800px){
.gaiyou-photo {
	width:40%;
	margin: 0 auto 20px;
}	
}
.gaiyou-photo img {
	width: 100%;
	height: auto;
}
.gaiyou-katagaki {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 10px !important;
}
.gaiyou-name {
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
table.gaiyou {
	width: 70%;
	margin: 0 auto ;
	box-sizing: border-box;
	border:none;
	border-collapse: collapse;
}
table.gaiyou td {
	box-sizing: border-box;
	border:1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	padding: 10px;
	font-size: 1.2384rem;
}
@media screen and (max-width: 800px){
.gaiyou-katagaki {
	font-size:14px;
	margin-bottom: 5px !important;
}
.gaiyou-name {
	font-size:20px;
	margin-bottom: 50px;
}
table.gaiyou {
	width:96%;
	margin: 0 2% ;
}
table.gaiyou td {
	box-sizing: border-box;
	border:1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	padding:10px 0;
	font-size:12px;
	font-weight: normal;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
}
.text-l {
	text-align: left !important;
}
@media screen and (max-width: 800px){
}

/*! 埋め込み動画をレスポンシブ対応させる */
.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* 注意書き */
.tyuui3 {
	font-size: 0.9em !important;
	text-align: right !important;
}
/* 聞き手プロフィール */
.koe-photo {
	float: right;
	margin: 0;
	padding: 0;	
}
.koe-photo {
	width: 30%;
	float:right;
	box-sizing: border-box;
}
.koe-name {
	width: 70%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 1em;
border-bottom: 1px solid #ccc;
	}
.koe-photo img {
		width: 100%;
		height: auto;
	}
@media screen and (max-width: 800px){

.koe-photo {
	width: 35%;
	float:right;
	box-sizing: border-box;
}
.koe-name {
	width: 65%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 1em;
border-bottom: 1px solid #ccc;
	}
.koe-name img, .koe-photo img {
		width: 100%;
		height: auto;
	}
}
.header-1-2 {
	height: 30px !important;
}
.top2-2 {
	margin-top: 30px;
}

/*実績ボックス*/
.jisseki-box {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.jisseki-box-in-l {
	width: 45%;
	box-sizing: border-box;
	float: left;
}
.jisseki-box-in-r {
	width: 45%;
	box-sizing: border-box;
	float: right;
}
.jisseki-box-in-l img {
	width: 100%;
	height: auto;
}
.jisseki-box-in-r table {
	width: 100%;
	margin: 0 ;
	padding: 0;
	box-sizing: border-box;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.jisseki-box-in-r table tr {
	/*border: 1px solid #666;*/
}
.jisseki-box-in-r table td {
	padding: 20px;
	font-size:22px;
	line-height: 1;
	border-bottom: 1px solid #ccc;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.jisseki-box-in-r table td.bg {
	background-color: #eff5ff;
}
@media screen and (max-width: 800px) {
.jisseki-box-in-l {
	width: 45%;
	box-sizing: border-box;
	float: left;
}
.jisseki-box-in-r {
	width:50%;
	box-sizing: border-box;
	float: right;
}
.jisseki-box-in-r table td {
	padding:3% 2%;
	font-size:12px;
	line-height: 1;
	border-bottom: 1px solid #ccc;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
}

.jisseki-title {
	text-align:left;
	line-height: 1;
	font-size: 34px;
	font-family:  "Noto Serif JP";
	font-weight:700;
	color: #252526;
	margin-bottom: 30px;
	border-left:20px solid #1559c8;
	/*background-color: #eff5ff;*/
	padding-left: 10px;
	/*border-bottom: 1px solid #ccc;
	padding-bottom: 5px;*/
}
.jisseki-box .tyuui {
	font-size: 14px;
}
.jisseki-img img {
	width: 100%;
	height: auto;
}
.jisseki-link {
	text-align: center;
	font-size: 28px;
	text-decoration: underline;
	color: #1559c8;
}
@media screen and (max-width: 800px) {
.jisseki-title {
	text-align:left;
	line-height: 1.3;
	font-size: 20px;
	font-family:  "Noto Serif JP";
	font-weight:700;
	color: #252526;
	margin-bottom: 30px;
	border-left:10px solid #1559c8;
	/*background-color: #eff5ff;*/
	padding-left: 10px;
	/*border-bottom: 1px solid #ccc;
	padding-bottom: 5px;*/
}
.jisseki-link {
	text-align: center;
	font-size: 20px;
	text-decoration: underline;
	color: #1559c8;
}
}
/*実践者の声*/
.voice-box {
	width: 100%;
	margin-bottom: 30px;
	box-sizing:border-box;
}
.voice-l1 {
	width: 48%;
	float: left;
	box-sizing:border-box;
}
.voice-r1 {
	width: 48%;
	float: right;
	box-sizing:border-box;
}
.voice-r2 {
	width: 48%;
	float: right;
	box-sizing:border-box;
}
.voice-l2 {
	width: 48%;
	float: left;
	box-sizing:border-box;
}
.voice-r1 img,
.voice-l2 img{
	width: 100%;
	height: auto;
}
p.voice-name {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
p.voice-katagaki {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.arrow_box{
    position:relative;
    width:100%;
    height:auto;
    background:#E1EBFA;
    padding:30px;
    text-align:left;
    color:#222222;
    font-size:20px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
	box-sizing: border-box;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(225, 235, 250, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-left-color:#E1EBFA;
    left:100%;
    top:50%;
	box-sizing: border-box;
}
.arrow_box2{
    position:relative;
    width:100%;
    height:auto;
    background:#E1EBFA;
    padding:30px;
    text-align:left;
    color:#222222;
    font-size:20px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
	box-sizing: border-box;
}
.arrow_box2:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(225, 235, 250, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-right-color:#E1EBFA;
    right:100%;
    top:50%;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.voice-l1 {
	width: 60%;
	float: left;
	box-sizing:border-box;
}
.voice-r1 {
	width: 35%;
	float: right;
	box-sizing:border-box;
}
.voice-r2 {
	width: 60%;
	float: right;
	box-sizing:border-box;
}
.voice-l2 {
	width: 35%;
	float: left;
	box-sizing:border-box;
}
p.voice-name {
	font-size: 20px !important;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
p.voice-katagaki {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom:5px;
}
.arrow_box{
    position:relative;
    width:100%;
    height:auto;
    background:#E1EBFA;
    padding:3%;
    text-align:left;
    color:#222222;
    font-size:14px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
	box-sizing: border-box;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(225, 235, 250, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:15px;
    border-right-width:15px;
    margin-top: -10px;
    border-left-color:#E1EBFA;
    left:100%;
    top:50%;
	box-sizing: border-box;
}
.arrow_box2{
    position:relative;
    width:100%;
    height:auto;
    background:#E1EBFA;
    padding:3%;
    text-align:left;
    color:#222222;
    font-size:14px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
	box-sizing: border-box;
}
.arrow_box2:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(225, 235, 250, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:15px;
    border-right-width:15px;
    margin-top: -10px;
    border-right-color:#E1EBFA;
    right:100%;
    top:50%;
	box-sizing: border-box;
}
.arrow_box p,
.arrow_box2 p {
	font-size: 13px;
	line-height: 1.2;
	}
}
/*フレックスボックス*/
.flex-container {
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.flex-item {
	color: #222;
	flex-basis: 32%;
	text-align: center;
	font-size: 18px;
	background-color: #f4f4f4;
	padding: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.flex-item img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 800px) {
/*フレックスボックス*/
.flex-container {
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	flex-direction: column;
}
.flex-item {
	color: #222;
	flex-basis: 100%;
	text-align: center;
	font-size: 18px;
	background-color: #f4f4f4;
	padding: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	margin-bottom: 20px;
}
}
.btn-box {
	width: 75%;
	margin: 0 auto;
}
.btn-box img {
	width: 100%;
	height: auto;
}
.btn-box img:hover {
	opacity: 0.6;
}
.products-title-box {
	width: 50%;
	float: left;
}
.products p {
	line-height: 1.5;
	margin-bottom:1em;
	font-size: 15px;
}
.products h3 {
	font-weight: 700;
	line-height: 1.4;
	font-size:2rem;
	text-align: left;
	margin-bottom: 30px;
	display: inline-block;
}
.products h3 span {
	font-size:1.3rem;
}
.products h4 {
	font-size: 28px;
	text-align: center;
	line-height: 1;
}
.products p.menu-title {
	line-height: 1;
	padding-bottom: 3px;
	border-bottom: 2px solid #95bb5e;
	font-size: 18px;
	color: #6b8349;
	/*display: inline-block;*/
	margin-bottom: 10px;
}
.products p.menu-title2 {
	line-height: 1;
	padding-bottom: 3px;
	border-bottom: 2px solid #f89e00;
	font-size: 24px;
	color: #f89e00;
	/*display: inline-block;*/
	margin-bottom: 10px;
	font-weight: bold;
}
.products ul.list01,
.products ul.list02 {
	margin-bottom: 30px;
	list-style:none;
	margin-left: 0.5em;
}
.products ul.list01 li {
  background:url( "../img/no_bg2.png") no-repeat 0 0;
  background-size:auto 22px;
	padding-left: 26px;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.5;
}
.products ul.list02 li {
  /*background:url( "../img/no_bg2.png") no-repeat 0 0;
  background-size:auto 22px;*/
	padding-left: 26px;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.5;
}
.products ul.list02 {
	list-style-type: none;
}
.products ul.list02 li {
  position: relative;
  line-height: 1.8;
	margin-left: 0px;
	padding-left: 30px;
}
.products ul.list02 li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left:5px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #f89e00;
  border-bottom: 3px solid #f89e00;
  transform: rotate(-45deg);
}

.products .koushi-box-waku {
	width: 95% ;
	margin-left: 5%;
	box-sizing: border-box;
	background: #f2f2f2;
	border-radius: 6px;
	padding: 20px 15px;
	margin-bottom: 60px;
}
.products .koushi-box-waku-in {
	display:flex; 
	align-items: stretch;
}
.products .koushi-box {
	width: 32%;
	padding: 10px;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
}

/*
.products .koushi-box-waku {
	width: 95% ;
	margin-left: 5%;
	box-sizing: border-box;
	background: #f2f2f2;
	border-radius: 6px;
	padding: 20px 15px;
	margin-bottom: 60px;
}
.products .koushi-box {
	padding: 10px;
	width: 32%;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	height: 500px;
}*/
.products .koushi-box .line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.products .koushi-box p.name {
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.products .koushi-box p.name span {
	font-size: 12px;
}
.products .koushi-box p.keireki {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 0;
}
.products .koushi-box .photo {
	width: 50%;
	margin: 0 auto 5px;
}
.products-img-box {
	width: 45%;
	float: right;
	margin: 0 0 1em 1em;
}
.products-img-box2 {
	width: 30%;
	float: right;
	margin: 0 0 1em 1em;
}
.entry-img-box {
	width: 45%;
	float: right;
	margin: 0 0 1em 1em;
}
.products .koushi-box li {
	list-style: disc;
	line-height: 1.2;
	font-size: 14px;
	background: none;
	margin-left: 25px;
	padding-left: 0;
}
.entry-img-box img,
.products-img-box img,
.products-img-box2 img,
.products .koushi-box div img{
	width: 100%;
	height: auto;
}
.genki-box-img {
	width: 30%;
	float: left;
	margin: 0 2em 3em 0;
}
.corporate-box-img {
	width: 30%;
	float: right;
	margin: 0 0 1em 0;	
}
.genki-box-img img,
.corporate-box-img img{
	width: 100%;
	height: auto;
}
.wrap01 {
	padding: 30px 0;
}
.wrap02 {
	padding: 30px 0;
	background-color: #f4f4f4;
}
.wrap03 {
	padding: 30px 0;
	background-color: #f0f5ff;
}
.main {
	width: 900px;
	margin: 0 auto;
}
.main700 {
	width: 680px;
	margin: 0 auto;	
	
}
.main h2 {
	font-weight: 700;
	line-height: 1.4;
	font-size:2.6rem;
	text-align: center;
	margin-bottom: 30px;
}
h3.mc01 {
  position: relative;
  padding: 0.25em 0;
	font-size: 28px;
	font-weight: bold;
}
h3.mc01:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(67, 103, 166), transparent);
}
table.schedule {
	width: 100%;
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: #fff;
}
table.schedule td {
	padding: 10px;
	line-height: 1.3;
	border-collapse: collapse;
	border: 1px solid #ccc;
	vertical-align: middle;
}
table.schedule td.schedule-l {
	width: 25%;
	text-align: center;
}
.support-box {}
.support-box ul {
	margin-left: 30px;
}
.support-box li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	font-size: 24px;
	font-weight: bold;
}
.tokuten-box {
	padding: 40px;
	background-color: #fff;
	margin-bottom: 30px;
	box-sizing: border-box;
	/*border: 1px solid #4367a6;*/
}
.tokuten-box h3 {
	font-size: 28px;
	color: #4367a6;
	font-weight: bold;
	margin-bottom: 30px;
}