@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

input,textarea {
  -webkit-appearance: none;
}


::selection {
    background: #171c61;
	color: #fff;
}

a {
	transition: 0.3s;
	color: #000;
}



a:hover,
a:focus {
	color: #171c61;
	transition: 0.3s;
}



img {
	transition: 0.3s;
}




a:hover img,
a:focus img {
  	opacity: 0.8;
/*
		-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	text-decoration: none;
	transition: 0.3s;
*/
}







:-ms-input-placeholder {
	color: #000;
}


ol,
ul {
	list-style: none;
}


.hover_b {
  transition: all 0.6s ease 0s;
}
.hover_b:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}




body {
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-size: 100%;
/*	font-family: "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


.js-action-preview-mode-notice {
      top: 0;
      width: 100%;
      text-align: center;
      padding: 10px;
      background: rgba(255,255,255,0.6);
      color: black;
      position: fixed;
      border: 1px dotted black;
      z-index: 50000;
}


@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}



/*スマホ関係*/
@media screen and (max-width: 768px) {

body , html {
	-webkit-text-size-adjust: 100%;
	font-size: 90%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



}
/*スマホ関係終わり*/


select,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=tel] {
	font-size: 10px;
	border: 1px solid;
	margin-right: 0;
	color:#000;
}
select {
	padding: 5px;
}


.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}



.new {
	background: #ab1919;
	color: #fff;
	margin-right: 3px;
	padding: 2px 5px;
 	font-size: .9em;
}

/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}

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


.skip-header a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}


#scrollTop {
	position: fixed;
	right: 0px;
	z-index: 10;
}
#scrollTop img {
	width: 80px;
	vertical-align: bottom;
}

@media screen and (max-width: 768px) {

#scrollTop img {
	width: 50px;
}

}


#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
}

:-ms-input-placeholder  {color: #999999;}


/*ＰＣ関係*/
@media print,screen and (min-width: 768px) {


.sp-header {
	display: none;
}
.sp-disp {
	display: none !important;
}

}


.sp-disp2 {
	display: none !important;
}

/*ＰＣ関係↑*/


/*スマホ関係*/
@media screen and (max-width: 767px) {

#header {
	display: none !important;
}
.pc-disp {
	display: none !important;
}
	
	
.sp-disp2 {
	display: block !important;
}
	
.pc-disp2 {
	display: none !important;
}
	

}
/*スマホ関係↑*/










/* PCヘッダー
================================================== */


#top-pc-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

#header {
	width: 100%;
	background-color: #fff;
}
.header-inner {
	width: 100%;
	padding: 15px;
}

.header-inner table {
	width: 100%;
}

.header-inner-l {
	width: 290px;
	vertical-align: middle;

}

.header-inner-l #logo {
	width: 100%;
}
#logo img {
	width: 100%;
}



.header-inner-r {
	text-align: right;
	width: auto;
	vertical-align: middle;
	font-weight: bold;

}

.header-nav-ul {
	width: 100%;
	margin-bottom: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.contact-link {
	display: inline-block;
}
.contact-link a {
	display: block;
	padding: 3px 30px 3px 33px;
	text-decoration: none;
	font-size: 90%;
	background-image: url(../images/contact-mail_b.png), url(../images/ar-blue.png);
	background-position: 10px center, right 10px center;
	background-repeat: no-repeat,no-repeat;
	 background-size: 18px, 8px;
	border: 1px solid #000;
}


.contact-link a:hover {
	background-color: #f4f4f4;
}


input[type=text].input_item {
	width: 180px;
	height: 32px;
	font-size: 16px;
	margin-left: 8px;
}
.searchsubmit {
	height: 32px;
	margin-left: 5px;
}

.input_item2 {
	width: 75%;
	height: 32px;
	padding: 2px;
}
.searchsubmit2 {
	height: 32px;
	margin-left: 5px;
}

.home-link {
	display: inline-block;
}
.home-link a {
	display: block;
	margin-right: 10px;
	padding: 3px 30px 3px 10px;
	text-decoration: none;
	font-size: 90%;
	background-image:  url(../images/ar-blue.png);
	background-position:right 10px center;
	background-repeat: no-repeat;
	 background-size: 8px;
	border: 1px solid #000;
	text-decoration: none;
}


.home-link a:hover {
	background-color: #f4f4f4;
}





.none_text{
      display: none;
}



#globalNavInner {
	width: 100%;
	position: relative;
	font-size: 95%;
	font-weight: bold;

}

#globalNavInner > ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
}


#globalNavInner > ul li {
	text-align: center;
	background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	background-position: right 3%;
	background-size: 6px;
}
#globalNavInner > ul li:first-child {
	background-image: url(../images/bg-menu.png),url(../images/bg-menu.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left 35%,right 35%;
	background-size: 6px,6px;
}

#globalNavInner > ul li a {
	text-decoration: none;
	padding: 5px 20px 5px 15px;
}
#globalNavInner > ul li:first-child a {
	text-decoration: none;
	padding: 5px 15px 5px 20px;
}




#globalNavInner > ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	background-color: #171c61;

}


#globalNavInner > ul .child li {
	border-bottom: 1px dotted #fff;
	width: 250px;
	border-right: none;
}
#globalNavInner > ul .child li:last-child {
	border-bottom: none;

}

