@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Playfair+Display+SC:400,700,900);
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;
}

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;
  text-decoration: none;
}

/* 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 {
  vertical-align: middle;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 600;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}

/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*
Bootstrap 3
768px未満: スマホ（デフォルト）
※スマホは、Media Queries無しで記述。
768px以上をタブレットサイズ
992px以上をデスクトップサイズ
1200px以上を大きめのデスクトップサイズ

iPhone4: 320 × 480
iPhone5: 320 × 568
iPhone6: 375 × 627
iPhone6s: 414 × 736
Nexus6: 414 × 659
*/
/*#########################################################

基本設定

#########################################################*/
/*#########################################################

要素関連

#########################################################*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0 !important;
}

html, body {
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.8;
}

a {
  color: #000;
}

a:focus {
  color: #959595;
}

a:active {
  color: #00a0e9;
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

html {
  width: 100%;
  height: 100%;
}

body {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  padding: 40px 0;
  background-color: #F3F2ED !important;
  font-weight: 500;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

section {
  position: relative;
}

h1, p {
  text-align: center;
  padding: 20px 0;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.iframebox {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

iframe {
  width: 100%;
  height: 100vh;
}

.kiyakubox {
  width: 70%;
  margin: 0 auto;
  height: 560px;
  border: 1px solid #B6C868;
  overflow: scroll;
  padding: 20px;
  background: #fff;
}

.kiyakubox p {
  font-size: 12px;
  text-align: left;
}

form {
  margin: 30px auto;
  display: block;
  text-align: center;
}

form .submitbox {
  margin-top: 30px;
  cursor: pointer;
}

form .submitbox input {
  cursor: pointer;
  width: 260px;
  line-height: 50px;
  border-radius: 40px;
  margin: 0 auto;
  color: #fff;
  border: none;
  letter-spacing: .1em;
  font-weight: 600;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  background-color: #7C0000;
}

body .selector > header h2, .intro h2 {
  padding: 0;
  background: transparent;
  margin-bottom: 10px;
}

body .selector > header {
  position: relative;
  top: inherit;
  left: inherit;
  padding: 10px;
}

h1.ui.header.error {
  color: #B6C868;
  font-size: 44px;
  margin-bottom: 0;
}

.errorbox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
