@charset "UTF-8";

/* 共通スタイル */

html,
body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #404040;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: #404040;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.aSmView {
    display: none;
}

.aBaseWrap {
    max-width: 980px;
    padding: 0 0 20px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

a.aLinkWrap {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.aBaseLink a {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.aZoomImg {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.aZoomImg img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.aZoomImg:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.aBcGry {
    background-color: #f0f0f0;
}

.aBcRed {
    background-color: #ff403d;
}

.aBcYel {
    background-color: #ffc712;
}

.aBcBlu {
    background-color: #38c7e8;
}

span.aNewMark {
    display: inline-block;
    padding: 0 10px;
    margin-right: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f42a2a;
    color: #FFF;
    font-size: 13px;
    line-height: 20px;
}

/* ヘッダー */

#aHeadCont {
    height: 170px;
}

#aHeadLogo {
    position: absolute;
    left: 20px;
    top: 10px;
}

#aHeadLogo h1 {
    margin-bottom: 20px;
    font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #004599
}

#aHeadLogo h1 .span2 {
	padding: 0 0 0 14px;
	font-weight: bold;
}
	
#aHeadLogo h1 .span1 {
    display: block;
    font-size: 67px;
}

#aHeadLogo p {
    padding-left: 0;
	margin-top: 10px;
    font-size: 67px;
	font-weight: bold;
    line-height: 18px;
	color: #004599;
}

#aHeadLogo a {
    display: block;
}

#aHeadBtn {
    padding-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    float: right;
}

#aHeadBtn div {
    margin-right: 0px;
    float: left;
}

#aHeadContcat {
    width: 175px;
}

#aHeadContcat a {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #45b8e5 url(../img/parts/headMail.png) no-repeat 140px center;
    font-weight: bold;
    font-size: 15px;
    line-height: 40px;
    text-indent: 17px;
    color: #FFF;
}

#aHeadContcat a:hover {
    background-color: #a2dbf2;
}

#aSubMenu {
	margin-top: 12px;
    float: right;
    clear: both;
}

#aSubMenu li {
    display: inline-block;
    padding-left: 14px;
    margin-left: 32px;
    background: url(../img/parts/menuArrowBk.png) no-repeat left center;
    font-size: 13px;
    line-height: 19px;
}

#aSubMenu li a:hover {
    text-decoration: underline;
}

#aHeadMenu {
	clear: both;
	padding-top: 40px;
}

#aHeadMenu ul {
    overflow: hidden;
}

#aHeadMenu ul li {
    width: 140px;
    border-right: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #FFF;
	position: relative;

}

#aHeadMenu ul li:first-child {
    border-left: 1px solid #CCC;
}

/*#aHeadMenu ul li:hover {
    background-color: #F2F2F2;
}

#aHeadMenu ul li.aActive {
    background-color: rgba(100,100,100,0.1);
}*/

#aHeadMenu ul li a {
    display: block;
    padding: 5px 0 4px 0;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    box-sizing: border-box;
    height: 48px;
    /*border: 1px solid;*/
}

/*#aHeadMenu ul li a:after {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 0;
    left: 0;
}*/

/*#aHeadMenu ul li a:hover:after {
    width: 100%;
}*/

#aHeadMenu ul li.aHeadMenu1 a {
    border-color: #cccccc;
    color: #404040;
}
#aHeadMenu dl {
	position: relative;
}
#aHeadMenu dt {
	position: relative;
	z-index: 1;
}
#aHeadMenu dd {
	color: #004599;
	font-size: 12px;
	position: absolute;
	z-index: 0;
	width: 100%;
	left: 0;
	bottom:4px;
}

#aHeadMenu ul li.aActive.aHeadMenu1,
#aHeadMenu ul li:hover.aHeadMenu1 {
    background-color: rgba(233, 241, 243, 1);
}


#aHeadMenu ul li.aHeadMenu2 a {
    border-color: #cccccc;
    color: #404040;
}

#aHeadMenu ul li.aActive.aHeadMenu2,
#aHeadMenu ul li:hover.aHeadMenu2 {
    background-color: rgba(233, 241, 243, 1);
}


#aHeadMenu ul li.aHeadMenu3 a {
    border-color: #cccccc;
    color: #404040;
}

#aHeadMenu ul li.aActive.aHeadMenu3,
#aHeadMenu ul li:hover.aHeadMenu3 {
    background-color: rgba(233, 241, 243, 1);
}


#aHeadMenu ul li.aHeadMenu4 a {
    border-color: #cccccc;
    color: #404040;
}

#aHeadMenu ul li.aActive.aHeadMenu4,
#aHeadMenu ul li:hover.aHeadMenu4 {
    background-color: rgba(233, 241, 243, 1);
}


#aHeadMenu ul li a span {
    display: block;
    font-size: 11px;
    line-height: 10px;
    padding-left: 2px;
}


/* フッター */

footer {
    color: #FFF;
    position: relative;
}

#aPageTop {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #004599;
    position: absolute;
    top: -40px;
    right: 40px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
}

#aFootCont {
    padding: 30px 0;
    background-color: #f0f0f0;
	color: #004599;
}

#aFootCont div div {
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
}

#aFootCont div p {
    line-height: 20px;
}

#aFootMenu {
    padding: 30px 0;
    background-color: #004599;
}

#aFootMenu ul {
    margin-right: 37px;
    float: left;
}

#aFootMenu ul li {
    padding-left: 14px;
    background: url(../img/parts/menuArrowWt.png) no-repeat left center;
    font-size: 15px;
    line-height: 27px;
}

#aFootMenu ul li a {
    color: #FFF;
}

#aFootMenu ul li a:hover {
    text-decoration: underline;
}

footer > p {
    background-color: #103b81;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
}

/* コンテンツ部分 */

/*#aPageHead {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#aPageHead h1 {
    width: 500px;
    margin: 0 auto;
    padding: 95px 0 80px;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    line-height: 46px;
}

#aPageHead h1 span {
    display: block;
    height: 63px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 54px;
}*/

#aPageHead,
#aSubPageHead {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#aPageHead h1,
#aSubPageHead h1 {
    height: 130px;
    overflow: hidden;
    line-height: 150px;
    font-size: 30px;
	font-weight: bold;
    color: #FFF;
	text-align: center;
}

#aPageHead h1 span,
#aSubPageHead h1 span {
    display: block;
    padding-left: 20px;
    margin-right: 45px;
    float: left;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 33px;
}

#aTopicPath {
    padding: 10px 0;
}

#aTopicPath ul {
    text-align: right;
    font-size: 0;
}

#aTopicPath ul li {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
    line-height: 37px;
}

#aTopicPath ul li:first-child:before {
    display: none;
}

#aTopicPath ul li:before {
    content: "〉";
    margin-right: 5px;
}

#aTopicPath ul li a {
    text-decoration: underline;
    color: #74c240;
}

#aMainWrap h2 {
    margin-bottom: 34px;
    position: relative;
    font-size: 32px;
	font-weight: bold;
    line-height: 72px;
    text-align: center;
}

#aMainWrap .h2_p01 {
	margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

