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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-family: 'Kosugi Maru', sans-serif;
font-weight: 400;	
}
.sp,.tb{
display: none!important;
}


	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
a{
	text-decoration: none;	
}
li{
	list-style: none;
}
h1,h2,p,.copyright{
color:#333;
font-weight: normal;	
}
.background1{
background:url("../img/background1.jpg");
background-size: cover;
background-position: center;
z-index: -10;	
}
.background2{
background: rgba(0,0,0,0.03);		
}
.background3{
background: rgba(242,253,255,0.4);		
}
.background4{
background: rgba(140,3,3,0.03);		
}
.container {
max-width: 1170px;
width: 100%;
margin: 0 auto;
text-align: center;	
padding: 0 2%;	
}
.container h2{
}

.sp1,.sp2{
display: none;
}


.container2 {
  max-width: 1170px;
  width: 100%;
  padding: 0 1%;
  margin: 0 auto;
text-align: center;	
}
/*パンクズ */
.breadcrumb {
  margin-bottom: 3%;
margin-top: 3% 0;	
  padding-left: 1%;
  list-style: none;
text-align: left;
padding-top: 2%;	
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;/*色*/
}


.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .fa-home{
color:#BF0404; 	
}
.top_wrapper{
	width: 100%;
	position: relative;
}

.midashi h2{
font-size: 2.8em;	
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-style: normal;
font-weight: 600;
color:#BF0404; 	
text-align: center;
letter-spacing: 2px;	
}
.midashi small{
font-size: 0.4em;
display: block;	
color:#333;	
padding-top:0.5%;
font-family: 'Kosugi Maru', sans-serif;
font-weight: 900;
}
.top{
width: 100%;
height: auto;	
display: flex;
justify-content:flex-start;
align-items:center;
position: absolute;
top:0;
left: 0;
z-index: 998;	
}

.globalMenuSp, .navToggle{
	display: none;
}

.top_menu{
width: 100%;
height: auto;
display: inline-block;
}

.top_menu .menu_t{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
}

.top_menu .menu_t .logo{
width: 20%;	
padding-left: 1%;
}
.top_menu .menu_t .logo img{
width:90%;	
display: block;
margin: 0;
}

.top_menu a{
color: #333;
width: 100%;
display: block;	
transition: color .3s, text-decoration .3s;		
font-size: 1.2em;
letter-spacing: 4px;
  text-shadow    : 
       1px  1px 2px #ffffff,
      -1px  1px 2px #ffffff,
       1px -1px 2px #ffffff,
      -1px -1px 2px #ffffff,
       1px  0px 2px #ffffff,
       0px  1px 2px #ffffff,
      -1px  0px 2px #ffffff,
       0px -1px 2px #ffffff;   
font-weight:bold;
}

.top_menu .m1{
width: 50%;	
}
.top_menu .m1 ul{
width: 100%;		
display: flex;
align-items:center;
justify-content:flex-end;	
}
.top_menu .m1 ul small{
display: block;
font-size:0.75em;
padding-top: 2px;
color: #BF0404;	
}
.top_menu .m1 ul .b1{	
font-size:0.75em;	
position: relative;
  display: inline-block;
  text-decoration: none;
text-align: center;	
transition: all 0.5s;	
width: 150px;	
}
.top_menu .m1 ul .green{
background:#4E7334;
padding: 42px 0;	
}
.white{
color:#fff!important; 
}

.top_menu .m1 ul a:hover{
opacity: 0.7;
text-decoration: transparent;	
}
.t-contact{
width: 30%;
display: flex;	
flex-wrap:wrap;
justify-content:flex-end;
align-items:center
	
}
.t-tel{
width: 100%;	
}
.t-tel a{
font-size: 1.5em;	
}
.t-mail{
width: 80%;	
display: block;
margin: 0 auto;
}


.t-mail a{
font-size: 1em;	
color: #fff;
  text-shadow    : 
       1px  1px 0px #BF0404,
      -1px  1px 0px #BF0404,
       1px -1px 0px #BF0404,
      -1px -1px 0px #BF0404,
       1px  0px 0px #BF0404,
       0px  1px 0px #BF0404,
      -1px  0px 0px #BF0404,
       0px -1px 0px #BF0404; 	
padding: 1% 0;
margin-top: 5px;	
    text-decoration: none;
    letter-spacing: 0.2em;
    display: block;
    box-sizing: border-box;
	background-color: #BF0404;
	border: 3px solid #BF0404;
	border-radius: 50px;

}
.t-mail a:hover{
   color: #ffffff;
    position: relative;
  text-shadow: 1px  1px 0px #333; 
	background-color:rgba(255,255,255,0.0);
	border-radius: 50px;
}
.t-mail a:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: bg_slide 0.5s;/*アニメーション設定追加*/
	background-color: #BF0404;
	border-radius: 50px;	
	border: 1px solid #BF0404;
}
@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}

