@charset "UTF-8";
body {
	font-family:'Zen Kaku Gothic Antique', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
	font-size:1rem;
	color:#222222;
	line-height:1.5;
	background:#fff;
	font-weight: 400;
}
html{
  font-size: 16px;
}
* html body {
	font-size:small;
}/* for IE6 */
*:first-child+html body {
	font-size:small;
}/* for IE7 */
.clear {
	clear:both;
}
b, strong{
	font-weight: 700;
}
#header {	
	margin:10px auto 10px;
}
div.logo{
	float:left;
	width:300px;
}
ul{
  list-style: none;
	padding-left: 0;
	line-height: 1.7;
}
.indent li{
  padding-left: 1rem;
  text-indent: -1rem;
}
.txt-pink{
  color: #e03380;
}
a.line-link{
  color: #00CE18;
}
h1{
  margin-bottom: 5px;
  font-weight: 700;
  font-size:1.5rem;
}
h5{
	font-weight: 700;
}
.top{
	text-align: center;
	margin-bottom:20px;
	position: relative;
	z-index: 0;
}
.top h1 span{
  font-size: 20px;
}
.top .obi h1 {
	position: absolute;
	top: 30%;
	background: rgba(255, 255, 255, .7);
	width: 100%;
	padding: 15px 0 7px;
	font-size: 28px;
	text-align: center;
	color: #294067;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
h2 {
	margin-top: 2rem;
	border-bottom: solid 5px #f0c3d7;
	position: relative;
	padding-bottom: 3px;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
}
h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #e03380;
	bottom: -5px;
	width: 16%;
}
.form-contents {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding: 2rem 2rem 1rem 2rem;
}
#end p{
  margin-bottom: 10px;
}
.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.centeryose{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	display: block;
}
a.line{
	color: #fff;
	background-color:#31C445;
	padding: 0.93rem 0.62rem;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	letter-spacing: 2px;
	width: 350px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #1a992b inset;
	transition: .3s;
}
a.line:hover {
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
}
a.line::after {
	content: '\2192';
	font-family: Arial;
	font-size: 1.5rem;
	display: inline-block;
	margin-left: 10px;
}
a.topback{
	border: 1px solid #222222;
	padding: 15px 30px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	color: #222222;
}
a.topback:hover{
	text-decoration: none;
	opacity: .8;
}
/* 続きを読む　アコーディオン*/
p.default-view{
	display: inline;
}
.hidden-view {
	display: none;
}
.button::before {
	content: "詳細を見る▼";
	color: #1a73e8;
	text-decoration: underline;
}
input[type="checkbox"]#trigger{
	display: none;
}
input[type="checkbox"]#trigger:checked~.hidden-view{
	display: block;
}
input[type="checkbox"]#trigger:checked~.button::before{
	content: "詳細を見る▲";
}

/* .footer ******************************************************/
.footer{
	text-align: center;
	font-size:.9rem;
	padding-bottom: 10px;
}
.sns2 ul li{
	display: inline-block;
}
@media (max-width: 991px){
	html{
		font-size: 15px;    
	}
	.sns2 img {
		width: 330px;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 14px;
	}  
	.top h1 span{
		font-size: 15px;
	}
	.top .obi h1 {
		top: 30%;
		padding: 5px 0 3px;
		font-size: 20px;
		line-height: 1.3;
	}
	h1{
		line-height: 1.5;
	}
	.sns2 img {
		width: 240px;
	}
}
@media screen and (max-width: 575px) {
	html {
		font-size: 13px;
	}
	.logo img{
		width: 200px;
	}
	.top h1 span{
		font-size: 13px;
	}
	.top .obi h1 {
		top: 30%;
		padding: 5px 0 3px;
		font-size: 17px;
		line-height: 1.3;
	}
	a.line{
		width: 90%;
	}
	.form-contents{
		padding: 1rem;
	}
}
