@charset "UTF-8";

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

●MV（メインビジュアル部分）
→トップページのメインビジュアルのHTML構成。
　スライダーなどを使う場合はその限りではない。

●ナビゲーション
→ヘッダーのナビゲーションボタンをHTML+CSSで構成。
　画像で構成する場合は別で対応する。

*/

#wrap{
	margin: auto;
	width: 100%;
}


/* 問い合わせボタン
-------------------------------------------------*/

p#inquiryBigMidashi {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 180%;
	line-height: 150%;
	letter-spacing: -0.1rem;
	color: #4E4EAB;
	font-weight: 700;
	margin: 0 0 1em 0;
	text-align: center;
}

.inquiryArea{
	padding: 1em 0 0 0;
	/*background-image: url("/images/inquiryArea.jpg");*/
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	background:  #4E4EAB;
}

#inquiryMidashi{
	margin: auto;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;

	/*border-radius:10px;
	background-color: #0051a2;*/
}

#inquiryMidashi > p{
	font-size: 160%;
	color: #ffffff;
	font-weight: 600;
}

.inquiryBox{
	width: 100%;
	padding: 1em;
	margin: auto;
}

.inquiryBox > div{
	border: 1px solid #cccccc;
	background: #FFF;
	width: 100%;
	height: 140px;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	color: #000000;
}

.inquiryBox p{
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 0.8em;
}

.phoneN{
	margin: 0;
	padding: 0;
}

.phoneN a{
	font-weight: 700;
	color: #000;
	text-decoration: none;
	font-size: 2.8rem;
	margin: 0;
	padding: 0;
}

.mailF a{
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #EF4329;
    padding: 12px 0;
    border: 1px solid #EF4329;
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: all .3s;
	text-decoration: none;
}

.mailF i{
	margin-right: 0.5em;
}

.mailF :hover{
	background: #ed6b57;
}

/* 汎用的な見出し
-------------------------------------------------*/
.midashi {
    font-weight: bold;
    color: #0051a2;
    text-align: center;
    font-size: 240%;
    line-height: 180%;
	letter-spacing: -0.1rem;
	font-family: 'Noto Sans JP', sans-serif;
}

/* MV（メインビジュアル部分）*
-------------------------------------------------*/
.header-bg {
	/*background-attachment: fixed;
	background-image: url("/images/mv01.jpg");*/
	background-position: left center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.header-bg section,
.slideBox{
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	margin: auto;
	width: 100%;
	color: #000;
	text-align: left;
}

.sliderEn{
	font-family: hello-my-love-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.8rem;
    line-height: 180%;
}

.sliderJp{
	font-family: tbudmincho-std, sans-serif;
	font-size: 1.6rem;
    line-height: 240%;
	/*font-weight: 700;*/
}

.header-bg div{
	width: 700px;
	/*border: 1px solid #FF0;*/
}

.header-bg p{
	letter-spacing: -1px;
	font-weight: bold;
	/*text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;*/
}


.header-bg h2{
	letter-spacing: -1px;
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
	padding: 1.5em 0.5em;
	font-size: 36px;
	line-height: 180%;
	font-weight: 500;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.7);
}

.header-bg h2 > span{
	font-size: 2.0em;
	line-height: 150%;
}

.header-bg ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.header-bg li{
	width: 31%;
	font-weight: 700;
	padding: 1em 0.5em;
	margin: 1%;
	font-size: 110%;
	line-height: 180%;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1f2a34;
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #FFF;
}

.header-bg li span{
	font-size: 120%;
	color: #ffd800;
}

/* メインビジュアル*
-------------------------------------------------*/
.topImage{
	background-image: url(./images/mv.png) ;
	padding: 75px 1em 0 1em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

#topImage img{
	width: 100%;
}

#maintext{
	margin-bottom: 1em;
}

#mainJisseki{
	margin: 50px 0 ;
}

