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

.dressing-kv img{
	width:100%;
	margin-bottom: 2em;
}

#dr-cp_sec01{
	max-width: 1000px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
	width: 100%;
	font-family: 'Noto Sans JP','Zen Kaku Gothic New', sans-serif;	
	box-sizing: border-box;
}

#dr-cp_sec01 p,#dr-cp_sec01 ul{
	overflow: inherit;
}

#dr-cp_sec01 .dr-sec{
	font-size: 1.2em;
    margin-bottom: 4em;
}

#dr-cp_sec01 .dr-h2{
	position: relative;
	text-align: left;
	padding: 0;
	color: #ff2c4a;
	font-size: 1.8em!important;
}

#dr-cp_sec01 .dr-h2 span{
	position: relative;
}

#dr-cp_sec01 .dr-h2:before{
	content: "";
    position: absolute;
    background: #ffdee3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -12px;
    left: -26px;
}

#dr-cp_sec01 p span.dr-underline{
	border-bottom: 2px solid #ff2c4a;
    line-height: 1.6;
}

#dr-cp_sec01 ul{
	list-style: inherit;
    padding-left: 1.5em;
}

#dr-cp_sec01 ul li{
	color: #ff2c4a;
}

#dr-cp_sec01 ul li span{
	color: #000;
}

#dr-cp_sec01 ol{
	counter-reset: li;
}

#dr-cp_sec01 ol li{
    position: relative;
	padding-left: 1.5em;
	margin: 0 0 10px;
}

#dr-cp_sec01 ol li:before{
	color: #ff2c4a;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	counter-increment: li;
	content: counter(li)'.';
}

#dr-cp_sec01 em{
	font-size: 150%;
	font-style: inherit;
}

#dr-cp_sec01 p .dr-logo{
	float: right;
    width: 200px;
}

#dr-cp_sec01 a{
	color: #00b5f0;
}

#dr-cp_sec01 .dr-entry-form{
	text-align: center;
	margin-bottom: 7em;
}

#dr-cp_sec01 .dr-entry-form .dr-ef-h3{
	background: none;
    line-height: 1.4;
	color: #ff2c4a;
}

#dr-cp_sec01 .dr-entry-form a{
	position: relative;
    display: inline-block;
	background: #ff2c4a;
    color: #fff;
    padding: 0.8em 2em 0.8em 2.5em;
    font-size: 1.7em;
    font-weight: 700;
    border-radius: 9999px;
}
#dr-cp_sec01 .dr-entry-form a.dr-entry-form-minor {
    font-size: 1.25em;
}

#dr-cp_sec01 .dr-entry-form a:before{
	content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 1.5em;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

#dr-cp_sec01 .dr-entry-form a:hover{
	opacity: 0.6;
}

.sensyuken-entry-list{
	text-align: center;
    font-size: 1.5em;
    line-height: 1.9;
    color: #ff2c4a;
	margin-bottom: 4em;
}

.dr-banners {
	display: flex;
	row-gap: 10px;
	column-gap: 10px;
	justify-content: center;
}
.dr-banners a { width: calc(100% / 3); }

/*** resposive ***/
@media screen and (max-width: 650px){
	
#dr-cp_sec01{
	padding-left: 35px;
    padding-right: 35px;
}

#dr-cp_sec01 .dr-h2:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -3px;
    left: -20px;
}

#dr-cp_sec01 .dr-entry-form .dr-ef-h3{
	padding: 0;
	margin-bottom: 30px;
}
	
#dr-cp_sec01 p .dr-logo {
    width: 150px;
}

.dr-banners {
	flex-direction: column;
}
.dr-banners a { width: 100% }

}

