@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:16px;
	line-height:1.7;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}

*{
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}

table {
	font-size:100%;
	line-height:170%;
}

table td{ vertical-align: center;}
th{text-align:left;}

a,a:link,a:active,a:visited{
	color:#666666;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0px;
	vertical-align:top;
}

li{list-style:none}


/*smartphone*/
/*------------------------------------------------------------------------------*/

html { -webkit-text-size-adjust: none; }
a { -webkit-tap-highlight-color: rgba(0,0,0,0.3);}


/*utility*/
/*------------------------------------------------------------------------------*/

.m5 { margin-bottom:5px;}
.m10 { margin-bottom:10px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m25 { margin-bottom:25px;}
.m30 { margin-bottom:30px;}
.m35 { margin-bottom:35px;}
.m40 { margin-bottom:40px;}
.m45 { margin-bottom:45px;}
.m50 { margin-bottom:50px;}

.mt5 { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mt35 { margin-top:35px;}
.mt40 { margin-top:40px;}
.mt45 { margin-top:45px;}
.mt50 { margin-top:50px;}

.ml5 { margin-left:5px;}
.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}
.ml35 { margin-left:35px;}
.ml40 { margin-left:40px;}
.ml45 { margin-left:45px;}
.ml50 { margin-left:50px;}

.mr5 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr25 { margin-right:25px;}
.mr30 { margin-right:30px;}
.mr35 { margin-right:35px;}
.mr40 { margin-right:40px;}
.mr45 { margin-right:45px;}
.mr50 { margin-right:50px;}

.pt5 { padding-top:5px;}
.pt10 { padding-top:10px;}
.pt15 { padding-top:15px;}
.pt20 { padding-top:20px;}
.pt25 { padding-top:25px;}
.pt30 { padding-top:30px;}
.pt35 { padding-top:35px;}
.pt40 { padding-top:40px;}
.pt45 { padding-top:45px;}
.pt50 { padding-top:50px;}

.pb5 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb25 { padding-bottom:25px;}
.pb30 { padding-bottom:30px;}
.pb35 { padding-bottom:35px;}
.pb40 { padding-bottom:40px;}
.pb45 { padding-bottom:45px;}
.pb50 { padding-bottom:50px;}

.pl5 { padding-left:5px;}
.pl10 { padding-left:10px;}
.pl15 { padding-left:15px;}
.pl20 { padding-left:20px;}
.pl25 { padding-left:25px;}
.pl30 { padding-left:30px;}
.pl35 { padding-left:35px;}
.pl40 { padding-left:40px;}
.pl45 { padding-left:45px;}
.pl50 { padding-left:50px;}

.pr5 { padding-right:5px;}
.pr10 { padding-right:10px;}
.pr15 { padding-right:15px;}
.pr20 { padding-right:20px;}
.pr25 { padding-right:25px;}
.pr30 { padding-right:30px;}
.pr35 { padding-right:35px;}
.pr40 { padding-right:40px;}
.pr45 { padding-right:45px;}
.pr50 { padding-right:50px;}

.mtb10 { margin:10px 0;}
.mtb20 { margin:20px 0;}
.mtb30 { margin:30px 0;}

.ptb10 { padding:10px 0;}
.ptb20 { padding:20px 0;}
.ptb30 { padding:30px 0;}

.p40 { padding:40px;}

.flt { float:left;}
.flr { float:right;}

.txt_l, td.txt_l, .txt_l td{ text-align:left;}
.txt_r, td.txt_r, .txt_r td{ text-align:right;}
.txt_c, td.txt_c, .txt_c td{ text-align:center;}

.valign_t, td.valign_t, .valign_t td{ vertical-align:top;}
.valign_m, td.valign_m, .valign_m td{ vertical-align:middle;}
.valign_b, td.valign_b, .valign_b td{ vertical-align:bottom;}

.clear{clear:both;}

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.section{width:100%; clear:both;}
.section:before, .section:after { content: ""; display: block;}
.section:after { clear: both; }

.arr a{
	background:url(../image/common/arr.gif) no-repeat 0 4px;
	padding:0 0 0 10px;
}

.pb img{border:#CCC solid 1px;}
.pb2 img{border:#CCC solid 1px; padding:1px;}

.fs80{font-size:80%; line-height:120%;}
.fs90{font-size:90%; line-height:140%;}
.fs110{font-size:110%; line-height:130%;}
.fs120{font-size:120%; line-height:140%;}
.fs140{font-size:140%; line-height:150%;}
.fs150{font-size:150%; line-height:160%;}
.fs200{font-size:200%; line-height:210%;}

.fs80b{font-size:80%; line-height:120%; font-weight:bold;}
.fs90b{font-size:90%; line-height:120%; font-weight:bold;}
.fs110b{font-size:110%; line-height:130%; font-weight:bold;}
.fs120b{font-size:120%; line-height:140%; font-weight:bold;}
.fs140b{font-size:140%; line-height:150%; font-weight:bold;}
.fs150b{font-size:150%; line-height:160%; font-weight:bold;}
.fs200b{font-size:200%; line-height:210%; font-weight:bold;}

.red {color: #DB0000;}
.red_bold {color: #DB0000; font-weight:bold;}
.orange {color: #FF9900;}
.orange_bold {color: #FF9900; font-weight:bold;}
.blue{color: #1664AF;}
.blue_bold{color: #1664AF; font-weight:bold;}

.type_none li{list-style:none;}
.type_disc li{ list-style-type:disc; margin-left:20px;}
.type_square li{ list-style-type:square; margin-left:17px;}
.type_decimal li{ list-style-type:decimal; margin-left:25px;}


/*------------------------------------------------------------------------------*/


/*layout*/
/*------------------------------------------------------------------------------*/

#wrapper{
	width:100%;
	min-width:1200px;
	text-align:center;
}

#container{
	width:1200px;
	margin:0 auto;
	text-align:left;
}

#header{
	width:1200px;
	height:40px;
	margin:0 auto;
	position:relative;
}
#header h1{
	width:200px;
	height:40px;
	font-size:14px;
	line-height:40px;
	position:absolute;
	top:0;
	left: 20px;
	color: #fff;
}

#header h1 a {
	text-decoration:none;
	color:#fff;
}

#mainimage{
	margin:20px auto 30px auto;
}

#contents{
	width:1200px;
	margin:0 auto 40px auto;
}
#contents_left{
	width:1200px;
	min-height:300px;
	float:left;
	text-align: left;
	padding:0 20px;
	box-sizing:border-box;
}
#contents_right{
	width:0px;
	float:right;
	display:none;
}