#mainJissekiBox{
	margin: 2em 0;
}

#mainJissekiBox dl,
#mainJissekiBox dt,
#mainJissekiBox dd{
	margin: 0;
	padding: 0;	
}

#mainJissekiBox dt{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 200%;
	text-align: center;
	font-weight: 700;
	margin-bottom: 1em;
}

#todoketai{
	margin: 2em 0;
}

#todoketai dl,
#todoketai dt,
#todoketai dd{
	margin: 0;
	padding: 0;	
}

#todoketai dt{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 180%;
	text-align: center;
	font-weight: 700;
	margin-bottom: 1em;
}

#todoketai dd{
	padding: 1em;
    font-size: 130%;
	line-height: 180%;
}

/* ナビゲーション*
-------------------------------------------------*/
nav#mainNavigation{
	/*background: #FFF;
		border-top: 3px solid #1f2a34;*/
	background: linear-gradient(#352312, #55402b);

}

nav#mainNavigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
	letter-spacing: 0px;
	font-family: "Sawarabi Mincho"; 
	display: flex;
	box-sizing: border-box;
	border-left: 1px solid #331e09;
	border-right: 1px solid #999999;
}

nav#mainNavigation li{
	width: 13%;
	justify-content: space-around;
	box-sizing: border-box;
}

nav#mainNavigation li#silver{
	width: 22%;
	justify-content: space-around;
	box-sizing: border-box;
}

nav a{
	height: 60px;
	display: block;
	/*font-weight: 700;*/
    font-size: 120%;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	/*0088ae*/
	border-left: 1px solid #999999;
	border-right: 1px solid #331e09;
}

nav a:hover{
	color: #FFF;
	background: #1f2a34;
	border-left: 1px solid #1f2a34;
	border-right: 1px solid #1f2a34;
	transition: 0.5s;
}

/* 【縦100vh区分】
-------------------------------------------------*/
.topheight100vh{
	height: calc(100vh);
	display: flex;
	align-items: center;
	justify-content: center;
	/*font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;*/
	font-style: normal;
}

.topheight100vh h2{
    font-weight: 700;
    font-style: normal;
	font-size: 2.4rem;
	line-height: 150%;
}

.topheight100vh h3 {
    
    font-weight: 700;
    font-style: normal;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5em 0 1em 0;
	/*font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #1f2a34;*/
}

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

.topheight100vh h4{
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 150%;

}

.topheight100vh p{
	font-size: 1.1rem;
	line-height: 200%;
}

/* 【縦区分】
-------------------------------------------------*/
.topheightnone100vh{
	font-style: normal;
}

.topheightnone100vh h2{
    font-weight: 700;
    font-style: normal;
	font-size: 2.4rem;
	line-height: 150%;
}

.topheightnone100vh h3,
.topheightnone100vh h3.htag3 > span{
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5em 0 1em 0;
}

.topheightnone100vh h3 > span,
.topheightnone100vh h3.htag3 > span{
    display: inline-block;
	text-align: center;
	font-weight: 700;
	font-size: 180%;
	line-height: 150%;
	margin: 0.5em 0;
	background:linear-gradient(transparent 60%, #FFFF00 60%);
}

.topheightnone100vh h4{
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 150%;

}


/* お困り・解決
-------------------------------------------------*/

#kaiketsu{
	text-align: center;
	background-image: url(./images/kaiketsu_header.png);
	background-position: bottom;
    background-repeat: no-repeat;

}

.kaiketsuBox{
	background: #d2f0ff;
	width: 100%;
	margin: auto;
}

.kaiketsu > div >ul{
	width: 100%;
	margin: auto;
	padding: 0;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	padding: 0 0;
}

.kaiketsu > div >ul >li{
	width: 50%;
    padding: 1em;
	text-align: center;
}

.kaiketsu p{
	font-size: 180%;
    font-weight: 700;
	color: #0051a2;
}

