@charset "UTF-8";
/* ================================================== *
 *	Web Fonts
 * ================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

th {
  font-weight: normal;
}

a:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

video {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

textarea {
  resize: vertical;
}

/*
============================
GENERAL CONTENTS
============================
*/
*:not(br) {
  box-sizing: border-box;
  line-height: 1.4;
}
*:not(br)::before, *:not(br)::after {
  box-sizing: inherit;
  line-height: inherit;
}

body {
  font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  position: relative;
  text-align: left;
}
/* IE

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    body {
        font-family: "メイリオ",Meiryo,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    }
}
*/
.min{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}


p {
  line-height: 1.75;
	margin-top: 1em;
}
.roboto{
	font-family: 'Roboto', sans-serif;	
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
button,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
}
.cf:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px; /*¥*/
    /*/ height: auto; overflow: hidden; /**/
}
.fixed{
	position: fixed;
}
/* ============================
 * lower
 * ============================ */

/* FOOTER */
footer {
	margin-top: 0;
	width: 100%;
    min-width: 1240px;
	background-color: #f4f4f4;
}
footer .wrap{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 40px;
}
footer .searchbox{
	width: 100%;
}
footer .searchform{
	width: 500px;
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
}
.searchform{
	font-size: 14px;
	border: 1px solid #9e9e9f;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 5px;
}
.searchform input{
	width: calc(100% - 30px);
	padding: 0.25em;
}
.searchform button{
	width: 20px;
	padding: 0 0 2px 0;
	cursor: pointer;
	transition: 0.5s;
}
.searchform button:hover{
	opacity: 0.5;
	transition: 0.5s;
}
.searchform button img{
	width: 80%;
	height: auto;
}
footer ul.fnav{
	margin-top: 40px;
	
}
footer ul.fnav li a,
footer ul.fnav li > span{
	padding: 0.25em 0;
	margin: 0.25em 0;
	font-size: 15px;
	display: inline-block;
	width: auto;
	height: 100%;
}
footer ul.fnav li a span{
background: url(../img/ic_fnav.svg) no-repeat;
    background-size: 1em;
    background-position: right 0 center;
    padding-right: 1.5em;
    display: inline-block;
}

footer ul.fnav li a:hover,
footer ul.fnav li a span:hover{
	text-decoration: underline;
	opacity: 1;
}

footer ul.fnav li ul li a{
	position: relative;
	margin-left: 1.25em;
}
footer ul.fnav li ul li a::before{
	content: '■';
	display: block;
	position: absolute;
	left: -1.5em;
	top: auto;
	font-size: 10px;
	line-height: 2.25em;
}

footer .comlogo{
	width: 100%;
	margin: 40px auto 0 auto;
	 text-align: center;
}
.copyright {
	display: block;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	width: 100%;
	padding: 2em 0;
	text-align: center;
}

.pagetop{
	position: fixed;
	right: 1em;
	bottom:5em;
	z-index: 100;
	background: url("../img/pagetop.svg") no-repeat;
	width: 60px;
	height: 60px;
	background-size: contain;
	transition: 0.5s;
	cursor: pointer;
}
.pagetop:hover{
	opacity: 0.75;
}

@media screen and (max-width: 1024px) {
	body{
		padding-bottom:69px;
	}
	
/* FOOTER */
footer {
	margin-top: 0;
	width: 100%;
	background-color: #f4f4f4;
	min-width: 100%;
}
footer .wrap{
	display: block;
	padding: 40px 8% 30px 8%;
}
footer .searchbox{
	width: 100%;
}
footer .searchform{
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
}
footer ul.fnav{
	margin-top: 0;
}
footer ul.fnav:first-of-type{
	border-top:1px solid #000;
	margin-top: 30px;
}
footer ul.fnav > li.parent{
	background: url("../img/arw_icon_down.svg") no-repeat;
	background-position: right 1em top 1em;
	background-size: 1em auto;
	width: 100%;
	height: auto;
	line-height: 3em;
}
footer ul.fnav > li.parent.up{
	background: url("../img/arw_icon_up.svg") no-repeat;
	background-position: right 1em top 1em;
	background-size: 1em auto;
}
footer ul.fnav li a,
footer ul.fnav li > span{
	padding: 0.75em 0;
	margin: 0;
	font-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
	border-bottom:1px solid #000;
}	
footer ul.fnav li a:hover{
	text-decoration: none;
	opacity: 1;
}

footer ul.fnav li .pull{
	display: none;
}
footer ul.fnav li ul li a{
	position: relative;
	margin-left: 0;
	padding-left: 1em;
}
footer ul.fnav li ul li a::before{
	display: none;
}
footer .comlogo{
	width: 260px;
	margin: 40px auto 0 auto;
	 text-align: center;
}
.copyright {
	display: block;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	width: 100%;
	padding: 2em 0;
	text-align: center;
}
.pagetop {
    position: fixed;
    right: 0.5em;
    bottom: 5.5em;
    z-index: 100;
    background: url(../img/pagetop.svg) no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
}

}
