@charset "utf-8";
/* スマートフォン用css */

/****************************************
 layout
****************************************/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:70%;
	height:100%;
	width:100%;
	background-color: #fff;
}
#wrap {
	padding: 0;
	color:#3A4243;
	min-height:100%;
	width:100%;
	overflow-x:hidden;
	margin:0px auto;
	word-wrap: break-word;
}
a {
    background: none repeat scroll 0 0 transparent;
    color: #3A4243;
    margin: 0;
    padding: 0;
    text-decoration: none;
	-webkit-tap-highlight-color:rgba(112,193,212,0.8);
}

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

/* Google tag 余白調整 */
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }


/****************************************
 header
****************************************/
#stM_header {
	width: 100%;
	position: fixed;
	top: 0;
	left:0;
	background: #FFF;
	margin:0;
	line-height: 130%;
	/*height:45px;*/
	border-bottom:#ccc solid 1px;
	z-index: 9997;
	overflow: hidden;
    box-shadow: 0 1px 8px rgba(102, 102, 102, 0.58);
}

#logo {
	float:left;
	margin:0 0 0 4px;
	padding:0;
}

#logo img{
	width: 100px;
	height: 37px;
    margin: 3px 0;
	display: block;
	padding: 0;
}

#stM_header div#logo img {
	vertical-align:baseline;
}
#stM_header .tOi {
	float:right;
	width:100px;
	padding:3px;
	text-align:center;
	font-weight:bold;
	background: #ff73a1;
	border-radius:2px;
	margin:5px 3px 0 0;
	color:#fff;
}
#stM_header_top p {
	clear:both;
	background:#949494;
	padding:4px 0;
	text-align:center;
	color:#fff;
	font-size:90%;
	width:100%;
}

/* ------- modal ------- */
#mask, #mask2 {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:rgba(255, 255, 255, 0.6);
  display:none;
}
#boxes .window, #boxes2 .window2 {
  position:absolute;
  left:0px;
  top:50%;
  width:95%;
  height:100%;
  display:none;
  z-index:9999;
}
#boxes #dialog, #boxes2 #dialog2 {
  width:290px;
  background-color:transparent;
  padding-top:15px;
}
#boxes #img, #boxes2 #img {
  width:320px;
  background-color:transparent;
}
#boxes #dialog .close img, #boxes2 #dialog2 .close img {
	display:block;
	margin:30px auto;
	width:100px;
	height:35px;
}
#boxes #img .close img. #boxes2 #img .close img {
	display:block;
	margin:30px auto;
	width:100px;
	height:35px;
}
#stM_headerBox {
	float:right;
	padding-top:7px;
}
.headerTel {
	width: 115px;
    float: left;
    margin: 0 15px 0 0;
}
.headerTel img {
	width: 100%;
}

.stM_headerBtn {
	float:left;
}
.stM_windowInner  {
	padding:10px;
	background-color:#fff;
	border:5px solid #efefef;
}
.stM_header_btn a {
	color:#fff;
	display:block;
	font-size:11px;/*100%*/
	/*width:73px;*/
	height:32px;
	line-height:32px;
	margin:0 4px 0 0;
	text-align:center;
	border-radius:3px;
	background-color:#00b5d4;
	padding: 0 3px;
}
/*.stM_header_btn2 a {
	width:60px;
}*/

.headerMenu_list{
	float:left;
	/*margin: 2px 5px 0 0;*/
	padding: 5px 2%;
	font-size:0;
	letter-spacing:-0.4em;
	width: 100%;
	background: #f1f1f1;
	border-top: 1px solid #efefef;
	height: 47px;
    box-sizing: border-box;
}

