@charset "utf-8";
/* CSS Document
Designed by En-Graphiction
https://en-graphiction.com
*/
@import url("material.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap');
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	min-height: 100%;
}
html,
.whole-wrapper {
	overflow-x: hidden;
	position: relative;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	overflow-x: hidden;
	margin: 0;
	color: rgba(34,34,34,1);
	background: rgba(255,255,255,1);
	font-family: "M PLUS 2", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
  font-style: normal;
	line-height: 2;
	position: relative;
	font-size: 1rem;
}
.ccm-panel,
.ccm-panel-detail,
.ui-dialog-content{
	font-feature-settings:initial;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 32px 0;
	padding: 0;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
	clear: both;
}
a {
	color: rgba(34,34,34,1);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
img {
	vertical-align: top;
}
.img-responsive,
.img-fluid {
	width: 100%;
	height: auto;
}
ul,
li,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
/*リンク付き画像にマウスを乗せたら少し透明化*/
a:hover img {
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "M PLUS 2", sans-serif;
}
time{
	text-align: right;
	width: 100%;
	display: block;
}
/*====================================================================
　　　　　　　　　　　　共通設定
====================================================================*/
/*==================== 文字揃 ====================*/
.tac {
	text-align: center !important;
}
.tal {
	text-align: left !important;
}
.tar {
	text-align: right !important;
}
/*==================== 余白 ====================*/
.pdg-8 {
	padding: 8px !important;
}
.pdg-16 {
	padding: 16px !important;
}
.pdg-32 {
	padding: 32px !important;
}
.pdg-48 {
	padding: 48px !important;
}
.pdg-56 {
	padding: 56px 0 !important;
}
.pdg_t-16 {
	padding-top: 16px;
}
.pdg_b-16 {
	padding-bottom: 16px;
}
.mgn_t-0 {
	margin-top: 0 !important;
}
.mgn_b-0 {
	margin-bottom: 0 !important;
}
.mgn-a {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mgn-0a {
	margin: 0 auto !important;
}
.mgn-0 {
	margin: 0 !important;
}
.mgn_t-8 {
	margin-top: 8px !important;
}
.mgn_b-8 {
	margin-bottom: 8px !important;
}
.mgn_t-16 {
	margin-top: 16px !important;
}
.mgn_b-16 {
	margin-bottom: 16px !important;
}
.mgn-32 {
	margin: 32px auto !important;
}
.mgn_t-32 {
	margin-top: 32px !important;
}
.mgn_b-32 {
	margin-bottom: 32px !important;
}
.mgn-48 {
	margin: 48px auto !important;
}
.mgn_t-48 {
	margin-top: 48px !important;
}
.mgn_b-48 {
	margin-bottom: 48px !important;
}
.mgn-56 {
	margin: 56px auto !important;
}
.mgn_t-56 {
	margin-top: 56px !important;
}
.mgn_b-56 {
	margin-bottom: 56px !important;
}
.dis_block {
	display: block;
}
/*==================== 色 ====================*/
/*==================== 背景色 ====================*/
.bg-wht {
	background: rgba(255, 255, 255, 1.00);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.bg-blue {
	background: rgba(29,80,162, 0.05);
}
.bg-orange {
	background: rgba(243, 152, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
.bg-red {
	background: rgba(230, 0, 18, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
.bg-orange a,
.bg-red a {
	color: rgba(255, 255, 255, 1.00);
}
.bg-gray{
	background: rgba(240,240,240, 1.00);
}
/*==================== ボックス ====================*/
.box-basic,
.box-blue,
.box-green,
.box-orange,
.box-red {
	padding: 16px 16px 0;
	display: inline-block;
	width: 100%;
	margin: 0 auto 32px;
}
.box-basic {
	border: 1px solid #ddd;
	background: #F7F7F7;
}
.box-blue {
	border: 1px solid #C7C7F5;
	background: #F1F1FF;
}
.box-green {
	border: 1px solid #B4E9AC;
	background: #EEFFEC;
}
.box-orange{
	border:1px solid rgba(249,168,37,1.00);
	background:rgba(249,168,37,0.1);
}
.box-red{
	border:1px solid rgba(228,118,120,1);
	background:rgba(228,118,120,0.1);
}
/*==================== ビュレットリスト ====================*/
main ul li{
	margin: 0 0 16px 0px;
	padding-left: 1em;
	position: relative;
}
main ul li::before{
	font-family: "bootstrap-icons";
	font-weight: 400;
	content: "\F287";
	font-size: 0.6rem;
	position: absolute;
	top: 8px;
	left: 2px;
}
/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
main ul li::before{
	top: 10px;
}
}
/*==================== 数字リスト ====================*/
.number_list{
	width:100%;
	text-align:left;
	line-height:2rem;
	margin:24px auto;
}
.number_list li{
	display: -webkit-box;
	counter-increment:number;
	margin: 0 0 16px 0px;
}
.number_list li:before{
	content: counter(number) ".";
	display: table-cell;
	padding-right:4px;
	white-space: nowrap;
}
/*==================== 文字 ====================*/
h1,
h4,
h5,
h6 {
	margin: 16px auto;
	line-height: 2;
}
h1 {
	font-size: 2.8rem;
}
h2 {
	font-size: 8vw;
	line-height: 1.3;
	position: relative;
	font-weight: 700;
	margin: 64px auto 32px;
	text-align: left;
}
h2:before {
	content: "\F586";
	font-family: "bootstrap-icons";
	font-weight: 400;
	position: relative;
	bottom: -5px;
	left: 0;
}
#page-home h2{
	line-height: 2;
	margin: 0 auto 32px;
	text-align: center;
}
#page-home h2:before {
	content: none;
}
h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	position: relative;
	margin: 48px auto 16px;
}
h4 {
	font-size: 1.6rem;
	position: relative;
	border-left: 8px solid;
	padding-left: 8px;
}
h5 {
	font-size: 1.4rem;
	padding-left: 16px;
}
h5:before {
	font-family: "bootstrap-icons";
	font-weight: 400;
	content: "\F5A1";
	margin-right: 4px;
	margin-left: -16px;
	top: -3px;
	position: relative;
	font-size: 1rem;
}
h6 {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .02em;
}
/*  -  蛍光ペン風  -  */
.attention-red {
	background: linear-gradient(transparent 60%, #Fcc 100%);
}
.attention-yellow {
	background: linear-gradient(transparent 60%, #ff6 100%);
}
/*  -  ページタイトル  -  */
#headertitle span{
	display: block;
	font-size: 1.6rem;
	margin: 0px;
	font-weight: 300;
}
#headertitle h1{
	margin-top: 0;
}
/*  -  文字調整  -  */
p {
	margin: 0 auto 16px;
	letter-spacing: 1px;
}
.small {
	font-size: 0.8rem;
}
.small i{
	font-size: 0.8rem;
}
.text-normal {
	font-size: 1rem;
	font-weight: normal;
}
.text-middle {
	font-size: 1.4rem;
}
.text-large {
	font-size: 1.6rem;
}
.text-danger {
	color: #F66;
}
.weight-bold{
	font-weight: bold;
}
.big_icon i {
	font-size: 5rem !important;
	color: rgba(249, 168, 37, 1.00);
	bottom: 0 !important;
	margin: 0 auto 32px !important;
}
/*==================== ヘッダー ====================*/
header {
	width: 100%;
	z-index: 999;
	background:rgba(0,0,0,1);
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.header_info {
	align-content:center;
	text-align: right;
}
.header_info a{
	display: inline-block;
	color: rgba(255,255,255,1);
	margin: 0 16px 0 0;
	font-size: 1.6rem;
}
.header_info a:last-child{
	margin: 0;
}
.header_info a i{
  transition: all 0.2s;
}
.header_info a:hover i{
  color: rgba(29,80,162,1);
  transition: all 0.2s;
}
.header_logo a {
	text-decoration: none;
}
/*==================== フッター ====================*/
footer {
	clear: both;
	position: relative;
	color: rgba(255,255,255,1);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 128, 0, .4)), url(../images/bg-footer_above.jpg);
	background-size: cover;
	background-position: center;
}
.mega-footer a {
	line-height: 2;
	color: rgba(255,255,255,1);
}
.footer-logo {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 72%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
.footer-sns{
	margin: 0 auto 32px;
	text-align: center;
	font-size: 1.6rem;
}
.footer-sns a{
	margin:0 8px;
}
.footer-contents i{
	margin-left: 4px;
}
footer .copyright i {
	font-size: 0.8rem;
}
.copyright{
  background: rgba(0,0,0,1);
	color: rgba(255, 255, 255, 1.00);
	padding: 16px 0;
}
.copyright a{
	color: rgba(255, 255, 255, 1.00);
}
/*==================== レイアウト ====================*/
#page-content {
	padding: 0px;
}
.auto_height {
	height: auto;
	width: 100%;
}
/* =========================
   Button base（共通挙動）
========================= */
.button-basic,
.button-primary,
.button-success,
.button-info,
.button-warning,
.button-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}
@media (max-width: 768px) {
.button-basic,
.button-primary,
.button-success,
.button-info,
.button-warning,
.button-danger {
	padding: 20px 32px;
}
}
.button-basic {
  background: rgba(230, 235, 238, 1);
  color: rgba(70, 70, 70, 1);
}
.button-primary {
  background: rgba(52, 152, 219, 1);   /* 青・行動色 */
  color: rgba(255,255,255,1);
}
.button-success {
  background: rgba(46, 204, 113, 0.85); /* 少し抑えた緑 */
  color: rgba(255,255,255,1);
}
.button-info {
  background: rgba(52, 152, 219, 1);
  color: rgba(255, 255, 255, 1);
}
.button-warning {
  background: rgba(243, 156, 18, 1);
  color: rgba(255, 255, 255, 1);
}
.button-danger {
  background: rgba(231, 76, 60, 1);
  color: rgba(255, 255, 255, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button-basic:hover,
  .button-primary:hover,
  .button-success:hover,
  .button-info:hover,
  .button-warning:hover,
  .button-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-primary:hover {
    background: rgba(41, 128, 185, 1);
  }

  .button-success:hover {
    background: rgba(39, 174, 96, 0.85);
  }
}
.button-basic:active,
.button-primary:active,
.button-success:active,
.button-info:active,
.button-warning:active,
.button-danger:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.button-basic:focus-visible,
.button-primary:focus-visible,
.button-success:focus-visible,
.button-info:focus-visible,
.button-warning:focus-visible,
.button-danger:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(100,100,100, 0.4),
    0 8px 20px rgba(0, 0, 0, 0.15);
}
/* =========================
   CTA専用ボタン
========================= */
.button-cta {
  padding: 20px 32px;
  font-size: 1.05rem;
	letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .button-cta {
    padding: 22px 32px;
  }
}
/*==================== ボーダー ====================*/
.border-c1s {
	border: #ccc 1px solid;
}
.border-right-c1s {
	border-right: #ccc 1px solid;
}
.border-left-c1s {
	border-left: #ccc 1px solid;
}
.border-top-e1s {
	border-top: #e0e0e0 1px solid;
}
.border-bottom-e1s {
	border-bottom: #e0e0e0 1px solid;
}
/*==================== 正方形画像を円に ====================*/
.circle-image {
	border-radius: 50%;
}
/*==================== 埋め込み ====================*/
iframe {
	width: 100% !important;
}
.radius-8{
	border-radius: 8px;
}
/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
	.tac-ss {
		text-align: center;
	}
	.tal-ss {
		text-align: left;
	}
	.pdg-0-16-ss {
		padding: 0 16px;
	}
	.pdg-32-0-ss {
		padding: 32px 0px;
	}
	.pdg-32-16-ss {
		padding: 32px 16px;
	}
	.mgn_b-32-ss{
		margin-bottom: 32px !important;
	}
	.mgn_t-32-ss{
		margin-top: 32px !important;
	}
	.small-screen_br {
		/*改行*/
		display: block;
	}
	.small-screen_none {
		/*非表示*/
		display: none;
	}
	.sidebar-page-list-wrapper,
	.side-logo_area {
		display: none;
	}
	.myframe {
		padding: 32px 0;
	}
	.header_logo {
		padding: 24px 0 24px 8px;
		z-index: 1;
	}
	.header_logo img {
		height: 80px;
		width: auto;
	}
	header{
		position: relative;
	}
	.header_info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50, -50%);
  transform: translate(-50, -50%);
	z-index: 10;
	}
	main {
		padding: 32px 0 0;
	}
	.container{
		width: 96%;
	}
	.pdg-8 .container{
		width: 100%;
	}
	main,
	.page-content-right,
	.page-content-left,
	.side-content-left,
	.side-content-right {
		margin: 0 auto;
	}
	.page-template-home .home_wrapper {
		padding: 0 16px 32px;
	}
	.mega-footer {
		padding: 0px 0 0;
		background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 128, 0, .8)), url(../images/bg-footer_above.jpg);
		background-size: cover;
		background-position: center;
	}