#footer_wrapper{
	width:100%;
	background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url("/dcms_media/image/mb_footer_bg.jpg") center / cover no-repeat;
	text-align:center;
	color: #222;
	padding-top: 60px;
}


/* 上段の水色帯 */
#footer_wrapper #footer {
  width: 100%;
  background: rgba(116, 214, 205, 0.88);
  padding: 34px 20px 28px;
  box-sizing: border-box;
}

/* ロゴ文字 */
#footer_wrapper #footer .sitename {
	font-family: 'Patrick Hand', cursive;
  margin: 0;
  font-size: 64px;
	letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* サブタイトル */
#footer_wrapper #footer .subtitle {
  margin: 8px 0 26px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center;
}


#footer{
	width:1200px;
	margin:60px auto 30px;
	padding:30px 20px 20px;
	position:relative;
	background-color: rgba(116,214,205,0.8);
}

.ft_mb_menu {width: 1200px; margin: 0 auto;}


#footer_wrapper #footermenu { 
  display: flex;
	justify-content: center;
	align-content: space-between; }


/* メニューリンク */
#footer_wrapper #footermenu li {
	font-size: 1.4rem;
  color: #222;
  position: relative;
  padding-right: 1.4rem;
}

#footer_wrapper #footermenu li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
	border-right: 1px solid #222;
  top: 50%;
  transform: translateY(-50%);
  color: #222;
	height: 60%;
}

#footer_wrapper #footermenu li a {
  display: block;
  text-decoration: none;
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
	padding: 0 0.5rem;
}


/* ホバー */
#footer_wrapper #footermenu li a:hover,
#footer_wrapper #footnav a:hover {
  opacity: 0.7;
}


/* メニュー全体 */
#footer_wrapper #footermenu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* liを横並び */
#footer_wrapper #footermenu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}



/* 下段 */
#footer_wrapper #footnav {
  padding: 30px 20px 22px;
  box-sizing: border-box;
}

/* 下段リンク */
#footer_wrapper #footnav ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  text-align: center;
}

#footer_wrapper #footnav ul li {
  display: inline-block;
  margin: 0 18px 10px;
  padding: 0;
}

#footer_wrapper #footnav ul li a {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

/* コピーライト */
#footer_wrapper #copyright {
  margin: 0;
  text-align: center;
  color: #222;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* スマホ調整 */
@media (max-width: 767px) {
  #footer_wrapper #footer {
    padding: 26px 15px 22px;
  }

  #footer_wrapper #footer .sitename {
    font-size: 42px;
  }

  #footer_wrapper #footer .subtitle {
    font-size: 14px;
    margin: 6px 0 18px;
  }

  #footer_wrapper #footermenu li {
    display: block;
    margin-bottom: 8px;
  }

  #footer_wrapper #footermenu li p.title,
  #footer_wrapper #footermenu li p.title a {
    font-size: 22px;
  }

  #footer_wrapper #footnav {
    padding: 24px 15px 18px;
  }

  #footer_wrapper #footnav ul li {
    display: block;
    margin: 0 0 8px;
  }

  #footer_wrapper #footnav ul li a {
    font-size: 16px;
  }

  #footer_wrapper #copyright {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
}


.pagetop {
    background: url(../image/4bt_pagetop.png) no-repeat scroll 0 0 transparent;
    height: 0;
    overflow: hidden;
    padding-top: 120px;
    width: 100px;
}

#locator{
	width:980px;
	margin:10px 0px;
	font-size:11px;
	line-height:12px;
}
#locator a{
	text-decoration:underline;
}
#locator a:hover{
	text-decoration:none;
}

* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box
}


#form_contact_main {
	width:90%;
	margin:auto;
}

#form_contact_main dt,#form_contact_main dd,#form_contact_main td {
	text-align:left;
}

/*design_globalnav*/
/*------------------------------------------------------------------------------*/

#design_globalnav {
	width:980px;
	height:70px;
	margin:15px auto 30px auto;
}

#design_globalnav ul{
	list-style-type:none;
	display:flex;
	height:70px;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	border-bottom:1px solid #666;
}

#design_globalnav ul li{
	text-align:center;
	color:#666;
}

#design_globalnav ul li a{
	height:70px;
	display:block;
	overflow:hidden;
	color:#666;
}

.fa-pencil-square-o:before {
	font-family: 'FontAwesome';
	content: "\f044";
	font-size:46px;
}

.fa-tablet:before {
	font-family: 'FontAwesome';
	content: "\f10a";
	font-size:46px;
}

.fa-calendar:before {
	font-family: 'FontAwesome';
	content: "\f073";
	font-size:40px;
	line-height:46px;
}

.fa-jpy:before {
	font-family: 'FontAwesome';
	content: "\f157";
	font-size:46px;
}

