/*
Theme Name: warakunosato
Author: Airily
Version: 1.0
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

div,
pre,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
figure,
figcaption,
ul,
li {
	margin: 0;
	padding: 0;
}

ol {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

li {
	margin-left: 20px;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

* {
	box-sizing: border-box;
}

p {
	margin-bottom: 20px;
}

a {
	transition: .3s;
}

a:hover {
	opacity: .6;
}

/*
---------------------------------------------------------------------------
ベース
---------------------------------------------------------------------------*/
#wrap {
	max-width: 100%;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	background-color: #FFF;
	border-bottom: 1px #E6E6E6 solid;
}

@media screen and (max-width:768px) {
	.fixed {
		position: static;
	}
}

/*
---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	box-shadow: 0px 2px 10px #AAA;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	z-index: 999;
}

#headerIn {
	width: 960px;
	margin: 0 auto;
}

#headerIn:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width:767px) {
	#header {
		width: 100%;
	}

	#headerIn {
		width: 100%;
	}
}

#headerLogo {
	float: left;
}

@media screen and (max-width:767px) {
	#headerLogo {
		float: none;
		text-align: center;
	}
}

.online-shop-btn {
	float: right;
	width: 179px;
	margin-top: 7px;
}

@media screen and (max-width:767px) {
	.online-shop-btn {
		float: none;
		margin: 15px auto 0;
	}
}

/*
---------------------------------------------------------------------------
グローバルナビ
---------------------------------------------------------------------------*/
#gnavi {
	float: right;
	width: auto;
	height: 21px;
	/*	margin-left:65px; */
}

#gnavi ul {
	height: 21px;
	margin: 6px 0 0;
	padding: 0;
	list-style-type: none;
}

#gnavi ul li {
	float: left;
	width: 120px;
	height: 21px;
	margin: 0;
	padding: 1px 0;
	border-right: 1px #D9D9D9 solid;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
}

#gnavi ul li:first-child {
	width: 121px;
	border-left: 1px #D9D9D9 solid;
}

#gnavi ul li a {
	display: inline-block;
	width: 120px;
	height: 21px;
	color: #000;
	text-decoration: none;
	position: relative;
	bottom: 3px;
}

@media screen and (max-width:767px) {
	#gnavi {
		float: none;
		margin-top: 10px;
		margin-left: 0;
	}

	#gnavi ul {
		width: 100%;
	}

	#gnavi ul li,
	#gnavi ul li:first-child {
		display: block;
		float: left;
		width: 25%;
		font-size: 14px;
		font-size: 1.4rem;
	}

	#gnavi ul li:first-child {
		border-left: none;
	}

	#gnavi ul li:nth-child(4) {
		border-right: none;
	}

	#gnavi ul li a {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}

#gnavi:after {
	content: "";
	display: block;
	clear: both;
}

/*
---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/
#footer {
	width: 100%;
	padding-top: 48px;
}

#footerInWrap {
	width: 100%;
}

#footerIn {
	width: 890px;
	height: 116px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.footerInL {
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.footerInR {
	position: absolute;
	top: 25px;
	/*	bottom:0;
	right:0;*/
	width: 890px;
}

.footerInR ul {
	margin: 0;
	padding: 0;
	width: 710px;
	margin: 0 auto;
}

.footerInR li {
	margin: 0;
	padding: 0;
	padding-right: 30px;
	list-style: none;
	display: inline;

}

.footerInR li:first-child {
	/*	margin-left:250px; */
}

.footerInR li .time {
	display: inline-block;
}

.footerInR li:nth-of-type(2) img {
	margin-right: 25px;
}

.footerInR li .time span {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
	#footerInWrap {
		width: 100%;
		height: auto;
		padding-bottom: 10px;
		background-repeat: repeat;
	}

	#footerIn {
		width: 100%;
		height: auto;
		position: static;
	}

	.footerInL {
		float: none;
		height: auto;
		margin-bottom: 10px;
		padding-top: 20px;
		text-align: center;
		position: static;
		top: auto;
		bottom: auto;
	}

	.footerInL img {
		max-width: 100%;
		height: auto;
	}

	.footerInR {
		position: static;
		top: 0;
		text-align: center;
		width: 100%
	}

	.footerInR ul {
		width: 100%;
		margin: 20px auto;
	}

	.footerInR ul li {
		display: block;

	}

}

