@charset "UTF-8";

body, div, p, h1, h2, h3, img, form, input, ul {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #d6e3f4;
	/*background-image: url(../images/bg.gif);
	background-repeat: repeat-x;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
}

table{
	width: 880px;
	margin: 0 auto;
}

h1 {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	}
h2 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}
h3 {
	text-align: center;
	padding-bottom: 20px;
	}
h4 {
	text-align: center;
	}	
li.blank {
	background-image : url(../images/blank.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 45px;
	margin: 0px;
}
li.checkbox {
	background-image : url(../images/list_check.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	}
li.check1 {
	background-image : url(../images/list01.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 45px;
	margin: 0px;
	color: #cd0000;
	font-weight: bold;
	font-size: 16px;
	}
li.check2 {
	background-image : url(../images/list02.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 45px;
	margin: 0px;
	color: #000066;
	font-weight: bold;
	font-size: 16px;
}
li.que {
	background-image : url(../images/faq_q.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 45px;
	margin: 0px;
	font-weight: bold;
	color: #004a9c;
}
li.ans {
	background-image : url(../images/faq_a.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 45px;
	margin: 0px;
}
li.point {
	background-image : url(../images/point_red.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-position: 0px 6px;
}

blockquote{
	padding: 25px;
	background: #feefef;
	width: 93%;
	margin: 0 auto;
}

.fts{
	font-feature-settings: "palt";
}

.fix-nav{
	background: #c20000;
	width: 200px;
	position: fixed;
	right: 10px;
	z-index: 1;
}

.fix-nav a{
	color: #ffffff !important;
	text-decoration: none !important;
	display: block;
	padding: 10px 20px 15px;
	font-weight: 600;
	font-size: 16px;
}

.fix-nav a:hover{
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fix-nav-small{
	font-size: 11px;
	font-weight: 100;
	line-height: 10px;
}


/*==================
PCとスマホの2記述用
===================*/

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

/*タブレット*/
@media only screen and (max-width :769px){
}

/*スマホ*/
@media only screen and (max-width :415px){
.hidden-sp{
	display: none !important;
}
	
.hidden-pc{
	display: block !important;
}
}


/* wrap ---------------------------------------- */
#wrap {
	text-align: center;
	height: 100%;
	/*background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	}
	
/* div ---------------------------------------- */
#content {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.noteIn{
	width: 740px;
	font-size: 16px;
	line-height: 40px;
	/*background-image: url(../images/note_line.gif);*/
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}
.noteIn2{
	width: 660px;
	font-size: 16px;
	line-height: 2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}
.noteIn3{
	width: 700px;
	font-size: 16px;
	line-height: 2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}
.noteIn4{
	width: 475px;
	font-size: 16px;
	line-height: 2;
	/*background-image: url(../images/note_line.gif);*/
	background-repeat: repeat;
	padding: 0px;
	margin: 0;
}

pre{
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
}

/* td ---------------------------------------- */
td.orange-1 {
	background-color: #FFFEEC;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F56200;
	border-left-color: #F56200;
	line-height: 24px;
	text-align: left;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F56200;
	border-bottom-color: #F56200;
	padding: 20px;
}
td.orange-2 {
	background-color: #FFFEEC;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F56200;
	border-left-color: #F56200;
	line-height: 24px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F56200;
	border-bottom-color: #F56200;
	padding: 20px;
}
td.orange-3 {
	background-color: #FFFEEC;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F56200;
	border-left-color: #F56200;
	line-height: 24px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F56200;
	border-bottom-color: #F56200;
	padding: 20px;
}
td.gry {
	background-color: #fffce9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c9c9c9;
	border-left-color: #c9c9c9;
	line-height: 2;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: 1px solid #b8b5b5;
}
td.blue {
	border: 1px solid #c9c9c9;
	background-color: #ECF8FE;
	line-height: 24px;
	text-align: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}


td.orng {
	padding: 8px;
	border: 1px solid #c9c9c9;
}
td.paper {
	padding: 8px;
	border: 1px solid #c9c9c9;
}
td.red {
	background-color: #FFFFFF;
	border: 2px solid #D82424;
	padding: 8px;
}
td.red-2 {
	background-color: #FFFFFF;
	padding: 15px 0 15px;
}
td.grn {
	background-color: #F0FCE9;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #458C0F;
	border-left-color: #458C0F;
	padding: 8px;
}

td.bg1 {
	padding: 15px;
    border: 1px solid #c9c9c9;
}
td.payment {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00AD4B;
	border-left-color: #00AD4B;
	padding: 8px;
}
/* link ---------------------------------------- */

