@charset "UTF-8";
/* CSS Document */

/* ========================================
    全体設定
========================================= */
body {
	color:#000000;
	font-size: 14px;
	line-height: 1.4em;
	font-family: "メイリオ", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color:#474747;
	text-decoration:none;
}


/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/* ========================================
    ヘッダー
========================================= */
.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  width: 100%;
 
  background-color: #f2f2f2;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  
  /* ===padding: 12px;== */
}

.header-inner {

	width: 1200px;
	height: 96px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;

}

.header-logo {
	width: auto;
	margin:0 0 0 10px;
	line-height: 96px;
	justify-content: flex-start;
	
}

.header-logo img{
  width: 70px;
}

.header-logo img:hover {
  opacity: 0.7;
  cursor: pointer;
  transition : 0.5s;
}


.header-nav-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 96px;
}

.header-nav-list:hover {
	color: #be101e;
}


.header-nav-link:hover {
	color: #be101e;
}

.search-form-002 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    border: 2px solid #2589d0;
    border-radius: 25px;
}


.header-right {
	display: flex;
}

 /* ==検索フォーム== */
 .form {
    display: flex;
    gap: 5px;
	
  }

.form-input {
	width: 130px;
	margin: 35px 0;
	line-height: 30px;
}


  .form-submit {
	margin: 35px 0;
    transition: opacity 0.3s;
	position: relative;
	height: 26px;
	width: 26px;
	outline: none;
	cursor: pointer;
  }

  .form-submit:hover {
    opacity: 0.7;
    cursor: pointer;
  }




.form-submit img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==#buttonImage {
  background-image:url("../img/search.png");
  display:inline-block;
  margin-top:2px;
  width:16px;
  height:16px;
}

.form-submit{
  border:1px solid #3079ed;
  background-color:#4d90fe;
  width:100px;
  height:28px;
}== */

 
/* ==検索フォームここまで== */

.header-icon {
	display: flex;
    justify-content:space-around;
	
}

.header-icon img{
	height: 30px;
    width: 40px;
    line-height: 96px;
    margin: 31px 0 33px 25px;
}

.header-icon:hover {
    opacity: 0.7;
    cursor: pointer;
  }




/* ========================================
    ヘッダー下
========================================= */
.header_under {
	position: fixed;
	z-index: 1;
  	top: 96px;
  	left: 0;
 	border-bottom: 1px solid rgba(241, 238, 228, 0.25);
	background-color: #a6c3ac;
	width: 100%;
	height: 38px;
	margin-bottom: 62px;
	text-align: center;
}

.header_under_text {
	color: #ffffff;
	line-height: 38px;
	
}


/* ========================================
    共通クラス
========================================= */
.inner {
	width: 75%;
	margin: 0 auto 100px auto;
}






/* ========================================
    form
========================================= */
.form-title {
    margin: 200px auto 10px auto;
    font-size: 20px;
    background-color: #8f7e61;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: normal;
}
.form-text {
    margin: 20px 0 20px 0px;
}


.form-text-wrapper {
    padding: 0 30px;
}

.form-text-link:hover {
    opacity: 0.7;
    cursor: pointer;
}

/* ========================================
table{
	margin: 0 auto;
	border: 1px solid #4578DF;
	border-radius: 6px;
	width: 50%;
}

#col1{
	width: 35%;
}

#col2{
	width: 45%;
}

#col3{
	width: 20%;
}

th{ 
	background-color: #4578DF;
	color: #fff;
	border: 1px solid #4578DF;
	border-radius: 3px;
	padding: 3px;
}

th.border-right{
	border-right: 1px solid #DAEBF3;
}

td{
	border: 1px solid #4578DF;
	border-radius: 3px;
	padding: 3px 3px 3px 10px;
	background-color: #fff;
}

footer{
	height: 45px;
	padding-top: 20px;
}

form{
	width: 80%;
	margin: auto;
}

fieldset{
	border: 1px solid #4578DF;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 6px;
	padding: 18px 40px 20px 20px;
}

fieldset:first-child{
    margin-top: 200px;

}

legend{
	color: #fff;
	background-color: #4578DF;
	width: 150px;
	padding: 3px 3px 3px 20px;
	border-radius: 6px;
}

#name,#mail{
    height: 20px;
}

#name{
	width: 30%;
}

#mail{
	width: 50%;
}

#para{
	width: 100%;
	line-height: 60px;
	padding-left: 20px;
}

#button{
	color: #fff;
	background-color: #4578DF;
	width: 100px;
	padding: 5px;
	border: none;
	border-radius: 6px;
    font-size: 18px;
}

 ========================================= */

