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




/* pagetitle
---------------------*/
.pagetitle {
	margin-bottom: 100px;
}




/* cell
---------------------*/
.cell {
	margin-bottom: 60px;
}
.cell:nth-last-child(1) {
	margin-bottom: 0;
}
	.cell h2 {
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 15px;
	}




/* table01
---------------------*/
.table01 {
	width: 100%;
	border-collapse: collapse;
}
	.table01 th {
		background: #EFEFEF;
		border: solid 1px #ddd;
		padding: 15px;
		font-size: 1.5rem;
		font-weight: 700;
		text-align: left;
		line-height: 1.3em;
	}
	.table01 td {
		background: #fff;
		border: solid 1px #ddd;
		padding: 15px;
		font-size: 1.5rem;
		line-height: 1.5em;
	}




/* table02
---------------------*/
.table02 {
	width: 100%;
	border-collapse: collapse;
}
	.table02 th {
		width: 150px;
		background: #EFEFEF;
		border: solid 1px #ddd;
		padding: 15px;
		font-size: 1.5rem;
		font-weight: 700;
		text-align: left;
		line-height: 1.3em;
	}
	.table02 td {
		background: #fff;
		border: solid 1px #ddd;
		padding: 15px;
		font-size: 1.5rem;
		line-height: 1.5em;
	}




/* guide
---------------------*/
.guide ul.anchor li {
	width: 19%;
}
	.guide ul.anchor li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 70px;
		padding: 15px 30px 15px 15px;
		background: #fff url("https://jabara.itembox.design/item/img/common/icon_arrow_bottom.svg?d=20231101011047") no-repeat right 15px center / 14px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.3em;
		border: solid 1px #363636;
		border-radius: 6px;
	}




/* faq
---------------------*/
.faq .faqlist dl.faqbox {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}
.faq .faqlist dl.faqbox:nth-last-child(1) {
	margin-bottom: 0;
}
	.faq .faqlist dl.faqbox dt {
		padding: 20px 50px 20px 70px;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.3em;
		background: url("https://jabara.itembox.design/item/img/common/icon_open.svg?d=20231121173235") no-repeat right 30px center;
		position: relative;
		cursor: pointer;
	}
	.faq .faqlist dl.faqbox dt.active {
		background: url("https://jabara.itembox.design/item/img/common/icon_close.svg?d=20231121173235") no-repeat right 30px center;
		color: #2F8634;
	}
	.faq .faqlist dl.faqbox dt:before {
		content: "Q";
		font-family: 'RocknRoll One', sans-serif;
		font-size: 2.2rem;
		font-weight: 400;
		color: #2F8634;
		position: absolute;
		top: 50%;
		left: 27px;
		margin-top: -12px;
	}

	.faq .faqlist dl.faqbox dd {
		display: none;
		padding: 0 30px 20px 70px;
		position: relative;
	}
	.faq .faqlist dl.faqbox dd:before {
		content: "A";
		font-family: 'RocknRoll One', sans-serif;
		font-size: 2.2rem;
		font-weight: 400;
		color: #FFE600;
		position: absolute;
		top: -5px;
		left: 27px;
	}
		.faq .faqlist dl.faqbox dd .txt {
			margin-bottom: 12px;
		}
		.faq .faqlist dl.faqbox dd .txt:nth-last-child(1) {
			margin-bottom: 0;
		}

		.faq .faqlist dl.faqbox dd .shop li {
			width: 49%;
			margin-right: 2%;
			margin-top: 20px;
		}
		.faq .faqlist dl.faqbox dd .shop li:nth-child(2n) {
			margin-right: 0;
		}




