@charset "UTF-8";
/* CSS Document */




/* information
---------------------*/
#information {
	border-top: solid 1px #ddd;
}




/* ranking
----------------- */
#ranking .tabs {
	position: relative;
}
	#ranking .tabs .tab-buttons {
		margin-bottom: 75px;
	}
		#ranking .tabs .tab-buttons span {
			width: 20%;
			height: 40px;
			font-size: 1.5rem;
			font-weight: 600;
			text-align: center;
			cursor: pointer;
			border-bottom: 1px solid #D9D9D9;
		}
		#ranking .tabs .tab-buttons #lamp {
			width: 20%;
			height: 2px;
			background: #000;
			display: block;
			position: absolute;
			top: 38.5px;
			transition: all .3s ease-in;
			-o-transition: all .3s ease-in;
			-webkit-transition: all .3s ease-in;
			-moz-transition: all .3s ease-in;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content1 {
			left: 0;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content2 {
			left: 20%;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content3 {
			left: 40%;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content4 {
			left: 60%;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content5 {
			left: 80%;
		}

		#ranking .tabs .tab-buttons.column3 span {
			width: 33.3333333%;
		}

		#ranking .tabs .tab-buttons.column3 #lamp {
			width: 33.3333333%;
		}
		#ranking .tabs .tab-buttons.column3 #lamp.content1 {
			left: 0;
		}
		#ranking .tabs .tab-buttons.column3 #lamp.content2 {
			left: 33.3333333%;
		}
		#ranking .tabs .tab-buttons.column3 #lamp.content3 {
			left: 66.6666666%;
		}




/* set
---------------------*/
.set {
	margin-bottom: 100px;
}
.set:nth-last-child(1) {
	margin-bottom: 0;
}
	.set h2 {
		font-size: 2.4rem;
		line-height: 1.3em;
		margin-bottom: 25px;
		padding-bottom: 15px;
		border-bottom: solid 1px #ddd;
	}

	.set h3 {
		font-size: 2.0rem;
		line-height: 1.3em;
		margin-bottom: 15px;
	}

	.set .txt {
		margin-bottom: 15px;
	}
	.set .txt:nth-last-child(1) {
		margin-bottom: 0;
	}
	.set .txt-right {
		text-align: right;
	}
		.set .txt a {
			color: #FF5F56;
			text-decoration: underline;
		}
		.set .txt a:hover {
			text-decoration: none;
		}

	.set ul.list-txt li {
		font-size: 1.5rem;
		line-height: 1.6em;
		margin-bottom: 5px;
	}
	.set ul.list-txt li:nth-last-child(1) {
		margin-bottom: 0;
	}

	.set .cell {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: dashed 1px #ddd;
	}
	.set .cell:nth-last-child(1) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}




/* anchor
---------------------*/
.anchor li {
	width: 33.3333333%;
}
	.anchor li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 44px;
		font-size: 1.5rem;
		font-weight: 600;
		text-align: center;
		border-bottom: 1px solid #D9D9D9;
	}
	.anchor li a:hover {
		border-bottom: 1px solid #000;
	}




/* column02-box
---------------------*/
.column02-box {
	margin-top: 100px;
	padding-top: 100px;
	border-top: solid 1px #ddd;
}
#flow.column02-box {
	margin-top: 0;
	padding-top: 100px;
	border-top: none;
}
.column02-box:nth-last-child(1) {
	margin-bottom: 0;
}
	.column02-box h2 {
		width: 270px;
		font-size: 2.0rem;
		line-height: 1.3em;
	}

	.column02-box h3 {
		font-size: 1.8rem;
		line-height: 1.3em;
		margin-top: 20px;
		margin-bottom: 8px;
	}

	.column02-box .area {
		width: -webkit-calc(100% - 270px);
		width: calc(100% - 270px);
	}
		.column02-box .area .txt {
			margin-bottom: 15px;
		}
		.column02-box .area .txt:nth-last-child(1) {
			margin-bottom: 0;
		}

		.column02-box .area .flowbox {
			display: flex;
			justify-content: space-between;
			align-items: center;
			background: #F7F7F7;
			border-radius: 10px;
			margin-bottom: 10px;
			padding: 30px 0;
		}
			.column02-box .area .flowbox .head {
				width: 200px;
				text-align: center;
				border-right: solid 1px #ddd;
			}
				.column02-box .area .flowbox .head .en {
					display: block;
					font-size: 1.2rem;
					line-height: 1.3em;
					margin-bottom: 10px;
				}
				.column02-box .area .flowbox .head .jp {
					display: block;
					font-size: 1.5rem;
					line-height: 1.3em;
				}

			.column02-box .area .flowbox .text {
				width: -webkit-calc(100% - 200px);
				width: calc(100% - 200px);
				padding: 0 30px;
			}

		.column02-box .area .textbox {
			border: solid 1px #ddd;
			border-radius: 10px;
			padding: 30px;
			margin-top: 30px;
		}




