/* CSS Document */
a{
	color: #11998e;
}
.btn{
	width: 80%;
}
.btn.disable{
	background: #ddd;
	color: #f3f3f3;
	pointer-events: none;
	filter: drop-shadow(0 5px 0 #d0d0d0);
}
.bg-citrus {
	background-color: #ffffdd;
	border: solid 1px #ffe66f;
	display: flex;
    justify-content: center;
    align-items: center;
}

section#lead-text ul li:before {
	background-image: none;
	margin: 0;
	width: 0;
	height: 0;
}
section#lead-text ul li {
	
}
section#period {
	background-color: #f6f6f6;
	padding: 5px 0;
}
section#period dl {
	border-bottom: 2px dotted #d6d6d6;
	line-height: 1.5;
    padding-bottom: 5px;
	margin: 0 auto 5px;
	letter-spacing: -0.4em; /* 隙間消去 */
}
section#period dl:last-child {
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
section#period dl dt,
section#period dl dd {
	display: inline-block;
	letter-spacing: normal; /* 文字間適正化 */
	padding: 0;
	font-size: 15px;
}
section#period dl dt {
	color: #11998e;
  font-weight: 600;
}

#gtn-free h1 img.ttl_rbn {
	margin-bottom: 8px;
}


section.bg-green {
	background-color: #439639;
}

p.title-clinic,
p.title-seminar {
	text-align: center;
}
p.title-clinic img {
/*	width: 500px;*/
	width: 465px;
	margin: 0 auto;
}

p.title-seminar img {
	width: 600px;
	margin: 0 auto;
}
.clinic-list,
.seminar-list {
	max-width:750px;
	margin: 0 auto 20px;
	background: url(../img/bg_clinic.png) right bottom no-repeat;
	background-size: 184px;
	padding: 10px;
}
.clinic-list ul,
.seminar-list ul {
	position: relative;
	padding: 0;
	margin: 0;
}
.clinic-list ul,
.clinic-list ul li,
.seminar-list ul, 
.seminar-list ul li {
	list-style: none;
	list-style-type: none;
	text-indent: 0;
	font-size: 20px;
}
.clinic-list ul li,
.seminar-list ul li {
	border-bottom: 1px dotted #c0d612;
	background: url(../img/icon_doctor.png) left 5px no-repeat;
	background-size: 35px;
	line-height: 1.5em;
	padding: 8px 0 8px 40px;
}
.clinic-list ul li:last-child,
.seminar-list ul li:last-child {
	border: none;
	background-image: none;
	padding: 6px 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.clinic-list ul li strong,
.seminar-list ul li strong {
	color: #ff9328;
	font-weight: 700;
}

ul.semi-info {
	letter-spacing: -0.4em;
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
}
ul.semi-info li {
	display: inline-block;
	background-color: #dcecd3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 1.0em;
	padding: 5px 10px;
	letter-spacing: 0;
	margin: 5px;
}
ul.semi-info li span {
	display: block;
	font-weight: 700;
	color: #439539;
	padding-top: 3px;
	font-size: 16px;
}
.seminar-prg,
.seminar-prg table {
	width: 880px;
}
table.striper {
	
}
table.striper,
table.striper tr th,
table.striper tr td {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
}
table.striper tr {
	background-color: #ffffff;
}
table.striper tr:nth-child(2n) {
	background-color: #f0f7ec;
}
.seminar-prg table td,
.seminar-prg table td div {

}
.seminar-prg table td div {
	float: left;
	min-height: 80px;
	display: flex;
	align-items: center;
}
.seminar-prg table td.semi-time{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.seminar-prg table td div.semi-name{
	padding: 10px;
	width: 580px;
	font-size: 18px;
}
.seminar-prg table td div.semi-person{
	padding: 10px;
	border-left: 1px solid #ddd;
	font-size: 14px;
}
.seminar-prg table td div.semi-person span.double {
	display: inline-block;
	width: 150px;
	text-align: right;
}

.row .fair-clinics {
	
}
ul.fair-clinics {
	margin-bottom: 0;
}
ul.fair-clinics,
ul.fair-clinics li {
	padding-left: 0;
	text-indent: 0;
	list-style-image: none;
	list-style: none;
}
ul.fair-clinics li {
	border: solid 1px #dddddd;
	border-bottom: none;
	padding: 10px 10px 10px 50px;
	font-size: 1.6rem;
	background: #ffffff url(../img/icon_teeth.png) 10px 7px / 28px no-repeat;
}
ul.fair-clinics li:nth-child(even) {
	background-color: #f0f7ec;
}
ul.fair-clinics li:last-child {
	border-bottom: solid 1px #dddddd;
}


table th.sub-hd {
	background-color: #f2f7d0;
}
table th.w190 {
	width: 190px;
}
table th.w18p {
	width: 18%;
}
table th.w40p {
	width: 40%;
}

table.v-top tr th,
table.v-top tr td {
	vertical-align: top;
}
table th span {
	font-weight: normal;
}
table td .exp {
	border: solid 1px #ffe66f;
	background-color: #ffffdd;
	padding: 9px;
	margin: 10px 0;
	display: inline-block;
	width: auto;
}
table.tbl-time {
	width: 100%;
}

.resp-box {
	border: solid 1px #ddd;
	border-top: none;
	overflow-x: scroll;
	overflow-y: hidden;	
}
.resp-box::-webkit-scrollbar {
    -webkit-appearance: none;
	height: 10px;
}
.resp-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
/*    box-shadow: 0 0 1px rgba(255,255,255,.5);*/
}
.pamp {
	margin: -20px 20% 0 10px;
	float: right;
}
.text-12p {
	font-size: 12px;
}

#feature .fit-box,
#clinic .fit-box,
.bg-green .fit-box {
	border: solid 4px #c0d612;
	background-color: #ffffff;
	padding: 26px;
}
#feature .fit-box h4 {
	font-size: 18px;
	font-weight: 600;
	color: #a8bd00;
}
#feature p.title00 {
	width: 660px;
	margin: 0 auto 30px;
}