.kaiketsu img{
	border-radius: 10px;
	width: 100%;
	margin-bottom: 0.5em;
}

.kaiketsu figure{
	margin-bottom: 0.5em;
}

.kaiketsu > div >ul >li > dl > dt{
	font-size: 110%;
    color: #000;
    font-weight: bold;
    margin: 0 0 1em 0;
	height: 48px;
}

.kaiketsu > div >ul >li > dl > dd{
	text-align: left;
}

.otherKinou{
	background-color: #d2f0ff;
}

.otherKinou h3{
	padding: 0.5em;
	font-style: normal;
    letter-spacing: -1px;
    font-size: 120%;
}

.otherKinou h3 span{
    background: linear-gradient(transparent 60%, #ffF000 60%);
    padding: 0 0.2em;
    margin: 0 0.2em;
}

.otherKinou ul{
	width: 100%;
	margin: auto;
	padding: 1em ;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.otherKinou li{
	width: 48%;
	margin: 0 1% 0 1%;
	font-size: 105%;
	font-weight: 700;
	line-height: 180%;
	margin-bottom: 1em;
	background-color: #FFF;
	border-radius: 9999px;
	padding: 0.25em;
	text-align: center;
}

#kaiketsuFooter{
	min-height: 100px;
	background-image: url(./images/kaiketsu_footer.png);
	background-position: top;
    background-repeat: no-repeat;
	text-indent: -999999%;
	background-size: cover;
}

#kaiketsuFooter hr{
	text-indent: -999999%;
}


/* 悩み【トップページ部分】
-------------------------------------------------*/
#nayami{
	color: #000000;
	background: #f4f5f7;
}

/* 料金表
-------------------------------------------------*/
#price{
	padding: 100px 0 1em 0;
}

.priceBox{
	width: 100%;
	padding: 1em;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-start;
}

.priceBox > div {
	width: 100%;
}

.priceBox img{
	width: 100%;
	border: 0;
}

.priceTable{
	padding: 1em;
}

.priceTable img{
	width: 100%;
}
/*
.priceTable{
	padding: 1em;
	width: 100%;
	overflow-x: auto;
}*

.priceTable img{
	white-space: nowrap;
}/

/* お客様の声
-------------------------------------------------*/
#voice{
	padding: 1em 0;
}

.voiceBox{
	width: 100%;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-start;
}

.voiceBox > div {
	width: 100%;
	padding: 1em;
}

.voiceBox img{
	width: 100%;
	border: 0;
}

.voiceBox dl{
	margin-top: 1em;
	padding: 0;
}

.voiceBox dt{
	color: #04529d;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}

.voiceBox dd{
	font-size: 90%;
}

/*	toiawase
-------------------------------------------------*/
#toiawase{
	text-align: center;
	background-image: url(./images/mail_header.png);
	background-position: bottom;
    background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 0 0;
	min-height: 200px;
}

#toiawaseBox{
	background: #8ed3cd;
	padding: 1em;
}

#toiawaseBox h3{
	color: #5b4a42;
	font-size: 1.2rem;
	line-height: 150%;
	font-weight: 700;
	border-left: 10px solid #5b4a42;
	padding: 0.8em 0.5em 0.5em 0.5em;
	margin: 1em 0;
	background-color: #EFEFEF;
}

#toiawaseBox > div {
	width: 100%;
	margin: auto;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 1.5em 1em;
	margin-bottom: 2em;
}

#toiawaseBox > div > p{
	font-size: 100%;
	line-height: 150%;
	text-align: center;
}

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

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

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

#toiawaseBox dd{
	margin-bottom: 1.5em;
}

#toiawaseBox input[type=text] ,
#toiawaseBox select{
	width: 100%;
	background: #f2f2f2;
	border: 0;
	font-size: 100%;
	line-height: 100%;
	padding: 0.8em;
	margin: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Lucida Grande", "メイリオ","Meiryo", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", verdana, arial, sans-serif;
}

