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

#stockArea
 #pageTitle h1{
font-size: 712.5%;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
#stockArea
 #pageTitle h1 span.small{
font-size: 72%;
}
#stockArea
 #pageTitle h1 span.arrow{
display: block;
background-position: right 0.4em;
}
#stockArea
 #pageTitle h1 span.sub{
display: block;
margin-left: 30px;
margin-bottom: 0.4em;
/*position: absolute;
right: 0;
bottom: 0;*/
font-size: 20%;
font-style: normal;
font-weight: 700;
letter-spacing: 0.1em;
line-height: 1.6;
}

@media screen and (max-width: 999px){
#stockArea
 #pageTitle h1{
font-size: 9.5vw;
}
#stockArea
 #pageTitle h1 span.arrow{
background-position: right center;
}
#stockArea
 #pageTitle h1 span.sub{
margin-left: 10px;
margin-bottom: 0;
font-size: 30%;
letter-spacing: 0;
}
}/*media*/





#stockContent
.mainContent{
padding: 0 0 120px;
}

@media screen and (max-width: 999px){
#stockContent
.mainContent{
padding: 0 0 calc(7% + 60px);
}
}/*media*/





#stockHead{
background-image: url(../images/stock_pagetitle.jpg), -webkit-linear-gradient(270deg,rgba(228,228,228,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(255,255,255,1.00) 100%);
background-image: url(../images/stock_pagetitle.jpg), -moz-linear-gradient(270deg,rgba(228,228,228,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(255,255,255,1.00) 100%);
background-image: url(../images/stock_pagetitle.jpg), -o-linear-gradient(270deg,rgba(228,228,228,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(255,255,255,1.00) 100%);
background-image: url(../images/stock_pagetitle.jpg), linear-gradient(180deg,rgba(228,228,228,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(255,255,255,1.00) 100%);
background-repeat: no-repeat, repeat-x;
background-position: center top;
background-size: 1483px auto, 100% auto;
position: relative;
overflow: hidden;
}
/*#stockHead::before{
content: '';
display: block;
width: 1483px;
height: 926px;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
background-image: url(../images/stock_pagetitle.jpg);
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
z-index: 1;
}*/

#stockHead .title{
width: 1000px;
height: 666px;
margin: 0 auto;
position: relative;
}
#stockHead .title h2{
position: absolute;
top: 40px;
left: 0;
right: 0;
font-family: 'Noto Serif JP', serif;
font-size: 500%;
font-weight: 600;
line-height: 1.2;
text-align: center;
}
#stockHead .title h2 span{
color: #b70015;
}
#stockHead .title p{
position: absolute;
bottom: 60px;
left: 0;
color: #005b7e;
font-size: 137.5%;
width: 400px;
border: 4px solid #005b7e;
background-color: rgba(255,255,255,0.8);
padding: 20px;
font-weight: 500;
text-align: center;
}
#stockHead .title p::before{
content: '';
display: block;
position: absolute;
left: 50%;
bottom: -60px;
width: 130px;
height: 60px;
transform: translate(-40px, 0);
background-image: url(../images/global_head_fukidashi.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}

#stockHead .about{
/*background-image: -webkit-linear-gradient(270deg,rgba(0,26,32,0.80) 0%,rgba(0,91,126,0.80) 50%,rgba(0,91,126,0.80) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,26,32,0.80) 0%,rgba(0,91,126,0.80) 50%,rgba(0,91,126,0.80) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,26,32,0.80) 0%,rgba(0,91,126,0.80) 50%,rgba(0,91,126,0.80) 100%);
background-image: linear-gradient(180deg,rgba(0,26,32,0.80) 0%,rgba(0,91,126,0.80) 50%,rgba(0,91,126,0.80) 100%);*/
background-image: -webkit-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: linear-gradient(180deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
padding: 30px 0;
color: #ffffff;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
flex-direction: column;
}
#stockHead .about h3{
font-size: 225%;
font-weight: 900;
text-align: center;
line-height: 1.5;
border: 4px solid rgba(54,159,195,0.70);
padding: 5px 30px;
position: relative;
}
#stockHead .about h3::before, #stockHead .about h3::after{
content: '';
display: block;
position: absolute;
top: 50%;
transition: translate(0, -50%);
height: 4px;
background-color: rgba(54,159,195,0.70);
}
#stockHead .about h3::before{
left: -1000%;
right: 100%;
}
#stockHead .about h3::after{
right: -1000%;
left: 100%;
}
#stockHead .about ul{
font-size: 150%;
margin-top: 0.5em;
}
#stockHead .about ul li{
counter-increment: about;
padding-left: 30px;
position: relative;
}
#stockHead .about ul li::before{
content: counter(about, decimal) '.';
display: block;
position: absolute;
top: 0;
left: 0;
width: 30px;
}
#stockHead .about ul li span{
font-size: 75%;
}

