html, body, 
*{
	font: 16px/1.7 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', sans-serif;
	color:#343434;
	letter-spacing:1px;
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
header, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
article,side,details,figcaption,figure,
header,menu,nav,section {
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul {
	list-style:none;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
/*共通 end 
material start ******************************************* */
html, body {
	margin: 0 auto;
	width: 100%;
	min-width: 1100px;
}
.font-a {font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;}
.font-b {font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.font-c {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/*
material end 
header start ******************************************* */
body {

}
#page {
	margin: 0 auto;
	width: auto;
	position: relative;
}
#header {
	width: 1100px;
	margin: 0 auto;
	height: 145px;
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: center;
	overflow: hidden;
}
header > a {
	display: block;
	height: 62px;
	margin-top: 28px;
}
header > a + div{
	text-align: right;
	padding: 10px 0 0 0;
}
header > a + div h1 {
	font-size: 10px;
	font-weight: 900;
	color: #ffa500;
}
.head-txt {
	float: right;
	width: 220px;
	text-align: left;
}
header > a + div > .head-txt > p{
	font-size: 11.5px;
	line-height: 1.4;
	position: relative;
	color: #666;
	font-weight: bold;
}
header > a + div > .head-txt > p:before{
	content:"●";
	position:absolute;
	left:-15px;
	font-size:11.5px;	
}
/*header end 
g-navi start ******************************************* */
#mainNavi{
	position:absolute;
	top:90px;
	left:0;
	width:100%;
	min-width:1100px;
	height:55px;
	z-index:2;
	border-top: 1px solid #b6b5ba;
	border-bottom: 3px solid #2f6ead;
	background-color: #fff;
	box-shadow: 0px 0 21px 0 #dddfe2 inset;
	transition: -0.9s;
}
.active03 #mainNavi{
	position:fixed;
	top:0;
}
#mainNavi > ul {
	width:1100px;
	margin:0 auto;
}
#mainNavi > ul > li {
	float:left;
	width:16.66%;
}
#mainNavi > ul > li > a {
	color: #333;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 16px 0;
	position: relative;
	display: block;
	z-index: 1;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
