@charset "UTF-8";

/*dr_box
---------------------------------------------------------*/
.dr_box.border_b{
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #ccc;
}
.dr_box .flt_box .img_l{
	max-width: 440px;
	width: 37%;
	float: left;
}
.dr_box .flt_box .img_l .img{
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
}
.dr_box .flt_box .img_l .name{
	font-size: 117.65%;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: center;
	margin-top: 1.5em;
}
.dr_box .flt_box .img_l .name h3{
	margin-bottom: 0.3em;
}
.dr_box .flt_box .img_l .name p{
	font-size: 175%;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}
.dr_box .flt_box .txt_r{
	max-width: 700px;
	width: 59%;
	float: right;
}
.dr_box .flt_box .txt_r .sns{
	margin-top: 20px;
}
.dr_box .flt_box .txt_r .sns li{
	width: 2.4em;
	display: inline-block;
	margin-right: 1.5em;
}
.dr_box .flt_box .txt_r .sns li:last-child{
	margin-right: 0;
}
.dr_box .flt_box .txt_r .reki{
	padding-top: 30px;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	justify-content: flex-start;
}
.dr_box .flt_box .txt_r .reki dl{
	margin-right: 3em;
}
.dr_box .flt_box .txt_r .reki dl:nth-child(even),
.dr_box .flt_box .txt_r .reki dl:last-child{
	margin-right: 0;
}
.dr_box .flt_box .txt_r .reki dt{
	font-size: 127%;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.dr_box .flt_box .txt_r .reki ul{
	letter-spacing: 0.1em;
	line-height: 1.7em;
}
.dr_box .flt_box .txt_r .reki ul li{
	position: relative;
	padding-left: 1em;
	box-sizing: border-box;
}
.dr_box .flt_box .txt_r .reki ul li::before{
	position: absolute;
	display: block;
	content: "";
	background: #d5bd8f;
	background-size: 100% auto;
	width: .3em;
	height: .3em;
	top: .7em;
	left: 0;
	border-radius: 50%;
}
.dr_box .flt_box .txt_r .com_btn1{
	margin-top: 30px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.dr_box.border_b{
	padding-bottom: 8%;
	margin-bottom: 8%;
}
.dr_box .flt_box .img_l .name{
	font-size: 110%;
	letter-spacing: 0.15em;
}
.dr_box .flt_box .img_l .name p{
	letter-spacing: 0.15em;
}
.dr_box .flt_box .txt_r .sns{
	margin-top: 3%;
}
.dr_box .flt_box .txt_r .reki{
	padding-top: 4%;
	margin-top: 5%;
}
.dr_box .flt_box .txt_r .reki dl{
	margin-right: 2em;
}
.dr_box .flt_box .txt_r .reki dt{
	font-size: 120%;
	letter-spacing: 0.15em;
}
.dr_box .flt_box .txt_r .reki ul{
	letter-spacing: 0.05em;
}
.dr_box .flt_box .txt_r .com_btn1{
	margin-top: 4%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.dr_box.border_b{
	padding-bottom: 10%;
	margin-bottom: 10%;
}
.dr_box .flt_box .img_l{
	max-width: 100%;
	width: 100%;
	margin-bottom: 5%;
}
.dr_box .flt_box .img_l .img{
	width: 80%;
}
.dr_box .flt_box .img_l .name{
	font-size: 105%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	margin-top: 1.3em;
}
.dr_box .flt_box .img_l .name h3{
	margin-bottom: 0.2em;
}
.dr_box .flt_box .img_l .name p{
	letter-spacing: 0.15em;
}
.dr_box .flt_box .txt_r{
	max-width: 100%;
	width: 100%;
	float: none;
}
.dr_box .flt_box .txt_r .sns{
	margin-top: 5%;
	text-align: center;
}
.dr_box .flt_box .txt_r .reki{
	padding-top: 6%;
	margin-top: 6%;
	display: block;
}
.dr_box .flt_box .txt_r .reki dl{
	margin-top: 5%;
	margin-right: 0;
}
.dr_box .flt_box .txt_r .reki dl:first-child{
	margin-top: 0;
}
.dr_box .flt_box .txt_r .reki ul{
	letter-spacing: normal;
}
.dr_box .flt_box .txt_r .reki ul li{
	padding-left: .8em;
}
.dr_box .flt_box .txt_r .com_btn1{
	margin-top: 6%;
}
}
