@charset "UTF-8";

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

基本カラー：#CC0000


*/

.pankuzu{
	font-size: 90%;
}

/* スマホ表示用（フッター下部分に電話するボタン）
-------------------------------------------------------------------*/

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


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

#spCall > div > div{
    text-align: center;
	width: 49%;
	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: block;}
.sp{display: none;}
.tabBox{display: block;}
.spBox{display: none;}

.width100sp,
.width100spmax{
	width: auto;
}

.brno{
	display: none;
	}

.spbrno{
	display:block;
	}

.spon{
	display: none;
	}

.spoff{
		/* spときはdisplay:none */
}

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

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


/*	ヘッダー情報
-------------------------------------------------------------------*/
header h1{
	font-size: 11px;
	line-height: 24px;
	letter-spacing: -1px;
	height: 24px;
	font-family: initial;
}

header > div > div{
	margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header > div > div{
	height: 85px;
}

header > div > div > div:nth-child(1){
	width: 430px;
	/*	margin-bottom: 0.5em;*/
	margin-right: 0px;
}

header> div > div > div:nth-child(2){
	width: 300px;
	/*
	padding: 0 0.25em;
	width: 450px;
	margin-bottom: -13px;
	*/
}

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


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

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

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

}

/*
header > div > div > div > ul > li >a{
	display: block;
	background-color: #CC0000;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	padding: 1.5em 0.5em;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	align-items:center;
	height: 65px;
	font-size: 90%;
	font-family: Yu Gothic, Meiryo, Verdana, Arial, Helvetica, sans-serif;
}



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

header > div > div > div > ul > li >a:hover{
	opacity: 0.7;
	transition: 0.5s;
}

/*
header > div > div > div > ul > li:nth-child(1) >a{
	color: #FFF;
	background: #ea3d4c;
}


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

header > div > div > div > ul > li:nth-child(3) >a{
	color: #FFF;
	background-color: #051061;
}
*/



/*	グローバルナビゲーション情報
-------------------------------------------------------------------*/
#globalN{
	background: #CC0000;
	padding: 0.5em 0;
	font-family: Yu Gothic, Meiryo, Verdana, Arial, Helvetica, sans-serif;
}

#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;
	letter-spacing:-1.5px;
}

#globalN ul a:hover{
	color: #CC0000;
	font-weight: 700;
	background-color: #EEEEEE;
	transition: 0.5s;
}

/*
#globalN > div{
	width: 1200px;
	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: 1200px;
	margin: auto;
	padding: 1em 0 0 0;
	/*background: #FFF;*/
	display: flex;
	flex-wrap: wrap;
}

#seoArea > div > div{
	width: 33.3333%;
	padding: 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{
	font-size: 90%;
	line-height: 180%;
}

footer > div{
	width: 1200px;
	margin: auto;
	padding: 1.5em 0 0 0;
	display: flex;
    justify-content: flex-start;
}

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

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

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

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

/* フッターの各見出し部分 */
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;
}

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

#copyright{
	margin-bottom: 80px;
	border-top: 3px solid #CC0000;
	border-bottom: 3px solid #000000;
	background: #000;
	color: #FFF;
	padding: 0.5em 0;
}

/*	フッター部分表示
-------------------------------------------------------------------*/
#scrollfooter{
	position: fixed;
	cursor: pointer;
    z-index: 9999;
	width: 100%;
	height: 80px;
	padding: 10px 0;
	background: #EEEEEE;
	left: 0;
	bottom: 0;
}

#scrollfooter > div{
	width: 1200px;
	margin: auto;
}

#scrollfooter > div > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#scrollfooter > div > ul > li > a > img:hover{
	opacity: 0.7;
	transition: 0.5s;
}

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


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

.sp-buttons {
	margin-bottom: 50px;
}

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

.title0 {
    background: url(../images/title.png) top center no-repeat;
    text-align: center;
    padding: 40px 0 0em 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 150%;
    margin: 0.5em 0 0 0;
    font-weight: 700;
}

/* トップ汎用（.topBox）
-------------------------------------------------*/
#osusumeBg{
    background: url(../images/osusume_bg.jpg) top center no-repeat;
    text-align: center;
}

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

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


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

.topArea0 > div{
	width: 1200px;
	margin: auto;
	padding: 40px;
}

.topArea > div{
	width: 1200px;
	margin: auto;
	padding: 0 40px;
}

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

.topArea0 > h2 > span,
.topArea> 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{
	/*壁紙設定必要あり*/
	padding: 50px 0;
	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: 900px;
	padding: 50px 100px 100px;
	background: #FFF;
	margin: auto;
	font-size: 120%;
}