#clinic .fit-box,
.bg-green .fit-box {
	color: #333333;
	margin-bottom: 10px;
}
#clinic .row p strong,
.bg-green .row p strong {
	color: #f0cb02;
	font-weight: 700;
}
#clinic.bg-lime .row p strong { color: #ff9329; }
#clinic .fit-box .left-box {
	width: 400px;
	padding-left: 0;
	margin-bottom: 20px;
}
#clinic .fit-box .left-box img {
	width: 370px;
}
#clinic .fit-box .right-box {
	width: 465px;
	padding-left: 0;
	padding-right: 0;
}
ul.dr-list { width: 465px; }
ul.dr-list, ul.dr-list li {
	list-style-type: none;
	padding-left: 0;
	text-indent: 0;
}
ul.dr-list li {
	padding-left: 70px;
	text-indent: 0;
	background: url(../img/icon_doctor.png) left 50% no-repeat;
	background-size: 50px;
	min-height: 70px;
	font-size: 16px;
	margin-bottom: 8px;
}
ul.dr-list li strong {
	font-size: 18px;
	color: #ff9329;
	font-weight: 700;
}
ul.dr-list li div {
	width: 100%;
	padding: 13px 15px;
	 border-radius: 15px;
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px;
	background-color: #f1f7d0;
	position: relative;
}
ul.dr-list li div::before {
	position: absolute;
	content:"";
	top: 15px;
	left: 0;
	width: 15px;
	height: 13px; /* 12.5px */
	margin-left: -15px;
	background: url(../img/image_fukidashi.png) left top no-repeat;
	background-size: 15px 12.5px;
}
ul.dr-list + p.text-right {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 16px;
}


#gift .fit-box {
	border: solid 4px #ffbc79;
	background-color: #ffffdd;
	padding: 26px;
}

#sub-navi {
	padding: 20px 0;
/*	margin: 40px 0;*/
	width: 100%;
	background-color: #f4f4f4;
	text-align: center;
}


#sub-navi ul,
#sub-navi ul li {
	list-style: none;
	text-indent: none;
	padding: 0;
	margin: 0;
}
#sub-navi ul {
	width: auto;
	margin: 0 auto;
	font-size: 0; /* liの隙間バグ対応 */
}
#sub-navi ul li {
	display: inline-block;
	background-color: #fff;
	border: solid 1px #ccc;
	border-right: none;
	font-size: 15px; /* liの隙間バグ対応 */
}
#sub-navi ul li:last-child {
	border: solid 1px #ccc;
}
#sub-navi ul li a {
	display: block;
	padding: 13px 20px 10px;
	color: #222;
	font-weight: 600;
	white-space: nowrap;
}
#sub-navi ul li a:hover {
	color: #439539;
	background-color: #f2f7d0;
	text-decoration: none;
}

#summary table tr td span {
	font-size: 14px;
}

.btn.txt-big-btn {
	font-size: 20px;
}


