@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    color: #444;
    font: 15px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    background: #fff;
    -webkit-text-size-adjust: none;
    border-top: 5px solid #ea5514;
    overflow-x: hidden;
}
h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,form,figure,form{margin:0px;padding:0px;}
ul{list-style-type:none;}
table{border-collapse:collapse;font-size:100%;border-spacing:0;}
a {
    color: #444;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    text-decoration: none;
}
/*========================================================
header
========================================================*/
header {
    width: 980px;
    margin: 5px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
header img {
    display: block;
}
header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header li {
    margin: 0 5px;
}
header li:hover {
    opacity: 1;
    -webkit-animation: flash 1s;
    animation: flash 1s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
/*========================================================
menu
========================================================*/
.menu {
    width: 100%;
    background: url(/images/mainimg_bg.jpg) no-repeat center top;
    background-size: cover;
    margin-bottom: 10px;
}
.menu_except {
    background: url(/images/mainimg_bg_except.jpg) no-repeat center top;
    background-size: cover;
}
nav#menubar {
    position: relative;
    background: rgba(255,255,255,0.5);
}
nav#menubar ul {
    width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
nav#menubar li {
    -ms-flex-preferred-size: calc(20% - 1px);
    flex-basis: calc(20% - 1px);
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    text-align: center;
}
nav#menubar li:first-child {
    border-left: 1px solid #dcdcdc;
}
nav#menubar a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 0;
}
nav#menubar a:hover,
nav#menubar .active a {
    color: #444;
    background: rgba(255,255,255,0.8);
}
nav#menubar ul li a span {
    color: #ea5514;
    font-size: 9px;
    display: block;
    letter-spacing: 0.2em;
    line-height: 1;
    padding-bottom: 6px;
}
#mainimg {
    width: 980px;
    height: auto;
    margin: 0 auto;
}
#mainimg img {
    vertical-align: bottom;
}
/*========================================================
pan
========================================================*/
#pan {
    width: 980px;
    margin: 0 auto;
}
#pan ul {
    margin-bottom: 10px;
    padding-left: 10px
}
#pan ul li {
    display: inline;
    font-size: 12px;
}
#pan ul li:after {
    content: ">" ;
    padding: 0 15px 0 22px;
    font-weight: bold;
}
#pan ul li:last-child:after {
    content: none;
}
/*========================================================
contents
========================================================*/
#contents {
    width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*========================================================
sub
========================================================*/
#sub {
    width: 200px;
    margin-right: 10px;
}
nav#submenu li {
    margin-bottom: 15px;
    border: 1px solid #777;
}
nav#submenu li:hover {
    border-color: #fa7e48;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
nav#submenu a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
nav#submenu a:hover {
    background: #fa7e48;
    letter-spacing: 3px;
}
nav#submenu a:before {
    content:url(/images/sub_button.png);
    padding-right: 8px;
}
/*========================================================
main
========================================================*/
#main {
    -webkit-flex: 1;
    flex: 1;
}
#main section {
    margin-bottom: 30px;
}
#main h2 {
    clear: both;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    line-height: 1.5;
    background: url(/images/h2.png) repeat left top;
    color: #fa7e48;
}
#main h3 {
    margin: 0px 20px 10px 20px;
    padding: 0 0 5px 10px;
    line-height: 1.5;
    border-bottom: 2px solid #444;
}
#main h4 {
    margin: 0px 20px 10px 20px;
    padding: 5px 10px;
    line-height: 1.2;
    background-color: #96dbf2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#96dbf2));
    background-image: -webkit-linear-gradient(#fcfcfc, #96dbf2);
    background-image: linear-gradient(#fcfcfc, #96dbf2);
    font-weight: normal;
}
#main p {
    padding: 0px 20px 10px;
}
#main ul {
    margin: 10px 20px;
    padding: 0px 30px 0px;
    list-style-type: disc;
    background: #beefff;
    border: 2px dashed #46b2d4;
    box-shadow: 0 0 0 4px #beefff;
}
/* home -----------------------------------------------*/
.home span {
    display: inline-block;
    padding: 0 5px;
    background: #beefff;
    border: 1px solid #46b2d4;
}
.home span:hover {
    background: #fff;
}
/* business -------------------------------------------*/
dl.business {
    margin: 10px 20px;
    padding: 0 5px;
    border: 2px dashed #46b2d4;
}
dl.business dt {
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
}
dl.business dd {
    margin: 0 2em;
}
/* corporate recruit -----------------------------------*/
table.ta01 {
    width: 95%;
    margin: 1.5em auto;
}
table.ta01 th,
table.ta01 td {
    border: 1px solid #999;
    padding: 5px 10px;
    word-break: break-all;
}
table.ta01 th {
    width: 100px;
    text-align: left;
}
dl.corporate {
    margin: 10px 30px;
}
dl.corporate dd {
   padding: 0;
   margin: 0 0 0.5em 1em;
   padding: 3px;
   background: #eae7e7;
}
#p_bg {
    margin: 0px 20px 10px;
    padding-top: 10px;
    background: url(/images/corporate_01.png) no-repeat right bottom;
    border: 1px solid #999;
}

