/* Global Styles */

.linktxt a:link { color: #0000ff; }
.linktxt a:visited { color: #000080; }
.linktxt a:hover { color: #ff0000; }


/*****************************************************/

article {
/*  just a fancy border  */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px;
}


/*****************************************************/

.active{
    display: block !important;
}
.fade{
    display: none;
}

br.sp{
    display: none;
}
@media(max-width:768px) {
    br.sp{
        display: block;
    }
}


html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	letter-spacing: 0;
}
h1,h2,h3 {
    color: #000;
}
.container a:link{
	color: #333333;
	text-decoration: none;
}
.container a::visited{
	color: #333333;
	text-decoration: none;
}
.container a i{
    color: #333333;
}

.text-vertical-center {
	text-align: center;
	top: 55%;
	left: 50%;
	position: absolute;
	width: 868px;
	height: 209px;
	margin-top: -105px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -433px;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.center {
	text-align: center;
}
.text-s {
    font-size: 0.9em;
}
figure {margin: 0;padding: 0;}
section p {font-size: 14px;}
@media(max-width:768px) {
    .text-vertical-center {
	position: absolute;
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
    }
    .text-vertical-center img {
	width: 100%;
	}
}

.sp {
    display: none;
}
.tb {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 1200px) {
    .sp {
        display: none;
    }
    .tb {
        display: block;
    }
    .pc {
        display: none;
    }
}
@media(max-width:768px) {
    .sp {
        display: block;
    }
    .tb {
        display: none;
    }
    .pc {
        display: none;
    }
}
#wrap {
	background-color: #fff;
    box-sizing: border-box;
    position: relative;
}
body:after, #wrap:after {
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: #b02628;
    top: 0;
    left: 0;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
/*     height: 100%; */
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}




/* Custom Horizontal Rule */

hr{
    clear: both;
}
hr.small {
    max-width: 100px;
}
.cf:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* NAVIGATION */
.navi {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	height: 80px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: fixed;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #b02628;
}
.navi_inner {
	width: 1080px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.h_logo {
	float: left;
}
.h_logo img {
	max-width:237px;
	vertical-align: bottom;
}
ul.nav {
	width: 685px;
	float: right;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.nav li {
	float: left;
	list-style: none;
	line-height: 30px;
	padding: 25px 0;
}
ul.nav li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-bottom: 15px;
}
ul.nav.en_nav li a {
	font-size: 14px;
}
ul.nav li.aro a {
	color: #333;
	text-decoration: none;
	padding-left: 60px;
	display: block;
	position: relative;
}
ul.nav li.aro a:hover,
ul.nav li a:hover {
	color: #b02628;
}
.arrow2 {
	width: 20px;
	height: 20px;
	border-top: 3px solid #FFF;
	border-right: 5px solid #FFF;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-left: -10px;
	position: absolute;
	bottom: 10px;
	left: 50%;
}
ul.nav li.aro a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-left: 10px;
	position: absolute;
	top: 8px;
	left:0;
}
ul.nav li.aro a:hover:after {
    border-top: 1px solid #b02628;
    border-right: 1px solid #b02628;
}
ul.nav li.aro a.busi {
	padding-left: 60px;
    background-image: url(../img/ico_business.png);
    background-position: 30px 2px;
    background-size: auto 20px;
    background-repeat: no-repeat;
}
ul.nav li.aro a.comp {
	padding-left: 60px;
    background-image: url(../img/ico_company.png);
    background-position: 25px 3px;
    background-size: auto 19px;
    background-repeat: no-repeat;
}
ul.nav li a.recr {
    padding-left: 35px;
    background-image: url(../img/ico_recruit.png);
    background-position: 0px 0px;
    background-size: auto 30px;
    background-repeat: no-repeat;
}
ul.nav li a.busi {
    padding-left: 30px;
    background-image: url("../img/ico_business.png");
    background-position: 0px 2px;
    background-size: auto 20px;
    background-repeat: no-repeat;
}
ul.nav li a.comp {
    padding-left: 35px;
    background-image: url("../img/ico_company.png");
    background-position: 0px 3px;
    background-size: auto 19px;
    background-repeat: no-repeat;
}
ul.nav li a.conta {
    padding-left: 30px;
    background-image: url(../img/ico_contact.png);
    background-position: 0px 1px;
    background-size: auto 23px;
    background-repeat: no-repeat;
}
ul.nav li.lang {
    padding-left: 25px;
    background-image: url(../img/ico_lang.png);
    background-position: 0px 29px;
    background-size: auto 19px;
    background-repeat: no-repeat;
}
ul.nav li.lang a {display: inline-block;font-size: 14px;}
ul.nav.jp_nav li.lang a:first-child{color:#b02628; }
ul.nav.en_nav li.lang a:last-child{color:#b02628; }
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;
    background: #f4f4f4;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.menu__second-level .sec_inn {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.menu__second-level .sec_inn ul.sub_nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menu__second-level .sec_inn ul.sub_nav li {
    margin-right: 24px;
}
.menu__second-level .sec_inn ul.sub_nav li a {
	padding-left: 30px;
	padding-bottom: 0;
	color: #333;
}
.menu__second-level .sec_inn ul.sub_nav li a:hover {
	color: #b02628;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level .sec_inn ul.sub_nav li a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
    position: absolute;
    top: 10px;
    left: 0;
}
.menu__second-level .sec_inn ul.sub_nav li a:hover:after {
    border-top: 1px solid #b02628;
    border-right: 1px solid #b02628;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sec_inn .sec_img {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.sec_inn .sec_img img {
	height: auto;
	width: 100%;
}
.sec_inn .sec_conb {
	float: left;
	width: 30%;
	margin-right: 5%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b02628;
	box-sizing: border-box;
	padding-left: 5%;
}
.sec_inn .sec_conb .sec_t {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sec_inn .sec_conb .sec_t span {
	font-size: 12px;
	color: #c7161d;
	display: block;
}
.sec_inn .sec_conb .sec_con {
	font-size: 13px;
}
.sec_inn .btn_more {
	float: left;
	width: 30%;
	padding-top: 50px;
	box-sizing: border-box;
	padding-left: 5%;
}
.sec_inn .btn_more a {
	color: #FFFFFF !important;
	background-color: #b02628;
	text-align: center;
	padding: 18px;
	border-radius: 10px;
	position: relative;
}
.sec_inn .btn_more a:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
	top: 0px !important;
	padding-bottom: 18px;
	margin: 0px;
}
ul.nav li.aro .sec_inn .btn_more a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-left: 0px;
	top: 50%;
	margin-top: -3px;
}
li.menu__mega:hover ul.menu__second-level {
	top: 70px;
	visibility: visible;
	opacity: 1;
	border-top: solid 1px #CCC;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}
.drawer-toggle,
ul.drawer-menu {
	display: none;
}
@media(max-width:768px) {
.navi {
	height: 60px;
}
.drawer-toggle  {
	display: block;
}
.h_logo {
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	z-index: 102;
}
ul.nav {
	display: none;
}
.navi_inner {
	width: 95%;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}
ul.drawer-menu {display: flex;flex-wrap: wrap;}
ul.drawer-menu li {
	z-index: 10;
	padding: 13px 10px;
	position: relative;
	box-sizing: border-box
}
ul.drawer-menu li a {
	color: #333333;
	text-decoration: none;
}
ul.drawer-menu li.sp_tit {
	text-align: center;
	width: 100%;
	border-top: solid 1px #CCCCCC;
	background-color: #ECECEC;
}
ul.drawer-menu li.sp_tit span {
	position: relative;
	padding-left: 70px;
	display: inline-block;
	}
ul.drawer-menu li.sp_tit span:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	top: 7px;
	left: 0;
}
ul.drawer-menu li.cl2 a {
	font-size: 4vw;
	padding-left: 16px;
	position: relative;
}
ul.drawer-menu li.cl2 a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #B02628;
	border-right: 1px solid #B02628;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: 0;
}
ul.drawer-menu li.sp_tit.busi span {
    background-image: url(../img/ico_business.png);
    background-position: 27px 0px;
    background-size: auto 24px;
    background-repeat: no-repeat;
	}
ul.drawer-menu li.sp_tit.comp span {
    background-image: url(../img/ico_company.png);
    background-position: 24px 0px;
    background-size: auto 24px;
    background-repeat: no-repeat;
	}
ul.drawer-menu li.cl2 {
	width: 50%;
	}
ul.drawer-menu li.sp_rec {
	width: 50%;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	}
ul.drawer-menu li.sp_rec a {
    background-image: url(../img/ico_recruit.png);
    background-position: 16px 0px;
    background-size: auto 24px;
    background-repeat: no-repeat;
    font-size: 4vw;
    padding-left: 47px;
    position: relative;
	}
ul.drawer-menu li.sp_rec a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #B02628;
	border-right: 1px solid #B02628;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: 0;
	}
