@charset "UTF-8";

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

/* PCサイズ */

.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 */
}

/* メインビジュアル
-------------------------------------------------*/

#mv{
    width: 100%;
	/*height: calc(100vh - 120px);*/
    margin: 0 auto;
    background: url(../images/mv_bg.jpg) center top no-repeat;	
}

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

#mv img{
	text-align: center;
	/*height: calc(100vh - 120px);*/
}

/*	nav	グローバルナビゲーション
----------------------------------------------------------------------*/
#globalN{
	border-top: #DDDDDD 1px solid;
	background:url(../images/buttons_bg.jpg) center top repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 62px;
}

#globalN2{
    position: fixed;
    top: 0;
	border-top: #DDDDDD 1px solid;
	background:url(../images/buttons_bg.jpg) center top repeat-x;
	width: 100%;
	margin: -5px 0 10px 0;
	padding: 0;
	height: 80px;
	z-index: 99;
}


#globalN ul,
#globalN2 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#globalN > div > ul > li,
#globalN2 > div > ul > li{
	float: left;
	margin: 0;
	padding: 0;
}

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

.pageBox10{
	width: 1200px;
	padding: 50px 0;
	margin: auto;
}



/*　ヘッダー部分
-------------------------------------------------*/
header{
	border-top: 3px solid #0086d1;
	width: 100%;
	background: #FFF;
	height: 100px;
}


header h1{
	font-size: 10px;
	line-height: 240%;
	font-weight: 700;
}

#header{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

/* ヘッダー部分中央部 */
#headerC{
	width: 430px;
}

/* ヘッダー部分中央部分のリストタグ */
#headerC ul {
	width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

#headerC li{
		width: 80%;
}

#headerC li > a{
	width: 100%;
	font-weight: 700;
	padding: 10px;
	margin: 1%;
	line-height: 180%;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #FFF;
}

#headerC li > a > i{
	font-size: 110%;
	margin: 0 5px 0 0;
}

#headerC li > a > span{
	font-size: 100%;
}

.toiawaseButton01{
	background: #ff7800;
}

.toiawaseButton02{
	background: #CC0000;
}

#headerMail:hover{
	background: #bbc001;
}

/* マイクロコピー【トップページ部分】
-------------------------------------------------*/
.microCopy{
	color: #000;
	text-align: center;
    width: 100%;
    margin: 0;
	padding: 0;
	background: #01245c;
}

.microCopy > div{
	padding: 100px 0;
	background: url(../images/microcopy.jpg) center top;
	background-size: cover;
}

.microCopy h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	line-height: 180%;
	margin-bottom: 1.0em;
}

.microCopy h2 > span{
	font-size: 80%;
}

.microCopy p{
	font-weight: bold;
	font-size: 120%;
	line-height: 180%;
}


/* htag
-------------------------------------------------*/
#secondPage h3,
.htag3{
	font-size: 32px;
	font-family: 'Noto Sans Japanese', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5em 0 2.0em 0;
	/*font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #ff7e00;*/
}

#secondPage h3 > span,
h3.htag3 > span{
    display: inline-block;
	text-align: center;
	font-size: 2.0rem;
	line-height: 150%;
	margin: 0.5em 0;
	border-bottom: 7px solid #0086d1;
	padding-bottom: 0.1em;
}

.htag3zero{
	font-size: 32px;
	font-family: 'Noto Sans Japanese', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em 0;
	/*font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #ff7e00;*/
}

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

.font240{
	text-align: center;
	font-size: 200%;
	line-height: 180%;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.maincolor{
	color: #0086d1;
}

/* achievement
-------------------------------------------------*/

#achievementArea{
	width: 1200px;
	padding: 50px 0 150px 0;
	margin: auto;
}

.achievementBox{
	width: 1050px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.achievementBox div:first-child {
	width: 700px;
	text-align: center;
	font-size: 130%;
	line-height: 180%;
	font-weight: 700;
}

#achievementList{
	padding: 0 0px;
	margin: 1em 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#achievementList li{
	width: 50%;
	padding: 1em;
	text-align: center;
}

#achievementList img{
	width: 100%;
	margin-bottom: 0.5em;
}

#achievementArea > p,
#achievementList > p{
	text-align: center;
	font-size: 120%;
	line-height: 180%;
}


/* approach
-------------------------------------------------*/

#approach{
	width: 100%;
	padding: 50px 0;
	margin: auto;
	background: #0086d1;
	color: #FFF;
}

#approach > div{
	width: 1200px;
	padding: 0;
	margin: auto;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 2em;
}

#aboutList{
	width: 900px;
	padding: 20px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#approach li{
	width: 25%;
	padding: 0.5em;
	text-align: center;
}

#approach figure{
	width: 100%;
	margin-bottom: 1em;
}

#approach img{
	width: 100%;
	margin-bottom: 1em;
}

#approach p{
	text-align: center;
	font-size: 150%;
}


/* meritArea
-------------------------------------------------*/

#meritArea{
	width: 100%;
	padding: 50px 0;
	margin: auto;
	background: #dddddd;
}

#meritArea > div{
	width: 1200px;
	padding: 1em 0;
	margin: auto;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 2em;
}

#meritList{
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#meritList li{
	width: 20%;
	padding: 0.5em;
	text-align: center;
}

#meritList img{
	width: 100%;
	margin-bottom: 0.5em;
}

#meritList p{
	font-size: 90%;
}

#meritArea > figure{
	margin: 2em 0;
}

/* susumeArea
-------------------------------------------------*/

#susumeArea{
	width: 100%;
	padding: 50px 0;
	margin: auto;
	background: #FFFFFF;
}

#susumeArea > div{
	width: 1200px;
	padding: 1em 0;
	margin: auto;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 2em;
}

