@charset "UTF-8";
@font-face {
 font-family: "NotoSansJP";
 font-style: normal;
 font-weight: 300;
 src: url('../../font/NotoSansJP-Light.otf') format('opentype');
}
@font-face {
 font-family: "NotoSansJP";
 font-style: normal;
 font-weight: 400;
 src: url('../../font/NotoSansJP-Regular.otf') format('opentype');
}
/* ---------------------------------
 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, li {
 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, textarea {
 vertical-align: middle;
 color: #666;
 font-family: "NotoSansJP", "メイリオ", sans-serif;
 font-weight: 300;
}
input[type="submit"], input[type="button"] {
 border-radius: 0;
 -webkit-box-sizing: content-box;
 -webkit-afppearance: button;
 appearance: button;
 border: none;
 box-sizing: border-box;
 cursor: pointer;
 font-size: 1.6rem;
 font-family: "NotoSansJP", "メイリオ", sans-serif;
 font-weight: 300;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
*:focus {
 outline: none;
}
table {
 table-layout: fixed;
}
/* ---------------------------------
common
-----------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
html, body {
 height: 100%;
 display: flex;
 flex-direction: column;
 min-height: 100vh;
 min-width: 980px;
 width: 100%;
}
html {
 font-size: 62.5%;
 overflow-y: scroll;
}
body {
 font-family: "NotoSansJP", "メイリオ", sans-serif;
 font-weight: 300;
 line-height: 1.4;
 font-size: 1.3rem;
 float: left;
 word-wrap: break-word;
 vertical-align: baseline;
 color: #666;
 position: relative;
}
main {
 width: 720px;
 height: 630px;
 text-align: center;
 margin: 80px auto 0 auto;
 display: block;
}
img {
 max-width: 100%;
 height: auto;
}
.img_space{
  margin-left: 10px;
}
a img:hover {
 opacity: 0.8;
}
a, a:hover {
 text-decoration: none;
}
.aligncenter {
 display: block;
 margin: 0 auto;
}
.alignright {
 float: right;
}
.alignleft {
 float: left;
}
section {
 width: 100%;
 min-width: 1300px;
 float: left;
}
p {
 line-height: 1.7;
}
/* clearfix */
.cf:befofre, .cf:after {
 content: " ";
 display: table;
}
.cf:after {
 clear: both;
}
.cf {
 *zoom: 1;
}
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
.mt15 {
 margin-top: 15px;
}
.mt20 {
 margin-top: 20px;
}
.mt25 {
 margin-top: 25px;
}
.mt30 {
 margin-top: 30px;
}
.mt40 {
 margin-top: 40px;
}
.mt50 {
 margin-top: 50px;
}
.mt70 {
 margin-top: 70px;
}
.mt80 {
 margin-top: 80px;
}
.mt90 {
 margin-top: 90px;
}
.mt100 {
 margin-top: 100px;
}
.mb0 {
 margin-bottom: 0!important;
}
.mb5 {
 margin-bottom: 5px!important;
}
.mb15 {
 margin-bottom: 15px!important;
}
.mb20 {
 margin-bottom: 20px!important;
}
.mb30 {
 margin-bottom: 30px!important;
}
.mb50 {
 margin-bottom: 50px!important;
}
.ml35 {
 margin-left: 35px!important;
}
.pt5 {
 padding-top: 5px!important;
}
.pt10 {
 padding-top: 10px!important;
}
.pt30 {
 padding-top: 30px!important;
}
.pb45 {
 padding-bottom: 45px!important;
}
.pb50 {
 padding-bottom: 50px!important;
}
.txt_l {
 text-align: left!important;
}
.txt_r {
 text-align: right!important;
}
/*見出し*/
h1 {
 margin-bottom: 50px;
}
h2 {
 font-size: 3rem;
 margin-bottom: 20px;
 font-weight: 400;
}
.message {
 margin-bottom: 20px;
 width: 100%;
 float: left;
 font-size: 1.2rem;
}
.normal {
 color: #666;
}
.note {
 color: #ff0000;
}
/*フォーム*/
main form {
 width: 442px;
 margin: 0 auto;
 text-align: left;
}
main form dt {
 margin-bottom: 10px;
 padding-left: 10px;
}
main form dd {
 margin-bottom: 10px;
}
main form dd:last-of-type {
 margin-bottom: 0;
}
.form + p {
 margin: 10px 0 30px 10px;
}
/*入力フォーム*/
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
 width: 442px;
 height: 30px;
 border: 1px solid #ccc;
 border-radius: 10px;
 font-size: 1.3rem;
 padding: 0 15px;
}
/*ボタン*/
.btn {
 width: 442px;
 height: 40px;
 background: #4285f4;
 color: #fff;
 font-size: 1.6rem;
 border-radius: 10px!important;
 margin: 0 0 10px 0;
}
.btn:hover {
 opacity: 0.8;
}
a.btn {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto;
}
.btn_area + p {
 margin-left: 10px;
}
/*placeholder*/
:placeholder-shown {
 color: #ccc;
 font-weight: 300;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
 color: #ccc;
 font-weight: 300;
}
/* Firefox 18- */
:-moz-placeholder {
 color: #ccc;
 opacity: 1;
 font-weight: 300;
}
/* Firefox 19+ */
::-moz-placeholder {
 color: #ccc;
 opacity: 1;
 font-weight: 300;
}
/* IE 10+ */
:-ms-input-placeholder {
 color: #ccc;
 font-weight: 300;
}
/*チェックボックス*/
input[type="checkbox"] {
 display: none;
}
.checkbox + .checkbox-icon {
 position: relative;
 vertical-align: middle;
 margin: -2px 5px 0 0;
 border: 1px solid #666;
 width: 16px;
 height: 16px;
 display: inline-block;
}
.checkbox:checked + .checkbox-icon:before {
 content: "\f383";
 font-family: "Ionicons";
 color: #666;
 text-align: center;
 display: inline-block;
 position: absolute;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 1.;
 height: 16px;
 top: 50%;
 left: 2px;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
/*リンク*/
.link a {
 color: #4285f4;
 border-bottom: 1px solid #4285f4;
}
.link a:hover {
 opacity: 0.8;
}
/* ---------------------------------
404
-----------------------------------*/
.error {
 font-size: 3.2rem;
 color: #4285f4;
 margin: 80px 0 20px 0;
}
/* ---------------------------------
footer
-----------------------------------*/
footer {
 width: 100%;
 float: left;
 font-size: 1.2rem;
 text-align: center;
 padding-bottom: 15px;
 margin-top: auto;
}

@media screen and (min-width: 769px) {
.sp {
 display: none!important;
}
}

@media screen and (max-width: 768px) {
.pc {
 display: none!important;
}
input, textarea {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -webkit-appearance: none;
 max-width: 100%;
}
/* ---------------------------------
common
-----------------------------------*/
html, body {
 min-width: 100%;
 width: 100%;
 height: auto;
}
body {
 font-size: 1.6rem;
}
main {
 width: 100%;
 padding: 0 5%;
 height: auto;
 margin: 50px 0 20px 0;
 padding-bottom: 30px;
}
main h1 img {
 width: 140px;
}
main form {
 width: 100%;
 margin: 0 auto;
}
section {
 width: 100%;
 min-width: 100%;
 float: left;
}
/*入力フォーム*/
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
 width: 100%;
 height: 50px;
 background: #fff;
 font-size: 1.6rem;
}
input[type="submit"], input[type="button"] {
 font-size: 1.8rem;
 max-width: 100%;
}
.btn {
 width: 100%;
 max-width: 344px;
 height: 50px;
 font-size: 1.8rem;
}
/*見出し*/
h1 {
 margin-bottom: 30px;
}
h2 {
 font-size: 2rem;
}
.message {
 font-size: 1.3rem;
}
/* ---------------------------------
404
-----------------------------------*/
.error {
 font-size: 2.4rem;
 margin: 40px 0 20px 0;
}
/* ---------------------------------
footer
-----------------------------------*/
footer {
 margin-top: 0;
 bottom: 0;
 position: absolute;
 padding-bottom: 10px;
}
}