#aMainWrap h2:before {
    content: "";
    width: 400px;
    height: 3px;
    margin-left: -200px;
    position: absolute;
    top: 100%;
    left: 50%;
}

#aMainWrap.aProductColor h2:before {
    background-color:#404040;
}

#aMainWrap.aResultColor h2:before {
    background-color: #2e7ecc;
}

#aMainWrap.aDocumentColor h2:before {
    background-color: #ffbf00;
}

#aMainWrap.aCompanyColor h2:before {
    background-color: #00b4d6;
}

#aMainWrap.aRecruitColor h2:before {
    background-color: #3b96d9;
}

#aMainWrap h3 {
    margin-bottom: 30px;
    border-bottom: 4px solid;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
}

#aMainWrap.aProductColor h3 {
    border-bottom-color: #46ad00;
}

#aMainWrap.aResultColor h3 {
    border-bottom-color: #2e7ecc;
}

#aMainWrap.aDocumentColor h3 {
    border-bottom-color: #ffbf00;
}

#aMainWrap.aCompanyColor h3 {
    border-bottom-color: #00b4d6;
}

#aMainWrap.aRecruitColor h3 {
    border-bottom-color: #3b96d9;
}

#aMainWrap h4 {
    margin-bottom: 30px;
    border-bottom: 1px solid;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}

#aMainWrap.aProductColor h4 {
    border-bottom-color: #46ad00;
}

#aMainWrap.aResultColor h4 {
    border-bottom-color: #2e7ecc;
}

#aMainWrap.aDocumentColor h4 {
    border-bottom-color: #ffbf00;
}

#aMainWrap.aCompanyColor h4 {
    border-bottom-color: #00b4d6;
}

#aMainWrap.aRecruitColor h4 {
    border-bottom-color: #3b96d9;
}

#aFootContact {
    margin-bottom: 60px;
    background-color: rgba(242, 250, 253, 0.9);
}

.aBaseListImg img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.aBaseTitle {
    width: 100%;
    height: 50px;
    padding: 16px 10px;
	text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    line-height: 20px;
    color: #FFF;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
	font-size: 20px;
	font-weight: bold;
}

.aBaseTitle span {
    display: block;
    padding-left: 15px;
    background: url(../img/parts/circleArrowWt.png) no-repeat left center;
    font-size: 13px;
}

.aBaseTitle02 {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
	text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    line-height: 20px;
    color: #FFF;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
	font-size: 14px;
}

.aBaseTab {
    margin-bottom: 15px;
}

.aBaseTab ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    overflow: visible;
}

.aBaseTab ul li {
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    position: relative;
}

.aBaseTab ul li:after {
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    border-top-color: #DDD;
    border-width: 10px;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    left: 50%;
}

.aBaseTab ul li a {
    display: block;
    background-color: #DDD;
    color: #404040;
}

.aBaseTab ul li.aActive a,
.aBaseTab ul li:hover a {
    color: #FFF;
}

.aBaseTab ul li.aActive:after,
.aBaseTab ul li:hover:after {
    border-width: 30px;
    margin-left: -30px;
}

.aBaseBtn {
    text-align: center;
	margin-bottom: 40px;
}

.btn_margin {
	margin: 0 0 40px 0;
}

.aBaseBtn a,
.aBaseBtn input[type="submit"] {
    display: inline-block;
    min-width: 300px;
    padding: 10px 50px 10px 40px;
    border: 1px solid #004599;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #004599 50%, #FFF 50%);
    background-size: 200% 100%;
    position: relative;
    font-weight: bold;
    font-size: 26px;
    line-height: 48px;
    color: #FFF;
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -moz-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -ms-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -o-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    outline: none;
    cursor: pointer;
}

.aBaseBtn input[type="submit"] {
    min-width: 0;
    padding: 0 22px 0 40px;
}

.aBaseBtn input[type="submit"].aFormBack {
    padding: 0 40px 0 22px;
    margin-right: 10px;
}


.aBaseBtn a:hover,
.aBaseBtn input[type="submit"]:hover {
    background-position: -100% 100%;
    color: #004599;
}



/* ボタン追加 */

.aBaseBtn2 {
	margin: 0 0 20px 0;
}

.aBaseBtn2 a,
.aBaseBtn2 input[type="submit"] {
    display: inline-block;
    min-width: 80px;
    padding: 0 50px 0 20px;
    border: 1px solid #004599;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #004599 50%, #FFF 50%);
    background-size: 200% 100%;
    position: relative;
    font-weight: bold;
    font-size: 17px;
    line-height: 48px;
    color: #FFF;
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -moz-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -ms-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -o-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    outline: none;
    cursor: pointer;
}

.aBaseBtn2 input[type="submit"] {
    min-width: 0;
    padding: 0 22px 0 40px;
}

.aBaseBtn2 input[type="submit"].aFormBack {
    padding: 0 40px 0 22px;
    margin-right: 10px;
}

.aBaseBtn2 a:after {
    content: "＞";
    position: absolute;
    font-size: 17px;
    line-height: 48px;
    top: 0;
    right: 22px;
}

.aBaseBtn2 a:hover,
.aBaseBtn2 input[type="submit"]:hover {
    background-position: -100% 100%;
    color: #004599;
}

.aBaseBtn2 a:after {
    content: "＞";
    position: absolute;
    font-size: 17px;
    line-height: 48px;
    top: 0;
    right: 22px;
}

.aBaseBtn2 a:hover,
.aBaseBtn2 input[type="submit"]:hover {
    background-position: -100% 100%;
    color: #004599;
}



.aBaseBtn3 {
	margin: 0 0 10px 0;
}

.aBaseBtn3 a,
.aBaseBtn3 input[type="submit"] {
    display: inline-block;
    min-width: 80px;
    padding: 0 40px 0 14px;
    border: 1px solid #004599;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #004599 50%, #FFF 50%);
    background-size: 200% 100%;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    color: #FFF;
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -moz-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -ms-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -o-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    outline: none;
    cursor: pointer;
}

.aBaseBtn3 input[type="submit"] {
    min-width: 0;
    padding: 0 22px 0 40px;
}

.aBaseBtn3 input[type="submit"].aFormBack {
    padding: 0 40px 0 22px;
    margin-right: 10px;
}

.aBaseBtn3 a:after {
    content: "＞";
    position: absolute;
    font-size: 14px;
    line-height: 36px;
    top: 0;
    right: 14px;
}

.aBaseBtn3 a:hover,
.aBaseBtn3 input[type="submit"]:hover {
    background-position: -100% 100%;
    color: #004599;
}

.aBaseBtn3 a:after {
    content: "＞";
    position: absolute;
    font-size: 14px;
    line-height: 36px;
    top: 0;
    right: 14px;
}

.aBaseBtn3 a:hover,
.aBaseBtn3 input[type="submit"]:hover {
    background-position: -100% 100%;
    color: #004599;
}



.aBaseBtn4 {
	margin: 20px 10px 10px 10px;
	display: inline-block;
}

