/*
Theme Name: meisei_210513
*/@charset "UTF-8";
/* CSS Document */
/*リセット*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html{
    min-width: 1200px;
}
body {
    color: #333;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
 display:block;
}
li,
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
 color:#333;
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
 text-decoration:none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    margin: 0 0 30px;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*----------------------
ヘッダー
-----------------------*/
header{
	border-bottom: 20px solid #5958BA;
	padding: 10px 0 0;
}
header #header_inner{
	width: 1200px;
	margin: 0 auto 20px;
	overflow: hidden;
}
header  #logo{
	float: left;
}
header #logo img{
    margin:10px 0;
}
header h1{
	font-size: 22px;
    letter-spacing: 12px;
}
header .sub_nav{
    float: right;
    margin: 32px 0 0;
}
.search_area{
    clear: both;
}
#search_input{
    float: left;
}
#search_button{
    height: 22px;
}
header ol{
    overflow: hidden;
    margin: 0 0 5px;
}
header ol li{
    float: left;
    font-size: 14px;
}
header ol li:first-child{
	margin: 0 15px 0 0;
}
nav{
	background: #5E5753;
	overflow: hidden;
}
nav ul{
	margin: auto;
    width: 1000px;
}
nav li{
	float: left;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
nav li a{
    color: #fff;
    display: block;
}
nav li a:hover{
    background: #6b6562;
}
.dl_nav {
    float: left;
    margin-left: 110px;
    margin-top: 41px;
}
.dl_nav li {
    float: left;
    margin-left: 10px;
}
.dl_nav a {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    background-color: #5958BA;
    padding: 10px 15px;
    border-radius: 5px;
}
.dl_nav a:hover{
    opacity: 0.8;
}
.format02 {
    margin-bottom: 5px;
}
#main_content a {
    text-decoration: underline;
}
#main_content a:hover{
    text-decoration: none;
    color: #5958BA;
}
/*----------------------
slide
-----------------------*/
.bx-pager{
    overflow: hidden;
    width: 150px;
    margin: 0 auto;
}
.bx-pager-link{
    float: left;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: #6b6562;
    margin-right: 10px;
}
.bx-pager-item .active{
    background:#5958BA;
}
/*----------------------
メイン
-----------------------*/
main{
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 50%, #f9f9f9 50%, #f9f9f9);
    background-size: 180px 180px;
    overflow: hidden;
}
#top_image{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#top_image .bx-has-pager{
    margin: 10px 0 0;
}
#top_image img{
    width: 100%;
    height: auto;
}
#top_image .top_copy{
    width: 370px;
    height: 92px;
    position: absolute;
}
#top_image .top_copy.top01{
    top: 40%;
    left: 30%;
}
#top_image .top_copy.top02,.top_copy.top04{
    top: 40%;
    left: 5%;
}
#top_image .top_copy.top03{
    top: 40%;
    left: 30%;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
}
#top_image .top_copy.top05{
    top: 40%;
    left: 30%;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
}
#main_content{
	width: 1200px;
	margin: 0 auto;
    padding: 50px 0;
}
#main_content div{
	width: 1000px;
	margin: 0 auto;
}
#main_content p{
	font-weight: bold;
	border-bottom: 2px solid #5958BA;
	font-size: 18px;
	padding: 5px 0;
	margin: 0 0 10px;
}
#main_content li{
	border-bottom: 1px solid#ccc;
	padding: 8px 0 2px;
}
#main_content .newmore{
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #6D6CE1;
    color: #FFF;
    border-bottom: solid 4px #5E5753;
    border-radius: 3px;
    margin: 20px auto;
    width: 200px;
    text-align: center;
}
#main_content .newmore span {
    margin: 0px 25px 0px 25px;
}
#main_content .newmore span:after {
    content: "\e409";
    font-family: "Material Icons";
    font-size: 18px;
    color: #fff;
    vertical-align: bottom;
    margin-left: 5px;
}
#main_content .newmore:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}
#main_content .newmore:hover {
    color: #FFF;
}
main section{
	margin: auto;
    overflow: hidden;
}
main section.column{
    background: rgba(255,255,255,0.9);
    padding: 50px;
    width: 1100px;
    margin: 0 auto 50px;
}
main section h1{
	padding: 12px 0 8px 15px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
    margin: 0 0 50px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5958ba+0,5958ba+25,5958ba+49,5958ba+100&1+0,0.74+60,0+100 */
background: -moz-linear-gradient(left, rgba(89,88,186,1) 0%, rgba(89,88,186,0.89) 25%, rgba(89,88,186,0.79) 49%, rgba(89,88,186,0.74) 60%, rgba(89,88,186,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(89,88,186,1) 0%,rgba(89,88,186,0.89) 25%,rgba(89,88,186,0.79) 49%,rgba(89,88,186,0.74) 60%,rgba(89,88,186,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(89,88,186,1) 0%,rgba(89,88,186,0.89) 25%,rgba(89,88,186,0.79) 49%,rgba(89,88,186,0.74) 60%,rgba(89,88,186,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5958ba', endColorstr='#005958ba',GradientType=1 ); /* IE6-9 */
}
main section#performance h2{
    float: left;
    margin: 0 0 0 40px;
}
main section#performance div{
    width: 205px;
    float: left;
    margin: 0 20px 0 0;
}
main section#performance div.last{
    margin: 0;
}
main section#performance .lord{
    width: 130px;
}
main section#performance .land{
    width: 260px;
}
main section#performance .font_b{
    font-size: 19px;
}
main section#performance .font_s{
    font-size: 12px;
}
main section#performance p{
    font-size: 22px;
    border-bottom: 1px solid #5958BA;
    padding: 0 0 5px;
    color: #5958BA;
}
main section#performance ul{
    margin: 20px 0 0;
}

