@charset "UTF-8";
/* 
Theme Name:三和鋼材
*/

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #000000;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
ul{
    list-style-position: outside;
    list-style-type: none;
    text-transform: uppercase;
}  

.red {
	color:red;
}
a:active{
	    color: #fff;
    text-decoration: none;
}
a:hover {
	    color: #fff;
    text-decoration: none;
}
a:link{
	    color: #fff;
    text-decoration: none;
}

/* iframe */
iframe {
    width: 100%;
}

/*画面指定PC MIN1080 ----------------*/
@media screen and (min-width: 1080px){
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
}

/* 見出し */
.page-title {
    font-size: 5rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}
.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
}
/* メニューチェックスペースを消す */
.drawer_input {
  display: none;
}


/* ボタン */
.button {
    background: #0148B9;
    color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
}
.button:hover {
    background: #0090aa;
}
/* top-page */
.headspace {
    width: 100%;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.bg_white {
	width: 100%;
	background-color: rgba(255,255,255,0.45);
}
.tophead {
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 257px;
}
.contact {
display: flex;
justify-content: flex-end;
flex: 1;
list-style: none;
}
.contact li:not(:last-child){
    margin-right: 50px;
}
.contact li {
    color: #111;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
}
.icons {
    height: 1.25rem;
    margin: 0 0.25rem;
    vertical-align: text-bottom;
}
/* グローバルナビ */
.gnav {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    margin-top: 1rem;
}
.gnav li {
    width: 18%;
    border-left: 1px solid #fff;
}
.gnav li:last-child {
    border-right: 1px solid #fff;
}
.gnav li a {
    padding: 10px 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.6;
}
.bigtitle {
    display: flex;
    color: #fff;
    width: 100%;
    flex-grow: 1;
    justify-content: flex-end;
}
.bigtitle h2 {
    min-width: 500px;
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 700;
    text-align: right;
    margin-top: 100px;
	margin-bottom:50px;
}
.bigtitle .ttoph2 {
	width: 500px;
}
.top_contents {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    padding-top: 50px;
}
.top_contents div:not(:last-child){
        margin-right: 50px
}
.red a:visited{
	color:red;
}
.red a:link{
	color:red;
}
.red a:active{
	color:red;
}
.red a:hover{
	color:#0033ff;
}

.comment h2{
	margin-bottom:50px;
}
.point{
	margin-bottom:30px;
}
.pic_top {
    max-width: 300px;
}
.title {
    width: 100%;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    line-height: 6rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}
.comment {max-width: 700px;
}
.heading {
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading::before,
.heading::after {
    content: '';
    width: 70px;
    height: 2px;
    background-color: black;
}
.heading::before {
    margin-right: 30px;
}
.heading::after {
    margin-left: 30px;
}
.flexy{
    display: flex;
    margin-bottom: 50px;
    margin-top: 50px;
}
.l_cont {
   min-width: 350px;
}
.list1 {
    list-style-position: outside;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.list1 li {
    font-size: 26px;
    color: white;
    padding: 0.5rem 1rem;
    margin: 10px;
    min-width: 150px;
	display:flex;
    align-items: center;
    text-align: center;
    background: transparent linear-gradient(180deg, #B5B0B0 0%, #313131 100%) 0% 0% no-repeat padding-box;
box-shadow: 2px 2px 2px #00000029;
border-radius: 6px;
opacity: 1;
}
.l_cont img {
    border-radius: 5px;
    box-shadow: 10px 10px 0 #e2e2e2;
}
.r_cont {
    min-width: 550px;
    margin-left: 120px;
}
.list {
    margin-top: 20px;
}
.list li {
    display: flex;
    height: 2.5rem;
    align-items: center;
}
.list li:nth-child(2n+1){
    background-color: #E2E2E2;
}
.list li dt {
    width: 300px;
    margin-left: 20px;
}
.gaiyou {
    list-style-position: outside;
    list-style-type: none;
    margin-top: 20px;
    margin-left: 100px;
}
.gaiyou dt {
    color: #0223af;
    font-weight: bold;
}
.access {
    text-align: center;
    margin-top: 20px;
    line-height: 2rem;
}
.access dt {
    color: #0223af;
    font-weight: bold;
}
.contactspace {
	margin-top:20px;
	text-align:center;
}
.inputspace {
	margin:20px auto;
	width:400px;
	text-align:left;
}
.inputspace dt{
	margin-top:10px;
	line-height:30px;
}
.cf7box{
	width:100%;
	padding:8px 15px;
	margin-top:5px;
	border:1px solid #d0d5d8;
	border-radius:3px;
	background-color:#eff1f5;
}
.required{
	font-size:0.8rem;
	padding:5px;
	background-color:#f57500;
	color:#fff;
	border-radius:3px;
	margin-left:5px;
}
#cf7-btn{
	display:block;
	padding:15px;
	width:250px;
	background-color:#dd5500;
	color:#fff;
	font-size:1rem;
	font-weight:700;
	border-radius:2px;
	margin:15px auto 0;
}
/*----------------　フッター　----------------*/
footer {
    background-color: #5E9A80;
    color: #FFFFFF;
}
.f_main {
    max-height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;   
    padding-top: 10px;
    padding-bottom: 10px;
}
.f_main ul{
    display: flex;
}
.f_main li{
    line-height: 1rem;
    padding: 2px 8px;
    border-left: 1px solid #fff;
}
.f_main li:last-child {
    border-right: 1px solid #fff;
}
.f_main li a {
    color: #fff;
    text-decoration: none;
}

.u_footer{
    line-height: 2rem;
    background-color: #A6ADB4;
    text-align: center;
}
/*----------------　会社案内　----------------*/
.list2 {
    list-style-position: outside;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
.list2 li {
    font-size: 26px;
    color: white;
    padding: 0.5rem 3rem;
    margin: 10px;
    min-width: 150px;
	display:flex;
    align-items: center;
    text-align: center;
    background: transparent linear-gradient(180deg, #B5B0B0 0%, #313131 100%) 0% 0% no-repeat padding-box;
box-shadow: 2px 2px 2px #00000029;
border-radius: 6px;
opacity: 1;
}
.herf_pic img {
    border-radius: 5px;
    box-shadow: 10px 10px 0 #e2e2e2;
	object-fit:cover;
	height:200px;
	width:300px;
	margin-bottom:20px;
}
.herf_list {
    min-width: 50%;
    margin-left: 120px;
}
.list3 {
    margin-top: 20px;
}
.list3 li {
    display: flex;
    height: 2.5rem;
    align-items: center;
}
.list3 li:nth-child(2n+1){
    background-color: #E2E2E2;
}
.list3 li dt {
    width: 250px;
    margin-left: 20px;
}
/*----------------　会社概要　----------------*/
.heading2 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 5rem;
}
.heading2::after {
    content: '';
    width: 700px;
    height: 2px;
    background-color: black;
    margin-left: 50px;
}
.gaiyou2 {
    list-style-position: outside;
    list-style-type: none;
    margin: 20px auto;
    width: 700px;
}
.gaiyou2 li{
    padding: 5px 20px;
}
.gaiyou2 dt {
    color: #0223af;
    font-weight: bold;
}
.gaiyou2 li:nth-child(2n){
    background-color: #E2E2E2;
}
.year{
	color:#039155;
	line-height:1.5rem;
}
	}/*----------------　画面指定スマホ MIN1080*/
/*画面指定PC MAX1079 ------------------------------------------------*/
@media screen and (max-width: 1079px){
	.wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4%;
}
header {
  display: flex;
  justify-content: center;
	align-content:center;
	padding: 0 20px;
	position: relative;
	background:linear-gradient(180deg, white 0%,white 20%,rgba(255,255,255,0) 20%);
}
/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #707070;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #fff;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}
  
/* メニューのデザイン*/
.nav_content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(110, 110, 110);
  transition: .5s;
  text-align: center;
  padding-top: 50px;
	font-size:2rem;
	line-height:8rem;
	
}
	
.nav_item a {
  color: #fff;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 20%;
}
/* ここまでハンバーガーメニューに関するCSS */
	
.bg_white{
		order:2;
	}	
.mobnav{
		order:1;
	margin-top:30px;
	}
/* トップロゴ */
	.logo{
		fill:#fff;
	}
	/* トップ電話番号削除 */
	.telno{
		display:none;
	}
/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
}

/* 見出し */
.page-title {
    font-size: 5rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}
	/* ボタン */
.button {
    background: #0148B9;
    color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
}
.button:hover {
    background: #0090aa;
}
	/* top-page */
.headspace {
    width: 100%;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}
.bigtitle {
    display: flex;
    color: #fff;
    width: 100%;
    flex-grow: 1;
    justify-content: flex-end;
}
.bigtitle h2 {
    min-width: 80%;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    text-align: right;
    margin-top: 100px;
	margin-bottom:30px;
}
.bigtitle .ttoph2 {
	width: 80%;
}
.contact{
		text-align:center;
	}
.contact li {
    color: #111;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 3.5rem;
	margin-top: 4rem;
}
.icons {
    height: 1.25rem;
    margin: 0 0.25rem;
    vertical-align: text-bottom;
}
	.red a:visited{
	color:red;
}
.red a:link{
	color:red;
}
.red a:active{
	color:red;
}
.red a:hover{
	color:#0033ff;
}

.comment h2{
	margin-bottom:50px;
}
.point{
	margin-bottom:30px;
}
.pic_top {
    max-width: 300px;
	margin:10px auto;
}
.heading {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top:50px;
}
.heading::before,
.heading::after {
    content: '';
    width: 70px;
    height: 2px;
    background-color: black;
}
.heading::before {
    margin-right: 30px;
}
.heading::after {
    margin-left: 30px;
}
.title {
    width: 100%;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    line-height: 6rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}
	.list1 {
    list-style-position: outside;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
		justify-content:center;
}
.list1 li {
    font-size: 26px;
    color: white;
    padding: 0.5rem 1rem;
    margin: 10px;
    min-width: 150px;
	display:flex;
    align-items: center;
    text-align: center;
    background: transparent linear-gradient(180deg, #B5B0B0 0%, #313131 100%) 0% 0% no-repeat padding-box;
box-shadow: 2px 2px 2px #00000029;
border-radius: 6px;
opacity: 1;
}
.l_cont img {
    border-radius: 5px;
    box-shadow: 10px 10px 0 #e2e2e2;
}
.list {
    margin-top: 20px;
}
.list li {
    display: flex;
    height: 2.5rem;
    align-items: center;
}
.list li:nth-child(2n+1){
    background-color: #E2E2E2;
}
.list li dt {
    width: 50%;
    margin-left: 20px;
}
.gaiyou {
    list-style-position: outside;
    list-style-type: none;
    margin-top: 20px;
    margin-left: 100px;
}
.gaiyou dt {
    color: #0223af;
    font-weight: bold;
}
.access {
    text-align: center;
    margin-top: 20px;
    line-height: 2rem;
}
.access dt {
    color: #0223af;
    font-weight: bold;
}
.contactspace {
	margin-top:20px;
	text-align:center;
}
.inputspace {
	margin:20px auto;
	width:400px;
	text-align:left;
}
.inputspace dt{
	margin-top:10px;
	line-height:30px;
}
.cf7box{
	width:100%;
	padding:8px 15px;
	margin-top:5px;
	border:1px solid #d0d5d8;
	border-radius:3px;
	background-color:#eff1f5;
}
.required{
	font-size:0.8rem;
	padding:5px;
	background-color:#f57500;
	color:#fff;
	border-radius:3px;
	margin-left:5px;
}
#cf7-btn{
	display:block;
	padding:15px;
	width:250px;
	background-color:#dd5500;
	color:#fff;
	font-size:1rem;
	font-weight:700;
	border-radius:2px;
	margin:15px auto 0;
}
	section{
		margin-bottom:30px;
	}
	/*----------------　会社案内　----------------*/
.list2 {
    list-style-position: outside;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
}
.list2 li {
    font-size: 26px;
    color: white;
    padding: 0.5rem 2rem;
    margin: 10px;
    min-width: 150px;
	display:flex;
    align-items: center;
    text-align: center;
    background: transparent linear-gradient(180deg, #B5B0B0 0%, #313131 100%) 0% 0% no-repeat padding-box;
box-shadow: 2px 2px 2px #00000029;
border-radius: 6px;
opacity: 1;
}
	.herf_pic{
		text-align:center;
	}
.herf_pic img {
    border-radius: 5px;
    box-shadow: 10px 10px 0 #e2e2e2;
	object-fit:cover;
	height:200px;
	width:300px;
	margin-bottom:20px;
}
.herf_list {
    min-width: 50%;
}
.list3 {
    margin-top: 20px;
}
.list3 li {
    display: flex;
    height: 2.5rem;
    align-items: center;
}
.list3 li:nth-child(2n+1){
    background-color: #E2E2E2;
}
.list3 li dt {
    width: 50%;
    margin-left: 20px;
}
/*----------------　会社概要　----------------*/
.heading {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top:50px;
}
.heading::before,
.heading::after {
    content: '';
    width: 70px;
    height: 2px;
    background-color: black;
}
.heading::before {
    margin-right: 30px;
}
.heading::after {
    margin-left: 30px;
}
.gaiyou2 {
    list-style-position: outside;
    list-style-type: none;
    margin: 20px auto;
    width: 100%;
}
.gaiyou2 li{
    padding: 5px 20px;
}
.gaiyou2 dt {
    color: #0223af;
    font-weight: bold;
}
.gaiyou2 li:nth-child(2n){
    background-color: #E2E2E2;
}
.year{
	color:#039155;
	line-height:1.5rem;
}
	/*----------------　フッター　----------------*/
footer {
    background-color: #5E9A80;
    color: #FFFFFF;
}
.f_main {
    max-height: 150px;
    align-items: center;   
	text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.f_main ul{
    display: flex;
	justify-content:center;
}
.f_main li{
    line-height: 1rem;
    padding: 2px 8px;
    border-left: 1px solid #fff;
}
.f_main li:last-child {
    border-right: 1px solid #fff;
}
.f_main li a {
    color: #fff;
    text-decoration: none;
}

.u_footer{
    line-height: 2rem;
    background-color: #A6ADB4;
    text-align: center;
}
}/*----------------　画面指定スマホ MAX1079*/