#mainNavi > ul > li:hover a {
	color: #fff;
}
#mainNavi > ul > li > a:before {
	height: 0px;
	width: 100%;
	content: " ";
	position: absolute;
	background: #2f6ead;
	left: 0px;
	bottom: 2px;
	z-index: -1;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
}
#mainNavi > ul > li:hover > a:before {
	height: 100%;
}
#mainNavi > ul > li > a:after {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	display: inline-block;
	content: "　";
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mainNavi > ul > li.navi_slide {
	cursor: pointer;
	position: relative;
}
#mainNavi > ul > li.navi_slide:hover ul {
	display: block;
}
#mainNavi > ul > li.navi_slide > a {
	cursor: default;
}
#mainNavi > ul > li.navi_slide ul {
	padding: 0 14px;
	height: inherit;
	width: 100%;
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 5000;
	background: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#mainNavi > ul > li.navi_slide > ul li {
	color: #595757;
	text-align: center;
	border-bottom: 1px solid #b6b5ba;
	margin: 0;
	width: 100%;
	float: none;
}
#mainNavi > ul > li.navi_slide > ul li:last-child {
	border: 0px;
}
#mainNavi > ul > li.navi_slide > ul li a {
	color: #111;
	font-size: 0.8rem;
	text-align: center;
	text-decoration: none;
	text-shadow: inherit;
	letter-spacing: 1px;
	box-shadow: none;
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
	background: none;
	display: block;
	z-index: 1;
}
#mainNavi li.navi_slide:nth-child(3) > ul li a:after , #mainNavi li.navi_slide:nth-child(4) > ul li a:after {
	background: rgba(90, 168, 247, 0.5);
}
#mainNavi li.navi_slide > ul li a:after {
	position: absolute;
	content: "　";
	border-radius: 15px;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -1;
}
#mainNavi li.navi_slide>ul li a:hover:after {
	width: 95%;
	height: 60%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#mainNavi > ul > li.navi_slide > ul li a:after, #gnavi > ul > li.navi_slide > ul li a:before {
	border: 0px;
	content: "";
}
#mainNavi li.navi_slide > ul li a:hover {
	box-shadow: inherit;
}
#mainNavi li.navi_slide > ul li a:hover:before {
	box-shadow: inherit;
	background: none;
}
#mainNavi > ul > li.sp{
	display:none;
}
.about #wrapper {
	background: #fff;
	position: relative;
}
.about #wrapper .contents_header {
	padding: 80px 0 75px;
	background: url(../img/material/stitle.png) no-repeat center / auto 100% #97d4ff;
}
.about #wrapper .contents_header .head_inner>.title {
	color: #18436e;
	font-size: 1.8rem;
	text-align: center;
}
/*g-navi end 
slider start ******************************************* */
.visual {
	width:100%;
	padding: 1px 0;
	position:relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6f9db+0,ffffff+85 */
	background: #d6dff9; /* Old browsers */
	background: -moz-linear-gradient(top, #d6dff9 0%, #ffffff 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d6dff9 0%,#ffffff 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d6dff9 0%,#ffffff 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9db', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.visual{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.visual > ul#slider {
	width: 1850px;
	margin: 0 auto;
}
.slide-item,
.slide-item *{
	box-sizing:border-box!important;
}
.slide-item p{
	text-align:center;
	overflow:hidden;
	width:1100px;
	padding:12px 12px 5px;
	margin:1% auto;
}
.slide-item img{
	width:auto;
	height:auto;
	max-width:100%;
	display:block!important;
}

.visual > .visual_min > ul#thumbnail-list{
	width:1100px;
	margin:5px auto 0;
	text-align:center;
	padding:10px;
}
.visual > .visual_min > ul#thumbnail-list > li{
	width:216px;
	display:inline-block;
	margin:0 15px;
	overflow:hidden;
	border-radius:7px;
	box-shadow:1px 1px 4px -2px rgba(255,255,255,1);
}
.visual > .visual_min > ul#thumbnail-list > li img{
	max-width:100%;
	height:100px;
	display:block;
}
.visual_min {
	position: relative;
	z-index: 1;
	background: #34495e;
}
.visual > p.slider-txt {
	position: absolute;
	left: 65%;
	top: 35%;
}
#slider .slide-item:not(.slick-center) {
	filter: opacity(60%);
	transition: 0.2s;
}
/*slider end 
footer start ******************************************* */
.footer {
	min-width: 1100px;
	background: #f4f4f4;
	border-top: solid 3px #00479d;;
}
.footer .footer_inner {
	margin: 0 auto;
	padding: 25px 0;
	width: 1100px;
}
.footer_company_info {
	margin: 0 auto;
	padding: 20px 10px;
	width: 550px;
	display: flex;
	align-items: center;
}
.footer_logo {
	padding-right: 20px;
	width: 250px;
	display: inline-block;
	position: relative;
}
.footer_logo img {
	width: 100%;
	display: block;
}
.footer_logo:after {
	border-right: 1px solid #9f9f9f;
	height: 40px;
	width: 1px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.footer_address {
	font-size: 0.85rem;
	padding-left: 20px;
	display: inline-block;
}
.ftnav {
	text-align: center;
	border-top: 1px solid #9f9f9f;
	margin: 0 auto 25px;
	padding-top: 15px;
	width: 1100px;
}
.ftnav li {
	display: inline-block;
	position: relative;
	padding: 3px;
}
.ftnav li:nth-child(1):before {
	content: "";
	width: 1px;
	height: 13px;
	background-color: rgb(159, 159, 159);
	position: absolute;
	left: -4px;
	top: 9px;
}
.ftnav li:after {
	content: "";
	width: 1px;
	height: 13px;
	background-color: rgb(159, 159, 159);
	position: absolute;
	right: -4px;
	top: 9px;
}
.ftnav li a {
	color: #000;
	font-size: 0.85rem;
	display: block;
	text-decoration: none;
	padding: 0 13px;
	text-align: center;
}
.copy {
	text-align: center;
	padding: 10px 0;
	background: #00479d;
}
.copy img {
	position: relative;
	vertical-align: bottom;
	top: -4px;
	left: 14px;
}
.copy a {
	color: #fff;
	font-size: 0.7rem;
	text-decoration: none;
}

/*footer end 
side start ******************************************* */
/*
side end 
contents start ******************************************* */
/* top */
.top #wrapper {
	width:100%;
	background: #fff;
	position: relative;
	padding-bottom:40px;
}
.top #wrapper > article{
	background-color:rgba(255,255,255,.75);
}
/* .top_news */
.top_news {
	padding: 35px 0 30px;
	background: #88abda;
}
.top_news_inner {
	margin: 0 auto;
	width: 1100px;
	display: table;
}
.top_news_title {
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	width: 310px;
	display: table-cell;
	vertical-align: middle;
}
.top_news_title span {
	color: #fff;
	font-size: 45%;
	font-weight: normal;
	padding: 10px 0 10px;
	border-bottom: solid 4px #fff;
	position: relative;
	display: block;
	width: 100px;
	margin: 0 auto;
}
.top_news_title span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #f6b37f;
	bottom: -4px;
	left: 30px;
	width: 40%;
	text-align: center;
}
/* .top_news-end */
/* .top_contents */
.top_contents {
	padding: 45px 0;
	background: url(../img/material/background-img01-pc.png) no-repeat center bottom -1100px, url(../img/material/background-ptn01.png);
	-webkit-transition: background 1s;
	transition: background 1s;
}
.top_news_msg p {
	color: #fff;
	margin-bottom: 12px;
}
.top_contents.effect {
	background: url(../img/material/background-img01-pc.png) no-repeat center center, url(../img/material/background-ptn01.png);
}
.top_contents_title {
	font-size: 1.1rem;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.top_contents_title span {
	color: #ff7800;
	font-size: 2.2rem;
	font-weight: bold;
	padding-top: 15px;
}
.top_contents_inner {
	margin: 0 auto;
	width: 1100px;
	display: table;
}
.top_contents_img {
	width: 430px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	right: -100px;
	opacity: 0;
	transition: right 0.6s 1s, opacity 0.8s 1s;
	-webkit-transition: 0.6s 1s, opacity 0.8s 1s;
}
.top_contents.effect.effect .top_contents_img {
	right: 0;
	opacity: 1;
}
.top_contents_img img {
	width: 100%;
	display: block;
}
.top_contents_msg {
	line-height: 2;
	display: table-cell;
	vertical-align: middle;
}
.top_conents_text {
	margin-bottom: 40px;
}
.btn_base {
	width: 200px;
	float: right;
}
.btn_base a {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	position: relative;
	background: #2f5981;
	display: block;
	z-index: 1;
}
.btn_base a:before {
	position: absolute;
	content: "　";
	width: 0;
	height: 100%;
	background: #88abda;
	left: 0;
	top: 0;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	z-index: -1;
}
.btn_base a:hover:before {
	width: 100%;
}
.btn_base a:after {
	position: absolute;
	content: "　";
	background: url(../img/material/btn-icon-pc.png) no-repeat left center;
	z-index: 1;
	width: 25px;
	height: 26px;
	left: 20px;
	top: 50%;
	margin-top: -15px;
}
/* .top_contents-end */
/* .top_navi */
.top_service {
	padding: 60px 0 20px;
	background: url(../img/material/background-ptn02.png);
}
.top_service_title {
	color: #003567;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 10px;
}
.top_service_title span {
	color: #fff;
	font-size: 45%;
	font-weight: normal;
	padding: 10px 0 10px;
	border-bottom: solid 4px #fff;
	position: relative;
	display: block;
	width: 100px;
	margin: 0 auto;
}
.top_service_title span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #f6b37f;
	bottom: -4px;
	left: 30px;
	width: 40%;
	text-align: center;
}
.top_service_inner {
	margin: 0 auto;
	width: 1100px;
}
.top_service_list:after {
	content: " ";
	display: table;
	clear: both;
}
.top_service_list li {
	margin: 0 4% 40px 0;
	width: 48%;
	float: left;
	position: relative;
	opacity: 0;
	bottom: -100px;
}
.top_service_list.effect li:nth-child(1) {
	transition: opacity 0.5s, bottom 0.5s;
	-webkit-transition: opacity 0.5s, bottom 0.5s;
}
.top_service_list.effect li:nth-child(2) {
	transition: opacity 0.5s 0.5s, bottom 0.5s 0.5s;
	-webkit-transition: opacity 0.5s 0.5s, bottom 0.5s 0.5s;
}
.top_service_list.effect li:nth-child(3) {
	transition: opacity 0.5s 1s, bottom 0.5s 1s;
	-webkit-transition: opacity 0.5s 1s, bottom 0.5s 1s;
}
.top_service_list.effect li:nth-child(4) {
	transition: opacity 0.5s 1.5s, bottom 0.5s 1.5s;
	-webkit-transition: opacity 0.5s 1.5s, bottom 0.5s 1.5s;
}
.top_service_list.effect li {
	bottom: 0;
	opacity: 1;
}
.top_service_list li:nth-child(2n) {
	margin-right: 0;
}
.top_service_list li a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
}
.top_service_list li a:hover {
	opacity: 0.65;
}
.top_service_list_img {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.top_service_list_img img {
	width: 100%;
	display: block;
}
.top_service_list_title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 10px 10px;
	padding: 10px 0;
	background: url(../img/material/arrow-icon-pc.png) no-repeat right 30px center, url(../img/material/service-repeat.jpg);
	overflow: hidden;
}
.top_service_list_msg {
	padding: 10px 5px 0;
	font-size: 0.9rem;
}
/* .top_navi-end */
/* .top_campaign */
.top_campaign {
	padding: 60px 0;
	background: url(../img/material/background-ptn01.png);
}
.top_campaign_inner {
	margin: 0 auto;
	width: 1100px;
	text-align: center;
	background: #fff;
	position:relative;
	box-sizing:border-box;
}
.top_campaign_img {
	background: url(../img/material/ptn02.jpg);
	padding: 10px;
	box-shadow: 2px 4px 4px rgba(0,0,0,0.3);
}
.top_campaign_img img {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 30px 40px 25px;
	height: 100%;
	background: #fff;
}
.top_campaign_img a {
	display: block;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	overflow: hidden;
}
.top_campaign_img a:hover {
	opacity: 0.7;
}
.top_campaign_img a:before {
	height: 120px;
	width: 2000px;
	background: rgba(255, 255, 255, 0.2);
	content: "";
	position: absolute;
	top: -120px;
	left: -1000px;
	transform: rotate(-55deg);
}
.top_campaign_img a:hover:before {
	top: 1000px;
	left: -100px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
/* .top_navi-end */
/* .top_info */
.top_info {
	padding: 60px 0;
}
.top_info_inner {
	margin: 0 auto;
	width: 1100px;
}
.top_info_inner:after {
	content: " ";
	display: table;
	clear: both;
}
.top_facebook {
	padding: 15px;
	width: 50%;
	background: url(../img/material/ptn-campaign.jpg);
	float: left;
}
.top_facebook_inner {
	text-align: center;
	padding: 10px 0 20px;
	background: #fff;
	position:relative;
	height:566px;
	box-sizing:border-box;
}
.top_facebook_title {
	color: #003567;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.top_facebook_title span {
	color: #fff;
	font-size: 45%;
	font-weight: normal;
	border-bottom: solid 4px #003567;
	position: relative;
	display: block;
	width: 100px;
	margin: 0 auto;
}
.top_facebook_title span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #f6b37f;
	bottom: -4px;
	left: 30px;
	width: 40%;
	text-align: center;
}
.top_facebook_txt img {
	width: 100%;
	display: block;
}
.top_facebook_info {
	position:absolute;
	bottom:15px;
	width:100%;
}
.top_facebook_info span {
	color:#ff0000;
	display:block;
}
.top_link_banner {
	width: 500px;
	float: right;
}
.top_link_banner li {
	margin-bottom: 28px;
	opacity: 0.3;
}
.top_link_banner.effect li {
	opacity: 1;
}
.top_link_banner.effect li:nth-child(1) {
	transition: opacity 0.3s 0.1s;
	-webkit-transition: opacity 0.3s 0.1s;
}
.top_link_banner.effect li:nth-child(2) {
	transition: opacity 0.3s 0.4s;
	-webkit-transition: opacity 0.3s 0.4s;
}
.top_link_banner.effect li:nth-child(3) {
	transition: opacity 0.3s 0.7s;
	-webkit-transition: opacity 0.3s 0.7s;
}
.top_link_banner li:last-child {
	margin-bottom: 0;
}
.top_link_banner li a {
	display: block;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	overflow: hidden;
}
.top_link_banner li a:hover {
	opacity: 0.7;
}
.top_link_banner li a:before {
	height: 60px;
	width: 1000px;
	background: rgba(255, 255, 255, 0.2);
	content: "";
	position: absolute;
	top: -150px;
	left: -500px;
	transform: rotate(-55deg);
}
.top_link_banner li a:hover:before {
	top: 400px;
	left: -100px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.top_link_banner li a img {
	width: 100%;
	display: block;
}
/*.top_info */
/* 戻る */
.return {
	width: 60px;
	display: inline-block;
	position: absolute;
	right: 30px;
	opacity: 0;
	z-index: 100;
	bottom: 10px;
	box-sizing: border-box;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.return:hover {
	animation-name: hover;
	animation-duration: 0.8s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes hover {
  0% {
    padding: 0;
  }

  50% {
    padding: 2px;
  }

  100% {
    padding: 0px;
  }
}
.return img {
	width: 100%;
	display: block;
}
.return.fixed {
	opacity: 1;
}
.return a {
	color: #111;
	text-decoration: none;
}
.return img {
	width: 100%;
	display: block;
}
/* kaso */
.breadcrumbs {
	padding: 5px 0;
	background: #88abda;
}
.breadcrumbs ul {
	margin: 0 auto;
	width: 1100px;
}
.breadcrumbs ul:after {
	content: " ";
	display: table;
	clear: both;
}
.breadcrumbs ul li {
	color: #fff;
	font-size: 0.7rem;
	margin-right: 5px;
	float: left;
}
.breadcrumbs ul li a {
	color: #fff;
	font-size: 0.7rem;
	margin-right: 4px;
	display: inline-block;
}
.breadcrumbs ul li a:hover {
	text-decoration: none;
}
.section {
	padding: 80px 0 40px;
}
.section_inner {
    padding: 50px 0;
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.content {
    float: right;
    width: 750px;
}
.content div img {
    border: 1px dotted #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.shop_section {
    padding: 20px 0;
}
.content_title01 {
    color: #003567;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.content_title01 span {
    color: #fff;
    font-size: 45%;
    font-weight: normal;
    border-bottom: solid 4px #003567;
    position: relative;
    display: block;
    width: 100px;
    margin: 0 auto;
}
.content_title01 span:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #f6b37f;
    bottom: -4px;
    left: 30px;
    width: 40%;
    text-align: center;
}
.shop_section_inner {
    margin: 0 auto;
    width: 750px;
padding-bottom: 30px;
}
.shop_content_inner {
    padding-bottom: 30px;
    position: relative;
}
.shop_content_inner:after {
    content: "";
    display: table;
    clear: both;
}
.shop_section_img.left {
    float: left;
}
.shop_section_img {
    width: 420px;
}
.shop_section_img img {
    width: 100%;
    display: block;
}
.shop_section_msg.red {
    background: #ffecf0;
}
.shop_section_msg.right {
    float: right;
    right: 0;
}
.shop_section_msg {
    box-sizing: border-box;
    border-radius: 15px;
    padding: 40px 40px 28px;
    width: 380px;
    position: absolute;
    bottom: 0;
}
.map_set iframe {
border: 1px dotted #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    height: 250px;
    width: 100%;
}
.shop_section_img.right {
    float: right;
}
.shop_section_msg.blue {
    background: #e0f3f0;
}
.shop_section_msg.left {
    float: left;
}
.shop_section_msg.yellow {
    background: #fff7d8;
}
#contents p {
    margin-bottom: 12px;
}
.hr01{
    content: "";
    background: url(../img/material/icon-hr01.png) no-repeat center;
    display: block;
    width: 100%;
    height: 23px;
    left: 0;
}
.hr02{
    content: "";
    background: url(../img/material/icon-hr02.png) no-repeat center;
    display: block;
    width: 100%;
    height: 23px;
    left: 0;
}
.hr03{
    content: "";
    background: url(../img/material/icon-hr03.png) no-repeat center;
    display: block;
    width: 100%;
    height: 23px;
    left: 0;
}
/*content*/
.e_block {
    text-align: center;
    line-height: 2.2;
    box-sizing: border-box;
    margin: 0 auto 50px;
    padding: 0 50px;
    width: 750px;
}
#inquiry .inquiry_inset {
    margin-bottom: 25px;
}
.important_text {
    color: #5A4727;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 27px;
}
.contact_form {
    width: 750px;
    margin: 0 auto;
    border: 2px solid #9f9f9f;
    background: #fff;
    border-collapse: collapse;
    margin: 5px auto 25px;
    font-size: 13px;
}
.checkbox li {
    float: left;
    width: 33%;
    margin-bottom: 10px;
}
.contact_form tr th {
    width: 210px;
    vertical-align: top;
    padding: 17px 0;
    font-weight: normal;
    text-align: left;
    border: 1px solid #9f9f9f;
}
.required {
    background: #9B0000;
}
.any {
    background: #999;
}
.contact_form tr th span {
    padding: 0 18px;
    color: #fff;
    font-size: 85%;
    border-radius: 3px;
    margin: 0 5px;
    padding: 2px 4px;
}
.contact_form tr td {
    width: 470px;
    font-weight: normal;
    border: 1px solid #9f9f9f;
    padding: 25px 35px;
}
.contact_form input[type='text'],
.contact_form input[type='tel'],
.contact_form input[type='date'],
.contact_form input[type="email"],
.contact_form select,
.contact_form textarea {
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 40px;
    background-color: #fff;
    padding: 8px 0;
    outline: none;
}
.contact_form textarea {
 height: 250px;
 min-width: 100%;
 max-width: 100%;
}
.confirm_txt {
    text-align: center;
}
.sub-btn {
    margin: 30px 0 0;
    text-align: center;
}
.sub-btn > input[type="submit"] {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 17px 20px 15px 22px;
    letter-spacing: 2px;
    border-radius: 3px;
    border: solid 1px #454545;
    background-color: #e1f6ff;
    color: #4d7b8e;
    box-shadow: 2px 2px 2px -1px rgba(0,0,0,.25);
}
	.h_title01 {
		background-color: #58a000;
		padding: 15px 102px 15px 21px;
		border-radius: 10px;
		position: relative;
		margin-top: 25px;
		margin-right: 5px;
	}
	.h_title01 > p {
		font-size: 20px;
		color: #fff;
	}
	.h_title01 > p:before {
		content: "";
		background: url(../img/content/t_icon.png) no-repeat;
		width: 89px;
		height: 112px;
		display: block;
		position: absolute;
		right: -22px;
		bottom: -25px;
		background-size: 80%;
	}
	.a_txt01 > p , .a_con04 > p , #qanda dl , #qanda dd {
		padding:20px;
	}
	.a_con03 h4 , .a_con04 h4, .a_con05 h4 {
		padding: 0px 2px 5px 0;
		position: relative;
		border-left: solid 10px #58a000;
		border-bottom: solid 2px #58a000;
		margin: 60px 0 30px;
	}
	.a_con03 h4 span , .a_con04 h4 span, .a_con05 h4 span {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		margin-left: 10px;
	}
