@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ここから書いていきましょう */
h1 img{
	width:90%;
}
.pre-head p{
background: #ed1e79;
color:#fff;
font-weight: bold;
font-size: 1.3em;
padding:1%;
line-height: 1.2;
text-align: center;

}
.btn{
	cursor: pointer;
	
}
.btn img{
	width:33vw;

}
@media screen and (max-width: 640px){
	.pre-head p{
		font-size: 18px;
		line-height: 1.2;
		padding:3% 0;
	}
  h1{
	width:94%;
	margin:0 auto;	
	}
	
}
/* きらっと光るボタン */
.reflection-img{
	width       :100%;
  margin:0 auto;
	position    :relative;
	overflow    :hidden;
	
}
@media screen and (max-width: 640px){
	.reflection-img{
		width:100%;
	}
	.btn img{
		width:94%!important;
		margin:10px auto;
	}
}

.reflection {
	height      :30%;
	width       :100%;
	position    :absolute;
	top         :-180px;
	left        :0;
	background-color: #fff;
	opacity     :0;
	transform: rotate(45deg);
	animation: reflection 3s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 3s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 3s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
	0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
	0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
	0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
.area1 h2 ,
.area2 h2 {
	margin-top: 40px;
}
h1 img{

	max-width: 94%;
}
h2 img{
	max-width: 80%;
}
h3{
	line-height: 1.2;
}
.sample-image img{
	max-width:94%;
}
@media screen and (max-width: 640px){
	
	h2{
		margin: 20px 0;
	}
	
 h2 img	{
		width:94%;
		margin: 0px auto;
	}
}
.check-area{
	width:50%;
	margin:40px auto;
  font-weight: bold;
	font-size: 24px;
}
li{
	display: flex;
	padding:6px 0;
}
span{
	margin-right: 4px;
}
.text-area{
	margin:0 auto;
	width:70%;
}
.text-area p{
	margin:0 auto;
	width:70%;
}
@media screen and (max-width: 640px){
	.check-area{
		width:94%;
		margin:10px auto 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	.text-area{
		width:94%;
	}
	.text-area p{
		width:94%;
	}
}
.merit{
	width:50%;
	margin:40px auto;
	text-align: center;
}
.area3 h3{
	font-weight: bold;
	font-size: 28px;
	border-bottom:red 3px solid;
	width:200px;
	margin:0 auto;
	line-height: 1.5;
	color:red;
}
.area3 p{
margin: 10px 0;
font-weight: bold;
font-size: 24px;
}
.area4{
	margin-top: 60px;
}
.profile-text{
 width:50%;
 margin:20px auto;
}
.area4 .text{
	width:50%;
	margin:40px auto;
}

.name{
	text-align: right;
	margin-top: 10px;
}
footer{

	margin-top: 60px;
	background: #ed1e79;
}
footer p{
	padding:20px;
	color:#fff;
}
@media screen and (max-width: 640px){
	.merit{
		width:94%;
		margin:20px auto;
	}
	.merit p{
		text-align-last: left;
	}
	.area3 h3{
		width:50%;
	}
	.area3 p{
		width:94%;
		margin:20px auto;
		line-height: 1.4;
		font-size: 20px;

	}
	.profile img{
		width:50%;
	}
	.profile-text{
		width:94%;
	}
	.area4 .text{
		width:94%;
	}
	.name img{
		width:50%;
	}
	footer{
		margin-top: 20px;
	}
	footer p{
		padding:12px 0;
		font-size: 14px;
	}

}
.voice h2{
	margin-top: 80px;
	margin-bottom: 20px;
}
.voice-wrapper{
	width:94%;
	max-width: 1000px;
	display: flex;
	margin:0 auto;
	padding:20px;
align-items: center;
}
.voice-image{
	width:70%;
	
}

.voice-text h3{
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	border-bottom: #000 1px solid;
	color:rgb(219, 125, 2);
}
.voice-text{
	padding:5% 6%;
	background: #FCF5B6;
	margin-left: 4%;
	font-size: 18px;
}
.voice-text p{
	margin-top: 20px;
}
@media screen and (max-width: 640px){
	.voice h2{
		margin-top: 40px;
	}
	.voice-wrapper{
		width:94%;
		flex-direction: column;
		padding:0;
		margin-top: 20px;
	}
	.voice-image{
    width:160px;
		margin:0 auto;
		box-sizing: border-box;
		justify-content: center;
	}
	.voice-image img{
		width:100%;

	}
	.voice-text h3{
		font-size: 24px;
	}
	.voice-text{
		margin-left: 0;
		padding: 20px;
		margin-top: 20px;
		font-size: 18px;
	}
}
