@charset "UTF-8";

/* contents
===================================*/
#contents.contact{
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
#contents.contact{
    padding-bottom: 2em;
}
}


/* mainimage
===================================*/
#mainimage.contact{
    background-image: url("../images/contact/MainVisual.png");
}
@media screen and (max-width: 768px) {
#mainimage.contact {
    /*background-position: center center;*/
  }
}

/* intro-wrap
===================================*/

.intro-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.intro-wrap {
}
}

.intro-wrap .inner {
    max-width: 1280px; /*1200px*/
	padding-top: 0em;
	padding-bottom: 0em;
}
@media only screen and (max-width:768px){
.intro-wrap .inner {
	padding-top: 0em;
	padding-bottom: 0em;
}
}

.intro-wrap h2{
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
.intro-wrap h2{
    margin-bottom: 1em;
}
}

.intro-wrap p{
	text-align: center;
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 1.6rem;
}

.intro-wrap p.lead{
	font-size: 1.6rem;
    line-height: 2.0;
    text-align: justify;
	margin-bottom: 2em;
}

.intro-wrap p.lead.ac{
    text-align: center;
}

@media screen and (max-width: 768px) {
.intro-wrap p.lead{
	font-size: 1.4rem;
}
}

/* contact_wrap
===================================*/
.contact_wrap{
    width: 100%;
	padding: 6em 0;
}
@media screen and (max-width: 768px) {
.contact_wrap {
	padding: 3em 0;
  }
}

.contact_wrap .inner{
    max-width: 1000px;
}

.contact_wrap p.sum {
   font-size: 1.6rem;
	margin-bottom: 0.5em;
}

/* ===================================================================
　　COMPANY
=================================================================== */
/*.presi_left {
	float: left;
	width: 600px;}

.presi_right {
	float: right;
	width: 360px;}

.company_guide {
	width: 500px;
	margin: 0 auto 60px;}

.company_guide dt {
	float: left;
	width: 120px;
	padding: 5px 10px;}

.company_guide dd {
	margin-bottom: 10px;
	padding: 5px 0 5px 140px;
	background: url(../img/company_line.png) bottom left no-repeat;}

.connect {
	margin-bottom: 50px;}

.connect li {
	float: left;
	margin: 0 20px 25px 0;
	width: 470px;}

.connect li img {
	float: left;
	width: 118px;
	border: 1px solid #C9C9C9;}

.connect li div {
	float: right;
	width: 335px;
	padding: 15px 0 0 0;
	line-height: 200%;}

.connect li div h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;}
*/
.form_table {
   width: 100%;
   margin-bottom: 35px;
}
.form_table th, .form_table td {
   padding: 12px 20px;
   text-align: left;
   border: 1px solid #d4d4d4;
}
.form_table th {
   width: 22%;
   background-color: #f2f2f2;
	font-size: 12px;
}
.form_table td {
   width: 78%;
	font-size: 14px;
}
.form_table th .en_txt {
   display: block;
   font-size: 12px;
   color: #A0A0A0;
   font-weight: normal;
}
.required {
   background-color: #f60e45;
   padding: 1px 3px;
   color: #FFF;
   font-size: 12px;
	margin-left: 5px;
}
.form_table input[type="text"], .form_table input[type="password"], .form_table input[type="tel"], .form_table input[type="email"] {
   background-color: #fafafa;
   border: 1px solid #c0c0c0;
   padding: 0.5em 0.7em!important;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   width: 50%;
	font-size: 14px!important;
}
.form_table textarea {
   background-color: #fafafa;
   border: 1px solid #c0c0c0;
   padding: 0.5em 0.7em!important;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   height: 250px;
   width: 100%;
   font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-size: 14px!important;
}
/*
.form_table select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form_table select {
   background-color: #fafafa;
   border: 1px solid #c0c0c0;
   padding: 0.8em 2em 0.8em 0.7em;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   background: url(../../common/img/select_under.png) center right 7px no-repeat;
   background-size: 18px;
   /*font-size: 18px;*/
}
*/
.w100 input {
   width: 100%!important;
}
.w50 input {
   width: 50%!important;
}
.form2retsu {
   display: none;
}
.center {
   text-align: center;
}

@media screen and (max-width: 768px) {
.form_table th {
   width: 100%;
   display: block;
   background-color: #f2f2f2;
}
.form_table td {
   width: 100%;
   display: block;
   border-bottom: 0px;
   border-top: 0px;
}
.form_table input[type="text"], .form_table input[type="password"], .form_table input[type="tel"], .form_table input[type="email"] {
   width: 60%;
}
.w50 input {
   width: 100%!important;
}
.form2retsu {
   display: block;
   height: 10px;
}
}

.bt002 {
   min-width: 270px;
   display: inline-block;
   margin: 0 auto;
   border: 3px solid #e38a0b;
   background-color: #e38a0b;
   text-align: center;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all  0.3s ease;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   color: #FFF!important;
   padding: 0.5em 1em 0.5em 1em;
   font-size: 18px;
   text-decoration: none!important;
   position: relative;
   cursor: pointer;
}
.bt002:hover {
   background-color: #FFF!important;
   color: #e38a0b!important;
}

.privacy dt {
   border-bottom: 1px solid #C4C4C4;
   padding: 0 0 5px 0;
   margin-bottom: 10px;
   font-weight: bold;
}
.privacy dd {
   margin-bottom: 25px;
}


/* チェックボックスを標準スタイルで表示 */
input[type="checkbox"] {
  appearance: auto;           /* 非表示化を解除 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;          /* ラベルとの間に余白を追加 */
  vertical-align: middle;
}

/* テキスト入力欄のリセットと調整 
input[type="text"],
input[type="email"],
textarea {
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 0;
  line-height: 1.6;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}*/

#contents h4.thanks{
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
    text-align: center;
	font-size: 2.4rem!important;
    font-weight: 400;
    letter-spacing: 0.1em;
	line-height: 1.4;
	
}

