
@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; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th { text-align: left; }
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; }
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のずれ調整*/
}


/* clearfix
------------------------------------------------------------*/
.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}



/* 共通
------------------------------------------------------------*/
.hover_trans {  
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;  
}  
.hover_trans:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
}
.hover_green a {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.hover_green a:hover { 
	color: #A0B4DC;
}
.hover_line img {  
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out; 
}  
.hover_line img:hover { 
	-moz-box-shadow:0px 0px 6px 3px #A0B4DC;
	-webkit-box-shadow:0px 0px 6px 3px #A0B4DC;
	box-shadow:0px 0px 6px 3px #A0B4DC;
}
.pc-none {
	display: none;
    visibility: hidden;
}
.br-pc {
	display:none;
    visibility: hidden;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.width-harf {
	width: 50%;
}
.h80 {
	height: 80px;
}
.flL {
	float: left;
}
.flR {
	float: right;
}
.lede {
	font-size: 108%;
}
.catch {
	font-size: 108%;
	font-weight: bolder;
	margin-bottom: 20px;
}
.catch2 {
	font-size: 108%;
	font-weight: bolder;
	margin: 20px 0;
}
.indent{
	padding-left:1em;
	text-indent:-1em;
}
.txt_alR {
	text-align: right;
}
.txt-green {
	color: #A0B4DC;
}
.text-under {
	text-decoration: underline;
}
.top-hd {
	position: relative;
	margin-bottom: 60px;
}
.top-hd:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
        background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
        background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
}
.top-hd_bb {
	position: relative;
	margin-bottom: 60px;
}
.top-hd_bb:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
}
.top-hd_gb {
	position: relative;
	margin-bottom: 60px;
}
.top-hd_gb:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #A0B4DC 2px, #A0B4DC 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #A0B4DC 2px, #A0B4DC 4px);
}
.top-hd_gw {
	position: relative;
	margin-bottom: 60px;
}
.top-hd_gw:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 2px, #A0B4DC 2px, #A0B4DC 4px);
	background: repeating-linear-gradient(-45deg, #fff, #fff 2px, #A0B4DC 2px, #A0B4DC 4px);
}
.detail-hd {
	font-size: 201%;
	position: relative;
	margin: 5px 0 60px 0;
}
.detail-hd:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #fff 2px, #fff 4px);
}
.detail-hd2 {
	margin:90px 0 40px 0;
	font-size: 154%;
	clear: both;
	float: none;
	padding:0 0 5px 0;
	border-bottom: solid 3px #E6E1DC;
	position: relative;
}
.detail-hd2:after  {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #A0B4DC;
	bottom: -3px;
	width: 30%;
}
.detail-hd3 {
	margin:90px 0 40px 0;
	font-size: 154%;
	clear: both;
	float: none;
}
.detail-hd3-2 {
	margin:90px 0 40px 0;
	padding:0 0 5px 0;
	font-size: 154%;
	border-bottom: solid 1px #A0B4DC;
	clear: both;
	float: none;
}
.link_button {
	width: 250px;
	background-color: #fff;
	margin: 60px auto 0 auto;
	border: 1px solid #463737;
	line-height: 40px;
	text-align: center;
	position: relative;
 	overflow: hidden;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
	border-radius: 20px;
}
.link_button a {
	display: block;
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out; 
}
.link_button a:hover {
	color: #fff;
	background: #463737;
}
.list li{
	list-style-type: disc;
	margin-left: 1.5em;
}
.inner-wrapPC {
	max-width: 1160px;
	width: 100%;
	margin: 0px auto;
}
body{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 16px; 
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	line-height: 1.7em;
	color: #463737;
	background-color: #fff;
	overflow:auto;
}
a{
	color: #463737;
	text-decoration:none;
	outline: 0;
}
::selection {
	background: #A0B4DC;
}
::-moz-selection {
	background: #A0B4DC; 
}

/* header-wrap
------------------------------------------------------------*/
#header-wrap {
	width: 100%;
	height: 170px;
	box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.5);
	background-color: #FFF;
	z-index: 5000;
}

/*.fixedがついたら高さを小さく、上部固定に*/
#header-wrap.fixed{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height: 50px;
	animation: DownAnime 0.5s forwards;
	border-top: solid 4px #A0B4DC;
}
#header-wrap.fixed .header-PC{
	height: 0;
}
#header-wrap.fixed #header-tagline,
#header-wrap.fixed .header-logo,
#header-wrap.fixed .header-right{
	display: none;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

