@charset "utf-8";
/* CSS Document */
p, ul, li, div, a, img, table, tbody, th, td {
	margin: 0;
	padding: 0;
}
.pc_only {
    display: block;
}
.sp_only {
	display: none;
}
.t18-middle-split {
	margin: 0 auto 0;
	max-width: 1370px;
}
.container {
	max-width: 100%;
	margin: 0;
}
.miniTxt {
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 750px) {
	.container {
    max-width: 96%;
    padding: 0 2%;
    position: relative;
    z-index: 1;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
.miniTxt {
    font-size: 2.2rem;
    line-height: 1;
}
}




/* MV
--------------------------------------------------------------------*/
#mv {
    background: url("/campaign/sale_GV-9ig/images/mv.jpg") no-repeat center center;
    max-width: 1370px;
    min-height: 400px;
    margin: 0 auto;
    background-size: cover;
    position: relative;
}
#mv h1 {
    max-width: 700px;
    display: block;
    font-size: 4.0rem;
    line-height: 1.4;
    position: absolute;
    left: 6%;
    top: 12%;
}
#mv h1 span {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 8px 20px 12px;
    line-height: 1;
    margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
#mv {
    background: url("/campaign/sale_GV-9ig/images/mv-sp.jpg") no-repeat right center;
    max-width: 100%;
    min-height: 219px;
    position: relative;
}
#mv h1 {
    max-width: 66%;
    display: block;
    font-size: 3.3rem;
    line-height: 1.4;
    position: absolute;
    left: 3%;
}
#mv h1 span {
    display: block;
    font-size: 1.6rem;
    padding: 8px 10px 10px;
    margin-bottom: 10px;
    text-align: center;
}
}


/* コンテンツエリア
--------------------------------------------------------------------*/
.section {
    max-width: 950px;
    margin: 0 auto;
}
.section img {
    width: 100%;
    height: auto;
    display: block;
}
.section .t18-middle-1st-section-title {
    margin-bottom: 30px;
}
.section p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0;
}
.section p .hosoku {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 15px 0 0;
    color: #666;
}
.period {
    background: #a30000;
    padding: 10px 20px 15px;
    line-height: 1;
    text-align: center;
    font-size: 4.0rem;
    color: #fff;
    max-width: 1370px;
    margin: 0 auto;
    font-weight: 700;
}
.end {
    padding: 40px 20px 15px;
    line-height: 1;
    text-align: center;
    font-size: 4.0rem;
    color: #a30000;
    max-width: 1370px;
    margin: 0 auto;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
.section p {
    font-size: 2.8rem;
}
.section p .hosoku {
    display: block;
    font-size: 2.0rem;
}
.period {
    font-size: 3.6rem;
    max-width: 100%;
}
.end {
    font-size: 3.6rem;
    max-width: 100%;
}
}


.price {
    font-size: 4.0rem !important;
    text-align: center;
    font-weight: 700;
}
.price span {
    display: block;
    font-size: 2.0rem;
    font-weight: 300;
}
.pointTxt {
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
}
@media screen and (max-width: 750px) {
.price {
    font-size: 4.2rem !important;
}
.price span {
    font-size: 2.4rem;
    font-weight: 400;
}
.pointTxt {
    display: block;
    font-size: 3.2rem;
}
}


