@charset "UTF-8";

.block04 p {
	padding: 0 80px;
      font-size: 1.8rem;
      line-height: 2.0; }
      @media only screen and (max-width: 767px) {
        .block04 p {
	padding: 0 30px;
          font-size: 1.2rem;
          overflow: hidden; } }


/* 横幅可変 */
header {
	overflow-y: auto;
}

@media only screen and (min-width: 1200px) {
	body {
		min-width: 1240px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	body {
		min-width: 100%;
	}
  article {
    max-width: 100%;
    min-width: 0;
	}
	article .wrapper .contents_wrapper {
		margin: 0;
		width: 82.1%;
		float: right;
	}
	header {
	  width: 17.9%;
	}
	.start_list .start {
    width: 100%;
	}
	.block03 .photo {
    width: 100%;
	}
	.block03 .photo a {
		max-width: 30%;
	}
	.block03 .ba {
    width: 100%;
	}
	.block03 .ba img.fR{
    width: 36.8%;
	}
	.block03 .ba .beforeafter {
    width: 55.55%;
	}
	.block03 .ba .beforeafter a{
    width: 48%;
	}
	.block03 .yt_box {
    width: 100%;
	}
	.block03 .yt_box .youtube {
    width: 30%;
		position: relative;
		padding-top: 56.25%;
	}
	.block03 .yt_box .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
	}
	.block06 .voice_box {
    width: 100%;
	}
	.block06 .voice_box .voice {
		background-size: 100% 100%;
    width: 50%;
    height: 200px;
    margin-bottom: 10px;
    padding: 20px 25px;
	}
	.block06 .voice_box .voice .tit {
    font-weight: bold;
    font-size: 1.8rem;
	}
	.block06 .voice_box .voice .tit.fsize {
    font-size: 1.7rem;
	}
	.block06 .voice_box .voice .cf img{
		width: 100px;
	}
	.block06 .voice_box .voice .txt {
		font-size: 1.2rem;
	}
	.block07 .last_box {
    width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	header .header_logo img {
    max-width: 240px;
	}
}
