@charset "UTF-8";
/*＜注意点＞
@mediaで幅指定をしている中にハックを書くとき、@mediaの中にさらに@mediaを書けないので、他の書き方にしたほうがよい。*/

/*-------------------------------------------------------------------------------------------------*/
/* 共通項目 */
/*-------------------------------------------------------------------------------------------------*/
body {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #2d5f92;/* 基本の文字カラー */
	/*color: #1b435d;*/
	-webkit-font-smoothing: antialiased;
	text-align: justify;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-text-size-adjust: none;
	letter-spacing: .05em;
}
.number-font-family {
	font-family: Century Gothic, CenturyGothic, AppleGothic, 'Avenir-Light', sans-serif;
	letter-spacing: 0!important;
	font-weight: normal!important;
}
@media screen and (min-width: 1039px) {
.mincho-font{
	font-family: 'Shippori Mincho', serif;
	font-family: 'Shippori Mincho B1', serif;
}
}
/* 基本文字サイズ
---------------------------------------------------- */
/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ] [ rem ] [ em ]
16px 	100%　 1rem	  1em
↑1remは16px　2remは32px

＜フォントルール＞※サイズ・太さ・文字詰め・行間・色の指定を「フォントルール」に含める。

reset.cssに記述した基本フォントサイズは16px。
基本的にそれに対して「rem」を使用すること。

なるべく用意されたクラスで指定する。
（ページ全体に統一感を出すためにフォントの指定を限定的にする。やむを得ない場合を除いて個別に設定しない。）
---------------------------------------------------------------------*/
/* PC　start　++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 1040px) {
h1, h2, h3, .most-large-font, .large-font {
	letter-spacing: .1em;
}
}/* PC end 　+++++++++++++++++++++++++++++++++++++++++++++++++ */

/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
h1, h2, h3, .most-large-font, .large-font {
	letter-spacing: 0;
}
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
h1, h2, h3, .most-large-font, .large-font {
	letter-spacing: 0;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.most-large-font {
	font-size: 4rem;
	font-weight: bold;
}
/* IE9 IE10ハック*/
:root .most-large-font {
	letter-spacing: 1px \0/;
}
.more-large-font {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.1;
}
/* IE9 IE10ハック*/
:root .more-large-font {
	letter-spacing: 1px \0/;
}
h1, h2, .large-font {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 20px;
}
/* IE9 IE10ハック*/
:root h1, h2, .large-font {
	letter-spacing: 1px \0/;
}
.more-medium-font {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 30px;
}
/* IE9 IE10ハック*/
:root .more-medium-font {
	letter-spacing: 1px \0/;
}
h3, .medium-font {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 30px;
}
/* IE9 IE10ハック*/
:root h3, .medium-font {
	letter-spacing: 1px \0/;
}
h4, .small-font {
	font-size: 1.27rem;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 30px;
}
/* IE9 IE10ハック*/
:root h4, .small-font {
	font-size: 1.17rem \0/;
	letter-spacing: 1px \0/;
}
.more-small-font {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: normal;
}
/* IE9 IE10ハック*/
:root .more-small-font {
	letter-spacing: 1px \0/;
}
.most-small-font {
	font-size: 1rem;
	line-height: 1.1;
	font-weight: normal;
}
/* IE9 IE10ハック*/
:root .most-small-font {
	letter-spacing: 1px \0/;
}

/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.most-large-font {
	font-size: 3rem;
	font-weight: bold;
}
.more-large-font {
	font-size: 2.4rem;
	font-weight: bold;
}
h1, h2, .large-font {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}
.more-medium-font {
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 20px;
}
h3, .medium-font {
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 20px;
}
h4, .small-font {
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 20px;
}
.more-small-font {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: normal;
}
.most-small-font {
	font-size: 0.8rem;
	line-height: 1.1;
	font-weight: normal;
}
}/*
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 767px) {
.most-large-font {
	font-size: 2rem;
	font-weight: bold;
}
.more-large-font {
	font-size: 1.6rem;
	font-weight: bold;
}
h1, h2, .large-font {
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
}
.more-medium-font {
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 20px;
}
h3, .medium-font {
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 20px;
}
h4, .small-font {
	font-size: 1rem;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 20px;
}
.more-small-font {
	font-size: 0.9rem;
	line-height: 1.3;
	font-weight: normal;
}
.most-small-font {
	font-size: 0.7rem;
	line-height: 1.1;
	font-weight: normal;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本color
---------------------------------------------------- */
/*濃青*/
/*水色*/
.mizu-color1 {
	color: #2d5f92;
}/*水色 濃（文字・アイコン等に使用）*/
.mizu-color2 {
	color: #78bbe6;
}/*水色 中（背景色など　はっきりめの水色）*/
.mizu-color3 {
	color: #d5eeff;
}/*水色 淡（背景色など　ごく淡い水色）*/
/*オレンジ*/
.orange-color1 {
	color: #4b9b84;
}/*オレンジ 濃（文字・アイコン等に使用）*/
.mizu-color2 {
	color: #78bbe6;
}/*水色 中（背景色など　はっきりめの水色）*/
.mizu-color3 {
	color: #d5eeff;
}/*水色 淡（背景色など　ごく淡い水色）*/

.red{
	color: #d62d3a;
}
.white{
	color: #fff;
}

.usu-midori{
	color: #dcffef;
}


/* float解除 
---------------------------------------------------- */
.clearfix {
	zoom: 1;/*for IE 5.5-7*/
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both;
}
/* link
---------------------------------------------------- */
a {
	outline: none;
}
a:link, a:visited {
	color: #2d5f92;
	text-decoration: none;
	font-weight: 500;
}
.link-deco a:link, a:visited {
	color: #d62d3a;
	text-decoration: underline;
}
.link-deco a:hover {
	color: #2d5f92;
	text-decoration: none;
	opacity: 0.5;
}
a:active {
	color: #d62d3a;
	text-decoration: none;
}

