@charset "utf-8";
/* CSS Document */


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

	全体的な枠組

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

a:hover img {
	opacity: 0.8
}
/* ************************
/* サイトトップへもどるボタンが入ったヘッダー部分のdivに適用
 */
#div-header {
	padding-top: 12px;
	width: 1020px;
	margin: auto;
	text-align: right;
}
/* ************************
/* ロゴが入ったdivに適用
 */
#div-logo {
	margin: 28px auto;
	width: 1020px;
}
/* ************************
/* ナビとコンテンツを包むdivに適用
 */
#div-wrapper {
	width: 1020px;
	margin: auto;
	position:relative;
	overflow:hidden;
}
/* ************************
/* ナビを包むdiv用
 */
#div-left_navi {
	position: absolute;
	float: left;
	width: 280px;
}
/* ************************
/* コンテンツを包むdiv用
 */
#div-contents {
	width: 740px;
	display: inline-block;
	float: right;
}
/* ************************
/* フッターを包むdiv用
 */
#my_footer {
	width: calc( 100% - 2em)!important;
	clear: both;
	background-color: #EEE;
	border-top: 2px solid #fff;
	text-align: center;
	padding: 1em 1em;
}
/* ****************************************

	ナビ部分

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

/* ************************
/* 左右のシャドウ用
 */
#left_navi-shadow-l {
	float: left;
}
#left_navi-shadow-r {
	float: left;
	padding-top: 170px;
}
/* ************************
/* ナビ内のヘッダー部分
 */
#left_navi-contents {
	float: left;
	width: 230px;
	padding: 0;
}
#left_navi-header {
	margin: 3em auto 3em 1em;
}
#left_navi-title {
	margin: 35px auto 2em 1em;
    text-align: center;
    display: block;
}
/* ************************
/* ナビ内　リンク部分
 */
#left_navi-menu {
	padding-left: 1em;
}
#left_navi-menu li {
	line-height: 2.5em;
}
#left_navi-menu li a {
	padding: 2px 8px 1px;
	color: #31313F;
	text-decoration: none;
}
#left_navi-menu li a:hover {
	padding: 2px 8px 1px;
	color: #4c6c79;/*text-decoration: underline;*/
}
#left_navi-menu li.current a {
	padding: 2px 8px 1px;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #4c6c79;
	text-decoration: none;
}
.left_navi_tell{
	margin: 0 auto;
    display: block;
}
/* ****************************************

	コンテンツヘッダ部分

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

#div-contents h1 {
	margin: 16px 0px;
}
/* ****************************************

	コンテンツMENU部分

***************************************** */
#contents_menu {
	border-color: #E4E6E4;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	margin: 15px 0px;
	float: right;
	width: 704px;
}
#contents_menu li {
	border-color: #E4E6E4;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	width: 175px;
	height: 33px;
	float: left;
	color: #4c6c79;
}
#contents_menu img {
	margin: 7px 0px 0px 7px
}
/* ****************************************

	コンテンツ内 各FAQ部分

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

#div-contents div {
	margin: 50px 0px;
	width: 705px;
	float: right;
}
/* ************************
/* コンテンツ内 要素基本
 */
#div-contents img {
	vertical-align: middle;
}
#div-contents p {
	color: #646473;
}
/* ************************
/* 各FAQタイトル
 */
#div-contents h2 {
	height: 41px;
	border: 1px solid #E4E6E4;
	border-radius: 5px;
	background-color: #F3F1F1;
	padding-left: 20px;
	line-height: 40px;
	color: #4c6c79;
	font-size:18px;
	font-weight:normal;
}
/* ************************
/* 各Question
 */
#div-contents h3 {
    margin-left: 60px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 0px 8px 0px;
    width: 640px;
    color: #0085b2;
    margin-top: 0;
}
/* ************************
/* 各check
 */
#div-contents h4 {
	display: inline-block;
	vertical-align: top;
	padding: 8px;
	width: auto;
	color: #008844;
}
/* ************************
/* 各FAQ内　Questionリストまとめ関連
 */
#div-contents div ul {
	margin: 35px 14px 20px;
}
#div-contents div li {
	line-height: 2.2em;
}
#div-contents div li a {
	color: #4c6c79;
	text-decoration: none;
}
#div-contents div li a:hover {
	color: #4c6c79;
	/*text-decoration: underline;*/
	opacity: 0.8
}
#div-contents div li img {
	margin-right: 10px;
}
#div-contents div li.creditCard img {
    margin-right: 0;
    width: 40px;
}
/* ************************
/* 各FAQ内　Answer div内の基本
 */

