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

/*---------CONTACTはじめ----------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------*/
.contact_bg{
	background-image:url("../images/contact_top01.jpg");}

.contact_all{
	margin: 5% auto;
}

.con_01{
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: solid 1px #000088;}
.con_02{
	margin: 0px;
	margin-left: 10px;
	font-size: 2em;
    font-weight: bold;
    line-height: 2;}
.conbox{
	width: 45%;
	margin:3% auto;
}
.con_box01{
	list-style: none;
	display: flex;
}
.con_box02{
	list-style: none;
	width: 95%;
     margin: 0 auto;
}

.con_box02 p{
	padding-top: 5px;
}
.con_sab{
	/*text-align: center;*/
	margin: 2% 2%;

}
.conbox span{
	margin: 0;
	display: flex;
}
/*アイコン画像*/
.conbox span img{
	width: 40px;
}
.con_note{
	width: 95%;
    margin: 50px auto 0px auto;
}
.con_note span{
	padding: 2px 4px;
    color: #fff;
    background: #BD0000;
    border-radius: 3px;
    margin-right: 5px;
}
.confirm{margin: 15% auto;}

.confirm h2{text-align: center;}
/*-------------------*CONTACT面幅960以下の設定はじめ*-----------------------------------------------------------------------/*/
@media screen and (max-width:960px) {
.con_01{
	font-size: 0.9em;
	}
.con_02{
	font-size: 1.3em;}
	
.conbox span img{
	width: 30px;
}
}

/*-------------------*CONTACT面幅520以下の設定はじめ*-----------------------------------------------------------------------/*/
@media screen and (max-width:520px) {
	.contact_bg{
	background-image:url("../images/contact_top01_small.jpg");}
.con_02{
		font-size: 1.3em;}
	
.conbox{
	width: 94%;
	margin:3% auto;
}
	
.con_box01{
	display:block;
}
}


/*テーブル
---------------------------------------------------------------------*/

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	max-width: 1500px;
	margin: 50px auto;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 10px;		/*基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOK*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合がある*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 25%;			
	text-align: left;	
}

/*-------------------*960以下の設定はじめ*---------------------------------/*/
@media screen and (max-width:960px) {
	
.ta1 {
	width: 90%;}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;	}}



/*お問い合わせフォーム
---------------------------------------------------------------------------*/

/*ta1テーブルブロック設定*/
.ta2 {
	/*border-top: 1px solid #ccc;*/	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	width: 96%;	
	margin: 10px auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta2 tr {
	/*border-bottom: 1px solid #ccc;*/	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta2 th, .ta2 td {
	padding: 20px 8px;		/*基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOK*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合がある*/
}

/*th（左側）のみの設定*/
.ta2 th {
	text-align: left;	
}

.ws {
	width: 100%;
	display: block;
	border: solid 1px #B3B3B3;
	border-radius: 3px;
    padding: 8px 10px;	
}
.wl {
	width: 100%;
	display: block;
	border: solid 1px #B3B3B3;
	border-radius: 5px;
	 padding: 8px 10px;
}

.con_important{
	width: 94%; 
    margin: 0 auto;}

/*個人情報の取扱について*/
.joho01{
    margin:3% auto 1% auto;
	font-weight: bold;
}

.container2{margin: 20px;}

/*-----------*フォーム面幅960以下の設定はじめ*----------------------------*/
@media screen and (max-width:960px) {
	
/*ta1テーブルブロック設定*/
.ta2 {
	width: calc(100% - 10%);	/*テーブルの両サイドに合計10px（左右各5pxずつ）の余白を作った残りを幅にします*/
}	
/*th（左側）、td（右側）の共通設定*/
.ta2 th, .ta2 td {
	padding: 20px 0px;		
}

/*th（左側）のみの設定*/
.ta2 th {
	width: 30%;		
	}
}

/*-------同意ボタン------------------------*/
.policy{
	width: 400px;
  margin: 20px auto;
  text-align:center;
}
/*-----------*面幅400以下の設定はじめ*----------------------------*/
@media screen and (max-width:400px) {
.policy{
	width: 100%;
	}}


/*.policy span{
	background:linear-gradient(transparent 70%, #ff6 70%);
 
}*/
.submit_btnarea {
  width: 360px;
  margin: 0 auto;
}
.form_btn{
  background: #3C8400;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all .5s ease-out;
  position: relative;
}

.form_btn:hover{
  border: 1px solid #3C8400;
  background: #fff;
  color: #3C8400;
}

button[type="submit"][disabled] {
      background-color: #fff;
      color: #ccc;
      border-color: #ccc;
      cursor: default;
    }
  
  button[type="submit"][disabled]:hover{
    opacity:1;
  }

input{caret-color:#3C8400;}/*テキストカーソルカラー*/

/* 入力エラーのスタイル */
input[type=text]:required,
input[type=email]:required,
input[type=email]:invalid,
textarea:required {
	color: #630015;
	border-color: #c20c33;
	background-color: #ffd9e1;
}

/* 入力値が正常な時のスタイル */
input[type=text]:valid,
input[type=email]:valid,
textarea:valid {
	color: #333;
	border-color: #ccc;
	background: #fff;
}



/*-------個人情報チェックボックス------------*/

.check01Input {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.check01Input-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.check01Input:hover{
  background: rgba(0,0,0,.05) !important;
}
.check01Input-Input:focus + .check01Input-DummyInput{
  border: dashed 2px #333333;
}
.check01Input-Input:checked + .check01Input-DummyInput {
  background: #333333;
}
.check01Input-Input:checked + .check01Input-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.check01Input-Input:checked + .check01Input-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.check01Input-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px transparent;
  background: rgba(0,0,0, .1);
  border-radius: 4px;
}
	
.check01Input-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 1em;
  font-weight: bold;
}
	
/*================お問合せ確認画面▼===================*/

.kakunin p{
	margin-bottom: 15px;}
.con_btn  {
	width: 250px;
	margin: 0 auto;}

.con_layout{
	margin: 150px auto;
	}
.con_layout p{
	text-align: center;
	}
.con_layout h2{
	text-align: center;}
/*================================================*/