.aBaseBtn4 a,
.aBaseBtn4 input[type="submit"] {
    display: inline-block;
    min-width: 160px;
    padding: 0 40px 0 14px;
    border: 1px solid #004599;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #004599 50%, #FFF 50%);
    background-size: 200% 100%;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 48px;
    color: #FFF;
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -moz-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -ms-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -o-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    outline: none;
    cursor: pointer;
}

.aBaseBtn4 input[type="submit"] {
    min-width: 0;
    padding: 0 22px 0 40px;
}

.aBaseBtn4 input[type="submit"].aFormBack {
    padding: 0 40px 0 22px;
    margin-right: 10px;
}

.aBaseBtn4 a:after {
    content: "＞";
    position: absolute;
    font-size: 14px;
    line-height: 48px;
    top: 0;
    right: 14px;
}

.aBaseBtn4 a:hover,
.aBaseBtn4 input[type="submit"]:hover {
    background-position: -100% 100%;
    color: #004599;
}

.aBaseBtn4 a:after {
    content: "＞";
    position: absolute;
    font-size: 14px;
    line-height: 48px;
    top: 0;
    right: 14px;
}

.aBaseBtn4 a:hover,
.aBaseBtn4 input[type="submit"]:hover {
    background-position: -100% 100%;
    color: #004599;
}

/* ボタン追加ここまで */

.aBaseBtn a:hover,
.aBaseBtn input[type="submit"]:hover {
    background-position: -100% 100%;
    color: #004599;
}

.aBaseDropdown .aBcGry {
    padding: 30px 0 60px;
}

.aBaseDropdown .aBcGry p {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
}

.aBaseDropdown ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.aBaseDropdown ul li {
    position: relative;
}

.aBaseDropdown ul li div {
    position: relative;
    font-weight: bold;
    color: #FFF;
}

.aBaseDropdown ul li div:after {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/parts/ddArrow.png) no-repeat center center;
    position: absolute;
    top: 15px;
    right: 15px;
}

.aBaseDropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 70px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0);
}

.aBaseDropdown select option {
    color: #404040;
}

.aBaseDropdown .aBaseBtn {
    padding: 60px 0;
}

.aFootContactTxt {
    width: 555px;
    float: left;
}

.aFootContactTxt p {
    padding-top: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #004599;
}

.aFootContactTxt p span {
    color: #404040;
}

.aFootContactBtn {
    width: 360px;
    padding: 60px 65px 60px 0;
    float: right;
}

.aFootContactBtn a {
    display: block;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 5px 5px 0px 0px #DDDDDD;
    -moz-box-shadow: 5px 5px 0px 0px #DDDDDD;
    box-shadow: 5px 5px 0px 0px #DDDDDD;
    background-color: #004599;
    font-weight: bold;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #FFF;
}

.aFootContactBtn a:hover {
    background-color: #95d34c;
}

/* トップページ */

#aTopWrap h2 {
    margin-bottom: 20px;
    font-size: 58px;
    text-align: center;
	line-height: 1.2;
}

#aTopWrap h2 .span2 {
	padding: 0 40px 0;
	font-weight: bold;
}
	
#aTopWrap h2 .span1 {
    display: block;
    font-size: 20px;
    color: #004599;
}

.aMainSlideInner {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.aMainSlideInner img {
    max-width: none;
}

#aMainSlide .swiper-button-next,
#aMainSlide .swiper-button-prev {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
}

#aMainSlide .swiper-button-next {
    background: url(../img/parts/mainNextArrow.png) no-repeat center center !important;
}

#aMainSlide .swiper-button-prev {
    background: url(../img/parts/mainPrevArrow.png) no-repeat center center !important;
}

#aMainSlide .swiper-pagination-bullet {
    width: 46px;
    height: 40px;
    display: inline-block;
    border-radius: 0;
    background: url(../img/top/slide/inactive.png) no-repeat center center;
    opacity: 1;
}

#aMainSlide .swiper-pagination-bullet-active {
    background: url(../img/top/slide/active.png) no-repeat center center;
}

#aTopNews {
    padding: 60px 0 0;
}

#aTopNews ul {
    margin-bottom: 40px;
}

#aTopNews ul li {
    padding: 10px 18px;
    border-bottom: 1px dotted #b2b2b2;
    line-height: 20px;
}

#aTopNews ul li:first-child {
    border-top: 1px dotted #b2b2b2;
}

#aTopNews ul li div {
    width: 94px;
    float: left;
    font-size: 12px;
}

#aTopNews ul li p {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#aTopNews ul li p span {
    display: inline-block;
    padding: 0 10px;
    margin-right: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f42a2a;
    color: #FFF;
    font-size: 13px;
}

#aTopProduct {
    padding: 70px 0 50px;
    margin-bottom: 40px;
}

#aTopProduct h3 {
    margin-bottom: 27px;
    font-size: 33px;
    line-height: 38px;
    text-align: center;
}

#aTopProductImg {
    overflow: hidden;
	width: 840px;
	margin: 0 auto 25px;
} 

#aTopProductImg li {
    width: 100px;
	margin: 0 20px 0 20px;
    position: relative;
    float: left;
}



#aTopProductImg li div {
    margin-bottom: 10px;
    overflow: hidden;
}

#aTopProductImg li p {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

#aTopProductList {
    margin: 0 0 40px -72px;
    overflow: hidden;
}

#aTopProductList ul {
    margin-left: 72px;
    float: left;
}

#aTopProductList ul li {
    padding-left: 20px;
    background: url(../img/parts/circleArrowGn.png) no-repeat left center;
    font-size: 15px;
    line-height: 30px;
}

#aTopProductList ul li a:hover {
    text-decoration: underline;
}

#aTopResult {
    padding: 60px 0 50px;
}

#aTopResSlideWrap {
    margin-bottom: 30px;
    position: relative;
}

#aTopResSlide {
    width: 900px;
    margin: 0 auto;
}

#aTopResSlide .swiper-wrapper {
    /*margin-left: -30px;*/
    /*overflow: hidden;*/
}

#aTopResSlide .swiper-slide {
    /*margin-left: 30px;*/
    /*float: left;*/
}

.aTopResSlideInner {
    display: inline-block;
    width: 230px;
    position: relative;
}

.product_margin {
	margin: 0 10px 0 0;
}

.aTopResSlideInner p {
    background-color: rgba(104, 192, 0, 0.9);
}

#aTopResSlideWrap .swiper-button-next,
#aTopResSlideWrap .swiper-button-prev {
    /*display: none;*/
    /*margin-top: -6px;*/
}

#aTopResSlideWrap .swiper-button-next {
    right: 0px;
}

#aTopResSlideWrap .swiper-button-prev {
    left: 0px;
}

#aTopContact {
	margin-top: 60px;
	margin-bottom: 60px;
}

#aTopContact dl dt {
    margin-bottom: 330px;
}

#aTopContact dl dd {
    height: 300px;
    width: 900px;
    position: absolute;
    top: 0px;
	border: 10px solid #bdd7db;
}

#aTopContact .aFootContactTxt {
    width: 485px;
}

#aTopContact .aFootContactTxt p span {
    font-size: 36px;
}