main section#performance li{
    list-style: disc;
    margin: 0 0 0 15px;
}
main section#performance li a{
    padding: 5px;
    display: block;
    text-decoration: underline;
}
main section#performance li a:hover{
    text-decoration: none;
    color: #5958BA;
}



main section.case h2{
    border-bottom: 2px solid #5958BA;
    border-left: 8px solid #5958BA;
    padding: 5px 10px;
    color: #5958BA;
    font-size: 28px;
}
main section.case h2 span,
main section.case h3 span{
	font-weight: normal;
	font-size: 18px;
	vertical-align: 3px;
	display: inline-block;
	margin: 0 0 0 20px;
}
main section.case h3,
#recruit h2{
    padding: 10px 0;
    font-size: 30px;
    margin: 35px 0 10px;
    color: #5958BA;
}
#recruit h3 {
    border-bottom: 2px solid #5958BA;
    border-left: 8px solid #5958BA;
    padding: 5px 10px;
    color: #5958BA;
    font-size: 28px;
    margin-top: 30px;
}
h4 {
    margin: 20px 0 10px 0;
    font-size: 20px;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #6D6CE1;
    color: #FFF;
    border-bottom: solid 4px #5E5753;
    border-radius: 3px;
    margin: 20px 20px 0px 20px;
}
.square_btn span {
    margin: 0px 25px 0px 25px;
}
.square_btn span:after {
    content: "\e409";
    font-family: "Material Icons";
    font-size: 18px;
    color: #fff;
    vertical-align: bottom;
    margin-left: 5px;
}
.square_btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}
main section.case table{
    width: 100%;
    border: 1px solid #ccc;
    line-height: 24px;
}
main section.case th{
    background: #ededed;
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 50%;
}
main section.case td{
    border: 1px solid #ccc;
    padding: 10px;
}
main section.case td li{
    overflow: hidden;
    padding: 18px 18px 0 18px;
    float: left;
    width: 323px;
    line-height: 22px;
}
main section.case td li:last-child{
    border: none;
}
main section.case td li p{
    font-weight: bold;
    margin: 10px 0 0;
}
main section.case td li img{
	width: 323px;
	height: auto;
}
/*----------------------
会社案内
-----------------------*/
main section#company h2{
    margin: 0;
}
main section#company h3{
	font-weight: normal;
    font-size: 20px;
    margin: 20px 0;
    color: #5958BA;
}
#company h2 {
    font-size: 48px;
    font-weight: inherit;
    letter-spacing: 4px;
    color: #5871c1;
}
#company .detail .gaiyou tr td:first-child {
    background: none;
    width: 90px;
}
#company .detail{
    width: 1100px;
    overflow: hidden;
    margin: 50px auto;
}
#company .detail tr td{
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    line-height: 26px;
}
#company .detail tr td:first-child{
    background: #f7f7f7;
}
#company .leftBox{
    float: left;
    width: 400px;
}
#company .rightBox{
    float: right;
    width: 600px;
}
#company .rightBox ul{
    overflow: hidden;
}
#company .rightBox ul li{
    float: left;
    width: 275px;
    line-height: 22px;
    margin-bottom: 50px;
}
#company .rightBox ul li:nth-child(2n){
    margin: 0 0 50px 50px;
}
#company .rightBox .image,
#greet .leftBox .image{
    width: 280px;
    height: 186px;
    margin: 0 0 10px;
    overflow: hidden;
}
#company .image{
    margin: 0 0 20px;
}
#company strong{
    display: block;
    margin: 0 0 5px;
}
#company .detail img,
#greet img{
    width: 100%;
}
#greet .leftBox{
    width: 310px;
    margin: 0 50px 0 0;
    float: left;
}
#greet{
    background-color: #5958BA;
    color: #fff;
    padding: 50px;
    width: 1100px;
    margin: 0 auto 50px;
    overflow: hidden;
}
#greet h3 {
    margin-bottom: 20px;
}
#greet p{
    font-size: 35px;
    margin: 0 0 50px 0;
    line-height: 25px;
}
#greet p .rinen {
    margin-bottom: 10px;
    display: inline-block;

}
#greet p .heading {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: normal;
}
#greet .leftBox span{
    display: block;
    font-size: 20px;
    margin: 5px 0 0;
}
#greet .leftBox img{
    margin: 0 0 5px;
}
#greet .rightBox{
    padding: 0 0 0 310px;
}
#greet .rightBox p{
    font-size: 16px;
    line-height: 25px;
}
#greet .prof{
    width: 300px;
    float: right;
}
#greet .prof li:first-child{
    margin: 0 0 10px;
}
#greet .prof li{
    margin: 0 0 8px;
}
/*----------------------
製品案内
-----------------------*/
.zairyo2 {
    background-color: #5958BA33;
    color: #5958BA;
    padding: 20px;
    width: 600px;
    line-height: 22px;
    margin-bottom: 50px;
}
.zairyo2 p {
    font-weight: bold;
    margin-bottom: 10px;
}
#zairyo3 {

    border-bottom: 2px solid #5958BA;
    padding: 5px 10px;

}
.tel {
    background-color: #5958BA;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.tel span {
    margin-right: 60px;
}
.kanren a {
    margin-left: 10px;
    text-decoration: underline;
}
.kanren a:hover {
    text-decoration: none;
}
table.table_company tr {
    font-weight: normal;
}
table.table_company {
    border-collapse: collapse;
    text-align: left;
}
table.table_company th {
    text-align: left;
    vertical-align: middle;
    width: 230px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #eaeaea;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #dcdcdc;
    border-bottom-color: #dcdcdc;
    border-left-color: #dcdcdc;
}
table.table_company td {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dcdcdc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
}
span.wpcf7-form-control-wrap {
    position: relative;
}
.content textarea {
    width: 99%;
    height: 140px;
    ime-mode: active;
}
.textcenter {
    text-align: center;
}
.btn_input {
    height: 60px;
    width: 450px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 110%;
    background-image: url(img/btn_confirm.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
}
div.wpcf7-validation-errors {
    border: 2px solid #5958BA !important;
}
/*----------------------
リクルート
-----------------------*/
#recruit{
    line-height: 28px;
}
.red {
    color: #CC0000;
}
.rc_banner img {
    height: 50px;
    width: auto;
    border: 1px solid;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 40px;
}
.rc_banner img:hover {
    opacity: 0.6;
    transition: 0.5s;
}
/*----------------------
外部リンク
-----------------------*/
.su_banner img {
    height: 115px;
    width: auto;
    border: 1px solid;
    margin-right: 15px;
    margin-top: 30px;
}
.su_banner img:hover {
    opacity: 0.6;
    transition: 0.5s;
}
/*----------------------
アクセス
-----------------------*/
iframe {
    margin: 20px;
}
/*----------------------
お問い合わせ
-----------------------*/
table.table_company {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dcdcdc;
}
table.table_company {
    border-collapse: collapse;
    text-align: left;
}
/*----------------------
sitemap
-----------------------*/
main section#sitemap h2 a {
    float: left;
    font-size: 22px;
    border-bottom: 1px solid #5958BA;
    padding: 0 0 5px;
    color: #5958BA;
    width: 50%;
    margin-bottom: 10px;
    margin-top: 15px;
    clear: both;
}