.fa-phone-volume{
color: #BF0404;	
}
.t-con{
width: 60%;
}
.t-sns{
width: 40%;
display: flex;	
justify-content:center;
align-items:flex-start;
padding-right: 5%;		
}
.t-line,.t-facebook,.t-instagram{
width: 20%;  
}
.t-instagram img{
width: 40px;  
display: block;
margin: 5px auto 0;
vertical-align: middle;    
}
/*====instagramとLINE===*/
.btn-social-icon-instagram {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  font-size: 25px;
  text-decoration: none;	
}

.btn-social-icon-instagram:hover {
  color:#668ad8;
  transition: .5s;
}

.btn-social-icon-instagram__square {
  border-radius: 13px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  overflow: hidden;
}

.btn-social-icon-instagram__square:before {
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
}

.btn-social-icon-instagram__square .fa-instagram {
    color: #f13f79!important;
  line-height: 50px;
  position: relative;
  z-index: 2}

.btn-social-icon-instagram__square .fa-line {
    color: #06c755!important;
  line-height: 50px;
  position: relative;
  z-index: 2}
/*====Facebook===*/
.btn-social-icon-facebook {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
}

.btn-social-icon-facebook:hover {
  transition: .5s;
}

.btn-social-icon-facebook__square {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  color: #4966a0;
}

.btn-social-icon-facebook__square .fa-facebook {
  position: absolute;
  bottom: -3px;
  right: 6px;
  font-size: 42px;
}
/*====ご挨拶===*/
.greeting-box{
width: 100%;
height: auto;
display: inline-block;
}

.greeting{
width: 100%;
height: auto;
display: inline-block;
}
.greeting .g-box{
width: 100%;
margin: 2% 0;	
	
}
.greeting .g-box img{
width:100%;
display: block;
margin: 0 auto;	
}
.greeting .g-box p{
font-size:1.2em;
text-align: left;
line-height:200%;
width:100%;
color: #333;
font-weight:normal;
}
.font-size_b{
font-size: 1.8em;	
display: block;	
margin-bottom:10px;	
text-align: center;	
line-height: 1.5;
font-family: 'Kosugi Maru', sans-serif;
font-weight: 900;	
}

.greeting-text{
padding-top: 2px;
}
.greeting-text .right{
font-size: 1.1em;
text-align: right;
display: block;
font-weight: bold;
padding: 3% 0 ;	
}
.btn{ 
width: 200px;
display: block;
margin: 0 auto;
}

.btn a{
font-size: 1.2em;	
color:#BF0404;	
padding: 1% 0;
margin-top: 5px;	
text-decoration: none;
letter-spacing: 0.2em;
display: block;
box-sizing: border-box;
border: 3px solid #BF0404;
border-radius: 50px;
z-index: 999;	
}
.btn a:hover{
   color: #ffffff;
    position: relative;
	background-color:rgba(255,255,255,0.0);
	border-radius: 50px;
}
.btn a:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: bg_slide 0.5s;/*アニメーション設定追加*/
	background-color: #BF0404;
	border-radius: 50px;
	
}
@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}


