@charset "UTF-8";
@import url(notosansjapanese.css);
/* -----------------------------------------------
 *
 * setting
 *
 * ----------------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Sans Japanese', sans-serif;
}

h1,
h2,
h3,
h4 {
	margin: 0;
}

.xsmall {
	font-size: 12px;
	font-size: 1.2rem;
}

.small {
	font-size: 14px;
	font-size: 1.4rem;
}

.medium {
	font-size: 16px;
	font-size: 1.6rem;
}

.large {
	font-size: 18px;
	font-size: 1.8rem;
}

.xlarge {
	font-size: 24px;
	font-size: 2.4rem;
}

.xxlarge {
	font-size: 36px;
	font-size: 3.6rem;
}
/* -----------------------------------------------
 *
 * 余白とか
 *
 ------------------------------------------------- */

p,
div {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

input,
select {
	vertical-align: middle;
}

ul {
	list-style: none;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
	line-height: 1.4;
}

td {
	vertical-align: top;
	line-height: 1.4;
}

.justify {
	text-align: justify;
}
/* clearfix */

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*イメージ*/
img {
	max-width: 100%;
	height: auto;
	width: auto; /* for ie 8 */
}
/*a
 ------------------------------------------------- */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	overflow: hidden;
	outline: none;
}



@media screen and (max-width: 960px) {
  a:hover {
	opacity:1;
	}
}


a img {
	border: none;
}

.hover:hover img,
.hover:hover {
	opacity: 0.7;
}
/* スマホの機能 */

a {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
}
/*form
 ------------------------------------------------- */

form p {
	font-size: 100%;
}

select {
	font-size: 1em;
	border: 0;
	background: #FFF;
	border: 1px solid #a0a0a0;
	padding: 0 0.4em;
	border-radius: 0.2em;
	height: 40px;
	line-height: 40px;
}

input {
	font-size: 1em;
	min-height: 1.6em;
}

textarea {
	font-size: 100%;
	height: 5em;
}

label {
	cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	box-sizing: border-box;
	padding: 0 0.4em;
	border-radius: 0.2em;
	border: 1px solid #a0a0a0;
	box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	height: 40px;
	line-height: 1em;
}

button.send-btn {
	font-weight: bold;
	padding: 10px 30px;
	background-color: #fe9e1a;
	color: #fff;
	border-radius: 0.2em;
	border-style: none;
	display: block;
	margin: 1em auto;
}

button.send-btn:hover {
	opacity: 0.8;
}

button.back-btn {
	font-weight: bold;
	padding: 10px 30px;
	color: #fff;
	border-radius: 0.2em;
	border-style: none;
	display: block;
	margin: 1em auto;
	background-color: #ccc;
}

a.send-btn {
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 30px;
	background-color: #fe9e1a;
	color: #fff;
	border-radius: 0.2em;
	border-style: none;
	display: block;
	margin: 1em auto;
	text-align: center;
	width: 200px;
}

a.btn {
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 30px;
	background-color: #fe9e1a;
	color: #fff;
	border-radius: 0.2em;
	border-style: none;
	display: block;
	margin: 1em auto;
	text-align: center;
	width: 80%;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	a.btn {
	font-size: 1.2em;
	width: 95%;
}
}