#header-tagline{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #A0B4DC;
	text-align: center;
	font-size: 70%;
}
#header-wrap .header-PC{
	height: 90px;
}
.shop-name{
	width : 62% ; /* IE8以下とAndroid4.3以下用フォールバック */
	/*width : -webkit-calc(100% - 440px) ;
	width : calc(100% - 440px) ;*/
	height: 90px;
	float: left;
	/*font-size: 270%;*/
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
	position: relative;
}
.header-logo .shop-name div {
	width: auto;
	position: absolute;
	left: 80%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.header-logo .shop-name img {
	width: auto;
	max-width: 340px;
	height: auto;
	max-height: 60px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 80%;
    transform: translateY(-50%);
	transform: translateX(-50%);
}
.header-right {
	width: 38%;
	/*width: 440px;*/
	height: 90px;
	padding: 15px 0 0 50px;
	float: right;
	box-sizing: border-box;
}
.header-right .img-fuku{
	width: 41px;
	float: right;
	margin: 0 0 0 15px;
}
.header-right .img-fuku img{
	width: 100%;
	height: auto;
}

/* telボタン（hover演出あり） */
.header-tel-wrapper {
	width: 52px;
	height: 50px;
	position: relative;
	float: right;
}
.header-tel {
	border-radius: 5px;
	width: 52px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	border-bottom: solid 2px #999;
	transition-property: width;
	transition-duration: .3s,.3s;
	-webkit-transition-timing-function: cubic-bezier(0.38, -0.35, 0.265, 1.15);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	color: #463737;
	background-color: #E6E1DC;
	position: absolute;
	right: 0;
	top: 0;
}
.header-tel:hover {
	width: 320px;
}
.header-tel-icon{ 
	margin-right: 10px;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 180%;
	position: absolute;
	top: 13px;
  	left: 15px;
}
.header-tel:hover > .header-tel-text {
	top: 1px;
	opacity: 1;
	transition-property: top,opacity;
	transition-duration: 0.3s;
	transition-delay: .3s;
}
.header-tel-text{
	width: 100%;
	margin: 0 10px 0 50px;
	opacity: 0;
	position: relative;
}
.header-tel-text .header-tel-no {
	width: 100%;
	font-size: 156%;
	font-weight: bold;
	border-bottom: 1px solid #463737;
	line-height: 1em;
	letter-spacing: 1px;
}
.header-tel-text .header-time {
	margin: 5px 0 0 0;
	font-size: 70%;
	letter-spacing: -1px;
	line-height: 1em;
}


/* お問い合わせボタン */
.header-right .header-btn {
	margin-left: 10px;
	float: right;
    display: inline-block;
	padding: 10px 12px;
	background-color: #A0B4DC;
	border-bottom: solid 2px #999;
	border-radius: 5px;
	font-size: 180%;
}
.header-right .header-btn:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.header-right .header-btn a {
	display: block;
	width: 70px;
	height: 80px;
}
.header-right .header-btn-tel {
	margin-left: 10px;
	float: right;
    display: inline-block;
	padding: 10px 15px;
	background-color: #E6E1DC;
	border-bottom: solid 2px #999;
	border-radius: 5px;
	font-size: 180%;
}
.menu {
	position: relative;
	width: 100%;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	font-weight: bolder;
}
.menu > li {
	width: 100%;
    height: 40px;
	margin: 5px 0;
	line-height: 1em;
    box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-right: 1px solid #463737;
}
.menu > li:first-child {
	border-left: 1px solid #463737;
}
.menu > li a {
	display: block;
	text-align: center;
}
.menu > li a:hover {
    color: #A0B4DC;
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0.9;
	z-index: 1000;
}
.menu__second-level li a {
    text-align: left;
	color: #FFF;
}
li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 50px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	background: #463737;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity:0.8;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
    li.menu__mega ul.menu__second-level > li {
    width: 30%;
    margin: 0 1% 0 2%;
    padding: 10px 0 10px 10px;
    text-indent: -10px;
    border: none;
    box-sizing: border-box;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}

/* main_visual
------------------------------------------------------------*/
.slider {
    width: 100%;
	height: auto;
    margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
.slider li{
    width: auto;
    height: 600px;
    position: relative;
	overflow: hidden;
}
.slider img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}




/* hot-wrapper
------------------------------------------------------------*/
#hot-wrapper{
	padding:60px 0;
	background-color: #E6E1DC;
	position: relative;
}
#hot-title{
	width: 520px;
	position: absolute;
	top: -46px;
	left: 50%;
	margin-left:-260px;
	z-index: 500;
}
#hot-title img{
	width: 100%;
	height:auto;
}
.hot {
	max-width: 1060px;
	width: 100%;
    margin-right: auto;
	margin-left: auto;
}
.slick_container {
	height:auto;
    margin:0 auto;
    position:relative;
}
.slider2 {
    margin: 0 30px;
}
.slider2 img {
    width: 235px;
	height:auto;
	margin: 0 auto;
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{
	left: 0;
	top: 30px;
	text-align: center;
}
.slick-next{
	right: 0;
	top: 30px;
	text-align: center;
}
.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: 22px;
		}
		.slick-next{
			right: 10px;
			top: 22px;
		}
}


/*　画面下部固定tel（スマホ用tel）
------------------------------------------------------------*/

