@charset "utf-8";
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 19px;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #3B4043;
  background: #fff;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}
a:hover, .active {
  text-decoration: none;
  
  opacity: 0.5;
  transition: 0.5s;
}

a:active, a:focus, input:active, input:focus {
  outline: 0;
}
a.red {
  color: #C30D23;
}
.min {
  font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
}
p,
h3,
h4,
h5,
dt,
dd,
li{
text-align: center;
  letter-spacing: 2px;
  line-height: 180%;
}
li{
  letter-spacing: 1px;
}

table {
  line-height: 160%;
}
.cen {
  text-align: center;
}
.lef {
  text-align: left;
}
.rig {
  text-align: right;
}
.top_10m {
  margin-top: 10px;
}
.top_20m {
  margin-top: 20px;
}
.top_30m {
  margin-top: 30px;
}
.top_40m {
  margin-top: 40px;
}
.top_50m {
  margin-top: 50px;
}
.top_60m {
  margin-top: 60px;
}
.top_70m {
  margin-top: 70px;
}
.top_80m {
  margin-top: 80px;
}
.top_90m {
  margin-top: 90px;
}
.top_100m {
  margin-top: 100px;
}
.bot_10m {
  margin-bottom: 10px;
}
.bot_20m {
  margin-bottom: 20px;
}
.bot_30m {
  margin-bottom: 30px;
}
.bot_40m {
  margin-bottom: 40px;
}
.bot_50m {
  margin-bottom: 50px;
}
.bot_60m {
  margin-bottom: 60px;
}
.bot_70m {
  margin-bottom: 70px;
}
.bot_80m {
  margin-bottom: 80px;
}
.bot_90m {
  margin-bottom: 90px;
}
.rig_10m {
  margin-right: 10px;
}
.rig_20m {
  margin-right: 20px;
}
.rig_30m {
  margin-right: 30px;
}
.lef_10m {
  margin-left: 10px;
}
.lef_20m {
  margin-left: 20px;
}
.lef_30m {
  margin-left: 30px;
}
.notxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 1px;
  font-size: 1px;
}
.ind_01 {
  padding-left: 1em;
  text-indent: -1em;
}
.ind_02 {
  padding-left: 2em;
  text-indent: -2em;
}
.ind_03 {
  padding-left: 3em;
  text-indent: -3em;
}
.ind_04 {
  padding-left: 4em;
  text-indent: -4em;
}
.ind_05 {
  padding-left: 5em;
  text-indent: -5em;
}
.gray {
  height: 2px;
  background-color: #ccc;
  border: 0;
}
.line_g {
  height: 2px;
  background-color: #ccc;
  border: 0;
}
.line_o {
  height: 2px;
  background-color: #E95412;
  border: 0;
}
.pc_blc {
  display: none;
}
.sp_blc {
  display: block;
}
@media (max-width: 799px) {
  .pc_blc {
    display: block;
  }
  .sp_blc {
    display: none;
  }
}

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/*header
------------------------------------------------------------*/


/* 共通パーツ
------------------------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.next {
  float: none;
  page-break-before: always;
}
section {
  clear: both;
  float: none;
}
article .inner {
  width: 1200px;
  /*max-width: 1280px;*/
  margin: 0 auto;
  position: relative;
  padding: 50px 0 50px 0px;
}



/*共通パーツ SP */
@media only screen and (max-width: 799px) { 

article .inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 20px 0px;
}

}/*共通パーツ SP END*/

/*flex*/
.flex{display:flex;flex-wrap:wrap;margin:0 auto;padding:0;list-style:none;}
.flex_jtc_c {justify-content:center;}
.flex_jtc_sb{justify-content:space-between;}
.flex_jtc_se{justify-content:space-evenly;}
.w1_order1{order:1;}
.w1_order2{order:2;}
.w1_order3{order:3;}
.w1_order4{order:4;}
.w1_order5{order:5;}

section .ai_cen {
  align-items: center;
}



/*page-top*/
#page-top {
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
#page-top p {
  margin: 0;
  padding: 5px 5px 5px 5px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #444;
  border: 1px solid #fff;
  behavior: url(PIE.htc);
  text-decoration: none;
  color: #fff;
  border-radius: 0px;
}

#page-top p.bnr {
  border: none;
  margin: 0 0 20px 0;
}
#page-top p a {
  color: #fff;
}
#page-top p a:hover {
  color: #fff;
}
#page-top p:hover {
  color: #fff;
}
#page-top p.bnr:hover {
  background: none;
}
#move-page-top {
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}


/*----------------------------------------------------------------------------------*/



/*お問い合わせフォーム*/
.form_area{
	background: #F6F6F6;
    padding: 50px 0 50px 0;
}

.form_txt{
	width: 100%;
}

