@charset "utf-8";


/*-- 共通
---------------------------------------------------------*/

html {
	font-family: "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Helvetica,Arial,Verdana,sans-serif;
	font-size : 100%; /*レスポンシブタイプセッティングの指定*/
	line-height : 1.5;
	background-color:#ffffff;
}

*{ margin: 0;padding: 0;}

body {
	-webkit-text-size-adjust: 100%;
	box-sizing:border-box;
	background-color:#ffffff;
}

a { text-decoration : none; transition: all 0.3s ease-in-out 0s;}

a:hover {
    text-decoration: none;
    opacity:0.8;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
	  zoom:1;
}
ul, ol { list-style : none}
img { vertical-align : middle; max-width: 100%;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}



/*-- 紹介動画一覧ページ
---------------------------------------------------------*/
#movieClinic {
	position:relative;
	color:#333333;
}


/*-- header
----------------------------*/
#movieClinic header h1 {
    background-color: #8AC221;
    clear: both;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    padding: .75em 0;
    position: relative;
    text-align: center;
}

#movieClinic header p {
    display: block !important;
    margin: 0 auto;
    padding: 0.75em 0;
    text-align: center;
    width: 100%;
}

#movieClinic header p img {
    width: 28%;
    max-width: 124px;
}

#movieClinic #lead {
	padding:0 20px 60px;
	text-align:center;
	line-height:1.8;
	font-size:18px;
}



/*-- iframe
----------------------------*/
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
		background-color: #000000;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
		background-color: #000000;
    background-image:url("/movie/img/loader.gif");
  	background-position:center center;
  	background-repeat:no-repeat;
}



/*-- contents
----------------------------*/
#movieClinic .section {
	margin:80px auto;
	padding:0;
	clear:both;
	width:100%;
}

#movieClinic .sectionInner {
	width:100%;
	max-width:980px;
	margin: 0 auto;
	padding:0;
	clear:both;
}

#movieClinic .section:nth-of-type(1) {
	margin-top: 3.5em;
}

#movieClinic .section:nth-of-type(2) {
	background-color: #f0f0f0;
	margin: 40px auto 0;
  padding: 80px 0 60px;
}

#movieClinic .section:nth-of-type(1) .sectionInner dl {
    margin: 2em auto 0;
    padding: 0;
    text-align: center;
}

#movieClinic .section:nth-of-type(1) .sectionInner dt {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0.25em;
}

#movieClinic .section:nth-of-type(1) .sectionInner dd {
    font-size: 20px;
}

#movieClinic .section:nth-of-type(2) .sectionInner {
	margin:0 auto;
}

#movieClinic .section:nth-of-type(2) .sectionInner p {
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 1em;
}

#movieClinic .sectionInner header {
	text-align: center;
	margin-bottom: 3em;
}

#movieClinic .sectionInner header h1 {
	background-color: transparent;
	padding: 0 0 1em;
}

#movieClinic .sectionInner header h1 img {
	width: 36%;
}

#movieClinic .sectionInner h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.4;
}

#movieClinic .sectionInner h3 {
    font-size: 28px;
    line-height: 1.4;
		padding: 0 0 .5em;
		text-align: center;
		color: #8AC221;
}



/* 受付申込書ボタン */
/*
#movieClinic .section:nth-of-type(2) .button {
	margin: 40px auto 0;
}
*/

#movieClinic .button {
    line-height: 2;
    margin: 40px auto 0;
    padding: 0;
    text-align: center;
    width: 50%;
}

#movieClinic .button a::before {
    color: #fff;
    display: inline-block;
    position: relative;
}

#movieClinic .button a {
    background-color: #FF9326;
    -webkit-box-shadow: 0 6px 0 #AE5700;
    -moz-box-shadow: 0 6px 0 #AE5700;
    box-shadow: 0 6px 0 #AE5700;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
    color: #ffffff;
    display: block;
    line-height: 2;
    padding: 15px 10px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}

#movieClinic .button a span {
    background-image: url("/sp/cl/img/btn_arrow.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    position: absolute;
    right: 1%;
    top: 30%;
    width: 24px;
}

#movieClinic .button::before,.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