.sp-tel-wrap{
	width:540px;
	padding: 8px 10px;
	background-color: #A0B4DC;
    -webkit-border-radius: 10px 0 0 10px; 
    -moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 10;
}
.sp-tel{
	color:#463737;
	margin: 0 2%;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.sp-tel a{
	color:#463737;
	pointer-events: none;
}
.sp-tel-num{
	position: relative;
	font-weight:bold;
	line-height:125%;
	font-size:26px;
}
.sp-tel-num::before{
	font-family: FontAwesome;
	content: "\f095";
	padding-right: 2px;
}
.sp-tel-txt{
	padding: 0 0 0 5px;
	font-size:12px;
}
.sp-tel-txt span{
	color:#fff;
	padding: 2px 5px;
	background-color: #463737;
	border-radius: 5px;
	margin-right: 5px;
}



/* top-fukurou
------------------------------------------------------------*/
#top-fukurou{
	padding:90px 0;
}
.top-fukurou_wrap {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	flex-wrap:wrap;
}
.fuku-box {
	width: 17.6%;
}
.fuku-box .fuku-img {
	max-width: 204px;
	width: 100%;
	height: 150px;
	position: relative;
	margin: 0 0 20px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow:hidden;
}
.fuku-box .fuku-img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.fuku-box:first-child .fuku-img .new {
	width: 60px;
	height: 60px;
	padding: 10px 0 0 10px;
	color: #fff;
	-webkit-border-radius: 10px  0 100% 0;
	-moz-border-radius:  10px  0 100% 0;
    position: absolute;
	top: 0;
	left: 0;
	background-color: #463737;
	box-sizing: border-box;
}
.fuku-box:not(:first-child) .fuku-img .new {
	display: none;
}
.fuku-txt-box .category{
	width: 48%;
	background-color: #A0B4DC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	text-align: center;
	font-size: 77%;
	font-weight: bolder;
}
.fuku-txt-box .text-under{
	padding-top: 40px;
}

/* top-lock
------------------------------------------------------------*/
#top-lock{
	padding:90px 0;
	background-color: #A0B4DC;
	overflow:hidden;
}
.top-lock_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	float: right;
}
.boxM {
	border-top: 1px solid #463737;
	clear: both;
	margin:30px 0;
	overflow:hidden;
}
.boxS {
	width: 100%;
	float: left;
	padding:30px 0 20px 0;
	border-bottom: 1px solid #463737;
}
.boxS_R {
	width : 60% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 235px) ;
	width : calc(100% - 235px) ;
	float: right;
}
.boxS_R h3 {
	font-size: 131%;
	line-height: 1.1em;
	padding-bottom: 10px;
}
.top_img_radius {
	width: 215px;
	height: 150px;
	float: left;
}
.top_img_radius img {
	width: 100%;
	height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/* top-service
------------------------------------------------------------*/
#top-service {
	padding:90px 0;
	background-color: #E6E1DC;
	overflow:hidden;
}
.top-service_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	float: left;
}

@media screen and (max-width: 1000px) {
	.boxS_R {
		width : 50% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% - 180px) ;
		width : calc(100% - 180px) ;
	}
    .top_img_radius {
		width: 170px;
		height: 118px;
	}
	.top-lock_box {
		padding: 0 20px;
	}
	.top-service_box {
		padding: 0 20px;
	}
}

/* top-products
------------------------------------------------------------*/
#top-products {
	clear: both;
	float: none;
	padding:90px 0;
}
.products-wrap {
	padding:60px 0 0 0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.products-wrap .products-box{
	width: 23%;
	margin: 0 1% 30px 1%;
}
@media screen and (max-width: 1000px) {
    .products-wrap .products-box{
		width: 29%;
		margin: 0 2% 30px 2%;
	}
}
.products-wrap .products-box-2{
	width: 29%;
	margin: 0 2% 30px 2%;
}
.frame {
	/*width: 265px;*/
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden; 
	padding: 6px;
}
.frame img {
	width: 100%;
	height:auto;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame:before,
.frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff;
	transform: rotate(-30deg);
}
.frame:before {
	box-shadow: 0 10px 4px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
}
.frame:after {
	box-shadow: 0 -10px 4px -10px rgba(0, 0, 0, 0.4);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}
.products_name {
	width: 100%;
	padding:5px 0;
	background-color: #E6E1DC;
	text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
}

/* top-info
------------------------------------------------------------*/
#top-info {
	clear: both;
	float: none;
	padding:90px 0;
	background-color: #E6E1DC;
}
#top-info ul {
	background-color: #fff;
}
#top-info ul li {
	padding: 15px 20px;
	border-bottom: 1px solid #E6E1DC;
}
#top-info ul li .date{
	font-weight: bold;
}
#top-info ul li .title{
	margin-left: 20px;
	text-decoration: underline;
}

