@charset "UTF-8";

/*　目次
-------------------------------------------------------------------*/
/*

基本カラー：#CC0000


*/

.pankuzu{
	font-size: 90%;
}

/* スマホ表示用（フッター下部分に電話するボタン）
-------------------------------------------------------------------*/
#scrollfooter > div{
	display: none;
}

#spCall{
	position: fixed; /* 要素の位置を固定する */
	bottom: 0; /* 基準の位置を画面の一番下に指定する */
	right: 0; /* 基準の位置を画面の一番右に指定する */
	width: 100%;
	background: #111111;
	padding-top: 1em;
}


#spCall > div{
	width: 100%;
	padding: 0 0 1em 0 ;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	background: #111111;
}

#spCall > div > div{
	margin: auto;
    text-align: center;
	width: 98%;
	font-size: 95%;
	padding: 0 0.5%;
}

#spCall > p{
    text-align: center;
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 0.5em;
}

#phoneN{
    display: block;
    padding: 0.75em 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background-color: #1d8825;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50px;
    border-radius: 5px;
    color: #fff;
}

#phoneN a,
#mailN a{
    display: block;
    color: #fff;
	text-decoration:none; 
}


#mailN a{
    display: block;
    padding: 0.75em 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background-color: #fba100;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50px;
    border-radius: 5px;
    color: #fff;
	width: 100%;
}

/* スマホ 分岐
-------------------------------------------------*/
.pc{display: none;}
.sp{display: block;}
.tabBox{display: block;}
.spBox{display: none;}

.width100sp{
	width: 100%;
}

.width100spmax{
	max-width: 100%;
}

.brno{
	display: block;
}

.spbrno{
	display:none;
}

.spon{
	display: block;
}

.spoff{
	display:none ;
}


/* 基本ボックス
-------------------------------------------------*/

/*ヘッダー部分とグローバルナビゲーション部分を追記*/
.pageBox,
header,
#globalN > div
{	
	width: 100%;
	margin: auto;
}


/*	ヘッダー情報
-------------------------------------------------------------------*/
header h1{
	display: none;
}

header > div > div{
	margin: auto;
	text-align: center;
	padding: 0.5em 0;
}

header > div > div{
	text-align: left;
}

header > div > div > a > img{
	text-align: left;
	height: 50px;
	margin-left: 10px;
}

header > div > div > div:nth-child(1){
	width: 220px;
	margin-bottom: 0.5em;
}

header> div > div > div:nth-child(2){
	width: 350px;
	padding: 0 0.25em;
	margin-bottom: -0.5em;
}

header> div > div > div:nth-child(3){
	width: 600px;
	margin-bottom: 0.5em;
}


/*ここから下はヘッダーの中央の問い合わせボタン部分*/

header > div > div > div > ul{
	list-style: none;
	margin: 0;
	display: flex;
    justify-content: spacecente-around;
    align-items: flex-end;
}

header > div > div > div > ul > li{
	width: 50%;
	padding: 0 0.5em;

}

header > div > div > div > ul > li >a{
	display: block;
	background-color: #CC0000;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	padding: 1.5em 0;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	align-items:center;
	height: 70px;
}

header > div > div > div > ul > li >a > i{
	margin-right: 0.2em;
}

header > div > div > div > ul > li >a:hover{
	background-color: #fa962b;
	transition: 0.5s;
}

header > div > div > div > ul > li:nth-child(2) >a{
	color: #FF0000;
	background-color: #ffa8c5;
}

header > div > div > ul > li:nth-child(2) >a:hover{
	color: #FFFFFF;
	background-color: #FF0000;
}



/*	グローバルナビゲーション情報
-------------------------------------------------------------------*/
#globalN{
	background: #CC0000;
	padding: 0.5em 0;
}

#globalN ul{
	display: flex;
	justify-content: spacecente-around;
	align-items: flex-end;
	border-left: 1px solid #DDDDDD;
}

#globalN li{
	width: 16.6%;
	border-right: 1px solid #DDDDDD;
}

#globalN ul a{
	display: block;
	color: #FFF;
	padding: 1.2em 0;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	align-items:center;
	height: 60px;
}

#globalN ul a:hover{
	background-color: #198a26;
	transition: 0.5s;
}

/*
#globalN > div{
	width: 100%;
	margin: auto;
}*/


