@charset "utf-8";
@import url("/css/common.css");

.slider {
    margin-top: 100px;
}
@media (max-width: 767px) {
    .slider {
	width: 100%;
    margin-top: 0px;
    }
}

.slider img{
    width: 100%;
}

.slick-dots {
    bottom:-25px;
}


.slide-dots {
    text-align: center;
    position: relative;
    margin-top: -50px;
}
@media (max-width: 767px) {
    .slide-dots {
	display:none !important;
    }
}

.slide-dots li {
    display: inline-block;
    margin: 0 15px;
}

.slide-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide-dots li button::before {
    font-family: slick;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.slick_container {
    position:relative;
}
.slick-prev, .slick-next {
    width:60px; /* 画像幅 */
    height:34px /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{position:absolute; left:20px; top: 45%; /* 任意の値 */}
.slick-next{position:absolute; right:20px; top: 45%; /* 任意の値 */}

.slick-arrow{z-index:10;/* 値は適当に */}

.TopBox1 {
    text-align: center;
    padding: 40px 35px;
}
.TopBox1__Title {
    border-bottom: 5px solid #006f7b;
    width: 380px;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.TopBox1__Title h2 {
    color: #006f7b;
    font-size: 2.4rem;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-family: 'Archivo Black', sans-serif;
}
@media (max-width: 767px) {

.TopBox1__Title {
    border-bottom: 2px solid #006f7b;
    width: 100%;
}
.TopBox1__Title h2 {
    color: #006f7b;
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-family: 'Archivo Black', sans-serif;

}    
}
.TopBox1__Head span {
    color: #006f7b;
    font-size: 1.2rem;
    font-weight: bold;
}
.TopBox1__Body {
    text-align: center;
    margin-top: 45px;
    color: #006f7a;
}
.TopBox1__Body p{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
}
.TopBox1__Body span {
    border-bottom: double;
    border-color: #ffaa3f;
    border-width: 8px;
}
.TopBox1__Image {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .TopBox1 {
	text-align: center;
	padding: 20px 0px 0px;
    }
    .TopBox1__Body {
	margin-top: 20px;
    }
    .TopBox1__Body p{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
    }
}

.TopBox2 {
    background-color: #3685a6;
    margin-top: 200px;
}
.TopBox2__Row {
    display: flex;
    justify-content: space-between;
}
.TopBox2__Left {
    flex: 1 1 50%;
}
.TopBox2__Right {
    flex: 1 1 50%;
}
.TopBox2__Left img, .TopBox2__Right img {
    margin-top: -150px;
}
@media (max-width: 767px) {

    .TopBox2 {
	display: none;
    }
    .TopBox2SP {
	display: block;
	background-color: #3685a6;
	margin-top: 150px;
	position: relative;
	padding-bottom: 20px;

    }
    .TopBox2SP:nth-child(n+2) {
	margin-top: 150px;
    }
    .TopBox2SP1_Img {
	text-align: center;
    }    
    .TopBox2SP1_Img img {
	margin-top: -150px;
    }
    .TopBox2SP1_Text {
	color: #fff;
	margin-top: 20px;
	line-height: 1.8;
	font-size: 14px;
    }
    .TopBox2SP1_Text ul li {
	margin-bottom: 10px;
    }
    .TopBox2SP .orangeBtn {
	text-align: center;
	margin: 20px auto;
	width: 100%;
    }

}


.TopBox2 h3 {
    font-size: 3rem;
}
.TopBox2__TextRow {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-bottom: 50px;
}
.TopBox2__TextLeft {
    flex: 1 1 50%;
    padding-left: 60px;
    color: #fff;
    font-size: 1.0rem;
    line-height: 2.2;
    
}
.TopBox2__TextRight {
    flex: 1 1 50%;
    padding-left: 80px;
    color: #fff;
    font-size: 1.0rem;
    line-height: 2.2;
    
}

.TopBox2Logo {
    margin-top: -120px;
}



.TopBox3 {
    text-align: center;
    padding: 40px 35px;
}
.TopBox3__Title {
    border-bottom: 3px solid #006f7b;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.TopBox3__Title h2 {
    color: #006f7b;
    font-size: 25px;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.TopBox3__Logo {
    margin-top: 20px;
}
.TopBox3__Head span {
    color: #006f7b;
    font-size: 1.2rem;
    font-weight: bold;
}
.TopBox3__Body {
    text-align: center;
}
.TopBox3__Body {
}
.TopBox3Body__Text {
    text-align: center;
    margin-top: 0px;
}
.TopBox3Body__Text p {
    color: #006e79;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: bold;
}
.TopBox3Body__Text span {
    border-bottom: double;
    border-color: #ffaa3f;
    border-width: 8px;    
}
.ToppsSealBox {
    display: flex;
    justify-content: space-between;
}
.ToppsSealBox__Left {
    flex: 1 1 45%;
    position: relative;
}
.ToppsSealBox__Right {
    flex: 1 1 45%;
    position: relative;
}

.ToppsSealText {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    margin-top: -30px;
    z-index: 100;
    width: 80%;
    left: 10%;
    text-align: center;
}
.ToppsSealText h4 {
    color: #006e79;
    font-size: 2rem;
    border-bottom: 3px solid #006e79;
    padding-bottom: 10px;
    font-weight:bold;
    letter-spacing: 0.02rem;
}

.ToppsSealText p {
    margin-top: 15px;
    color: #006e79;
}


@media (max-width: 767px) {
.TopBox3Body__Text span {
    border-bottom: none;
}

    .TopBox3 {
	text-align: center;
	padding: 0px;
	margin-top: 30px;
    }    
    .TopBox3__Title {
	width: 80%;
	border-bottom: 3px solid #006f7b;
	padding-bottom:10px;
    }
.TopBox3__Title h2 {
    color: #006f7b;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.02em;
}    
    .TopBox3__Body {
	display: block;
    }
    .TopBox3Body__Img {
	width: 60%;
	margin: 0 auto;
	text-align: center;
    }
    .TopBox3Body__Text {
	margin: 0;
	text-align: center;
	margin-top: 20px;
    }
    .TopBox3Body__Text p{
	font-size: 13px;
	line-height: 1.6;
    }
    .ToppsSealBox {
	display: block;
    }
    .ToppsSealBox:first-child {
	margin-top: 0px;
    }
    
    .ToppsSealBox__Left {
	width: 100%;
	position: relative;
	display: block;
    }
    .ToppsSealBox__Right {
	width: 100%;
	position: relative;
	display: block;
	margin-top: 30px;
    }
    .ToppsSealBox__Left:first-child {
	margin-top: 30px;
    }
    .ToppsSealText {
	padding: 5px;
	background-color:rgba(255,255,255,0.8);
    width: 100%;
    left: 0%;
    margin-top:0px;
    position: relative;
    }

    .ToppsSealText h4 {
	color: #006e79;
	font-size: 1.2rem;
	border-bottom: 3px solid #006e79;
	padding-bottom: 10px;
	font-weight:bold;
    }

    .ToppsSealText p {
	font-size: 14px;
	line-height:1.6;
    }
}



.TopBox4 {
    margin-top: 50px;
    text-align: center;
}

.TopBox4__Title h2 {
    color: #006f7b;
    font-size: 1.6rem;
    position: relative;
    font-weight: bold;
    line-height: 2;
}
.TopBox4__Title h2 span {
    border-bottom: double;
    border-color: #ffaa3f;
    border-width: 8px;    
}


@media (max-width: 767px) {
    .TopBox4 {
	margin-top: 20px;
    }
.TopBox4__Title h2 {
    color: #006f7b;
    font-size: 14px;
    position: relative;
    font-weight: bold;
    line-height: 2;
}

.DataTable2 table.table td {
    background-color: #fff;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #333;
    width: 33%;
    font-size: 11px;
}
.DataTable2 table.table td img {
    width: 80px;
}
.DataTable2 table.table th{
    background-color: #e8e8e8;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #333;
    width: 20%;
    font-size: 11px;
}
.ToppsProduct {
    display: block;
}
.ToppsProduct__Left {
    width: 100%;
}
.ToppsProduct__Right {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
}

}



.swiper-container {
    margin-top: 120px;
}
@media (max-width: 767px) {
.swiper-container {
    margin-top: 0px;
}

.swiper-button-next, .swiper-button-prev {
    display:none;
}
}