@media screen and (max-width: 999px){
#stockHead{
background-size: 140% auto, 100% auto;
}

#stockHead .title{
width: auto;
height: auto;
padding: 50px 20px 30px;
}
#stockHead .title h2{
position: relative;
top: auto;
left: auto;
right: auto;
font-size: 7vw;
}
#stockHead .title p{
position: relative;
bottom: auto;
left: auto;
font-size: 100%;
width: auto;
padding: 10px;
text-align: left;
margin-top: 35%;
}
#stockHead .title p br.noneBr{
display: none;
}
#stockHead .title p::before{
left: 50%;
bottom: -30px;
width: 65px;
height: 30px;
transform: translate(-50%, 0);
}

#stockHead .about{
padding: 7% 20px;
display: block;
}
#stockHead .about h3{
font-size: 5vw;
padding: 5px;
}
#stockHead .about h3::before{
left: -24px;
}
#stockHead .about h3::after{
right: -24px;
}
#stockHead .about ul{
font-size: 100%;
}
#stockHead .about ul li{
padding-left: 20px;
}
#stockHead .about ul li::before{
width: 20px;
}
}/*media*/





#globalConsult{
width: 1000px;
margin: 30px auto 0;
overflow: hidden;
position: relative;
}
#globalConsult h2{
font-family: 'Noto Serif JP', serif;
font-size: 187.5%;
text-align: center;
font-weight: 500;
line-height: 1.5;
}
#globalConsult h2 br{
display: none;
}
#globalConsult ul{
position: relative;
display: flex;
flex-wrap: wrap;
/*justify-content: space-between;*/
margin-left: -200px;
}
#globalConsult ul::before{
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
/*transform: translate(-50%, calc(-50% + 10px));*/
transform: translate(-50%, -50%);
width: 290px;
height: 444px;
background-image: url(../images/global_consult.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% auto;
margin: 10px 0 0 100px;
}
#globalConsult ul li{
width: 400px;
margin-left: 200px;
margin-top: 20px;
border: 3px solid #005b7e;
min-height: 210px;
display: flex;
flex-wrap: wrap;
align-content: center;
}
#globalConsult ul li:nth-child(odd){
padding: 20px 50px 20px 20px;
}
#globalConsult ul li:nth-child(even){
padding: 20px 20px 20px 50px;
}
#globalConsult ul li h3{
width: 100%;
font-size: 150%;
font-weight: bold;
color: #005b7e;
line-height: 1.4;
}
#globalConsult ul li p{
width: 100%;
margin-top: 0.5em;
}

@media screen and (max-width: 999px){
#globalConsult{
width: auto;
margin: 5% auto 0;
padding: 0 20px;
}
#globalConsult h2{
font-size: 5vw;
}
#globalConsult h2 br{
display: inline;
}
#globalConsult ul{
display: block;
margin-top: 5%;
padding-bottom: 15%;
margin-left: 0;
}
#globalConsult ul::before{
top: auto;
left: auto;
right: -30px;
bottom: 0;
transform: none;
width: 30%;
height: auto;
padding-top: 38%;
margin: 0;
}
#globalConsult ul li{
width: auto;
margin-top: 10px;
min-height: auto;
margin-left: 0;
}
#globalConsult ul li:nth-child(odd){
padding: 10px;
}
#globalConsult ul li:nth-child(even){
padding: 10px;
}
#globalConsult ul li:last-child{
padding-right: 27%;
}
#globalConsult ul li h3{
font-size: 128.5%;
}
#globalConsult ul li h3 br{
display: none;
}
}/*media*/





#stockWeidmuller{
margin-top: 50px;
overflow: hidden;
}
#stockWeidmuller h2{
background-image: -webkit-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: linear-gradient(180deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
color: #ffffff;
font-size: 187.5%;
text-align: center;
font-weight: 700;
padding: 10px;
line-height: 1.5;
position: relative;
z-index: 2;
}
#stockWeidmuller>div{
position: relative;
width: 1000px;
min-height: 244px;
margin: 0 auto;
/*padding: 30px 460px 0 0;*/
padding: 30px 0 0 0;
z-index: 1;
}
#stockWeidmuller figure{
position: absolute;
/*top: -160px;*/
right: -110px;
width: 550px;
}
#stockWeidmuller p{
font-size: 112.5%;
}
#stockWeidmuller p span{
font-size: 133.33%;
font-weight: bold;
line-height: 1.6;
}

