@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif";
	font-size: 16px;
	line-height: 1.5;
}
li {list-style: none;}
img {
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
.bold {font-weight: bold;}
a {
	text-decoration: none;
	color: #000BFF;
}
a:hover {
	opacity:0.6;
	text-decoration: underline;
}
.red {color: red;}
.kyocho {
	color: red;
	font-weight: bold;
}
.only_sp,
#dialog_menu {display:none;}

/*==================================
              header
==================================*/
#headerIn {
	padding: 30px 0px;
}
/*==================================
              common
==================================*/
#contnt-wrapper,
.login-hello,
.login-header-menu,
.menu-pickup-container {
	width: 95%;
	margin: 0px auto;
}
#contnt-wrapper {
	margin-bottom: 150px;
}
h2 {
	display: block;
	width: fit-content;
	margin: 0 auto 20px;
}
.login_status {
	display: none;
}
.logout,
.home-btn {
	border-radius: 3px;
	background-color: #888;
	color: white;
	display: block;
	font-size: 10px;
	padding: 4px 20px;
	text-align: center;
	margin: 10px auto 30px;
}
.login-header-menu {
	display: flex;
}
.login-header-menu li:nth-child(1){
	margin-right: 10px;
}
.login-header-menu li:nth-child(2){
	margin-right: 40px;
}
.logout::before {
    content: url('../img/common/logout.svg');
    vertical-align: middle;
	font-size: 3px;
}
.home-btn::before {
    content: url('../img/common/home.svg');
    vertical-align: middle;
	font-size: 3px;
}
.login-hello {
    font-size: 12px;
}
.my-eyecatch {
	display: inline-block;
	margin: 0px 5px;
}
.my-eyecatch img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
	object-fit: cover;
}
.kidoku {
	width: 80%;
	margin: 40px auto;
	padding: 20px;
	box-shadow: 0 0 0 0 rgba(255,255,255,0) inset,0 2px 8px rgba(0,0,0,.4);
}
.kidoku-btn {
	background-color: #0e74dd;
	border: 1px solid #0e74dd;
	color: #fff;
	font-weight: 400;
	border-radius: 0;
	padding: 5px 20px;
}
.kidoku-btn:hover,
.ichiran_btn:hover {
	background-color: #0E5298;
	cursor: pointer;
}
.tab_content_description p.chorei_category,
.tab_content_description p.info_category,
.tab_content_description p.hiyari_category,
.tab_content_description p.defect_category,
.tab_content_description p.defectchuzo_category,
.tab_content_description p.manual_category,
.tab_content_description p.rules_category{
    margin: 0 10px 0 0px;
    padding: 1px 10px;
    color: #fff;
    border-radius: 3px;
	font-size: 10px;
    text-align: center;
}
.info_category {background-color: #F80000; }
.chorei_category {background-color: #1300F8; }
.hiyari_category {background-color: #A2C400; }
.defect_category {background-color: #C4009D; }
.defectchuzo_category {background-color: #9300C4; }
.manual_category {background-color: #00F822; }
.rules_category {background-color: #F8A000; }
.info_list {
	margin-top: 3px;
	margin-left: 15px;
}
/*==================================
              login
==================================*/
#wpmem_login,
.wpcf7 {
	width: 80%;
	margin: 0px auto;
	padding: 20px;
	box-shadow: 0 0 0 0 rgba(255,255,255,0) inset,0 2px 8px rgba(0,0,0,.4);
}
#wpmem_login legend {
	text-align: center;
    padding-bottom: 40px;
}
#wpmem_login input[type=text],
#wpmem_login input[type=password],
.wpcf7-form-control {
	width: 90%;
}
.wpcf7-form input,
.wpcf7-form textarea{
	font-size: 21px;
}
#wpmem_login input,
input.ichiran_btn,
.wpcf7-form-control[type=submit] {
	background-color: #0e74dd;
	border: 1px solid #0e74dd;
	color: #fff;
	font-weight: 400;
	border-radius: 0;
	padding: 5px 20px;
}
#wpmem_login input:hover,
input.ichiran_btn:hover,
.wpcf7-form-control[type=submit]:hover {
	cursor: pointer;
	opacity: 0.6;
}
.ichiran-form input.ichiran_btn {
	margin: 10px 0px 0px;	
}
.ichiran-form {
	text-align: right;
}
#wpmem_login .button_div {
	text-align: center;
}
#wpmem_login label::after {
	content: "\A" ;
	white-space: pre;
}
/*==================================
          　pickup_menu
==================================*/
#menu-pickup {
	display: flex;
    flex-wrap: wrap;
}
#menu-pickup li {
	font-size: 8px;
	text-align: center;
	margin: 0px 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 2px 8px;
}
#menu-pickup li a::before {
    vertical-align: middle;
    font-size: 3px;
	display: block;
	width: 50px;
}
#menu-pickup li:nth-of-type(1) a::before {content : url(../img/common/rules.svg);}
#menu-pickup li:nth-of-type(2) a::before {content : url(../img/common/manual.svg);}
#menu-pickup li:nth-of-type(3) a::before {content : url(../img/common/hiyari.svg);}
#menu-pickup li:nth-of-type(4) a::before {content : url(../img/common/defect.svg);}
#menu-pickup li:nth-of-type(5) a::before {content : url(../img/common/defect.svg);}
#menu-pickup li:nth-of-type(6) a::before {content : url(../img/common/chat.svg);}
#menu-pickup li:nth-of-type(7) a::before {content : url(../img/common/madoguchi.svg);}
/*#menu-pickup li:nth-of-type(8) a::before {content : url(../img/common/calendar.svg);}*/

/*==================================
        chat(better messages)
==================================*/
.bpbmuc {
	position: relative;
    top: -71px;
    left: calc(2.5% + 264px);
}

/*==================================
          　single-page
==================================*/
#single-main {
	padding: 10px;
}
#single-main>p {
	margin-bottom: 30px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-indent: 1em;
}
h4.single-title {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding: 10px;
	background: #f2f2f2;
	margin-bottom: 10px;
}
.single-date {
	font-size: 12px;
	text-align: right;
    color: #777777;
	margin-bottom: 20px;
	display: inline-block;
}
.single-date::before {
    font-family: "Font Awesome 5 Free", "Font Awesome", "font awesome", "fontawesome";
    font-weight: 900;
    color: #777777;
    content: "\f073";
	margin-right: 5px;
	margin-left: 10px;
}
form#update {
	text-align: center;
	margin: 30px auto 0px;
}
#single-main .single-main-div img {
	width: revert-layer;
}
#single-main .single-main-div img[width=""],
#single-main .single-main-div .thumbnail img {
	width: 700px;
	margin-bottom: 20px;
}
#single-main .single-main-div p {
    margin-bottom: 30px;
}
@media screen and (max-width:800px){
	#single-main .single-main-div img {
		width: 100%;
	}
}
/*==================================
         single-page hiyari
==================================*/
.hiyari-div dl {
    width: clac(100% - 40px);
    border: 1px solid #333;
    padding: 20px;
    margin-bottom: 20px;
}
.hiyari-div dl dt {
    font-size: 18px;
    font-weight: bold;
}
.hiyari-div dl dd {
    font-size: 18px;
}
#single-main .single-main-div.hiyari-div .thumbnail img {
    width: 100%;
}
.hiyari-div dl dd li {
    list-style: disc;
    padding-left: 10px;
    list-style-position: inside;
}