.headerMenu_list li{
	display:inline-block;
	margin: 0 2% 0 0;
	width: 49%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.headerMenu_list li:last-child {
	margin-right: 0;
}

.headerMenu_list li a{
	display:block;
	padding: 10px 9px 8px 16px;
    font-size: 16px;
    letter-spacing: normal;
    /*background: #fd8000;*/
    border-radius: 3px;
    color: #FFF;
	font-weight:bold
	box-shadow: rgb(251, 130, 0) 0px 0px 0px 1px inset, 0px 1px 1px rgba(255,255,255,0.8) inset;
    background: rgb(253,135,0);
    background: -moz-linear-gradient(top, rgba(253,135,0,1) 0%, rgba(251,92,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,135,0,1)), color-stop(100%,rgba(251,92,0,1)));
    background: -webkit-linear-gradient(top, rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: -o-linear-gradient(top, rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    background: linear-gradient(to bottom, rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
    font-weight: bold;
}

.headerMenu_list .btn_yellow a{
    /*background: #FCAC00;*/
	box-shadow: rgb(252, 166, 0) 0px 0px 0px 1px inset, 0px 1px 1px rgba(255,255,255,0.8) inset;
    background: rgb(253,193,0);
    background: -moz-linear-gradient(top, rgba(253,193,0,1) 0%, rgba(251,163,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,193,0,1)), color-stop(100%,rgba(251,163,0,1)));
    background: -webkit-linear-gradient(top, rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: -o-linear-gradient(top, rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    background: linear-gradient(to bottom, rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc100', endColorstr='#fba300',GradientType=0 );
}

.headerMenu_list li a .btn_ribbon {
	background: #e5006a;
    border: 2px solid #fdc244;
    color: #fff;
    display: block;
    font-size: 10px;
    left: -35px;
    padding: 1px 7px 0px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 1px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    width: 100px;
}
.headerMenu_list .btn_yellow a .btn_ribbon {
	background: #18a218;
}

.header_bnr_wrap {
	/*padding-top: 90px;*/
	padding-top: 44px;
}

.stM_header_btn_search button,
.stM_header_btn_drawer button {
	color:#fff;
	display:block;
	font-size:100%;
	width:30px;/*35*/
	height:32px;
	margin:0 10px 0 0;
	text-align:center;
	border-radius:3px;
	background-color:#fff;
    border-style: none;
	padding: 5px 0;
	
}
.stM_windowContainer {
	background-color:#FFF;
	padding:5px 15px;
	border:5px solid #efefef;
	border-radius:6px;
	height: 450px;
}
.stM_windowheader {
	margin-bottom:15px;
}
.stM_windowheader img {
	float:left;
	margin-bottom:8px;
}
.stM_windowheader .close {
	display:block;
	color:#fff;
	font-size:100%;
	background-color:#808080;
	border-radius:3px;
	float:right;
	margin:6px 0 0 0;
	padding:8px 14px;
}
.stM_windowheader .close span {
	display:inline-block;
	color:#808080;
	margin-left:4px;
	padding:0 4px;
	background-color:#FFF;
	border-radius:2px
}
.stM_windowheader p {
	clear:both;
	margin-top:8px;
	font-size:13px;
}

/* 問い合わせ */
.stM_headerToiawase li a{
	display:block;
	color:#fff;
	font-size:140%;
	font-weight:bold;
	border-radius:3px;
	height:44px;
	line-height:44px;
	margin-bottom:15px;
	padding:0 10px;
	box-shadow:0px 3px 0px #ce433d;
	background-color:#FF6860;
    background-image: url("/images/common/next_arrow_w.png");
	background-size: 7px 12px;
	background-repeat:no-repeat;
    background-origin: padding-box;
    background-position: 97% 50%;
}
.stM_headerToiawase li img {
	vertical-align:middle;
	margin-right:15px
}
.stM_headerForm {
	font-size:13px;
	line-height:1.4em;
	margin-bottom:10px;
}
.stM_headerForm a {
	color:#0048ab;
	text-decoration:underline;
}
/* デスク */
.stM_headerDesk li a{
	display:block;
	color:#fff;
	font-size:130%;
	font-weight:bold;
	border-radius:3px;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
	padding:0 10px;
	background-color:#82C941;
    background-image: url("/images/common/next_arrow_w.png");
	background-size: 7px 12px;
	background-repeat:no-repeat;
    background-origin: padding-box;
    background-position: 97% 50%;
}
.stM_footerTel {
	font-size: 13px;
	text-align: center;
}
.stM_footerTel a {
	display:block;
	color:#fff;
	font-size:140%;
	font-weight:bold;
	border-radius:3px;
	height:44px;
	line-height:44px;
	margin: 5px 0 15px 0;
	padding:0 10px;
	box-shadow: 0px 3px 0px #E69C05;
	background-color: #FFB725;
	background-size: 7px 12px;
	background-repeat:no-repeat;
    background-origin: padding-box;
    background-position: 97% 50%;
}



/****************************************
 BreadcrumbList
****************************************/
/* パンくず 2016.05 NEW */
#Breadcrumb {
    background-color: #efefef;
    padding: 8px 2% 5px 2%;
	box-sizing: border-box;
    width: 100%;
}

#Breadcrumb nav {
    text-align: left;
	line-height: 1.4;
}

#Breadcrumb nav div {
    display: inline;
}

#Breadcrumb a {
	font-size:12px;
    text-decoration: underline;
}


/****************************************
 footer
****************************************/
/* footer */
footer {
	background:#FAF8E7;
	padding-top:2px;
}
/*footer a {color: #FFF;}*/

/* デスク */
#stM_footerDeskTitle {
/*	font-size:120%;*/
	margin-bottom:6px;
	padding:3px 6px;
	border-bottom:1px dotted #CCC;
}
#stM_footerDesk {
	width:92%;
	margin:5px auto;
	padding:5px 5px 0 5px;
	background-color:#fff;
	border-radius:4px
}
#stM_footerDesk ul {
	font-size:120%;
}
#stM_footerDesk li {
	float:left;
	margin-right:8px;
	margin-bottom:6px;
	width:31%;
	text-align:center;
}
#stM_footerDesk li:nth-child(3n) {
	margin-right:0px;
}
#stM_footerDesk a {
	display:block;
	color:#000;
	height:28px;
	line-height:28px;
	background-color:#f7f3a6;
	border-radius:2px;
}