/*	SEO補足文 
-------------------------------------------------------------------*/
#seoArea{
	padding: 2em 0 0 0 ;
	font-size: 80%;
	line-height: 180%;
	color: #FFFFFF;
	background: #CC0000;
	margin: 0 0 0 0 0;
}


#seoArea{
    margin-top: 0em;
}

#seoArea > div {
	width: 100%;
	margin: auto;
	padding: 1em 0 0 0;
	/*background: #FFF;*/
	display: flex;
	flex-wrap: wrap;
}

#seoArea > div > div{
	width: 100%;
	padding: 0 1em;
	/*background: #f5f4f2;*/
	text-align: left;
}

#seoArea dl{
	margin-bottom: 2em;
}


#seoArea > div > div > h2,
#seoArea dt{
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #DDDDDD;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#seoArea ul{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#seoArea ul li:before {
	content: '■'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-0em; /* 3文字分、左に寄せる */
}


#seoArea li{
	color: #FFF;
	margin: 0 0 0.5em 0;
}

#seoArea dd > p,
#seoArea dd > span,
#seoArea > div > div > p,
#seoArea > div > div > p:last-child{
    margin-bottom: 0.5em;
    line-height: 180%;
}


#seoArea dd,
#seoArea dd > ul > li{
	color: #FFF;
        line-height: 180%;
}


/*	フッター情報
-------------------------------------------------------------------*/
footer{
	display: none;
	font-size: 90%;
	line-height: 180%;
}

footer > div{
	width: 100%;
	margin: auto;
	padding: 1.5em 0 0 0;
}

/* 入れ子共通部品 */
footer > div > div{
	padding: 1em;
}

/* ひとつ目（COMPANY） */
footer > div > div:nth-child(1){
	width: 100%;
}

/* ふたつ目（MENU） */
footer > div > div:nth-child(2){
	width: 100%;
}

/* みっつ目（MAP） */
footer > div > div:nth-child(3){
	width: 100%;
}

/* フッターの各見出し部分 */
footer h3{
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d5cdb3;
}

/* メニューとかリストタグ部分 */
footer ul{
	list-style: none;
    margin: 0em 0 1em 0;
    padding: 0.5em;
}

footer li{
    margin: 0 0 0.5em 0;
    padding: 0;
}

/* フッターのリンクの色の部分（アンダーラインなども） */
footer a{
	text-decoration: none;
}

footer a:hover{
	font-weight: bold;
	text-decoration: none;
}

/*　pagetop（一番上に戻るボタンの表記）
------------------------------------------------------*/
#page-top {
	bottom: 50px;
	right: 20px;
}

/*	コピーライト
-------------------------------------------------------------------*/
address{
	margin: 0;
	padding: 0.5em;
	font-style: normal;
	font-size: 70%;
	margin: 0em;
}

#copyright{
	text-align: center;
	border-top: 3px solid #CC0000;
	background: #000;
	color: #FFF;
	padding: 0.5em 0;
}

/*	フッター部分表示
-------------------------------------------------------------------*/
#scrollfotter{
	display: none;
}


/*	メインビジュアル部分※
-------------------------------------------------------------------*/
#topImage{
	width: 100%;
    margin: 0 0 ;
}

/*	見出し部分
-------------------------------------------------------------------*/
.title ,
.title0 {
    background: url(../images/title.png) top center no-repeat;
    text-align: center;
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 2.0rem;
    line-height: 150%;
    margin: 0 0 1em 0;
    font-weight: 700;
}


/* トップ汎用（.topBox）
-------------------------------------------------*/

.topArea,
.topArea0{
	/*壁紙設定必要あり*/
	padding: 35px 1em 50px 1em;
	background: #FFFFFF;
}

.topArea > div{
	width: 100%;
	margin: auto;
	padding: 0.5em 0 0 0 ;
}

.topArea> h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em 0 ;
	font-weight: 700;
}

.topArea> h2 > span{
    display: inline-block;
	text-align: center;
	font-size: 1.8rem;
	line-height: 150%;
	margin: 0.5em 0;
	border-bottom: 7px solid #CC0000;
	padding-bottom: 0.1em;
}