/* table01
---------------------*/
.table01 {
	width: 100%;
	border-collapse: collapse;
}
	.table01 th {
		border: solid 2px #FFE100;
		background: #FFFBEB;
		width: 240px;
		padding: 12px 18px;
		font-size: 1.5rem;
		line-height: 1.3em;
		font-weight: 500;
		text-align: left;
	}
	.table01 td {
		border: solid 2px #FFE100;
		background: #fff;
		padding: 12px 18px;
		font-size: 1.5rem;
		line-height: 1.5em;
		font-weight: 400;
		text-align: left;
	}
		.table01 td a {
			text-decoration: underline;
		}
		.table01 td a:hover {
			text-decoration: none;
		}

		.table01 td img {
			display: block;
			width: auto;
			margin-bottom: 5px;
		}
		.table01 td .paypay {
			height: 40px;
		}
		.table01 td .amazon {
			height: 24px;
		}
		.table01 td .visa {
			height: 24px;
		}
		.table01 td .mastercard {
			height: 34px;
		}
		.table01 td .diners {
			height: 30px;
		}

		.table01 td .flexbox {
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}




/* table02
---------------------*/
.table02 {
	width: 100%;
	border-collapse: collapse;
}
	.table02 th {
		border: solid 2px #FFE100;
		background: #FFFBEB;
		padding: 12px 18px;
		font-size: 1.5rem;
		line-height: 1.3em;
		font-weight: 500;
		text-align: center;
	}
		.table02 th span {
			font-weight: 700;
		}

	.table02 td {
		border: solid 2px #FFE100;
		background: #fff;
		padding: 12px 18px;
		font-size: 1.5rem;
		line-height: 1.5em;
		font-weight: 400;
		text-align: center;
	}




/* acbox
---------------------*/
.acbox {
	background: #F7F7F7;
	margin-bottom: 15px;
	border-radius: 10px;
}
.acbox:nth-last-child(1) {
	margin-bottom: 0;
}
	.acbox h2 {
		padding: 20px 50px 20px 50px;
		background: url(https://dogtree.itembox.design/item/icon/common/icon_open.svg?d=20231205200130) no-repeat right 20px center;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.3em;
		cursor: pointer;
		position: relative;
	}
	.acbox h2.active {
		background: url(https://dogtree.itembox.design/item/icon/common/icon_close.svg?d=20231205200130) no-repeat right 20px center;
	}
	.acbox h2:before {
		content: "Q";
		font-size: 1.8rem;
		font-style: italic;
		line-height: 1.3em;
		color: #A2A2A2;
		position: absolute;
		top: 20px;
		left: 20px;
	}


	.acbox .text {
		display: none;
		padding: 0 20px 20px 50px;
		position: relative;
	}
	.acbox .text:before {
		content: "A";
		font-size: 1.8rem;
		font-weight: 500;
		font-style: italic;
		line-height: 1.3em;
		color: #FF5F56;
		position: absolute;
		top: 2px;
		left: 20px;
	}



/* contact-detail
---------------------*/
#contact-detail dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
    #contact-detail dl dt {
        width: 250px;
        font-size: 1.6rem;
        line-height: 1.4em;
        margin-bottom: 0;
    }
        #contact-detail dl dt .min-txt {
            font-size: 1.4rem;
        }
        #contact-detail dl dt .required {
            font-size: 1.2rem;
            padding-left: 10px;
            color: #dc4a26;
        }

    #contact-detail dl dd {
        width: calc(100% - 250px);
    }
        #contact-detail dl dd .mb {
            margin-bottom: 10px;
        }

        #contact-detail dl dd input {
            background: #f2f2f2;
            border: none;
            padding: 20px;
            font-size: 1.6rem;
            border-radius: 6px;
        }
        #contact-detail dl dd.half input {
            width: 49%;
        }
        #contact-detail dl dd.half input:nth-child(1) {
            margin-right: 2%;
        }
        #contact-detail dl dd.tel input {
            width: 150px;
        }
        #contact-detail dl dd .access input {
            width: 100px;
        }

        #contact-detail dl dd textarea {
            background: #f2f2f2;
            border: none;
            height: 220px;
            padding: 20px;
            font-size: 1.6rem;
            border-radius: 6px;
        }

        #contact-detail dl dd .cp_ipselect.cp_sl02 {
            overflow: hidden;
            width: 100%;
            text-align: center;
            position: relative;
            border: none;
            border-radius: 6px;
            background: #f2f2f2;
        }
        #contact-detail dl dd .cp_ipselect.cp_sl02::before {
            position: absolute;
            top: 28px;
            right: 0.9em;
            width: 0;
            height: 0;
            padding: 0;
            content: "";
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #191718;
            pointer-events: none;
            z-index: 2;
        }
        #contact-detail dl dd .cp_ipselect.cp_sl02::after {
            content: "";
            width: 40px;
            height: 100%;
            background: #BEA976;
            position: absolute;
            pointer-events: none;
            top: 0;
            right: 0;
            z-index: 0;
        }
            #contact-detail dl dd .cp_ipselect.cp_sl02 select {
                width: 100%;
                padding: 20px;
                cursor: pointer;
                font-size: 1.6rem;
                text-indent: 0.01px;
                text-overflow: ellipsis;
                border: none;
                outline: none;
                background: transparent;
                background-image: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            }
        #contact-detail dl dd .cell .cp_ipselect.cp_sl02 {
            width: 234px;
        }

            #contact-detail dl dd .cell {
                margin-bottom: 12px;
            }
            #contact-detail dl dd .cell:nth-last-child(1) {
                margin-bottom: 0;
            }


