@charset "utf-8";
/* CSS Document */
/* リンクの設定 */
a:link { color: #0068b6; text-decoration: none;}
a:visited { color: #0068b6; text-decoration: none;}
a:hover { color: #f7b52c; text-decoration: none;}
a:active { color: #f7b52c; text-decoration: none;}
.btn a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
}
.btn a:hover,
.btn a:active {
    filter: alpha(opacity=70);
    opacity: 0.70;
}

/* 位置 */
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}
.center_sm {text-align:center !important;}

/* 余白 */
.mt100 {margin-top:100px;}
.mt80 {margin-top:80px;}
.mt60 {margin-top:60px;}
.mt40 {margin-top:40px;}
.mt30 {margin-top:40px;}
.mt20 {margin-top:20px;}
.mt10 {margin-top:10px;}
.plr10{padding: 0 10px;}

/* フォント */
.maru{font-family: 'M PLUS Rounded 1c', sans-serif;}
.f120{font-size:120%;}
.f150{font-size:150%;}
.f200{font-size:200%;}
.f250{font-size:250%;}
.fb{font-weight:bold;}

/* アンダーライン */
.marker-yellow {background: linear-gradient(transparent 60%, #faed00 0%);}
.marker-blue {background: linear-gradient(transparent 60%, #bbded6 0%);}

/* 背景色 */
.bg_pink{background-color: #fcf1ed;}
.bg_yellow{background-color: #f9f3d7;}

/* 色 */
.navy{color: #35486b;}
.pink{color: #e8a183;}
.red{color: #c30d23;}

/* 改行 */
.br-sm { display:none;}
.br-pc { display:inherit;}

#header{
	background-color: #ffb6b9;
	padding: 5px 0;
	text-align: center;
}
#header img.logo{
	height: 45px;
}
.contents{
	width: 1160px;
	margin: 0px auto;
	padding: 100px 0;
}
.letter_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.letter {
	width: 30%;
	background-color: #FFFFFF;
	border: 1px solid #b4b4b5;
	border-radius: 10px;
	padding: 20px 10px;
	margin-top: 60px;
}
.name{
	font-weight: bold;
	border-bottom: 1px solid #3e3a39;
	margin-bottom: 10px;
}
.chapter{
	width: 900px;
	margin: 60px auto 0;
}
.number_flex_box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.number {
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	background-color: #35486b;
	color: #FFFFFF;
	font-size: 24px;
}
.number_flex{
	margin-top: 40px;
	width: 50%;
	display: flex;
	flex-direction: row;
}
.number_text{
	margin-left: 20px;
}
.version{
	position: relative;
	margin-top: 100px;
}
.version_illust01{
	position: absolute;
	top: 30px;
	left: 30px;
}
.version_illust02{
	position: absolute;
	top: 30px;
	right: 50px;
}
.sample_box{
	margin-top: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sample_flex{
	margin-top: 20px;
	display: flex;
	flex-direction: row;
}
.sample{
	width: 23%;
}
.toha{
	position: relative;
}
.toha_illust01{
	position: absolute;
	top: 80px;
	left: 30px;
}
.toha_illust02{
	position: absolute;
	top: 40px;
	right: 50px;
}
.midashi_maru{
	background-color: #fea283;
	height: 50px;
	border-radius: 25px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-size: 120%;
	margin-top: 50px;
}
.question_box{
	margin-top: 60px;
}
.question{
	background-image: url("img/question.png");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-color: #fcf1ed;
	height: 60px;
	line-height: 60px;
}
.question_text{
	padding-left: 80px;
	font-size: 120%;
	font-weight: bold;
}
.answer{
	background-image: url("img/answer.png");
	background-repeat: no-repeat;
	background-position: 10px 25px;
	padding: 30px 0 40px 80px;
}

.flex_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.product_box{
	position: relative;
}
.flex_product{
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product_photo{
	width: 47.5%;
	margin-top: 40px;
}
.product_mark{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}

.movie-box{
	display: flex;
}
.movie{
	margin-top: 40px;
	width: 25%;
}
.movie-text{
	padding: 10px 20px;
}
.title-pi{
	color: #e95775;
	font-weight: bold;
	font-size: 120%;
}
.attention{
	font-size: 80%;
	color: #e60012;
}

.cloud_box{
	max-width: 800px;
	width: 100%;
	margin: 40px auto 0;
	background-color: #fff8d2;
	padding: 40px;
	border-radius: 20px;
}
.cta-text {
  font-size: 120%;
  font-weight: bold;
  color: #222222;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;  
  background-color: #776c5f;
  color: #ffffff;
  padding: 0 32px;
  height: 40px;
  border-radius: 25px;
	line-height: 40px;  
  margin-right: 8px;      /* ボタンの後のテキストとの間隔 */
  vertical-align: middle; /* テキストとの垂直方向のズレを調整 */
  white-space: nowrap;
}

/* スマホ用：フォントサイズの調整 */
@media (max-width: 600px) {
.cloud_box{
	max-width: 800px;
	width: 100%;
	margin: 40px auto 0;
	background-color: #fff8d2;
	padding: 20px;
	border-radius: 20px;
}
  .cta-text {
  font-size: 17px;;
  }
  .pill-button {
    height: 30px;
  border-radius: 15px;
    padding: 0 20px;
    margin-right: 4px;
  }
}



#footer{
	margin-top: 115px;
	padding: 35px 0;
}
.footer_inner{
	position: relative;
	width: 1160px;
	margin: 0 auto;
}
.foot_logo{
	height: 80px;
}
.mama{
	position: absolute;
	top: -70px;
	right: 50px;
}
.footer_copy{
	text-align: center;
	background-color: #ffb6b9;
	color: #FFFFFF;
	font-size: 80%;
	padding: 10px;
}

.button{
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 50px;
  color: #fff;
  background: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}


/*表示・非表示*/
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.hidden-phone {
  display: inherit;
}
.visible-tab {
  display: inherit !important;
}


/*===============================================
●smart.css  画面の横幅が1160pxまで
===============================================*/
@media screen and (max-width: 1160px){

body {
	font-size:16px;
	background-color: #FFFFFF;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.visible-sm {
	display: none !important;
}
.hidden-sm {
	display: inherit !important;
}



.contents{
	width: 94%;
	margin: 0px auto;
	padding: 100px 0;
}
.chapter{
	width: 100%;
	margin: 60px auto 0;
}
.flex_product{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_inner{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.product_mark_img{
	width: 250px;
}
.version_illust01{
	position: absolute;
	top: 23%;
	left: 5%;
}
.version_illust02{
	position: absolute;
	top: 23%;
	right: 0%;
}
.res_img{
	width: 70%;	
}

.suffix-text {
  color: #222222;
  /* 画面が非常に狭い場合、テキスト側は自然に改行される */
}




/*表示・非表示*/
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.hidden-phone {
  display: inherit !important;
}
.hidden-tab {
  display: none !important;
}

}



/*===============================================
●smart.css  画面の横幅が600pxまで
===============================================*/
@media screen and (max-width: 600px){

body {
	font-size:15px;
	background-color: #FFFFFF;
}

/* 余白 */
.mt100 {margin-top:10%;}
.mt80 {margin-top:8%;}
.mt60 {margin-top:6%;}
.mt40 {margin-top:4%;}
.mt30 {margin-top:4%;}
.mt20 {margin-top:2%;}
.mt10 {margin-top:2%;}
.plr10{padding: 0 5%;}

/* フォント */
.f150{font-size:17px;}
.f200{font-size:20px;}
.f250{font-size:20px;}
/* 改行 */
.br-sm { display:inherit;}
.br-pc { display:none;}
/* 改行 */
.center_sm {text-align:left !important;}

.contents{
	width: 90%;
	margin: 0px auto;
	padding: 10% 0;
}
.letter_box {
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	justify-content: center;
}
.letter {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #b4b4b5;
	border-radius: 10px;
	padding: 5% ;
	margin-top: 6%;
}
.chapter{
	width: 100%;
	margin: 8% auto 0;
}
.number_flex_box{
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	margin-top: 10%;
}
.number_flex{
	margin-top: 5%;
	width: 100%;
	display: flex;
	flex-direction: row;
}
.number {
	height:35px;
	width:35px;
	line-height:35px;
	text-align:center;
	background-color: #35486b;
	color: #FFFFFF;
	font-size: 18px;
}
.number_text{
	width: calc(100% - 55px) ;
	margin-left: 20px;
}
.version{
	position: relative;
	margin-top: 10%;
}
.version_illust01{
	display: none;
}
.version_illust02{
	display: none;
}
.sample_box{
	margin-top: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sample_flex{
	margin-top: 20px;
	display: flex;
	flex-direction: row;
}
.sample{
	margin-top: 5%;
	width: 47.5%;
}

.midashi_maru{
	background-color: #fea283;
	height: auto;
	border-radius: 25px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	margin-top: 8%;
	padding: 10px 15px;
}

.question_box{
	margin-top: 6%;
}
.question{
	background-image: url("img/question.png");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 30px;
	background-color: #fcf1ed;
	height: auto;
	line-height: 1.6;
	padding: 10px 0;
}
.question_text{
	padding-left: 60px;
	padding-right: 5%;
	font-size: 15px;
	font-weight: bold;
}
.answer{
	background-image: url("img/answer.png");
	background-repeat: no-repeat;
	background-position: 10px 30px;
	background-size: 30px;
	padding: 30px 0 40px 60px;
}
.flex_box{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.product_mark{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}
.product_mark_img{
	width: 150px;
}
.product_photo{
	width: 47.5%;
	margin-top: 5%;
}

.movie-box{
	display: flex;
	flex-wrap: wrap;
}
.movie{
	margin-top: 40px;
	width: 50%;
}
.movie-text{
	padding: 10px 20px;
}



#footer{
	margin-top: 10%;
	padding: 35px 0;
}
.footer_inner{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.foot_logo{
	height: 40px;
}
.mama{
	position: absolute;
	top: -47px;
	right: 10px;
}
.mama_size{
	width: 100px;
}
.footer_copy{
	text-align: center;
	background-color: #ffb6b9;
	color: #FFFFFF;
	font-size: 80%;
	padding: 10px;
}
	

/*表示・非表示*/
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: inherit !important;
}
.hidden-phone {
  display: none !important;
}
.hidden-tab {
  display: none !important;
}

}