/* CVボタン */
.stM_cvBtnArea {
	/*width: 96%;*/
	margin: 0 2% 10px;
}
.stM_cvBtnArea a {
	display: table-cell;
	vertical-align:middle;
	color: white;
	font-size:1.4rem;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	height: 55px;
	line-height: 1.2;
	background-repeat: no-repeat;
	
}

.btn_counsel_f a,
.btn_brochure_f a,
.btn_seminar_f a{
	font-size: 18px;
	font-size:1.3rem;
}

.cvbtn_box .btn_counsel {
	box-shadow:rgb(251, 130, 0) 0px 0px 0px 1px inset,0px 1px 1px rgba(255,255,255,0.8) inset;
	background: rgb(253,135,0);
	background: -moz-linear-gradient(top,  rgba(253,135,0,1) 0%, rgba(251,92,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,135,0,1)), color-stop(100%,rgba(251,92,0,1)));
	background: -webkit-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
	overflow: hidden;
	height: 54px;
    border-radius: 4px;
	width:244px;
	margin: 0 auto 10px auto;
	float:none;
}

.cvbtn_box .btn_counsel a {
	display:block;
	padding:13px 3px 0 0;
	background-size: 39px auto;
	overflow: hidden;
    position: relative;
	color: #FFFFFF !important;
	font-size: 22px;
	font-size:1.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	line-height: 1.2;
	height: 54px;
	vertical-align:middle;
	box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	background-image:none;

}

.cvbtn_box .btn_counsel a:after {
	position:absolute;
	content:" ";
	width:50px;
	height:50px;
	display:block;
	background-position:right 4px bottom 14px;
	background: url(/img/parts/btn_counselBg.png) no-repeat;
	bottom:1px;
	right:1px;
}

.cvbtn_box .btn_ribbon {
    background: #e5006a none repeat scroll 0 0;
    border: 2px solid #fdc244;
    color: #fff;
    display: block;
    font-size: 13px;
    left: -40px;
    padding: 3px 0 3px 4px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 6px;
    transform: rotate(315deg);
	-webkit-transform: rotate(315deg);  
    -moz-transform: rotate(315deg);  
    width: 100px;
}


.cvmailcounsel_area{
	clear:both;
}