/* トップ汎用（.topAreaInfo）
-------------------------------------------------*/
.topAreaInfo{
	/*壁紙設定必要あり*/
	padding: 50px 0 100px 0; 
}

.topAreaInfo > div{
	width: 1200px;
	background: #FFF;
	margin: auto;
	padding: 40px;
}

.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 ;
	width: 80%;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 2em;
}

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

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



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


#secondPage{
	/*壁紙設定必要あり*/
	padding: 50px 0 ;
	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.8rem;
	line-height: 150%;
    padding: 1.2em 0;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    align-items: center;
	font-weight: 700;
}

#secondPage2,
#ntt{
	/*壁紙設定必要あり*/
	padding: 25px 0 ;
	background: #FFFFFF;
	background-attachment: fixed;
	background-image: url(/images/secondpage_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

#secondPage2 > h2{
	text-indent: -999%;
}


#itemDetailArea > div,
#secondPage > div,
#secondPage2 > div,
#ntt > div{
	width: 1200px;
	background: #FFF;
	margin: auto;
	padding: 40px;
	border-radius: 10px;
}

#secondPage > div > h2,
#secondPage2 > div > h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5em 1em 0m 1em;
	font-weight: 700;
}

#secondPage > div > h2 > span,
#secondPage2 > div > 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;
}

#itemDetailArea > div > h3,
#secondPage > div > h3,
#secondPage2 > div > h3{
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 700;
	padding-bottom: 0.25em;
	border-bottom: solid 3px #DDDDDD;
	margin: 1em 0;
	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.5rem;
	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{
	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: 95%;
	margin-bottom: 1em;
	line-height: 180%;
}


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

.flexBox4 section {
	width: 23%;
	margin: 1%;
	background: #FFF;
}


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

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



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

.flexBox2 > section {
	width: 49%;
	margin: 0.5%;
	background: #FFF;
}

.halfBox > section {
	width: 49%;
	margin: 0.5%;
	background: #FFF;
}

.halfBoxL > section:nth-of-type(1){
	width: 36%;
	margin: 0 4% 0 0;
}

.halfBoxL > section:nth-of-type(2){
	width: 60%;
	margin: 0;
}

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

.halfBoxWaku > section {
	width: 49%;
	margin: 0.5%;
	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 0 2em 0;
	margin: 0;
}

.flexBox6 section {
	width: 12.5%;
	margin: 0.8%;
	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%;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0% 0;
	margin: 0% 0;
}

#voiceArea section {
	width: 48%;
	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%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 0 2em 0;
	margin: 0;
}


.profile > div:nth-child(1){
	width: 29%;
	margin: 0.5%;
}

.profile > div:nth-child(2){
	width: 65%;
	margin: 0.5% 0.5% 0 2em;
	padding: 0 0 0 1em;
}

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

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

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

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

}

#importantArea > div{
	width: 1200px;
	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-collapse: collapse;
	border-spacing: 0;
}

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

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

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


table.freeoutline td{
	padding: 1em;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
}

.outline dt{
	font-weight: 700;
}

.outline dd{
	margin: 0.5em;
}


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

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

.message{
	width: 800px;
	margin: auto;
	padding: 2em 0 ;
}

.message p{
	font-size: 1.2rem;
	line-height: 200%;
	text-align: center;
}

/* logomarkArea
-------------------------------------------------*/
#logomarkArea{
	padding: 50px 0;
}

#logomarkArea > div{
	width: 1200px;
	margin: auto;
}

#logomarkArea ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

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



/*	カラム（column）属性
-------------------------------------------------
途中まで左右のカラムを採用していたが利用を中止した。
.columnLと.columnBox4 img  .columnBox4 dt の改変が必要。
HTMLタグはコメントアウトで対応する。
*/

.columnL{
	/*float: left;*/
	width: 800px;
	padding: 1em 0 0 0;
	margin: auto;
}

.columnL > h3{
	font-size: 1.6rem;
	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.5rem;
	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{
	float: right;
	width: 20%;
	padding: 0em;
}

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

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

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

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

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

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


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

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

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

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

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

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

.columnBox4 dt{
	font-weight: 700;
}

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



/*見出しの定義*/

.subList1 > dl{
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}
.subList1 > dl > dt{
	background: #FFF;
	border-top: 3px solid #352312;
	border-bottom: 1px solid #CCCCCC;
	color: #352312;
	letter-spacing: -1px;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	margin: 0;
	padding: 10px;
}


/*リストのゼロ化*/
.subList1 > dl > dd > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

/*リストのli部分の定義*/
.subList1 > dl > dd > ul >li{
	padding: 0;
}

/*リスト部分の最後のおまじない*/
.subList1 > dl > dd > ul >li:last-child{
	border-bottom: 1px solid #CCCCCC;
}

/*リスト部分のリンク定義*/
.subList1 > dl > dd > ul > li >a{
	border-top: 1px dotted #CCCCCC;
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 10px 15px 30px;
	color: #352312;
	font-weight: 700;
	background: #FFF;
	text-decoration: none;
	line-height: 180%;
}

.subList1 > dl > dd > ul > li >a >span {
	font-size: 80%;
}

/*矢印部分のおまじない*/
.subList1 > dl > dd > ul > li > a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background: #352312;
}

