@charset "utf-8";
/* ------------------------------------- */
/* Reset */
/* ------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

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

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

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

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select,input[type="submit"] {
	vertical-align:middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}

ul,ol {
	list-style: none;
}

/* ------------------------------------- */
/* お問い合わせフォーム　PC */
/* ------------------------------------- */
body {
	text-align: left;
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.75;
}
a {
	color: #0088CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	margin: 0 0 70px;
}
header {
	height: 80px;
	padding: 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #e6edf5;
	box-shadow: 0 4px 5px -4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 4px 5px -4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 5px -4px rgba(0,0,0,0.1);
}
header .inner {
	width: 700px;
	height: 100%;
	margin: 0 auto;
}
header .logo {
	height: 100%;
}
header .logo img {
	height: 100%;
	width: 145px;
	display: block;
	width: 145px;
}
main {
	margin: 0 auto 70px;
}
.main_inner {
	width: 700px;
	margin: 0 auto;
}
h2 {
	font-weight: 300;
	font-size: 36px;
	margin:40px 0 60px;
	text-align: center;
}
.mgt10 {
	margin: 10px 0 0 0;
}
form,.form_comp {
	margin: 60px 0 0;
}
fieldset {
	border:none;
}
.item {
	margin: 0 0 40px;
}
label {
	width: 270px;
	display: inline-block;
}
label span {
	font-size: 0.75em;
	color:#fff;
	background-color: red;
	border-radius: 5px;
	padding: 3px 5px;
	margin: 0 0 0 10px;
	vertical-align: middle;
	box-sizing: border-box;
}
select {
	min-height: 43px;
}
.select {
	width: 420px;
	display: inline-block;
	position: relative;
	color: #475059;
	vertical-align: middle;
	text-decoration: none;
}
.select::after{
	position: absolute;
    top: 8%;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #475059;
    border-right: 2px solid #475059;
    -webkit-transform: rotate(135deg) translateY(50%);
    transform: rotate(135deg) translateY(50%);
    pointer-events: none;
}
input,select,textarea {
	width: 420px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #475059;
	font-size:100%;
}
input, select, textarea {
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea {
	vertical-align: top;
	resize: vertical;
}
.error {
	margin: 5px 0 0 275px;
	color: red;
}
.submit {
	text-align: center;
}
.submit input[type="submit"],
.btn {
	width: 100%;
	color: #fff;
	background: #45B035;
	border: none;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	margin: 20px 0 0;
	font-size:100%;
}
.btn {
	display: block;
	text-align: center;
	border-radius: 5px;
	background: #0075C2;
	padding: 15px 0;
}
.submit input[type="submit"]:hover,
.btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
.form_comp .item > p {
	width: 420px;
	display: inline-block;
	vertical-align: top;
	word-break: break-word;
}
footer {
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #303945;
	color: #fff;
	font-size:11px;
}
footer .footer_inner {
	width: 700px;
	margin: 0 auto;
	padding: 40px 0 10px;
}
footer .footer_inner a{
	color: #fff;
}
footer .links,footer .security {
	display: inline-block;
	vertical-align: middle;
}
footer .links {
	width: 630px;
}
footer .links li {
	display: inline-block;
	margin: 0 15px 0 0;
}
footer .security {
	width: 70px;
	background-color: #fff;
	border-radius: 5px;
	padding: 2px;
	box-sizing: border-box;
}
footer .security .privacymark {
	line-height: 1;
}
footer .security .privacymark img {
	width: 100%;
}
footer .copy {
	text-align: center;
	margin: 10px 0 0 0;
}

/* ------------------------------------- */
/* お問い合わせフォーム　SMART */
/* ------------------------------------- */
@media screen and (max-width: 767px) {
	header {
		height: 60px;
		padding: 10px 0;
	}
	header .inner,
	.main_inner {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
	}
	header .logo img {
		width: 110px;
	}
	h2 {
		font-size: 26px;
		margin:30px 0;
	}
	label, input,.select, select, textarea {
		width: 100%;
	}
	.error {
		margin: 5px 0 0;
	}
	.submit {
		text-align: left;
	}
	form, .form_comp {
		margin: 50px 0 0;
	}
	.form_comp .item {
		margin: 0 0 30px;
	}
	.form_comp .item label {
		font-weight: bold;
	}
	.form_comp .item > p {
		width: 100%;
	}
	footer .footer_inner {
		width: 100%;
		padding: 40px 3% 10px;
		box-sizing: border-box;
	}
	footer .links {
		width: -webkit-calc(100% - 70px) ;
		width: calc(100% - 70px) ;
	}
	footer .links li {
		width: 100%;
		margin: 0 0 5px;
	}
	footer .security {
		width: 70px;
	}
	footer .copy {
		margin: 20px 0 0;
	}
}