@charset "UTF-8";
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}*/
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

.clearfix::after {
  content: ".";
  clear: both;
  display: block;
  height: 1px;
  visibility: hidden;
}

.list-none {
  list-style: none;
}

.bg-aqua {
  background: #DAF0FD;
}

.bg-check {
  background: url(../img/bg_check.png) repeat left top;
}

.bg-white {
  background: #fff;
}

.align-center {
  text-align: center;
}

.font-mgothic {
  font-family: "tbudrgothic-std";
}

.font-blue {
  color: #00a4eb;
}

.font-pink {
  color: #f952a4;
}

.font-red {
  color: #ff0000;
}

.font-bold {
  font-weight: bold;
}

.hdr-lv2 {
  color: #01A3EB;
  font-weight: bold;
  text-align: center;
  font-family: "tbudrgothic-std";
}

.flex-col2 {
  display: flex;
}

.flex-col2 > .flex-item {
  width: 50%;
}

.flex-col3 {
  display: flex;
}

.flex-col3 > .flex-item {
  width: 313px;
  margin-right: 30px;
}

.flex-col3 > .flex-item:nth-child(3n) {
  margin-right: 0;
}

.item-img {
  line-height: normal;
}

.item-img img {
  vertical-align: top;
}

.btn-round {
  display: inline-block;
  border: solid 1px #ccc;
  background: #fff;
  font-family: "tbudrgothic-std";
  font-weight: bold;
}

.btn-round .btn-round-inner {
  display: block;
  position: relative;
  border: solid 1px #fff;
  background: linear-gradient(to top, #eeeeee 0%, #ffffff 100%);
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.btn-round .btn-round-arrow {
  position: absolute;
  display: block;
  background: #01A3EB;
}

.btn-round .btn-round-arrow span {
  position: relative;
  transform-origin: right bottom;
  transform: translate(-100%, 0) rotate(135deg);
}

.btn-round .btn-round-arrow span::before, .btn-round .btn-round-arrow span::after {
  position: absolute;
  display: block;
  content: " ";
  line-height: 1;
}

.btn-round.btn-round-blue {
  color: #01A3EB;
}

.btn-round.btn-round-blue .btn-round-arrow {
  background: #01A3EB;
}

.btn-round.btn-round-pink {
  color: #f18dbd;
}

.btn-round.btn-round-pink .btn-round-arrow {
  background: #f18dbd;
}

.btn-round.btn-round-green {
  color: #0d903c;
}

.btn-round.btn-round-green .btn-round-arrow {
  background: #0d903c;
}

.btn-round.btn-round-lime {
  color: #8cc61e;
}

.btn-round.btn-round-lime .btn-round-arrow {
  background: #8cc61e;
}

.btn-round.align-right {
  margin-left: auto;
}

.btn-round:hover {
  opacity: 0.8;
}

.img-full {
  width: 100%;
  height: auto;
}

.section_form input,
.section_form textarea {
  border: solid 1px #A5AEB3;
  word-break: break-all;
}

.section_form input[type="text"],
.section_form input[type="email"],
.section_form input[type="password"],
.section_form input[type="number"],
.section_form input[type="tel"] {
  padding: 5px;
  font-size: 1.6rem;
}

.section_form input[type="radio"] {
  display: none;
}

.section_form input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}

.section_form input[type="radio"] + label::before,
.section_form input[type="radio"] + label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  transform-origin: center center;
  transition: all .2s;
}

.section_form input[type="radio"] + label::before {
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}

.section_form input[type="radio"] + label:hover::before {
  background: #fff;
}

.section_form input[type="radio"] + label::after {
  opacity: 0;
  left: 3px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #3498db;
  transform-origin: center center;
  transform: scale(2);
}

.section_form input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #3498db;
}

.section_form input[type="radio"]:checked + label::after {
  opacity: 1;
  transform-origin: center center;
  transform: scale(1);
}

.section_form .select-wrapper select {
  padding: 7px;
  border: 1px solid #999;
}

body {
  min-width: 1100px;
  line-height: 1.5;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 2.4rem;
}