ul.drawer-menu li.sp_contact {
	width: 50%;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	}
ul.drawer-menu li.sp_contact a {
    background-image: url(../img/ico_contact.png);
    background-position: 16px 0px;
    background-size: auto 24px;
    background-repeat: no-repeat;
    font-size: 4vw;
    padding-left: 47px;
    position: relative;
	}
ul.drawer-menu li.sp_contact a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #B02628;
	border-right: 1px solid #B02628;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: 0;
	}
ul.drawer-menu li.lang {
	width: 100%;
	text-align: center;
	}
	ul.drawer-menu li.lang a:first-child {color:#B02628; }
	ul.drawer-menu li.lang span{position: relative;}
	ul.drawer-menu li.lang span:before {
	content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../img/ico_lang.png);
    background-size: auto 24px;
    background-repeat: no-repeat;
    left: -30px;
	}
ul.drawer-menu.en_nav{}
ul.drawer-menu.en_nav li{width: 100%;text-align: center;}
ul.drawer-menu.en_nav li.sp_busi {border-top: solid 1px #CCC;border-bottom: solid 1px #CCC;}
ul.drawer-menu.en_nav li.sp_busi a {
    background-image: url("../img/ico_business.png");
    background-position: 16px 0px;
    background-size: auto 20px;
    background-repeat: no-repeat;
    font-size: 4vw;
    padding-left: 47px;
    position: relative;
	}
ul.drawer-menu.en_nav li.sp_comp {}
ul.drawer-menu.en_nav li.sp_comp a {
    background-image: url("../img/ico_company.png");
    background-position: 16px 0px;
    background-size: auto 20px;
    background-repeat: no-repeat;
    font-size: 4vw;
    padding-left: 52px;
    position: relative;
	}
ul.drawer-menu.en_nav li.sp_contact {width: 100%;}
ul.drawer-menu.en_nav li.sp_busi a:before,
ul.drawer-menu.en_nav li.sp_comp a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #B02628;
	border-right: 1px solid #B02628;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: 0;
	}