#movieClinic .button,.button::before,.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	transition: all .6s;
}


/*-- footer
----------------------------*/
#movieClinic footer {
	width:100%;
	margin:0 auto;
	padding:0;
	clear:both !important;
}

#movieClinic small {
	display:block;
	font-size:12px;
	border-top:1px solid #cccccc;
	clear:both;
	padding:1em 0;
	text-align:center;
}



/*-- breakpoint ～320px
---------------------------------------------------------*/
@media screen and (max-width:320px) {

#movieClinic header h1 {
    padding: .75em .5em;
    font-size: 13px !important;
		font-weight: normal;
}

#movieClinic .button a span {
	top: 28%;
	background-size: 20px 20px;
}

#movieClinic .movie-wrap iframe {
	background-size: 32px 32px;
}
}

/*-- breakpoint ～480px
---------------------------------------------------------*/
@media screen and (max-width:480px) {

/*-- header
----------------------------*/
#movieClinic header h1 {
    padding: 1em .5em;
    font-size: 14px;
		font-weight: normal;
}

#movieClinic header p {
    padding: 0.5em 0;
}

#movieClinic #lead {
	padding:0 20px 2em;
	text-align:center;
	line-height:1.6;
	font-size:16px;
	width:88%;
	margin:0 auto;
}



/*-- iframe
----------------------------*/
.movie-wrap iframe {
	background-size: 32px 32px;
}



/*-- contents
----------------------------*/
#movieClinic .section {
	margin:2em auto 0;
}

#movieClinic .sectionInner {
	float:none;
	margin:0 auto 30px;
	padding-bottom:29px;
	width:87.5%;
	border-bottom:1px solid #cccccc;
}

#movieClinic .sectionInner:last-child {
	border-bottom:none;
}

#movieClinic .sectionInner:nth-child(odd) {
	    margin: 0 auto 20px;
	    padding-bottom: 20px;
}

#movieClinic .section:nth-of-type(1) {
    margin-top: .1em;
}

#movieClinic .section:nth-of-type(1) .sectionInner dl {
    margin: 1em auto 0;
    padding: 0;
    text-align: center;
}

#movieClinic .section:nth-of-type(1) .sectionInner dt {
	  font-size: 16px;
	  font-weight: bold;
	  padding: 0 0 .25em;
}

#movieClinic .section:nth-of-type(1) .sectionInner dd {
    font-size: 14px;
}



#movieClinic .button {
    margin:30px auto 0;
		width: 70%;
}

#movieClinic .button a {
	  padding: 10px;
		font-size: 13px;
}


#movieClinic .section:nth-of-type(2) {
    margin: 0 auto;
    padding: 30px 0;
}

#movieClinic .section:nth-of-type(1) .sectionInner {
    width: 100%;
}

#movieClinic .section:nth-of-type(2) .sectionInner {
    margin: 0 auto;
		padding-bottom: 0;
    width: 90%;
}

#movieClinic .sectionInner header {
	margin-bottom:2em;
}

#movieClinic .sectionInner header h1 img {
    width: 70%;
}

#movieClinic .sectionInner h2 {
    font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
}

#movieClinic .sectionInner h3 {
    font-size: 14px;
}

#movieClinic .section:nth-of-type(2) .sectionInner p {
    font-size: 14px;
}

#movieClinic .section:nth-of-type(2) .button {
	margin: 20px auto 0;
}

.button a span {
	top: 28%;
	background-size: 20px 20px;
}

/*-- footer
----------------------------*/
#movieClinic footer small {
	font-size:12px;
	padding:.5em 0;
}
}



@media screen and (min-width:481px) and (max-width:980px) {

#movieClinic header h1 {
/*	margin: 0 auto 2px; */
	margin: 0 auto;
}

#movieClinic .section:nth-of-type(1) {
    margin: 0 auto;
}

#movieClinic .section:nth-of-type(2) {
	padding: 40px 0;
}

#movieClinic .section:nth-of-type(2) .sectionInner {
	width: 90%;
}

#movieClinic .sectionInner header h1 img {
    width: 46%;
}

#movieClinic .sectionInner .button {
   margin: 40px auto 20px;
}

}