/*====事業紹介===*/
.t-business{
width: 100%;
display: flex!important;
flex-wrap:wrap;
justify-content:space-around;
align-items:center;
}
.t-bus{
width: 17%;	
border:5px solid #BF0404;
background: #fff;	
padding: 1%;	
margin: 2% 0 3%;
cursor: pointer;
transition-duration: 0.5s;	
}
.t-bus img{
width: 100%;
display: block;
margin: 0 auto;	
}
.t-bus:hover{
 box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

.t-bus p{
text-align: center;
font-size: 0.9em;
color:#BF0404; 	
}

.contents-box{
width: 100%;
display: flex;	
flex-wrap:wrap;
justify-content:space-between;
align-items:center;	
}
.con-box{
width: 33.2%;	
position: relative;
cursor: pointer;
transition-duration: 0.5s;	
}
.con-box:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
.con-box img{
width: 100%;
margin-bottom: -5px;	
}
.con-box p{
font-size: 1.3em;
position: absolute;	
top: 50%;
width: 100%;
display: block;
text-align: center;
  text-shadow    : 
       1px  1px 3px #ffffff,
      -1px  1px 3px #ffffff,
       1px -1px 3px #ffffff,
      -1px -1px 3px #ffffff,
       1px  0px 3px #ffffff,
       0px  1px 3px #ffffff,
      -1px  0px 3px #ffffff,
       0px -1px 3px #ffffff;  
	letter-spacing: 2px;
}	

.con-box .white{
color: #fff;
  text-shadow    : 
       1px  1px 2px #000000,
      -1px  1px 2px #000000,
       1px -1px 2px #000000,
      -1px -1px 2px #000000,
       1px  0px 2px #000000,
       0px  1px 2px #000000,
      -1px  0px 2px #000000,
       0px -1px 2px #000000; 	
}
/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
height: auto;
display: inline-block;
text-align: center;	
}
footer .footer-box{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;	
}
footer .contact-box{
width: 40%;	
height: 600px;	
background: #BF0404;		
}
.contact-box .contact{
margin: 2% auto;
}
.contact-box .contact a:hover{
border-radius: 30px;
text-decoration: transparent;	
}
.contact-box .contact a{
background: rgba(0,0,0,0.3);
display: block;	
padding: 2%;	
color: #fff;
font-size: 1.4em;	
width: 50%;	
transition: all 0.5s;	
margin: 0 auto;
}
.contact-box .contact small{
display: block;
font-size: 0.7em;	
}
footer .f-menu{
width: 60%;	
height: 600px;		
background: rgba(0,0,0,0.03);		
}
 footer .f-menu ul{	
display: flex;
justify-content: center;	
align-items:center; 
background: #fff;
 width: 100%;
padding: 0.5% 0; 
}
footer .f-menu li{	
font-size: 0.8em;
width: 13%;	
}

footer .f-menu a{
color: #333;	
transition: all 0.5s;	
font-weight: bold;	
}

footer .f-menu img{
width: 50%;
display: block;
margin: 0 auto;
}

footer .f-menu a:hover{
color:#BF0404;
text-decoration-color: transparent;	
 }
footer .f-text1{
text-align: center;	
color: #fff;
font-size: 1.1em;	
line-height: 1.75;	
}
footer .f-text2{
text-align: center;	
color: #333;
font-size: 1.3em;
line-height: 1.6;       
}
footer .copyright small{
text-align: center;	
color: #333;
padding-bottom:1%;
display: block;		
}
/*===========事業紹介=============*/
.service-wrapper{
width: 100%;
height: auto;
display: inline-block;
}
.service-text1{
text-align: center;	
font-size: 1.4em;	
}
.service-text2 strong{
text-align: left;
font-size:1.6em;	
color: #BF0404;
display: block;	
border-bottom: solid 2px #BF0404;
}
.service-text3{
text-align: left;
line-height: 200%;
font-size: 1.1em;	
background: #fbeaed;
padding: 1%;	
}
.gray_back{	
background: #eee;	
}
.service-text4{
color: #8C0303;	
text-align: left;
line-height: 200%;
font-size: 1.1em;	
padding: 1%;
}
.service-text4 strong{
text-align: left;
font-size: 1.4em;		
}
.table2{
width: 100%!important;	
background: #fff;	
position: relative;
}

.table2 table{
width: 100%;	
}
.table2 .Thin{
width: 100%;
opacity: 0.3;	
}

.table2 table .l-gray{
background: #fcfcfc;		
}
.table2 table .d_blue{
background: #e1fafe;	
}
.table2 table .blue{
background: #f2fdff;	
}
.table2 table tr{
border: none;
}
.table2 table th{
width: 25%;	
border: none;
text-align: center;
padding: 1%;
color:#333;
font-size: 1.1em;	
}
.table2 small{
font-size: 0.8em;	
color: #BF0404;	
}
.table2 table td{
width: 75%;	
border: none;
text-align: left;
padding: 1%;
line-height: 1.75;	
font-size:1.1em;	
color:#333;
}
.table2 table td img{
width: 50%;	
}
.table2 iframe{
height: 350px;	
}
/*===========業務内容=============*/
.service-box{
width:100%;
height: auto;
display: inline-block;
padding: 3% 0;	
}
.service-box p{
font-size: 1.1em;
line-height: 1.75;
text-align: left;
padding-top: 1%;	
}
.service-box img{
width: 100%;
padding: 2% 0;	
}
.btn-box{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;	
}
.btn-box .btn{
width: 50%;	
padding-bottom: 3%;	
}
.btn-box .btn a{
color: #333;
padding: 2% 3%;
font-size: 1.1em;	
background: #eee;	
transition: all 0.5s;	
width: 50%;	
display: block;
margin: 0 auto;	
}
.btn-box .btn a:hover{
background: #333;
color: #fff;	
}
.service{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;	
margin: 5% 0 3%;	
}
.service-photo{
width: 30%;	
}
.service-photo img{
width: 100%;	
}
.service-photo p{
font-size: 1.1em;
font-weight: 300;	
padding: 1% 0;	
}