ul.drawer-menu.en_nav li.lang a {font-size:14px;}
ul.drawer-menu.en_nav li.lang a:first-child {color:#333; }
ul.drawer-menu.en_nav li.lang a:last-child {color:#B02628; }
ul.drawer-menu.en_nav li.lang span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/ico_lang.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    left: -27px;
}
}


/* Header */

.sm-slider{
    background: #000;
}
.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
/*     background: url(../img/bg.jpg) no-repeat center center scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.header h1 {
    width: 80%;
    margin: 0 auto;
}

.header h1 img {
    width: 100%;
    color: #FFF;
}
.header a{
	font-size: 85%;
	letter-spacing: 0.12em;
	/*transition-duration:0.3s;
    transition-timing-function:ease-out;*/
	color: #fff;
	text-decoration: none;
}

.header #video-background {
/*  making the video fullscreen  */
    position: fixed;
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    z-index: -100;
}
#video-background_sp {
    display: none;
}
.arrow4{
	width: 50px;
	height: 50px;
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-left: -25px;
	position: absolute;
	bottom: 40px;
	left: 50%;
}
a.arrow_scroll {
	position: absolute;
	bottom: 60px;
	left: 50%;
	text-align: center;
	width: 100px;
	height: 80px;
  margin-left: -50px;
}
a.arrow_scroll span {
	position: absolute;
	width: 30px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
  margin-left: -15px;
}
.scl_t {
	position: absolute;
	width: 100%;
	bottom: 00px;
	text-align: center;
}
a.arrow_scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@media(max-width:768px) {
}