.display-pcNone {
  display: none;
}

.p-font-48 {
  line-height: 1.5;
  font-size: 4.8rem;
}

.section-inner {
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.section-inner.section-inner-nonePadding {
  padding-right: 0;
  padding-left: 0;
}

.bg-aqua,
.bg-check,
.bg-cloth,
.bg-note,
.bg-wood {
  padding: 50px 0;
}

.hdr-lv2 {
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: 4.8rem;
}

.hdr-lv3 {
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: 3.0rem;
}

.hdr-img-ribbon-green,
.hdr-img-ribbon-lime,
.hdr-img-ribbon-pink {
  position: relative;
  width: 1024px;
  height: 91px;
  line-height: 80px;
  margin: 0 auto;
  padding: 0 0 11px 0;
  background: url(../img/hdr_ribbon_green_pc.png) no-repeat center top;
  color: #fff;
}

.hdr-img-ribbon-green::after,
.hdr-img-ribbon-lime::after,
.hdr-img-ribbon-pink::after {
  position: absolute;
  display: block;
  content: " ";
  line-height: 1;
  bottom: 0;
  left: 12px;
  width: 1000px;
  height: 11px;
  background: #fff;
}

.hdr-img-ribbon-lime {
  background: url(../img/hdr_ribbon_lime_pc.png) no-repeat center top;
}

.hdr-img-ribbon-pink {
  background: url(../img/hdr_ribbon_pink_pc.png) no-repeat center top;
}

.btn-contact {
  width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 4.6rem;
  font-family: "tbudrgothic-std";
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #003d03;
}

.btn-contact a {
  display: block;
  height: 130px;
  padding: 1px;
  border-radius: 5px;
  background: #41d247;
  /* Old browsers */
  background: linear-gradient(to bottom, #41d247 0%, #007205 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: inherit;
  text-decoration: none;
}

.btn-contact a > span {
  display: block;
  height: 128px;
  line-height: 128px;
  border: solid 1px #fff;
  border-radius: 5px;
  background: url(../img/bg_diagonal.png) repeat left top;
}

.btn-contact:last-child {
  margin-bottom: 0;
}

.btn-contact:hover a span {
  opacity: 0.7;
}

.btn-round {
  width: 400px;
  height: 72px;
  padding: 1px;
  border-radius: 36px;
  font-size: 2.6rem;
}

.btn-round .btn-round-inner {
  height: 100%;
  line-height: 52px;
  padding: 8px 72px;
  border-radius: 34px;
}

.btn-round.btn-round-wide .btn-round-inner {
  padding: 8px 72px 8px 36px;
}

.btn-round .btn-round-arrow {
  top: 7px;
  right: 8px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.btn-round .btn-round-arrow span {
  display: block;
  width: 26px;
  height: 26px;
}

.btn-round .btn-round-arrow span::before, .btn-round .btn-round-arrow span::after {
  width: calc(100% - 5px);
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  border-radius: 3px;
  background: #fff;
}

.btn-round .btn-round-arrow span::after {
  top: auto;
  width: 0px;
  height: calc(100% - 5px);
  border-top-style: none;
  border-bottom-style: none;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
}

.btn-round-wrapper {
  text-align: center;
}

.box-contact .btn-round-wrapper {
  text-align: left;
}

.list-disc {
  list-style: disc;
  margin-left: 2.5rem;
}

#header {
  width: 100%;
  height: 110px;
  padding-top: 20px;
}

#header .logo {
  width: 443px;
  height: 70px;
}

#header .logo a,
#header .logo span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: block;
  height: 70px;
  color: #fff;
}

#header .btn-contact {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 300px;
  height: 90px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 200px;
  font-size: 2.2rem;
}

#header .btn-contact a {
  height: 90px;
  padding-top: 0;
  border-radius: 0 0 5px 5px;
}

#header .btn-contact a > span {
  height: 89px;
  line-height: 1.3;
  padding: 15px 15px 0 15px;
  border-top-style: none;
  border-radius: 0 0 5px 5px;
}