#contact-detail .text {
	text-align: center;
	padding: 15px 0;
	font-size: 1.4rem;
}
	#contact-detail .text a {
		text-decoration: underline;
	}
	#contact-detail .text a:hover {
		text-decoration: none;
	}


#contact-detail .btn {
    width: 250px;
    margin: 20px auto 0 auto;
}
    #contact-detail .btn input {
        width: 100%;
        height: 60px;
        background: #000;
        border: none;
		border-radius: 30px;
        font-size: 1.8rem;
        cursor: pointer;
		color: #fff;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    #contact-detail .btn input:hover {
        opacity: 0.7;
    }



/* contact-thanks
----------------- */
#contact-thanks .txt {
    margin-bottom: 25px;
}

#contact-thanks .btn {
    margin-top: 40px;
}




/* 1420px */
@media screen and (max-width: 1420px) {




/* ranking
----------------- */
#ranking .tabs .tab-buttons span {
	font-size: 1.4rem;
}




}

	







/* max 1024px */
@media screen and (max-width: 1024px) {




/* ranking
----------------- */
#ranking .tabs .tab-buttons {
	margin-bottom: 30px;
}
	#ranking .tabs .tab-buttons span {
		height: 30px;
		font-size: 1.2rem;
		white-space: nowrap;
	}
	#ranking .tabs .tab-buttons #lamp {
		top: 28.5px;
	}




/* set
---------------------*/
.set {
	margin-bottom: 70px;
}
	.set h2 {
		font-size: 2.2rem;
		margin-bottom: 22px;
	}

	.set h3 {
		font-size: 1.8rem;
		margin-bottom: 12px;
	}

	.set ul.list-txt li {
		font-size: 1.4rem;
	}

	.set .cell {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}




/* anchor
---------------------*/
.anchor li a {
	font-size: 1.4rem;
}