/* list
------------------------------------------------------------*/
#list-pagetitle {
	padding:90px 0 60px 0;
	background-color: #E6E1DC;
}
#list-pagetitle h1 {
	width: 800px;
	padding-bottom:20px;
	border-bottom: 1px solid #463737;
	text-align: center;
	clear: both;
	float: none;
	margin: 0px auto 60px auto;
	font-size: 265%;
	letter-spacing: 3px;
}
#list-pagetitle .list_lede {
	font-size: 108%;
	text-align: center;
}
#list-contents {
	background: url( "/images/sd/sd03/list_bg.gif" ) top left repeat-x;
}
.list_wrap {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.list_wrap .list_box {
	width: 30%;
	margin: 0 1.5% 90px 1.5%;
}
.list_wrap .list_img {
	width: 100%;
	margin-bottom: 20px;
}
.list_wrap .list_box img {
	width: 100%;
	height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #A0B4DC;
} 
.list_wrap .list_box h3 {
	font-size: 131%;
	line-height: 1.1em;
	padding-bottom: 10px;
}
.list_wrap .list_box .hild-list li {
	padding: 5px 0;
}

/* detail
------------------------------------------------------------*/
#detail {
	margin:90px 0;
	overflow:hidden;
}
#detail .catch-txt {
	font-weight:bold;
	padding-bottom:20px;
	font-size: 108%;
}
#detail_contents {
	max-width: 861px;
	width : 74% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 299px) ;
	width : calc(100% - 299px) ;
	padding-right: 25px;
	border-right: 1px solid #E6E1DC;
	box-sizing: border-box;
	float: left;
}
.main-img, .org-component-main-img {
	width: 100%;
	margin: 20px 0;
}
.detail-wrap .main-img img,
.detail-wrap .org-component-main-img img {
	width: 100%;
	height: auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
	border: 1px solid #A0B4DC;
	box-sizing: border-box;
}
.detail-wrap .content-wrap-1 {
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.detail-wrap .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-wrap .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;
}
.detail-wrap .content-wrap-4 {
	width:100%;
	overflow: hidden;
}
.detail-wrap .text-wrap-r {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
}
.detail-wrap .text-w {
	width: 100%;
	padding-bottom:30px;
}
.detail-wrap .text-annotation {
	width:100%;
	padding:20px;
	box-sizing: border-box;
	background-color:#A0B4DC;
}
.content-wrap-4 .text{
	width : 86% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 330px) ;
	width : calc(100% - 330px) ;
	padding-right:30px;
	float: left;
}
.content-wrap-1 .text-wrap-r {
	flex-direction:row;
}
.detail-wrap .text-annotation700 {
	width:100%;
	padding:20px;
	background-color:#A0B4DC;
	box-sizing: border-box;
}
.detail-wrap p.sub-img img {
	width:250px;
	height:auto;
	padding-left:20px;
}
.main-img100 {
	width:100%;
}
.main-img100 img{
	width:100%;
	height:auto;
}
.sub-img300 {
	float: left;
	width:300px;
	height:auto;
}
.sub-img300 img{
	width:100%;	
}
.sub-img100 img{
	width:100%;
	height:auto;
	padding-bottom:40px;
}
.sub-img690{
	text-align: center;
	}
