@charset "UTF-8";
.c {
  /*&-topicpath {//パンくず
  	font-size: 1.1rem;padding: 20px 20px 5px;
  	overflow-y: auto;
  	white-space: nowrap;
  	dt {display: none;}
  	dd {display: inline-block;position: relative;
  		&::after {content: '\FF1E';position: relative;display: inline-block;margin: 0 3px 0 7px;}
  		&:last-child {
  			&::after {display: none;}
  		}
  	}		
  	@include pc{max-width: 1100px;padding: 30px 0;margin: 0 auto;overflow-y: visible;}
  	@include pc-s{padding: 30px;}
  	@include pc-s2{padding: 30px;}
  }*/
}
.c-btn {
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  border: none;
}
.c-btn:hover {
  transition: .5s;
  color: #fff;
  background: #606060;
  border-color: #606060;
}
.c-btn__defult {
  color: #333;
  border: 1px #575757 solid;
  background: #fff;
}
.c-btn__success {
  background: #0E5FA6;
  border: 2px #0E5FA6 solid;
  color: #fff;
}
.c-btn__success:hover {
  background: #043057;
  border-color: #043057;
  opacity: 1;
}
.c-btn__back {
  background: #fff;
  border: 2px #0E5FA6 solid;
  color: #0E5FA6;
  /*&:hover{
  	color: $blue_d2;
  	background: #EAF5FF;
  	border-color: $blue_l;
  	opacity: 1;
  }*/
}
.c-btn__s {
  padding: 5px;
  font-weight: normal;
}
.c-btn__m {
  padding: 10px 25px;
}
.c-btn__l {
  padding: 20px 10px;
  font-size: 2.0rem;
  width: 100%;
  max-width: 330px;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .c-btn__l {
    min-width: 330px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-btn__l.widS {
    min-width: 240px;
    width: auto;
  }
}
.c-btn__ll {
  padding: 30px 10px;
  font-size: 2.4rem;
  width: 100%;
  max-width: 460px;
  letter-spacing: 2px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-btn__ll {
    min-width: 460px;
    width: auto;
  }
}
.c-btn:disabled {
  opacity: .5;
  cursor: default;
}
.c-btn.btnFileDel {
  display: none;
}
.c-btnArea__two {
  display: -webkit-box;
  display: flex;
  max-width: 780px;
  margin: 0 auto;
}
.c-btnArea__two .btns {
  width: calc(50%);
  text-align: center;
}
.c-btnArea__two .btns:first-child {
  padding-right: 10px;
}
.c-btnArea__two .btns:last-child {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-btnArea__two .btns .c-btn__l {
    font-size: 1.6rem;
    letter-spacing: 0px;
  }
}
.c-link {
  color: #0E5FA6;
  padding: 0 0 0 16px;
  display: inline-block;
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
  color: #6D6D6D;
}
.c-link__arrow01 {
  position: relative;
}
.c-link__arrow01::before {
  position: absolute;
  top: 9px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0E5FA6;
  border-right: 1px solid #0E5FA6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-pagetitle {
  background: #E2F2FF;
  font-size: 2.0rem;
  padding: 25px 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-pagetitle {
    font-size: 3.2rem;
    padding: 40px 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagetitle .c-tit4 {
    font-size: 2rem;
  }
}
.c-tit1 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-tit1 {
    font-size: 2.0rem;
  }
}
.c-tit2 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-tit2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.c-tit3 {
  font-size: 1.8rem;
}

.c-tit2faq{
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .c-tit3 {
    font-size: 2.0rem;
  }
}
.c-tit3.u-bb-gray {
  border-bottom-width: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.c-tit4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-tit4 {
    font-size: 1.8rem;
  }
}
.c-list li {
  margin-bottom: 10px;
}
.c-list li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-list li:last-child {
    margin-bottom: 0px;
  }
}
.c-list.marB_s li {
  margin-bottom: 5px;
}
.c-list.marB_s li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-list.marB_s li:last-child {
    margin-bottom: 0px;
  }
}
.c-list__ind01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-list__ind01 li .u-ib {
  text-indent: 0em;
}
.c-list__disc01 {
  padding-left: 20px;
}
.c-list__disc01 li {
  list-style: disc;
}
.c-list__deci01 {
  padding-left: 20px;
}
.c-list__deci01 li {
  list-style: decimal;
}
.c-icon__attention {
  padding-left: 1.5em;
  background: url("../img/ico_attention01.svg") no-repeat left top/auto 20px;
}
.c-textbox {
  margin-bottom: 30px;
}
.c-textbox a{
text-decoration:underline;
}