.fa-question-circle:before {
	font-family: 'FontAwesome';
	content: "\f059";
	font-size:46px;
}

.fa-envelope:before {
	font-family: 'FontAwesome';
	content: "\f0e0";
	font-size:46px;
}

#design_globalnav ul li a:hover{
	text-decoration:none;
}

/*subnav*/
/*------------------------------------------------------------------------------*/

#subnav {
	width:240px;
	margin-bottom:20px;
}
#subnav ul{
	list-style-type:none;
	background:url(../image/common/bg_subnav.jpg) repeat-y 0 0;	
}

#subnav_title a{
	width:240px;
	height:40px;
	background:url(../image/common/subnav_title.jpg) no-repeat;
	line-height:40px;
	padding:15px 0;
	text-indent:30px;
	color:#333;
	font-size:15px;
	font-weight:bold;
	display:block;
	overflow:hidden;
}

.subnav_title02{
	width:240px;
	height:40px;
	background:url(../image/common/subnav_title2.jpg) no-repeat;
	line-height:52px;
	text-indent:56px;
	color:#333;
	font-size:14px;
	font-weight:bold;
}
.subnav_title02 span{
	font-size:12px;
	padding-left:10px;
}

#subnav_title a:hover {
	text-decoration:underline;
}
#subnav li a{
	width:195px;
	height:35px;
	background:none;
	font-size:12px;
	color:#000;
	display:block;
	overflow:hidden;
	padding-left:45px;
}
#subnav li a:hover,#subnav ul li.current a,#subnav ul li.current a:hover{
	background:url(../image/common/subnav01_ov.png) no-repeat 15px 1px;
	font-weight:bold;
}
#subnav li.current ul li a{
	width:185px;
	height:25px;
	background:none;
	line-height:25px;
	font-size:11px;
	color:#000;
	display:block;
	overflow:hidden;
	font-weight:normal;
	padding-left:55px;
}
#subnav li.current ul li a:hover,#subnav li.current ul li.current a{
	background:url(../image/common/subnav01_ov.png) no-repeat 15px 1px;
	font-weight:bold;
}
#subnav li.current ul li.current ul li a{
	width:175px;
	height:25px;
	background:none;
	line-height:25px;
	font-size:11px;
	color:#666;
	display:block;
	overflow:hidden;
	font-weight:normal;
	padding-left:65px;
}

#subnav li.current ul li.current ul li a:hover{
	background:url(../image/common/subnav01_ov.png) no-repeat 15px 1px;
	font-weight:bold;
}


/*global*/
/*------------------------------------------------------------------------------*/

.subtitle02 {
	width:700px;
	height:100px;
	background:url() no-repeat;
	line-height:100px;
	text-indent:40px;
	font-size:28px;
	color:#000;
	margin-bottom:25px;
	overflow:hidden;
	letter-spacing: 0.1em;
}
.subtitle02_2 {
	width:700px;
	height:100px;
	background:url(../image/common/subtitle02_2.jpg) no-repeat;
	line-height:100px;
	text-indent:40px;
	font-size:28px;
	color:#000;
	margin-bottom:25px;
	overflow:hidden;
	letter-spacing: 0.1em;
}

.subtitle03 {
	width:700px;
	height:55px;
	background:url(../image/common/subtitle03.jpg) no-repeat;
	line-height:60px;
	text-indent:50px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin-bottom:15px;
	overflow:hidden;
	padding-top:5px;
}
.subtitle03_2 {
	width:700px;
	height:55px;
	background:url(../image/common/subtitle03_2.jpg) no-repeat;
	line-height:60px;
	text-indent:50px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin-bottom:15px;
	overflow:hidden;
	padding-top:5px;
}
.subtitle03_2 span{
	font-size:14px;
	vertical-align:middle;
	padding-left:10px;
}

.subtitle04 {
	background:url(../image/common/subtitle04.jpg) no-repeat 0 0;
	font-size:15px;
	font-weight:bold;
	padding:3px 0 3px 25px;
	margin-bottom:15px;
}

.subtitle05 {
	font-size:14px;
	font-weight:bold;
	border-bottom:dotted 1px #CCCCCC;
	padding-bottom:5px;
	margin-bottom:10px;
}

.midasi2 {
	font-size:18px;
position: relative;
padding-left: 1.2em;/*ã‚¢ã‚¤ã‚³ãƒ³åˆ†ã®ã‚¹ãƒšãƒ¼ã‚¹*/
line-height: 1.4;
margin-top:20px;
margin-bottom:20px;
text-align:left;
}

.midasi2:before{ font-family: FontAwesome;/*å¿˜ã‚Œãšã«*/
content: "\f00c";/*ã‚¢ã‚¤ã‚³ãƒ³ã®ãƒ¦ãƒ‹ã‚³ãƒ¼ãƒ‰*/
position: absolute;/*çµ¶å¯¾ä½ç½®*/
font-size: 1em;/*ã‚µã‚¤ã‚º*/
left: 0;/*ã‚¢ã‚¤ã‚³ãƒ³ã®ä½ç½®*/
top: 0;/*ã‚¢ã‚¤ã‚³ãƒ³ã®ä½ç½®*/
color: #7bc847; /*ã‚¢ã‚¤ã‚³ãƒ³è‰²*/
}

.midasi {
	background:url(../image/4midasi.gif) no-repeat 0 0;
	font-size:22px;
	font-weight: 400;
	padding:0 0 5px 30px;
	border-bottom:solid 1px #75C000;
	margin:30px 0 15px;
}

h3 {
	font-size:16px;
	border-bottom: 1px solid #ccc;
	margin-bottom:20px;
}

h4 {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom:dotted 1px #ccc;
}


/*sub common*/
/*------------------------------------------------------------------------------*/

