body {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
    color: #3C3C3C;
}
.pc-show {
    display: block;
}
.sp-show {
    display: none;
}

.inline-block{
    display: inline-block;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.8em;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.8em;
}


a {
    color: #3C3C3C;
}
a:hover {
    color: #3C3C3C;
    text-decoration: none;
}
p {
    font-weight: bold;
    line-height: 2;
}
.mb{
    margin-bottom: 32px;
}
.mb-120{
    margin-bottom: 120px;
}
.mb-160{
    margin-bottom: 160px;
}
.mt{
    margin-top: 20px
}
.active {
    color: #4EB56F !important;
}
.clr__AE {
    color: #AEAEAE;
}
.clr__4E {
    color: #4EB56F;
}
.clr__4E:hover{
    color: #4EB56F;
}
.clr__white {
    color: #fff;
}
.clr__gray {
    color: #3C3C3C;
}
.com__btn__st {
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 1rem 3rem;
}
.green__btn {
    background-image: linear-gradient(#CFDD8A, #4EB56F);
    border:1px solid #CFDD8A;
    padding:14px 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
.green__btn:focus {
    outline: unset;
}
.green__btn:hover {
    opacity: 0.6;
}
.bg__none__btn {
    background-color: unset;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    font-size:16px;
}
.bg__none__btn_gray {
    background-color: unset;
    border: 1px solid #3C3C3C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    font-size:16px;
}
.bg__none__btn:focus {
    outline: unset;
}
.bg__none__btn:hover,
.bg__none__btn_gray:hover {
    opacity: 0.6;
}

.pc-span{
    display: inline-block;
}

.sp-span{
    display: inline-block;
}
/* Common Header Style Define */
.header {
    padding: 16px 0 0 ;
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba( 0, 0, 0, 16%);
    /* position: sticky;
    top: 0; */
    z-index: 10;
    position: relative;
}
.header.hide{
    transform: translateY(-100%);
}
.header__logo {
    text-align: center;
    margin-bottom: 0;
}
.header__logo img {
    width: 192px;
}
.header-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 850px;
    margin:0 auto;
}
.header-menu__item {
    width: -webkit-fill-available;
    text-align: center;
}
.header-menu__item a {
    text-decoration: unset;
    font-size: 14px;
    color: #3C3C3C;
    font-weight: bold;
    display: block;
    padding: 1em;
}
.header-menu__item a:hover p {
    color: #4EB56F;
}
.header-menu__item a p {
    margin: 0;
}


/* End Common header Style Define */
/* Contact Style Define */
.contact {
    background-color: #FAFAFA;
    padding: 80px 0;
    font-weight: bold;
}
.contact__lead {
    max-width: 780px;
    text-align: center;
    margin: 0 auto 40px;
}
.contact__lead h3{
    font-size: 24px;
}
.contact-item {
    max-width: 780px;
    margin: 0 auto;
}

.contact-item-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 1.6rem;
    margin-bottom:16px;
}
.contact-item-group.radio_btn{
    margin-bottom:39px;
}
.contact-item .contact-item-group:nth-child(13) {
    margin-top: 1.2rem;
}
.contact-item-group__label {
    width: 100%;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-item-group__tag {
    width: 100%;
    max-width: 560px;
    align-items: center;
}

.contact-item-group__tag p.error-message{
    color:red;
    font-size:13px;
    display:none;
}
.contact-item-group__label p {
    font-size: 16px;
    margin: 0 !important;
}
.contact-item-group__label p:nth-child(2) {
    color: #4EB56F;
    margin-right: 2rem !important;
}
.contact-item-group__tag label {
    font-size: 16px;
}
.contact-item-group__tag #person {
    margin-right: 1rem;
    margin-left: 3rem;
    width: unset;
    height: unset;
}
.contact-item-group__tag #company {
    margin-right: 1rem;
    width: unset;
    height: unset;
}
.contact-item-group__tag select {
    width: 100%;
    height: 40px;
    border: 1px solid #AEAEAE;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 4px;
}
.contact-item-group__tag input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #AEAEAE;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 4px;
}
.contact-item-group__tag textarea {
    width: 100%;
    border: 1px solid #AEAEAE;
    font-size: 16px;
    padding: 4px;
}
.contact-item-group__tag input[type="checkbox"] {
    height: 2.6rem;
    border: 1px solid #AEAEAE;
    border-radius: 4px;
    font-size: 16px;
    width: 2rem;
}


/*-------------------iOS Safari--------------------- */

input,textarea,select {
    -webkit-appearance: none;
}
select {
    background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%), linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
    background-size: 5px 5px, 5px 5px;
    background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
    background-repeat: no-repeat;
}

/*-------------------checkbox radiobtn effect--------------------- */
input[type="radio"],
input[type="checkbox"]{
    display: none;
}
input[type="radio"]+label,
input[type="checkbox"]+label{
    padding-left: 25px;
    position: relative;
}
input[type="checkbox"]+label::before,
input[type="checkbox"]+label::after,
input[type="radio"]+label::before,
input[type="radio"]+label::after{
    content: "";
    display: block;
    position: absolute;
    transition: .3s;
}
input[type="checkbox"]+label::before{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #AEAEAE;
    top: 50%;
    left: 2px;
    background-color: #fff;
    transform: translateY(-50%);
}