.btn_brochure,
.btn_counsel {
	display: table;
	border-radius: 5px;
}
.btn_brochure {
	width: 49%;
	float: right;
	box-shadow:rgb(252, 166, 0) 0px 0px 0px 1px inset,0px 1px 1px rgba(255,255,255,0.8) inset;
	background: rgb(253,193,0);
	background: -moz-linear-gradient(top,  rgba(253,193,0,1) 0%, rgba(251,163,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,193,0,1)), color-stop(100%,rgba(251,163,0,1)));
	background: -webkit-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc100', endColorstr='#fba300',GradientType=0 );
}
.btn_counsel {
	width: 49%;
	float: left;
	box-shadow:rgb(251, 130, 0) 0px 0px 0px 1px inset,0px 1px 1px rgba(255,255,255,0.8) inset;
	background: rgb(253,135,0);
	background: -moz-linear-gradient(top,  rgba(253,135,0,1) 0%, rgba(251,92,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,135,0,1)), color-stop(100%,rgba(251,92,0,1)));
	background: -webkit-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
	overflow: hidden;
}
.btn_brochure a {padding: 0 13px 0 0;background-image: url(/images/top/btn_brochureBg.png);	background-size: 40px auto;background-position: right 1px bottom 6px;}
.btn_counsel a {
	padding: 0 3px 0 0;
	background-image: url(/images/top/btn_counselBg.png);
	background-size: 39px auto;
	overflow: hidden;
    position: relative;
	background-position: right 1px bottom 1px;
}

.btn_ribbon {
    width: 100px;
    padding: 3px 0 3px 4px;
    background: #e5006a;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left: -40px;
    text-transform: uppercase;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    font-size: 13px;
    border: 2px solid #fdc244;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 2dppx) {
		.btn_brochure a {background-image: url(/images/top/btn_brochureBg@2x.png);}
		.btn_counsel a {background-image: url(/images/top/btn_counselBg@2x.png);}
}

/* 電話番号 */
.stM_telnumber {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 95%;
	margin: 0 auto 13px auto;
	background-color: #F9E68D;
	border-radius: 4px;
	box-shadow: 0px 3px 0px #E1C543;
}
.stM_telnumber a {
	display: block;
	width: 248px;
	height: 62px;
	margin: 0 auto;
	padding: 10px 0;
	background-image: url(/images/top/tel_number.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 2dppx) {
    .stM_telnumber a {
        	background-image: url(/images/top/tel_number@2x.png);
			background-size: 248px 62px;
    }
}
footer .stM_telnumber {
	background: none !important;
	box-shadow: none !important;
}

/* トップに戻る */
#stM_footerTop {
	width:100%;
	margin:0px auto;
	background: #333;
}
#stM_footerTop li {
	text-align:center;
	line-height:2em;
	font-size:13px;
	position:relative;
	z-index:1;
	overflow:hidden;
	padding-right:8px;
	text-shadow: 0px -1px 0px  #000;
}
#stM_footerTop li a {
	display:block;
	color:#FFF;
	padding:8px 0;
}
#stM_footerTop li:before,
#stM_footerTop li:after,
#stM_footerTop li a:before,
#stM_footerTop li a:after {
    content:"";
    position:absolute;
    top:50%;
}

/* サイト内検索 */
.stM_searchBox {
	font-size:12px;
	width:90%;
	margin:20px auto 20px auto;
}


/* ページトップへ -------------- */
.st_Pagetop {
	text-align:right;
	width:95%;
	margin:8px auto;
}
.st_Pagetop img {
	width:90px;
	height:auto;
}


/* icon-home */
.home a:before {
    left:24px;
    border-style:solid;
    border-color:transparent;
    border-width:8px 7px;
    border-bottom-color:#FFF;
    margin-top:-16px;
    background:transparent;
}
.home a:after {
    left:26px;
    width:2px;
    height:4px;
    border-style:solid;
    border-color:#fff #FFF transparent;
    border-width:3px 4px 0;
    margin-top:0;
    background:transparent;
}
.home a:hover:before,
.home a:focus:before,
.home a:active:before {
    border-bottom-color:#FFF;
    background:transparent;
}
.home a:hover:after,
.home a:focus:after,
.home a:active:after {
    border-color:#FFF #FFF transparent;
}