.bg_exp_orange {
	background:url(../image/common/bg_exp_orange.jpg) no-repeat 0 0;
	width:340px;
	height:210px;
	float:left;
	position:relative;
}
.bg_exp_orange h3 {
	font-size:15px;
	font-weight:bold;
	color:#333;
	text-align:center;
	position:absolute;
	top:30px;
	left:25px;
	width:130px;
}
.bg_exp_orange p {
	width:160px;
	position:absolute;
	top:75px;
	left:30px;
}
.bg_exp_orange img {
	position:absolute;
	top:50px;
	right:10px;
}

.bg_exp_pink {
	background:url(../image/common/bg_exp_pink.jpg) no-repeat 0 0;
	width:340px;
	height:210px;
	float:right;
	position:relative;
}
.bg_exp_pink h3 {
	font-size:15px;
	font-weight:bold;
	color:#333;
	text-align:center;
	position:absolute;
	top:30px;
	left:25px;
	width:130px;
}
.bg_exp_pink p {
	width:160px;
	position:absolute;
	top:75px;
	left:30px;
}
.bg_exp_pink img {
	position:absolute;
	top:50px;
	right:10px;
}

.bg_case_photo {
	background:url(../image/common/bg_case_photo.jpg) no-repeat 0 0;
	width:200px;
	height:255px;
	padding:25px  10px 20px 10px;
}

.bg_case_photo_big {
	background:url(../image/common/bg_case_photo_big.png) no-repeat 0 0;
	width:700px;
	height:310px;
	padding:25px  10px 20px 10px;
}

.bg_case_photo_big2{
	width:700px;
	background:url(../image/common/bg_case_photo_big2_bottom.png) no-repeat center bottom;
	padding-bottom:38px;
}
.bg_case_photo_big2_top{
	width:700px;
	background:url(../image/common/bg_case_photo_big2_top.png) no-repeat center top;
	padding-top:60px;
}
.bg_case_photo_big2_in{
	width:635px;
	background:url(../image/common/bg_case_photo_big2_in.png) repeat-y;
	padding:0 33px 0 32px;
}

.case_txt {
	color:#655532;
	font-size:13px;
	font-weight:bold;
}
	
.bg_paper{
	width:700px;
	height:210px;
	position:relative;
	background:url(../image/common/bg_paper.jpg) no-repeat 0 0;
}
.bg_paper h3{
	position:absolute;
	top:25px;
	left:40px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.bg_paper table{
	position:absolute;
	top:70px;
	left:30px;
}
.bg_paper_img{
	position:absolute;
	top:25px;
	right:24px;
}

.bg_paper2{
	background:url(../image/common/bg_paper2_bottom.jpg) no-repeat center bottom;
	padding-bottom:19px;
}
.bg_paper2_in{
	width:700px;
	height:auto;
	background:url(../image/common/bg_paper2.jpg) no-repeat center top;
	overflow:hidden;
}
.bg_paper2_left{
	width:370px;
	float:left;
}
.bg_paper2_left h3{
	width:213px;
	height:39px;
	background:url(../image/common/bg_paper2_title.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding-top:25px;
	padding-left:40px;
	margin-bottom:6px;
}
.bg_paper2_right{
	width:300px;
	float:right;
	padding-top:25px;
	padding-right:25px;
}
.bg_photo {
	margin:60px 0;
	width:700px;
}
.bg_photo li {
	position:relative;
	float:left;
	margin-left:20px;
	width:220px;
	background:#FFF;
}

.bg_photo li:first-child {
	margin-left:0;
}

.bg_photo li:before {
position:absolute;
top:-40px;
display:block;
content: '';
width:220px;
height:40px;
background:url(../image/common/bg_photo.png) 0 0 no-repeat no-repeat;
}

.bg_photo li:after {
position:absolute;
bottom:-24px;
display:block;
content: '';
width:220px;
height:24px;
background:url(../image/common/bg_photo_bottom.png) 0 0 no-repeat;
}

.bg_photo li table { padding:0 10px; }

.bg_photo li.none,
.bg_photo li.none:before,
.bg_photo li.none:after { 
background:none;
}


.arr a{
	background:url(../image/common/arr.png) no-repeat 0 5px;
	padding-left:10px;
}

.contact_box{
	width:600px;
	height:180px;
	position:relative;
	margin:50px auto 0 auto;
}
.contact_box_btn{
	position:absolute;
	bottom:30px;
	right:50px;
}


/*table*/
/*------------------------------------------------------------------------------*/

.tb01,
.tb01s {
  overflow:hidden;
  border:1px solid #67b72d;
  border-radius: 5px;
  -webkit-border-radius: 5px;    /* Safari,Google Chromeç”¨ */
  -moz-border-radius: 5px;   /* Firefoxç”¨ */
  box-shadow:  1px 1px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.tb01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:14px;
}

.tb01 th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(141,192,106,0.7), rgba(141,192,106,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(141,192,106,0.7)), to(rgba(141,192,106,0.9)));
  font-weight: bold;
  border-bottom:1px solid #e0ecd8;
  border-left:1px solid #e0ecd8;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(141,192,106,0.9);
  box-shadow:  1px 1px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.tb01 table th:first-child {
	border-left: 0;	
}

.tb01 tr td {
  padding: 8px 15px;
  text-align: left;
  border-bottom: 1px solid #67b72d;
  border-left: 1px solid #67b72d;
}

.tb01 tr {
  background: #fff;
}

.tb01 table tr:last-child {
	border-bottom: 0;
}

.tb01 tr:hover {
  background: #d6e9bd;
  cursor:pointer;
}


.tb01-2 tr {
	border-bottom: 1px dotted #aaa;
}

.tb01_blu {
  overflow:hidden;
  border:1px solid #3576bc;
  border-radius: 5px;
  -webkit-border-radius: 5px;    /* Safari,Google Chromeç”¨ */
  -moz-border-radius: 5px;   /* Firefoxç”¨ */
  box-shadow:  1px 1px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.tb01_blu table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:14px;
}

.tb01_blu th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(53,118,188,0.7), rgba(53,118,188,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(53,118,188,0.7)), to(rgba(53,118,188,0.9)));
  font-weight: bold;
  border-bottom:1px solid #e0ecd8;
  border-left:1px solid #e0ecd8;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(53,118,188,0.9);
  box-shadow:  1px 1px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.tb01_blu table th:first-child {
	border-left: 0;	
}