#toiawaseBox textarea{
	width: 100%;
	height: 200px;
	background: #f2f2f2;
	border: 0;
	font-size: 100%;
	line-height: 100%;
	padding: 1.5em;
	margin: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Lucida Grande", "メイリオ","Meiryo", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", verdana, arial, sans-serif;
}

.privacyBox{
	display: block;
	text-align: center;
	background: #efbfc6;
	border: 5px solid #e76471;
	padding: 0.5em;
	font-size: 90%;
	line-height: 180%;
	margin: 1em 0;
}

#toiawaseFooter{
	height: 300px;
	background-image: url(./images/mail_footer.png);
	background-position: top;
    background-repeat: no-repeat;
	text-indent: -999999%;
}

#toiawaseFooter hr{
	text-indent: -999999%;
}



/*送信ボタンのおまじない*/
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%;
}


.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 > section,
#formArea > div > div > section{
	margin-bottom: 20px;
	/*padding: 1em;
	background: #E2E2E2;*/
}


#formArea > section> dl,
#formArea > div > div > section> dl{
	width: 800px;
	padding: 40px 20px 20px 70px;
	margin-bottom: 20px;
	margin-left: -30px;
	display: flex;
	flex-wrap: wrap;
}

#formArea > section > dl > dt,
#formArea > div > div > section> dl > dt{
	color: #1f2a34;
	font-size: 240%;
	line-height: 100%;
	font-weight: 700;
	margin-right: 0.5em;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#formArea > section > dl > dd,
#formArea > div > div > section> dl > dd{
	padding: 0.5em 0 0 0;
	font-size: 100%;
	text-align: right;
	color: #000;
	font-family: 'Noto Sans Japanese', sans-serif;
}


article#formArea table{
	width: 100%;
	margin: 2em 0;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

article#formArea table th {
	padding: 1em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
}

article#formArea table td {
	background: #FFFFFF;
	padding: 1em;
	font-weight: 500;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

article#formArea table dt{
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 5px;
}


article#formArea input[type=text] ,
article#formArea select{
	width: 100%;
	background: #e9f1fc;
	border: 1px solid #CCCCCC;
	font-size: 100%;
	padding: 0.5em;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Lucida Grande", "メイリオ","Meiryo", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", verdana, arial, sans-serif;
}



#formArea .label {
	font-weight: bold;
	display: block;		/* ブロックレベル要素化する */ 
	float: left;		/* 要素の左寄せ・回り込を指定する */ 
	margin: 1%;			/* ボックス外側の余白を指定する */
	width: ;		/* ボックスの横幅を指定する */
	padding-left: 0;	/* ボックス内左側の余白を指定する */
	padding-right: 0;	/* ボックス内御右側の余白を指定する */
	padding: 0.5em;
	color: #1f2a34;		/* フォントの色を指定 */
	text-align: center;	/* テキストのセンタリングを指定する */
	line-height: auto;	/* 行の高さを指定する */
	cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
	border: 2px solid #1f2a34;/* ボックスの境界線を実線で指定する */
	border-radius: 5px;	/* 角丸を指定する */
}


#formArea input[type="radio"]:checked + label,
#formArea input[type="checkbox"]:checked + label {
	color: #FFF;
	background: #1f2a34;/* マウス選択時の背景色を指定する */
	border: 2px solid #1f2a34;
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
	transition: all .3s;
}

#formArea .label2 {
display: flex;
align-items: center;
justify-content: center;
	font-weight: bold;
	display: block;		/* ブロックレベル要素化する */ 
	float: left;		/* 要素の左寄せ・回り込を指定する */ 
	margin: 1%;			/* ボックス外側の余白を指定する */
	width: 48%;		/* ボックスの横幅を指定する */
	padding-left: 0;	/* ボックス内左側の余白を指定する */
	padding-right: 0;	/* ボックス内御右側の余白を指定する */
	padding: 0.5em;
	color: #1f2a34;		/* フォントの色を指定 */
	text-align: center;	/* テキストのセンタリングを指定する */
	line-height: auto;	/* 行の高さを指定する */
	cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
	border: 2px solid #1f2a34;/* ボックスの境界線を実線で指定する */
	border-radius: 5px;	/* 角丸を指定する */
}

