@charset "utf-8";

*{
-webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	 -o-box-sizing:border-box;
		box-sizing:border-box;
}
img{
	-ms-interpolation-mode:bicubic;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
	width:auto\9;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}
a:link{
	color: #007E3D;
	text-decoration: none;
}
#suspension p{
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.mb3em{
	margin-bottom: 3em;
}
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
	min-height:100%;
	overflow-y:scroll;
	position:relative;
}
/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
	line-height:1.0;
	height:100%;
	background:#fff;
	color:#333;
	font-size:14px;
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	padding-bottom: 3em;
}
/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
header{
	background: url(../images/header_bg.png) no-repeat;
	background-size: cover;
	padding: 5% 0;
	margin-bottom: 5%;
}
header h1{
	border: solid 3px #C4D700;
	width:90%;
	margin: 0 auto;
	padding: 1em 0 4em 0;
	font-size: 16px;
	color: #fff;
	background: url(../images/instyle_logo.png) no-repeat #007E3D;
	background-size: 160px;
	background-position: 50% 75%;
}
header h1 span{
	display: none;
}
#suspension header{
	background: none;
	padding: 5% 0;
	margin-bottom: 5%;
}
#suspension header h1{
	border: none;
	width:90%;
	margin: 0 auto;
	padding: 0 0 4em 0;
	background: url(../images/instyle_logo_green.png) no-repeat #fff;
	background-size: 180px;
	background-position: 50% 75%;
}
/*--------------------------------------------------------------------------
   container
---------------------------------------------------------------------------*/
#container{
	z-index:1;
	width:90%;
	margin: 0 auto;
	min-height:100%;
}
h2{
	background: linear-gradient(#b1ed63, #e9ffce);
	color: #007E3D;
	font-size: 16px;
	padding: 1em;
	margin-bottom: 1em;
}
#suspension h2{
	background: #fff;
	color: #007E3D;
	font-size: 16px;
	padding: 1em;
	margin-bottom: 1em;
}
h3{
	background-color: #EDEDED;
	font-size: 16px;
	padding: 0.5em;
	margin-bottom: 1em;
}
#suspension h3{
	background-color: #fff;
	border-left:  solid 3px #007E3D;
	font-size: 16px;
	padding: 0 0 0 0.5em;
	margin-bottom: 2em;
	text-align: left;
}
.btn a{
	width:100%;
	display: block;
	margin: 0 auto 2em auto;
	background: #EC6D81;
	border-radius: 1.5em;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .2);
	padding: 1em;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
.btn a:hover{
	text-decoration:underline;
}
ol{
	text-align: left;
	counter-reset: my-counter;
	margin-top: 2em;
}
ol li{
  	line-height: 1.5;
  	padding-left: 2em;
	padding-bottom: 0.2em;
  	position: relative;
}
ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 1em;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.6em;
	width: 1.6em;
	color: #333;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.arrow2, .arrow3{
	background: url(../images/arrow_b.png) no-repeat center bottom 30px;
	padding-bottom: 100px;
}
.attention{
	background: #FDF9C4;
	border: solid 5px #E03022;
	padding: 1.5em;
	margin-top: 2em;
	margin-bottom: 3em;
}
.attention h3{
	background: url(../images/attention.png) no-repeat;
	background-size: 30px;
	background-position: 0 6px;
	background-color: #FDF9C4 !important;
	color: #E03022 !important;
	border-left: none !important;
	font-size: 20px !important;
	padding: 0.5em 0 0.5em  40px !important;
	margin: 0 auto 1em auto !important;
	display: inline-block;
}
.attention p{
	color: #E03022 !important;
	font-weight: bold;
}
/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
footer {
	background-color: white;
	border-top: 4px solid #007e3d;
	padding-top: 3px;
	margin-top: 5em;
  }
  footer .inner {
	padding: 1em 0 1em 0;
	border-top: 2px solid #c4d700;
  }
  footer p {
	font-size: 12px;
	text-align: center !important;
  }



/* 350px以下
======================================================================= */
@media print, screen and (max-width:350px){

ol li{
	font-size: 13px;
}

}
/* 350px以下 ここまで
======================================================================= */



/* PC版
======================================================================= */
@media print, screen and (min-width:750px){

/*--------------------------------------------------------------------------
 PC版body
---------------------------------------------------------------------------*/
body{
	margin-bottom:0 !important;
}
.pc-center{
	text-align: center !important;
}
/*--------------------------------------------------------------------------
 PC版header
---------------------------------------------------------------------------*/
header{
	background: url(../images/header_bg.png) no-repeat;
	background-size: cover;
	padding: 50px 0;
	margin-bottom: 5%;
}
header h1{
	border: solid 6px #C4D700;
	max-width:950px;
	padding: 1em 0 4em 0;
	font-size: 40px;
	background-size: 400px;
	background-position: 50% 75%;
}
#suspension header{
	padding: 50px 0 0 0;
	margin-bottom: 0;
}
#suspension header h1{
	border: none;
	margin: 0 auto;
	padding: 0 0 100px 0;
	background-size: 285px;
	background-position: 50% 0;
}
/*--------------------------------------------------------------------------
 PC版contents
---------------------------------------------------------------------------*/
#container{
	max-width:1200px;
}
h2{
	font-size: 24px;
}
#suspension h2{
	font-size: 24px;
}
h3{
}
#suspension h3{
	background-color: #fff;
	border-left:  solid 3px #007E3D;
	font-size: 16px;
	padding: 0 0 0 0.5em;
	margin-bottom: 2em;
	text-align: left;
}
.btn a{
	width:400px;
}
ul{
	text-align: left;
	clear: both;
}
ul li{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
ul li.olbox{
	width: 64%;
}
.arrow1{
	padding-right: 5%;
}
.arrow1 div{
	background: url(../images/arrow_b.png) no-repeat center bottom 30px;
	padding-bottom: 100px;
}
.arrow2{
	display: none;
}
.arrow3{
	background: url(../images/arrow_r.png) no-repeat right 2% top 100px  !important;
	padding-right: 5%;
}
ol{
	margin-top: 4em;
	margin-bottom: 2em;
}
ol li{
	width: 100%;
	display: block;
	text-align: left;
}
.attention h3{
	background: url(../images/attention.png) no-repeat;
	background-size: 30px;
	background-position: 0 6px;
	background-color: #FDF9C4 !important;
	color: #E03022 !important;
	border-left: none !important;
	font-size: 20px !important;
	padding: 0.5em 0 0.5em  40px !important;
	margin: 0 auto 1em auto !important;
	display: inline-block;
}
.attention p{
	padding: 0 20%;
}

}
/* PC版 ここまで
======================================================================= */



/* PC版 900px以上
======================================================================= */
@media print, screen and (min-width:900px){

ol li{
	font-size: 16px;
}

}
/* PC版 900px以上 ここまで
======================================================================= */