.subList1 > dl > dd > ul > li >a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 8px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background: #FFF;
}

/*マウスオン時*/
.subList1 > dl > dd > ul > li > a:hover{
	animation: gradation 1s;
	color: #FFFFFF;
	background: #CC0000;
	text-decoration: none;
}

.subList1 > dl > dd > ul > li > a:hover:before{
	background: #FFFFFF;
}

.subList1 > dl > dd > ul > li > a:hover:after{
	background: #CC0000;
}

.subList1ON{
	background: #e6e6e6;
}

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

#youtube > div{
	width: 800px;
	margin: auto;
}

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

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


/*　スタッフボックス
-------------------------------------------------*/
.staffBox{
	border: 1px solid #d0d0d0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 20px;
	width: 700px;
	margin: 1.5em auto;
}

.staffBox figure{
	padding: 0 10px;
}

.staffBox section{
	width: 72%;
}

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

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

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

.toiawaseBox > div{
	width: 50%;
	padding: 1em;
}

.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-weight: 700;
}

.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: 50px 0 50px 0;
	text-align: center;
}

#cancelTitle dt,
.cancelTitle{
	color: #c8123b;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 0.5em;
}

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

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


/* お客様の声として活用（どこかで転用する） */
.cancelBox{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 0 2em 0;
	margin: 0;
}

.cancelBox section {
	width: 19%;
	margin: 0.5%;
	padding: 1%;
	background: #FFF;
}

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

.cancelBox dt{
	font-size: 90%;
	margin-bottom: 0.5em;
}

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


.cancelArea{
	width: 800px;
	margin: auto;
	text-align: center;
	padding: 0 0 2em 0;
}


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


/* 開業パックの内容
-------------------------------------------------*/
#kaigyoTitle,
.kaigyoTitle{
	margin: 50px 0 50px 0;
	text-align: center;
}

#kaigyoTitle dt,
.kaigyoTitle dt,
h2.kaigyoTitle{
	color: #c8123b;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 0.5em;
}

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

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

#kaigyoPoint{
	margin: 0px 0 0px 0;
}

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

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

#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;
}


.kaigyoArea{
	width: 800px;
	margin: auto;
	text-align: center;
	padding: 0 0 2em 0;
}


.kaigyoArea p{
	font-size: 1.6rem;
	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.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 0.5em;
}

#onayamiArea > section{
	width: 700px;
	margin: auto;
	padding: 3em;
	border: 10px solid #cccc99;
}

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

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

#a4onayamiArea > div{
	padding: 50px 0 0 0;
	margin-bottom: 50px;
	background: #0099cc;
}

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

#a4onayamiArea h2 > span{
	color: #FFFF00;
}

#a4onayamiArea > section{
	width: 700px;
	margin: auto;
	padding: 3em;
	border: 10px solid #cccc99;
}

#a4onayamiArea > section > h3{
	color: #111111;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 0.8em;
}

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

.onayamiList li {
	font-size: 140%;
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: .3em;
	margin-bottom: 0.5em;
	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: 50px 0 0px 0;
}

#onayamiKaiketsuArea > div{
	padding: 50px 0 0 0;
	background: #FFF8B3;
}

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


/* NTT
-------------------------------------------------*/
.nttcolor{
	color: #0068b7;
}

#ntt h2 {
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 1.0rem;
	margin-bottom: 3.5rem;
}

.nttyoriotoku{
	display: block;
	color: #fff;
	text-shadow: 0px 3px 1px #000000,
	1px 2px 1px #000000,
	2px 2px 1px #000000,
	2px 1px 1px #000000,
	3px 1px 1px #000000,
	3px 0px 1px #000000,

	2px -1px 1px #000000,
	2px -2px 1px #000000,
	1px -2px 1px #000000,
	1px -3px 1px #000000,
	0px -3px 1px #000000,

	-1px -2px 1px #000000,
	-2px -2px 1px #000000,
	-2px -1px 1px #000000,
	-3px -1px 1px #000000,
	-3px -0px 1px #000000,

	-2px 1px 1px #000000,
	-2px 2px 1px #000000,
	-1px 2px 1px #000000,
	-1px 3px 1px #000000,
	-0px 3px 1px #000000;
}