.sub-img690 img{
	width:690px;
	height:auto;
}
.text-info{
	border:5px solid #E6E1DC;
	padding:20px 20px;
	overflow: hidden;
}
.text-info .title{
	font-weight:bold;
	padding-bottom:20px;
}
.text-info .text{
	width : 86% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 280px) ;
	width : calc(100% - 280px) ;
	float: left;
}
.text-info .cpmark{
	float: right;
}
.text-info .cpmark img{
	width:120px;
	height:auto;
	padding:10px 80px;
}
.info-box {
	border:3px solid #E6E1DC;
	overflow:hidden;
	padding:15px 20px 5px 20px;
}
.info-box .info-title{
	float: left;
	width: 16%;
}
.info-box .tel-txt{
	float: right;
	width: 84%;
	padding:15px 0;
}
.info-box .fd-icon {
	padding-right:10px;
	position: relative;
	top: -8px;
}
.info-box .tel-txt .tel-num{
	font-size:207%;
	font-weight:bold;
	margin-right:20px;
}
.info-box .fd-icon img{
	width:40px;
	height:auto;
}
.info-box .c-tel-txt{
	font-size: 85%;
}
.info-box .c-eigyo {
	padding: 2px 8px;
	background-color: #463737;
	border-radius: 5px;
	margin-right: 5px;
	color: #FFF;
}
.contact-box {
	width: 100%;
	margin-top: 90px;
	background-color: #E6E1DC;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
	padding: 30px;
	overflow:hidden;
	box-sizing: border-box;
}
.contact-box .contact-title {
	font-size: 177%;
	position: relative;
	margin-bottom: 30px;
	font-weight: bolder;
}
.contact-box .contact-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
}
.contact-box .contact-box-tel {
	width: 48%;
	height: 130px;
	box-sizing: border-box;
	background-color: #FFF;
	float: left;
	margin-top: 20px;
	text-align: center;
}
.contact-box .contact-box-form {
	width: 48%;
	height: 130px;
	box-sizing: border-box;
	background-color: #FFF;
	float: right;
	margin-top: 20px;
	text-align: center;
}
.contact-box .c-main-title {
	padding:10px 0;
	font-size: 108%;
	border-bottom: solid 1px #E6E1DC;
	font-weight: bolder;
}
.contact-box .contact-button {
	font-size: 116%;
	width: 70%;
	margin-top: 15px;
	display: inline-block;
	padding: 10px 15px;
	background-color: #A0B4DC;
	border-bottom: solid 2px #999;
	border-radius: 5px;
}
.contact-box .contact-button:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.contact-box .c-tel-num {
	width: 80%;
	font-size: 207%;
	border-bottom: solid 1px #A0B4DC;
	padding:0 0 3px 0;
	margin: 10px auto 3px auto;
}
.contact-box .c-tel-txt{
	font-size: 85%;
}
.contact-box .c-eigyo {
	padding: 2px 8px;
	background-color: #A0B4DC;
	border-radius: 5px;
	margin-right: 5px;
}
.list-company {
	padding-top:10px;
}
.list-company tr {
	border: solid 2px #A0B4DC;
	box-sizing: border-box;
}
.list-company table th {
	min-width:138px;
	background-color: #CFD9ED;
	width:20%;
	font-weight: bold;
	border-right: solid 2px #A0B4DC;
	padding: 15px;
	vertical-align: top;
}
.list-company table td {
	width:80%;
	padding: 15px;
}
.text-add{
	width:100%;
	background-color:#A0B4DC;
	padding:20px;
	clear: both;
	box-sizing: border-box;
}
.text-pickup{
	border: 7px double #A0B4DC;
	background-color: #FFFFFF;
	padding: 25px;
	margin-bottom: 30px;
}
.link-btn {
	overflow: hidden;
	width: 75%;
	margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: nowrap;
}
.link-btn li {
	font-size: 16px;
	background-color: #A0B4DC;
	text-align: center;
	height: 20px;
	width: 42%;
	float: left;
	padding:15px;
	margin: 10px 2%;
	background-image: url(/images/sd/sd03/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:40px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;  
}
.link-btn li a {
	display:block;
}
.link-btn li:hover {
	background-color: #E6E1DC;
}
.padding-b20{
	padding-bottom:20px;
}
.margin-b20{
	margin-bottom:20px;
}

/*　Fukuro
------------------------------------------------------------*/
.article-wrap{
	padding: 20px;
	margin-bottom:50px;
	border:2px solid #CFD9ED;
	box-sizing: border-box;
	overflow: hidden;
}	
.article-wrap-latest{
	padding: 30px 20px;
	margin:60px 0 50px 0;
	background-color:#CFD9ED;
	box-sizing: border-box;
	overflow: hidden;
}
.article-title {
	font-weight:bold;
	line-height:120%;
	padding-bottom:20px;
}
.article-wrap .article-title {
	font-size:130%;
}
.article-wrap-latest .article-title {
	font-size:170%;
}
.article-box{
	width:100%;
	box-sizing: border-box;
	overflow: hidden;
}
.article-box .article-left{
	width:63%;
	float: left;
}
.article-box .article-info{
	width:100%;
}
.article-box .category, .article-detail-wrap .category{
	width:30%;
	padding:3px 0;
	font-size:90%;
	text-align:center;
	float: left;
	color:#fff;
	background-color:#463737;
}
.article-box .article-info .date{
	width:30%;
	float: right;
	text-align:right;
	font-weight:bold;
}
.article-box .article-text{
	clear: both;
	float: none;
	margin-top: 40px;
}
.article-box .article-image{
	width:34%;
	height:auto;
	float: right;
}
.article-box .article-image img{
	width:100%;
	height:auto;
}
.link_detail a{
	margin:20px auto 0 auto;
	padding:3px 0;	
	display: block;
	width: 30%;
	clear: both;
	float: none;
	background-color: #FFF;
	border:1px solid #463737;
	text-align: center; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.link_detail a:hover { 
	background-color: #E6E1DC;
}
.article-detail-wrap{
	width:100%;
}
.article-detail-wrap .article-detail-info{
	width:100%;
}
.article-detail-wrap .article-detail-info .date{
	width:30%;
	font-weight:bold;
	float: right;
	text-align: right;
}
.article-detail-wrap .article-subtitle{
	font-size:180%;
	font-weight:bold;
	line-height:150%;
	padding:20px 0 10px 0;
	clear: both;
	float: none;
}
.article-detail-wrap .article-img {
	margin:20px 0;
}
.article-detail-wrap .article-img img {
	width:100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.box02{
	width:100%;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.box02 h4{
	padding:10px 0 0 0;
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-size:10px;
	line-height:135%;
}
.box02 div{
	width:32%;
	margin: 0 1.3% 15px 0;
}
.box02 div p img{
	width:100%;
	height:auto;
}
	
/*　pagination
------------------------------------------------------------*/
.pagination-wrap{
	text-align:center;
}
.pagination {
    display: inline-block;
    padding: 0;
}
.pagination li {display: inline;}
.pagination li a {
	font-size:85%;
    float: left;
    padding: 6px 12px;
	margin:5px;
	font-weight:bold;
}
.pagination li a.active {
    background-color: #E6E1DC;
}
.pagination li a.pagination-nam {
	border:1px solid #E6E1DC;
}
.pagination li a.pagination-nam:hover {
    background-color: #E6E1DC;
}

/* sidenavi
------------------------------------------------------------*/
#sidenavi {
	width: 275px;
	margin-left: 24px;
	overflow:hidden;
	box-sizing: border-box;
	float: right;
}
.navi-box {
	margin-bottom: 30px;
	font-weight: bolder;
}
.navi-box .nav-parent {
	width: 100%;
	font-size: 107%;
	padding:45px 0;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bolder;
	border: solid 1px #463737;
	box-sizing: border-box;
	background-image: url( "/images/sd/sd03/nav-parent.gif" );
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 17px 17px;
	background-color: #E6E1DC;
}
.navi-box .nav-parent a {
	display: block;
}
.navi-box a {
	display: block;
}
.navi-box .nav-child {
	padding:20px 0;
	border-top:1px solid #5F5F5F;
	box-sizing: border-box;
}
.navi-box .nav-child:last-child {
	border-bottom:1px solid #5F5F5F;
}
.navi-box .active {
	color: #A0B4DC;
}
.navi-box .nav-archive-title {
	padding:10px 20px;
	background-color:#463737;
	font-weight:bold;
	color: #FFF;
}
.navi-box .nav-archive{
	width: 100%;
	padding:15px;
	border-bottom:1px solid #E6E1DC;
	border-left:1px solid #E6E1DC;
	border-right:1px solid #E6E1DC;
	box-sizing: border-box;
}	
.navi-box .latest{
	background-color:#CFD9ED;
	border-top:none;
	padding:15px;
}
.navi-box .nav-archive-box {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
}
.navi-box .nav-archive-box img{
	width:100px;
	height:auto;
}
.navi-box .nav-archive-box .title{
	padding-left:8px;
	width:49%;
	font-size:80%;
	line-height:150%;
}
.category-box{
	border-right:1px solid #E6E1DC;
	border-left:1px solid #E6E1DC;
	margin-bottom: 30px;
}
.category-box .category-box-title{
	background-color:#5F5F5F;
	color:#FFF;
	font-weight:bold;
	padding:15px 20px;
	line-height:100%;
}
.category-box li.category-name{
	padding:10px 20px;
	border-bottom:1px solid #E6E1DC;
}
.category-box li.category-name a {
  display: block;
}
.side-bnr-box {
	margin: 0 auto;
}
.side-bnr-box li {
	margin-top: 20px;
}
.side-bnr-box li img {
	width: 100%;
	height: auto;
}

/* contact form
------------------------------------------------------------*/
.form-wrap {
	width: 100%;
	margin: 0px auto 0px auto;
}
.form-tel {
	background-color: #E6E1DC;
	padding: 20px;
	margin: 30px 0 60px 0;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bolder;
}
.form-tel .form-tel-num {
	font-size: 200%;
	padding-top: 20px;
}
.form-flow{
	width: 800px;
	margin: 0 auto;
}
.form-flow li {
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
.form-flow img {
	height: auto;
	width: 60px;
	padding: 15px 20px;
}
.form-flow .text,.form-flow .text-on{
	padding-top: 15px;
	height: 35px;
	width: 190px;
	line-height: 1em;
	text-align: center;
}	
.form-flow .text-on{
	border: 5px solid #463737;
}
.form-flow .text{
	border: 5px solid #A0B4DC;
	color: #A0B4DC;
}
.text-caution{
	background-color:#CFD9ED;
	padding:15px;
	clear: both;
}
.text-caution span{
	color:#fc241a;
}
.form-table {
	padding-top: 40px;
	padding-bottom: 20px;
	line-height: 3.5em;
}
.form-table table,table.form-btn {
	width:100%;
}
table.form-btn td{
	width:100%;
}
.form-table table th{
	width:25%;
}
.form-table table tr:not(:last-child){
	border-bottom: 1px solid #E6E1DC;
}
.form-table table th,.form-table table td {
	padding: 10px;	
}
.form-address {
	overflow: hidden;
}
.form-address p {
	float: left;
	width: 8em;
}
.form-address .input-s,.form-address .input-m {
	float: left;
}
.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 #E6E1DC;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select { width: 31%;height: 3em;
	border: 1px solid #E6E1DC;
	background: #fff;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	width: 100%;height: 15em;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #E6E1DC;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.submit01 {
	border:none;
	cursor: pointer;
	text-indent: -9999px;
	display:block;
	background:url(/images/sd/sd03/contact/btn_check.gif) no-repeat;
	background-size:210px 50px;
	width:210px;
	height:50px;
	margin-top: 30px;
}
input.submit01:hover {
	background:url(/images/sd/sd03/contact/btn_check_on.gif) no-repeat;
	background-size:210px 50px;
}

/* 個人情報保護方針 */
.privacy {
    margin-top: 30px;
    position: relative;
}
.privacy > dl > dt {
	padding: 10px;
    font-size: 18px !important;
    text-align: center;
    color: #fff;
    background-color: #A0B4DC; 
}
.privacy > dl > dd {
    padding: 20px 20px 30px;
    border: 1px solid #A0B4DC; 
    background-color: #fff;
}
.privacy label {
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 20px;
	text-align: center;
    display: block;
    border: 1px solid #A0B4DC; 
    font-size: 18px !important;
    font-weight: bold;
    background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* bnr-box 
------------------------------------------------------------*/
#bnr-box {
	padding:50px 0;
	background: repeating-linear-gradient(-45deg, #A0B4DC, #A0B4DC 10px, #CFD9ED 0, #CFD9ED 20px);
}
#bnr-box ul{
	display:-webkit-flex;
	display:flex;
	 -webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#bnr-box ul li{
	width: 24%;
	margin: 0.5%;
    transition: .3s;
	-webkit-transition: .3s;
}
#bnr-box ul li img{
	width: 100%;
    height: auto;
}

/* breadcrumb
------------------------------------------------------------*/
#breadcrumb {
	clear: both;
	float: none;
	padding:10px 0;
	background-color: #E6E1DC;
	font-weight: bolder;
}
#breadcrumb ol{
	padding:0;
	line-height:0;
	display:-webkit-flex;
	display:flex;
}
#breadcrumb ol li{
	font-size: 93%;
}
#breadcrumb ol li a:after{
	padding: 0 15px;
	content: '>';
}
#breadcrumb ol li:first-child{
	padding-left:4px;
}