.ad_banner{
	margin-bottom:10px;
}

/* PC / copyright */
.stM_footerCopy {
	padding:10px 0px 100px;
	background:#161616;
	text-align:center;
	color: #FFF;
	clear:both;
}
.stM_footerCopy p {
	margin-bottom:5px;
	font-size:11px;
	line-height:1.2;
	text-align:center;
}
.stM_footerCopy p a {
	text-decoration:underline;
	color: #FFF;
}

/* go_top */
.gotop {
	text-align:center;
	display:block;
	width:100%;
	border-top:#ccc dotted 1px;
	margin:0px auto;
}
.gotop a {
	display:block;
	padding:15px 0;
}

/*========== accordion_menu ==========*/
ul.accordion {font-size:100%; color:#666;}
ul.accordion a {display:block; background-position:95% center; background-repeat:no-repeat; line-height: 1.3em;}
ul.accordion span {display:block; padding:10px; background-position:95% center; background-repeat:no-repeat;}
ul.accordion ul {display:none;}
ul.accordion > li {
    background-color: transparent;
    line-height:2em;
	}
ul.accordion > li > ul > li {
	background:#fff;	
	border-bottom:1px solid #ccc;
	font-size:100%;
	}
ul.accordion > li > ul > li:last-child { border-bottom:none;}
ul.accordion > li > p span {
	background-image:url("/images/common/icon_plus.png");
	background-size:12px 12px;
}
ul.accordion > li > p span.open {
	background-image:url("/images/common/icon_minus.png");
	background-size:12px 12px;
	}
ul.accordion > li > ul > li > a {
	background-image:url("/images/common/next_arrow.png");
	background-size:7px 12px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
}

/*========== 無料相談＆資料請求　ボタン ==========*/
.stM_com-ssBtn {
	margin:15px auto;
	width:95%;
	clear:both;
}
.stM_com-ssBtn p {
	width:50%;
	float:left;
	text-align:center;
	font-size:120%;
	font-weight:bold;
}
.stM_com-ssBtn p.sodan a {
	background:#FF6860;
	margin-right:0px;
	box-shadow:0px 3px 0px #ce433d;
}
.stM_com-ssBtn p.siryo a {
	background:#FF6860;
	margin-left:10px;
	box-shadow:0px 3px 0px #ce433d;
}
.stM_com-ssBtn p a {
	display:block;
	color:#fff;
	font-size:120%;
	height:60px;
	line-height:60px;
	border-radius:3px;
}
.stM_com-ssBtn p a img {
	vertical-align:middle;
}
/*========== 次へのボタン ==========*/
.nex-btn li {
	margin-bottom:5px;
	border-radius:3px;
	font-weight:bold;
}
.nex-btn li a {
	display:block;
	color:#333;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	padding:0 0 0 8px;
	background-image:url("/images/common/next_arrow.png");
	background-size:7px 12px;
	background-repeat:no-repeat;
	background-origin:padding-box;
	background-position:97% 50%;
}

/*========== contents ==========*/
.stM_contents {
	width:95%;
	margin:10px auto;
	line-height:130%;
	clear:both;
}
.stM_contentsTitle {
	font-size:150%;
	margin:10px 0;
	clear:both;
	line-height: 1.3;
}
.stM_contentsread {
	font-size:120%;
	margin:5px 0;
}
.stM_pc {
	display:inline-block;
	width:14px;
	height:12px;
	background-image:url("/images/common/icon_pc.png");
	background-size:14px 12px;
	background-repeat:no-repeat;
	background-position:0 0;
	margin:3px 3px 0px 3px;
}
.stM_pc_w {
	display:inline-block;
	width:14px;
	height:12px;
	background-image:url("/images/common/icon_pc_w.png");
	background-size:14px 12px;
	background-repeat:no-repeat;
	background-position:0 0;
	margin:3px 3px 0px 3px;
}



/*========== error404 13/12/24追記 ==========*/
.stM_errorTitle {
	color:#00B5D4;
	font-size:16px;
	padding:10px 0;
	border-bottom:1px dashed #ccc;
}
.stM_errorText {
	font-size:14px;
	margin:10px 0;
	line-height:140%;
}


/*footerのcvnボタン --2016/2/22　セミナー追加により調整*/
.btn_brochure_f,
.btn_counsel_f,
.btn_seminar_f {
	display: table;
	border-radius: 5px;
	margin:0 5px 0 0;
}
.btn_brochure_f,
.btn_seminar_f {
	width: 30%;
	float: left;
	box-shadow:rgb(252, 166, 0) 0px 0px 0px 1px inset,rgb(254, 212, 77) 0px 0px 0px 2px inset;
	background: rgb(253,193,0);
	background: -moz-linear-gradient(top,  rgba(253,193,0,1) 0%, rgba(251,163,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,193,0,1)), color-stop(100%,rgba(251,163,0,1)));
	background: -webkit-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(253,193,0,1) 0%,rgba(251,163,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc100', endColorstr='#fba300',GradientType=0 );
}
.btn_counsel_f {
	width: 35%;
	float: left;
	box-shadow:rgb(251, 130, 0) 0px 0px 0px 1px inset,rgb(254, 171, 77) 0px 0px 0px 2px inset;
	background: rgb(253,135,0);
	background: -moz-linear-gradient(top,  rgba(253,135,0,1) 0%, rgba(251,92,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,135,0,1)), color-stop(100%,rgba(251,92,0,1)));
	background: -webkit-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(253,135,0,1) 0%,rgba(251,92,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
}

/*---------------------------------------------------
スマホ表示　footer改修                 --2016/3/14　*/
#stM_footer{
	font-size:70%;
}
/* 検索窓追加 */
.stM_searchBox {
    font-size: 12px;
    margin: 20px auto;
    width: 90%;
}
/*desk導線*/
.desk_box {
    margin: 10px 0 0px 0;
    text-align: center;
}
.desk_box .each_deskbox {
    border-radius: 6px;
    float: left;
    margin: 0;
    padding: 1%;
    width: 31%;
}
.each_deskbox .desk_name {
    /*font-size: 16px;*/
    font-weight: bold;
    line-height: 1.3;
    margin: 5px 0;
}
.each_deskbox .desk_name img{
	vertical-align:middle;
	margin:-5px 3px 0 0 ;
}
.each_deskbox .desk_back{
	background-color:#fff;
}
.each_deskbox .desk_back img{
    margin: 2% auto;
    width: 95%;
}
.each_deskbox .desk_back p{
	min-height:55px;
    font-size: 11px;
    line-height: 1.4;
}
ul.desk_link{
    margin: 10px auto;
    width: 90%;
}
ul.desk_link li a{
	float:left;
	width:40%;
	background:#a8a8a8;
	color:#fff;
	border-radius:10px;
	padding:5px;
	margin:2% 2% 0;
}