/* set
---------------------*/
.set {
	margin-top: 100px;
}
	.set .red {
		color: #D00;
	}


	.set .h2_tit {
		font-size: 3.8rem;
		background: url(https://jabara.itembox.design/item/img/common/icon_tit.svg) no-repeat left center / 22px;
		padding-left: 30px;
		margin-bottom: 20px;
	}


	.set .flowlist .flowbox {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background: #fff;
		margin-bottom: 20px;
		padding: 20px 0;
	}
	.set .flowlist .flowbox:nth-last-child(1) {
		margin-bottom: 0;
	}
		.set .flowlist .flowbox .head {
			width: 250px;
			border-right: solid 1px #ddd;
			text-align: center;
		}
			.set .flowlist .flowbox .head .green {
				font-size: 1.4rem;
				line-height: 1;
				margin-bottom: 10px;
			}
			.set .flowlist .flowbox .head h3 {
				font-size: 1.8rem;
				font-weight: 600;
				line-height: 1.3em;
			}

		.set .flowlist .flowbox .text {
			width: -webkit-calc(100% - 250px);
			width: calc(100% - 250px);
			padding-left: 30px;
		}


	.set .area {
		margin-bottom: 30px;
	}
	.set .area:nth-last-child(1) {
		margin-bottom: 0;
	}
		.set .area h3 {
			font-size: 2.0rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 10px;
		}

		.set .area .txt {
			margin-bottom: 12px;
		}

		.set .area .guide_pht img {
			max-width: auto;
			width: auto;
			height: 100%;
		}




/* present
---------------------*/
.present {
	max-width: 950px;
	margin: 0 auto 0 auto;
}
	.present .bnr {
		max-width: 752px;
		margin: 0 auto;
	}

	.present h2 {
		font-size: 4.2rem;
		line-height: 1.3em;
		text-align: center;
		margin-bottom: 30px;
	}


	.present .review .review-flow .box {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		padding-bottom: 50px;
		position: relative;
	}
	.present .review .review-flow .box:nth-last-child(1) {
		padding-bottom: 0;
	}
	.present .review .review-flow .box:before {
		content: "";
		width: 3px;
		height: 100%;
		background: #FFE62C;
		position: absolute;
		top: 0;
		left: 24px;
		z-index: -1;
	}
	.present .review .review-flow .box:nth-last-child(1) {
		padding-bottom: 0;
	}
	.present .review .review-flow .box:nth-last-child(1):before {
		display: none;
	}
		.present .review .review-flow .box .number {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 50px;
			height: 50px;
			background: #FFE600;
			border-radius: 6px;
			font-size: 2.6rem;
			text-align: center;
		}

		.present .review .review-flow .box .text {
			width: -webkit-calc(100% - 70px);
			width: calc(100% - 70px);
		}
			.present .review .review-flow .box .text h3 {
				font-size: 3.0rem;
				line-height: 1.3em;
				margin-bottom: 15px;
			}


	.present .thanks {
		background: url("https://jabara.itembox.design/item/img/present/thnaks_pht.svg?d=20231121181527") no-repeat center top;
	}
		.present .thanks p {
			font-size: 2.4rem;
			text-align: center;
			line-height: 1.5em;
		}

	.present .mt {
		margin-top: 100px;
	}




/* special
---------------------*/
.special .voice {
	margin-top: 80px;
}
	.special .voice h2 {
		font-size: 4.2rem;
		line-height: 1.3em;
		margin-bottom: 30px;
		text-align: center;
	}

	.special .voice .items {
		margin-bottom: 40px;
	}
		.special .voice .items .pht {
			width: 48%;
		}

		.special .voice .items .text {
			width: 48%;
		}
			.special .voice .items .text .review {
				font-size: 1.8rem;
				line-height: 1.3em;
				margin-bottom: 15px;
			}
				.special .voice .items .text .review .number {
					font-size: 3.0rem;
					padding: 0 8px;
				}
				.special .voice .items .text .review .time {
					font-size: 1.2rem;
					color: #363636;
				}

			.special .voice .items .text h3 {
				font-size: 2.4rem;
				line-height: 1.3em;
				margin-bottom: 12px;
			}

			.special .voice .items .text .cartbtn {
				display: block;
				max-width: 215px;
				margin-top: 20px;
			}

	.special .voice h4 {
		font-size: 3.0rem;
		line-height: 1;
		position: relative;
	}
	.special .voice h4:before {
		content: "";
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
		height: 1px;
		background: #000;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -0.5px;
	}

	.special .voice ul li {
		background: #fff;
		border-radius: 10px;
		padding: 20px;
		margin-top: 20px;
		font-size: 1.5rem;
		line-height: 1.7em;
	}




/* about
---------------------*/
.about .mt {
	max-width: 950px;
	margin: 100px auto 0 auto;
}
	.about h2 {
		font-size: 4.2rem;
		line-height: 1.3em;
		text-align: center;
		margin-bottom: 30px;
	}


.about .mainpht {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 205px;
	background: url("https://jabara.itembox.design/item/img/about/about_mainpht.jpg?d=20231121202608") no-repeat center / cover;
}
	.about .mainpht p {
		font-size: 6.0rem;
		text-align: center;
		line-height: 1em;
		color: #fff;
		margin-top: -10px;
	}
		.about .mainpht p span {
			font-size: 4.0rem;
		}


.about .what .pht {
	max-width: 190px;
	margin: 0 auto;
}
.about .what .txt {
	text-align: center;
	margin-bottom: 40px;
}
.about .what dl {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	max-width: 750px;
	margin: 0 auto;
	padding: 20px 0;
}
	.about .what dl dt {
		width: 200px;
		font-size: 2.4rem;
		line-height: 1.2em;
		text-align: center;
	}
	.about .what dl dd {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
		font-size: 1.5rem;
		line-height: 1.7em;
		padding-left: 30px;
		padding-right: 20px;
		border-left: solid 1px #ddd;
	}


.about .history .text-pht {
	margin-bottom: 4%;
}
.about .history .text-pht:nth-last-child(1) {
	margin-bottom: 0;
}
	.about .history .text-pht .pht {
		width: 48%;
	}
	.about .history .text-pht:nth-last-child(1) .pht {
		order: 1;
	}

	.about .history .text-pht .text {
		width: 48%;
	}
	.about .history .text-pht:nth-last-child(1) .text {
		order: 2;
	}
		.about .history .text-pht .text .txt {
			margin-bottom: 20px;
		}
		.about .history .text-pht .text .txt:nth-last-child(1) {
			margin-bottom: 0;
		}


.about .component .text-pht .text {
	width: 40%;
}
.about .component .text-pht .pht {
	width: 56%;
}
	.about .component .text-pht .pht span {
		display: block;
		font-size: 1.2rem;
		text-align: center;
		margin-top: 12px;
	}


.about .news .newslist ul {
	background: #fff;
	padding: 0 15px;
	margin-bottom: 20px;
	height: 300px;
	overflow-y: scroll;
}
	.about .news .newslist ul li {
		padding: 15px 0;
		border-bottom: dashed 1px #ddd;
		font-size: 1.5rem;
		line-height: 1.6em;
	}
	.about .news .newslist ul li:nth-last-child(1) {
		border-bottom: none;
	}

.about .news p {
	font-size: 1.4rem;
	text-align: center;
}




/* 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: #2F8634;
        }

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

        #contact-detail dl dd input {
            background: #fff;
            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: #fff;
            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: #fff;
        }
        #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: #2F8634;
        border: none;
		border-radius: 5px;
        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;
}










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

.inner_750px {
    max-width: 90%;
}



/* pagetitle
---------------------*/
.pagetitle {
	margin-bottom: 50px;
}




/* cell
---------------------*/
.cell {
	margin-bottom: 40px;
}
.cell:nth-last-child(1) {
	margin-bottom: 0;
}
	.cell h2 {
		font-size: 1.8rem;
		margin-bottom: 12px;
	}




/* guide
---------------------*/
.guide ul.anchor li a {
	height: 50px;
	font-size: 1.2rem;
}




/* faq
---------------------*/
.faq .faqlist dl.faqbox {
	margin-bottom: 15px;
}
	.faq .faqlist dl.faqbox dt {
		padding: 15px 45px 15px 50px;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.3em;
		background: url("https://jabara.itembox.design/item/img/common/icon_open.svg?d=20231121173235") no-repeat right 20px center;
		position: relative;
		cursor: pointer;
	}
	.faq .faqlist dl.faqbox dt.active {
		background: url("https://jabara.itembox.design/item/img/common/icon_close.svg?d=20231121173235") no-repeat right 20px center;
		color: #2F8634;
	}
	.faq .faqlist dl.faqbox dt:before {
		font-size: 2.0rem;
		left: 20px;
		margin-top: -11px;
	}

	.faq .faqlist dl.faqbox dd {
		display: none;
		padding: 0 20px 15px 50px;
		position: relative;
	}
	.faq .faqlist dl.faqbox dd:before {
		font-size: 2.0rem;
		top: -5px;
		left: 20px;
	}




/* set
---------------------*/
.set {
	margin-top: 60px;
}
	.set .h2_tit {
		font-size: 2.8rem;
		background: url(https://jabara.itembox.design/item/img/common/icon_tit.svg) no-repeat left center / 16px;
		padding-left: 25px;
	}


	.set .flowlist .flowbox .head {
		width: 200px;
	}
		.set .flowlist .flowbox .head .green {
			font-size: 1.2rem;
		}
		.set .flowlist .flowbox .head h3 {
			font-size: 1.6rem;
		}

	.set .flowlist .flowbox .text {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
	}


	.set .area h3 {
		font-size: 1.8rem;
	}




/* present
---------------------*/
.present {
	max-width: 100%;
}
	.present .bnr {
		padding: 0 5%;
	}

	.present h2 {
		font-size: 3.6rem;
		margin-bottom: 25px;
	}

	.present .step {
		padding: 0 5%;
	}


	.present .review .review-flow {
		padding: 0 5%;
	}
		.present .review .review-flow .box .text h3 {
			font-size: 2.4rem;
		}


	.present .thanks {
		background: url("https://jabara.itembox.design/item/img/present/thnaks_pht.svg?d=20231121181527") no-repeat center top / 100%;
	}




/* about
---------------------*/
.about .mt {
	max-width: 90%;
	margin: 80px auto 0 auto;
}
	.about h2 {
		font-size: 3.6rem;
		margin-bottom: 25px;
	}


.about .mainpht {
	max-width: 90%;
	margin: 0 auto;
	height: 200px;
}
	.about .mainpht p {
		font-size: 5.0rem;
	}
		.about .mainpht p span {
			font-size: 3.0rem;
		}


.about .what .txt {
	margin-bottom: 30px;
}
.about .what dl {
	padding: 20px 0;
}
	.about .what dl dt {
		width: 180px;
		font-size: 2.2rem;
	}
	.about .what dl dd {
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
		font-size: 1.4rem;
		padding-left: 20px;
	}
	

.about .news .newslist ul li {
	font-size: 1.4rem;
}

.about .news p {
	font-size: 1.2rem;
}




/* 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) {





/* table01
---------------------*/
.table01 th {
	padding: 10px;
	font-size: 1.2rem;
}
.table01 td {
	padding: 10px;
	font-size: 1.2rem;
}




/* table02
---------------------*/
.table02 th {
	width: 100px;
	padding: 10px;
	font-size: 1.2rem;
}
.table02 td {
	padding: 10px;
	font-size: 1.2rem;
}




/* guide
---------------------*/
.guide ul.anchor {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.guide ul.anchor li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.guide ul.anchor li:nth-child(2n) {
		margin-right: 0;
	}
	.guide ul.anchor li:nth-last-child(1) {
		margin-bottom: 0;
	}




/* faq
---------------------*/
.faq .faqlist dl.faqbox dd .shop{
	display: block;
}
	.faq .faqlist dl.faqbox dd .shop li {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}




/* set
---------------------*/
.set .flowlist .flowbox {
	display: block;
	padding: 20px;
}
	.set .flowlist .flowbox .head {
		width: 100%;
		border-right: none;
		margin-bottom: 15px;
	}
		.set .flowlist .flowbox .head .green {
			font-size: 1.2rem;
		}
		.set .flowlist .flowbox .head h3 {
			font-size: 1.8rem;
		}
			.set .flowlist .flowbox .head h3 br {
				display: none
			}

	.set .flowlist .flowbox .text {
		width: 100%;
		padding-left: 0;
	}


.set .area .guide_pht img {
	max-width: 100%;
	width: 100%;
	height: auto;
}




/* present
---------------------*/
.present h2 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}


.present .review .review-flow .box {
	padding-bottom: 30px;
}
.present .review .review-flow .box:before {
	width: 2px;
	left: 19px;
}
	.present .review .review-flow .box .number {
		width: 40px;
		height: 40px;
		font-size: 2.0rem;
	}

	.present .review .review-flow .box .text {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
		.present .review .review-flow .box .text h3 {
			font-size: 2.0rem;
			line-height: 1.3em;
			margin-bottom: 15px;
		}


.present .thanks {
	padding: 10% 5% 0 5%;
	background: url("https://jabara.itembox.design/item/img/present/thnaks_pht.svg?d=20231121181527") no-repeat center top / 100%;
}
	.present .thanks p {
		font-size: 1.6rem;
		text-align: left;
	}

.present .mt {
	margin-top: 60px;
}




/* special
---------------------*/
.special .voice {
	margin-top: 50px;
}
	.special .voice h2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.special .voice .items {
		display: block;
		margin-bottom: 30px;
	}
		.special .voice .items .pht {
			width: 100%;
		}

		.special .voice .items .text {
			width: 100%;
			padding-top: 20px;
		}
			.special .voice .items .text .review {
				font-size: 1.6rem;
				margin-bottom: 12px;
			}
				.special .voice .items .text .review .number {
					font-size: 2.4rem;
				}
				.special .voice .items .text .review .time {
					font-size: 1.1rem;
				}

			.special .voice .items .text h3 {
				font-size: 2.2rem;
				margin-bottom: 12px;
			}

			.special .voice .items .text .cartbtn {
				max-width: 250px;
				margin: 20px auto 0 auto;
			}

	.special .voice h4 {
		font-size: 2.0rem;
	}
	.special .voice h4:before {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}

	.special .voice ul li {
		margin-top: 15px;
		font-size: 1.3rem;
		line-height: 1.6em;
	}




/* about
---------------------*/
.about .mt {
	max-width: 90%;
	margin: 50px auto 0 auto;
}
	.about h2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}


.about .mainpht {
	height: 150px;
}
	.about .mainpht p {
		font-size: 4.0rem;
	}
		.about .mainpht p span {
			font-size: 2.0rem;
		}


.about .what .pht {
	max-width: 120px;
}

.about .what .txt {
	text-align: left;
	margin-bottom: 30px;
}
.about .what dl {
	display: block;
	padding: 20px;
}
	.about .what dl dt {
		width: 100%;
		font-size: 2.0rem;
		margin-top: -30px;
		margin-bottom: 12px;
	}
	.about .what dl dd {
		width: 100%;
		font-size: 1.3rem;
		padding: 0;
		border-left: none;
	}


.about .history .text-pht {
	display: block;
	margin-bottom: 20px;
}
.about .history .text-pht:nth-last-child(1) {
	margin-bottom: 0;
}
	.about .history .text-pht .pht {
		width: 100%;
	}

	.about .history .text-pht .text {
		width: 100%;
		margin-bottom: 20px;
	}


.about .component .text-pht {
	display: block;
}
	.about .component .text-pht .text {
		width: 100%;
		margin-bottom: 20px;
	}
	.about .component .text-pht .pht {
		width: 100%;
	}
		.about .component .text-pht .pht span {
			font-size: 1.0rem;
		}


.about .news .newslist ul {
	height: 200px;
}
	.about .news .newslist ul li {
		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;
            }



}