@charset "utf-8";

#contents {
  padding:50px 0 0;
}
#contents section {
  margin-bottom:100px;
}
.fourCol {
  width:100%;
}
.fourCol ul {
  display: flex;
  flex-wrap: wrap;
}
.fourCol ul li {
  width:25%;
}
#contents h2.line {
	font-size:30px;
	font-weight:bold;
	line-height:1;
	text-align: center;
  letter-spacing:0.1em;
	padding:0 0 15px;
	margin:0 0 50px;
	position: relative;
}
#contents h2.line::after {
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-28px;
	width:56px;
	height:3px;
	background:#4f6d82;
	border-radius:10px;
	display: block;
}

.white {
  padding:35px 30px 15px;
  background:#ebecee;
}
#sitemap ul {
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
#sitemap ul li {
  width:25%;
}
#sitemap ul li:nth-child(2) {
  width:75%;
}
#sitemap ul li:nth-child(9) {
  width:50%;
}
#sitemap ul li, #sitemap p {
  margin:0 0 25px;
}
#sitemap ul li a, #sitemap p a {
  color:#0f222f;
  font-size:16px;
  line-height:1.6;
  text-decoration:none;
  padding:0 10px 0 18px;
  display: inline-block;
  box-sizing: border-box;
  background:url(../img/ico_link_b.png) no-repeat 0 7px;
  background-size:10px auto;
  transition:all ease 0.3s;
}
#sitemap ul li.linkoff a {
  color:#ababab;
  pointer-events: none;
  cursor: default;
}
#sitemap ul li.linkoff a {
  background:url(../img/ico_link_off.png) no-repeat 0 7px;
  background-size:10px auto;
}

#privacy h4.mt10 {
  margin:10px 0 0;
}
#privacy p, #privacy ul li, #privacy h4 {
  font-size:16px;
  line-height:1.9;
  margin:0;
}
#privacy ul.indent li {
  text-indent:-1em;
  padding:0 0 0 1em;
}
#privacy p.copy, #privacy h3 {
  font-size:18px;
  line-height:1.65;
}
#privacy p.copy {
  margin:10px 0 0;
}
#privacy h3, #privacy h4 {
  font-weight:bold;
  margin:35px 0 10px;
}
#privacy h4 {
  margin:35px 0 0;
}
#privacy p.name {
  text-align: right;
  margin:30px 0;
}

.formarea {
  padding:15px 55px 35px;
}
#form p.copy {
  font-size:18px;
  line-height:1.5;
  margin:0 0 25px;
}
.formList {
  width:100%;
  margin:0 0 30px;
  display:table;
}
.formList h2 {
  width:290px;
  padding:10px 0 0;
  font-size:16px;
  line-height:30px;
  display:table-cell;
  vertical-align:top;
}
.formList h2 .hissu {
  color:#fff;
  background:#df0f0f;
  text-align: center;
  padding:0 15px;
  margin:0 9px 0 0;
  display: inline-block;
}
.formList p {
  margin:0;
  display:table-cell;
  vertical-align:top;
}
.formList p .chui {
  text-indent:-1em;
  font-size:12px;
  line-height:1.5;
  display: block;
  padding:0 0 0 1em;
  margin:5px 0 0;
}
.inputText {
	appearance: none;
	font-size:16px;
	line-height:30px;
	width:100%;
  max-width:520px;
	height:50px;
	padding:10px;
	margin:0;
	display:block;
	background:#fff;
	border:solid 1px #e9e9e9;
	box-sizing:border-box;
}
form textarea {
	appearance: none;
	font-size:16px;
	line-height:26px;
	width:100% !important;
	min-height:160px;
	padding:10px;
	margin:0;
	display:block;
	background:#fff;
  border:solid 1px #e9e9e9;
	box-sizing:border-box;
}
input.inputText::placeholder {
  color:#a1a1a1;
}
input.inputText:-ms-input-placeholder {
  color:#a1a1a1;
}
input.inputText::-ms-input-placeholder {
  color:#a1a1a1;
}
#submitBtn {
  width:400px;
  margin:0 0 0 290px;
}
input[type="submit"].btn_entry {
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  appearance: none;
  color: #fff;
  font-size:18px;
  font-weight: normal;
  line-height: 24px;
  width:400px;
  padding:25px 0 24px;
  margin:0 auto;
  text-align: center;
  display: block;
  border: 0;
  border-radius:6px;
  box-sizing: border-box;
  background:url(../img/arrow.png) no-repeat right 15px center #4f6d82;
  background-size:8px auto;
  cursor: pointer;
  text-shadow: none;
  transition:all ease 0.3s;
}

