@charset "utf-8";
/**********基本**********/	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  vertical-align: baseline;
text-decoration: none;	
}
rticle, main, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul{
  list-style:none;
}
table {
  border-collapse: collapse;
  border-spacing:0;
}
caption, th{
  text-align: left;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.both {
  clear:both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
table {
  width:100%;
}
a:focus {
  outline: none;
}
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

html{
  height: 100%;
}
	
body{
	color: #141e25;
	height: 100%;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	letter-spacing:1px;
}		

.container{
	max-width: 600px;
	margin: 0 auto 50px auto;
}

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

デザイン

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

h1{
    font-size: 20px;
	clear: both;
    line-height: 1.4;
    margin: 1em 0 1.5em 0;
    font-weight: 600;
	text-align: center;
}	
	
h2{
    font-size: 19px;
	clear: both;
    line-height: 1.4;
    margin: 40px 0 2em 0;
    font-weight: 600;
	background-color: #f1f5f6;
	padding: 20px 20px;
	text-align: center;
}	
		
p{
	line-height: 2em;
	margin: 0 0 4em 0;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}	
img{
	width: 100%;
	object-fit: cover;
	margin-bottom: 4em;
	height: auto;
}	

section{
	margin-bottom: 50px;
}
	
header{
	max-width: 160px;
	text-align: center;
	margin: 10px auto 10px auto;
}	
	
.pink-text{
	color: #2dac92;
	font-size: 18px;
	font-weight: 600;
}
.b-text{
	font-weight: 600;
}	
.kochira{
	text-decoration:underline;
	color:#de6469;
}
.underline{
	text-decoration:underline;
}	
.pink-under{
	color: #f14b62;
	font-size: 18px;
	font-weight: 600;		
	text-decoration:underline;
}
.small-text{
	font-size: 12px;
}	
	
.small-text-right{
	font-size: 12px;
	text-align:right;
}
.small-text-left{
	font-size: 12px;
	text-align:left;
}	
	
.center-text{
	text-align: center;
}	
.line{
	color: #cf0404;
	font-weight: 600;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
	
	
.frame {
	margin: 1em 2em 2em 2em;
  padding: 1rem 2rem;
	background:#fbfbeb;
}
	
.bnr{
	width: 80%;
	height: auto;
	margin: auto;
}	
.subtitle{
	line-height: 0;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 2em 0 0 0;

}	
	
	
@media screen and (max-width: 700px) {	
section{
	width: 94%;
	margin: 0 auto 50px auto;
}
	
h1{
    font-size: 20px;
	line-height: 1.6em;
}	
h2{
    font-size: 16px;
	padding: 1rem 1rem;
	line-height: 1.6em;
}	
	
	
p{
	line-height: 2em;
	margin-bottom: 4em;
	font-size: 14px;
}	

header{
	max-width: 28%;
	text-align: center;
	margin: 11px auto 9px auto;
}	
.pink-text{
	font-size: 16px;
}	
.pink-under{
	font-size: 16px;
}	
	
.small-text{
	font-size: 10px;
}	
.small-text-right{
	font-size: 10px;
}	
.small-text-left{
	font-size: 10px;
}	
	
.bnr{
	width: 94%;
	height: auto;
}		
.subtitle{
	line-height: 0;
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 1.5em;

}	
}

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

ボタンのCSS

------------------------------*/	
		
.btn-green {
	width: 100%;
	max-width: 300px; 
	padding: 15px 10px; 
	display: inline-block; 
	text-align: center; 
	letter-spacing: 0.1em; 
	color: #fff; 
	background-color: #4aa9af; 
	font-weight: 600;
	font-size: 17px;
}
	
.btn-green:hover,
a.btn-green:hover {
  color: #fff;
  background: #129e9f;
}

a.btn-radius {
   border-radius: 100vh;
}

.btn{
	text-align: center;
	margin: 0 auto 50px auto;
}	
	
@media screen and (max-width: 700px) {
	.btn-green,
	a.btn-green {
		font-size: 15px;
	}
}	
/*------------------------------

囲み

------------------------------*/	
.flame{
	width: 80%;
  position: relative;
  padding: 1rem 1rem calc(1rem + 10px);
  background: #d1ffeb;
	margin: 0 auto 3em auto;
	text-align: center;
}

.flame:before {
  position: absolute;
  top: -9px;
  left: -9px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}
	
.flame-text{
	line-height: 1.5em;
	margin: 0 0 0 0;
	font-weight: 600;
}	
/*------------------------------

吹き出しのCSS

------------------------------*/	
.balloon{
	text-align: center;
}
	
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 2em 0 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 500px;
  color: #555;
  font-size: 16px;
  background: #2dac92;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2dac92;
}

.balloon1 p {
	margin: 0;
	padding: 5px 20px;
	font-size: 16px;
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: #2dac92;
	line-height: 1.5em;
}