#div-contents div div {
	margin: 0px 0px 10px 0px;
	padding-top: 8px;
	display: inline-block;
	width: 640px;
	float: none;
	vertical-align: top;
	color: #646473;
}
/* ************************
/* 各FAQ内　Answer div内直下のリスト要素基本
 */
#div-contents div div ul {
	max-width: 600px;
	margin: 10px 0px 10px 28px;
	list-style-type: disc;
}
#div-contents div div li {
	line-height: normal;
	color: #646473;
}
/* ************************
/* QとAの画像マージン
 */
.question {
	margin: 50px 13px -35px 10px;
	float: left;
}
.answer {
	margin: 0px 13px 0px 10px;
}
/* ************************
/* アテンション 関連スタイル
 */
#div-contents div.attention {
	margin: 20px 0px 10px 0px;
	padding: 12px;
	max-width: 620px;
	width:100%;
	background-color: #FFC;
}
#div-contents div.attention img {
	float: left;
}
#div-contents div.attention ul {
	margin: 5px 0px 0px 2em;
	display: inline-block;
	list-style-type: disc;
}
#div-contents div.attention li {
	margin: 5px auto;
	line-height: normal;
	max-width: 547px;
	color: #755;
}
/* ************************
/* 各ボタン用 クラス
 */
.return_category_top {
	font-size: 11px;
	display: block;
	margin: 0px 10px;
	text-align: right;
}
.return_page_top {
	display: block;
	margin: 20px 0px;
	text-align: right;
}
.return_page_top a:hover {
	opacity: 0.8
}
/* ****************************************

	装飾・罫線

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

.line-bold_blue {
	background-color: #4c6c79;
	width: 100%;
	height: 7px;
	display: block;
	margin: 20px 0px;
}
.line-gray {
	background-color: #DFDFD0;
	width: 100%;
	height: 1px;
	display: block;
}
.line-dot {
	display: block;
	border-bottom: 1px dotted #D6D6D6;
	height: 1px;
	width: 650px;
	margin: 6px 0px 11px 55px;
}
/* ****************************************

	概要用テーブルデザイン

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

#div-contents .tr-01 {
	padding: 0px 0px;
	margin: 5px auto;
}
#div-contents .td-01 {
	padding: 2px 20px;
	margin: 0px;
	width: 170px;
	display: inline-block;
	float: left;
}
#div-contents .td-02 {
	padding: 2px 20px;
	margin: 0px;
	display: inline-block;
	width: 387px;
	border-left: 3px solid #D6D6D6;
}
/* ****************************************

	ダウンロードボタン

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

.classname {
	-webkit-box-shadow: inset 0px 1px 0px 0px #4c7dc6;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c7dc6), color-stop(1, #4c7dc6) );
	background: -moz-linear-gradient( center top, #4c7dc6 5%, #4c7dc6 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c7dc6', endColorstr='#4c7dc6');
	background-color: #4c7dc6;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	display: block;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	width: 300px;
	text-decoration: none;
	text-align: center;
	margin:auto
}
.classname:hover {
	opacity:0.85
/*	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#4c7dc6');
	background-color: #378de5;
*/}
.classname:active {
	position: relative;
	top: 1px;
}
.henpin_img{
	width:150px;
	margin:0px 30px 20px 30px;
	
}
/* ****************************************

	装飾

***************************************** */
.txt_color-red{
	color:#f30;
}