/* トップお知らせ欄
-------------------------------------------------*/
#osusumeBg{
    background: url(../images/osusume_bg.jpg) top center no-repeat;
    text-align: center;
	padding-top: 50px;
}

#faqBg{
    background: url(../images/faq_bg.png) top center no-repeat;
}

#voiceBg{
    background: url(../images/voice_bg.jpg) top center no-repeat;
}

.topAreaInfo{
	/*壁紙設定必要あり*/
	padding: 35px 1em 70px 1em;
	background: #FFFFFF;
}


.topAreaInfo > div{
	width: 100%;
	background: #FFF;
	margin: auto;
	padding: 1em;
}

.topAreaInfo> h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5em 1em 2.0em 1em;
	font-weight: 700;
}

.topAreaInfo> h2 > span{
    display: inline-block;
	text-align: center;
	font-size: 2.0rem;
	line-height: 150%;
	margin: 0.5em 0;
	border-bottom: 7px solid #CC0000;
	padding-bottom: 0.1em;
}

.topAreaInfo > div > dl{
	margin: auto ;
	margin-bottom: 2em;
}

.topAreaInfo > div > dl > dt{
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.topAreaInfo > div > dl > dd{
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #CCCCCC;	
}


#greeting{
	/*壁紙設定必要あり*/
	padding: 2em 1em;
	background: #FFFFFF;
	background-attachment: fixed;
	background-image: url(/images/secondpage_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#greeting h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5em 1em 2.0em 1em;
	font-weight: 700;
}


#greeting h2 > span{
    display: inline-block;
	text-align: center;
	font-size: 2.0rem;
	line-height: 150%;
	margin: 0.5em 0;
	border-bottom: 7px solid #CC0000;
	padding-bottom: 0.1em;
}

#greeting > section{
	width: 100%;
	padding: 2em;
	background: #FFF;
	margin: auto;
	font-size: 100%;
}


/* 第二階層部分（#secondPage）
-------------------------------------------------*/
/* 
・基本は入れ子で対応する。
・大見出しはH2タグを利用
・h4タグまで利用する。
*/

#secondPage {
    background: #FFFFFF;
    background-attachment: fixed;
    background-image: url(/images/secondpage_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#itemDetailArea{
	width: 100%;
	padding-bottom: 50px;
	background-attachment: fixed;
	background-image: url(/images/secondpage_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

#secondPage > h2{
	font-size: 2.0rem;
	line-height: 150%;
    padding: 1.2em 0;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    align-items: center;
	font-weight: 700;
}

#secondPage2 {
    padding: 0em;
    background: #FFFFFF;
}

#secondPage2 > h2{
	display: none;
}

#secondPage2 > div{
	width: 100%;
	background: #FFF;
	margin: auto;
	padding: 1.5em 1em;
	border-radius: 0;
}

#secondPage > div{
	width: 100%;
	background: #FFF;
	margin: auto;
	padding: 1.5em 1em;
}

#itemDetailArea > div{
	width: 100%;
	background: #FFF;
	margin: auto;
	padding: 1.5em 1em;
}

#itemDetailArea > div > h3,
#secondPage > div > h3,
#secondPage2 > div > h3{
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 700;
	padding-bottom: 0.25em;
	border-bottom: solid 3px #DDDDDD;
	margin-bottom: 1em;
	position: relative;
}
  
#itemDetailArea > div > h3:after ,
#secondPage > div > h3:after,
#secondPage2 > div > h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #CC0000;
	bottom: -3px;
	width: 20%;
}

#secondPage > div > h4,
#secondPage2 > div > h4{
	font-size: 1.2rem;
	line-height: 150%;
	font-weight: 700;
	border-left: 10px solid #CC0000;
	padding: 0.8em 0.5em 0.5em 0.5em;
	margin: 1em 0;
	background-color: #EFEFEF;
}


/*	flexBox内のDL
------------------------------------------------------*/
div[class^="flexBox"] img,
.halfBox img,
.halfBoxWaku img{
	width: 100%;
	margin-bottom: 0.5em;
}

div[class^="flexBox"] a,
.halfBox a,
.halfBoxWaku a{
	text-decoration: none;
	color: #000000;
}

div[class^="flexBox"] a:hover,
.halfBox a:hover,
.halfBoxWaku a:hover{
	opacity: 0.5 ;
	transition: 0.5s;
}