/* News */
#news {
	display: table;
	width: 100%;
	color: #fff;
	letter-spacing: 0.16em;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 90px;
	padding-left: 0;
	background-color: #f4f4f4;
}
#news .container {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#news h2{
	color: #333;
	font-size: 200%;
	text-align: center;
	font-weight: normal;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#news h2:after {
	content: '';
	position: absolute;
	width: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	right: 0;
	bottom: -5px;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}
.sub_t {
	text-align: center;
	font-size: 12px;
	color: #c7161d;
}
#news .sub {
    font-size: 70%;
}
#news .news_outer {
	margin: 0px;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news .news_outer .news_inn {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	height: 242px;
	overflow: auto;
}
#news .news_outer .news_inn .news_col {
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bc1d21;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#news .news_outer .news_inn .news_col .date {
	font-size: 13px;
	color: #bc1d21;
	margin-bottom: 5px;
}
#news .news_outer .news_inn .news_col p {
	font-size: 14px;
	color: #333;
}
.oseibo_l {
	float: left;
	width: 470px;
	text-align: right;
	margin-top: 20px;
}
.oseibo_r {
	float: right;	
	width:480px;
margin-top: 20px;
}
.oseibo_l img {
	width: 50%;
	height: auto;
}
.oseibo_r img {
	width: 35%;
	height: auto;
}
.oseibo_btn {
	clear: both;
	text-align: center;
}

.oseibo_btn a img {
	width: 50%;
	height: auto;
	transition: all .5s;
}
.oseibo_btn a:hover img {
	opacity: 0.7;
}
@media(max-width:768px) {
    #news {
        padding: 50px 0;
    }
    #news h2{
        font-size: 140%;
        line-height: 180%;
    }
#news .news_outer .news_inn {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.oseibo_l {
	float: none;
	width: 80%;
	text-align: center;
	margin-top: 20px;
	clear: none;
	margin-right: auto;
	margin-left: auto;
}
.oseibo_r {
	float: none;
	width: 80%;
	text-align: center;
	margin-top: 20px;
	clear: none;
	margin-right: auto;
	margin-left: auto;
}
.oseibo_l img {
	width: 50%;
	height: auto;
}
.oseibo_r img {
	width: 50%;
	height: auto;
}
.oseibo_btn {
	clear: both;
	text-align: center;
}

.oseibo_btn img {
	width: 70%;
	height: auto;
}
}