/* column02-box
---------------------*/
.column02-box {
	display: block;
	margin-top: 70px;
	padding-top: 70px;
}
#flow.column02-box {
	padding-top: 70px;
}
	.column02-box h2 {
		width: 100%;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.column02-box h3 {
		font-size: 1.5rem;
	}

	.column02-box .area {
		width: 100%;
	}
		.column02-box .area .flowbox {
			padding: 20px 0;
		}
			.column02-box .area .flowbox .head {
				width: 200px;
			}
				.column02-box .area .flowbox .head .en {
					font-size: 1.0rem;
					margin-bottom: 5px;
				}
				.column02-box .area .flowbox .head .jp {
					font-size: 1.4rem;
				}

			.column02-box .area .flowbox .text {
				padding: 0 20px;
			}

		.column02-box .area .textbox {
			padding: 20px;
			margin-top: 25px;
		}




/* table01
---------------------*/
.table01 th {
	width: 180px;
	padding: 12px 18px;
	font-size: 1.4rem;
}
.table01 td {
	padding: 12px 18px;
	font-size: 1.4rem;
}




/* table02
---------------------*/
.table02 th {
	padding: 12px 18px;
	font-size: 1.4rem;
}

.table02 td {
	padding: 12px 18px;
	font-size: 1.4rem;
}




/* acbox
---------------------*/
	.acbox h2 {
		padding: 15px 40px 15px 40px;
		background: url(https://dogtree.itembox.design/item/icon/common/icon_open.svg?d=20231205200130) no-repeat right 16px center;
		font-size: 1.6rem;
	}
	.acbox h2.active {
		background: url(https://dogtree.itembox.design/item/icon/common/icon_close.svg?d=20231205200130) no-repeat right 16px center;
	}
	.acbox h2:before {
		font-size: 1.6rem;
		top: 15px;
		left: 15px;
	}


	.acbox .text {
		padding: 0 15px 15px 40px;
	}
	.acbox .text:before {
		font-size: 1.6rem;
		top: 0;
		left: 15px;
	}




/* contact-detail
---------------------*/
#contact-detail dl {
    padding: 15px 0;
}
    #contact-detail dl dt {
        width: 220px;
        font-size: 1.4rem;
    }
        #contact-detail dl dt .min-txt {
            font-size: 1.2rem;
        }
        #contact-detail dl dt .required {
            font-size: 1.0rem;
        }

    #contact-detail dl dd {
        width: calc(100% - 220px);
    }
        #contact-detail dl dd input {
            padding: 15px;
        }
        #contact-detail dl dd.tel input {
            width: 100px;
        }

        #contact-detail dl dd textarea {
            height: 180px;
            padding: 15px;
        }

        #contact-detail dl dd .cp_ipselect.cp_sl02::before {
            top: 25px;
            right: 10px;
        }
        #contact-detail dl dd .cp_ipselect.cp_sl02::after {
            width: 30px;
        }
            #contact-detail dl dd .cp_ipselect.cp_sl02 select {
                padding: 15px;
            }





}

	







/* max 768px */
@media screen and (max-width: 768px) {




/* ranking
----------------- */
#ranking .tabs .tab-buttons {
	width: 111%;
	margin-left: -5.5%;
}
#ranking .tabs .tab-buttons #lamp.content1 {
	left: -5%;
}
#ranking .tabs .tab-buttons #lamp.content2 {
	left: 18%;
}
#ranking .tabs .tab-buttons #lamp.content3 {
	left: 40%;
}
#ranking .tabs .tab-buttons #lamp.content4 {
	left: 63%;
}
#ranking .tabs .tab-buttons #lamp.content5 {
	left: 85%;
}




/* set
---------------------*/
.set {
	margin-bottom: 50px;
}
	.set h2 {
		font-size: 1.8rem;
	}

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

	.set ul.list-txt li {
		font-size: 1.3rem;
	}




/* anchor
---------------------*/
.anchor li a {
	font-size: 1.4rem;
	line-height: 1.2em;
	height: 60px;
}




/* column02-box
---------------------*/
.column02-box {
	margin-top: 50px;
	padding-top: 50px;
}
#flow.column02-box {
	padding-top: 50px;
}
	.column02-box h2 {
		width: 100%;
		font-size: 1.8rem;
	}

	.column02-box .area {
		width: 100%;
	}
		.column02-box .area .flowbox {
			display: block;
			padding: 20px 0;
		}
			.column02-box .area .flowbox .head {
				width: 100%;
				margin-bottom: 14px;
			}
				.column02-box .area .flowbox .head .jp {
					font-size: 1.6rem;
				}

			.column02-box .area .flowbox .text {
				width: 100%;
				padding: 0 20px;
			}




/* table01
---------------------*/
.table01 {
	border-bottom: solid 2px #FFE100;
}
	.table01 th {
		display: block;
		border-bottom: none;
		width: 100%;
	}
	.table01 td {
		display: block;
		border-bottom: none;
		width: 100%;
	}




/* table02
---------------------*/
.table02 th {
	padding: 10px 10px;
	font-size: 1.3rem;
}

.table02 td {
	padding: 10px 10px;
	font-size: 1.3rem;
}



/* contact-detail
----------------- */
#contact-detail dl {
    display: block;
    padding: 12px 0;
}
    #contact-detail dl dt {
        width: 100%;
        margin-bottom: 10px;
    }
        #contact-detail dl dt .min-txt {
            padding-left: 5px;
        }

    #contact-detail dl dd {
        width: 100%;
    }
        #contact-detail dl dd input {
            padding: 12px;
        }
        #contact-detail dl dd.tel input {
            width: 70px;
        }

        #contact-detail dl dd textarea {
            height: 150px;
            padding: 12px;
        }

        #contact-detail dl dd .cp_ipselect.cp_sl02::before {
            top: 23px;
        }
            #contact-detail dl dd .cp_ipselect.cp_sl02 select {
                padding: 12px;
            }
	
}