div[class^="flexBox"] dl,
.halfBox dl,
.halfBoxWaku dl{
	padding: 0.5em;
	background: #ffffff;
}

div[class^="flexBox"] section dt,
.halfBox section dt,
.halfBoxWaku section dt{
	font-size: 120%;
	font-weight: 700;
	color: #CC0000;
	margin-bottom: 0.5em;
}

div[class^="flexBox"] section dd,
.halfBox section dd,
.halfBoxWaku section dd{
	font-size: 90%;
	margin-bottom: 1em;
	line-height: 180%;
}

/*	4つ並び
------------------------------------------------------*/
.flexBox4{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0.5em 0;
	margin: 0;
}

/*
.flexBox4 section {
	width: 48%;
	margin: 1%;
	background: #FFF;
}
*/

.flexBox4 > section:nth-child(even){
	width: 49%;
	margin: 1% 0 1% 1%;
	background: #FFF;
}

.flexBox4 > section:nth-child(odd){
	width: 49%;
	margin: 1% 1% 1% 0;
	background: #FFF;
}



/*	3つ並び
------------------------------------------------------*/
.flexBox3{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0.5em 0;
	margin: 0;
}


.flexBox3 section {
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em;
    /*background: #EEEEEE;*/
    border-radius: 5px;
}

/*
.flexBox3 > section:nth-child(even){
	width: 49%;
	margin: 1% 0 1% 1%;
	background: #FFF;
}

.flexBox3 > section:nth-child(odd){
	width: 49%;
	margin: 1% 1% 1% 0;
	background: #FFF;
}*/

.flexBox3 section > p{
	padding: 0.5em;
	background: #ffffff;
	text-align: center;
}



/* 2つ並び
------------------------------------------------------*/
.flexBox2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0.5em 0;
	margin: 0;
}

.flexBox2 section {
	width: 100%;
	margin: 1%;
	background: #FFF;
}

.flexBox2 figure > img{
	width: 100%;
	margin-bottom: 1em;
}

.flexBox2 section dl{
	padding: 0.5em;
	background: #ffffff;
}

.flexBox2 a{
	text-decoration: none;
	color: #000000;
}

.flexBox2 section a:hover{
	opacity: 0.5 ;
	transition: 0.5s;
}

/*	2つ並び（枠線あり）
------------------------------------------------------*/
.halfBoxWaku{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 0 1em 0;
	margin: 0;
}

.halfBoxWaku > section {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0.5em;
	background: #FFF;
	border: 1px dotted #999999;
	box-sizing: border-box;
}



/* 6つ並び
------------------------------------------------------*/
.flexBox6{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0.5em 0;
	margin: 0;
}

.flexBox6 section {
	width: 31%;
	margin: 1%;
	background: #FFF;
}

.flexBox6 figure > img{
	width: 100%;
}

.flexBox6 section dl{
	padding: 0.5em;
	background: #ffffff;
}
.flexBox6 a{
	text-decoration: none;
	color: #000000;
}

.flexBox6 section a:hover{
	opacity: 0.5 ;
	transition: 0.5s;
}
.flexBox6 section dt{
	font-weight: 700;
	color: #0099b5;
	margin-bottom: 0.5em;
}
.flexBox6 section dd{
	font-size: 98%;
	margin-bottom: 1em;
	line-height: 150%;
}


/*	お客様の声
------------------------------------------------------*/
#voiceArea{
	width: 100%;
	padding: 0% 0;
	margin: 0% 0;
}

#voiceArea section {
	width: 100%;
	margin: 1% 1% 2em 1%;
	background: #FFF;
}

.voiceKaigyo {
    max-width: 100%;
    margin: 0 auto;
    border: 2px solid #00a5a8;
    border-radius: 5px;
    color: #333333;
}

.voiceKaigyo > div:first-child{
	font-size: 110%;
	display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    /*padding: 0 8px;*/
    background: #fff;
    color: #00a5a8;
    font-weight: 600;
    vertical-align: top;
}