#susumeList{
	width: 900px;
    padding: 20px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#susumeList li{
	width: 31%;
	padding: 0.5em;
	text-align: center;
}

#susumeList img{
	width: 100%;
	margin-bottom: 0.5em;
}

#susumeArea > div >p{
	font-size: 140%;
	line-height: 180%;
	text-align: center;
}

#meritArea > figure{
	margin: 2em 0;
}

/* hankyoArea
-------------------------------------------------*/

#hankyoArea{
	width: 100%;
	padding: 50px 0;
	margin: auto;
	background: url(../images/hankyo_bg.jpg) center top;
    background-size: cover;
}

#hankyoArea > div{
	width: 1200px;
	padding: 1em 0;
	margin: auto;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 2em;
}

#hankyoArea > div > p{
	font-size: 140%;
	line-height: 180%;
	text-align: center;
}

#hankyoList{
	width: 1200px;
	padding: 00px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;
	align-items: center;*/
}

#hankyoList li{
	width: 31%;
	margin: 0.5em;
	text-align: left;
	background: #FFF;
}

#hankyoList img{
	width: 100%;
	margin-bottom: 0.5em;
}

#hankyoList p{
	font-size: 90%;
}

#hankyoArea > figure{
	margin: 2em 0;
}

#hankyoList dt{
	padding: 0.8em;
	color: #0086d1;
	font-size: 110%;
	font-weight: 700;
}

#hankyoList dd{
	padding: 0.8em;
	font-size: 100%;
	margin-bottom: 0.5em;
}


/* nagareArea
-------------------------------------------------*/

#nagareArea{
	width: 1200px;
	padding: 50px 0;
	margin: auto;
}

#nagareArea > div{
	width: 900px;
	padding: 1em 0;
	margin: auto;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 2em;
}


/* olのスタイル */
ol#nagareList {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: li;
}

/* ol内のliのスタイル */
ol#nagareList li {
  position: relative;
  padding-left: 2.5em;
  line-height: 1.5;
}

/* 2つ目以降のliにmargin-topを指定 */
ol#nagareList li:not(:first-child) {
  margin-top: 0.5em;
}

/* 数字のスタイル */
ol#nagareList li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0086d1;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

#nagareList dl{
	padding-top: 2px;
	margin-bottom: 1.5em;
}

#nagareList dt{
	color: #0086d1;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 1em;
}

#nagareList dd{
	margin-bottom: 2em;
}


/* priceArea
-------------------------------------------------*/

#priceArea{
	width: 1200px;
	padding: 50px 0;
	margin: auto;
}

#priceArea > div{
	width: 1000px;
	padding: 1em 0;
	margin: auto;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 2em;
}

.simulation{
	text-align: center;
	padding: 3em;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #FFFFFF;
	background: linear-gradient(#1182f7, #0086d1);
	border-radius: 10px;
	margin-bottom: 1em;
}

.simulation h3{
	font-size: 240%;
	margin: 0.5em 1em;
}

.simulation{
	font-size: 120%;
	line-height: 180%;
}

.simulation__result{
	font-size: 120%;
	line-height: 180%;
}

.simulation input[type=text] {
    width: ;
    background: #e9f1fc;
    border: 1px solid #CCCCCC;
    font-size: 120%;
    padding: 0.5em;
    margin: 0 0.2em 0.5em 0.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.simulation__result{
	margin-bottom: 1em;
}
.simulation__result p{
	font-size: 120%;
	margin-bottom: 1em;
}

.simulation__price{
	color: #CCCC00;
	font-style:normal;
	margin:0;
	padding:0;
	font-size: 360%;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-right: 0.25em;
}

/* faqArea
-------------------------------------------------*/

#faqArea{
	width: 100%;
	padding: 50px 0;
	margin: auto;
	background: #dddddd;
}

#faqArea > div{
	width: 900px;
	padding: 1em;
	margin: auto;
	font-size: 100%;
	line-height: 180%;
	background: #FFF;
	margin-bottom: 2em;
}
#topfaq{
	background: #FFF;
	width: 100%;
	margin: auto;
	padding: 0;
}

#topfaq dl{
	font-size: 100%;
}
#topfaq dt{
	padding: 10px;
	color: #0377be;
	background: #bae5ff;
	font-weight: bold;
}

#topfaq dd{
	line-height: 240%;
	padding: 20px;
}


#topfaq dt::before {
    content: "Q:" ;
    margin-right: 10px;
}

#topfaq dd::before {
    content: "A:" ;
    color: #990000;
    margin-right: 10px;
}

/* outlineArea
-------------------------------------------------*/

#outlineArea{
	width: 100%;
	padding: 50px 0;
	margin: auto;
	background: #dddddd;
}

#outlineArea > div{
	width: 900px;
	padding: 1em;
	margin: auto;
	font-size: 100%;
	line-height: 180%;
	background: #FFF;
	margin-bottom: 2em;
}

table.outline,
table.freeoutline{
	font-size: 100%;
	line-height: 180%;
	margin: 10px 0;
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.outline th {
	width: 25%;
	padding: 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: 700;
	text-align: center;
}
table.outline td {
	padding: 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	background: #FFFFFF;
}

table.outline dt {
	font-weight: bold;
	color: #0377be;
}

table.outline dd {
	margin-bottom: 1em;
}

table.outline dd:last-child{
	margin-bottom: 0em;
}



table.freeoutline th {
	padding: 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: lighter;
	line-height: 120%;
	text-align: center;
}
table.freeoutline td {
	padding: 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

/* toiawaseArea
-------------------------------------------------*/

#toiawaseArea{
	width: 1200px;
	padding: 50px 0;
	margin: auto;
}

#toiawaseArea > div{
	width: 1000px;
	padding: 1em 0;
	margin: auto;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 2em;
}