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

.content {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}


/*　ヘッダー
----------------------------------------------------------- */
header {
    position: relative;
    padding: 0;
    margin: -24px auto 0;
    border-top: 4px solid #0065ac;
}

#logo {
    display: block;
    float: left;
    margin: 20px 0 0 0;
}

.HeadLink {
    float: right;
    display: block;
    margin: 32px 0 0 0;
}

.HeadLink ul li {
    float: left;
    display: block;
    padding: 0 0 0 16px;
    font-size: 8px;
    color: #0065ac;
}

.HeadLink ul li a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.HeadLink ul li a:link {
    text-decoration: none;
}

.HeadLink ul li a:hover {
    text-decoration: underline;
}

.HeadLink ul li a:active {
    text-decoration: underline;
}

.HeadLink ul li a:visited {
    text-decoration: none;
}


.HeadLink ul li.en {
    display: block;
    padding: 3px 32px;
    font-size: 14px;
    color: #015db2;
    border: 1px solid #015db2;
    margin: -6px 0 0 16px;
}

.HeadLink ul li.en a {
    color: #015db2;
}

.HeadLink ul li.en:hover,
#business .ContactBox ul li.btn_map:hover {
    background: #015db2;
    color: #fff;
}

.HeadLink ul li.en:hover a,
#business .ContactBox ul li.btn_map:hover a {
    text-decoration: none !important;
    color: #fff;
}

/*　グローバルナビ
----------------------------------------------------------- */
nav {
    margin: 30px auto 10px;
    width: 950px;
    overflow: hidden;
}

nav ul li {
    float: left;
    display: block;
    font-size: 15px;
    border-left: 1px dotted #0065ac;
    width: 158px;
    text-align: center;
}

nav ul li:last-child {
    border-right: 1px dotted #0065ac;
}

nav ul.child li:after {
    content: none;
    padding: 0;
}

ul.child {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 100;
    margin: 22px 0 0 0;
}

ul.child li {
    display: block;
    padding: 8px 5px;
    background: #fff;
    margin: 0 0 2px 0;
    width: 250px;
    border-radius: 0.3em;
    float: none;
    border: 1px solid #0065ac;
    text-shadow: none;
}

ul.child li:last-child {
    border-right: 1px solid #0065ac;
}

nav ul li a {
    text-decoration: none;
}

ul.child li a {
    color: #0065ac;
}

li a:hover {
    text-decoration: underline !important;
}




/*　パンくず
----------------------------------------------------------- */
#path {
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    color: #333;
}

#path ol {
    max-width: 960px;
    padding: 0 0 0 24px;
    box-sizing: border-box;
}

#path ol li {
    display: inline;
    list-style-type: none;
    font-size: 12px;
}

#path ol li:before {
    content: " > ";
}

#path ol li:first-child:before {

    content: "";
}

/*　タイトル
----------------------------------------------------------- */
#ttl {
    background: url(../images/common/bg_ttl.png);
    height: 69px;
    position: relative;
}

#ttl h1 {
    position: absolute;
    top: 30%;
    color: #0065ad;
    font-size: 24px;
    font-weight: bold;
}

/*　取扱製品
----------------------------------------------------------- */
#s02,
#contents,
#business {
    width: 960px;
    padding: 30px 0;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
}

#business {
    max-height: 999999px;
}

.ProductBox_wrap .ProductBox {
    height: 380px
}

.ProductBox_wrap2 .ProductBox {
    height: 450px;
}

.ProductBox_wrap3 .ProductBox {
    height: 400px;
}

.ProductBox_wrap4 .ProductBox {
    height: 470px;
}

#Specialty_Steel {
    height: 520px;
}

.ProductBox {
    padding: 0;
    width: 312px;
    margin: 0 8px 10px 0;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-top: 5px solid #0a4e97;
    float: left;
    overflow: hidden;
    position: relative;
}

.ProductBox img {
    display: block;
    width: 311px;
    height: 95px;
}

.ProductBox .textbox {
    display: block;
    margin: 30px auto;
    width: 266px;
    height: 86px;
}

.ProductBox .textboxL {
    display: block;
    margin: 30px auto;
    width: 266px;
    height: 130px;
}

.ProductBox h2 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0 0 20px 0;
}

.ProductBox ul {
    font-size: 14px;
    display: block;
    float: left;
}

.ProductBox ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.ProductBox .floatR {
    display: block;
    float: right;
}

.ProductBox a {
    display: block;
    margin: 0 auto 30px;
    width: 266px;
}

