/******************************************************************************
    form > input タグ用
******************************************************************************/
form input {
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE;
  box-sizing: border-box;
  margin: 6px 0 0 0;
  outline: none;
}

form input::placeholder {
  font-weight: normal;
}

form input[type="date"] {
  height: 60px;
  border-radius: 3px;
}

form input[type="text"], form input[type="email"], form input[type="tel"] {
  padding: 18px;
  font-size: 18px;
}

form input[type="radio"], form input[type="checkbox"] {
  accent-color: #FF5800;
  width: 20px !important;
  height: 20px !important;
  margin: 0 10px 0 0;
  display: inline-block;
}

.button-primary, form input[type="submit"] {
  background-color: #009142;
  border-color: #009142;
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Zen Maru Gothic,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 53px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all .15s linear;
}

.button-primary:focus, .button-primary:hover, form input[type=submit]:focus, form input[type=submit]:hover {
  background-color: #00691a;
  border-color: #00691a
  color: #fff;
}

.button-primary-ol, form input[type="reset"] {
  background-color: #ffffff;
  border-color: #009142;
  border: 1px solid;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: Zen Maru Gothic,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 53px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all .15s linear;
}

.button-primary-ol:focus, .button-primary-ol:hover, form input[type="reset"]:focus, form input[type="reset"]:hover {
    background-color: #edf8f2;
    border-color: #009142;
    color: #009142;
}


form select {
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE;
  padding: 20px !important;
  font-family : inherit;
  font-size: 18px;
}

form textarea {
  box-sizing: border-box;
  height: 240px;
  padding: 20px !important;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE;
  font-family : inherit;
  font-size: 18px;
}

form .form-columns-1, form .form-columns-2, form .hs-form-field {
  max-width: 100% !important;
  width: 100%;
  margin: 0 0 40px 0 !important;
}


form .form-columns-1 label, form .form-columns-2 label, form .hs-form-field label {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}


form .form-columns-1 label .hs-form-required, form .form-columns-2 label .hs-form-required, form .hs-form-field label .hs-form-required {
  border-width: 1px;
  border-style: solid;
  border-color: #FF5800;
  color: #FF5800;
  padding: 0 3px;
  font-weight: bold;
  font-size: 0;
  display: inline-block;
  margin: 0 0 0 6px;
}


form .form-columns-1 label.hs-error-msg, form .form-columns-2 label.hs-error-msg, form .hs-form-field label.hs-error-msg {
  color: #FF5800;
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0 0 0;
  display: block;
}

form .form-columns-1 label strong, form .form-columns-2 label strong, form .hs-form-field label strong {
  font-size: 70%;
}

form .form-columns-1 .input, form .form-columns-2 .input, form .hs-form-field .input {
  margin-right: 0 !important;
}

form .form-columns-1 select, form .form-columns-2 select, form .hs-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

form .hs-dateinput:before {
  top: 55%;
  right: 20px;
}

form .hs-error-msgs {
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0 10px 0;
  display: block;
}

form .form-columns-0 .hs-richtext a {
  color: #004EA2;
  font-weight: normal;
  text-decoration: underline;
}

form .form-columns-0 .hs-richtext a:hover {
  text-decoration: none;
}

form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}

form .form-columns-2 .hs-form-field {
  width: calc(50% - 10px) !important;
}

form .form-columns-2 .hs-form-field:nth-child(2) {
  float: right !important;
}

form .hs-form-field {
  margin-bottom: 25px !important;
}

form .hs-form-field.hs_recaptcha {
  margin-bottom: 30px !important;
}

form .hs-form-radio-display {
  margin: 12px 0 0 0;
  font-weight: normal !important;
  font-size: 18px !important;
  cursor: pointer;
  align-items: center;
}

form .hs-form-checkbox-display, form .hs-form-booleancheckbox-display {
  display: flex;
  cursor: pointer;
  margin: 12px 0 0 0;
  font-weight: normal !important;
  font-size: 16px !important;
}

form .hs-form-booleancheckbox-display {
  justify-content: center;
}

form fieldset {
  max-width: 100% !important;
  border: none;
}

form .hs_submit {
  text-align: center;
}

form .mh-cta-img {
  width: auto;
  max-height: 290px;
}

form .grecaptcha-badge {
  margin: 0 auto;
}

.ul-style-1 {
  padding-inline-start: 20px;
  list-style:none;
  margin-bottom: 20px;
}


/******************************************************************************
    a タグ用
******************************************************************************/
#service-page a {
  color: #FF5800;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
}

/* ページ内容 */
#service-page {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 10px;
  padding-right:10px;
}

/******************************************************************************
    table タグ用
******************************************************************************/