#breadcrumb ol li:last-child{
	color:#5F5F5F;
}
#breadcrumb ol lii:last-child:after{
	content: none;
}

/* back-to-top 
------------------------------------------------------------*/
#back-to-top {
	position:fixed;
	bottom:90px;
	clear: both;
	opacity: 0.8;
	right: 0px;
	z-index: 2000;
	filter: drop-shadow(0 0px 2px rgba(255, 255, 255, .8));
}


/* footer
------------------------------------------------------------*/

#footer {
}
#footer .ft-sitemap {
	margin: 50px 0;
}
#footer .ft-sitemap .inner-wrapPC{
	overflow: hidden;
}
#footer .ft-sitemap .sitemap-wrap {
	width: 25%;
	float: left;
	border-left: 1px solid #463737;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 20px;
}
#footer .ft-sitemap li{
	padding: 10px 0 0 0;
	font-size: 94%;
}
#footer .ft-sitemap ul li .second {
	padding-left: 17px;
	font-weight: lighter;
	font-size: 88%;
}
#footer #ft-last {
	padding: 50px 0;
	background-color: #463737;
	color: #fff;
	font-weight: lighter;
	clear: both;
	float: none;
}
#footer .ft-sitemap .sns {
	float: right;
}
#footer .ft-sitemap .sns .sns-btn {
	margin-top: 20px;
}
#footer  #ft-last .ft-adress{
	font-size: 94%;
}
#footer  #ft-last .ft-copy{
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}
#footer #ft-last .ft-company-name {
	padding: 0 20px 0 0;
	font-size: 156%;
	font-weight: bold;
}
#footer #ft-last .ft-company-name img{
	max-width: 200px;
	width: auto;
	max-height: 55px;
	height:auto;
}
#footer #ft-last .copy-right {
	font-size: 75%;
}

