@charset "UTF-8";

header {
    display: none;
}

footer {
    display: none;
}

.fluffy {
  animation: fluffy 3s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

section.page_header {
    padding: 120px 0 80px;
    text-align: center;
    border-bottom: 1px solid #eee;
    background-image: url("../img/home/fv_bg_head.svg"), url("../img/home/fv_bg_bottom.svg");
    background-position: left top, right bottom;
    background-size: 50%, 75%;
    background-repeat: no-repeat, no-repeat;
}

section.page_header h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

section.dl {
    padding: 100px 0;
}

.dl_inner {
    max-width: 800px;
    margin: 0 auto;
}

section.dl h2 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    border: 2px solid;
    width: max-content;
    padding: 8px 60px;
    border-radius: 100px;
    margin: 0 auto 30px;
}

.dl_detail_main {
    padding: 1.5%;
    background: #E4007F;
    width: 58%;
    border-radius: 8px;
    text-align: center;
}

.dl_detail_main h3 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 13px;
    color: #fff;
}

.dl_detail {
    display: flex;
    align-items: center;
    margin: 20px 0;
    justify-content: space-between;
}

.dl_thumb {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}

ul.dl_osusume li {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    background: #fff;
    text-align: left;
    color: #E4007F;
    margin-top: 6px;
    padding: 8px 10px;
    border-radius: 4px;
	display: flex;
	align-items: center;
}

ul.dl_osusume li img {
    width: 16px;
    margin-right: 4px;
}

.dl_tel {
    padding: 40px;
    border-radius: 12px;
    margin: 30px 0;
    text-align: center;
    border: 1px solid #ddd;
}

.dl_form {
    padding: 60px 5%;
    background: #f7f7f7;
    border-radius: 12px;
}

.dl_form_cap {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 34px;
}

.dl_form table th {
    font-size: 1.5rem;
    font-weight: 600;
    width: 34%;
    padding: 20px 5% 20px 0;
}

.dl_form table th span {
    padding: 2px 5px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    font-size: 1.2rem;
    margin-right: 8px;
}

.dl_form table td {
    width: 60%;
    padding: 20px 0;
}

.dl_form table {
    width: 80%;
    display: table;
    margin: 0 auto;
}

.radio_area label {
    display: flex;
    margin: 8px 0;
    font-weight: 500;
    align-items: center;
}

.dl_form table td input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.dl_form table td span {
    width: 100%;
    display: block;
}

.radio_area label input {
    display: inline-block!important;
    width: inherit!important;
    margin-right: 8px;
}

.dl_form table td textarea {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    width: 100%;
    height: 150px;
}

.dl_tel h3 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 15px;
}

.dl_tel p {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 15px 0;
}

a.dl_tel_btn {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
}

.dl_tel_hour {
    font-size: 1.3rem;
    font-weight: 400;
}

.agree {
    text-align: center;
    font-size: 1.3rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.agree a {
    font-size: 1.3rem;
    color: #000;
    text-decoration: underline;
}

.agree input {
    margin-right: 8px;
}

input.submit {
    display: block;
    padding: 24px 0;
    background: #E4007F;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    border-radius: 100px;
    width: 80%;
    margin: 40px auto 0;
    border: none;
	border: 1px solid #E4007F;
    transition: all 0.2s ease-in-out 0s;
}

input.submit:hover {
	color: #E4007F;
	border: 1px solid #E4007F;
	background: #fff;
}

.dl_thanks {
    max-width: 1100px;
    margin: 0 auto;
}

.dl_thanks span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

.dl_thanks p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 30px 0;
    line-height: 30px;
}

a.dl_file_btn {
    display: flex;
    padding: 24px 40px;
    text-align: center;
    background: #E4007F;
    color: #fff;
    font-size: 2rem;
    justify-content: center;
    font-weight: 600;
    border-radius: 100px;
    max-width: 400px;
    margin: 0 auto;
}

a.dl_file_btn img {
    width: 30px;
    filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(154deg) brightness(111%) contrast(100%);
    margin-right: 10px;
}

a.back_btn {
    display: block;
    padding: 18px;
    text-align: center;
    background: #eee;
    border-radius: 100px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #888;
    margin: 30px auto 0;
    max-width: 260px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color:#dc3232;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    font-size: 1.3rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color:#46b450;
    color: #000;
    text-align: center;
    padding: 15px 15px;
    font-size: 1.3rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}
.request_form .wpcf7-not-valid-tip {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 3px;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 3px;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
}
.wpcf7-not-valid {
    background-color: #ff00000a;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
section.page_header {
    padding: 80px 0 30px;
}

section.page_header h1 {
    font-size: 2.4rem;
}

section.dl {
    padding: 40px 0;
    min-height: 65vh;
}

.dl_thanks span {
    font-size: 2rem;
}

.dl_thanks p {
    padding: 0 7%;
    font-size: 1.2rem;
    line-height: 24px;
}

a.dl_file_btn {
    width: 80%;
    font-size: 1.5rem;
    padding: 15px 0;
}

a.dl_file_btn img {
    width: 24px;
}

a.back_btn {font-size: 1.3rem;padding: 15px;
}

section.dl h2 {
    font-size: 1.6rem;
    padding: 8px 20px;
}

.dl_inner {
    padding: 0 5%;
}

.dl_detail {
    display: block;
}

.dl_thumb {
    width: 100%;
    margin-bottom: 20px;
}

.dl_detail_main {
    width: 100%;
    padding: 3% 1.5% 1.5%;
}

.dl_tel {
    padding: 30px 5%;
}

.dl_tel h3 {
    font-size: 1.6rem;
}

.dl_tel p {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 0 5%;
}

a.dl_tel_btn {
    font-size: 2.4rem;
    margin-bottom: 5px;
}

.dl_form {
    padding: 30px 5%;
}

.dl_form_cap {
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 30px;
}

.dl_form table {
    width: 100%;
}

.dl_form table th {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 1.4rem;
}

.dl_form table td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 0 0 24px;
}

.dl_form table td input {
    font-size: 1.4rem;
}

.dl_form table th span {
    font-size: 1.1rem;
}

.agree {
    margin: 10px 0;
}

input.submit {
    margin: 30px auto 0;
    width: 100%;
    font-size: 1.5rem;
    padding: 15px 0;
}
}