@media screen and (max-width: 999px){
#stockWeidmuller{
margin-top: 5%;
}
#stockWeidmuller h2{
font-size: 157.14%;
}
#stockWeidmuller>div{
width: auto;
min-height: auto;
padding: 0 20px;
}
#stockWeidmuller figure{
position: relative;
top: auto;
right: auto;
width: 125%;
/*margin-top: -35%;*/
}
#stockWeidmuller p{
font-size: 100%;
margin-top: 0.5em;
}
#stockWeidmuller p span{
font-size: 4.3vw;
}
#stockWeidmuller p br.noneBr{
display: none;
}
}/*media*/





#stockMaker{
margin-top: 50px;
overflow: hidden;
}
#stockMaker h2{
background-image: -webkit-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: linear-gradient(180deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
color: #ffffff;
font-size: 187.5%;
text-align: center;
font-weight: 700;
padding: 10px;
line-height: 1.5;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
#stockMaker h2 small{
display: inline-block;
font-size: 50%;
margin-left: 20px;
}
#stockMaker ul.list{
width: 1000px;
margin: 0 auto;
}
#stockMaker ul.list>li{
padding: 20px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
#stockMaker ul.list>li+li{
border-top: 1px solid #111111;
}
#stockMaker ul.list li .data{
/*width: calc(60% - 30px);*/
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 1.6;
}
#stockMaker ul.list li .data h3{
width: 100%;
font-size: 150%;
line-height: 1.5;
margin-bottom: 0.3em;
}
#stockMaker ul.list li .data h3 img{
margin: 0;
}
#stockMaker ul.list li .data dl{
/*width: calc(50% - 10px);*/
font-size: 87.5%;
overflow: hidden;
}
#stockMaker ul.list li .data dl dt{
padding-left: 20px;
position: relative;
float: left;
clear: both;
}
#stockMaker ul.list li .data dl dt::before{
content: '';
display: block;
position: absolute;
top: 0.9em;
left: 0;
width: 12px;
height: 12px;
background-color: #c40018;
transform: translate(0, -50%);
}
#stockMaker ul.list li .data dl dt::after{
content: '：';
display: inline-block;
margin: 0 5px;
}
#stockMaker ul.list li .data dl dd{
overflow: hidden;
}
#stockMaker ul.list li .data ul{
/*width: calc(50% - 10px);*/
font-size: 112.5%;
font-weight: 500;
}
#stockMaker ul.list li .data ul li{
padding-left: 20px;
position: relative;
}
#stockMaker ul.list li .data ul li::before{
content: '';
display: block;
position: absolute;
top: 0.9em;
left: 0;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #005b7e;
transform: translate(0, -50%);
}
#stockMaker ul.list li .data ul li small{
display: block;
font-size: 66.66%;
font-weight: normal;
}
#stockMaker ul.list li figure{
width: 40%;
}

@media screen and (max-width: 999px){
#stockMaker{
margin-top: 5%;
}
#stockMaker h2{
font-size: 157.14%;
display: block;
}
#stockMaker h2 small{
display: block;
margin-left: 0;
}
#stockMaker ul.list{
width: auto;
padding: 0 20px;
}
#stockMaker ul.list>li{
padding: 5% 0;
display: block;
}
#stockMaker ul.list li .data{
width: auto;
}
#stockMaker ul.list li figure{
width: auto;
margin-top: 15px;
}
}/*media*/





#stockText{
margin-top: 50px;
overflow: hidden;
}
#stockText h2{
background-image: -webkit-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: -moz-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: -o-linear-gradient(270deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
background-image: linear-gradient(180deg,rgba(0,9,16,0.80) 0%,rgba(0,51,83,0.80) 50%,rgba(0,51,83,0.80) 100%);
color: #ffffff;
font-size: 187.5%;
text-align: center;
font-weight: 700;
padding: 10px;
line-height: 1.5;
position: relative;
z-index: 2;
}
#stockText>div{
position: relative;
width: 1000px;
min-height: 244px;
margin: 0 auto;
padding: 30px 460px 0 0;
z-index: 1;
}
#stockText figure{
width: 1000px;
margin: 0 auto;
margin-top: 15px;
/*position: absolute;
top: -160px;
right: -110px;
width: 550px;*/
}
#stockText p{
font-size: 112.5%;
}
#stockText p span{
font-size: 133.33%;
font-weight: bold;
line-height: 1.6;
}

@media screen and (max-width: 999px){
#stockText{
margin-top: 5%;
}
#stockText h2{
font-size: 157.14%;
}
#stockText>div{
width: auto;
min-height: auto;
padding: 0 20px;
}
#stockText figure{
width: auto;
padding: 0 20px;
margin-top: 15px;
/*position: relative;
top: auto;
right: auto;
width: 125%;
margin-top: -35%;*/
}
#stockText p{
font-size: 100%;
margin-top: 0.5em;
}
#stockText p span{
font-size: 4.3vw;
}
#stockText p br.noneBr{
display: none;
}
}/*media*/