@media screen and (min-width: 768px) {
  .c-textbox {
    margin-bottom: 60px;
  }
}
.c-textbox.marB_s {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .c-textbox.marB_s {
    margin-bottom: 40px;
  }
}
.c-textbox.marB_ss {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-textbox.marB_ss {
    margin-bottom: 20px;
  }
}
.c-textbox p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-textbox p {
    margin-bottom: 15px;
  }
}
.c-textbox p:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-textbox p:last-child {
    margin-bottom: 0px;
  }
}
.c-textbox a:not(.c-btn, .u-tellink) {
  text-decoration: underline;
}
.c-textbox a:not(.c-btn, .u-tellink):hover {
  text-decoration: none;
  color: #6D6D6D;
}
.c-bordBox {
  margin-bottom: 20px;
  border: 5px #C0DBED solid;
  padding: 10px;
}
.c-bordBox.thin {
  border: 1px #999 solid;
}
.c-bordBox.err {
  border-color: #ff0000;
  margin-bottom:6.0rem;
}
.c-bordBox.err .c-tit1 {
  color: #d70202;
}
.c-bordBox.err .err_in {
  padding-top: 50px;
  background: url("../img/ico_attention01.svg") no-repeat center top/40px auto;
}
.c-bordBox.err .err_in_n a {
  text-decoration: underline;
}
.c-bordBox.marBL {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-bordBox.marBL {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 400px) {
  .c-bordBox {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-bordBox {
    padding: 30px;
  }
}
.c-bordBox.padL {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-bordBox.padL {
    padding: 60px;
  }
}
.c-bordBox p {
  margin-bottom: 10px;
}
.c-bordBox p.policy{
  margin-left: 1.0em;
}

@media screen and (min-width: 768px) {
  .c-bordBox p {
    margin-bottom: 15px;
  }
}
.c-bordBox p:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-bordBox p:last-child {
    margin-bottom: 0px;
  }
}
.c-bordBox .tel {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-bordBox .tel {
    margin-bottom: 15px;
  }
}
.c-bordBox .tel i {
  margin-right: 4px;
}
.c-bordBox .tel i img {
  width: 32px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-bordBox .tel i img {
    width: 52px;
  }
}
.c-bordBox .tel a {
  font-weight: bold;
  font-size: 2.6rem;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .c-bordBox .tel a {
    font-size: 3.4rem;
  }
}
.c-bordBox .tel p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-bordBox .tel p {
    text-align: center;
  }
}
.c-bordBox.c-telBox {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .c-bordBox.c-telBox {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-bordBox.c-telBox {
    padding: 50px 30px;
  }
  .c-bordBox.c-telBox .c-tit2 {
    margin-top: -25px;
  }
}
.c-bordBox.c-newsBox {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .c-bordBox.c-newsBox {
    padding: 30px;
  }
}
.c-news dd {
  margin-bottom: 20px;
}
.c-news a {
  text-decoration: underline;
}
.c-news a:hover {
  text-decoration: none;
  color: #6D6D6D;
}
@media screen and (min-width: 768px) {
  .c-news {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .c-news dt {
    width: 10em;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .c-news dd {
    width: calc(100% - 12em);
    margin-bottom: 22px;
  }
}

.underline{
border-bottom:1px #999 dotted;
}

.c-formset {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .c-formset {
    margin-bottom: 35px;
  }
}
.c-formset th, .c-formset .u-th, .c-formset td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .c-formset {
    display: block;
    width: 100%;
  }
  .c-formset tbody {
    display: block;
    width: 100%;
  }
  .c-formset th, .c-formset .u-th, .c-formset td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .c-formset th, .c-formset .u-th {
    padding-top: 15px;
    border-bottom: none;
  }
  .c-formset tr:first-child th, .c-formset tr:first-child .u-th {
    padding-top: 5px;
  }
}
.c-formset_bordB td {
  border-bottom: 1px #707070 solid;
  padding-bottom: 15px;
}
.c-formset_bordB td.noBord {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-formset_bordB th, .c-formset_bordB .u-th, .c-formset_bordB td {
    border-bottom: 1px #707070 solid;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .c-formset_bordB th.noBord, .c-formset_bordB .u-th.noBord, .c-formset_bordB td.noBord {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-formset_bordB th, .c-formset_bordB .u-th {
    vertical-align: top;
    width: 240px;
  }
  .c-formset_bordB td {
    border-left: 20px #fff solid;
  }
}
@media screen and (min-width: 1000px) {
  .c-formset_bordB th, .c-formset_bordB .u-th {
    width: 300px;
  }
}
.c-formset_bordB2 {
  width: 100%;
}
.c-formset_bordB2 th, .c-formset_bordB2 .u-th {
  vertical-align: top;
}
.c-formset_bordB2 td {
  border-bottom: 1px #707070 solid;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-formset_bordB2 th, .c-formset_bordB2 .u-th, .c-formset_bordB2 td {
    border-bottom: 1px #707070 solid;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-formset_bordB2 th, .c-formset_bordB2 .u-th {
    vertical-align: top;
    width: 240px;
  }
}
.c-formset input, .c-formset textarea {
  -webkit-appearance: none;
  font-size: 1.8rem;
}
.c-formset textarea {
  width: 100%;
  max-width: 600px;
  min-height: 160px;
  padding: 4px;
  border: 1px #ccc solid;
  border-radius: 4px;
  background: #fff;
}
.c-formset input[type=text],
.c-formset input[type=tel],
.c-formset input[type=password],
.c-formset input[type=email] {
  border: 1px #999 solid;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .c-formset input[type=text],
  .c-formset input[type=tel],
  .c-formset input[type=password],
  .c-formset input[type=email] {
    padding: 15px;
  }
}
.c-formset input[type=text].input-err, .c-formset input[type=text].input-errS,
.c-formset input[type=tel].input-err,
.c-formset input[type=tel].input-errS,
.c-formset input[type=password].input-err,
.c-formset input[type=password].input-errS,
.c-formset input[type=email].input-err,
.c-formset input[type=email].input-errS {
  background: #fee;
}
.c-formset input[type=text]:read-only,
.c-formset input[type=tel]:read-only,
.c-formset input[type=password]:read-only,
.c-formset input[type=email]:read-only {
  background: #f0f3f5;
}
.c-formset input[type=text]:read-only.input-err, .c-formset input[type=text]:read-only.input-errS,
.c-formset input[type=tel]:read-only.input-err,
.c-formset input[type=tel]:read-only.input-errS,
.c-formset input[type=password]:read-only.input-err,
.c-formset input[type=password]:read-only.input-errS,
.c-formset input[type=email]:read-only.input-err,
.c-formset input[type=email]:read-only.input-errS {
  background: #f6eeff;
}
.c-formset input[type=text].no-style,
.c-formset input[type=tel].no-style,
.c-formset input[type=password].no-style,
.c-formset input[type=email].no-style {
  background: no-repeat;
  border: none;
  padding: 0;
  color: #333;
}
.c-formset input[type=text].no-style:focus,
.c-formset input[type=tel].no-style:focus,
.c-formset input[type=password].no-style:focus,
.c-formset input[type=email].no-style:focus {
  outline: none;
}
.c-formset input[type=text]::placeholder,
.c-formset input[type=tel]::placeholder,
.c-formset input[type=password]::placeholder,
.c-formset input[type=email]::placeholder {
  color: #000;
  opacity: 0.62;
  font-size: 1.6rem;
}
.c-formset select {
  border: 1px solid #999;
  border-radius: 8px;
  padding: 5px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-formset select {
    padding: 15px;
  }
}
.c-formset select.input-err, .c-formset select.input-errS {
  background: #fee;
}
.c-formset input[type="file"] {
  padding: 4px;
  border: 1px #ccc solid;
  border-radius: 4px;
  background: #fff;
}
.c-formset input[type="file"].input-err, .c-formset input[type="file"].input-errS {
  background: #fee;
}
.c-formset input[type="file"].active {
  background: #FEFDDF;
}
.c-formset input[type=radio],
.c-formset input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.c-formset input[type=radio] + label, .c-formset input[type=radio] + .inputStyle,
.c-formset input[type=checkbox] + label,
.c-formset input[type=checkbox] + .inputStyle {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  cursor: pointer;
}
@media (min-width: 1px) {
  .c-formset input[type=radio],
  .c-formset input[type=checkbox] {
    /* 透明度0 */
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    /* ブラウザのデフォルトのスタイルを削除 */
    -webkit-appearance: none;
    appearance: none;
    /* レイアウトから無視 */
    position: absolute;
    margin: 0;
  }
  .c-formset input[type=radio] + label, .c-formset input[type=radio] + .inputStyle,
  .c-formset input[type=checkbox] + label,
  .c-formset input[type=checkbox] + .inputStyle {
    padding: 0 0 0 30px;
  }
  .c-formset input[type=radio] + label::before, .c-formset input[type=radio] + .inputStyle::before,
  .c-formset input[type=checkbox] + label::before,
  .c-formset input[type=checkbox] + .inputStyle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #FFF;
  }
  .c-formset input[type=radio] + label::after, .c-formset input[type=radio] + .inputStyle::after,
  .c-formset input[type=checkbox] + label::after,
  .c-formset input[type=checkbox] + .inputStyle::after {
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }
  .c-formset input[type=radio] + label::before, .c-formset input[type=radio] + .inputStyle::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  .c-formset input[type=checkbox] + label::before, .c-formset input[type=checkbox] + .inputStyle::before {
    border: 1px solid #004BB1;
    border-radius: 4px;
    top: 12px;
  }
  .c-formset input[type=radio]:checked + label::before, .c-formset input[type=radio]:checked + label::after, .c-formset input[type=radio]:checked + .inputStyle::before, .c-formset input[type=radio]:checked + .inputStyle::after,
  .c-formset input[type=checkbox]:checked + label::before,
  .c-formset input[type=checkbox]:checked + label::after,
  .c-formset input[type=checkbox]:checked + .inputStyle::before,
  .c-formset input[type=checkbox]:checked + .inputStyle::after {
    content: "";
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .c-formset input[type=radio]:checked + label::before, .c-formset input[type=radio]:checked + .inputStyle::before {
    top: 50%;
  }
  .c-formset input[type=radio]:checked + label::after, .c-formset input[type=radio]:checked + .inputStyle::after {
    top: 50%;
    left: 5px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: #2E93E6;
    border-radius: 12px;
  }
  .c-formset input[type=checkbox]:checked + label::after, .c-formset input[type=checkbox]:checked + .inputStyle::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #2E93E6;
    border-bottom: 3px solid #2E93E6;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
  }
  .c-formset input[type=radio]:focus + label::before, .c-formset input[type=radio]:focus + .inputStyle::before,
  .c-formset input[type=checkbox]:focus + label::before,
  .c-formset input[type=checkbox]:focus + .inputStyle::before {
    box-shadow: 0 0 4px #2E93E6;
  }
}
.c-formset__input {
  position: relative;
  width: 100%;
}
.c-formset__input_wrap {
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.c-formset__input_wrap .c-formset__input {
  width: auto;
  margin: 0 4px;
}
.c-formset__input_wrap .c-formset__input:nth-of-type(2n) .c-err {
  background: #753c00;
}
@media screen and (max-width: 767px) {
  .c-formset__input_wrap .c-formset__input:nth-of-type(2n) .c-err::after {
    border-bottom-color: #753c00;
  }
}
@media screen and (min-width: 768px) {
  .c-formset__input_wrap .c-formset__input:nth-of-type(2n) .c-err::after {
    border-top-color: #753c00;
  }
}
.c-formset__input.sensei input[type=checkbox] + label::before {
  top: 6px;
  left: -6px;
}
.c-formset__input.sensei input[type=checkbox]:checked + label::after {
  left: -2px;
  top: 9px;
}
@media screen and (min-width: 768px) {
  .c-formset__input.sensei input[type=checkbox] + label::before {
    top: -8px;
    left: -22px;
  }
  .c-formset__input.sensei input[type=checkbox]:checked + label::after {
    left: -18px;
    top: -6px;
  }
}
.c-formset__input.sensei input[type=checkbox] + .inputStyle::before {
  top: -11px;
  left: -6px;
}
.c-formset__input.sensei input[type=checkbox]:checked + .inputStyle::after {
  left: -2px;
  top: -8px;
}
.c-formset__input.sensei .check_ill {
  position: absolute;
  width: 6em;
  font-size: 1.5rem;
  left: 24px;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .c-formset__input.sensei input[type=checkbox] + .inputStyle::before {
    top: -22px;
    left: -22px;
  }
  .c-formset__input.sensei input[type=checkbox]:checked + .inputStyle::after {
    left: -18px;
    top: -19px;
  }
  .c-formset__input.sensei .check_ill {
    left: 10px;
    top: -30px;
  }
}
.c-formset__input.sensei .c-err {
  left: -20px;
  top: auto;
  bottom: calc(100% + 10px);
}
.c-formset__input.sensei .c-err::after {
  top: 100%;
  bottom: auto;
  border-color: #B20000 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .c-formset__input.sensei .c-err {
    bottom: calc(100% + 26px);
    left: -35px;
  }
}
.c-formset__cap {
  margin-top: 30px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .c-formset__cap {
    margin-top: 10px;
  }
}
.c-formset__flex01 > li {
  display: inline-block;
  margin: 0 15px 10px 0;
}
@media screen and (min-width: 768px) {
  .c-formset__flex01 > li {
    margin-top: 0 30px 10px 0;
  }
}
.c-formset__address > li {
  margin: 0 0px 30px 0;
}
.c-formset__address > li p {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-formset__address > li {
    margin: 0 0px 20px 0;
  }
}
.c-formset__address > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-formset__address > li:not(.def) .c-err {
    left: 115px;
  }
}
@media screen and (min-width: 768px) {
  .c-formset__address > li.def .c-err {
    left: 43px;
  }
}
.c-formset.login {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-formset.login th, .c-formset.login .u-th {
    width: 10em;
  }
}
.c-formset.login_s {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-formset.login_s th, .c-formset.login_s .u-th {
    width: 18em;
  }
}
@media screen and (min-width: 768px) {
  .c-formset .u-marB30_pc {
    margin-bottom: 20px;
  }
}
.c-wid__100per {
  width: 100%;
}
.c-wid__100per_withBtn {
  width: calc(100% - 64px);
}
.c-wid__400 {
  max-width: 100%;
  width: 400px;
}
.c-wid__300 {
  max-width: 100%;
  width: 300px;
}
.c-wid__250 {
  width: 250px;
}
.c-wid__230 {
  width: 230px;
}
.c-wid__200 {
  width: 200px;
}
.c-wid__160 {
  width: 160px;
}
.c-wid__120 {
  width: 120px;
}
@media screen and (max-width: 450px) {
  .c-wid__120#reg_zip02 {
    width: 90px;
  }
}
.c-wid__100 {
  width: 92px;
}
@media screen and (max-width: 450px) {
  .c-wid__100#reg_zip01 {
    width: 60px;
  }
}
.c-wid__80 {
  width: 76px;
}
.c-err {
  background: #B20000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  transition: all .4s;
  display: inline;
  min-width: inherit;
  width: auto;
  left: 0;
  top: calc(100% - 2px);
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  min-width: 170px;
}
.c-err::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent #B20000 transparent;
}
@media screen and (min-width: 768px) {
  .c-err {
    top: auto;
    bottom: calc(100% + 10px);
    font-size: 1.8rem;
    padding: 5px 10px;
  }
  .c-err::after {
    top: 100%;
    bottom: auto;
    border-color: #B20000 transparent transparent transparent;
  }
}
@media screen and (min-width: 768px) {
  .c-formset__input.err-right .c-err {
    left: auto;
    right: 0;
  }
}
.c-needMark {
  position: relative;
  padding-right: 43px;
  /*&::after{
  	position: absolute;
  	top: 0;
  	right: 0;
  	content: "必須";
  	background-color:$or_n;
  	line-height: 1;
  	text-align: center;
  	white-space: nowrap;
  	padding: 4px 8px;
  	color: #fff;
  	font-weight: bold;
  	font-size: 1.5rem;
  	border-radius: 6px;
  }*/
}
.c-needMark img.ico {
  position: absolute;
  right: 0;
  top: 0;
}
.c-needMark_p {
  font-weight: bold;
}
.c-needMark_p img.ico {
  display: inline-block;
  margin-left: 4px;
  vertical-align: sub;
  width: 38px;
}
.c-progressbar {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3;
}
.c-progressbar li::before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 15px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #dfdfdf;
}
.c-progressbar li::after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #dfdfdf;
}
.c-progressbar li.active, .c-progressbar li.complete {
  color: #0E5FA6;
}
.c-progressbar li.active::before, .c-progressbar li.complete::before {
  background-color: #0E5FA6;
}
.c-progressbar li.active::after, .c-progressbar li.complete::after {
  background-color: #0E5FA6;
}
.c-progressbar li:first-child::after {
  content: none;
}
@media screen and (max-width: 450px) {
  .c-progressbar li:nth-of-type(1),
  .c-progressbar li:nth-of-type(2) {
    width: 35%;
  }
  .c-progressbar li:nth-of-type(3),
  .c-progressbar li:nth-of-type(4) {
    width: 15%;
  }
  .c-progressbar li:nth-of-type(3)::after {
    width: calc(100% + 50px);
    left: calc(-50% - 50px);
  }
}