.voiceKaigyo > div:nth-child(2){
	font-size: 110%;
	padding: 0.5em;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.voiceKaigyo figure{
	width: 20%;
}

.voiceKaigyo > div >div{
	width: 80%;
	font-size: 90%;
	font-weight: 700;
}


.voiceKaigyo img{
	width: 100%;
}

.voiceKaigyo svg {
    padding-right: 4px;
}

.voiceKaigyo p {
    margin: 0;
    padding: 0 1em 1em;
}



/*	社長プロフィール
------------------------------------------------------*/
.profile{
	width: 100%;
	justify-content: flex-start;
	padding: 0 0 2em 0;
	margin: 0;
}


.profile > div:nth-child(1){
	width: 100%;
	margin: 0 0 1em 0;
}

.profile > div:nth-child(2){
	width: 100%;
	margin: 0;
	padding: 0;
}

.profile figure > img{
	width: 100%;
	margin-bottom: 1em;
}

.profile dt{
	font-weight: 700;
    color: #CC0000;
    margin-bottom: 0.5em;
}

.profile dd{
	margin: 1em 1em 2em 1em;
}

/*	重要告知枠
------------------------------------------------------*/
/*詳細の部分は各デバイスで設定*/
#importantArea{

}

#importantArea > div{
	width: 100%;
	margin: auto;
	padding: 1em;
	border: 5px solid #e76471;
	font-size: 90%;
}

#importantArea dl{
	text-align: center;
}

#importantArea dt{
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 0.5em;
}



/*	テーブル
------------------------------------------------------*/
table.outline,
table.freeoutline{
	margin: 1em 0;
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-bottom: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.outline th{
	display: block;
	width: 100%;
	padding: 1em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 0px;
	background: #F5F5F5;
	font-weight: 500;
	text-align: center;
}

table.freeoutline th{
	display: block;
	width: 100%;
	padding: 1em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 0px;
	background: #F5F5F5;
	font-weight: 500;
	text-align: center;
}

table.outline td ,
table.freeoutline{
	display: block;
	width: 100%;
	padding: 1em;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 0;
	font-weight: 500;
	text-align: left;
}

.outline dt{
	font-weight: 700;
}

.outline dd{
	margin: 0.5em;
}


/* メールフォーム
-------------------------------------------------*/
.hissu{
	background: #FF0000;
	color: #FFFFFF;
	padding: 0.1em 0.2em;
	margin-right: 10px;
	border: 1px solid #F00;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.nini{
	background: #666666;
	color: #FFFFFF;
	padding: 0.1em 0.2em;
	border: 1px solid #666666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.fukusuu{
	background: #13448f;
	color: #FFFFFF;
	padding: 0.1em 0.2em;
	margin-right: 10px;
	border: 1px solid #13448f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.hissu,
	.nini,
	.fukusuu{
	font-size: 75%;
	line-height: 100%;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-left: 3px;
}
	#formArea > table{
	margin: 1em 0;
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
	#formArea th{
	width: 100%;
	display: block;
	padding: 1em;
	border: #E3E3E3 solid;
	border-width: 0 0 0px 0px;
	background: #F5F5F5;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
	#formArea td {
	width: 100%;
	display: block;
	padding: 1em;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 0px 0px;
	font-weight: 500;	font-weight: 500;
	text-align: left;	text-align: left;
}
	#formArea input[type=text] ,
	#formArea select{
	width: 90%;
	background: #e9f1fc;
	border: 1px solid #CCCCCC;
	font-size: 120%;
	line-height: 180%;
	padding: 0.5em;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	#formArea textarea{
	background: #e9f1fc;
	border: 1px solid #CCCCCC;
	font-size: 120%;
	line-height: 180%;
	width: 90%;
	height: 200px;
	padding: 0.5em;
	margin: 0em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	#formArea > section#submitBox{
	padding: 0.5em 1em;
	background: #E2E2E2;
}
	#formArea > section#formsubmitBox{
	margin-bottom: 1.5em;
	padding: 0.5em 1em;
	background: #FFFFFF;
}

/* プライバシーポリシーの内容の追記 */
#privacyList{
	padding: 0;
}

#privacyList dl{
	margin: 1em 0;
	padding: 0;
}

#privacyList dt{
	font-size: 1.1rem;
	font-weight: bold;
}

#privacyList dd{
	font-size: 98%;
	padding: 1em;
}

#privacyList li{
	font-size: 98%;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#privacyList textarea{
	font-size: 98%;
}

