﻿@charset "UTF-8";

/* base */
.mgr20 {
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .mgr20 {
    margin-right: 0;
  }
}
.fltLeft {
  float: left;
}

h3.sub-title {
  margin-top:60px;
  padding-top:40px;
  border-top:solid #dadada 1px;
  font-size:22px;
  position: relative;
}

@media screen and (max-width:768px) {
h3.sub-title {
  padding-top:0px;
  border-top:none;
  font-size:15px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color:#1b1b1b!important;
}

/* state */
.is-error {
  color: #FF0000;
}

/* module */
.topicPath {
  border-top: 1px solid #dadada;
  padding: 15px 0 15px 4%;
  font-size: 12px;
}
.topicPath ol {
  padding: 0;
}
.topicPath ol li {
  margin: 0 2px 0 0;
  float: left;
}
@media screen and (max-width:768px) {
  .topicPath ol li {
    margin: 0 4px 0 0;
  }
  .topicPath ol li a {
    text-decoration: underline;
  }
}

.contact-form-required {
  color: #378694;
  margin-top: 30px;
  text-align: right;
  font-weight:bold;
}
.form-set-asterisk {
  color: #378694;
}
.form-set {
  margin-top: 30px;
}
.confirmation-set {
  margin-bottom: 1em;
}
.form-set div,
.confirmation-set div {
  display: inline-block;
}
.form-set .js-input-tooltip,
.confirmation-set .js-input-tooltip ,
.form-set .js-select-tooltip,
.confirmation-set .js-select-tooltip {
  display: none;
}
.form-set-title,
.confirmation-set-title {
  font-size: 18px;
  width: 23%;
  padding-right: 3%;
  font-weight: bold;
  vertical-align: top;
  line-height: 1.5;
  box-sizing: border-box;
}
.form-set-parts-innerTitle {
  width: 56px;
  font-weight: bold;
}
.form-set-parts-input input {
  padding: 13px;
  width: 232px;
  border: 1px solid #b1b1b1;
}
.form-set-parts-input-long input {
  padding: 13px;
  width: 293px;
  border: 1px solid #b1b1b1;
}
.form-set-parts-input input:focus,
.form-set-parts-input-long input:focus {
  outline: 0;
  border-color: #378694;
}
.form-set-parts-note {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left:208px;
  color:#7d7d7d;
}
@media screen and (max-width:768px) {
	.form-set-parts-note {
	  font-size: 11px;
	}
}
.form-set-parts-note a {
  text-decoration:underline;
}
.form-set-parts-note span {
  display:block;
  text-indent:-1em;
  padding-left:1em;
}
.form-set-parts-select select {
  font-size: 14px;
  border: 1px solid #b1b1b1;
  background-color: #fff;
  border-radius: 0;
  padding: 6px 13px ;
  height:46px;
  width: 323px;
  width: 405px;
  background: url(../img/icn_dropdown.svg) right 4% top 50% no-repeat;
}
_:-ms-lang(x), _::-webkit-meter-bar,.form-set-parts-select select {
      padding: 8px 13px 0;
}

.form-set-parts-select select:focus{
  outline: 0;
}
.form-set-parts-select .select__element-kind2{
  display:none;
}
.form-set-parts-textarea textarea:focus {
  outline: 0;
  border-color: #378694;
}
.form-set-parts-textarea {
  width: 75%;
}
.form-set-parts-textarea textarea {
  width: 100%;
  box-sizing: border-box;
  height: 198px;
  border: 1px solid #ababab;
  resize: vertical;
  overflow: auto;
  border-radius:0;
  box-shadow:none;
  -webkit-appearance: none;
}
.contact-form-btn {
  width: 345px;
  margin: 40px auto 0;
}
.form-set input.is-error ,
.form-set select.is-error {
  border-color: #FF0000;
}
.form-set input.form-focus ,
.form-set select.form-focus {
  border-color: #378694;
}
.form-set-parts-innerTitle.is-error,
 .form-set-parts-innerTitle.is-error span,
 .form-set-title.is-error,
 .form-set-title.is-error span{
  color: #FF0000;
}
@media screen and (max-width:768px) {
  .contact-form-required {
    font-size: 12px;
    position: absolute;
    margin-top: 0;
    right: 4%;
  }
  .form-set-title, .form-set-parts-innerTitle,
  .confirmation-set-title {
    width: 100%;
    font-size: 12px;
    color: #ababab;
    margin: 21px 0 0;
    font-weight: normal;
  }
  .form-set-parts-innerTitle.is-active{
    color:#378694;
  }
  .form-set-parts-innerTitle.is-active span{
    color:#378694;
  }
  .form-set-title span, .form-set-parts-innerTitle span {
    display: inline-block;
  }
  .form-set-parts-input input,
  .form-set-parts-input-long input {
    width: 100%;
    box-sizing: border-box;
    border : none;
    border-bottom: 1px solid #b1b1b1;
    font-size: 14px;
    padding: 0;
    padding-bottom: 10px;
    border-radius:0;
  }
  .form-set div {
    display: inherit;
  }
  .form-set-title.is-pc {
    display: none;
  }
  .form-set-parts-select select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b1b1b1;
    padding: 13px 0;
  }
  .form-set-parts-textarea {
    width: 100%;
  }
  .form-set-parts-textarea textarea {
    padding: 13px 4%;
    height:110px;
    font-size:14px;
  }
  .form-set-parts-note {
    margin-left:0;
  }
  .contact-form-btn {
    width: inherit;
  }
}