.btn-arrow {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    border: 1px solid #0a4e97;
    padding: .6em .9em;
    line-height: 1.2 !important;
    border-radius: 0.6em;
    text-decoration: none;
    font-weight: 700;
    color: #0a4e97;
    overflow-y: hidden;
    font-size: 80%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-arrow:hover {
    color: #fff;
    background-color: #0a4e97;
    -webkit-transition: all .3s;
    transition: all .3s
}

/*　タブ
----------------------------------------------------------- */
.tab_area,
.tab_area2 {
    overflow: hidden;
    display: table;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 15px;
}

.tab_area li {
    width: 240px;
    height: 41px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    color: #333;
    background: url(../images/business/tab_off.png) no-repeat;
}

.tab_area2 li {
    width: 317px;
    height: 41px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    color: #333;
    background: url(../images/business/tab2_off.png) no-repeat;
}

.all_area {
    background: #efefef;
    padding: 10px;
    overflow: hidden;
}

.tab_area li.select {
    background: url(../images/business/tab_on.png) no-repeat;
    color: #fff;
}

.tab_area2 li.select {
    background: url(../images/business/tab2.png) no-repeat;
    color: #fff;
}

.hide {
    display: none;
}

#tab1 {
    line-height: 1.2;
    padding-top: 5px;
}

/*　部署
----------------------------------------------------------- */
.TopVisual {
    display: block;
    height: 300px;
}

#roundabout {
    padding: 0;
    z-index: 50;
}

#roundabout ul {
    list-style: none;
    margin: 0;
}

#roundabout li {
    list-style-type: none;
}

.roundabout-holder {
    /*全体表示幅*/
    list-style: none;
    width: 56.25em;
    max-width: 100%;
    /*追加*/
    height: 18.75em;
    margin: 0 auto;
    overflow: hidden;
    /*追加*/
}

.roundabout-moveable-item {
    /*アイテムの大きさ*/
    height: 17.5em;
    width: 26.25em;
    cursor: pointer;
}

.roundabout-moveable-item img {
    /*画像の大きさ*/
    height: 17.5em;
    width: 26.25em;
    border: none;
}

.roundabout-in-focus {
    cursor: auto;
}

#business h2 {
    font-size: 18px;
    color: #0a4e97;
    margin: 10px 0;
    padding: 10px 0 5px 10px;
    border-bottom: 1px solid #0a4e97;
    font-weight: bold;
}

#business h3 {
    padding: 0 20px 10px 25px;
    font-weight: bold;
}

#business p {
    padding: 0 20px 36px 25px;
}

#business .B_Content ul {
    margin: 20px 0 0 0;
    padding: 0 10px;
    overflow: hidden;
    float: left;
    width: 680px;
}

#business .B_Content ul li {
    float: left;
    margin: 0 0 12px 0;
    width: 50%;
    padding-left: 1em;
    text-indent: -1em;
}

#business .B_Content2 ul {
    margin: 20px 0 0 0;
    overflow: hidden;
    float: left;
    width: 680px;
}

#business .B_Content2 ul li {
    float: left;
    width: 50%;
    padding-left: 1em;
    text-indent: -1em;

}

#business .B_Content ul li:before {
    content: "・"
}

#business .B_Content2 ul li:before {
    content: "・"
}

#business .B_Content img.floatR {
    float: right;
}

#business .B_Content2 img.floatR {
    float: right;
    padding-left: 20px;

}

#business .B_Content,
#business .B_Content2 {
    clear: both;
    overflow: hidden;
}

#business .B_Content .product {
    width: 300px;
    padding-right: 20px;
}

#business .B_Content .product2 {
    width: 100%;
}

.ContactBox {
    clear: both;
    width: 960px;
    /*padding:10px;
	/*border-radius: 0.5em;*/
    /*border:1px solid #0065ac;*/
    background: #ebf4fb;
    margin: 0 auto 0;
}

#business .ContactBox h3 {
    /*color:#0065ac;*/
    font-weight: bold;
    padding: 0 0 10px;
}

#business .ContactBox ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#business .ContactBox ul li {
    padding: 0 40px 0 0;
    font-size: 16px;
    float: left;
}

#business .ContactBox ul li:before {
    content: ""
}

#business .ContactBox ul li.btn_map {
    display: block;
    padding: .6em 1.2em;
    font-size: 14px;
    color: #015db2;
    border: 1px solid #015db2;
    float: right;
    background: #fff;
    /*border-radius: 0.6em;*/
    -webkit-transition: all .3s;
    transition: all .3s;
}

.contact_in {
    padding: 10px 20px 20px 25px;
}

#business .ContactBox ul li.btn_map a {
    color: #015db2;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.SectionBox {
    padding: 0;
    width: 312px;
    margin: 0 8px 10px 0;
    border: 1px solid #cfcfcf;
    float: left;
    border-top: 5px solid #0a4e97;
    position: relative;
    height: 350px;
}

.SectionBox_none {
    margin-right: 310px;
}

