/* ----------------------------------------------------------------header*/
header {
	text-align: left;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#header_info {
	padding: 0 0 10px;
}
#header_info h1 {
	font-size: 10px;
	line-height: 130%;
	height: 40px;
	padding-top: 5px;
	color: #999;
}
#header_info #hlogo {
	float: left;
	width: 120px;
}
#header_info ul {
	float: right;
	font-size: 0;
}
#header_info ul li {
	display: inline-block;
	margin-left: 7px;
	vertical-align: top;
	width: 35px;
}
#header_info ul li img {
	width: 100%;
	height: auto;
}
#header_info ul li:nth-child(1) {
	margin-left: 0;
}
#header_info ul li:nth-child(2) {
	display: none;
}
#header_info ul li#icon_menu {
	background: #ebdf3d;
	height: 35px;
	text-align: center;
	cursor: pointer;
}
#header_info ul li#icon_menu a, #header_info ul li#icon_menu a span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#header_info ul li#icon_menu a {
	position: relative;
	width: 20px;
	margin: auto;
	cursor: pointer;
}
#header_info ul li#icon_menu a span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
#header_info ul li#icon_menu a span:nth-of-type(1) {
	top: -7px;
}
#header_info ul li#icon_menu a span:nth-of-type(2) {
	top: -1px;
}
#header_info ul li#icon_menu a span:nth-of-type(3) {
	top: 5px;
}
#header_info ul li#icon_menu.active {
	position: fixed;
	z-index: 11000;
	top: 0;
	right: 15px;
}
#header_info ul li#icon_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
#header_info ul li#icon_menu.active span:nth-of-type(2) {
	opacity: 0;
}
#header_info ul li#icon_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}
@media print, screen and (min-width:768px) {
#header_info {
	padding: 20px 0 20px;
}
#header_info .container {
	position: relative;
}
#header_info h1 {
	position: absolute;
	top: 25px;
	left: 290px;
	height: auto;
}
#header_info #hlogo {
	width: 240px;
}
#header_info ul {
	margin-top: 7px;
}
#header_info ul li:nth-child(1) {
	display: none;
}
#header_info ul li:nth-child(2) {
	display: inline-block;
	width: auto;
}
#header_info ul li:nth-child(2) p:first-of-type {
	font-size: 14px;
}
#header_info ul li:nth-child(2) p:last-of-type i {
	font-size: 26px;;
	color: #1172ac;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#header_info ul li:nth-child(2) p:last-of-type span {
	font-size: 32px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
#header_info ul li:nth-child(3) {
	width: 60px;
	margin-left: 20px; 
}
#header_info ul li#icon_menu {
	display: none;
}
}
/*------------------------------------------------------------Navi*/

