﻿@charset "utf-8";

/* CSS Document */
/***　全体のカラー・書体など　***/
html{
	background-color: #f3f5f2;
	color: #333;
	font-size: 16px;
}

body{
	/*background-image: url("../images/img_back.png");*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	margin: 0 auto;
}

/*** ナビゲーション ***/
header{
	margin-width: 100%;
	margin: 0 auto;
	height: 60px;
	background-color: #F6D4D8;
}

li{
	float:left;
	width:130px;
	text-align:center;
	list-style-type:none;
	font-size: 14px;
	font-weight: 500;
}

#gnav{
	float: right;
}

li a{
	display:block;
	padding:22px 0;
	background:#f3f5f2;
	border-left:1px solid #F6D4D8;
	text-decoration:none;
}

li a:hover{
	background: #F6D4D8;
	border-bottom: 4px solid #ca3c6e;	
}

#gnav .current a{
	background-color: #F6D4D8;
	color: #333;
}

.inner {
	margin-width: 100%;
	margin: 0 auto;
	width: 980px;
	height: 59px;
	background-color: #f3f5f2;
}

#logo{
	margin-left: 30px;
	margin-top: 3px;
	float: left;
}

/* 本文 */
.main_{
	clear: both;
	width: 980px;
	background: #fffbd5; 
	margin: 0 auto;
}

#page_note_1{
	position: relative;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	color: #333;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 700;
  	text-shadow: 0 0 2px white;
}

#page_note_1:before {
  content: "";
  position: absolute;
  /*padding-top: 100px;
  padding-left: 100px;*/
  background: #f6d4d8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
}

.page_note_2{
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 17px;
	line-height: 1.5;
}

.page_note_4{
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 1.5;
}

.page_note_3{
	padding-right: 40px;
	font-size: 16px;
	line-height: 1.5;
}

.daiji {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}

.boxaWrap{
	margin-left: 50px;
}

.boxWrap .boxCh {
  /*height: 280px;*/
  height: auto;
  width: 280px;
  margin: 40px;
  padding: 19px;
  border: solid 1px #AAA;
  background: #F6D4D8;
}

.boxWrap {
  display: flex;
  /*display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;*/
  flex-direction: row;
  /*-moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;*/
}

.fontColor{
	color: #ca3c6e;
}
.ques{
	/*font-size: 11pt;*/
	color: #333;
}

.card{
	text-align: center;
	padding-top: 25px;
}

.fontSize{
	/*font-size: 12pt;*/
	font-weight: 700; 
}

/* 吹き出し*/
#fukidashi_1, #fukidashi_2 {	
	position: relative;
	top: 40px;
	left: 40px;
	width: 300px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	padding: 0.6em;
  	background: #F6D4D8;
	color: #333;
	font-size: 19px;
	font-weight: 700;
}

#fukidashi_1:after, #fukidashi_2:after  {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #F6D4D8;
  width: 0;
  height: 0;
}

#energy{
	display: block;
	width: 980px;
	height: auto;
}

#calc_tytle{
	position: relative;
	top: 60px;
	left: 40px;
}

#energy_keisan{
	padding-top: 70px;
	padding-left: 50px;
}

#calc_1{
	/*font-size: 11pt;*/
}

#myTable{
	margin-top: 10px;
	padding-left: 50px;
	line-height: 1.7;
}

.memo{
	/*font-size: 10pt;*/
	color: #ca3c6e;
}

#gu_pa{
	display: block;
	width: 980px;
	/*height: 1200px;*/
	height: auto;
}

.comment{
	color: #ca3c6e;
	font-weight: 700;
}

.comment_1{
	color: #ca3c6e;
	font-weight: 500;
}

#gu_pa_1, #gu_pa_2, #gu_pa_3{
	padding-top: 70px;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 1.5;
	/*font-size: 12pt;*/
}

#gu_pa_2, #gu_pa_3{
	padding-top: 30px;
}

.energy_input[readonly] {
	cursor: default;
}

.energy_input{
	text-align: right;
}

#calc_button #keisan{
	margin-top: 10px;
	margin-bottom: 19px;
	margin-left: 40px;
}

#calc_button #clear{
	margin-top: 10px;
	margin-bottom: 19px;
}

#gu_pa_img1{
	text-align: center;
	margin-top: 19px;
	margin-bottom: 20px;
}

#gu_pa_img2{
	text-align: center;
	margin-top: 19px;
	margin-bottom: 70px;
}

/*表組の設定*/
/*コンテンツ全体枠の設定*/

#hyo_table1,
#hyo_table2,
#hyo_table3,
#hyo_table4{
	/*width: 100%;*/
	margin-left: 50px;
	margin-top: 20px;
	border: #333 1px solid;
	border-collapse: collapse;
}

.tbl_title{
	color: #ca3c6e;
}

#hyo_table1 th,
#hyo_table1 td,
#hyo_table2 th,
#hyo_table2 td,
#hyo_table3 th,
#hyo_table3 td,
#hyo_table4 th,
#hyo_table4 td{
	padding: 3px 10px;
	font-size: 15px;
	text-align: center;
	border: #333 1px solid;
}