.confpass .hidden {
  display: none;
}
.confpass.on .visable {
  display: none;
}
.confpass.on .hidden {
  display: inline;
}

#conf-reg_message {
  display: block;
}

#step2, #step3 {
  display: none;
}

.c-conf .flex {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.c-conf .flex h3 {
  color: #0E5FA6;
}
.c-conf .c-btn__back {
  border-color: #0E5FA6;
  color: #0E5FA6;
}
.c-conf .c-btn__back:hover {
  background: #0E5FA6;
  color: #fff;
}
.c-conf .bg {
  background: #F2FAFF;
  padding: 20px 20px 10px;
  margin-bottom: 10px;
}
.c-conf .bg table {
  width: 100%;
  margin-bottom: 15px;
}
.c-conf .bg th.padT, .c-conf .bg .u-th.padT {
  padding-top: 50px;
}
.c-conf .bg td {
  border-bottom: 1px #707070 solid;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .c-conf .bg th, .c-conf .bg .u-th {
    width: 300px;
  }
  .c-conf .bg td {
    vertical-align: middle;
  }
  .c-conf .bg td.padT {
    padding-top: 50px;
  }
  .c-conf .bg td, .c-conf .bg th, .c-conf .bg .u-th {
    border-bottom: 1px #707070 solid;
  }
}
.c-conf.style02 .flex h3 {
  color: #A65F0E;
}
.c-conf.style02 .c-btn__back {
  border-color: #A65F0E;
  color: #A65F0E;
}
.c-conf.style02 .c-btn__back:hover {
  background: #A65F0E;
  color: #fff;
}
.c-conf.style02 .bg {
  background: #FEF7E8;
}
@media screen and (min-width: 768px) {
  .c-conf.style02 .bg th, .c-conf.style02 .bg .u-th {
    width: 450px;
  }
}
.c-conf.style03 .flex h3 {
  color: #550EA6;
}
.c-conf.style03 .c-btn__back {
  border-color: #550EA6;
  color: #550EA6;
}
.c-conf.style03 .c-btn__back:hover {
  background: #550EA6;
  color: #fff;
}
.c-conf.style03 .bg {
  background: #F9F1FF;
}
.c-conf.style04 .flex h3 {
  color: #0D7734;
}
.c-conf.style04 .c-btn__back {
  border-color: #0D7734;
  color: #0D7734;
}
.c-conf.style04 .c-btn__back:hover {
  background: #0D7734;
  color: #fff;
}
.c-conf.style04 .bg {
  background: #F1FFF9;
}
@media screen and (max-width: 767px) {
  .c-conf.style05 .c-bordBox {
    padding-top: 28px;
  }
}
.c-errS {
  position: relative;
}
.c-errS strong {
  background: #B20000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  transition: all .4s;
  display: inline;
  min-width: inherit;
  width: auto;
  left: 0;
  bottom: calc(100% + 10px);
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  min-width: 170px;
}
.c-errS strong::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #B20000 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .c-errS strong {
    font-size: 1.8rem;
    padding: 5px 10px;
  }
}
.c-errS.bt0 strong {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-errS.bt0 strong {
    bottom: -10px;
  }
}
.c-errS.all-err strong {
  width: 100%;
  box-shadow: none;
  text-align: center;
}
.c-errS.all-err strong::after {
  display: none;
}

