/*=============================================================
 共通部分
=============================================================*/
* {
	box-sizing:border-box;
}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.flex_flow {
	display: flex;
	flex-flow: row wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
 @media screen and (min-width:750px) {
.flexPc {
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.flexPc_flow {
	display: flex;
	flex-flow: row wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
}
/*=============================================================
 common
=============================================================*/
body {
	font-size:14px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.2px;
	text-decoration:none;
	text-align:center;
	width: 100%;
	line-height:2.0;
}
img {
	width:100%;
	height:auto;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition:all .3s;
	transition:all .3s;
}
.viewSp {
	display:block;
}
.viewPc {
	display:none;
}
.detail_btn {
	display : inline-block;
  border-radius : 4px;
  color : rgb(255, 108, 169);
  font-weight : bold;
	font-size : 14px;
	padding : 6px 0px;
	border : 2px solid rgb(255, 108, 169);
	width : 90%;
}
.floating_cta {
  position : fixed;
  width : 100%;
  bottom : -1px;
  background : rgb(0, 98, 184);
  padding : 10px;
  border-top : 1px solid rgb(255, 255, 255);
  z-index : 1;
}
.main_cta {
  display : inline-block;
  font-weight : bold;
  padding : 8px 0px;
  background : rgb(253, 225, 0);
  color : rgb(0, 98, 184);
  max-width : 700px;
  width : 100%;
  margin : 0px auto;
  position : relative;
	font-size : 18px;
	border-radius : 4px;
	box-shadow : rgb(189, 168, 0) 0px 3px 0px 0px;
}
.main_cta span {
  font-weight : bold;
}
.main_cta span::before {
  content : "";
  display : inline-block;
  position : relative;
  vertical-align : middle;
  background : url("../images/calendar.png") center center/contain no-repeat no-repeat;
	top : -3px;
	margin-right : 8px;
	width : 18px;
	height : 20px;
}

 @media screen and (min-width:750px) {
body {
	font-size:18px;
	text-decoration:none;
	text-align:center;
	width: 100%;
	min-width:1250px;
	-webkit-text-size-adjust: 100%;
	line-height:2.0;
}
img {
	width:auto;
	height:auto;
}
.w980 {
	width:980px;
	margin:0 auto;
	box-sizing:border-box;
	overflow:hidden;
}
.viewSp {
	display:none;
}
.viewPc {
	display:block;
}
.floating_cta {
	min-height : 75px;
}
#contactBox .main_cta {
	margin-top : 10px;
}
.detail_btn {
  max-width : 600px;
  border-radius : 4px;
  padding : 10px 0px;
  border : 3px solid rgb(255, 108, 169);
  font-size : 30px;
}
.main_cta {
  font-size : 32px;
  padding : 8px 0px;
  border-radius : 6px;
  box-shadow : rgb(189, 168, 0) 0px 5px 0px 0px;
  max-width : 700px;
  width : 100%;
  margin : 0px auto;
  position : relative;
}
.main_cta span::before {
  top : -5px;
  vertical-align : middle;
  margin-right : 10px;
  width : 38px;
  height : 38px;
}
#contactBox .main_cta {
  margin-top : 15px;
}
}
/*=============================================================
 #gheader
=============================================================*/
#gheader {
}
 @media screen and (min-width:750px) {
}
/*=============================================================
 #gFooter
=============================================================*/
#gFooter #contactBox {
	padding:20px;
	font-size:18px;
	background-color:#0062b8;
	color:#FFF;
}
#gFooter .flexPc li {
	display: flex;
	justify-content: center;
	align-items: center;
}
#gFooter .flex li {
	text-align:center;
	width:50%;
	line-height:40px;
}
#gFooter .flex li a {
	display:block;
	width:100%;
}
#gFooter .flex li a:hover {
	background-color:#ccc;
}
footer {
  padding-bottom : 74px;
}
 @media screen and (min-width:750px) {
#gFooter #contactBox {
	padding:65px 0;
	font-size:34px;
}
#gFooter #contactBox img {
	margin-top:20px;
}
#gFooter .flex li {
	line-height:70px;
}
footer {
	padding-bottom : 106px;
}
}
/*=============================================================
 #contents
=============================================================*/
#contents {
	box-sizing:border-box;
	overflow:hidden;
	clear:both;
}

