@charset "utf-8";

.min{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:2rem;
	text-align:center;
}
dd + dt{
	margin-top:60px;
}
.btm dt{
	background:#fcc900;
	padding:10px 0;
}
.btm dd{
	margin-top:15px;
	margin-bottom:30px;
}
.btm dd ul{
	margin-top:15px;
}
.btm dd li:before{
	content:"●";
	color:#fcc900;
}
.photo_cont div{
	float:left;
}
.photo{
	margin-right:30px;
}
.photo img{
	width:200px;
}
.text{
	width:506px;
}
.text p + p{
	margin-top:20px;
}
.text span{
	font-size:2rem;
}

.row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.row .col{
	width: 50%;
}

.row .col:nth-child(2){
	margin-left: 40px;
	width: calc(50% - 40px);
}

.row .col .media{
	margin-bottom: 16px;
}

.row .col .media img{
	width: 100%;
}

.row .col .media + p{
	font-size: 1.3rem;
	line-height: 1.5;
}

.tit_g{
	position: relative;
    margin-bottom: 30px;
    padding-top: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    border-top: 1px solid #bababa;
}

.tit_g:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    border-top: 5px solid #fcc900;
}

.box_y{
	background-color: #fabf09;
	padding: 32px 0;
	margin-bottom: 35px;
}

.box_y dl{
	width: 80%;
	margin: 0 auto;
	display: flex;
	font-size: 1.5rem;
	flex-wrap: wrap;
}


.box_y dl dt{
	margin-top: 0;
	font-weight: bold;
	width: 30%;
}

.box_y dl dd{
	margin-top: 0;
	width: 70%;
}

.name{
	font-size: 1.4rem;
	margin-bottom: 32px;
}

.tex_topic{
	background-color: rgba(255, 255, 255, .8);
	padding: 16px 24px;
	margin-top: 32px;
}


.tex_add{
	padding: 24px;
	background-color: #f4f4f4;
	margin-top: 32px;
	text-align: center;
}

.tex_add span {
	padding-left: 24px;
}

p.add_shisetu{
	background: #dfdfdf;
	padding: 30px;
	margin: 30px auto;	
}
p.add_shisetu span.tit {
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.5;
    margin-bottom: 5px;
    display: inline-block;
}
p.add_shisetu span.tel {
	padding-left: 24px;
}
.media.mb_50,
.info.mb_50{
	margin-bottom: 50px;
}
