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

.navi--sec .navi__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: none;
    /*margin: 0 0 20px 0;*/
    margin: 0;
	width:calc((100% - 20px)/ 2);
}
.navi--sec .navi__item+.navi__item {
    /*margin-left: 20px;*/
    margin-left: 0;
}

/*-- medical add 202404 --*/
dl.data{
	display: flex;
	width:100%;
	margin-bottom: 10px;
	align-items: center;
}
dl.data.pc-flex{
	display:block;
	width:100%;	
}
dl.data.w100{
	display: flex;
	width:100%;
}

.data dt{
	width: 40%;
	color:#FFF;
	background-color:#615755;
	text-align:center;
	padding:5px 0;
	}
.data dd{
	width:60%;
	padding-left:15px;
}
dt.r-bg{
	background-color:#851d0f;

}
dt.w30.pd30, dd.w80{
	width:100%;
	padding-left:0;
}
li.list-c::before{
	content: '●';
	display: inline-block;
	position: relative;
}

.price-new .caption{
	display: flex;
	justify-content: space-between;
	max-width: 640px;
	margin: 0 220px 0 290px;
	color:#860000;
	font-weight: bold;
}
.price-new .titsp{
	text-align:center;
	font-size:20px;
	background-color:#ccbeb6;
	line-height: 1.2;
	margin-bottom:12px;
	padding-top: 5px;
}
.price-new .titsp.tit2{
	margin-top: 20px;
}
.price-new .titsp span{
	font-size:12px;
	line-height:1.2;
}
.price-new .summarytxt{
	margin-top: 30px;
}
.img_col2 .map{
	width:80%;
	margin: auto;
}

ul.accept-list{
	width: 100%;
}
ul.accept-list li{
	display: inline-block;
	width:calc( 96%/ 2);
	margin:0.5%;
	padding: 0.5%;
	background-color: #FFE4D9;
	text-align: center;
}
@media all and (min-width:1101px) {
.info_col1_txt{
	width:70%;
	margin-right:5%;
	float:left;
}
.info_col1_aex{
	float:right;
	width:25%;
}
dl.data.w100{
	width:100%;
}
.data-content {
    width: 930px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.data-content.w930 {
    width: 930px;
	margin:0 auto;
	margin-bottom: 10px;
}

.box-fl{
	display: flex;
	width:100%;
	margin-top:10px;
}
.box-l{
	width:50%;
}
.box-r{
	width:50%;
	padding-left:1%;
}
dl.data{
	width:50%;
}
dl.data.pc-flex{
	display: flex;
}
.data dt{
	width:30%;
}
.data dd{
	padding-left:40px;
	letter-spacing: 1.5px;
}
dt.w30.pd30{
	width:20%;
	padding:40px 0px;
}
dt.w30{
	width:15%;
}
dd.w80{
	width:79%;
	padding:0 2%;
	lineheight:2;
	letter-spacing: 0.2px;
}

ul.requirement-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content:space-between;
}
li.list-c:nth-child(2n-1){
	width:46%;
}
li.list-c:nth-child(2n){
	width:54%;
}

ul.accept-list li{
	width:calc( 94% / 4);
}

}

@media all and (min-width:769px) and (max-width: 1100px){
.info_col1_aex{
	float:right;
	min-width:25%;
}
dl.data{
	width:50%;
	margin-bottom:20px;
}
dl.data.w100, dl.data.pc-flex{
	display: flex;
	width:100%;
}
dt.w30.pd30{
	width:20%;
	padding: 4%;
}
dt.w30{
	width: 15%;
}
dd.w80{
	width:80%;
}
.data dd{
	padding-left:40px;
	letter-spacing:1.5px;
}

ul.accept-list li{
	width:calc( 90%/ 3);
}


}

@media all and (max-width:768px) {
.price-new .caption{
	max-width:100%;
	margin:0;
	font-size:13px;
}
.price-new .sp{
	text-align:center;
}
.price-new .summarytxt{
	font-size: 10px;
}
.img_col2 .map{
	width:100%;
	margin: auto;
}
#contents .item_wdList li .txtCol2{
margin-bottom: 2.5em;
}
}
@media all and (max-width:450px) {
.info_col1_txt{
	display: block;
	width:100%;
	float:none;
}
.info_col1_aex2{
	float:right;
	width:70%;
}
ul.accept-list li{
	font-size: 0.8em;
}

}