/* フッターナビ */
/*パターン1*/
/*
#fNaviWrap {
	width: 100%;
	background-color: #eff4f9;
	border-top: 1px #d3e9fe solid;
	border-bottom: 1px #e2edf7 solid;
}
*/
/*パターン2*/
#fNaviWrap {
	width: 100%;
	background-color: #FFF7E0;
	border-top: 1px #FFE699 solid;
	border-bottom: 1px #FFF2CC solid;
}

#fNavi {
	width: 890px;
	margin: 0 auto;
}

#fNavi ul:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width:767px) {
	#fNavi {
		width: 100%;
	}

	#fNaviWrap {
		border-bottom: 1px #9DC3E6 solid;
		border-top: 1px #9DC3E6 solid;
	}
}

#fNavi ul {
	width: 775px;
	margin: 0 auto;
	padding: 13px 0;
	list-style-type: none;
}

#fNavi li {
	float: left;
	margin: 0;
	padding: 0 10px;
	background-image: url(img/fnavi_line.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	font-size: 15px;
}

#fNavi li:first-child {
	padding-left: 30px;
	/*パターン1*/
	/*
	background-image: url(img/foot_topicpath_ico.png);
	*/
	/*パターン2*/
	background-image: url(img2/foot_topicpath_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-left: none;
}

@media screen and (max-width:767px) {
	#fNavi ul {
		width: 100%;
		padding: 0;
	}

	#fNavi li {
		width: 50%;
		padding: 5px;
		background-image: none;
		border-bottom: 1px #9DC3E6 solid;
	}

	#fNavi li:first-child {
		padding-left: 0;
		background-image: none;
	}

	#fNavi li:nth-child(odd) {
		border-right: 1px #9DC3E6 solid;
	}

	#fNavi li:nth-last-of-type(1),
	#fNavi li:nth-last-of-type(2) {
		border-bottom: none;
	}
}

#fNavi li a {
	display: block;
	color: #000000;
	text-decoration: none;
}

#copyright {
	padding-top: 7px;
	padding-bottom: 6px;
	/*パターン1*/
	/*
	background-color: #9DC3E6;
	color: #002060;
	*/
	background-color: #FFD966;
	color: #7F6000;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
	#copyright {
		width: 100%;
	}
}

/*
---------------------------------------------------------------------------
メイン画像
---------------------------------------------------------------------------*/
#mainImgBg {
	width: 100%;
	height: auto;
}

.mainimg {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width:769px) {
	#mainImgBg {
		display: none;
	}
}

/*
---------------------------------------------------------------------------
パンくずリスト
---------------------------------------------------------------------------*/
#topicPath {
	width: 100%;
}

#topicPath ol {
	margin: 0;
	padding: 21px 0 0 0;
	list-style-type: none;
}

#topicPath ol li {
	display: inline-block;
	margin-left: 0;
	margin-right: 5px;
	vertical-align: middle;
}

#topicPath ol li:first-child {
	padding-left: 25px;
	/*パターン1*/
	/*background-image: url(img/ico_topicpath.png);*/
	/*パターン2*/
	background-image: url(img2/ico_topicpath.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#topicPath ol li a {
	display: inline-block;
	padding-right: 15px;
	padding-right: 25px;
	background: url(img/arrow_topicpath.png) no-repeat right;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}

#topicPath ol li a:hover {
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	#topicPath {
		display: none;
	}
}

/*
---------------------------------------------------------------------------
コンテンツ枠
---------------------------------------------------------------------------*/
#inner,
#innerSub {
	width: 940px;
	margin: 0 auto;
	padding-top: 50px;
	line-height: 160%;
}

#inner:after,
#innerSub:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width:767px) {
	#inner {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

#main {
	float: left;
	width: 639px;
}

#main02 {
	width: 940px;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	#main {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	#main02 {
		width: 100%;
	}
}

#side {
	float: right;
	width: 261px;
}

@media screen and (max-width:767px) {
	#side {
		float: none;
		margin: 0 auto;
	}
}

#side ul {
	margin: 0;
	padding: 0;
}