.privacyBox{
	display: block;
	text-align: center;
	background: #efbfc6;
	border: 5px solid #e76471;
	padding: 0.5em;
	font-size: 100%;
	line-height: 180%;
	margin: 1em 0;
}
	/*送信ボタンのおまじない*/
	form input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
}
	/* オンのとき */
	button#formsubmit,
	input#formsubmit[type="submit"],
	button#submit{
	border: 0;
	width: 100%;
	font-size: 120%;
	color: #FFF;
	display: block;
	padding: 0.5em;
	margin: 0.5em 0 2em 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: #00ae35;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 50px;
	border-radius: 5px;
	transition: all .3s;
}
	/* オンのとき */
	input#formsubmit[type="submit"]:hover,
	button#submit:hover{
	color: #FFF;
	display: block;
	background: #e76471;
	transition: all .3s;
}
	/* オフのとき */
	input#formsubmit[type="submit"][disabled]{
	color: #222;
	background: #CCCCCC;
}
	/*確認画面*/
	.button{
	text-align: center;
}
	.errorBox{
	text-align: center;
	background: #f1d5d5;
	border: 5px solid #00ae35;
	clear: both;
	margin: 1em;
	padding: 0.5em;
}
	.errorBox p{
	color: #00ae35;
	font-size: 90%;
}
	.confirm{
	text-align: center;
	background: #bef7c2;
	border: 5px solid #1d8825;
	clear: both;
	margin: 1em;
	padding: 0.5em;
}
	.confirm p{
	color: #1d8825;
	font-size: 90%;
}

/*	老人ホーム（silver）
------------------------------------------------------*/
#silverNagare{
	width: 100%;
	margin: auto;
	margin-bottom: 1em;
}

#silverNagare > div{
	width: 100%;
	margin-bottom: 1em;
    padding: 0em;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#silverNagare > div > div:nth-child(odd){
	flex-wrap: wrap;
	width: 30%;
}

#silverNagare img {
	max-width: 100%;
}


#silverNagare > div > div:nth-child(even){
	flex-wrap: wrap;
	width: 70%;
	padding: 0.5em 1em;
}


#fukushiCar{
	background: #f3f2d4;
	padding: 1em;
}

#fukushiCar img{
	margin-bottom: 0.5em;
}

#fukushiCar dt{
	font-size: 120%;
	line-height: 150%;
    font-weight: 700;
	margin-bottom: 0.5em;
}

#fukushiCar dd{
	font-size: 95%;
	line-height: 180%;
}



/* 事業内容のテキスト */
.business_text{
	margin: 2em 0;
}

.business_text dt{
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 150%;
	margin: 1em 0 ;
	text-align: center;
	color: #CC0000;
}

.business_text dd{
	margin-bottom: 2em;
	line-height: 180%;
}


/* message
センタリングするための汎用的なボックス
汎用的なものが難しい場合は個別に作成する。
-------------------------------------------------*/
.message h3 {
    background: url(../images/title.png) top center no-repeat;
    text-align: center;
    padding: 40px 0 1em 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 150%;
    margin: 0.5em 0;
    font-weight: 700;
	font-family: 'Zen Old Mincho', serif;
	letter-spacing: 1em;
}

.message h3:after{
	content: " ";
	margin-left: -1em;
}

.message{
	width: 100%;
	margin: auto;
	padding: 2em 0 ;
}

.message p{
	text-align: left;
}



/* logomarkArea
-------------------------------------------------*/
#logomarkArea{

    background-position: center center;
	background-size: cover;
	background: #FFFFFF;
	padding: 1em 0;
}

#logomarkArea > div{
	width: 100%;
	margin: auto;
}

#logomarkArea > h2 {
	color: #CC0000;
		font-family: 'Noto Sans Japanese', sans-serif;
		/*font-family: 'Noto Serif JP', serif;*/
		font-size: 1.8rem;
		line-height: 150%;
		margin: 1em 0 ;
		text-align: center;
}


#logomarkArea ul{
	margin: 0 auto;
	padding: 0 1em;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#logomarkArea li{
	width: 33%;
	display: block;
	text-align: center;
	padding: 1em 0.5em;
	margin: 0;
}

#logomarkArea img{
	max-width: 100%;
}


/*	カラム（column）属性
-------------------------------------------------*/

.columnL{
	float: normal;
	width: 100%;
	padding: 0em;
}

