@charset "euc-jp";
/* CSS Document */
@media screen and (max-width:639px){

html {
	font-size: 62.5%;
}
body,td,th {
	font-size: 1.2rem;
}

.pcbr:after {
	content:"";
	white-space: normal;
}
.spbr:after {
	content:"\A";
	white-space: pre;
}

/* ----------------------
	for smartphone
---------------------- */
.imgright {
	width: 30%;
	float: right;
	padding: 0px 10px 10px 10px;
}
.imgleft {
	width: 30%;
	float: left;
	padding: 0px 10px 10px 10px;
}
.imageStyleL {
	width: 100%;
	height: auto;
}
.forPC {
	display: none;
}
.forSP {
	display: block;
}

/* ----------------------
	BUTTON SETTING
---------------------- */
.button {
	width: 90%;
	margin: 0 auto 10px;
	height: 42px;
}
.buttonS {
	width: 48%;
	min-width: 160px;
	margin: 0 auto;
	height: 36px;
}
.button a, .buttonS a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 42px;
}
.buttonS a {
	height: 36px !important;
	line-height: 36px !important;
}
.IconL1 a:before {
	left: 7px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #FFF;
}
.IconL1Y a:before {
	left: 7px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #FF0;
}
.IconL2 a:before {
	left: 7px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-right: 6px solid #FFF;
}
.IconR1 a:before {
	right: 7px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #FFF;
}
.IconR2 a:before {
	right: 7px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-right: 5px solid #FFF;
}
.phone1 a {
	padding-left: 15px;
}
.phone1 a::before {
	width: 10px;
	height: 14px;
	margin-top: -7px;
	margin-left: -13px;
}
a.phone2 {
	display: inline-block;
	padding-left: 20px !important;
	position: relative;
	line-height: 20px;
	font-size: 16px;
}
a.phone2::before {
	width: 14px;
	height: 12px;
}


/* ----------------------
	MAINMENU
---------------------- */
#hdr {
	margin: 0;
}
#logo {
	width: 60%;
	float: none;
	margin: 0 auto 10px !important;
}
#logo img {
	width: 100%;
	height: auto;
}
#hdsub {
	display: none;
}

#hdr nav {
	height: 30px;
}

.mainnav nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mainnav ul {
	float: right;
}
.mainnav a {
	line-height: 30px;
}
.mainnav .pc {
	display: none;
}
.mainnav .sp {
	display: block;
	width: 40px;
	height: 30px;
	background: none;
	float: right;
}
.mainnav .sp a {
	padding: 0 5px;
}

.menubar {
  display: inline-block;
  position: relative;
  margin: 13px 0 3px;
  padding: 0;
  background: #FFF;
}
.menubar, .menubar:before, .menubar:after{
  width: 30px;
  height: 2px;
}
.menubar:before, .menubar:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #FFF;
}
.menubar:before{
  margin-top: -8px;
}
.menubar:after{
  margin-top: 6px;
}
.mainnav .sp a:hover .menubar, .mainnav .sp a:hover .menubar:before, .mainnav .sp a:hover .menubar:after {
	background: #FF0;
}


/* ----------------------
	BREADCRUMB
---------------------- */
#bread {
	font-size: 1rem;
}

/* ----------------------
	CONTENTS
---------------------- */
h1.ptitle {
	font-size: 1.8rem;
}
.contents {
	margin: 0;
	padding-bottom: 40px;
}
section {
	padding: 10px;
}
.contents h1 {
	font-size: 2.4rem;
}
.contents h2 {
	font-size: 1.8rem;
}
.contents h2::before {
	width: 25px;
	height: 24px;
}
.contents h3 {
	font-size: 1.6rem;
}
.contents h4 {
	font-size: 1.4rem;
}
.contents p {
	line-height: 1.8;
}

/* ----------------------
	BOX
---------------------- */
.box2 {
	width: 100%;
}
.box4 {
	width: 50%;
}


/* ----------------------
	FOOTER
---------------------- */
#ftnav {
	overflow: hidden;
}
#ftnav ul {
	letter-spacing: -.40em;
}
#ftnav ul li {
	border-bottom: dotted 1px #DDD;
	display: inline-block;
	font-size: 1.2rem;
	width: 50%;
	height: 40px;
	line-height: 40px;
}
#ftnav ul li.ft_l {
	width: 100%;
}
#ftnav p {
	text-align: left;
}

#footer .box {
	width: 100%;
}
#footer address a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 0.4em 0.4em 0.4em 1.5em;
	background: #FFD75F;
	border-radius: 4px;
	color: #664C00;
	margin-top: 5px;
	text-align: center;
}
#footer address a::before {
	display:inline-block;
	position: absolute;
	content:"";
	width: 14px;
	height: 12px;
	left: 5px;
	top: 50%;
	margin-top: -6px;
	background: url(../images/phone.png) no-repeat; 
	background-size: contain;
}
#footer address a:hover {
	color: #F60;
}
#copy {
	margin: 2em 0 100px;
}

.fs_xs {font-size: 0.9rem !important;}
.fs_s {font-size: 1rem !important;}
.fs_m {font-size: 1.2rem !important;}
.fs_l {font-size: 1.4rem !important;}
.fs_xl {font-size: 1.6rem !important;}
}