.imgs, .card {
    display: flex;
    list-style: none;
    max-width: 950px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgs li:first-child {
    margin-bottom: 30px;
}
.imgs li.half {
    width: 49.5%;
}
.card li {
    margin-bottom: 30px;
}
.card li:nth-child(1), .card li:nth-child(3), .card li:nth-child(6), .card li:nth-child(8), .card li:nth-child(9), .card li:nth-child(11) {
    border: 1px solid #fbf5f5;
    border-radius: 10px;
    background: #fbf5f5;
}
.card li:nth-child(2), .card li:nth-child(4), .card li:nth-child(5), .card li:nth-child(7), .card li:nth-child(10), .card li:nth-child(12) {
    border: 1px solid #adadad;
    border-radius: 10px;
    background: #fff;
}
.card li.bdr {
    border: 1px solid #adadad;
    border-radius: 0 !important;
}
@media screen and (max-width: 750px) {
.imgs, .card  {
    display: block;
    max-width: 100%;
}
.imgs li {
    margin-bottom: 15px;
    width: 100%;
}
.imgs li.half {
    width: 100%;
}
.card {
    display: flex;
    list-style: none;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card li {
    width: 49%;
    margin-bottom: 2%;
}
.card li:nth-child(1), .card li:nth-child(4), .card li:nth-child(5), .card li:nth-child(8), .card li:nth-child(9), .card li:nth-child(12) {
    border: 1px solid #fbf5f5;
    border-radius: 10px;
    background: #fbf5f5;
}
.card li:nth-child(2), .card li:nth-child(3), .card li:nth-child(6), .card li:nth-child(7), .card li:nth-child(10), .card li:nth-child(11) {
    border: 1px solid #adadad;
    border-radius: 10px;
    background: #fff;
}
.card li.bdr {
    border: 1px solid #adadad;
    border-radius: 0 !important;
}
}


.feature {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 20px;
}
.feature li {
    width: 31%;
    font-size: 1.6rem;
    line-height: 1.6;
}
.feature li .leadMini {
    text-align: center;
    display: block;
    margin-bottom: 5px;
    font-weight: 200;
    line-height: 1;
}
.feature li .lead {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
}
.feature li img {
    display: block;
    margin: 15px 0;
}
@media screen and (max-width: 750px) {
.feature {
    display: block;
}
.feature li {
    width: 100%;
    font-size: 3.0rem;
    margin-bottom: 50px;
}
.feature li .leadMini {
    text-align: center;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}
.feature li .lead {
    margin-bottom: 20px;
    font-size: 5.0rem;
}
.feature li img {
    margin: 20px 0;
}
}


.detail {
    width: 100%;
    display: table;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border-top: 1px solid #adadad;
    font-size: 1.6rem;
}
.detail th, .detail td {
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px 15px;
    border-bottom: 1px solid #adadad;
}
.detail th {
    border-right: 1px solid #adadad;
    background: #f4f5f6;
}
.detail td.row {
    border-right: 1px solid #adadad;
    background: #f4f5f6;
}
.spechosoku, .attention {
    line-height: 1.6;
    margin: 15px 0 0;
    font-feature-settings: "palt";
}
.spechosoku p, .attention p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}
.spechosoku .spec {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.spechosoku .spec dt {
    width: 11%;
    margin: 0;
    padding: 0;
}
.spechosoku .spec dd {
    width: 89%;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    padding-left: 1.5em;
    text-indent:  -1.5em;
}
.spechosoku .spec dd::before {
    content: "：　";
}
.attention {
    border-top: 1px solid #adadad;
    padding-top: 15px;
}
.red {
    color: #a30000;
    font-weight: 700;
    margin-top: 20px !important;
}
@media screen and (max-width: 750px) {
.detail {
    margin: 40px 0 0;
    font-size: 2.0rem;
}
.detail th, .detail td {
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px 15px;
    border-bottom: 1px solid #adadad;
}
.detail th {
    border-right: 1px solid #adadad;
    background: #f4f5f6;
}
.detail td.row {
    border-right: 1px solid #adadad;
    background: #f4f5f6;
}
.spechosoku p, .attention p {
    font-size: 1.8rem;
}
.spechosoku .spec dt {
    width: 25%;
    font-size: 1.6rem;
}
.spechosoku .spec dd {
    width: 75%;
    font-size: 1.6rem;
}
}


.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
.t18-list-before-pdf-icon {
    background: #f0f0f0;
    padding:  20px 20px 5px;
}

.contact {
    display: block;
    border: 1px solid #cc0000;
    margin: 0;
    padding: 3.5% 4% 4%;
    text-align: center;
    background: #fff;
}
.contact p {
    font-size: 2.0rem;
    line-height: 1.6;
}
.contact p.btn a {
    background: #cc0000;
    color: #fff;
    border-radius: 30px;
    max-width: 300px;
    display: block;
    margin: 20px auto 0;
    padding: 10px;
    border: 2px solid #cc0000;
    text-decoration: none;
}
.contact p.btn a:hover {
    background: #fff;
    color: #cc0000;
    border-radius: 30px;
    border: 2px solid #cc0000;
}
@media screen and (max-width: 750px) {
.contact {
    padding: 5%;
    border: 2px solid #cc0000;
}
.contact p {
    font-size: 3.6rem;
    line-height: 1.6;
    text-align: left;
}
.contact p.btn a {
    background: #cc0000;
    color: #fff;
    border-radius: 60px;
    max-width: 400px;
    display: block;
    margin: 30px auto 0;
    padding: 10px;
    border: 2px solid #cc0000;
    text-decoration: none;
    text-align: center;
}
.contact p.btn a:hover {
    background: #fff;
    color: #cc0000;
    border-radius: 60px;
    border: 2px solid #cc0000;
}
}