/*===========実績=============*/
.works-box{
width: 100%;
height: auto;	
display:inline-block;
}
.works{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;	
margin-top: 2%;	
}
.w-photo{
width: 49%;	
}
.w-photo img{
width:98%;	
	
}
.w-table{
width: 49%;	
}
.w-table table{
width: 100%;
margin-bottom: 2%;	
}

.w-table table th{
width: 25%;	
border-bottom:dotted 1px #D1D1D1;
text-align: center;
padding: 1%;
color:#333;
font-size: 1.1em;	
}

.w-table table td{
width: 75%;	
border-bottom:dotted 1px #D1D1D1;
text-align: left;
padding: 1%;
line-height: 1.75;	
font-size: 1.1em;	
color:#333;
}

/*===========ご利用の流れ=============*/
.flow-wrapper{
width: 100%;
height: auto;
display: inline-block;
}
.flow-wrapper img{
width: 100%;
}
.flow{
width: 100%;
display: flex;
flex-wrap:wrap;	
justify-content:space-between;
align-items:center;
background: #fff;
padding: 1%;
border:2px #eee solid;	
}
.flow-text1{
font-size: 1.3em;
text-align: center;
color: #333;	
width: 100px;
padding: 2% 0;	
background: #fff;
border:2px #333 solid;
}
.flow-text1 strong{
background: #333;	
color: #fff;
font-size: 3em;
padding: 2% 0;		
display: block;		
}

.flow-text2{
width: 85%;
text-align: left;
font-size: 1.3em;	
line-height: 200%;	
}
.flow-text2 strong{	
font-size:1.4em;
color: #BF0404;	
display: block;	
margin: 1% 0;
}
.flow-text3{
text-align:left;
font-size: 1.1em;	
line-height: 1.75;
padding-top: 2%;	
}
.flow-text3 strong{
text-align: left;
font-size:1.6em;	
color: #BF0404;
display: block;	
}
.flow-text3 img{
width:70%;	
display: block;
margin: 0 auto;
}
/*===========FAQ・コンタクト===========*/
.faq-wrapper{
width: 100%;
height: auto;
display: inline-block;
}
.faq-wrapper p strong{
font-size: 1.3em;
}
.faq-wrapper p small{
font-size: 0.9em;
color: #D90416;	
}
.faq-wrapper .faq-text{
	font-size: 1.3em;
	text-align: center;
	font-weight: 900;
	color: #BF0404;
}
.question{
background: #F2C2CB;
color: #8C0303;	
padding: 1%;	
text-align: left;
font-size: 1.3em;
}
.answer{
background: #eee;
padding: 1%;
color: #333;
text-align: left;
line-height: 200%;	
font-size: 1.1em;		
}

.contact-wrapper{
width: 100%;	
}
.contact2{
width: 80%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
margin: 5% auto;
}
.contact-box2{
width: 50%;	
}
.contact-box2 p{
font-size: 1.4em;
color: #fff;
font-weight: 900;
background:	#8C0303;
height: 120px;	
line-height: 120px;	
}
.contact2 .red{
font-size: 0.9em;
color:#BF0404; 	
padding-top: 3%;
display:block;	
font-weight: 900;
width: 100%;
}
.contact-box2 a{
font-size: 2.1em;
color:#BF0404; 
font-weight: 900;	
background:	#eee;	
display: block;	
height: 120px;	
line-height: 120px;
transition: all 0.5s;	
}
.contact-box2 a:hover{
opacity: 0.7;
text-decoration: transparent;	
}
.contact-wrapper{
width: 100%;	
}
.contact-wrapper .text3{
font-size: 1.4em;
color: #BF0404;
font-weight: 900;
padding-bottom: 2%;	
}
form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #333;	
}
.table1{
width: 100%;
padding:1%;	
background: #fafafa;	
}
.table1 table{
width: 100%;	
}
.contact-text1 .red{
	background-color:#8C0E03;
	color:#fff;
	font-size:0.8em;
	padding:2px 5px;
	margin-left: 5px;
}
.table1 .w30{
width: 30%;
margin-bottom: 2%;	
}
.table1 table .red{
	background-color:#BF0404;
	color:#fff;
	font-size:0.8em;
	padding:2px 5px;
	margin-right: 5px;
}
.table1 table .pink{
	background-color:#fdd6dd;
	color:#BF0404;
	font-size:0.8em;
	padding:2px 5px;
	margin-right: 5px;
}
.table1 table th{
	font-size: 1.1em;
	text-align: left;
	color:#333;
	font-weight:300;
	border-bottom: 1px dotted #eee;
	width: 30%;
	padding-left: 2%;
}