#aTopContact .aFootContactBtn {
    padding: 20px 55px 60px 0;
}

#aTopLink {
    margin-bottom: 100px;
}

#aTopLink ul {
    margin-left: -20px;
    overflow: hidden;
}

#aTopLink ul li {
    margin-left: 20px;
    float: left;
}

#aTopLink ul li a {
    display: block;
}

#aTopLink ul li a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#aFrontPage #aFootContact {
    display: none;
}


/* トップスライド後付け */

#header_main {
	margin:0;
}

#aTopSlide {
    width: 100%;
}

#aTopSlide li {
	width: 100%;
	height:500px;
	position: relative;

}
#aTopSlide li > div {

}
#aTopSlide li > div img {
	width:100%;
	min-width: 1200px;
	height: auto;
	z-index: -1;
	position: relative;
}

#aTopSlide li > p {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 500px;
    text-align: center;
}

#aTopSlide li > p img{
    width:1200px;
    height: 500px;
	
}

/* スライドPAGER */

.bx-wrapper .bx-controls {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 99999;
}

.bx-wrapper .bx-pager {
	text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    margin-top: -45px;
    z-index: 99999;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    border: 2px solid #888;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #888;
}

.bx-controls-direction {
    display: none;
}


/* 施工実績 */

.aResultBack {
    background-image: url(../img/result/headBack.jpg);
}

#aResultCont {
    padding-top: 38px;
    margin-bottom: 100px;
}

#aResultTab ul li {
    /*width: 230px;*/
    width: 300px;
    font-size: 19px;
}

#aResultTab .aResultTab1.aActive a,
#aResultTab .aResultTab1:hover a {
    background-color: #2e7ecc;
}

#aResultTab .aResultTab2.aActive a,
#aResultTab .aResultTab2:hover a {
    background-color: #38b0ba;
}

#aResultTab .aResultTab3.aActive a,
#aResultTab .aResultTab3:hover a {
    background-color: #b0c900;
}

#aResultTab .aResultTab4.aActive a,
#aResultTab .aResultTab4:hover a {
    background-color: #edad33;
}

#aResultTab .aResultTab1.aActive:after,
#aResultTab .aResultTab1:hover:after {
    border-top-color: #2e7ecc;
}

#aResultTab .aResultTab2.aActive:after,
#aResultTab .aResultTab2:hover:after {
    border-top-color: #38b0ba;
}

#aResultTab .aResultTab3.aActive:after,
#aResultTab .aResultTab3:hover:after {
    border-top-color: #b0c900;
}

#aResultTab .aResultTab4.aActive:after,
#aResultTab .aResultTab4:hover:after {
    border-top-color: #edad33;
}

#aResTopList > div {
    display: none;
}

#aResTopList > div:first-child {
    display: block;
}

#aResTopListCat,
#aResTopListMethod {
    padding: 40px 0;
}

#aResTopListCat {
    background-color: #e0ecf7;
}

#aResTopListMethod {
    background-color: #e1f3f5;
}

#aResTopListCat ul,
#aResTopListMethod ul {
    margin-left: -20px;
    overflow: hidden;
}

#aResTopListCat ul li,
#aResTopListMethod ul li {
    width: 230px;
    margin: 0 0 20px 20px;
    position: relative;
    float: left;
    background-color: #EFEFEF;
}

#aResTopListCat ul li p,
#aResTopListMethod ul li p {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    line-height: 80px;
    text-align: center;
    color: #FFF;
}

#aResTopListCat ul li p span,
#aResTopListMethod ul li span {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
}

#aResTopListCat ul li p span i {
    letter-spacing: -1px;
}

#aResTopListCat ul li p {
    background-color: rgba(46, 126, 204, 0.9);
}

#aResTopListMethod ul li p {
    background-color: rgba(56, 176, 186, 0.9);
}

#aResTopListMethod ul:first-of-type {
    margin-bottom: 80px;
}

#aResTopListMethod h3 {
    text-align: left;
}

#aResTopListAge,
#aResTopListPref {
    padding: 0 0 30px 0;
}

#aResTopListAge {
    background-color: #f3f7d9;
}

#aResTopListPref {

}

#aResTopListAge ul li,
#aResTopListPref ul li {

}

#aResTopListAge ul li,
#aResTopListPref ul li {
    padding: 0 30px;
}

#aResTopListAge ul li:first-child,
#aResTopListPref ul li:first-child {

}

#aResTopListAge ul li div,
#aResTopListPref ul li div {
    display: inline-block;
    margin: 0 15px 20px 0;
    vertical-align: middle;
}

#aResTopListAge ul li div a,
#aResTopListPref ul li div a {
    display: block;
	width: 240px;
    padding: 0 20px;
    border: 1px solid;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 4px;
    background-color: #FFF;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

#aResTopListAge ul li div a {
    border-color: #b0c900;
}

#aResTopListPref ul li div a {
    border-color: #004599;
}

#aResTopListAge ul li div a:hover,
#aResTopListPref ul li div a:hover {
    background-color: #F2F2F2;
}

#aResTopListPref ul li p {
    width: 104px;
    margin-right: 20px;
    border-right: 1px solid #b2b2b2;
    float: left;
    font-size: 15px;
    text-align: center;
}

#aResultCat,
#aResultDet {
    padding-top: 30px;
    margin-bottom: 60px;
}

#aResultCat .aPagenavi {
    padding: 30px 0 50px;
}

.aBaseResListWrap {
    margin-bottom: 80px;
}

.aBaseResList {
    margin: 0 0 20px -20px;
    overflow: hidden;
}

.aBaseResList li {
    width: 230px;
	height: 173px;
    margin: 0 0 20px 20px;
    position: relative;
    float: left;
    background-color: #EFEFEF;
}

.aBaseResList li p {
    background-color: rgba(104, 192, 0, 0.9);
}

#aResultDropdown ul li {
    width: 230px;
}

#aResultDropdown ul li div {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 23px;
}

.aResDd1 {
    background-color: #2e7ecc;
}

.aResDd2 {
    background-color: #38b0ba;
}

.aResDd3 {
    background-color: #b0c900;
}

.aResDd4 {
    background-color: #edad33;
}

#aResultDropdown select {
    width: 230px;
}

.aResDetDate {
    position: absolute;
    right: 40px;
    top: 62px;
    font-size: 14px;
    line-height: 26px;
}

#aResDetImg {
    padding-top: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}

#aResSlideWrap {
    width: 812px;
    float: left;
}

#aResTmbSlide {
    height: 100%;
}

#aResTmbSlideWrap {
    width: 140px;
    height: 609px;
    float: right;
}

#aResTmbSlide .swiper-slide {
    /*margin-bottom: 21px;*/
    height: auto;
}

#aResTmbSlide .swiper-slide .aBaseListImg {
    /*padding-bottom: 50px;*/
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
}

#aResTmbSlide .swiper-slide .aBaseListImg:first-child {
    margin-top: 0;
}

#aResDetTable {
    width: 812px;
    margin-bottom: 90px;
    border-collapse: separate;
    border-spacing: 0 2px;
}

