/*
Theme Name: 秋田県コンクリート製品協会
Author: Komata

2024.10
*/


/*
有限会社インフォテック 小又
2024


▼優先順位▼
[1位(スマホ)]・・・739px以下のスタイル
[2位(タブレット)]・740px以上～1023px以内のスタイル
[3位(パソコン)]・・1024px以上のスタイル


※全てに対応させたい場合は[1位]のみに記述しておけばOKです
*/





/* ---スマホ(739px以下の時のスタイル)--- */

html{
	height: 100%;
}

body{
	min-width: initial;
	height: 100%;
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color:#fff;
	margin:0;
	font-size:16px;
}

p{
	margin:0;
	padding:0;
	line-height:140%;
	font-size:16px;
}

.main-body{
	margin: 5px 5px 0 5px;
}

.main{
	width: 100%;
	margin: 0 auto;
}


/* クリア用 */

.clear{
	clear:both;
}
.span-phone{
	display: inline;
}



/* ヘッダーライン */

.header-line{
	border-bottom: 10px solid rgba(75,70,55);
}
/* ヘッダー */
.header{
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.header-left{
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.header-right{
	display: flex;
	float: none;
}

.header-logo{
	width: 100%;
}

.header-logo img{
    display: block;
    width: auto;
    height: auto;
    max-width: 85%;
    max-height: 85%;
	margin-left: 0;
	margin-right: auto;
}



/* ハンバーガーメニュー */

.menu-btn {
    position: fixed;
    top: 10px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
	border-radius: 10px;
    background-color: rgba(75,70,55);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}



/* ハンバーガーメニュー内容 */

.menu-content {
    width: 100%;
    height: 520px;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(75,70,55);
	border-radius: 10px 0 0 10px;
    transition: all 0.5s;/*アニメーション設定*/
}

.menu-content ul {
	list-style: none;
    padding: 70px 10px 0;
}

.menu-content li {
	border-top: dashed 1.2px #ffffff;
}

.menu-content li:last-child{
    border-bottom: dashed 1.2px #ffffff;
}

.menu-content ul li a {
    display: block;
    width: 100%;
	line-height: 55px;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	font-size: 18px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 15px 12px 0;
    position: relative;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 30px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/* メニューを画面内へ */
}



/* メインメニュー */

.display_pc {
    display: none;
}

.main-menu {
  font-size: 18px;
  list-style-type: none;
  padding: 10px 0 10px 20px;
}

.main-menu li {
	margin-right: 20px;
	margin-left: 20px;
}

.main-menu a {
  color: rgba(75,70,55);
  text-decoration: none;
  font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500;
}
.main-menu a:hover {
  color: rgba(222,156,30);
}



/* フッター */

.footer{
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-top:30px;
}
.footer-border{
	height:40px;
}
.footer-area-back{
	background-color:rgba(75,70,55);
}
.footer-area{
	width:100%;
	padding-bottom: 10px;
}

.footer-left{
	float:none;
	margin: 10px 10px 0 10px;
}
.footer-logo{
	color:#fff;
	font-size:20px;
	font-weight: 500;
	padding-bottom: 5px;
}
.footer-logo1, .footer-logo2, .footer-logo3{
	color:#fff;
	font-size:15px;
}

.footer-logo3 img{
	width: 15px;
}

.footer-right{
	float:none;
	color:#fff;
	margin: 0 10px;
}
.footer-link{
	padding: 0 5px 0 5px;
	margin: 0 auto;
	font-size:15px;
	text-decoration: none;
	color:#fff;
}
.footer-link1{
	float:none;
	width:100%;
}
.footer-link2{
	float:none;
	width:100%;
	margin:0;
}

.footer-right a{
	text-decoration: none;
}

.footer-link:hover{
	color: rgba(222,156,30);
}
.copy p{
	font-size:10px;
	background-color:rgba(75,70,55);
	color:#fff;
	padding:3px 0;
    text-align:center;
}



/* トップ画像 */

.top-main-img{
	margin: 0 auto;
}

.top-main-img img{
    width: 100%;
    height: auto;
}



/* top-about */

.top-about{
	border-top: 1.5px solid rgba(75,70,55);
	border-bottom: 1.5px solid rgba(75,70,55);
	margin-top: 30px;
}

.top-about-title{
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: rgba(75,70,55);
	padding: 0 25px;
	margin: 10px 0;
	position: relative;
}

.top-about-title::before{
	content: "";
	display: block;
	width: 12px;
	height: 22px;
	background-color: rgba(222, 156, 30);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.top-about-left{
	float:none;
	margin: 15px 10px;
}

.top-about-right{
	float:none;
	margin: 15px 10px;
}

.top-about-text{
	text-align: justify;
	line-height: 1.6em;
	color: rgba(75,70,55);
	font-weight: 500;
	padding-top: 10px;
}

.top-about-image{
	margin: 0 auto;
}

.top-about-image img{
    width: 100%;
    height: auto;
}



/* 各メニュー */

.top-link-button{
	margin-top: 30px;
	margin-bottom: 30px;
}

.top-link-left{
	float: none;
}

.top-link-right{
	float: none;
}

.link-button1,
.link-button2{
	margin-top: 10px;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.link-button1 img,
.link-button2 img{
	width: 100%;
}

.link-button3{
	margin-top: 10px;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.link-button3 img{
	width: 100%;
}

.link-button4{
	margin-top: 10px;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.link-button4 img{
	width: 100%;
}

.link-button1:hover,
.link-button2:hover,
.link-button3:hover,
.link-button4:hover{
	opacity: 0.7;
}



/* 会員一覧 */

.member-body{
	background-color: rgba(240, 240, 230);
	padding: 15px 0;
}

.member-link{
	width: 95%;
	margin: 0 auto;
}

.member-title{
	text-align: center;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: rgba(75,70,55);
	margin: 10px 0;
}

.title-line{
	width: 95%;
	margin: 0 auto;
	margin-bottom: 5px;
	border: 1px solid rgba(75,70,55);
}

.member-left{
	float: none;
}

.member-right{
	float: none;
}

.member1,.member2,.member3{
	padding: 5px 5px;
}

.member-link img{
	width: 100%;
}



/* --- 組織概要 --- */

.sub_bg{
	width: 90%;
	margin: 10px auto;
}

.subpage_box{
	width: 90%;
	margin: 0 auto;
}

.page_title{
	height: 30px;
	text-align: center;
	background-color: rgba(240, 240, 230);
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: rgba(75,70,55);
	padding: 20px;
	margin: 10px 0;
}

.sub_title{
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: rgba(75,70,55);
	padding: 0 25px;
	margin: 15px 0;
	position: relative;
}

.sub_title::before{
	content: "";
	display: block;
	width: 12px;
	height: 25px;
	background-color: rgba(222, 156, 30);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.page-box1,.page-box2,.page-box4{
	margin: 30px 0;
}

.page-box6{
	margin: 30px 0 10px 0;
}

.sub-text2{
	text-align: right;
	margin: 5px 0;
}



/* --- 組織情報 --- */

.facility{
	display: block;
	justify-content: normal;
}

.facility_table{
	height: 300px;
	margin: 10px;
}

.facility_table th,
.facility_table td{
	padding: 12px 5px;
	border-bottom: 2px dotted rgba(75,70,55);
}

.facility_table th{
	width: 35%;
	padding: 12px;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 600;
	color: rgba(75,70,55);
	text-align: left;
}

.facility_table td{
	width: 65%;
	padding-left: 20px;
}

.facility_table tr:nth-of-type(5) td {
    border-bottom: none !important;
}

.facility_table tr:nth-of-type(5) th {
    border-bottom: none !important;
}

.facility_map{
	width: 100%;
	max-height: 300px;
	margin: 5px 5px 5px 5px;
}

.facility_map iframe{
	width: 100%;
	margin-top: 5px;
}

.facility_table img{
	width: 15px;
}

.page-box3{
    margin-bottom: 30px;
}



/* --- 機構図 --- */

.page_mechanism{
	background-color: #fff;
	border: 5px solid rgba(222, 156, 30);
	border-radius: 5px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.page_mechanism_title_box{
	width: 102%;
	height: 40px;
	text-align: center;
    background-color: rgba(222, 156, 30);
    position: absolute;
    right: -3px;
    top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page_mechanism_title{
	color: #fff;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 5px;
}

.page_mechanism_body{
	text-align: center;
}

.page_mechanism_img img{
	width: 100%;
}



/* --- 工場認定制度 --- */

.text-space{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.page_system_subject{
	background-color: #fff;
	border: 5px solid rgba(75,70,55);
	border-radius: 5px;
	padding-top: 80px;
	padding-bottom: 20px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
}

.page_system_subject_title_box{
    height: 105px;
    text-align: center;
    background-color: rgba(75, 70, 55);
    position: absolute;
    right: 0px;
    top: -4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page_system_subject_title{
	color: #fff;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
}

.page_system_subject_title_sub{
	color: #fff;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.page_system_subject_body{
	margin-top: 40px;
}

.page-box4 p{
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: rgba(75,70,55);
	margin: 5px 0;
}

.page-box4 table tr{
	border-bottom: 2px solid rgba(75,70,55);
}

.page-box4 table th{
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	text-align: left;
}

.page-box4 table th,
.page-box4 table td{
	padding: 10px;
}

.intro_table1{
	width: 100%;
	border-collapse: collapse;
	border: rgba(75,70,55);
	color: rgba(75,70,55);
}

.intro_table1 tr{
	border-bottom: none !important;
}

.intro_table1 th:before{
	content: "";
	margin-right: 0px;
}

.intro_table1 th,
.intro_table1 td{
	white-space: normal;
	border: 1px solid rgba(75,70,55);
}

.intro_table1 th{
	background: rgba(240, 240, 230);
	width: 25%;
}

.intro_table1 td{
	background: white;
}


.intro_table2{
	border-collapse: collapse;
	border: rgba(75,70,55);
}

.intro_table2 tr{
	border-bottom: none !important;
}

.intro_table2{
	width: 100%;
	color: rgba(75,70,55);
}

.intro_table2 th:before{
	content: "";
	margin-right: 0px;
}

.intro_table2 th,
.intro_table2 td{
	white-space: normal;
	border: 1px solid rgba(75,70,55);
}

.intro_table2 th{
	background: rgba(240, 240, 230);
	width: 26%;
}

.intro_table2 td{
	background: white;
}

.intro_table_space{
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.sub-link2{
	margin: 5px 0;
}



/* --- 活動実績 --- */

.page_achievements{
	max-width: 800px;
	background-color: rgba(240, 240, 230);
	border: 5px solid rgba(240, 240, 230);
	border-radius: 5px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.page_achievements_title_box{
	width: 103%;
    height: 45px;
    text-align: center;
    background-color: rgba(75, 70, 55);
    position: absolute;
    right: -5px;
    top: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page_achievements_title{
	color: #fff;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.achievements_title_mini{
	color: rgba(75,70,55);
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.achievements_text1{
	background-color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.achievements_text2{
	background-color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.achievements_text2 li{
	margin: 5px;
}

.achievements_text1 li{
	margin: 5px;
}

.page-box5{
	margin: 30px 0;
}



/* --- お問合せ --- */

.formWrap {
	margin:0 auto;
	line-height:120%;
}

.formWrap-text{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.formWrap-text img{
	width: 13px;
}

table.formTable{
	width:100%;
	margin:0 auto;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid rgba(75,70,55);
	padding:15px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:rgba(240, 240, 230);
	text-align:left;
}

.input-text {
	display: block;
    border: 1px solid rgba(75,70,55);
    padding: 0.6rem;
    width: 100%;
}

.submit-button{
	width: 30%;
	height: 40px;
	color: #fff;
	background-color: rgba(75,70,55);
	transition-property: opacity;
	transition-duration: 0.5s;
}

.submit-button:hover {
	opacity: 0.7;
}

.form-button{
	text-align: center;
}

.complete-form{
    margin-top: 70px;
    margin-bottom: 180px;
}

.complete-form-title{
	width: 220px;
    font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: rgba(75, 70, 55);
    margin: 0 auto;
    padding: 60 30 60 30;
}

.complete-form-box{
	background-color: #fff;
	border: 3px solid rgba(75,70,55);
	border-radius: 3px;
	padding: 20px;
	position: relative;
}

.complete-form-box-title{
	text-align: center;
	font-weight: bold;
}

.complete-form-box-text{
	margin-top: 10px;
}




/* ---スマホここまで--- */


@media screen and (min-width: 740px) {

/* ---タブレット(740px～1023pxの時のスタイル)--- */


/*ヘッダー*/



/* ---タブレットここまで--- */
}




@media screen and (min-width: 1024px) {

/* ---パソコン(1024px以上の時のスタイル)--- */

html{
	height: 100%;
}

body{
	margin:0 auto;
	min-width: 1024px;
}

p{
	margin:0;
	padding:0;
	line-height:140%;
	font-size:16px;
}

.main-body{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

.main{
	width: 800px;
	margin: 0 auto;
}

.span-phone{
	display:none;
}

/*クリア用*/
.clear{
	clear:both;
}
.span-phone{
	display: inline;
}


/*ヘッダー*/
.header-line{
	border-bottom: 10px solid rgba(75,70,55);
}

.header{
	width:1024px;
	margin-left: auto;
	margin-right: auto;
}

.header-left{
	float: left;
	margin-top: 35px;
}

.header-right{
	display: flex;
	float: right;
	margin-top: 15px;
}

.header-logo{
	width: 100%;
}
.header-logo img{
	width: 400px;
}


/*メインメニュー*/
.display_sp {
    display: none;
}

.display_pc {
	display: inline;
}

.main-menu {
  display: flex;
  font-size: 18px;
  list-style-type: none;
  padding: 10px 0 10px 20px;
}

.main-menu li {
	margin-right: 20px;
	margin-left: 20px;
}

.main-menu a {
  color: rgba(75,70,55);
  text-decoration: none;
  font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500;
}
.main-menu a:hover {
  color: rgba(222,156,30);
}

/*フッター*/
.footer{
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-top:60px;
}
.footer-border{
	height:40px;
}
.footer-area-back{
	background-color:rgba(75,70,55);
}
.footer-area{
	width:1000px;
	padding-bottom: 0;
	margin-left:auto;
	margin-right:auto;
}

.footer-left{
	float:left;
	margin: 15px 0 15px 0;
}
.footer-logo{
	color:#fff;
	font-size:20px;
	font-weight: 500;
	padding-bottom: 5px;
}
.footer-logo1, .footer-logo2, .footer-logo3{
	color:#fff;
	font-size:15px;
}

.footer-logo3 img{
	width: 15px;
}

.footer-right{
	float:right;
	color:#fff;
	margin: 15px 0 15px 0;
}
.footer-link{
	padding:0 20px 0 20px;
	margin:0;
	font-size:15px;
	text-decoration: none;
	color:#fff;
}
.footer-link1{
	float:left;
	width:130px;
}
.footer-link2{
	float:left;
	width:170px;
	margin:0 0 0 30px;
}

.footer-right a{
	text-decoration: none;
}

.footer-link:hover{
	color: rgba(222,156,30);
}
.copy p{
	font-size:13px;
	background-color:rgba(75,70,55);
	color:#fff;
	padding:3px 0;
    text-align:center;
}


/*トップ画像*/

.top-main-img{
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.top-main-img img{
    width: 100%;
    height: auto;
}

/*メインフレーム*/
.top-left{
	width:515px;
	float:left;
}
.top-right{
	width:500px;
	float:right;
}


/*秋田県コンクリート製品協会とは(topページ)*/

.top-about{
    width: 800px;
	height: 230px;
	border-top: 1.5px solid rgba(75,70,55);
	border-bottom: 1.5px solid rgba(75,70,55);
	margin-top: 30px;
}

.top-about-title{
	width: 420px;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: rgba(75,70,55);
	padding: 0 25px;
	margin: 10px 0;
	position: relative;
}

.top-about-title::before{
	content: "";
	display: block;
	width: 12px;
	height: 25px;
	background-color: rgba(222, 156, 30);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.top-about-left{
	width:330px;
	float:left;
	margin: 15px 10px;
}

.top-about-right{
	width:420px;
	height: 200px;
	float:right;
	margin: 15px 10px;
}

.top-about-text{
	text-align: justify;
	line-height: 1.6em;
	color: rgba(75,70,55);
	font-weight: 500;
	padding-top: 10px;
}

/*各メニュー*/
.top-link-button{
	width: 800px;
	height: 385px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.top-link-left{
	width: 380px;
	height: 125px;
	float: left;
}

.top-link-right{
	width: 380px;
	height: 125px;
	float: right;
}

.top-link-button1-2{
	width: 800px;
	height: 125px;
}

.link-button1,
.link-button2{
	width: 380px;
	height: 120px;
	margin-top: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.link-button3{
	width: 800px;
	height: 120px;
	margin-top: 10px;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.link-button4{
	width: 800px;
	height: 120px;
	margin-top: 15px;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.link-button1:hover,
.link-button2:hover,
.link-button3:hover {
	opacity: 0.7;
}



/* 会員一覧 */

.member-body{
	width: 800px;
	height: 340px;
	background-color: rgba(240, 240, 230);
	padding: 15px 0;
}

.member-link{
	width: 800px;
	margin: 0;
}

.member-title{
	width: 800px;
	text-align: center;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: rgba(75,70,55);
	margin: 10px 0;
}

.title-line{
	width: 750px;
	margin: 0 auto;
	margin-bottom: 0;
	border: 1px solid rgba(75,70,55);
}

.member-left{
	width: 360px;
	float: left;
	margin: 10px 15px 10px 20px;
}

.member-right{
	width: 360px;
	float: right;
	margin: 10px 20px 10px 15px;
}

.member1,.member2,.member3{
	padding: 10px 5px;
}

.member-link img{
	width: 350px;
	height: 70px;
}



/* --- 組織概要 --- */

.sub_bg{
	width: 100%;
	margin: 0;
}

.subpage_box{
	width: 800px;
	margin: 0 auto;
}

.page_title{
	height: 30px;
	text-align: center;
	background-color: rgba(240, 240, 230);
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: rgba(75,70,55);
	padding: 20px;
	margin: 10px 0;
}

.sub_title{
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: rgba(75,70,55);
	padding: 0 25px;
	margin: 15px 0;
	position: relative;
}

.sub_title::before{
	content: "";
	display: block;
	width: 12px;
	height: 25px;
	background-color: rgba(222, 156, 30);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.page-box1,.page-box2,.page-box4,{
	margin: 30px 0;
}

.page-box6{
	margin: 30px 0 10px 0;
}

.sub-text2{
	text-align: right;
	margin: 5px 0;
}


/* --- 組織情報 --- */
.facility{
	width: 800px;
	display: flex;
	justify-content: center;
}

.facility_table{
	width: 400px;
	height: 300px;
	margin: 10px;
}

.facility_table th,
.facility_table td{
	padding: 12px 5px;
	border-bottom: 2px dotted rgba(75,70,55);
}

.facility_table th{
	width: 35%;
	padding: 12px;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 600;
	color: rgba(75,70,55);
	text-align: left;
}

.facility_table td{
	width: 65%;
	padding-left: 20px;
}

.facility_table tr:nth-of-type(5) td {
    border-bottom: none !important;
}

.facility_table tr:nth-of-type(5) th {
    border-bottom: none !important;
}

.facility_map{
	width: 370px;
	max-height: 300px;
	margin: 5px 5px 5px 5px;
}

.facility_map iframe{
	width: 100%;
	margin-top: 5px;
}

.facility_table img{
	width: 15px;
}

.page-box3{
    height: 360px;
    margin-bottom: 30px;
}


/* --- 機構図 --- */
.page_mechanism{
	max-width: 800px;
	background-color: #fff;
	border: 5px solid rgba(222, 156, 30);
	border-radius: 5px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.page_mechanism_title_box{
	width: 800px;
    max-width: 800px;
	height: 40px;
	text-align: center;
    background-color: rgba(222, 156, 30);
    position: absolute;
    right: -5px;
    top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page_mechanism_title{
	color: #fff;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 5px;
}

.page_mechanism_body{
	text-align: center;
}

.page_mechanism_img img{
	width: 420px;
}


/* --- 工場認定制度 --- */

.text-space{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.page_system_subject{
	max-width: 800px;
	background-color: #fff;
	border: 5px solid rgba(75,70,55);
	border-radius: 5px;
	padding-top: 80px;
	padding-bottom: 20px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
}

.page_system_subject_title_box{
	width: 800px;
    max-width: 800px;
	height: 65px;
	text-align: center;
    background-color: rgba(75,70,55);
    position: absolute;
    right: -5px;
    top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page_system_subject_title{
	color: #fff;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
}

.page_system_subject_title_sub{
	color: #fff;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.page_system_subject_body{
	margin-top: 0;
}


.page-box4 p{
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: rgba(75,70,55);
	margin: 5px 0;
}

.page-box4 table tr{
	border-bottom: 2px solid rgba(75,70,55);
}

.page-box4 table th{
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	text-align: left;
}

.page-box4 table th,
.page-box4 table td{
	padding: 10px;
}

.intro_table1{
	width: 100%;
	border-collapse: collapse;
	border: rgba(75,70,55);
	color: rgba(75,70,55);
}

.intro_table1 tr{
	border-bottom: none !important;
}

.intro_table1 th:before{
	content: "";
	margin-right: 0px;
}

.intro_table1 th,
.intro_table1 td{
	white-space: nowrap;
	border: 1px solid rgba(75,70,55);
}

.intro_table1 th{
	background: rgba(240, 240, 230);
	width: 25%;
}

.intro_table1 td{
	background: white;
}


.intro_table2{
	border-collapse: collapse;
	border: rgba(75,70,55);
}

.intro_table2 tr{
	border-bottom: none !important;
}

.intro_table2{
	width: 100%;
	color: rgba(75,70,55);
}

.intro_table2 th:before{
	content: "";
	margin-right: 0px;
}

.intro_table2 th,
.intro_table2 td{
	white-space: nowrap;
	border: 1px solid rgba(75,70,55);
}

.intro_table2 th{
	background: rgba(240, 240, 230);
	width: 26%;
}

.intro_table2 td{
	background: white;
}

.intro_table_space{
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.sub-link2{
	margin: 5px 0;
}


/* --- 活動実績 --- */

.page_achievements{
	max-width: 800px;
	background-color: rgba(240, 240, 230);
	border: 5px solid rgba(240, 240, 230);
	border-radius: 5px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.page_achievements_title_box{
	width: 800px;
    max-width: 800px;
    height: 45px;
    text-align: center;
    background-color: rgba(75, 70, 55);
    position: absolute;
    right: -5px;
    top: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page_achievements_title{
	color: #fff;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.achievements_title_mini{
	color: rgba(75,70,55);
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.achievements_text1{
	background-color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.achievements_text2{
	background-color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.achievements_text2 li{
	margin: 5px;
}

.achievements_text1 li{
	margin: 5px;
}

.page-box5{
	margin: 30px 0;
}


/* --- お問合せ --- */

.formWrap {
	width:800px;
	margin:0 auto;
	line-height:120%;
}

.formWrap-text{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.formWrap-text img{
	width: 13px;
}

table.formTable{
	width:100%;
	margin:0 auto;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid rgba(75,70,55);
	padding:15px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:rgba(240, 240, 230);
	text-align:left;
}

.input-text {
	display: block;
    border: 1px solid rgba(75,70,55);
    padding: 0.6rem;
    width: 100%;
}

.submit-button{
	width: 20%;
	height: 40px;
	color: #fff;
	background-color: rgba(75,70,55);
	transition-property: opacity;
	transition-duration: 0.5s;
}

.submit-button:hover {
	opacity: 0.7;
}

.form-button{
	width: 800px;
	text-align: center;
}

.complete-form{
	width: 800px;
    margin-top: 70px;
    margin-bottom: 180px;
}

.complete-form-title{
	width: 220px;
    font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: rgba(75, 70, 55);
    margin: 0 auto;
    padding: 60 30 60 30;
}

.complete-form-box{
	max-width: 800px;
	background-color: #fff;
	border: 3px solid rgba(75,70,55);
	border-radius: 3px;
	padding: 20px;
	position: relative;
}

.complete-form-box-title{
	text-align: center;
	font-weight: bold;
}

.complete-form-box-text{
	margin-top: 10px;
}



/* ---パソコンここまで--- */
}



@media print {

/* --印刷時のスタイル(パソコンと同じ)--- */

body{
	margin:0;
}
.main-body{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.span-phone{
	display:none;
}


/*ヘッダーライン*/

/*ヘッダー*/
.header{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.header-left{
	float:left;
}
.header-right{
	float:right;
}
.header-logo{
	width:350px;
}
.header-contact{
	border:none;
    	padding:0;
	margin-top:15px;
    	text-align:right;
}
.header-text1{
    	text-align:right;
}


/*メニュー*/
.menu li:nth-child(odd) {
  border-right: none;
}
.menu {
  display: table;
  table-layout: fixed;
  width:1024px;
  margin: 0 auto;
  overflow: hidden;
  border-top: none;

}
.menu li {
  float: none;
  display: table-cell;
  width: 100%;
  border-bottom: none;
  border-left: 1px solid #3c0f00;
  border-right: 1px solid #3c0f00;
}
.menu li:nth-child(2) {
  border-right: none;
}
.menu li:nth-child(4) {
  border-right: none;
}


/*フッター*/
.footer-area{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.footer-left{
	float:left;
	padding:25px 0 0 0;
}
.footer-right{
	float:right;
	margin:0;
	padding:15px 0;
}
.footer-link1{
	float:left;
	width:130px;
}
.footer-link2{
	float:left;
	width:170px;
	margin:0 0 0 30px;
}


/*トップへ戻る*/
#page-top {
    bottom: 20px;
    right: 10%;
}
#page-top a {
    text-decoration: none;
    color: #eeeeee;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
}


/*トップ画像*/
.one-block{
	width: 100%;
}
.one-block img{
	width:100%;
	text-align:center;
	margin:0;
}

/*メインフレーム*/
.top-left{
	width:515px;
	float:left;
}
.top-right{
	width:500px;
	float:right;
}
.twoblock-left{
	width:330px;
	float:left;
}
.twoblock-right{
	width:650px;
	padding:15px;
	float:right;
}
.threeblock-left{
	width:330px;
	float:left;
	margin-right:17px;
}
.threeblock-center{
	width:330px;
	float:left;
}
.threeblock-right{
	width:330px;
	float:right;
}
.fourblock-First{
	width:220px;
	float:left;
	margin-left:0;
}
.fourblock{
	width:220px;
	float:right;
	margin-left:8px;
}


/* トップレイアウト*/
.top-oneblock{
	padding:10px 20px;
}

.top-notic-archive{
	width: 60%;
	float:right;
}

.top-shop-archive{
	width:30%;
	float:right;
}

}