@charset "utf-8";
/* body */
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:100%;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#212121;
}
#wra {
	width:100%;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#212121;
	text-decoration:none;
	outline: none;
}
.con-blo a, .con-blo a:focus {
	color:#212121;
	text-decoration:underline;
	outline: none;
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	text-decoration:underline;
}
img {
	display:block;
}
a img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
a img:hover {
	opacity: 0.7;
}
.lin-dot {
	background-image: url(../images/bac_lin_dot01.png);
	background-repeat: repeat-x;
	height: 16px;
	line-height:16px;
	width:96%;
	margin:0 auto;
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
hr {
	margin:20px auto 20px;
	width:100%;
	border:none;
	line-height:2px;
	border-top:solid 1px #ccc;
	background:red;
}
/* header */
#hea-wra {
	width:100%;
	height:auto;
}
#hea-con {
	width:1080px;
	padding:0;
	height:100px;
	margin:auto;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
#hea-lef {
	width:auto;
	max-height:89px;
	height:100%;
}
#hea-lef img {
	width:auto;
	height:100%;
}
#hea-rig {
	margin-left:auto;
	display:flex;
	align-items:center;
}
.hea-inq a {
	color: #fff;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:600;
	font-size:100%;
	line-height:140%;
	letter-spacing:2px;
	width:calc(100%);
	padding:0px 0px;
	border: 0px solid #fff;
	border-radius:4px;
	cursor:pointer;
	-webkit-appearance: none;
	background:#3d3d3d;
	background:-moz-linear-gradient(135deg, #3d3d3d 50%, #4f4034 51%);
	background:-webkit-linear-gradient(135deg, #3d3d3d 50%, #4f4034 51%);
	background:linear-gradient(135deg, #3d3d3d 50%, #4f4034 51%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#4f4034', GradientType=1 );
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.hea-inq a:hover {
	color:#ff3e3e;
	text-decoration:none;
	background:#efefef;
	background:-moz-linear-gradient(135deg, #efefef 50%, #cdcdcd 51%);
	background:-webkit-linear-gradient(135deg, #efefef 50%, #cdcdcd 51%);
	background:linear-gradient(135deg, #dfdfdf 50%, #cdcdcd 51%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#4f4034', GradientType=1 );
}
/* navigation */
.men-wra {
	width:100%;
	text-align:center;
	margin:auto;
	padding:0px 0;
	display:block;
	background:#13b49a;
}
.men-wra.men-wra-act {
	display:block;
}
.men {
	width:1080px;
	margin:5px auto 0;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	position:relative;
}
.men li {
	text-align:center;
	border-right:dotted 1px #dfdfdf;
	width:calc(20% - 1px);
}
.men li a {
	color:#FFF;
	width:calc(100% - 0px);
	font-weight:600;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:96%;
	margin:3px 0;
	padding:10px 0px;
	transition: 0.8s;
		display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.men li a img{
	margin-right:5px;
}
.men li a:hover {
	color:#ff3e3e;
	background:#fff;
	text-decoration:none;
	border-radius:2px;
}
.sub-menu {
	position:absolute;
	top:50px;
	height:auto;
	z-index:10;
}
.sub-menu li.men-lis a::before {
 content:"";
}
.sub-menu li.men-lis {
	border-right:dotted 0px #dfdfdf;
	min-width:calc(216px - 4px);
	width:calc(100% - 4px);
	background:#13b49a;
	padding:2px 2px;
	border-top:dotted 1px #dfdfdf;
}
.sub-menu li.men-lis a {
	color:#FFF;
	width:calc(100% - 20px);
	font-weight:600;
	display:block;
	text-align:left;
	text-decoration:none;
	line-height:140%;
	font-size:96%;
	margin:0px 0px;
	padding:8px 10px;
	transition: 0.3s;
}
.sub-menu li.men-lis a:hover {
	color:#ff3e3e;
	background:#fff;
	text-decoration:none;
	border-radius:2px;
}
.sub-menu {
	display:none;
}
#hum-men-wra {
	display:none;
}
/* footer */
#foo-wra {
	height:auto;
	width:100%;
	border-top:10px solid #565656;
	padding:40px 0;
	background:#fff;
}
#foo-con {
	width:1080px;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
}
#foo-con a {
	text-decoration:none;
}
.foo-men {
	width:calc(33% - 20px);
	margin-right:20px;
}
.foo-men ul {
}
.foo-men-tit {
	font-size:100%;
	font-weight:600;
}
.foo-men hr {
	margin:10px 0;
	width:80px;
	border-top:solid 2px #e48989;
}
.foo-men-tex {
	font-size:90%;
	line-height:140%;
	padding:10px 0;
}
.foo-men-lis li{
	font-size:90%;
	padding:5px 30px 5px 5px;
	border-bottom:dotted 1px #CCC;
	position:relative;
}
.foo-men-lis li a:after {
	position:absolute;
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/chevron-right-red-sma.svg) right top 4px no-repeat;
}
.foo-sns-blo {
	height:100%;
	max-height:380px;
	overflow:auto;
	padding:0px 0px;
	width:33%;
}
.foo-rig-blo {
	width:33%;
	align-self:center;
	text-align:center;
}
.foo-rig-blo p {
	max-width:120px;
	max-height:120px;
	width:100%;
	height:auto;
	margin:auto;
}
.foo-rig-blo p a img {
	width:100%;
	height:auto;
	display:inline;
}
#cop {
	text-align:center;
	font-size:90%;
	background:#565656;
	line-height:50px;
	color:#fff;
}
#cop a {
	color:#fff;
}
/* page top */
#pag-top {
	position:fixed;
	bottom:30px;
	right:30px;
}
#pag-top a {
	display:block;
	width:44px;
	height:44px;
	border-radius:2px;
	color:#FFF;
	text-decoration:none;
	background:#565656;
	background:-moz-linear-gradient(135deg, #565656 50%, #13b49a 51%);
	background:-webkit-linear-gradient(135deg, #565656 50%, #13b49a 51%);
	background:linear-gradient(135deg, #565656 50%, #13b49a 51%);
	transition: 0.2s;
	-webkit-transition: 0.2s;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
#pag-top a:hover {
	font-weight:600;
	width:68px;
	height:44px;
}
/* メイン画像 main visual */
.mai-vis-sli-wra {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:#f8f8f8;
	overflow:hidden;
	border-bottom:solid 10px #13b49a;
}
.mai-vis-sli {
	text-align:center;
	width:1080px;
	height:380px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.mai-vis-sli li {
	width:340px;
	height:320px;
	background:#FFF;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:flex-start;
}
.mai-vis-sli li .eff-but-blo {
	align-self:flex-end;
}
.mai-vis-tit {
	padding:15px 5px 5px;
	margin:10px auto;
	line-height:130%;
}
.mai-vis-ima {
	position:relative;
	width:340px;
	height:180px;
	background:#FFF;
	overflow:hidden;
}
.mai-vis-ima img {
	position:absolute;
	height:auto;
	width:100%;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
/* nav */
.nav {
	width:310px;
}
.nav-blo {
	margin-bottom:30px;
	background:#FFF;
	padding:30px 0;
}
.nav-blo-top {
	margin-bottom:30px;
	background:#FFF;
	padding:30px 0 0px;
}
.nav-tit {
	font-size:110%;
	font-weight:600;
	text-align:center;
}
.nav hr {
	margin:20px auto 20px;
	width:80px;
	border-top:solid 2px #e48989;
}
.nav-pro-ima {
	width:140px;
	height:140px;
	margin:auto;
	margin-bottom:30px;
}
.nav-pro-ima img {
	width:100%;
	height:auto;
	border-radius:50%;
}
.nav-sec {
	padding:0 30px 30px;
}
.nav-lis, .widget_archive ul {
	font-size:90%;
	padding:0 30px;
	text-align:right;
}
.nav-lis li, .widget_archive ul li,.widget_categories ul li {
	padding-right:16px;
	position:relative;
}
.nav-lis li::after, .widget_archive ul li::after,.widget_categories ul li::after {
position:absolute;
content: "";
background:url(../images/chevron-right-red-sma.svg) right center no-repeat;
width:22px;
height:22px;
}
.nav-sea-for {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e7e7e7;
	display: block;
	padding: 5px 10px;
	border-radius: 20px;
	height: 100%;
	width: 86%;
	overflow: hidden;
	margin:auto;
}
.nav-sea-for input[type="text"] {
	border: none;
	height:120%;
}
.nav-sea-for input[type="text"]:focus {
	outline: 0;
}
.nav-sea-for input[type="submit"] {
	cursor: pointer;
	border: none;
	color: #fff;
	position: absolute;
	width: 15%;
	height: 3.0em;
	right:0px;
	top: -3px;
	outline : none;
	background:url(../images/search.svg) center no-repeat, #ff4e1e;
}


.nav-hot-lis {
	font-size:90%;
}
.nav-hot-lis li {
	margin:30px auto 30px;
}
.nav-hot-ima {
	width:100%;
	height:120px;
	margin:0 auto 10px;
	padding-bottom:0px;
	overflow:hidden;
	position:relative;
}
.nav-hot-ima img {
	position:absolute;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-hot-lis h3 {
	font-size:100%;
	padding:0 10px;
}
/* common */
#mai-con-wra {
	width:100%;
	margin:auto;
	border-radius:0px;
	padding:30px 0px 30px;
	background:#f8f8f8;
}
#mai-con {
	width:1080px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
}
#con {
	width:calc(740px);
}
.new-con {
	width:740px;
	display:block;
}
.hom-con-blo {
	padding:0px 0px;
	margin-bottom:10px;
	background:none;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
}
.hom-con-blo > .con-blo {
	width:48%;
	height:auto;
	margin-bottom:20px;
}
.hom-con-blo > .con-blo > .con-blo-ima {
	position:relative;
	height:200px;
	width:100%;
	background:#efefef;
	overflow:hidden;
}
.con-blo {
	padding:0px 0px;
	margin-bottom:30px;
	background:#FFF;
}
.con-blo-sec {
	padding:30px;
}
.con-blo-ima {
	position:relative;
	height:400px;
	width:100%;
	background:#efefef;
	overflow:hidden;
}
.con-blo-ima img {
	position:absolute;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.blo-faq{
	margin:0 auto 30px;
	max-width:800px;
	width:100%;
	height:auto;
}

.sec-dat {
	text-align:center;
	padding:20px 10px;
}
.sec-tit {
	color:#212121;
	font-size:120%;
	font-weight:500;
	line-height:150%;
	width:calc(100% - 30px);
	padding:15px 15px;
	text-align:center;
	margin-bottom: 20px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background:#fff;
}
.sec-lin {
	border-top:double 3px #e7e7e7;
	border-bottom:double 3px #e7e7e7;
	color:#0070D5;
	padding:10px 0 8px 25px;
	margin-bottom:13px;
	font-size:110%;
	position:relative;
}
.sec-lin:before {
	position:absolute;
	top:12px;
	left:-4px;
	content:"▼";
	display:inline-block;
	transform: rotate(30deg);
	font-size:90%;
	color:#e48989;
}
.sec-cat-tit {
	padding:0px 10px 20px;
	text-align:center;
}
.sec-cat-tit a {
	color:#0070D5;
	font-size:80%;
}
.sec-sub-fst {
	font-size:150%;
	font-weight:600;
	border-left:solid 10px #ff4e1e;
	padding:10px 20px;
	margin-bottom:20px;
	background:#f6f6f6;
}
.sec-sub-snd {
	font-size:130%;
	font-weight:600;
	border-left:solid 6px #13b49a;
	padding:0 15px;
	margin-bottom:20px;
}
.sec-sub-thr {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding: 5px 10px 5px 35px;
}

.sec-sub-thr::before {
  top: 7px;
  left: 0;
  padding-right: 10px;
  position: absolute;
  content: "";
  background: url(../images/check-square.svg) left center no-repeat;
  width: 26px;
  height: 26px;
}

.new-con-inn {
	width:calc(740px - 40px);
	height:auto;
	max-height:100%;
	padding:0 20px 30px;
}
.new-con-inn dl dd {
	padding:10px 0;
}
.lis-bar li {
	position:relative;
	padding-left:0px;
}
.lis-bar li:before {
	position:absolute;
	left:0px;
	content:"-";
	display:inline-block;
	transform: rotate(0deg);
	font-size:100%;
	font-weight:700;
}
.new-tit {
	font-size:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height:24px;
	color:#227c4f;
	width:calc(100% - 25px);
	padding:10px 0 10px 25px;
	margin-bottom:5px;
	cursor:pointer;
	position:relative;
}
.new-tit:before {
	content:"▼ ";
	font-size:90%;
	color:#ff4e1e;
	transform: rotate(30deg);
	position:absolute;
	left:0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.new-tit-vis:before {
	top:8px;
	transform: rotate(120deg);
}
.new-cap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	line-height:24px;
	font-size:100%;
	width:900px;
	padding-bottom:5px;
	margin-bottom:15px;
}
#ser-blo {
	margin-bottom:38px;
}
.ser-blo-sub {
	margin-bottom:10px;
	opacity : 1.0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.obj {
	width:92%;
	text-align:center;
	margin:0 auto 0.5em auto;
}
.obj-nom {
	height:100%;
	width:100%;
	text-align:center;
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
}
/* time table */
.tab-lin {
	width:900px;
}
.tab-lin dl {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	text-align:left;
	margin:auto;
}
.tab-lin dl dt {
	width:calc(40% - 16px);
	padding:5px 7px;
	background:#f9f9f9;
	border:solid 1px #cdcdcd;
	border-bottom:none;
}
.tab-lin dl dd {
	width:calc(60% - 15px);
	padding:5px 7px;
	border:solid 1px #cdcdcd;
	border-left:none;
	border-bottom:none;
}
.tab-lin dl:last-of-type dt, .tab-lin dl:last-of-type dd {
	border-bottom:solid 1px #cdcdcd;
}
.tab-lin dl dt .red {
	color:#ff4e1e;
}
.tab-non {
}
.tab-non dl {
	margin: 0px;
	padding: 0px;
	width:100%;
	display:flex;
}
.tab-non dl dt {
	width:calc(40% - 14px);
	padding:5px 7px;
	background:#f9f9f9;
	border-bottom:solid 1px #FFF;
}
.tab-non dl dd {
	width:calc(60% - 14px);
	padding:5px 7px;
	border-bottom:solid 1px #cdcdcd;
}
/* 共通セレクタ　grand rule */
.flo-rig {
	float:right;
}
.flo-lef {
	float:left;
}
.cle-bot {
	clear:both;
}
.bre-cru {
	text-align: left;
	height: auto;
	line-height:140%;
	font-size:90%;
	margin:0 auto 20px;
	width:1080px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.bre-cru li:after {
	content:"〉";
	padding:0 0 0px 5px;
	font-size:90%;
}
.bre-cru li:last-child:after {
	content:"";
}
.ali-rig {
	text-align: right;
}
.ali-lef {
	text-align:left;
}
.ali-cen {
	text-align:center;
}
.pad-top-sma {
	padding-top:10px;
}
.pad-bot-tal {
	padding-bottom:40px;
}
.pad-lef-mid {
	padding-left:20px;
}
.pad-rig-mid {
	padding-right:20px;
}
.pad-mid {
	padding:20px 0;
}
.pad-top-bot-mid {
	padding-top:20px;
	padding-bottom:20px;
}
.pad-top-mid {
	padding-top:20px;
}
.pad-bot-mid {
	padding-bottom:20px;
}
.pad-bot-mid {
	padding-bottom:20px;
}
.pad-top-bot-tal {
	padding-top:40px;
	padding-bottom:40px;
}
.mar-top-mid {
	margin-top:20px;
}
.mar-bot-mid {
	margin-bottom:20px;
}
.mar-top-bot-mid {
	margin-top:20px;
	margin-bottom:20px;
}
.mar-bot-tal {
	margin-bottom:40px;
}
.mar-bot-xtal {
	margin-bottom:80px;
}
.mar-top-tal {
	margin-top:40px;
}
.mar-top-bot-tal {
	margin-top:40px;
	margin-bottom:40px;
}
.mar-rig-mid {
	margin-right:20px;
}
.mar-lef-mid {
	margin-left:17px;
}
.pad-top-tal {
	padding-top:28px;
}
.col-yel-har {
	color:#b7b23c;
}
.col-red, .red_txt {
	color:#ff4e1e;
}
.col-kah {
	color:#d7ac7c;
}
.col-ore {
	color:#e48989;
}
.col-ore-har {
	color:#e07979;
}
.col-pin-har {
	color:#EA6097;
}
.col-yel {
	color:#ffb320;
}
.col-gre {
	color:#066;
}
.col-gre-har {
	color:#066;
}
.col-whi {
	color:#ffffff;
}
.col-blu {
	color:#13b49a;
}
.col-blu-bol {
	color:#13b49a;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-red-bol {
	color:#ff4e1e;
	font-weight:600;
	letter-spacing:0;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-gre-bol {
	color:#066;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-yel-har-bol {
	color:#b7b23c;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-bro {
	color:#3b1d02;
}
.fon-lar {
	font-size:146%;
}
.fon-mid {
	font-size:110%;
}
.fon-sma {
	font-size:90%;
}
.fon-xsma {
	font-size:80%;
}
.fon-bol {
	font-weight:bold;
	font-weight:600;
}
.lin-hei-sma {
	line-height:16px;
}
.fon-bol {
	font-weight:bold;
}
.fon-min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	line-height:140%;
}
.faq-tit {
	font-size:110%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfdfdf;
	line-height:36px;
	width:900px;
	margin-bottom:3px;
	cursor:pointer;
}
.faq-dis {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	line-height:24px;
	padding:6px 0px 12px 0px;
	font-size:100%;
	margin-bottom:28px;
	width:calc(900px);
}
/* clearfix */
.cle-fix {
	display: block;
}
.cle-fix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#con-hea {
	width:900px;
	background:#faf1f1;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin:10px 0 20px;
}
#con-hea-pad {
	line-height:30px;
	letter-spacing:2px;
	padding:25px 30px;
}
.con-are {
	width:calc(100% - 42px);
	border:dotted 1px #898989;
	border-radius:0px;
	margin:0px auto 30px;
	padding:20px;
	background: #fafafa;
}
.con-are .che-lis {
	font-size:110%;
	font-weight:600;
	position:relative;
	padding:5px 10px;
}
.con-are .che-lis:before {
	right: 0;
	color:#13b49a;
	font-weight: 900;
	font-size:120%;
	padding-right:10px;
}
.con-cir-lis {
	width:calc(100% - 60px);
	border-radius:4px;
	-webkit-border-radius:4px;
	margin:20px auto;
	padding:20px 30px;
	background-color: #fffef1;
}
.con-cir-lis li {
  width: calc(100% - 60px);
  font-size: 110%;
  font-weight: 600;
  position: relative;
  padding: 5px 10px 5px 35px;
}

.con-cir-lis li:before {
  left: 0;
  padding-right: 10px;
  position: absolute;
  content: "";
  background: url(../images/check.svg) left center no-repeat;
  width: 22px;
  height: 22px;
}

.num-lis {
	counter-reset:number;
	list-style-type: none!important;
	padding:20px;
	background: #fffeef;
}
.num-lis > li {
	position: relative;
	padding-left: 35px;
	font-size:110%;
	font-weight:600;
	line-height: 150%;
	padding: 0.5em 0.5em 0.5em 35px;
}
.num-lis > li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #376499;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.che-sub-tit {
  width: calc(100% - 60px);
  font-size: 120%;
  font-weight: 600;
  position: relative;
  padding: 5px 10px 5px 35px;
  margin-bottom: 10px;
}

.che-sub-tit:before {
  top: 8px;
  left: 0;
  padding-right: 10px;
  position: absolute;
  content: "";
  background: url(../images/list.svg) left center no-repeat;
  width: 24px;
  height: 24px;
}
.poi-sub-tit {
  width: calc(100% - 60px);
  font-size: 120%;
  font-weight: 600;
  position: relative;
  padding: 5px 10px 5px 35px;
  margin-bottom: 10px;
}

.poi-sub-tit:before {
  top: 8px;
  left: 0;
  padding-right: 10px;
  position: absolute;
  content: "";
  background: url(../images/check-circle.svg) left center no-repeat;
  width: 24px;
  height: 24px;
}

.flu-ima {
	max-width:100%;
	height:auto;
}
.ima-sor {
	width:100%;
	height:auto;
	margin:30px auto;
	text-align:center;
}
.ima-sor img {
	display:inline;
	max-width:100%;
	height:auto;
}
.uli-tab-cel {
	display:table;
}
.uli-tab-cel img {
	display:inline;
	vertical-align:middle;
}
.uli-tab-cel li {
	font-size:90%;
	display:table-cell;
	vertical-align:middle;
	padding-right:20px;
}
/* form */
img.ui-datepicker-trigger {
	display:inline;
	margin-left:5px;
	vertical-align:middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"] {
	border:solid 1px #ccc;
	width:calc(300px);
	height:calc(22px);
	padding:3px 5px;
	font-size:100%;
	border-radius:0px;
}
input[type="text"].inp-sho {
	border:solid 1px #ccc;
	width:calc(80px);
	height:calc(22px);
	padding:3px 5px;
	font-size:100%;
}
select {
	width:calc(240px);
	height:calc(30px);
	padding:3px 5px;
	font-size:14px;
	border-radius:0px;
	border:solid 1px #ccc;
}
.but-fre {
	color: #fff;
	font-size:130%;
	letter-spacing:2px;
	background-color: #d80707;
	margin:auto;
	padding:15px 0;
	line-height:24px;
	width:calc(80%);
	border: 0px solid #fff;
	border-radius:6px;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.but-fre:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	background-color: rgba(255, 127, 161, 0.8);
}
.for-but-blo {
	margin:40px auto 40px;
	text-align:center;
}
.but-inp {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background-color:#13b49a;
	line-height:150%;
	width:calc(24%);
	padding:10px;
	border: 0px solid #e7e7e7;
	border-radius:0px;
	cursor:pointer;
}
.but-inp:hover {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background-color:#e48989;
	line-height:150%;
	width:calc(24%);
	padding:10px;
	border: 0px solid #e7e7e7;
	border-radius:0px;
	cursor:pointer;
	transition: background 0.3s ease;
}
textarea {
	border:solid 1px #cdcdcd;
	width:calc(80% - 2px);
	height:calc(80px);
	font-size:100%;
}
.for-att {
	color:#FFF;
	font-weight:600;
	font-size:80%;
	padding:2px;
	line-height:120%;
	border-radius:4px;
	background:#e07979;
}
::-webkit-input-placeholder {
 opacity:0.2;
}
::-moz-placeholder {
 opacity:0.2;
}
:-ms-input-placeholder {
 opacity:0.2;
}
:-moz-placeholder {
 opacity:0.2;
}
/*フェードインブロック */
.fad-inn {
	opacity : 0.0;
	transform : translate(0, 120px);
	transition : all 1000ms;
}
.fad-inn1, .fad-inn2, .fad-inn3, .fad-inn4 {
	opacity : 0.0;
	transform : translate(0, 120px);
}
.fad-inn1-fad {
	opacity : 1.0;
	transform : translate(0, 0);
	transition : all 1000ms;
	transition-delay:0s;
}
.fad-inn2-fad {
	opacity : 1.0;
	transform : translate(0, 0px);
	transition : all 1000ms;
	transition-delay:0.3s;
}
.fad-inn3-fad {
	opacity : 1.0;
	transform : translate(0, 0px);
	transition : all 1000ms;
	transition-delay:0.6s;
}
.fad-inn4-fad {
	opacity : 1.0;
	transform : translate(0, 0px);
	transition : all 1000ms;
	transition-delay:0.9s;
}
.scr-inn {
	opacity : 1;
	transform : translate(0, 0);
}
/*フェードインブロック */
.cir-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.cir-lis li {
	display:block;
	width:calc(100% - 40px);
	font-size:110%;
	position:relative;
	padding:0px 20px;
}
.cir-lis li:before {
	position:absolute;
	left:0px;
	top:4px;
	content:"●";
	color:#13b49a;
	display:inline-block;
	transform: rotate(0deg);
	font-size:70%;
}
.cir-lis-blu li:before {
	color:#13b49a;
}
.cir-lis-red li:before {
	color:#ff4e1e;
}
.cir-lis-gre li:before {
	color:#066;
}
.cir-lis-gol li:before {
	color:#b7b23c;
}
/* テーブル　アンダーライン*/
.ver-tab-und-lin {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	text-align:center;
	margin:0px auto 20px;
}
.ver-tab-und-lin dt, .ver-tab-und-lin dd {
	font-size:100%;
	padding:10px;
	border-bottom:solid 1px #CCC;
	background:#fff;
}
.ver-tab-und-lin dt {
	width:calc(30% - 20px);
	color:#606521;
	background-color: #FAFCD8;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.ver-tab-und-lin dd {
	margin-left:10px;
	width:calc(70% - 30px);
	display:flex;
	justify-content:flex-start;
	align-items:center;
	text-align:left;
}
/* END テーブル　アンダーライン*/
/* medicoPro CSS */
.med-pro-blo {
	padding:0px 0 40px;
}
.fle-blo {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.med-pro-ima {
	float:right;
	margin-left:15px;
}
.med-pro-ban-sec {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.med-pro-ban-log {
	position:absolute;
	z-index:5;
	max-width:100%;
	height:auto;
}
.med-pro-ban-log img {
	width:100%;
	height:auto;
}
.med-pro-ban-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.med-pro-ban-lis li {
	width:50%;
	height:auto;
}
.med-pro-ban-lis li img {
	width:100%;
	height:auto;
}
/* END medicoPro CSS */

/* ストップ transition */
.sto-tra * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.men .fas {
	margin-right:8px;
}
/* Effectt button エフェクトボタン-回転キューブ */
.but-cub-wra {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.but-cub-lef-wra {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
}
button.but-cub, button.but-cub-sho {
	background-color: transparent;
	cursor: pointer;
	outline: none;
	appearance: none;
	border:none;
}
.eff-but .fas {
	margin-left:15px;
}
.but-cub {
	display:block;
	width: 380px;
	height: 46px;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
	left:0;
}
.but-cub::before, .but-cub::after {
 position: absolute;
 z-index: -1;
 display: block;
 content: '';
}
.but-cub, .but-cub::before, .but-cub::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.but-cub {
	position: relative;
	-webkit-perspective: 380px;
	perspective: 380px;
}
.but-cub span {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 380px;
	height: 46px;
	border: 1px solid #173eff;
	text-align: center;
	line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
	pointer-events: none;
}
.but-cub span:nth-child(1) {
 background-color: #173eff;
 color: #fff;
 -webkit-transform: rotateX(90deg);
 -moz-transform: rotateX(90deg);
 transform: rotateX(90deg);
 -webkit-transform-origin: 50% 50% -23px;
 -moz-transform-origin: 50% 50% -23px;
 transform-origin: 50% 50% -23px;
}
.but-cub span:nth-child(2) {
 background-color: #fff;
 color: #333;
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
 -webkit-transform-origin: 50% 50% -23px;
 -moz-transform-origin: 50% 50% -23px;
 transform-origin: 50% 50% -23px;
}
.but-cub:hover span:nth-child(1) {
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
}
.but-cub:hover span:nth-child(2) {
 color:#173eff;
 background-color: #173eff;
 -webkit-transform: rotateX(-90deg);
 -moz-transform: rotateX(-90deg);
 transform: rotateX(-90deg);
}
.but-cub-sho {
	display:block;
	width: 240px;
	height: 46px;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
	left:0;
}
.but-cub-sho::before, .but-cub-sho::after {
 position: absolute;
 z-index: -1;
 display: block;
 content: '';
}
.but-cub-sho, .but-cub-sho::before, .but-cub-sho::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.but-cub-sho {
	position: relative;
	-webkit-perspective: 240px;
	perspective: 240px;
}
.but-cub-sho span {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 240px;
	height: 46px;
	border: 1px solid #173eff;
	text-align: center;
	line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
	pointer-events: none;
}
.but-cub-sho span:nth-child(1) {
 background-color: #173eff;
 color: #fff;
 -webkit-transform: rotateX(90deg);
 -moz-transform: rotateX(90deg);
 transform: rotateX(90deg);
 -webkit-transform-origin: 50% 50% -23px;
 -moz-transform-origin: 50% 50% -23px;
 transform-origin: 50% 50% -23px;
}
.but-cub-sho span:nth-child(2) {
 background-color: #fff;
 color: #333;
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
 -webkit-transform-origin: 50% 50% -23px;
 -moz-transform-origin: 50% 50% -23px;
 transform-origin: 50% 50% -23px;
}
.but-cub-sho:hover span:nth-child(1) {
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
}
.but-cub-sho:hover span:nth-child(2) {
 color:#173eff;
 background-color: #173eff;
 -webkit-transform: rotateX(-90deg);
 -moz-transform: rotateX(-90deg);
 transform: rotateX(-90deg);
}
/*　END Effectt button エフェクトボタン-回転キューブ */


/* START 左右スライドボタン*/
.eff-but-blo {
	margin:auto;
}
.eff-but {
	display:block;
	width: calc(100% - 20px);
	min-width:180px;
	max-width:360px;
	height: 100%;
	padding:6px 10px 8px;
	font-weight:normal;
	font-size:80%;
	line-height: 150%;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	color:#343434;
	background:url(../images/chevron-right.svg) right calc(34% - 20px) center no-repeat,#fff;
	border: 1px solid #ababab;
	border-radius:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
	margin:auto;
}
.eff-but-blo:last-child .eff-but {
}
.eff-but:hover, .eff-but:focus {
	background: #13b49a;
	border-color: #13b49a;
	color: #fff;
	text-decoration:none;
	cursor:pointer;
}
.eff-but::before, .eff-but::after {
 top: 0;
 width: 50%;
 height: 100%;
 background: none;
 position: absolute;
 z-index: -1;
 display: block;
 content: '';
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.eff-but::before {
 right: 0;
text-indent:70%;
}
.eff-but:hover::before {
text-indent:-30px;
 right: 0;
}
.eff-but::after {
 left: 0;
}
.eff-but:hover::before, .eff-but:hover::after {
 width: 0;
 background-color: #fff338;
}
.eff-but-inn {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight:bold;
	line-height: 140%;
}
/* END 左右スライドボタン*/

/* メールフォーム */
.inq-blo-wra {
	width:100%;
	padding:0px 0px;
}
.inq-blo {
	width:calc(740px - 60px);
	padding:30px 30px;
	margin:auto;
	background:#FFF;
}
.sec-tit-lin {
	font-size:130%;
	font-weight:600;
	padding:0 0 0px 0;
	border-bottom:double 3px #13b49a;
	margin-bottom:20px;
}
.inq-blo-aro {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.inq-blo-tel {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.inq-blo-tel .fon-bol {
	font-weight:600;
}
.inq-blo-tel .fon-lar-bol {
	font-weight:600;
	font-size:180%;
}
.inq-blo-tel .fon-xlar-bol {
	font-weight:600;
	font-size:220%;
}
.inq-blo-tel .col-gre {
	color:#498b48;
}
.inq-blo-tel .col-red {
	color:#ff4e1e;
}
.ico-mus-lar {
	background-color: #cc3138;
	padding: 2px 5px;
	font-size: 80%;
	font-weight:bold;
	color: #FFF;
	margin: 0px 5px;
	border-radius:2px;
}
.ico-mus {
	display: block;
	background-color: #cc3138;
	padding: 0px 5px;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	float: right;
	margin: 0px 15px 0 5px;
	border-radius:2px;
}
.inq-blo form .dat-lis {
	margin:30px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:stretch;
}
.inq-blo form .dat-lis dt {
	width:calc(35% - 30px);
	font-size:100%;
	font-weight:600;
	padding:10px 15px;
	border-bottom:solid 1px #CCC;
	background:#fafafa;
	vertical-align:top;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
form .dat-lis dd {
	width:calc(65% - 30px);
	background:none;
	padding:10px 15px;
	border-bottom:solid 1px #CCC;
}
.inq-blo .mfp_but {
	width:100%;
	margin:40px auto 80px;
	text-align:center;
}
.inq-blo .fil-but-blo {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.inq-blo input[type="text"].but-inp-sho {
	text-align:center;
	color: #fff;
	font-size:90%;
	letter-spacing:2px;
	background-color: #000;
	line-height:30px;
	width:calc(100px - 6px);
	padding:1px 2px 3px;
	border-radius:6px;
	cursor:pointer;
	margin-right:10px;
	-webkit-appearance: none;
}
.inq-blo .but-inp-sho input[type="file"] {
	display : inline-block;
	border-radius : 5%;
	font-size : 18pt;
	text-align : center;
	cursor : pointer;
	padding : 12px 12px;
	background : #000066;
	color : #ffffff;
	line-height : 1em;
 transition : .3s;
	box-shadow : 6px 6px 3px #666666;
	border : 2px solid #000066;
}
.inq-blo .but-inp-sho {
	text-align:center;
	color: #fff;
	font-size:90%;
	letter-spacing:2px;
	background-color: #000;
	line-height:30px;
	width:calc(100px - 6px);
	padding:1px 2px 3px;
	border-radius:6px;
	cursor:pointer;
	margin-right:10px;
	-webkit-appearance: none;
}
.inq-blo .but-fre {
	font-size:120%;
	color:#FFF;
	letter-spacing:2px;
	background-color: #13b49a;
	line-height:140%;
	width:calc(60% - 0px);
	padding:10px 10px;
	border: 0px double #cbdc51;
	border-radius:2px;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	position:relative;
	top:-10px;
}
.inq-blo .but-fre:hover {
	color: #ffffff;
	position:relative;
	top:0px;
	background:#ff4e1e;
	border:0px solid #ff4e1e;
}
.inq-blo .pp-blo {
	border-radius:2px;
	width:calc(100% - 42px);
	height:200px;
	overflow:auto;
	padding:20px;
	margin:auto;
	border:solid 1px #e7e7e7;
	background:#FFF;
}
.sns-blo {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.sns-blo li {
	font-size:140%;
	margin-left:10px;
}
/* START ページネーション　cms-pagination */
.pag-nav {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.pag-nav ul {
	position: relative;
	float: left;
	left: 50%;
	margin-bottom: 12px;
}
.pag-nav ul li {
	position: relative;
	float: left;
	left: -50%;
	width: 34px;
	height: 38px;
	display: table;
	margin: 0 2px;
	display: none;
}
.pag-nav ul li.pagination-no-num {
	width: auto;
	display: table;
}
.pag-nav ul li.pagination-no-num span {
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	color: #e7e7e7;
	padding:0 10px;
}
.pag-nav ul li.pagination-no-num a {
	padding:0 10px;
}
.pag-nav ul li.pagination-sp {
	display: table;
}
.pag-nav ul li a, .pag-nav ul li span {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
}
.pag-nav ul li a:before, .pag-nav ul li span:before {
	position: absolute;
	display: none;
	content: '';
	width: 96%;
	height: 2px;
	background: #ccc;
	bottom: -3px;
	left: 2%;
}
.pag-nav ul li span {
	background: #13b49a;
	border: 1px solid #13b49a;
	color: #fff;
}
.pagination-txt {
	clear: both;
	text-align: center;
	margin-bottom: 40px;
	background:#f4f4f4;
}
.pagination-txt span {
	color: #212121;
}
 @media print, screen and (min-width: 800px) {
 .pag-nav ul li {
 width: 40px;
 height: 44px;
 margin: 0 3px;
 display: table;
}
 .pag-nav ul li a {
 -webkit-transition: background 0.3s ease;
 -moz-transition: background 0.3s ease;
 transition: background 0.3s ease;
}
 .pag-nav ul li a:hover {
 color:#FFF;
 border:solid 1px #13b49a;
 background: #13b49a;
 text-decoration:none;
 -webkit-transition: background 0.3s ease;
 -moz-transition: background 0.3s ease;
 transition: background 0.3s ease;
}
 .pag-nav ul li.pagination-no-num {
 width: auto;
}
 .pagination-txt {
 margin-bottom: 60px;
}
}
.nav-sin {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.nav-sin-lef a, .nav-sin-rig a {
	display:block;
	background: #fff;
	border: 1px solid #e7e7e7;
	color: #212121;
	padding:10px;
}
.nav-sin-lef a:hover, .nav-sin-rig a:hover {
	color:#FFF;
	border:solid 1px #13b49a;
	background: #13b49a;
	text-decoration:none;
	transition: background 0.3s ease;
}
/* END ページネーション　cms-pagination */
.mw-wp-form_image {
	width:100%;
	height:auto;
}
.mw-wp-form_image img {
	width:100%;
	height:auto;
}
/* SNS ブロック END */
pre {
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	line-height:180%;
}
.fa-sticky-note {
	transform: rotate(180deg);
	padding:0 0 2px 2px;
}
/* CSSアニメーションの設定 */

.mai-fle-sec {
	text-align:center;
	width:1080px;
	height:380px;
	margin:40px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:flex-start;
}
.eff-mai-wra {
	position:relative;
	height:220px;
	width:220px;
	background:#fff;
	overflow:hidden;
	border-radius:50%;
	margin:auto;
	z-index:1;
}
.mai-sli {
	display:none;
}
.mai-sli-inn {
	display:block;
	background:#212121;
	position:absolute;
	top:-25%;
	opacity:0;
	width:120%;
	height:120%;
}
.mai-fle-sec li:nth-of-type(1) .mai-sli-inn {
 animation: SlideVer 1.0s ease 0.0s 1 forwards;
}
.mai-fle-sec li:nth-of-type(2) .mai-sli-inn {
 animation: SlideVer 1.0s ease 0.8s 1 forwards;
}
.mai-fle-sec li:nth-of-type(3) .mai-sli-inn {
 animation: SlideVer 1.0s ease 1.6s 1 forwards;
}
 @keyframes SlideVer {
 0% {
 opacity: 0;
 transform: translateX(0%) rotate(0deg);
}
 80% {
 opacity: 0.8;
}
 90% {
 opacity: 0;
 transform: translateX(100%) rotate(0deg);
}
}
.mai-fad {
	opacity : 0;
	transform : translate(0, 0px);
	transition : all 2000ms;
	height:220px;
	width:220px;
	background:#f8f8f8;
	overflow:hidden;
	border-radius:50%;
	position:relative;
}
.mai-scr {
}
.mai-fle-sec li:nth-of-type(1) .mai-scr {
 animation: SlideVerIma 1.0s ease 0.0s 1 forwards;
}
.mai-fle-sec li:nth-of-type(2) .mai-scr {
 animation: SlideVerIma 1.0s ease 0.8s 1 forwards;
}
.mai-fle-sec li:nth-of-type(3) .mai-scr {
 animation: SlideVerIma 1.0s ease 1.6s 1 forwards;
}
 @keyframes SlideVerIma {
 0% {
 opacity: 0;
 transform: translateX(100%) rotate(0deg);
}
 60% {
 opacity: 0.8;
}
 100% {
 opacity: 1;
 transform: translateX(0%) rotate(0deg);
}
}
.mai-fad img {
	width:auto;
	height:102%;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* END CSSアニメーションの設定 */

/* リスト　カレンダー */
.com-tab-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	margin-bottom:30px;
}
.com-tab-tit {
	font-size:140%;
	border-bottom:2px solid #CCC;
	padding:10px;
	color:#FFF;
	background:#173eff;
}
.com-tab-ite {
}
.com-tab-ite-fle {
	width:70%;
	border-bottom:dotted 2px #CCC;
	padding:8px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
 .com-tab-lis .com-tab-ite:nth-child(2n - 1) {
 width:calc(30% - 16px);
 border-bottom:dotted 2px #CCC;
 padding:8px 8px;
 font-weight:600;
display:flex;
flex-wrap:wrap;
justify-content:flex-start;
align-items:center;
background:#f9f9f9;
color:#00558f;
}
.com-tab-ite:nth-child(2n) {
 width:calc(70% - 16px);
 border-bottom:dotted 2px #CCC;
 padding:8px 8px;
}
#anc04 .com-tab-ite-fle .sp-blo, #anc05 .com-tab-ite-fle .sp-blo {
	display:none;
}
.com-tab-lis-inn {
	border-bottom:dotted 2px #CCC;
	padding:8px 0;
}
.com-tab-lis-inn:last-child {
	border-bottom:dotted 0px #CCC;
}
.com-tab-lis-inn li:first-child {
	font-weight:600;
}
/*ブログカード*/
.blg-car-blo {
	width:calc(100% - 0px);
	height:auto;
	border:solid 0px #e7e7e7;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:40px;
	padding-top:10px;
	background:#fcfcf8;
}
.blg-car-ima {
	width:200px;
	height:auto;
	margin-right:30px;
}
.blg-car-ima img {
	width:100%;
	height:auto;
}
.blg-car-sec {
	width:calc(100% - 230px);
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
.blg-car-tit {
	font-size:110%;
	font-weight:bold;
	padding-bottom:10px;
}
.blg-car-but .eff-but {
	display:block;
	width: calc(100% - 20px);
	min-width:180px;
	max-width:360px;
	height: 100%;
	padding:6px 10px 8px;
	font-weight:normal;
	font-size:80%;
	line-height: 150%;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	color:#fff;
	background: #13b49a;
	border: 0px solid #ababab;
	border-radius:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
	margin:auto;
}
.blg-car-but .eff-but:hover {
	background:#13b49a;
	color: #fff;
	text-decoration:none;
	cursor:pointer;
}
.blg-car-but .eff-but:hover::before, .blg-car-but .eff-but:hover::after {
 width: 0;
 background-color: #fff338;
}
.blg-car-tex {
	font-size:96%;
	line-height:140%;
}
.blg-car-but {
	margin-top:5px;
	margin-left:auto;
}