.footer-contents{
	margin-top: 168px !important;
}
/*  -  ページタイトル  -  */
#headertitle span{
	font-size: 6vw;
}
#headertitle::after {
    top: 50%;
    left: initial;
    right: -56%;
    width: 400px;
    height: 400px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
	.side-content-left,
	.side-content-right {
		width: 100%;
		margin-top: 32px;
	}
	.img_l img,
	.img_r img {
		width: 100%;
		height: auto;
		margin: 0 auto 16px;
	}
	h1 {
		font-size: 10vw;
	}
	h2 {
		margin: 48px auto 32px;
	}
	h3 {
		font-size: 8vw;
	}
	h4 {
		font-size: 6vw;
	}
	h5 {
		font-size: 6vw;
	}
	h6 {
		font-size: 6vw;
	}
	.text-large {
		font-size: 1.4rem;
	}
	.text-middle {
		font-size: 1.2rem;
	}
	.text-middle-ss {
		font-size: 7vw !important;
	}
	.ccm-ss_big-image-block {
		width: 140%;
		margin-left: -20%;
	}
	/*==================== ページ上部へ戻る ====================*/
	.page_top {
		background: rgba(255, 255, 255, 1.00);
		width: 90%;
		text-decoration: none;
		text-align: center;
		color: rgba(0,0,0,1) !important;
		display: block;
		padding: 8px 0px;
		line-height: 2;
		position: relative;
		margin: 0 auto 32px;
		top: 136px;
	}
	.page_top i {
		font-size: 1rem;
		margin-right: 8px;
	}
}
/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
	/*==================== レイアウト ====================*/
	.tac-ls {
		text-align: center;
	}
	.side-content-left,
	.side-content-right {
		width: 30%;
	}
	.side-content-left {
		padding: 0 40px 0 0;
	}
	.side-content-right {
		padding: 0 0 0 40px;
	}
	.page-content-right,
	.page-content-left {
		width: 70%;
	}
	main{
		padding: 56px 0 0;
	}
	#panels {
		padding: 0 32px;
	}
	header {
		padding: 24px 0;
	}
	.mega-footer {
		padding: 8% 0px 0px;
	}
