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

/* scroll
-----------------------------------------*/
.scroll{
	display: flex;
	justify-content: center;
	margin: 70px 0px;
}
.scroll a{
	margin: 0 20px;
}
.scroll_btn{
	width: 200px;
	height: auto;
}
.sp_scroll{
	display: none;
}



/* 認定講座
-----------------------------------------*/
.nintei{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: url("../img/contact/contact_bg.jpg") no-repeat;
	background-position-x: 400px;
	margin-bottom: 80px;
}
.nintei h2{
	color: #e3007f;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-feature-settings: "palt";
	font-weight: bold;
	font-size: 24px;
	border-bottom: 2px solid; 
	margin-bottom: 15px;
}
.fa-chevron-down{
	color: #e3007f;
	display: inline-block;
	padding-left: 8px;
	font-size: 14px;
	transition: 0.3s;
}
.nintei_scroll>div a:hover .fa-chevron-down{
	transform: translateY(5px);
}

.nintei_scroll{
	border: solid 1px #e3007f;
	padding: 25px 0px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	max-width: 860px;
}
.nintei_scroll>p{
	text-align: center;
	padding-bottom: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.nintei_scroll>div{
	display: flex;
	justify-content: center;
}
.nintei_scroll>div a{
	width: 310px;
	padding-bottom: 5px;
	color: #555;
	transition: 0.3s;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.nintei_scroll>div a:hover{
	color: #e3007f;
}
.kouza_wrap{
	width: 1000px;
	background-color: #f4f2e6;
	border-radius: 5px;
	margin: 0 auto;
	padding: 55px 100px 50px;
	box-sizing: border-box;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-bottom: 30px;
}
.kouza_wrap h3{
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #e3007f;
	display: block;
	margin: 0 auto;
	width: 410px;
	line-height: 1.6em;
	margin-bottom: 60px;
}
.kouza_main{
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 600px;
}
.kouza_main p img{
	width: 400px;
	height: auto;
}
.intro{
	text-align: center;
	width: 280px;
	height: 250px;
	border: solid 2px #e3007f;
	background-color: rgba(255,255,255,.70);
	color: #e3007f;
	line-height: 1.2em;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: -30px;
	display: flex;
    align-items: center;
	justify-content: center;
}
.intro p span{
	display: block;
    font-size: 16px;
    padding-top: 20px;
}
.fukidashi{
  position: relative;
  padding: 12px 0;
  background: #e3007f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 170px;
  line-height: 1em;
	margin-bottom: 18px;
}

.fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 20px;
  border: 6px solid transparent;
  border-top: 8px solid #e3007f;
  width: 0;
  height: 0;
}
.person{
	width: 240px;
}
.detail_bg{
	background-color: #fff;
	border-radius: 10px;
	font-size: 15px;
	box-sizing: border-box;
	padding: 25px 35px;
	box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.04);
}
.detail_wrap{
	margin-bottom: 25px;
}

.plan_l{
	width: 340px;
}
.plan_l>div{
	margin-bottom: 25px;
}
.price{
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #e3007f;
	margin-bottom: 10px;
}
.font_14{
	font-size: 14px;
}
.plan_r{
	width: 320px;
	margin-left: 30px;
	border: solid 1px #e3007f;
	border-radius: 20px;
	box-sizing: border-box;
    padding: 25px;
}
.plan_flex{
	display: flex;
	justify-content: center;
}
.nagare{
	font-size: 16px;
	font-weight: bold;
}
.plan_r>ul{
	margin-top: 10px;
}
.plan_r>ul>li{
	font-size: 14px;
	background-color: #faeaf3;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}
.plus{
	font-size: 13px;
	border: solid 1px #333;
	display: block;
	margin-top: 10px;
	padding: 10px;
}
.font_13{
	font-size: 13px;
}
.nintei_shou{
	width: 260px;
	height: auto;
	display: block;
}
/*.kouza h3{
	color: #555;
    font-feature-settings: "palt";
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.kouza tr{
	background-color: #fff7fb;
	margin-bottom: 2px;
	display: block;
}
.kouza th{
	width: 110px;
	padding: 14px 0 14px 25px;
	background-color: #eee;
}
.kouza td{
	padding: 14px 25px 14px 25px;
}
.kouza{
	padding-bottom: 35px;
	max-width: 860px;
    margin: 0 auto;
}
.kouza td div{
	display: flex;
}
.if_online{
	width: 120px;
}
.kouza td>p{
	font-size: 15px;
}
*/.sp_br{
	display: none;
}
.underline{
	border-bottom: solid 2px #e3007f;
	padding: 0 3px 3px;
}


/* 講演・出演依頼
-----------------------------------------*/
.kouen_syutsuen{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
	
}
.kouen_syutsuen h2{
	color: #e3007f;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-feature-settings: "palt";
	font-weight: bold;
	font-size: 24px;
	border-bottom: 2px solid; 
	margin-bottom: 15px;
}

#wrap #main #mainBox .bottom ul li.bottomBox:last-child {
	border-bottom: none;
}