#jump_to_pagetop {
  position: fixed;
  right: 200px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  z-index: 500;
}

#jump_to_pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  border: solid 2px #fff;
  border-radius: 50%;
  background: #01A3EB;
}

#jump_to_pagetop a .icn-arrow {
  position: absolute;
  right: 50%;
  bottom: 50%;
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: -11px;
}

#jump_to_pagetop a .icn-arrow span {
  display: block;
  position: relative;
  transform-origin: right top;
  transform: rotate(-45deg);
}

#jump_to_pagetop a .icn-arrow span::before, #jump_to_pagetop a .icn-arrow span::after {
  position: absolute;
  display: block;
  content: " ";
  line-height: 1;
  top: 0;
  left: 0;
  width: 22px;
  height: 6px;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  border-radius: 3px;
}

#jump_to_pagetop a .icn-arrow span::before {
  top: 0px;
  right: 0;
  left: auto;
  width: 6px;
  height: 22px;
  border-top-style: none;
  border-bottom-style: none;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
}

#footer {
  border-top: solid 1px #ccc;
  height: 54px;
  font-size: 1.4rem;
}

#footer .list-none {
  line-height: 54px;
}

#footer .list-none a {
  color: inherit;
  text-decoration: none;
}

#footer .list-none a:hover {
  text-decoration: underline;
}

#footer #copyright {
  line-height: 54px;
  padding-right: 65px;
  text-align: right;
}

#header .logo a,
#header .logo span {
  background-image: url(../img/crsnd_sprite.png);
}

#contents .section-inner {
  width: 1000px;
  padding: 50px;
  border: solid 1px #ccc;
  background: #fff;
}

.hdr-lv2 {
  font-size: 3.7rem;
}

.hdr-lv3 {
  line-height: 1.5;
  margin-bottom: 40px;
  color: #01A3EB;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  font-family: "tbudrgothic-std";
}

#nowpage {
  margin: 50px auto 40px auto;
}

#contents_form .form-totop-btn {
  text-align: center;
  padding: 40px 0 0 0;
}

#contents_form .form-totop-btn a:hover {
  opacity: 0.8;
}

.section_form h3 {
  color: #01A3EB;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: left;
  font-family: "tbudrgothic-std";
}

.section_form .form_btn {
  clear: both;
  text-align: center;
  padding: 20px 0 15px;
  margin: 0 auto;
  vertical-align: middle;
}

.section_form .form_btn input {
  margin-right: 10px;
  display: block;
  vertical-align: middle;
  display: inline-block;
}

.section_form .form_btn .submitbutton-kakunin,
.section_form .form_btn .submitbutton-soushin,
.section_form .form_btn .submitbutton-no-to {
  border: 0;
  width: 403px;
  height: 72px;
  margin-right: 0;
}

.section_form .form_btn .submitbutton-kakunin:hover,
.section_form .form_btn .submitbutton-soushin:hover,
.section_form .form_btn .submitbutton-no-to:hover {
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}

.section_form .form_btn .submitbutton-kakunin {
  background: url(../img/crsnd_btn_to_comfirm.png) left top no-repeat;
}

.section_form .form_btn .submitbutton-soushin {
  background: url(../img/crsnd_btn_submit.png) left top no-repeat;
}

.section_form .form_btn .submitbutton-no-to {
  width: 453px;
  background: url(../img/crsnd_btn_error.png) left top no-repeat;
}

.section_form .submitbutton-s2 {
  border: 0;
  width: 267px;
  height: 49px;
  background: url(../img/btn_to-s2.png) left top no-repeat;
}

.section_form .submitbutton-s2:hover {
  background: url(../img/btn_to-s2_ov.png) left top no-repeat;
}

.section_form .submitbutton-tsugi {
  border: 0;
  width: 267px;
  height: 49px;
  background: url(../img/btn_to-tsugi.png) left top no-repeat;
}

.section_form .submitbutton-tsugi:hover {
  background: url(../img/btn_to-tsugi_ov.png) left top no-repeat;
}

