@charset "UTF-8";
/* COLOR */
/* RADIUS */
/* MIXIN */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  line-height: 1.5;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic;
  font-size: 14px;
  background-color: #fcfefd;
  height: 100%;
  overflow-x: hidden;
  color: #5d4728;
}

a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: top;
}

.inner {
  max-width: 1000px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.only_sp, .only_tbsp {
  display: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.linkspot {
  margin-top: -40px;
  padding-top: 40px;
}

.bold {
  font-weight: bold;
}

.textbox p {
  margin-bottom: 10px;
}
.textbox p.text_m {
  font-size: 16px;
  font-weight: bold;
}
.textbox p.text_l {
  font-size: 18px;
  font-weight: bold;
}

.caution {
  color: #928573;
  font-size: 12px;
}

.error {
  color: #e62e62;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

#wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #eee;
  position: relative;
}

#contents_wrapper {
  padding-bottom: 20px;
  background-color: #eee;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#pagetop a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pagetop a:hover {
  text-decoration: none;
  background: #999;
}

footer {
  color: #928573;
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
}

#top {
  background: url(/img/top_bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  max-width: 1400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#top::after {
  content: "";
  display: block;
  padding-top: 61%;
}
#top .top_textbox {
  position: absolute;
  top: 50%;
  left: 13%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 92%;
  max-width: 500px;
}
#top .top_textbox .top_logo {
  margin-bottom: 20px;
}
#top .top_textbox .top_caution {
  margin-bottom: 10px;
  font-weight: bold;
}
#top .top_textbox .top_login_form {
  width: 92%;
  max-width: 382px;
  margin: 0 auto;
}
#top .top_textbox .top_login_form .form_pass_box {
  border: 2px #5d4728 solid;
  background-color: #fff;
  *zoom: 1;
  margin-bottom: 8px;
}
#top .top_textbox .top_login_form .form_pass_box:after {
  content: "";
  display: table;
  clear: both;
}
#top .top_textbox .top_login_form .form_pass_box .form_pass_title {
  background-color: #fff3c2;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  width: 30%;
  padding: 8px;
  border-right: 2px #5d4728 solid;
  white-space: nowrap;
}
#top .top_textbox .top_login_form .form_pass_box input {
  float: left;
  width: 70%;
  font-size: 18px;
  border: none;
  padding: 8px;
}
#top .top_textbox .top_login_form button {
  color: #fff;
  background-color: #ed7956;
  width: 140px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 12px;
  -moz-box-shadow: 0px 0px 10px #d84a1a inset;
  -webkit-box-shadow: 0px 0px 10px #d84a1a inset;
  box-shadow: 0px 0px 10px #d84a1a inset;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  margin-top: 8px;
}
#top .top_textbox .top_login_form button:hover {
  cursor: pointer;
  opacity: 0.7;
}
#top footer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
  text-align: left;
  background-color: inherit;
  padding-bottom: 0;
  color: #fff;
}

header {
  padding: 30px 0;
}
header h1 {
  width: 300px;
  margin: 0 auto;
}

.contents h2 {
  font-size: 18px;
  background-color: #2aab39;
  color: #fff;
  padding: 6px 14px;
  margin-bottom: 20px;
}
.contents .column2 {
  *zoom: 1;
}
.contents .column2:after {
  content: "";
  display: table;
  clear: both;
}
.contents .column2.border_bottom {
  border-bottom: 1px #cccccc solid;
  margin-bottom: 40px;
}
.contents .column2 .column2_box {
  width: 46%;
  float: left;
  margin-right: 8%;
}
.contents .column2 .column2_box:nth-child(2) {
  margin-right: 0;
}

.group_box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #cccccc solid;
}
.group_box.border_none {
  border-bottom: none;
}
.group_box h3 {
  border-left: 4px #2aab39 solid;
  font-weight: bold;
  font-size: 16px;
  padding-left: 8px;
  margin-bottom: 10px;
}

.whitebox {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
.whitebox .error {
  margin-bottom: 40px;
  border: 1px #e62e62 solid;
  padding: 8px 16px;
}

input, textarea {
  border: 1px #928573 solid;
  font-size: 16px;
  padding: 4px;
  color: #5d4728;
}

.input_l {
  width: 100%;
}

.btn_area {
  text-align: center;
}

.btn_l {
  font-size: 18px;
  font-weight: bold;
  background-color: #5d4728;
  color: #fff;
  border: none;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  display: inline-block;
  min-width: 300px;
  margin-left: 4px;
  margin-right: 4px;
}
.btn_l:hover {
  cursor: pointer;
  opacity: 0.7;
}
.btn_l.btn_priority {
  -moz-box-shadow: 0px 0px 10px #d84a1a inset;
  -webkit-box-shadow: 0px 0px 10px #d84a1a inset;
  box-shadow: 0px 0px 10px #d84a1a inset;
  background-color: #ed7956;
}
.btn_l.btn_end {
  background-color: #ccc;
}
.btn_l.btn_end:hover {
  cursor: default;
  opacity: 1;
}

.detail {
  border-top: 1px #cccccc solid;
  margin-bottom: 40px;
}
.detail th {
  white-space: nowrap;
  font-weight: bold;
  padding: 20px 20px 20px 0;
  border-bottom: 1px #cccccc solid;
}
.detail td {
  padding: 20px 0;
  border-bottom: 1px #cccccc solid;
}

.req, .red {
  color: #e62e62;
}

.red_frame {
  color: #e62e62;
  border-top: 1px #e62e62 solid;
  border-bottom: 1px #e62e62 solid;
  padding: 8px;
  background-color: #fff;
}

.entry {
  border-top: 1px #cccccc solid;
  margin-bottom: 40px;
}
.entry th {
  white-space: nowrap;
  padding: 20px;
  border-bottom: 1px #cccccc solid;
  background-color: #fff3c2;
}
.entry td {
  padding: 20px 0 20px 20px;
  border-bottom: 1px #cccccc solid;
  width: 100%;
}

.scroll_box {
  overflow-y: scroll;
  height: 300px;
  border: 1px #cccccc solid;
}
.scroll_box .scroll_box_in {
  padding: 20px;
}
.scroll_box .scroll_box_in h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
.scroll_box .scroll_box_in p {
  margin-bottom: 20px;
}

.number {
  background-color: #fff3c2;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
}

.contact {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
}

.faq_link {
  text-align: center;
}
.faq_link ul li {
  display: inline-block;
  margin: 10px 20px;
}
.faq_link ul li a {
  color: #2aab39;
}
.faq_link ul li a:hover {
  color: #5d4728;
}

.faqbox h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.faqbox dl dt {
  background: url(/img/faq_q.png) no-repeat left center;
  background-size: 30px auto;
  padding: 20px 10px 20px 40px;
  border-top: 1px #cccccc solid;
}
.faqbox dl dd {
  background: url(/img/faq_a.png) no-repeat left center;
  background-size: 30px auto;
  padding-left: 24px;
  padding: 20px 10px 20px 40px;
  margin-left: 30px;
  margin-top: -20px;
}

.entry_title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