a.nonline:link    { color: #003399; text-decoration: none;  }
a.nonline:hover   { color: #008eff; text-decoration: none; }
a.nonline:active   { color: #003399; text-decoration: none ; }
a.nonline:visited     { color: #003399;}

a:link    { color: #003399; text-decoration: underline;  }
a:hover   { color: #008eff; text-decoration: none; }
a:active   { color: #003399; text-decoration: underline;  }
a:visited     { color: #003399;}

/* font ---------------------------------------- */
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.maru  {
	font-size: 11px;
	line-height: 18px;
	color: #FF6600;
}
.maru2  {
	font-size: 11px;
	line-height: 18px;
	color: #003399;
}

.kome  {
	font-size: 11px;
	line-height: 16px;
	color: #D00202;
}
.text11  { font-size: 11px; line-height: 16px; }
.text12  { font-size: 14px; line-height: 2; }
.text12wht  { font-size: 12px; line-height: 18px; color: #FFFFFF; }
.text12red  { font-size: 12px; line-height: 18px; color: #DE002E;}
.text12blue  { font-size: 12px; line-height: 18px; color: #003399; font-weight: bold; }
.text12orange  { font-size: 12px; line-height: 18px; color: #B14209; font-weight: bold;}
.text14  {
	font-size: 16px;
	line-height: 2;
}
.text14B  {
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
}
.text14_2  {
	font-size: 16px;
	line-height: 2;
}
.text14_3  {
	font-size: 16px;
	line-height: 2;
}
.text14_line  {
	font-size: 16px;
	text-decoration: underline;
}
.text14red  {
	color: #9a0000;
}
.text14blue  {
	font-size: 14px;
	line-height: 24px;
	color: #006699;
	font-weight: bold;
}
.text14orange  {
	font-size: 14px;
	line-height: 24px;
	color: #B14209;
	font-weight: bold;
}
.text18blue  { font-size: 14px;	line-height: 20px;	color: #003399;}
.text18blue2  {
	font-size: 18px;
	line-height: 24px;
	color: #003399;
	text-decoration: line-through;
}
.text18 { font-size: 18px; line-height: 24px;}
.text18red  {
	font-size: 18px;
	line-height: 24px;
	color: #DE002E;
	font-weight: bold;
	text-decoration: underline;
}
.text18red2  { font-size: 18px; line-height: 24px; color: #DE002E;}
.text18blue  { font-size: 18px;	line-height: 24px;	color: #003399;}
.copy  { font-size: 11px;  color: #666666; line-height: 18px; }

.textb{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.textbred{
	font-size: 22px;
	line-height: 24px;
	color: #DE002E;
	font-weight: bold;
	text-decoration: underline;
}

/*======================= common ==========================*/
p.kioku-red {
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	color: #C00;
	margin-left: 26px;
}
p.kioku-bl {
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	color: #000;
	margin-left: 26px;
}
.div660 {
	width: 660px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.div660-2 {
	width: 660px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: left;
}
.question {
	width: 640px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #cacaca;
}
.box {
	width: 640px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #cacaca;
}
.ans {
	width: 640px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff2e2;
	padding: 10px;
	border: 1px solid #eab575;
}

.div680{
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 30px;
	background-color: #ececec;
	padding-top: 30px;
}
.div680-2{
	width: 680px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #ececec;
	padding-top: 10px;
}
.div720 {
	width: 720px;
	margin: 0 auto;
}
.div700 {
	width: 700px;
	margin: 0 auto;
}
.div740 {
	width: 740px;
	margin: 0 auto;
	line-height: 24px;
}
.shohin {
	width: 760px;
	background-image: url(../images/shohin_bg.gif);
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 78px;
}


.left {	text-align: left;}
.right { text-align: right;}
.center { text-align: center;}
.clear { clear: both;}
.floatL  { float: left;}
.floatR { float: right;}

.font10 {
	font-size: 10px;
	line-height: 130%;
}
.font11 {
	font-size: 11px;
	line-height: 150%;
}
.font12 {
	font-size: 12px;
	line-height: 180%;
}
.ttl {
	font-size: 16px;
	line-height: 180%;
	color: #10329f;
	font-weight: bold;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
.fontRed,
.fontRed a { color: #cc0001;}
.fontRed_line{
	color: #cc0001;
	text-decoration: underline;
}
.mgnT5 {	margin-top: 5px;}
.mgnT10 {	margin-top: 10px;}
.mgnT15 {	margin-top: 15px;}
.mgnT20 {	margin-top: 20px;}
.mgnT30 {	margin-top: 30px;}
.mgnT40 {	margin-top: 40px;}
.mgnT50 {	margin-top: 50px;}
.mgnR5 {	margin-right: 5px;}
.mgnR10 {	margin-right: 10px;}
.mgnR40 {	margin-right: 40px;}
.mgnB5 {	margin-bottom: 5px;}
.mgnB10 {	margin-bottom: 10px;}
.mgnB15 {	margin-bottom: 15px;}
.mgnB20 {	margin-bottom: 40px;}
.mgnB30 {	margin-bottom: 30px;}
.mgnB40 {	margin-bottom: 40px;}
.mgnB50 {	margin-bottom: 50px;}
.mgnB60 {	margin-bottom: 60px;}
.mgnB70 {	margin-bottom: 70px;}
.mgnL5 {	margin-left: 5px;}
.mgnL10 {	margin-left: 10px;}
.mgnL20 {	margin-left: 20px;}
.mgnL30 {	margin-left: 30px;}
.mgnL40 {	margin-left: 40px;}

/* Foot ---------------------------------------- */

a.foot:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.foot:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
a.foot:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.foottext  { color: #FFFFFF; font-size: 11px; line-height: 17px }

.privacy_subtitle1{ margin-left:20px; font-weight:bold; font-size:18px; text-align:left; }
.privacy_subtitle2{ font-weight:bold; font-size:16px !important; text-align:left; margin-bottom:10px;}
.privacy_text { margin-left:40px; width:700px; text-align:left; line-height:2 !important; margin-top:15px; }
.privacy_text2{ margin-left:20px; width:720px; text-align:left; line-height:2 !important; margin-top:15px; }
.privacy_text3{ font-size:12px; }
.privacy_midashi{ border: 1px solid #6666FF;  width:700px; text-align:left; line-height:2 !important; margin-top:10px; background: #FFFFFF; padding:10px; }

.titleBlue{
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	background: #041e9f;
	color: #ffffff;
	margin-top: 10px;
	padding: 10px 15px 10px;
	font-weight: 600;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}

.spMenu{
	width: 100%;
	}
	
.spMenu td{
	width: 16.45%;
	float: left;
	font-size: 15px;
	background: linear-gradient( #ffffff 50% , #e6e6e6 50% );
	color: #000000;
	font-weight: 600;
	border: 1px solid #c9c9c9;
	border-bottom: 2px solid #041e9f;
	}
	
body{
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
body,td,th {
	font-size: 15px;
	line-height: 25px;
}
	
blockquote{
	padding: 35px;
    width: 90%;
	}
	
	img{
		width: 100%;
		height: auto;
	}
	
	.spHead{
		height: 10px !important;
    	display: block;
   		 overflow: hidden;
	}
	
	.spHead img{
		height: 10px !important;
    	display: block;
   		 overflow: hidden;
	}
	
	td.clip{
		background-size: 100% auto;
	}
	
	td.bg1{
		background-size: 100% auto;
	}
	
	.spTable{
		width: 96%;
	}

	.spTable02{
		width: 90%;
	}
	
	td.gry{
		padding: 25px 30px 25px;
	    width: 100%;
		line-height: 25px;
	}
	
	.spFooter li{
		float: left;
		padding: 0 15px 0;
		border-right: 1px solid #3d3d3d;
		list-style-type:none;
		margin-bottom: 7px;
		font-size: 14px;
	}
	
	.spFooterbd{
		border-left: 1px solid #3d3d3d;
		margin-left: 17px;
	}
	
	.titleBlue{
		font-size: 20px;
		line-height: 25px;
		text-align: left;
		background: #041e9f;
		color: #ffffff;
		margin-top: 10px;
		padding: 10px 15px 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleBlue02{
		width: 88%;
		font-size: 22px;
		line-height: 25px;
		text-align: left;
		background: #041e9f;
		color: #ffffff;
		margin: 10px auto 0;
		padding:20px 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleGreen{
		width: 88%;
		font-size: 22px;
		line-height: 25px;
		text-align: left;
		background: #14630f;
		color: #ffffff;
		margin: 10px auto 0;
		padding:20px 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleBrown{
		width: 88%;
		font-size: 22px;
		line-height: 25px;
		text-align: left;
		background: #523305;
		color: #ffffff;
		margin: 10px auto 0;
		padding:20px 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}

	.titleBrown02{
		width: 88%;
		font-size: 22px;
		line-height: 25px;
		text-align: center;
		background: #523305;
		color: #ffffff;
		margin: 10px auto 0;
		padding:20px 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleRed{
		width: 88%;
		font-size: 22px;
		line-height: 25px;
		text-align: left;
		background: #9c1919;
		color: #ffffff;
		margin: 10px auto 0;
		padding:20px 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleBlue03{
		width: 88%;
		font-size: 22px;
		line-height: 25px;
		text-align: left;
		background: #207dc4;
		color: #ffffff;
		margin: 10px auto 0;
		padding:20px 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleOrange{
		width: 88%;
		font-size: 22px;
		line-height: 25px;
		background: #d6630f;
		color: #ffffff;
		margin: 10px auto 0;
		padding:20px 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleGryGreen{
		width: 94.5%;
		font-size: 18px;
		text-align: left;
		background: linear-gradient( #ffffff 50% , #e6e6e6 50% );
		color: #000000;
		margin: 10px auto 0;
		padding: 8px;
		font-weight: 600;
		border: 1px solid #c9c9c9;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.circleGreen{
		width: 30px;
		height: 30px;
		background: #246a1b;
		border-radius: 50%;
		color: #ffffff;
		font-weight: 600;
		margin-right: 10px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		line-height: 30px;
	}
	
	.circleRed{
		width: 30px;
		height: 30px;
		background: #e62d2d;
		border-radius: 50%;
		color: #ffffff;
		font-weight: 600;
		margin-right: 10px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		line-height: 30px;
	}
	
	.lineBrown{
		background: #523305;
		color: #523305;
		margin-right: 10px;
		font-size: 13px;
		height: 10px;
		display: inline-table;
		line-height: 25px;
	}
	
	.lineRed{
		background: #cc0001;
		color: #cc0001;
		margin-right: 10px;
		font-size: 13px;
		height: 10px;
		display: inline-table;
		line-height: 25px;
	}
	
	
	.noteIn{
		width: 100%;
		font-size: 15px;
		line-height: 25px;
	}
	
	.noteIn1{
		width: 100%;
		font-size: 15px;
		line-height: 25px;
	}
	
	.noteIn2{
		width: 90%;
		font-size: 15px;
		line-height: 25px;
		padding: 15px 20px 0;
	}
	
	.spPre{
		width: 91%;
		margin: 0 auto;
		font-size: 15px;
		line-height: 25px;
		padding-left: 5px;
		background: #ffffff;
	}
	
	.noteIn3{
		width: 90%;
		padding: 15px 20px 0;
		margin: 0 auto;
		font-size: 15px;
		line-height: 25px;
	}
	
	.noteIn4{
		width: 100%;
		font-size: 15px;
		line-height: 25px;
	}
	
	.colorRed{
	    color: red;
	}
	
	.div660 {
		width: 100%;
	}
	
	.div660-2 {
		width: 100%;
	}
	
	.question {
		width: 100%;
	}
	
	.box {
		width: 90%;
	}
	
	.ans {
		width: 90%;
	}

	.div680{
		width: 90%;
	}
	
	.div680-2{
		width: 90%;
	}
	
	.div720 {
		width: 90%;
	}
	
	.div700 {
		width: 90%;
	}
	
	.div740 {
		width: 90%;
	}
	
	.shohin {
		width: 90%;
	}
	
	td.paper{
		background-image: none;
	}
	
	.spSignature{
		font-size: 18px;
		text-align: right;
		font-weight: 600;
		font-family: serif;
		margin-right: 30px;
		display: block;
	}
	
	td.clip{
		background-image: none;	
	}
	
	.bkBrown{
		background: #ffffff;
		border: 10px solid #573a2b;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.spMaintitle{
		font-size: 26px;
		line-height: 43px;
		padding: 20px 40px 0;
		font-weight: 600;
		text-align: left;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.spUnderred{
		color: #FA0004;
		text-decoration: underline #FA0004;
	}
	
	
	.spBullets ul{
		width: 90%;
		margin: 0 auto 30px;
		font-size: 20px;
	}
	
	.spBullets li{
		list-style: none;
		text-align: left;
		position: relative;
	    padding-left: 15px;
		line-height: 26px;
		margin-bottom: 20px;
		font-weight: 600;
	}
	
	.spBullets li::before{
		content: "";
		position: absolute;
		top: .1em;
		left: 0;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		width: 5px;
		height: 10px;
		border-right: 3px solid #041e9f;
		border-bottom: 3px solid #041e9f;
	}
	
	.spMain02{
		width: 85%;
		margin: 20px auto 30px;
		padding: 15px;
		border: 1px solid #c9c9c9;
		color: #082875;
		text-align: left;
		font-size: 17px;
		line-height: 26px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.spMain02text{
		margin-bottom: 10px;
		padding: 15px 20px 0 20px;
		font-size: 22px;
		line-height: 38px;
	}
	
	.spMenu{
		width: 100%;
	}
	
	.spMenu td a{
		text-decoration: none;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
		color: #000000;
		width: 100%;
		display: block;
		padding: 15px 0 15px;
	}
	
	.spReasonnegative{
		text-align: left;
		padding: 15px 20px 15px;
		background: #fffce9;
		border: 1px solid #14630f;
		line-height: 32px;
		font-weight: 600;
		color: #e62d2d;
		font-size: 16px;
		margin: 25px 20px 25px;
	}
	
	.spReasonpositive{
		text-align: left;
		padding: 15px 20px 15px;
		background: #feefef;
		border: 1px solid #e62d2d;
		line-height: 35px;
		margin: 25px 20px 25px;
		font-weight: 600;
	}
	
	.spPositivetitle{
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	
	td.orng{
		background-image: none;
		background: #fffde5;
		border-right:1px solid #c9c9c9;
    	border-left:1px solid #c9c9c9;
	}
	
	.spBottombutton{
		width: 60%;
		margin: 0 auto 20px;
	}
	
	.spHeader{
		width: 35%;
		margin: 5px 15px 10px 0;
		text-align: right;
		display: inline-block;			
	}
	
	.textb{
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
	}

	.textbred{
		font-size: 20px;
		line-height: 24px;
		color: #DE002E;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.area_moushikomi{
		border: 2px solid #D82424;
	}

	.coarea_moushikomi{
		padding: 35px;
	}

	.btn_areamousikomi{
		width: 60%;
		margin: 0 auto;
	}

	.titleRed02{
		width: 89.5%;
		font-size: 38px;
		line-height: 25px;
		text-align: center;
		background: #feefef;
		color: #D82424;
		margin: 10px auto 0;
		padding: 40px 10px 30px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}

	.titleBlue_saigoni{
		margin: 0 auto;
		width: 87%;
		padding: 20px 10px;
	}

	.text_mousikomi a{
		font-size: 20px;
	    margin: 70px auto 70px;
		display: block;
		font-weight: 600;
		color: red;
	}

	.text_mousikomi a:hover{
		opacity: 0.5;
		-webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
		text-decoration: underline;
	}

	.text_mousikomi_small{
		font-size: 12px;
		text-decoration: none !important;
	}
	

	#moushikomi_toparea .area_moushikomi{
		border: 1px solid #9e0505;
	}

	#moushikomi_toparea .titleRed02{
		font-size: 28px;
		padding: 25px 10px 20px;
		color: #9e0505;
	}

	#moushikomi_toparea .coarea_moushikomi{
		padding: 20px 35px 20px;
	}

	#moushikomi_toparea .btn_areamousikomi{
		width: 50%;
	}


	/*==============
	よくある質問ページ
	==============*/
	
	td.clip02{
		background-image: none;
	}
	
	.div680{
		width: 100%;
	}
	
	.question{
		width: 90%;
		position: relative;
		font-size: 15px;
		line-height: 25px;
	}
	
	/*.question td{
		width: 100%;
	}*/
	
	/*.ans td{
		width: 100%;
	}*/
	
	.text14B{
		font-size: 15px;
		line-height: 25px;
	}
	
	.spBalloon{
		width: 60px !important;
	}
	
	.spBalloon02{
		width: 60px !important;
	}
	
	.spBalloon03{
		width: 60px !important;
		display: block;
	}

	.qa_table{
		width: 100% !important;
		padding: 10px 0 10px;
	}

	.area_answer{
		width: 710px;
		overflow: hidden;
		display: inline-block;
		margin-left: 10px;
	}

	.area_answer02{
		width: 710px;
		overflow: hidden;
		margin-left: 10px;	
	}
	
	.div680-2{
		width: 100%;
	}
	
	.text14_3{
		font-size: 15px;
		line-height: 25px;
	}
	
	
	/*==============
	著者プロフィールページ
	==============*/
	
	.div660-2{
		margin-top: 20px;
	}
	
	.spWritername{
		font-size: 30px !important;
		font-weight: 600;
		font-family: serif;
		width: 90%;
		margin: 60px auto 30px;
	}
	
	.spProfile{
		font-size: 15px;
		line-height: 25px;
		padding: 10px;
		width: 90%;
	}
	
	/*==============
	記憶術の適用シーンページ
	==============*/
	
	.div660-2{
		font-size: 15px;
		line-height: 25px;
	}
	
	p.kioku-red{
		font-size: 15px;
		line-height: 25px;
	}
	
	p.kioku-bl{
		font-size: 15px;
		line-height: 25px;
	}
	
	.spBullets02{
		list-style: none;
		text-align: left;
		 position: relative;
	    padding-left: 40px;
		margin-bottom: 10px;
		font-weight: 600;
		color: #C00;
		font-size: 22px;
	}
	
	.spBullets02::before{
		content: "";
		position: absolute;
		top: -7px;
		left: 2px;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		width: 15px;
		height: 21px;
		border-right: 5px solid #C00;
		border-bottom: 6px solid #C00;
		z-index: 1;
	}
	
	.spBullets02::after {
		content: "";
		position: absolute;
		top: .2em;
		left: 0;
		width: 20px;
		height: 20px;
		border: 1px solid #8b6b4e;
		background: #ffffff;
	}
	
	.spBullets03{
		color: #000000;
	}
	
	.spBullets03::before{
		border-right: 5px solid #041e9f;
		border-bottom: 6px solid #041e9f;
	}
		
	.spKiokujyutuTable02{
		width: 98%;
	}
	
	.spTable14t td{
		font-size: 16px;
	}
	
	.kiokuzyutu_red{
		border: 2px solid #D82424;
	}

	.kiokuzyututable{
		width: 600px;
	}

	.red-2 table{
		width: 700px;
	}

	.titleRed_kiokuzyutu{
		background: #C00;
		color: #ffffff;
		padding: 15px 0 15px;
		font-size: 22px;
		font-weight: 600;
		width: 98%;
		margin: 0 auto;
	}

	.titleBlue_kiokuzyutu{
		background: #051c6b;
		color: #ffffff;
		padding: 15px 0 15px;
		font-size: 22px;
		font-weight: 600;
		width: 90%;
		margin: 0 auto;
	}

	.bg1 table{
		width: 820px;
	}

	.icon_kiokuzyutu{
		width: 30px;
	}

	/*==============
	特定商取引に基づく表示ページ
	==============*/

	.tokushouhou table{
		width: 700px;
	}

	.spTitleblue{
		font-size: 20px;
		color: #041e9f;
		font-weight: 600;
		margin: 20px auto 10px;
	}
	
	.text12{
		font-size: 16px;
		line-height: 25px;
		padding: 10px 0 10px 15px;
	}
	
	.spTable95{
		width: 95%;
	}
	
	.spTextCenter{
		text-align: center !important;
	}
	
	.title_table{
		width: 200px;
		display: block;
		padding: 10px 0 10px 15px;
	}

	/*==============
	会社概要ページ
	==============*/	
	
	.spDate{
		font-size: 15px;
		margin-top: 20px;
		margin-bottom: 5px !important;
		margin-right: 5px !important;
	}
	
	/*==============
	プライバシーポリシーページ
	==============*/
	
	.privacy_text{
		width: 95% !important;
		margin: 0 auto !important;
		font-size: 15px !important;
		line-height: 25px !important;
	}
	
	.privacy_text2{
		width: 95% !important;
		margin: 20px auto !important;
		font-size: 15px !important;
		line-height: 25px !important;	
	}
	
	
	.privacy_midashi{
		width: 95% !important;
	}
	
	.privacy_midashi td{
		width: 50% !important;
	}
	
	.privacy_subtitle1{
		font-size: 20px !important;
		margin-bottom: 5px !important;
	}
	
	.privacy_subtitle2{
		font-size: 15px !important;
		line-height: 25px !important;
		margin-top: 7px !important;
	}
	
	.spCompanySign{
		margin-top: 20px !important;
	}
	
	/*==============
	問い合わせページ
	==============*/	
	
	#contact iframe{
		height: 1300px !important;
	}
	
	/*==============
	申し込みページ
	==============*/	

	.spPayment{
		font-size: 18px;
		font-weight: 600;
		color: #FFFFFF;
		padding: 5px 0 5px 5px;
	}

	.moushikomi_payment{
		width: 90%;
		margin: 15px auto 30px;
	}

	

/*タブレット・スマホの記述*/
@media only screen and (max-width :769px){
	
	body{
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	body,td,th {
	font-size: 15px;
	line-height: 25px;
}
	
	table{
	width: 95%;
		margin: 0 auto;
		padding: 0;
	}
	
	blockquote{
	padding: 15px 8px 15px 15px;
	width: 92%;
	margin-right: 5px;
	}
	
	img{
		width: 100%;
		height: auto;
	}
	
	#content {
		width: 100%;
		overflow: hidden;
		background-image: none;
	}
	
	.spHead{
		height: 10px !important;
    	display: block;
   		 overflow: hidden;
	}
	
	.spHead img{
		height: 10px !important;
    	display: block;
   		 overflow: hidden;
	}
	
	td.clip{
		background-size: 100% auto;
	}
	
	td.bg1{
		background-size: 100% auto;
		padding: 8px;
	}
	
	.spTable{
		width: 100%;
	}
	
	td.gry{
		padding: 10px;
		padding-left: 12px;
		padding-right: 7px;
		line-height: 25px;
		width: auto;
	}
	
	.spFooter li{
		float: left;
		padding: 0 15px 0;
		border-right: 1px solid #3d3d3d;
		list-style-type:none;
		margin-bottom: 7px;
		font-size: 14px;
	}
	
	.spFooterbd{
		border-left: 1px solid #3d3d3d;
		margin-left: 17px;
	}
	
	.titleBlue{
		font-size: 20px;
		line-height: 25px;
		text-align: left;
		background: #041e9f;
		color: #ffffff;
		margin-top: 10px;
		padding: 10px 15px 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleBlue02{
		width: 89.5%;
		font-size: 20px;
		line-height: 25px;
		text-align: left;
		background: #041e9f;
		color: #ffffff;
		margin: 10px auto 0;
		padding: 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleGreen{
		width: 89.5%;
		font-size: 20px;
		line-height: 25px;
		text-align: left;
		background: #14630f;
		color: #ffffff;
		margin: 10px auto 0;
		padding: 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleBrown{
		width: 95%;
		font-size: 20px;
		line-height: 25px;
		text-align: left;
		background: #523305;
		color: #ffffff;
		margin: 10px auto 0;
		padding: 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleRed{
		width: 95%;
		font-size: 20px;
		line-height: 25px;
		text-align: left;
		background: #9c1919;
		color: #ffffff;
		margin: 10px auto 0;
		padding: 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleBlue03{
		width: 95%;
		font-size: 20px;
		line-height: 25px;
		text-align: left;
		background: #207dc4;
		color: #ffffff;
		margin: 10px auto 0;
		padding: 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleOrange{
		width: 89.5%;
		font-size: 20px;
		line-height: 25px;
		background: #d6630f;
		color: #ffffff;
		margin: 10px auto 0;
		padding: 10px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.titleGryGreen{
		width: 94.5%;
		font-size: 18px;
		text-align: left;
		background: linear-gradient( #ffffff 50% , #e6e6e6 50% );
		color: #000000;
		margin: 10px auto 0;
		padding: 8px;
		font-weight: 600;
		border: 1px solid #c9c9c9;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.circleGreen{
		width: 30px;
		height: 30px;
		background: #246a1b;
		border-radius: 50%;
		color: #ffffff;
		font-weight: 600;
		margin-right: 10px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		line-height: 30px;
	}
	
	.circleRed{
		width: 30px;
		height: 30px;
		background: #e62d2d;
		border-radius: 50%;
		color: #ffffff;
		font-weight: 600;
		margin-right: 10px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		line-height: 30px;
	}
	
	.lineBrown{
		background: #523305;
		color: #523305;
		margin-right: 10px;
		font-size: 13px;
		height: 10px;
		display: inline-table;
		line-height: 25px;
	}
	
	.lineRed{
		background: #cc0001;
		color: #cc0001;
		margin-right: 10px;
		font-size: 13px;
		height: 10px;
		display: inline-table;
		line-height: 25px;
	}
	
	
	.noteIn{
		width: 100%;
		font-size: 15px;
		line-height: 25px;
	}
	
	.noteIn1{
		width: 100%;
		font-size: 15px;
		line-height: 25px;
	}
	
	.noteIn2{
		width: 100%;
		font-size: 15px;
		line-height: 25px;
		padding: 0;
	}
	
	pre{
		display: none;
	}
	
	.spPre{
		width: 91%;
		margin: 0 auto;
		font-size: 15px;
		line-height: 25px;
		padding-left: 5px;
		background: #ffffff;
	}
	
	.noteIn3{
		width: 96%;
		margin: 0 auto;
		font-size: 15px;
		line-height: 25px;
		padding: 0;
	}
	
	.noteIn4{
		width: 100%;
		font-size: 15px;
		line-height: 25px;
	}
	
	.colorRed{
	    color: red;
	}
	
	.div660 {
		width: 100%;
	}
	
	.div660-2 {
		width: 100%;
	}
	
	.question {
		width: 100%;
	}
	
	.box {
		width: 90%;
	}
	
	.ans {
		width: 90%;
	}

	.div680{
		width: 90%;
	}
	
	.div680-2{
		width: 90%;
	}
	
	.div720 {
		width: 90%;
	}
	
	.div700 {
		width: 90%;
	}
	
	.div740 {
		width: 90%;
	}
	
	.shohin {
		width: 90%;
	}
	
	td.paper{
		background-image: none;
	}
	
	.spSignature{
		font-size: 18px;
		text-align: right;
		display: block;
		font-weight: 600;
		font-family: serif;
		margin-right: 10px;
	}
	
	td.clip{
		background-image: none;	
	}
	
	.bkBrown{
		background: #ffffff;
		border: 10px solid #573a2b;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.spMaintitle{
		font-size: 20px;
		line-height: 30px;
		padding: 0 9px 0;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.spUnderred{
		color: #FA0004;
		text-decoration: underline #FA0004;
	}
	
	
	.spBullets ul{
		width: 90%;
		margin: 0 auto 30px;
		font-size: 16px;
	}
	
	.spBullets li{
		list-style: none;
		text-align: left;
		position: relative;
	    padding-left: 15px;
		line-height: 26px;
		margin-bottom: 10px;
		font-weight: 600;
	}
	
	.spBullets li::before{
		content: "";
		position: absolute;
		top: .1em;
		left: 0;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		width: 5px;
		height: 10px;
		border-right: 3px solid #041e9f;
		border-bottom: 3px solid #041e9f;
	}
	
	.spMain02{
		width: 85%;
		margin: 20px auto 30px;
		padding: 15px;
		border: 1px solid #c9c9c9;
		color: #082875;
		text-align: left;
		font-size: 17px;
		line-height: 26px;
		font-weight: 600;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	}
	
	.spMain02text{
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 30px;
		padding: 15px 0 0 0;
	}
	
	.spMenu{
		width: 100%;
	}
	
	.spMenu td{
		width: 32.77%;
		float: left;
		font-size: 12px;
		background: linear-gradient( #ffffff 50% , #e6e6e6 50% );
		color: #000000;
		font-weight: 600;
		border: 1px solid #c9c9c9;
		border-bottom: 2px solid #041e9f;
	}
	
	.spMenu td a{
		text-decoration: none;
		font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
		color: #000000;
		padding: 10px 0 10px;
	}
	
	.spReasonnegative{
		text-align: left;
		padding: 10px 15px 10px;
		background: #fffce9;
		border: 1px solid #14630f;
		line-height: 32px;
		font-weight: 600;
		color: #e62d2d;
		font-size: 16px;
		margin: 15px auto 10px;
	}
	
	.spReasonpositive{
		text-align: left;
		padding: 10px 13px 10px;
		background: #feefef;
		border: 1px solid #e62d2d;
		line-height: 35px;
		margin: 0;
		margin-bottom: 30px;
		font-weight: 600;
	}
	
	.spPositivetitle{
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	
	td.orng{
		background-image: none;
		background: #fffde5;
		border-right:1px solid #c9c9c9;
    	border-left:1px solid #c9c9c9;
	}
	
	td.red{
		border-right-width: 1px;
    	border-left-width: 1px;
	}
	
	.spBottombutton{
		width: 90%;
		margin: 0 auto 10px;
	}
	
	.spHeader{
		width: 80%;
		margin: 5px 0 5px;
	}
	
	.textb{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	}

	.textbred{
	font-size: 20px;
	line-height: 24px;
	color: #DE002E;
	font-weight: bold;
	text-decoration: underline;
	}
	
	.bg1 table{
		width: 100%;
	}
	
	.titleRed02{
		font-size: 28px;
		line-height: 28px;
		padding: 30px 10px 20px;
	}
	
	.coarea_moushikomi{
		padding: 10px;
	}
	
	.btn_areamousikomi{
		width: 95%;
		margin: 10px auto 30px;
	}
	
	.text_mousikomi a{
		font-size: 18px;
	    margin: 30px auto 30px;
	}
	
	.fix-nav{
	background: #c20000;
	width: 200px;
	position: fixed;
	right: 10px;
	opacity: 0;
	visibility: hidden;
	}
	
	.fix-nav-small{
	font-size: 11px;
	font-weight: 100;
	line-height: 10px;
	font-weight: 600;
	}
	
	.active{
	 opacity: 1;
  	visibility: visible;
	-webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	}
	
	#moushikomi_toparea .titleRed02{
		font-size: 26px;
	}
	
	#moushikomi_toparea .coarea_moushikomi{
		padding: 10px;
	}
	
	#moushikomi_toparea .btn_areamousikomi{
		width: 95%;
		margin: 5px auto 5px;
	}
	
	/*==============
	よくある質問ページ
	==============*/
	
	td.clip02{
		background-image: none;
	}
	
	.div680{
		width: 100%;
	}
	
	.question{
		width: 90%;
		position: relative;
		font-size: 15px;
		line-height: 25px;
	}
	
	.question td{
		width: 100%;
	}
	
	.ans td{
		width: 100%;
	}
	
	.text14B{
		font-size: 15px;
		line-height: 25px;
	}
	
	.spBalloon{
		width: 35px !important;
	}
	
	.spBalloon02{
		width: 35px !important;
	}
	
	.spBalloon03{
		width: 35px !important;
		display: block;
	}
	
	.div680-2{
		width: 100%;
	}
	
	.text14_3{
		font-size: 15px;
		line-height: 25px;
	}
	
	
	/*==============
	著者プロフィールページ
	==============*/
	
	.div660-2{
		margin-top: 20px;
	}
	
	.spWritername{
		font-size: 18px !important;
		font-weight: 600;
		font-family: serif;
		margin-left: 10px;
	}
	
	.spProfile{
		font-size: 15px;
		line-height: 25px;
		padding: 10px;
		width: 94%;
	}
	
	/*==============
	記憶術の適用シーンページ
	==============*/
	
	.div660-2{
		font-size: 15px;
		line-height: 25px;
	}
	
	p.kioku-red{
		font-size: 15px;
		line-height: 25px;
	}
	
	p.kioku-bl{
		font-size: 15px;
		line-height: 25px;
	}
	
	.spBullets02{
		list-style: none;
		text-align: left;
		 position: relative;
	    padding-left: 40px;
		margin-bottom: 10px;
		font-weight: 600;
		color: #C00;
		font-size: 22px;
	}
	
	.spBullets02::before{
		content: "";
		position: absolute;
		top: -7px;
		left: 2px;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		width: 15px;
		height: 21px;
		border-right: 5px solid #C00;
		border-bottom: 6px solid #C00;
		z-index: 1;
	}
	
	.spBullets02::after {
		content: "";
		position: absolute;
		top: .2em;
		left: 0;
		width: 20px;
		height: 20px;
		border: 1px solid #8b6b4e;
		background: #ffffff;
	}
	
	.spBullets03{
		color: #000000;
	}
	
	.spBullets03::before{
		border-right: 5px solid #041e9f;
		border-bottom: 6px solid #041e9f;
	}
	
	td.red-2{
	}
	
	.spTable100{
		width: 100%;
	}
	
	.spKiokujyutuTable02{
		width: 98%;
	}
	
	.spTable14t td{
		font-size: 14px !important;
	}
	
	.red-2 table{
		width: 96%;
	}
	
	.titleRed_kiokuzyutu{
		width: 100%;
		font-size: 20px;
	}
	
	.titleBlue_kiokuzyutu{
		width: 95%;
	}
	
	td.orange-1{
		padding: 10px;
	}
	
	.icon_kiokuzyutu{
		width: 90px;
	}
	
	/*==============
	特定商取引に基づく表示ページ
	==============*/
	
	.tokushouhou table{
		width: 100%;
	}
	
	.spTitleblue{
		font-size: 18px;
		color: #041e9f;
		font-weight: 600;
		margin: 20px auto 10px;
	}
	
	.text12{
		font-size: 14px;
		line-height: 25px;
		padding: 5px;
	}
	
	.spTable95{
		width: 95% !important;
	}
	
	.spTextCenter{
		text-align: center !important;
	}
	
	/*==============
	会社概要ページ
	==============*/	
	
	.spDate{
		font-size: 15px;
		margin-top: 20px;
		margin-bottom: 5px !important;
		margin-right: 5px !important;
	}
	
	/*==============
	プライバシーポリシーページ
	==============*/
	
	.privacy_text{
		width: 95% !important;
		margin: 0 auto !important;
		font-size: 15px !important;
		line-height: 25px !important;
	}
	
	.privacy_text2{
		width: 95% !important;
		margin: 20px auto !important;
		font-size: 15px !important;
		line-height: 25px !important;	
	}
	
	
	.privacy_midashi{
		width: 95% !important;
	}
	
	.privacy_midashi td{
		width: 50% !important;
	}
	
	.privacy_subtitle1{
		font-size: 20px !important;
		margin-bottom: 5px !important;
	}
	
	.privacy_subtitle2{
		font-size: 15px !important;
		line-height: 25px !important;
		margin-top: 7px !important;
	}
	
	.spCompanySign{
		margin-top: 20px !important;
	}
	
	/*==============
	問い合わせページ
	==============*/	
	
	#contact iframe{
		height: 1300px !important;
	}
	
	/*==============
	申し込みページ
	==============*/	

	.spPayment{
		font-size: 18px;
		font-weight: 600;
		color: #FFFFFF;
		padding: 5px 0 5px 5px;
	}
	
	}

/*====================
最上部タブの細かな幅設定
====================*/	

@media only screen and (max-width :480px){
	
	.spMenu td{
		width: 32.75%;
		font-size: 11px;
	}
}


@media only screen and (max-width :320px){
	
	.titleGryGreen{
		font-size: 15px;
	}
	
	.spPositivetitle{
		font-size: 16px;
	}
	
	.spMenu td{
		width: 32.6%;
		font-size: 11px;
	}
}