#globalNavInner > ul .child li a {
	display: block;
    text-decoration: none;
    text-align: left;
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-size: 90%;
}
#globalNavInner > ul .child li a:hover {
	background-color: #000;
	color: #171c61;
	opacity: 1;
	filter: alpha(opacity=100);
}


.header-bottom {
	height: 97px;
}

@media screen and (max-width: 1240px) {



}



@media screen and (max-width: 1040px) {
.header-inner-l {
	width: 230px;
	padding-top: 5px;
}

#globalNavInner > ul li a {
	text-decoration: none;
	padding: 5px 15px 5px 10px;
}
#globalNavInner > ul li:first-child a {
	text-decoration: none;
	padding: 5px 10px 5px 15px;
}


}

@media screen and (max-width: 900px) {

#globalNavInner > ul li a {
	text-decoration: none;
	padding: 5px 10px 5px 5px;
}
#globalNavInner > ul li:first-child a {
	text-decoration: none;
	padding: 5px 5px 5px 10px;
}

}

@media screen and (max-width: 830px) {
.header-inner-l {
	width: 200px;
	padding-top: 7px;
}



}



.header-bottom-img img {
	width: 100%;
}



/*ＰＣ　header終わり
---------------------------------------------------------------*/



/*スマホサイトheader
---------------------------------------------------------------*/
@media screen and (max-width: 768px) {

#top-pc-header {
	display: none !important;
}

#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}

.top1-top {
	display: none;
}



.sp-header {
	display: inline;
	width: 100%;
	vertical-align: middle;
/*	position: relative;*/
	position: fixed;
	top: 0;
	z-index: 1000;
	height: 60px;
}
.sp-header-inner {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 1001;
	height: 60px;
}

.logo {
	padding-top: 12px;
	padding-left: 10px;
}

.logo img{
	width: 180px;
}






.sp-contact {

	width: 80px;
	height: 60px;
	position: fixed;
	top: 0px;
	right: 61px;
	z-index: 1000;
	border-left: 1px solid #000;
	background-color: #fff;
	text-align: center;
}
.sp-contact a {
	display: block;
	text-decoration: none;
	padding-top: 8px;
	font-size: 87.5%;
	line-height: 120%;
	font-weight: bold;
}

.sp-contact-image {
	margin-bottom: 5px;
}
.sp-contact-image img {
	width: 18px;
}


.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}


#nav_toggle{
	display: none;
}


	
/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 100vh;
	background: #fff;
	-webkit-overflow-scrolling: touch;


}
.sp-header nav ul{
	display: block;
	width: 90%;
	top: 65px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	overflow: scroll;
	padding-top: 55px;
}
.sp-header nav ul li{
	margin: 0 auto;
    font-size: 200%;
	margin:8% 0;
    display: block;
}

.sp-header nav ul li a {
	text-decoration: none;
/*	font-weight: lighter;*/
	color: #000;
}




.sp-header nav ul li:last-child{
		border: none;
}
	
.sp-header nav ul.sns-wrap{
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 30%;
	padding-top: 25px;
}

	
.sp-header nav ul.sns-wrap li.sns{
	margin: 0 auto;
	font-size: 110%;
	border-bottom: none!important;
	padding: 0px;
	display: block;
	text-align: center;
}

.sp-header nav ul.sns-wrap li.sns img {
    width: 40px;
}

	
.sp-header nav ul.sp_sns {
	width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	padding: 0 100px;
    margin-top: 30px;
}
	
.sp-header nav ul.sp_sns li{
	border: none;
	text-align: center;
	}
	

/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 15px 12px 15px 12px;
	z-index: 1201;
	border-left: 1px solid #000;
	background-color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /* padding: 10px 5px 12px 5px; */

}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #000;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}

.nav_toggle_menu {
	position:absolute;
	top:25px;
	font-size: 80%;
	text-align: center;
	width: 100%;
	color: #fff;
}



/*開閉ボタンopen時*/
.open #nav_toggle{
	background-color: transparent;
	padding: 18px 8px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border-left: none;
}


.open #nav_toggle span{
	background-color: #000;
}
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.open .nav_toggle_menu {
	display: none;
}



.header-bottom-img2 img {
	width: 100%;
}

.sub-menu {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.sub-menu li {
	width: 33.33%;
	border-right: 1px solid #fff;
}
.sub-menu li:last-child {
	border-right: none;
}

.sub-menu li a {
	display: block;
	padding: 10px 0;
	background-color: #f3efe9;
	text-decoration: none;
	text-align: center;
}
.sub-menu li a div img {
	width: 20px;
}
.sub-menu li a div  {
	padding-bottom: 7px;
}


/*メニュー関係終わり*/





.header-bottom {
	height: 60px;
}

}


@media screen and (max-width: 350px) {
.logo {
	padding-top: 13px;
	padding-left: 8px;
}
.logo img{
	width: 160px;
}
}


/* スマホサイトheader終わり
================================================== */








#content {
	width: 100%;
	padding-bottom: 50px;
	margin: 0px auto ;
}


#home #content {
	padding-bottom: 0;

}

#home .top2 h2,
#home .top4 h2,
#home .top5 h2 {

	margin: 0 auto 20px auto;
	font-size: 120%;
	color: #db6800;
}
#home .top2 h2 span,
#home .top4 h2 span,
#home .top5 h2 span {
	display: inline-block;
	width: 90px;
	margin-left: 20px;
	background-image: url(../images/bg-h2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#page .top5 h2 {

	margin: 0 auto 10px auto;
	font-size: 120%;
	color: #db6800;
}