.tb01_blu tr td {
  padding: 8px 15px;
  text-align: left;
  border-bottom: 1px solid #3576bc;
  border-left: 1px solid #3576bc;
}

.tb01_blu tr {
  background: #fff;
}

.tb01_blu table tr:last-child {
	border-bottom: 0;
}

.tb01_blu tr:hover {
  background: #b7d6ed;
  cursor:pointer;
}

.tb01_ora {
  overflow:hidden;
  border:1px solid #ec6a47;
  border-radius: 5px;
  -webkit-border-radius: 5px;    /* Safari,Google Chromeç”¨ */
  -moz-border-radius: 5px;   /* Firefoxç”¨ */
  box-shadow:  1px 1px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.tb01_ora table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:14px;
}

.tb01_ora th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(236,106,71,0.7), rgba(236,106,71,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(236,106,71,0.7)), to(rgba(236,106,71,0.9)));
  font-weight: bold;
  border-bottom:1px solid #e0ecd8;
  border-left:1px solid #e0ecd8;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(236,106,71,0.9);
  box-shadow:  1px 1px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.tb01_ora table th:first-child {
	border-left: 0;	
}

.tb01_ora tr td {
  padding: 8px 15px;
  text-align: left;
  border-bottom: 1px solid #ec6a47;
  border-left: 1px solid #ec6a47;
}

.tb01_ora tr {
  background: #fff;
}

.tb01_ora table tr:last-child {
	border-bottom: 0;
}

.tb01_ora tr:hover {
  background: #f9c69d;
  cursor:pointer;
}

.tb01_gray,
.tb01_gray2 {
  overflow:hidden;
  border:1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;    /* Safari,Google Chromeç”¨ */
  -moz-border-radius: 5px;   /* Firefoxç”¨ */
  box-shadow:  1px 1px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.tb01_gray2 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:14px;
}

.tb01_gray table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size:14px;
}

.tb01_gray th,
.tb01_gray2 th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(204,204,204,0.7), rgba(204,204,204,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(204,204,204,0.7)), to(rgba(204,204,204,0.9)));
  font-weight: bold;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(204,204,204,0.9);
  box-shadow:  1px 1px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.tb01_gray table th:first-child,
.tb01_gray2 table th:first-child {
	border-left: 0;	
}

.tb01_gray tr td,
.tb01_gray2 tr td {
  padding: 8px 15px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tb01_gray tr,
.tb01_gray2 tr {
  background: #fff;
}

.tb01_gray table tr:last-child,
.tb01_gray2 table tr:last-child {
	border-bottom: 0;
}

.tb01_gray2 tr:hover {
  background: #dcdcdd;
  cursor:pointer;
}

.tb_bdnone td {
	border-width: medium !important;
	border-style: none !important;
	-moz-border-top-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-bottom-colors: none !important;
	-moz-border-left-colors: none !important;
	border-image: none !important;
	border:none;
}

/*------------------------------------------------------------------------------*/
/*top*/
/*------------------------------------------------------------------------------*/

.top01 {
	margin:60px 20px 30px 20px;
	padding:30px 0 30px 0;
	background-color: rgba(255,255,255,0.7);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:10px;
	border:3px solid #666;
	overflow:hidden;
	width:95%;
	text-align:center;
}

.pb3 {
	background:url(../image/common/bg_top_img.jpg) no-repeat 0 0;
	width:150px;
	height:150px;
	padding:10px 10px 20px 10px;
}

    .temp{
    width:150px;
	height:150px;  
    }  
    .temphol{  
    position:relative;  
    width:150px;  
    height:150px;  
    overflow:hidden;
    }  
    .temphol img {  
    position: absolute;  
    left: 0;
    }
.front {
	position: relative;
	bottom: -150px;
}
.front:hover {
	position: relative;
	bottom: 0;
}

.contents_in_left {
	width:370px;
	padding:6px 0 0 10px;
	float:left;
	font-size:13px;
}
.contents_in_right {
	width:301px;
	padding-right:9px;
	float:right;
}
.top_service_cap {
	width:260px;
	margin:0 5px 0 35px;
}


#top_box01, #top_box02{margin-bottom:50px;}
#top_box01 h3, #top_box02 h3{margin-bottom:20px;}
#top_box01 h4, #top_box02 h4{margin-bottom:10px;}

.top_box01_sample{
	width:335px;
	border:solid 1px #CCCCCC;
	padding:9px;
}
.top_box02_sample{
	width:210px;
	border:solid 1px #CCCCCC;
	padding:9px;
}

.top_img_btn{padding-top:3px;}
.top_img_btn a{
	display:block;
	width:140px;
	height:22px;
	background:url(../image/common/top_img_title.gif) no-repeat;
	font-size:11px;
	color:#FFF;
	padding-left:26px;
	margin:0 auto;
}

/*top rss*/
/*------------------------------------------------------------------------------*/

#top_news_box{
	width:980px;
	height: 88px;
	background:#FFF;
	position:relative;
	margin-bottom:16px;
	color:#666;
}