#aResDetTable th,
#aResDetTable td {
    font-size: 14px;
    line-height: 22px;
}

#aResDetTable th {
    width: 125px;
    padding: 14px 0 14px 55px;
    border-right: 2px solid #FFF;
}

#aResDetTable td {
    padding: 14px 35px;
}

#aResDetTable tr:nth-child(even) th,
#aResDetTable tr:nth-child(even) td {
    background-color: #F0F0F0;
}

#aResDetTable tr:nth-child(odd) th,
#aResDetTable tr:nth-child(odd) td {
    background-color: #e0e0e0;
}

#aResSlide .swiper-button-next {
    background: url(../img/parts/mainNextArrow.png) no-repeat center center !important;
}

#aResSlide .swiper-button-prev {
    background: url(../img/parts/mainPrevArrow.png) no-repeat center center !important;
}

#aResSlide .swiper-button-next,
#aResSlide .swiper-button-prev {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
}



/* 施工実績追加 */

#aResultItems01 {
    margin-bottom: 50px;
}

#aResultItems01 .aResultTable01 {
    width: 700px;
    font-size: 15px;
    line-height: 20px;
	margin: auto;
}


.aResultTable01 {
}

.aResultTable01 th,
.aResultTable01 td {
    padding: 10px 20px;
	border: 1px solid #CCCCCC;
}

.aResultTable01 th {
	width: 240px;
	background-color: #e9f2f3;
    border: 1px solid #CCCCCC;
}

.aResultImgLef {
    width: 460px;
    float: left;
	margin: 0 60px 40px 0;
}

.aResultImgRig {
    width: 460px;
    float: left;
	margin: 0 0 40px 0;
}

.aResultImgCen {
    width: 640px;
	margin: 0 auto 40px;
}

.aResultImgCen p,
.aResultImgLef p,
.aResultImgRig p {
	font-size: 15px;
	line-height: 1.5;
	margin: 10px 0 0 0;
}

.aResultP01 {
	clear: both;
	padding: 50px 50px 60px;
}

.aResultP01 p {
	font-size: 15px;
	line-height: 20px;
}


/* 製品・工法 */

.aProductBack {
    background-image: url(../img/product/headBack.jpg);
}

#aProductCont {
    padding-top: 20px;
    margin-bottom: 120px;
}

#aProductCont > p {
    margin-bottom: 50px;
    font-size: 29px;
    line-height: 50px;
    text-align: center;
}

#aProductTab ul li {
    width: 300px;
    font-size: 20px;
}

#aProductTab .aProductTab1.aActive a,
#aProductTab .aProductTab1:hover a {
    background-color: #149600;
}

#aProductTab .aProductTab2.aActive a,
#aProductTab .aProductTab2:hover a {
    background-color: #46ad00;
}

#aProductTab .aProductTab3.aActive a,
#aProductTab .aProductTab3:hover a {
    background-color: #004599;
}

#aProductTab .aProductTab1.aActive:after,
#aProductTab .aProductTab1:hover:after {
    border-top-color: #149600;
}

#aProductTab .aProductTab2.aActive:after,
#aProductTab .aProductTab2:hover:after {
    border-top-color: #46ad00;
}

#aProductTab .aProductTab3.aActive:after,
#aProductTab .aProductTab4:hover:after {
    border-top-color: #004599;
}

#aProTopList > div {
    display: none;
}

#aProTopList > div:first-child {
    display: block;
}

#aProTopListCat {
    padding: 40px 0 10px;
    background-color: #dcefd9;
}

#aProTopList ul {
    margin-left: -40px;
    overflow: hidden;
}

#aProTopList ul li {
    width: 300px;
    margin: 0 0 30px 40px;
    position: relative;
    float: left;
}

#aProTopList ul li .aBaseListImg img {
    background-color: #DDD;
}

#aProTopList ul li p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #FFF;
}

#aProTopList h5 {
    padding-left: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    font-size: 22px;
    line-height: 42px;
}

#aProTopListCat ul li p {
    background-color: rgba(20, 150, 0, 0.9);
    font-size: 16px;
    line-height: 40px;
}

#aProTopListPro,
#aProTopListPur {
    padding-top: 55px;
    background-color: #e3f3d9;
}

#aProTopListPro h5 {
    border-bottom-color: #46ad00;
}

#aProTopListPro ul,
#aProTopListPur ul {
    margin-bottom: 45px;
}

#aProTopListPro ul li p,
#aProTopListPur ul li p {
    padding: 10px 0;
    font-size: 0;
    line-height: 44px;
}

#aProTopListPro ul li p {
    background-color: rgba(70, 173, 0, 0.9);
}

#aProTopListPro ul li p span,
#aProTopListPur ul li p span {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    vertical-align: bottom;
}

#aProTopListPur h5 {
    border-bottom-color: #004599;
}

#aProTopListPur ul li p {
    background-color: rgba(120, 196, 0, 0.9);
}

#aProductDropdown ul li {
    width: 300px;
}

#aProductDropdown ul li div {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 40px;
}

.aProDd1 {
    background-color: #149600;
}

.aProDd2 {
    background-color: #46ad00;
}

.aProDd3 {
    background-color: #004599;
}

#aProductDropdown select {
    width: 300px;
}

#aProductCat {
    padding-top: 20px;
    margin-bottom: 60px;
}

#aProCatCont {
    padding: 30px 0;
    margin-bottom: 90px;
}

.aProCatContImg {
    width: 500px;
    float: left;
}

.aProCatContTxt {
    width: 450px;
    float: right;
}

.aProCatContTxt h5 {
    padding: 12px 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 36px;
    color: #4fb040;
}

.aProCatContTxt p {
    font-size: 15px;
    line-height: 36px;
}

#aProCatList {
    margin-bottom: 40px;
}

#aProCatList ul {
    margin-left: -20px;
    font-size: 0;
}

#aProCatList ul li {
    display: inline-block;
    width: 230px;
    margin: 0 0 20px 20px;
    position: relative;
    vertical-align: top;
}

#aProCatList ul li {
    width: 230px;
    position: relative;
}

#aProCatList ul li .aZoomImg {
    width: 100%;
}

#aProCatList ul li .aBaseListImg {
    position: relative;
}

.aProCatListPoint {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
}

#aProCatList ul li a.aLinkWrap {
    border: 10px solid rgba(255, 255, 255, 0.70);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#aProCatList ul li p {
    padding: 8px 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

#aProductCat {
    padding-top: 30px;
    margin-bottom: 60px;
}

#aProDetCont {
    padding-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.aProDetContImg {
    float: left;
}

.aProDetContTxt {
    margin-left: 530px;
}

#aProDetCont h5 {
    padding: 12px 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 25px;
    line-height: 36px;
    color: #4fb040;
}

#aProDetCont p {
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 36px;
}

#aProDetCompare {
    margin-bottom: 110px;
}

#aProDetCompare ul {
    padding: 30px 30px 0;
    overflow: hidden;
}

#aProDetCompare ul li {
    width: 400px;
    padding: 0 30px;
    float: left;
}

