
@charset "UTF-8";
/* CSS Document */

/* スマホ
------------------------------------------------------------
------------------------------------------------------------*/

@media screen and ( max-width:768px )
{
	
	
/* 共通
------------------------------------------------------------*/

body{
	font-size: 14px; 
}		
	

/* ヘッダー
------------------------------------------------------------*/


header {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:100000;
	background-color:#fff;
	box-shadow:0px 7px 10px -7px #999999;
}
.header-wrap{
	width: 100%;
	min-height:60px;
	margin-bottom: 0;
	background-color:#fff;
}
.header-left {
	max-width: initial; /* 初期状態にリセット */
	min-height: auto;
	width: 60%;
}
.header-logo {
	padding: 0;
	margin: 22px 0 20px 10px; 
	max-width: initial; /* 初期状態にリセット */
	/*font-size: 20px;*/
}
.header-logo img {
	width: 100%;
	height: 46px;
	margin: -24px 0 -20px 0;
}
.header-right {
	width: 30%;
	height: auto;
	padding-top: 0px;
}
.header-fukurou {
	width: 40px;
	height: auto;
	padding: 0;
	position:fixed;
	top:9px;
	right:60px;
}
.header-fukurou img{
	width: 40px;
	height: auto;
}
	
/* ハンバーガーメニュー
------------------------------------------------------------*/

#menu02{
	padding-top:130px;
}
#menu02 li.sp-menu{
	padding: 0 20px 40px 20px;
}
#menu02 li.sp-menu i{
	padding-right: 5px;
}

/* スライダーとhot情報
------------------------------------------------------------*/

.hot {
    width: 100%;
}
.slider {
    margin-top: 64px;
}
.slider li{
	height: 348px;
}	
.slider2 img{
	width: 99%;
	height:auto;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
}
.hot-wrapper {
	padding-bottom: 20px;
	background: #074928;
}
.hot-title {
	width: 150px;
	padding: 15px 0;
}
.hot-title img {
    width: 150px;
	height: auto;
}
.slick-prev{
	left:2px;
	top:40%;
}
.slick-next{
	right:2px;
	top:40%;
}

/*　スマホ用tel
------------------------------------------------------------*/
	