.is-fixed {
  display: block !important;
}

.msg-mmga {
	font-size: 14px !important;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.btn.btn-xl.btn-insta {
	text-transform: none;
	font-size: 20px;
	background-color: #cf2889;
	width: 270px;
	height: 60px;
	padding: 12px 30px;
}
.btn.btn-xl.btn-insta:hover {
	background-color: #FFB40F;
}
.btn.btn-xl.btn-insta img {
	width: 36px;
	margin-right: 7px;
}

.btn.btn-xl.btn-twitter,
.btn.btn-xl.btn-facebook {
	text-transform: none;
	font-size: 14px;
	height: 40px;
	padding: 10px 20px 15px 45px;
	position: relative;
}
.btn.btn-xl.btn-twitter {
	background-color: #1da1f2;
	width: 130px;
}
.btn.btn-xl.btn-twitter img {
	width: 44px;
	position: absolute;
	top: -2px;
	left: 10px;
}
.btn.btn-xl.btn-facebook {
	background-color: #4267b2;
	width: 140px;
}
.btn.btn-xl.btn-facebook img {
	width: 25px;
	position: absolute;
	top: 7px;
	left: 16px;
}
.btn.btn-xl.btn-twitter:hover,
.btn.btn-xl.btn-facebook:hover {
	opacity: 0.6;
}

dl.msg-insta {
	border: solid 1px #fc8bbb;
	background-color: #ffe8e8;
	padding: 10px;
}
dl.msg-insta dt {
	font-size: 16px;
	font-weight: 600;
	color: #cf2889;
}
dl.msg-insta dd a {
	color: #cf2889;
	text-decoration: underline;
}
dl.msg-insta dd a:hover {
	color: #FFB40F;
}

ul.sns-other {
	padding: 0;
	margin: 0;
	letter-spacing: -0.4em;
}
ul.sns-other li {
	padding: 0 5px;
	margin: 0;
	list-style: none;
	display: inline-block;
	letter-spacing: 0;
}
#summary .container dl,
.container dl.sum {
	text-align: left;
	letter-spacing: -.4em; /* inline-block隙間対応*/
}
#summary .container dl dt,
#summary .container dl dd,
.container dl.sum dt,
.container dl.sum dd {
	display: inline-block;
	letter-spacing: normal; /* 文字間調整 */
	text-align: left;
	font-size: 16px;
}

#summary .container dl dd span {
	font-size: 13px;
}
#summary .container dl dt,
.container dl.sum dt {
	color: #11998e;
	font-weight: 600;
	vertical-align: top;
}
#summary .container .acd-menu dl,
.container .acd-menu dl.sum {
	margin-bottom: 10px;
}
#summary .container .acd-menu dl dt,
#summary .container .acd-menu dl dd,
.container .acd-menu dl.sum dt,
.container .acd-menu dl.sum dd {
	font-size: 13px;
}
/* サンプル動画 */
.sample-movie{
	margin: 40px auto 80px;
	text-align: center;
}
.sample-movie h3{
	position: relative;
	display: inline-block;
	font-weight: bold;
	color: #11998e;
	font-size: 20px;
}

.sample-movie h3:before,
.sample-movie h3:after {
    position: absolute;
    top: 48%;
    width: 3rem;
    height: 0.3rem;
    background-color: #11998e;
    content: '';
}
.sample-movie h3:before {
    left: -5rem;
}
.sample-movie h3:after {
    right: -5rem;
}
.sample-movie p{
	font-size: 16px;
}
section.sub-lead{
	padding: 0;
}
.blue-area{
	margin-bottom: 40px;
	padding: 30px 20px 40px;
	background-color: #c4f3ff;
	text-align: center;
	background-image:  linear-gradient(#e7f7fb 2px, transparent 2px), linear-gradient(90deg, #e7f7fb 2px, transparent 2px), linear-gradient(#e7f7fb 1px, transparent 1px), linear-gradient(90deg, #e7f7fb 1px, #ddf4fb 1px);
	background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position: -4px -4px, -4px -4px, -2px -2px, -2px -2px;
}
.sub-lead .message {
	font-size: 18px;
	line-height: 1.6em;
}
.sub-lead .message em {
	font-weight: 600;
	font-style: normal;
	color: #ff563a;
	font-size: 22px;
}
.sub-lead .message .asterisk {
	font-size: 14px;
}

#summary .sum-notice {
	font-size: 13.5px;
	text-align: left;
}
#summary .sum-notice p {
	font-weight: 700;
	font-size: 13.5px;
	maragin-bottom: 0;
}
#summary .sum-notice ul li {
	list-style: none;
	padding-left: 1.0em;
	text-indent: -1.0em;
	line-height: 1.7em;
	margin-bottom: 7px;
}
#summary .sum-notice ul li:before {
	content: '・';	
}