#sec01 .inBox01 {
	padding:0;
	background:url(../images/bg.png) repeat-x;
}

 @media screen and (min-width:750px) {
#sec01 .flex, #sec01 .flexPc {
	justify-content: center;
}
#sec01 .inBox01 {
	padding:0;
}
#sec01 .inBox01 h1 {
	margin:0;
}

}
#sec02 .w980 { padding:0 10px; }
#sec02 .lead {
	margin:25px 0;
	color:#0062b8;
	font-size:20px;
	font-weight:bold;
}
#sec02 table {
	margin:20px 0 5px 0;
	width:100%;
}
#sec02 table th, #sec02 table td {
	vertical-align: middle;
	border:#CCC 1px solid;
	text-align:left;
	padding:10px 20px;
	box-sizing:border-box;
}
#sec02 table th {
	width:40%;
	color:#0062b8;
	background-color:#e5f4ff;
	font-weight:bold;
}
#sec02 table th.company {
	width:33%;
	color:#0062b8;
	background-color:#e5f4ff;
	font-weight:bold;
}
#sec02 .col3 li {
	width:30%;
	margin-top:10px;
}
#sec02 .col3 li:nth-child(4) {
	width:100%;
}
 @media screen and (min-width:750px) {
#sec02 .w980 { padding:0; }
#sec02 .col3 li, #sec02 .col3 li:nth-child(4) {
	width:auto;
	margin-top:20px;
}
#sec02 .lead {
	margin:50px 0;
	font-size:46px;
}
#sec02 .leftBox, #sec02 .rightBox {
	width:480px;
}
#sec02 .centerBox {
	width:1000px;
	text-align:center;
}
#sec02 table {
	margin:40px 0 10px 0;
}
#sec02 .leadImg {
	margin-bottom:30px;
}
#sec02 .flexPc_flow {
	margin-top:-30px;
}
#sec02 .flexPc_flow li {
	margin-top:30px;
}
#sec02 .inBox {
	color:#0062b8;
	background-color:#e5f4ff;
	padding:40px;
}
#sec02 .inBox b {
	font-size:32px;
	font-weight:bold;
}
#sec02 .inBox b span {
	font-weight:bold;
	color:#ff6ca9;
}
}
#sec03 {
	margin-top:40px;
	padding-bottom:30px;
	background:url(../images/sec03_bg01.png) repeat 0 0;
}
#sec03 .inBox {
	text-align:left;
	background-color:#FFF;
	padding:20px;
	margin:20px 10px 0 10px;
}
#sec03 .flexPc .leftBox b {
	color:#0062b8;
	font-size:25px;
	font-weight:bold;
	line-height:1.4;
}
#sec03 .inBox .tit {
	margin:20px 0 10px 0;
	position:relative;
	line-height:1.2;
	border-bottom:1px solid #ccc;
	color:#0062b8;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:30px;
}
#sec03 .inBox .tit:before {
	position:absolute;
	top:0;
	left:10px;
	content:"";
	display:block;
	width:5px;
	height:20px;
	background-color:#0062b8;
}
#sec03 .inBox .tit:after {
	position:absolute;
	bottom:-1px;
	left:0px;
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color: #E6E6E6;
}
#sec03 .inBox p img {
	width:60%;
	margin:0 auto 10px auto;
}
#sec03 .inBox p span {
	display:block;
	text-align:center;
}
 @media screen and (min-width:750px) {
#sec03 {
	margin-top:80px;
	padding-bottom:65px;
}
#sec03 .inBox {
	padding:40px;
	margin:40px auto 0 auto;
}
#sec03 .flexPc .leftBox b {
	font-size:40px;
}
#sec03 .inBox .tit {
	margin:40px 0 20px 0;
	font-size:30px;
	padding-left:30px;
}
#sec03 .inBox .tit:before {
	height:33px;
}
#sec03 .inBox p {
	overflow:hidden;
}
#sec03 .inBox p img {
	margin:0 0 10px 10px;
	width:auto;
}
#sec03 .inBox p span {
	display:inline-block;
	float:right;
}
}
#sec04 {
	padding:20px;
	background:url(../images/sec04_bg.png) no-repeat center top;
	background-size:cover;
}
 @media screen and (min-width:750px) {
#sec04 {
	padding:120px 0;
}
}

