@charset "UTF-8";

/*//////////////////////////////////////////////////*/
/*// 新共通                                        //*/
/*//////////////////////////////////////////////////*/

* {
	font-weight: bold;
}

.container {
  max-width: 1920px;
  width: 90%;
  margin-top: 100px;
}

.heading-second {
  text-align: center;
  display: inline;
  font-size: 40px;
  border-bottom: 8px solid #4073BC;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .heading-second {
    font-size: 32px;
    border-bottom: 5px solid #4073BC;
  }
}
@media screen and (max-width: 575px) {
  .heading-second {
    font-size: 24px;
    border-bottom: 3px solid #4073BC;
  }
}
#send_confirm {
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  margin-right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #send_confirm {
    margin-bottom: 10px;
  }
}
#send_confirm_label {
  display: flex !important;
  text-decoration: none !important;
  align-items: center;
  flex-wrap: wrap;
}
select.mfp {
  font-size: 16px;
}

/*//////////////////////////////////////////////////*/
/*// 新フッター                                     //*/
/*//////////////////////////////////////////////////*/

.footer {
  color: #4073bc;
  background-color: #fff279;
  padding: 60px 100px 40px 100px;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 60px 40px 40px 60px;
  }
}
.footer__list-item-text {
  text-align: left;
  font-size: 16px;
  color: #4073bc;
}
.footer__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer__body {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .footer__info {
    text-align: center;
    margin-top: 20px;
  }
}
.footer__name {
  font-size: 28px;
}
@media screen and (max-width: 375px) {
  .footer__name {
    font-size: 24px;
  }
}
.footer__name-title {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 375px) {
  .footer__name-title {
    font-size: 12px;
  }
}
.footer__banner {
  margin-top: 20px;
}
.footer__place-list {
  width: 100%;
  margin-top: 40px;
  display: flex;
    width: 45%;
  justify-content: space-between;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .footer__place-list {
    display: inline-block;
    width: 60%;
  }
}
.footer__place-list-item {
  margin-top: 40px;
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .footer__place-list-item {
    margin: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer__place-list-item {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__place-list-item {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
  }
}
@media screen and (max-width: 375px) {
  .footer__place-list-item {
    font-size: 12px;
  }
}
.footer__copyright {
  text-align: center;
  margin-top: 40px;
}
.footer__map {
  width: 250px;
  height: 250px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .footer__map {
    margin-left: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__map {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*//////////////////////////////////////////////////*/
/*// 新フォーム                                     //*/
/*//////////////////////////////////////////////////*/

.contact {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 60px;
  }
}
.contact__form {
  width: 80%;
  margin: 60px auto 30px;
}
@media screen and (max-width: 767px) {
  .contact__form {
    width: 90%;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .contact__form {
    width: 96%;
    font-size: 12px;
  }
}
.contact__form-title--sub {
  font-weight: normal;
  color: #000;
  margin-bottom: 8px !important;
  font-size: 16px;
}
.contact__required {
  display: inline-block !important;
  padding: 5px 10px;
  color: #fff !important;
  background-color: red;
  line-height: 1;
  border-radius: 5px;
  float: right;
  font-size: 12px !important;
}
.contact__agreement--link {
  color: #000 !important;
  border-bottom: 1px solid #000;
  text-decoration: none !important;
}
.contact__agreement--link:hover {
  color: #4073bc;
  border-bottom: 1px solid #4073bc;
  transition: 0.1s;
}
.contact__attention {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .contact__attention {
    padding: 20px 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .contact__attention {
    padding: 10px 0 0 10px;
  }
}
.contact__top {
  text-align: center;
  margin: 60px auto;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .contact__top {
    margin: 40px auto;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contact__top {
    margin: 30px auto;
  }
}
@media screen and (max-width: 575px) {
  .contact__top {
    margin: 20px auto 10px;
    width: 90%;
  }
}
.contact__text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .contact__text {
    font-size: 12px;
  }
}

/*//////////////////////////////////////////////////*/
/*// 新ヘッダー                                     //*/
/*//////////////////////////////////////////////////*/

.header {
  background-color: #fff;
  border-top: 20px solid #ffeb3b;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    width: 100vw;
    height: 100px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 575px) {
  .header {
    height: 80px;
  }
}

.header__top {
  position: relative;
}
.header-top-title__link:hover {
  text-decoration: none;
}
.header__top-title--sub {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 20px 30px 20px 40px;
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .header__top-title--sub {
    width: 260px;
    padding: 20px 10px 20px 25px;
  }
}
@media screen and (max-width: 991px) {
  .header__top-title--sub {
    width: 400px;
    border-left: none;
    padding: 15px 10px 0 50px;
    background-color: transparent;
    top: 20px;
    left: 20px;
    position: fixed;
    z-index: 9999;
  }
}
@media screen and (max-width: 575px) {
  .header__top-title--sub {
    width: 300px;
    padding: 15px 10px 0 30px;
  }
}
.header__top-text {
  color: #4073bc;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header__top-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .header__top-text {
    font-size: 18px;
  }
}
.header__top-text--small {
  color: #4073bc;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header__top-text--small {
    font-size: 10px;
  }
}
.header__main-nav {
  background-color: #fff;
  height: 100px;
}
@media screen and (max-width: 991px) {
  .header__main-nav {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    height: 80px;
  }
}
.header__main-nav-list {
  float: right;
  position: relative;
  top: 30px;
  right: 50px;
  display: flex;
}
@media screen and (max-width: 1399px) {
  .header__main-nav-list {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header__main-nav-list {
    display: none;
  }
}
.header__nav-list-item {
  color: #fff;
  font-size: 16px;
  padding: 0 10px 0;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .header__nav-list-item {
    font-size: 14px;
  }
}
.header__nav-list-item--link {
	text-decoration: none;
	color: #4073bc !important;
}
.header__nav-list-item--link:hover {
  color: #ffeb3b !important;
	transition: 0.3s;
	text-decoration: none;
}
.header__nav-list-item--small {
  display: block;
  line-height: 1.5;
}

/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 5px 5px;
	margin-bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #CCCCCC;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	text-decoration: underline;
	background-image: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
  padding: 2px;
  width: 100% !important;
  background-color: #ececec !important;
  display: block;
  padding: 5px 10px;
  width: 60%;
  border-radius: 5px;
  border: 1px solid #ececec;
}
textarea {
  background-color: #ececec;
  width: 100% !important;
  height: 200px;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ececec;
}
div#mfp_buttons {
	padding: 0px;
	text-align: center;
}
div#mfp_buttons ul {
	overflow: hidden;
  margin: 0px auto 0px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
div#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_goconfirm.gif);
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
.reset_over {
	background-image: url(../images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}

/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 02.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
	padding: 10px;
}
table.mailform tr {
  background-color: transparent !important;
  padding-bottom: 10px;
}
table.mailform tr th {
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
  font-weight: bold;
	font-size: 16px;
  text-align: left;
  width: 300px;
  padding-right: 20px;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

/*//////////////////////////////////////////////////*/
/*// 04.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 560px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 560px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(../images/mfp_table_background.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(../images/mfp_table_top.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../images/mfp_table_bottom.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 500px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 14px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #E8EEF9;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto 0px auto;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*//////////////////////////////////////////////////*/

dl.mailform {
	padding: 0px 15px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}
dl.mailform dt span {
	display: block;
	font-size: 10px;
	color: #999999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}