/*Navi*/
#mainnavi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,1);
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	overflow-y: scroll;
	-ms-overflow-style: none;
}
#mainnavi::-webkit-scrollbar {
 display:none;
}
#mainnavi.open {
	visibility: visible;
	opacity: 1;
	position: fixed;
}
#mainnavi > ul {
	margin: 15px;
}
#mainnavi > ul > li > a {
	line-height: 1.5;
	padding: 10px 0 5px;
	text-decoration: none;
	font-size:17px;
	color:#000;
	border-bottom:solid 3px transparent;
	transition: all 0.5s;
	display: block;
	cursor: pointer;
}
#mainnavi > ul > li > a > div span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size:10px;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
#mainnavi > ul > li:first-child > a:hover, #mainnavi > ul > li:first-child.active > a {
	border-bottom:solid 3px #d32d21;
}
#mainnavi > ul > li:nth-child(2) > a:hover, #mainnavi > ul > li:nth-child(2).active > a {
	border-bottom:solid 3px #1172ac;
}
#mainnavi > ul > li:nth-child(3) > a:hover, #mainnavi > ul > li:nth-child(3).active > a {
	border-bottom:solid 3px #ebdf3d;
}
#mainnavi > ul > li:nth-child(4) > a:hover, #mainnavi > ul > li:nth-child(4).active > a {
	border-bottom:solid 3px #229754;
}
#mainnavi > ul > li:nth-child(5) > a:hover, #mainnavi > ul > li:nth-child(5).active > a {
	border-bottom:solid 3px #d32d21;
}
#mainnavi > ul > li:nth-child(6) > a:hover, #mainnavi > ul > li:nth-child(6).active > a {
	border-bottom:solid 3px #1172ac;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown {
	display: none;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div {
	margin: 0 -15px;
	padding: 15px;
	background-image: linear-gradient( -45deg, rgba(238,238,238,0.8) 25%, rgba(255,255,255,0.8) 25%, rgba(255,255,255,0.8) 50%, rgba(238,238,238,0.8) 50%, rgba(238,238,238,0.8) 75%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,0.8) );
	background-size: 10px 10px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li {
	margin-bottom: 10px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:nth-child(8) {
	margin-bottom: 0;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li a {
	position: relative;
	display: block;
	height: 60px;
	padding-top: 12px;
	line-height: 1.4;
	text-decoration: none;
	font-family: "NotoSansMedium";
	font-size:16px;
	letter-spacing: 0.05rem;
	color:#fff;
	transition: all 0.5s;
	text-align: center;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:first-child a {
	background: url("../img/common_img/product01.jpg") center center no-repeat;
	background-size: cover;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:nth-child(2) a {
	background: url("../img/common_img/product02.jpg") center center no-repeat;
	background-size: cover;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:nth-child(3) a {
	background: url("../img/common_img/product03.jpg") center center no-repeat;
	background-size: cover;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:nth-child(4) a {
	background: url("../img/common_img/product04.jpg") center center no-repeat;
	background-size: cover;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:nth-child(5) a {
	background: url("../img/common_img/product05.jpg") center center no-repeat;
	background-size: cover;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:nth-child(6) a {
	background: url("../img/common_img/product06.jpg") center center no-repeat;
	background-size: cover;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:nth-child(7) a {
	background: url("../img/common_img/product07.jpg") center center no-repeat;
	background-size: cover;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:nth-child(8) a {
	background: url("../img/common_img/product08.jpg") center center no-repeat;
	background-size: cover;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li a::after {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.6);
	transition: all 0.5s;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li a:hover {
	color:#000;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li a:hover::after {
	background: rgba(0,0,0,0);
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li a div {
	position: relative;
	z-index: 1;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li a div span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size:10px;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
@media print, screen and (min-width:576px) {
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li {
	width: 49%;
}
}
@media print, screen and (min-width:768px) {
#mainnavi {
	margin-bottom: 1px;
	position: relative;
	height: auto;
	padding: 0;
	visibility: visible;
	opacity: 1;
	overflow-y: inherit;
}
#mainnavi > ul {
	width: 1140px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#mainnavi > ul > li {
	width: 16.6667%;
	padding-right: 1px;
	text-align: center;
}
#mainnavi > ul > li:first-child {
	width: 16.6666%;
}
#mainnavi > ul > li:nth-child(3) {
	width: 16.6666%;
	height: 61px;
	margin-bottom: -1px;
}
#mainnavi > ul > li:last-child {
	width: 16.6666%;
}
#mainnavi > ul > li > a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding-top: 10px;
}
#mainnavi > ul > li:nth-child(3) > a {
	height: 61px;
	border-bottom: solid 4px transparent;
}
#mainnavi > ul > li:nth-child(3).active > a {
	height: 60px;
	border-bottom:solid 3px #ebdf3d;
}
#mainnavi > ul > li:nth-child(3) > a:hover, #mainnavi > ul > li:nth-child(3).active > a:hover, #mainnavi > ul > li:nth-child(3):hover > a {
	height: 61px;
	border-bottom:solid 4px #ebdf3d;
}
#mainnavi > ul > li > a > div {
	display: block;
}
#mainnavi > ul > li.sub_toggle > a::after {
	bottom:-2px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown {
	display: none;
	position: absolute;
	top:61px;
	left: 0;
	width: 100%;
	padding: 0;
	text-align: left;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div {
	border-top:solid 3px #ebdf3d;
	margin: 0;
	padding: 40px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li {
	width: 23.75%;
	margin-bottom: 0;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li:nth-child(-n+4) {
	margin-bottom: 31px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > div ul li a {
	height: 223px;
	padding-top: 84px;
	font-size: 28px;
}
}
/* ----------------------------------------------------------------header_fix*/
header.fix {
	padding-top: 10px;
	position: fixed;
	animation: haslide linear .3s 1;
	-webkit-animation: haslide linear .3s 1;
	z-index: 10000;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
header.fix #header_info h1 {
	display: none;
}
@media print, screen and (min-width:768px) {
header.fix {
	padding-top: 0;
}
header.fix #header_info {
	display: none;
}
}
@keyframes haslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
 @-webkit-keyframes haslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}

/*------------------------------------------------------------pagetitle*/
#pagetitle {
	width: 100%;
	height: 180px;
  margin: 90px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pagetitle div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 120px;
	padding: 0 10px;
	margin: 0 auto;
	background-image: linear-gradient( -45deg, rgba(255,255,255,0.55) 25%, rgba(255,255,255,0.45) 25%, rgba(255,255,255,0.45) 50%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0.55) 75%, rgba(255,255,255,0.45) 75%, rgba(255,255,255,0.45) );
	background-size: 10px 10px;
}
#pagetitle h2 {
	line-height: 1.3;
	font-family: "NotoSansMedium";
	font-size:22px;
}
#pagetitle h2 span {
	display: block;
	margin-top: 5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 12px;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	height: 320px;
  margin: 175px auto 0;
}
#pagetitle div {
	width: 700px;
	height: 180px;
	padding: 0 10px;
}
#pagetitle h2 {
	font-size:34px;
}
#pagetitle h2 span {
	margin-top: 5px;
	font-size: 16px;
}
#mainimage .swiper-slide {
	height: 560px;
}
#mainimage .swiper-slide h2 {
	max-width: 700px;
	padding: 0;
	width: 700px;
	height: 240px;
}
}
/*------------------------------------------------------------content*/
main {
	clear: both;
	width: 100%;
	display: block;
}
.landbox {
	clear: both;
	margin-top: -80px;
	padding-top: 80px;
}
.bg_none {
	padding: 40px 0;
}
.bg_stripe {
	padding:40px 0;
	background-image: linear-gradient( -45deg, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%, #fff );
	background-size: 10px 10px;
}
@media print, screen and (min-width:768px) {
.bg_none {
	padding: 70px 0;
}
.bg_stripe {
	padding:70px 0;
}
}
/* ----------------------------------------------------------------footer*/
/* --------------------------f_contact*/
#f_contact {
	padding: 40px 0;
	clear: both;
	background: url(../img/common_img/contact_bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
#f_contact ul li:first-child {
	background: rgba(0,0,0,0.5);
	padding: 2px 15px 5px;
}
#f_contact ul li:first-child i {
	color: #1172ac;
	font-size: 24px;
	display: inline-block;
	margin-right: 7px;
}
#f_contact ul li:first-child span {
	font-size: 26px;
	font-weight: 500;
}
#f_contact ul li:first-child span a {
	color: #fff;
}
#f_contact ul li:last-child {
	background: #1172ac;
}
#f_contact ul li:last-child a {
	display: block;
	padding: 7px 15px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
