@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: #000;
	height: 100%;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	letter-spacing:0.3px;
}		

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

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

デザイン

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

h1{
	clear: both;
  margin: 0.5em 0 0.5em 0;
  font-weight: 600;
	text-align: center;
	font-size: 17px;
	padding: 1rem 1rem 0 1rem;
	line-height: 1.6em;
}	
	
h2{
	clear: both;
	margin: 40px 10px 2em 10px;
	font-weight: 600;
	text-align: left;
	font-size: 17px;
	padding: 0.7rem 1rem;
	line-height: 1.6em;
  border-left: 13px solid #e53266;
  border-bottom: 2px solid #e53266;
}	
		
p{
	font-weight: 400;
	text-align: left;
	line-height: 1.7em;
	margin-bottom: 2em;
	font-size: 15px;
	margin:0  15px 2em 15px;
}	
img{
	width: 100%;
	object-fit: cover;
	margin-bottom: 2em;
	height: auto;
	vertical-align:bottom;
}	
video{
	width: 100%;
	object-fit: cover;
	margin-bottom: 2em;
	height: auto;
	vertical-align:bottom;
}	

section{
	width: 100%;
	margin: 0 auto 50px auto;
}
	
header{
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
}	
	
.pink-c{
	color: #e53266;	
}
.blue-c{
	color: #0a65ab;	
}
.gray-c{
	color: #5b5b5b;	
}
.kome{
	font-size: 10px;
}		
.marker{
	background-color: #ffff8a;
}
.b-text{
	font-weight: 600;
}
.big-text1{
	font-size: 18px;
	font-weight: 600;
}
.big-text2{
	font-size: 22px;
	font-weight: 600;
}	
.small-text{
	font-size: 10px;
}
.underline{
	text-decoration:underline;
}	
.right{
	text-align:right;
}
.left{
	text-align:left;
}	
.center{
	text-align:center;
}	
	
.bnr{
	width: 80%;
	height: auto;
	margin: auto;
}			
	
@media screen and (max-width: 700px) {	



header{
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
}	
	
	
.bnr{
	width: 94%;
	height: auto;
}		
}

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

ボタンの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 10px auto;
}	
.box{
	width: 94%;
	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: #ffe8f5;
	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;
	font-size: 17px;
	margin: 10px 0 0 0;
	font-weight: 600;
}		

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

囲み2

------------------------------*/	
.flame2{
	width: 80%;
  position: relative;
  padding: 1rem 1rem;
  background: #ffffec;
	margin: 0 auto 3em auto;
	text-align: center;
	border: solid 1px #000;/*線の種類 太さ 色*/
	
}

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