*{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #112A5A;
	box-sizing: border-box;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: justify;
}

br{
	line-height: inherit;
}


body{

}

span, a{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}


.wrap{
	width: 950px;
	margin: 0 auto;
}
.wide-wrap{
	width: 1000px;
	margin: 0 auto;
}

.linkwrap{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.totop{
	display: table;
	max-width: 150px;
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 98;
}
.totop img{
	width: 100%;
}

.body-wrap{
	overflow: hidden;
	transition: .3s;
}

body.active{
	overflow: hidden;
	position: relative;
}
.body-wrap.active{
	opacity: 0;
}

header{
	background: url(../images/mainV.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 50px);
	position: relative;
}
/*header .first-left {
    width: 67%;
    height: 100vh;
    background: url(../images/bg-left.png) no-repeat;
    background-size: cover;
    background-position: center right;
    position: absolute;
    top: 0;
    left: -17%;
    transform: skewX(-24deg);
}
header .first-right {
    width: 67%;
    height: 100vh;
    background: url(../images/bg-right.png) no-repeat;
    background-size: cover;
    background-position: center left;
    position: absolute;
    top: 0;
    right: -17%;
    transform: skewX(-24deg);
}*/
	.loading header .first-left{
		left: -51%;
		z-index: 100;
		transition: .6s;
	}
	.loading header .first-right{
		right: -38%;
		z-index: 100;
		transition: .6s;
	}
	header .first-left{
		position: absolute;
		width: 100%;
		height: 100vh;
	    top: 0;
	    left: -88%;
	    transform: skewX(-24deg);
	    background: #fff;
	    overflow: hidden;
	    transition: .6s;
	}
	header .first-left .bg{
		width: 120%;
		height: 100%;
		background: url(../images/bg-left.png) no-repeat;
		background-size: cover;
		background-position: center right;
		position: absolute;
		transform: skewX(24deg);
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .4s;
		transition-delay: .5s;
	}
	header .first-right{
		width: 100%;
		height: calc(100vh + 460px);
		background: #f6f6f6;
		position: absolute;
	    top: 0;
	    right: -91%;
	    transform: skewX(-24deg);
	    overflow: hidden;
	    transition: .6s;
	}
	header .first-right .bg{
		width: 120%;
		height: 100vh;
		background: url(../images/bg-right.png) no-repeat;
		background-size: cover;
		background-position: center left;
		transform: skewX(24deg);
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
		transition: .4s;
		transition-delay: .5s;
	}
	header.active .first-left .bg, header.active .first-right .bg{
		opacity: 1;
	}
	header .logo {
	    background: #fff;
	    display: table;
	    padding: 25px 50px 30px 85px;
	    transform: skewX(-24deg);
	    position: absolute;
	    top: 0;
	    left: -50px;
	    transition: .4s;
	    opacity: 0;
	}
	header.active .logo{
		opacity: 1;
	}
	header .logo img{
		width: 163px;
		transform: skewX(24deg);
	}
	header .head-tel{
		background: #ffdc00;
		position: absolute;
	    top: 30px;
    	right: 50px;
		padding: 12px 30px 15px;
		transform: skewX(-24deg);
		transition: .3s;
		opacity: 0;
	}
	header.active .head-tel{
			opacity: 1;
		}
	header .head-tel p{
		font-size: 16px;
		
		color: #000;
		transform: skewX(24deg);
	}
	header .head-tel p span{
		font-size: 25px;
		
		padding-left: 30px;
		position: relative;
	}
	header .head-tel p span:before{
		content: '';
		width: 19px;
		height: 24px;
		background: url(../images/icon01.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 8px;
    	left: 6px;
	}
		header .mainV ul.mainV-copy{
			position: absolute;
			bottom: 130px;
			left: -30px;
		}
		header .mainV ul.mainV-copy li{
			background: #fff;
			padding: 18px 30px 18px 70px;
			display: table;
			transform: skewX(-24deg);
			margin-bottom: 16px;
			opacity: 0;
			transition: .3s;
			position: relative;
			bottom: -10px;
		}
		header .mainV ul.mainV-copy li:nth-of-type(2){
			transition-delay: .2s;
		}
		header .mainV ul.mainV-copy li:nth-of-type(3){
			transition-delay: .4s;
		}
		header.active .mainV ul.mainV-copy li{
			opacity: 1;
			bottom: 0;
		}
		header .mainV ul.mainV-copy li img{
			height: 36px;
			width: auto;
			transform: skewX(24deg);
		}
		header .mainV .h1-wrap{
			position: absolute;
			bottom: 40px;
			right: -90px;
			background: #112A5A;
			padding: 40px 130px 40px 90px;
			transform: skewX(-24deg);
			opacity: 0;
			transition: .3s;
		}
		header.active .mainV .h1-wrap{
			bottom: 50px;
			opacity: 1;
		}
		header .mainV .h1-wrap:before{
			content: '';
			width: 1px;
			height: calc(100% + 50px);
			background: #112A5A;
			position: absolute;
			top: -25px;
			left: 0;
		}
		header .mainV .h1-wrap h1{
			color: #fff;
			font-size: 35px;
			mix-blend-mode: normal;
			text-align: center;
			transform: skewX(24deg);
		}
		header .mainV .h1-wrap h1 strong{
			font-size: 40px;
			color: #ffdc00;
			
		}

.what{
	padding: 110px 0 50px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
	.what:before{
		content: '';
		width: 500px;
		height: 100%;
		background: #f6f6f6;
		transform: skewX(-24deg);
		position: absolute;
		top: 0;
		left: -250px;
		z-index: -1;
	}
	.what h2, .toothache h2, .treatment h2, .dr h2, .flow h2{
		font-size: 30px;
		color: #3c3c3c;
		text-align: center;
	    padding-bottom: .5em;
	    position: relative;
	}
	.what h2:after, .treatment h2:after, .dr h2:after, .flow h2:after{
		content: '';
		width: 73px;
		height: 3px;
		background: #ffdc00;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.what h2 span, .toothache h2 span, .treatment h2 span, .dr h2 span, .flow h2 span{
		display: block;
		font-size: 14px;
		color: #112A5A;
		text-align: center;
		margin-bottom: .6em;
	}
	.what p{
		font-size: 20px;
		text-align: center;
		margin-top: 40px;
	}

.toothache{
	background: url(../images/bg01.png) no-repeat;
	background-size: cover;
	padding: 130px 0;
}
	.toothache .wrap{
		position: relative;
	}
	.toothache .wrap:before{
		content: '';
		width: 60px;
		height: calc(100% - 140px);
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.toothache .wrap:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 140px 60px;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		top: 0;
		left: 0;
	}
	.toothache .bg-wihte{
		background: url(../images/bg02.png) no-repeat #fff;
		background-position: 100% 100%;
		width: 830px;
		margin: 0 auto;
		position: relative;
		padding: 40px 0;
	}
	.toothache .bg-wihte:before{
		content: '';
		width: 60px;
		height: calc(100% - 140px);
		background: #fff;
		position: absolute;
		top: 0;
		right: -60px;
	}
	.toothache .bg-wihte:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 140px 60px 0 0;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		bottom: 0;
		right: -60px;
	}
	.toothache h2{
		font-size: 26px;
	}
	.toothache h2 strong{
		color: inherit;
		font-size: inherit;
		border-bottom: solid 3px #ffdc00;
		padding-bottom: 6px;
	}
	.toothache .tooth-list{
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.toothache .tooth-list li{
		width: 50%;
	}
	.toothache .tooth-list li dt{
		background: #112A5A;
		transform: skewX(-24deg);
		padding: 18px 0;
		position: relative;
		width: 310px;
    	margin: 0 auto;
    	transition: .6s;
    	white-space: nowrap;
	}
	.toothache .tooth-list li dt:before{
		content: '';
		width: 1px;
		height: calc(100% + 24px);
		background: #112A5A;
		position: absolute;
		top: -12px;
		left: 0;
	}
	.toothache .tooth-list li dt:after{
		content: '';
		width: 1px;
		height: calc(100% + 24px);
		background: #112A5A;
		position: absolute;
		top: -12px;
		right: 0;
	}
	.toothache .tooth-list li dt .skew{
		transform: skewX(24deg);
		font-size: 25px;
		color: #fff;	
		text-align: center;
	}
	.toothache .tooth-list li dt .skew span{
		font-size: 20px;
		display: table;
		position: relative;
		margin: 0 auto;
	}
	.toothache .tooth-list li dt .skew span:before{
		content: '';
		width: 16px;
		height: 23px;
		background: url(../images/icon02.png) no-repeat;
		background-size: contain;
		position: absolute;
	    top: 4px;
	    left: -25px;
	}
	.toothache .tooth-list li dd{
		padding-left: 110px;
		padding-right: 30px;
		font-size: 16px;
		font-weight: 500;
		padding-top: 50px;
	}
	.toothache .tooth-list li dd::first-letter{
		font-size: 25px;
	}
	.toothache .tooth-list li:nth-of-type(1) dd{
		background: url(../images/toothache-no1.png) no-repeat;
		background-size: 124px;
		background-position: 44px 20px;
	}
	.toothache .tooth-list li:nth-of-type(2) dd{
		background: url(../images/toothache-no2.png) no-repeat;
		background-size: 124px;
		background-position: 12px 20px;
	}
	.toothache .tooth-list li:nth-of-type(3) dd{
		background: url(../images/toothache-no3.png) no-repeat;
		background-size: 124px;
		background-position: 24px 24px;
	}

.image{
	position: relative;
	z-index: 0;
}
	.image:before{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 840px 390px 0 0;
		border-color: #f6f6f6 transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.image .wrap{
	padding: 110px 0;
}

.treatment{
	position: relative;
	z-index: 0;
	padding-bottom: 130px;
}
	.treatment:before{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 2750px 100vw;
		border-color: transparent transparent #f6f6f6 transparent;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.treatment:after{
		content: '';
		width: 100%;
		height: calc(100% - 2750px);
		background: #f6f6f6;
		position: absolute;
		top: 2750px;
		left: 0;
		z-index: -1;
	}
	.treatment h2{
		font-size: 26px;
	}
	.treatment h2 strong{
		font-size: 50px;
		vertical-align: sub;
	}
	.contents-list{
		margin-top: 80px;
	}
	.contents-list > li{
		background: #112A5A;
		padding: 40px 40px 45px 40px;
		margin-bottom: 90px;
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.contents-list > li:before{
		content: 'Treatment';
		font-size: 35px;
		position: absolute;
	    top: -30px;
	    left: 0;
	    line-height: 1;
	}
	.contents-list > li:last-of-type{
		display: block;
	}
	.contents-list > li .left{
		width: 434px;
	}
	.contents-list > li h3{
	    color: #fff;
	    font-size: 27px;
	    position: relative;
	    padding-left: 100px;
	    height: 100px;
	    display: flex;
	    align-items: center;
	    border-bottom: solid 1px;
	    margin-bottom: 25px;
	}
	.contents-list > li:nth-of-type(1) h3:before{
		content: '';
		width: 90px;
		height: 120px;
		background: url(../images/toothache-no1.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
	}
	.contents-list > li:nth-of-type(2) h3:before{
		content: '';
		width: 90px;
		height: 120px;
		background: url(../images/toothache-no2.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
	}
	.contents-list > li:nth-of-type(3) h3:before{
		content: '';
		width: 90px;
		height: 120px;
		background: url(../images/toothache-no3.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
	}
	.contents-list > li:nth-of-type(3) h3:nth-of-type(2):before{
		content: '';
		width: 90px;
		height: 120px;
		background: url(../images/toothache-no4.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;	
	}
	.contents-list > li p{
		font-size: 16px;
		color: #fff;
		font-weight: 500;
		margin-bottom: 1.8em;
		line-height: 2;
	}
	.contents-list > li .btn-pic{
		background: url(../images/btn-bg01.png) no-repeat;
		background-size: cover;
		background-position: center;
		height: 70px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 23px;
		color: #fff;
		padding-right: 20px;
		position: relative;
		transition: .3s;
	}
	.contents-list > li .btn-pic:hover{
		opacity: .7;
	}
	.contents-list > li .btn-pic:before{
	    content: '';
	    width: 27px;
	    height: 1px;
	    background: #fff;
	    position: absolute;
	    top: 28px;
	    right: 50px;
	    transform: rotate(30deg);
	}
	.contents-list > li .btn-pic:after{
	    content: '';
	    width: 27px;
	    height: 1px;
	    background: #fff;
	    position: absolute;
	    bottom: 28px;
	    right: 50px;
	    transform: rotate(-30deg);
	}
	.contents-list > li .right{
		width: 400px;
	}
	.contents-list > li:nth-of-type(1) .right{
		display: flex;
		flex-wrap: wrap;
	}
	.contents-list > li:nth-of-type(1) .right img{
		display: block;
		margin-bottom: 10px;
	}
	.contents-list > li:nth-of-type(1) .right div:nth-of-type(2){
		align-items: flex-end;
		display: flex;
	}
	.contents-list > li .images-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 43px;
	}
	.contents-list > li .images-list li:nth-of-type(2 + n){
		width: calc((100% - 20px) / 3);
	}
	.contents-list > li .images-list li:nth-of-type(1){
		width: 100%;
		margin-bottom: 10px;
	}
	.contents-list > li .images-list p{
		font-size: 14px;
		letter-spacing: -2.4px;
		text-align: center;
		margin-bottom: 0;
	}
	.contents-list > li .images-list li:nth-of-type(1) p{
		font-size: 16px;
	}
	.contents-list > li .images-list02{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.contents-list > li .images-list02:first-of-type{
		margin-bottom: 30px;
	}
	.contents-list > li .images-list02 li{
		width: calc(50% - 20px);
	}

.dr{
	position: relative;
	padding: 70px 0 240px;
	z-index: 0;
}
	.dr:after{
		content: '';
		width: 1200px;
		height: calc(100% + 150px);
		background: #112A5A;
		transform: skewX(-24deg);
		position: absolute;
		top: -145px;
		right: -914px;
		z-index: -1;
	}
	.dr-wrap{
		max-width: 1400px;
		margin: 0 auto;
		position: relative;
	}
	.dr h3{
		font-size: 32px;
		margin: 130px 0 70px;
	}
	.dr h3 span{
		font-size: 18px;
		display: block;
	}
	.dr dl dt{
		background: #112A5A;
		color: #fff;
		font-size: 14px;
		display:  flex;
		width: 120px;
		height: 30px;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}
.dr dl dt:nth-last-child(2){
    margin-top:20px;
}
	.dr dl dd table th, .dr dl dd table td{
		font-size: 12px;
		font-weight: 400;
		padding-top: 4px;
    	padding-bottom: 4px;
	}
	.dr dl dd table th {
		padding-right: 1em;
	}
	.dr .dr-image{
		position: absolute;
		top: 240px;
		right: 170px;
	}
.dr .dr-image2 {
    position: absolute;
    top: 80px;
    right: 170px;
}  
.flow{
	background: #112A5A;
	padding: 90px 0 140px;
}
	.flow h2, .flow h2 span{
		color: #fff;
	}
	.flow ul{
		width: 850px;
		margin: 50px auto 0;
	}
	.flow ul li{
		background: #fff;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin-bottom: 64px;
		padding: 20px 20px 20px 0;
	}
	.flow ul li:after{
		content: '';width: 0;
		height: 0;
		border-style: solid;
		border-width: 25px 12px 0 12px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		bottom: -45px;
		left: 50%;
		transform: translateX(-50%);
	}
	.flow ul li:last-of-type{
		margin-bottom: 0;
	}
	.flow ul li:last-of-type:after{
		content: none;
	}
	.flow ul li .left{
		width: 500px;
		padding-left: 110px;
		position: relative;
	}
	.flow ul li .left:before{
	    content: '';
	    width: 130px;
	    height: calc(100% + 40px);
	    position: absolute;
	    top: -20px;
	    left: -80px;
	    background: #112A5A;
	    transform: skewX(-24deg);
	}
	.flow ul li:nth-of-type(1) .left:after{
		content: '';
		width: 116px;
		height: 113px;
		background: url(../images/toothache-no1.png) no-repeat;
		background-size: contain;
		position: absolute;
	    top: -20px;
	    left: -31px;
	}
	.flow ul li:nth-of-type(2) .left:after{
		content: '';
		width: 116px;
		height: 113px;
		background: url(../images/toothache-no2.png) no-repeat;
		background-size: contain;
		position: absolute;
	    top: -20px;
	    left: -56px;
	}
	.flow ul li:nth-of-type(3) .left:after{
		content: '';
		width: 116px;
		height: 113px;
		background: url(../images/toothache-no3.png) no-repeat;
		background-size: contain;
		position: absolute;
	    top: -20px;
	    left: -48px;
	}
	.flow ul li:nth-of-type(4) .left:after{
		content: '';
		width: 116px;
		height: 113px;
		background: url(../images/toothache-no4.png) no-repeat;
		background-size: contain;
		position: absolute;
	    top: -20px;
	    left: -48px;
	}
	.flow ul li h3{
		font-size: 22px;
		margin-bottom: .6em;
	}
	.flow ul li p{
		font-size: 16px;
		font-weight: 400;
	}

.price{
	padding: 50px 0 45px;
}
	.price .wrap{
		width: 700px;
		margin: 0 auto;
	}
	.price h2{
		font-size: 22px;
		color: #fff;
		background: #112A5A;
		text-align: center;
		padding: 16px 0;
	}
	.price .wrap table{
		width: 100%;
	}
	.price .wrap table th, .price .wrap table td{
		border: solid 1px;
	}
	.price .wrap table th{
		font-size: 18px;
		font-weight: 400;
		vertical-align: middle;
		text-align: center;
		padding: 16px 20px;
	}
	.price .wrap table td{
		padding: 16px 20px;
		text-align: center;
		vertical-align: middle;	
	}
	.price .wrap table td img{
		width: 246px;
		display: block;
		margin: 0 auto;
	}
	.price .wrap table + p{
		font-size: 12px;
		font-weight: 400;
		text-align: right;
	}

.price .wrap table td.price {
    text-align: right;
    font-size: 1.5rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}



.contact{
	background: url(../images/bg-contact.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 0 70px;
}
	.contact h2{
		color: #fff;
		text-align: center;
		font-size: 27px;
		margin-bottom: 50px;
	}
	.contact ul{
		display: flex;
		justify-content: space-between;
	}
	.contact ul li{
		background: #fff;
		transform: skewX(-24deg);
		width: 420px;
		height: 64px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.contact ul li:before{
		content: '';
		width: 1px;
		height: calc(100% + 30px);
		background: #fff;
		position: absolute;
		top: -30px;
		left: 0;
	}
	.contact ul li:after{
		content: '';
		width: 1px;
		height: calc(100% + 30px);
		background: #fff;
		position: absolute;
		bottom: -30px;
		right: 0;
	}
	.contact ul li p{
		transform: skewX(24deg);
	}	
	.contact ul li:nth-of-type(1) p{
		font-size: 25px;
	}
	.contact ul li:nth-of-type(2) p{
		font-size: 14px;
	}
	.contact ul li:nth-of-type(2) p span{
		font-size: 29px;
		vertical-align: middle;
		letter-spacing: 0;
		padding-left: 33px;
		position: relative;
	}
	.contact ul li:nth-of-type(2) p span:before{
		content: '';
		width: 25px;
		height: 29px;
		background: url(../images/icon03.png) no-repeat;
		background-size: contain;
		position: absolute;
	    top: 8px;
	    left: 7px;
	}

footer .wrap{
	display: flex;
	justify-content: space-between;
	width: 750px;
	padding: 60px 0;
}
	footer .wrap .left{
		width: 50%;
	}
	footer .wrap .right{
		width: clac(50% - 50px);
	}
	footer .foot-logo{
		width: 300px;
	}
	footer .info{
		margin: 20px 0 30px;
	}
	footer .info th, footer .info td{
		font-size: 12px;
		font-weight: 400;
	}
	footer .info th{
		padding-right: 1em;
	}
	footer .info td a{
		font-size: 26px;
		font-weight: bold;
		padding-left: 25px;
		position: relative;
	}
	footer .info td a:before{
		content: '';
		width: 21px;
		height: 26px;
		background: url(../images/icon03.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 8px;
		left: 0;
	}
	footer .schdule{
		width: 100%;
	}
	footer .schdule th, footer .schdule td{
		font-size: 12px;
		font-weight: 400;
		border-top: solid 0.5px;
		border-bottom: solid 0.5px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	footer .schdule td, footer .schdule th{
		padding-right: 11px;
		padding-left: 11px;
		text-align: center;
		white-space: nowrap;
	}
	footer .schdule td{
		position: relative;
	}
	footer .schdule td span{
		font-size: 12px;
		position: absolute;
		top: 1px;
		right: 0;
	}
	footer .schdule th:nth-of-type(1), footer .schdule td:nth-of-type(1){
		padding-left: 4px;
		padding-right: 30px;
		text-align: left;
	}
	footer .schdule + p{
		font-size: 12px;
		text-align: right;
		margin-top: 4px;
		font-weight: 400;
	}
	footer .copy{
		background: #112A5A;
		color: #fff;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		padding: 10px 0;
	}


.sp, .sp-float, .menu-btn, .menu-wrap, .contents-list > li .btn-pic.sp, .price .wrap table td img.sp{
	display: none;
}

/*20240620バナー追加*/
.banner-text {
	font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.banner {
    margin: 0 auto;
    width: 62rem;
}

.pick{
	background: #f2f2f2;
	    padding: 3rem 3rem 3rem;
	margin-top: 5rem;
}

.what .pick p.big span{
	font-size: 6rem;
	letter-spacing: 0;
	line-height: 1.3;
}

.what .pick p.big{
	margin-top: 0px;
	    font-size: 2.3rem;
	    color: #cd1313;
}

.what .pick_midashi{
	background: #112A5A;
	color: #fff;
	text-align: center;
	width: 500px;
	margin: auto;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.pick h3{
	text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #30bd9b;
}

.dr h3 img{
	width: 280px;
}

.what p.sml {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}


.banner_area{
	width: 960px;
	margin: auto;
	margin-bottom: 30px;
}