a:hover {
	color: #d62d3a;
	text-decoration: underline;
}
.img-filter a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* 汎用
---------------------------------------------------- */
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.center-block {
	margin: 0 auto;
}
.large {
	font-size: 120%;
	line-height: normal;
}
.small {
	font-size: 80%;
	line-height: normal;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
.wsn{white-space: nowrap;}

/*太いマーカーライン*/
.marker_yellow_futo {
	background: linear-gradient(transparent 0%, #ffd942 0%);
}
/*細いマーカーライン*/
.marker_yellow_hoso {
	background: linear-gradient(transparent 90%, #ffd942 90%);
}
.marker_water_hoso {
	background: linear-gradient(transparent 90%, #66ccff 90%);
}
.marker_pink_hoso {
	background: linear-gradient(transparent 90%, #ff66ff 90%);
}

.vat{
	vertical-align: top;
}
.vam{
	vertical-align: middle;
}
.vab{
	vertical-align: bottom;
}

.center-block{
	margin: 0 auto;
}
/* margin-padding
----------------------------------------------------------*/
/*margin*/
.mt1 {
	margin-top: 1px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt31 {
	margin-top: 31px;
}
.mt40 {
	margin-top: 40px;
}
.mt42 {
	margin-top: 42px;
}
.mt43 {
	margin-top: 43px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mt120 {
	margin-top: 120px;
}
.mt130 {
	margin-top: 130px;
}
.mt140 {
	margin-top: 140px;
}
.mt170 {
	margin-top: 170px;
}
.mr0 {
	margin-right: 0px;
}
.mr5 {
	margin-right: 5px;
}
.mr6 {
	margin-right: 6px;
}
.mr7 {
	margin-right: 7px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr17 {
	margin-right: 17px;
}
.mr20 {
	margin-right: 20px;
}
.mr24 {
	margin-right: 24px;
}
.mr25 {
	margin-right: 25px;
}
.mr27 {
	margin-right: 27px;
}
.mr30 {
	margin-right: 30px;
}
.mr33 {
	margin-right: 33px;
}
.mr35 {
	margin-right: 35px;
}
.mr40 {
	margin-right: 40px;
}
.mr47 {
	margin-right: 47px;
}
.mr50 {
	margin-right: 50px;
}
.mr100 {
	margin-right: 100px;
}
.mr120 {
	margin-right: 120px;
}
.mr200 {
	margin-right: 200px;
}
.ml0 {
	margin-left: 0px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml35 {
	margin-left: 35px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.ml80 {
	margin-left: 80px;
}
.ml90 {
	margin-left: 90px;
}
.ml100 {
	margin-left: 100px;
}
.ml120 {
	margin-left: 120px;
}
.ml150 {
	margin-left: 150px;
}
.ml160 {
	margin-left: 160px;
}
.ml200 {
	margin-left: 200px;
}
.ml210 {
	margin-left: 210px;
}
.ml220 {
	margin-left: 220px;
}
.ml230 {
	margin-left: 230px;
}
.ml240 {
	margin-left: 240px;
}
.ml260 {
	margin-left: 260px;
}
.ml300 {
	margin-left: 300px;
}
.ml400 {
	margin-left: 400px;
}
.ml500 {
	margin-left: 500px;
}
.mb0 {
	margin-bottom: 0px!important;
}
.mb5 {
	margin-bottom: 5px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb18 {
	margin-bottom: 15px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb75 {
	margin-bottom: 75px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb140 {
	margin-bottom: 140px;
}
/*ネガティブマージン*/
.mb-10 {
	margin-bottom: -10px;
}
.mb-20 {
	margin-bottom: -20px;
}
/*padding*/
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pr0 {
	padding-right: 0px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr25 {
	padding-right: 25px;
}
.pr30 {
	padding-right: 30px;
}
.pl0 {
	padding-left: 0px;
}
.pl3 {
	padding-left: 3px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pl50 {
	padding-left: 50px;
}
.pl65 {
	padding-left: 65px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb90 {
	padding-bottom: 90px;
}
/*padding 左右*/
.pd10 {
	padding: 0 10px;
}
.pd20 {
	padding: 0 20px;
}
.pd30 {
	padding: 0 30px;
}
/* mawarikomi
----------------------------------------------------------*/
.mawarikomi_l .image {
	float: left;
	margin-right: 10px;
}
.mawarikomi_l .text {
	overflow: hidden;
	zoom: 1;
}
.mawarikomi_r .image {
	float: right;
	margin-left: 10px;
}
.mawarikomi_r .text {
	overflow: hidden;
	zoom: 1;
}
/*-------------------------------------------------------------------------------------------------*/
/* アンカーリンク位置調整*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
#anchor-link1,#anchor-link2,#anchor-link3,#anchor-link4,#anchor-link5,#anchor-link6#anchor-link7,#anchor-link8 {
	padding-top: 100px;
	margin-top: -100px;
}

/* PC　スマホ　タブレット　全て共通 end 　++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 600px) {
#anchor-link1,#anchor-link2,#anchor-link3,#anchor-link4,#anchor-link5,#anchor-link6#anchor-link7,#anchor-link8 {
	padding-top: 40px;
	margin-top: -40px;
}
}
/*-------------------------------------------------------------------------------------------------*/
/* メインイメージ */
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.top-midashi h1 {
	background: #78bbe6;
	color: #fff;
	margin: 0;
	padding: 10px;
}
/* IE10〜11 ハック*/
_:-ms-input-placeholder, :root .top-midashi h1 {
 padding: 15px 10px 5px;
}
/* IE9 IE10ハック*/
:root .top-midashi h1 {
	padding: 15px 10px 5px \0/;
}
#mainimage-sp {
	display: none;
}
.mainimage-pc-bg {
	background-image: url(../img/main-pc-img-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/*クリッカブルの時*/
.mainimage-pc-clip-bg {
	background-image: url(../img/main-pc-img-back_clip.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.mainimage-pc-clip-bg {
	background-image: none;
}
}
/*//クリッカブルの時*/

#mainimage-pc {
	width: 1040px;
	height: auto;
	margin: 0 auto;
}
#mainimage-pc img {
	width: 100%;
	height: auto;
}

/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.top-midashi {
	margin-top: 80px;
}
.top-midashi h1 {
	background: #fff;
	color: #e6882e;
}
.mainimage-pc-bg {
	background-image: none;
}
#mainimage-pc {
	width: 100%;
}
#mainimage-pc img {
	width: 100%;
	height: auto;
}
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.top-midashi {
	margin-top: 50px;
}
.top-midashi h1 {
	background: #fff;
	color: #e6882e;
	margin: 0;
	padding: 15px 10px 10px;
}
#mainimage-sp {
	display: block;
}
.mainimage-pc-bg {
	display: none;
}
#mainimage-pc {
	display: none;
}
#mainimage-sp {
	width: 100%;
	height: auto;
	margin: 50px auto 0;
}
#mainimage-sp img {
	width: 100%;
	height: auto;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */



.img-wide-orijinaru1 img {
	width: 200px;
	height: auto;
	background: #fff;
	float: right;
}
.img-wide-orijinaru2 img {
	width: 40%;
	height: auto;
	background: #fff;
}
.img-wide50 img {
	width: 50%;
	height: auto;
}	

.img-wide60 img {
	width: 60%;
	height: auto;
}	
.img-wide80 img {
	width: 80%;
	height: auto;
}	
.img-wide90 img {
	width: 90%;
    height: auto;
}

/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
/*画像タブレットの時100％にするなら*/
.img-wide-orijinaru1 img {
	width: 30%;
	height: auto;
	background: #fff;
}
.img-wide-orijinaru2 img {
	width: 70%;
	height: auto;
	background: #fff;
}
.img-wide50 img {
	width: 100%;
	height: auto;
}
	
.img-wide60 img {
	width: 100%;
	height: auto;
}		
	
.img-wide80 img {
	width: 100%;
	height: auto;
}	
.img-wide90 img {
	width: 100%;
    height: auto;
}
	
	
.img-tab100 img {
	width: 100%;
	height: auto;
}	
	
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */	
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
	
	
.img-wide-orijinaru1 img {
	width: 70%;
	height: auto;
	background: #fff;
	float: none;
}	
	
/*画像スマホの時100％にするなら*/
.img-sp100 img {
	width: 100%;
	height: auto;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */



/*-------------------------------------------------------------------------------------------------*/
/* CVエリア ファーストCVボタン（メインビジュアル下部デザイン）*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */

.wrapper-cv-area{
	background-color: #faffdd;
}

.guideArea-top .guideArea-midashi {
	padding-bottom: 15px;
	text-align: center;
}
.guideArea-top .inner-box {
	width: 100%;
	background: #78bbe6;
	padding: 50px 0 0;
}
.guideArea-top .left-area {
	float: left;
	width: 52%;
	border-right: 1px solid #d5e190;
}
.guideArea-top .tel-number {
	color: #5bbda1;
	margin: 0 auto;
}
.guideArea-top .tel-number img {
	vertical-align: middle;
	padding: 0 0 10px 0;
}
.guideArea-top .right-area {
	float: right;
	width: 45%;
	margin-top: 15px;
}
.guideArea-top .guideArea-text {
	font-weight: bold;
	margin: 0;
}
.guideArea-top .btn-linkPC {
	padding: 15px;
	border-radius: 10px;
	background-color: #5bbda1;
	border-bottom: solid 5px #4b9b84;
	margin: 10px 0;
	width: 435px;
}
.guideArea-top a:hover .btn-linkPC {
	background-color: #4b9b84;
	border-bottom: solid 5px #dd7a1a;
}
.guideArea-top a:active .btn-linkPC {
	transform: translateY(4px);/*下に動く*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.guideArea-top .btn-linkPC .btn-midashi {
	color: #fff;
	font-weight: bold;
	/*text-shadow: 0 1px 2px #333;*/
	padding: 5px 0 0;
	margin: 0;
	letter-spacing: 0;
	text-align: center;
}
.guideArea-top .btn-linkPC .btn-midashi i {
	margin-right: 5px;
}
.guideArea-top .btn-linkPC .btn-midashi img {
	width: 5%;
	height: auto;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.guideArea-top .inner-box {
	padding: 50px 0 0;
}
.guideArea-top .right-area {
	width: 40%;
	padding: 0 15px;
}
.guideArea-top .left-area {
	width: 52%;
	padding: 0 15px;
}
.guideArea-top .tel-number {
	width: 410px;
}
.guideArea-top .tel-number img {
	width: 20%;
	height: auto;
}
.guideArea-top .guideArea-text {
	width: 400px;
	margin: 0 auto;
}
.guideArea-top .btn-linkPC {
	width: 290px;
}
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */


/*-------------------------------------------------------------------------------------------------*/
/* CVエリア 高島さんボタン*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.guideAreaSP-top .inner-box {
	width: 97%;
	padding: 40px 0 40px;
	border: 5px solid #d5e190;
	margin-top: 40px;
}
.guideAreaSP-top .left-area {
	float: left;
	width: 52%;
	border-right: 1px solid #d5e190;
}
.guideAreaSP-top .right-area {
	float: right;
	width: 45%;
	padding: 0 25px 0 0;
}


/*CVエリア人調整*//* デバイス幅による位置調整 */
.guideAreaSP-top {
	background-image: url(../img/cv-bg5.png);
	background-repeat: no-repeat;
	background-position: left 10px bottom 0;
	background-size: 11%;
}
@media only screen and (max-width: 990px) {
.guideAreaSP-top {
	background-position: left 10px bottom 0;
	background-size: 12%;
}
}
@media only screen and (max-width: 924px) {
.guideAreaSP-top {
	background-position: left 10px bottom 0;
	background-size: 13%;
}
}
@media only screen and (max-width: 868px) {
.guideAreaSP-top {
	background-position: left 10px bottom 0;
	background-size: 14%;
}
}
@media only screen and (max-width: 834px) {
.guideAreaSP-top {
	background-position: left 0px bottom 0;
	background-size: 14%;
}
}

@media only screen and (max-width: 767px) {
.guideAreaSP-top {
	background-position: left 10px top 10px;
	background-size: 14%;
}
}
@media only screen and (max-width: 676px) {
.guideAreaSP-top {
	background-position: left 10px top 20px;
	background-size: 17%;
}
}
@media only screen and (max-width: 535px) {
.guideAreaSP-top {
	background-position: left 10px top 20px;
	background-size: 21%;
}
}
@media only screen and (max-width: 500px) {
.guideAreaSP-top {
	background-position: left 5px top 20px;
	background-size: 20%;
}
}
@media only screen and (max-width: 458px) {
.guideAreaSP-top {
	background-position: left 0px top 30px;
	background-size: 20%;
}
}
@media only screen and (max-width: 451px) {
	.guideAreaSP-top {
	background-position: left -10px top 10px;
	background-size: 22%;
}
}
@media only screen and (max-width: 445px) {
	.guideAreaSP-top {
	background-position: left -10px top 30px;
	background-size: 22%;
}
}
@media only screen and (max-width: 380px) {
	.guideAreaSP-top {
	background-position: left -10px top 10px;
	background-size: 30%;
}
}
/*見出し*/
.guideAreaSP-top .guideArea-midashi {
	font-size: 1.27rem;
	padding: 8px 0 5px;
	letter-spacing: -0.1px;
	text-align: right;
	font-weight: 800;
	width: 90%;
}
@media only screen and (max-width: 970px) {
.guideAreaSP-top .guideArea-midashi {
	width: 93%;
}
}
@media only screen and (max-width: 900px) {
.guideAreaSP-top .guideArea-midashi {
	font-size: 1.2rem;
	width: 95%;
}
}
@media only screen and (max-width: 870px) {
.guideAreaSP-top .guideArea-midashi {
	width: 95%;
}
}
@media only screen and (max-width: 855px) {
.guideAreaSP-top .guideArea-midashi {
	width: 97%;
}
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.guideAreaSP-top .guideArea-midashi {
	font-size: 1.27rem;
	padding: 8px 0 5px 1em;
	letter-spacing: -0.1px;
	text-align: center;
	font-weight: 800;
	width: 100%;
}	
}

@media only screen and (max-width: 425px) {
.guideAreaSP-top .guideArea-midashi {
	text-align: right;
	width: 90%;
	font-size: 1.20rem;
}
}

@media only screen and (max-width: 383px) {
.guideAreaSP-top .guideArea-midashi {
	text-align: right;
	width: 91%;
	font-size: 1.10rem;
}
}
@media only screen and (max-width: 380px) {
.guideAreaSP-top .guideArea-midashi {
	text-align: right;
	width: 91%;
	font-size: 1.00rem;
}
}
@media only screen and (max-width: 353px) {
.guideAreaSP-top .guideArea-midashi {
	text-align: right;
	width: 91%;
	font-size: 0.9rem;
}
}


.guideAreaSP-top .guideArea-midashi .letter-space-mini {
	letter-spacing: -1px;
}
.guideAreaSP-top .btn-telSP {
	float: right;
	width: 69%;
	margin: 0 10px 15px 10px;
	padding: 20px 10px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	line-height: 1.2;
	background-color: #2496ce;
	border-bottom: solid 5px #2c87b9;
}
.guideAreaSP-top a:hover .btn-telSP {
	background-color: #2c87b9;
	border-bottom: solid 5px #1876a9;
}
.guideAreaSP-top a:active .btn-telSP {
	transform: translateY(4px);/*下に動く*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.guideAreaSP-top .btn-telSP .tel-attention {
	border-radius: 20px;
	background: #fff;
	padding: 8px 5px 5px;
	letter-spacing: 1px;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
}
.guideAreaSP-top .btn-telSP .tel-number {
	width: 100%;
	color: #fff;
	/*text-shadow: 0 1px 2px #333;*/
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
}
.guideAreaSP-top .btn-telSP .tel-number img.icon_24h {
	width: 20%;
	height: auto;
	vertical-align: middle;
	padding: 0 3px 5px 0;
}
.guideAreaSP-top .btn-midashi {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	padding: 0 0 10px 0;
}
.guideAreaSP-top .line-midashi {
	font-size: 1.27rem;
	padding: 8px 0 5px;
	letter-spacing: -0.1px;
	text-align: center;
	font-weight: 800;
	background: #faffdd;
}
.guideAreaSP-top .line-midashi .letter-space-mini {
	letter-spacing: -1px;
}
.guideAreaSP-top .btn-linkSP {
	text-align: center;
	margin: 0 10px 10px 10px;
	padding: 30px 10px;
	border-radius: 10px;
	text-decoration: none;
	line-height: 1.2;
	background-color: #5bbda1;
	border-bottom: solid 5px #4b9b84;
}
.guideAreaSP-top a:hover .btn-linkSP {
	background-color: #51a48c;
	border-bottom: solid 5px #3f7f6d;
}
.guideAreaSP-top a:active .btn-linkSP {
	transform: translateY(4px);/*下に動く*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.guideAreaSP-top .btn-linkSP .btn-midashi {
	color: #fff;
	/*text-shadow: 0 1px 2px #333;*/
	padding: 20px 0 7px;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
}

.guideAreaSP-top .btn-linkSP .btn-midashi i {
	margin-right: 3px;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/* タブレット　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.guideAreaSP-top .right-area {
	width: 47%;
	padding: 0 0;
}
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */


/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
	
.guideAreaSP-top .left-area {
	float: none;
	width: 100%;
	border-right: none;
}
.guideAreaSP-top .right-area {
	float: none;
	width: 100%;
	padding: 20px 0;
}



.guideAreaSP-top .btn-telSP {
	float: right;
	width: 75%;
	margin: 0 10px 15px 10px;
	padding: 10px 10px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	line-height: 1.2;
	background-color: #2496ce;
	border-bottom: solid 5px #2c87b9;
}
.guideAreaSP-top a:hover .btn-telSP {
	background-color: #2c87b9;
	border-bottom: solid 5px #1876a9;
}
.guideAreaSP-top a:active .btn-telSP {
	transform: translateY(4px);/*下に動く*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.guideAreaSP-top .btn-telSP .tel-attention {
	border-radius: 20px;
	background: #fff;
	padding: 5px 5px 3px;
	letter-spacing: 1px;
	vertical-align: middle;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: bold;
}
.guideAreaSP-top .btn-telSP .tel-number {
	width: 100%;
	color: #fff;
	/*text-shadow: 0 1px 2px #333;*/
	font-size: 7.8vw;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
}
.guideAreaSP-top .btn-telSP .tel-number img.icon_24h {
	width: 20%;
	height: auto;
	vertical-align: middle;
	padding: 0 3px 5px 0;
}
.guideAreaSP-top .line-midashi {
	font-size: 1.27rem;
	padding: 40px 0 5px;
	margin: 0;
	letter-spacing: -0.1px;
	text-align: center;
	font-weight: 800;
	border-top: 1px solid #d5e190;
	background: #faffdd;
}
.guideAreaSP-top .line-midashi .letter-space-mini {
	letter-spacing: -1px;
}
.guideAreaSP-top .btn-linkSP {
	text-align: center;
	margin: 0 10px 10px 10px;
	padding: 15px 10px;
	border-radius: 10px;
	text-decoration: none;
	line-height: 1.2;
	background-color: #5bbda1;
	border-bottom: solid 5px #4b9b84;
}
.guideAreaSP-top a:hover .btn-linkSP {
	background-color: #51a48c;
	border-bottom: solid 5px #3f7f6d;
}
.guideAreaSP-top a:active .btn-linkSP {
	transform: translateY(4px);/*下に動く*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.guideAreaSP-top .btn-linkSP .btn-midashi {
	color: #fff;
	/*text-shadow: 0 1px 2px #333;*/
	padding: 8px 0 3px;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
}
.guideAreaSP-top .btn-linkSP .btn-midashi i {
	margin-right: 3px;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */



/*-------------------------------------------------------------------------------------------------*/
/* CVエリア */
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.cv-bg1{
	background: url(../img/cv-bg1.png) -24% 50% no-repeat #f1f7fd;
	background-size: 40%;
}
.cv-bg1 .right-area{
	float: right;
	width: 88%;
}
@media only screen and (max-width: 927px) {
.cv-bg1{
	background: url(../img/cv-bg1.png) -52% 50% no-repeat #f1f7fd;
	background-size: 60%;
}
.cv-bg1 .right-area{
	float: right;
	width: 80%;
}
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.cv-bg1{
	background:none;
}
.cv-bg1 .right-area{
	float: none;
	width: 100%;
}
}

table.respon{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
	padding:0;
	margin:0 auto;
}

table.respon tr{
	border:1px solid #ddd;
	padding:5px;
}

table.respon th, table.respon td{
	padding:10px;
	text-align:left;
}

table.respon th{
	font-size:1em;
	letter-spacing:1px;
	border:1px solid #fff;
	background-color: #78bbe6;
	color: #fff;
}
table.respon td:first-child{
	background-color: #bbddf2;
}
table.respon td:nth-child(2){
	background-color: #d6eaf7;
}
table.respon td{
	background-color: #fff;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
	table.respon{
		border:0;
	}

	table.respon thead{
		display:none;
	}

	table.respon tr{
		margin-bottom:10px;
		display:block;
		border-bottom:2px solid #ddd;
	}

	table.respon td{
		display:block;
		text-align:right;
		font-size:1em;
		border-bottom:1px dotted #ccc;
	}

	table.respon td:last-child{
		border-bottom:0;
	}

	table.respon td:before {
		content:attr(data-label);
		float:left;
		font-weight: bold;
	}
	table.respon td:first-child{
		text-align:left;
		font-weight: bold;
	}
}




/*-------------------------------------------------------------------------------------------------*/
/* コンテンツ */
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.bg-mizuiro  {
	/*background: #eff8fe;
	padding: 60px 0 0;*/
}
.bg-color1{
	background: #dcffef;
	padding: 5px 0 50px;
	position: relative;
}

.bg-color2{
	background: #d2effd;
	padding: 70px 0 50px;
	position: relative;
}
.bg-white {
	background: #fff;
	padding: 70px 0 50px;
	border-radius: 5px;
	position: relative;
}
.bg-pale-red  {
	background: #fff0f3;
	padding: 70px 0 50px;
	border-radius: 5px;
	position: relative;
}

.bg-grid-paper {
	background-image: url("../img/bg-grid-paper.jpg");
	background-size: 10px 10px;
	background-position: center;
	padding: 70px 0 50px;
	background-repeat: repeat;
	position: relative;
}
.bg-grid-paper2 {
	background-image: url("../img/bg-grid-paper.jpg");
	background-size: 13px 13px;
	background-position: center;
	padding: 30px 0 30px;
	background-repeat: repeat;
	position: relative;
}
.icon-circle {
	display: none;
	
	position: absolute;
	z-index: 10;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	border: 10px solid #78bbe6;
	text-align: center;
	line-height: 74px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #2d5f92;
	vertical-align: middle;
	top: -40px;
	left: 47%;
}

/* PC　スマホ　タブレット　全て共通 end 　++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.bg-mizuiro {
	/*padding: 60px 0 30px;*/
}
.bg-color1 {
	padding: 0px 10px 30px;
}
.bg-color2 {
	padding: 60px 10px 30px;
}
.bg-white {
	padding: 60px 10px 30px;
}
.bg-pale-red {	
	padding: 60px 10px 30px;
}
	
.bg-grid-paper {
	padding: 60px 10px 30px;
}
.bg-grid-paper2 {
	padding: 30px 10px 30px;
}
.icon-circle {
	width: 60px;
	height: 60px;
	border: 8px solid #78bbe6;
	line-height: 62px;
	font-size: 1.4rem;
	top: -40px;
	left: 46.5%;
}
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.bg-mizuiro {
	/*padding: 50px 0 0px;*/
}
.bg-color1 {
	padding: 0px 10px 20px;
}
.bg-color2 {
	padding: 50px 10px 20px;
}
.bg-white {
	padding: 50px 10px 20px;
}
.bg-pale-red{	
	padding: 50px 10px 20px;
}	
.bg-grid-paper {
	padding: 50px 10px 20px;
}
.bg-grid-paper2 {
	padding: 20px 10px 20px;
}
.icon-circle {
	width: 50px;
	height: 50px;
	border: 5px solid #78bbe6;
	line-height: 55px;
	font-size: 1.2rem;
	top: -30px;
	left: 42%;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------*/
/* 会社概要　#companyArea*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
#companyArea {
	padding: 0 0 60px;
}
#companyArea h2 {
	color: #2d5f92;
}
#companyArea table.companyArea-table {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	border-top: solid 1px #dfdfdf;
	border-left: solid 1px #dfdfdf;
	background: #fff;
	margin-bottom: 60px;
}
#companyArea table.companyArea-table th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #78bbe6;
	border-bottom: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	padding: 20px 10px 20px 20px;
	color: #fff;
}
#companyArea table.companyArea-table td {
	font-weight: normal;
	border-bottom: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	padding: 20px;
	line-height: 1.6;
}
#companyArea table.companyArea-table td.location .pic {
	float: left;
	width: 25%;
	padding: 0 10px 0 0;
}
#companyArea table.companyArea-table td.location .pic img {
	width: 100%;
	height: auto;
}
#companyArea table.companyArea-table td.location .text {
	float: right;
	width: 70%;
	margin-top: 35px;
}
#companyArea table.companyArea-table td.location .lacation-tel {
	letter-spacing: 2.5px;
}
#companyArea table.companyArea-table td p.line {
	border-bottom: solid 1px #dfdfdf;
	padding: 20px 0;
}
#companyArea table.companyArea-table td p.line.last {
	border: none;
}
#companyArea table.companyArea-table td span.phone_dial {
	display: block;
	background: url(../img/cv/free-dial-navy.png) left center no-repeat;
	background-size: 30px;
	padding-left: 35px;
	margin: 0;
}

/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */




/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
#companyArea {
	padding: 0 0 30px;
}
#companyArea table.companyArea-table th {
	text-align: center;
	padding: 20px;
}
#companyArea table.companyArea-table td.location .text {
	margin-top: 0;
}
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
#companyArea table.companyArea-table img{
	width:100%;
	height: auto;
}
	
	
#companyArea table.companyArea-table th {
	padding: 10px;
}
#companyArea table.companyArea-table td {
	padding: 10px;
}
#companyArea table.companyArea-table th {
	display: block;
	padding: 3%;
}
#companyArea table.companyArea-table td {
	display: block;
	padding: 3%;
}
#companyArea table.companyArea-table td.location .pic {
	float: none;
	width: 100%;
	padding: 0;
}
#companyArea table.companyArea-table td.location .pic img {
	width: 100%;
	height: auto;
}
#companyArea table.companyArea-table td.location .text {
	float: none;
	width: 100%;
	margin-top: 10px;
}
#companyArea table.companyArea-table td.location {
	margin-top: 0;
}
#companyArea ttable.companyArea-table td.location strong {
	color: #002373;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */



.box-link{
	display: flex;
	align-content: center;
	justify-content: space-around;
	border: 1px solid #ccc;
	padding: 30px;
}
.item{
	background: #bbddf2;
	border: 1px solid #2496ce;
	padding: 10px;
	flex-basis:25%;
	text-align: center;
	font-weight: bold;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.box-link{
	display: block;
	align-content: center;
	justify-content: space-around;
	border: 1px solid #ccc;
	padding: 30px;
}
.item{
	background: #bbddf2;
	border: 1px solid #2496ce;
	padding: 10px;
	flex-basis:20%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */




/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.box-link2-bg{
	width: 80%; 
	margin: 0 auto;
}
/*.cv-bg2{ 高島さん画像2つだしたとき
	background-image: url(../img/cv-bg2.png), url(../img/cv-bg3.png);
	background-position: right 0 top 0, left 0 top 0;
	background-size: 20%, 20%;
	background-repeat: no-repeat, no-repeat;
	padding-bottom: 80px;
}*/

.cv-bg2{ 
	/*background-image: url(../img/cv-bg2.png);*/
	background-position: right 0 top 0;
	background-size: 20%;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
@media only screen and (max-width: 1145px) {
.box-link2-bg{
	width: 50%; 
	margin: 0 auto;
}
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.box-link2-bg{
	width: 80%; 
	margin: 0;
	text-align: left;
}
.cv-bg2{
	/*background-image: url(../img/cv-bg2.png), none;*/
	background-position: right 0 top 0;
	background-size: 20%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
}
@media only screen and (max-width: 500px) {
.box-link2-bg{
	width: 70%; 
	margin: 0;
	text-align: left;
}
.cv-bg2{
/*	background-image: url(../img/cv-bg2.png), none;*/
	background-position: right 0 top 0;
	background-size: 35%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
}
@media only screen and (max-width: 320px) {
.box-link2-bg{
	width: 70%; 
	margin: 0;
}
.cv-bg2{
	/*background-image: url(../img/cv-bg2.png), none;*/
	background-position: right 0 top 0;
	background-size: 40%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
}




.box-link2{
	display: flex;
	align-content: center;
	justify-content: space-around;
}
.item2{
	background: #fff;
	border: 1px solid #2496ce;
	padding: 20px 10px 10px;
	flex-basis:30%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.box-link2{
	display: block;
	align-content: center;
	justify-content: space-around;
	border: 1px solid #ccc;
}
.item2{
	flex-basis:20%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}
}
@media only screen and (max-width: 340px) {
.box-link2{
	border: none;
}
.item2{
	background: none;
	border: none;
	padding: 0;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */




/*-------------------------------------------------------------------------------------------------*/
/* フッター */
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
#footer {
	width: 1040px;
	margin: 0 auto;
	padding: 0 10px 70px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
#footer {
	width: 90%;
	padding-bottom: 70px;
}
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */



/*-------------------------------------------------------------------------------------------------*/
/* CVエリア */
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.guideArea .guideArea-midashi {
	padding-bottom: 15px;
	text-align: center;
}
.guideArea .inner-box {
	width: 100%;
	background: #fff;
	padding: 50px 0 0;
}
.guideArea .left-area {
	float: left;
	width: 50%;
	border-right: 1px solid #dfdfdf;
}
.guideArea .tel-midashi {
	margin: 0 0 8px;
	color: #2d5f92;
	text-align: center;
}
.guideArea .tel-midashi .letter-space-mini {
	letter-spacing: -1px;
}
.guideArea .message-area {
	padding: 15px 0 15px 20px;
	background: url(../img/cv/icon_24h.png) 0px 60% no-repeat #f0f3f5;
	margin: 0 30px 3px 30px;
	border-radius: 50px;
	font-weight: bold;
	text-align: center;
}
.guideArea .tel-number {
	width: 420px;
	padding: 0 0 0 70px;
	background: url(../img/cv/free-dial-orange.png) 10px 50% no-repeat;
	background-size: 12%;
	color: #5bbda1;
	margin: 0 auto;
	text-align: center;
}
.guideArea .right-area {
	float: right;
	width: 45%;
	padding: 0 25px 0 0;
}

.guideArea .guideArea-text {
	margin-bottom: 10px;
	font-weight: bold;
}
.guideArea .btn-mailPC {
	width: 440px;
	padding: 15px;
	border-radius: 10px;
	background-color: #2496ce;
	border-bottom: solid 5px #2c87b9;
	margin: 0 auto;
}
.guideArea a:hover .btn-mailPC {
	background-color: #2c87b9;
	border-bottom: solid 5px #1876a9;
}
.guideArea a:active .btn-mailPC {
	transform: translateY(4px);/*下に動く*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.guideArea .btn-mailPC .btn-mail-txt {
	float: left;
}
.guideArea .btn-mailPC .btn-mail-img img {
	float: right;
	width: 25%;
	height: auto;
}
.guideArea .btn-mailPC .mail-midashi {
	color: #fff;
	font-weight: bold;
	/*text-shadow: 0 1px 2px #333;*/
	padding: 5px 0 0;
	margin: 0;
}
.guideArea .btn-mailPC .mail-midashi i {
	margin-right: 5px;
}
.guideArea .btn-mailPC .mail-midashi img {
	width: 5%;
	height: auto;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.guideArea .btn-mailPC .mail-text {
	color: #fff;
	font-weight: bold;/*text-shadow: 0 1px 2px #333;*/
}
.guideArea .btn-mailPC .mail-text .letter-space-mini {
	letter-spacing: -1px;
}

/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.guideArea .inner-box {
	padding: 20px 0 0;
}
.guideArea .btn-mailPC .btn-mail-img img {
	width: 24%;
}
.guideArea .tel-number {
	width: 330px;
	padding: 0 0 0 40px;
	background: url(../img/cv/free-dial-orange.png) 5px 50% no-repeat;
	background-size: 12%;
	color: #5bbda1;
	margin: 0 auto;
	text-align: center;
}
.guideArea .btn-mailPC {
	width: 340px;
}
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.guideArea_wrapper {
	width: 100%;
	background: #fff;
}
.guideAreaSP {
	background-image: url(../img/cv-bg5.png);
	background-repeat: no-repeat;
	background-position: 3px 55px;
	background-size: 24%;
}
.guideAreaSP .guideArea-midashi {
	padding: 15px 10px 5px;
	text-align: center;
	font-size: 6vw;
	line-height: 1.2;
	font-weight: bold;
}
.guideAreaSP .guideArea-midashi .letter-space-mini {
	letter-spacing: -1px;
}
.guideAreaSP .btn-telSP {
	float: right;
	width: 69%;
	margin: 0 10px 15px 10px;
	padding: 5px 10px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	line-height: 1.2;
	background-color: #5bbda1;
	border-bottom: solid 5px #4b9b84;
}
.guideAreaSP a:hover .btn-telSP {
	background-color: #4b9b84;
	border-bottom: solid 5px #dd7a1a;
}
.guideAreaSP a:active .btn-telSP {
	transform: translateY(4px);/*下に動く*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.guideAreaSP .btn-telSP .tel-midashi {
	color: #fff;
	/*text-shadow: 0 1px 2px #333;*/
	padding: 10px 0 8px;
	margin: 0;
	letter-spacing: 1px;
	font-size: 7vw;
	line-height: 1.2;
	font-weight: bold;
}
/* IE9 IE10ハック*/
:root .guideAreaSP .btn-telSP .tel-midashi {
	font-size: 6vw \0/;
}
.guideAreaSP .btn-telSP .tel-attention {
	border-radius: 20px;
	background: #fff;
	padding: 5px 5px 3px;
	letter-spacing: 1px;
	vertical-align: middle;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: bold;
}
.guideAreaSP .btn-telSP .tel-number {
	width: 100%;
	color: #fff;
	/*text-shadow: 0 1px 2px #333;*/
	padding: 8px 0 0;
	font-size: 7vw;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
}
.guideAreaSP .btn-telSP .tel-number img.icon_24h {
	width: 20%;
	height: auto;
	vertical-align: middle;
	padding: 0 3px 5px 0;
}
/*line-midashi start*/
.guideAreaSP .line-midashi {
	font-size: 4vw;
	padding: 8px 0 5px;
	margin: 0 10px;
	letter-spacing: -0.1px;
	text-align: center;
	font-weight: 800;
	border-top: 1px solid #dfdfdf;
	background: #fff;
}
.guideAreaSP .line-midashi .letter-space-mini {
	letter-spacing: -1px;
}
/*line-midashi end*/
	/*btn-mailSP start*/
.guideAreaSP .btn-mailSP {
	margin: 0 10px 10px 10px;
	padding: 15px 10px;
	border-radius: 10px;
	text-decoration: none;
	line-height: 1.2;
	background-color: #2496ce;
	border-bottom: solid 5px #2c87b9;
}
.guideAreaSP a:hover .btn-mailSP {
	background-color: #2c87b9;
	border-bottom: solid 5px #1876a9;
}
.guideAreaSP a:active .btn-mailSP {
	transform: translateY(4px);/*下に動く*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}
.guideAreaSP .btn-mailSP .btn-mail-txt {
	float: left;
}
.guideAreaSP .btn-mailSP .btn-mail-img {
	float: right;
	width: 20%;
}
.guideAreaSP .btn-mailSP .btn-mail-img img {
	width: 100%;
	height: auto;
}
.guideAreaSP .btn-mailSP .mail-midashi {
	color: #fff;
	/*text-shadow: 0 1px 2px #333;*/
	padding: 8px 0 3px;
	vertical-align: middle;
	font-size: 6.9vw;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
}
.guideAreaSP .btn-mailSP .mail-midashi i {
	margin-right: 3px;
}
.guideAreaSP .btn-mailSP .mail-midashi img {
	width: 5%;
	height: auto;
	margin: 0 5px 3px 0;
	vertical-align: middle;
}
.guideAreaSP .btn-mailSP .mail-text {
	color: #fff;
	font-weight: bold;
	/*text-shadow: 0 1px 2px #333;*/
	font-size: 3.3vw;
	line-height: 1;
	letter-spacing: 1px;
}
.guideAreaSP .btn-mailSP .mail-text .letter-space-mini {
	letter-spacing: -1px;
}
/*btn-mailSP end*/
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

@media (min-width: 460px) {/* デバイス幅による位置調整 */
.guideAreaSP {
	background-position: 10px 70px;
	background-size: 20%;
}
}

@media (min-width: 600px) {/* デバイス幅による位置調整 */
.guideAreaSP {
	background-position: 30px 68px;
	background-size: 19%;
}
}




/*今回追加した汎用系CSS*/

.letter-space-mini {
	letter-spacing: -1px;
}
.letter-space-1px{
	letter-spacing: 1px;
}
.letter-space-3px{
	letter-spacing: 3px;
}
.letter-space-4px{
	letter-spacing: 4px;
}



/* リストスタイル
---------------------------------------------------- */
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
ul.lsn li,ol.lsn li{ /*リストスタイルなし*/
	list-style:none;
	margin: 0;
	padding: 0;
}

ul li.lsn,ol li.lsn{ /*リストスタイルなし*/
	list-style:none!important;
	margin: 0 0 10px 0!important;
}
ul.lsd li,ul.lsd li{ /*リストスタイルあり*/
	list-style: disc;
	margin: 0 0 10px 20px;
    line-height: 1.8;
}

ul.lsd li,ul.lsd li{ /*リストスタイルあり*/
	list-style: disc;
	margin: 0 0 10px 20px;
    line-height: 1.8;
}


dl dt.lsn,dl.lsn dd.lsn{ /*リストスタイルなし*/
	list-style:none;
	margin: 0;
	padding: 0;
}
dl.lsd dt,dl.lsd dd{ /*リストスタイルあり*/
	list-style: disc;
	margin: 0 0 10px 20px;
    line-height: 1.8;
}


/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {

}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
ul.lsd li,ul.lsd li{ /*リストスタイルあり*/
    line-height: 1.8;
}
dl.lsd dt,dl.lsd dd{ /*リストスタイルあり*/
    line-height: 1.8;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */



/*フローティングバナー*/
.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 130px; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
}

.floating-banner img {
    width: 100px; /* バナーの横幅を指定 */
	height: auto;
}
.floating-banner:hover {
    opacity: .9; /* ホバーで少し透過 */
}
.floating-sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 1200px) { /* タブレット用のブレイクポイントを指定 */
}

@media screen and (max-width: 1199px) { /* スマホ用のブレイクポイントを指定 */
    .floating-sp {
        display: inline-block; /* 消していたスマホ用のバナーを表示させる */
        width: 80vw; /* スマホの画面幅いっぱいにバナーを表示 */
		margin: 0 auto;
		float: left;
    }
    .floating-banner  {
        top: unset; /* PCで指定していた上下の位置指定をクリア */
        top: auto; /* PCで指定していた上下の位置指定をクリア */
        right:10px; /* 左右の隙間が空かないように */
        bottom: 10px; /* 画面の最下部にぴったりくっつくように指定 */
    }
	.floating-banner img {
    width: 80px; /* バナーの横幅を指定 */
	height: auto;
}
	
}
/*フローティングバナー*/





/*ページトップ　pagetop*/
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
#topcontrol img{
	width: 70%!important;
	height: auto!important;
	float: right;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