.formWq li:nth-child(odd){
	float: left;
	width: 49%;
	margin-bottom:0;
}

.formWq li:nth-child(even){
	float: right;
	width: 49%;
	margin-bottom:0;
}

/*	priceTable+time+faq+toiawase
-------------------------------------------------*/



#time{
	padding: 100px 0 0 0;

}


#faq{
	padding: 100px 0 1em 0;
}


/* MENU【トップページ部分】
-------------------------------------------------*/
.menu{
	color: #000;
	background: #FFF;
	text-align: center;
	/*background: #1f2a34;*/
	padding: 100px 0 150px 0;
	/*
	background-image: url("/images/menu.jpg");
	background-size: cover;*/

}

.menuBox{
	width: 100%;
	margin: 0 0 1em 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/*
.menuBox > div{
	color: #000;
	background: #FFF;
	width: 48%;
	padding: 1%;
}*/

.menuBox > div{
	width: 33%;
	padding: 1em;
}


.menuBox h4,
.menuBox > div > dl > dt{
    
    font-weight: 700;
    font-style: normal;
	font-size: 2.0rem;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.menuBox > div > dl > dd{
    font-weight: 500;
    font-style: normal;
	font-size: 1.0em;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.menuBox > div > dl > dd > h3{
	font-size: 1.0em;
	margin-bottom: 0.5em;
	font-weight: 500;
}

.menuBox > div > dl > dd >ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.menuBox > div > dl > dd > ul > li{
	width: 48%;
    margin: 0.5% 0.5%;
    padding: 0em;
    border: 1px solid #000000;
}

/* 基本ボックス（半々）
-------------------------------------------------*/

.imgTextBoxL,
.imgTextBoxR{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-start;
}

.imgTextBoxL > figure{
	width: 50%;
}

.imgTextBoxL > section{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgTextBoxR > figure{
	width: 50%;
}

.imgTextBoxR > section{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgTextBoxL > figure > img,
.imgTextBoxR > figure > img{
	width: 100%;
}

.imgTextBoxL > section > div,
.imgTextBoxR > section > div{
	/*max-width: 600px;*/
	width: 70%;
	padding: 0%;
	margin: auto;
}

.imgTextBoxL h2,
.imgTextBoxR h2{
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: -1px;
	color: #1f2a34;
	font-size: 240%;
	line-height: 180%;
	margin-bottom: 1em;
}

.imgTextBoxL p,
.imgTextBoxR p{

}

/* トップメニュー画面（入れ子部分はflexboxで活用する）
-------------------------------------------------*/
#topMenuArea{
	color: #FFFFFF;
	background-image: url(/images/secondpage_bg.jpg);
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
	/*background-image: url(/images/top_contetns_bg.jpg);
    background-position: center center;
	background-size: cover;
	background: #209ac4;*/
	padding: 50px 0;
}

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

#topMenuArea > h2 {
		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;
}

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






/* flexBox
-------------------------------------------------*/
.flexBox4{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.flexBox4 > a{
	text-decoration: none;
	background: #FFF;
}

.flexBox4 > a:hover{
	background: #EEE;
	transition: 0.5s;
}

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

.flexBox4 > a > section > figure > img:hover{
	opacity: 0.5 ;
	transition: 0.5s;
}

.flexBox4 > section > figure,
.flexBox4 > a > section > figure{
	text-align: center;
}

.flexBox4 > section > figure > img,
.flexBox4 > a > section > figure > img {
	width: 100%;
}

.flexBox4 > section > dl,
.flexBox4 > a > section > dl{
	color: #000;
	padding: 1em;
}

.flexBox4 > section > dl > dt,
.flexBox4 > a > section > dl > dt{
	font-weight: 700;
}

.flexBox4 > section > dl > dd,
.flexBox4 > a > section > dl > dd{
	font-size: 90%;
}

/* flexBox4L
-------------------------------------------------*/
.flexBox4L{
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.flexBox4L > a{
	text-decoration: none;
	background: #FFF;
}

.flexBox4L > a:hover{
	background: #EEE;
	transition: 0.5s;
}

.flexBox4L > section,
.flexBox4L > a {
	width: 23%;
	margin: 1%;
	background: #FFF;
}

.flexBox4L > a > section > figure > img:hover{
	opacity: 0.5 ;
	transition: 0.5s;
}

.flexBox4L > section > figure,
.flexBox4L > a > section > figure{
	text-align: center;
}

.flexBox4L > section > figure > img,
.flexBox4L > a > section > figure > img {
	width: 100%;
}

.flexBox4L > section > dl,
.flexBox4L > a > section > dl{
	color: #000;
	padding: 1em;
}

.flexBox4L > section > dl > dt,
.flexBox4L > a > section > dl > dt{
	font-weight: 700;
}

.flexBox4L > section > dl > dd,
.flexBox4L > a > section > dl > dd{
	font-size: 90%;
}

/* flexBox3L
-------------------------------------------------*/
.flexBox3L{
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.flexBox3L > a{
	text-decoration: none;
	background: #FFF;
}

.flexBox3L > a:hover{
	background: #EEE;
	transition: 0.5s;
}

.flexBox3L > section,
.flexBox3L > a {
	width: 32%;
	margin: 0.5%;
	background: #FFF;
}

.flexBox3L > a > section > figure > img:hover{
	opacity: 0.5 ;
	transition: 0.5s;
}

.flexBox3L > section > figure,
.flexBox3L > a > section > figure{
	text-align: center;
}

.flexBox3L > section > figure > img,
.flexBox3L > a > section > figure > img {
	width: 100%;
}

.flexBox3L > section > dl,
.flexBox3L > a > section > dl{
	color: #000;
	padding: 1em;
}

.flexBox3L > section > dl > dt,
.flexBox3L > a > section > dl > dt{
	font-weight: 700;
}

.flexBox3L > section > dl > dd,
.flexBox3L > a > section > dl > dd{
	font-size: 90%;
}

/* トップバナーtopbanner
-------------------------------------------------*/
#topbanner{
	padding: 100px 0;
}

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

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

/* スマホ 分岐
-------------------------------------------------*/

/* PCサイズ */

.pc{display: none;}
.sp{display: noblockne;}
.tabBox{display: none;}
.spBox{display: block;}

.width100sp,
.width100spmax{
	width: 100%;
	}

.brno{
	display: block;
	}

.spbrno{
	display:none;
	}

.spon{
	display: block;
	}

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





/* 基本ボックス
-------------------------------------------------*/
.pageBox,
#header,
#header2{
	width: 100%;
	margin: auto;
}

.textBox{
	width: 680px;
	margin: auto;
}

.pageBox2{
	width: 100%;
	padding: 50px 0 0 0;
}

.pageBox50{
	width: 100%;
}

.pageBox0050{
	width: 100%;
	padding:0 50px;
}

/*　ヘッダー部分
-------------------------------------------------*/
header{
	width: 100%;
	background: #FFF;
}

#scrollheader{
	z-index: 1;
	width: 100%;
	background: #FFF;
	position: fixed;
    top: 0;
}


#h1{
	color: #000;
	background: #FFF;
	font-size: 10px;
	line-height: 240%;
	font-weight: 500;
	display: none;
}

#h1 > h1,
#h1 > p{
	width: 100%;
	margin: auto;
}

#logo{
	width: 200px;	
}