#thanks {
  padding-bottom:60px;
}
#thanks .white {
  padding:75px 30px 45px;
}
#thanks h2 {
  font-size:30px;
  line-height:1.6;
  text-align: center;
  margin:0 0 30px;
}
#thanks p {
  font-size:20px;
  line-height:1.6;
  text-align: center;
  margin:0 0 30px;
}
.btn {
  margin:60px 0 0;
	text-align: center;
}
.btn a {
	text-align: center;
	color:#0f222f;
	font-size:28px;
	font-weight:bold;
	line-height:1.35;
	width:580px;
	padding:30px 0;
	margin:0;
	border:solid 1px #0f222f;
	border-bottom:solid 5px #0f222f;
	display: inline-block;
	background:#fff;
	position: relative;
	top:0;
  transition:all ease 0.3s;
}
div.mfp_err {
  padding: 3px 0px 5px 2px;
}

@media screen and (max-width:1199px), print {
#contents section {
  padding:0 20px;
  box-sizing: border-box;
}
.formarea {
  padding:15px 25px 35px;
}

}

@media screen and (max-width:1099px), print {
#sitemap ul li {
  width:33.33%;
}
#sitemap ul li:nth-child(2), #sitemap ul li:nth-child(9) {
  width:100%;
}
.formarea {
  padding:15px 0 35px;
}

}

@media screen and (min-width:1000px) {
#sitemap ul li a:hover, #sitemap p a:hover {
  color:#4f6d82;
  text-decoration: underline;
}
input[type="submit"].btn_entry:hover {
  opacity:0.7;
}
.btn a:hover {
	top:4px;
	margin:0 0 4px;
	border-bottom:solid 1px #0f222f;
  background:#ffef32;
}

}

@media screen and (max-width:999px) {
#contents section {
  padding:0 30px;
}
.twoColumn .rightCon, .twoColumn .leftCon {
  width:100%;
  padding:0 15px;
  float:none;
  clear: both;
}
.twoColumn ul li a {
  padding:30px 20px;
}
.fourCol ul li {
  width:50%;
}
.btn {
  padding:0 30px;
}
.btn a {
  width:100%;
  font-size:32px;
}
.white {
  padding:20px 30px 15px;
}
.fourCol ul li {
  width:50%;
}

#gmenuArea {
  display:none;
}
#sitemap ul li {
  width:50%;
}
#sitemap ul li:nth-child(2), #sitemap ul li:nth-child(9) {
  width:50%;
}

.formList h2 {
  width: 230px;
}
#submitBtn {
  margin:0 auto;
}

}

@media screen and (max-width:767px) {
.imgLeft .image {
  position:relative;
}
#sitemap ul li, #sitemap p {
  margin: 0 0 20px;
}

}

@media screen and (max-width: 639px) {
#contents {
  padding:30px 0 10px;
}
#contents h2.line {
  font-size:24px;
}
.twoColumn {
  padding:0 7px 0 8px;
}
.twoColumn .rightCon, .twoColumn .leftCon {
  padding:0 8px 0 7px;
}
.twoColumn ul li a {
  padding: 15px 10px;
}
.btn a {
  font-size:20px;
  padding:15px 0;
}
.white {
  padding:13px 15px 10px;
}
#privacy .white {
  padding:13px 20px 5px;
}
#contents section {
  padding: 0 15px;
  margin-bottom:50px;
}

#sitemap ul li a, #sitemap p a {
  font-size:14px;
}

#privacy p, #privacy ul li, #privacy h4 {
  font-size:14px;
}
#privacy p.copy, #privacy h3 {
  font-size:16px;
}
#privacy h3, #privacy h4 {
  margin:30px 0 10px;
}
#privacy h4 {
  margin:25px 0 0;
}
#privacy p.copy {
  margin:5px 0 0;
}
#privacy p.name {
  margin:20px 0;
}

#form p.copy {
  font-size: 16px;
  margin:0 0 30px;
}
.formList {
  display:block;
}
.formList h2 {
  width:auto;
  padding:0;
  margin:0 0 10px;
  display:block;
}
.formList p {
  display:block;
}
#thanks .white {
  padding: 45px 30px 25px;
}
#submitBtn, input[type="submit"].btn_entry {
  width:100%;
}
#thanks h2 {
  font-size:24px;
  margin:0 0 20px;
}
#thanks p {
  font-size:16px;
  margin:0 0 20px;
}


}

@media screen and (max-width:579px) {
#sitemap ul li {
  width:100% !important;
}

}