/* contact ---------------------------------------------*/
table.field-table {
    empty-cells: show;
    background: transparent none;
    border: none;
    empty-cells: show;
    width: 95%;
    margin: 1.5em auto;
}
.invalid-field {
    background-color: #ffcccc;
}
table.field-table th,
table.field-table td {
    border: 1px solid #999;
    padding: 15px 25px;
    word-break: break-all;
}
table.field-table th {
    width: 200px;
    text-align: left;
    border-right: none;
}
table.field-table td {
    border-left: none;
}
table.field-table input {
    width : 300px;
    height : 1.6em;
    border : 1px solid #a3a1a1;
    border-radius : 3px;
    height : 1.8em;
}
table.field-table textarea {
    width : 360px;
    height : 150px;
    resize : vertical;
    border : 1px solid #a3a1a1;
    border-radius : 3px;
}
table.field-table input:focus,
table.field-table textarea:focus {
    outline: 0;
    box-shadow : 0px 0px 5px #46b2d4;
    border : 1px solid #46b2d4;
}
table.field-table .form_icon {
    background: #fa4f5c;
    color: #fff;
    font-size: 80%;
    border-radius: 2px;
    padding: 0px 5px;
    margin: 0px 10px;
    vertical-align: middle;
}
p.submit-box {
    margin: 0 auto;
    text-align: center;
}
p.submit-box input[type="submit"] {
    width: 160px;
    margin: 5px 0;
    padding: 5px 0px;
    background: #46b2d4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#46b2d4));
    background-image: -webkit-linear-gradient(#fcfcfc, #46b2d4);
    background-image: linear-gradient(#fcfcfc, #46b2d4);
    border: 1px solid #999;
    border-radius: 5px;
    color: #444;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
p.submit-box input[type="submit"]:hover {
    background-color: #0aabde;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#0aabde));
    background-image: -webkit-linear-gradient(#fcfcfc, #0aabde);
    background-image: linear-gradient(#fcfcfc, #0aabde);
    border: 1px solid #999;
    cursor: pointer;
}
p.submit-box input[type="submit"]:focus {
    border: 1px solid #0897ff;
    box-shadow : 0px 0px 7px #0aabde;
    outline: 0;
}
/*========================================================
footer
========================================================*/
footer {
    clear: both;
    background-color: #ea5514;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ea5514));
    background-image: -webkit-linear-gradient(#fcfcfc, #ea5514);
    background-image: linear-gradient(#fcfcfc, #ea5514);
    color: #444;
    font-size: 80%;
    padding: 10px 0px;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    color: #ea5514;
}
footer ul {
    width: 980px;
    margin: 0 auto;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
}
footer li a {
    display: block;
    padding: 10px;
    background: url("/images/footer_button.png") 0 50% no-repeat;
}
#copyright {
    text-align: center;
}
#copyright a {
    text-decoration: none;
}
/*========================================================
others
========================================================*/
.clear {clear: both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
img {
    border:none;
    max-width:100%;
    height:auto;
}
img.fr_w {
    float: right;
    margin: 0px 0px 10px 15px;
}
img.fl_w {
    float: left;
    margin: 0px 15px 10px 0px;
}
img.c {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