#top_rss_box{
	width:830px;
	position:absolute;
	top:0;
	right:0;
}

.top_title_news{
	width:150px;
	height:36px;
	position:absolute;
	top:0;
	left:0;
}
.top_news_btn{
	position:absolute;
	top:10px;
	right:10px;
	z-index:100;
}

#top_rss_box dl:before, #top_rss_box dl:after { content: ""; display: block; }
#top_rss_box dl:after { clear: both; }
#top_rss_box dl {
	zoom: 1;
	height: 17px;
	line-height: 30px;
}

#top_rss_box .rss_date{
	clear:both;
	width:85px;
	float:left;
	padding-left:15px;
	font-weight:bold;
	font-size:11px;
}
#top_rss_box .rss_title{
	width:730px;
	float:right;
}
#top_rss_box .rss_contents{ display:none;}


/*sub rss*/
/*------------------------------------------------------------------------------*/

#sub_rss_box dl:before, #sub_rss_box dl:after { content: ""; display: block; }
#sub_rss_box dl:after { clear: both; }
#sub_rss_box dl { zoom: 1; border-bottom:dotted 1px #CCC; padding:5px 0; }

#sub_rss_box .rss_date{
	clear:both;
	width:120px;
	float:left;
	font-weight:bold;
}
#sub_rss_box .rss_title{
	width:580px;
	float:right;
}
#sub_rss_box .rss_contents{ 
	clear:both;
	padding:0 0 0 120px;
}


/*side*/
/*------------------------------------------------------------------------------*/

.bg_side_staff{
	background:url(../image/common/bg_side_staff.jpg) no-repeat;
	width:240px;
	height:210px;
	position:relative;
}
.staff_btn01 {
	position:absolute;
	top:20px;
	right:35px;
}
.staff_btn02 {
	position:absolute;
	bottom:0;
	left:100px;
}

.side_voice {
	width:200px;
	height:281px;
	padding:0 20px;
	background:url(../image/common/bg_side_voice.jpg) no-repeat;
	margin-bottom:6px;
	font-size:11px;
}
.side_subtitle_voice{
	width:202px;
	height:28px;
	background:url(../image/common/side_subtitle_voice.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#655632;
	margin-bottom:13px;
	overflow:hidden;
	text-align:center;
}

.banner_list li{ margin-bottom:5px;}
.list01 {
	margin-left:-10px;
}

/*sub sample*/
/*------------------------------------------------------------------------------*/

.sub_box03_sample{
	width:210px;
	border:solid 1px #CCCCCC;
	padding:9px;
}
.sub_box04_sample{
	width:155px;
	border:solid 1px #CCCCCC;
	padding:9px;
}

.sub_icon_box_sample{
	border:double 3px #CCCCCC;
	padding:10px 10px 5px 10px;
}
.sub_icon_table_sample td{
	background:url(../image/common/icon.gif) no-repeat 0 5px;
	padding:0 0 5px 20px;
}


/*thought*/
/*------------------------------------------------------------------------------*/

.bg_thought_circle {
	width:700px;
	height:685px;
	background:url(../image/common/bg_thought_circle.jpg) no-repeat center top;
	position:relative;
}
.bg_thought_circle h3.thought_circle_title01 {
	position:absolute;
	top:60px;
	left:131px;
}
.bg_thought_circle .circle_txt01 {
	position:absolute;
	width:355px;
	top:125px;
	left:105px;
}
.bg_thought_circle .circle_txt01 td,
.bg_thought_circle .circle_txt02 p{font-size:12px; line-height:15px;}

.bg_thought_circle h3.thought_circle_title02 {
	position:absolute;
	top:399px;
	right:53px;
}
.bg_thought_circle p.thought_circle_img{
	position:absolute;
	top:435px;
	right:71px;
}
.bg_thought_circle .circle_txt02 {
	position:absolute;
	width:255px;
	top:510px;
	right:45px;
}

.bg_thought_box {
	width:700px;
	height:200px;
	background:url(../image/common/bg_thought_box.jpg) no-repeat center top;
}
.bg_thought_box p {
	text-align:center;
	font-size:20px;
	padding-top:90px;
}

/*dm*/
/*------------------------------------------------------------------------------*/

.bg_dm_case {
	width:620px;
	height:240px;
	background:url(../image/common/bg_dm_case.jpg) no-repeat;
	padding:30px;
	position:relative;
	margin:0 auto;
}
.bg_dm_case h3 {
	position:absolute;
	font-size:18px;
	font-weight:bold;
	color:#402000;
	top:30px;
	left:190px;
}
.dm_case_in {
	width:620px;
	position:absolute;
	top:90px;
}

/*trouble*/
/*------------------------------------------------------------------------------*/

.trouble_box{
	border-bottom:1px dotted #000;
	padding-bottom:10px;
}



/*case*/
/*------------------------------------------------------------------------------*/

.case_data {
	position:relative;
	width:250px;
	height:150px;
}

.case_data table {
	position:absolute;
	top:60px;
	left:30px;
}


/*company*/
/*------------------------------------------------------------------------------*/

.tag_pink {
	background:url(../image/common/bg_tag_pink.jpg) no-repeat 0 0;
	width:200px;
	height:64px;
	line-height:64px;
	padding-left:20px;
	font-weight:bold;
	font-size:13px;
	display:block;
}
.tag_blue {
	background:url(../image/common/bg_tag_blue.jpg) no-repeat 0 0;
	width:200px;
	height:64px;
	line-height:64px;
	padding-left:20px;
	font-weight:bold;
	font-size:13px;
	display:block;
}
.tag_yell {
	background:url(../image/common/bg_tag_yell.jpg) no-repeat 0 0;
	width:200px;
	height:64px;
	line-height:64px;
	padding-left:20px;
	font-weight:bold;
	font-size:13px;
	display:block;
}

.tag {
	background:url(../image/common/bg_tag.jpg) no-repeat 0 0;
	width:200px;
	height:64px;
	line-height:64px;
	padding-left:20px;
	font-weight:bold;
	font-size:13px;
	display:block;
}



.tag_pink a, .tag_blue a, .tag_yell a, .tag a {
	color:#000;
	text-decoration:underline;
}
.tag_pink a:hover, .tag_blue a:hover, .tag_yell a:hover, , .tag a:hover {
	text-decoration:none;
}

/*printing*/
/*------------------------------------------------------------------------------*/

.printing_title{
	background:url(../image/common/subtitle04.jpg) no-repeat 0 0;
	padding-left:22px;
	font-size:15px;
	font-weight:bold;
}
.printing_txt{
	padding-top:8px;
	padding-left:22px;
}


/*company*/
/*------------------------------------------------------------------------------*/

.company_box_left{width:340px; float:left;}
.company_box_right{width:340px; float:right;}

.company_box01{background:url(../image/common/bg_exp_orange02.jpg) no-repeat;}
.company_box02{background:url(../image/common/bg_exp_pink02.jpg) no-repeat;}
.company_box03{background:url(../image/common/bg_exp_blue02.jpg) no-repeat;}
.company_box04{background:url(../image/common/bg_exp_green02.jpg) no-repeat;}

.company_box01,
.company_box02,
.company_box03,
.company_box04{
	width:340px;
	height:210px;
	position:relative;
}

.company_box_left h3,
.company_box_right h3{
	width:130px;
	position:absolute;
	top:30px;
	left:25px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.company_box_txt{
	width:130px;
	position:absolute;
	top:75px;
	left:30px;
}
.company_box_img{
	position:absolute;
	top:36px;
	right:17px;
}


/*greeting_card*/
/*------------------------------------------------------------------------------*/

.greeting_tag {
	background:url(../image/common/bg_tag.jpg) no-repeat 0 0;
	width:200px;
	height:64px;
	line-height:64px;
	padding-left:20px;
	font-weight:bold;
	font-size:14px;
	display:block;
}
.greeting_tag a {
	color:#000;
	text-decoration:underline;
}

/*sitemap*/
/*------------------------------------------------------------------------------*/

.sitemap { margin-left:20px; padding-top:10px;}
.sitemap li{
	list-style:none;
	background:url(../image/common/arr.png) no-repeat 0 5px;
	padding:0 0 0 10px;
	margin:10px 0px;
}
.sitemap ul{ padding:0 0 5px 30px;}
.sitemap ul li{
	background:none;
	list-style:square;
	padding:0 0 0 0;
	margin:5px 0px;
}
.sitemap ul ul{ padding:0 0 5px 30px;}
.sitemap ul ul li{
	background:none;
	list-style:none;
}


/*------------------------------------------------------------------------------*/


/*greeting_globalnav2*/
/*------------------------------------------------------------------------------*/

#greeting_globalnav2 {
	width:980px;
	height:50px;
	margin:0 auto 15px auto;
}

#greeting_globalnav2 ul{list-style-type:none;}

#greeting_globalnav2 ul li{
	float:left;
	text-indent:-9999px;
}