.section_form .button-modoru {
  border: 0;
  border: none;
  background: url(../img/icon_modoru.gif) left center no-repeat;
  padding-left: 9px !important;
  text-decoration: underline;
  margin-top: 14px;
  margin-right: 0;
  height: auto;
}

.section_form .button-modoru:hover {
  text-decoration: none;
  cursor: pointer;
}

.section_form input[type="radio"] + label {
  margin-right: 20px;
  font-size: 1.6rem;
}

.section_form .select-wrapper {
  padding-right: 10px;
}

.section_form option {
  font-size: 1.6rem;
}

.section_form textarea {
  width: 525px;
  height: 200px;
  padding: 7px;
  border: solid #ddd 1px;
  font-size: 1.6rem;
}

.section_form iframe {
  width: 900px;
  margin-bottom: 35px;
  border: solid #ddd 1px;
}

.section_form .form-totop-btn a:hover {
  opacity: 0.8;
}

.table_form_bg {
  margin-bottom: 35px;
}

.table_form {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}

.table_form:last-child {
  margin-bottom: 0;
}

.table_form th {
  width: 330px;
  padding: 20px 10px;
  border: solid 1px #ddd;
  background: #ddd;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.table_form td {
  padding: 20px 10px;
  border: solid 1px #ddd;
  background: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.confirm .table_form td {
  font-size: 1.6rem;
}

.table_form td.err {
  background: #ffdfe0;
}

.table_form td.ok {
  background: #effff4;
}

.table_form .input-cover {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}

.table_form .placeholder {
  font-size: 1.6rem !important;
}

.table_form .checkfield {
  position: relative;
  line-height: 17px;
}

.table_form .formErrorMsg {
  position: absolute;
  bottom: 6px;
  left: -25px;
  display: none;
  margin-left: 15px;
  padding: 5px 13px;
  border: 2px solid #f12b2b;
  border-radius: 5px;
  background: #ffffff;
  z-index: 1000;
}

.table_form .formErrorMsg .Msg {
  color: #f12b2b;
}

.table_form .formErrorMsg .Msg::before, .table_form .formErrorMsg .Msg::after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.table_form .formErrorMsg .Msg::before {
  border-color: rgba(241, 43, 43, 0);
  border-top-color: #f12b2b;
  border-width: 13px;
  left: 35%;
  margin-left: -13px;
}

.table_form .formErrorMsg .Msg::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  left: 35%;
  margin-left: -10px;
}

.table_form .formErrorMsg#gakunenError {
  left: 200px;
}

.table_form .formErrorMsg#nenreiError {
  left: auto;
  right: -121px;
}

.table_form .formErrorMsg#kokyakuname_meiError, .table_form .formErrorMsg#kokyakuname_kana_meiError {
  left: 200px;
}

.table_form .formRuleMsg {
  position: absolute;
  bottom: 6px;
  left: -25px;
  display: none;
  margin-left: 15px;
  padding: 5px 13px;
  border: 2px solid #0a4eb5;
  border-radius: 5px;
  background: #ffffff;
  z-index: 1000;
}

.table_form .formRuleMsg .Msg {
  color: #0a4eb5;
}

.table_form .formRuleMsg .Msg::before, .table_form .formRuleMsg .Msg::after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.table_form .formRuleMsg .Msg::before {
  border-color: rgba(10, 78, 181, 0);
  border-top-color: #0a4eb5;
  border-width: 13px;
  left: 35%;
  margin-left: -13px;
}

.table_form .formRuleMsg .Msg::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  left: 35%;
  margin-left: -10px;
}

.table_form .formRuleMsg#gakunenRule {
  left: 200px;
}

.table_form .formRuleMsg#nenreiRule {
  left: auto;
  right: -121px;
}

.table_form .formRuleMsg#kokyakuname_meiRule, .table_form .formRuleMsg#kokyakuname_kana_meiRule {
  left: 200px;
}

.table_form .required {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
  background: #f20000;
  color: #fff;
  font-size: 2.0rem;
}