#side li {
	margin: 0 0 9px 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

#side li .sideBtn01 {
	display: inline-block;
	/*パターン1*/
	/*
	background-color: #2A80D3;
	*/
	/*パターン2*/
	background-color: #D1792A;
	color: #FFF;
	line-height: 160%;
}

#side li .sideBtn01 a {
	display: block;
	width: 260px;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 23px;
	background-image: url(img/side_arrow.png);
	background-repeat: no-repeat;
	background-position: 12px 18px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

.homeMenu {
	padding-top: 30px;
	padding-bottom: 23px;
	/*パターン1*/
	/*background-color: #DEEBF7;*/
	/*パターン2*/
	background-color: #FFF2CC;
}

.homeMenuIn {
	width: 940px;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.homeMenuIn {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.homeMenu:after,
.homeMenuIn:after {
	content: "";
	display: block;
	clear: both;
}

.homeMenu .topTit {
	margin-bottom: 27px;
	text-align: center;
	font-weight: bold;
	font-size: 27px;
	font-size: 2.7rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.homeMenu .topTit img {
	margin-right: 18px;
	vertical-align: middle;
}

@media screen and (max-width:500px) {
	.homeMenu .topTit img {
		display: block;
		margin: 0 auto 20px auto;
	}
}

.homeMenu .topTxt {
	margin-bottom: 28px;
	line-height: 140%;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media screen and (max-width:767px) {
	.homeMenu .topTxt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.homeMenu ul {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.homeMenu li {
	float: left;
	width: 301px;
	margin: 0;
	margin-left: 18px;
	padding: 0;
}

.homeMenu li:first-child {
	margin-left: 0;
}

.homeMenu li:nth-of-type(2) {
	margin-left: 19px;
}

@media screen and (max-width:767px) {
	.homeMenu ul {
		display: block;
	}

	.homeMenu li,
	.homeMenu li:nth-of-type(2) {
		float: left;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}

	.homeMenu li img {
		max-width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.homeNewsframe {
	width: 100%;
	height: 330px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	overflow: scroll;
	overflow-x: hidden;
}

@media screen and (max-width:767px) {
	.homeNewsframe {
		margin-bottom: 60px;
	}
}

dl.homeNews {
	width: 98%;
}

dl.homeNews dt,
dl.homeNews dd {
	margin: 0;
	padding: 0;
}

dl.homeNews dt {
	padding-bottom: 10px;
}

dl.homeNews dd {
	padding-bottom: 10px;
	border-bottom: 1px #BFBFBF dashed;
}

dl.homeNews dt img,
img.detailsNews {
	margin-right: 15px;
	vertical-align: middle;
}

/*
---------------------------------------------------------------------------
コンテンツBox
---------------------------------------------------------------------------*/
.box1 {
	margin-bottom: 40px;
}

.boxH3 {
	width: 100%;
	padding-left: 29px;
	padding-right: 0px;
}

.col2 {
	position: relative;
}

.boxH3:after,
.col2:after {
	content: "";
	display: block;
	clear: both;
}

.box1 img,
.boxH3 img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.box1 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.boxH3 {
		padding-left: 0px;
	}

	p+.col2 {
		margin-top: 40px;
	}
}

.boxL {
	float: left;
}

.boxR {
	padding-left: 19px;
	overflow: hidden;
	/zoom: 1
}

@media screen and (max-width:767px) {
	.boxL {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}

	.boxR {
		padding-left: 0;
	}
}

.boxR2 {
	float: right;
	margin-bottom: 25px;
	padding-left: 19px;
	box-sizing: content-box;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.boxR2 p {
	margin-bottom: 0px;
}

.boxL2 {
	overflow: hidden;
	/zoom: 1;
}

@media screen and (max-width:767px) {
	.boxL2 {
		width: 100%;
		float: none;
	}

	.boxR2 {
		margin-bottom: 20px;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.boxR2 img {
		max-width: 100%;
		height: auto;
	}
}

.detailsBtn01 {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	/*パターン1*/
	/*background-color: #2A80D3;*/
	/*パターン2*/
	background-color: #D1792A;
	color: #FFF;
	text-align: center;
}

.detailsBtn01 a {
	display: block;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-decoration: none;
}

.detailsBtn01 a img {
	margin-bottom: 0;
	margin-right: 10px;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	.detailsBtn01 {
		display: block;
		margin: 0 auto;
		position: static;
		bottom: 0;
		text-align: center;
	}

	.detailsBtn01 a {
		width: 100%;
	}
}

#productWrap .boxH3 {
	padding-left: 30px;
}

#productWrap .boxR {
	padding-left: 30px;
}


/*
hX
---------------------------------------------------------------------------*/
h1 {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 6px;
	/*パタ－ン1*/
	/*
	background-color: #9DC3E6;
	color:#002060;
	*/
	/*パターン2*/
	background-color: #FFD966;
	color: #7F6000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

@media screen and (max-width:767px) {
	h1 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

#h2BgWrap {
	width: 100%;
	height: 209px;
	/*パターン1*/
	/*background-color: #DEEBF7;*/
	/*パターン2*/
	background-color: #FFF9E7;
}

#h2Bg {
	width: 100%;
	height: 209px;
	background-repeat: no-repeat;
	background-position: center center;
}

#h2Con {
	width: 960px;
	margin: 0 auto;
}

h2 {
	padding-top: 50px;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media screen and (max-width:767px) {
	#h2BgWrap {
		height: 120px;
	}

	#h2Bg {
		height: 120px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#h2Con {
		width: 100%;
	}

	h2 {
		padding-top: 0;
		line-height: 120px;
		font-size: 28px;
		font-size: 2.8rem;
	}
}

h3 {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 30px;
	/*パターン1*/
	/*
	background-image: url(img/h3_ico.png);
	color: #002060;
	*/
	/*パターン2*/
	background-image: url(img2/h3_ico.png);
	color: #D1792A;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media all and (-ms-high-contrast:none) {
	h3 {
		background-position: left 2px;
	}
}

@media screen and (max-width:767px) {
	h3 {
		padding-left: 25px;
		background-position: left 5px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

h4 {
	margin-bottom: 20px;
	padding: 6px 5px 3px 27px;
	background-color: #A6A6A6;
	background-image: url(img/h4_ico.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #FFF;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}

@media all and (-ms-high-contrast:none) {
	h4 {
		background-position: 5px center;
	}
}

h5 {
	margin-bottom: 5px;
	font-size: 14px;
	font-size: 1.4rem;

}

h6 {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(img/h6_ico.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media all and (-ms-high-contrast:none) {
	h6 {
		padding-top: 4px;
		background-position: left 2px;
	}
}

@media screen and (max-width:767px) {
	h6 {
		background-position: left 3px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.h3Tit {
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

/*
table
---------------------------------------------------------------------------*/
table.table01 {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

table.table01 th,
table.table01 td {
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px #D9D9D9 solid;
	line-height: 180%;
	text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
}

table.table01 th {
	padding-left: 8px;
	padding-right: 90px;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
}

table.table01 td {
	padding-right: 16px;
}

@media screen and (max-width:767px) {
	table.table01 th {
		padding-right: 20px;
	}
}


/* UL
---------------------------------------------------------------------------*/
ul.photoList01:after {
	content: "";
	display: block;
	clear: both;
}

ul.photoList01 {
	width: 609px;
	padding: 0;
	list-style: none;
	font-size: 0;
}

ul.photoList01 li {
	float: left;
	width: 194px;
	margin: 0;
	margin-left: 14px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.photoList01 li:nth-child(1) {
	margin-left: 0;
}

ul.photoList01 li:nth-child(2) {
	width: 193px;
}

ul.photoList01 li img {
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	ul.photoList01 {
		width: 100%;
		margin-top: 40px;
	}

	ul.photoList01 li {
		float: none;
		width: 100%;
		margin-left: auto;
	}

	ul.photoList01 li:nth-child(2) {
		width: 100%;
	}
}

ul.list01 {
	margin: 0;
	padding: 0;
}

ul.list01 li {
	float: left;
	width: 431px;
	list-style: none;
	margin-bottom: 29px;
	margin-left: 0;
}

ul.list01 li:nth-child(odd) {
	clear: both;
}

ul.list01 li:nth-child(even) {
	margin-left: 29px;
}

ul.list01 li .boxL .productBg {
	position: relative;
	background-image: url(ct01/img/product_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 241px;
	height: 241px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

ul.list01 li .boxL .productBgNew {
	position: relative;
	background-image: url(ct01/img/product_bg_new.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 241px;
	height: 241px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

ul.list01 li .boxL .productBgRenewal {
	position: relative;
	background-image: url(ct01/img/product_bg_renewal.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 241px;
	height: 241px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

ul.list01 li .boxL .productBgPhoto {
	position: relative;
	background-image: url(ct01/img/product_bg_photo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 241px;
	height: 241px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

ul.list01 li .boxL .productBg img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

ul.list01 li .boxL .productBg .logo-wa-mi img,
ul.list01 li .boxL .productBgRenewal .logo-wa-mi img,
ul.list01 li .boxL .productBgPhoto .logo-wa-mi img,
ul.list01 li .boxL .productBgNew .logo-wa-mi img {
	position: absolute;
	bottom: 0;
	top: 4px;
	right: 4px;
	margin: 0 0 0 auto;
}

@media screen and (max-width:767px) {
	ul.list01 li {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	ul.list01 li:nth-child(even) {
		margin-left: 0px;
	}
}

ul.productList01:after {
	content: "";
	display: block;
	clear: both;
}

ul.productList01 {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}

ul.productList01 li {
	float: left;
	width: 301px;
	margin: 0;
	margin-left: 4px;
	padding: 0;
	text-align: center;
}

ul.productList01 li:nth-child(1) {
	margin-left: 0;
}

@media screen and (max-width:767px) {
	ul.productList01 li {
		float: none;
		width: 100%;
		margin-left: auto;
	}

	ul.productList01 li:nth-child(2) {
		margin-left: auto;
	}
}

ul.link01:after {
	content: "";
	display: block;
	clear: both;
}

ul.link01 {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}

ul.link01 li {
	float: left;
	width: 301px;
	margin: 0;
	margin-left: 8px;
	padding: 0;
	text-align: center;
}

ul.link01 li:nth-child(1),
ul.link01 li:nth-child(3) {
	margin-left: 0;
}

ul.link01 li:nth-child(1),
ul.link01 li:nth-child(2) {
	margin-bottom: 20px;
}

@media screen and (max-width:767px) {

	ul.link01 li:nth-child(1),
	ul.link01 li:nth-child(2) {
		margin-bottom: 0;
	}

	ul.link01 li {
		width: 100%;
		margin-left: 0;
	}
}

ul.sitemap {
	list-style: none;
}

ul.sitemap li {
	margin-left: 35;
	margin-bottom: 23px;
	background-image: url(sitemap/img/ico_arrow_sitemap.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

ul.sitemap li:first-child {
	margin-left: 0;
}

ul.sitemap li.sub {
	margin-left: 35px;
}

ul.sitemap li a {
	color: #000;
	text-decoration: none;
}

ol.ol01 li {
	margin-left: 35px;
}

/*
---------------------------------------------------------------------------
その他
---------------------------------------------------------------------------*/
.contactTel {
	padding: 15px 0;
	color: #C00000;
}

.contactTel .txtTel {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 27px;
	font-size: 2.7rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
	.contactTel .txtTel {
		display: block;
		padding-top: 10px;
		padding-left: 0;
		font-size: 2.2rem;
		letter-spacing: normal;
	}
}

.list01Tit {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

.list01Tit span {
	font-size: 14px;
	font-size: 1.4rem;
}

.note {
	margin-bottom: 20px;
}

.materials-icon img {
	margin-right: 4px;
}

.materials-note {
	display: inline-block;
	margin-bottom: 60px;
}

/*
---------------------------------------------------------------------------
pagetop
---------------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 0px;
	right: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: right;
	display: none;
}

.pagetop a {
	color: #7F7F7F;
	text-decoration: none;
}

/*
inline
---------------------------------------------------------------------------*/
.inlineR {
	text-align: right;
}

.inlineC {
	text-align: center;
}

.fltL {
	float: left;
}

.fltR {
	float: right;
}

.mobBr {
	display: inline;
}

@media screen and (max-width:767px) {
	.mobBr {
		display: block;
	}

	.mobCent {
		margin: auto;
		text-align: center;
	}
}