/* 追加分
------------------------------------------------------------*/
.footerMenu {
    display: flex;
}

.col1-contact {
    width: 960px;
    margin: 30px auto;
}

#detail h1 {
	font-size: 201%;
	position: relative;
	margin: 5px 0 60px 0;
}
#detail h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #fff 2px, #fff 4px);
}
#detail h2 {
	margin:90px 0 40px 0;
	font-size: 154%;
	clear: both;
	float: none;
	padding:0 0 5px 0;
	border-bottom: solid 3px #E6E1DC;
	position: relative;
}
#detail h2:after  {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #A0B4DC;
	bottom: -3px;
	width: 30%;
}

.content-wrap-1 {
    overflow: auto;
}

.content-wrap-1 .text{
	width : 86% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 330px) ;
	width : calc(100% - 330px) ;
	padding-right:30px;
	float: left;
}

.content-wrap-1 div .text{
	width : 67% ;
	padding-right:30px;
	float: left;
}

.padding-b30 {
    padding-bottom: 30px;
}

/*.button-wrap-center {*/
.list-button02-large {
    background-color: #fff;
    border: 1px solid #463737;
    border-radius: 20px;
    line-height: 40px;
    margin: 30px auto 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 300px;
}

/*.button-wrap-center a {*/
.list-button02-large {
    display: block;
    transition: all 0.5s ease-in-out 0s;
}

/*.button-wrap-center a:hover {*/
.list-button02-large:hover {
    background: #463737 none repeat scroll 0 0;
    color: #fff;
}
.form-tel p {
	margin-top: 20px;
}