.box_con {
    max-width: 900px;
    margin: 0  auto;
  }

  @media only screen and (max-width: 768px) {
    .box_con {
      width: 95%;
    }
  }
  .box_con form {
    width: 100%;
  }
  .box_con form table {
    width: 100%;
  }
  .box_con form table tr {
    position: relative;
  }
  .box_con form table tr:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: dotted #cdcdcd 1px;
  }
  .box_con form table tr th {
    width: 30%;
    font-weight: normal;
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }




  @media only screen and (max-width: 768px) {
    .box_con form table tr th {
      text-align: center;
      width: 100%;
      display: block;
      background: #97ae88;
      padding: .8em .2em;
      color: #fff;
    }
  }
  .box_con form table tr th span {
    background: #cd6f55;
    padding: 0 .3em;
    color: #fff;
    margin-left: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box_con form table tr td {
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 768px) {
    .box_con form table tr td {
      padding: 1.5em .5em;
      display: block;
      width: 100%;
    }
  }
  .box_con form table tr .box_br {
    display: block;
  }
  .box_con form table tr select {
    border: 1px solid #97ae88;
  }
  .box_con form table tr label input {
    cursor: pointer;
    display: none;
    vertical-align: middle;
  }
  .box_con form table tr .radio02-input + label {
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
  }
  .box_con form table tr .radio02-input + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_con form table tr .radio02-input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #97ae88;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
    width: 100%;
    height: 3em;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box_con form table tr textarea {
    height: 10em;
  }

 
  
  /*デザインcss*/
  .con_pri {
    max-width: 700px;
    margin: 0  auto;
  }
  @media only screen and (max-width: 768px) {
    .con_pri {
      width: 95%;
    }
  }
  .con_pri .box_pri {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cdcdcd;
    background: #f7f7f7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 55px;
  }
  @media only screen and (max-width: 768px) {
    .con_pri .box_pri {
      margin-top: 4%;
      padding: 3%;
    }
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .con_pri .box_pri {
      padding: 4%;
    }
  }
  .con_pri .box_pri .box_tori {
    text-align: left;
    margin-top: 40px;
  }
  @media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori {
      margin-top: 4%;
    }
  }
  .con_pri .box_pri .box_tori h4 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 150%;
  }
  @media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori h4 {
      margin-bottom: 4%;
    }
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0 20px;
  }
  @media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_tori .txt {
      padding: 0;
    }
  }
  .con_pri .box_pri .box_num {
    margin-top: 30px;
  }
  /* @media only screen and (max-width: 768px) { xx
    .con_pri .box_pri .box_num {
      margin-top: 5%;
    }
  }
  .con_pri .box_pri .box_num h4 {
    font-weight: normal;
    font-size: 113%;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 10px 0 0 20px;
  }
  @media only screen and (max-width: 768px) {
    .con_pri .box_pri .box_num .txt {
      padding: 3% 0 0 3%;
    }
  }
  
  .box_check {
    text-align: center;
    margin: 1em auto;
  }
  .box_check label {
    display: inline-block;
  }
  .box_check label span {
    margin-left: .3em;
  }*/
  
  .text-extra-form {

  }

  .btn {
    text-align: center;
    margin-top: 30px;
  }
  .btn input {
    display: inline-block;
    background: #eee;
    padding: .5em 4em;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .btn input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

/* ========================================
    フッター
========================================= */
div#footer_inner{
	background-color: #8f7e61;
	width: 100%;
	height: auto;
	color: #fff;
	
}

div#footer_top_wrapper {
	display: flex;
	/* ======flex-wrap: wrap;==== */
	justify-content: space-around;
	text-align: center;
	padding-top: 70px;
	height: 300px;
	border-bottom: 1px solid #b3a998;
}

div#footer_left_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;
	text-align: center;*/
	
}


div#footer_left_title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}

.footer_icon_list {
  display: inline-block;
  display: flex;
  justify-content: center;
  gap: 20px;
}


div#footer_right_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;
	text-align: center;*/
	
}


div#footer_right_title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}


.footer_icon_list li img:hover {
	opacity: 0.7;
}

.footer_help_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 96px;
}

.footer_help_list li a{
	color: #fff;
}

.footer_help_list li a:hover {
	opacity: 0.7;
}



div#footer_bottom_wrapper {
	background-color: #8f7e61;
	width: 100%;
	height:60px;
	text-align: center;
	line-height: 60px;
}

.footer-copylight {
  font-size: 12px;

}

/* ========================================
    thanks.html用
========================================= */

.thanks-section {
  margin: 200px auto 100px auto;
  width: 75%;
  background-color:  #f2f2f2;
  padding: 20px 50px 50px 50px;
  text-align: center;

}

.thanks-title {
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
}

.thanks-text {
  line-height: 24px;
  margin-bottom: 20px;
}


.thanks-text-wrapper {
  padding: 0 auto;
}


/* ========================================
    button
========================================= */
.button {
	margin: 50px 80px;
}
.button a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background: #313131;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}


/* .top-index { 
  color: #be101e;
  background-color: #97ae88;
  width: 200px;
  border-radius: 5px;
  text-align: center;
}*/