a.ccl-arw {
	padding-left: 1.0em;
	position: relative;
	display: inline-block;
	text-indent: 0 !important;
	text-decoration: underline;
}
a.ccl-arw:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f138"; 
	margin-left: -1.0em;
	color: #11998e;
}
header {
	background: #11998e;
	/*background: linear-gradient(130deg, rgba(56, 236, 125, 0.6), rgba(17, 153, 142, 0.6)), url(../img/kv_pc.jpg);*/
	background: url(../img/kv_pc.jpg);
	background-size: cover;
}

header .header-content .header-content-inner .hd-board {
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	color: #656363;
	padding: 3px;
	z-index: 99;
}
header .header-content .header-content-inner .hd-board p {
	border: solid 2px #ffe450;
	font-size: 17px;
	font-weight: 700;
}
header .header-content .header-content-inner .hd-board p em {
	font-size: 18px;
	color: #ff563a;
}
/*header .header-content .header-content-inner .hd-board::before{
	content: url(../img/img_kigan.svg);
	position: absolute;
	top: -35px;
	left: 0;
	width: 80px;
	height: 80px;
	rotate: -25deg;
}*/
header .header-content .header-content-inner .hd-board::after{
	content: "";
	position: absolute;
	bottom: -18px;
	left: -70px;
	width: 130px;
	height: 105px;
	background: url(../img/daruma.svg);
	background-size: contain;
}
.sum-notice ul li em {
	font-style: normal;
	font-weight: 700;
	color: #ff9900;
}

#flow ul.flow-list li {
	padding: 0 0 5px;
	padding-left: 1.0em;
	text-indent: -1.0em;
	border-bottom: 2px dotted #d6d6d6;
	font-size: 15px;
	margin-bottom: 5px;
}
#flow ul.flow-list li em {
	font-weight: 700;
	font-style: normal;
	color: #11998e;
	padding-right: 8px;
}
.mini-notice {
	font-size: 13.5px;
	padding-left: 1.0em;
	text-indent: -1.0em;
	display: inline-block;
	line-height: 1.5em;
}

.icn-form {
	padding-left: 28px;
	position: relative;
}
.icn-phone {
	padding-left: 28px;
	position: relative;
}
a.icn-form, a.icn-phone {
	text-decoration: underline;
	display: inline-block;
}
.icn-form:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f044"; /* edit */
	margin-left: -28px;
	color: #11998e;
	font-size: 25px;
}
.icn-phone:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f095"; /* phone */
	margin-left: -28px;
	color: #11998e;
	font-size: 25px;
}

.row dl dt, .row dl dd, .row p, .row ul li {
    line-height: 1.8em;
}

.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
  text-transform:none;
}
h2.section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #11998e;
	font-size: 20px;
	background-color: transparent;
    border-bottom: solid 2px #9cbe00;
	font-weight: 900;
}
h2.section-heading.no-border{
	border-bottom: none;
}
h2.section-heading::before {
	margin-right: 10px;
	content: url(../img/icon_daruma.svg);
	width: 40px;
}
h2.section-heading::after {
	margin-left: 10px;
	content: url(../img/icon_daruma.svg);
	width: 40px;
}


.section.sub-lead{
	padding: 0;
}
ul.nav-10min {
  text-align:center;
  letter-spacing: -.4em;
  margin-bottom:0;
}
ul.nav-10min li {
  display:inline-block;
  letter-spacing: normal;
  margin-right:10px;
}
ul.nav-10min li:last-child {
  margin-right:0;
}
ul.nav-10min li a {
  display:block;
  padding: 8px 20px 20px;
  background-color:#11998e;
  text-decoration:none;
  color:#ffffff;
  font-weight:500;
  font-size: 16px;
  position: relative;
}
ul.nav-10min li a:hover {
  background-color:#c0d612;
}
ul.nav-10min li a:after {
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
	font-family: FontAwesome;
	content: "\f078"; /* arrow */
	color: #fff;
	font-size: 18px;
}

