@charset "utf-8";


/********************************************************************************************* 

CSS Reset  ------------------------- 

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

div{}
fieldset, img {border: 0;}
a img { border:none }
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style-type: none; list-style-position:inside;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
 }

q:before, q:after {content: '';}
abbr, acronym {border: 0;}

 
strong { font-weight: bold }
em { font-style: italic }

/********************************************************************************************* 

MARGIN  -------------------------  

*********************************************************************************************/   
.mt5 { margin-top:5px !important;}
.mt10 { margin-top:10px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}
.mt80 { margin-top:80px !important;}
.mt90 { margin-top:90px !important;}
.mt100 { margin-top:100px !important;}
.mr0 { margin-right:0 !important;}
.mr5 { margin-right:5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mr60 { margin-right:60px !important;}
.mr70 { margin-right:70px !important;}
.mr80 { margin-right:80px !important;}
.mr90 { margin-right:90px !important;}
.mr100 { margin-right:100px !important;}

.mb0 { margin-bottom:0 !important;}
.mb3 { margin-bottom:3px !important;}
.mb5 { margin-bottom:5px !important;}
.mb8 { margin-bottom:8px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb17 { margin-bottom:17px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}
.mb90 { margin-bottom:90px !important;}
.mb100 { margin-bottom:100px !important;}


.ml0 { margin-left:0 !important;}
.ml5 { margin-left:5px !important;}
.ml7 { margin-left:7px !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}
.ml60 { margin-left:60px !important;}
.ml70 { margin-left:70px !important;}
.ml80 { margin-left:80px !important;}
.ml90 { margin-left:90px !important;}
.ml100 { margin-left:100px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pl20{ padding-left:20px !important;}
.pr20{ padding-right:20px !important;}

.mw10 { margin: 0 10px !important;}
.mw20 { margin-right:20px !important; margin-left:20px !important;}
.mh10 { margin: 10px 0 !important;}
.mh20 { margin: 20px 0 !important;}

.aC{text-align: center;}

/********************************************************************************************* 

FROAT  -------------------------  

*********************************************************************************************/   
.fR { float:right; }	
.fL { float:left; }
/********************************************************************************************* 

TABLE  -------------------------  

*********************************************************************************************/  


/********************************************************************************************* 

CLEARfix  -------------------------  

*********************************************************************************************/ 
.clearfix {zoom:1;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
/********************************************************************************************* 

DATEILS  -------------------------  

*********************************************************************************************/ 
.shadow_img{
	box-shadow: 1px 2px 8px rgba(0,0,0,0.5);
	}
.Blue_Box{
	padding: 10px 20px;
	border: 2px solid #175dc4;
	background: #f6fbfe;
	border-radius: 6px;  
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;
	}
.Blue_Box ul{
	margin-bottom: 0 !important;
}
.Red_icon_mini{
	background: #d40000;
	padding:3px 7px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}
.hr_gray{ border-bottom: 1px solid #ddd; padding-bottom: 20px; clear:both;}
.hr_gray_top{ border-top: 1px solid #ddd; padding-top: 20px; margin-top: 20px; clear:both;}
.up_link{ color: #d40000; font-size: 11px; margin: 20px 0; width: 100%; text-align:right;}
.up_link a{ color: #d40000; font-size: 11px; margin: 20px 0; width: 100%; text-align:right;}
.up_link_mr{ color: #d40000; font-size: 11px; margin: 0 20px 20px 0; width: 100%; text-align:right;}
.up_link_mr a{ color: #d40000; font-size: 11px; margin: 0 20px 20px 0; width: 100%; text-align:right;}
/********************************************************************************************* 

FONT  -------------------------  

*********************************************************************************************/ 
.Black_mark{ font-weight: bold; color: #333; font-size: 115%;}
.Black_mark_f{ font-weight: bold; color: #333;}
.Black_nor_mark{ font-weight: bold; color: #333;}
.Blue_mark{ font-weight: bold; color: #3382cc; font-size: 115%;}
.Blue_col{ color: #3382cc;}
.red_mark{ font-weight: bold; color: #fe0000; font-size: 115%;}
.red_nor_mark{ font-weight: bold; color: #fe0000;}
.red_col{ color: #fe0000;}
.mcb{ font-weight: bold; color: #333; font-size: 115%; text-align: center;}
.Blue_back_mini{background:#175dc4; color:#fff; font-weight: normal; padding: 5px; }


/******************************************************************** index
*/

.mainV{ width: 960px; height: 260px; margin: 0 auto 30px;}
/* slide */

#slideshow { height: 260px; background: url(../img/index/main.jpg) no-repeat; width: 960px; position: relative; float: left; }
#slideshow IMG { position:absolute; z-index:8; clip: rect(auto,auto,auto,auto); left: 0px; top: 0px; }
#slideshow IMG.active { z-index:10;}
#slideshow IMG.last-active {z-index:9;}

.item_wrap{ background: url(../img/index/sky_bg.gif) repeat-x top center; height: 360px;}
.item_wrap .inner{ width: 880px; margin: 0 auto; overflow: hidden; padding: 30px 40px; }
.item_wrap .shadow{ width: 100%; height: 310px; background:url(../img/index/box_under.png) no-repeat;}
.item_wrap dl{ background: #fff; width:237px; height: 260px; float: left; box-shadow: 1px 1px 3px rgba(0,0,0,0.4); padding:15px; position:relative;}
.item_wrap dd{ margin: 15px 8px; font-size: 86%;}
.item_wrap .more{ position: absolute; bottom: 8px; left: 44px;}
.item_wrap dl+dl{ margin-left: 39px;}
.Contents_Box{
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3) inset;
	background:#fff;	
	border-radius: 3px;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	margin: 0 0 25px 0;
	}
.Contents_Box{
	background-image: url(../img/common/inhert_bg.gif)\9;
	background-repeat: repeat-y\9;
	background-position: center\9;
}
.Contents_Box .bottom{
	background-image: url(../img/common/inhert_bottom_bg.gif)\9;
	background-repeat: no-repeat\9;
	background-position: center\9;
	height: 4px\9;
}
.Contents_Box .top{
	background-image: url(../img/common/inhert_top_bg.gif)\9;
	background-repeat: no-repeat\9;
	background-position: center\9;
	height: 4px\9;
}
.Contents_Box .inner{ padding: 20px 20px 25px; overflow: hidden; width: 100%; box-sizing: border-box;}
.Contents_Box .inner_3pt{ padding: 20px 20px 25px;}
.Contents_Box .photo{ float: left; width: 300px;}
.Contents_Box .add{ float: left; width: calc(100% - 310px); margin: 10px 0 0 10px;}
.Contents_Box .cB{ clear: both;}


/******************************************************************** grade
*/

.tableContent table, .tableContent th, .tableContent td{
	border-collapse:collapse;
	border-spacing:0;
	border:solid 1px #CCC;
	vertical-align:middle;
	color:#333;
	font-weight:normal;
	font-size:12px;
}

.tableContent table{
	width:100%;
}

.tableContent th, .tableContent td{
	padding:5px 10px;
}

.tableContent table td.sub{
	background:#FAF0E6;
}

.tableContent table th{
	background:#3cc;
	text-align: center;
}
.tableContent table th span{
}

.tableContent table th.sub{
	background:#F2CBBF;
}

.tableContent table tr:nth-child(odd) {
  background-color: #c4e1ff;
}
.tableContent table tr:nth-child(even) {
  background-color: #fff;
}
.tableContent p{ font-size: 11px; margin: 10px 0;}
.tableContent .rank{ width: 50px; text-align: center;}
.tableContent .price{ text-align: right; width: 70px;}
.tableContent .price{ text-align: center; width: 70px;}
.tableContent li{ list-style-type:circle; list-style-position: outside; margin: 2px 0 2px 15px;}
.attention li{list-style-type:none; list-style-position: outside; margin-left: 0; font-size: 11px; }

/******************************************************************** privacy
*/

#privacy .Contents_Box p{ margin: 15px 20px;}

/******************************************************************** inquiry
*/
#inquiry .att{ border: 2px solid #fe0000; padding: 5px; background: #ffefef; text-align: center;}
#inquiry .b_none{ border: none !important;}
.inq{ font-size: 86%; margin: 10px 0; border: 2px solid #fe0000; padding: 5px; background: #ffefef; text-align: center;}
.inq_side{ font-size: 79%; padding: 3px; margin: 5px 10px 5px 5px; border: 1px solid #fe0000; background: #ffefef; line-height:1.2;}
/******************************************************************** consciousness
*/
ul.accordion { height: auto; position: relative; margin-top: 20px;}
ul.accordion .oc_mark {
	display: block;
	background-position: center 5px;
	background-repeat: no-repeat;
}
ul.accordion > li { }
ul.accordion > li > p {
	font-size: 129%;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #1A75BB;
	cursor: pointer;
	color: #fff;
}
ul.accordion > li > p {
	background-image: url(../../img/consciousness/jirei_bg.png)\9;
	background-repeat: no-repeat\9;
	background-position: center center\9;
}
ul.accordion > li > p span { background-image: url(../../img/common/open.png); padding: 0 0 40px;}
ul.accordion > li > p span.open { background-image:url(../../img/common/close.png);}
ul.accordion > li > ul > li {margin: 0 20px;}
ul.accordion > li > ul > li > p { background:#999;}
ul.accordion > li > ul > li > a { background:url(../../img/common/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}


#Aftermath .Anchor li{
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 40px;
	padding: 2px 0 ;
}
#Aftermath .Anchor li a {
	text-decoration: underline;
}
#Aftermath .Anchor li a:hover {
	text-decoration: none;
}
.Blue_back{
	background:#175dc4;
	width:100%;
	color:#fff;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	height: 30px;
	padding: 5px 0 0 0;
	border-radius: 3px;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
	margin: 0 0 10px 0;
	}
.Blue_back span{ color: #ffe400;}

#pat_Cont .important{
	height: 31px;
	font-size: 129%;
	font-weight: normal;
	padding: 9px 0 0 90px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 0 25px 0;
	background-color: #ccc;
	background-image: url(../../img/consciousness/important.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.Accordion_item{ overflow: hidden;}
.Accordion_item dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
}
.Accordion_item dt{
	width: 7em;
	margin-bottom: 10px;
	background:#f6f3e7;
	padding:2px 0;
	text-align: center;
}
.Accordion_item dd{
	width: calc(100% - 9em);
	margin-bottom: 10px;
	padding:2px 0;
}
.Accordion_item .colon{
	width: 2em;
	margin-bottom: 10px;
	padding:2px 0;
	text-align: center;
}
.Accordion_item p{ margin:20px 0 !important;}
.Accordion_item .point_com{
	width: 530px;
	height:72px;
	background: url(../../img/consciousness/point_bg.gif) no-repeat center top;
	color:#fff;
	font-size: 14px;
	padding: 34px 25px 0;
	margin-bottom: 20px;
	}
.Accordion_item .point_com_sh{
	width: 530px;
	height:62px;
	background: url(../../img/consciousness/point_bg.gif) no-repeat center top;
	color:#fff;
	font-size: 14px;
	padding: 44px 25px 0;
	margin-bottom: 20px;
	}
#Aftermath .mint,
#flow .mint{
	font-size: 129%;
	font-weight: normal;
	color: #fff;
	padding: 7px 0 5px 35px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 0 25px 0;
	background-color: #1A75BB;
	background-image: url(../../img/common/h4_icon.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	}
.bottom_act{ position: relative; padding:0 320px 0 10px;}
.bottom_act .bln{
	position: absolute;
	top: -64px;
	right: 12px;
	width: 256px;
	padding: 4px;
	background: #FFF;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.bottom_act .bln img{max-width: 100%;}
.bottom_act .bone{
	position: absolute;
	top: -90px;
	right: 0;
}

.glaf_jirei{margin: 20px 0 20px;}
.jirei_tex{ width: 173px; background:#175dc4; color: #fff; margin-left:20px; padding: 15px; float:right; height: 182px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
/******************************************************************** question
*/
.anata{
	padding: 10px 0;
	border: 1px solid #175dc4;
	background: #fff;
	border-radius: 6px;  
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2) inset;
	}
.anata p{ margin: 20px 20px 10px 20px;}
.que dl{
	padding: 20px;
	border: 1px solid #175dc4;
	background: #fcfeff;
	border-radius: 6px;  
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.2) inset;
	margin-bottom: 20px;
	}
.que dt{background:url(../img/question/question.gif) no-repeat top left; border-bottom: 1px solid #175dc4; padding: 10px 0 0 35px; height: 35px; font-size: 108%;}
.que dd{ margin-top: 20px;}
.ans dl{
	padding: 20px;
	border: 1px solid #db4160;
	background: #fff8f9;
	border-radius: 6px;  
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.2) inset;
	margin-bottom: 20px;
	}
.ans dt{background:url(../img/question/answer.gif) no-repeat top left; border-bottom: 1px solid #db4160; padding: 10px 0 0 35px; height: 35px; font-size: 108%;}
.ans dd{ margin-top: 20px;}

/******************************************************************** merit
*/
.merit_Box{ margin: 0 40px;}
.Blue_back_la{ background:#175dc4; color:#fff; font-weight: normal; padding: 5px; font-size: 24px; line-height: 1.4; padding: 10px 40px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.Blue_back_la span{ color:#ffe400;}
.kenkyu_tex{ float: left; width: 270px; margin: 10px 20px 0 ; font-size: 12px;}
.kenkyu_photo{ float: left; width: 310px;}

/******************************************************************** structure
*/

#Aftermath h2{
	font-size: 129%;
	font-weight: normal;
	padding-left: 35px;
	line-height: 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 0 25px 0 !important;
	background-color: #ccc;
	background-image: url(../../img/common/h2_icon.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	}

#Aftermath h3{
	font-size: 100%;
	font-weight: normal;
	padding: 6px 0 6px 35px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 !important;
	background-color: #ccc;
	background-image: url(../../img/common/h2_icon.jpg);
	background-repeat: no-repeat;
	background-position: 12px center;
	}

#Aftermath h4{
	font-size: 115%;
	font-weight: normal;
	color:#fff;
	padding-left: 27px;
	line-height: 32px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 !important;
	background-color: #808080;
	background-image: url(../../img/common/h4_icon.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	}
	

/******************************************************************** Main_col
*/
/*#Aftermath .Main_col{ width: 650px;}*/
#Aftermath .aC img,
#Aftermath .fL img{max-width: 100%;}



/*************************************************************************************************************************

■ タブレット(1,000px以下)向けスタイル

*************************************************************************************************************************/

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

.Accordion_item .point_com,
.Accordion_item .point_com_sh,
#brain .Accordion_item .point{
	background: #ddeaf7;
	border: 2px solid #0059bb;
	border-radius: 5px;
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.7);
	display: block;
	margin: 8vmin auto 4vmin;
	padding: 4vmin;
	position: relative;
	color: #333;
	line-height: 1.6;
	width: auto;
	height: auto;
	font-size: 100%;
}
.Accordion_item .point_com:before,
.Accordion_item .point_com_sh:before,
#brain .Accordion_item .point:before{
	background: #FFF;
	border: 2px solid #0059bb;
	border-radius: 3px;
	box-shadow: 0 3px 6px -3px rgba(0,0,0,0.7);
	color: #0059bb;
	content: "ポイント!";
	display: block;
	font-size:0.8em;
	font-weight: 900;
	left: 2%;
	margin: auto;
	padding: 1% 1em;
	position: absolute;
	top: -1.5em;
}

.Contents_Box .inner a {padding: 0;}
.glaf_jirei .fL{float: none; text-align: center;}
.jirei_tex{
	float: none;
	width: 100%;
	max-width: 356px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 0 0 3px 3px;
}

.bottom_act .bln{top:-4vmin;}


}


/*************************************************************************************************************************

■ スマホ(600px以下)向けスタイル

*************************************************************************************************************************/

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

.Blue_Box{padding: 2.4vmin;}
.Blue_back{
	height: auto;
	font-size: 4.4vmin;
	margin-bottom: 2.4vmin;
	padding: 1.6vmin;
	box-sizing: border-box;
}
.Blue_back span{font-size: 4.4vmin;}
#Aftermath .Anchor li{margin-left: 1.5em;}
.Contents_Box{
	box-shadow: none;
	margin: 0 0 8vmin;
}
.Contents_Box .inner_3pt {padding: 0;}
#Aftermath h2{
	font-size: 4.8vmin;
	padding: 2.4vmin 2.4vmin 2.4vmin 35px;
	margin: 0 0 4vmin !important;
	line-height: 1.4;
}
#Aftermath h4{
	line-height: 1.4;
	padding: 1.6vmin 0 1.6vmin 27px;
}
.mw20 {margin-right:0 !important; margin-left:0 !important;}

ul.accordion > li > ul > li {margin: 0;}
.Accordion_item p{margin: 2.4vmin 0 !important;}

.Contents_Box .inner{
	background: #f0f0f0;
	padding: 4vmin;
}
#Aftermath .mint{
	background-image: none;
	padding: 1.6vmin;
	margin-bottom: 2.4vmin;
}
.Contents_Box .inner .hr_gray{padding-bottom: 20px;}
.Contents_Box .photo{
	width: 100%;
	max-width: 300px;
	float: none;
	margin: 0 auto 2.4vmin;
}
.Contents_Box .photo img{max-width: 100%;}
.Contents_Box .add{
	width: 100%;
	float: none;
	margin: 0 auto;
}

.bottom_act .bln{
	max-width: 300px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	top:auto;
	right: auto;
}
.bottom_act .bone{
	top: -70px;
	right: 2.4vmin;
}
.bottom_act{
	padding: 0;
}
#brain .Accordion_item .red{
	padding: 4vmin;
	font-size: 4vmin;
	margin: 2.4vmin 0 0 !important;
}

.glaf_jirei{margin: 0;}

}