#header,
#header2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	background: #4141a6;
}

#header > div,
#header2 > div{
    margin: 0;
    padding: 0 1.5em;
    text-align: center;
	/*border: 1px solid #F00;*/
}

#header ul,
#header2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header li,
#header2 li{
	margin: 0 1em;
}

#header > div > ul > li > a,
#header2 > div > ul > li > a{
	color: #000;
	text-decoration: none;
	/**/
	font-weight: 700;
	font-style: normal;
	font-size: 90%;
}

#header > div > ul > li > a:hover,
#header2 > div > ul > li > a:hover{
	color: #666666;
	transition: 0.5s;
}




/*　フッター（ナビゲーション）
-------------------------------------------------*/
footer{
	width: 100%;
    background-image: url(./images/footer_bg.png);
    background-position: top;
    background-repeat: no-repeat;
	/*background: #505c76;*/
	padding-top: 300px;
}

#footer{
	background: #505c76;
	padding: 0 0 50px 0;
}

#footer ul{
	display: none;
	width: 100%;
	list-style: none;
	padding: 1em;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
	display: none;
}

#footer li{
	width: 31%;
	margin: 1%;
	padding: 1% 0;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: 1px solid #FFF;
}

/* デバイス変更位置  */
footer a{
	text-decoration: none;
	line-height: 180%;
	color: #fff;
	font-size: bold;
}