table {
  font-size: 16px;
  font-weight: bold;
  width: -webkit-fill-available;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table th {
  width: 22%;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table td {
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}



/******************************************************************************
    フッタ用
******************************************************************************/
.footer-style {
  display: flex;
}

/******************************************************************************
    文字フォント
******************************************************************************/
.text-my-font {
  font-family: 'Zen Maru Gothic';
}

/******************************************************************************
    改行不可
******************************************************************************/
.my-nowrap {
  white-space: nowrap;
}

/******************************************************************************
    必須表記
******************************************************************************/
.badge-required::before {
  border-width: 1px;
  border-style: solid;
  border-color: #FF5800;
  color: #FF5800;
  content: "必須";
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0 6px;
  padding: 0 3px;
}


/* ヘッダ、フッタ用 */
.header { height: 130px; }

@media screen and (max-width: 1200px) { .header { height: 60px; } }

.header a { display: inline-block; }

.header a:hover { opacity: 0.75; }

.header-logo { height: 71px !important; }

@media screen and (max-width: 1200px) { .header-logo { margin: 0; height: 38px !important; } }

.header-logo #hs_cos_wrapper_site_logo { flex-shrink: 0; }

.header-logo a { display: block; text-align: center; }

.header-logo img { width: 112px !important; height: 71px !important; margin-left: -14px; }

@media screen and (max-width: 1200px) { .header-logo img { width: 59px !important; height: 38px !important; margin-left: 0; } }

.header-logo__text a { color: #333333; white-space: nowrap; position: relative; transform: scale(0.9); left: -14px; }

.header-logo__text a:hover { color: #333333; }

@media screen and (max-width: 1200px) { .header-logo__text a { transform: scale(0.8); left: -14px; } }

@media screen and (max-width: 1200px) { .global-navi ul { flex-direction: column; } }

.global-navi ul { display: flex; }

.global-navi ul li a { font-size: 16px; font-weight: bold; color: #333333; display: inline-block; padding: 0 17px; }

@media screen and (max-width: 1500px) { .global-navi ul li a { font-size: 12px; padding: 0 8px; } }

@media screen and (max-width: 1200px) { .global-navi ul li a { font-size: 16px; padding: 14px 60px; } }

.global-navi ul li a:hover { color: #333333; opacity: 0.75; }

.global-navi ul li.active { position: relative; }

.global-navi ul li.active::after { content: ""; background-color: #009142; display: block; width: 10px; height: 10px; border-radius: 5px; position: absolute; top: -16px; left: 50%; margin: 0 0 0 -5px; }

@media screen and (max-width: 1200px) { .global-navi ul li.active::after { top: 50%; left: 36px; margin: -5px 0 0 0; } }

@media screen and (max-width: 1200px) {
  .header-navi {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 27px 0;
    background-color: #fff;
    overflow-y: auto;
    z-index: 3;
}

.open .header-navi { display: block; } }

@media screen and (max-width: 1200px) {
  #menu {
    width: 30px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    z-index: 30;
    top: 17px;
    right: 25px;
    background-image: url(/entry/img/moushikomi/img_text_menu.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  #menu.open {
    background-image: url(/entry/img/moushikomi/img_text_close.svg);
  }

  #menu .bar {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #333333;
    position: absolute;
  }

  #menu #bar01 { top: 0; left: 0; }
  .open #menu #bar01 { top: 9px; transform: rotate(45deg); }
  #menu #bar02 { top: 9px; left: 0; }
  .open #menu #bar02 { width: 0; }
  #menu #bar03 { top: 18px; left: 0; }
  .open #menu #bar03 { top: 9px; transform: rotate(-45deg); } }


/* ヘッダ マイページボタン、Webメールボタン */
@media screen and (max-width: 1200px) {
  .header-mypage ul {
    justify-content: center;
    padding: 0 60px;
  }

  .header-mypage ul li {
    width: 256px;
    margin: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .header-mypage ul { flex-direction: column; }
  .header-mypage ul li { width: auto; margin: 0; }
}

.header-mypage ul { display: flex; }

.header-mypage ul li:last-child a::after { background-image: url(/entry/img/moushikomi/ico_navi_webmail.svg); }

.header-mypage a { position: relative; display: inline-block; background-color: #EDF8F2; border-radius: 32px; color: #333333; font-size: 12px; padding: 8px 25px 8px 60px; line-height: 1; margin: 0 0 0 16px; white-space: nowrap; }

@media screen and (max-width: 1200px) { .header-mypage a { padding: 12px 0; text-indent: 34px; margin: 26px auto 0 auto; display: block; max-width: 256px; text-align: center; } }

.header-mypage a::after { content: ""; display: block; background-image: url(/entry/img/moushikomi/ico_navi_mypage.svg); background-repeat: no-repeat; width: 40px; height: 40px; display: block; position: absolute; bottom: 0; left: 10px; }

@media screen and (max-width: 1200px) { .header-mypage a::after { left: 50%; margin: 0 0 0 -60px; } }

@media screen and (max-width: 767px) { .header-mypage a { max-width: 100%; } }

.header-mypage a:hover { color: #333333; }


/* ヘッダ お問い合わせボタン */
.header-contact { margin: -28px 0 0 32px; }

@media screen and (max-width: 1500px) { .header-contact { margin: -28px 0 0 16px; } }

@media screen and (max-width: 1200px) {
  .header-contact { margin: 26px auto 0 auto; }
  .header-contact ul { display: flex; justify-content: center; padding: 0 60px; }
  .header-contact ul li { width: 256px; }
}

@media screen and (max-width: 767px) { .header-contact ul li { width: auto; } }

.header-contact a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
  color: #FF5800;
  width: 224px;
  height: 80px;
  border-width: 2px;
  border-style: solid;
  border-color: #FF5800;
  border-radius: 40px;
  padding: 0 20px 0 90px;
  background-image: url(/entry/img/moushikomi/ico_navi_contact.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
}

@media screen and (max-width: 1500px) { .header-contact a { font-size: 14px; width: 204px; padding: 0 20px 0 90px; } }

@media screen and (max-width: 1200px) { .header-contact a { width: 100%; padding: 0 20px 0 90px; } }

.header-contact a:hover { color: #FF5800; opacity: 0.75; }


.footer-wrapper { background-color: #F1F9FF; }

.wrapper-xs { max-width: 735px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }

.wrapper-sm { max-width: 976px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }

.wrapper { max-width: 1168px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }

.wrapper-lg { max-width: 1360px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }

.wrapper-xl { padding: 0 50px; }

@media screen and (max-width: 1200px) { .wrapper-xl { padding: 0 24px; } }

#hs-link-footer-logo_hs_logo_widget { display: inline-block; }

@media screen and (max-width: 767px) { #hs-link-footer-logo_hs_logo_widget { width: 65px; }
  #hs-link-footer-logo_hs_logo_widget img { width: 100%; height: auto; } }

#hs-link-footer-logo_hs_logo_widget:hover { opacity: 0.75; }

@media screen and (max-width: 767px) { #hs_cos_wrapper_footer-navi-1 { border-width: 1px 0 0 0; border-style: solid; border-color: #CADEED; display: block; } }


.dnd-section .dnd-column { padding: 0; }

@media screen and (max-width: 767px) { #hs_cos_wrapper_footer-about-title, #hs_cos_wrapper_footer-about-description, #hs_cos_wrapper_footer-about-link { font-size: 10px; } }

.footer-navi-no-child ul { flex-direction: column; }

.footer-navi-no-child li { margin: 0 0 12px 0; }

@media screen and (max-width: 767px) { .footer-navi-no-child li { margin: 0; padding: 12px 0; border-width: 0 0 1px 0; border-style: solid; border-color: #CADEED; } }

.footer-navi-no-child li:last-child { margin: 0; }

.footer-navi-no-child li a { color: #333333; font-weight: bold; display: inline-block; text-decoration: underline; }

@media screen and (max-width: 767px) { .footer-navi-no-child li a { font-size: 12px; } }

.footer-navi-no-child li a:hover { color: #333333; text-decoration: none; }

.footer-navi-sub ul { flex-direction: column; }

.footer-navi-sub ul li { margin: 0 0 2px 0; }

.footer-navi-sub ul li:last-child { margin: 0; }

.footer-navi-sub ul li a { font-size: 13px; color: #333333; }

.footer-navi-sub ul li a:hover { color: #333333; opacity: 0.75; }

@media screen and (max-width: 767px) { .footer-navi-sub ul li a { font-size: 10px; } }

.btn-border-green { border-width: 1px; border-style: solid; border-color: #009142; background-color: #fff; border-radius: 5px; color: #333; font-weight: bold; justify-content: center; align-items: center; width: calc(100% - 48px); height: 60px; display: flex; box-sizing: border-box; padding: 0 24px; }

@media screen and (max-width: 767px) { .btn-border-green { font-size: 13px; justify-content: flex-start; } }

.btn-border-green:hover { color: #333; font-weight: bold; background-color: #EDF8F2; }

.btn-mypage, .btn-webmail { border-width: 1px; border-style: solid; border-color: #009142; border-radius: 30px; background-color: #fff; color: #333; padding: 9px 0; text-align: center; display: block; font-weight: bold; box-shadow: 0px 20px 40px 0px rgba(0, 145, 66, 0.05); -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 145, 66, 0.05); -moz-box-shadow: 0px 20px 40px 0px rgba(0, 145, 66, 0.05); -o-box-shadow: 0px 20px 40px 0px rgba(0, 145, 66, 0.05); -ms-box-shadow: 0px 20px 40px 0px rgba(0, 145, 66, 0.05); }

.btn-mypage:hover, .btn-webmail:hover { opacity: 0.75; color: #333; }

.btn-mypage span, .btn-webmail span { background-image: url(/entry/img/moushikomi/ico_navi_mypage.svg); background-repeat: no-repeat; background-position: 0 center; min-height: 40px; box-sizing: border-box; padding: 5px 0 0 50px; display: inline-block; vertical-align: middle; }

.btn-webmail span { background-image: url(/entry/img/moushikomi/ico_navi_webmail.svg); }

.footer-mypage { width: calc(32% - 28px); }

@media screen and (max-width: 1200px) { .footer-mypage { width: calc(32% - 20px); } }

@media screen and (max-width: 767px) { .footer-mypage { width: 100%; } }

.footer-webmail { width: calc(32% - 28px); }

@media screen and (max-width: 1200px) { .footer-webmail { width: calc(32% - 20px); } }

@media screen and (max-width: 767px) { .footer-webmail { margin: 10px 0 0 0; width: 100%; } }

.btn-orange { background-color: #FF5800; color: #fff; font-weight: bold; border-radius: 60px; width: calc(100% - 48px); height: 60px; box-sizing: border-box; padding: 0 24px; display: flex; justify-content: center; align-items: center; text-align: center; }

@media screen and (max-width: 1200px) { .btn-orange { font-size: 13px; } }

.btn-orange:hover { color: #fff; opacity: 0.75; }

@media screen and (max-width: 767px) { .footer-contact { margin: 10px 0 0 0; } }

@media screen and (max-width: 767px) { .footer-copyright { font-size: 10px; } }

@media screen and (max-width: 767px) { .footer-safe-text { font-size: 10px; } }

@media screen and (max-width: 767px) { .footer-img-safe { flex-shrink: 0; width: 47px; }
  .footer-img-safe img { width: 100%; height: auto; } }
  


.page-title {
  background-image: url(/entry/img/moushikomi/ico_bg_title.svg),url(/entry/img/moushikomi/bg_title_green_pc.svg);
  background-position: right 50px bottom,bottom;
  background-repeat: no-repeat,no-repeat;
  background-size: auto,cover;
  background-color: #edf8f2;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 40px 24px;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-weight: 700;
  justify-content: center;
  line-height: 130%;
  min-height: 122px;
}

.page-title p {
  color: #707070;
  font-family: Zen Maru Gothic,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.page-title h1 {
  line-height: 130%;
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 1200px){
  .page-title {
    background-position: right 28px bottom,bottom;
    background-size: 90px auto,cover;
    padding-bottom: 48px;
    padding-top: 30px;
  }
}


/******************************************************************************
    画面サイズによる適用（767px）
******************************************************************************/
@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
  }

  .tbl-row2 {
  }

  .tbl-row2 th, .tbl-row2 td {
    border-bottom: none;
    display: block;
  }

  form .form-columns-1 label.hs-error-msg, form .form-columns-2 label.hs-error-msg, form .hs-form-field label.hs-error-msg {
    margin: 5px 0 30px 0;
  }

  form .form-columns-1 .input, form .form-columns-2 .input, form .hs-form-field .input {
    margin: 0 0 20px 0 !important;
  }

  form .form-columns-2 {
    display: block;
  }

  form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .footer-style {
    display: block!important;
  }

  section {
    padding: 0 1rem;
  }

}



/******************************************************************************
    画面サイズによる適用（1200px）
******************************************************************************/
@media screen and (max-width: 1200px) {
  form .hs-form-radio-display {
    font-size: 16px !important;
  }

  span[data-hs-cos-type="form"] h3 {
    font-size: 24px;
  }

  .hs_cos_wrapper_type_form form {
    margin: 50px 0 0 0;
  }

  .hs_cos_wrapper_type_form form {
    margin: 30px 0 0 0;
  }

  form .form-columns-1 label, form .form-columns-2 label, form .hs-form-field label {
    font-size: 18px;
  }

}




@media screen and (min-width: 767px) {

  section {
    padding: 0 3rem;
  }

}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.img_pc { display: block !important; }
.img_sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
	.img_pc { display: none !important; }
	.img_sp { display: block !important; }
}