aside {
    width: 250px;
    height: 1150px;
    float: left;
    text-align: left;
}
#side_menu dl dt, #side_menu02 dl dt {
    padding: 15px;
    background: #18436edb;
    color: #FFF;
    font-size: 115%;
    text-align: center;
}
#side_menu dl dd, #side_menu02 dl dd {
    padding: 15px;
    background: #e5ded6;
}
#side_menu dl dd ul, #side_menu02 dl dd ul {
    border-top: #fff 2px solid;
}
#side_menu dl dd ul li, #side_menu02 dl dd ul li {
    border-bottom: #fff 2px solid;
}
#side_menu dl dd ul li a, #side_menu02 dl dd ul li a {
    display: block;
    padding: 5px 8px;
    text-decoration: none;
}
.sidetxt01 {
    position: relative;
    border: 1px solid;
}
.sidetxt01 a {
    display: flex;
    font-size: 12px;
    text-decoration: none;
}
.sidebar_sec01 img {
    margin: 7px 0 7px 5px;
}
p.sidetxt01 span {
    padding: 10px 0 0 5px;
}
.sideimg02,
.sideimg03,
.sideimg04{
    margin-top:10px;
}
	.txt01 {
		display: inline-block;
		margin-left: 7px;
		font-size: 26px;
		letter-spacing: 1px;	
		color: #58a000;
		font-family: Nyala;
	}




#wrapper .section:last-child {
	padding-bottom: 100px;
}
#wrapper .section>.section_title {
	color: #003567;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto 60px;
}
#wrapper .section>.section_title span {
	color: #fff;
	font-size: 45%;
	font-weight: normal;
	border-bottom: solid 4px #003567;
	position: relative;
	display: block;
	width: 100px;
	margin: 0 auto;
	padding: 5px 0 10px;
}
#wrapper .section>.section_title span:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #f6b37f;
	bottom: -4px;
	left: 30px;
	width: 40%;
	text-align: center;
}
.section .section_inner {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 1100px;
}
.content_inner {
    padding: 10px 0 50px;
}
.w_margin .msg_l, .w_margin .msg_r {
    width: 600px;
}
.content_inner .msg_l {
    float: left;
}
#wrapper .pick_text {
    color: #e9453a;
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.5;
}
.w_margin .images_r, .w_margin .images_l {
    width: 600px;
}
.content_inner .images_r {
    float: right;
}
.content_inner:after {
    content: " ";
    display: table;
    clear: both;
}
/*
kaso end*/

}