#page .top5 h2 span {
	display: inline-block;
	width: 90px;
	margin-left: 20px;
	background-image: url(../images/bg-h2.png);
	background-repeat: no-repeat;
	background-position: left center;
}



.top1 {
	width: 100%;
    background-color: #fff;
}



.top1-inner {
	width: 100%;
}
.top1-inner img {
	width: 100%;
	vertical-align: bottom;
}




.top2 {
	width: 100%;
	background-image: url(../images/rec-bg01.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 100%;
}



.top2-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 15px 20% 15px;
}

.top2-inner table {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.top2-inner table td.td-l {
	width: 33%;
	padding-right: 8%;
}
.top2-inner table td.td-l p {
	color: #db6800;
	font-size: 200%;
	font-weight: bold;
	line-height: 140%;
}


.top2-inner table td.td-r {
	width: 67%;
	    font-size: 115%;
    line-height: 170%;
}


@media screen and (max-width: 768px) {
.top2-inner table tr,
.top2-inner table td {
	display: block;
}
.top2-inner table td.td-l,
.top2-inner table td.td-r {
	width: 100%;
	padding-right: 0;
}
.top2-inner table td.td-l {
	padding-bottom: 20px;
}

}


.top3 {
	width: 100%;
	margin-top: -15%;
}


.top3-inner {
	width: 100%;
	max-width: 1100px;
	padding: 0 15px 0 15px;
	margin: 0 auto;
}



.top3-ul {
	width: 100%;
	display: inline-flex;
}
.top3-ul li {
	width: 31.33%;
/*	padding: 10px;*/
	background-image: url(../images/rec-bg02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.top3-ul li:nth-child(1) {
	margin: 0 2% 0 0;
}
.top3-ul li:nth-child(2) {
	margin: 0 1% 0 1%;
}
.top3-ul li:nth-child(3) {
	margin: 0  0 0 2%;
}

.top3-ul-image {
	width: 100%;
}
.top3-ul-image img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.top3-ul .title {
	border-bottom: 1px solid #fff;
	margin: 0 20px;
}
.top3-ul .title a {
	display: block;
	background-image: url(../images/al-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;
	padding: 10px 0;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}
.top3-ul .title a:hover {
  	opacity: 0.8;
}
.top3-ul p {
	padding: 20px 20px;
	color: #fff;
}


@media screen and (max-width: 925px) {
.top3-ul .title a {
	font-size: 100%;

}

}

@media screen and (max-width: 768px) {

.top3-ul {
	flex-wrap: wrap;
}
.top3-ul li {
	width: 90%;

}
.top3-ul li:nth-child(1) {
	margin: 0 5% 20px 5%;
}
.top3-ul li:nth-child(2) {
	margin: 0 5% 20px 5%;
}
.top3-ul li:nth-child(3) {
	margin: 0 5% 0 5%;
}

.top3-ul .title a {
	font-size: 130%;

}


}

.top4 {
	width: 100%;
	background-color: #fff;
}

.top4-inner {
	width: 100%;
	max-width: 1100px;
	padding: 60px 15px 50px 15px;
	margin: 0 auto;
}


.top4-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top4-ul li {
	width: 31.33%;

}

.top4-ul li:nth-child(1) {
	margin: 0 2% 30px 0;
}
.top4-ul li:nth-child(2) {
	margin: 0 1% 30px 1%;
}
.top4-ul li:nth-child(3) {
	margin: 0 0 30px 2%;
}


.top4-ul li img {
	width: 100%;
	display: block;
}




@media screen and (max-width: 500px) {

#home .top4 h2 {
	margin: 0 auto 20px 5%;
}


.top4-ul li {
	width: 90%;
}

.top4-ul li:nth-child(1),
.top4-ul li:nth-child(2),
.top4-ul li:nth-child(3) {
	margin: 0 5% 30px 5%;
}



}




.top5 {
	width: 100%;
	position: relative;
}
.top5-image {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.top5-image img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 1000px) {
.top5-image img {
	object-fit: cover;
}

}




.top5-inner {
	width: 100%;
	max-width: 1100px;
	padding: 0 15px 0 15px;
	margin: 0 auto;
}


.top5-com {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.top5-com-01 {
	color: #db6800;
	font-size: 180%;
	font-weight: bold;
		margin: 10px 0 50px 0;

}

.top5-com-02 {
	color: #db6800;
	font-size: 130%;
	font-weight: bold;
	margin: 30px 0 30px 0;
}
.top5-link {
	margin-top: 20px;
}
.top5-link a {
	display: inline-block;
	background-color: #fff;
	color: #db6800;
	font-weight: bold;
	text-decoration: none;
padding: 15px 60px 15px 15px;
	background-image: url(../images/ar-brown.png);
	background-repeat: no-repeat;
	background-position: right 15px  center;
	background-size: 10px;
	border-radius: 6px;
	font-size: 115%;
}
.top5-link a:hover {
  	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	.top5-com-01 {
		margin: 10px 0 30px 0;

}
	.top5-com-01 span {
display: block;
		line-height: 180%;
}
	.top5-link {
	margin-top: 10px;
}

}
.top6 {
	width: 100%;
	margin-top: 50px;
	background-image: url(../images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center  center;
	background-size: cover;
}
.top6-inner {
	width: 100%;
	max-width: 1100px;
	padding: 60px 15px 60px 15px;
	margin: 0 auto;
}


#page .top6-inner h2,
#home .top6-inner h2 {
	width: 80%;
	margin: 0 auto 40px auto;
	background-image: url(../images/h2-line.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	font-size: 180%;
}

#page .top6  h2 span,
#home .top6  h2 span {
	padding: 0 7%;
}

#page .top6-inner h2 span,
#home .top6-inner h2 span {
	background-color: #e5ecfe;
}



.top6-com {
	text-align: center;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #171c61;
	line-height: 180%;
}
@media screen and (max-width: 600px) {
	.top6-inner {
	padding: 40px 15px 40px 15px;
}
}

.top6-com {
	line-height: 180%;
	text-align: center;
}




.top6-com span {

display: block;
font-size: 115%;
			
}

.top6 h2 {
	width: 80%;
	margin: 0 auto 40px auto;
	background-image: url(../images/h2-line.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	font-size: 180%;
}
.top6 h2 span {
	padding: 0 7%;
}



.top6-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top6-ul li {
	width: 50%;
}
.top6-ul li:first-child {
	padding-right: 1.5%;
}
.top6-ul li:last-child {
	padding-left: 1.5%;
}
.top6-ul li img {
	width: 100%;
	display: block;
}
.top6-mail {
	margin-bottom: 2.2%;
}

@media screen and (max-width: 700px) {
.top6-ul li {
	width: 100%;
	margin: 0px 0 10px 0;
}
.top6-ul li:first-child {
	padding-right: 0;
}
.top6-ul li:last-child {
	padding-left: 0%;
}
.top6-mail {
	
}

}



#footer {
	width: 100%;
	background-color: #fff;
	line-height: 190%;

}

.footer-inner {
	width: 100%;
	padding: 60px 15px 60px 3%;
	color: #171c61;
}
.footer-inner table {
	width: 100%;
}
.footer-inner table td{
	vertical-align: top;
}
.footer-inner table td.td-l {
	width: 100px;
	padding-right: 20px;
}
.footer-inner table td.td-l img{
	width: 100%;
}

.f-logo {
	width: 260px;
	margin-bottom: 15px;
}
.f-logo img{
	width: 100%;
	display: block;
}




ul.f-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}


ul.f-link li {
	text-align: center;
	background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 5px;
}

ul.f-link li:last-child {
	background-image: none;
}

ul.f-link li a {
	text-decoration: none;
	color: #171c61;
}
ul.f-link li:first-child a {
	padding: 0 15px 0 0;
}
ul.f-link li:last-child a {
	padding: 0 0 0 10px;
}

ul.f-link li a:hover {
	text-decoration: underline;
}



.add {

}

.f-copy {
	margin: 20px 0 0 0;
	font-size: 87.5%;
}

@media print,screen and (max-width: 768px) {

.footer-inner table td.td-l {
	width: 80px;
}
.f-logo {
	width: 180px;

}

}

@media print,screen and (max-width: 500px) {
.add span {
	display: block;
}

}


	/* コンテンツページ関係始まり
================================================== */



.cat-img-wrap {
	position: relative;
	z-index: -1;
}
.cat-img img {
	    width: 100%;
    vertical-align: bottom;
}




@media screen and (max-width: 768px) {
.cat-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    vertical-align: bottom;
}
}
.cat-img-con {
    position: absolute;
    width: 100%;
    top: 47%;
    text-align: center;
    font-size: 220%;
    font-weight: bold;
	color: #db6800;

	letter-spacing: 1px;

}

.cat-img-con span {
}








	#category_icon {
		width: 100%;
	}

	#category_icon .inner {
		width: 100%;
		margin: 0 auto;
	}

	#category_icon .inner img {
		width: 100%;
	}



	#home #breadCrumb {
		display: none;
	}

