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

main{
    padding-top: 50px;
}
dt,dd {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
}
.main__top-visual,
.main__top-visual img {
    width: 100%;
    margin: 0 auto;
}


.main__contents{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.main__title{
    width: 100%;
    max-width: 800px;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin-bottom: 9.9rem;
}
.main__title h2{
    font-size: 4.3rem;
    font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5rem;
	color: #4C4948;
}
.main__text {
	max-width: 100rem;
	margin: 0 auto;
	padding-top: 5rem;
}
.content {
	background: #f7f1e9;
}
.content__container {
	width: 100%;
	max-width: 100rem;
	margin: 10rem auto 0;
	padding-top: 7rem;
	padding-bottom: 5rem;
	position: relative;
	background: #f7f1e9;
}
.content__banner {
	width:200%;
    height: 70px;
    background: #fff;
	border: 1px solid #ea2127;
    transform: skewX(-215deg);
    position:absolute;
    right: 250px;
    top: -40px;
}
.content h3{
    position: absolute;
    left: 0;
    top: -30px;
    color: #ea2127;
    font-size: 3rem;
}
.content__item {
	display: flex;
	margin: 2rem 2rem 2rem 0;
}
.content__item--left {
	width: 13rem;
	text-align-last: justify;
}
.content__item--right {
	margin-left: 2rem;
	max-width: 85rem;
}
.content__item--right dl {
	display: flex;
}
.reserve .content__item--right p:nth-of-type(2) {
	margin-top: 3rem;
}
.reserve .content__item--right dl {
	margin-top: 1rem;
}
.reserve .content__item--right p:nth-of-type(3) {
	margin-top: 3rem;
}
.measure__container {
	padding-top: 10.6rem;
	position: relative;

}
.measure__triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 138px 78px 0 0;
	border-color: rgba(215,185,143,0.5) transparent transparent transparent;

}
.measure__box {
	background: #fff;
	max-width: 100rem;
	margin: 0 auto;
	position: relative;
	padding-bottom: 8rem;
}
.measure__title {
	font-size: 2.76rem;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 3%;
	left: 6.5%;
}
.measure__text--wrap {
	max-width: 80rem;
	margin: -5rem auto 0;
}
.measure__text {
	font-weight: 400;
	margin-bottom: 2rem;
}
.measure__name {
	color: #bb0009;
}
.measure__content--wrap {
	display: flex;
}
.measure__content--text {
	margin-right: 2rem;
}
.measure__content--wrap dl {
	display: flex;
	justify-content: flex-start;
}
.measure__content--wrap dt,
.measure__content--wrap dd {
	font-weight: 300;
}
.measure__content--wrap dt {
	flex: 0 0 10%;
}
.measure__content--wrap dd {
	flex: 0 0 85%;
}
.measure__content--wrap picture {
	max-width: 30rem;
}
.measure__name--wrap:nth-of-type(5) dt {
	flex: 0 0 9%;
}
.measure__name--wrap:nth-of-type(5) dl:last-of-type dt {
	flex: 0 0 20%;
}
.catch__box {
	max-width: 100rem;
	margin: 3rem auto;
}
.catch__title {
	background: #d7b98f;
	padding: 1rem 2rem;
}
.catch__text {
	font-weight: 300;
	margin-top: 1rem;
}
.pdf__wrap li{
	list-style: disc;
	margin-left: 3rem;
}
/*ボタン個別設定*/
.main__info--wrap {
	margin-top: 3rem;
}
.main__info--wrap a{
	line-height: 22px;
}

.font__large {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	font-weight: bold;
}
.main__return-top {
	margin-top: 3rem;
}
@media screen and (max-width: 1100px){
	.main__contents {
    transform: scale(92%);
}
	.content__container {
		max-width: 73rem;
	}
	.content__item--left {
		flex: 0 0 19%;
	}
	.measure__name {
		margin-top: 1rem;
	}
	.measure__content--wrap div {
		flex: 0 0 64%;
	}
	.measure__text--wrap {
		max-width: 65rem;
	}
	.measure__content--wrap picture {
    max-width: 25rem;
}
}
@media screen and ( max-width:920px ){
	.main__title {
		max-width: 750px;
	}
	.main__text {
		max-width: 75rem;
	}
}
@media screen and (max-width: 750px){
	.main__contents {
    transform: scale(100%);
}
	
	.main__title {
    max-width: 350px;
    height: 70px;
    line-height: 60px;
	position: absolute;
    top: -60px;
	}
	.main__title h2 {
		font-size: 2.7rem;
		letter-spacing: .3rem;
	}
	.main__text {
		max-width: 35rem;
	}
	.content__container {
		margin: 7rem auto 0;
		padding-top: 4rem;
}
	.content__banner {
    width: 100%;
	height: 58px;
    right: 60px;
    top: -33px;
}
	.content h3 {
    left: 2rem;
    top: -25px;
    font-size: 2.5rem;
}
	.content__list {
		max-width: 35rem;
		margin: 0 auto;
	}
	.content__item {
		display: block;
	}
	.content__item--right dl {
		display: block;
	}
	.measure__triangle {
		border-width: 100px 64px 0 0;
	}
	.measure__title {
		font-size: 2rem;
		top: 1%;
		left: 14%;
	}
	.measure__box {
		padding-bottom: 2rem;
	}
	.measure__text  {
		margin-top: 3rem;
	}
	.measure__text--wrap {
		max-width: 34rem;
	}
	.measure__content--wrap {
		display: block;
		margin-bottom: 2rem;
	}
/*
	.measure__content--wrap dl:first-of-type {
		display: block;
	}
*/
	.measure__content--wrap dt {
		flex: 0 0 15%;
	}
	.measure__name--wrap:nth-of-type(5) .measure__content--wrap dl:first-of-type {
		display: flex;
	}
	.measure__name--wrap:nth-of-type(5) .measure__content--wrap dl:nth-of-type(3){
		display: block;
	}
	.measure__name--wrap:nth-of-type(5) dt {
    flex: 0 0 15%;
}
	.catch__box {
		max-width: 35rem;
	}
	.pdf__wrap {
		max-width: 35rem;
		margin: 0 auto;
	}
	.pdf__wrap li {
		margin-left: 2rem;
	}
	img{
	margin-top: 8px;
}
}