.form_txt p{
	margin: 0 0 10px 0;
	padding-left:1em;
text-indent:-1em;
}

.form {
  width: 80%;
  margin: 30px auto 0 auto;
      font-size: 18px;
}
.form .txt_req {
  color: #E60012;
  font-weight: bold;
}
.form table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 10px;
  border-collapse: separate;
}
.form table .sp {}
.form table th {
  width: 35%;
  padding: 20px 0px 20px 0px;
  text-align: left;
  vertical-align: middle;
  background: none;
  /*border: #9FA0A0 1px solid;*/
  margin: 10px 10px 10px 10px;
}
.form table td {
  width: 65%;
  padding: 10px 10px 10px 20px;
  /*border: #9FA0A0 1px solid;*/
}
.form table input {
  min-width: 180px;
  padding: 15px 10px;
  font-size: 14px;
  vertical-align: middle;
  border: 2px solid #e1e1e1;
}
.form table input.num {}
.form table input.area {
  width: 80%;
}
.form table textarea {
  width: 80%;
  padding: 15px 10px;
  min-height: 200px;
  border: 2px solid #e1e1e1;
}

.form table input::placeholder,
.form table textarea::placeholder{
	color: #D3D3D3;
} 

.form table p.err{
	font-size: 12px;
	text-align: left;
	color: #EF1316;
}

.box_btn{
	margin: 50px auto 50px auto;
}

.box_btn_confirm{
	margin: 50px auto 50px auto;
	display: flex;
}

.box_btn .btn_input,
.box_btn_confirm .btn_input{
	width: 396px;
	height: 54px;
	margin: 0 auto;
	font-size: 17px;
	letter-spacing: 6px;
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
	border: none;
	background:#242E43;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}



.box_btn_confirm .btn_back{
	background: #999;
}

.box_btn .btn_input span,
.box_btn_confirm .btn_input span{
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 18px;
}
.box_btn .btn_input span::before,
.box_btn_confirm .btn_input span::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -130px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid rgb(255, 255, 255);
}

.form table .box_sele{
  width:70%;
  height: 50px;
}

.policy{
	width:50%; height: 300px;
    overflow: auto;
	margin:20px auto 30px auto;
    padding: 20px;	
    border: 1px solid #eee;
    background: #fff;
}

/*お問い合わせフォーム SP */
@media only screen and (max-width: 799px) {

  .form {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  
  .form_txt{
	width: 85%;
	margin: 0 auto;
	font-size: 14px;
}

  .form .txt_req {
    color: #E60012;
    font-weight: bold;
  }
  .form table {
    width: 100%;
    margin: 0 auto;
  }
  .form table.sp {
    margin: 0 auto;
    width: 90%;
  }
  .sp th, .sp td {
    display: block;
  }
  .form table th {
    width: 100%;
    padding: 10px 0 0px 0;
    text-align: center;
    vertical-align: middle;
    background: #F7F8F8;
    border: none;
    margin: 0;
    font-size: 18px;
  }
  .form table td {
    width: 100%;
    padding: 10px 0 0px 0;
    margin: 0 0 30px 0;
    border: none;
    display: flex;
    justify-content: flex-start;
  }
  .form table input {
    min-width: 80px;
    padding: 15px 10px;
    font-size: 14px;
    vertical-align: middle;
  }
  .form table input.num {
    width: 60px;
  }
  .form table input.area {
    width: 100%;
  }
  .form table textarea {
    width: 100%;
    padding: 15px 10px;
    min-height: 200px;
  }
  .box_btn{
	margin: 0px auto 50px auto;
}

.box_btn_confirm{
	margin: 0px auto 50px auto;
	display: flex;
}

.box_btn .btn_input,
.box_btn_confirm .btn_input{
	width: 80%;
	height: 54px;
	margin: 0 auto;
	font-size: 17px;
	letter-spacing: 6px;
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
	border: none;
	background:#242E43;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.box_btn_confirm .btn_back{
	background: linear-gradient(to bottom, #AAAAAA, #777777);
}

.box_btn .btn_input span,
.box_btn_confirm .btn_input span{
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 18px;
}
.box_btn .btn_input span::before,
.box_btn_confirm .btn_input span::before{
    content: "";
    position: absolute;
    top: -5px;
    right: -60px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid rgb(255, 255, 255);
}
.policy{
	width:80%;
	margin:0 auto 30px auto;
}


}




/*----------------------------------------------------------------------------------*/

@media print {
/* 印刷用のCSS */
  /*body {
    -webkit-print-color-adjust: exact;
    top: 0 !IMPORTANT;
    left: 0 !IMPORTANT;
    width: 200mm !IMPORTANT;
    height: 290mm !IMPORTANT;
    overflow-y: visible;
    overflow-x: visible;
  }*/
  

}