#breadCrumb {
	width: 100%;
	padding: 12px 0px;
	margin-bottom: 30px;
	font-size: 80%;
}

#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
#breadCrumb p {
	margin-left: 0px;
}





	.scrText {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



	.print_wrp {
		display: none;
		text-align: right;
		padding-top: 8px;
		margin-bottom: -32px;
	}

	.contentBodyWrapper {
		padding: 0px 0px;
	}

	.contentListWrapper {
		padding: 0px 0px;

	}

#content-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding: 0px 20px;
}

	#content-inner:after {
		content: "";
		display: block;
		clear: both;
	}



	article {}

#main {
	width: 73%;
	float: left;
}

#main2 {
	width: 100%;
	line-height: 150%;
}



h2.cf{
	display: none;
}





	.contentBody {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 0em;


	}

	.contentBody img {
		max-width: 100%;
	}

	.contentBody .img_center img {}


.contentListWrapper .pageList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width:1100px;
}


.contentListWrapper .pagelist-item {
	width: 30%;
    /* background-color: #f2eeea; */
	transition: 0.3s;
	
}


@media screen and (max-width: 540px) {
.contentListWrapper .pagelist-item {
	width: 100%;
}
}

.contentListWrapper .pagelist-item:hover {
	background-color: #f3efe9;
	transition: 0.3s;
}






.contentListWrapper .pagelist-item .thumb {
	display: block;
	margin-bottom: 10px;
}

.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
	display: block;