.columnL > h3{
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 700;
	padding-bottom: 0.25em;
	border-bottom: solid 3px #DDDDDD;
	margin: 1em 0;
	position: relative;
}
  
.columnL > h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #CC0000;
	bottom: -3px;
	width: 20%;
}

.columnL > h4{
	font-size: 1.2rem;
	line-height: 150%;
	font-weight: 700;
	border-left: 10px solid #CC0000;
	padding: 0.8em 0.5em 0.5em 0.5em;
	margin: 1em 0;
	background-color: #EFEFEF;
}

.columnR{
	display: none;
}

/* ブログ記事部分 */
.columnBox4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-start;
}

.columnBox4 > a{
	padding: 0.5em;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	width: 49%;
	margin: 0 0.5% 1em 0.5%;	
}

.columnBox4 > a:hover{
	color: #F00;
	background: #EEEEEE;
}

.columnBox4 img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	margin-bottom: 1em;
}

.columnBox4 dl{
	padding: 0 0.5em ;
	font-size: 90%;
}

.columnBox4 dt{
	font-weight: 700;
	margin-bottom: 0.5em;
}

.columnBox4 >a dl >dd{
	color: #000;
}

.columnR{
	display: none;
}

/* ブログ記事部分 */
.columnBox3{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-start;
}

.columnBox3 > a{
	padding: 0.5em;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	width: 47%;
	margin: 0 0.5% 1em 0.5em;	
}

.columnBox3 > a:hover{
	color: #F00;
	background: #EEEEEE;
}

.columnBox3 img {
	width: 100%;
	margin-bottom: 1em;
}

.columnBox3 dl{
	padding: 0 0.5em ;
	font-size: 90%;
}

.columnBox3 dt{
	font-weight: 700;
}

.columnBox3 >a dl >dd{
	color: #000;
}

.entryBody{
	margin: 1em 0;
}


/* youtube（2こ並び）
-------------------------------------------------*/
#youtube{
	background-image: url(/images/youtube.jpg);
    background-position: center center;
	background-size: cover;
	/*background: #209ac4;*/
	padding: 1em 0;
}

#youtube > div{
	width: 100%;
	padding: 1em;
	margin: auto;
}

#youtube > h2 {
		color: #FFFFFF;
		font-family: 'Noto Sans Japanese', sans-serif;
		/*font-family: 'Noto Serif JP', serif;*/
		font-size: 1.8rem;
		line-height: 150%;
		margin: 1em 0 ;
		text-align: center;
}

#youtube > h2 > span{
	font-size: 80%;
}

/*　スタッフボックス
-------------------------------------------------*/

/*　スタッフボックス
-------------------------------------------------*/
.staffBox{
	border: 1px solid #d0d0d0;
	padding: 1em;
	width: 100%;
	margin: 1.5em auto;
}

.staffBox figure,
.staffBox img{
	text-align: center;
}


.staffBox section{
   sate
	width: 100%;
}

.staffBox dt{
	font-size: 120%;
	margin-bottom: 0.5em;
	color: #c8123b;
}

.staffBox p{
	font-size: 90%;
	margin-bottom: 0.5em;
}

/* 汎用電話番号デザイン
-------------------------------------------------*/
.toiawaseBox{
	border: 10px #eae2dd solid;
	background: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1em;
	width: 100%;
	margin: 1.5em auto;
	font-family: 'Noto Sans JP', sans-serif;
}

.toiawaseBox > div{
	width: 100%;
	padding: 0em;
}

.toiawaseBox dt,
.toiawaseBox dd{
	text-align: left;
}

.toiawaseBox dt{
	margin-bottom: 0.5em;
}

.toiawaseBox dd{
	font-size: 90%;
	margin-bottom: 1em;
}

.toiawaseBox a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 110%;
	padding: 0.5em;
	font-size: 700;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 1em;
}

.phoneN{
	background: #1d8825;
	background-size: 50px;
    border-radius: 5px;
}

.mailN{
	background: #ea6100;
	background-size: 50px;
    border-radius: 5px;
}

.phoneN:hover,
.mailN:hover{
	opacity: 0.7;
	transition: 0.5s;
}


/* キヤンセル在庫の内容
-------------------------------------------------*/
#cancelTitle{
	margin: 2em 0.5em;
	text-align: center;
}

