@charset "utf-8";

/* -------------------- カテゴリリスト -------------------- */
.cate_list .cate_title a{
  position: relative;
	display: block;
	padding: 5px;
  box-sizing: border-box;
}
.cate_list .cate_title a::before,
.cate_list .cate_title a::after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #584332;
  border-bottom: 1px solid #584332;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cate_list .cate_title a::before {
  left: 0;
  border-left: 1px solid #584332;
}
.cate_list .cate_title a::after {
  right: 0;
  border-right: 1px solid #584332;
}
.cate_list .cate_title:nth-child(n + 4){
  margin-top: 10px;
}

/* -------------------- カテゴリタイトル -------------------- */
.cate .cate_title {
	position: relative;
}
.cate .cate_title:after,
.cate .cate_title:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
.cate .cate_title:before {
	top: 17px;
	left: 0;
	width: 17px;
	height: 17px;
	background: rgba(93,194,178, 1);
	transform: translateY(-50%);
}
.cate .cate_title:after {
	top: 19px;
	left: 10px;
	width: 14px;
	height: 14px;
	background: rgba(93,194,178, 0.5);
}

/* -------------------- page2 -------------------- */
.page2 .box_img figure{
	transition: all 400ms ease-in-out;
}
.page2 .box_img figure:hover{
	transform : translate(0, -5px);
}

/* -------------------- page3 -------------------- */
.page3 .cate_box .box_txt2{
	line-height: 1.8;
	letter-spacing: 0.5px;
}

/* -------------------- page4 -------------------- */
.page4 .cate_list .cate_title:nth-child(n + 3){
  margin-top: 10px;
}
.page4 .cate_box .box_img1{
	align-self: start;
}
.page4 .cate_box .box_txt2{
	line-height: 1.8;
	letter-spacing: 0.5px;
}

/* -------------------- page5 -------------------- */
.page5 .box_title2{
	position: relative;
	padding-left: 25px;
}
.page5 .box_title2::before{
	position: absolute;
	top: calc(.5em - 2px);
	left: calc(.5em - 2px);
	content: '';
	width: 10px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #5dc2b2;
	border-radius: 4px;
}
.page5 .box_title3{
	background-image: url(../img/bg1.png);
}

/* -------------------- page7 -------------------- */
.page7 .main_wrap .table{
  background-image: url(../img/bg1.png);
}
.page7 #map {
    height: 360px;
}

/* -------------------- page8 -------------------- */
.page8 #form > p > span, #form dl > dt span{
	color: #E75C5C;
}
.page8 #form dl dt label{
	cursor: pointer;
}
/*.page8 textarea{font-family: sans-serif;}*/
.page8 input{
	width: calc(100% - 10px);
	height: 20px;
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
}
.page8 textarea{
	width: calc(100% - 10px);
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
}
.page8 input:focus, textarea:focus{
	background-color: #ffffff;
}
.page8 button{
	text-indent: 4px;
}
.page8 button[type="submit"]{
	cursor: no-drop;
}
.page8 button.bt_hover{
	cursor: pointer;
	transition: all 400ms ease-in-out;
}
.page8 button.bt_hover:hover{
	transform : translate(0, -5px);
}
.g-recaptcha > div {margin:0 auto;}

/* -------------------- page10 -------------------- */
.page10 .main_wrap ul .btn>.btn_border:nth-of-type(1){
  top: -3px;
  left: -3px;
}
.page10 .main_wrap ul .btn>.btn_border:nth-of-type(2){
  bottom: -3px;
  right: -3px;
}
.page10 .main_wrap ul .btn:hover .btn_border{
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

/* ---------- PC ---------- */
@media screen and (min-width:769px){
	
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/* -------------------- カテゴリタイトル -------------------- */
.cate .cate_title:after,
.cate .cate_title:before{
	display: none;
	}

/* -------------------- page3 -------------------- */
.page3 .cate_title{
	margin-left: 0;
}
.page3 .box_item{
	border: none;
}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){
	
}