html, body{
	font-size:14px;
	line-height:1.7;
	font-family:-apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "halt" 1;
}

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;
	letter-spacing:1px;
	color:#3c3c3c;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
}
article,side,details,figcaption,figure,
header,menu,nav,section {
	display:block;
}
img{max-width: 100%;height: auto;}
a {
	box-sizing:border-box;
}
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 {
	min-width:1080px;
	margin:0 auto;
}
.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 {
	width:100%;
	border-top:solid 6px #f7bde5;
}
header {
	width:100%;
	background-color:#faebee;
}
header > div{
	width:1060px;
	height:140px;
	margin:0 auto;
}
header > div > *{
	width:50%;
	float:left;
}
header > div > div{
	position:relative;
	margin-top:20px;
	padding-top:15px;
	padding-left:165px;
}
header > div > div > img{
	position:absolute;
	left:5px;
	top:0;
}
header > div > div > a{
	display:inline-block;
	
}
header > div > dl > dt{
	min-height:29px;
	margin-top:21px;
	position:relative;
}
header > div > dl > dt > h1{
	font-size:12px;
	color:#595959;
	display:inline-block;
	font-weight:normal;
	padding-top:15px;
}
header > div > dl > dt > a{
	display:block;
	position:absolute;
	top:0;
	right:0;
	background:url("../img/material/header-tel.png") no-repeat;
	width:285px;
	height:29px;
	text-indent:105%;
	white-space:nowrap;
	overflow:hidden;	
}
header > div > dl > dd{
	position:relative;
	background-color:#fff;
	border-radius:10px;
	box-shadow:0 0 3px 2px rgba(249,159,176,0.3);
	margin-top:10px;
}
header > div > dl > dd > dl{
	overflow:hidden;
	padding:5px;
}
header > div > dl > dd > dl *{
	font-size:11px;
	font-style:normal;
	color:#565656;
}
header > div > dl > dd > dl > *{
	float:left;
	position:relative;
}
header > div > dl > dd > dl > dt{
	width:55%;
}
header > div > dl > dd > dl > dd{
	width:45%;
}
header > div > dl > dd > dl > dt strong{
	position:absolute;
	display:inline-block;
	top:15px;
	left:0;
	width:80px;
	text-align:center;
	font-weight:normal;
}
header > div > dl > dd > dl > dt ul{
	margin-left:85px;
	padding:2px 10px 4px;
	border-left:solid 1px #fca9e1;
}
header > div > dl > dd > dl ul > li{
	position:relative;
	margin-top:3px;
}
header > div > dl > dd > dl ul > li > i{
	position:absolute;
	font-weight:bold;
	left:0;
	top:1px;
	width:60px;
	display:inline-block;
	border-radius:3px;
	background-color:#fca9e1;
	color:#fff;
	text-align:center;
	line-height:1.5;
}
header > div > dl > dd > dl li > i + p{
	margin-left:65px
}
header > div > dl > dd > dl li > p:first-child{
	padding-top:1px;
}

/*
header end 
g-navi start ******************************************* */




/*
g-navi end 
slider start ******************************************* */

slider {
	display:block;
	width:100%;
	height:460px;
	background:url("../img/material/header-bg01.jpg") no-repeat;
	background-position:center top;
	background-size:auto;
}
slider > div.bx-wrapper{
	width:1080px;
	height:421px;
}
.bx-wrapper li{
	padding:10px
}
.bx-wrapper li img{
	border-radius:10px;
	box-shadow:0 0 6px 3px rgba(0,0,0,.2);
}

/*
slider end 
footer start ******************************************* */

