
@charset "UTF-8";
/* CSS Document */

/* スマホ
------------------------------------------------------------
------------------------------------------------------------*/

@media screen and ( max-width:768px )
{

/* トップページ
------------------------------------------------------------*/

/* common */
body {
	font-size: 14px;
}

/* arrow */
.arrow-link01{
	margin-right: 0;
	font-size: 14px;
}
.arrow-link02{
	margin-right: 0;
	font-size: 14px;
}

/* header */
header {
	height: 65px;
}
.header-wrap {
	width: 90%;
	margin: 0 auto;
}
.header-title{
	height: 45px;
	margin: 10px 0;
}
.header-logo img {
	width: 100%;
	height: 45px;
}
.header-fukurou {
	width: 45px;
	height: 45px; 
}
.header-contact a {
	margin-left: 10px;
    padding: 10px 20px;
	border-left: solid 1px #fff;
	display: block;
}
.header-contact-image{
	width: 25px;
    height: 25px;
}

/* ナビゲーション
------------------------------------------------------------*/	
	
#spNav {
	border-top: 1px solid #333c50;
}
#spNav > ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
#spNav > ul > li {
	width: 100%;
	padding: 0 2px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
#spNav > ul > li:not(:last-child) {
	border-right: 1px solid #333c50;
}
#spNav > ul > li img {
	height: 25px;
	width: 25px;
	display: block;
	margin: 0 auto;
	padding: 13px 0 6px 0;
}
#spNav > ul > li a {
	color: #fff;
}
.spNavText {
	font-size: 10px;
	line-height: 1em;
	padding-bottom: 10px;
}
	

/* スライダーとhot情報
------------------------------------------------------------*/	
	
/* slider */
/*左右の矢印の位置を変える*/
.header-slider .slick-next {
	right: 10px;
	z-index: 99;
}.header-slider .slick-prev {
	left: 10px;
	z-index: 100;
}


/*画像サイズ、表示位置調整*/
.center-item-pc li{
	height: 280px;
}
.center-item-pc li img{
	height: 280px;
}

.header-slider .slick-prev {
	left: 10px;
	z-index: 100;
}
	
/* hot */
.hot-wrap {
	padding: 30px 0;
}		
.hot-title {
	 width: 140px;
}
.hot-title::after{
	width: 84px;
}	
.hot-slider {
	margin:0 auto;
	position:relative;
}
.hot-slider img {
	width: 99%;
	height:auto;
	display:flex;
	justify-content:center;
}	
.hot-slider .slick-next {
	right: 2px;
	z-index: 99;
}
.hot-slider .slick-prev {
	left: 2px;
	z-index: 100;
}
/*スマホ用tel*/	
.sp-tel-wrap{
	width:90%;
	margin: 20px auto;
	position: static;
}
.sp-tel a{
	pointer-events: auto;
}
.sp-tel a:hover{
	text-decoration: none;
}
	
	
	
/* ふくろう便り（TOP）
------------------------------------------------------------*/
	
.fukurou-wrap {
    width: 90%;
    margin: 80px auto;
}
.fukurou-top h2 {
	padding-bottom: 50px;
	font-size: 26px;
}
.fukurou-body {
	padding-bottom: 30px;
}	
.fukurou-body-contents a{
	padding: 5%;
	-webkit-flex-direction: column;
	flex-direction: column;
}	
	
/* 最新の記事 */
.fukurou-body-contents:first-child {
	width: 100%;
	margin: 0 0 20px 0;
}
.fukurou-body-contents:first-child .fuku-img img  {
	width: 100%;
    height: auto;
	border-radius: 0;
}
.fukurou-body-contents:first-child .fukurou-body-text  {
	padding: 20px 0 10px 0;

}
.fukurou-body-contents:first-child .f-title {
	font-size: 16px;
}
.fukurou-body-contents:first-child .f-category {
	padding-bottom: 10px;
}
.fukurou-body-contents:first-child .timestamp {
	padding-bottom: 10px;
	font-size: 16px;
}
.fukurou-body-contents:first-child .new {
	padding: 8px 30px;
	right: -3%;
	font-size: 16px;
}
.fukurou-body-contents:first-child a::before {
    bottom: 13px;
}
.fukurou-body-contents:first-child a::after {
    bottom: 20px;
}
/* 他4件の記事 */
.fukurou-body-contents:not(:first-child) {
	width: 100%;
	margin: 0 0 20px 0;
}
.fukurou-body-contents:not(:first-child) .fuku-img  {
	text-align: center;
}	
.fukurou-body-contents:not(:first-child) .fuku-img img  {
	width: 80%;
    height: auto;
	border-radius: 0;
}
.fukurou-body-contents:not(:first-child) .fukurou-body-text {
    padding: 20px 0 10px 0;
}	
	