main section#sitemap div{
    width: 260px;
    float: left;
    margin: 0 20px 0 0;
}
main section#sitemap div.last{
    margin: 0;
}
main section#sitemap p{
    font-size: 22px;
    border-bottom: 1px solid #5958BA;
    padding: 0 0 5px;
    color: #5958BA;
}
main section#sitemap ul{
    margin: 20px 0 0;
        clear: both;
}

main section#sitemap li{
    list-style: disc;
    margin: 0 0 0 15px;
}
main section#sitemap li a{
    padding: 5px;
    display: block;
    text-decoration: underline;
}
main section#sitemap li a:hover{
    text-decoration: none;
    color: #5958BA;
}
main section#sitemap h2 a:hover {
    opacity: 0.6;
}
main section#sitemap .midashi {

    list-style: none;
    font-size: 19px;
    margin: 20px 0 0 0;
    font-weight: bold;

}
main section#uniform .font_b{
    font-size: 24px;
}
main section#uniform .font_s{
    font-size: 14px;
}
/*----------------------
info
-----------------------*/
main #info li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 2px;
}
main #info li a {
    text-decoration: underline;
}
main #info li a:hover {
    text-decoration: none;
}
/*----------------------
フッター
-----------------------*/
footer{
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 50%, #f9f9f9 50%, #f9f9f9);
    background-size: 180px 180px;
    padding: 20px 0;
    background: #5E5753;
    color: #fff;
}
#footer_inner{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    /*background-image: url(./img/bg_footer.png);
    background-repeat: no-repeat;
    background-size: 100% 79px;
    height: 79px;*/
}
footer section{
    float: left;
    width: 400px;
    padding: 20px;
    height: 112px;
    border-right: 1px solid #fff;
    box-sizing:border-box;
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
}
footer section:last-child{
    border: none;
}
footer section a{
    color: #fff;
    display: block;
}
footer section ul{
    overflow: hidden;
}
footer section ul li{
    float: left;
    width: 179px;
    padding: 0 0 10px;
    font-size: 14px;
}
footer section ul li:last-child,
footer section ul li:nth-child(5){
    padding-bottom: 0;
}
footer p{
    margin: 0 0 10px;
    line-height: 22px;
    font-size: 14px;
}
footer #logo{
	width: 250px;
	margin: 0 auto;
}
footer #logo p{
	font-size: 16px;
	letter-spacing: 8px;
	text-align: center;
	margin: 10px 0 0;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    display: block;
    right: 0px;
}
#pagetop a {
display: block;
text-align: center;
color: #FFF;
font-size: 16px;
text-decoration: none;
background-color: #5958BA;
padding: 10px 15px;
border-radius: 5px 0px 0px 5px;
opacity: 0.8;
}
#pagetop a:hover {
    opacity: 1.0;
}
.grecaptcha-badge {
    opacity: 0;
}
.reCAPTCHA {

    float: right;
    font-size: 12px;
    margin-top: 20px;
    color: #9b9696;
    text-align: right;

}
.reCAPTCHA a {

    color: #9b9696;

}