﻿/*
Theme Name: Heartagency Theme
Author: Be-i TEI
Author URI: heartagency.co.jp
Description: ハートエージェンシーの専用テーマ
*/

/* @import url("style-mizuho.css"); */
/* @import url("style-sirasaka.css"); */
/* @import url("style-uemazu.css"); */
/* @import url("style-ri.css"); */
@charset "UTF-8";

/*WEBフォント*/

/* 小塚ゴシック Pr6N N */
/*
@font-face {
	font-family: 'ko-n';
	src: url(fonts/KozGoPr6N-Medium.otf);
	font-weight: 300;

}
*/

/**** デフォルト設定 ****/
html,body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
	min-width: 300px;
}

body {
	font-family: ko-n,"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ul{margin: 0px; padding: 0px;}
li{list-style-type: none;}
a{display: block;text-decoration: none;}
img{vertical-align: bottom;border: 0px;}
h1,h2,h3,h4{margin: 0px;font-weight: normal;}
h3{font-size: 16px;}

p{
	color: #333333;
	margin: 0px;
	line-height: 1.5em;
}

input[type="submit"]{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ---------  add 190326 ---------------------- */
input[type="button"]{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
/* ---------  /add 190326 ---------------------- */

/**** デフォルト設定 END****/

/**** 共通 ****/
a[href="#"] {
  cursor: no-drop;
}
div.um-header a[href="#"],
.ui-datepicker-calendar a[href="#"] {
  cursor: pointer;
}

/* 水平線（点線） */
hr.botted{
	border:none;
  border-top:1.2px dashed #b9b9b9;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;
}

/* インデント */
.indent-1em{ padding-left: 1em; text-indent: -1em;}
.indent-2em{ padding-left: 2em; text-indent: -2em;}

/* 配置CSS */
.text-A-L{text-align: left !important;}
.text-A-C{text-align: center !important;}
.text-A-R{text-align: right !important;}

/* 行の高さ */
.line-H-1viii{line-height: 1.8em;}

/* フォントスタイシール */
.fontW-b{font-weight: bold;}
.fontColor-b21f1f {color:#b21f1f !important;}
.fontColor-000 {color:#000 !important;}
.fontColor-fff {color:#fff !important;}
.fontColor-333 {color:#333 !important;}
.fontColor-red {color:red !important;}
.fontColor-336666 {color: #336666 !important;}
.fontColor-gray {color: #666 !important;}

/* 背景色 */
.backG_C-f9f2cd{background-color: #f9f2cd;}
.backG_C-339028{background-color: #339028;}


.fontS-XII{font-size: 12px;}
.fontS-XVI{font-size: 16px;transition: all 300ms 0s ease;}
.fontS-XVIII{font-size: 18px;transition: all 300ms 0s ease;}
.fontS-XX{font-size: 20px;transition: all 300ms 0s ease;}
.fontS-XXV{font-size: 25px;transition: all 300ms 0s ease;}
.fontS-XXX{font-size: 30px;transition: all 300ms 0s ease;}

@media screen and (max-width: 600px) {
	.fontS-XVI{font-size: 14px;}
	.fontS-XVIII{font-size: 16px;}
	.fontS-XX{font-size: 18px;}
	.fontS-XXV{font-size: 23px;transition: all 300ms 0s ease;}
	.fontS-XXX{font-size: 28px;transition: all 300ms 0s ease;}
}

@media screen and (max-width: 500px) {
	.fontS-XVIII{font-size: 14px;}
	.fontS-XX{font-size: 16px;}
	.fontS-XXV{font-size: 21px;transition: all 300ms 0s ease;}
	.fontS-XXX{font-size: 26px;transition: all 300ms 0s ease;}
}

/* よく使うmargin設定&調整 */
.margin-TBRL-zero {margin: 0 !important;}
.margin-TB-1em {margin: 1em 0 !important;}
.margin-TB-2em {margin: 2em 0 !important;}
.margin-TBRL-i {margin: 1em 10px;}
.margin-L-2em {margin-left: 2em !important;}
.margin-LR-1em {margin: 0 1em !important;}
.margin-LR-10px {margin: 0 10px !important;}
.margin-T-1em {margin-top: 1em !important;}
.margin-T-2em {margin-top: 2em !important;}
.margin-B-zero {margin-bottom: 0 !important;}
.margin-B-1em {margin-bottom: 1em !important;}
.margin-B-10px {margin-bottom: 10px !important;}
.margin-B-15px {margin-bottom: 15px !important;}
.margin-B-30px {margin-bottom: 30px !important;}
.margin-B-50px {margin-bottom: 50px !important;}
/* よく使うpadding設定&調整 */
.padding-TBRL-zero {padding: 0 !important;}
.padding-TBRL-10px {padding: 10px;}
.padding-TB-1em {padding: 1em 0;}
.padding-RL-10px {padding: 0 10px;}
.padding-T-10px {padding-top: 10px;}
.padding-R-10px {padding-right: 10px;}
.padding-R-20px {padding-right: 20px;}

/* コンテンツ95% */
.width-XCV-C {
	width: 95%;
	margin: 0 auto;
}

/* サイト基本コンテンツの幅 */
.site_contW{
  width: 950px;
  margin: 0 auto;
  padding: 5px 0;
	transition: all 300ms 0s ease;
}

.spno{display: none;}
@media screen and (max-width: 767px) {
  .site_contW{
    width: 100%;
  }
	.pcno{display: none;}
	.spno{display: block;}
}


/* PC/SP 改行設定 */
br.spno-767,br.spno-600,br.spno-500{display: none;}
@media screen and (min-width: 599px) {
	br.spno-600{display: block;}
}
@media screen and (min-width: 766px) {
	br.spno-767{display: block;}
}
@media screen and (max-width: 500px) {
	br.spno-500{display: block;}
}


/* 見出し-緑背景、白文字 */
.green-hII{
	background-color: #009800;
	display: inline-block;
	color: #fff;
	padding: 0px 30px;
	margin-bottom: 20px;
	font-size: 20px;
	transition: all 300ms 0s ease;
	min-width: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
	.green-hII {
		width: calc( 100% - 20px );
		font-size: 18px;
		padding: 0px 10px;
		text-align: left;
	}
}

/* 見出し-緑左枠線 */
.left-green-hIII {
	border-left: 10px solid #1ba21b;
	padding-left: 10px;
	line-height: 30px;
	font-size: 17px;
  margin: 2em 0 1em;
}
.left-green-hIII span {
	color: red;
	margin-right: 15px;
}
@media screen and (max-width: 767px) {
	.left-green-hIII {
		line-height: 28px;
		font-size: 15px;
	}
}

/* 見出し-緑下枠線 */
.bottom-green-hIII{
	border-bottom: 1.5px solid green;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

/* コンテンツ用。薄い緑背景 */
.backG-green{
	background-color: #d8ead9;
	margin: 20px 0;
	padding: 20px 0;
}

/* コンテンツ用。灰色枠 */
.Waku-gray{
	border: 2px solid #cacaca;
	margin: 20px 0;
	padding: 20px 0;
}


/* コンテンツ用。灰色背景 */
.backG-gray{
	background-color: #ebedec;
	margin: 20px 0;
	padding: 20px 0;
}

/* コンテンツ用。灰色背景⇒よく使うセットCSS */
.backG-gray-info {
	line-height:30px;
}
.backG-gray-info h3 {
	color: #336666;
	font-weight: bold;
	margin-bottom: 10px;
}
.backG-gray-info h2{
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.backG-gray-info_icon {
	width:25px;
}
.backG-gray-info-s{
	width: 50%;
	margin: 0 auto;
}
.backG-gray-info-s h2{
	padding-left: 40px;
}
@media screen and (max-width: 767px) {
	.backG-gray-info-s{
		width: 60%;
	}
}
@media screen and (max-width: 600px) {
	.backG-gray-info-s{
		width: 70%;
	}
}
@media screen and (max-width: 400px) {
	.backG-gray-info-s{
		width: 100%;
	}
}
/* ボタン（灰色枠） */
.btnBox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	margin: 30px auto;
	height: auto\9;
	overflow: hidden\9;
}
.btnBox-long{
	width: 100%;
}
.btnBox-W-shot{
	width: 70%;
	max-width: 420px;
}
.btnBox-one{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 30px auto;
	height: auto\9;
	overflow: hidden\9;
}

.btnBox-three{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 30px auto;
	display: block\9;
	height: auto\9;
	overflow: hidden\9;
}
.btnBox-three div{
	float: left\9;
	margin-right: 10px\9;
	margin-bottom: 10px\9;
}
.btnBox-three div:last-child{
	margin-right: 0\9;
}

.btn-gray {
	width: calc(100% - 40px);
	max-width: 200px;
	color: #009800;
	border: solid 2px #D7D4D3;
	text-align: center;
	padding: 10px 20px;
	font-weight: bold;
	line-height: 35px;
	float: left\9;
	display: inline-block\9;
}

.btn-gray:first-child{
	margin-right: 10px\9;
}

.btnBox-one .btn-gray {
	float: none\9;
	margin-right: 0\9;
	margin: 0 auto\9;
}
@media all and (-ms-high-contrast: none) {
	.btnBox-one{
		display: block;
	}
	.btnBox-one .btn-gray {
		float: none;
		margin-right: 0;
		margin: 0 auto;
	}
}

.btn-gray-ing{
	background-color: #339028;
}
.btn-gray-ing a{
	color: #fff !important;
	pointer-events: none;
}


.btn-gray-shot{
	max-width: 150px;
}

.btn-gray-long {
	width: 100%;
	max-width: 250px;
	border: solid 1.5px #D7D4D3;
	text-align: left;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 35px;
	display: inline-block\9;
}
.btn-gray-long a{
	color: #000 !important;
	position: relative;
}
.btn-gray-long a::before{
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 0;
  margin-top: -4px;
}

.btn-gray-long-b{
	max-width: 42%;
	float: left\9;
}
.btn-gray-long-b:last-child{
	float: right\9;
}
.btn-gray-long-b a::before{
  border-top: solid 2px #D7D4D3;
  border-right: solid 2px #D7D4D3;
}

@media screen and (min-width: 649px){
	.btn-gray-styla-a{
		line-height: 1.5em;
	}
	.btn-gray-styla-b{
		line-height: 40px;
	}
}
@media screen and (max-width: 767px){
	.btnBox{
		width: 100%;
	}
	.btnBox-three{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		flex-wrap: wrap;
		display: block\9;
	}
	.btnBox-three div:last-child{
		margin-right: auto;
	}
	.btnBox-three .btn-gray-shot,
	.btnBox-three .btn-gray-long{
		margin: 1em auto;
		max-width: 60%;
		float: none\9;
	}
}

@media screen and (max-width: 650px){
	.btnBox{
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: block\9;
	}
	.sp-margin-b{
		margin-bottom: 2em;
	}
	.btnBox-W-shot{
		width: 100%;
		max-width: 100%;
		display: block\9;
	}
	.btn-gray-shot{
		margin: 1em 0;
		max-width: 100%;
	}
	.btn-gray {
		float: none\9;
		max-width: inherit;
		width: calc(100% - 44px)\9;
	}
	.btn-gray-long{
		max-width: inherit;
		width: calc(100% - 44px);
	}
	.btn-gray:first-child{
		margin-right: auto\9;
	}
	.btnBox-three .btn-gray-shot,
	.btnBox-three .btn-gray-long{
		max-width: 100%;
		width: calc(100% - 44px);
	}
	.btn-gray-long-b{
		max-width: 100%;
		width: calc(100% - 40px);
		margin-bottom: 10px;
	}
	.btn-gray-long-b,
	.btn-gray-long-b:last-child{
	width: calc(100% - 50px)\9;
		float: none\9;
	}
}


/* ボタン（緑枠）※幅指定なし */
.btnBox-green{
	margin-bottom: 15px;
	padding: 10px 30px 10px 10px;
	border: solid 2px #336666;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
}
.btnBox-green a{
	color: #333333 !important;
}
.btnBox-green-arrow{
	position: relative;
}
.btnBox-green-arrow::after{
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	right: 15px;
	margin-top: -4px;
}

/* アイコン */
.icon-mail-b,.icon-tel-b,.icon-tel,.icon-tel-s,.icon-mail,.icon-fax-s,.icon-tel-auto,.icon-fax,.icon-Gfax-s,.icon-mailG-b{
	position: relative;

}
.icon-mail-b::before,.icon-tel-b::before,.icon-tel::before,.icon-tel-s::before,.icon-mail::before,.icon-fax-s::before,.icon-tel-auto::before,.icon-fax::before,.icon-Gfax-s::before,.icon-mailG-b::before{
	content:" ";
	position: absolute;
	vertical-align:middle;
}
.icon-m-l{
	margin-left: 40px;
}
/* 電話 */
.icon-tel::before{
	top: 0;
	top: 5px\9;
	left: -30px;
	width: 25px;
	height: 25px;
	background:url(images/parts/parts03.png);
	background-size:contain;
	background-repeat: no-repeat;
}
/* 電話2 フリーダイヤル */
.icon-tel-auto::before{
	top: 3px;
	top: 5px\9;
	left: -32px;
	width: 25px;
	height: 30px;
	background:url(images/parts/parts12.png);
	background-size:contain;
	background-repeat: no-repeat;
}
/* 電話(大)＋非先頭 */
.icon-tel-b{
	  margin-left: 30px;
}
.icon-tel-b::before{
	top: -3px;
	left: -24px;
	width: 31px;
	height: 29px;
	background:url(images/parts/parts03.png);
	background-size:contain;
	background-repeat: no-repeat;
}
span.icon-tel-b {
    color: black;
}
/* 電話(小)＋非先頭 */
.icon-tel-s{
	  margin-left: 30px;
}
.icon-tel-s::before{
	top: 0;
	top: 5px\9;
	left: -25px;
	width: 20px;
	height: 25px;
	background:url(images/parts/parts03.png);
	background-size:contain;
	background-repeat: no-repeat;
}

@media all and (-ms-high-contrast: none) {
	.icon-tel-s::before{	top: 5px;	}
}
@supports (-ms-ime-align:auto) {
	.icon-tel-s::before{	top: 10px;	}
}
/* メール */
.icon-mail::before{
	top: 2px;
	left: -30px;
	width: 25px;
	height: 25px;
	background:url(images/parts/parts09.png);
	background-size:contain;
	background-repeat: no-repeat;
}
/* メール(大)＋非先頭 */
.icon-mail-b{
	  margin-left: 30px;
}
.icon-mail-b::before{
	top: 0;
	left: -30px;
	width: 25px;
	height: 25px;
	background:url(images/parts/parts09.png);
	background-size:contain;
	background-repeat: no-repeat;
}
span.icon-mail-b {
    color: black;
}

/* メール(大)＋非先頭 */
.icon-mailG-b{
	margin-left: 30px;
}
.icon-mailG-b::before{
  top: 5px;
  left: -26px;
  width: 21px;
  height: 22px;
  background:url(images/parts/parts15.png);
  background-size:contain;
  background-repeat: no-repeat;
}


/* FAX */
.icon-fax::before{
	top: 0;
	top: 5px\9;
	left: -30px;
	width: 25px;
	height: 25px;
	background:url(images/parts/parts11.png);
	background-size:contain;
	background-repeat: no-repeat;
}
/* FAX＋非先頭 */
.icon-fax-s{
	  margin-left: 30px;
}
.icon-fax-s::before{
	top: 5px;
	top: 5px\9;
	left: -25px;
	width: 20px;
	height: 25px;
	background:url(images/parts/parts11.png);
	background-size:contain;
	background-repeat: no-repeat;
}

/* FAX＋非先頭 */
.icon-Gfax-s{
	margin-left: 30px;
}
.icon-Gfax-s::before{
  top: 1px;
  top: 5px\9;
  left: -34px;
  width: 32px;
  height: 25px;
  background:url(images/parts/parts14.png);
  background-size:contain;
  background-repeat: no-repeat;
}

@media all and (-ms-high-contrast: none) {
	.icon-tel::before,.icon-mail::before{
		top: 5px;
	}
}
@supports (-ms-ime-align:auto) {
	.icon-mail::before,.icon-tel::before{
		top: 10px;
	}

}



/*リストマーク変更*/
.dial{
	background-image: url(images/parts/parts04.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	background-size: 16px;
}

.freedial{
	background-image: url(images/parts/parts05.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	background-size: 16px;
}

.fax{
	background-image: url(images/parts/parts06.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	background-size: 16px;
}
.freefax{
	background-image: url(images/parts/parts07.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	background-size: 16px;
}
/*リストマーク変更ここまで*/

/* 電話用リスト */
.tel-list{ margin: 10px 0;}

/* マウスオーバー */
.mouseHover a:hover{
  opacity: 0.8;
}

/* テキストスタイル */
.text-align_c{
  text-align: center;
}

/* 見出し用 */
.hII_css{
  color: #336666;
  text-align: center;
  font-size: 25px;
	padding: 10px 0;
	transition: all 300ms 0s ease;
}

.hII_css-ii{
	color: #666666;
  text-align: center;
  font-size: 23px;
	padding: 10px 0;
	line-height: 1.5em;
	transition: all 300ms 0s ease;
}

.hII_css-iii{
  color: #336666;
  font-size: 25px;
	padding: 10px 0;
  line-height: 1.5em;
	transition: all 300ms 0s ease;
}

.hIII_css{
  color: #000;
  text-align: center;
  font-size: 20px;
	padding: 10px 0;
	line-height: 1.5em;
	transition: all 300ms 0s ease;
}
.hIII_css span{
	/* color: #336666; */
	color: #009800;
}
.hIII_css-ii{
  color: #000;
  font-size: 20px;
	padding: 10px 0;
	line-height: 1.5em;
	transition: all 300ms 0s ease;
}
@media screen and (max-width: 500px) {
  .hII_css,.hII_css-iii{
    font-size: 20px;
  }
	.hII_css-ii{
		font-size: 18px;
	}
	.hIII_css,.hIII_css-ii{
		font-size: 16px;
	}
}

/* パンクズ */
ul.page-pan{
	height: auto;
	overflow: hidden;
}
ul.page-pan li{
	float: left;
	padding-right: 5px;
}
ul.page-pan li a{
	float: left;
	padding-right: 5px;
	color: #336666;
}
@media screen and (max-width: 767px) {
	ul.page-pan{
		width: 95%;
	}
}

/* 背景 */
.bk01{
  background-image: url(images/bk-img.png);
}


/* ログインボタン */
input[type="submit"].square_btn,
.square_btn{
    display: inline-block;
    padding: 0.2em 3em;
    font-size: 13px;
    text-decoration: none;
    background: #f2cf01;/*ボタン色*/
    color: #333333 !important;
    border-bottom: solid 4px #B19316;
    border-radius: 3px;
}
input[type="submit"].square_btn:active,
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
	margin-bottom: 4px;
}

/* お問い合わせボタン */
.contact_btnBOX-l{
	text-align: right;
	width: 35%;
}
.contact_btn{
    display: inline-block;
    padding: 5px 20px 10px 45px;
		line-height: 1.5em;
    font-size: 13px;
    text-decoration: none;
    background: #f2cf01;/*ボタン色*/
    color: #333333;
    border-bottom: solid 4px #B19316;
    border-radius: 3px;
		position: relative;
		text-align: center;
}
.contact_btn-one{
		padding: 10px 35px 10px 50px;
}
.contact_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
	margin-bottom: 4px;
}

a.contact_btn::before {
	content:" ";
	position: absolute;
	top: 35%;
	left: 15px;
	width: 21px;
	height: 17px;
	background:url(images/parts/parts02.png);
	background-size:contain;
	background-repeat: no-repeat;
	vertical-align:middle;
}
a.contact_btn-one::before {
	top: 30%;
	left: 25px;
}

.contact_btn-ii_box{
	text-align: center;
	margin: 20px 0;
	line-height: 1.5em;
}
.contact_btn-ii{
	display: inline-block;
	padding: 0.5em 2em;
	font-size: 15px;
	text-decoration: none;
	background: #f2cf01;/*ボタン色*/
	color: #333333;
	border-bottom: solid 4px #B19316;
	border-radius: 3px;
}
a.contact_btn-ii{
	color: #333333 !important;
}

.contact_btn-ii.InputSubmit{
	padding:0;
}
.contact_btn-ii.InputSubmit input[type="submit"]{
  padding: 10px 25px;
}
/* ---------  add 190326 ---------------------- */
.contact_btn-ii.InputSubmit input[type="button"]{
  padding: 10px 25px;
}
/* ---------  /add 190326 ---------------------- */

.contact_btn-ii:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
	margin-bottom: 4px;
}

/* 短いボタン用（送信ボタンなど） */
.contact_btn-iii_box{
	text-align: center;
	margin: 20px 0;
}
.contact_btn-iii{
	display: inline-block;
	padding: 5px 30px;
	font-size: 15px;
	text-decoration: none;
	background: #f2cf01;/*ボタン色*/
	color: #333333;
	border-bottom: solid 4px #B19316;
	border-radius: 3px;
}
a.contact_btn-iii{
	color: #333333 !important;
}
.contact_btn-iii:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
	margin-bottom: 4px;
}

input[type="submit"].contact_btn-iii{
	display: inline-block;
	padding: 5px 30px;
	font-size: 15px;
	text-decoration: none;
	background: #f2cf01;/*ボタン色*/
	color: #333333;
	border-bottom: solid 4px #B19316;
	border-radius: 3px;
}
input[type="submit"].contact_btn-iii{
	color: #333333 !important;
}
input[type="submit"].contact_btn-iii:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
	margin-bottom: 4px;
}


/* ログインフォーム */
.logo-inputBox h4{
  line-height: 1.5em;
  font-size: 13px;
  margin-bottom: 10px;
}
.logo-inputBox input[type='text'],
.logo-inputBox input[type='password']{
  width: 100%;
  height: 25px;
}
.logo-button{
  text-align: center;
  margin: 15px 0;
}
/* .logo-inputBox .linkBox p{
  font-size: 13px;
} */
.logo-inputBox .linkBox a{
  color: #666666;
  text-decoration: underline;
}
.logo-inputBox .linkBox a:hover{
  opacity: 0.8;
}


/* 展開＆収納式 リスト */

.ES-list input[type="checkbox"]{
	display: none;
}
.ES-list label{
	cursor: pointer;
}
.ES-list label > h3.ES-design-a{
	position: relative;
	background-color: #d1e5e4;
	margin: 5px 0px;
	padding: 5px 35px 5px 30px;
}
.ES-list label > h3.ES-design-a::after{
	content: '';
  width: 17px;
  height: 17px;
  border: 0px;
  border-bottom: solid 2px #009800;
  border-right: solid 2px #009800;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25%;
  right: 15px;
  margin-top: -4px;
	transition: all 300ms 0s ease;
}

[class^="ES-list-ID"]{
	width: auto;
	margin: 0 auto;
}


		/*隠す*/
.ES-list [class^="ES-list-child"] {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
	/*表示*/
.ES-list input[type="checkbox"]:checked ~ [class^="ES-list-child"] {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}

.ES-list input[type="checkbox"]:checked + label > h3::after {
	border-right: none;
	border-bottom: none;
	border-left: solid 2px #009800;
  border-top: solid 2px #009800;
	top: 45%;
}
.ES-list [class^="ES-list-child"] li{
	text-indent: -1em;
	padding-left: 1em;
}

/* 展開＆収納式 リスト (デザインb) */
.ES-list label > h3.ES-design-b {
	border-bottom: 1.5px solid green;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}



	div.ydetail-1 {
		width: auto;
		margin: 0 auto;
	}

	div.ydetail-1 li {
		font-size: 14px;
		background-color: #fff;
		margin: 0;
		padding: 0 20px;
		text-indent: -1em;
	}


/** サブページ用TOPイメージ **/
.sub-top-imgBox{
	width: 100%;
	height: auto;
	position: relative;
}
.sub-top-imgBox img {width: 100%;}
.sub-top-imgBox p {
	position: absolute;
	color: white;
	background-color: #00446c;
	opacity: 0.8;
	bottom: 0;
	width: calc(100% - 20px);
	line-height: 1.5em;
	text-align: center;
	padding: 20px 10px;
}



/*** grid ***/
.DSP-grid{
	display: -ms-grid;
	display: grid;
	display: block\9;
	height: auto;
	overflow: hidden\9;
}
.grid-child{
	width: 31%\9;
	margin: 1%\9;
	float: left\9;
	height: 215px\9;
}

@media screen and (max-width: 767px) {
	.grid-child{
		width: 45%\9;
		height: 215px\9;
	}
}
@media screen and (max-width: 500px) {
	.grid-child{
		width: 100%;
		height: auto;
	}

}

/* デザインA */
.DSP-grid-style-a{
	/* max-width: 750px; */
	width: 100%;
	margin: 0 auto;
	-ms-grid-rows: auto;
	grid-auto-rows:auto;
	grid-gap: 15px;
	-ms-grid-columns: repeat(auto-fill, minmax(20%, 1fr));
	grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}
.DSP-grid-style-a li {text-align: center;}
.DSP-grid-style-a li img {
	width:100%;
	max-width: 230px;
}

@media screen and (max-width: 767px) {
	.DSP-grid-style-a{
		-ms-grid-columns: repeat(auto-fill, minmax(30%, 1fr));
		grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	}
}

@media screen and (max-width: 600px) {
	.DSP-grid-style-a{
		-ms-grid-columns: repeat(auto-fill, minmax(46%, 1fr));
		grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
	}
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
	.DSP-grid{
		display: block;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	.DSP-grid-style-a li{
		width: 22%;
		margin: 1%;
		float: left;
	}
}


/* デザインB */
.DSP-grid-style-b {
	grid-auto-rows: auto;
	grid-gap: 20px;
	overflow: hidden;
	grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
}

@media screen and (max-width: 767px) {
	.DSP-grid-style-b{
		margin-bottom: 20px;
	}
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
	.DSP-grid-style-b{
		display: block;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	.DSP-grid-style-b .grid-child{
		width: 31%;
		margin: 1%;
		float: left;
		height: 215px;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 767px){
	.DSP-grid-style-b .grid-child{
		width: 45%;
		padding-bottom: 10px;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 500px){
	.DSP-grid-style-b .grid-child{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 400px){
	div.DSP-grid-style-b {
		margin-bottom: 20px;
		grid-template-columns: 2fr 2fr;
	}
}

.solo_logOut-bnt{
	width: 225px;
	margin: 20px auto 50px;
}
.solo_logOut-bnt img{width: 100%;max-width: 225px;}

/* ニュース＆お知らせの枠 */
.rollerbox{
	width: calc(100% - 44px);
	height: 235px;
	border: solid 1px #D7D4D3;
	padding: 20px;
	overflow: scroll;
	overflow-x: hidden;
	line-height: 20px;
}
.rollerbox::-webkit-scrollbar {
	width: 10px;
}
.rollerbox::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.3);
border-right:solid 2px #D7D4D3;
border-left: solid 2px #D7D4D3;
border-radius: 6px;
}

.rollerbox::-webkit-scrollbar-track {
	background-color: #f9f9f9;
	border:solid 1px #D7D4D3;
}


@media screen and (max-width: 500px) {
	.mansion-rollerbox {
		margin: 0px auto;
		width: 85%;
	}
}

/* ニュース＆お知らせのNEWアイコン */
.living-newsbtn {
	color: #FFF;
	padding: 0px 10px 0px 10px;
	background-color: #E88A45;
	float: left;
	margin-right: 10px;
}
/* ニュース＆お知らせの内容 */
.rollerbox-link{
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: dashed 1.5px #D7D4D3;
	margin-bottom: 20px;
	line-height: 20px;
}




/**** 共通 END ****/


/* メインコンテンツ */
@media screen and (max-width: 1217px) {
.main-contBOX_Mst{
	height: auto;
	overflow: hidden;
}
}
.main-cont{
  height: auto;
  overflow: hidden;
}
.main-contBOX{
  padding: 20px 0;
}
.main-contBOX a{
	color: #336666;
	word-break: break-all;
}
.main-contBOX a:hover{
	opacity: 0.8;
}
.main-contBOX p a{
	display: inline;
}
@media screen and (max-width: 767px) {
	.main-contBOX{
	  padding: 10px 0;
	}
}

/* Subトップメッセージ */
.sub-textBox{
	margin: 20px 0;
}
.sub-textBox a{
	display: inline-block;
}


/* サイトバー */
.sub-sitebarBOX{
	width: 200px;
	float: left;
}



@media screen and (max-width: 767px) {
	.sub-sitebarBOX{
		display: none;
	}
	/* ログアウトならばサイトバーを非表示しない+センター */
	.sub-sitebarBOX.logout-Mst{
		display: block;
		float: none;
		margin: 0 auto;
	}
}

.sitebarBOX-i a img{
	width: 100%;
	max-width: 230px;
}
.sitebarBOX-i li{
	margin-bottom: 10px;
}
.sitebarBOX-i li.logOut-bnt{
	text-align: center;
	background-color: #d8d8d8;
	border-radius: 5px;
}
.sitebarBOX-i li.logOut-bnt:hover{
	opacity: 0.8;
}
.sitebarBOX-i li.logOut-bnt a{
	color: #000;
  padding: 5px 0;
}

.sitebarBOX-ii li{
  border-top: 1.2px dashed #b9b9b9;
  line-height: 3em;
	font-size: 17px;
}
.sitebarBOX-ii li:last-child{
	border-bottom: 1.2px dashed #b9b9b9;
}
.sitebarBOX-ii li a{
	color: #000;
	margin-left: 1em;
}

/*** フォーム用CSS ***/
/* ラジオボタン 水平 */

.inforadio-BOX input[type="radio"]{
	display: none;
}
.radio-input + label{
padding-left: 20px;
position:relative;
margin-right: 20px;
font-size: 12px;
}
.inforadio-BOX input[type="radio"] + label::before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 12.5px;
height: 12.5px;
border: 1px solid #999;
border-radius: 50%;
}
.inforadio-BOX input[type="radio"]:checked + label::after{
content: "";
display: block;
position: absolute;
top: 3px;
left: 3.5px;
width: 8px;
height: 8px;
background: black;
border-radius: 50%;
}

/* ラジオボタン 垂直 */


.inforadio-BOX-v label {
	width: 100%;
	cursor : pointer;
	position : relative;
	overflow : hidden;
	padding-left : 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	display: block\9;
}
.inforadio-BOX-v label:before {
	position : absolute;
	width : 15px;
	height : 15px;
	border : 1px solid #666;
	border-radius : 50%;
	left : 0px;
	top : 6px;
	content : '';
	z-index : 3;
}
.inforadio-BOX-v label:after {
	content : '';
	position : absolute;
	width : 11px;
	height : 11px;
	border-radius : 100%;
	left : 3px;
	top : 8.5px;
	background-color : black;
	z-index : 1;
}
.inforadio-BOX-v label input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	z-index : 2;
	width : 20px;
	height : 20px;
	left : -23px;
	top : 1px;
	margin : 0px;
	box-shadow : 20px -1px #FFF;
}
.inforadio-BOX-v label input[type="radio"]:checked {
	box-shadow : none;
}
.inforadio-BOX-v label input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}
.inforadio-BOX-v label select{
	width: calc(100% - 80px);
	margin-left: 10px;
	height: 24px;
}
.inforadio-BOX-v label input[type="text"]{
	width: calc(100% - 190px);
	margin: 0 5px;
	height: 24px;
}

/* 規約用 */
.contractBox::-webkit-scrollbar {
    width: 10px;
}
.contractBox::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
.contractBox::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 8px;
  box-shadow:0 0 0 1px rgba(255,255,255,0.5);
}

.contractBox {
	border: solid 1px #cccccc;
	width: 100%;
	max-width: 590px;
	height: 170px;
	overflow: auto;
	margin: 15px auto;
}
.contractBox-s{
	margin: 5px;
}

/* 規約同意用チェック */
label.contractBox-checkbox {
	cursor       : pointer;
	margin-right : 20px;
	overflow     : hidden;
	position     : relative;
	padding-left : 25px;
	display      : inline-block;
	box-sizing   : border-box;
  height: 25px;
}
label.contractBox-checkbox:before {
	content  : '';
	position : absolute;
	width    : 20px;
	height   : 20px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
}
label.contractBox-checkbox:after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid black;
	border-bottom     : 3px solid black;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label.contractBox-checkbox input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.contractBox-checkbox input[type="checkbox"]:checked {
	box-shadow : none;
}
label.contractBox-checkbox input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #666;
	opacity    : 0.1;
}
label.contractBox-checkbox input[type="checkbox"]:focus {
	box-shadow : 41px 0px #EEE;
}




/* テキストボックス */
.information-number input[type="text"] {
	width: calc(100% - 8px);
	max-width: 727px;
	height: 20px;
	padding: 2px;
}

/* テキストエリア */
.textarea-contact textarea {
	width: calc(96% - 6px);
	height: 105px;
	resize: both;
	padding: 12px;
}

.textarea-contact-ii textarea {
	width: calc(96% - 20px);
	height: 50px;
	resize: both;
	padding: 12px;
}
.textarea-contact-iii textarea {
	width: calc(96% - 20px);
	height: 100px;
	resize: both;
	padding: 12px;
}

/*** フォーム用CSS END ***/


/**** END****/

/**** ヘッダー ****/
header{
  background-color: #fff;
  border-top: #2bc156 solid 3px;
  height: 70px;
}
.logo-box{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	overflow: hidden;
}
.logo-box img{
	width: 95%;
	max-width: 435px;
}
.logo-box img.pcno{
	float: left\9;
}
.logo-box img.logo-text{
  max-width: 170px;
}



#spMenu.luxbar-static{
	top: 5px;
}
#spMenu .luxbar-header{
	width: 95%;
	margin: 0 auto;
  height: 65px;
}
#spMenu .luxbar-menu-material-cyan, .luxbar-menu-material-cyan .dropdown ul{
	background-color: rgba(255, 255, 255, 0.9);
}
#spMenu .luxbar-checkbox:not(:checked) ~ .luxbar-menu{
	height: 65px;
}
#spMenu .luxbar-menu-material-cyan .active, .luxbar-menu-material-cyan .luxbar-item:hover{
	opacity: 0.7;
}
#spMenu .luxbar-item{
	background-color: #ebedeb;
  height: auto;
	border-bottom: #2bc156 1px dashed;
}
#spMenu .luxbar-item a{
  padding: 10px 24px 10px 24px;
}
#spMenu .luxbar-checkbox:checked ~ .luxbar-menu{
	height: auto;
	z-index: 100;
}
img.sp-logoimg{
	width: 90%;
	max-width: 400px;
}

.spMenu-switch{
  padding: 18px 10px 0px 10px;
}
.spMenu-switch p{
	text-align: center;
	color: #fff;
	font-size: 11px;
	margin-top: 5px;
}

/**** ヘッダー END****/

/**** スライドショー ****/
.top-slideBOX{
  background-color: #d8ead9;
}
.top-slideBOX-s{
  padding: 30px 0 40px;
}
.top-slideBOX-s img{
  width: 100%;
}
.top-slideBOX .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 5px;
}
.top-slideBOX .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}
.top-slideBOX .swiper-pagination-bullet{
  opacity: 0.5;
}
.top-slideBOX .swiper-pagination-bullet-active{
    background: #2bc156;
		opacity: 1;
}
.top-slideBOX .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px;
}
@media screen and (max-width: 767px) {
	.top-slideBOX .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
}
/**** スライドショー END****/