.confirmation-title {
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.confirmation-note {
  margin-top: 10px;
  margin-bottom: 15px;
}
.confirmation-set-txt {
  width: 76%;
  line-height: 1.5;
}
.confirmation-set-txtLong {
  line-height: 1.5;
}
.confirmation-set-last {
  border-bottom: 1px solid #dadada;
  padding-bottom: 40px;
}
.contact-confirmation-btn {
  margin: 0 auto;
  width: 838px;
}
.contact-confirmation-btn input ,
.contact-confirmation-btn a {
  width: 377px;
  margin: 30px 20px 0;
  float: right;
}
@media screen and (max-width:768px) {
  .confirmation-set-txt {
    width: 100%;
    border-bottom: 1px solid #ababab;
    font-size: 14px;
  }
  .confirmation-set-last {
    border-bottom: none;
  }
  .contact-confirmation-btn {
    width: 100%;
  }
  .contact-confirmation-btn input,
  .contact-confirmation-btn a {
    display: block;
    float: none;
    margin: 20px 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  .confirmation-set-last {
    padding-bottom: 0;
  }
  .confirmation-set-title {
    line-height:1;
  }
  .confirmation-set-txtLong {
    font-size: 14px;
    margin-top: 0;
  }
  .confirmation-set-contents{
    margin-top:10px;
  }
}

.contact-thanks {
  margin-top:30px;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .contact-thanks {
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.footer {
  padding: 0;
}
.footer-copy {
  padding: 30px 0;
}

.js-input-wrapper,
.js-select-wrapper{
  position:relative;
}
.js-input-tooltip,
.js-select-tooltip{
    display:none;
}
.input__tooltip,
.select__tooltip {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.input__tooltip-inner,
.select__tooltip-inner {
    position: absolute;
    bottom: 6px;
    left: 0px;
    z-index: 1;
    width: 100%;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6em;
    color: rgb(255, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 0, 0);
    border-image: initial;
    background: rgb(255, 255, 255);
    padding: 8px;
    box-sizing:border-box;
}
.input__tooltip-arrow,
.select__tooltip-arrow {
    display: block;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -8px;
}
.input__tooltip-arrow:before ,
.select__tooltip-arrow:before {
    content: '';
    position: absolute;
    display: block;
    border: 8px solid transparent;
    border-top-color: red;
    width: 0;
    height: 0;
    display: block;
    top: 0;
    left: 0;
}
.select__tooltip-arrow:after,
.input__tooltip-arrow:after {
    content: '';
    position: absolute;
    display: block;
    border: 8px solid transparent;
    border-top-color: #fff;
    width: 0;
    height: 0;
    display: block;
    top: -1px;
    left: 0;
}

/* radio button */
.form-set .radio .radio__label {
  margin-right: 15px;
}
.form-set .radio .radio__label:last-child {
  margin-right: 0;
}
.radio.radio-block .radio__label {
  display: block;
}
.form-set .radio.radio-block .radio__label {
  margin-right: 0;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    line-height: 29px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"] + label:before, [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    border: 2px solid #b1b1b1;
}
[type="radio"]:checked + label:before {
    border: 2px solid transparent;
}
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:before, [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid black;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: black;
    z-index: 0;
}
[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
@media screen and (max-width:768px) {
  .form-set .radio:nth-child(2) {
    padding-top: 15px;
  }
  [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    display: block;
  }
  .form-set .radio .radio__label {
    margin-right: 0;
  }
}

/* checkbox */
.checkbox__label {
  margin: 5px auto;
}
.checkbox__label:before, .checkbox__label:after {
  box-sizing: border-box;
}
/* Remove default checkbox*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
} 

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #b1b1b1;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid black;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #b1b1b1;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  background-color: #000;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #b1b1b1;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* accodion */
.js-accodion-target.js-target-accodion-1,
.js-accodion-target.js-target-accodion-2,
.js-accodion-target.js-target-accodion-3 {
  display: none;
}

/* re oder*/
.addReOderList {
  text-align: right;
  margin: 15px auto 30px;
  text-decoration: underline;
}
h3 span.addReOderList {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h3 span.addReOderList {
    font-size: 13px;
  }
}
.addReOderList span:hover {
  cursor: pointer;
}
#re-order2,
#re-order3,
#re-order4,
#re-order5 {
  display: none;
}
#re-order2.open-panel,
#re-order3.open-panel,
#re-order4.open-panel,
#re-order5.open-panel {
  display: block;
}

/* assets */
.text-right {
  text-align: right;
}
ul.square-list li,
p.square-list {
  padding-left: 1.5em;
  text-indent: -1.2em;
}
ul.square-list li:before,
p.square-list:before {
  content: "□";
  margin-right: 0.2em;
}
a.link-decoration {
  text-decoration: underline;
}
.text-note {
  font-size: 14px;
  color: #7d7d7d;
}
.disabled-button {
  border-color: #dadada;
  background-color: #dadada;
}
h3.sub-title.no-border {
  border-top: none;
}