#form-shinsei .bg {
  padding: 10px 10px 1px;
  background: #FEF7E8;
}
#form-shinsei .c-tit2 {
  color: #A65F0E;
  margin-bottom: 20px;
}
#form-shinsei table.c-formset td {
  border-left-color: #FEF7E8;
}

#form-kouza .bg {
  padding: 10px 10px 1px;
  background: #F9F1FF;
}
#form-kouza .c-tit2 {
  color: #550EA6;
  margin-bottom: 20px;
}
#form-kouza table.c-formset td {
  border-left-color: #F9F1FF;
}

#form-file .bg {
  padding: 10px 10px 1px;
  background: #F1FFF9;
}
#form-file .c-tit2 {
  color: #0D7734;
  margin-bottom: 20px;
}
#form-file table.c-formset td {
  border-left-color: #F1FFF9;
}

.p-check {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.p-check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  background: #DFDFDF;
  border: 1px solid #004BB1;
  border-radius: 4px;
  top: 12px;
}
.p-check::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 6px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #2E93E6;
  border-bottom: 3px solid #2E93E6;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
}
.p-check.noBord {
  margin-right: 0px;
  width: 1em;
  height: 1em;
}
.p-check.noBord::before {
  display: none;
}
.p-check.noBord::after {
  top: 4px;
  left: 0px;
}
.p-checkTxt {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0 0 0 30px;
}
.p-kojin {
  display: none;
}

