﻿@charset "UTF-8";

body {
	color: #0f303f;
	}

.cont_wrapper,
.container{
	width: 960px;
	margin: 0 auto;
	}

.cont_wrapper h3 {
	margin-left: 20px;
	}
	
/* header{
	border-bottom: 4px solid #444444;
	padding: 8px 0;
	}
	
.header_cont{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}
	
.header_logo{
	float: left;
	padding: 11px 0;
	}
	
.header_logo img{
	width: 66.7%;
	}
	
.header_tel{
	float: right;
	} */
	
	.header {
		font-size: 10px;
		width: 100%;
		position: fixed;
		z-index: 3;
		top: 0;
		border-bottom: 2px solid rgba(115, 115, 115, 0.5);
		background-color: #fff; }
		.header__content {
		  display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-box-pack: justify;
		  -webkit-justify-content: space-between;
			  -ms-flex-pack: justify;
				  justify-content: space-between;
		  -webkit-box-align: center;
		  -webkit-align-items: center;
			  -ms-flex-align: center;
				  align-items: center; }
		@media screen and (max-width: 767px) {
		  .header__logo {
			-webkit-box-flex: 1;
			-webkit-flex-grow: 1;
				-ms-flex-positive: 1;
					flex-grow: 1; } }
		@media screen and (max-width: 767px) {
		  .header__logo img {
			width: 150px; } }
		@media screen and (max-width: 480px) {
		  .header__logo img {
			width: 130px; } }
		@media screen and (max-width: 375px) {
		  .header__logo img {
			width: 120px; } }
		.header__navigation {
		  display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-box-align: center;
		  -webkit-align-items: center;
			  -ms-flex-align: center;
				  align-items: center; }
		  @media screen and (max-width: 767px) {
			.header__navigation {
			  -webkit-box-flex: 1;
			  -webkit-flex-grow: 1;
				  -ms-flex-positive: 1;
					  flex-grow: 1;
			  -webkit-flex-shrink: 0;
				  -ms-flex-negative: 0;
					  flex-shrink: 0;
			  -webkit-box-pack: end;
			  -webkit-justify-content: flex-end;
				  -ms-flex-pack: end;
					  justify-content: flex-end; } }
		  .header__navigation .contact {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
				-ms-flex-align: center;
					align-items: center;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
				-ms-flex-pack: center;
					justify-content: center;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
				-ms-flex-direction: column;
					flex-direction: column;
			text-align: center;
			font-family: "M PLUS Rounded 1c", sans-serif;
			font-weight: 700;
			padding: 0 15px;
			pointer-events: none; }
			@media screen and (max-width: 767px) {
			  .header__navigation .contact {
				pointer-events: all;
				padding: 0 8px; } }
			.header__navigation .contact p {
			  letter-spacing: 0; }
			  .header__navigation .contact p:first-of-type {
				font-size: 2.4em;
				color: #001b73;
				line-height: 1;
				margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box; }
				@media screen and (max-width: 767px) {
				  .header__navigation .contact p:first-of-type {
					font-size: 1.8em; } }
				@media screen and (max-width: 480px) {
				  .header__navigation .contact p:first-of-type {
					font-size: 1.3em; } }
				@media screen and (max-width: 375px) {
				  .header__navigation .contact p:first-of-type {
					font-size: 1.1em; } }
			  .header__navigation .contact p:last-of-type {
				font-size: 1.3em;
				color: #000;
				margin: 0;
				padding: 0;
				-webkit-box-sizing: border-box;
				box-sizing: border-box; }
				@media screen and (max-width: 767px) {
				  .header__navigation .contact p:last-of-type {
					font-size: 1.1em; } }
				@media screen and (max-width: 480px) {
				  .header__navigation .contact p:last-of-type {
					font-size: 10px;
					line-height: 1; } }
				@media screen and (max-width: 375px) {
				  .header__navigation .contact p:last-of-type {
					font-size: 8px; } }
		.header__link {
		  width: 160px;
		  height: 65px;
		  display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-box-align: center;
		  -webkit-align-items: center;
			  -ms-flex-align: center;
				  align-items: center;
		  -webkit-box-pack: center;
		  -webkit-justify-content: center;
			  -ms-flex-pack: center;
				  justify-content: center;
		  color: #fff;
		  font-size: 2em;
		  letter-spacing: 0;
		  font-weight: 700;
		  -webkit-transition: all 300ms ease;
		  -o-transition: all 300ms ease;
		  transition: all 300ms ease; }
		  @media screen and (max-width: 767px) {
			.header__link {
			  font-size: 1.4em;
			  width: 105px;
			  height: 50px;
			  text-align: center; } }
		  @media screen and (max-width: 480px) {
			.header__link {
			  width: 70px;
			  font-size: 1.2em;
			  -webkit-box-flex: 1;
			  -webkit-flex-grow: 1;
				  -ms-flex-positive: 1;
					  flex-grow: 1; } }
		  @media screen and (max-width: 375px) {
			.header__link {
			  width: 29%;
			  font-size: 9px;
			  padding: 5px; } }
		  .header__link:nth-of-type(2) {
			background-color: #0079e1; }
			.header__link:nth-of-type(2):hover {
			  background-color: rgba(0, 121, 225, 0.8); }
		  .header__link:last-of-type {
			background-color: #f50; }
			.header__link:last-of-type:hover {
			  background-color: rgba(255, 85, 0, 0.8); }

	.buttonarea {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	 .button_b, .button_o{
		width: 40%;
		font-size: 1.5em;
		font-weight: 800;
		text-align: center;
		color: #ffffff;
		padding: 10px;
		box-shadow: 2px 2px 0px rgba(0,0,0,0.4);
		z-index: 150;
		margin-left: 20px;
		justify-self: center;
		align-self: center;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 10px;
		margin-right: 10px;
		margin-left: 10px;
		display: inline-block;
		border-radius: 25px;
	}

	.button_b {
		background-color: #0079e1;
	}

	.button_o {
		background-color: #f50;

	}

	.ul-align-center{
		display: flex;
		align-items: center;
		flex-direction: column;
		font-weight: 800;
		font-size: 1.2rem;
		margin: 0 auto;
		background-color: rgba(255, 255, 255, 0.5);
		padding: 20px;
		width: 80%;
	}

	.mainimgpoints {
		width: 80%;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
.key_vidual_section{
	background: url(../img/02_02.png) top center no-repeat;
	background-size:cover;
	}	
	
.key_vidual_section_d{
	background: url(../img/02_02d.png) top center no-repeat;
	background-size:cover;
	}	
.key_vidual_cont{
	width: 960px;
	margin: 0 auto;
	}
.key_vidual_cont img,
.cont_wrapper img {
	max-width: 100%;
	}

.key_vidual_cont h1{
}

.contact{
	padding:30px 0;
	text-align:center;
}

.contact span{
}

.contact img{
	padding:20px;
}


.ul_float_2col,
.ul_float_2col_resp {
	overflow: hidden;
	}
.ul_float_2col li,
.ul_float_2col_resp li {
	float: left;
	width: 49%;
	}


.ul_float_3col,
.ul_float_3col_resp {
	overflow: hidden;
	}
	.ul_float_3col li,
	.ul_float_3col_resp li {
		float: left;
		max-width: 33%;
		}
	.ul_float_3col li:last-child,
	.ul_float_3col_resp li:last-child{
		margin-right: 0;
		}

.ul_float_4col {
/*	margin:0 10px;*/
	overflow: hidden;
	}
	.ul_float_4col li {
		position: relative;
		min-height: 1px;
		padding-left: 1%;
		padding-right: 1%;
		float: left;
		width: 23%;
		text-align: center;
		}
	
	.ul_float_4col li:last-child{
		margin-right: 0;
		}

.ul_float_3col li>img,.ul_float_3col li a>img {
	box-sizing: border-box;
	padding: 0 5px;
}

.ul_float_4col>img,.ul_float_4col a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.flyngbrother{
	background:url(../img/flyngbrother.png) right no-repeat;
}

.col-md-3{
	position: relative;
	min-height: 1px;
	padding: 1%;
	float: left;
	width: 23%;
	text-align: center;
}

.thumbnail{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0 auto;
}

.thumbnail>img,.thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ul_example{
	margin-left: 2%;
	margin-right: 10%;
}

.ul_example li img {
	padding: 8px;
	float: left;
	width: 100px;
}

.dl_example {
	margin-bottom: 20px;
	margin-left: 130px;
}

.dl_example dt {
	padding: 20px 20px 15px 20px;
	background-color: #ffe681;
	font-weight: bold;
	font-size: 150%;
	}

.dl_example dd {
	padding: 15px 20px 30px;
	background-color: #fff;
	font-size: 130%;
	}

.txt18 p {
	font-size: 18px;
	}

.address {
	margin: 0 auto 40px;
	padding: 20px 0;
	width: 960px;
	background-color: #dbdcdc;
}



/* pc */
@media only screen and (max-width: 960px) {

.cont_wrapper,
.header_cont,
.key_vidual_section,
.key_vidual_cont,
.section_wrapper{
	width: 960px;
	}

.container {
	width: auto;
	}

}


/* Tablet */
@media only screen and (max-width: 786px) {

.midashi01{
	padding-left: 3%;
}

.benefit .flRight {
	margin-top: 90px;
}

br.hidden {
	display: none;
	}
	
.flyngbrother{
	background:none;
	}

.cont_wrapper h3 {
	margin-left: 0;
	}
	
.key_vidual_section,
.section_wrapper{
	width: auto;
	}

.header_cont,
.key_vidual_cont,
.cont_wrapper,
.address{
	width: auto;
	}

.header_cont,
.cont_wrapper,
.address{
	padding-right: 20px;
	padding-left: 20px;
	}


.ul_float_4col li {
	width: 22%;
}
.ul_float_4col li:last-child {
	width: 23.5%;
}
.ul_example{
	margin-left: 0;
	margin-right: 0;
}

.button_b, .button_o{
	width: 80%;
	font-size: 1em;
	margin-top: 10px;
	margin-right: initial;
	}

	.ul-align-center {
		font-size: 0.8rem;
		text-indent: -1rem;
		margin-bottom: 20px;
	}

	.mainimgpoints {
		width: 90%;
	}

}


/* mobile */
@media only screen and (max-width: 480px) {

.contact img{
	padding:5px;
	}

.key_vidual_section{
	background-color: #FFF;
}

.key_vidual_cont h1{
	margin-top: 0;
}

.midashi01{
	font-size: 110%;
	padding-left: 0;
}
.txt18 p {
	font-size: 100%;
	}

.ul_float_2col_resp li,
.ul_float_3col_resp li{
	width: 100%;
	max-width: 100%;
	padding-bottom: 30px;
	}
	.ul_float_2col_resp li:last-child,
	.ul_float_3col_resp li:last-child{
		padding-bottom: 0;
		}


.ul_float_4col {
	margin: 0;
}
	.ul_float_4col li{
		width: 46%;
		margin-right: 10px;
		}

	.ul_float_4col li:last-child{
		width: 46%
		}

.col-md-3{
	width: 47%;
}

.ul_float_4col li {
	width: 46%;
	margin-right: 0;
}
.ul_float_4col li:last-child {
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 4px;
	/*	width: 46%;*/
}

.ul_example{
	margin-left: 0;
	margin-right: 0;
}

.ul_example li{
	text-align: center;
}

.ul_example li img {
	padding: 8px;
	width: 76px;
	float: none;
}

.dl_example {
	margin-bottom: 20px;
	margin-left: 0;
}

.dl_example dt {
	padding: 20px 20px 15px 20px;
	background-color: #ffe681;
	font-weight: bold;
	font-size: 120%;
	}

.dl_example dd {
	padding: 15px 20px 30px;
	background-color: #fff;
	font-size: 110%;
	text-align: left;;
	}

}

.table100{
	border-collapse: collapse;
	width: 100%;
	}
	
.table100 th,
.table100 td{
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 15px 30px;
	}
	
.table100 th{
	color: white;
	background: #888888;
	}

