@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) {
	.sp50 img{
		max-width:50%;
	}
	.sp60 img{
		max-width:60%;
	}
	.sp70 img{
		max-width:70%;
	}
	.sp80 img{
		max-width:80%;
	}
	.sp95 img{
		max-width:95%;
	}
	.sp90 img{
		max-width:90%;
	}
	.sp100 img{
		max-width:100%;
	}
}

.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;
---------------------------------------------------- */
/* ----------------------------------------------------
リストテンプレ
.クラス名 li{
	list-style: none;
	background: url("../images/◯◯◯◯◯")no-repeat;
	background-position: 0 8px;
	padding: 0 0 0 28px;
	line-height: 1.8;
}
---------------------------------------------------- */
/* ----------------------------------------------------
レスポンシブテンプレ
@media screen and (max-width: 640px) {
}
---------------------------------------------------- */
/* ----------------------------------------------------
マーカー線指定　同じ％にする　0が全面　数字が増えると細くなる
.クラス名 {
	background: linear-gradient(transparent 75%, #ffffc8 75%);
}
---------------------------------------------------- */
/* ここから書いていきましょう */
.content{
	width: 750px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
.content_inner{
	width: 670px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

h2{
	margin: 30px auto 50px;
}

p{
	margin-top: 30px;
}

.btn{
	margin: 50px auto;
}

.btn2{
	margin: 5px auto 50px;
}


.main{
	text-align: center;
	position: relative;
}

.picture-container {
  position: relative; /* 子要素の位置を基準に配置 */
  text-align: center; /* 画像を中央揃え */
}

picture {
  position: relative; /* 画像を帯の上に配置 */
  z-index: 2; /* 帯より前面に表示 */
}

.color-band {
  position: absolute; /* 画像と同じ基準で帯を配置 */
  left: 50%; /* 水平方向の開始位置を調整 */
  transform: translateX(-50%); /* 中央揃え */
  bottom: 0; /* 帯を画像の下部に配置 */
  width: 100vw; /* 帯をウィンドウ幅いっぱいに */
  height: 115px; /* 帯の高さ */
  background-color: #ccecfb; /* 帯の色 */
  z-index: 1; /* 背面に配置 */
}

.phead{
	background-color: #00A0E9;
	padding: 15px 0;
	margin: 0 auto;
}

.cta,
.tokuten,
.cta3{
	background-image: url(../images/bg_01.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	background-color:#FEFAE7;
}

.recommendation{
	padding-bottom: 30px;
}

.nayami{
	background-image: url(../images/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
}

.nayami_text{
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 50px;
}

.ep{
	background-image: url(../images/bg_03.jpg);
}

.ep p{
	text-align: justify;
}

.ep img{
	margin-top: 30px;
}

.point{
	background-image: url(../images/bg_04.png);
}

.voice h2{
	margin-bottom: 0;
}
.voice p{
	margin-top: 0;
}

.qa p{
	text-align: justify;
	margin: 10px auto 30px;
}

.profile p{
	text-align: justify;
}

footer{
	padding: 5px 0;
	text-align: center;
	background-color: #00A0E9;
	color: #ffffff;
	margin: 0 auto;
}

footer p{
	margin: 5px auto;
}

.link a {
    color: #ffffff;
    text-decoration: none;
}

.link a:hover {
    color: #009fe973;
    text-decoration: none;
}

.link a:visited {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 640px) {
	.content{
		width: 100%;
		padding: 3vw 0;
	}
	.content_inner{
		width: 90%;
		padding: 3vw 0;
	}

	h2{
		margin: 3vw auto 5vw;
	}

	p{
		margin-top: 3vw;
	}

	.btn{
		margin: 5vw auto;
	}

	.btn2{
		margin: 0.5vw auto 5vw;
	}

	.phead{
		background-color: #00A0E9;
		padding: 2vw 0;
	}

	.recommendation{
		padding-bottom: 3vw;
	}

	.nayami_text{
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: bold;
		margin: 5vw auto 0;
		width: 90%;
	}

	.ep img{
		margin-top: 3vw;
	}

	.qa p{
		margin: 1vw auto 5vw;
	}

	footer{
		padding: 2vw 0;
	}

	footer p{
		margin: 0.5vw auto;
		font-size: 3vw;
		width: 95%;
	}

	}

/* 共通指定ここから------------------------------------- */
.mk_yellow {
	background: linear-gradient(transparent 50%, #FDEFAF 50%);
}

.mk_blue {
	background: linear-gradient(transparent 50%, #009fe947 50%);
}