/*	height: はjavaScriptで動的に取得*/
	height:auto !important;
}



.contentListWrapper .pagelist-item .thumb a img:hover{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 0.7;
  	filter: alpha(opacity=70);
 	 -ms-filter: "alpha(opacity=70)";
}

.contentListWrapper .pagelist-item .title {
	display: block;
	font-weight: bold;
	 margin: 20px auto 10px auto;
	font-size: 120%;
	}

.contentListWrapper .pagelist-item .title a {
	text-decoration: none;
	display: block;
	background-image: url(../images/ar-blue.png);
	background-repeat: no-repeat;
	background-position: left 0;
	background-size: 10px;
	padding: 0 0 0 20px;

}

.contentListWrapper .pagelist-item .date {
	display: block;
	text-align: right;
	font-size: 80%;
	font-weight: normal
}


.contentListWrapper .pagelist-item .description {
	display: block;
	font-size: 80%;
	line-height: 160%;
}

.contentListWrapper .pagelist-item p {
	text-align: right;
	padding: 0 10px 5px 0;
	font-size: 90%;
	color: #666;
}














	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #171c61;
		color: #fff;
		text-decoration: none;
		text-align: center;
		/* CSS3草案 */
		-webkit-border-radius: 100px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 100px;
		/* Firefox用 */
		padding: 6px 10px;
	}

.wrap-open .pageList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width:1100px;
}


.wrap-open .pagelist-item {
	width: 30%;
    /* background-color: #f2eeea; */
	transition: 0.3s;
	
}


@media screen and (max-width: 540px) {
.wrap-open .pagelist-item {
	width: 100%;
}
}






.wrap-open .pagelist-item .thumb {
	display: block;
	margin-bottom: 10px;
}

.wrap-open .pagelist-item .thumb img {
	width: 100%;
	display: block;
/*	height: はjavaScriptで動的に取得*/
	height:auto !important;
}




.wrap-open .pagelist-item .title {
	display: block;
	font-weight: bold;
	 margin: 20px auto 10px auto;
	font-size: 120%;
	display: none;
	}

.wrap-open .pagelist-item .title a {
	text-decoration: none;
	display: block;
	background-image: url(../images/ar-blue.png);
	background-repeat: no-repeat;
	background-position: left 0;
	background-size: 10px;
	padding: 0 0 0 20px;

}

.wrap-open .pagelist-item .date {
	display: block;
	text-align: right;
	font-size: 80%;
	font-weight: normal
}


.wrap-open .pagelist-item .description {
	display: block;
	font-size: 80%;
	line-height: 160%;
}