footer {
	background: #fff6f8; /* Old browsers */
	background: -moz-linear-gradient(top, #fff6f8 0%, #ffd1ed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff6f8 0%,#ffd1ed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff6f8 0%,#ffd1ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6f8', endColorstr='#ffd1ed',GradientType=0 ); /* IE6-9 */
	marign-top:25px;
}
footer > section{
	width:1060px;
	margin:0 auto;
	overflow:hidden;
	padding:28px 0 25px;
}
footer > section > *{
	float:left;
	width:50%;
}
footer > section > dl{
	background-color:#fff;
	border-radius:5px;
	box-shadow:2px 2px 2px rgba(0,0,0,.2) inset;
	padding:0 20px;
	overflow:hidden;
}
footer > section > dl > dt{
	float:left;
	width:250px;
}
footer > section > dl > dt > h3{
	width:259px;
	height:60px;
	background:url("../img/material/footer-logo.png") no-repeat;
	overflow:hidden;
	text-indent:105%;
	white-space:nowrap;	
	margin-top:20px;
	margin-left:20px;
}
footer > section > dl > dt > address{
	padding:10px 0 20px 100px;
	font-size:13px;
	line-height:1.5;
	font-style:normal;
}
footer > section > dl > dd{
	float:right;
	width:140px;
	padding:15px 0 17px;
}
footer > section > dl > dd > ul > li > a{
	margin-top:2px;
	line-height:1.8;
	text-decoration:none;
	font-size:13px;
	color:#a51077;
	position:relative;
	display:block;
	padding-left:20px;
}
footer > section > dl > dd > ul > li > a:before{
	content:"";
	display:block;
	width:6px;
	height:100%;
	background:url("../img/material/icon-arrow02.png") no-repeat;
	background-position:center;	
	position:absolute;
	left:0;
}
footer > section > div {
	padding:0 45px 20px 100px;
}
footer > section > div > dl{
	width:310px;
	margin-left:20px;
}
footer > section > div > dl > *{
	position:relative;
	overflow:hidden;
	padding:1px 0 1px 1px;
}
footer > section > div > dl > dt >*,
footer > section > div > dl > dd >*{
	float:left;
	font-size:13px;
	color:#8d3b49;
	font-weight:bold;
	font-style:normal;
	line-height:28px;
	display:block;
	text-align:center;
	background-color:#fff;
	margin-right:2px;
}
footer > section > div > dl strong{
	width:126px;
	font-size:12px;
}
footer > section > div > dl i{
	width:25px;
}
footer > section > div > dl > dt > i,
footer > section > div > dl > dd > strong{
	background-color:#f9dfec;
}
footer > section > div > ul {
    margin: 10px 50px 0;
}
footer > section > div > ul > li {
    font-size:13px;
}
footer > section > div > div {
	margin-top:20px;
	position:relative;
	border:solid 1px #d59ebe;
	padding:20px 20px 15px;
	border-radius:10px;
}
footer > section > div > div > h3 {
	font-size:13px;
	width:76px;
	display:inline-block;
	padding:3px 0;
	text-align:center;
	background-color:#ffe8f3;
	color:#a51077;
	position:absolute;
	top:-14px;
	left:0;
	right:0;
	margin:0 auto;
}
footer > section > div > div > ul > li{
	display:inline-block;
	margin-right:22px;
	margin-top:1px;
}
footer > section > div > div > ul > li > a{
	display:block;
	color:#a51077;
	text-decoration:none;
	background:url("../img/material/icon-arrow02.png") no-repeat 5px center;
	padding:0 6px 0 16px;
	font-size:13px;
	line-height:1.9;
	border-radius:2px;
}

footer > small{
	display:block;
	text-align:center;
	background-color:rgba(255,255,255,.5);
	color:#82576c;
	border-top:solid 1px #fff;
	padding:25px 0;
	font-size:13px;
}


/*
footer end 
side start ******************************************* */

#wrapper > aside{
	float:left;
	width:260px;
	margin-top:60px;
}
.s-menu01 {
	background:url("../img/material/side-bg01.gif") no-repeat;
	background-position:left top;
	background-size:auto;
	border-radius:5px;
	padding:8px 12px 13px 14px;
}
.s-menu01 > h2{
	background-color:#ffdbeb;
	height:40px;
	line-height:42px;
	text-align:center;
	color:#82576c;
	font-size:16px;
	box-shadow:2px 2px 2px -1px rgba(199,115,153,0.5);
	border-radius:5px;
}
.s-menu01 > ul{
	margin-top:12px;
	border-top:solid 1px #d9d5d4;
	border-left:solid 1px #d9d5d4;
	border-right:solid 1px #d9d5d4;
}
.s-menu01 > ul > li{
	border-bottom:solid 1px #d9d5d4;
}
.s-menu01 > ul > li > a{
	height:42px;
	line-height:44px;
	font-size:14px;
	letter-spacing:0.5px;
	color:#4e3b21;
	text-decoration:none;
	display:block;
	padding:0 30px 0 12px;
	background-color:rgba(255,255,255,.65);
	position:relative;
	transition: .3s;
}
.s-menu01 > ul > li > a:after{
	content:"";
	display:block;
	width:9px;
	height:100%;
	background:url("../img/material/icon-arrow01.png") no-repeat;
	background-position:center;
	position:absolute;
	right:13px;
	top:0;
}
.s-menu02 {
	margin-top:25px;
	border-radius:10px;
	border:solid 3px #ffc0cb;
	padding:0 10px 20px;
}
.s-menu02 > h3{
	font-size:19px;
	border-bottom:solid 2px #ffc0cb;
	height:52px;
	line-height:50px;
	position:relative;
	padding-left:54px;
}
.s-menu02 > h3:before{
	content:"";
	width:32px;
	height:90%;
	display:block;
	position:absolute;
	left:6px;
	top:0;
}
.s-menu02.acc > h3:before{background:url("../img/material/side-icon01.png") no-repeat #ffc0cb center 9px;}
.s-menu02.tim > h3:before{background:url("../img/material/side-icon02.png") no-repeat #ffc0cb center 12px;}

.s-menu02 > div {
	margin:8px 0;
	width:100%;
	height:200px;
}
.s-menu02 > div iframe{
	width:100%;
	height:100%;
}
.s-menu02 > address {
	font-size:13px;
	letter-spacing:0;
	font-style:normal;
	line-height:1.4;
	display:block;
	margin:3px 0 0;
}
.s-menu02.acc > p {
	margin:15px auto 0;
	background:url("../img/material/side-tel.png") no-repeat;
	width:215px;
	height:20px;
	overflow:hidden;
	text-indent:105%;
	white-space:nowrap;
}
.s-menu02 > dl {
	width:100%;
	margin-top:17px;
}
.s-menu02 > dl *{
	font-size:14px;
	color:#8d3b49;
	text-align:center;
	font-style:normal;
	font-weight:bold;
}
.s-menu02 > dl > *{
	overflow:hidden;
	position:relative;
	padding-bottom:3px;
}
.s-menu02 > dl > dt *,
.s-menu02 > dl > dd *{
	display:block;
	height:35px;
	line-height:35px;
	margin:0 3px 2px 0;
	box-shadow:1px 1px 2px rgba(0,0,0,.3);
	float:left;
}
.s-menu02 > dl strong{
	width:58px;
	position:relative;
}
.s-menu02 > dl > dt > i{
	background-color:#ffc0cb;
}
.s-menu02 > dl i{
	width:25.8px;
}
.s-menu02 > dl > dt > strong:before{
	content:"";
	display:block;
	width:102%;
	height:1px;
	background-color:rgba(0,0,0,.3);
	transform-origin: left top;
	transform: rotate(28deg);
	position:absolute;
	top:6px;
	left:6px;
}
.s-menu02 > ul{
	margin:13px 20px 10px;
}
.s-menu02 > ul > li:last-child{
	color:#f780d1;
	font-weight:bold;
}
.s-menu02.tim > p{
	text-align:center;
	border-top:solid 2px #d1d1d1;
	padding-top:10px;
}
.s-menu03,
.s-facebook{
	margin-top:30px;
}
.s-menu03 > li{
	margin-top:20px;
}
.s-menu03 > li > a,
.s-menu03 > li > a img{
	display:block;
	max-width:100%;
}

/*
side end 
contents start ******************************************* */
/* top */

#wrapper {
	margin:0 auto;
	padding:0 10px;
	width:1080px;
	overflow:hidden;
	padding-bottom:60px;
}
.top #wrapper {
	margin-top:58px;
}
#wrapper > article{
	width:760px;
	float:right;
	margin-top:60px;
}
section.t-con01 > div{
	background:url("../img/top/img-bg02.jpg") no-repeat right bottom;
}
section.t-con01 > div > p{
	width:50%;
	padding:35px 0 65px 15px;
	line-height:1.9;
}
section.t-con01 > div > img.pc,
.s-facebook > iframe.pc{
	display:block;
}
section.t-con01 > div > img.sp,
.s-facebook > iframe.sp{
	display:none;
}
.t-con02 {
	margin:25px 0 0;
	border:solid 4px #d0cece;
	padding:25px;
}	
.t-con02 > div > h3{
	background-color:#fed1e7;
	line-height:20px;
	padding:12px 35px 10px;
	font-size:19px;
	color:#82576c;
	border-radius:3px;
	box-shadow:2px 2px 1px -1px #d596b3;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
	position:relative;
}
.t-con02 > div > h3:before{
	content:"";
	display:block;
	width:5px;
	height:50%;
	background-color:rgba(255,255,255,.85);
	position:absolute;
	left:18px;
	top:12px;
}
.t-con02 > div > ul,
.t-con02 > div > ol{
	position:relative;
	overflow:hidden;
	margin-top:15px;
}
.blog-list > ul{
	margin-top:35px;
}
.t-con02 > div > ul > li{
	float:left;
	width:227px;
	padding-top:15px;
}
.t-con02 > div > ul > li:nth-child(3n + 1){
	margin-right:11px;
}
.t-con02 > div > ul > li:nth-child(3n + 3){
	float:right;
}
.t-con02 > div > ul > li > a{
	border:solid 2px #ffc0cb;
	display:block;
	border-radius:10px;
	overflow:hidden;
	text-decoration:none;
}
.t-con02 > div > ul > li > a img{
	display:block;
	max-width:100%;
}
.t-con02 > div > ul > li > a p{
	text-align:center;
	height:46px;
	line-height:49px;
	color:#82576c;
	background-color:#fed1e7;
	font-size:15px;
	font-weight:bold;
	text-shadow:1px 1px 0px rgba(255,255,255,.25);
	letter-spacing:0.5px;
}
.t-con02 > div > ol > li,
.blog-list > ul > li{
	border-bottom:dotted 1px #999999;
}
.t-con02 > div > ol > li > a,
.blog-list > ul > li > a{
	display:block;
	line-height:1.7;
	padding:13px 0 7px;
	position:relative;
	text-decoration:none;
}
.t-con02 > div > ol > li > a > span,
.blog-list > ul > li > a > span{
	position:absolute;
	left:5px;
	top:16px;
	font-size:12px;
	letter-spacing:1.5px;
	color:#999;
	font-weight:bold;
}
.t-con02 > div > ol > li > a > p,
.blog-list > ul > li > a > p{
	margin-left:150px;
	font-size:16px;
}
.t-con03 > * {
	margin-top:25px;
	border-radius:10px;
	box-shadow:0 0 10px -2px rgba(0,0,0,.4);
}
.t-con03 dl {
	padding:25px 28px;
	overflow:hidden;
	position:relative;
}
.t-con03 dl > dt{
	float:left;
	width:65%;
}
.t-con03 dl > dt > h3{
	font-size:26px;
	color:#f967ae
}
.t-con03 dl > dt > p{
	margin-top:10px;
	padding:15px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.t-con03 dl > dt > a{
	float:right;
	margin:15px 15px 0;
	display:inline-block;
	padding:7px 35px 6px 25px;
	line-height:1;
	border-radius:5px;
	border:solid 1px rgba(249,103,174,.5);
	text-decoration:none;
	color:#82576c;
	position:relative;
	font-size:13px;
	font-weight:bold;
	background: #fff6f8; /* Old browsers */
	background: -moz-linear-gradient(top, #fff6f8 0%, #ffe8f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff6f8 0%,#ffe8f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff6f8 0%,#ffe8f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6f8', endColorstr='#ffe8f5',GradientType=0 ); /* IE6-9 */
}
.t-con03 dl > dt > a:after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #82576c;
	position:absolute;
	right:15px;
	top:0;
	bottom:0;
	margin:auto 0;
}

.t-con03 > dl > dt > h4{
	color:#f967ae;
	margin:17px 32px 0;
	border-bottom:solid 1px rgba(249,103,174,.5);
	position:relative;
	z-index:1;
}
.t-con03 > dl > dt > ul{
	background-color:rgba(249,103,174,.1);
	margin:-32px 15px 0;
	padding:41px 15px 13px;
}
.t-con03 > dl > dt > ul > li{
	color: #f967ae;
    padding-left: 5px;
	letter-spacing:2px;
	font-weight:bold;
}
.t-con03 > dl > dd{
	float:right;
}
.t-con03 > dl > dd > p{
	line-height:1.3;
	background-color:#dedede;
	text-align:center;
	font-size:12px;
	width:75%;
	margin:0 auto;
	padding-left:13px;
}
.t-con03 div > dl > dd{
	position:absolute;
	right:0;
	top:0;
}
.t-con03 div {
	background:url("../img/top/img-bg01.gif") no-repeat left top;
}
.t-con03 div > p{
	padding:40px 0 20px 225px;
	background:url("../img/top/img-txt01.png") no-repeat 14px 40px;
}

/* kaso */
.page-title {
	margin-top:58px;
	width:100%;
	border-bottom:solid 2px #cdcccc;
}
.page-title > div{
	width:1060px;
	min-height:130px;
	margin:0 auto;
	background:url("../img/material/page-titlebg.gif") no-repeat right center;
}
.page-title > div > h3{
	padding:38px 0 0 75px;
	display:inline-block;
	min-width:330px;
	line-height:1.5;
}
.page-title > div > h3 > strong{
	display:block;
	border-bottom:solid 1px #cdcccc;
	color:#5b5050;
	font-size:24px;
}
.page-title > div > h3 > span{
	display:block;
	font-size:11px;
	text-align:right;
}
.page article {
	border:solid 5px #ffdbeb;
	padding:35px 35px 120px;
}
.page article > section > div {
	margin-top:50px;
}
.page article > section > div.a-area01 {
	margin-top:0;
}
.h-title01 {
	border-top:solid 2px #ff69b4;
	border-bottom: solid 1px #DDDDDD;
	font-size:20px;
	line-height:1.5;
	position:relative;
	padding:14px 0 12px 35px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.h-title01:before{
	content:"";
	display:block;
	position:absolute;
	background-color:#ff69b4;
	left:5px;
	width:7px;
	height:55%;
}
.blog-area .h-title01{
	margin-top:35px;
}
.blog-area .h-title01 > span{
	position: absolute;
    top: -27px;
    font-size: 15px;
    font-weight: bold;
    color: #9a9a9a;
    left: 0;
    text-shadow: none;
}

.h-title02 {
	margin-top:45px;
	position:relative;
	padding-left:30px;
	font-size:17px;
	line-height:1.5;
}
.h-title02:before {
	content:"";
	width:13px;
	height:13px;
	display:block;
	background:url("../img/material/icon-arrow03.jpg") no-repeat;
	position:absolute;
	left:5px;
	top:6px;
}
.h-title03 {
	margin-top:35px;
	color:#ff69b4;
	font-size:23px;
	line-height:1.5;
	letter-spacing:1px;
}
.h-title03 > span{
	font-size:26px;
	color:#ff69b4;
	padding:0 1px 0 4px;
	letter-spacing:3px;
}
.add01 .h-title03 {
	font-size:20px;
}
.add01 .h-title03 > span {
	font-size:24px;
}

.a-list01 {
	display:inline-block;
	margin-top:35px;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
.a-list01 > *{
	overflow:hidden;
	border-bottom:solid 1px #ccc;
}
.a-list01 > dt *,
.a-list01 > dd *{
	overflow:hidden;
	display:block;
	float:left;
	width:55px;
	height:35px;
	line-height:35px;
	padding-left:1px;
	text-align:center;
	font-style:normal;
	border-right:solid 1px #ccc;
	font-weight:bold;
}
.a-list01 strong{
	width:100px;
}
.a-list01 > dt > i,
.a-list01 > dd > strong{
	background-color:#f9dfec;
	color:#8d3b49;
}
.a-list02 {
	padding-top:10px;
	position:relative;
}
.a-list02 > dt{
	position:absolute;
	left:0;
	width:80px;
	margin-top:10px;
	text-align:right;
}
.a-list02 > dd{
	margin-left:100px;
	margin-top:10px;
	padding-left:20px;
	border-left:solid 1px #ccc;
}
.a-list02 > dd > p{
	padding-left:100px;
	position:relative;
}
.a-list02 > dd > p:nth-child(2){
	margin:3px 0;
}
.a-list02 > dd > p > strong{
	position:absolute;
	left:0;
	width:85px;
	color:#8d3b49;
	background-color: #f9dfec;
	padding:0 3px;
}
.a-list02 *{
	letter-spacing:2px;
	line-height:1.5;
	font-size:13px;
}
.a-list03 {
	margin-top:25px;
}
.a-list03 > li{
	margin-top:15px;
	padding:5px;
}
.a-list03 > li > strong{
	display:block;
	background:url("../img/material/icon-arrow04.gif") no-repeat left 3px;
	padding:0 0 0 20px;
	color:#fe58ab;
	font-size:15px;
}
.a-list03 > li > p{
	padding:5px 0 0 25px;
}
.a-list04 {
	overflow:hidden;
	position:relative;
}
.a-list04 > dt{
	float:left;
	width:55%
}
.a-list04 > dd{
	float:right;
	width:265px;
	margin-top:75px;
	padding:5px;
}
.a-list04 > dd > img{
	display:block;
	max-width:100%;
}
.a-list04.add01 {
	min-height:206px;
}
.a-list04.add01 > dd {
	position:absolute;
	right:0;
	top:30px;
	margin:0;
	width:310px;
}
.a-list04.a-img01 > dd > img{
	border:solid 1px #dcdcdc;
	box-shadow: 10px 10px 5px -8px rgba(0,0,0,.25);
}
.a-list04.add03 > dt{
	padding-top:20px;
}
.a-list04.add03 > dd{
	margin-top:25px;
}
.a-list04.add04 > dt{
	margin-top:25px;
}
.a-list04.add04 > dd{
	margin-top:37px;
}
.a-list04.add04 > dt > p > img {
	width:175px;
	margin-top:40px;
}

.a-list05 > li{
	overflow:hidden;
}
.a-list05.add02 > li {
	border-bottom:solid 1px #ddd;
}
.a-list05 > li > p{
}
.a-list05 > li > a,
.a-list06 > ul > li a.a-link01{
    float: right;
    margin: 5px 15px 25px;
    display: inline-block;
    padding: 7px 35px 6px 25px;
    line-height: 1;
    border-radius: 5px;
    border: solid 1px rgba(249,103,174,.5);
    text-decoration: none;
    color: #82576c;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    background: #fff6f8;
    background: -moz-linear-gradient(top, #fff6f8 0%, #ffe8f5 100%);
    background: -webkit-linear-gradient(top, #fff6f8 0%,#ffe8f5 100%);
    background: linear-gradient(to bottom, #fff6f8 0%,#ffe8f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6f8', endColorstr='#ffe8f5',GradientType=0 );
}
.a-list06 > ul {
	overflow:hidden;
	padding-top:10px;
}
.a-list06 > ul > li{
	float:left;
	width:302px;
}
.a-list06 > ul > li:last-child{
	float:right;
}
.a-list06 > ul > li h3 + *{
	display:block;
	padding:2px;
	border:solid 1px #dcdcdc;
	margin:10px 0 0;
}
.a-list06 > ul > li img{
	display:block;
}
.a-list06 > ul > li p{
	font-size:12px;
	font-weight:bold;
	color:#676767;
	letter-spacing:1.5px;
	padding:5px 10px 0;
}
.a-list06 > ul > li a.a-link01{
	margin:10px 0 0;
}
.a-list07 {
	margin-top:30px;
	padding:5px 5px 55px;
}
.a-list07 > li{
	position:relative;
	background-color:#fbecef;
	margin-top:2px;
	padding:2px;
}
.a-list07 > li > strong{
	position:absolute;
	left:25px;
	top:10px;
	font-weight:normal;
}
.a-list07 > li > p{
	background-color:#fff;
	margin:0 0 0 150px;
	padding:10px 25px;
}
.a-list08 {
	margin-top:25px;
	padding:5px;
	overflow:hidden;
}
.a-list08 > dt{
	float:left;
	width:60%;
}
.a-list08 > dd{
	float:right;
	max-width:35%;
}
.a-list08 > dd img,
.a-list09 dt img,
.a-list10 > li > dl > dd img,
.a-list10.a-img03 > li > div > img{
	padding:2px;
	border:solid 1px #dedede;
	display:block;
	max-width:100%;
	box-shadow:10px 10px 10px -15px rgba(0,0,0,.5);
}
.a-list09 > li{
	overflow:hidden;
	padding:5px;
}
.a-list09 > li > dl {
	margin:15px 0 0;
}
.a-list09 > li > dl > dt{
	float:left;
	width:34%;
}
.a-list09 > li > dl > dd{
	margin-left:38%;
}
.a-list10 {
	padding:5px 5px 5px 35px;
	margin-top:35px;
}
.a-list10 > li{
	margin-bottom:25px;
	border:solid 2px #f194c3;
	padding:10px 25px 10px 60px;
	position:relative;
	border-radius:7px;
}
.a-list10 > li:after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 60px 0 60px;
	border-color: #f194c3 transparent transparent transparent;
	position:absolute;
	bottom:-17px;
	left:0;
	right:0;
	margin:0 auto;
}
.a-list10 > li:last-child:after,
.a-list10.addarr > li:after{
	display:none;
}
.a-list10 > li > p{
	background:url("../img/material/icon-arrow08.png") no-repeat;
	width:64px;
	height:77px;
	position:absolute;
	left:-33px;
	top:0;
	bottom:0;
	margin:auto 0;
	text-align:center;
	padding-top:14px;
}
.a-list10.addarr > li > p{
	background:url("../img/material/icon-arrow08-02.png") no-repeat;
	background-size:100%;
}

.a-list10 > li > p > *{
	font-weight:bold;
	color:#f194c3;
	font-style:normal;
	display:block;
	line-height:1;
}
.a-list10 > li > p > i{
	font-size:9px;
}
.a-list10 > li > p > span{
	font-size:24px;
	padding-top:2px;
}
.a-list10 > li > div > h4{
	font-size:17px;
	margin-top:10px;
}
.a-list10 > li > div > p{
	font-size:14px;
	line-height:1.5;
	padding:10px 5px 15px;
}
.a-list10 > li > dl {
	position:relative;
}
.a-list10 > li > dl > dt{
	position:relative;
	display:table-cell;
	height:166px;
	vertical-align:middle;
	font-size:22px;
	font-weight:bold;
	color:#676767;
	letter-spacing:2px;
}
.a-list10 > li > dl > dd{
	position:absolute;
	right:0;
	top:0;
}
.a-list10.a-img03 > li > div {
	overflow:hidden;
}
.a-list10.a-img03 > li > div > img{
	float:right;
	margin-left:30px;
}

.a-list11 {
	margin-top:35px;
}
.a-list11 > dt{
	font-size:16px;
	font-weight:bold;
	color:#ff69b4;
	margin-top:15px;
	padding:3px 0 7px 50px;
	background:url("../img/s-whitening/icon-q.jpg") no-repeat left top;
}
.a-list11 > dd{
	padding:2px 0 20px 40px;
	border-bottom:dotted 1px #dcdcdc;
	background:url("../img/s-whitening/icon-a.jpg") no-repeat left top;
	margin:5px 0 0 19px;
}
.a-list12{
	margin-top:10px;
	background:url("../img/s-pediatric-dentistry/img05.gif") no-repeat right top;
}
.a-list12 > h3{
	padding-top:65px;
	font-size:30px;
	color:#41d388;
	letter-spacing:3px;
	text-shadow:1px 1px 0 #fff,2px 2px 0px #fff,3px 3px 1px #9bec49;
}
.a-list12 > p{
	overflow:hidden;
	margin-top:55px;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	padding:5px;
}
.a-list12 > p img{
	float:right;
	padding:0 0 30px 30px;
}

.a-voice > div {
	border-bottom:solid 2px #ddd;
	padding-bottom:15px;
}
.a-voice > div > dl {
	margin-top:15px;
	padding:5px;
	overflow:hidden;
}
.a-voice > div > dl > dt{
	float:left;
	width:30%;
}
.a-voice > div > dl > dt > a{
	display:block;
	padding:2px;
	border:solid 1px #ddd;
}
.a-voice > div > dl > dt > a > img{
	display:block;
	width:100%;
	height:auto;
}
.a-voice > div > dl > dd{
	margin-left:33%;
}
.a-voice > div > dl > dd > h4{
	color:#5E3D19;
	font-size:15px;
	margin-top:10px;
	line-height:1;
	position:relative;
	padding-left:25px;
}
.a-voice > div > dl > dd > h4:before{
	content:"";
	display:block;
	background:url("../img/material/icon-arrow05.gif") no-repeat;
	width:19px;
	height:18px;
	position:absolute;
	left:0;
	top:0;
}
.a-voice > div > dl > dd > div.a-txt01{
	padding-left:25px;
}
.a-voice > div > dl > dd > p{
	padding:10px 5px 0;
	color:#fa69b3;
	text-align:right;
	width:95%;
}
.a-staff > *{box-sizing: border-box;}
.a-staff > dl {
	margin-top:35px;
	overflow:hidden;
}
.a-staff > dl > dt {
	float:left;
	padding:5px;
}
/*.a-staff > dl > dd {
	margin-left:275px;
}*/
.a-staff > dl > dd > h4 {
	margin-top:25px;
	width:85%;
}
.a-staff > dl > dd > h4 i {
	line-height: 1;
	padding: 0 0 0 33px;
	font-size: 18px;
	font-style: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	letter-spacing: 3px;
	position:relative;
}
.a-staff > dl > dd > h4 i:before {
	content:"";
	background:url("../img/material/icon-arrow06.gif") no-repeat;
	width:14px;
	height:22px;
	background-size:contain;
	display:block;
	position:absolute;
	left:7px;
	top:1px;
}
.a-staff > dl > dd > h4 strong {
	font-size: 35px;
	display: block;
	line-height: 1;
	padding-top: 15px;
	margin-top: 4px;
	border-top: solid 2px #666;
	text-align: right;
	padding-right: 15px;
	letter-spacing: 7px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}
.a-staff > div{
	margin:10px auto 0;
	width:98%;
	background-color:#f3f3f3;
	border-radius:10px;
	box-shadow:0 0 3px 2px rgba(0,0,0,.15);
	padding:1px 35px 15px;
}
.a-staff > div * {
	font-size:12.5px;
	letter-spacing:3px;
	font-weight:bold;
	color:#565656;
}
.a-staff > div h4 {
	font-size:14px;
	margin:15px 0 5px;
	border-bottom:solid 1px rgba(0,0,0,.25);
	padding-bottom:3px;
	padding-left:22px;
	background:url("../img/material/icon-arrow07.png") no-repeat 4px 7px;
}
.a-staff > div p {
	padding-left:23px;
}
.a-recruit .h-title03{
	font-size:19px;
}
.a-recruit .h-title03 > span{
	font-size:23px;
}
.a-recruit .a-list04{
	margin-top:20px;
}
.a-access .a-list04 {
	margin-top:35px;
}
.a-recruit .a-list04 > dd,
.a-access .a-list04 > dd{
	margin-top:0;
	width:295px;
	padding:5px;
}
.a-access .a-list04 > dd > img{
	padding:2px;
	border:solid 1px #dcdcdc;
}
.a-access .a-list03 > li > strong {
	padding-left:27px;
}
.a-access .a-list03 > li:first-child > strong {background:url("../img/access/item02.gif") no-repeat left 2px;}
.a-access .a-list03 > li:nth-child(2) > strong {background:url("../img/access/item03.gif") no-repeat left 2px;}
.a-access .a-list03 > li:nth-child(3) > strong {background:url("../img/access/item04.gif") no-repeat left 2px;}
.a-access .a-list03 > li > p:first-letter {
	padding:0 1px 0 2px;
	font-weight:bold;
	color:#aaa;
	font-size:16px;
}


.a-txt01 {
	margin-top:10px;
	padding:5px;
}
.a-txt02 {
	border-top:dotted 1px #ddd;
	margin-top:15px;
	padding:10px 5px;
	color:#fa69b3;
}
.a-txt03 {
	margin-top:20px;
	padding:5px;
}

.a-img02 {
	margin-top:15px;
	text-align:center;
}
.a-map {
	height:350px;
	margin-top:35px;
	margin-bottom:80px;
	padding:5px;
}
.a-map > iframe{
	width:100%;
	height:100%;
}
.pagenavi > div{
	margin-top:75px;
	overflow:hidden;
}
.blog-area > h3 + div {
	font-size:15px;
	margin:25px 10px 50px;
}
.blog-area > h3 + div,
.blog-area > h3 + div *{
	font-size:15px;
	line-height:1.9;
	letter-spacing:1px;
}
.pn01{
	border-top:dotted 1px #ccc;
	padding-top:25px;
}
.pn01 *{
	line-height:2;
}
.t-con04 {
    margin: 10px 0 0;
    padding: 25px 0 0;
}
.t-con04 div img {
    border: solid 4px #d0cece;
}

/*
contents end*/

._m0{margin: 0 !important;}._mt0 {margin-top: 0px !important; }._mb0 {margin-bottom: 0px !important; }._ml0 {margin-left: 0px !important; }._mr0 {margin-right: 0px !important; }._pt0 {padding-top: 0px !important; }._pb0 {padding-bottom: 0px !important; }._pl0 {padding-left: 0px !important; }._pr0 {padding-right: 0px !important; }._mt5 {margin-top: 5px !important; }._mb5 {margin-bottom: 5px !important; }._ml5 {margin-left: 5px !important; }._mr5 {margin-right: 5px !important; }._pt5 {padding-top: 5px !important; }._pb5 {padding-bottom: 5px !important; }._pl5 {padding-left: 5px !important; }._pr5 {padding-right: 5px !important; }._mt10 {margin-top: 10px !important; }._mb10 {margin-bottom: 10px !important; }._ml10 {margin-left: 10px !important; }._mr10 {margin-right: 10px !important; }._pt10 {padding-top: 10px !important; }._pb10 {padding-bottom: 10px !important; }._pl10 {padding-left: 10px !important; }._pr10 {padding-right: 10px !important; }._mt15 {margin-top: 15px !important; }._mb15 {margin-bottom: 15px !important; }._ml15 {margin-left: 15px !important; }._mr15 {margin-right: 15px !important; }._pt15 {padding-top: 15px !important; }._pb15 {padding-bottom: 15px !important; }._pl15 {padding-left: 15px !important; }._pr15 {padding-right: 15px !important; }._mt20 {margin-top: 20px !important; }._mb20 {margin-bottom: 20px !important; }._ml20 {margin-left: 20px !important; }._mr20 {margin-right: 20px !important; }._pt20 {padding-top: 20px !important; }._pb20 {padding-bottom: 20px !important; }._pl20 {padding-left: 20px !important; }._pr20 {padding-right: 20px !important; }._mt25 {margin-top: 25px !important; }._mb25 {margin-bottom: 25px !important; }._ml25 {margin-left: 25px !important; }._mr25 {margin-right: 25px !important; }._pt25 {padding-top: 25px !important; }._pb25 {padding-bottom: 25px !important; }._pl25 {padding-left: 25px !important; }._pr25 {padding-right: 25px !important; }._mt30 {margin-top: 30px !important; }._mb30 {margin-bottom: 30px !important; }._ml30 {margin-left: 30px !important; }._mr30 {margin-right: 30px !important; }._pt30 {padding-top: 30px !important; }._pb30 {padding-bottom: 30px !important; }._pl30 {padding-left: 30px !important; }._pr30 {padding-right: 30px !important; }._mt35 {margin-top: 35px !important; }._mb35 {margin-bottom: 35px !important; }._ml35 {margin-left: 35px !important; }._mr35 {margin-right: 35px !important; }._pt35 {padding-top: 35px !important; }._pb35 {padding-bottom: 35px !important; }._pl35 {padding-left: 35px !important; }._pr35 {padding-right: 35px !important; }._mt40 {margin-top: 40px !important; }._mb40 {margin-bottom: 40px !important; }._ml40 {margin-left: 40px !important; }._mr40 {margin-right: 40px !important; }._pt40 {padding-top: 40px !important; }._pb40 {padding-bottom: 40px !important; }._pl40 {padding-left: 40px !important; }._pr40 {padding-right: 40px !important; }._mt45 {margin-top: 45px !important; }._mb45 {margin-bottom: 45px !important; }._ml45 {margin-left: 45px !important; }._mr45 {margin-right: 45px !important; }._pt45 {padding-top: 45px !important; }._pb45 {padding-bottom: 45px !important; }._pl45 {padding-left: 45px !important; }._pr45 {padding-right: 45px !important; }._mt50 {margin-top: 50px !important; }._mb50 {margin-bottom: 50px !important; }._ml50 {margin-left: 50px !important; }._mr50 {margin-right: 50px !important; }._pt50 {padding-top: 50px !important; }._pb50 {padding-bottom: 50px !important; }._pl50 {padding-left: 50px !important; }._pr50 {padding-right: 50px !important; }._mt55 {margin-top: 55px !important; }._mb55 {margin-bottom: 55px !important; }._ml55 {margin-left: 55px !important; }._mr55 {margin-right: 55px !important; }._pt55 {padding-top: 55px !important; }._pb55 {padding-bottom: 55px !important; }._pl55 {padding-left: 55px !important; }._pr55 {padding-right: 55px !important; }._mt60 {margin-top: 60px !important; }._mb60 {margin-bottom: 60px !important; }._ml60 {margin-left: 60px !important; }._mr60 {margin-right: 60px !important; }._pt60 {padding-top: 60px !important; }._pb60 {padding-bottom: 60px !important; }._pl60 {padding-left: 60px !important; }._pr60 {padding-right: 60px !important; }._mt65 {margin-top: 65px !important; }._mb65 {margin-bottom: 65px !important; }._ml65 {margin-left: 65px !important; }._mr65 {margin-right: 65px !important; }._pt65 {padding-top: 65px !important; }._pb65 {padding-bottom: 65px !important; }._pl65 {padding-left: 65px !important; }._pr65 {padding-right: 65px !important; }._mt70 {margin-top: 70px !important; }._mb70 {margin-bottom: 70px !important; }._ml70 {margin-left: 70px !important; }._mr70 {margin-right: 70px !important; }._pt70 {padding-top: 70px !important; }._pb70 {padding-bottom: 70px !important; }._pl70 {padding-left: 70px !important; }._pr70 {padding-right: 70px !important; }._mt75 {margin-top: 75px !important; }._mb75 {margin-bottom: 75px !important; }._ml75 {margin-left: 75px !important; }._mr75 {margin-right: 75px !important; }._pt75 {padding-top: 75px !important; }._pb75 {padding-bottom: 75px !important; }._pl75 {padding-left: 75px !important; }._pr75 {padding-right: 75px !important; }._mt80 {margin-top: 80px !important; }._mb80 {margin-bottom: 80px !important; }._ml80 {margin-left: 80px !important; }._mr80 {margin-right: 80px !important; }._pt80 {padding-top: 80px !important; }._pb80 {padding-bottom: 80px !important; }._pl80 {padding-left: 80px !important; }._pr80 {padding-right: 80px !important; }._mt85 {margin-top: 85px !important; }._mb85 {margin-bottom: 85px !important; }._ml85 {margin-left: 85px !important; }._mr85 {margin-right: 85px !important; }._pt85 {padding-top: 85px !important; }._pb85 {padding-bottom: 85px !important; }._pl85 {padding-left: 85px !important; }._pr85 {padding-right: 85px !important; }._mt90 {margin-top: 90px !important; }._mb90 {margin-bottom: 90px !important; }._ml90 {margin-left: 90px !important; }._mr90 {margin-right: 90px !important; }._pt90 {padding-top: 90px !important; }._pb90 {padding-bottom: 90px !important; }._pl90 {padding-left: 90px !important; }._pr90 {padding-right: 90px !important; }._mt95 {margin-top: 95px !important; }._mb95 {margin-bottom: 95px !important; }._ml95 {margin-left: 95px !important; }._mr95 {margin-right: 95px !important; }._pt95 {padding-top: 95px !important; }._pb95 {padding-bottom: 95px !important; }._pl95 {padding-left: 95px !important; }._pr95 {padding-right: 95px !important; }._mt100 {margin-top: 100px !important; }._mb100 {margin-bottom: 100px !important; }._mb-1em {margin-bottom: 1em; }._ml100 {margin-left: 100px !important; }._mr100 {margin-right: 100px !important; }._pt100 {padding-top: 100px !important; }._pt150 {padding-top: 150px !important; }._pb100 {padding-bottom: 100px !important; }._pl100 {padding-left: 100px !important; }._pr100 {padding-right: 100px !important; }._w0 {width: 0; }._w1 {width: 1%; }._w2 {width: 2%; }._w3 {width: 3%; }._w4 {width: 4%; }._w5 {width: 5%; }._w6 {width: 6%; }._w7 {width: 7%; }._w8 {width: 8%; }._w9 {width: 9%; }._w10 {width: 10%; }._w11 {width: 11%; }._w12 {width: 12%; }._w13 {width: 13%; }._w14 {width: 14%; }._w15 {width: 15%; }._w16 {width: 16%; }._w17 {width: 17%; }._w18 {width: 18%; }._w19 {width: 19%; }._w20 {width: 20%; }._w21 {width: 21%; }._w22 {width: 22%; }._w23 {width: 23%; }._w24 {width: 24%; }._w25 {width: 25%; }._w26 {width: 26%; }._w27 {width: 27%; }._w28 {width: 28%; }._w29 {width: 29%; }._w30 {width: 30%; }._w31 {width: 31%; }._w32 {width: 32%; }._w33 {width: 33%; }._w34 {width: 34%; }._w35 {width: 35%; }._w36 {width: 36%; }._w37 {width: 37%; }._w38 {width: 38%; }._w39 {width: 39%; }._w40 {width: 40%; }._w41 {width: 41%; }._w42 {width: 42%; }._w43 {width: 43%; }._w44 {width: 44%; }._w45 {width: 45%; }._w46 {width: 46%; }._w47 {width: 47%; }._w48 {width: 48%; }._w49 {width: 49%; }._w50 {width: 50%; }._w51 {width: 51%; }._w52 {width: 52%; }._w53 {width: 53%; }._w54 {width: 54%; }._w55 {width: 55%; }._w56 {width: 56%; }._w57 {width: 57%; }._w58 {width: 58%; }._w59 {width: 59%; }._w60 {width: 60%; }._w61 {width: 61%; }._w62 {width: 62%; }._w63 {width: 63%; }._w64 {width: 64%; }._w65 {width: 65%; }._w66 {width: 66%; }._w67 {width: 67%; }._w68 {width: 68%; }._w69 {width: 69%; }._w70 {width: 70%; }._w71 {width: 71%; }._w72 {width: 72%; }._w73 {width: 73%; }._w74 {width: 74%; }._w75 {width: 75%; }._w76 {width: 76%; }._w77 {width: 77%; }._w78 {width: 78%; }._w79 {width: 79%; }._w80 {width: 80%; }._w81 {width: 81%; }._w82 {width: 82%; }._w83 {width: 83%; }._w84 {width: 84%; }._w85 {width: 85%; }._w86 {width: 86%; }._w87 {width: 87%; }._w88 {width: 88%; }._w89 {width: 89%; }._w90 {width: 90%; }._w91 {width: 91%; }._w92 {width: 92%; }._w93 {width: 93%; }._w94 {width: 94%; }._w95 {width: 95%; }._w96 {width: 96%; }._w97 {width: 97%; }._w98 {width: 98%; }._w99 {width: 99%; }._w100 {width: 100%; }
@media screen and (max-width: 980px) { ._sp_mt0 {margin-top: 0px !important; }._sp_mb0 {margin-bottom: 0px !important; }._sp_ml0 {margin-left: 0px !important; }._sp_mr0 {margin-right: 0px !important; }._sp_pt0 {padding-top: 0px !important; }._sp_pb0 {padding-bottom: 0px !important; }._sp_pl0 {padding-left: 0px !important; }._sp_pr0 {padding-right: 0px !important; }._sp_mt5 {margin-top: 5px !important; }._sp_mb5 {margin-bottom: 5px !important; }._sp_ml5 {margin-left: 5px !important; }._sp_mr5 {margin-right: 5px !important; }._sp_pt5 {padding-top: 5px !important; }._sp_pb5 {padding-bottom: 5px !important; }._sp_pl5 {padding-left: 5px !important; }._sp_pr5 {padding-right: 5px !important; }._sp_mt10 {margin-top: 10px !important; }._sp_mb10 {margin-bottom: 10px !important; }._sp_ml10 {margin-left: 10px !important; }._sp_mr10 {margin-right: 10px !important; }._sp_pt10 {padding-top: 10px !important; }._sp_pb10 {padding-bottom: 10px !important; }._sp_pl10 {padding-left: 10px !important; }._sp_pr10 {padding-right: 10px !important; }._sp_mt15 {margin-top: 15px !important; }._sp_mb15 {margin-bottom: 15px !important; }._sp_ml15 {margin-left: 15px !important; }._sp_mr15 {margin-right: 15px !important; }._sp_pt15 {padding-top: 15px !important; }._sp_pb15 {padding-bottom: 15px !important; }._sp_pl15 {padding-left: 15px !important; }._sp_pr15 {padding-right: 15px !important; }._sp_mt20 {margin-top: 20px !important; }._sp_mb20 {margin-bottom: 20px !important; }._sp_ml20 {margin-left: 20px !important; }._sp_mr20 {margin-right: 20px !important; }._sp_pt20 {padding-top: 20px !important; }._sp_pb20 {padding-bottom: 20px !important; }._sp_pl20 {padding-left: 20px !important; }._sp_pr20 {padding-right: 20px !important; }._sp_mt25 {margin-top: 25px !important; }._sp_mb25 {margin-bottom: 25px !important; }._sp_ml25 {margin-left: 25px !important; }._sp_mr25 {margin-right: 25px !important; }._sp_pt25 {padding-top: 25px !important; }._sp_pb25 {padding-bottom: 25px !important; }._sp_pl25 {padding-left: 25px !important; }._sp_pr25 {padding-right: 25px !important; }._sp_mt30 {margin-top: 30px !important; }._sp_mb30 {margin-bottom: 30px !important; }._sp_ml30 {margin-left: 30px !important; }._sp_mr30 {margin-right: 30px !important; }._sp_pt30 {padding-top: 30px !important; }._sp_pb30 {padding-bottom: 30px !important; }._sp_pl30 {padding-left: 30px !important; }._sp_pr30 {padding-right: 30px !important; }._sp_mt35 {margin-top: 35px !important; }._sp_mb35 {margin-bottom: 35px !important; }._sp_ml35 {margin-left: 35px !important; }._sp_mr35 {margin-right: 35px !important; }._sp_pt35 {padding-top: 35px !important; }._sp_pb35 {padding-bottom: 35px !important; }._sp_pl35 {padding-left: 35px !important; }._sp_pr35 {padding-right: 35px !important; }._sp_mt40 {margin-top: 40px !important; }._sp_mb40 {margin-bottom: 40px !important; }._sp_ml40 {margin-left: 40px !important; }._sp_mr40 {margin-right: 40px !important; }._sp_pt40 {padding-top: 40px !important; }._sp_pb40 {padding-bottom: 40px !important; }._sp_pl40 {padding-left: 40px !important; }._sp_pr40 {padding-right: 40px !important; }._sp_mt45 {margin-top: 45px !important; }._sp_mb45 {margin-bottom: 45px !important; }._sp_ml45 {margin-left: 45px !important; }._sp_mr45 {margin-right: 45px !important; }._sp_pt45 {padding-top: 45px !important; }._sp_pb45 {padding-bottom: 45px !important; }._sp_pl45 {padding-left: 45px !important; }._sp_pr45 {padding-right: 45px !important; }._sp_mt50 {margin-top: 50px !important; }._sp_mb50 {margin-bottom: 50px !important; }._sp_ml50 {margin-left: 50px !important; }._sp_mr50 {margin-right: 50px !important; }._sp_pt50 {padding-top: 50px !important; }._sp_pb50 {padding-bottom: 50px !important; }._sp_pl50 {padding-left: 50px !important; }._sp_pr50 {padding-right: 50px !important; }._sp_mt55 {margin-top: 55px !important; }._sp_mb55 {margin-bottom: 55px !important; }._sp_ml55 {margin-left: 55px !important; }._sp_mr55 {margin-right: 55px !important; }._sp_pt55 {padding-top: 55px !important; }._sp_pb55 {padding-bottom: 55px !important; }._sp_pl55 {padding-left: 55px !important; }._sp_pr55 {padding-right: 55px !important; }._sp_mt60 {margin-top: 60px !important; }._sp_mb60 {margin-bottom: 60px !important; }._sp_ml60 {margin-left: 60px !important; }._sp_mr60 {margin-right: 60px !important; }._sp_pt60 {padding-top: 60px !important; }._sp_pb60 {padding-bottom: 60px !important; }._sp_pl60 {padding-left: 60px !important; }._sp_pr60 {padding-right: 60px !important; }._sp_mt65 {margin-top: 65px !important; }._sp_mb65 {margin-bottom: 65px !important; }._sp_ml65 {margin-left: 65px !important; }._sp_mr65 {margin-right: 65px !important; }._sp_pt65 {padding-top: 65px !important; }._sp_pb65 {padding-bottom: 65px !important; }._sp_pl65 {padding-left: 65px !important; }._sp_pr65 {padding-right: 65px !important; }._sp_mt70 {margin-top: 70px !important; }._sp_mb70 {margin-bottom: 70px !important; }._sp_ml70 {margin-left: 70px !important; }._sp_mr70 {margin-right: 70px !important; }._sp_pt70 {padding-top: 70px !important; }._sp_pb70 {padding-bottom: 70px !important; }._sp_pl70 {padding-left: 70px !important; }._sp_pr70 {padding-right: 70px !important; }._sp_mt75 {margin-top: 75px !important; }._sp_mb75 {margin-bottom: 75px !important; }._sp_ml75 {margin-left: 75px !important; }._sp_mr75 {margin-right: 75px !important; }._sp_pt75 {padding-top: 75px !important; }._sp_pb75 {padding-bottom: 75px !important; }._sp_pl75 {padding-left: 75px !important; }._sp_pr75 {padding-right: 75px !important; }._sp_mt80 {margin-top: 80px !important; }._sp_mb80 {margin-bottom: 80px !important; }._sp_ml80 {margin-left: 80px !important; }._sp_mr80 {margin-right: 80px !important; }._sp_pt80 {padding-top: 80px !important; }._sp_pb80 {padding-bottom: 80px !important; }._sp_pl80 {padding-left: 80px !important; }._sp_pr80 {padding-right: 80px !important; }._sp_mt85 {margin-top: 85px !important; }._sp_mb85 {margin-bottom: 85px !important; }._sp_ml85 {margin-left: 85px !important; }._sp_mr85 {margin-right: 85px !important; }._sp_pt85 {padding-top: 85px !important; }._sp_pb85 {padding-bottom: 85px !important; }._sp_pl85 {padding-left: 85px !important; }._sp_pr85 {padding-right: 85px !important; }._sp_mt90 {margin-top: 90px !important; }._sp_mb90 {margin-bottom: 90px !important; }._sp_ml90 {margin-left: 90px !important; }._sp_mr90 {margin-right: 90px !important; }._sp_pt90 {padding-top: 90px !important; }._sp_pb90 {padding-bottom: 90px !important; }._sp_pl90 {padding-left: 90px !important; }._sp_pr90 {padding-right: 90px !important; }._sp_mt95 {margin-top: 95px !important; }._sp_mb95 {margin-bottom: 95px !important; }._sp_ml95 {margin-left: 95px !important; }._sp_mr95 {margin-right: 95px !important; }._sp_pt95 {padding-top: 95px !important; }._sp_pb95 {padding-bottom: 95px !important; }._sp_pl95 {padding-left: 95px !important; }._sp_pr95 {padding-right: 95px !important; }._sp_mt100 {margin-top: 100px !important; }._sp_mb100 {margin-bottom: 100px !important; }._sp_mb-1em {margin-bottom: 1em; }._sp_ml100 {margin-left: 100px !important; }._sp_mr100 {margin-right: 100px !important; }._sp_pt100 {padding-top: 100px !important; }._sp_pt150 {padding-top: 150px !important; }._sp_pb100 {padding-bottom: 100px !important; }._sp_pl100 {padding-left: 100px !important; }._sp_pr100 {padding-right: 100px !important; }._sp_w0 {width: 0; }._sp_w1 {width: 1%; }._sp_w2 {width: 2%; }._sp_w3 {width: 3%; }._sp_w4 {width: 4%; }._sp_w5 {width: 5%; }._sp_w6 {width: 6%; }._sp_w7 {width: 7%; }._sp_w8 {width: 8%; }._sp_w9 {width: 9%; }._sp_w10 {width: 10%; }._sp_w11 {width: 11%; }._sp_w12 {width: 12%; }._sp_w13 {width: 13%; }._sp_w14 {width: 14%; }._sp_w15 {width: 15%; }._sp_w16 {width: 16%; }._sp_w17 {width: 17%; }._sp_w18 {width: 18%; }._sp_w19 {width: 19%; }._sp_w20 {width: 20%; }._sp_w21 {width: 21%; }._sp_w22 {width: 22%; }._sp_w23 {width: 23%; }._sp_w24 {width: 24%; }._sp_w25 {width: 25%; }._sp_w26 {width: 26%; }._sp_w27 {width: 27%; }._sp_w28 {width: 28%; }._sp_w29 {width: 29%; }._sp_w30 {width: 30%; }._sp_w31 {width: 31%; }._sp_w32 {width: 32%; }._sp_w33 {width: 33%; }._sp_w34 {width: 34%; }._sp_w35 {width: 35%; }._sp_w36 {width: 36%; }._sp_w37 {width: 37%; }._sp_w38 {width: 38%; }._sp_w39 {width: 39%; }._sp_w40 {width: 40%; }._sp_w41 {width: 41%; }._sp_w42 {width: 42%; }._sp_w43 {width: 43%; }._sp_w44 {width: 44%; }._sp_w45 {width: 45%; }._sp_w46 {width: 46%; }._sp_w47 {width: 47%; }._sp_w48 {width: 48%; }._sp_w49 {width: 49%; }._sp_w50 {width: 50%; }._sp_w51 {width: 51%; }._sp_w52 {width: 52%; }._sp_w53 {width: 53%; }._sp_w54 {width: 54%; }._sp_w55 {width: 55%; }._sp_w56 {width: 56%; }._sp_w57 {width: 57%; }._sp_w58 {width: 58%; }._sp_w59 {width: 59%; }._sp_w60 {width: 60%; }._sp_w61 {width: 61%; }._sp_w62 {width: 62%; }._sp_w63 {width: 63%; }._sp_w64 {width: 64%; }._sp_w65 {width: 65%; }._sp_w66 {width: 66%; }._sp_w67 {width: 67%; }._sp_w68 {width: 68%; }._sp_w69 {width: 69%; }._sp_w70 {width: 70%; }._sp_w71 {width: 71%; }._sp_w72 {width: 72%; }._sp_w73 {width: 73%; }._sp_w74 {width: 74%; }._sp_w75 {width: 75%; }._sp_w76 {width: 76%; }._sp_w77 {width: 77%; }._sp_w78 {width: 78%; }._sp_w79 {width: 79%; }._sp_w80 {width: 80%; }._sp_w81 {width: 81%; }._sp_w82 {width: 82%; }._sp_w83 {width: 83%; }._sp_w84 {width: 84%; }._sp_w85 {width: 85%; }._sp_w86 {width: 86%; }._sp_w87 {width: 87%; }._sp_w88 {width: 88%; }._sp_w89 {width: 89%; }._sp_w90 {width: 90%; }._sp_w91 {width: 91%; }._sp_w92 {width: 92%; }._sp_w93 {width: 93%; }._sp_w94 {width: 94%; }._sp_w95 {width: 95%; }._sp_w96 {width: 96%; }._sp_w97 {width: 97%; }._sp_w98 {width: 98%; }._sp_w99 {width: 99%; }._sp_w100 {width: 100%; }
}
._gcg01 {grid-column-gap: 1%; }._gcg02 {grid-column-gap: 2%; }._gcg03 {grid-column-gap: 3%; }._gcg04 {grid-column-gap: 4%; }._gcg05 {grid-column-gap: 5%; }._gcg06 {grid-column-gap: 6%; }._gcg07 {grid-column-gap: 7%; }._gcg08 {grid-column-gap: 8%; }._gcg09 {grid-column-gap: 9%; }._gcg010 {grid-column-gap: 10%; }
._a_fbox {display: flex;flex-flow:row wrap; }._fd_row{flex-direction:row }._fd_r_reverse{flex-direction:row-reverse }._fd_column{flex-direction:column }._fd_c_reverse{flex-direction:column-reverse }._jcc {justify-content: center; }._jcsb {justify-content: space-between; }._jcfs {justify-content: flex-start; }._jcfe {justify-content: flex-end; }._faic {align-items: center; }._fais {align-items: flex-start; }._faie {align-items: flex-end; }._fs150 {font-size: 150% !important; }._fs145 {font-size: 145% !important; }._fs140 {font-size: 140% !important; }._fs135 {font-size: 135% !important; }._fs130 {font-size: 130% !important; }._fs125 {font-size: 125% !important; }._fs120 {font-size: 120% !important; }._fs115 {font-size: 115% !important; }._fs110 {font-size: 110% !important; }._fs105 {font-size: 105% !important; }._fs100 {font-size: 100% !important; }._fs95 {font-size: 95% !important; }._fs90 {font-size: 90% !important; }._fs85 {font-size: 85% !important; }._fs80 {font-size: 80% !important; }._fs75 {font-size: 75% !important; }._fs70 {font-size: 70% !important; }._fs65 {font-size: 65% !important; }._fs60 {font-size: 60% !important; }._fs55 {font-size: 55% !important; }._fs50 {font-size: 50% !important; }._fs45 {font-size: 45% !important; }._fs40 {font-size: 40% !important; }._fs35 {font-size: 35% !important; }._fs30 {font-size: 30% !important; }._fs25 {font-size: 25% !important; }._fs20 {font-size: 20% !important; }
._fw-100 {font-weight: 100; }._fw-200 {font-weight: 200; }._fw-300 {font-weight: 300; }._fw-400 {font-weight: 400; }._fw-500 {font-weight: 500; }._fw-600 {font-weight: 600; }._fw-700 {font-weight: 700; }._fw-800 {font-weight: 800; }._fw-900 {font-weight: 900; }._dp-b {display: block; }._dp-ib {display: inline-block; }._dp-i {display: inline; }._txtl {text-align: left; }_txtr {text-align: right; }_txtc {text-align: center; }

._btn {
  position: relative;
}
._btn a {
	font-size: 120%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #82576c;
  background: linear-gradient(to bottom, #fff6f8 0%, #ffe8f5 100%);
  border: solid 1px rgba(249, 103, 174, 0.5);
  border-radius: 5px;
  line-height: 1.4;
  padding: 0.5rem 2.5rem 0.5rem 1rem; /* 右だけ余白拡大 ▶ スペース確保 */
  font-weight: bold;
  position: relative; /* ▶を絶対配置するため */
  box-sizing: border-box;
}
._btn a::after {
  content: "▶";
  font-size: 0.65em;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #82576c; /* 必要に応じて色調整 */
}