#aProDetCompare ul li p {
    margin-bottom: 20px;
    border: 2px solid #004599;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
}

#aProDetCompare ul li div {
    text-align: center;
}

#aProDetFlow {
    padding: 40px 0 10px;
    margin-bottom: 70px;
}

#aProDetFlow ul {
    margin-left: -20px;
    font-size: 0;
}

#aProDetFlow ul li {
    display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
}

#aProDetFlow ul li.aW250 {
    width: 250px;
}

#aProDetFlow ul li.aW500 {
    width: 500px;
}

#aProDetFlow ul li .aBaseListImg {
    overflow: hidden;
}

#aProDetFlow ul li .aBaseListImg div {
    width: 230px;
    margin-left: 20px;
    float: left;
}

#aProDetFlow ul li h6 {
    padding: 4px 0;
    margin-left: 20px;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: #4fb040;
    clear: both;
}

#aProDetFlow ul li p {
    margin-left: 20px;
    font-size: 13px;
    line-height: 18px;
}


/* 製品・工法　追記 */

#aProduct_ListWrap {
    margin-bottom: 30px;
    position: relative;
}

#aProduct_List {
    width: 900px;
    margin: 0 auto;
}

#aProduct_List .swiper-wrapper {
    /*margin-left: -30px;*/
    /*overflow: hidden;*/
}

#aProduct_List .swiper-slide {
    /*margin-left: 30px;*/
    /*float: left;*/
}

.aProduct_ListInner {
    display: inline-block;
    width: 470px;
	height: 250px;
    position: relative;
}

.aProduct_ListInner p {
    background-color: rgba(104, 192, 0, 0.9);
}

#aProduct_ListWrap .swiper-button-next,
#aProduct_ListWrap .swiper-button-prev {
    /*display: none;*/
    /*margin-top: -6px;*/
}

#aProduct_ListWrap .swiper-button-next {
    right: 0px;
}

#aProduct_ListWrap .swiper-button-prev {
    left: 0px;
}



/* 書類・図面ダウンロード */

.aDocumentBack {
    background-image: url(../img/document/headBack.jpg);
}

#aDocumentCont {
    padding-top: 20px;
    margin-bottom: 20px;
}

#aDocumentCont > p {
    margin-bottom: 50px;
    font-size: 29px;
    line-height: 50px;
    text-align: center;
}

.aDocList {
    padding-top: 30px;
    margin: 0 0 60px -20px;
    font-size: 0;
}

.aDocList > li {
    display: inline-block;
    padding: 20px;
    width: 190px;
    margin: 0 0 20px 20px;
    background-color: #f0f0f0;
    vertical-align: top;
}

.aDocList > li div {
    margin-bottom: 15px;
}

.aDocList > li div img {
    width: 190px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.aDocList > li p {
    margin-bottom: 15px;
    height: 44px;
    overflow: hidden;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
}

.aDocList > li ul li + li {
    padding-top: 10px;
}

.aDocList > li ul li a {
    display: block;
    padding-left: 38px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
}

.aDocListPdf a {
    background: #e83828 url(../img/document/iconPdf.png) no-repeat 2px center;
}

.aDocListExcel a {
    background: #2b993b url(../img/document/iconExcel.png) no-repeat 2px center;
}

.aDocList > li ul li a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#aDocLogin {
    width: 500px;
    margin: 0 auto;
}

.aLoginForm {
    border: 1px solid #EEE;
    padding: 40px;
}

.aLoginForm .div_text,
.aLoginForm .button_div,
.aLoginForm .link-text {
    width: 100% !important;
    box-sizing: border-box;
}

.aLoginForm fieldset {
    margin-bottom: 10px;
}

.aLoginForm input[type="text"],
.aLoginForm input[type="password"],
.aLoginForm input[type="email"] {
    box-sizing: border-box;
}

.aLoginForm input[type="submit"] {
    padding: 5px 15px;
    border-radius: 5px;
    background: #45b8e5;
    border: 0 none;
    color: #FFF;
    font-weight: bold;
}

.aLoginForm > p,
.aLoginForm > ul {
    text-align: center;
}

#aDocRegist {
    margin: 80px;
}

/* 会社案内 */

.aCompanyBack {
    background-image: url(../img/company/headBack.jpg);
}

/*#aSubPageHead.aCompanyBack h1 {
    height: 150px;
    line-height: 150px;
}*/

.aPageHeadMenu {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 0;
    text-align: center;
}

.aPageHeadMenu li {
    display: inline-block;
    width: 160px;
    border-left: 1px solid #FFF;
    font-size: 20px;
    line-height: 50px;
}

.aPageHeadMenu li:first-child {
    border-left: none;
}

.aPageHeadMenu li a {
    display: block;
    color: #FFF;
}

.aPageHeadMenu li a:hover {
    text-decoration: underline;
}

.aCompTable , .aCompTableExcept{
    border-collapse: separate;
    border-spacing: 0 2px;
}

.aCompTable th,
.aCompTable td,
.aCompTableExcept th,
.aCompTableExcept td {
    padding: 20px;
}

.aCompTable th , .aCompTableExcept th {
    width: 100px;
    border-right: 2px solid #FFF;
}


.aCompTable tr:nth-child(even) th,
.aCompTable tr:nth-child(even) td {
    background-color: #e3f4fb;
}

.aCompTable tr:nth-child(odd) th,
.aCompTable tr:nth-child(odd) td {
    background-color: #c7eaf7;
}


.aCompTableMain th,
.aCompTableMain td {
    background-color: #c7eaf7;
}

.aCompTableSub th,
.aCompTableSub td {
    background-color: #e3f4fb;
}

.aCompTable td + td , .aCompTableExcept td + td {
    border-left: 2px solid #FFF;
}

#aCompAbout {
    padding-top: 30px;
    margin-bottom: 90px;
    overflow: hidden;
}

#aCompAbout img {
    margin-bottom: 10px;
}

#aCompAbout p {
    max-width: 400px;
    font-size: 11px;
}

#aCompAbout div {
    float: right;
}

#aCompAbout .aCompTable {
    width: 540px;
    float: left;
    font-size: 16px;
    line-height: 25px;
}

#aCompItems {
    margin-bottom: 100px;
}

#aCompItems h4 {
    margin-bottom: 55px;
}

#aCompItems .aCompTable {
    width: 100%;
    font-size: 16px;
    line-height: 35px;
}

#aCompHistory,
#aCompOffice,
#aCompGroup {
    padding-top: 20px;
    margin-bottom: 100px;
}

#aCompHistory p {
    padding-top: 24px;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
}

#aCompHistory .aCompTable,
#aCompGroup .aCompTable {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

#aCompHistory .aCompTable th {
    width: 150px;
}

#aCompHistory .aCompTable a {
    color: #4fb040;
    text-decoration: underline;
}

#aCompPhilosophy {
    padding-top: 20px;
    margin-bottom: 150px;
}

/*企業理念の新しいデータ*/
#aCompPhWrap {
    padding: 0px 0px 427px 0px;
    margin-top: 50px;
    background: url(../img/company/phBack.jpg) no-repeat center center;
    background-size: cover;
}