.fukurou-footer {
	padding-top: 0;
}
	

/* Lock（TOP）
------------------------------------------------------------*/	
	
.lock-wrap{
	padding: 80px 0;
	background-position: left 20px top 20px;
	background-size: 60% auto;
}
.lock-top{
	width: 90%;
}
.lock-top h2 {
	padding-bottom: 20px;
	font-size: 26px;
}
.lock-top h2::after{
	width: 84px;
}
.lock-top p {
	font-size: 16px;
	text-align: left;
}	
.lock-body {
	width: 90%;
	margin: 50px auto 0 auto; 
}
.lock-body-detail-wrap{
    width: 100%;
}
.lock-body-detail-wrap:nth-child(even){
	margin: 0 auto 20px auto;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.lock-body-detail-wrap:nth-child(odd){
	margin: 0 auto 20px auto;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.lock-body-detail-wrap img{
	border-radius: 10px 10px 0 0;
}
.lock-body-detail01,
.lock-body-detail01r {
	width: 100%;
	min-height: auto;
	padding: 30px 5%;
}
.lock-body-detail-wrap:nth-child(even) .lock-body-detail02r{
	width: 100%;
	margin: 0;
}
.lock-body-detail-wrap:nth-child(odd) .lock-body-detail02{
	width: 100%;
	margin: 0;
}
.lock-text-top h3 {
    font-size: 20px;
}
.lock-text-body {
    padding: 20px 0 30px 0;
	text-align: left;
}	
.lock-footer {
	width: 90%;
    padding-top: 30px;   
}
	
	
/* Service（TOP）
------------------------------------------------------------*/	
	
.service-wrap{
	padding: 80px 0;
	background-position: left 20px top 20px;
	background-size: 60% auto;
}
.service-top {
	width: 90%;
}
.service-top h2 {
	padding-bottom: 20px;
	font-size: 26px;
}
.service-top h2::after{
	width: 84px;
}
.service-top p {
	font-size: 16px;
	text-align: left;
}	
.service-body {
	width: 90%;
	margin: 50px auto 0 auto; 
	display: flex;
	flex-direction: column;
}
.service-detail-wrap {
	width: 100%;
	margin-bottom: 20px;
}
.service-detail p{
    padding: 0 5%;
}
.service-detail-title {
	padding: 30px 5% 20px 5%;
	font-size: 20px;
}
.service-footer {
	width: 90%;
	padding-top: 30px;
}

	
/* Products（TOP）
------------------------------------------------------------*/	
	
.products-wrap {
	padding: 80px 0;
	background-position: left 20px top 20px;
	background-size: 80% auto;
}
.products-body-wrap {
	width: 90%;
}
.products-body {
	width: 100%;
	padding: 50px 5% 1% 5%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.products-body:after {
	height: 140px;
	left: 40px;
	top: -30px;
}
.products-text {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.products-text h2 {
	padding-bottom: 50px;
	font-size: 26px;
}
.products-text p {
	font-size: 16px;
}	
.products-item {
	width: 48%;
	margin: 0 0 4% 0;
}
.products-item h3{
	padding: 10px 5px;
	font-size: 14px;
}	
.products-link {
	padding-top: 50px;
}	
	

/* 共通バナー（TOP）
------------------------------------------------------------*/	

.banner-wrap{
	padding:60px 0;  
}
.banner {
	width: 80%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	lex-direction: column;
}
.banner a {
	width: 100%;
	margin: 10px 0;
}


/* 共通バナー（一覧系）
------------------------------------------------------------*/

ul.list-bnr-box{
	width:80%;
	padding:60px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	lex-direction: column;
}
ul.list-bnr-box li{
	width:100%;
	margin: 10px 0;
}	


/* 共通バナー（サイドナビ）
------------------------------------------------------------*/

ul.side-bnr-box{
	width:80%;
	padding-top:0;
	margin: 60px auto 0 auto;
}

	
	
/* Information（TOP）
------------------------------------------------------------*/	
	
.information-wrap {
	padding: 80px 0;
}
.information-top {
	width: 90%;
	margin: 0 auto;
}
.information-wrap h2{
	padding-bottom: 50px;
    font-size: 26px; 
}
.information-footer {
	width: 90%;
	margin: 50px auto 0 auto;
}
.information-text {
	width: 90%;
	margin: 0 auto 10px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.ymd {
	margin: 0 0 10px 0; 
}
.information-text p{
	width: 100%;
	word-wrap: break-word;
}
	


/* footer
------------------------------------------------------------*/		
	
#page-top {
	right: 5%;
}
#page-top img {
	height: 50px;
	width: 50px;
}

footer .footer-menu {
	width: 100%;
	margin-bottom: 30px;
}
footer .footer-menu li{
	line-height: 300%;
	padding-left: 5%;
	border-bottom: 1px dotted #dbdbdb;
	font-weight: bold;
}
.footer-logo{
	font-size: 20px;
}
.footer-logo img{
	width: 160px;
	height: 80px;
}
.copyright {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
	
	
	

/*　下層共通
------------------------------------------------------------*/
	
/*テキストまわり*/
.col1-wrap{
	width: 90%;
	margin: 40px auto 0 auto;
	padding-bottom: 0px;
}
.col1-wrap h1,
.detail-main h1{
	font-size: 26px;
	margin-bottom: 40px;
}
.col1-wrap h2,
.detail-main h2{
	font-size: 20px;
	margin: 80px 0 50px 0;
}	
.col1-wrap h3,
.detail-main h3{
	font-size: 16px;
	margin: 50px 0 30px 0;
}	
.col1-wrap h4,
.detail-main h4{
	padding: 30px 0 20px 0;
}
.col1-wrap h3+h4,
.detail-main h3+h4{
	padding: 0 0 20px 0;
}
.pagetitle .title-border{
	width:25%;
}
.col1-wrap .read{
	width: 100%;
}
.col1-wrap .content-wrap-1 {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}		
.col1-wrap .content-wrap-1 .text {
	padding: 0 0 30px 0;
}
.sub-img300{
	text-align: center;
}
.sub-img300 img{
	width:70%;
	height:auto;
}
.sub-img690{
	text-align: center;
}
.sub-img690 img{
	width:100%;
	height:auto;
}
.text-info{
	padding:20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	}
.text-info .text{
	width : 100%;
}
.text-info .cpmark{
	text-align: center;
}		
.text-info .cpmark img{
	padding: 20px 0 0 0;
}	
.text-info .miwamark img{
	padding-right:0px;
	padding-bottom:10px;
	}	
.text-info .line{
	line-height: 30px;
	padding:15px 0 0 0;
	}		
.text-info .miwamark br,
.text-info .line br{
	display: inline;
}	
.text-pickup{
	padding: 20px;
}	


/*　一覧系共通
------------------------------------------------------------*/

/*Lock一覧、Service一覧、Product一覧、会社案内*/
.list-common{
	margin-top: 0;
}
.list-lock,.list-service,.list-product,.list-product02{
	background-size: 100% 300px;
}	
.list-pagetitle{
	width: 90%;
    margin: 0 auto;
	padding-top: 80px;
}	
.list-pagetitle h1{
	padding-bottom: 20px;
	font-size: 26px;
}
.list-pagetitle h1::after{
	width: 84px;
}
.list-read{
	width: 90%;
	font-size: 16px;
	text-align: left;
}
.list-common .service-detail-wrap:last-child {
	margin-bottom:  0;
}
.list-common .service-detail-wrap:not(:last-child) {
	margin-bottom:  20px;
}
.list-common .service-detail-wrap .service-detail p{
    padding: 0 5% 35px 5%;
}	
	
.list-product h3 {
	padding: 20px 20px 20px 25px;
	font-size: 20px;
} 
.list-product02 .service-detail-title {
	padding: 20px 20px 20px 15px;
}  

/*　お問い合わせフォーム
------------------------------------------------------------*/

.form-wrap {
	padding-bottom: 80px;
}
.form-tel {
	font-size: 17px;
}
.form-tel span {
	font-size: 23px;
}
.form-flow {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-betweenr;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.form-flow li {
	font-size: 14px;
}
.form-flow img {
	height: auto;
	width: 25px;
	padding: 0;
}
.form-flow .text,
.form-flow .text-on{
	width: 26%;
}
.form-table {
	font-size: 12px;
}
.form-table table th{
	padding: 10px;
}
.form-table table td{
	padding: 10px;
}
.form-address {
	overflow: visible;
}
.form-address p {
	float: none;
}
.form-address .input-s,.form-address .input-m {
	float: none;
}
input { 
	margin: 2px 0;
}
.input-s { width: 100%;height: 3em; }
.input-m { width: 100%;height: 3em; }
.input-l { width: 100%;height: 3em; }
select { width: 100%;height: 3em; }
	
/* 個人情報 */
.privacy > dl > dt {
	font-size: 16px;
}
.privacy > dl > dd {
    padding: 20px 5%;
}	
.privacy label {
    width: 80%;
    font-size: 16px !important;
}	


/*　２カラム詳細系共通
------------------------------------------------------------*/

.detail-content .detail-wrap{
	width:100%;
	padding:20px 0 70px 0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.detail-main{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 70px 0;
	border-right:none;
}
.detail-main p.main-img img{
}
.detail-main p.read{
}
.detail-pagetitle{
	width: 90%;
	padding-bottom:50px;
}
.detail-pagetitle h1{
	width:90%;
}
.detail-pagetitle .title-border{
	width:25%;
}
.detail-main .content-wrap-1{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.detail-main .content-wrap-2{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
}
.detail-main .content-wrap-3{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.detail-main .text-wrap-r{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.detail-main .text-w{
}
.detail-main p.sub-img img{
	width:100%;
	height:auto;
	padding: 30px 0;
}	
.list-company {
	padding-top:40px;
}	
.list-company table th {
	min-width: initial;
	width:30%;
	padding: 10px;
}
.list-company table td {
	width:70%;
	padding: 10px;
}


/*　footer上お問い合わせ
------------------------------------------------------------*/

.contact-box{
	padding: 80px 0;
}	
.contact-box .contact-title-wrap{
	width:90%;
}
.contact-box .contact-title {
	padding-bottom: 50px;
	font-size: 26px; 
}
.contact-box .contact-title-txt{
	font-size: 16px;
}	
.contact-box .contact-main-wrap{
	width: 90%;	
}
.contact-box .contact-main-wrap > div{
	padding: 40px 0 40px 0;
	background-size: 100px 100px;
}	
.contact-box .contact-main-wrap .c-main-title{
	width: 100%;
	margin: 0;
	padding-bottom: 30px;
	font-size: 17px;
}	
.contact-box .contact-main-wrap .c-tel{
	min-height: auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction:column;
	flex-direction:column;
}	
.contact-box .contact-main-wrap .c-mail{
	min-height: auto;
	-webkit-flex-direction:column;
	flex-direction:column;
}	
.contact-box .contact-main-wrap .c-tel .c-main-title{
	min-height: auto;
}
.contact-box .contact-main-wrap .c-tel-num{
	width: 100%;
	margin-right: 0;
	padding: 0;
}
.contact-box .contact-main-wrap .c-tel-num span{
	font-size: 26px;
}	
.contact-box .contact-main-wrap .c-tel-txt{
	width: 100%;
	margin-right: 0;
	padding: 10px 5% 0  5%;
	box-sizing: border-box;
}	
.contact-box .common-button{
	width: 100%;
	margin-right: 0;
}	


/*　ふくろう便り
------------------------------------------------------------*/

.article-wrap a{
	padding: 20px 5% 50px 5%;
}
.article-wrap-latest a{
	padding: 20px 5% 50px 5%;
}	
.article-wrap .article-title{
	font-size: 20px;
}
.article-wrap-latest .article-title{
	font-size: 26px;
}	
.article-box{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.article-box .article-left{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}	
.article-box .article-info{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	}
.article-box .category{
	width:200px;
}
.article-box .article-info .date{
	width:85%;
}
.article-box .article-left .article-text{
	width:100%;
	padding-bottom:15px;
}
.article-box .article-image{
	padding-left:0;
	width:100%;
	height:auto;
}
.article-box .article-image img{
	width:100%;
	height:auto;
}
.article-detail-wrap{
	width:100%;
}
.article-detail-wrap .article-detail-info .date{
	width:80%;
	text-align:right;
	font-weight:bold;
}
.article-detail-wrap .article-subtitle{
	font-size: 22px;
}	
.others h3{
	width:90%;
	margin:40px 0 30px 0;
	padding:15px 5%;
	font-size: 14px;
}
.others .box02 {
	width:100%;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.others .box02 div{
	width:90%;
	margin: 0 auto;
	padding-bottom:20px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-start;
	justify-content:lex-start;
    -webkit-flex-basis:90%;
}
.others .box02 div:last-child{
	padding-bottom:0px;
}
.others .box02 h4{
	width:60%;
    -webkit-flex-basis:60%;
	padding: 0 0 0 20px;
	line-height:135%;
}
.others .box02 h4::before{
    top: 2px;
	left: 10px;
}	
.others .box02 div p {
	width:40%;
	padding:0;
	-webkit-flex-basis:40%;
}

/*ページネーション*/
.pagination-wrap{
	padding:30px 0 0 0;
}
ul.pagination li a {
	margin:0px 3px 10px 3px;
}
ul.pagination :not(a.pagination-nam) {
	width: 20px;
}	

/*　サイドナビ
------------------------------------------------------------*/

.sidenavi{
	width:100%;
	padding-left:0;	
}
.side-nav-btn2 a {
	padding: 20px 5%;
	height: auto;
	background-position:93% 50%;
	background-repeat:no-repeat;
	line-height:1.4em;
	font-size: 14px;
	border-radius: 0;
}
.navi-box li.nav-parent{
	margin-bottom:0px;
}	
.navi-box li.nav-child a{
	margin-bottom: 0;
	padding: 20px 5%;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: dotted 1px #eaeaea;
	border-radius: 0;
	box-shadow: none;
}	
.navi-box li.nav-child br{
	display: none;
}	
	
/*active*/
.sidenavi .active a {
	pointer-events: auto;
}	
.navi-box li.nav-child .active a {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: dotted 1px #eaeaea;
}

/*archive*/	
.sidenavi .nav-archive-title{
	width: 90%;
	margin: 0;
	padding: 15px 5%;
}
.sidenavi .nav-archive a{
	width: 100%;
	margin: 0 auto;
	padding: 15px 5%;
	border-radius: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #dbdbdb;
	box-shadow: none;
}
.sidenavi .nav-archive .image{
	display: none;
}
.sidenavi .latest{
	border-radius: 0;
}	
.sidenavi .latest a:hover{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #dbdbdb;
}	
.sidenavi .nav-archive-box .title{
	padding-left:0px;
	padding-right:0px;
	width:100%;
	font-size:14px;
	line-height:130%;
}
.sidenavi .category-box{
	width:100%;
}
.sidenavi .category-box .category-box-title{
	margin: 30px 0 0 0;
	padding: 15px 5%;
}
.sidenavi .category-box li.category-name a{
	width: 100%;
	margin: 0 auto;
	padding: 15px 5%;
	border-radius: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #dbdbdb;
	box-shadow: none;
}

/* NSW2023改修 調整 */

.detail-main div + p.sub-img img,
.detail-main div + p.sub-img200 img{
        width:100%;
        height:auto;
        padding: 30px 0;
}

.col1-wrap .col1-contact{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.col1-wrap .content-wrap-1 p.sub-img img{
	width:100%;
	height:auto;
	padding-left:0;
	padding-top:10px;
	padding-bottom:10px;
}
.col1-wrap .content-wrap-3 p.sub-img img{
	width:100%;
	height:auto;
	padding-left:0;
	padding-top:10px;
	padding-bottom:10px;
}
.btn-margin {
        display: block;
        margin: 10px 0;
}
.org-component {
        width: 100%;
        margin: 0 auto;
}
.product_spec li {
    display: table-row;
    width: 100%
}
.product_spec span.dan {
    display: table-cell;
    width: 50%;
    float: none;
}
.product_spec span.dan {
    display: table-cell;
    width: 50%;
    float: none;
}
.product_spec span.dan2 {
    display: table-cell;
    width: 50%;
}
.product_spec .first span {
    border: 1px solid #ccc;
}
.product_spec span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

/* 202405 指摘事項対応 */
.org-component .org-component-main {
    margin-bottom: 0;
    flex-direction: column;
}

.org-component .org-component-text {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.detail-main .org-component .org-component-img img {
    width:100%;
    margin-bottom: 20px;
}

.org-component .pad-left20 {
    padding-left: 0;
}

/* 調整
------------------------------------------------------------
------------------------------------------------------------*/

@media screen and ( max-width:767px )
{
	
	/* slider */
	/*画像サイズ、表示位置調整*/
	.center-item-pc li{
		height: 170px;
	}
	.center-item-pc li img{
		height: 170px;
	}
	/*　下層共通
	------------------------------------------------------------*/
	/*共通ボタン*/
	.link-btn li {
		width: 100%;
	}
	.link-btn a {
		width: 80%;
		margin: 10px auto;
	}
	div.button-wrap-center{
		width:90%;
		margin: 0 auto;
	}
	
}		