.kouen_syutsuen .flex {
	display: flex;
	width: auto;
	background-color: #f4f2e6;
	padding: 30px;
	margin: 30px 0;
}

.flex div:first-child {
	width: 460px;
	margin: 0 20px 0 0;
}

.flex div:nth-child(2) {
	width: 660px;
}

.kouen_syutsuen h3 {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 30px;
	line-height: 1;
	color: #e3007f;
	border: 3px solid #e3007f;
}
.kouen_syutsuen h5{
	margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #e3007f;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-feature-settings: "palt";
}
.text {
	margin: 20px 0;
	font-size: 17px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#wrap #main #mainBox .bottom .text:frst-child {
	margin: 0;
}
.free img{
	width: 44px;
	height: auto;
	margin: 0 8px 0 0;
}
.free{
	margin: 20px 0 0 0;
    font-size: 24px;
    line-height: 1;
}
.mail{
	width: 460px;
}
.theme h4{
    width: 550px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px;
    background: #e3007f;
    color: #fff;
    box-sizing: border-box;
	margin-bottom: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-feature-settings: "palt";
}
.theme h4:before {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 0;
    left: 0;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
.theme h4:after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.theme_flex{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.mediaCBox {
    margin: 0 5px 10px 5px;
    padding: 10px 20px 10px 10px;
    background: url(../img/top/privatelesson_bg.png) 300px -60px no-repeat, #fff7fb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 500px;
	height: 250px;
	font-size: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.mediaCBox p{
    font-feature-settings: normal;
}
.target {
    padding: 8px 10px;
    line-height: 1.4;
    background: rgba(255,255,255,0.8);
}
.training .mediaCBox{
	height: 340px;
}
.to_media{
	color: #fff;
	border: solid 1px #e3007f;
	background-color: #e3007f;
	transition: 0.4s;
	padding: 12px 20px;
	width: 300px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
.to_media:link {
    color: #fff;
    text-decoration: none;
}
.to_media:visited {color: #fff; text-decoration: none;}
.to_media:hover   {
	color: #e3007f; 
	text-decoration: none;
	background-color: #fff;
}
.to_media:active  {color: #fff; text-decoration: none;}


/* 美そうじレッスン
-----------------------------------------*/
.lesson{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
	
}
.lesson h2{
	color: #e3007f;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-feature-settings: "palt";
	font-weight: bold;
	font-size: 24px;
	border-bottom: 2px solid; 
	margin-bottom: 15px;
}


.whiteBox {
	margin: 0 0 30px 0;
	padding: 30px;
	border: 1px solid #555;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.whiteBox h3 {
	color: #e3007F;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-feature-settings: "palt";
	margin: 0 0 10px 0;
    padding: 10px;
    font-size: 30px;
    line-height: 1;
    color: #e3007f;
    border: 3px solid #e3007f;
}

.whiteBox .h3c {
	margin: 0 0 0 20px;
	line-height: 60px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.ttlG {
	padding: 10px 12px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	background: #b05970;
	display: inline-block;
}

.ttlB {
	margin: 40px 0 0 0;
	width: 300px;
}

.whiteBox h4 {
	margin: 30px 0 0 0;
	font-size: 20px;
	text-align: center;
}

.lesson .flex {
	width: 1136px;
}

.lesson .flex div:first-child {
	width: 460px;
	margin: 0 20px 0 0;
}

.lesson .flex div:nth-child(2) {
	width: 656px;
}

.whiteBox ul {
	margin: 10px 0 30px 0;
}

.whiteBox ul li {
	width: 358px;
	margin: 0 30px 0 0;
}

.whiteBox ul li:last-child {
	margin: 0;
}

.detailBox {
	margin: 10px 0 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.detailBox dl:nth-child(2) {
	margin: 30px 0 0 0;
}

.detailBox dl dt {
	padding: 4px 14px;
	font-size: 25px;
	color: #fff;
	background: #555;
}

.detailBox dl dd {
	padding: 20px;
	font-size: 15px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

.detailBox dl dd span {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.detailBox dl dd .textS {
	font-size: 16px;
}

.detailBox dl dd img {
	width: 167px;
	margin: 0 0 0 20px;
	float: right;
}

.whiteBox .contactBox {
	width: 460px;
	margin: 30px auto 0 auto;
}

.whiteBox .free {
	width: 300px;
	margin: 0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.whiteBox .time {
	width: 300px;
	margin: 0 auto;
}

.whiteBox .detailBox div:first-child {
	width: 610px;
	margin: 0 20px 0 0;
}

.whiteBox .detailBox div:nth-child(2) {
	width: 506px;
}

.whiteBox .detailBox div dl dd.boxh {
	height: 535px;
}

.whiteBox .detailBox div dl dd.boxh img {
	width: 226px;
}

.whiteBox .detailBox div dl dd.boxh2 {
	height: 564px;
}

.whiteBox .detailBox div dl dd.boxh2 img {
	width: 226px;
}




@media screen and (max-width: 750px) {
	
	
/* scroll
-----------------------------------------*/
	.scroll{
		display: none;
	}
	.sp_scroll{
		display: block;
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.sp_scroll a{
		display: block;
		width: 300px;
		padding: 10px 0;
		margin: 0 auto;
		text-align: center;
		background-color: #e3007f;
		color: #fff;
		margin-bottom: 10px;
	}
	
	

/* 認定講座
-----------------------------------------*/	
	.nintei{
		width: auto;
		max-width: 700px;
		margin: 0 auto;
		background: url("../img/contact/contact_bg.jpg") no-repeat;
		background-position-x: -100px;
		margin-bottom: 50px;
		padding: 0 12px;
	}
	.nintei h2{
		color: #e3007f;
		font-size: 20px;
		border-bottom: 2px solid; 
		margin-bottom: 15px;
		text-align: left;
		padding-bottom: 10px;
	}
	.nintei_scroll {
		border: solid 1px #e3007f;
		padding: 20px 0px;
		margin: 0 auto;
		margin-bottom: 40px;
		max-width: 700px;
		font-size: 14px;
	}
	.nintei_scroll>div {
		display: block;
		justify-content: center;
	}
	.nintei_scroll>div a {
		width: 245px;
		padding-bottom: 5px;
		color: #555;
		display: block;
		transition: 0.3s;
		margin: 0 auto;
	}
	.kouza_wrap{
		width: auto;
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	.kouza_wrap h3 {
		font-size: 18px;
		width: fit-content;
		margin-bottom: 20px;
	}
	.kouza_main {
		margin-bottom: 25px;
		width: auto;
		max-width: 400px;
	}
	.kouza_main p img {
		width: 100%;
		height: auto;
	}
	.intro {
		width: 100%;
		height: 120px;
		font-size: 16px;
		position: static;
        margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.intro p span {
		display: block;
		font-size: 14px;
		padding-top: 10px;
	}
	.fukidashi {
		padding: 10px 0;
		font-size: 15px;
		width: 150px;
		margin-bottom: 15px;
	}
	.person {
		width: 220px;
	}
	.plan_flex {
		display: block;
	}
	.detail_bg {
		font-size: 14px;
		padding: 20px;
	}
	.detail_wrap {
		margin-bottom: 15px;
	}
	.sp_none{
		display: none;
	}
	.plan_l {
		width: auto;
	}
	.plan_r {
		width: auto;
		margin-left: 0px;
		border: solid 1px #e3007f;
		border-radius: 20px;
		box-sizing: border-box;
		padding: 15px;
	}
	.plan_l>div {
		margin-bottom: 15px;
	}
	.nintei_shou {
		width: 100%;
		height: auto;
		display: block;
	}
	
	
	
/*	.kouza h3 {
		color: #555;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.kouza {
		padding-bottom: 25px;
		max-width: 700px;
		margin: 0 auto;
	}
	.kouza tr{
		background-color: #fff7fb;
		margin-bottom: 2px;
		display: block;
		font-size: 14px;
	}
	.kouza th{
		width: 70px;
		padding: 14px 0 14px 10px;
		background-color: #eee;
	}
	.kouza td{
		padding: 14px 10px 14px 10px;
		width: auto;
	}
	.kouza td div{
		display: flex;
	}
	.if_online{
		width: 90px;
	}
	.kouza td>p{
		font-size: 12px;
	}*/
	.sp_br{
		display: block;
	}
	
/* 講演・出演依頼
-----------------------------------------*/
.kouen_syutsuen{
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 0 10px;
}
.kouen_syutsuen h2{
	color: #e3007f;
	font-size: 20px;
	border-bottom: 2px solid; 
	margin-bottom: 15px;
	text-align: left;
	padding-bottom: 10px;
}

#wrap #main #mainBox .bottom ul li.bottomBox:last-child {
	border-bottom: none;
}

.kouen_syutsuen .flex {
	display: block;
	width: auto;
	background-color: #f4f2e6;
	padding: 10px;
	margin: 10px 0;
}

.flex div:first-child {
	width: auto;
	margin: 0 20px 15px 0;
}

.flex div:nth-child(2) {
	width: auto;
	max-width: 380px;
	font-size: 12px;
}

.kouen_syutsuen h3 {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 20px;
	line-height: 1;
	color: #e3007f;
	border: 3px solid #e3007f;
}
.kouen_syutsuen h5{
	margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #e3007f;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-feature-settings: "palt";
}
.text {
	margin: 20px 0;
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
	.time{
		padding: 5px 0;
	}
#wrap #main #mainBox .bottom .text:frst-child {
	margin: 0;
}
.free img{
	width: 32px;
	height: auto;
	margin: 0 8px 0 0;
}
.free{
	margin: 20px 0 0 0;
    font-size: 24px;
    line-height: 1;
}
.mail{
	width: auto;
	max-width: 400px;
}
.theme h4{
    width: auto;
	max-width: 300px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px;
    background: #e3007f;
    color: #fff;
    box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-feature-settings: "palt";
}
.theme h4:before {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 0;
    left: 0;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
.theme h4:after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.theme_flex{
	display: block;
	justify-content: center;
	margin-bottom: 30px;
}
.mediaCBox {
    margin: 0 5px 10px 5px;
    padding: 10px 20px 10px 10px;
    background: url(../img/top/privatelesson_bg.png) 300px -60px no-repeat, #fff7fb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: auto;
	height: auto;
	font-size: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.mediaCBox p{
    font-feature-settings: normal;
}
.target {
    padding: 8px 10px;
    line-height: 1.4;
    background: rgba(255,255,255,0.8);
}
.training .mediaCBox{
	height: auto;
}
.to_media{
	color: #fff;
	border: solid 1px #e3007f;
	background-color: #e3007f;
	transition: 0.4s;
	padding: 12px 0px;
	width: auto;
	max-width: 300px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
.to_media:link {
    color: #fff;
    text-decoration: none;
}
.to_media:visited {color: #fff; text-decoration: none;}
.to_media:hover   {
	color: #e3007f; 
	text-decoration: none;
	background-color: #fff;
}
.to_media:active  {color: #fff; text-decoration: none;}
	
	
/* 美そうじレッスン
-----------------------------------------*/
.lesson{
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 0 10px;
}
.lesson h2{
	color: #e3007f;
	font-size: 20px;
	border-bottom: 2px solid; 
	margin-bottom: 15px;
	text-align: left;
	padding-bottom: 10px;
}


.whiteBox {
	margin: 0 0 30px 0;
	padding: 15px;
	border: 1px solid #555;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.whiteBox h3 {
    margin: 0 0 10px 0;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
    color: #e3007f;
    border: 3px solid #e3007f;
}

.whiteBox .h3c {
	margin: 0 0 0 20px;
	line-height: 60px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.ttlG {
	padding: 10px 12px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	background: #b05970;
	display: inline-block;
}

.ttlB {
	margin: 40px 0 0 0;
	width: 250px;
}

.whiteBox h4 {
	margin: 30px 0 0 0;
	font-size: 20px;
	text-align: center;
}

.lesson .flex {
	width: auto;
}

.lesson .flex div:first-child {
	width: auto;
	margin: 0 20px 0 0;
}

.lesson .flex div:nth-child(2) {
	width: auto;
}

.whiteBox ul {
	margin: 10px 0 30px 0;
}

.whiteBox ul li {
	width: 358px;
	margin: 0 30px 0 0;
}

.whiteBox ul li:last-child {
	margin: 0;
}

.detailBox {
	margin: 10px 0 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.detailBox dl:nth-child(2) {
	margin: 0;
}
.detailBox dl dt {
	padding: 4px 14px;
	font-size: 20px;
	color: #fff;
	background: #555;
}

.detailBox dl dd {
	padding: 20px 15px;
	font-size: 15px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	margin-bottom: 15px;
}

.detailBox dl dd span {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
    display: inline-block;
}
.detailBox dl dd .textS {
	font-size: 12px;
}

.detailBox dl dd img {
	width: 100%;
	margin-bottom: 10px;
	float: right;
}

.whiteBox .contactBox {
	width: auto;
	margin: 30px auto 0 auto;
}

.whiteBox .free {
	width: 300px;
	margin: 0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.whiteBox .time {
	width: 300px;
	margin: 0 auto;
}

.whiteBox .detailBox div:first-child {
	width: auto;
	margin: 0;
}

.whiteBox .detailBox div:nth-child(2) {
	width: auto;
}

.whiteBox .detailBox div dl dd.boxh {
	height: auto;
}

.whiteBox .detailBox div dl dd.boxh img {
	width: 226px;
}

.whiteBox .detailBox div dl dd.boxh2 {
	height: auto;
}

.whiteBox .detailBox div dl dd.boxh2 img {
	width: 100%;
}	
	.sp_full{
		font-size: 14px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


}





