﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
ヘッダー
========================*/
header{
  position: relative;
  width: 100%;
  height: 640px;
  margin: 0 auto;
  padding: 0;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  background-image:url(../img/header.png);
  background-position:right center;
  background-color: #E4DFD8;
}
header .logo{
  position: absolute;
  top: 32px;
  left: 32px;
}
header .logo img{
  width: 100%;
  max-width: 264px;
}
header h1{
  position: absolute;
  bottom: 42px;
  left: 3%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 3em;
  line-height: 1.55;
  color: #222;
  text-shadow:
  0 0 6px rgba(255, 255, 255, 0.2),
  0 0 12px rgba(255, 255, 255, 0.4),
  0 0 24px rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
header h1 strong{
  font-weight: 700;
  color: #AC330C;
}
.headcomment {
  width: 100%;
  margin: 0 auto;
  padding: 24px 32px 64px;
  background-color: #E4DFD8;
}
.headcomment p{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #222;
  font-size: 1.15em;
  line-height: 2;
  letter-spacing: 0.03em;
}
.headcomment h2{
  max-width: 1240px;
  margin: 18px auto 0;
  padding: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.2em;
  text-align: right;
}
.headcomment h2 span{
  display: block;
  font-size: 0.7em;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
header{
  height: 480px;
	}
header .logo img{
  max-width: 200px;
	}
header h1{
  font-size: 2.4em;
  bottom: 32px;
  }
.headcomment {
  font-size: 0.9em;
  }
}
@media screen and (max-width: 1000px) {
header{
  height: 420px;
	}
header .logo img{
  max-width: 184px;
	}
header h1{
  font-size: 2.1em;
  bottom: 18px;
  }
.headcomment {
  padding: 24px 32px 32px;
  }
}
@media screen and (max-width: 767px) {
header .logo{
  top: 24px;
  left: 24px;
	}
header h1{
  font-size: 1.8em;
  }
.headcomment p{
  line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
header{
  -moz-background-size:cover;
  background-size:auto 74%;
  background-position:right top;
  }
header h1{
  text-align: left;
  padding: 0 0.5em;
  }
}
@media screen and (max-width: 480px) {
header{
  height: 340px;
	}
header .logo{
  left: 18px;
	}
header .logo img{
  max-width: 142px;
	}
header h1{
  font-size: 1.5em;
  bottom: 12px;
  }
.headcomment {
  font-size: 0.85em;
  padding: 12px 32px 32px;
  }
}


/*========================
２カラム
========================*/
.contents{
  position: relative;
  width:100%;
  margin: 64px auto;
  padding:0 18px 0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.contents_main{
  flex: 1;
  padding: 0 42px 0 0;
}
.maininner{
  max-width: 1000px;
  margin: 0 auto;
}
.contents_form{
  position: sticky;
  top: 24px;
  left: 0;
  width: 420px;
}
@media screen and (max-width: 1240px) {
.contents_form{
  top: 18px;
  width: 320px;
  }
}
@media screen and (max-width: 1000px) {
.contents{
  padding:0;
  display:block;
  flex-direction: column;
  }
.contents_main{
  padding: 0 32px 32px 32px;
  }
.maininner{
  max-width: 100%;
  }
.contents_form{
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 0 12px;
  }
}
@media screen and (max-width: 640px) {
.contents_main{
  padding: 0 24px 32px 24px;
  }
}
@media screen and (max-width: 480px) {
.contents{
  margin: 48px auto;
  }
}

/*-------------------------
フォーム枠中身
--------------------------*/
.formwrap{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
@media screen and (max-width: 1240px) {
.formwrap{
  font-size: 0.9em;
  }
}
@media screen and (max-width: 1000px) {
.formwrap{
  font-size: 1em;
  border-radius: 18px 18px 0 0;
  -webkit-border-radius: 18px 18px 0 0;
  -moz-border-radius: 18px 18px 0 0;
  }
}
@media screen and (max-width: 640px) {
.formwrap{
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  }
}

.formtitle{
  width: 100%;
  padding: 18px;
  margin: 0 auto;
  background: #149491;
  border-radius: 18px 18px 0 0;
  -webkit-border-radius: 18px 18px 0 0;
  -moz-border-radius: 18px 18px 0 0;
}
.forminner {
  width: 100%;
  max-width: 480px;
  padding: 6px 24px 0;
  margin: 0 auto;
}
.formbtn {
  width: 100%;
  max-width: 480px;
  padding: 18px 24px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
.formtitle{
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  }
}

/*details挙動*/
summary::-webkit-details-marker {
  display: none;
}
summary {
  list-style: none;
  cursor: pointer;
}

.forminner p{
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  margin: 12px auto 5px;
  letter-spacing: 0.03em;
}

/*スラッシュ吹き出し*/
.fastcontact span{
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 0.8em 0.3em;
  margin-bottom: 12px;
  color: #FBF36F;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
}
.fastcontact span:before,
.fastcontact span:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 86%;
  background: #FBF36F;
}
.fastcontact span:before {
  transform: rotate(-24deg);
  left: 0;
}
.fastcontact span:after {
  transform: rotate(24deg);
  right: 0;
}

.formwrap h3{
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  color: #FFF;
}


/*========================
緊急のお困りごとにも迅速に対応
========================*/
.trouble {
  width:100%;
  margin: 0 auto 18px;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.trouble li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding: 0 8px;
}
.trouble li img{
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.trouble li h3{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.03em;
  margin: 18px auto 12px;
}
.trouble li p{
  line-height: 1.6;
  font-size: 0.95em;
  padding: 0 0.6em;
}
@media screen and (max-width: 1420px) {
.trouble {
  font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
.trouble {
  margin: 0 auto;
  }
.trouble li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 6px 18px;
  }
}


/*========================
ひとつでも当てはまる方はまずはご相談を
========================*/
.victim {
  width:100%;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content:flex-start;
  align-items:center;
}
.victim li:first-child{
  width: 45%;
  text-align: center;
}
.victim li:last-child{
  flex: 1;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 1420px) {
.victim {
  display: block;
  flex-direction: column;
  }
.victim li:first-child{
  width: 100%;
  }
.victim li:first-child img{
  width: 100%;
  max-width: 640px;
}
.victim li:last-child{
  padding: 24px 0 0 0;
  }
}

/*チェックマークリスト*/
.victim li:last-child p{
  padding: 0 0 0 1.8em;
  margin: 0 0 0.5em;
  font-weight: 500;
	position: relative;
  line-height: 1.6;
  font-size: 1.1em;
}
.victim li:last-child p:before{
	position: absolute;
	top: 0;
	left: 0;
  font-size: 1.5em;
  line-height: 1;
  color: #AC330C;
  font-family:"Material Symbols Rounded";
	content: "\e834"; /*チェックマーク*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}


/*========================
ご相談ステップ
========================*/
.stepwrap{
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  background-color: #F1EEEB;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.stepwrap ul {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.stepwrap ul li:first-child{
  width:40%;
  text-align: center;
  color: #222;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.4em;
  line-height: 1.5;
}
.stepwrap ul li:last-child{
  flex: 1;
  padding: 0 0 0 18px;
}
@media screen and (max-width: 1420px) {
.stepwrap ul li:first-child{
  font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
.stepwrap ul {
  display: block;
  flex-direction: column;
  }
.stepwrap ul li:first-child{
  width:100%;
  text-align: left;
  font-size: 1.4em;
  }
.stepwrap ul li:last-child{
  padding: 12px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
.stepwrap{
  padding: 18px 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  }
.stepwrap ul li:first-child{
  font-size: 1.25em;
  }
}

/*無料ラベル*/
.stepwrap ul li:first-child span{
  display: inline;
  font-size: 0.7em;
  color: #FFF;
  background: #AC330C;
  letter-spacing: 0.12em;
  white-space: nowrap;
  padding: 0.1em 0.3em 0.2em;
  margin: 0 0 0 0.5em;
  text-align: center;
}

/*下矢印*/
.arrow_down:before{
  color: #444;
  font-size: 3.2em;
  line-height: 1.5;
  font-family:"Material Symbols Rounded";
	content: "\e5db"; /*下矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 400
}


/*========================
選ばれる理由
========================*/
.reason{
  width: 100%;
  margin: 0 auto;
  padding: 24px 18px 12px;
  background-color: #AC330C;
}
.reason ul{
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.reason ul li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  height: auto;
  padding: 0 8px 18px;
}
@media screen and (max-width: 1240px) {
.reason ul{
  display: block;
  }
.reason ul li{
  width: 100%;
  max-width:100%;
  padding: 0 0 18px;
  }
}
@media screen and (max-width: 1000px) {
.reason ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  }
.reason ul li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  height: auto;
  padding: 0 8px 18px;
  }
}
@media screen and (max-width: 767px) {
.reason ul{
  display: block;
  }
.reason ul li{
  width: 100%;
  max-width:100%;
  padding: 0 0 18px;
  }
}

/*吹き出しタイトル*/
.reason h2 span{
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto 24px;
  padding: 0.2em 0.8em 0.3em;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.8em;
  line-height: 1.5;
}
.reason h2 span:before,
.reason h2 span:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 86%;
  background: #FFF;
}
.reason h2 span:before {
  transform: rotate(-24deg);
  left: 0;
}
.reason h2 span:after {
  transform: rotate(24deg);
  right: 0;
}
.reason h2 span br{
  display: none;
}
@media screen and (max-width: 1420px) {
.reason h2 span{
  font-size: 1.6em;
  }
}
@media screen and (max-width: 640px) {
.reason h2 span{
  font-size: 1.5em;
  padding: 0.2em 0.5em 0.3em;
  }
}
@media screen and (max-width: 480px) {
.reason h2 span{
  font-size: 1.4em;
  }
.reason h2 span br{
  display: block;
  }
}

/*-------------------------
ボックス
--------------------------*/
.reasonbox{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 18px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.reasonbox h3{
  color: #AC330C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.4em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 8px;
}
.reasondetail {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.reasondetail_img{
  width: 100px;
}
.reasondetail_text{
  flex: 1;
  padding: 0 0 0 18px;
  font-size: 0.9em;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
.reasonbox h3{
  font-size: 1.25em;
  }
.reasondetail_img{
  width: 84px;
  }
}
@media screen and (max-width: 767px) {
.reasonbox h3{
  font-size: 1.4em;
  }
}


/*========================
よくある質問
========================*/
.faq h4{
  position: relative;
  color: #222;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.3em;
  line-height: 1.5;
  padding: 0 0 0 2em;
}
.faq h4:before{
	position: absolute;
	top: 0;
	left: 0;
  font-size: 1.8em;
  line-height: 1;
  color: #AC330C;
  font-family:"Material Symbols Rounded";
	content: "\e94c"; /*はてな*/
  font-variation-settings:
  'FILL' 1,
  'wght' 600
}
.faq p{
  padding: 0 0 0 2.5em;
  margin: 6px auto 0;
}
@media screen and (max-width: 480px) {
.faq h4{
  font-size: 1.2em;
  }
}


/*========================
対応工事・サービス
========================*/
.servicelist {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.servicelist li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding: 0 8px 18px;
}
@media screen and (max-width: 1420px) {
.servicelist li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
.servicelist {
  max-width: 540px;
  }
.servicelist li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  }
}
@media screen and (max-width: 480px) {
.servicelist {
  max-width: 264px;
  font-size: 1.1em;
  }
.servicelist li{
  width: 100%;
  max-width:100%;
  padding: 0 0 12px;
  }
}

.servicelist li h4{
  color: #222;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0 auto 8px;
}

/*レ点付きリスト*/
.servicelist li p{
  padding: 0 0 0 1.4em;
  margin: 0 0 0.4em;
  font-weight: 400;
	position: relative;
  line-height: 1.6;
  font-size: 0.9em;
  letter-spacing: 0.03em;
}
.servicelist li p:before{
	position: absolute;
	top: 0;
	left: 0;
  font-size: 1.3em;
  line-height: 1.3;
  color: #d1522b;
  font-family:"Material Symbols Rounded";
	content: "\e5ca"; /*チェックレ点*/
  font-variation-settings:
  'FILL' 1,
  'wght' 600
}


/*========================
会社案内
========================*/
/*-------------------------
キャッチコピー
--------------------------*/
.ourpolicy {
  font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 1.8em;
	line-height: 1.8;
	margin: 0 auto 18px;
}
@media screen and (max-width: 1000px) {
.ourpolicy {
	font-size: 1.6em;
	}
}
@media screen and (max-width: 480px) {
.ourpolicy {
	font-size: 1.4em;
	margin: 0 auto 12px;
	}
}

/*-------------------------
会社概要テーブル
--------------------------*/
.companytable {
  width: 100%;
  border-collapse: collapse;
	line-height: 1.65;
}
.companytable th{
  padding: 0.8em 1.2em 0.8em 0;
  font-weight:normal;
  white-space: nowrap;
	border-right: 1px solid #888;
	text-align: right;
  vertical-align: top;
}
.companytable td{
  padding: 0.8em 0 0.8em 1.2em;
  text-align:left;
}
@media screen and (max-width: 480px) {
.companytable {
  font-size: 0.9em;
	}
.companytable th{
  padding: 0.6em 1em 0.6em 0;
	}
.companytable td{
  padding: 0.6em 0 0.6em 1em;
	}
}

/*-------------------------
事業内容
--------------------------*/
.ourservice {
  width:100%;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
	flex-wrap: wrap;
}
.ourservice li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding: 0 12px 0 0;
	line-height: 1.65;
}
.ourservice li h4{
	font-size: 1.05em;
	margin: 0 auto 0.6em;
}
.ourservice li p{
	padding: 0 0 0 1em;
	margin: 0 auto 0.3em;
}
@media screen and (max-width: 1000px) {
.ourservice li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 12px 18px 0;
	}
}
@media screen and (max-width: 640px) {
.ourservice li h4{
	font-size: 1em;
	margin: 0 auto 0.5em;
	}
.ourservice li p{
	font-size: 0.95em;
	padding: 0 0 0 0.6em;
	margin: 0 auto 0.2em;
	}
}
@media screen and (max-width: 480px) {
.ourservice li{
  width: 100%;
  max-width:100%;
  padding: 0 0 12px 0;
	}
}


/*========================
フォームスタイリング
========================*/
/*-------------------------
フォームテーブル
--------------------------*/
.contacttable {
  width: 100%;
  border-collapse: collapse;
	line-height: 1.6;
	margin: 32px auto;
}
.contacttable tr{
	border: 1px solid #888;
}
.contacttable th{
  padding: 1em;
  white-space: nowrap;
	text-align: center;
	font-size: 1.05em;
	font-weight: 600;
}
.contacttable td{
  padding: 1em;
  text-align:left;
}
@media screen and (max-width: 1000px) {
.contacttable th,
.contacttable td{
display:block;
  width:100%;
	}
.contacttable th{
  padding: 1.2em 1em 0;
	text-align: left;
	}
.contacttable td{
  padding: 1em 1em 1.2em;
	}
}
@media screen and (max-width: 480px) {
.contacttable {
  font-size: 0.9em;
	}
.contacttable th{
  padding: 1em 0.8em 0;
	}
.contacttable td{
  padding: 0.8em 0.8em 1em;
	}
}

/* 入力・選択欄 */
form input[type='text'],
form input[type='search'],
form input[type='tel'],
form input[type='url'],
form input[type='email'],
form input[type='password'],
form input[type='date'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='month'],
form input[type='week'],
form input[type='time'],
form input[type='number'],
form select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  background:#F5F5F5;
	border: 1px solid #AAA;
  padding:0.5em;
  font-size:0.95em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
form .shortinput {
  width: 40%;
  max-width: 4em;
  margin-right: 0.5em;
}
form select::-ms-expand {
  display: none;
}
form textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
	border: 1px solid #AAA;
  background:#F5F5F5;
  padding:0.5em;
  font-size:0.95em;
  height:8em;
}
form input::placeholder,
form textarea::placeholder {
	color: #AAA;
}
/* Edge */
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	color: #AAA;
}
/* IE11 & IE10 */
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	color: #AAA;
}
/* ラジオボタン・チェックボックス */
form input[type="radio"] , 
form input[type="checkbox"]{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin:0 0.8em 0 0;
}
form label {
  cursor:pointer;
  display: inline-block;
  text-indent:-1.5em;
  line-height: 1.6;
  margin: 0.4em 1em 0.4em 2em;
}
/* ボタン */
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width: 100%;
  font-size:1.1em;
  cursor: pointer;
  padding: 0.8em;
  background-color: #444;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  border: 0;
  letter-spacing: 0.06em;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
  padding: 1em 2em;
  }
}
/* 必須項目アイコン */
form .hissu {
  width: 3em;
  display: inline-block;
  font-size:0.8em;
  line-height:1;
  color:#FFF;
  background-color:#E56540;
  padding:0.2em;
  text-align: center;
  font-weight:600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: 0 0 0 0.6em;
}

