@charset "UTF-8";

body {
	overflow: hidden;
    font-family: helvetica, arial, YuGothic, 'Yu Gothic', 'メイリオ', sans-serif;
    -webkit-font-smoothing: antialiased;
}
html {
	overflow-y: scroll;
}
p{

}
#Outline{
	background: #E3E3E3;
}

#Outline_top{
	background: #fff;
}

h2{
	color: #fff;
	text-align: center;
	font-size: 280% !important;
	text-shadow: 2px 2px 1px #222, -2px 2px 1px #222, 2px -2px 1px #222, -2px -2px 1px #222;
	padding: 35px !important;
	line-height: 125%;
	letter-spacing: 0.08em;
}
#about{
	margin: 20px auto 20px;
	width: 50%;
	font-size: 120%;
	line-height: 1.6;
}

#topArea{
	background-color: #686868;
	height: 231px;
	margin: 0 auto 30px;
}
#topArea img{
	margin: 0 auto;
	display: block;
}

@media (max-width: 1120px){
#topArea{
	height: auto;

}
	#about{
		width: 90%;
	}
}

#logo{
	float: left;
}
.nav {
  overflow: hidden;
  margin: 15px auto 8px;
  padding: 0;
  display: flex;
	float: right;
}
.nav li {
  list-style: none;
}
.nav li a {
  display: block;
	padding: 0 15px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 2.8;
  text-decoration: none;
  border-right: 1px solid #eee;
  box-sizing: border-box;

	background: #fff;
}
.nav > li:hover > a {/*layer-1*/
  background: #F4F4F4;
}
.nav li ul {
  display: none;
  position: absolute;
}
.nav > li li:hover > a {/*layer-2*/
  background: #F4F4F4;
}
.nav li ul li a {
  border-top: 1px solid #eee;
}


.nav_sp {
  overflow: hidden;
  margin: 5px auto 5px;
  padding: 0;
  display: flex;
}
.nav_sp li {
  list-style: none;
}
.nav_sp li a {
  display: block;
	padding: 3px 3px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
	background: #fff;
	font-weight: bold;
}
.nav_sp > li:hover > a {/*layer-1*/
  background: #F4F4F4;
}
.nav_sp li ul {
  display: none;
  position: absolute;
}
.nav_sp > li li:hover > a {/*layer-2*/
  background: #F4F4F4;
}
.nav_sp li ul li a {
  border-top: 1px solid #eee;
}
.sp_in{
	width: 34%;
}
#contents{
	margin-bottom: 20px;
}

hr.boder1{
	height: 5px;
	border: none;
	border-top: 6px #feab36 solid;
	width: 50px;
}

#vol{
	color: #feab36;
}
#contents2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:10px;
	margin-bottom: 20px;
}
.case{
 	position: relative;
	top: -20px;
	left: 10px;
	color: #fff !important;
	background: #feab36;
	width: 66px;
	height: 24px;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 8px !important;
	font-style: italic;
	margin: 0;
}

.case_cate{
	float: left;

}

.case_cate img{
	width: 425px;
	height: 280px;
	object-fit: cover; /* この一行を追加するだけ！ */
	border: 1px solid #c3c3c3;
}
.blog_txt{
	padding: 0 10px 10px;
	margin: 0 !important;
	color: #333;
	font-size: 120%;
}
.blog_title{
	font-size: 140%;
	padding-bottom: 15px;
	font-weight: bold;
}

.case_cate img:hover{
	border: 1px solid #feab36;
}

.content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}



#Inner,#Inner_top{
	background: #fff;
	margin: 0 auto;
    color: #292929;
}

#case{
	color: #ca2d1d;
	font-size: 170%;
	font-style: italic;
	text-align: center;
	margin: 40px 0 15px;
}

#title{
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 20px;
	font-weight: bold;
}
.parenthesis {
  position: relative;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	margin: 0 auto 30px;
	line-height: 160%;
	font-size: 16px;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #003678;
  border-bottom: 1px solid #003678;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 1px solid #003678;
}
.parenthesis::after {
  right: 0;
  border-right: 1px solid #003678;
}

#name{
	color: #003678;
	font-weight: bold;
}
.sub_title{
	font-size: 26px;
	margin: 30px 0 10px;
	font-weight: bold;
	color: #005da6;
}
hr.boder2{
	border-top: 1px solid #BFBFBF;
}
.cate{
	font-size: 18px;
	line-height: 190%;

}
.cate div{
	padding-bottom: 20px;
}
.cate span{
	color: #003678;
	font-weight: bold;
}
.cate_left{
	width: 100%;
	float: left;
}
.text{
	width: 100%;
	float: right;
}
.cate_left2{
	width: 40%;
	float: left;
}
.cate_right2{
	width: 58%;
	float: right;
}
p.comment{
	font-size: 90%;
	color: #6C6C6C;
	line-height: 130%;
	margin: 8px 0 0 0;
}
#dl{
	width: 90%;
	background: #F5F5F5;
	margin: 30px auto;
	padding: 10px;
	font-size: 90%;
	line-height: 150%;
}
.marker{
	background: #fffea2;
	color: #333 !important;
	padding: 5px;
	font-weight: normal;
}
#caes_btn{
	width: 600px;
	margin: 30px auto 30px;
	height: 30px;
}
#btn_ichran{
	color: #003678;
	border: 1px solid #003678;
	width: 190px;
	text-align: center;
	padding: 5px 0;
	float: left;
	border-radius: 5px 5px 5px 5px;
	margin: 0 10px;
}
#btn_previous,#btn_next{
	color: #003678;
	border: 1px solid #003678;
	width: 190px;
	text-align: center;
	padding: 5px 0;
	float: left;
	border-radius: 5px 5px 5px 5px;
}