#f_contact ul li:last-child:hover {
	opacity: 0.7;
}
@media print, screen and (min-width:768px) {
#f_contact {
	padding: 70px 0;
}
#f_contact ul {
	width: 760px;
	margin: 0 auto;
	display: flex;
}
#f_contact ul li {
	width: 50%;
}
#f_contact ul li:first-child {
	padding: 0 15px 5px;
}
#f_contact ul li:first-child i {
	font-size: 30px;
}
#f_contact ul li:first-child span {
	font-size: 34px;
}
#f_contact ul li:last-child a {
	padding: 13px 15px 0;
	font-size: 20px;
}
}
/* --------------------------f_bottom*/
#f_bottom {
	padding: 40px 0;
	clear: both;
	background-image: linear-gradient( -45deg, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%, #fff );
	background-size: 10px 10px;
}
#f_bottom #f_info {
	margin-bottom: 30px;
}
#f_bottom #f_info p:nth-of-type(1) {
	font-size: 18px;
	margin-bottom: 5px;
}
#f_bottom #f_info p:nth-of-type(2) {
	margin-bottom: 15px;
	line-height: 150%;
}
#f_bottom #f_info .map_btn a {
	display: inline-block;
	border: 1px solid #000;
	padding: 3px 15px 5px;
	color: #000;
	text-decoration: none;
}
#f_bottom #f_info .map_btn a:hover {
	opacity: 0.7;
}
#f_bottom nav {
	margin-bottom: 15px;
}
#f_bottom nav ul {
	font-size: 0;
}
#f_bottom nav ul li {
	display: inline-block;
	margin: 0 10px 15px;
}
#f_bottom nav ul li a {
	color: #000;
	text-decoration: none;
}
#f_bottom nav ul li a:hover {
	text-decoration: underline;
}
#f_bottom small {
	font-size: 10px;
	display: block;
}
@media print, screen and (min-width:768px) {
#f_bottom {
	padding: 70px 0;
	text-align: left;
}
#f_bottom #f_info {
	float: left;
	margin-right: 80px;
	margin-bottom: 50px;
}
#f_bottom #f_info p:nth-of-type(1) {
	font-size: 22px;
	margin-bottom: 5px;
}
#f_bottom #f_info .map_btn a {
	font-size: 16px;
}
#f_bottom nav {
	padding-top: 40px;
}
#f_bottom nav ul li {
	margin: 0 20px 10px 0;
}
#f_bottom small {
	clear: both;
}
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	width: 100%;
	margin: 10px 0;
	clear: both;
}
#pankuzu ol {
	display: flex;
	justify-content: flex-end;
}
#pankuzu ol li {
	float: left;
	line-height: 1.1;
	font-size: 11px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
	display: block;
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
	border-top: dotted 1px #000;
}
.sheet_basic tr th, .sheet_basic tr td {
	border-bottom: dotted 1px #000;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.sheet_basic tr th {
	white-space: nowrap;
	background: #eee;
}