/*==================================
          　news tabs
==================================*/
/*タブ切り替え全体のスタイル*/
.tabs {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 40px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 60px;
  border-bottom:2px solid #1D4492;
  background-color: #EEE;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  box-sizing:border-box;
  border-right:#ccc solid 1px;
}
.tab_item:last-of-type {
  border-right:none;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#info:checked ~ #info_content,
#chorei:checked ~ #chorei_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color:#1D4492;
  color: #fff;
}

/*タブの中のリスト*/
.tab_content_description {
	border: #CCCCCC solid;
	border-width: 0px 1px 1px 1px;
	padding: 15px;
}
.tab_content_description li {
	border-bottom:#ccc solid 1px;
	font-size:0;
	padding: 10px 0px;
}
.tab_content_description li:last-of-type {
	border-bottom:none;
}
.tab_content_description li a {
	display:block;
}
.tab_content_description li p a:hover {
	text-decoration:none;
}
.tab_content_description li a .works_copy {
	color:#1d3994;
}
.tab_content_description li a:hover .works_copy,
.tab_content_description li a:hover .news_list .works_copy {
	text-decoration:underline;
}
.tab_content_description time,
.tab_content_description p {
	display:inline-block;
	font-size:16px;
	vertical-align:middle;
}
.tab_content_description time {
	width:95px;
	color:#666;
}
.tab_content_description li>div {
    display: flex;
}
.sectionLv06 .news_category {
	width:70px;
	margin:0 15px 0 0;
	padding:4px 0;
	background:#1387D8;
	color:#fff;
	font-size:13px;
	text-align:center;
	border:#1387D8 solid 1px;
	line-height:1em;
	border-radius:6px
}
.sectionLv06 .works_category {
	width:70px;
	margin:0 15px 0 0;
	padding:4px 0;
	background:#7E7E7E;
	color:#fff;
	font-size:13px;
	text-align:center;
	border:#7E7E7E solid 2px;
	border-radius:6px
}
.sectionLv06 .works_news_list {
	width:90px;
	margin:0 15px 0 0;
	padding:5px 0;
	background:#CFE080;
	color:#000;
	font-size:13px;
	text-align:center;
	border-radius:30px;
	line-height:1em;	
}
.sectionLv06 .works_news_list.kenchiku_news {
	background:#F2BEB9;	
}
.sectionLv06 .works_news_list.kensetsu_news {
	background:#B7DBAF;	
}
.sectionLv06 .works_news_list.housing_news {
	background:#DBB3D2;	
}
.sectionLv06 .works_news_list.road_news {
	background:#BDBFE0;
}
.sectionLv06 .works_news_list.crushed {
	background:#E2D7AD;	
}
.news_list_link {
    width: 220px;
    margin: 50px auto 70px;
    padding: 0;
    text-align: center;
    background-color: #1D4492;
    position: relative;
    background-image: url(/img/common/more.png);
    background-repeat: no-repeat;
	background-position:90% 50%;
    background-size: 20px 6px;
}
.news_list_link input.ichiran_btn {
	border: none;
	background-color: unset;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 16px;
	width: 220px;
	cursor: pointer;
}
.news_list_link a,.news_list_link input.ichiran_btn {
    display: block;
    padding: 15px 60px 15px 30px;
    color: #fff;
    text-decoration: none;
}
.news_list_link a:hover, .news_list_link input.ichiran_btn:hover {
	color:#fff;
	background-color:#63418A;	
	opacity:1;
	background-image:url(/img/common/more.png);
	background-repeat:no-repeat;
	background-position:90% 50%;
	background-size:20px 6px;	
}
.tab_content_description time {
/*	padding:20px 0 20px 20px;*/
}
.tab_content_description p.new_btn {
	margin:0 0 0 10px;
	padding:1px 6px;
	background-color:#F86900;
	color:#fff;
	font-size:10px;
	border-radius:3px;
	text-align:center;
}
.kidoku_flg_0 {
	font-size: 11px;
    color: #FFF;
    background-color: #ff0000;
    padding: 2px 6px 5px 6px;
    border-radius: 5px;
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
.kidoku_flg_1 {
	font-size: 12px;
	color: #333;
}
/* 点滅 */
.new_btn{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.news_list {
	display:inline-block;
}
.kidoku {
    display: none;
}
.kidoku.perm-kidoku {
    display: block;
}
/*==================================
         archive-page
==================================*/
.archive .tab_content_description {
	border: none;
	padding: 10px;
}
.kidoku>p:first-of-type{
	background-color: coral;
	color: white;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 8px;
	width: fit-content;
}
.kidoku-mei {
	display: flex;
	flex-wrap: wrap;
}
.kidoku-mei li {
	margin-right: 10px;
}
.kidoku-mei li p {
	font-size: 10px;
}
.eyecatch img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
	object-fit: cover;
}
.hiyari_new_btn {
    padding: 5px 50px;
    background-color: #888;
    display: block;
    width: fit-content;
    color: #fff;
    margin: 0px 0px 20px;
}
.tab_content_description p.edit-btn {
    background-color: #888;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    margin: 10px 10px 0px 0px;
}
/*==================================
         hiyari_form
==================================*/
.form-hiyari dl {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    border: 1px solid #E4E4E4;
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 20px;
}
.form-hiyari dt {
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
}
.form-hiyari dd {
    width: 100%;
}
.form-hiyari input[type=text], .form-hiyari textarea {
    border-color: #ddd;
    border-radius: 5px;
    width: calc(100% - 20px);
    border: 1px solid #aaa;
    margin: 0;
    padding: 10px;
    font-size: 18px;
}
.form-hiyari input[type=date] {
    border-color: #ddd;
    border-radius: 5px;
    border: 1px solid #aaa;
    margin: 0;
    padding: 10px;
    font-size: 18px;
}
.form-hiyari input[type=submit] {
    padding: 12px 100px;
    background-color: #888;
    display: block;
    width: fit-content;
    color: #fff;
    margin: 20px auto;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px;
}
.form-hiyari input[type=submit]:hover {
    opacity: 0.6;
}
.hissu {
    font-size: 10px;
    padding: 4px 9px;
    background-color: #FF560E;
    border-radius: 5px;
    color: #fff;
    margin-left: 10px;
}
.jyokyo-ul li {
    font-size: 18px;
    padding: 5px 0px;
}
.jyokyo-ul li label {
    cursor: pointer;
}
.genin-group {
/*    display: none;*/
    margin-top: 10px;
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 6px;
    background-color: #fafafa;
}
form.form-hiyari .genin-group>p:nth-of-type(1) {
    border: 0px;
    position: initial;
    height: auto;
    margin: 0px;
    display: block;
    font-weight: bold;
    color: #ccc;
}
form.form-hiyari p:nth-of-type(1) {
    position: relative;
    border: 2px dashed #aaa;
    height: 90px;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
form.form-hiyari p:nth-of-type(1) label {
    text-align: center;
    position: relative;
    display: grid;
    vertical-align: middle;
}
.form-hiyari {
    position: relative;
}
.form-hiyari input[type="file"] {
    cursor: pointer;
}
.message-upload{
    color: #fff !important;
    padding: 10px;
    width: fit-content;
    background-color: #FF0000;
}
h5 {
    font-size: 21px;
    font-weight: bold;
}

/*==================================
             Chart
==================================*/
#defectChart,
#defectChartGenin,
#defectChartTaisaku {
  width: 90%;
  margin: 2rem auto;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
}

/*==================================
         hamburger menu
==================================*/
.openbtn4{
	display: block;
	z-index: 1000;
	position: fixed;
	cursor: pointer;
	width: 50px;
	height:50px;
	border-radius: 5px;
	top: 10px;
    right: 10px;
}
.openbtn4 span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 2px;
	border-radius: 5px;
	background: #fff;
	width: 45%;
  }