/**** ページタイトル ****/
.page-titleBOX{
  background-color: #d8ead9;
	background-image: url(images/page-bk_02.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 0;
	transition: all 300ms 0s ease;
}
.page-titleBOX-s{
  padding: 30px 0;
}
.page-titleBOX h1{
  width: 100%;
	color: #527e7e;
	line-height: 1.5em;
}
@media screen and (max-width: 767px) {
	.page-titleBOX{
		background-position: 30% 0;
	}
	.page-titleBOX::before{
		content: "";
	}
	.page-titleBOX-s{
	  width: 95%;
	}
}
/**** ページタイトル END****/

/**** トップページ ****/
.main-contBOX_top{
  width: 670px;
  float: left;
}
ul.top-menu_List{
  height: auto;
  overflow: hidden;
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
ul.top-menu_List li{
  /* float: left; */
  width: 50%;
  margin-bottom: 20px;
}

ul.top-menu_List li img{
  width: 100%;
  max-width: 300px;
}

li.new_button_mo{display:none;}
li.new_button img {width: 100%;max-width: 635px;}
li.new_button_mo img {width: 100%;}

@media screen and (max-width: 767px) {
  .main-contBOX_top{
    width: 95%;
    margin: 0 auto;
		float: none;
  }
  ul.top-menu_List li{
    text-align: center;
  }
  ul.top-menu_List li img{
    width: 95%;
  }
  li.new_button{display: none;}
  li.new_button_mo{
		display: block;
		margin: 0 auto;
    max-width: 650px;
    width: 98%;
	}
}
@media screen and (max-width: 500px) {
  ul.top-menu_List li{
    margin-bottom: 10px;
  }
}

.top-sitebarBOX{
  float: right;
  width: 280px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
	.top-sitebarBOX{
	  float: none;
	  width: 95%;
		max-width: 500px;
	  padding: 0px 0 20px;
		margin: 0 auto;
	}
}

.top-memberBOX{
  background-color: #EEECDE;
}
.top-memberBOX h3{
  background-color: #009800;
  text-align: center;
  color: #fff;
  position: relative;
}
.top-memberBOX h3:before{
  content:" ";
  position: absolute;
  top: 30px;
  left: 45%;
  width: 20px;
  height: 15px;
  background:url(images/parts/parts01.png);
  background-size:contain;
  background-repeat: no-repeat;
  vertical-align:middle;
}
.logo-inputBox{
  width: 85%;
  margin: 0px auto;
  padding: 20px 0;
}

.top-memberBOX.sub-memberBOX h3{
	width: 85%;
	margin: 0px auto;
}
.top-memberBOX.sub-memberBOX h3:before{
	content: none;
}

/**** トップページ END****/

/**** サイトバーありのページ ****/
.main-contBOX_sub{
	float: right;
	width: calc(98% - 200px);
	margin-bottom: 30px;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.main-contBOX_sub{
		float: none;
		width: 95%;
		margin: 0 auto 30px;
	}
}

/**** サイトバーありのページ END****/
/**** サイトバーなしのページ ****/
.main-contBox_one{
	float: none;
	width: 95%;
	max-width: 730px;
	margin: 0 auto 30px;
	padding: 0;
}

/**** サイトバーなしのページ END****/

/**** 提携企業 ****/
.affiliationsBox{
  background-color: #ececec;

}
.affiliationsBox-s-list h3{
  color: #fff;
  background-color: #009800;
  width: 180px;
  text-align: center;
  font-size: 16px;
}
.affiliationsBox-s-list ul{
  height: auto;
  overflow: hidden;
  /* display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; */
  flex-wrap: wrap;
  padding: 25px 0;
	display: -ms-grid;
	display: grid;
	grid-auto-rows: auto;
  grid-gap: 5px;
	grid-template-columns: repeat(auto-fill, minmax(91px, 1fr));
}
.affiliationsBox-s-list li{
  float: left;
  width: 11%;
  text-align: center;
  margin-bottom: 15px;
}
.affiliationsBox-s-list li img{
	width: 80px;
	height: 30px;
  border: #fff solid 3px;
}
@media screen and (max-width: 767px) {
	.affiliationsBox-s-list{
		width: 95%;
		margin: 0 auto;
	}
	.affiliationsBox-s-list li{
	  float: left;
	  width: 11%;
	  text-align: center;
	  margin-bottom: 15px;
	}
	.affiliationsBox-s-list li img{
	  width: 80px;
	  border: #fff solid 3px;
	}
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
	.affiliationsBox-s-list ul{
		display: block;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	.affiliationsBox-s-list ul li{
		width: 100px;
		/* margin: 1%; */
		float: left;
	}
}


/**** 提携企業 END****/




/**** footer ****/
.footer-sub_menu ul{
	height: auto;
	overflow: hidden;
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
}
.footer-sub_menu li{
	float: left;
  padding: 0px 20px;
  border-right: solid 1px;
  line-height: 1em;
  margin: 15px 0;
	transition: all 300ms 0s ease;
}
.footer-sub_menu li:last-child{
	border-right: 0px;
}
.footer-sub_menu li a{
	color: #336666;
	display: inline;
}
.footer-sub_image {
	text-align: right;
	width: 950px;
	margin: 0 auto;
	padding-top: 30px;
}
.footer-sub_image img{
	width: auto;
	height: 125px;
}


.footer-box{
	height: auto;
	overflow: hidden;
	background-color: #2bc156;
	color: #fff;
	padding: 10px 0;
	min-height: 120px;
}
.footer-box p{color: #fff;}
.footer-box-l{
	float: left;
	width: 40%;
}
.footer-box-l h3{
  padding: 10px 0 5px;
}
.footer-box-l p{
	line-height: 1.5em;
}
.footer-box-r{
	float: right;
	width: 60%;
	text-align: right;
  padding: 20px 0 10px;
}

@media screen and (max-width: 767px) {
	.footer-sub_menu li{
		float: none;
	  padding: 0;
	  border-right: 0;
	}
	.footer-box-l,
	.footer-box-r{
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	.footer-box-l{max-width: 372px;}
	.footer-box-r{text-align: center;}
	.footer-sub_image {	width: 95%;	}
}

.footer-c{
	text-align: center;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.footer-c{ background-color: #2bc156;}
	.footer-c p{	color: #fff;}
}

.ui-widget.ui-widget-content{
	z-index: 10 !important;
}

/*ハートエージェンシー各種方針page-privacy(ri)*/
.privacy_contBox{
	margin-bottom: 30px;
}
.top-messageBOX {
	margin: 10px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-messageBOX_img{
	width: 100px;
	min-width: 100px;
	margin-right: 20px;
}
.top-messageBOX_img img{
	width: 100%;
	max-width: 100px;

}
@media screen and (max-width: 500px) {
	.top-messageBOX {
		flex-direction: column;
	}
	.top-messageBOX_img{
		width: 100%;
		margin-right: 0;
		margin: 0 auto;
		text-align: center;
	}
}

.p-number {
	margin-left: 1em;
	text-indent: -0.7em;
}

.privacy_contBox_style h3 {	font-weight: bold;	margin-top: 1.5em;}
.privacy_contBox_style h5 {
	font-size: 14px;
	font-weight: initial;
	margin: 1.5em auto;
}
.privacy_contBox_style a {	display: inline-block;}
.privacy_contBox_style .N-B_list li{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -1.3em;
}
@media screen and (max-width: 767px) {
	.privacy_contBox_style p br{
		display: none;
	}
}


.p-date {
	margin-top: 10px;
	text-align: right;
}
.top-messageBOX_text h4{
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}


/* 大阪クラブpage-osaka-club*//*九段クラブpage-club-kudan (ri) */
@media screen and (max-width: 767px){
	iframe {
		width: 100%;
	}
}


/*葬儀page-funeral(ri)*/
.funeral_contBox{
	margin-bottom: 30px;
}



/* クラブご利用案内page-club.html (ri) */



.club-TEL-bgcolor {
	background-color: #E7E5E5;
}
.club-TEL  {
	margin: 0px auto;
	line-height:30px;
  padding: 10px 0;
}

.club-TEL h3 {
	color: #336666;
	font-weight: bold;
	text-align: center;
}
.club-TEL h2{
	font-weight: bold;
	letter-spacing: 1px;
	width: 355px;
	margin: 0 auto;
	padding-left: 4em;
	font-size: 20px;
}
.club-TEL-FAX {
	padding-top: 20px;
}
.club-TEL img{
	width:25px;
	padding-right: 5px;
}
.club-telimg {
	padding-bottom: 10px;
}
.club-TEL span{
	font-size: 14px;
}
@media screen and (max-width: 767px){
	.club-TEL h2{
		padding-left: 0;
		width: 95%;
		max-width: 320px;
		font-size: 18px;
	}
}
@media screen and (max-width: 600px){
	.club-TEL h2{	font-size: 18px;}
}


.club-address {
	display: inline-block;
	margin-top: 20px;
	line-height: 1.5em;
	padding-left: 20px;
}



/* 営業のご案内 page-service.html(sirasaka) */

/* ローンのご案内 page-loan-info.html(sirasaka) */
.loan-list li{
	border-bottom: 1.5px solid green;
	margin-bottom: 15px;
	/* font-size: 16px; */
}
.loan-list li a{
	color: #333333;
}

.CheckMark {
	background-image: url(images/etc-img/etc-img_03.jpg);
	background-repeat: no-repeat;
	background-position: 0% 75%;
	background-size: 15px;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 16px
}

.loan-bannerBox{
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-wrap: wrap;
}
.loan-bannerBox a{
	margin: 15px 15px 10px 0;
}
.loan-bannerBox a:last-child{
	margin: 15px 0 10px 0;
}

/* E-hon */
.e-hon_banner{
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.e-hon_banner img{
	width: 100%;
}

.e-hon_linkBox {
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.e-hon_linkBox_bnt-all{
	width: 350px;
	position: relative;
	margin: 0 auto 15px;
}
.e-hon_linkBox_bnt-all p{
	flex-basis: 350px;
	margin-left: 15px;
  line-height: 50px;
}
.e-hon_linkBox_bnt-all a::before{
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px #d7d4d3;
  border-right: solid 2px #d7d4d3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px;
  margin-top: -4px;
}

.e-hon_linkBox_bnt-all.book_login{max-width: 250px;}

.e-hon_linkBox_bnt-bull {
	background-color: #366767;
	border: 2px solid #366767;
}
.e-hon_linkBox_bnt-bull a p {color: #fff !important;}
.e-hon_linkBox_bnt-white {border: 2px solid #dcdcdc;}


/* はじめての方へ(page-information.html) */

.First-Navi li {
	list-style-type: disc;
}

.First-Navi ul {
	margin-left: 15px;
	margin-bottom: 30px;
}

.First-about {
	background-color: #009800;
	width: 100%;
	text-align: center;
	max-width: 200px;
	margin-bottom: 20px;
}

.First-Banner img {
	width: 20%;
	max-width: 80px;
	height: auto;
}
.First-cont-list {padding-left: 15px;}
.First-cont-list li{
	list-style-type: decimal;
	margin-bottom: 25px;
}
.First-cont-list a {
	display: inline-block;
}


/* page-contact.html　ここから*/



.information-regist {
	border: 1px solid #ebebeb;
	margin-bottom: 15px;
	width: 100%;
	max-width: 727px;
}
.inforadio-BOX,.information-number {
	width: 95%;
	margin: 10px auto;
}


.golf-contCSS .inforadio-BOX,
.golf-contCSS .information-number {
    width: 100%;
    margin: auto;
}

.employ-list ul {
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-wrap: wrap;
}

/*ご優待引越業者一覧 page-move-inquiries.htmlここから*/
.left-green-hIII.move-inqu-CSS{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.left-green-hIII.move-inqu-CSS .contact_btn-iii_box{
	margin: 0 0 0 10px;
}

/* homes */

.homes_fudousann{height:89px ;}

/*タブ機能*/
ul.tab {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
	display: block\9;
	height: 80px\9;
	overflow: hidden\9;
	width: 500px\9;
	margin: 0 auto\9;
}
ul.tab li {
		margin-right: 10px;
		padding: 10px;
		background-color: #d3d3d3;
		color: #666;
		cursor: pointer;
		width: 200px;
		width: 43%\9;
		text-align: center;
		position: relative;
		float: left\9;
}

ul.lifetab li{
	padding: 4px;
}

@media screen and (max-width: 600px){
	ul.tab {
		width: 100%\9;
		margin: 0 auto\9;
	}
}
ul.tab li:hover {
		color: #FF0000;
}
ul.tab li.active {
		background-color: #235c98;
		color: #fff;
}
div.tabContent {
		clear: both;
		width: 100%;
		display: none;
}
div.active {
		display: block;
}

.Tab1.active:before{
	background: #fff;
	content: "";
	border-left: 6px dashed transparent;
	border-right: 6px solid transparent;
	border-left: 10px dashed transparent\9;
	border-right: 10px solid transparent\9;
	border-top: 20px solid #235c98;
	position: absolute;
	left: 49%;
	margin-left: -6px;
	bottom: -20px;
}

.Tab2.active:before{
	background: #fff;
	content: "";
	border-left: 6px dashed transparent;
	border-right: 6px solid transparent;
	border-left: 10px dashed transparent\9;
	border-right: 10px solid transparent\9;
	border-top: 20px solid #235c98;
	position: absolute;
	left: 49%;
	margin-left: -6px;
	bottom: -20px;
}

@media all and (-ms-high-contrast: none) {
	.Tab1.active:before,.Tab2.active:before{
		border-left: 10px dashed transparent;
		border-right: 10px solid transparent;
		border-top: 20px solid #235c98;
	}
}
@supports (-ms-ime-align:auto) {
	.Tab1.active:before,.Tab2.active:before{
		border-left: 10px dashed transparent;
		border-right: 10px solid transparent;
		border-top: 20px solid #235c98;
	}
}


/*タブ機能 II*/
@media screen and (max-width: 767px){
	ul.tabF {flex-wrap: wrap;margin-bottom: 5px;}
	ul.tabF li {margin-bottom: 25px;width:150px;}
}

@media screen and (max-width: 400px){
	ul.tabF li{width: 100px;}
}


.moving-border {
	border: none;
	border-top: 2px dashed #bbb;
}

.book-info-listCss{
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.book-info-listCss li{
	width: 49%;
}
.book-info-listCss li input[type="image"]{
	width: 100%;
	max-width: 280px;
	margin-top: 5px;
}


@media screen and (max-width: 600px){
	.book-info-listCss li{
		width: 100%;
	}
}


/** テーブル **/

.partner-list-T table.club-T {
	margin-top:10px;
}

.cont-list-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
  margin-bottom: 25px
}
.cont-list-table td {
	border: 2px solid #ccc;
	padding: 10px 15px;
}
.cont-list-table .heart-list li {
	margin-bottom: 5px;
	list-style: none;
	line-height: 20px;
}
.cont-list-table th {
	background-color: #d8ead9;
	width: 25%;
	border: 2px solid #ccc;
	padding-left: 15px;
	font-weight: normal;
	text-align: left;
}
.cont-list-table.golf-contCSS td{
	padding: 5px;
}

.agencyBOX {
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	.cont-list-table th {
		width: 40%;
	}
}
@media screen and (max-width: 600px){
	.cont-list-table td,
	.cont-list-table th {
		display: block;
		width: auto;
		float: left\9;
		width: calc(100% - 20px)\9;
	}
	.golf-contCSS .inforadio-BOX,
	.golf-contCSS .information-number{
		width: auto;
		width: calc(100% - 20px)\9;
	}
	.golf-contCSS .information-number,
	.cont-list-table td{
		border: 0;
		margin-bottom: 20px;
	}
	.golf-contCSS .inforadio-BOX{
		margin-bottom: 10px;
	}
}


.tabContent table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 14px;
	margin-bottom: 25px
}

.tabContent td {
	border: 2px solid #ccc;
	padding-left: 15px;
}

table.privacy_table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.privacy_table th,
table.privacy_table td {
	border: 1px solid #d4d4d4;
	border-collapse: collapse;
	padding: 15px;
}
.table-head {
	width: 25%;
	background-color: #d8ead9;
}
table.privacy_table td {
	line-height: 23px;
}
.table-indent {
	margin-left: 1em;
	text-indent: -1em;
}
/*.table-telimages {
	display: inline-block;
}*/

@media screen and (max-width: 600px){
	table.privacy_table th,
	table.privacy_table td {
		display: block;
		width: auto;
	}
	.tabContent td{
		border: 0;
	}
}



table.club-T {
	margin-top: 30px;
	border-collapse: collapse;
	width: 100%;
	line-height: 20px;
	table-layout: auto;
}
table.club-T td{
	padding-top: 10px;
	padding-bottom: 10px;
}
table.club-T tr td{
	border: solid 1.5px #D7D4D3;
	padding: 10px;
}
table.club-T .table-head {
	width: 34%;
	border: solid 1.5px #D7D4D3;
}
table.club-T .table-titlegreen {
	background-color: #d8ead9;
}

td.add-width {
	width: 40px;
}

td.add-width2 {
	width: 150px;
}

table.club-T .table-titleyellow {
	background-color: #fff2cc;
}
table.club-T span {
	color: #ff3300;
}
table.club-T .table-money {
	float: left;
	padding-right: 25px;
}

.homes_table{
	table-layout:fixed !important;
}
.homes_td {

	width: 150px;
}


/** お問い合せ用のテーブル **/
table.cont-contact-table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}
table.cont-contact-table.waku-gray input,
table.cont-contact-table.waku-gray select{
	border: solid 1px #cccccc;
}
table.cont-contact-table.waku-gray input[type="radio"]{
	border: 0;
}

table.cont-contact-table th,
table.cont-contact-table td{
	border: solid 1px #cccccc;
}
table.cont-contact-table th{
	background-color: #e9f4e9;
	text-align: left;
	font-weight: normal;
	width: 215px;
	min-width: 215px;
}
table.cont-contact-table td{
	padding: 10px 0 10px 10px;
}
.cont-contact-table-dl{
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	margin: 10px 10px;
}
.cont-contact-table-dl dt{
	margin: 0;
	padding: 0;
	color: red;
	min-width: 40px;
}
.cont-contact-table-dl dd{
	margin: 0;
}
.ycalendar {
	display: none;
}
@media screen and (max-width: 767px){

}

@media screen and (max-width: 700px){
	table.cont-contact-table th,
	table.cont-contact-table td{
		display: block;
	}
	table.cont-contact-table th{
		text-align: left;
		width: auto;
	}
	table.cont-contact-table td{
		border: none;
		margin: 15px auto 30px;
		width: 95%;
		padding: 0;
	}
	.cont-contact-table-dl{
		display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
		margin: 5px 10px;
	}
}

.textW input[type="text"],
.cont-contact-table input[type="text"].textW,
.cont-contact-table input[type="email"].textW{
	height: 24px;
	padding: 0 3px;
	width: calc(100% - 20px);
}
.cont-contact-table input[type="text"].textW2{
	height: 24px;
	padding: 0 3px;
	width: calc(100% - 125px);
}
.cont-contact-table input[type="text"].textW3{
	height: 24px;
	padding: 0 3px;
	width: calc(100% - 175px);
}
@media screen and (max-width: 700px){
	.cont-contact-table input[type="text"].textW{
		width: calc(100% - 10px);
	}
}


/* テーブル中のラジオボタン */
.cont-contact-table-radioBOX{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.cont-contact-radio-label {
	cursor: pointer;
	position: relative;
	margin: 0 20px 0 0;
	padding-left: 20px;
	overflow: hidden;
	display: inline-block;
	line-height: 2em;
}
.cont-contact-radio-label:before {
	position : absolute;
	width : 15px;
	height : 15px;
	border : 1px solid #666;
	border-radius : 50%;
	left : 0px;
	top : 6px;
	top : 5px\9;
	content : '';
	z-index : 3;
}
.cont-contact-radio-label:after {
	content : '';
	position : absolute;
	width : 11px;
	height : 11px;
	border-radius : 100%;
	left : 3px;
	top : 8.5px;
	top : 7.5px\9;
	background-color : black;
	z-index : 1;
}
.cont-contact-radio-label input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #FFF;
}
.cont-contact-radio-label input[type="radio"]:checked {
	box-shadow : none;
}
.cont-contact-radio-label input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}

@media screen and (max-width: 700px){
	.cont-contact-radio-label {
		width: 100px;
		margin-bottom: 10px;
	}
	.cont-contact-radio-label-long{
		width: auto;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 500px){
	.cont-contact-radio-label,.cont-contact-radio-label-long{
		width: calc(100% - 40px);
	}
}

/* contact form 7 のラジオボタン用 */
#cont-contact-radio-label span.wpcf7-list-item > label{
	cursor: pointer;
	position: relative;
	margin: 0 20px 0 0;
	padding-left: 20px;
	overflow: hidden;
	display: inline-block;
	line-height: 2em;
}
#cont-contact-radio-label span.wpcf7-list-item > label:before {
	position : absolute;
	width : 15px;
	height : 15px;
	border : 1px solid #666;
	border-radius : 50%;
	left : 0px;
	top : 6px;
	top : 5px\9;
	content : '';
	z-index : 3;
}
#cont-contact-radio-label span.wpcf7-list-item > label:after {
	content : '';
	position : absolute;
	width : 11px;
	height : 11px;
	border-radius : 100%;
	left : 3px;
	top : 8.5px;
	top : 7.5px\9;
	background-color : black;
	z-index : 1;
}
#cont-contact-radio-label input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #FFF;
}
#cont-contact-radio-label input[type="radio"]:checked {
	box-shadow : none;
}
#cont-contact-radio-label input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}

@media screen and (max-width: 700px){
	#cont-contact-radio-label span.wpcf7-list-item > label {
		width: 100px;
		margin-bottom: 10px;
	}

}
@media screen and (max-width: 500px){
	#cont-contact-radio-label span.wpcf7-list-item > label{
		width: calc(100% - 40px);
	}
}

span.removal-radio span.wpcf7-list-item{
	display: block;
}

/* 日付選択 */
.cont-contact-date-inputBox{
	width: calc(100% - 80px);
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	float: left;
}
.cont-contact-date-inputBox-s{
	margin-right: 10px;
}
.cont-contact-date-inputBox-s input[type="text"]{
	margin-right: 5px;
	padding: 0 3px;
  height: 20px;
	text-align: center;
	width: 60%;
}

@media screen and (max-width: 500px){
	.cont-contact-date-inputBox{
		width: 100%;
		float: none;
	}
	.cont-contact-date-inputBox ~ img{
		margin: 20px auto 0;
		display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	}
}

/* 日間 */
.cont-contact-daysBox input[type="number"]{
	width: 70px;
	margin-right: 5px;
	padding: 0 3px;
  height: 20px;
	text-align: center;
}

@media screen and (max-width: 700px){
	.cont-contact-daysBox{text-align: center;}
}

/* 旅行先 */
.cont-contact-destination select{
	height: 26px;
	padding: 0 3px;
	margin-bottom: 10px;
}

/* 都道府県 */
.cont-contact-prefectures select{
	width: calc(100% - 115px);
	height: 26px;
	padding-left: 5px;
}

/* ご旅行人数 */
.cont-contact-people{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
	width: 80%;
	max-width:340px;
	margin-bottom: 10px;
}
.cont-contact-people p {margin-right: 15px;}
.cont-contact-people input[type="number"]{
	width: 70px;
	margin: 0 6px;
}
.cont-contact-people-p{
	font-size: 12px;
}

/* ご要望 */
textarea.cont-contact-request{
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	margin-top: 15px;
	padding: 10px;
}



/* 旅行（お客様専用サイトTOP>>ご旅行・宿泊手配・グループ旅行>>みずほカフェテリアプラン） */
.travel-cafeteria-infoBox{
	border-bottom: dashed 1px;
	border-top: dashed 1px;
	border-color: #d3d3d3;
	margin: 40px 0px;
}
.travel-cafeteria-infoBox table{
	padding: 20px 0px;
	width: 100%;
}
.travel-cafeteria-infoBox th{
	background-color: #e9f4e9;
	width: 145px;
	border-bottom: 5px solid white;
	color: #008080;
	padding-left: 15px;
	font-weight: normal;
	text-align: left;
}
.travel-cafeteria-infoBox td{
	padding-left: 15px;
}
@media screen and (max-width: 500px){
	.travel-cafeteria-infoBox th,
	.travel-cafeteria-infoBox td{
		display: block;
		width: calc(100% - 15px);
	}
	.travel-cafeteria-infoBox td {margin-bottom: 10px;}
}

/* お客様専用サイトTOP>>オフィス用品、OA機器、記念品などのご案内 */
.office-list dd {margin-left: 1em;}


/* 会社概要 */

.table_company{
    border-collapse: collapse;
    width: 100%;
    line-height: 20px;
}
.table_company th,
.table_company td{
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
	padding: 10px;
}

.table_company th{
  background-color: #e9f4e9;
  width: 160px;
	text-align: left;
	font-weight: normal;
}
.table_company-th-long th{
	width: 200px;
}
li.co-ceo {
    margin: 15px 0;
}

@media screen and (max-width: 600px){
	.table_company th,
	.table_company td{
		display: block;
	}
	.table_company th,.table_company-th-long th{
		width: auto;
	}
	.table_company th.table_company-th-sp{
		background-color: inherit;
		border: 0;
		font-weight: bold;
		margin-top: 10px;
	}
}


/* 各種お申し込み書類一覧 */
.table_document{
    border-collapse: collapse;
    width: 100%;
    line-height: 20px;
}

.table_document th,
.table_document td{
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
	padding: 10px;
}

.table_document th{
	background-color: #e9f4e9;
	text-align: center;
	font-weight: normal;
}

/* ご旅行・グループ旅行・出張・ホテル・きっぷの手配 */
.travel_flex {
	margin: 10px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.travel_listBox-a{
	margin: 20px auto;
	height: auto;
	overflow: hidden\9;
}

.travel_listBox-a li {
	width: 48%;
	margin-bottom: 15px;
	border: solid 1px;
	border-color: #D7D4D3;
	float: left\9;
}
.travel_listBox-a li:nth-child(2n) {
	float: right\9;
}
.travel_listBox-a img{
	width: 100%;
}
.travel_listBox-a p {
	color: #009800;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}

@media screen and (max-width: 500px){
	.travel_listBox-a li {
		width: 100%;
		max-width: 350px;
	}
	.travel_listBox-a li,
	.travel_listBox-a li:nth-child(2n) {
		float: none\9;
	}
	.travel_listBox-a{
		-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
}

.travel-ListBox-gray-top{
	max-width: 605px;
	height: auto;
	overflow: hidden;
}
.travel-ListBox-gray-top img{
	width: 60px;
	float: left;
}
.travel-ListBox-gray-top-s{
	float: right;
}

.travel_listBox-b{
	width: 95%;
	margin: 20px auto 0;
	height: auto;
	overflow: hidden;
}
.travel_listBox-b li{
	width: 48%;
	margin-bottom: 15px;
	border-color: #D7D4D3;
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	float: left\9;
}
.travel_listBox-b li:nth-child(2n){
	float: right\9;
}

@media screen and (max-width: 710px){
	.travel-ListBox-gray-top{text-align: center;}
	.travel-ListBox-gray-top img,
	.travel-ListBox-gray-top-s{
		float: none;
	}

	.travel_listBox-b{
		display: block;
	}
	.travel_listBox-b li{
		width: 100%;
	}
	.travel_listBox-b li,
	.travel_listBox-b li:nth-child(2n){
		float: none\9;
	}
}

/* お客様専用サイトTOP>引越ご相談・申し込み>お問い合わせ */
.selectW select{
	width: calc(100% - 14px);
	height: 26px;
	border: solid 1px #cccccc;
}
.move-table-sub{
	height: auto;
	overflow: hidden;
}
.move-table-sub-l{
	float: left;
	width: 20%;
}
.move-table-sub-r{
	float: right;
	width: 80%;
	height: auto;
	overflow: hidden;
}
.move-table-sub-rl{
	float: left;
	width: 30%;
}
.move-table-sub-rr{
	float: right;
	width: 70%;
}
.move-table-sub-rr p:first-child{
	margin-bottom: 10px;
}

@media screen and (max-width: 700px){
	.move-table-sub-l,
	.move-table-sub-r,
	.move-table-sub-rl,
	.move-table-sub-rr{
		float: none;
		width: 100%;
	}
	.move-table-sub-l{
		border-bottom: 1.5px dashed #d4d4d4;
	}
}
@media screen and (max-width: 700px) and (min-width: 549px){
	.move-table-sub-l,
	.move-table-sub-rr p{
		float: left;
		margin-right: 10px;
	}
	.move-table-sub-rr p:last-child{
		float: right;
		margin-right: 0;
	}
}

.cont-endBOX{
    display: none;
}
.sent .cont-endBOX{
    display: block;
}

/* お客様専用サイトTOP */
.page-top-BOX{
	height: auto;
	overflow: hidden;
}
.page-top-BOX-l,
.page-top-BOX-r{
	width: 48%;
}
.page-top-BOX-l{float: left;}
.page-top-BOX-r{float: right;}
@media screen and (max-width: 600px) {
	.page-top-BOX-l,.page-top-BOX-r{
		float: none;
		width: 100%;
	}
}

.page-top-search select,.page-top-search input[type="text"] {
	width: calc(100% - 2px);
	height: 26px;
	border: solid 1px #cccccc;
}

.page-top-search select{
	height: 29px;
	padding: 5px;
}

.page-top-product-list{
	border-bottom: 1.5px dashed #ccc;
}

/* 規約用 */
dl.kiayku dd{
	margin-left: 1em;
	margin-bottom: 2em;
}


/* 買い物トップ */
.documentBOX ul{
	height: auto;
	overflow: hidden;
}
.documentBOX ul li{
	float: left;
	margin-right: 15px;
	width: 23%;
}
.documentBOX ul li a{
	line-height: 1.5em;
	padding: 5px 0;
	width: 100%;
}
.documentBOX ul li a.oneL{
	padding: 16px 0px;
}

@media screen and (max-width: 767px) {
	.documentBOX ul li{
		width: 100%;
	}
	.documentBOX ul li a,.documentBOX ul li a.oneL{
		padding: 15px 0px;
	}
	.documentBOX ul li .contact_btn-iii_box{
		margin: 10px 0;
	}

}

.PageShopTop_bontStyle a.contact_btn-ii.card{
	width: 90%;
	max-width: 400px;
	line-height: 1.5em;
	padding: 5px 0;
}
.PageShopTop_bontStyle .contact_btn-ii{
	font-size: 14px;
}


/*サイトマップpage-new-sitemap.html*/

.new-sitemap-L {
	width: 49%;
    float: left;
}

.new-sitemap-btn {
	border: solid 1.5px #336666;
    border-radius: 7px;
    padding: 15px 25px 5px 12px;
    line-height: 20px;
    margin: 29px auto;
    margin-top: 0px;

}

.new-sitemap-btnL {
	max-width: 230px;
}

.new-sitemap-btnR {
	max-width: 330px;
}

.new-sitemap-btn a {
	color: #000 !important;
	position: relative;
	margin-bottom: 15px;
}

.new-sitemap-btn a::before{
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px #BEBEBE;
  border-right: solid 2px #BEBEBE;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: -14px;
  margin-top: -4px;
}


@media screen and (max-width: 767px) {
	.new-sitemap-L, .new-sitemap-R {
		width: 93%;
		float: none;
		margin: 0 auto;
	}

	.new-sitemap-btnL {
	max-width: 330px;
}

}

/* PageNavi CSS調整 */
.wp-pagenavi a, .wp-pagenavi span{
	display: inline-block;
}


/* ハートニュース　買い物　商品詳細ページ */
.lineupList{border: 0.2px solid #b9b9b9;}
.lineupList ul{height: auto;overflow: hidden;display: flex;}
.lineupList li{
	float: left;
	align-self: flex-end;
}
.lineupList li:nth-child(1){min-width: 300px; }
.lineupList li:nth-child(2){min-width: 100px; }
.lineupList li:nth-child(3){min-width: 100px; }
.lineupList li:nth-child(4){min-width: 150px; }
.lineupList li:nth-child(2) input[type="text"]{ width: calc(100% - 50px);}
.lineupList li:nth-child(4) input[type="text"]{ width: 95px;}
.lineupList select{
	width: 90%;
	max-width: 50px;
}

.lineupList-br{border-top: 0.2px solid #b9b9b9;}
.lineupList-up{border: 0.2px solid #336666;}
.lineupList-inline{display: inline-block;}
.lineupList-BR{border-right:1.2px dashed #336666; max-width: 85px; }
.lineupList-W95{width: 95%;}
.lineupList-W80{width: 80%;}

@media screen and (max-width: 767px) {
	.lineupList ul{display: block;}
	.lineupList li{
		float: none;
		min-width: auto !important;
		text-align: left !important;
		padding-bottom: 10px;
	}
}
.totalBox{
	height: auto;
	overflow: hidden;
	text-align: right;
}
.total{
	border-bottom: 1px solid;
	padding: 2px 5px;
	float: right;
}
input[type="text"].priceTextBox{
  text-align: right;
  border-width: 0px;
	background-color: inherit;
}
input[type="text"].postBox{
  border-width: 0px;
	background-color: inherit;
}

.shopTitle thead th{
  width: 10%;
  text-align: center;
  vertical-align: top;
  background-color: #E5FFD8;
}

.shopTitle thead th:nth-child(1){width: 5%;}
.shopTitle thead th:nth-child(2){width: 20%;}

.shopTitle tbody tr.list:nth-child(even){
  background-color: #fffdd8;
}
.shopTitle tbody tr.list td{
		padding-top: 1em;
		padding-bottom: 1em;
}
.shopTitle tbody tr.list select{
	width: 90%;
	max-width: 50px;
}
.shopTitle tr.TRfooter{
  background-color: #E5FFD8;
}

p.desc{
	color: #dd5500;
}

td.fttb1{
	width: 13%;
	vertical-align: top;
	background-color: #E5FFD8;

}
td.fttb2{
	width: 87%;
	vertical-align: top;

}
td.fttb3{
	vertical-align: top;
	background-color: #E5FFD8;

}
td.fttb4{
	vertical-align: top;

}

form.bayTable{
	font-size: 13px;
}

/* 買い物カゴ */

input.n-no {
    border: 0;
    font-size: 18px;
    transition: all 300ms 0s ease;
}

input.p-no {
    border: 0;
    font-size: 16px;
    transition: all 300ms 0s ease;
}

input.p-name {
    border: 0;
    font-size: 20px;
    transition: all 300ms 0s ease;
}

input.m-price {
    border: 0;
    font-size: 18px;
    transition: all 300ms 0s ease;
}



/* .cont-list-table.basketT td.Wshot{	width: 5%;} */
@media screen and (max-width: 600px) {
	.cont-list-table.basketT td{margin-bottom: 0;}
	.cont-list-table.basketT td.Wshot{
		width: auto;
		padding-bottom: 10px;
		border-bottom: 1.2px dashed #b9b9b9;
	}
}

/*提携先企業一覧page-partners.html*/

.partners {
	border-bottom:dashed 1.4px #D7D4D3;
	padding: 5px 0px 5px 0px;
	height: auto;
	overflow: hidden;
}
.partners dt,.partners dd{
	float: left;
}
.partners dt img{
	width: 100%;
	max-width: 80px;
}

@media screen and (max-width: 767px) {
	.partners dt,.partners dd{float: none;}
}

.partners-notes {
	color: #333333;
	line-height: 20px;
	margin: 15px 0px 10px 0px;
}

span.partners-title {
	border-left: 10px solid #1ba21b;
	padding:10px;
	font-size: 17px;
	font-weight: bold;
}


/* 会員システム */
/* ログイン */
.logo-inputBox .um input[type=submit].um-button{
    display: inline-block !important;
    padding: 10px 40px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    background: #f2cf01 !important;/*ボタン色*/
    color: #333333 !important;
    border-bottom: solid 4px #B19316 !important;
    border-radius: 3px !important;
		min-width: auto !important;
}
.logo-inputBox .um input[type=submit].um-button:active{/*ボタンを押したとき*/
    -ms-transform: translateY(4px) !important;
    -webkit-transform: translateY(4px) !important;
    transform: translateY(4px) !important;/*下に動く*/
	border-bottom: none !important;/*線を消す*/
	margin-bottom: 4px;
}
.logo-inputBox .um-field{padding: 0 !important;}
.logo-inputBox .um input,
.logo-inputBox .um-field-label label{
	font-size: 14px !important;
}
.logo-inputBox .um-field-label{margin: 0 !important;}

/*冠婚葬祭施設提携先企業一覧page-funeral-detail.html*/

.funeral-datail-Tab1 {
	display: inline-block;
	width: calc(90% - 20px);
	text-align: left;
}

.funeral-datail-Tab1 img {
	float: left;
	margin-right: 5px;
}

.funeral-datail-Tab1-g {
	display: inline-block;
	margin-right: 75px;
	margin-bottom: 30px;
}

.funeral-datail-Tab1-g p{
	padding-top: 15px;
	display: inline-block;
}

.funeral-datail-Gtitle {
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}

.funeral-datail-Gtitle h3 {
	display: inline-block;
	border-left: 10px solid #1ba21b;
	padding-left: 10px;
	padding-top: 11px;
	line-height: 30px;
	font-size: 17px;
	width: calc(100% - 360px);
	float: left;
	margin-right: 30px;
	height: 39px;
	margin-bottom: 15px;
}

.funeral-datail-Gtitle img {
	display: inline-block;
	float: right;
	margin: 0px 25px 15px 10px;
}

@media screen and (max-width: 767px){
	.funeral-datail-Tab1-g{
		display: block;
	}
	.funeral-datail-Gtitle h3{
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 390px){
	.funeral-datail-Gtitle img{
		margin-top: 0px;
	}
}


/*ローンのご案内page-new-loan-info.html*/

.Nloan-gybtn-all {
	height: 80px;
}

.Nloan-gybtn-all img {
	width: 226px;
	float: left;
	margin: 0px 5px;
}


table.loan-lineup {
	table-layout: auto;
}

th.loan-lineup2{
	width: 25%;
}

.loan-genre {
	width: 13%;
}

@media screen and (max-width: 767px) {
	.Nloan-gybtn-all {
		height: 240px;
		text-align: center;
}

	.Nloan-gybtn-all img {
		max-width: 225px;
		width: calc(100% - 40px);
		margin:5px auto;
		float: none;
	}
}


		/*手続きの流れ*/
.Nloan-sp-red p{
	color: red;
	display: none;
}

.Nloan-flow {
	display: inline-block;
	min-width: 650px;
}

.Nloan-flow dl{
	width: 80%;
	min-width: 500px;
	height: auto;
	min-height: 95px;
	float: left;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.Nloan-flow img {
	float: left;
	width: 14%;
	margin: 22px 10px 0px 0px;
}

.Nloan-flow dt {
	border-bottom: 1px solid #dcdcdc;
	background-color: #d8ead9;
	text-align: center;
}

.Nloan-flow dd {
	text-align: left;
	margin: 0px;
	padding: 10px;
	padding-top: 12px;
}

.Nloan-flow-arrow {
	text-align: right;
	display: inline-block;
	min-width: 631px;
}

.Nloan-flow-arrow img {
	width: 292px;
	min-width: 292px;
	margin-left: 218px;
}

.Nloan-flow-btn {
	text-align: right;
	display: inline-block;
	min-width: 677px;
}

.Nloan-flow-btn img{
	width: 248px;
	float: right;
	margin-left: 40px;
}

@media screen and (max-width: 635px){
	.Nloan-sp-red p{
	display: block;
	}

	.Nloan-rollerbox{
		width: calc(92% - 15px);
		height: 400px;
		margin: 10px auto;
		overflow: scroll;
		border: solid 1px #D7D4D3;
		padding: 20px;
	}

	.Nloan-rollerbox::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	.Nloan-rollerbox::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.3);
		border:solid 2px #D7D4D3;
		border-radius: 6px;
	}

	.Nloan-rollerbox::-webkit-scrollbar-track {
		background-color: #f9f9f9;
		border:solid 1px #D7D4D3;
	}
}

.travel-partnersCSS td{width: 30%;}
.travel-partnersCSS th{min-width: 45px;width: 25%;}
@media screen and (max-width: 600px){
	.travel-partnersCSS th,
	.travel-partnersCSS td{
		width: auto;
		display: table-cell;
	}
}

/*会社概要*/
.company-li li {
	float: left;
	width: 47%;
	line-height: 2em;
}
.company-li ul {
	height: auto;
    overflow: hidden;
}
@media screen and (max-width: 600px){
	.company-li li{
		width: 100%;
	}
}

/* 退会フォーム  */
form.sent .submitEND{
	display:none;
}
.ENDm{display: none;}
form.sent .ENDm{
	display:block;
}

/* サイトバーのログインフォーム */
.um-field-error+.um-col-alt{
 margin-top: 30px;
}

/*住宅関連*/
.rei-card {
    width: 100%;
    margin-bottom: 10px;
}
.rei_btn_box{
display: inline-block;
    font-size: 25px;
    text-decoration: none;
    background: #f2cf01;
    color: #333333;
    border-bottom: solid 4px #B19316;
    border-radius: 3px;
    text-align: center;
    margin: 10px;
}
.rei_btn_iii-A{
	text-align: center;
}
.rei_btn_iii{
	display: inline-block;
    padding: 0em 1em;
    font-size: 13px;
    text-decoration: none;
    background: #f2cf01;
    color: #333333;
    border-radius: 3px;
}
a.rei_btn_iii{
	color: #333333 !important;
	line-height: 0;
}

.rei_btn_iii.InputSubmit{
	padding:0;
}
.rei_btn_iii.InputSubmit input[type="submit"]{
  padding: 10px 25px;
}

.contact_btn-ii:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
	margin-bottom: 4px;
}
.rei_btn_box_iii{
width: 100%;
    max-width: 302px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
}
p.rei-card-A {
    text-align: center;
}


/*初回登録*/
.Notes {
	font-size: 17px;
}

.top-Notice {
  width: 100%;
}
.top-Notice p {
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 8px 10px;
  margin: 0 10px 20px;
  background: #fff;
}
.top-Notice.index p {
  margin: 20px 10px 0;
}