input[type="radio"]+label::before{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #AEAEAE;
    top: 50%;
    left: 2px;
    background-color: #fff;
    transform: translateY(-50%);
}
input[type="radio"]+label::after{
    opacity: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #4EB56F;
    top: 50%;
    left: 5px;
    transform: translate(0,-50%);
}

input[type="radio"]:checked+label::after{
    opacity: 1;
}

input[type="checkbox"]+label::before{
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #AEAEAE;
    }
input[type="checkbox"]:checked+label::before{
    background-color: #4EB56F;
    border: 1px solid #4EB56F;
}
input[type="checkbox"]:checked+label::after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 5px;
    height: 12px;
    transform: rotate(45deg) translate(-20%,-70%);
    top: 50%;
    left: 3px;
}

.choise:nth-of-type(1){
    margin-right: 42px;
}

/*---------------checkbox radiobtn effect--------------------------- */

.contact-item-group__tag a {
    color: #3C3C3C;
    font-weight: bold;
}
.contact-item__submit {
    margin-top: 4rem;
    text-align: center;
}
.reset {
    display: unset;
    margin-top: 1rem;
}
.label__reset {
    margin-left: 2rem;
}
label {
    margin-bottom: unset;
}
/* End Contact Style Define */

/* Common Footer Style Define */
footer {
    color: #3C3C3C;
    background-color: #f7f7f7;
    padding: 64px 0 24px;
}
.footer-nav {
    padding: 0;
    background-color: #fff;
    z-index: 10;
    border-top: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
}

.footer-nav-menu {
    max-width:812px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin:0 auto;
}

.footer-menu__item {
    width: -webkit-fill-available;
    text-align: center;
}
.footer-menu__item a {
    text-decoration: unset;
    font-size: 14px;
    color: #3C3C3C;
    font-weight: bold;
    display: block;
    padding: 1em;
}
.footer-menu__item a:hover p {
    color: #4EB56F;
}
.footer-menu__item a p {
    margin: 0;
}
.footer-lead {
    margin: 80px auto;
    text-align: center;
    width: 780px;
}
.footer-lead__logo {
    max-width: 240px;
    margin: 0 auto 24px;
}
.footer-lead__logo img {
    width: 100%;
}
.footer-lead__img {
    margin-bottom: 24px;
}
.footer-lead__img img {
    max-width: 400px;
}
.footer-lead__txt {
    margin-bottom: 32px;
}
.footer-lead__txt p {
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.footer-lead__btn {
    margin-top: 32px;
}
.footer-main {
    margin-top: 136px;
    padding-top: 56px;
    background-color: #FAFAFA;
    margin-bottom:64px;
}
.footer-main__lead {
    text-align: center;
    margin-bottom:44px;
}
.footer-main__lead p {
    font-size: 24px;
    font-weight: bold;
}
.footer-app-download {
    margin-top: 43px;
    display: flex;
    flex-direction: row;
    max-width: 780px;
    margin:0 auto;
    justify-content: space-around;
}
.footer-app-download-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
}
.footer-app-download-item__store {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.footer-app-download-item__store-1 {
    width: 71%;
}
.footer-app-download-item__store-1 img {
    width: 100%;
}
.footer-app-download-item__store-2 {
    width: 24%;
}
.footer-app-download-item__store-2 img {
    width: 100%;
}
.footer-app-download-item__phone {
    margin-top: 44.3px;
}
.footer-app-download-item__phone img {
    width: 100%;
}
.footer-app-download .footer-app-download-item:nth-child(1) .footer-app-download-item__store {
    justify-content: space-between;
}
.footer-app-download .footer-app-download-item:nth-child(1) .footer-app-download-item__store .footer-app-download-item__store-1 img {
    width: 80%;
    float: right;
    right: 0;
}
.footer-menu {
    color: #3C3C3C;
    width: 50%;
    margin:0 auto;
}
.footer-menu__lead {
    padding-top: 64px;
}
.footer-menu__lead img {
    width: 150px;
}
.footer-menu-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.footer-menu-item__lead p {
    font-size: 14px;
    font-weight: bold;
    color: #585A5E;
}
.footer-menu-item__link {
    margin-top: 14px;
}
.footer-menu-item__link a {
    font-size: 14px;
    color: #3C3C3C;
    font-weight: bold;
}
.footer-menu-item__link a:hover {
    text-decoration: unset;
}
.footer-menu-item__link a::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url(../img/common/icon.png);
}
.footer-end {
    margin-top: 40px;
}
.footer-end__img img {
    width: 160px;
}
.footer-end-link {
    margin-top: 23.5px;
}
.footer-end-link a {
    font-size: 14px;
    font-weight: bold;
    color: #3C3C3C;
}
.footer-end-link a:hover {
    text-decoration: unset;
}
.footer-end-link a:nth-child(1) {
    margin-right: 30px;
}
.footer-reverse {
    margin: 62px 0 25px 0;
    text-align: center;
    font-weight: bold;
    font-size:12px;
    color:#585A5E;
}
/* End Common Footer Style Define */