.footer-logo {
	width: 16%;
}
	.copyright{
		margin-top: 80px;
	}
	.header_logo img {
		height: 120px;
		width: auto;
	}
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
	.large-screen_br {
		/*改行*/
		display: block;
	}
	h2 {
		font-size: 2.4rem;
		padding: 0 0px 0 2.2rem;
	}
h2:before,
h2:before {
	margin-left: -2.2rem;
}
#page-home h2{
	padding: 0;
}
.mgn-0-0-16-16 {
	margin: 0 0 16px 16px !important;
}
	.mgn_t-64-ls{
		margin-top: 64px !important;
	}
	.mgn_b-64-ls{
		margin-bottom: 64px !important;
	}
	.mgn_b-96-ls{
		margin-bottom: 96px !important;
	}
	.mgn_t-144-ls{
		margin-top: 144px !important;
	}
	.mgn_b-144-ls{
		margin-bottom: 144px !important;
	}
	.pdg-96-ls {
		padding: 96px 0 !important;
	}
	/*==================== 縦書き ====================*/
	.w_m_vertical {
		-ms-writing-mode: tb-rl;
		/* for MS IE8+ */
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		-moz-text-orientation: upright;
		text-orientation: upright;
	}
	.w_m_vertical-y {
		-ms-text-combine-horizontal: all;
		-webkit-text-combine: all;
		-moz-text-combine: all;
		text-combine-upright: all;
	}
	/*==================== 画像寄せ ====================*/
	.img_l img,
	.img_r img {
		width: 40%;
		height: auto;
	}
	.img_l img {
		float: left;
		margin: 0 16px 16px 0;
	}
	.img_r img {
		float: right;
		margin: 0 0 16px 16px;
	}
	/*==================== PC（パソコン）のみフロート ====================*/
	.float_r-ls {
		float: right;
	}
	.float_l-ls {
		float: left;
	}
	/*==================== ページ上部へ戻る ====================*/
	.page_top {
		position: fixed;
		right: 0px;
		bottom: 0px;
		display: block;
		z-index: 5;
		line-height: 0 !important;
	}
	.page_top i {
		font-size: 3rem;
		color: rgba(175,175,175, 1.00);
	}
	.page_top i:hover {
		color: rgba(175,175,175, 0.5);
	}
	.page_top span {
		display: none;
	}
	.anchor {
		margin-top: -60px !important;
		padding-top: 60px !important;
	}
}
/*====================================================================
　　　　　　　　　　グリッドレイアウト
====================================================================*/
@media (min-width:769px) {
	.container {
		width: 750px
	}
}
@media (min-width:992px) {
	.container {
		width: 970px
	}
}
@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}
.container {
	margin: auto;
}
.flex_box-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-flow: row wrap;
}
.flex_box-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
}
.flex_box-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.ccm_s-s-12 {
		width: 100%
	}
	.ccm_s-s-11 {
		width: 88%
	}
	.ccm_s-s-10 {
		width: 80%
	}
	.ccm_s-s-9 {
		width: 72%
	}
	.ccm_s-s-8 {
		width: 64%
	}
	.ccm_s-s-7 {
		width: 56%
	}
	.ccm_s-s-6 {
		width: 48%
	}
	.ccm_s-s-5 {
		width: 40%
	}
	.ccm_s-s-4 {
		width: 32%
	}
	.ccm_s-s-3 {
		width: 24%
	}
	.ccm_s-s-2 {
		width: 16%
	}
	.ccm_s-s-1 {
		width: 8%
	}
}
@media (min-width:769px) {
	.ccm_m-s-12 {
		width: 100%
	}
	.ccm_m-s-11 {
		width: 88%
	}
	.ccm_m-s-10 {
		width: 80%
	}
	.ccm_m-s-9 {
		width: 72%
	}
	.ccm_m-s-8 {
		width: 64%
	}
	.ccm_m-s-7 {
		width: 56%
	}
	.ccm_m-s-6 {
		width: 48%
	}
	.ccm_m-s-5 {
		width: 40%
	}
	.ccm_m-s-4 {
		width: 32%
	}
	.ccm_m-s-3 {
		width: 24%
	}
	.ccm_m-s-2 {
		width: 16%
	}
	.ccm_m-s-1 {
		width: 8%
	}
}
@media (min-width:992px) {
	.ccm_l-s-12 {
		width: 100%
	}
	.ccm_l-s-11 {
		width: 88%
	}
	.ccm_l-s-10 {
		width: 80%
	}
	.ccm_l-s-9 {
		width: 72%
	}
	.ccm_l-s-8 {
		width: 64%
	}
	.ccm_l-s-7 {
		width: 56%
	}
	.ccm_l-s-6 {
		width: 48%
	}
	.ccm_l-s-5 {
		width: 40%
	}
	.ccm_l-s-4 {
		width: 32%
	}
	.ccm_l-s-3 {
		width: 24%
	}
	.ccm_l-s-2 {
		width: 16%
	}
	.ccm_l-s-1 {
		width: 8%
	}
}
/*====================================================================
　　　　　　　　　　リップルエフェクト
====================================================================*/
.ripple {
	position: relative;
	overflow: hidden;
}
.ripple .rp-effect {
	position: absolute;
	border-radius: 50%;
	opacity: 0.35;
	transform: scale(0);
	background: #FFF;
	animation: ripple 700ms;
}
@-webkit-keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
	}
}
@keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
	}
}