.c-top__hero {
  /*background: #FEFDDF;*/
  padding: 20px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-top__hero {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.c-top__hero .c-btnArea {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-top__hero .c-btnArea {
    margin-bottom: 40px;
  }
}
.c-top__hero.u-marB0 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-top__hero.u-marB0 {
    margin-bottom: 0;
  }
}
.c-top__yuso {
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .c-top__yuso {
    padding: 40px 0 0;
  }
}
.c-top__tit {
  color: #0E5FA6;
  margin-bottom: 15px;
}
.c-col3 .box {
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: -1px;
}
.c-col3 .box:first-child {
  margin-top: 0;
}
.c-textBox .box a {
  text-decoration: underline;
}
.c-textBox .box a:hover {
  text-decoration: none;
  color: #6D6D6D;
}
@media screen and (min-width: 768px) {
  .c-col3 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
  }
  .c-col3 .box {
    width: calc(100% / 3);
    position: relative;
    padding: 20px;
    margin-top: 0;
    border-top: none;
    border-left: none;
  }
  .c-col3 h4, .c-col3 h3 {
    min-height: 3.6em;
    position: relative;
    margin-bottom: 10px;
  }
  .c-col3 h4 span, .c-col3 h3 span {
    top: 50%;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
}
.c-fileBox dl, .c-fileBox .c-list__line01 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  /*border-bottom: 1px #999 dotted;*/
}
.c-fileBox .c-bordBox.thin dl, .c-fileBox .c-bordBox.thin .c-list__line01 {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: none;
}
.c-fileBox dt {
  margin-top: 20px;
  /*padding-top: 15px;*/
  /*border-top: 1px #999 dotted;*/
}
@media screen and (min-width: 768px) {
  .c-fileBox dt {
    margin-top: 10px;
    /*padding-top: 15px;*/
  }
}
.c-fileBox dt:first-child {
  margin-top: 0px;
  padding-top: 0;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-fileBox dt:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
.c-fileBox dd {
  margin-top: 5px;
  margin-left: 20px;
}
.c-fileBox .c-list__line01 li {
  margin-top: 20px;
  padding-top: 15px;
  /*border-top: 1px #999 dotted;*/
}
@media screen and (min-width: 768px) {
  .c-fileBox .c-list__line01 li {
    margin-top: 10px;
    padding-top: 15px;
  }
}
.c-fileBox .c-list__line01 li:first-child {
  margin-top: 0px;
  padding-top: 0;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-fileBox .c-list__line01 li:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
.c-fileBox .c-list__line01 li ul {
  margin-top: 5px;
}
.c-fileBox .c-list__line01 li ul li {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.c-faqBox {
  background: #E2F2FF;
  padding: 15px 15px 15px;
  /*dt{
  	padding: 15px 15px;
  	margin-top: 5px;
  	@include pc{
  		padding-top: 15px;
  	}
  }
  dd{
  	background: #fff;
  	margin-bottom: 20px;
  }*/
}
@media screen and (min-width: 768px) {
  .c-faqBox {
    padding: 30px 30px 30px;
  }
}
.c-faqBox h4 {
  background: #0E5FA6;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
}
.c-faqBox h4:first-child {
  margin-top: 0;
}
.c-faqBox .box {
  margin-top: 5px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-faqBox .box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.c-faqBox .box i {
  font-style: italic;
  display: inline-block;
  margin-right: 3px;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -2px;
}
.c-faqBox .box .q {
  padding-left: 4.5em;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}
.c-faqBox .box .q i {
  color: #0E5FA6;
}
@media screen and (max-width: 450px) {
  .c-faqBox .box .q {
    padding-left: 0;
  }
  .c-faqBox .box .q i {
    position: static;
    display: block;
  }
}
.c-faqBox .box .a {
  padding-left: 1.5em;
  position: relative;
  margin-left: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-faqBox .box .a {
    margin-left: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.c-faqBox .box .a i {
  color: #884D00;
}
.c-faqBox .box .a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 30px);
  height: 5px;
  background: #E2F2FF;
}
.c-faqBox .box .a:last-child {
  margin-bottom: 0;
}
.c-faqBox .box .a:last-child::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-faqBox .box .a:last-child {
    margin-left: 0;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}

.ico.i-newWin {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  width: 1.1em;
}

.l-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  font-size: 0.7rem;
  text-indent: -9999em;
  border-top: 1.4em solid rgba(46, 147, 230, 0.2);
  border-right: 1.4em solid rgba(46, 147, 230, 0.2);
  border-bottom: 1.4em solid rgba(46, 147, 230, 0.2);
  border-left: 1.4em solid #2E93E6;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fullscreenAlert {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.fullscreenAlert .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  max-width: 414px;
  width: calc(100% - 20px);
  padding: 20px;
  border: 2px #ff0000 solid;
  background: #fff;
}
.fullscreenAlert .wrap_in {
  padding-top: 70px;
  background: url("../img/ico_attention01.svg") no-repeat center top/60px auto;
}

.fullscreenConf {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.fullscreenConf .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  max-width: 720px;
  width: calc(100% - 20px);
  padding: 20px;
  border: 2px #707070 solid;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.fullscreenConf .wrap_in {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fullscreenConf .wrap {
    padding: 40px;
  }
  .fullscreenConf .wrap_in {
    margin-bottom: 30px;
  }
  .fullscreenConf .wrap .c-btn__l {
    min-width: 240px;
  }
  .fullscreenConf .wrap .c-btnArea__two .btns:first-child {
    padding-right: 20px;
    text-align: right;
  }
  .fullscreenConf .wrap .c-btnArea__two .btns:last-child {
    padding-left: 20px;
    text-align: left;
  }
}
.fullscreenConf .c-btnCloseWaku {
  position: absolute;
  right: -15px;
  top: -15px;
}
.fullscreenConf .c-btnCloseWaku .round_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
.fullscreenConf .c-btnCloseWaku .round_btn:hover {
  background: #666;
}
.fullscreenConf .c-btnCloseWaku .round_btn::before, .fullscreenConf .c-btnCloseWaku .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
}
.fullscreenConf .c-btnCloseWaku .round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fullscreenConf .c-btnCloseWaku .round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pageBtAlert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px;
}
.pageBtAlert .wrap {
  padding: 8px;
  border: 4px #ff0000 solid;
  background: #fff;
}
.pageBtAlert .wrap_btn {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .pageBtAlert .wrap {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pageBtAlert .wrap_btn {
    margin: 0 0 0 15px;
  }
}

fieldset {
  border: none;
  padding: 0;
}

.mypageStyle .c-bordBox {
  border-color: #ADCEB9;
}
.mypageStyle .c-btn__success {
  background: #0D7734;
  border-color: #0D7734;
}
.mypageStyle .c-btn__success:hover {
  background: #095123;
  border-color: #095123;
}
.mypageStyle .u-fcolor1 {
  color: #0D7734;
}
.mypageStyle .u-fcolor1.u-bb-gray {
  border-color: #0D7734;
}

.c {
  /*&-pcflex2{
  	@include pc{
  		display: -webkit-box;
  		display: flex;
  		justify-content: flex-start;
  		margin-bottom: 0;
  		.flexbox{
  			display:flex;flex-direction:column;
  		}
  		h3{
  			flex-grow:1;
  		}
  	}
  }*/
}
.c-pcflex {
  margin-bottom: 20px;
}
.c-pcflex:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .c-pcflex {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .c-pcflex .flexbox {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
  }
  .c-pcflex .c-bordBox {
    padding: 30px 20px;
  }
  .c-pcflex .flatH {
    flex-grow: 1;
    position: relative;
  }
  .c-pcflex .flatH-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
  .c-pcflex .c-formset {
    display: block;
    width: 100%;
  }
  .c-pcflex .c-formset tbody, .c-pcflex .c-formset tr {
    display: block;
    width: 100%;
  }
  .c-pcflex .c-formset th, .c-pcflex .c-formset .u-th, .c-pcflex .c-formset td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .c-pcflex .c-formset th, .c-pcflex .c-formset .u-th {
    padding-top: 15px;
  }
  .c-pcflex .c-formset tr:first-child th, .c-pcflex .c-formset tr:first-child .u-th {
    padding-top: 5px;
  }
}
.c-pcflex .c-wid__230 {
  width: calc(100% - 70px);
}
.c-result {
  max-width: 680px;
  margin: 0 auto 45px;
}
.c-result th, .c-result td {
  padding-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-result th, .c-result td {
    border-bottom: 1px #707070 solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-result th.noBord, .c-result td.noBord {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-result th, .c-result .u-th {
    vertical-align: top;
    width: 9em;
  }
}
@media screen and (max-width: 767px) {
  .c-result {
    display: block;
    width: 100%;
  }
  .c-result tbody, .c-result tr {
    display: block;
    width: 100%;
  }
  .c-result th, .c-result td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .c-result th, .c-result .u-th {
    padding-top: 25px;
  }
  .c-result td {
    border-bottom: 1px #707070 solid;
  }
  .c-result tr:first-child th, .c-result tr:first-child .u-th {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/*240620終了注意喚起追加*/

.tyuuitext{
margin:1.0em auto;
padding:1.0em;
text-align:center;
font-size:2.5rem;
font-weight:bold;
color: #d70202;
border:2px #d70202 solid;
}
.tyuuikugiri{
display: block;
}
.tyuuibr{
display: none;
}

@media (max-width: 767px) {
.tyuuitext{
font-size:1.85rem;
}
.tyuuikugiri{
display: none;
}
.tyuuibr{
display: block;
}
}