.openbtn4 span:nth-of-type(1) {
	top:17px; 
}
.openbtn4 span:nth-of-type(2) {
	top:25px;
}
.openbtn4 span:nth-of-type(3) {
	top:33px;
}
.openbtn4.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
	background: #fff;
}
.openbtn4.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn4.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
	color: #fff;
	background: #fff;
}
#wrapper.panelactive,
#footer.panelactive{
	display: none;
}
#navi1,
#slider,
#head-top,
.side-help,
.only_pc {
	display:none;
}

#g-nav{
	width: 80%;
	background-color: rgba(255,255,255,.9);
	margin: 10px auto;
	padding-bottom: 30px;
}
#g-nav-list img {
	margin: 20px auto;
}
#g-nav-list	{
	margin: 20px auto 0px;
}
#g-nav-list li {
	width: 80%;
    background-color: #06C755;
    border-radius: 8px;
    border: none;
    margin: 20px auto;
    font-weight: bold;
}
#g-nav-list li a{
	padding: 11px 0px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
}
#g-nav-list li a:hover{
	color: #333;
	text-decoration: underline;
}
#g-nav {
    display: none;
    animation-delay: .3s;
    position: relative;
    z-index: 4;
}
#g-nav.panelactive {
    display: block;
}

/*==================================
             pageTop
==================================*/
.pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
.pageTop a {
	display: block;
	text-decoration: none;
	padding-right: 5%;
	color: #00234b;
}
.pageTop a:after {
	content: "\f0aa";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 3em;
	background-color: #fff;
	border-radius: 30px;
	border: 2px solid #fff;
}
/*==================================
             footer
==================================*/
footer {
	position: fixed;
	font-size: 10px;
	padding: 20px;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #;
	background: #f3f3f3;
}