#cancelTitle dt,
.cancelTitle{
	color: #c8123b;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}

#cancelTitle dd{
	font-weight: 700;
	font-size: 1.0rem;
	line-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

#cancelTitle p{
	margin-bottom: 0;
	line-height: 180%;
}


.cancelBox{
	width: 100%;
	margin: 0 0 0 0;
}

.cancelBox section {
	width: 100%;
	padding: 0.5em;
	margin-bottom: 1em;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	background: #FFF;
}

.cancelBox section:nth-child(4){
	margin: 0;
}

.cancelBox section:nth-child(n + 5){
	display: none;
}

.cancelBox figure{
	width: 25%;
}

.cancelBox figure > img{
	width: 100%;
	margin-bottom: 0.5em;
}

.cancelBox dl{
	width: 72%;
}

.cancelBox dt{
	font-size: 95%;
	margin-bottom: 0.5em;
	color: #CC0000;
}

.cancelBox dd{
	font-size: 80%;
	font-family: 'Noto Sans JP', sans-serif;
}

.cancelArea{
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0 0 1.5em 0;
}

.cancelArea p{
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
}

/* 開業パックの内容
-------------------------------------------------*/
#kaigyoTitle{
	margin: 2em 0.5em;
	text-align: center;
}

#kaigyoTitle dt,
.kaigyoTitle dt,
h2.kaigyoTitle,
.cancelTitle{
	color: #c8123b;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}

#kaigyoTitle dd,
.kaigyoTitle dd{
	font-weight: 700;
	text-align: center;
	font-size: 1.0rem;
	line-height: 180%;
	font-family: 'Noto Sans JP', sans-serif;
}

#kaigyoTitle p{
	margin-bottom: 0;
	line-height: 180%;
}


#kaigyoBox{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 1em 0;
}

#kaigyoBox section {
	width: 48%;
	margin: 1%;
	background: #FFF;
}

#kaigyoBox section:nth-child(n + 5){
	display: none;
}


#kaigyoBox figure > img{
	width: 100%;
	margin-bottom: 0.5em;
}

#kaigyoBox dt{
	font-size: 90%;
	margin-bottom: 0.5em;
}

#kaigyoBox dd{
	font-size: 80%;
	font-family: 'Noto Sans JP', sans-serif;
}

.cancelArea{
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0 0 1.5em 0;
}

.cancelArea p{
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
}


/* こんなお悩みありませんか？ */
#onayamiArea{
	margin: 1em 0 50px 0;
}

#onayamiArea > div{
	padding: 50px 0 0 0;
	background: #DDDDDD;
}

#onayamiArea h2{
	color: #006699;
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 0.5em;
}

#onayamiArea > section{
	width: 100%;
	margin: auto;
	padding: 0.5em;
	border: 10px solid #cccc99;
}

#onayamiArea > section > h3{
	color: #111111;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0.5em 0;
}

.onayamiList {
    list-style-type: none;
	margin: 0px 0 2em 0;
}

.onayamiList li {
	font-size: 110%;
    /*display: flex;*/
    align-items: center;
    gap: 0 5px;
    padding: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 0.25em;
	font-family: 'Noto Sans JP', sans-serif;
}

.onayamiList li::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23cc0000%22%20d%3D%22M8.2%2C20.6l-7.8-7.8c-0.5-0.5-0.5-1.2%2C0-1.7L2%2C9.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0L9%2C14.7L20.3%2C3.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0l1.7%2C1.7%20c0.5%2C0.5%2C0.5%2C1.2%2C0%2C1.7L9.8%2C20.6C9.4%2C21.1%2C8.6%2C21.1%2C8.2%2C20.6L8.2%2C20.6z%22%2F%3E%3C%2Fsvg%3E');
    content: '';
}

.onayamiList li > span{
	font-style: normal;
	font-weight: bold;
	background:linear-gradient(transparent 70%, #ffd800 33%);
}

/* こんなお悩みありませんか？ */
#onayamiKaiketsuArea{
	margin: 0px 0 0px 0;
}

#onayamiKaiketsuArea > div{
	padding: 1em 0 0 0;
	background: #FFF8B3;
}

#onayamiKaiketsuArea h2{
	color: #CC0000;
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 0.5em;
}