@charset "UTF-8";

.clearfix:after {
content:'';
display:block;
clear:both;
}

.clearfix {
/zoom:1;
}


body {
	font-size:22px;
	margin: 0;
	padding: 0;
	line-height:1.3;
	color: #434343;
	font-family: 'M PLUS 1p', sans-serif;
	-webkit-text-size-adjust: 100%;
}
.mincho {
 	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
h1, h2, h3 {
 	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.red {
	color: #e60012;
}
.blue {
	color: #0000ff;
}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.bgy {
	background-color: #fff100;
}
.ul {
	text-decoration: underline;
}

.p0 { padding: 0 !important;}
.p5 {padding: 5% 0 !important;}
.p7 {padding: 7% 0 !important;}
.p10 {padding: 10% 0 !important;}

.pb0 { padding-bottom: 0 !important;}
.pb3 { padding-bottom: 3% !important;}
.pb10 { padding-bottom: 10% !important;}
.pb5 { padding-bottom: 5% !important;}

.pt0 { padding-top: 0 !important;}
.pt3 { padding-top: 3% !important;}
.pt5 { padding-top: 5% !important;}
.pt10 { padding-top: 10% !important;}

.mb0 { margin-bottom: 0 !important;}
.mb3 { margin-bottom: 3% !important;}
.mb5 { margin-bottom: 5% !important;}
.mb10 { margin-bottom: 10% !important;}

.mt5 { margin-top: 5% !important;}

/* font */
.f10 { font-size: 50% !important;}
.f12 { font-size: 60% !important;}
.f14 { font-size: 70% !important;}
.f16 { font-size: 80% !important;}
.f18 { font-size: 90% !important;}
.f20 { font-size: 100% !important;}
.f22 { font-size: 110% !important;}
.f24 { font-size: 120% !important;}
.f26 { font-size: 130% !important;}
.f28 { font-size: 140% !important;}
.f30 { font-size: 150% !important;}
.f32 { font-size: 160% !important;}
.f34 { font-size: 170% !important;}
.f36 { font-size: 180% !important;}
.f38 { font-size: 190% !important;}
.f40 { font-size: 200% !important;}
.f42 { font-size: 210% !important;}
.f44 { font-size: 220% !important;}
.f45 { font-size: 225% !important;}
.f48 { font-size: 240% !important;}
.f50 { font-size: 250% !important;}
.f54 { font-size: 270% !important;}
.f58 { font-size: 290% !important;}
.f60 { font-size: 300% !important;}
.f64 { font-size: 320% !important;}
.f68 { font-size: 340% !important;}
.f70 { font-size: 350% !important;}
.f72 { font-size: 360% !important;}

/* text-align */
.txt_l { text-align: left;}
.txt_c { text-align: center;}
.txt_r { text-align: right;}

.image_fr {
	float: right;
	width: 200px;
}
.w_50 {
	width: 50%;
	margin: 0 auto;
}
.w_60 {
	width: 60%;
	margin: 0 auto;
}
.w_70 {
	width: 70%;
	margin: 0 auto;
}
.w_80 {
	width: 80%;
	margin: 0 auto;
}



/*--------------------------------------
背景用*/
.bg_blue {
	background-color: #4cbfbf;
}

/*--------------------------------------
ヘッダー用*/
.head {
	background-color: #4cbfbf;
}
.logo {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}
.logo_size {
	width: 250px;
}
h1 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 3% 0 0;
}

/*--------------------------------------
本文用*/
.txtwrapper {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 5% 0;
}
h2 {
	padding-bottom: 5%;
	text-align: center;
	font-size: 200%;
	line-height: 1.1;
	font-weight: bold;
}
.image {
	padding-bottom: 5%;
	text-align: center;
}
.image:last-child {
	padding-bottom: 0;
}
.txt {
	padding-bottom: 5%;
	text-align: center;
}
.txt:last-child {
	padding-bottom: 0;
}
.bg_square {
	padding: 5% 10%;
	background: url("../images/bg_square.png")repeat-y center top/100% auto;
}
ul.check {
	padding-bottom: 3%;
}
ul.check li {
	padding-left: 40px;
	background: url("../images/check.png")no-repeat center left/35px auto;
	font-size: 118%;
	line-height: 1.8;
}
ul.check li:last-child {
	padding-bottom: 0;
}
.btn_yaji {
	width: 50px;
	margin: 0 auto 3%;
}
.btn {
	margin-bottom: 10px;
}
.btn_txt {
	text-align: center;
	font-size: 88%;
}
ul.start {
	padding: 3%;
	text-align: center;
	background-color: #eee;
	border-radius: 30px;
}
ul.start li {
	display: inline-block;
	width: 20%;
	margin-right: 5%;
}
ul.start li:last-child {
	margin-right: 0;
}
.bg_blue .txt {
	color: #fff !important;
}
.bg_white {
	padding: 3%;
	margin-bottom: 3%;
	background-color: #fff;
	border-radius: 30px;
}
.bg_white:last-child {
	margin-bottom: 5%;
}
.bg_white .txt {
	text-align: left;
	color: #434343 !important;
}
.point01 {
	padding: 3% 5% 3% 32%;
	background: url("../images/point01.png")no-repeat center left/30% auto;
}
.point02 {
	padding: 3% 5% 3% 32%;
	background: url("../images/point02.png")no-repeat center left/30% auto;
}
.point03 {
	padding: 5% 5% 5% 32%;
	background: url("../images/point03.png")no-repeat center left/30% auto;
}
.point04 {
	padding: 3% 5% 3% 32%;
	background: url("../images/point04.png")no-repeat center left/30% auto;
}
.point05 {
	padding: 3% 5% 3% 32%;
	background: url("../images/point05.png")no-repeat center left/30% auto;
}
.title {
	font-size: 150%;
	font-weight: bold;
	color: #4cbfbf;
	text-align: left;
}
.yaji {
	width: 200px;
	margin: 0 auto 3%;
}
.sub {
	padding-bottom: 5%;
	text-align: center;
	font-size: 138%;
}
.bg_blue h2 {
	color: #fff !important;
}
.icon {
	width: 80px;
	margin: 0 auto 3%;
}

ul.free {
	text-align: center;
}
ul.free li {
	display: inline-block;
	width: 31%;
	margin-right: 1.5%;
	vertical-align: top;
}
ul.free li:last-child {
	margin-right: 0;
}



.menu__item {
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 2%;
  background-color: #eee;
}
.menu__item__link {
  color: #434343;
  display: block;
  line-height: 60px;
  padding: 0 1rem 0 65px;
  position: relative;
}
a.menu__item__link {
	 background:url("../images/q.png")no-repeat center left/50px auto,url("../images/under_yaji.png")no-repeat center right/50px auto;
}
.menu__item__link:after {
  display: block;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  background-color: #eee;
}
.submenu {
  background: #fff;
  display: none;
}
.submenu__item {
  color: #434343;
  padding: 1rem 0 1rem 65px;
  background: url("../images/a.png")no-repeat center left/35px auto;
   background-position: 13px;
}
/*--------------------------------------
フッター用*/
footer {
	text-align: center;
	font-size: 60%;
	padding:3% 0;
	color: #fff;
	line-height: 1.5;
	background-color: #000;
}
footer a,footer a:link,footer a:visited,footer a:hover,footer a:active {
	text-decoration: none;
	color: #fff;
}

/*----------------------------------------
メニュー配置

#menu {
	position: fixed;
	width: 170px;
	bottom:55px;
	right: 1%;
	z-index: 2000;
}
#menu img:hover {
	opacity: 0.7;
}
#menu img {
	max-width: 100%;
	height: auto;
}
#menu .sub_btn {
	padding: 0;
	background-color: transparent;
	border:none;
	margin-bottom: 0;
}

@media screen and (min-width:1240px) {
	#menu {
		position: fixed;
		width: 170px;
		bottom: 55px;
		left: 50%;
		z-index: 2000;
		margin-left: 460px;
	}
}
-------------------------------------------*/

/*--------------------------------------
レスポンシブ*/

@media screen and (min-width: 800px){
	.sp{display:none;}
	br.sp {display: none;}
}
@media print, screen and (max-width: 800px) {
	body {
		font-size: 100%;
		line-height: 1.4;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
	.logo {
		padding: 1%;
	}
	.logo_size {
		width: 40%;
	}
	h1 {
		width: 90%;
		margin: 0 auto;
	}
	.txtwrapper {
		width: 90%;
		margin: 0 auto;
	}
	a.menu__item__link {
		padding-right: 15%;
		line-height:1.6;
		padding: 10px 15% 10px 15%;
	}
	.submenu__item {
		padding: 1rem 0 1rem 15%;
	}
	ul.check li {
		padding: 1% 0 1% 10%;
		line-height: 1.3;
		font-size: 100%;
		background: url("../images/check.png")no-repeat center left/25px auto;
	}
	.btn_yaji {
		width: 15%;
	}
	.yaji {
		width: 20%;
	}
	h2 {
		font-size: 150%;
	}
	ul.free li {
		display: block;
		width: 80%;
		margin: 0 auto 5% !important;
	}
	ul.start {
		padding: 5%;
	}
	ul.start li {
		width: 40%;
		margin-right: 5%;
	}
	footer {
		padding: 2% 0;
	}
	.w_45 {width: 60% !important; margin: 0 auto}
	.w_50 {width: 60% !important; margin: 0 auto;}
	.w_60 {width: 80% !important; margin: 0 auto;}
	.w_70 {width: 100% !important; margin: 0 auto;}
	.w_80 {width: 100% !important; margin: 0 auto;}
	.w_40_sp {width: 40% !important; margin: 0 auto;}
	.w_45_sp {width: 45% !important; margin: 0 auto;}
	.w_50_sp {width: 50% !important; margin: 0 auto;}
	.w_60_sp {width: 60% !important; margin: 0 auto;}
	.w_70_sp {width: 70% !important; margin: 0 auto;}
	.w_80_sp {width: 80% !important; margin: 0 auto;}
	
}
@media print, screen and (max-width: 800px) and (min-width: 640px) {
	body {
		font-size: 118%;
	}
	br {
		display: block;
		content: none;
	}
}