.SectionBox_category {
    display: table;
    padding: 0;
    width: 312px;
    height: 296px;
    /*    background-color: #ebf4fb;*/
    margin: 0 8px 10px 0;
    float: left;
    position: relative;
    /*    border: 1px solid #0a4e97;*/
}

.SectionBox_title {
    width: 312px;
    height: 348px;
    display: table-cell;
    /* 要素をテーブルのようにする */
    text-align: center;
    /* インライン要素の中央揃え */
    vertical-align: middle;
    font-size: 20px;
    color: #0065ad;
    font-weight: 800;
    padding: 0 !important;
}


.SectionBox .btn-arrow {
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.SectionBox img {
    display: block;
    width: 310px;
    height: 120px;
    text-align: center;
}

.SectionBox .textbox {
    display: block;
    margin: 20px auto 10px;
    width: 275px;
    height: 140px;
    font-size: 14px;
}

.SectionBox .textbox h2 {
    font-size: 16px !important;
    display: block;
    border: 0 !important;
    color: #333 !important;
    margin: 0 !important;
}

.SectionBox .textbox p {
    padding: 0 !important;
}

.SectionBox .textbox .btn-arrow {
    font-size: 86%;
}

/* 各部署　追加修正----------------------------------------------*/

/* 東京営業第七部 */

#tokyo7 .B_Content2 ul {
    margin: 10px 0;
}

#tokyo7 .B_Content2 h3 {
    padding: 0 10px;
}

.ContactBox ul.tokyo7 li.btn_map {
    margin: 20px 10px;
}



/*　個人情報保護方針
----------------------------------------------------------- */
#contents .SectionBox2 {
    margin: 20px 0;
    padding-left: 20px;
}

#contents p {
    font-size: 14px;

}

#contents .SectionBox2 h2 {
    color: #333;
    font-weight: bold;
    padding: 20px 0;
}

#contents .top_space10 {
    padding-top: 10px;
}

#contents .SectionBox2 h1 {
    font-size: 18px;
    color: #0a4e97;
    font-weight: bold;
    border-left: 3px solid #0a4e97;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    margin: 20px 0 10px;
}

#contents #sign {
    text-align: left;
    margin: 30px 0 20px 20px;
}

#contents {
    max-height: 999999px;
}

#sign .date {
    padding-bottom: 10px;
}

/* アクセスマップ
----------------------------------------------------------- */
.HeadLink .on {
    text-decoration: underline;
}

.content_area .googleMap {
    width: 960px;
}

.content_area .access {
    width: 950px;
    margin-left: 10px;
    margin-bottom: 100px;
}

.content_area .access ul {
    font-size: 14px;
    float: left;
    margin: 0px 0 0 20px;
}

.content_area .access img {
    float: right;
    margin-top: 10px;
}

.content_area .access h1 {
    width: 70%;
    font-size: 16px;
    border-bottom: 1px solid #0a4e97;
    border-left: 3px solid #0a4e97;
    margin: 10px 0;
    padding: 0 0 0 10px
}

.content_area .access p {
    font-size: 14px;
}

.content_area .access ul li {
    list-style-type: disc;
}

/* 会社案内
----------------------------------------------------------- */
.profile_area {
    width: 958px;
    padding: 10px 20px;
    border-top: 5px solid #0a4e97;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    overflow: hidden;
}

.profile_area h1 {
    font-size: 20px;
    font-weight: bold;
    border-left: 3px solid #0a4e97;
    border-bottom: 1px solid #0a4e97;
    padding: 0 0 0 10px;
    margin: 10px 0;
}

#profile_text {
    margin: 0 40px 0 20px;
    max-height: 999999px;

}

.profile_area p {
    font-size: 16px;
}

.profile_text_in {
    margin: 20px 0;
    line-height: 1.6;
}

.profile_text_in p {
    margin-bottom: 20px;
}

.p_margin_top {
    margin-top: 20px;
}

#hoge_photo {
    float: right;
    margin: 10px 20px 10px 10px;
}

p.hoge_photo {
    width: 225px;
    height: 300px;
    background-color: #e8e8e8;
    text-align: center;
    padding: 125px 0;
    display: block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: bold;
}

.name {
    text-align: left;
    padding: 10px 0 10px 20px;
}

/* 会社概要
----------------------------------------------------------- */

.content_area table {
    border-top: 5px solid #0a4e97;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
}

.content_area table th {
    width: 20%;
    padding: 10px 0px 10px 20px;
    border-right: 1px solid #cfcfcf;
    vertical-align: top;
    background-color: #E8E8E8;
}

.content_area table th,
.content_area table td {
    border-bottom: 1px solid #cfcfcf;
}

.content_area table td {
    padding: 10px 0 10px 10px;
}

.content_area dt,
.content_area dd {
    display: block;
    float: left;
    padding: 0 0 10px 0;
}

.content_area dt {
    width: 30%;
}