.aCompPhTtl {
    padding: 15px 20px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
}

.aCompPhTxt {
    padding: 0 20px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 21px;
    line-height: 40px;
    text-align: center;
}


/*企業理念の元データ

#aCompPhWrap {
    padding: 120px 90px;
    margin-top: 50px;
    background: url(../img/company/phBack.jpg) no-repeat center center;
    background-size: cover;
}

.aCompPhTtl {
    padding: 72px 20px 49px;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    font-size: 30px;
    line-height: 52px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
}

.aCompPhTxt {
    padding: 0 20px 48px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 21px;
    line-height: 45px;
    text-align: center;
}
*/

#aCompOffice .aCompTable , .aCompTableExcept {
    width: 100%;
    padding-top: 30px;
    font-size: 16px;
    line-height: 25px;
}

#aCompOffice .aCompTable th,
#aCompOffice .aCompTable td,
#aCompOffice .aCompTableExcept th,
#aCompOffice .aCompTableExcept td {
    padding: 7px 30px;
}

#aCompGroup .aCompTable th {
    width: 160px;
}

#aCompGroup .aCompTable td + td {
    width: 200px;
}

#aCompGroup .aCompTable a:hover {
    text-decoration: underline;
}

/* よくある質問 */

.aFaqBack {
    background-image: url(../img/faq/headBack.jpg);
}

/*#aSubPageHead.aFaqBack h1 {
    height: 220px;
    line-height: 220px;
}*/

#aFaqCont {
    padding-top: 60px;
    margin-bottom: 80px;
}

#aFaqCont > p {
    margin-bottom: 110px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}

#aFaqCont dl dt,
#aFaqCont dl dd {
    display: table;
    border-collapse: separate;
    border-spacing: 2px 0;
    width: 100%;
}

#aFaqCont dl dt span,
#aFaqCont dl dd span {
    display: table-cell;
    width: 70px;
    padding: 24px 0 32px;
    font-weight: bold;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
}

#aFaqCont dl dt > div,
#aFaqCont dl dd > div {
    display: table-cell;
    background-color: #f2f2f2;
}

#aFaqCont dl dt {
    margin-bottom: 2px;
    overflow: hidden;
}

#aFaqCont dl dt span {
    background-color: #fce7e2;
    color: #ee866e;
}

#aFaqCont dl dt div {
    padding: 25px 20px;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    color: #e85e3d;
    vertical-align: top;
}

#aFaqCont dl dd {
    margin-bottom: 40px;
    overflow: hidden;
}

#aFaqCont dl dd span {
    background-color: #ceeaed;
    color: #5ebac2;
}

#aFaqCont dl dd > div {
    padding: 20px;
    vertical-align: middle;
}

#aFaqCont dl dd > div > p {
    margin-bottom: 18px;
    line-height: 25px;
}

.aFaqImg {
    overflow: hidden;
}

.aFaqImg div {
    margin-left: 25px;
    float: left;
}

.aFaqImg div:first-child {
    margin-left: 0;
}

.aFaqImg p {
    padding-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 22px;
    clear: both;
}

.aFaqLink {
    padding: 9px 0;
}

.aFaqLink a {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #5ebac2;
}

.aFaqLink a:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 11px;
    background: url(../img/faq/faqArrow.png) no-repeat right center;
}

.aFaqLink a:hover {
    text-decoration: underline;
}

.aFaqLink + .aFaqImg {
    padding-top: 15px;
}

/* ニュース */

.aNewsBack {
    background-image: url(../img/news/headBack.jpg);
}

/*#aSubPageHead.aNewsBack h1 {
    height: 220px;
    line-height: 220px;
}*/

#aNewsCont {
    padding-top: 40px;
    margin-bottom: 107px;
}

#aNewsMain {
    width: 740px;
    float: right;
}

#aNewsMain h2 {
    padding: 6px 0;
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid #5f6a92;
    color: #5f6a92;
}

#aNewsMain h2 span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
}

#aNewsSide {
    width: 200px;
    float: left;
}

#aNewsSide h2 {
    padding: 4px 0 0 10px;
    font-size: 23px;
    line-height: 35px;
    border-bottom: 4px solid #5f6a92;
    color: #5f6a92;
}

#aNewsMain ul {
    margin-bottom: 70px;
}

#aNewsMain ul li {
    padding: 20px 0;
    border-bottom: 1px dotted #b2b2b2;
    line-height: 30px;
    overflow: hidden;
}

#aNewsMain ul li div {
    float: left;
    font-size: 14px;
}

#aNewsMain ul li p {
    margin-left: 110px;
    font-size: 16px;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    padding: 0px 10px;
    margin: 0 12px;
    background-color: #b2b2b2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 21px;
    line-height: 36px;
    color: #FFF;
}

.wp-pagenavi span.current {
    background-color: #004599;
}

#aNewsMain ul li p a:hover {
    text-decoration: underline;
}

#aNewsSide ul li {
    border-bottom: 1px dotted #b2b2b2;
    line-height: 19px;
}

#aNewsSide ul li a:hover {
    text-decoration: underline;
}

#aNewsSideEntry {
    margin-bottom: 57px;
}

#aNewsSideEntry ul li {
    padding: 13px 10px;
}

#aNewsSideEntry ul li div {
    font-size: 13px;
}

#aNewsSideEntry ul li p {
    max-height: 36px;
    font-size: 14px;
    overflow: hidden;
}

#aNewsSideArch ul li {
    padding: 15px 10px;
    font-size: 15px;
    line-height: 19px;
}

#aNewsPost {
    padding-top: 30px;
}

#aNewsPost p {
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 36px;
}

#aNewsPost a {
    color: steelblue;
    text-decoration: underline;
}

/* エラーページ */

#aErrorCont {
    padding: 100px 0;
    text-align: center;
}

.aErrorTtl {
    margin-bottom: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 200px;
    line-height: 1;
    color: #004599;
}

.aErrorTtl span {
    display: block;
    font-size: 100px;
    line-height: 1.2;
    color: #404040;
}

#aErrorCont p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
}

/* テンプレート部分 */

.aTempCont {
    margin-bottom: 40px;
    overflow: hidden;
}

.aTempCont h5 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 45px;
    color: #004599;
}

.aTempCont p {

}

.aTempLbiImg {
    width: 500px;
    float: left;
}

.policy_sub01 {
	font-size: 30px;
	font-weight: bold;
	color: #004599;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.aTempLbiTxt {
    width: 460px;
    float: right;
	margin: 70px 0 0 0;
}

.aTempCont Ul {
	list-style:disc;
	font-size: 15px;
	margin-left: 20px;
}

.aTempCont li {
	color: #004599;

}

.aTempCont span {
	color: #404040;
}

.aTempRbiImg {
    width: 500px;
    float: right;
}

.aTempRbiTxt {
    width: 450px;
    float: left;
}

.aTempLbiTxt h5,
.aTempRbiTxt h5,
.aTempNiWrap h5 {
    padding: 12px 0;
}

.aTempLsiImg {
    width: 360px;
    float: left;
}