.wrap-open .pagelist-item p {
	text-align: right;
	padding: 0 10px 5px 0;
	font-size: 90%;
	color: #666;
}



	#sidemenu .sideHeader {
		background-color: #171c61;
		padding: 3px 0;
	}

	#sidemenu .sideHeader h2 {
		text-align: center;
		padding: 5px 0 0 0;
		border-top: 1px dotted #fff;
		color: #fef000;
	}

	#sidemenu .sideBody ul {
		margin: 5px 0 10px 0;
	}

	#sidemenu .sideBody ul li {
		border-bottom: 1px dotted #ccc;
		background-image: url(../images/pul02.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 16px;
	}

	#sidemenu .sideBody ul li a {
		display: block;
		padding: 5px 5px 5px 25px;
		text-decoration: none;
	}

	#sidemenu .sideBody ul li span {
		display: block;
		padding: 5px 5px 5px 25px;
		color: #ad6ad1;
	}

	#sidemenu .side-banner ul li {
		text-align: center;
		margin: 0 0 5px 0;
	}

	#sidemenu .side-banner ul li img {
		width: 100%;
		max-width: 235px;
	}





	/*　カレンダー
*********************************************/

	.calendar {}

	.sectionHeader {
		margin-bottom: 20px;
	}

	.cal_month_select {
		text-align: center;
	}

	.cal_category_select {}








	.calendar table {
		width: 100%;
	}

	.calendar .colgroup1 {
		width: 70px;
	}


	.calendar table caption {
		font-size: 140%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.calendar thead {
		background-color: #ffffbb;
	}

	.calendar table th,
	.calendar table td {
		border: 1px solid #ccc;
		height: 35px;

	}

	.calendar .day,
	.calendar .week,
	.calendar .event {
		vertical-align: middle;
	}

	.calendar .sunday {
		background-color: #ffefed;

	}

	.calendar .saturday {
		background-color: #e3f5f9;
	}

	.calendar table td a {}

	.calendar_item {
		padding: 2px 4px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.calendar_item span {
		display: block;
	}

	.calendar_item .title {
		padding: 0 3px;
		margin-right: 10px;
	}

	.calendar table .category_title {
		display: none;
	}

	.calendar table .category {
		background-color: #ad6ad1;
		color: #fff;
		font-size: 80%;
		padding: 2px 5px;
	}

	.calendar table .calendar_item .cate1 {
		background-color: #d17bfe;
	}

	.calendar table .calendar_item .cate2 {
		background-color: #48D1CC;
	}

	.calendar table .calendar_item .cate3 {
		background-color: #67cafe;
	}

	.calendar table .calendar_item .cate4 {
		background-color: #33d867;
	}

	.calendar table .calendar_item .category {}


	.calendar .cal_day_tbl {
		margin-bottom: 10px;
	}




	.calendar .cal_day_tbl th,
	.calendar .cal_day_tbl td {
		padding: 5px 10px;
	}

	.calendar .cal_day_tbl th {
		vertical-align: middle;
		background-color: #eee;
		width: 200px;
	}



	/*　検索一覧ページ
*********************************************/

/*
.search-result h2{
	padding: 7px 3%;
	display: block;
	margin: 30px 0 10px 0;
	border-left: 10px solid #78242e;
	background-color: #f5f5f5;
}
*/

.search-result h2 {
    margin: 80px 0px 30px 0;
    padding: 10px 15px;
    border-left: 14px solid #171c61;
    font-size: 155%;
    line-height: 160%;
    background-color: #f7f7f7;
}










.search-result ul li {
	display: block;
	line-height: 120%;
	margin: 12px 0;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-size: 12px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-size: 1.15em;
}

@media screen and (max-width: 767px) {
.search-result ul li {
	background-size: 9px;
	padding: 0px 0px 0px 22px;
}
}


.search-result ul li .thumb,
.search-result ul li .description,
.search-result ul li .date {
	display: none;
}

.search-result p {
	margin-bottom: 20px;
}


	/*　お問い合わせページ
*********************************************/

	.contentBody .mail-form {
		margin: 30px 0 0 50px;
	}

	.contentBody .mail-form a {
		border: 1px solid #4c4c4c;
		padding: 2px 10px;
		text-decoration: none;
		background-color: #eee;
		font-size: 140%;
		font-weight: bold;
	}

	.contentBody .mail-form a:hover {
		text-decoration: underline;
		background-color: #f6f6f6;
	}




	/*コンテンツページ関係終わり
================================================== */







	/*サイトマップ初め
================================================== */



.sitemap {
	margin-left: 0px;

}

.sitemap a{
	}




ul.sitemap-list.sm-depth1-list {
	border-left: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
	
.sitemap li.sm-depth1-item {
	font-size: 115%;
	margin: 0 1%;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 2px;
	width: 31.3%;
	background-image: none;
	}
	
.sitemap li.sm-depth1-item a{
	text-decoration: none;
	display: block;
	}

.sitemap li.sm-depth1-item a:hover{
	}

.sitemap li.sm-depth1-item a:focus{
	}
	
.sitemap li.sm-depth1-item::before {
    border-right: none;
    border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
	padding: 7px 3%;
    display: block;
    margin: 4% 0;
    transition: 0.3s;
    border-left: 10px solid #171c61;
    background-color: #f2eeea;
}
	
ul.sitemap-list.sm-depth2-list {
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0 0 0 3%;
	margin: 40px 1%;
	}

ul.sitemap-list.sm-depth2-list li{
	background-position: 0px 6px;
    background-size: 12px;
    /* font-weight: normal; */
    margin: 18px 8px;
}
	
ul.sitemap-list.sm-depth2-list  a {

}
ul.sitemap-list.sm-depth2-list  a:hover {

}


ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 15px;
	}
	
ul.sitemap-list.sm-depth3-list li{
    margin: 10px 0px;
    padding: 5px;
    font-weight: normal;
    background-image: none;
	}
	
.sitemap li.sm-depth3-item::before {
    border-right: none;
    border-bottom: none;
}
	
ul.sitemap-list.sm-depth4-list {
	font-weight: normal;
	padding: 0 1%;
	margin: 2%;
	}
	
ul.sitemap-list.sm-depth4-list li{
	margin: 0;
	}
	
.sitemap li.sm-depth4-item::before {
    border-right: none;
    border-bottom: none;
}
	
.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

.sitemap-list {
    border-left: 1px dotted #d8c7e6;
}



	/*side menu
================================================== */

article {
    display: flex;
    justify-content: space-between;
}

#content-inner .td-l {
/*	width: 400px;*/
    font-size: 88%;
    margin-top: 15px;
	position: absolute;
	bottom: auto;
	top: 0;


}

#content-inner .td-l h2 {
    font-size: 150%;
    padding: 5%;
    padding-left: 45px;
    margin-bottom: 15px;
    background-image: url(../images/category.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 25px;
    border-bottom: 1px solid #000;
}

#content-inner .top3-ul01 {
	width: 275px;
}



#content-inner .top3-ul01 li {
    padding: 5px 0;
}

#content-inner .td-l .thumb {
    width: 30px;
}

#content-inner .td-l .title {
    width: 240px;
}


#main2 {
}
#page #main2 {

}



.contentListWrapper .pageList {
    margin-top: 45px;
}




@media screen and (max-width: 1000px) {
	
article {
    display: block;
}
	
#content-inner .td-l {
	display: none;
}
	
#main2 {
    width: 100%;
	padding-left: 0!important;
}
	
.contentListWrapper .pageList {
    margin-top: 0;
}
	
}


	/*リンク集
================================================== */




li.pagelist-item.current-category_link-item {
    width: 31.3%;
    background-color: #000000;
    margin: 1%;
	border: 0;
    padding: 2%;
}

li.pagelist-item.current-category_link-item:hover {
	background-color: #b4914f;
}

li.pagelist-item.current-category_link-item .title {
    background-image: none;
    padding: 0px;
    font-size: 90%;
	text-align: center;
}

li.pagelist-item.current-category_link-item .title a{
	color: #fff;
	padding: 0;
    background-image: none;
}