.content_area dd {
    width: 70%;
}

/* 組織
----------------------------------------------------------- */

.content_area .profile_area .incorporate {
    margin: 10px 0px;
}

/* 品質への取り組み
----------------------------------------------------------- */
.profile_area {
    max-height: 999999px;
}

.profile_area h2 {
    font-size: 18px;
    color: #0a4e97;
    font-weight: bold;
    margin: 10px 0;
    border-bottom: 1px solid #cfcfcf;
}

.profile_area #mark {}

.profile_area .quality_text {
    font-size: 16px;
    padding: 0 20px;
    float: left;
}

.profile_area .iso {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
}

.content_area .profile_area #imgIso,
#imgIso td {
    border: none;
}

#imgIso td {
    width: 50%;
    text-align: center;
}

.profile_area figure {
    width: 916px;
    text-align: center;
}

.profile_area .h2_box {
    padding-top: 10px;
    clear: both;
}

/* お問い合わせ
----------------------------------------------------------- */

#contact,
#sitemap {
    width: 950px;
    padding: 30px 0;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
}

.red {
    color: #CF1D1F;
}

#contact .form {
    width: 100%;
    border: 1px solid #cfcfcf;
    margin: 20px auto;
    padding: 0 10px;
    border-collapse: collapse;

}

#contact .form th {
    width: 30%;
    padding: 10px 0px 10px 20px;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    vertical-align: middle;
    background-color: #E8E8E8;
}

#contact table td {
    width: 70%;
    padding: 5px 10px;
    border-bottom: 1px solid #cfcfcf;
    vertical-align: middle;
}

#mail p {
    text-align: center;

}

#btn {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

/*入力フォームの設定*/

input[type=text],
input[type=tel],
input[type=email],
textarea {
    padding: 8px;
    border: 1px #dbdbdb solid;
    margin: 4px 0;
    width: 100%;
    font-size: 16px;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

textarea {
    resize: vertical;
}

input:focus {
    border: solid 1px #0a4e97;
}

.btn {
    width: 100px;
    margin: 0 10px;
    padding: 10px;
    font-size: 14px;
    border: none;
    background-color: #cfcfcf;
}

.btn2 {
    width: 100px;
    margin: 0 10px;
    padding: 10px;
    font-size: 14px;
    border: none;
    background-color: #cfcfcf;
}


.btn:hover,
.btn2:hover {
    color: #fff;
    background-color: #33557f;

}

/* サイトマップ
----------------------------------------------------------- */
#left {
    width: 50%;
    float: left;
    padding-left: 20px;
}

#right {
    width: 50%;
    float: left;
}

.sitemapBox {
    width: 70%;
    margin: 0;
}

.sitemapBox p {
    border-left: 3px solid #33557f;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    margin-bottom: 15px;
}

.sitemapBox ul {
    padding: 0px 0 25px 20px;
}

.sitemapBox li:before {
    font-size: 9px;
    content: "▶ ";
}

.sitemapBox ul li {
    font-size: 14px;
    color: #33557f;
}

.sitemapBox p a {
    color: #333333;
    text-decoration: none;
}

.sitemapBox li a {
    color: #33557f;
    text-decoration: none;
}

.sitemapBox a:hover {
    text-decoration: underline;
}

.sitemapBox ul li.section_ttl:before {
    content: normal;
}

.sitemapBox ul .ttl_bold {
    font-weight: bold;
}

.sitemapBox ul .indent2 a {
    padding-left: 1em;
    text-indent: -1em;
}



/**********
修正
*/
.site_noitem:before {
    content: " " !important;
}

.mark_div {
    text-align: right;
}

.indent {
    padding-left: -1em;
    text-indent: 1em;
}

.indent2 {
    padding-left: 1em;
    text-indent: 1em;
}

#business #ttl_text p {
    padding: 0px 20px 10px 25px !important;
}

#business .textbox h2 {
    padding: 0 0 10px 0;
}


/*0818追加*/
.SectionBox_title {
    width: 100%;
    height: auto;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
    color: #0065ad;
    font-weight: 800;
    padding: 0.5em 1em !important;
}

.SectionBox_category {
    overflow: hidden;
    clear: both;
    width: 100%;
    height: auto;
}

.SectionBox_category .textbox {
    margin: 20px 8px 10px 0;
    background-color: #ebf4fb;
    border: 1px solid #0a4e97;
}

.PBoxHeigh {
    height: 520px;
}

.SectionBox .textbox .btn-arrow-bottom {
  bottom: 7px;
}

/*******************
2020-09-18
********************/
.profile_area .president{
  padding-top: 20px;
}

.sitemapBox li.noarrow:before{
content: " ";
}

.paddingL13{
  padding-left: 13px;
}

.content_area area{
border:none;
outline:none;
}