#btn_previous:hover,#btn_ichran:hover,#btn_next:hover{
	color: #FFFFFF;
	background: #003678;
}
#menu_footer{
	width: 100%;
	color: #fff;
	background: #717171;
	overflow: hidden;
}
#menu_footer ul{
	float: left;
	width: 25%;
}
#menu_footer li a{
	color: #fff;
	text-decoration: none;
}
#menu_footer li a:hover{
	text-decoration: underline;
}
#menu_footer_in{
	width: 960px;
	margin: 20px auto;
	overflow: hidden;
}

.question{
	font-weight: bold;
	margin: 15px 0 10px;
}



.prev-next-link{
	border-top: 1px solid #D5D5D5;
	border-bottm: 1px solid #D5D5D5;
	margin: 20px 0 0;
}

.prev-next-link a {
	  border-bottom: 1px #ddd solid;
	  display: block;
	  text-decoration: none;
	  padding: 14px 40px;
	  color: #005da6;
	font-size: 120%;
	font-weight: bold;
}
.prev-next-link a:hover {
	background-color: #E8E8E8;

}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}
.prev-next-label {
  font-size: .825rem;
  color: #000;
  margin-bottom: 10px;
}

/* Arrows */
.prev-link {
  background: url(images/arrow-prev.svg) no-repeat 10px center;
}
.next-link {
  background: url(images/arrow-next.svg) no-repeat right 10px center;
}
.prev-link,
.next-link {
  background-size: 16px 28px;
}
/* Responsive */
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}

#product{
	border-top: 3px solid #feab36;
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	padding: 15px;
	overflow: hidden;
	margin-top: 50px;
}
#product_left{
	float: left;
	width: 30%;
}
#product_right{
	float: right;
	width: 69%;
	padding: 5px 0 0 0;
}
#product_right p{
	font-size: 110%;
}
#product_right span{
	font-weight: bold;
	font-size: 140%;
}

.func_btn{
	 display: inline-block;
	color: #feab36;
	background: #fff;
	border: 1px solid #feab36;
	border-radius: 30px;
	text-align: center;
	width: 200px;
	margin: 5px auto 0;
	font-size: 17px;
	padding: 5px 0;
	text-decoration: none;
}
.func_btn a{
	color: #feab36;
	font-weight: bold;
}
.func_btn:hover{
	color: #fff !important;
	background: #feab36;
	border: 1px solid #feab36;
}
.func_btn a:hover{
		color: #fff !important;
}





#sns{
	width:92px;
	margin:0 auto 0;
}
.icon{
	float:right;
	margin:20px 0 0 5px;
	opacity: 0.7;
}
.icon:hover{
	opacity: 1;
}




/* SNS ボタンのグループ */
.snsButtons {
  margin: 5px;
  padding: 0px;
  text-align: right;
}
.snsButtons a {
  text-decoration: none;
	color: #fff;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
  display: inline-block;  /* 水平に並べる */
  list-style-type: none;  /* 先頭のポッチを消す */
  margin: 2px;
  padding: 6px 0px;
  color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
/* マウスカーソルを重ねたとき */
.snsButtons li:hover {
  opacity: 0.7;
	color: #fff;
}
/* クリックしたとき */
.snsButtons li:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/* アイコン部分 */
.snsButtons i {
  font-size: 18pt;
  min-width: 40px;
  margin: 0px;
  padding: 0px 0px 0px 8px;
  vertical-align: bottom;
}
/* テキスト部分 */
.snsButtons_label {
  min-width: 80px;
  display: inline-block;
  padding: 0px 8px 0px 0px;
  text-align: center;
  font-size: 12pt;
}
/* 各 SNS のブランドカラー */
.snsButtons_twitter  { background: #1da1f2; }
.snsButtons_facebook { background: #3b5998; }
.snsButtons_pocket   { background: #ee4056; }
.snsButtons_google   { background: #dd4b39; }




@media (max-width: 767px){
	#Inner{
		width: 96%;

		padding: 2%;
	}
	#Outline,#Outline_top,#MainArea960_row1,.cate_right,.cate_right2{
		float: none;
		width: 100%;
	}
	#logo,#nav_sp_main,.nav_sp{
		width: 100%;
	}
	#menu,.parenthesis,.cate,#caes_btn{
		width: 98%;
	}
	.cate{
		margin: 0 auto;
	}
	.cate_left,.cate_left2{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	#btn_previous,#btn_ichran,#btn_next{
		width: 29%;
	}
	.nav{
		display: none;
	}
	#contents2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:10px;
	}
	.case_cate{
		margin: 0 1% 30px;
		font-size: 120%;
		line-height: 150%;
	}
	#menu_footer ul{
		width: 49%;
		font-size: 110%;
	}
	#menu_footer ul li{
		padding: 3px 0;
	}
	#menu_footer_in{
		width: auto;
	}
}
@media (min-width: 768px){
	#nav_sp_main{
		display: none;
	}
}
@media only screen and (min-width: 1025px){
	#Inner{
		width: 860px;
		padding: 30px;
	}
	#Inner_top{
		width: 860px;
		padding: 30px;
	}
	#contents{
		margin: 0 auto;
	}
	.parenthesis {
		width: 960px;
	}
}
@media only screen and (max-width: 1024px){
	#menu_footer_in{
		width: 100%;
	}
	#menu{
		width: auto;
	}
	.nav{
		margin: 0 auto 10px;
	}
}