#greeting_globalnav2 ul li a{
	height:50px;
	background-image: url(../image/1greeting_nav2.gif);
	display:block;
	overflow:hidden;
}

#greeting_globalnav201 a{ background-position:0px 0px; width: 187px;} 
#greeting_globalnav202 a{ background-position:-187px 0px; width: 168px;}
#greeting_globalnav203 a{ background-position:-355px 0px; width: 115px;}
#greeting_globalnav204 a{ background-position:-470px 0px; width: 185px;}
#greeting_globalnav205 a{ background-position:-655px 0px; width: 145px;}
#greeting_globalnav206 a{ background-position:-800px 0px; width: 180px;}

#greeting_globalnav201 a:hover, #greeting_globalnav201.main_current a{ background-position:0px -50px; width: 187px;} 
#greeting_globalnav202 a:hover, #greeting_globalnav202.main_current a{ background-position:-187px -50px; width: 168px;}
#greeting_globalnav203 a:hover, #greeting_globalnav203.main_current a{ background-position:-355px -50px; width: 115px;}
#greeting_globalnav204 a:hover, #greeting_globalnav204.main_current a{ background-position:-470px -50px; width: 185px;}
#greeting_globalnav205 a:hover, #greeting_globalnav205.main_current a{ background-position:-655px -50px; width: 145px;}
#greeting_globalnav206 a:hover, #greeting_globalnav206.main_current a{ background-position:-800px -50px; width: 180px;}

/*header*/
/*------------------------------------------------------------------------------*/

#info {
	position: absolute;
	top: 7px;
	right: 220px;
	width: 230px;
}

#recom ul li {
	line-height:1.5em;
}


/*fontawesome*/
/*------------------------------------------------------------------------------*/

.fa-arrow-right:before {
	font-family: 'FontAwesome';
	content: "\f0a6";
	float: right;
	padding-right: 15px;
}

.fa-paint-brush:before {
	font-family: 'FontAwesome';
	content: "\f1fc";
	padding-right: 5px;
}

.fa-chevron-right:before {
	font-family: 'FontAwesome';
	content: "\f054";
	padding-right: 15px;
	font-weight:200;
	font-size:80%;
}


/*button*/
/*------------------------------------------------------------------------------*/

.bt01,
.bt01s {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin:10px;
}

.bt01:hover,
.bt01s:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.bt01:active,
.bt01s:active {
	position:relative;
	top:1px;
}