.form-tel img {
    display: none;
}
.form-tel span {
	font-size: 200%;
	padding-top: 10px;
}

.contact_link_button {
    background-color: #fff;
/*    border: 1px solid #463737; */
    border: 2px solid #e6e1dc;
    border-radius: 24px;
    line-height: 46px;
    margin: 30px 30px 0 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 210px;
}
.contact_link_button a {
    display: block;
    transition: all 0.5s ease-in-out 0s;
}
.contact_link_button a:hover {
    background: #e6e1dc none repeat scroll 0 0;
}

.dispSD03 {
    display: block !important;
}

.design2Icon {
    display: none;
}

.product_spec ul {
 list-style:none;
 }

.product_spec li.first {
 width: 100%;
 border: 1px solid #ccc;
 background-color: #808080;
 }

.product_spec li.next {
 width: 100%;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 background-color: #808080;
 }

.product_spec span.dan {
 display: block;
 color: #FFF;
 font-weight: bold;
 float: left;
 padding: 10px;
 }

.product_spec span.dan2 {
 display: block;
 text-align: left;
 padding: 10px;
 margin-left: 240px;
 border-left: 1px solid #ccc;
 background-color: #FFF;
 }
.sns-box {
  padding: 30px 0px 0px 0px;
}
.sns-box iframe:first-child{
/*  margin-right: -90px; */
}
.sns-box iframe {
  height: 20px !important;
  float: right;
/*  margin-right: -30px; */
}

.text-annotation100 {
	background-color: #A0B4DC;
	padding:15px;
}

.content-wrap-1 .text-annotation .text {
    background-color: #A0B4DC;
    padding: 15px;
    width: 620px;
    margin: 15px 0;
}

/* 共通バナー（TOP）
------------------------------------------------------------*/

ul.top-bnr-box{
	margin: 0 auto;
	width:1000px;
/*	display:-webkit-flex; */
/*	display:flex; */
/*	-webkit-justify-content:space-between; */
/*	justify-content:space-between; */
	clear: both;
}

ul.top-bnr-box li.border{
	float: left;
	margin: 15px;
}

ul.top-bnr-box li img{
	width:300px;
	height:auto;
}

ul.top-bnr-box p img{
	width:300px;
	height:auto;
}

/* 共通バナー（一覧系）
------------------------------------------------------------*/
.org-component {
    margin: 0 auto;
}
.org-component h2::after {
    border-bottom: 3px solid #A0B4DC;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 30%;
}
.org-component h2 {
    border-bottom: 3px solid #e6e1dc;
    clear: both;
    float: none;
    font-size: 154%;
    margin: 50px 0 20px;
    padding: 0 0 5px;
    position: relative;
}
.org-component .org-component-main {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.org-component .org-component-text {
    padding-bottom: 15px;
    width: 100%;
}
.org-component .org-component-title {
    font-size: 108%;
    font-weight: bolder;
    margin-bottom: 20px;
}
.org-component .org-component-img img {
    height: auto;
    width: 280px;
}
.org-component .org-component-annotation {
    background-color: #A0B4DC;
    padding: 20px;
}
.org-component .pad-left20 {
    padding-left: 20px;
}
.org-component .pad-right20 {
    padding-right: 20px;
}

#detail_contents .org-component {
    width: 100%;
}
#detail_contents .org-component .org-component-img img {
    width: 280px;
}
.detail-wrap p.read {
    width: 700px;
}
.detail-wrap p.sub-img img {
    padding: 0 20px 0 0;
}
.detail-wrap div+p.sub-img img {
    padding: 0 0 0 20px;
}
.button-area {
  max-width: 1000px;
  margin: 0 auto;
}
.button-area .text-wrap-center {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.button-area .text-wrap-left {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.button-area .text-wrap-right {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.button-area .btn01 {
  padding: 0px 5px;
}
.button-area .btn02 {
  padding: 0px 5px;
}
.button-area .btn01 .list-button02-large {
  margin: 0px auto;
  line-height: inherit;
  padding: 8px 10px;
}
.button-area .btn02 .list-button02-large {
  margin: 0px auto;
  line-height: inherit;
  padding: 8px 10px;
}

/* 2023改修 追加・修正箇所*/
.org-component-read {
  font-size: 108%;
}

#detail h3 {
	margin:90px 0 40px 0;
	font-size: 154%;
	clear: both;
	float: none;
}

.others h3 {
	margin:90px 0 40px 0;
	padding:0 0 5px 0;
	font-size: 154%;
	border-bottom: solid 1px #A0B4DC;
	clear: both;
	float: none;
}
.article-detail-wrap h4 {
	font-size: 108%;
	font-weight: bolder;
	margin: 20px 0;
}
#top-info .top-hd:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
}

/* 2024-2月 保守対応追加分
------------------------------------------------------------*/
#footer #ft-last .ft-copy img{
	max-width: 200px;
	width: auto;
	max-height: 55px;
	height:auto;
        padding: 0 20px 0 0;
}