.stM_img{
	text-align:center;
}

/* メルマガ導線 */
.stM_topMail {
    margin: 12px auto 15px;
    width: 300px;
}
.stM_topMail a {
    background-color: #2cabcc;
    background-image:url(/img/com_btn/icon_mail.png);
    background-position: 5% 50%;
    background-repeat: no-repeat;
    background-size: 14% auto;
    border-radius: 3px;
    box-shadow: 0 3px 0 #289cb9;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
	line-height: 1.4;
    padding: 8px 5px 8px 60px;
}
.stM_topMail a span {
    font-size: 10px;
}

/* ページTOPへ */
.stM_Pagetop {
    clear: both;
    margin: 8px auto;
    text-align: right;
    width: 95%;
}
.stM_Pagetop img {
    height: auto;
    width: 90px !important;
}

/* バナー枠追加 */
.footer_bnr_area{
	margin:0 0 10px;
}
.footer_bnr_area img {
    height: auto;
    max-width: 100%;
}

.header_bnr_area{
	margin:0;
}
.header_bnr_area img{
	vertical-align:bottom;
    max-width: 100%;
}

/* ---------------------------------
 短パケパーツ
--------------------------------- */
.parts_tour{
	margin-bottom:10px;
}

.pkg_linkBox{
	clear:both;
	margin-bottom:10px;
	border-radius:4px;
	background:url(/img/country/border_wh.gif) repeat #dceef4;
	border:2px solid #bde6f4;
	width: 100%;
	position:relative;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/*.pkg_linkBox:before{
    content: "おすすめ";
    width: 100px;
    padding: 2px 0 2px 4px;
    background: #e5006a;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: 8px;
    right: -30px;
    text-transform: uppercase;
    -webkit-transform: rotate(403deg);
    transform: rotate(403deg);
    font-size: 0.75rem;
}*/

.pkg_linkBox > a{
	display:block;
	margin:0 !important;
	padding:10px 10px 0;
	width:100% !important;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.pkg_linkBox > a:after{
	clear:both;
	content:"";
	display:block;
}

.pkg_articleImg{
	float:left;
	width:22%;
}

.pkg_articleImg > img{
	width:100%;
}

.pkg_price, .pkg_addText{
	float:right;
	width:78%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.pkg_price{
    margin-bottom: 3px;
	padding:0 0 0 10px !important;
	color:#CC0000;
    line-height: 1 !important;
	font-weight:bold;
    font-size: 1.25rem !important;
}

.tag_lowprice{
    background: #CC0000;
    padding: 2px 5px;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: normal;
    margin: 0 3px 0 0;
    line-height: 1.5;
    vertical-align: bottom;
}

.pkg_addText{
	padding:0 0 0 4px !important;
	font-size:0.75rem !important;
}

.pkg_schoolDetail{
	clear:both;
	margin-bottom:10px;
}

.pkg_schoolDetail dt{
    font-size: 0.8rem !important;
}

.pkg_schoolDetail dt > img{
	width: auto !important;
	height: 0.7rem;
	margin: 0px 5px 0 0;
    vertical-align: baseline;
}

.pkg_linkBox .pkg_term{
    font-size: 0.75rem;
    color: #484848;
    border: 1px solid #484848;
    border-radius: 4px;
    text-align: center;
    padding: 2px 3px;
    position: absolute;
    top: 9px;
    right: 7px;
    display: block;
}

.pkg_schoolDetail dd{
    color: #0085cd;
    font-weight: bold;
    text-decoration: underline;
}

.pkg_linkText{
	position: relative;
    display: block;
    padding:5px 26px 5px 8px !important;
	line-height: 1.4 !important;
    background: #7cceea;
    border-radius: 4px;
    color: #FFF !important;
    font-weight: bold;
	font-size:0.9rem !important;
    text-decoration: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.pkg_linkText:after{
    content: "";
    display: block;
    background: url(/img/com/icon_arrow_wh01.png) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -5px 0 0 0;
}

.doc_btn_link > a {
    position: relative;
    display: block;
    padding: 10px 25px 10px 10px;
    background: #cfebf3;
    border-radius: 4px;
    color: #0176b9 !important;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    border: 1px solid #9bcedc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.doc_btn_link > a:before {
    content: "";
    display: block;
    background: url(/img/com/icon_arrow_wh01.png) no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -6px 0 0 0;
}

/* floatingBtn */
#floating_Btn {
  z-index : 999;
  position : fixed;
  bottom : 0px;
  right : 0px;
  width : 100%;
  display : block !important;
}

.floatingBtn_box {
  background : rgba(67, 67, 67, 0.9);
  padding : 8px;
  box-shadow : rgba(0, 0, 0, 0.5) 0px 0px 3px 1px;
  box-sizing : border-box;
  display : flex;
  justify-content : space-between;
}

.floatingBtn_box .button {
  background-color : transparent;
  border : none;
  cursor : pointer;
  outline-color : initial;
  outline-style : none;
  outline-width : initial;
  padding : 0px;
  font-size : 0px;
  box-sizing : border-box;
}

.floatingBtn_box .button a {
  display : block;
  font-size : 16px;
  font-weight : bold;
  line-height : 1;
  padding : 14px 8px 12px 8px;
  position : relative;
}

.floatingBtn_box .button a::after {
  position : absolute;
  top : 0px;
  bottom : 0px;
  margin : auto;
  content : "";
  vertical-align : middle;
  right : 8px;
  width : 6px;
  height : 6px;
  border-top : 2px solid rgb(255, 255, 255);
  border-right : 2px solid rgb(255, 255, 255);
  transform : rotate(45deg);
}

.floatingBtn_box .button.counsel a::after {
  border-top : 2px solid rgb(255, 255, 255);
  border-right : 2px solid rgb(255, 255, 255);
}

.floatingBtn_box .tag_free {
  display : inline-block;
  font-size : 11px;
  line-height : 1;
  vertical-align : middle;
  margin : -2px 0px 0px 5px;
  padding : 3px 4px;
  border-top-left-radius : 2px;
  border-top-right-radius : 2px;
  border-bottom-right-radius : 2px;
  border-bottom-left-radius : 2px;
  box-sizing : border-box;
}

.floatingBtn_box .button.brochure {
  width : 39%;
  border-top-left-radius : 3px;
  border-top-right-radius : 3px;
  border-bottom-right-radius : 3px;
  border-bottom-left-radius : 3px;
  border-top-width : 2px;
  border-right-width : 2px;
  border-left-width : 2px;
  border-top-style : solid;
  border-right-style : solid;
  border-left-style : solid;
  border-top-color : rgb(252, 172, 0);
  border-right-color : rgb(252, 172, 0);
  border-left-color : rgb(252, 172, 0);
  border-image-source : initial;
  border-image-slice : initial;
  border-image-width : initial;
  border-image-outset : initial;
  border-image-repeat : initial;
  border-bottom : 3px solid rgb(210, 144, 2);
  background-color : rgb(252, 172, 0);
  text-align: center;
}

.floatingBtn_box .button.counsel {
  width : 59%;
  border-top-left-radius : 3px;
  border-top-right-radius : 3px;
  border-bottom-right-radius : 3px;
  border-bottom-left-radius : 3px;
  border-top-width : 2px;
  border-right-width : 2px;
  border-left-width : 2px;
  border-top-style : solid;
  border-right-style : solid;
  border-left-style : solid;
  border-top-color : rgb(235, 127, 0);
  border-right-color : rgb(235, 127, 0);
  border-left-color : rgb(235, 127, 0);
  border-image-source : initial;
  border-image-slice : initial;
  border-image-width : initial;
  border-image-outset : initial;
  border-image-repeat : initial;
  border-bottom : 3px solid rgb(177, 96, 0);
  background-color : rgb(235, 127, 0);
  text-align: center;
}

.floatingBtn_box .button.brochure a {
  color : rgb(235, 127, 0);
}

.floatingBtn_box .button.counsel a {
  color : rgb(255, 255, 255);
}

.floatingBtn_box .button.brochure .tag_free {
  background : rgb(255, 255, 255);
  color : rgb(252, 172, 0);
}

.floatingBtn_box .button.counsel .tag_free {
  color : rgb(235, 127, 0);
  background : rgb(255, 255, 255);
}

/*　page-top　*/
.pagetopBtn {
    text-align: right;
}

.pagetopBtn img{
    width:40px;
	margin: 0 5px 2px 0;
}

/*　×ボタン付きバナー　*/
.floating_bnr {
	margin: 0 auto;
	position: relative;
}

.floating_bnr a {
	margin: 0 auto;
	display: block;
	width: 100%;
}

.floating_bnr a img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}
.floating_bnr .button {
	padding: 0;
	margin: 0;
	border: none;
	background:none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.floating_bnr .button img {
	width: 25px;
    height: 25px;
}

@media screen and (max-width:360px){
	.floatingBtn_box .button a {
    font-size : 15px;
    padding : 14px 0px 12px 0px;
  }

  .floatingBtn_box .button.brochure .tag_free {
    margin : -2px 0px 0px 2px;
  }

  .floatingBtn_box .button a::after {
    right : 4px;
  }
}
.button.brochure > a {
  color : rgb(255, 255, 255) !important;
}

.button.counsel {
  background-color : rgb(255, 139, 3) !important;
}