#hyo_table3 tr #tbl_hyo3_comment{
	text-align:  left;
}

#hyo_table1, #hyo_table2{
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}

#hyo_table3{
	clear: both;
}

/* footer */
footer{
	display: block;
	width: 980px;
	height: 180px;
	background: #f6d580;

}

#footer_logo{
	clear: both;
	text-align: center;
	padding-top: 19px;
}

#snsicon{
	margin-top: 5px;
	text-align: center;
}

#snsicon a{
	margin-left: 10px;
	margin-right: 10px;
}

#copy{
	font-size: 11px;
	color: #333;
	padding-top: 10px;
	text-align: center;
}

#keikoku{
	font-size: 11px;
	color: #F00;
	padding-top: 10px;
	text-align: center;
}


/* お問い合わせ へのボタン */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

/*** トップへ移動ボタン　***/
.pagetop { 
    display: none;
    position: fixed;
    bottom: 30px;
    right: 50px;
}

/*　ハンバーガーアイコン　*/
#sp{
	display: none !important;
}

#h_nav{
	display: none !important;
}

/*-----------------------------------------------------------------------------*/
@media screen and (max-width:750px) {	
  	#sp {
    	display: block !important;
	}
	
	#h_nav {
    	display: block !important;
	}
	
	#sp #h_button{
		position:absolute;
		top:20px;
		left:15px;
		background-color:transparent;
		border: none;
		cursor: pointer;
		width: 40px;
		height: 40px;
	}	

	#sp #h_button img{
		width:100%;
	}

	#sp #h_button:focus{
		outline:none;
	}

	#h_nav{
		position:fixed;
		top:0;
		bottom:0;
		width:250px;
		margin-left:-250px;
		/*background:#f3f5f2;*/
		background-image: url("../images/images.jpg");
	}		

	#h_nav li{
		list-style-type:none;
	}

	#h_nav li a{
		text-decoratf6d580ion:none;
		display:block;
		padding:20px 25px;
		width: 200px;
		color:#333;
		border-bottom:1px solid #f6d4d8;
		background: #f3f5f2;
		font-size: 16px;
	}

	#h_nav li a:hover{
		background: #F6D4D8;
		border-bottom: 4px solid #ca3c6e;
	}
	
	#h_nav .current a{
		background-color: #F6D4D8;
	}
}

/*-----------------------------------------------------------------------------*/
@media (max-width: 767px){
	#energy{
		width: 100%;
	}
	table{
		width: 100%;
	}
	#gnav{
		display: block;
	}

	img{
    	max-width: 100%;
    	height: auto;
	}
	
	.inner #logo{
		margin-top: 5px;
		margin-left: 270px;
	}
	
	#gnav{
		display: none;
	}
	
	.main_{
		width: 100%;
	}	
	
	.inner{
		width: 100%;
	}
	
	#wrapper{
    	width: 100%;
	}
	#gu_pa{
    	width: 100%;
	}
	
	footer{
		width: 100%;
	}	
	
	.pagetop { 
		opacity: 0.7; 
	}
	
	#fukidashi_1, #fukidashi_2{
		margin-left: -25px;
	}
	
	#msg{
		margin-left: 0px;
	}
	
	#energy{
		width: 100%;
	}
	
	.page_note_2{
		font-size: 15px;
		padding-left: 0px;
		padding-right: 0px;	
	}
	
	#energy_keisan .page_note_3{
		width: 100%;
		height: 100px;
		font-size: 15px;
		margin-left: -30px;
		padding-right: 0px;	
	}
	
	#page_note_1{
		font-size: 18px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.page_note_2{
		font-size: 16px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.page_note_4{
		font-size: 14px;
		margin-left: -20px;
		padding-right:20px;
	}
	
	.page_note_3{
		font-size: 14px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#gu_pa_1, #gu_pa_2, #gu_pa_3{
		font-size: 14px;
		padding-left: 20px;
		padding-right: 10px;
	}
	
	#energy_keisan{
		font-size: 12px;
	}
	
	#myTable{
		margin-top: -20px;
		margin-left: -30px;
	}
	
	#myTable_ttl{
		margin-left: -30px;
	}
	
	#hyo_table1, #hyo_table2, #hyo_table3, #hyo_table4{
		width: 60%;
		font-size: 11px;
		margin-left: 20px;
	}
	
	#hyo_table3{
		width: 80%;
	}
	
	#hyo_table1 th,
	#hyo_table1 td,
	#hyo_table2 th,
	#hyo_table2 td,
	#hyo_table3 th,
	#hyo_table3 td,
	#hyo_table4 th,
	#hyo_table4 td{
		font-size: 12px;
	}
	
	#hyo_2{
		clear: both;
	}
	
	#hyo_table2, #hyo_table3{
		margin-top: -10px;
	}
	
	#fukidashi_1, #fukidashi_2 {	
		font-size: 17px;
	}
}