li.pagelist-item.current-category_link-item .thumb {
    height: auto!important;
	margin-bottom: 10px;
}


li.pagelist-item.current-category_link-item .thumb img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    /* font-family: "object-fit: cover"; */
    display: block;
}


@media screen and (max-width: 1000px) {
	
	li.pagelist-item.current-category_link-item {
    width: 23%;
	padding: 4%;
	}
	
	li.pagelist-item.current-category_link-item .thumb {
	margin-bottom: 20px;
}
}

@media screen and (max-width: 942px) {
	
	li.pagelist-item.current-category_link-item {
	padding: 2%;
	}

}

@media screen and (max-width: 635px) {

li.pagelist-item.current-category_link-item {
    width: 31.3%;
}
}


@media screen and (max-width: 480px) {

li.pagelist-item.current-category_link-item .thumb {
    margin-bottom: 10px;
}
}


@media screen and (max-width: 450px) {
	
	
li.pagelist-item.current-category_link-item .thumb {
    margin-bottom: 0px;
}


li.pagelist-item.current-category_link-item .thumb img {
    padding: 10%;
}
	
	
li.pagelist-item.current-category_link-item .title a {
    line-height: 170%;
}
	
}

	/*商品紹介
================================================== */

.product-list-body{
	margin-bottom: 50px;
}

.product-list-wrap{
	margin-bottom: 70px;
}

li.product-list-item{
	width: 46%;
    float: left;
    margin: 1% 2% 6% 2%;
    border: 1px solid #000;
}

li.product-list-item .new{
	display: none;
}

li.product-list-item .title{
	background-color: #000;
    display: block;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 6px 12px;
	height: 70px;

}


li.product-list-item .cartjs_product_img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    transition-duration: 0.5s;
    background-color: #fff;
}

li.product-list-item .cartjs_product_table,li.product-list-item .cartjs_cart_in,li.product-list-item .cartjs_sk_link_other {
    padding: 0 12px;
}

li.product-list-item .cartjs_product_table table {
    font-size: 90%;
    width: 100%;
}

.description2.small p{
	padding: 12px;
    font-size: 85%;
    line-height: 150%;
}


li.product-list-item tr.cartjs_option.cartjs_option1 th,
li.product-list-item tr.cartjs_option.cartjs_option2 th{
    font-size: 12px!important;
}

li.product-list-item .cartjs_cart_in input{
	margin-bottom: 8px!important;
    background-color: #b3914f!important;
    text-align: center!important;
    border-radius: 6px!important;
    height: auto!important;
    padding: 10px!important;
    width: 50%;
    /* border: 1px solid #000; */
    color: #ffffff!important;
    font-size: 16px!important;
    font-weight: bold!important;
    border: 0!important;
    cursor: pointer;
	transition: 0.3s;
}

li.product-list-item .cartjs_cart_in input:hover{
	background-color: #000!important;
	transition: 0.3s;
}


.more-link-wrap{
	    background-color: #f2efe9;
    padding: 10px 15px;
    color: #000;
    font-weight: bold;

}

.more-link-wrap a{
    color: #000;
	display: block;
	background-image: url(../images/icon02.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 30px;
	text-decoration: none;
}


.more-link-wrap a:hover {
	background-position: right 0px center;
	color: #b3914f;
}


li.pagelist-item.current-category_product-item {
	width: 48%;
}


li.pagelist-item.current-category_product-item .thumb{
	height: auto!important;
}

li.pagelist-item.current-category_product-item .thumb img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    /* font-family: "object-fit: cover"; */
    display: block;
}





li.pagelist-item.current-category_product-item .title {
    font-size: 100%;
    line-height: 145%;
    margin-top: 20px;
}


li.pagelist-item.current-category_product-item .title a {
    padding: 0px 0px 0px 30px;
}


@media screen and (max-width: 590px) {

li.product-list-item {
    width: auto;
    float: none;
    margin: 8% 0;
}
	
	
li.product-list-item .title {
    font-size: 135%;
    text-align: center;
    padding: 12px;
    height: auto;
}
	
li.product-list-item .cartjs_product_table table {
    height: auto;
}
	
.description2.small p {
    font-size: 100%;
	text-align: center;
}
	
}


@media screen and (max-width: 450px) {

li.pagelist-item.current-category_product-item {
    width: 46%;
	margin: 2%;
	padding: 5%;
	
}
	
	
li.pagelist-item.current-category_product-item .title a {
    padding: 2px 0px 0px 20px;
    background-size: 12px;
}
	
	
}


.bx-viewport {
    height: auto!important;
}

.bx-wrapper {
    box-shadow: none!important;
    border: none!important;
    background: #fff;
	margin-bottom: 20px!important;
}