@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	display: table-cell;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
	background: url(../img/common_img/dotline01.png) no-repeat center bottom;
	background-size: 70px auto;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.title01 span.ti01_ja {
	display: block;
	font-family: "NotoSansMedium";
	font-size: 20px;
	line-height: 130%;
}
.title01 span.ti01_en {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 12px;
	margin-top: 5px;
}
@media print, screen and (min-width:768px) {
.title01 {
	background: url(../img/common_img/dotline01.png) no-repeat center bottom;
	background-size: auto auto;
	padding-bottom: 25px;
	margin-bottom: 35px;
}
.title01 span.ti01_ja {
	font-size: 30px;
}
.title01 span.ti01_en {
	font-size: 16px;
	margin-top: 10px;
}
}

.title02 {
	margin-bottom: 15px;
	text-align: center;
}
.title02 span {
	display: inline-block;
	padding: 10px 20px;
	font-family: "NotoSansMedium";
	font-size: 19px;
	line-height: 120%;
	color:#fff;
	background-image: linear-gradient( -45deg, #000000 25%, #181818 25%, #181818 50%, #000000 50%, #000000 75%, #181818 75%, #181818 );
	background-size: 10px 10px;
}
@media print, screen and (min-width:768px) {
.title02 {
	margin-bottom: 20px;
}
.title02 span {
	display: inline-block;
	padding: 10px 40px;
	font-size: 24px;
}
}

/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
.oswald {
	font-family: 'Oswald', sans-serif;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.phbox_left {
	text-align: center;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
.width100 {
	max-width: 100%;
	height: auto;
}
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#pagetop img {
	width: 30px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#pagetop {
	bottom: 15px;
	right: 15px;
}
#pagetop img {
	width: auto;
}
}


.point_icon {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.point_icon li {
	width: 98px;
	height: 98px;
	margin: 3px;
	padding-top: 8px;
	text-align: center;
	line-height: 1.2;
	font-family: "NotoSansMedium";
	color:#FFF;
	border-radius: 50%;
	background-image: linear-gradient( -45deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) );
	background-size: 10px 10px;
}
.point_icon li.c01 {
	background-color: #d32d21;
}
.point_icon li.c02 {
	background-color: #d37521;
}
.point_icon li.c03 {
	background-color: #c79b00;
}
.point_icon li.c04 {
	background-color: #7ea909;
}
.point_icon li.c05 {
	background-color: #229754;
}
.point_icon li.c06 {
	background-color: #1172ac;
}
.point_icon li img {
	display: block;
	width: 40px;
	height: auto;
	margin: 0 auto 4px;
}
@media print, screen and (min-width:768px) {
.point_icon {
	margin-top: 30px;
}
.point_icon li {
	width: 130px;
	height: 130px;
	margin: 0 5px;
	padding-top: 15px;
	font-size:18px;
}
.point_icon li img {
	width: 50px;
	height: auto;
	margin: 0 auto 5px;
}
}

.list_box li {
	margin-bottom: 20px;
	padding: 15px;
}
.list_box li h4 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.3;
	font-family: "NotoSansMedium";
	font-size:18px;
}
.list_box li h4::after {
	position: absolute;
	left:50%;
	bottom:0;
	display: block;
	width: 100px;
	height: 2px;
	margin-left: -50px;
	content: "";
	background: #000;
}
.bg_stripe .list_box li {
	background: #fff;
}
.bg_none .list_box li {
	background: #f2f2f2;
}
@media print, screen and (min-width:768px) {
.list_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_box li {
	padding: 20px;
}
.list_box li h4 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size:24px;
}
.list_box.c4 li {
	width: 23.5%;
}
.list_box.c3 li {
	width: 32%;
}
.list_box.c2 li {
	width: 49%;
}
}


.list_box h5 {
	text-align: center;
}
.list_box h5 span {
	display: inline-block;
	width: 120px;
	margin-bottom: 8px;
	padding: 5px 10px;
	line-height: 1.1;
	font-family: "NotoSansMedium";
	color:#fff;
	background-image: linear-gradient( -45deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) );
	background-size: 10px 10px;
}
.list_box h5.ti01 span {
	background-color: #d32d21;
}
.list_box h5.ti02 {
	margin-top: 15px;
}
.list_box h5.ti02 span {
	background-color: #333;
}

.sp_nowrap {
	display: none;
}
@media print, screen and (min-width:768px) {
.sp_nowrap {
	display: inline;
}
}



