@charset "UTF-8";
/*リセットCSS*/
body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height:1.5;
	font-size:16px;
	background-position: top center;
	background-size: cover;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
ol,li{
	list-style: none;
}
a{
	border: none;
	outline: none;
	text-decoration: none;
}
img{
	font-size: 0px;
	border: none;
	outline: none;
	vertical-align:middle;
}
input,textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
.right{
	float: right;
}
.left{
	float: left;
}
.t-center{
	text-align: center;
}
.t-right{
	text-align: right;
}
.t-left{
	text-align: left;
}
/*デコレーション*/
.clearfix:after{
	content: " ";
	display: block;
	clear: both;
}
.pcnone{
	display: none;
}
.spnone{
	display: block;
}
.nobrake{
	display: inline-block;
	text-indent: 0em;
}
.rela{
	position: relative;
}
.mg {
    text-align: left;
    margin: 1% 3% 3% 3%;
    line-height: 1.5em;
}
div.window {
  width: 90%;
  height: 200px;
  background-color: #fefefe;
  overflow-y: scroll;
	margin: 2% auto;
	border-radius: 5px;
	border: solid 1px #ddd;
}
div.window h1 {
  font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 20px;
}
.red{
	color: red;
}
.pp {
	width: 90%;
	text-align: left;
	margin: 2% auto;
	padding: 1% 0;
  border-radius: 5px;
  border: solid 1px #ddd;
	font-size: 1.2em;
}
.pp a {
color: #23b11c;
}
.pp .mg {
    margin-bottom: 1%;
}
.mg20 {
	margin: 20px auto;
}
.bold{
font-weight: bold;
}
.pp-title{
font-size: 1.3em;
font-weight: bold;
}
/* css checkbox01 */
.agree input[type=checkbox]{
  display: none;
}
.wpcf7-list-item-label{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
}
.wpcf7-list-item-label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.agree input[type=checkbox]:checked + .wpcf7-list-item-label::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

	body{
		-webkit-text-size-adjust: 100%;
	}
	#sp-view .pcnone{
		display: block;
	}
	#sp-view .spnone{
		display: none;
	}