/************************/
/*____  本物関連 ____*/
.honmonoFigure{
	display:flex;
	text-align:center;
	width:100%;
	list-style-type:none !important;
	margin:2rem 0 !important;
}
.honmonoFigure > li{width:50%;}
.honmonoFigure > li:nth-child(1){background-color:#93bf1c;}
.honmonoFigure > li:nth-child(2){background-color:#c00000;}
.honmonoFigure dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.honmonoFigure dt{
	width:100%;
	padding-bottom:0.5em;
	font-weight:400;
	color:#fff;
}
.honmonoFigure dd{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	line-height:1.25em;
	font-weight:200;
}
.honmonoFigure > li:nth-child(1) dd{
	color:#008003;
	background-color:#eafece;
}
.honmonoFigure > li:nth-child(2) dd{
	color:#a00000;
	background-color:#fecece;
}
.honmonoFigure span{
	display:block;
}

/************************/
/*____  並行関連 ____*/
.arrowFigure{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:center;
	width:100%;
	background-color:rgba(255,255,255,0.5);
	box-sizing:border-box;
	list-style-type:none !important;
	margin:2rem 0 !important;
	max-width:none;
}
.arrowFigure > li{
	margin-bottom:3em;
	padding:0.4em;
	position:relative;
	border-radius:7px;
	border:2px solid #2a7382;
	color:#2a7382 !important;
	font-weight:200;
	background-color:#fff;
}
.arrowFigure > li:last-child{	margin-bottom:0;}

.arrowFigure > li:nth-child(2)::before,
.arrowFigure > li:nth-child(3)::before{
	content:"↓";
	position:absolute;
	bottom:100%;
	left:0;
	text-align:center;
	width:100%;
	font-size:1.8em;
	color:#fb8e93;
}
.arrowFigure > li::after{
	content:"↓";
	position:absolute;
	top:100%;
	left:0;
	text-align:center;
	width:100%;
	font-size:1.8em;
	color:#fb8e93;
}

.arrowFigure > li:first-child,
.arrowFigure > li:last-child
{width:100%;}
.arrowFigure > li:first-child::after,
.arrowFigure > li:last-child::after
{content:normal;}

.arrowFigure span:not(.chushaku){
	position:absolute;
	bottom:100%;
	right:0;
	line-height:1.2em;
	color:#fb5259;
	width:41%;
	text-align:left;
	display: flex;
	align-items: center;
	font-weight:500;
}
#yasui .arrowFigure span:not(.chushaku){
	top:100%;
	bottom:;
}
.arrowFigure span.chushaku{
	position:absolute;
	top:100%;
	right:0;
	font-size:0.75rem;
	line-height:1.2em;
	color:#2a7382;
	width:45%;
	text-align:left;
	display: flex;
	align-items: center;
}

/************************/
/*____  本物関連 ____*/
.honmonoFigure > li{padding:3em;}
.honmonoFigure dt{
	font-size:2rem;
}
.honmonoFigure dd{
	min-height:6rem;
	width:calc(50% - 2px - 1em);
	padding:0.5em;
	font-size:1.5rem;
}
.honmonoFigure span{
	font-size:0.75rem;
}


/************************/
/*____  並行関連 ____*/
.arrowFigure{
}

.arrowFigure > li{
	width:calc(50% - 2em);
	font-size:1.4rem;
}
.arrowFigure div{
	display:inline-block;
	vertical-align:baseline !important;
	width:auto !important;
	font-size:1.4rem;
	padding:0 !important;
	margin:0 !important;
	color:#2a7382 !important;
}
.arrowFigure span:not(.chushaku){
	height: 4.8em;
	font-size:0.95rem;
}
.arrowFigure span.chushaku{
	height: 2.4em;
	white-space:nowrap;
}

/************************/
/*____  AACD(自主流) ____*/

.aacd {
	margin: 1rem auto 0!important;
}
.aacd img {
	display: inline-block;
    width: 100px;
}
.aacd p {
	display: inline-block;
	font-size: 0.8rem;
    margin: 2rem 0 0;
}

/************************/
/*____  携帯番号リンク ____*/

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
    text-decoration: none;
    color: unset;
  }
}



.search-area input[type="text"] {padding: 20px 20px 20px;font-size: 18px;border: 2px solid #D6D6D6;width: calc( 100% - 44px );}
.search-area input[type="text"]:focus {background: #F9F9F9;}
.search-result {margin-top: 20px;}
#search-result__list {margin-top: 15px;}
#search-result__list span {display: inline-block;margin-right: 15px;padding: 5px;background: #F2F2F2;}
.target-area {margin-top: 50px;}
.target-area .hidden {display: none}
.target-area li p{display:none;}
.target-area{display:none;}
#div-contents .search-area{width:100%;}
#div-contents .search-result{margin:0;padding:0;}
#div-contents .wrapper{margin-bottom:0;}
#search-result__list{padding-left:1.5em;}

#totop {display:none;width: auto;height: auto;background: #000;border-radius: 3px;position: fixed;border: 1px solid #000;bottom: 20px;right: 20px;z-index: 100;text-align: center;}
#totop a {display: block;color:#FFF !important;text-decoration:none;padding:10px;font-size: 14px;font-weight: bold;}


/* ランク表 */
.rank-box#rank-box {
	display: grid;
	grid-template-columns: 1fr repeat(5, 14%);
    grid-template-rows: repeat(6, 50px);
	font-size: 12px;
	grid-gap: 1px;
}
#from2to5 {
	grid-column: 2/5;
}
#from2to6 {
	grid-column: 2/6;
}
#from2to7 {
	grid-column: 2/7;
}
#rank-box .rank-box__items {
	width: auto;
	background: rgb(237,237,237);
	margin: 0;
	padding: 0;
	text-align: center;

	/* 垂直方向の中央揃え */
	display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
}
#rank-box .rank-box__items.rank-box__title_col {
	background: rgb(100,100,100);
	color: #FFF;
	font-weight: bold;
}
#rank-box .rank-box__items.rank-box__title_row {
	background: rgb(202,202,202);
}