h3.ttl-special {
  color:#ffaa00;
  font-weight: 700;
  vertical-align: middle;
  font-size:20px;
}
h3.ttl-special span {
	margin-right: .1em;
	background-color:#ffaa00;
	color:#ffffff;
	display: inline-block;
	width:36px;
	height:36px;
	border-radius:50%;
	text-align: center;
	line-height:38px;
	font-size:1.3em;
}
ul.list-special {
  background-color:#fff9d5;
  padding:5px 20px;
  border-radius: 8px;
}
ul.list-special li {
  line-height:3em;
  border-bottom: 2px dotted #FFD074;
}
ul.list-special li:last-child {
  border-bottom:none;
}
ul.list-theme {
  padding: 5px 20px;
  background-color:#f6f6f6;
}
ul.list-theme li {
  border-bottom: 2px dotted #d6d6d6;
  line-height: 3em;
}
ul.list-theme li:last-child {
  border-bottom:none;
}
.ttl-theme {
  margin-bottom: 10px;
  font-size: 14px;
  color:#11998e;
  font-weight: 700;
}

ul.list-normal li {
  border-bottom: 2px dotted #d6d6d6;
  padding-bottom: 7px;
  margin-bottom: 7px;
  list-style-type: circle;
  list-style-position: inside;
  text-indent: -1.4em;
  padding-left:2em;
}
ul.list-normal #asterisk_jump {
	padding-top: 30px;
	margin-top: -30px;
}
ul.list-normal .tokubetsu {
	list-style-type: none;
	text-indent: -1.8em;
	padding-left:2em;  
}
ul.list-normal .tokubetsu::before {
	content: "＊";
	padding-right: .8em;
}


.yt-outer {
  width:80%;
  margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#promotion .bnr_area{
	text-align: center;
}
#promotion .bnr_area img{
	width: 90%;
}



/* PC only */
@media (min-width: 768px) {
	header {
		min-height: 500px !important;
	}
	.btn{
		width: 500px;
	}	
	header .header-content .header-content-inner h1 {
		position: relative;
		margin: 10px auto -16px;
		z-index: 100;
	}
	header .header-content .header-content-inner h1 img.ttl_rbn {
		width: 800px;
		margin-bottom: 15px;
	}
	header .header-content .header-content-inner h1 img.ttl_fr {
		width: 330px;
	}
	header .header-content .header-content-inner .hd-board p,
	header .header-content .header-content-inner .hd-board p em {
		font-size: 18px;
	}
	header .header-content .header-content-inner .hd-board {
		width: 600px;
	}
	header .header-content .header-content-inner .hd-board p {
		padding: 15px;	
		text-align: center;
	}
	.row {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	section#period dl {
		width: 80%;
		text-align: center;
	}
	section#period dl dt,
	section#period dl dd {
		padding: 10px 0;
		font-size: 16px;	
	}
	.adj-eighty {
		width: 80% !important;
		margin: 0 auto;
	}
	#summary .container .pc-only dl,
  .container .pc-only dl.sum {
		margin-bottom: 10px;
	}
	#summary .container .pc-only dl dt,
  .container .pc-only dl.sum dt {
		font-weight: 700;
        margin-bottom: 4px;
	}
	#summary .container .pc-only dl dt,
	#summary .container .pc-only dl dd,
  .container .pc-only dl.sum dt,
  .container .pc-only dl.sum dd {
		display: block;
		font-size: 13.5px;
	}
	.kakomi {
		background-color: #f6f6f6;
		padding: 10px;
	}
	#summary .container .kakomi dt{
		color: #333;
	}
	#promotion .bnr_area img{
		width: 70%;
	}
	.sample-movie{
		margin: 40px auto 40px;
	}

}


