﻿@charset "UTF-8";

/* ===== 共通 ===== */

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
html{
	font-size: 62.5%;
}
body{
	margin: 0;
	padding: 0;
	color: #111111;
	background-attachment: fixed;
	background-size: cover;
	background:#FFF;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	letter-spacing: 0.08em;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 185%;
}
.clearfix{
	clear:both;
	display: inline-table; 
}
a {
	color: #222;
	position: relative;
}
section{
	width: 100%;
	max-width: 1320px;
	margin:4% auto;
}
article{
	width:90%;
	margin:4% auto 0;
}
p{
	font-size:1.7rem;
}

@media screen and (max-width: 736px) {
article{
	margin:5%;
}
p{
	font-size:1.5rem;
}
}

.title_s{
	font-weight:bold;
	font-size:2.4rem;
	color:#cda873;
}
.box_in{
	margin-bottom:5%;
}
p.lead{
	width:90%;
	margin:3% auto;
}
ul.contents{
	width:90%;
	margin:3% auto;
	padding:1%;
	border-radius:10px;
	overflow:hidden;
	background:#eee;
}
ul.contents li{
	float:left;
	margin-left:3%;
	margin-top:1%;
}

#title{
	margin:2% auto 0;
	width:90%;
	text-align:center;
	font-size:3.3rem;
	line-height:150%;
	color:#148c50;
	font-weight:bold;
}
h2{
	margin:3% auto;
	width:100%;
	padding:1.5%;
	border-bottom:1px solid #111;
}
h2:before{
	content: "\f19d";
	position:relative;
    display: inline-block;
    font-family: 'FontAwesome';
	font-size:3rem;
	padding-right:1.5%;
}
h2.voice{
	font-size:2.8rem;
	position: relative;
	padding: 1.5rem 2rem;
	border: 3px solid #d8d8d8;
	border-radius: 10px;
	background: #f9f9f9;
}
h2.voice:before {
	position: absolute;
	bottom: -14px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #d8d8d8 transparent transparent transparent;
}
h2.voice:after {
	position: absolute;
	bottom: -10px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #f9f9f9 transparent transparent transparent;
}
h2.content {
  position: relative;
  padding: 0;
  text-align: center;
	border-bottom:none;
	margin:0;
}
h2.content:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h2.content span {
  position: relative;
  padding: 0 1em;
	background:#eee;
}
h3{
	font-size:2.3rem;
	padding:1%;
	margin-left:3%;
	position: relative;
	border: 1px solid #111;
}
h3.buy{
	font-size:3rem;
	padding:1%;
	margin-left:0%;
	position: relative;
	border:none;
	background:#EA6D4F;
	color:#fff;
	text-align:center;
	width:100%;
	margin:0;
}
h4{
	font-size:1.8rem;
	background:#eee;
	text-align:center;
	padding:1%;
    margin: 2% 0;
}
h4.product{
	font-size:2.3rem;
	background:#fff;
	color:#5f3a17;
}
h4.product:before{
	content: '製品名：';
}
h5{
	font-size:2rem;
	margin: 0;

}

#main{
	width:980px;
	margin:0 auto;
}
div.Box{
	width:100%;
	margin:1% auto;
	overflow:hidden;
}
div.BoxS{
	width:90%;
	margin:1% auto;
}
div.CenterBox{
	width:100%;
	margin:1% auto;
}
div.LeftBox{
	float:left;
	width:50%;
	margin:1% 2%;
}
div.RightBox{
	float:right;
	width:42%;
	margin:1% 2%;
}
div.LeftBox2{
	float:left;
	width:40%;
	margin:1% 2%;
}
div.RightBox2{
	float:right;
	width:52%;
	margin:1% 2%;
}
div.BoxBuy{
	width:90%;
	margin:1% auto;
	border-radius:10px;
	background:#eee;
	overflow: hidden;
	padding-bottom:2%;
}
.list{
	margin:0;
}
.att{
	font-size:1.5rem;
}
table{
	width:90%;
	margin:1% auto;
	padding:1%;
}
table th{
	padding:1%;
	background:#eee;
}
table td{
	padding:1%;
	border-bottom:1px dotted #111;
}

.small{
	font-size:85%;
	line-height:1.7;
	margin:0;
}

#contact {
  color: #fff;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
	background:#148c50;
  text-align: center;
  font-size: 170%;
  padding: 20px 0;
  width: 500px;
  margin: 30px auto 10px;
  display: block;
  font-weight: bold;
  border: 2px solid #E4E4E4;
}
#contact a {
  text-decoration: none;
  color: #fff;
}
#contact:hover {
	opacity:0.6;
}

#report_main{
	overflow:hidden;
	margin:10px 0;
	width: 80%;
}

#report_main img{
	border:1px solid #fff;
}

#report_main div.report_left{
	float:left;
	width:35%;
}
#report_main div.report_right{
	float:right;
	width:60%;
	text-align:left;
	line-height:180%;
		color: #333;
}
#report_main div.report_right p.name{
	margin:10px 0;
	line-height:1.7;

}

.report_title{
	font-size: 2.5rem;
	font-weight: bold;
	color: #cda873;
	line-height: 1.6;
		margin-bottom: 10px;
}

.btn{
  border: 1px solid #cda873;
  padding: 10px 10px;
  width: 200px;
  font-size: 110%;
  color: #cda873;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  margin: 20px 0 0;
  text-decoration: none;
  font-weight: bold;
}
.btn:hover{
  border: 1px solid #cda873;
  color: #fff;
	background: #cda873;
}


@media screen and (max-width: 736px) {
#main,#main img{
	width:100%;
}
#title{
	font-size:2.4rem;
}
ul.contents{
	width:93%;
	margin:1% auto;
	padding:2%;
}
ul.contents li{
	float:left;
	width:44%;
	margin-left:3%;
	margin-top:2%;
}
h1{
	font-size:2.5rem;
	line-height:150%;
}
h2{
	font-size:1.8rem;
	margin-top:2%;
}
h2.voice{
	width:95%;
	font-size:2rem;
	position: relative;
	padding: 1% 0 1% 2%;
	margin:1% auto;
	border: 3px solid #d8d8d8;
	border-radius: 10px;
	background: #f9f9f9;
}
h3{
	font-size:1.6rem;
	padding:1% 0 1% 3%;
	margin:0;
	position: relative;
	border: 1px solid #111;
}
h4{
	font-size:1.5rem;
}
h4.product{
	font-size:2rem;
}
h3.buy{
	font-size:2rem;
}
div.LeftBox,div.LeftBox2{
	width:100%;
	display:block;
}
div.RightBox,div.RightBox2{
	width:85%;
	display:block;
	float:none;
}
div.BoxS{
	width:100%;
}
div.BoxBuy{
	width:100%;
}
table{
	width:100%;
}
.title_s {
  font-size: 2rem;
}
#report_main,#report_main .report_right,#report_main .report_left{
	width: 100% !important;
}
	.report_title{
	font-size: 1.9rem;
	}
	#report_main .report_right{
		margin: 10px 0;
	}
.btn{
	width: 90% !important;
}

}

	/* リンクボタン */
.button a{
	text-decoration: none;
	color:#fff;
}
.button {
	margin:1% auto;
	position: relative;
	z-index: 2;
	background-color: #111;
	line-height: 50px;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:2rem;
	font-weight:bold;
}
.button:hover {
	opacity:0.6;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button:hover::after {
	background: #dab523;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media screen and (max-width: 736px) {
.button {
	height:auto;
}
.button a{
	color:#fff;
}
}