@charset "UTF-8";

.clearfix:after {
content:'';
display:block;
clear:both;
}

.clearfix {
/zoom:1;
}


body {
	font-size:20px;
	margin: 0;
	padding: 0;
	line-height:1.7;
	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;
	color: #949494;
}
h1, h2, h3 {
 	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.red {
	color: #ff6359;
}
.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;}
.pb15 { padding-bottom: 15% !important;}
.pb5 { padding-bottom: 5% !important;}
.pt5pb10 {
	padding-top: 5% !important;
	padding-bottom: 10% !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_30 {
	width: 30%;
	margin: 0 auto;
}
.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_bottom {
	background: url("../images/triangle_bottom.png")no-repeat center bottom/100% auto;
}
.bg_top {
	background: url("../images/triangle_top.png")no-repeat center top/100% auto;
}
.bg_triangle {
	background: url("../images/triangle_top.png")no-repeat center top/100% auto,url("../images/triangle_bottom.png")no-repeat center bottom/100% auto;
}
.bg_01 {
	background:url("../images/triangle_bottom.png")no-repeat center bottom/100% auto,url("../images/bg_01.png")no-repeat center center/cover;
}
.bg_02 {
	background: url("../images/bg_022.png")no-repeat right bottom/50% auto,url("../images/bg_02.png")repeat-x center bottom/auto 100%;
}
.bg_03 {
	background: url("../images/bg_03.png")no-repeat center center/cover;
}
.bg_04 {
	background: url("../images/bg_04.png")no-repeat center center/cover;
}
.bg_05 {
	background:url("../images/triangle_white.png")no-repeat center bottom/100% auto,url("../images/bg_05.png")no-repeat center center/cover;
}
.bg_06 {
	background: url("../images/bg_06.png")no-repeat center center/cover;
}
.bg_07 {
	background: url("../images/bg_07.png")no-repeat center center/cover;
}

/*--------------------------------------
ヘッダー用*/
header {
	background: url("../images/bg_main.png")repeat-x center bottom/auto 100%;
}
.head {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 5% 0;
	background: url("../images/main02.png")no-repeat center top/cover;
}
.head_area {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
h1 {
	padding-bottom: 3%;
}
.btn {
	margin-bottom: 3%;
	animation-name: animateBtn;
	animation-duration: 2s;
	animation-iteration-count: infinite;
  	animation-timing-function: ease-in;
}
@keyframes animateBtn {
	0% {
			transform: scale(0.92);
	}
	40% {
			transform: scale(0.97);
	}
	60% {
			transform: scale(0.86);
	}
	80% {
			transform: scale(1);
	}
	100% {
			transform: scale(0.92);
	}
}

.btn:hover {
	opacity: 0.8;
}
ul.head_list {
	padding: 3%;
	border:3px dotted #000;
	background-color: #fff;
}
ul.head_list li {
	padding-left: 50px;
	background: url("../images/check.png")no-repeat left top/35px auto;
	font-size: 80%;
	line-height: 2;
}

/*--------------------------------------
本文用*/
.wide_in {
	display: inline-block;
	width: 40%;
	padding: 5%;
	vertical-align: middle;
}
.bg_yellow {
	background-color: #f9e112;
}
.bg_white {
	background-color: #fff;
}
.wide_in .title {
	padding-bottom: 3%;
	color: #1d2088;
	font-size: 138%;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
.ww {
	width: 55% !important;
}
.wide_in .txt {
	text-align: center;
	line-height: 1.4;
	font-size: 90%;
}
.wide_in .txt_s {
	font-size: 60%;
	text-align: right;
	line-height: 1.2;
}
.wide_wrap {
	width: 95%;
	margin-left: auto;
	padding:10% 5%;
	background-color: #fff;
}
.wimg {
	width: 65%;
	margin: 0 auto;
}
.txtwrapper {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 8% 0;
}
.white_box {
	padding: 3%;
	margin-bottom: 5%;
	background-color: #fff;
}
.white_box3 {
	width: 50%;
	padding: 3%;
	margin-bottom: 5%;
	background-color: #fff;
}
.white_box4 {
	width: 50%;
	padding: 3%;
	margin-left: auto;
	background-color: #fff;
}
.white_box4 .txt {
	line-height: 1.3;
}
.white_box5 {
	width: 50%;
	padding: 8%;
	margin-left: auto;
	background-color: #fff;
}
.logo {
	width: 150px;
	margin: 0 auto;
	padding-bottom: 2%;
}
.white_box .title {
	padding-bottom: 3%;
	color: #1d2088;
	font-size: 180%;
	text-align: center;
	line-height: 1.2;
}
.txt_s {
	font-size: 60%;
	text-align: right;
	line-height: 1.2;
}
ul.point {
	text-align: center;
}
ul.point li {
	display: inline-block;
	width: 32.5%;
	padding-right: 1%;
}
ul.point li:last-child {
	margin-right: 0;
}
.point_logo {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 5%;
}
.title {
	padding-bottom: 5%;
	font-size: 180%;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
h2 {
	padding-bottom: 3%;
	color: #1d2088;
	font-size: 180%;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
h2.white {
	padding-bottom: 5%;
	color: #fff;
	font-size: 200%;
	text-shadow:2px 2px 3px #000 !important;
}
.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;
}
.white_box2 {
	padding: 5%;
	background-color:rgba(255,255,255,0.70);
}
ul.video {
	text-align: center;
}
ul.video li {
	display: inline-block;
	width: 48%;
	margin-right: 1%;
	vertical-align: top;
	border:1px solid #434343;
}
ul.video li img {
	width: 100%;
}
ul.video li:last-child {
	margin-right: 0;
}
ul.video li video {
	width: 100%;
	vertical-align: bottom;
}

/*--------------------------------------
フッター用*/
footer {
	text-align: center;
	font-size: 70%;
	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: 200px;
	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;
	animation-name: animateBtn;
	animation-duration: 2s;
	animation-iteration-count: infinite;
  	animation-timing-function: ease-in;
}
@keyframes animateBtn {
	0% {
			transform: scale(0.92);
	}
	40% {
			transform: scale(0.97);
	}
	60% {
			transform: scale(0.86);
	}
	80% {
			transform: scale(1);
	}
	100% {
			transform: scale(0.92);
	}
}


@media screen and (min-width:1240px) {
	#menu {
		position: fixed;
		width: 200px;
		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;
	}
	#menu2{
		width: 40%;
		position: fixed;
		bottom: 2%;
		left: 58%;
		z-index: 9999;
		animation-name: animateBtn;
		animation-duration: 2s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in;
	}
	#menu2 img {
		width: 100%;
	}
	@keyframes animateBtn {
		0% {
				transform: scale(0.92);
		}
		40% {
				transform: scale(0.97);
		}
		60% {
				transform: scale(0.86);
		}
		80% {
				transform: scale(1);
		}
		100% {
				transform: scale(0.92);
		}
	}

	.head_area {
		width: 90%;
		margin: 0 auto;
	}
	ul.head_list li {
		font-size: 90%;
		line-height: 1.5;
		padding: 1% 1% 1% 50px;
	}
	.wide_in {
		display: block;
		width: 100%;
		padding: 8%;
	}
	.ww {
		width: 100% !important;
	}
	.wide_wrap {
		width: 100%;
	}
	.wimg {
		padding: 5% 0 !important;
		width: 50%;
	}
	.txtwrapper {
		width: 90%;
		margin: 0 auto;
	}
	.white_box .title {
		font-size: 150%;
	}
	.logo {
		width: 30%;
	}
	ul.point li {
		display: inline-block;
		width: 100%;
		margin-bottom: 5%;
	}
	.point_logo {
		width: 50%;
	}
	.title {
		font-size: 150%;
	}
	.white_box3,.white_box4,.white_box5 {
		width: 80%;
		margin: 0 auto;
	}
	ul.video li {
		display:block;
		width: 100%;
		margin: 0 auto 5%;
	}
	footer {
		padding: 5% 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: 50% !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;
	}
}