.bt01 a,
.bt01s a {
	text-decoration:none;
}

.bt01_selected,
.bt01s_selected {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ccc;
	font-family:Arial;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin:10px;
}

.bt01,
.bt01_selected {
	font-size:12px;
	padding:6px 24px;
}

.bt01s,
.bt01s_selected {
	font-size:12px;
	padding:3px 12px;
}

.bt01:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.bt01:active {
	position:relative;
	top:1px;
}

.bt01 a {
	text-decoration:none;
}




.bt_order {
	display: block;
	padding: 1em 3.2em;
	border-radius: 1.6em;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	width:70%;
	margin:0 auto 50px;
}

.bt_order_blu {
	background-color: rgba(53,118,188, 1);
	box-shadow: 0 3px 3px rgba(53,118,188, .5);
}

.bt_order_gre {
	background-color: rgba(103,183,45, 1);
	box-shadow: 0 3px 3px rgba(103,183,45, .5);
}

.bt_order_ora {
	background-color: rgba(236,106,71, 1);
	box-shadow: 0 5px 5px rgba(236,106,71, .5);
}

.bt_order a {
	color:#FFF;
	display:block;
	margin:0;
	padding:0;
	width:100%;
}

.tabrow {
    text-align: left;
    list-style: none;
    margin: 30px 0 20px 0;
    padding: 0 0 0 10px;
    line-height: 3em;
	position: relative;
}
.tabrow li {
	width: 160px;
	text-align:center;
    border: 1px solid #AAA;
    background: #ECECEC;
    display: inline-block;
	position: relative;
    z-index: 0;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	background:      -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:     -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:    -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}

.tabrow li.selected {
    background: #FFF;
    color: #000;
	z-index: 2;
    border-bottom-color: #FFF;
	box-shadow:none;
}

.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}

.tabrow:before {
    z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
    position: absolute;
    bottom: -1px;
    width: 6px;
    height: 6px;
    content: " ";
}

.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}

.tabrow a {
	display:block;
	width:100%;
	box-sizing:border-box;
}

.tabrow a:hover {
	text-decoration:none;
}

.grade01 {
background: #DCE35B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #45B649, #DCE35B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #45B649, #DCE35B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.triangle_r {
width: 0;
height: 0;
border-style: solid;
border-width: 100% 0 100% 10px;
border-color: transparent transparent transparent #ffffff;
}


/*slider*/
/*------------------------------------------------------------------------------*/

  .memorial-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }

  .memorial-slides {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6;
  }

  .memorial-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
  }

  .memorial-slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .memorial-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .memorial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }

  .memorial-arrow.prev {
    left: 15px;
  }

  .memorial-arrow.next {
    right: 15px;
  }

  .memorial-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
  }

  .memorial-dot {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    padding: 0;
  }

  .memorial-dot.is-active {
    background: rgba(255,255,255,1);
  }

  @media (max-width: 767px) {
    .memorial-slides {
      aspect-ratio: 4 / 3;
    }

    .memorial-arrow {
      width: 36px;
      height: 36px;
      font-size: 18px;
    }
  }



/* carousel */
/*------------------------------------------------------------------------------*/


.memorial-marquee {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.memorial-track {
  display: flex;
  width: max-content;
  animation: scroll-marquee 40s linear infinite;
}

.memorial-track a {
  display: block;
  margin-right: 20px;
}

.memorial-track img {
  height: 180px;
  width: auto;
  display: block;
}

/* ホバーで止める（重要） */
.memorial-marquee:hover .memorial-track {
  animation-play-state: paused;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.memorial-track a:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}
.memorial-track img {
  transition: 0.3s;
  cursor: pointer;
}

.book-item {
  text-align: center;
}
.book-item span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.memorial-track a {
  display: block;
  padding: 5px;
}

.memorial-track a {
  min-width: 120px;
}

.memorial-track img {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
  .memorial-track img {
    height: 120px;
  }
}



/* header */
/*------------------------------------------------------------------------------*/

.navbar {padding: 0 20px;}

.navbar .nav-link:hover {
  opacity: 0.75;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
}

.mb-logo {
  max-width: 320px;  /* ←ここで調整（380〜480くらいが目安） */
  width: 100%;
  height: auto;
}

.navbar-nav {
  white-space: nowrap;
}

.navbar-collapse {
  overflow-x: auto;
}

.navbar .nav_botan {padding-right: 4px; padding-bottom: 4px;}

.navbar .botan:active {
  transform: translate(3px, 3px);
  box-shadow: none;
}


/* add original */
/*------------------------------------------------------------------------------*/

.handwriting {
  font-family: 'Zen Kurenaido', sans-serif;
  letter-spacing: -0.02em;
  font-size: 28px;
}


/* top */
/*------------------------------------------------------------------------------*/

.top_sec_concept { padding: 4rem 1rem 6rem; }

.bg_reaf {
	background: url(/dcms_media/image/top_concept_img1.png) no-repeat 3% 55% / 16% auto, url(/dcms_media/image/top_concept_img2.png) no-repeat 97% 20% / 14% auto, url(/dcms_media/image/top_concept_img3.png) no-repeat 95% 80% / 16% auto, url(/dcms_media/image/top_concept_bg.jpg) repeat-y center top / 100% auto;
}

.top_sec_concept_title_wrap {
  position: relative;
  display: table;
  margin: 0 auto 3rem;
}

.top_sec_concept_title_wrap:after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -6px;
  border-bottom: 4px solid #FFD2B4;
}

.top_sec_concept_title {
  display: block;
}

.top_sec_concept p { margin-bottom: 1.5rem; line-height: 2rem; }

.text_bg_concept { background-color: rgba(255, 232, 217, 0.5); }



