
@charset "UTF-8";
/* CSS Document */


/* Reset
------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
address,em { font-style: normal; }
strong,th { font-weight: normal; }
.form-table table tr th {
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th { text-align: left; }
legend { display: none;	}
img,fieldset { border: 0; }
img { vertical-align: middle; }
li { list-style-type: none; }
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd { margin: 0px; }
ul { padding: 0px; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
*:first-child+html body {
	font-size: 64.5%; /*IE Hack*/
}
html {
	overflow-y: scroll; /*ページ切り替え時のガタつき防止*/
	-webkit-text-size-adjust: none; /*PC上とスマホで文字サイズ固定&スマホの縦と横画面で文字サイズ固定*/
}
img {
    box-shadow: #000 0 0 0;/*firefoxのfadeのずれ調整*/
} 
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0; /*IE以下のfadeのずれ調整*/
}


/* 共通
------------------------------------------------------------*/

body{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 16px; 
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.6em;
	color: #333;
	background-color: #f0f0f0;
}
a{
	color: #333;
	text-decoration:none;
	outline: 0;
}
a:visited{
}
a:focus{
}
a:hover, a:active{
	color: #999;
}
a img.linkimg{
	background:none!important;
}
a:hover img.linkimg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
.list li{
	list-style-type: disc;
	margin-left: 1.5em;
}
.vaM {
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.ofH {
	overflow: hidden;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.indent1h {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
} /* テキスト非表示 */

.no-br{
	white-space:nowrap;
}

.h22{height:22px;}

.h-full{height:100%;}

/* ヘッダー
------------------------------------------------------------*/

header {
	border-top: 4px solid #534741;
	background-color: #222222;
	color: #fff;
}
.header-wrap {
	width: 100%;
	max-width: 1160px;
	min-height: 100px;
	margin: 0 auto;
	padding-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.header-left {
	min-height: 77px;
}
.header-lagline {
	width: 600px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.2em;
}
.header-logo {
	height: auto;
	max-width: 500px;
	padding-top: 25px;
	padding-bottom: 5px;
	/*font-size: 34px;*/
	line-height: 1em;
	font-weight: bold;
        color: #fff;
}
.header-logo img {
	width: 340px;
	height: 70px;
	margin-top: -15px;
	object-fit: contain;
	object-position: left;
}
.header-right {
	max-width: 820px;
	height: 100px;
	position: absolute;  
    top: 0;  
    right: 0;
	display: flex;
	display: -webkit-flex;
}
.header-tel {
	padding: 35px 10px 0 0;
	white-space: nowrap;
	text-align: right;
}
.header-tel-1 {
	padding-bottom: 5px;
	font-size: 30px;
}
.header-tel-1 span {
	padding-left: 5px;
	font-size: 40px;
	font-family: 'Rationale', sans-serif;
}
.header-tel-2 {
	font-size: 12px;
}
.header-fukurou{
	padding: 8px 15px 0 15px;
	background-color: #fff;
}
.header-fukurou img{
	width: 70px;
	height: 85px;
}
.header-btn {
	width: 100px;
	height: 100px;
	background-color: #534741;
	background-image:url(/images/sd/sd04/bk_triangle.png);
	background-size:100px 100px;
	text-align: center;
	transition: .3s;
	-webkit-transition: .3s;
}
.header-btn a {
	display: block;
	font-size: 25px;
	line-height: 100px;
	color: #fff;
	font-family: 'Rationale', sans-serif;
}
.header-btn:hover {
	opacity: 0.5;
}


/* ナビゲーション
------------------------------------------------------------*/

nav {
    position: relative;
	background: #222222;
}
.menu {
    width: 100%;
    height: 50px;
    max-width: 1160px;
    margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
.menu > li {
    width: 100%;
    height: 50px;
    line-height: 1.1em;
	transition: .3s;
	-webkit-transition: .3s;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.menu > li a {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.menu > li:hover {
    background: #534741;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu > li:hover a {
    color: #fff;
	text-decoration:none;
}
.menu__second-level {
	width: 100%;
	padding: 30px 0;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	top: 40px;
    left: 0;
    box-sizing: border-box;
    background: #534741;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.menu__second-level ul {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
    box-sizing: border-box;
    background: #534741;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
li.menu__mega:hover .menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
li.menu__mega .menu__second-level li {
    width: 320px;
	padding: 0 5px;
	box-sizing: border-box;
}
li.menu__mega .menu__second-level li a{
	padding: 10px 10px 10px 0.5em;
	box-sizing: border-box;
    color: #fff;
	text-align: left;
	line-height: 1.4em;
	text-indent:-0.5em;
	font-weight: normal;
}
li.menu__mega .menu__second-level li a:hover{
	opacity: 0.5;
}
li.menu__mega .menu__second-level li a i{
	padding-right: 0.4em;
}
li.menu__mega .menu__second-level li:nth-child(3n+2) {
    margin: 0 1%;
}

/* ナビ固定 */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	box-shadow:0px 7px 10px -7px rgba(0, 0, 0, .2);
	border-top: 4px solid #534741;
}

/* スライダーとhot情報
------------------------------------------------------------*/

.slider {
    width: 100%;
	height: auto;
    margin: 0 auto;
	background-color: #534741;
	overflow: hidden;
}
.slider li{
    width: auto;
    height: 600px;
    position: relative;
	overflow: hidden;
}
.slider img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

/* animation */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.hot-wrapper {
	padding-bottom: 60px;
	background: linear-gradient(#534741 65%, #e5e5e5 65%, #e5e5e5);
	background: -moz-linear-gradient(#534741 65%, #e5e5e5 65%, #e5e5e5);
	background: -webkit-linear-gradient(#534741 65%, #e5e5e5 65%, #e5e5e5);
}
.hot {
	max-width: 1060px;
    margin-right: auto;
	margin-left: auto;
}
.hot ul{
	padding:0 27px;	
}
.hot li {
	transition: .3s;
	-webkit-transition: .3s;
}
.hot li:hover {
	opacity: 0.7;
}
.hot-title {
	width: 180px;
	margin:0 auto;
	padding: 45px 0 30px 0;
}
.hot-title img {
    width: 180px;
	height: auto;
}
.slider2 img {
    width: 235px;
	height:auto;
	margin: 0 auto;
}
.slick_container {
    margin:0 auto;
    position:relative;
}
.slick-prev img, .slick-next img {
    width: 18px;
    height: 18px;
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{
	left:1px;
	top:30px;
}
.slick-next{
	right:1px;
	top:30px;
}
.slick-arrow{z-index:10;}

/*スライダーとhot情報の調整*/
@media not all and (min-width: 1000px)
	{
		.slider li{
			height: 450px;
		}
		.slider2 img {
			width: 200px;
			height:auto;
		}
		.slick-prev{
			left:10px;
			top:30px;
		}
		.slick-next{
			right:10px;
			top:30px;
		}
}


/*　画面下部固定tel（スマホ用tel）
------------------------------------------------------------*/
	
.sp-tel-wrap{
	margin: 0 auto;
	padding: 10px 0 10px 10px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow:0px 0px 8px rgba(0, 0, 0, .2);
}
.sp-tel{
	padding: 15px;
	color: #534741;
	text-align: center;
	border-top:dotted 2px #534741;
	border-left:dotted 2px #534741;
	border-bottom:dotted 2px #534741;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
}
.sp-tel a{
	color: #534741;
	pointer-events: none;
}
.sp-tel-num{
	padding-right: 10px;
	position: relative;
	font-size:30px;
	font-family: 'Rationale', sans-serif;
}
.sp-tel-num::before{
	font-family: FontAwesome;
	content: "\f095";
	padding-right: 5px;
	font-size:18px;
}
.sp-tel-txt{
	font-size:14px;
}

/* 一覧はこちらボタン
------------------------------------------------------------*/
	
div.button-wrap-center{
	max-width:1160px;
	margin: 0 auto;
	padding-top: 60px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
}

.list-button {
	width: 400px;
	height: 50px;
	text-align: center;
	border: 1px solid #333;
	line-height: 50px;
	transition: .3s;
	-webkit-transition: .3s;
}
.list-button:hover {
	border: 1px solid #666;
	background-color: #666;
	color: #fff;
}
.list-button-2 {
	width: 400px;
	height: 50px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	line-height: 50px;
	transition: .3s;
	-webkit-transition: .3s;
}
.list-button-2:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #534741;
}



/* Lock（TOP）
------------------------------------------------------------*/

.top-lock {
	width: 100%;
    margin: 0 auto;
	padding: 90px 0;
	background-color: #e5e5e5;
}
.top-lock h2{
	padding:80px 0 60px 0;
	text-align:center;
	background-image:url(/images/sd/sd04/text_lock_c5.png);
	background-size:auto 55px;
	background-position:50% 0;
	background-repeat:no-repeat;
	font-size: 20px;
	font-weight: normal;
}
.read{
	max-width:1160px;
	margin: 0 auto;
	padding-bottom:60px;
	text-align:center;
}
.top-lock-box-wrap {
	max-width:1160px;
	width: 100%;
    margin: 0 auto;	
}
.top-lock-box {
	width: 100%;
	margin-bottom: 20px;
	display:flex;
	display:-webkit-flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	background-color: #534741;
}
.top-lock-box-wrap a:nth-child(even) .top-lock-box{
	display:flex;
	display:-webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.top-lock a .top-lock-box {
	color: #fff;
}
.top-lock a:hover .top-lock-box div {
	background-color: #98918d;
}
.top-lock-box div {
	width: 50%;
	padding: 50px;
	position: relative;
	box-sizing: border-box;
	background-image:url(/images/sd/sd04/bk_triangle.png);
	background-size:100px 100px;
	background-position:right bottom;
	background-repeat:no-repeat;
}
.top-lock-box h3 {
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2em;
	position: relative;
	display: inline-block;
}
.top-lock-box h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 100px;
	height: 2px;
	left: 0;
	background-color: #fff;
}
.top-lock-box .img {
	width: 50%;
}
.top-lock-box .img img {
	width: 100%;
	height: auto;
}
.readmore {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 18px;
	font-family: 'Rationale', sans-serif;
}
.readmore i{
	padding-left: 5px;
}

/* Service（TOP）
------------------------------------------------------------*/

.top-service {
	width: 100%;
    margin: 0 auto;
	padding: 90px 0;
	background-color: #f0f0f0;
}
.top-service h2{
	padding:80px 0 60px 0;
	text-align:center;
	background-image:url(/images/sd/sd04/text_service_c5.png);
	background-size:auto 55px;
	background-position:50% 0;
	background-repeat:no-repeat;
	font-size: 20px;
	font-weight: normal;
}

.top-service-box{
	max-width:1160px;
	width: 100%;
	margin: 0 auto;
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content:center;
	-webkit-justify-content:center;
}
.top-service-box a{
	margin: 0 1% 2% 1%;
	width: 48%;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
}
.top-service-box img{
	width: 100%;
	height:auto;
}
.top-service-box h3{
	width: 100%;
	padding:10px;
	box-sizing:border-box;
	font-size: 18px;
	font-weight: normal;
	background-color: #666;
	text-align: center;
	color: #fff;
	transition: .3s;
	-webkit-transition: .3s;
}
.top-service-box div{
	max-width:560px;
	height: 100%;
	padding: 30px;
	box-sizing:border-box;
	color: #fff;	
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 3;
	background: rgba(0,0,0,.6);
	transition: .3s;
	-webkit-transition: .3s;
}
.top-service-box a:hover div {
  bottom: 0;
  left: 0;
}
.top-service-box a:hover h3 {
  background-color: #999;
}

/* Products（TOP）
------------------------------------------------------------*/

.top-products {
	width: 100%;
    margin: 0 auto;
	padding: 90px 0;
}
.top-products h2{
	padding:80px 0 60px 0;
	text-align:center;
	background-image:url(/images/sd/sd04/text_products_c5.png);
	background-size:auto 55px;
	background-position:50% 0;
	background-repeat:no-repeat;
	font-size: 20px;
	font-weight: normal;
}

/* おすすめコンテンツ（TOP）
------------------------------------------------------------*/

.top-fukurou {
	width: 100%;
    margin: 0 auto;
	padding: 90px 0;
	background-color: #534741;
}
.top-fukurou h2{
	padding:80px 0 60px 0;
	text-align:center;
	background-image:url(/images/sd/sd04/text_fukurou.png);
	background-size:auto 55px;
	background-position:50% 0;
	background-repeat:no-repeat;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
/*長いタイトルの場合に白い背景が延びて見えるようにbackground指定*/
.top-fukurou-box-wrap {
	width: 1160px;
    margin: 0 auto;
	overflow:hidden;
	background: linear-gradient(to right,#534741 1%,#fff 1%,#fff 49%, #534741 49%, #534741);
	background: -moz-linear-gradient(left,#534741 1%,#fff 1%,#fff 49%, #534741 49%, #534741);
	background: -webkit-linear-gradient(left,#534741 1%,#fff 1%,#fff 49%, #534741 49%, #534741);
}
.top-fukurou-box {
	width: 48%;
	margin: 0 1% 2% 1%;
	box-sizing:border-box;
	float: left;
	overflow:hidden;
	background-color: #fff;
}
.f-img {
    width: 150px;
    height: 120px;
	box-sizing:border-box;
	overflow:hidden;
	float: left;
	position: relative;
}
.top-fukurou-box-wrap img {
	width: auto;
	height: 100%;
	object-fit:cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.f-text {
	width: 406px;
	padding: 10px;
	box-sizing:border-box;
	float: left;
}
.top-fukurou-box:first-child {
    width: 48%;
	height: 100%;
	margin: 0 1% 0 1%;
	box-sizing:border-box;
	overflow:hidden;
	position: relative; 
}
.top-fukurou-box:last-child {
	margin: 0 1% 0 1%;
}
.top-fukurou-box:first-child .f-img {
    width: 100%;
    height: 320px;
	box-sizing:border-box;
	overflow:hidden;
	float: none;
}
.top-fukurou-box:first-child .f-img img{
    width: 100%;
    height: 320px;
	object-fit:cover;
}
.top-fukurou-box:first-child .new {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	border-radius: 50%;
    position: absolute;
	top: 20px;
	right: 20px;
	ffont-family: 'Rationale', sans-serif;
	font-size: 22px;
	background-color: #534741;
}
.top-fukurou-box:not(:first-child) .new {
	display: none;
}
.top-fukurou-box:first-child .f-text {
	width: 100%;
	min-height: 200px;
	padding: 20px;
	font-size: 18px;
	box-sizing:border-box;
	float: left;
}
.f-category,
.category {
	text-align: center;
	min-width: 90px;
	font-size: 12px;
	color: #fff;
	background-color: #4f95ad;
	border-radius: 5px;
	margin: 0 10px 5px 0;
	padding: 2px 5px;
	float: left;
}
.f-category i,
.category i{
	padding-right: 0.5em;
}
.timestamp {
	padding-top: 2px;
	float: left;
	font-family: 'Rationale', sans-serif;
	font-size: 22px;
}
.f-title {
	margin-top: 5px;
	padding-top: 5px;
	letter-spacing: 0.1em;
	clear: both;
}
.top-fukurou-box:hover .f-category{
    opacity: 0.5;
}

@media screen and ( max-width:1159px )
{
	.top-fukurou-box-wrap {
    width: 80%;
	background: none;
	}	
	.top-fukurou-box {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
	.f-img {
		float: left;
	}
	.top-fukurou-box:first-child {
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.top-fukurou-box:last-child {
		margin: 0 0 10px 0;
	}
	.top-fukurou-box:first-child .f-img {
		height: 460px;
	}
	.top-fukurou-box:first-child .f-img img{
		height: 460px;
	}
	.f-text {
		width: -webkit-calc(100% - 150x);
		width: calc(100% - 150px);
		line-height: 1.4em;
	}
}



/* Information（TOP）
------------------------------------------------------------*/

.top-info {
	max-width: 1160px;
	width: 100%;
    margin: 90px auto;
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
}
.top-info h2{
	margin-bottom: 55px;
	padding:25px 0 0 320px;
	background-image:url(/images/sd/sd04/text_information_c5.png);
	background-size:auto 44px;
	background-position:left top;
	background-repeat:no-repeat;
	font-size: 20px;
	font-weight: normal;
}

.top-info li{
	margin: 5px 0;
	padding: 10px 20px;
	display: flex;
	display: -webkit-flex;
	background-color: #fff;
	border-bottom:solid 1px #f0f0f0;
}
.top-info .date{
	padding-right: 20px;
	font-family: 'Rationale', sans-serif;
	font-size: 22px;
}

/* 共通バナー（横並び）
------------------------------------------------------------*/

ul.list-bnr-box{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.list-bnr-box li{
	width: 24%;
	margin: 0.5%;
    transition: .3s;
	-webkit-transition: .3s;
}
ul.list-bnr-box li img{
	width: 100%;
    height: auto;
}

ul.list-bnr-box li:hover {
    opacity: 0.5;
}


/* 共通バナー（サイドナビ）
------------------------------------------------------------*/

ul.side-bnr-box{
	width:100%;
	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 img{
	width:100%;
	height:auto;
}
ul.side-bnr-box li{
	padding-bottom: 10px;
	transition: .3s;
	-webkit-transition: .3s;
}
ul.side-bnr-box li:hover {
    opacity: 0.5;
}


/* back-to-top 
------------------------------------------------------------*/

#back-to-top {
	width: 70px;
	height: 70px;
	position:fixed;
	bottom:90px;
	right: 0;
	z-index: 2000;
	background-color: #534741;
	background-image:url(/images/sd/sd04/bk_triangle.png);
	background-size:70px 70px;
	text-align: center;
	box-shadow:0px 0px 8px rgba(0, 0, 0, .2);
}
#back-to-top a {
	width: 100%;
	height: 100%;
	font-size: 19px;
	line-height: 1em;
	color: #fff;
	font-family: 'Rationale', sans-serif;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#back-to-top img {
	width: 10px;
	height: 10px;
}
#back-to-top:hover {
	opacity: 0.5;
}


/* footer
------------------------------------------------------------*/

footer{
	background-color: #222222;
	color: #fff;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #98918d;
}
.ft-sitemap{
	padding:50px 0;
	margin: 0 auto;
	max-width:1160px;
	width: 100%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.ft-sitemap > ul{
	width: 33%;
}
.ft-sitemap > ul:first-child,
.ft-sitemap > ul:nth-child(2){
	border-right:solid 1px #333;
}
.ft-sitemap > ul > li{
	padding: 0 10px 15px 10px;
	font-size:15px;
	font-weight: bold;
}
.ft-sitemap > ul > li > ul > li{
	padding: 10px 10px 0 10px;
	font-size:14px;
	font-weight: normal;
}
.ft-sitemap li.second {
	padding-left:1em;
}
.ft-sitemap li i {
	padding-right: 0.5em;
	color: #98918d;
}

.sns-btn{
	display:flex;
	display:-webkit-flex;
}
.sns-btn a{
	padding-right: 10px;
	transition: .3s;
	-webkit-transition: .3s;
}
.sns-btn a:hover{
	opacity: 0.5;
}
.sns-btn img{
	width: 50px;
	height: 50px;
}
.ft-company-wrap{
	width: 100%;
    margin: 0 auto;
}
.ft-company{
	max-width:1160px;
	width: 100%;
	margin: 0 auto;
	padding:30px 0 40px 0;
	display:-webkit-flex;
	display:flex;
}
.ft-logo{
	width:250px;
	font-size: 25px;
	font-weight: bold;
}
.ft-logo img{
	width:200px;
	height:100px;
	object-fit: contain;
	object-position: center top;
}
.ft-txt{
	font-size: 15px;
}
.copy-right{
	padding: 10px 0;
	color: #fff;
	background-color:#534741;
	font-size: 12px;
}
.copy-right p{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}


/*　下層デザイン
------------------------------------------------------------
------------------------------------------------------------*/

/*　ぱんくず
------------------------------------------------------------*/

#breadcrumb{
	width: 100%;
	height:35px;
    margin: 0 auto;
	background-color:#e5e5e5;
	padding:0;
}
#breadcrumb ol{
	max-width:1160px;
	width: 100%;
	margin: 0 auto;
	padding:0;
	display:-webkit-flex;
	display:flex;
}
#breadcrumb ol li{
	padding-left:15px;
    list-style-type: none;
	font-size:12px;
	line-height:35px;
}
#breadcrumb ol li:not(:last-child):after {
    content: " ／ ";
	padding-left:15px;
}
#breadcrumb ol li:first-child{
	padding-left:0;
}
#breadcrumb ol li:last-child{
	color:#60433b;
}

/*　一覧ページ共通
------------------------------------------------------------*/

.low-list-box{
	max-width:1160px;
	width: 100%;
	margin: 0 auto;
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.low-list-box .low-box{
	width:31%;
	margin: 0 1% 2% 1%;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
}
.low-list-box img{
	width: 100%;
	height:auto;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	box-sizing:border-box;
}
.low-list-box h3{
	width: 100%;
	padding:10px;
	box-sizing:border-box;
	font-size: 16px;
	font-weight: normal;
	background-color: #666;
	text-align: center;
	color: #fff;
	transition: .3s;
	-webkit-transition: .3s;
}
.low-list-box .low-box div{
	width:100%;
	height: 100%;
	padding: 20px;
	box-sizing:border-box;
	color: #fff;	
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 3;
	background: rgba(0,0,0,.6);
	transition: .3s;
	-webkit-transition: .3s;
}
.low-list-box .readmore {
	right: 20px;
	bottom: 20px;
}
.low-list-box .low-box a:hover div {
  bottom: 0;
  left: 0;
}
.low-list-box .low-box a:hover h3 {
  background-color: #999;
}




/*　Lock一覧ページ
------------------------------------------------------------*/

.top-lock.low {
	padding: 90px 0 40px 0;
	background-color: #f0f0f0;
}

/*　Service一覧ページ
------------------------------------------------------------*/

.top-service.low {
	padding: 90px 0 40px 0;
}

/*　Company一覧ページ
------------------------------------------------------------*/

.top-company {
	width: 100%;
    margin: 0 auto;
	padding: 90px 0 40px 0;
}
.top-company h2{
	padding:80px 0 60px 0;
	text-align:center;
	background-image:url(/images/sd/sd04/text_company_c5.png);
	background-size:auto 55px;
	background-position:50% 0;
	background-repeat:no-repeat;
	font-size: 20px;
	font-weight: normal;
}

/*　Product一覧ページ
------------------------------------------------------------*/

.top-products.low {
	padding: 90px 0 20px 0;
}
.low-list-box h3.name{
	width: 100%;
	padding:10px;
	margin-bottom: 10px;
	box-sizing:border-box;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #dbdbdb;
	border-bottom: 2px solid #534741;
	background-color: #f0f0f0;
	text-align: center;
	color: #534741;
}
.top-products.low .low-list-box .low-box:nth-child(n+4){
	margin: 2% 1% 2% 1%;
}
.low-list-box .low-box > a:hover h3.name{
	color: #98918d;
	border-bottom: 2px solid #98918d;
	background-color: #f0f0f0;
}
.low-list-box ul{
	margin-bottom: 20px;
}
.low-list-box ul li{
	width: 100%;
	margin: 5px 0;
	padding:10px;
	border: 1px solid #999;
	border-radius: 5px;
	box-sizing:border-box;
	text-align: center;
	font-size: 14px;
	transition: .3s;
	-webkit-transition: .3s;
}
.low-list-box ul li:hover {
	border: 1px solid #666;
	background-color: #666;
	color: #fff;
}


/* Product 第二階層ページ */
.top-products-2 {
	width: 100%;
    margin: 0 auto;
	padding: 90px 0 20px 0;
}
.top-products-2 h2{
	max-width: 1160px;
	margin: 0 auto;
	padding-bottom: 60px;
	text-align:center;
	color: #534741;
	font-size: 35px;
	font-weight: bold;
}



/*　1カラム２カラム共通
------------------------------------------------------------*/

/* レイアウト */
.detail-wrap{
	max-width:1160px;
	margin: 0 auto;
	padding:70px 0 90px 0;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.detail{
	max-width:1160px;
	width: 100%;
}
.content-wrap-1,
.content-wrap-1re{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.content-wrap-1 .sub-img{
    -webkit-flex-basis:300px;
    flex-basis:300px;
    padding-left:20px;
}
.content-wrap-1re .sub-img{
    -webkit-flex-basis:300px;
    flex-basis:300px;
    padding-right:20px;
} 
.content-wrap-1 .sub-img img,
.content-wrap-1re .sub-img img{
	width:280px;
	height: auto;
}
.content-wrap-1re .sub-text {
    width: 100%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
.col1 .content-wrap-1 .sub-text,
.col1 .content-wrap-1re .sub-text{
    -webkit-flex-basis:750px;
    flex-basis:750px;
}/* IE11 */
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
.col2 .content-wrap-1 .sub-text,
.col2 .content-wrap-1re .sub-text{
    -webkit-flex-basis:450px;
    flex-basis:450px;
}/* IE11 */
}


/* h1~h4　テキストまわり */
.detail h1{
	padding: 8px 5px;
	margin-bottom: 60px;
	font-size:30px;
	line-height: 1.2em;
	color: #534741;
	border-top: 2px solid #534741;
	border-bottom: 2px solid #534741;
}
.detail h2{
	padding: 10px 5px;
	margin: 90px 0 60px 0;
	font-size:24px;
	position:relative;
}
.detail h2:before {
    content:"";
    position: absolute;
    bottom:-5px;
    left:0;
    width:100px;
    height:2px;
    background-color: #534741;
}
.content-wrap-1 h2{
	margin-top:0;
}
.detail h3{
	margin: 60px 0 30px 0;
	font-size:18px;
	line-height: 1.6em;
	color: #534741;
}
.detail h4{
	padding: 0 28px;
	margin: 60px  0 30px 0;
	font-size: 18px;
	font-weight: bold;
    position: relative;
	display: inline-block;
}
.detail h4:before, 
.detail h4:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 22px;
	height: 1px;
	background-color: #333;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.detail h4:before {
	left:0;
}
.detail h4:after {
	right: 0;
}
.detail h1 + h3,
.detail h2 + h3,
.detail h4 + h3,
.detail h3 + h4,
.content-wrap-1 h3:first-child,
.content-wrap-1re h3:first-child{
	margin-top:0;
}

.main-img{
	width: 100%;
}
.main-img img{
	width: 100%;
	height: auto;
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop,
	 .col1 .main-img img{
	max-width:1160px;
	width: 100%;
	height: auto;
}/* IE11 */
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop,
	 .col2 .main-img img{
	width: 700px;
	height: auto;
}/* IE11 */
}
.detail .read {
	width:auto;
	padding:30px 0 0 0;
	text-align: left;
}
.detail h1 + .read {
	padding:0;
}
.text-add{
	padding:15px;
	margin-top:30px;
	background-color:#e5e5e5;
	clear: both;
}
.text-caution{
	background-color: #f4e0d3;
	padding:15px;
	clear: both;
}
.text-caution span{
	color:#fc241a;
}
.text-catch{
	padding-bottom:20px;
	font-weight:bold;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.list li{
	list-style-type: disc;
	margin-left: 1.5em;
}
.table{
	width: 100%;
	margin: 0 auto;
}
.table th{
	background-color:#e5e5e5;
	padding:10px;
	border: 1px solid #dbdbdb;
	vertical-align: top;
}
.table td{
	padding:10px;
	border: 1px solid #dbdbdb;
}
.relation-link li {
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 1.5em;
    text-indent: -0.5em;
}
.relation-link li:last-child{
	padding-bottom: 0;
}
.relation-link li a:hover {
    text-decoration: underline;
}
.relation-link li i{
	color: #534741;
	padding-right:0.5em;
}
.relation-body {
	display: flex;
	display:-webkit-flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.relation-detail-wrap {
	width:32%;
	margin: 0 1.3% 15px 0;
}
.relation-body .relation-img {
	width: 100%;	
	height: auto;
	position: relative;
	overflow:hidden;
	box-sizing:border-box;
	border: 1px solid #dbdbdb;
}
.relation-body .relation-img img {
	width: 100%;
	height: auto;
}
.relation-detail .r-title{
	margin:6px 0;
}

/* button */
.button-center{
	margin: 20px auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.button-center a:not(:first-child){
	margin-left: 40px;
}
.button2,
.list-button02-large {
	width: 310px;
	min-height: 20px;
	padding:10px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #333;
	transition: .3s;
	-webkit-transition: .3s;
}
.button2:hover,
.list-button02-large:hover {
	border: 1px solid #666;
	background-color: #666;
	color: #fff;
}
.link-btn {
	width: 760px;
	margin: 0 auto;
	padding-left:30px;
	box-sizing: border-box;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.link-btn li {
	width: 310px;
	min-height: 20px;
	padding:10px 30px;
	margin: 0 20px 10px 20px;
	box-sizing: border-box;
	background-color: #534741;
	background-image: url(/images/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 26px 18px;
	text-align: center;
	transition: .3s;
	-webkit-transition: .3s;
}
.link-btn li a {
	display:block;
	color: #fff;
}
.link-btn li:hover {
	opacity: 0.5;
}


/*　お問い合わせフォーム
------------------------------------------------------------*/

.form-wrap {
	width: 100%;
	margin: 0 auto;
}
.form-tel {
    margin: 20px 0 60px 0;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    border: 5px solid #534741;
	font-size: 18px;
	background-color: #fff;
}
.form-tel img{
    display: none;
}
.form-tel p {
	padding-top: 20px;
	font-size: 30px;
	font-family: 'Rationale', sans-serif;
	color: #534741;
}
.form-tel p a{
	color: #534741;
}
.form-tel p span {
	font-size: 40px;
	line-height: 40px;
}
.form-flow {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	margin-bottom: 60px;
	font-size: 20px;
}
.form-flow img {
	height: auto;
	width: 68px;
	padding: 0 16px;
}
.form-flow .text,
.form-flow .text-on{
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background-color: #4f95ad;
}	
.form-flow .text{
	opacity: 0.5;
}
.form-table {
	padding-top: 40px;
	padding-bottom: 20px;
	line-height: 3.5em;
}
.form-table table,
table.form-btn,
table.form-btn td {
	width:100%;
}
.form-table table th{
	width:25%;
}
.form-table table tr:not(:last-child){
	border-bottom:1px solid #dbdbdb;
}
.form-table table th,
.form-table table td {
	padding: 10px;	
}
.caution{
	font-size: 10px;
	color:#fc241a;
}
.input-s { width: 30%;height: 3em; }
.input-m { width: 80%;height: 3em; }
.input-l { width: 100%;height: 3em; }
.input-check { padding-right: 2em; }
input { border: 1px solid #dbdbdb;
	background: #fff;
}
select { width: 31%;height: 3em;
	border: 1px solid #dbdbdb;
	background: #fff;
	display:block;
}
textarea {
	width: 100%;height: 15em;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #dbdbdb;
	display:block;
}
/*個人情報保護方針に同意する*/
.privacy {
	margin-top: 30px;
	position: relative;
}
.privacy > dl > dt {
	font-size: 18px;
	padding: 10px;
	text-align: center;
	color: #fff;
    background-color: #4f95ad;
}
.privacy > dl > dd {
	padding: 20px 20px 30px;
    border: 1px solid #4f95ad; 
	background-color: #fff;
}
.privacy label {
	width: 80%;
	margin: 20px auto 0 auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	display: block;
    border: 1px solid #4f95ad; 
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
}
/*form-btn*/
.contact_link_button {
	width: 240px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	margin-top: 60px;
	background-color: #534741;
	transition: .3s;
	-webkit-transition: .3s;
}
.contact_link_button a{
	color: #fff;
	display:block;
}
.contact_link_button:hover{
	opacity: 0.5;
}


/*　ふくろう便り
------------------------------------------------------------*/

.article-wrap{
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #dbdbdb;
}
.article-wrap-latest{
	padding: 30px 20px;
	margin-bottom: 20px;
	background-color: #e5e5e5;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
}
.article-wrap a:hover .f-category,
.article-wrap-latest a:hover .f-category{
	opacity: 0.5;
}
.category .fa-bookmark:before{
	content: "\f024"; 
}
.article-title,
.article-subtitle{
	font-weight:bold;
	line-height:150%;
	padding-bottom:20px;
	font-size:27px;
}
.article-wrap .article-title{
	font-size:20px;
}
.article-wrap-latest .article-title{
	font-size:27px;
}
.article-box{
	width: 100%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.article-box .article-left{
	wwidth : 63% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 290px) ;
	width : calc(100% - 290px) ;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}	
.article-info,
.article-detail-info{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	}
.article-info .date,
.article-detail-info .date{
	text-align:right;
	font-size: 22px;
	font-family: 'Rationale', sans-serif;
}
.article-box .article-left .article-text{
	text-align:left;
	padding-top:15px;
	line-height:150%;
}
.article-box .article-image{
	width:270px;
	height:auto;
	padding-left:20px;
}
.article-box .article-image img{
	width:270px;
	height:auto;
}
.article-button-wrap{
	width: 100%;
	margin: 0 auto;
	padding-top:20px;
	font-size: 18px;
	font-family: 'Rationale', sans-serif;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.article-button-wrap i{
	padding-left: 5px;
}

.sns-wrap{
	margin: 30px auto 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

/*ページネーション*/
.pagination-wrap{
	padding-top:30px;
	text-align:center;	
}
ul.pagination {
    display: inline-block;
	font-size: 16px;
	font-family: 'Rationale', sans-serif;
	line-height: 30px;
}
ul.pagination li {
	display: inline;
}
ul.pagination li i {
	padding: 0 5px;
}
ul.pagination li a {
	margin: 0 15px;
	float: left;
}
ul.pagination li a.active {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
    background-color: #4f95ad;
	border-radius: 5px;
    color: #ffffff;
}
ul.pagination li a.active:hover {
    opacity: 0.5;
}


/*　サイドナビ
------------------------------------------------------------*/

.sidenavi-wrap{
	width:300px;
	border-left:1px solid #dbdbdb;
	margin-left:24px;
}
.sidenavi{
	width:275px;
	padding-left:25px;
}
.nav-parent {
	height: 60px;
	padding: 0 10px;
	margin-bottom:20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	line-height: 60px;
	box-sizing: border-box;
	color: #fff;
	background-color:#534741;
	background-image:url(/images/sd/sd04/bk_triangle.png);
	background-size:60px 60px;
	background-position:right bottom;
	background-repeat:no-repeat;
	transition: .3s;
	-webkit-transition: .3s;
}
.nav-parent:hover {
	opacity: 0.5;
	color: #fff;
}
.navi-box{
	padding-bottom: 15px;
}
.navi-box .nav-child{
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	box-sizing:border-box;
	text-align:left;
	vertical-align:middle;
	transition: .3s;
	-webkit-transition: .3s;
}
.navi-box .nav-child a{
	color: #666;
	display: block;
}
.navi-box .nav-child:hover{
	border: 1px solid #999;
	background-color: #999;
}
.sidenavi .nav-child:hover a {
	color:#fff;
}

/* 最新の記事 */
.nav-archive-title{
	padding: 10px;
	margin-bottom: 8px;
	box-sizing:border-box;
	border-bottom: 2px solid #534741;
	color: #534741;
}
.nav-archive{
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	box-sizing:border-box;
	transition: .3s;
	-webkit-transition: .3s;
}
.nav-archive a{	
	color: #666;
}
.sidenavi .latest{
	background-color: #e5e5e5;
	border: 1px solid #c4c4c4;
}
.nav-archive:hover{	
	border: 1px solid #999;
	background-color: #999;
}
.nav-archive:hover a{	
	color: #fff;
}
.nav-archive-box{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content:space-betweens;
	justify-content:space-between;
}
.nav-archive-box img{
	width:100px;
	height:auto;
}
.nav-archive-box .title{
	width:140px;
	font-size:13px;
	line-height: 1.5em;
}

/* 記事カテゴリ */
.category-box{
	padding-bottom: 15px;
}
.category-box .category-box-title{
	padding: 10px;
	margin-bottom: 8px;
	box-sizing:border-box;
	border-bottom: 2px solid #534741;
	color: #534741;
}
.category-box .category-name{
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	box-sizing:border-box;
	transition: .3s;
	-webkit-transition: .3s;
}
.category-box .category-name a{	
	color: #666;
	display: block;
}
.category-box .category-name i{
	padding-right: 5px;
}
.category-name:hover{	
	border: 1px solid #999;
	background-color: #999;
}
.category-name:hover a{	
	color: #fff;
}

/* active */
.navi-box .active{
	border: 1px solid #534741;
}
.navi-box .active a {
	color:#534741;
}
.navi-box .active:hover{
	border: 1px solid #534741;
	background-color: #f0f0f0;
}
.sidenavi .latest.active:hover {
	background-color: #e5e5e5;
}
.sidenavi .active:hover a {
	color:#534741;
}


/*　お問い合わせ(footer上)
------------------------------------------------------------*/

.contact-box-wrap{
	padding:60px 0;
	clear: both;
	border-top:1px solid #f0f0f0;
	background-color: #fff;
}
.contact-box{
	max-width:1160px;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.contact-title-wrap{
	width:32%;
	padding-right: 20px;
	box-sizing: border-box;
}
.contact-title-wrap .designfont{
	font-size: 43px;
	padding:0 10px 40px 0;
	font-family: 'Rationale', sans-serif;
	color:#534741;
	float: left;
}
.contact-title {
	font-size: 17px;
	float: left;
}
.contact-title-txt{
	clear: both;
}
.contact-main-wrap{
	width:68%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.contact-main-wrap .c-tel,
.contact-main-wrap .c-mail{
	width:49%;
	padding:20px 5px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	background-color:#534741;
	background-image:url(/images/sd/sd04/bk_triangle.png);
	background-size:100px 100px;
	background-position:right bottom;
	background-repeat:no-repeat;
}
.c-main-title {
    padding-bottom:30px;
	text-align: center;
    margin: 0 15px;
	font-size: 17px;
}
.c-tel-num{
	padding-bottom: 15px;
	font-size:30px;	
}
.c-tel-num a{
	color: #fff;
}
.c-tel-num span{
	padding-left: 5px;
	font-size: 40px;
	font-family: 'Rationale', sans-serif;
}
.c-tel-txt{
}
.c-button{
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
}
.button1 {
	width: 260px;
	height: 40px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
	color: #534741;
	line-height: 40px;
	transition: .3s;
	-webkit-transition: .3s;
}
.c-button:hover .button1 {
	border: 1px solid #fff;
	background-color: #534741;
	color: #fff;
}


/* PCとスマホの非表示指示
------------------------------------------------------------*/


@media screen and (min-width: 769px)
{

	.pc-none {
		display: none;
	}
}

@media screen and ( max-width:768px )
{
	.sp-none {
		display: none;
	}
}

/* 追加・編集
------------------------------------------------------------*/
/* add 20190523 */

.dispSD04 {
	display: flex !important;
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
}
.detail-main .catch-txt {
	font-weight: bold;
	padding-bottom: 15px;
}
.detail-main .text-w {
	background-color: #f0f0f0;
	padding-bottom: 15px;
}
.detail-main .org-component {
	width: 100%;
}
.detail-main .text-wrap-r {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.detail-main .org-component .content-wrap-1 {
	margin-bottom: 10px;
}
.detail-main .org-component .content-wrap-1 .sub-text {
	padding-bottom: 15px;
}
.col1-wrap .content-wrap-1 .text-w {
	padding-left: 20px;
	padding-bottom: 15px;
}
.detail-main .content-wrap-2 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.detail-main .content-wrap-3 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.col1-wrap .content-wrap-3 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1000px;
}
.col1-wrap .content-wrap-3 .text-w {
	padding-bottom: 15px;
	width: 770px;
}
.col1-wrap .content-wrap-3 p.sub-img img {
	width: 200px;
	height: auto;
	padding-left: 20px;
}
.product_spec ul {
	list-style:none;
}
.product_spec li.first {
	width: 100%;
	border: 1px solid #b2b2b2;
	background-color: #dbdbdb;
}
.product_spec li.next {
	width: 100%;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background-color: #dbdbdb;
}
.product_spec span.dan {
	display: block;
	float: left;
	padding: 10px;
}
.product_spec span.dan2 {
	display: block;
	padding: 10px;
	margin-left: 240px;
	border-left: 1px solid #ccc;
	background-color: #FFF;
}
.list-company {
	padding-top: 30px;
}
.list-company table {
	width: 100%;
	margin: 0 auto;
}
.list-company th{
	background-color:#dbdbdb;
	padding:10px;
	border: 1px solid #b2b2b2;
	vertical-align: top;
}
.list-company td{
	background-color:#FFF;
	padding:10px;
	border: 1px solid #b2b2b2;
}
.org-component {
	margin: 0 auto;
}
.org-component h2 {
	font-size: 150%;
	line-height: 1.2em;
	margin-bottom: 40px;
	margin-top: 60px;
}
.org-component .org-component-main-img {
	margin: 20px 0 0 0;
	width: 100%;
}
.org-component .org-component-annotation {
	background-color: #dbdbdb;
	padding: 20px;
}
.main-img100 img {
	width: 100%;
	height: auto;
}
.text-info {
	border: 5px solid #b2b2b2;
	padding: 20px;
	overflow: hidden;
}
.text-info .text {
	float: left;
	max-width: 650px;
}
.text-info .title {
	font-weight: bold;
	padding-bottom: 20px;
}
.text-info .cpmark img {
	float: right;
	width: 120px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 80px;
}
.padding-b30 {
	padding-bottom: 30px;
}
.col1-wrap .content-wrap-1 .text {
	float: left;
	padding-right: 30px;
}
.sub-img690 {
	text-align: center;
}
.list-button02-large {
	display: inline-block;
}
.text-pickup {
	border: 1px solid #534741;
	background-color: #f0f0f0;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-bottom: 40px;
}
.col1-wrap .catch-txt {
	font-weight: bold;
	padding-bottom: 15px;
}
.org-component .org-component-main {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
.org-component .org-component-text {
	padding-bottom: 15px;
	width: 100%;
}
.detail-main .org-component .org-component-img img {
	width: 280px;
}
.org-component .org-component-img img {
	height: auto;
	width: 280px;
}
.org-component .pad-left20 {
	padding-left: 20px;
}
.content-wrap-1 .sub-img{
	padding-left:0px;
}
.detail-main p.read {	
  text-align: left;
  padding: 30px 0 0 0;
  margin: 0px;
}
.detail-main p.sub-img img {
	padding-right: 20px;
}
.detail-main div+p.sub-img img {
	padding: 0 0 0 20px;
}
.button-area {
	max-width: 1000px;
	margin: 0 auto;
}
.button-area .text-wrap {
	margin: 20px auto;
	display: -webkit-flex;
	display: flex;
}
.button-area .text-wrap-center {
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.button-area .text-wrap-left {
	-webkit-justify-content: start;
	justify-content: start;
	-webkit-align-items: start;
	align-items: start;
}
.button-area .text-wrap-right {
	-webkit-justify-content: end;
	justify-content: flex-end;
	-webkit-align-items: end;
	align-items: end;
}
.button-area .text-wrap a:not(:first-child) {
	margin-left: 40px;
}
.sub-img100 img {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
/* 2023改修 追加・修正箇所 */

/* class名変更できないのでCSS側で統一対応 */
.detail-main .text-annotation {
	background-color: #e5e5e5;
	padding: 15px;
	margin-top:30px;
	clear: both;
}
.detail-main .text-annotation700 {
	background-color: #e5e5e5;
	padding: 15px;
	margin-top:30px;
	clear: both;
}
.col1-wrap .text-annotation100 {
	background-color: #e5e5e5;
	padding: 15px;
	margin-top:30px;
	clear: both;
}

.content-wrap-3 .sub-img img {
       width: 280px;
       height: auto;
}
.article-title{
	font-weight:bold;
	line-height:150%;
	padding-bottom:20px;
	font-size:20px;
}

.others h3{
	padding: 0 28px;
	margin: 60px  0 30px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
    position: relative;
	display: inline-block;
}
.others h3:before, 
.others h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 22px;
	height: 1px;
	background-color: #333;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.others h3:before {
	left:0;
}
.others h3:after {
	right: 0;
}
.box02 {
	width:100%;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.box02 div {
	width:32%;
	margin: 0 1.3% 15px 0;
}
.box02 h4{
	margin: 6px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}
.box02 h4::before,.box02 h4::after{
    content: none;
}
.box02 div img{
	width:100%;
	height:auto;
	border: solid 1px #dbdbdb;
}