#footerC{
	padding: 1em 0;
	background: #f5f4f2;
}

#footerC > div{
	width: 1000px;
	margin: auto;
}


footer address{
	background: #322805;
	color: #FFF;
}


/*　フッター（payment）
-------------------------------------------------*/

#payment{
	padding: 2em 0 0 0 ;
	font-size: 80%;
	line-height: 180%;
	color: #FFFFFF;
	background: #036eb8;
	margin: 0 0 0 0 0;
}


#payment{
    margin-top: 0em;
}

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

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

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


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

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

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


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

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


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

/*	ボックス（div）属性
-------------------------------------------------*/
.kihonBox{
	width: 100%;
	margin: auto;
}



/*	flexボックス定義（234）
-------------------------------------------------*/

.halfBox,
.halfBoxsp{
	width: 100%;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-start;
}

.halfBox > div ,
.halfBoxsp > div{
	width: 100%;
	padding: 1em;
}




/* 画面左（30%） */
.halfBoxL3{
	width: 100%;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.halfBoxL3 > div:nth-child(1){
	width: 30%;
	padding: 1em;
}

.halfBoxL3 > div:nth-child(2){
	width: 70%;
	padding: 1em;
}


.threeBox{
	width: 100%;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-start;
}

.threeBox > div {
	width: 33.3333%;
	padding: 1em;
	border: 1px solid #F00;
}

.fourBox{
	width: 100%;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-start;
}

.fourBox > div {
	width: 25%;
	padding: 0.5em;

}

.fourBox > div > a > figure > img ,
.fourBox > div > figure > img {
	width: 100%;
	padding: 0em;
}


.fourBox > div > table.outline {
	margin: 1em 0;
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

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

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



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

.columnL{
	float: left;
	width: 75%;
	padding: 0em;
}

.columnR{
	float: right;
	width: 20%;
	padding: 0em;
}

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

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

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

.columnBox3 img {
	width: 240px;
	height: 180px;
	margin-bottom: 1em;
}

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

.columnBox3 dt{
	font-weight: 700;
}

.columnBox3 >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 #006581;
	border-bottom: 1px solid #CCCCCC;
	color: #006581;
	font-family: 'Noto Sans Japanese', sans-serif;
	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: #006581;
	font-weight: 700;
	line-height: 120%;
	background: #FFF;
	text-decoration: none;
}

.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: #006581;
}

.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: #1f2a34;
	text-decoration: none;
}

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

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

.subList1ON{
	background: #e6e6e6;
}