/* Business / Information */
.business {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
.top_info .container ,
.business .container {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	position: relative;
}
.top_info .container {
	margin-bottom: 0px;
	background-color: #f4f4f4;
}
.container_m {
	padding: 0px;
	width: 100%;
	margin: 0px;
	float: left;
	height: auto;
	overflow: hidden;
}
.container_m img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	vertical-align: bottom;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
a:hover > .container_m img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.container_i {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.container_i img {
	margin: 0px;
	padding: 0px;
	width: 33.3333%;
	float: left;
}
.top_m_banner {
	background-image: url(../img/title_bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 221px;
	width: 530px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.top_m_banner h2 {
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.top_m_banner .sub_t {
	text-align: center;
	font-size: 12px;
	color: #c7161d;
	position: relative;
}
.top_m_banner .sub_t:after {
	content: '';
	position: absolute;
	width: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7161d;
	right: 0;
	top: 110%;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}
.top_m_banner .sub_c {
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
	color: #333333;
	font-size: 14px;
}
.top_m_banner a:hover,
.top_m_banner a {
	color: #333333;
	text-decoration: none;
}

/* Other */
.other .container {
	width: 100%;
	position: relative;
	background-color: #f4f4f4;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
.other_b {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.top_o_banner {
    width: 530px;
    overflow: hidden;
    margin: 0 auto;
}
.top_o_banner_i img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	vertical-align: bottom;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
a:hover > .top_o_banner_i img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.top_o_banner_in {
	float: left;
	width: 530px;
	background-image: url(../img/top_o_banner_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	height: 130px;
	position: relative;
	background-color: #FFFFFF;
}
.top_o_banner:nth-child(2) {
	margin-right: 0px;
}
.top_o_banner_in h2 {
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 3px;
}
.top_o_banner_in .sub_t {
	text-align: center;
	font-size: 12px;
	color: #c7161d;
	position: relative;
}
.top_o_banner_in .sub_t:after {
	content: '';
	position: absolute;
	width: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7161d;
	right: 0;
	top: 120%;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}


@media(max-width:768px) {
.top_m_banner {
	width: 80%;
	height: 140px;
	background-size:contain;
}
.top_m_banner h2 {
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.top_m_banner .sub_t:after {
	content: '';
	position: absolute;
	width: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7161d;
	right: 0;
	top: 110%;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}
.top_m_banner .sub_c {
	bottom: 20px;
    font-size: 10px;
    line-height: 1.4;
}
.other_b {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.top_o_banner:nth-child(2),
.top_o_banner {
	float: none;
	width: 90%;
	max-width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.top_o_banner_in {
	float: none;
	width: 100%;
	max-width: 530px;
	margin-right: auto;
	margin-left: auto;
}
}


/* Footer */
footer {
    margin: 0px;
    padding: 70px 0 0;
    background-color: #FFF;
    position: relative;
}
.f_nav {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: center;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #F0F0F0;
}
.f_nav ul {
	display: -moz-inline-box;
	display: inline-block;
	font-weight: 700;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.f_nav li {
	float: left;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.f_nav a {
	color: #333333;
	text-decoration: none;
}
.f_nav li span {
	display: block;
	font-size: 12px;
	color: #b02628;
	margin-bottom: 5px;
	font-weight: normal;
}
.f_nav li .nav_s {
	font-size: 12px;
	padding: 0px;
	display: block;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.f_logo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.f_logo img {
	max-width:168px;
}
.copy {
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}

@media(max-width:768px) {
.f_nav {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.f_nav li {
	float: left;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 2.5%;
	margin-bottom: 0px;
	margin-left: 2.5%;
	width: 45%;
}

}

/***************************************************
*********事業案内***********************************
***************************************************/
.business #wrap {
	background-image: url(../img/business_wrap_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.p_header {
	width: 100%;
	min-width: 980px;
	position: relative;
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	z-index: -1;
    height: auto;
}
.p_header:before {
    content: "";
    display: block;
    padding-top: 25%;
}
.p_header_in {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
#business.p_header {
	background-image: url(../img/slide03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
#information.p_header {
	background-image: url(../img/header_information.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-attachment: fixed;
}
#recruit.p_header {
	background-image: url(../img/header_recruit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-attachment: fixed;
}
#contact.p_header {
	background-image: url(../img/header_contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-attachment: fixed;
}
.p_header h1 {
	margin: 0px;
	padding: 0px;
}
.p_header h1 img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.p_header .red_ring {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -54px;
}
.p_header h2 {
	font-size: 21px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 25%;
	width: 100%;
}
.p_header .p_header_inn {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	background-color: #FFFFFF;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
.p_header .p_header_inn .p_tit {
	font-size: 34px;
	color: #333333;
	line-height: normal;
}
.p_header .p_header_inn .p_tit_s {
	font-size: 12px;
	color: #c7161d;
	line-height: normal;
}
.two_col .container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
section h2 {
	color: #333;
	font-size: 200%;
	text-align: center;
	font-weight: normal;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: normal;
}
.col-lg-12 h2:after {
	content: '';
	position: absolute;
	width: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	right: 0;
	bottom: -5px;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}
.row {
	padding-top: 100px;
	padding-bottom: 100px;
}
.row h3 {
	color: #b02628;
}
.row .r {
	float: right;
	width: 50%;
	margin: 0px;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.row .l {
	float: left;
	width: 50%;
	margin: 0px;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.row .r img ,
.row .l img {
	width: 100%;
	height: auto;
}
.business #second {
	background-image: url(../img/ring_gry.png);
	background-repeat: no-repeat;
	background-position: 30% 40%;
}
.full_w {
	width: 100%;
}
.full_w img {
	width: 100%;
}
.shop_info {
	background-color: #f4f4f4;
	padding: 10px;
	font-size: 14px;
}
.shop_info_tr {
	clear: left;
}
.shop_info_th {
	float: left;
	width: 30%;
}
.shop_info_td {
	float: left;
	width: 70%;
}
.business #third {
	background-color: #f4f4f4;
}
.business #third .shop_info {
	background-color: #fff;
}
.business #third.two_col .container {
	margin-bottom: 0px;
}


@media(max-width:768px) {
.p_header {
	width: 100%;
	min-width:240px;
	padding-top: 60px;
	height:150px;
}
.p_header h2 {
	display: none;
}
.p_header:before {
    content: "";
    display: block;
    padding-top: 30%;
}
#information.p_header ,
#recruit.p_header ,
#contact.p_header ,
#business.p_header {
	background-size: cover;
	background-position: center 60px;
	background-attachment: scroll;
}
.p_header .p_header_inn {
	width: 240px;
	position: absolute;
	top: auto;
	left: 50%;
	margin-left: -120px;
	background-color: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	bottom: 10%;
}
.p_header .p_header_inn .p_tit {
	font-size: 21px;
}
.two_col .container {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.row .r {
	float: left;
	width: 100%;
	margin: 0px;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.row .l {
	float: left;
	width: 100%;
	margin: 0px;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

/***************************************************
*********企業情報***********************************
***************************************************/
.information #wrap #first {
	margin: 0px;
	padding: 0px;
}
.information_en h3.section_ts {
    font-size: 24px;
    color: #B02628;
    line-height: 1.8em;
    width: 1080px;
    margin: 0 auto;
	padding-top: 60px;
}
.message_b {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message_b .l {
    width: 800px;
}
.message_b .r {
    width: 245px;
}
.message_b .r .name_box {
    text-align: right;
}
.message_b .r .name_box .name {
    font-size: 18px;
}
.message_b .r .name_box p {
    font-size: 14px;
    margin: 0 0 0.5rem 0;
}
.full_w.mp {
    font-size: 24px;
    color: #b02628;
    text-align: center;
    padding-top: 60px;
    line-height: 1.8;
}
.information #second {
	background-image: url(../img/ring_gry.png);
	background-repeat: no-repeat;
	background-position: 30% bottom;
	background-color: #F4F4F4;
}
.information #second2,.information #third {
	background-color: #F4F4F4;
}
.bp_none {
	padding-bottom: 0px;
}
.information #third .row .l {
	text-align: center;
	width: 45%;
}
h3.info_ts {
	font-weight: normal;
}
.information #third p {
	font-size: 14px;
}
.information #third .row .l img {
	max-width:313px;
}
.information #third .row .r img {
	max-width:189px;
}
.information #fourth .row .l {
	text-align: center;
}
.information #fourth .row .l img {
	max-width:378px;
}
.information #fourth .row .r .tr {
	clear: left;
	font-size: 12px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.information #fourth .row .r .tr .th{
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.information #fourth .row .r .tr .td{
	float: left;
	width: 75%;
	box-sizing:border-box;
}
#fifth .full_w img {
	vertical-align: bottom;
	width: 100%;
}
#fifth {
	padding-bottom: 30px;
}
.tp60 {
	padding-top: 60px;
}
.tp_none {
	padding-top: 0px;
}
.bp60 {
	padding-bottom: 60px;
}
.his_tb {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.his_tr {
	clear: left;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.his_th {
	width: 25%;
	box-sizing: border-box;
	text-align: right;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.his_td {
	width: 75%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}



@media(max-width:768px) {
.information #wrap #first.two_col .container {
	width: 100% !important;
	margin-right: auto;
	margin-left: auto;
}
.information h3.section_ts {
    font-size: 5vw;
    color: #B02628;
    line-height: 1.8em;
    width: 90%;
    text-align: center;
    margin-bottom: 1rem;
}
.message_b {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    flex-flow: wrap-reverse;
}
.message_b .r {
    width: 100%;
    padding-top: 0rem;
    text-align: right;
    margin-bottom: 1rem;
}
.message_b .l {
    width: 100%;
}
img.sp {
	display: block;
}
.full_w.mp {
	font-size: 18px;
}
.information #third .row .l {
    text-align: center;
    width: 100%;
}
.information #third .row .r {
    width: 100%;
}
.his_tb {
	width: 95%;
}
.his_th {
	width: 100%;
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
.his_td {
	width: 100%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
	padding-bottom: 10px;
}
}


/***************************************************
********* Recruit **********************************
***************************************************/
.recruit_intro {
	font-size: 16px;
	text-align: center;
	line-height: 2.0em;
}
h3.recruit_ts {
	font-size: 24px;
	font-weight: normal;
	color: #b02628;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.job_cat_b_out {	
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.job_cat_b_out .l  {
	background-color: #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
	width: 47.5%;
	margin-right: 2.5%;
}
.job_cat_b_out .r {
	background-color: #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
	width: 47.5%;
	margin-left: 2.5%;
}
.bp5p {
	padding-bottom: 5%;
}
.requi_tb {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.requi_tb .tr {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: left;
	float: left;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.requi_tb .th {
	background-color: #f4f4f4;
	width: 25%;
	float: left;
	box-sizing: border-box;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 2em;
}
.requi_tb .td {
	width: 75%;
	float: left;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 2em;
}
.shce_img img {
	height: auto;
	width: 100%;
}
.arrow_th {
	font-size: 18px;
  	overflow: hidden; 
}
.arrow_th .arrow_b {
	color: white;
	text-decoration: none;
	background: brown; /* fallback color */
	background: hsla(34,85%,35%,1);
	position: relative;
	display: block;
	float: left;
	width: 20%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	box-sizing: border-box;
	text-align: center;
}
.arrow_th .arrow_b::after {
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(34,85%,35%,1);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 92%;
  z-index: 2; 
}
.arrow_th .arrow_b::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 92%;
  z-index: 1; 
}
.arrow_th .arrow_b:first-child {
  background: #f6c535;
}
.arrow_th .arrow_b:first-child:after {
	border-left-color: #f6c535;
}
.arrow_th .arrow_b:nth-child(2)       {
	background: #e99533;
}
.arrow_th .arrow_b:nth-child(2):after {
	border-left-color: #e99533;
}
.arrow_th .arrow_b:nth-child(3)       {
	background: #e1543b;
}
.arrow_th .arrow_b:nth-child(3):after {
	border-left-color: #e1543b;
}
.arrow_th .arrow_b:nth-child(4)       {
	background-color: #c93457;
}
.arrow_th .arrow_b:nth-child(4):after {
	border-left-color: #c93457;
}
.arrow_th .arrow_b:nth-child(5)       {
	background-color: #a40b13;
}
.arrow_th .arrow_b:nth-child(5):after {
	border-left-color: #a40b13;
}
/*.arrow_th .arrow_b:last-child {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a::after { 
  border: 0; 
}*/
.arrow_td {
	background-color: #e6e3c4;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;	
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.arrow_c {
	padding: 20px;
	float: left;
	width: 20%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	box-sizing:border-box;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.arrow_c:last-child {
	border-right-style: none;
}
.met_b {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f4f4;
	padding: 20px;
	box-sizing:border-box;
}



@media(max-width:768px) {
	
.job_cat_b_out .l  {
	background-color: #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 2.5%;
}
.job_cat_b_out .r {
	background-color: #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
.requi_tb {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.requi_tb .th {
	background-color: #f4f4f4;
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 2em;
}
.requi_tb .td {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 2em;
}
.arrow_th {
	font-size: 12px;
}
.arrow_td {
	font-size: 12px;
}
.arrow_th .arrow_b {
	color: white;
	text-decoration: none;
	background: brown; /* fallback color */
	background: hsla(34,85%,35%,1);
	position: relative;
	display: block;
	float: left;
	width: 20%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 8%;
	box-sizing: border-box;
	text-align: left;
}
.arrow_th .arrow_b::after {
  left: 90%;
}
.arrow_th .arrow_b::before { 
  left: 90%;
}
.met_b {
	width: 95%;
}

}



/***************************************************
********* Contact Us *******************************
***************************************************/
.contact_intro {
	font-size: 16px;
	text-align: center;
	line-height: 2.0em;
	padding-bottom: 100px;
	padding-top: 60px;
}


#contact-form th{
    background-color: #F8F8F8;
    border-color: #CCCCCC #CCCCCC #CCCCCC #333333;
    border-left: 3px solid #333333;
    border-right: 1px dotted #CCCCCC;
    border-style: solid dotted solid solid;
    border-width: 1px 1px 1px 3px;
    padding: 5px 8px;
    width: 200px;
}

#contact-form td{
background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 5px 8px;
}

input.myError {
background-color:#CCFFFF;
}

label.myError {
color:#FF0000;
}

textarea.myError {
background-color:#CCFFFF;
}

.form_box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.form_box.p_check {
	padding-top: 60px;
}
.form_box p {
	text-align: center;
}
.contact_tb {
	width: 100%;
}
.contact_tr {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}
.contact_th {
	float: left;
	width: 30%;
	box-sizing: border-box;
	font-size: 14px;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.contact_td {
	float: left;
	width: 70%;
	box-sizing:border-box;
	font-size: 14px;
}
.check .contact_td {
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.contact_td textarea ,
.contact_td input {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}
.contact_tb .bt {
	text-align: center;
	padding-top: 50px;
}
.contact_tb .bt input[type=submit] {
	color: #FFFFFF !important;
	background-color: #b02628;
	text-align: center;
	padding: 18px;
	border-radius: 10px;
	width: 30%;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
}
.contact_tb .bt input[type=button] {
	color: #FFFFFF !important;
	background-color: #b02628;
	text-align: center;
	padding: 18px;
	border-radius: 10px;
	width: 30%;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	margin-right: 15px;
}

@media(max-width:768px) {
.form_box {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.contact_th {
	width: 100%;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.check .contact_td ,
.contact_td {
	width: 100%;
}
.contact_tb .bt input[type=submit] {
	width: 45%;
}
.contact_tb .bt input[type=button] {
	width: 45%;
	margin-right: 3%;
}

}