.sp-tel-wrap{
	width:90%;
	margin: 20px auto;
	position: static;
	z-index: 0;
	padding: 0;
	box-shadow: none;
}
.sp-tel{
	padding: 10px 0;
	color:#534741;
	border-top:dotted 2px #534741;
	border-left:none;
	border-bottom:dotted 2px #534741;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}	
.sp-tel a{
	color:#534741;
	pointer-events: auto;
}
.sp-tel-num{
	padding: 15px 0;
	position: relative;
	font-size:37px;
}
.sp-tel-num::before{
	font-size:26px;
}
.sp-tel-txt{
	font-size:11px;
}


/* 一覧はこちらボタン
------------------------------------------------------------*/

div.button-wrap-center{
	width:100%;
	margin: 0 auto;
	padding-top: 40px;
}
div.button-wrap-center a{
	width:80%;
}
.list-button,
.list-button-2{
	width:100%;
}
	
	
/* Lock（TOP）
------------------------------------------------------------*/

.top-lock {
	padding: 45px 0 60px 0;
}
.top-lock h2{
	padding:55px 0 45px 0;
	background-size:auto 35px;
	font-size: 18px;
}	
p.read{
	width:90%;
	padding-bottom:30px;
	text-align:left;
}	
.top-lock-box-wrap {
	width: 90%;	
}	
.top-lock-box {
	width: 100%;
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}	
.top-lock-box-wrap a:nth-child(even) .top-lock-box{
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.top-lock-box div {
	width: 100%;
	padding: 20px;
}
.top-lock-box h3 {
	margin-bottom: 40px;
	font-size: 20px;
}
.top-lock-box h3:before {
	bottom: -10px;
}
.top-lock-box .img {
	width: 100%;
}
.top-lock-box .text {
	padding-bottom: 40px;
}
	
	
/* Service（TOP）
------------------------------------------------------------*/	
	
.top-service {
	padding: 45px 0 60px 0;
}
.top-service h2{
	padding:55px 0 45px 0;
	background-size:auto 35px;
	font-size: 18px;
}	
.top-service-box{
	width: 90%;
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
}	
.top-service-box a{
	margin: 0 0 20px 0;
	width:100%;
	position: static;
	background-color: #666;
}
.top-service-box h3{
	padding:20px 20px 20px 20px;
	background: none;
	transition: none;
	-webkit-transition: none;
}
.top-service-box div{
	max-width: initial; /* 初期状態にリセット */
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
	bottom: 0;
	left: 0;
	background: none;
	overflow: hidden;
	transition: none;
	-webkit-transition: none;
}
.top-service-box .text {
	padding-bottom: 40px;
}
.top-service-box a:hover{
	background-color: #999;
}	
	
/* Products（TOP）
------------------------------------------------------------*/

.top-products {
	padding: 45px 0 60px 0;
}
.top-products h2{
	padding:55px 0 45px 0;
	background-size:auto 35px;
	font-size: 18px;
}
	
	
/* おすすめコンテンツ（TOP）
------------------------------------------------------------*/	
	
.top-fukurou {
	padding: 45px 0 60px 0;
}
.top-fukurou h2{
	padding:55px 0 45px 0;
	background-size:auto 35px;
	font-size: 18px;
}	
.top-fukurou-box-wrap {
    width: 90%;
	background: none;
}	
.top-fukurou-box {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
}
.f-img {
    width: 145px;
    height: 145px;
	float: left;
}
.top-fukurou-box:first-child {
    width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.top-fukurou-box:last-child {
	margin: 0 0 10px 0;
}
.top-fukurou-box:first-child .f-img {
    width: 145px;
    height: 145px;
	float: left;
}	
.top-fukurou-box:first-child .f-img img{
    width: 100%;
    height: 145px;
}	
.top-fukurou-box:first-child .new {
	width: 38px;
	height: 38px;
	line-height: 38px;
	top: 5px;
	left: 102px;
	font-size: 12px;
}
.top-fukurou-box:not(:first-child) .new {
	display: none;
}	
.top-fukurou-box:first-child .f-text {
	width: calc(100% - 145px);
	width: -webkit-calc(100% - 145px);
	height: auto;
	min-height: auto;
	padding: 10px;
	float: left;
	font-size: 14px;
}
.f-text {
	width: calc(100% - 145px);
	width: -webkit-calc(100% - 145px);
	float: left;
	line-height: 1.4em;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}	
.f-category {
	float: none;
}
.timestamp {
	float: none;
}
	
	
/* Information（TOP）
------------------------------------------------------------*/

.top-info {
	width: 90%;
    margin: 30px auto;
	padding: 40px 20px;
}
.top-info h2{
	margin-bottom: 30px;
	padding:45px 0 0 0px;
	background-size:auto 35px;
	font-size: 18px;
}
.top-info li{
	margin: 5px 0;
	padding: 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%;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	padding-top:10px;
}
ul.side-bnr-box li{
	padding-top: 10px;
	padding-bottom:10px
	}
ul.side-bnr-box li img{
	width:100%;
	height:auto;
}
ul.side-bnr-box p img{
	width:100%;
	height:auto;
}

/* back-to-top 
------------------------------------------------------------*/

#back-to-top {
	width: 60px;
	height: 60px;
	bottom:0;
	background-size:60px 60px;
}
#back-to-top a {
	font-size: 17px;
}

/* footer
------------------------------------------------------------*/

.ft-sitemap{
	width:100%;
	padding:0;
	margin: 0 auto;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ft-sitemap02 {
	width:100%;
	padding:0;
	margin:0;
}
.ft-sitemap02 a {
	display: block;
}
.ft-sitemap02 ul{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ft-sitemap02 li{
	width:50%;
	min-height:60px;
	margin:0;
	padding: 0 10px;
	box-sizing: border-box;
	display:flex;
	display:-webkit-flex;
	flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	justify-content:center;
	-webkit-justify-content:center;
	text-align:center;
}
.ft-sitemap02 li:first-child,
.ft-sitemap02 li:nth-child(2){
	border-top:1px solid #dbdbdb;
}
.ft-sitemap02 li:nth-of-type(odd){
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}
.ft-sitemap02 li:nth-of-type(even){
	border-bottom:1px solid #dbdbdb;
}
.sns02{
	width:100%;
	padding: 30px 0 30px 0;
	text-align: center;
}
.sns02 img{
	width:44px;
	hight:44px;
	padding-right: 15px;
	padding-left: 15px;
}
.ft-company-wrap{
	width: 100%;
    margin: 0 auto;
}
.ft-company{
	width:90%;
	margin: 0 auto;
	padding:0 0 30px 0;
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.ft-logo{
	width:100%;
	padding-bottom: 30px;
	font-size: 20px;
}
.ft-logo img{
	width:160px;
	height:80px;
	object-position: left bottom;
}
.copy-right{
	padding: 10px 70px 10px 5%;
	text-align: left;
}
	
	

/*　下層共通
------------------------------------------------------------*/	
	

/*　一覧系共通
------------------------------------------------------------*/

.low-list-box{
	width: 90%;
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
}	
.low-list-box .low-box{
	width:100%;
	margin: 0 0 20px 0;
	position: static;
	background-color: #666;
}
.low-list-box .low-box:last-child{
	margin: 0;
}
.low-list-box h3{
	padding:15px;
	transition: none;
	-webkit-transition: none;
}
.low-list-box .low-box div{
	padding: 15px;
	position: relative;
	bottom: 0;
	left: 0;
	background: none;
	overflow: hidden;
	transition: none;
	-webkit-transition: none;
}
.low-list-box .text {
	padding-bottom: 40px;
}
.low-list-box .readmore {
	right: 15px;
	bottom: 15px;
}
.low-list-box .low-box:hover{
	background-color: #999;
}	


/*　Lock一覧ページ
------------------------------------------------------------*/	

.top-lock.low {
	padding: 120px 0 40px 0;
}	
	
/*　Service一覧ページ
------------------------------------------------------------*/
	
.top-service.low {
	padding: 120px 0 40px 0;
}	
	
/*　Company一覧ページ
------------------------------------------------------------*/

.top-company {
	padding: 120px 0 40px 0;
}
.top-company h2{
	padding:55px 0 45px 0;
	background-size:auto 35px;
	font-size: 18px;
}	
	
	
/*　Product一覧ページ
------------------------------------------------------------*/	

.top-products.low {
	padding: 120px 0 40px 0;
}
.top-products.low .low-list-box .low-box{
	margin: 0 0 30px 0;
}
.top-products.low .low-list-box .low-box:nth-child(n+4){
	margin: 0 0 30px 0;
}
.top-products .low-list-box .low-box{
	background-color: #fff;
}
.low-list-box .low-box:last-child ul{
	margin-bottom: 0;
}*
.low-list-box ul li{
	width: 100%;
}	
	
	
	
/*　Product 第二階層ページ
------------------------------------------------------------*/

.top-products-2 {
	width: 100%;
    margin: 0 auto;
	padding: 120px 0 40px 0;
}
.top-products-2 h2{
	font-size: 25px;
}

/*　1カラム２カラム共通
------------------------------------------------------------*/

/* レイアウト */
.detail-wrap{
	width:100%;
	margin: 0 auto;
	padding:100px 0 60px 0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.detail-wrap>.detail {
	width:90%;
	margin: 0 auto;
}
.content-wrap-1,
.content-wrap-1re{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
}
.col1 .content-wrap-1 .sub-text,
.col1 .content-wrap-1re .sub-text,
.col2 .content-wrap-1 .sub-text,
.col2 .content-wrap-1re .sub-text{
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:100%;
}/* IE11 */
.content-wrap-1 .sub-img,
.content-wrap-1re .sub-img{
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:60%;
	margin: 0 auto;
	padding:20px 0;
}
.content-wrap-1 .sub-img img,
.content-wrap-1re .sub-img img{
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:100%;
	height: auto;
}
	
	
/* h1~h4　テキストまわり */
.detail h1{
	margin-bottom: 40px;
	font-size:23px;
}	
.detail h2{
	margin: 80px 0 50px 0;
	font-size:20px;	
}
.detail h3{
	margin: 50px 0 30px 0;
	font-size:17px;	
}
.content-wrap-1re h3:first-child{
	margin-top:25px;
}
.detail h4{
	margin: 50px 0 30px 0;
	font-size:16px;	
}
.col1 .main-img img{
	width: 100%;
	height: auto;
}/* IE11 */
.col2 .main-img img{
	width: 100%;
	height: auto;
}/* IE11 */	
.text-add{
	margin-top:15x;
}
.table th{
	width: 30%;
}
.table td{
	width: 70%;
}
.relation-body {
	display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.relation-detail-wrap {
	margin: 0 0 20px 0;
	width:48%;
}
.relation-body .relation-img {
	width: 100%;
	height: auto;
}
.relation-body .relation-img img {
	width: 100%;
	height: auto;
}
/* button */
.button-center{
	width: 100%;
	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;
}
.button-center a:not(:first-child){
	margin: 20px 0 0 0;
}	
.button-center a{
	width: 80%;
}
.button2 {
	width: 100%;
}
.link-btn {
	width: 100%;
	padding-left:0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.link-btn li {
	min-height: 20px;
	width: 80%;
	padding:10px 30px;
	margin: 10px auto;
}

/*　お問い合わせフォーム
------------------------------------------------------------*/

.form-tel {
	font-size: 16px;
	margin: 20px 0 40px 0;
}
.form-flow {
	margin-bottom: 40px;
	font-size: 14px;
}
.form-flow .text,
.form-flow .text-on{
	width: 100%;
	height: 30px;
	line-height: 8px;
}
.form-flow img {
	height: auto;
	width: 25px;
	padding: 0;
}
.form-flow .text,.form-flow .text-on{
	padding-top: 25px;
}
.form-table {
	font-size: 12px;
	line-height: 2em;
}
.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: 15px;
}
.privacy > dl > dd {
	padding: 20px 20px 30px;
    border: 1px solid #c96623; 
	background-color: #fff;
}
.privacy label {
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 10px;
	font-size: 15px;
}
/*form-btn*/
.contact_link_button {
	width: 220px;
	height: 50px;
}

/*　ふくろう便り
------------------------------------------------------------*/

.article-wrap-latest{
	padding: 20px;
}
.article-wrap .article-title{
	font-size:18px;
}
.article-wrap-latest .article-title{
	font-size:23px;
}
.article-subtitle{
	font-size:23px;
}
.article-box{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.article-box .article-left{
	width:100%;
}	
.article-box .article-info{
	width:100%;
}
.article-box .article-left .article-text{
	width:100%;
	padding-bottom:15px;
}
.article-box .article-image{
	width:100%;
	height:auto;
	padding-left:0;
}
.article-box .article-image img{
	width:100%;
	height:auto;
}
.article-button-wrap{
	width:100%;
}

/*ページネーション*/
.pagination-wrap{
	padding-top:0;
}
ul.pagination{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
ul.pagination li a {
	margin: 5px 15px 0 15px;
}


/*　サイドナビ
------------------------------------------------------------*/

.sidenavi-wrap{
	width:100%;
	border-left:none;
	margin:60px 0 0 0;
}
.sidenavi{
	width:100%;
	padding-left: 0;
}
.navi-box{
	margin-bottom: 20px;
}
.nav-parent {
	padding: 0 5%;
	margin-bottom: 0;
}
.navi-box .nav-child,
.navi-box .active{
	margin-bottom: 0;
	padding:15px 5%;
	font-size: 13px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 0;
}
.navi-box .nav-child:hover,
.navi-box .active:hover{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
	background-color: #fff;
}
.navi-box .nav-child a{
	color: #333;
}
.sidenavi .nav-child:hover a {
	color:#999;
}
.navi-box .nav-child br{
	display: none;
}	
	
/* 最新の記事 */	
.nav-archive-title{
	width:100%;
	padding:15px 5%;
	margin-bottom: 0;
}
.nav-archive{
	margin-bottom: 0;
	padding:15px 5%;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 0;
}
.nav-archive:hover{	
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
	background-color: #fff;
}
.sidenavi .latest{	
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
	background-color: #f0f0f0;
}	
.sidenavi .latest:hover{	
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
	background-color: #f0f0f0;
}	
.nav-archive:hover a{	
	color: #999;
}	
.nav-archive .image{
	display: none;
}
.nav-archive-box .title{
	width:100%;
	padding-left: 0;
	font-size:13px;
}
	
/* 記事カテゴリ */	
.category-box{
	margin-bottom: 20px;
}
.sidenavi .category-box .category-box-title{
	width:100%;
	padding:15px 5%;
	margin-bottom: 0;
}
.sidenavi .category-box li.category-name{
	margin-bottom: 0;
	padding:15px 5%;
	font-size: 13px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
	border-radius: 0;
}
.category-name:hover{	
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
	background-color: #fff;
}
.category-name:hover a{	
	color: #999;
}

/* active */
.sidenavi .active a {
	color:#074928;
}	
.sidenavi .active:hover a {
	color:#9cb6a9;
}		

	
/*　お問い合わせ(footer上)
------------------------------------------------------------*/
.contact-box-wrap{
	width: 100%;
	padding:40px 0 40px 0;
}
.contact-box{
	width: 90%;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.contact-title-wrap{
	width:100%;
}
.contact-title-wrap .designfont{
	padding:0 10px 20px 0;
}	
.contact-title {
	font-size: 17px;
}
.contact-main-wrap{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.contact-main-wrap .c-tel,
.contact-main-wrap .c-mail{
	width:100%;
	margin-top: 20px;
	padding:20px 0;
}

/*　追加/編集
------------------------------------------------------------*/
.dispSD04 {
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col1-wrap .content-wrap-1{
	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-3{
	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;
}
.article-detail-wrap{
	width:100%;
}
.detail-main .text-annotation {
	background-color: #f7f7f7;
	padding: 15px;
	width: 90%;
}
.detail-main .text-annotation700{
	background-color:#f7f7f7;
	padding:15px;
	width:90%;
}
.detail-main .text-w {
	width: 100%;
}
.detail-main .text-wrap-r {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-justify-content: center;
	justify-content: center;
}
.detail-main p.sub-img img {
	width: 100%;
	height: auto;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.detail-main .content-wrap-1 {
	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;
}
.detail-main .content-wrap-2 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.detail-main .content-wrap-3 {
	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;
}
.org-component {
	width: 100%;
	margin: 0 auto;
}
.product_spec ul {
	display: table;
	width: 100%;
}
.product_spec li {
	display: table-row;
	width: 100%;
}
.product_spec .first span {
	border: 1px solid #b2b2b2;
}
.product_spec span.dan {
	display: table-cell;
	width: 50%;
	float: none;
}
.product_spec span.dan2 {
	display: table-cell;
	width: 50%;
}
.product_spec span.dan2 {
	margin-left: 45%;
}
.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 #b2b2b2 #b2b2b2;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
.sub-img100 img {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
.sub-img690 img {
	width: 100%;
	height: auto;
}
.sub-img300 {
	text-align: center;
}
.sub-img300 img {
	float: none;
	width: 70%;
	height: auto;
}
.text-info {
	text-align: center;
}
.text-info .cpmark img {
	float: none;
	clear: both;
	width: 120px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.col1-wrap .content-wrap-1 .text {
	float: none;
	max-width: initial;
	padding-right: 0px;
	padding-bottom: 30px;
}
.btn-margin {
	display: block;
	margin: 10px 0;
}
.org-component {
	width: 100%;
	margin: 0 auto;
}
.org-component .org-component-main {
	display: block;
}
.org-component .org-component-img img {
	width: 100%;
}
.org-component .pad-left20 {
	padding-left: 0px;
}
.org-component .pad-right20 {
	padding-right: 0px;
	padding-bottom: 15px;
}
.detail-main .org-component .org-component-img img {
	width: 100%;
}
.detail-main p.read {
	width: 100%;
}
.detail-main div + p.sub-img img {
	padding-left: 0px;
}
.button-area {
	max-width: 100%;
	margin: 0;
}
.button-area .text-wrap a {
	max-width: 80%;
}

.content-wrap-3 .sub-img{
	-webkit-flex-basis:auto;
	flex-basis:auto;
	width:60%;
	margin: 0 auto;
	padding:20px 0;
}

.others h3{
	font-size: 20px;
}	
.box02{
	width:100%;
	margin: 0 auto;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.box02 div{
	width:48%;
	margin: 0 0 20px 0;
}
.box02 h4{
	margin: 6px 0;	
	font-size: 14px;	
}

}

/* 調整
------------------------------------------------------------
------------------------------------------------------------*/

@media screen and ( max-width:510px )
{
	.slider li{
	height: 260px;
	}	
}
@media screen and ( max-width:480px )
{
	.slider li{
	height: 220px;
	}	
}
@media screen and ( max-width:375px )
{
	.slider li{
	height: 170px;
	}	
}



