@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Common style
--------------------*/

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
}
.hide-txt {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cf::after {
    zoom:1;
	display: block;
	content: "";
	clear: both;
}
.txt-small { font-size: 1.1rem; }
.pad-t10 { padding-top: 10px; }
.pad-b10 { padding-bottom: 10px; }
.block { display: block; }

/* Font
--------------------*/

@import url('https://fonts.googleapis.com/css?family=EB+Garamond');

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.eot);
  src: url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.ttf) format('truetype');
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family:
  Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  
  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,
   "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,
  "Meiryo UI" , "メイリオ" , Meiryo ,
  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #333;
}

.wf-ja-serif { font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.wf-en-serif { font-family: 'Libre Baskerville', serif; }
.bold { font-weight: 700; }

a,a:hover {
	color: #006699;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	text-decoration: none;
}

.br-none br { display: none; }
@media screen and (min-width: 768px) {
.br-none br { display: block; }
}

/* Frame
--------------------*/

.main-content {
	background-image: url(page_title_back.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #fff;
}
.row {
	width: 100%;
}
.col {
	max-width: 880px;
	margin: 0 auto;
}
.col-inner {
	padding-left: 0px;
	padding-right: 0px;
}
.col-top {
	padding-top: 28px;
}
.col-bottom {
	padding-bottom: 28px;
}
@media screen and (min-width: 640px) {
.col-inner {
	padding-left: 40px;
	padding-right: 40px;
}
.col-top {
	padding-top: 40px;
}
.col-bottom {
	padding-bottom: 40px;
}
}

/* Header
--------------------*/

header {
	width: 100%;
	padding: 12px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	position: relative;
}
.site-id {
	float: left;
	height: 30px;
	width: 124px;
	display: block;
}


/* Page title
--------------------*/

.page-title {
	padding: 40px 28px;
	text-align: center;
}
.page-title .main-title {
	font-size: 1.6rem;
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.page-title .sub-title {
	font-size: 1.1rem;
	line-height: 1.8em;
	display: block;
	letter-spacing: 0.05em;
	padding-top: 20px;
}
@media screen and (min-width: 768px) {
.page-title {
	padding: 60px 40px;
}
.page-title .main-title {
	font-size: 2.4rem;
}
.page-title .main-title span {
	font-size: 1.2rem;
}
.page-title .sub-title {
	font-size: 1.3rem;
	line-height: 2.6rem;
	padding-top: 40px;
}
}

/* Form
--------------------*/

.of-area {
	margin: 0 auto;
	position: relative;
}
.of-box {
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.of-box .cat-title {
	font-size: 1.5rem;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
	text-align: center;
}
.of-detail {
	display: block;
	vertical-align: middle;
	width: 100%;
	background-color: #fff;
}
.of-detail.end {
	border-bottom: solid 1px rgba(0,0,0,0.12);
}
.of-detail .title-area,
.of-detail .input-area {
	display: block;
	vertical-align: middle;
	padding: 1.2em;
	font-size: 1.3rem;
}
.of-detail .title-area {
	background-color: #f8f6f3;
	color: #333;
	position: relative;
}
.of-detail .title-area .check {
	position: absolute;
	right: 0;
	top: 50%;
	webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding: 4px 8px;
	border-radius: 2px;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
}
.of-detail .title-area .check.hissu {
	background-color: #C00;
	color: #fff;
}
.of-detail .title-area .check.nini {
	background-color: #999;
	color: #eee;
}
.fix-date {
	text-align: right;
	font-size: 1.2rem;
	display: block;
	margin-top: 0px;
}
.hs {
	background-color: #C30;
	font-size: 1.1rem;
	text-align: center;
	padding: 2px 4px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (min-width: 640px) {
.of-detail {
	border: solid 1px rgba(0,0,0,0.12);
	border-bottom: none;
}
}

@media screen and (min-width: 768px) {
.of-box .cat-title {
	font-size: 1.6rem;
	margin-bottom: 16px;
	text-align: left;
}
.of-detail {
	display: table;
}
.of-detail .title-area,
.of-detail .input-area {
	display: table-cell;
}
.of-detail .title-area {
	width: 180px;
	padding: 1.4em;
}
.of-detail .input-area {
	padding: 1.6em;
}
.of-detail .title-area .check {
	right: 0px;
	top: 0px;
	webkit-transform: translateY(-0%) translateX(-0%);
	transform: translateY(-0%) translateX(-0%);
	border-radius: 0;
	padding: 4px;
}
}

.input-half-left {
	width: 100%;
	margin-bottom: 12px;
}
.input-half-right {
	width: 100%;
}
.form-section .input-w-short {
	width: 50px;
}
.form-section .input-w-middle {
	width:180px;
}
.form-section .input-date {
	width: 112px;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-section span.side { margin: 0 0.6em; }
.form-section span.side-top { margin: 0 0.6em 0 0; }
.form-section input,
.form-section textarea,
.form-section select {
	border: 1px solid rgba(0,0,0,0.08);
	padding: 0.4em;
	background:   linear-gradient(to bottom,rgba(250,250,250,1) 0,rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,rgba(250,250,250,1) 0,rgba(255,255,255,1) 100%);
	background-color: #fafafa;
	line-height: 1.6;
	border-radius: 0;
	-webkit-appearance: none;
	margin-top: 4px;
	font-size: 1.3rem;
}
.form-section input,
.form-section textarea,
.form-section select { width: 100%; }
.form-section input[type=text]:focus,
.form-section textarea:focus,
.form-section select:focus {
	border-color: #9a9c9e;
	outline: none;
}
.form-section label {
	display: block;
	color: #333;
	font-size: 1.3rem;
}
.form-section label span.small {
	font-size: 80%;
	margin-left: 6px;
}
.form-section select {
	background-image: url(form_icon_select.svg);
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}

.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 24px;
  position:relative;
  margin-right: 24px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 2px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #333;
  font-weight: bold;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #336699;
  border-right: 3px solid #336699;
}

.radio-input{
  display: none;
}
.pad-b-input {
	padding-bottom: 0.4em;
}
.radio-input + label{
  padding-left: 24px;
  position:relative;
  margin-right: 24px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 100px;
}
.radio-input:checked + label{
  color: #333;
  font-weight: bold;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #336699;
  border-radius: 80px;
}

/**/

.submit-box {
	padding: 28px 20px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
    background-color: #4e4e4e;
	margin-bottom: 20px;
}
.form-section button[type="submit"],
.submit-box a.submit {
	cursor: pointer;
	width: 100%;
	max-width: 200px;
	border: none;
	border-radius: 2px;
	background:   linear-gradient(to bottom,rgba(255,255,255,0.3) 0,rgba(183,147,80,1) 100%);
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.3) 0,rgba(183,147,80,1) 100%);
    background-color: rgba(183,147,80,1);
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	padding: 12px 8px;
	font-size: 1.4rem;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.form-section button[type="submit"]:hover,
.submit-box a.submit:hover {
	background-color: rgba(100,55,0,1);
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.form-section button[type="submit"]:active,
.submit-box a.submit:active { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }
.submit-box a.submit {
	display: block;
	text-align: center;
}
::-webkit-input-placeholder {
 color: #999;
}
:-moz-placeholder {
 color: #999;
}
.form-txt-link {
	border: 1px solid #006699;
	padding: 0.62em;
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
	border-radius: 2px;
}
@media screen and (min-width: 768px) {
.submit-box { padding: 40px; margin-bottom: 0;}
.form-section label { font-size: 1.3rem; }
.input-half-left {
	width: 49%;
	margin-bottom: 0;
	float: left;
}
.input-half-right {
	width: 49%;
	float: right;
}
}

.breadcrumb {
	width: 100%;
	display: table;
	table-layout: fixed;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
}
.breadcrumb li {
   display: table-cell;
   vertical-align: middle;
   font-size: 1.2rem;
}
.breadcrumb p  {
   height: 48px;
   line-height: 48px;
   padding: 0;
   color: #fff;
   background: #4e4e4e;
   display: block;
   position: relative;
   text-align: center;
}
.breadcrumb p.next,
.breadcrumb p.back {
	color: rgba(255,255,255,0.4);
}
.breadcrumb p::before   {
   content: "";
   border-top: 12px solid transparent;
   border-bottom: 12px solid transparent;
   border-left: 12px solid rgba(255,255,255,0.5);
   position: absolute;
   top: 12px;
   left: 0;
}
.breadcrumb p::after {
   content: "";
   border-top: 11px solid transparent;
   border-bottom: 11px solid transparent;
   border-left: 11px solid #4e4e4e;
   position: absolute;
   top: 13px;
   right: -10px;
   z-index: 1;
}
.breadcrumb li:first-child p  {
   padding-left: 0px;
}
.breadcrumb li:first-child p::before   {
   display: none;
}
 .breadcrumb li:last-child p::after  {
   display: none;
}
.information {
	font-size: 1.2rem;
	padding-bottom: 20px;
	margin-bottom: 16px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.information .corp {
	padding: 12px;
	border: solid 1px rgba(0,0,0,0.1);
	background-color: #fafafa;
	margin: 1em 0 0;
}
.copyright {
	padding: 0 20px 20px;
	text-align: center;
	font-size: 1.1rem;
	display: block;
	color: #777;
}
@media screen and (min-width: 768px) {
.breadcrumb {
	margin-bottom: 20px;
}
.breadcrumb li {
   font-size: 1.4rem;
}
.information {
	font-size: 1.3rem;
	border: none;
	margin-bottom: none;
	padding: 0;
}
.copyright {
	padding: 60px 20px;
	font-size: 1.2rem;
}
}

.complete {
	padding: 40px;
}
.btn-close {
	text-align: center;
}
.btn-close a {
	text-align: center;
	padding: 12px 20px;
	border: solid 1px rgba(0,0,0,0.3);
	color: #333;
	display: inline-block;
}