.table1 table td p{
	font-size: 1.1em;
	color:#000;
	font-weight:300;
	padding-top: 1%;
	line-height: 1.7;
}
.table1 table td img{
width:100%;	
margin-top: 1%;	
border-radius: 50px;	
}
.table1 table td{
font-size: 1.1em;
text-align: left;	
color:#333;
border-bottom: 1px dotted #eee;
padding: 2% 1%;
font-weight:300;
}

.table1 table td iframe{
height: 400px;	
}

.textareatablearea{
width:100%;
}

textarea{
width:100%;
height: 400px
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#333;
	letter-spacing: 4px;
	font-weight:300;
	line-height: 1.75;
}

.single p{
	text-align: center;
	color:#333;
	font-weight:300;
}


.fm-text p{
	padding-bottom: 30px;
	font-size: 1.1em;
	text-align: left;
	color:#333;
	line-height: 200%;
	font-weight:300;
}
.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    font-weight: bold;
    background: #8C0303;
	transition: all 0.5s;	
	font-weight:300;
}
.form-button button:hover{
    color: #fff;
     background: #BF0404;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}
.led{
color: #ff5050;	
}

button[type="submit"]{
	font-size:1.2em;
	padding: 10px;
}

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%;
	border:1px solid #bababa;	
}
input[type="text"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="tel"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="email"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
textarea[type="text"]{
padding: 10px;	
font-size: 1em;	
background:#fff;	
border:1px solid #bababa;	
}

.kojin{
width: 100%;
height: auto;
display: inline-block;		
}
.kojin h3{
font-size: 1.2em;
margin-bottom: 1%;	
font-weight:300;
transition: all 0.5s;
padding: 1%;
text-align: left;	
border:1px #BF0404 solid;
color: #BF0404;	
}
.kojin h3:hover{
background:#BF0404;
text-decoration: transparent;	
color:#fff;	
}
.kojin h4{
font-size: 1.1em;
text-align: left;
color:#000;	
padding-bottom: 3px;	
font-weight:bold;
letter-spacing: 2px;
border-bottom: 1px solid #bbb;
padding-left: 1%;	
}
.kojin p{
font-size:0.9em;
line-height:200%;	
text-align: left;
font-weight: normal;
color:#333;	
font-weight:300;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;	
}
#open1{
padding:1%;	
background: #fafafa;	
}
/*===========会社概要=============*/

.profile-wrapper{
width: 100%;
height: auto;
display: inline-block;
padding: 1% 0;
}
.profile{
width: 100%;		
}
/*===========採用情報=============*/
.recruit-wrapper{
width: 100%;
height: auto;
display: inline-block;	
}

.recruit{
width: 100%;
display: block;	

}

.table p{
font-size: 1.3em;
position: absolute;
top: 50%;
width: 100%;
text-align: center;	
}

.table{
width: 100%!important;	
background: #fff;	
padding:0% 1% 1% 1%;
position: relative;
box-shadow: 1px 3px 5px #bfbfbf;	
}

.table table{
width: 100%;	
}
.table .Thin{
width: 100%;
opacity: 0.3;	
}
.table table .gray{
background: #eee;	
}
.table table .l-gray{
background: #fcfcfc;		
}
.table table .d_blue{
background: #e1fafe;	
}
.table table .blue{
background: #f2fdff;	
}
.table table .pink{
background: #fdd6dd;	
}
.table table .l_pink{
background: #fbeaed;	
}
.table table tr{
border: none;
}
.table table th{
width: 25%;	
border: none;
text-align: center;
padding: 1%;
color:#333;
font-size: 1.1em;	
}
.table small{
font-size: 0.8em;	
color: #BF0404;	
}
.table table td{
width: 75%;	
border: none;
text-align: left;
padding: 1%;
line-height: 1.75;	
font-size:1.1em;	
color:#333;
}
.table table td img{
width: 50%;	
}
.table iframe{
height: 350px;	
}
.table table .care{
font-size: 1.5em;    
}


#mailform .in_box, #mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}

#mailform .w30.in_box{
	width: 30% !important;
}