.aTempLsiTxt {
    width: 580px;
    float: right;
}

.aTempRsiImg {
    width: 360px;
    float: right;
}

.aTempRsiTxt {
    width: 580px;
    float: left;
}

.aTempTable {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    table-layout: fixed;
}

.aTempTable tr th,
.aTempTable tr td {
    padding: 13px;
    border: 1px solid #b2b2b2;
    font-size: 16px;
    line-height: 1.6;
}

.aTempFlex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.aTempCol1 {
    display: block;
}

.aTempCol2 {
    padding: 0 70px;
}

.aTempCol1 li {
    width: 500px;
    margin: 0 auto;
}

.aTempCol2 li {
    width: 400px;
}

.aTempCol3 li {
    width: 300px;
}

.aTempCol4 li {
    width: 220px;
}

.aTempCol1 li div,
.aTempCol2 li div {
    margin-bottom: 17px;
}

.aTempCol3 li div,
.aTempCol4 li div {
    margin-bottom: 10px;
}

.aTempFlex li p {
    line-height: 26px;
}

.aTempTable {
    margin-bottom: 60px;
}

.aTempTable thead tr th {
    background-color: #c7eaf7;
    text-align: center;
}

.aTempTable tbody tr th {
    padding: 13px 13px 13px 48px;
    background-color: #e3f4fb;
}

.aTempList li {
    padding-left: 20px;
    background: url(../img/parts/circleArrowGn.png) no-repeat left center;
    font-size: 15px;
    line-height: 30px;
}

.aTempList li a:hover {
    text-decoration: underline;
}

.aTempCont p + .aTempList {
    padding-top: 15px;
}

/* 会社概要 */
.aTempCont02 {
    margin-bottom: 40px;
    overflow: hidden;
}

.aTempCont02 p {
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 20px 0;
}

.aTempLbiTxt02 {
	width: 840px;
	margin: 0 auto 0;
}

#aCompItems02 {
    margin-bottom: 50px;
}

#aCompItems02 .aCompTable02 {
    width: 800px;
    font-size: 15px;
    line-height: 25px;
	margin: auto;
}


.aCompTable02 {


}

.aCompTable02 th,
.aCompTable02 td {
    padding: 10px 20px;
	border: 1px solid #CCCCCC;
}

.aCompTable02 th {
	width: 240px;
	background-color: #e9f2f3;
    border: 1px solid #CCCCCC;
}

.aCompTable02 a:link {
	color: #269b60;
	text-decoration: underline;	
}

.aCompTable02 a:hover {
	color: #274f40;
	text-decoration: underline;	
}





.aTempLbiImg03 {
    width: 450px;
    float: right;
}

.aTempLbiImg03 p{
	font-size: 18px;
	line-height: 40px;
}

.aTempLbiTxt03 {
    width: 500px;
    float: left;
	margin: 100px 0 0 0;
}

.p_profile{
	font-size: 30px;
	font-weight: bold;
	color: #004599;
}

.profile01 {
	margin: 0 0 20px 0;
	line-height: 1.7;
}

.profile01 dt{
	float: left;
	width: 100px;
	color: #004599;
}

.profile01 dd{

}

.profile02 {
	margin: 0 0 20px 0;
	line-height: 1.7;
}

.profile02 dt{
	float: left;
	width: 190px;
	color: #004599;
}

.profile02_dd {
	margin-left: 190px;
}

.profile02 a{
	color: #14A2CD;
	text-decoration:underline;
}


/* 検索結果 search.php */

#aSraechCont {
    padding-top: 40px;
    margin-bottom: 107px;
}

#aSraechCont h1 {
    padding: 6px 0;
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid #5f6a92;
    color: #5f6a92;
}

#aSraechCont ul {
    margin-bottom: 70px;
}

#aSraechCont ul li {
    padding: 20px 0;
    border-bottom: 1px dotted #b2b2b2;
    line-height: 30px;
    overflow: hidden;
}

#aSraechCont ul li div {
    float: left;
    font-size: 14px;
    background-color: #45b8e5;
    color: #FFF;
    padding: 0px 15px;
    width: 80px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

#aSraechCont ul li div a {
    color: #FFF;
}

#aSraechCont ul li p {
    margin-left: 150px;
    font-size: 16px;
}

#aSraechCont ul li p a {
    color: steelblue;
    text-decoration: underline;
}

#aSraechCont ul li p a:hover {
    text-decoration: underline;
}

.aSearchHighlight {
    background-color: khaki;
}

/* お問い合わせ */

.aContactBack {
    background-image: url(../img/contact/headBack.jpg);
}

/*#aSubPageHead.aContactBack h1 {
    height: 220px;
    line-height: 220px;
}*/

#aContactCont {
    padding-top: 60px;
    margin-bottom: 120px;
}

#aContactCont p {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}

#aContactCont > p {
    margin-bottom: 75px;
}

#aContactTel {
    margin-bottom: 120px;
}

#aContactTel p {
    margin-bottom: 30px;
}

#aContactMail p {
    margin-bottom: 15px;
}

#aContactTable {
    width: 100%;
    margin-bottom: 60px;
}

#aContactTable th,
#aContactTable td {
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
}

#aContactTable th {
    width: 195px;
    padding: 20px 45px 20px 30px;
}

#aContactTable td {
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
}

#aContactTable th span {
    display: block;
    width: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #999;
    float: right;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
}

#aContactTable th span.aRequired {
    background-color: #f84d4d;
}

#aContactTable td label {
    padding: 5px 20px;
    margin-right: 40px;
}

#aContactTable input[type="checkbox"] {
    vertical-align: middle;
}

#aContactTable input[type="text"],
#aContactTable input[type="email"],
#aContactTable textarea {
    width: 100%;
    padding: 5px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 30px;
}

#aContactTable textarea {
    height: 280px;
    vertical-align: middle;
}

#aTopContact h2 {
	margin-top: 40px;
}

/* 採用情報 */

.aRecruitBack {
    background-image: url(../img/recruit/headBack.jpg);
}

/*#aSubPageHead.aRecruitBack h1 {
    height: 220px;
    line-height: 220px;
}*/

#aRecruitCont {
    padding-top: 80px;
    margin-bottom: 120px;
}

#aRecruitCont p {
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}

#aRecruitRegular {
    margin-bottom: 130px;
}

#aRecruitMid table {
    width: 100%;
}

#aRecruitMid table th {
    width: 190px;
}

#aRecruitMid table th,
#aRecruitMid table td {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 25px;
}

/*
.aDivTable {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;

}

.aDivTable > div {
!*    display: table-cell;
    vertical-align: middle;*!
    !*float: none;*!
    width: 475px;
    margin: 0;
}

.aDivTable .aProDetContImg,
.aDivTable .aTempLbiImg {
!*    width: 530px;
    padding-bottom: 60px;*!
}

.aDivTable img {
    !*width: 500px;*!
    !*margin-bottom: 60px;*!
}*/


/* プライバシーポリシー */

.privacy01{
	list-style: decimal;
}

.privacy01 li{
	margin: 0 0 30px 20px;
}

.privacy01 li span{
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}