.custom-thumb {
	width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-thumb img{
	width: 100%;
    height: 80px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    transition-duration: 0.5s;
    background-color: #fff;
	margin: 5px;
}

.prd-crm .bx-wrapper .bx-next,.prd-crm .bx-wrapper .bx-prev {
    background: none!important;
}

.prd-body {
	border-top: 1px #000 dotted;
	margin-top: 30px;
	padding-top: 30px;
}

.prd-body h2 {
    margin: 40px 0px 20px 0!important;
}


.prd-body h3 {
    margin: 20px 0 10px 0!important;
}


@media screen and (max-width: 850px) {
.top-category_product .prd-crm {
    width: 44%;
}
	
.cartjs_product_img img {
    height: 200px;
}
	
}


@media screen and (max-width: 730px) {
.top-category_product .prd-crm{
	font-size: 90%!important;
	}
	
.cartjs_sales_price td{
	font-size: 140%!important;
	}
	
}


@media screen and (max-width: 480px) {
	
article.cartjs_box,.cartjs_header {
    border: none!important;
}
	
.top-category_product .prd-crm{
	width: auto;
    float: none;
    margin: 7% 3%;
    padding: 3%;
}
	
	
.cartjs_dtl_tbl{
	border: 1px solid #fff;
	}
	
.cartjs_dtl_tbl tr,tr.cartjs_option.cartjs_option1 th{
	border: 1px solid #fff!important;
	}
	
tr.cartjs_sales_price th,tr.cartjs_product_num th,tr.cartjs_option.cartjs_option1 th{
	text-align: center!important;
	background: #f2efe9!important;
	}
	
tr.cartjs_sales_price td,tr.cartjs_product_num td {
    padding: 5px 12px!important;
}
	
img#swipe_image {
    height: 200px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    transition-duration: 0.5s;
    background-color: #fff;
}

	
.cartjs_buy input{
    width: 100%!important;
    box-shadow: none!important;
    background-color: #b3914f!important;
    border-radius: 7px!important;
    background-image: none!important;
    border: none!important;
    text-shadow: none!important;
	}
	
.more-link-wrap {
    font-size: 120%;
}
	
p.cartjs_link_regal {
	margin-bottom: 0!important;
	}
	
tr.cartjs_option.cartjs_option1 th {
    font-size: 11px!important;
}
	
}
	
@media screen and (max-width: 400px) {

	
}
	
	




	/*お客様の声
================================================== */


ul.pageList.current-category_voice{
	margin: 20px 0;
}

li.pagelist-item.current-category_voice-item{
	width: 48%;
    background-color: #fff;
    margin: 1%;
    padding: 0%;
	border: none;
	pointer-events:none
}

li.pagelist-item.current-category_voice-item:hover{
    background-color: #fff;
}




li.pagelist-item.current-category_voice-item .thumb{
	height: auto!important;
	pointer-events: none;
}


li.pagelist-item.current-category_voice-item .thumb img {
    width: 100%;
    height: auto;
    object-fit: unset;
    font-family: unset;
    display: block;
}


li.pagelist-item.current-category_voice-item .title {
    display: none;
}






@media screen and (max-width: 870px) {
.cat-img-con {
    top: 40%;
    font-size: 170%;
}
	
#content {
    margin: 0px;
}
	
}

@media screen and (max-width: 768px) {

.cat-img-con {
    top: 43%;
    font-size: 180%;
}
}

@media screen and (max-width: 767px) {

		
.sitemap {
    font-size: 80%;
}
	
.sitemap li.sm-depth1-item {
    font-size: 150%;
    padding: 0px;
    letter-spacing: 1px;
    width: 98%;
}
	
span.sitemap-list-item-span.sm-depth1-label {
}
	
ul.sitemap-list.sm-depth2-list {
    margin: 15px 1%;
}
	

	

}




@media screen and (max-width: 480px) {
	
.sub-menu li a {
    padding: 7px 0;
    font-size: 85%;
}
	

	
	
.cat-img-con span {
    font-size: 110%;
	line-height: 130%;
}

.cat-img img {
    height: 130px;
}

	
#breadCrumb .inner {
    padding: 0;
}
	

	

	
	
}


@media screen and (max-width: 400px) {
	

.cat-img-con {
    font-size: 150%;
	letter-spacing: 2px;
}
	
.contentListWrapper .pagelist-item .title {
    font-size: 110%;
}
	
.contentListWrapper .pagelist-item .title a {
    background-position: left 4px center;
}
	
	
}



.wrap-r02{
	
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 2%;
	font-size: 115%;
}

.wrap-r02 div{
	width:47.5%;}
.wrap-r02 div img{
	width:100%;
margin-bottom:10px;}


.wrap-r03{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
		font-size: 115%;
		margin-bottom: 2%;

}


.wrap-r03 div{
	width:30%;}

.wrap-r03 div img{
	width:100%;
	margin-bottom:10px;}

.wrap-setsubi{
	
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
		font-size: 115%;

}

.wrap-setsubi div{
	width:50%;}

.wrap-setsubi div img{
	width:100%;}

.ditail-navi {
	margin-top: 5%;
	text-align: center;
	display: block;
}
.ditail-navi a {
	padding: 10px 30px 10px 10px;
	color: #171c61;
	text-decoration: none;
	background-image: url(../images/ar-blue.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	border-radius: 8px;
	border: 1px solid #171c61;
}

.temp-tbl-rec{
	
	
}


.contentBody table[border].temp-tbl-rec td {
    padding: 25px;
    vertical-align: middle;
    border-bottom: none;
    line-height: 140%;
	background: #e1dbd4 url(../images/cp.png) no-repeat left 15px center;
padding-left:110px;
	/*	background-size: 10px;*/

}

.contentBody table[border].temp-tbl-rec td p {
    margin: 0px 0;
    line-height: 170%;
}

.contentBody table[border].sp-l2 {
    margin:0px;
}
.contentBody table[border].sp-l2 td {
    padding: 0px;
    vertical-align: middle;
    border-bottom: none;
    line-height: 160%;
}