/* SP */
@media (max-width: 767px) {
	header {
		background: #11998e;
		/*background: linear-gradient(130deg, rgba(56, 236, 125, 0.6), rgba(17, 153, 142, 0.6)), url(../img/kv_sp.jpg);*/
		background: url(../img/kv_sp.jpg);
		background-size: cover;
	
	}
	header .header-content .header-content-inner h1 {
		position: relative;
        margin: 10px auto -7px;
		z-index: 100;
    }
	header .header-content .header-content-inner .hd-board {
		margin-bottom: 30px;
		z-index: 99;
	}
	header .header-content .header-content-inner .hd-board p{
	padding: 10px 6px;
	font-size: 17px;
	}
	header .header-content .header-content-inner .hd-board p em{
	font-size: 17px;
	}

/*	header .header-content .header-content-inner .hd-board::before{
		top: auto;
		bottom: -24px;
		left: 0;
		width: 50px;
		height: 50px;
	}*/
	header .header-content .header-content-inner .hd-board::after{
		bottom: -33px;
		left: -9px;
		width: 90px;
		height: 73px;
	}	
	section#period dl dt,
	section#period dl dd {
		font-size: 13px;
	}
	table.tbl-time {
		width: 780px;
		font-size: 80%;
	}
	.fit-box .left-box img {
		width: 100% !important;
	}
	.fit-box,
	.clinic-notice {
    	width: 100% !important;
	}
	p.title-seminar {
		margin: 5px 0 10px;
	}
	p.title-clinic img,
	p.title-seminar img {
		width: 100%;
	}
	#clinic .row p,
	#seminar .row p {
		font-size: 16px;
		text-align: left;
	}
	.clinic-list,
	.seminar-list {
		margin: 0 auto;
		padding: 0;
		background-size: 140px;
	}
	.clinic-list ul li,
	.seminar-list ul li {
		font-size: 16px;
		line-height: 1.5em;
		background-size: 30px;
		background-position: left 6px;
		padding-left: 28px;
	}
	.clinic-list ul li:last-child,
	.seminar-list ul li:last-child {
		position: static;
		text-align: right;
	}
	ul.dr-list + p.text-right {
		text-align: right !important;
		font-size: 14px !important;
	}
	ul.dr-list li,
	ul.dr-list li strong {
		font-size: 14px;	
	}
	ul.fair-clinics li {
		font-size: 1.4rem;
	}
	

	.pamp {
		margin: -20px 15% 0 10px;
	}
	ul.semi-info {
		margin: -10px 0 10px;
	}
	ul.semi-info li {
		padding: 5px;
	}
	ul.semi-info li span {
		font-size: 14px;
	}
	
	.seminar-prg table td.semi-time,
	.seminar-prg table td div.semi-person {
		font-size: 12px;
	}
	.seminar-prg table td div.semi-name {
		font-size: 14px;
	}
	#summary .container dl dt,
  .container dl.sum dt {
		width: 83px;
	}
	#items img.photo-items {
		width: 90px;
	}
	#items ul.normal-list li {
		padding-bottom: 7px;
		margin-bottom: 7px;
	}
	
	#inquiry p.other-phone {
		font-size: 13px;
	}
	header .header-content .header-content-inner h1 img.ttl_rbn {
		width: 95%;
		margin-bottom: 8px;
	}
	header .header-content .header-content-inner h1 img.ttl_fr {
		width: 66%;
	}

	#summary .container .acd-menu dl dd {
		display: none;
		width: 100%;
		padding: 5px 10px;
		line-height: 1.5em;
	}
	#summary .container .acd-menu dl dt {
		color: inherit;
		font-weight: 700;
		background-color: #11998e;
		color: #ffffff;
		border-radius: 20px;
		display: inline-block;
		width: 240px;
    height: 30px;
		line-height: 30px;
		padding: 0 25px 0 10px;
		cursor: pointer;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
		position: relative;
	}
	#summary .container .acd-menu dl dt:hover {
		background-color: #c0d612;

	}
	#summary .container .acd-menu dl dt:after {
		font-family: FontAwesome;
		content: "\f13a"; /* chevron-circle-down */
		position: absolute;
		top: 50%;
		right: 7px;
		margin:auto;
		padding:0;
		color: #ffffff;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
		line-height: 20px;
		font-weight: normal;
		font-size: 20px;
		transform: translateY(-50%);
	}
	#summary .container .acd-menu dl dt.active:after {
		transform: rotate(-180deg) translateY(50%);
	}
	/* サンプル動画 */
	.sample-movie{
		margin: 20px auto 40px;
	}
	.sample-movie iframe{
		aspect-ratio: 16 / 9;
		width: 100%;
		height: auto;
	}

  ul.list-special li {
    min-height: 3em;
    line-height:1.6em;
    padding-top:10px;
    padding-bottom:10px;
  }
  
  .nav-area2 {
    margin-bottom: 15px;
  }
  ul.nav-10min li {
    width:46%;
    margin:0;
    margin-bottom:10px;
  }
  ul.nav-10min li:nth-child(odd) {
    margin-right:10px;
  }
  ul.nav-10min li a {
    padding:8px 5px 20px;
    font-size: 14px;
  }
  
  .yt-outer {
    width:100%;
  }

}

/* SP_iPhoneSE */
@media (max-width: 375px) {
  ul.nav-10min li a {
    font-size: 12px;
  }
}

