@charset "utf-8";

.backup .headline1,
.ylady-form .headline1 {
    font-size: 26px;
    font-weight: bold;
    color: rgba(26, 100, 190, 1);
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
}
.ylady-form .txt1 {
    max-width: 960px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .backup .headline1,
    .ylady-form .headline1 {
        font-size: 18px;
    }
    .ylady-form .txt1 {
        font-size: 15px;
    }
}
@media only screen and (max-width: 640px) {
    .backup .headline1,
    .ylady-form .headline1 {
        font-size: 16px;
    }
    .ylady-form .txt1 {
        font-size: 14px;
    }
}

/* backup */
.backup .wrap2 {
	padding-bottom: 60px;
}
.backup-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    text-align: center;
    margin-bottom: 30px;
}
.backup .photo1 {
    max-width: 540px;
    margin: 0 auto 30px;
}
.backup .photo1 img,
.backup .photo3 img,
.backup .photo4 img {
    border-radius: 10px;
}
.backup .photo3,
.backup .photo4 {
    margin-top: 30px;
}
.backup .photo4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.backup .photo3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.backup .photo3 ul li {
    width: 32%;
    margin-right: 15px;
}
.backup .photo3 ul li:last-child {
    margin-right: 0;
}
.backup .photo4 ul li {
    width: 24%;
}
.backup .top-frame-red {
    padding: 40px;
    margin: 0 auto;
}
.backup .graph {
    max-width: 800px;
    margin: 30px auto 0;
}
.backup .graph .sp {
    display: none;
}
@media only screen and (max-width: 768px) {
    .backup .wrap2 {
        padding-bottom: 40px;
    }
    .backup .frame-red p {
        font-size: 15px;
    }
    .backup .top-frame-red {
		padding: 30px 20px;
    }
    .backup-title {
        font-size: 18px !important;
    }
    .backup .photo3 ul li,
    .backup .photo4 ul li {
        width: 48%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .backup-title {
        font-size: 16px !important;
    }
    .backup .graph {
        max-width: 240px;
        margin: 20px auto 0;
    }
    .backup .graph .pc {
        display: none;
    }
    .backup .graph .sp {
        display: block;
    }
    
}
@media only screen and (max-width: 480px) {
    .backup .photo3 ul li,
    .backup .photo4 ul li {
        width: 100%;
    }
}

/* oneday */
.oneday-flow {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.oneday-flow > div {
    width: 48%;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 0 20px 20px;
}
.oneday-flow-title {
    background-color: rgba(255, 223, 129, 1);
    border-radius: 20px 20px 0 0;
    margin: 0 -20px 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.oneday-flow-title dt {
    width: 46px;
    margin-right: 15px;
}
.oneday-flow-title dd {
    font-size: 20px;
    font-weight: bold;
    color:rgba(27, 90, 160, 1);
    line-height: 1.2;
}
.oneday-flow-title dd .time {
    color:rgba(230, 0, 57, 1);
    margin-right: 15px;
}

.oneday-photo {
    margin: 0 auto 20px;
}
.oneday-photo img {
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    .oneday-flow > div {
        width: 100%;
        max-width: 560px;
        margin: 0 auto 40px;
        border-radius: 10px;
        padding: 0 15px 20px;
    }
    .oneday-flow-title {
        border-radius: 10px 10px 0 0;
        margin: 0 -15px 20px;
        padding: 15px 15px;
    }
    .oneday-flow-title dt {
        width: 38px;
        margin-right: 10px;
    }
    .oneday-flow-title dd {
        font-size: 17px;
    }
    .oneday-flow-title dd .time {
        margin-right: 10px;
    }
    .oneday-flow > div p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 640px) {
    .oneday-flow-title dt {
        width: 32px;
    }
    .oneday-flow-title dd {
        font-size: 16px;
    }
}





/* center */
.center-area {
    font-size: 20px;
    font-weight: bold;
    color: rgba(26, 100, 190, 1);
    text-align: center;
    margin-bottom: 30px;
}
.center-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.center-list li {
    width: calc((100% - 30px) / 3);
    margin: 0 15px 15px 0;
    border: 1px solid rgba(230, 0, 57, 1);
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(230, 0, 57, 1);
    padding: 15px;
    background: rgb(254,244,214);
    background: linear-gradient(0deg, rgba(254,244,214,1) 0%, rgba(255,255,255,1) 100%);
}
.center-list li:nth-child(3n) {
    margin-right: 0;
}
.center-name {
    font-weight: bold;
}
.center-list li p {
    font-size: 15px;
}
.ylady-request-btn {
    max-width: 240px;
    margin: 15px auto 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.ylady-request-btn a {
    display: block;
    padding: 5px;
    color: #fff;
    background-color: rgba(230, 0, 57, 1);
    border-radius: 40px;
}
.ylady-request-btn a:hover {
    text-decoration: none;
    background-color: rgba(230, 0, 57, 0.8);
}
.link-btn {
    max-width: 320px;
    margin: 0 auto 20px;
    border: 2px solid rgba(230, 0, 57, 1);
    box-shadow: 3px 3px 0 rgba(230, 0, 57, 1);
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
}
.link-btn a {
    display: block;
    padding: 15px;
    color: rgba(230, 0, 57, 1);
    background-image: url(../../img/arrow-right-cosme.svg);
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: center right 10px;
    background-color: #fff;
    border-radius: 8px;
}
.link-btn a:hover {
    text-decoration: none;
	background-color: #FEF4D6;
    border-radius: 8px;
}
.contact-title {
    font-size: 26px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    text-align: center;
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    .center-area {
        font-size: 16px;
    }
    .center-list {
        margin-bottom: 40px;
    }
    .center-list li {
        width: calc((100% - 15px) / 2);
    }
    .center-list li:nth-child(3n) {
        margin-right: 15px;
    }
    .center-list li:nth-child(2n) {
        margin-right: 0;
    }
    .contact-title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 640px) {
    .center-list li {
        width: 100%;
        margin-right: 0;
    }
    .center-list li:nth-child(3n) {
        margin-right: 0;
    }
    .contact-title {
        font-size: 18px;
    }
}


/* faq */
.faq-list {
    max-width: 1120px;
    margin: 40px auto;
    padding: 40px;
    background-color: #fff;
    border: 3px solid rgba(230, 0, 57, 1);
    border-radius: 20px;
    box-shadow: 5px 5px 0 rgba(230, 0, 57, 1);
}
.faq-list dl dt {
    font-size: 17px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    margin-bottom: 15px;
    padding: 5px;
    border-bottom: 1px dotted rgba(230, 0, 57, 1);
}
.faq-list dl dd {
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .faq-list {
        margin: 0 auto;
        padding: 30px 20px;
        border-radius: 10px;
        box-shadow: 5px 5px 0 rgba(230, 0, 57, 1);
    }
    .faq-list dl dt {
        font-size: 15px;
    }
    .faq-list dl dd {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

/* voice */
.voice-message {
    max-width: 1120px;
    margin: 40px auto;
    padding: 40px;
    background-color: #fff;
    border: 3px solid rgba(230, 0, 57, 1);
    border-radius: 20px;
    box-shadow: 5px 5px 0 rgba(230, 0, 57, 1);
}
.voice-message ul {
    background-color: #FFF3F3;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.voice-message .voice-photo {
    max-width: 320px;
}
.voice-message .voice-photo img {
    border-radius: 10px;
}
.voice-message ul li:first-child {
    width: 35%;
}
.voice-message ul li:last-child {
    width: 65%;
    padding-left: 30px;
}
.voice-message ul li:last-child h3 {
    font-size: 20px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
}
.voice-message ul li:last-child p {
    font-size: 14px;
    margin-top: 10px;
}
.voice-message dl dt {
    font-size: 17px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    margin-bottom: 15px;
    padding: 5px;
    border-bottom: 1px dotted rgba(230, 0, 57, 1);
}
.voice-message dl dd {
    margin-bottom: 30px;
}
.voice-message dl dd p {
    margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
    .voice-message {
        margin: 0 auto 40px;
        padding: 30px 20px;
        border-radius: 10px;
        box-shadow: 5px 5px 0 rgba(230, 0, 57, 1);
    }
    .voice-message ul {
        flex-direction: column-reverse;
    }
    .voice-message .voice-photo {
        margin: 10px auto 0;
    }
    .voice-message ul li:first-child {
        width: 100%;
    }
    .voice-message ul li:last-child {
        width: 100%;
        padding-left: 0;
    }
    .voice-message ul li:last-child h3 {
        font-size: 18px;
        text-align: center;
    }
    .voice-message ul li:last-child p {
        text-align: center;
    }
    .voice-message dl dt {
        font-size: 15px;
    }
    .voice-message dl dd {
        font-size: 15px;
        margin-bottom: 20px;
    }
}


/* ylady-form */
.ylady-form .photo2 {
    margin: 40px auto 80px;
}
.ylady-form .photo2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ylady-form .photo2 li {
    width: 48%;
}
.ylady-form .photo2 img {
    border-radius: 10px;
}

.border-yakult {
	background-image: url(../../img/line1.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-size: auto 10px;
}
.form-job table {
    width: 100%;
}
.form-job table tr:nth-child(2n+1) {
    background-color: #F5FAFF;
}
.form-job table th,
.form-job table td {
    border: 1px solid #ccc;
    padding: 10px;
}
.form-job table th {
    font-weight: bold;
    color: rgba(26, 100, 190, 1);
    width: 160px;
    white-space: nowrap;
}
.required {
    color: rgba(230, 0, 57, 1);
    font-size: 0.7em;
}
.form-attention {
    max-width: 1120px;
    margin: 0 auto 30px;
}
.form-attention p {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}
.thanks {
    margin: 0 auto;
}
.thanks p {
    text-align: center;
}
.thanks-txt {
    font-size: 26px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    margin-bottom: 20px;
}
.formArea table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
}
.formArea table th {
    font-weight: bold;
    padding: 10px;
    white-space: nowrap;
    width: 10em;
}
.formArea table th span {
    display: block;
}
.formArea table td {padding: 10px;}
.work-location {
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
    .form-job table {
        border-bottom: 1px solid #ccc;
    }
    .form-job table th,
    .form-job table td {
        font-size: 15px;
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .form-job table td {
        border-top: none;
        padding-top: 0;
    }
    .formArea table th {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
    }
    .formArea table th span {
        display: inline;
    }
    /*.formArea table th span::before {
        content: "・";
    }*/
    .formArea table td {
        display: block;
        width: 100%;
        padding: 0 0 10px;
        font-size: 15px;
    }
}

.formArea .input01,
.formArea .input02,
.formArea .input03 {
    width: 100%;
    padding: 4px;
    font-size: 0.94em;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.formArea .input03 {
    width: 4em;
}
.formArea .select01 {
    padding: 4px;
    font-size: 0.94em;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.formArea p {
    font-size: 14px;
    margin: 10px 0;
}
.formArea .room-list {
    display: flex;
}
.formArea .room-list li {
    margin-right: 1em;
}
@media only screen and (max-width: 480px) {
    .formArea .room-list {
        display: block;
    }
    .formArea .room-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.formBtn ul {
    max-width: 300px;
    margin: 0 auto;
}
.formBtn ul li:nth-child(1) {width: 100%;}
.formBtn ul li:nth-child(2) {
    width: 100px;
    margin: 10px auto 0;
}
.formBtn button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    background: #fff;
}
.formBtn button.btn1 {
    width: 100%;
    margin: 0 auto;
    display: block;
    background-image: url(../../img/arrow-right-white.svg);
    background-size: 10px auto;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-color: rgba(230,0,57,1);
    border-radius: 8px;
    color: #fff;
    line-height: 1;
    padding: 25px 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
.formBtn button.btn1:hover {
    background-color: rgba(230,0,57,0.8);
}
.formBtn button.btn2 {
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 8px;
}
.thanks-message1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.thanks-message2 {
    margin-left: 1.5em;
}
.thanks-message2 li {
    list-style: disc;
    font-size: 0.94em;
}
.ladyInfo .freeD img {
    width: 60px;
    margin-right: 5px;
}
.ladyInfo .freeD {
    display: flex;
    margin-bottom: 5px;
}
.ladyInfo .freeD p {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.ladyInfo {
    margin: 60px auto 0;
    width: 21rem;
    padding: 0 15px;
}
.ladyInfo-name {
    margin-bottom: 5px;
}
.ladyInfo .txt1 {
    font-size: 14px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .formBtn button.btn1 {
        font-size: 16px;
    }
    .formBtn button.btn2 {
        font-size: 14px;
    }
    .ladyInfo {
        margin: 40px auto 0;
        width: 21rem;
    }
}
@media only screen and (max-width: 480px) {
    .ladyInfo .freeD p {
        font-size: 30px;
    }
    .ladyInfo {
        width: 20rem;
    }
    .ladyInfo .txt1 {
        font-size: 13px;
    }
    .ladyInfo .txt1 {
        font-size: 13px;
    }
}
.photo-span {
    text-align: center;
    font-size: 0.8em;
    display: block;
    margin-top: 5px;
}
.seft-logo {
    width: 12% !important;
}
@media screen and (max-width: 768px) {
    .seft-logo {
        width: 34% !important;
    }
}
.sub {
    font-size: 15px !important;
}