@charset "UTF-8";

/* -------------------------------- 

Reset

-------------------------------- */
html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
a {
	background: transparent;
	outline: 0 !important;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, footer, header, small, nav, section, figure, figcaption, main {
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	outline: none;
}
audio, canvas, video {
	display: inline-block;
}
ul, li, ol {
	list-style-type: none;
	list-style: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	line-height: 1;
	vertical-align: middle;
}
a img {
	border: none;
}
img[usemap], map area {
	border: none !important;
	outline: none !important;
}
/*
a:focus {
	border: 0 none;
}
*/
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
hr {
	box-sizing: content-box;
	height: 0;
}
dt, dd, li,
th, td,
input, textarea {
	text-align: left;
	vertical-align: top;
}
input, textarea, button {
	margin: 0;
	padding: 0;
}
button, label {
	background-color: transparent;
	cursor: pointer;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: content-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
/* -------------------------------- 

Primary style

-------------------------------- */
html {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, "游ゴシック", "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 62.5%;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	color: #444;
	line-height: 1;
	font-size: 16px;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	body {
	font-size: 14px;
	font-size: 1.4rem;
	}
}
h1, h2, h3, h4, h5, h6,
th, td {
	line-height: 1.44;
	font-size: 100%;
	font-weight: normal;
}
input,
textarea,
figcaption {
	line-height: 1.44;
}
input, textarea, button, select {
	font-size: 100%;
	outline: none;
}
strong {
	font-weight: bold;
}
em {
	font-weight: bold;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
a:hover img {
	opacity:0.8;
}
/*
a, input, label {
	-webkit-tap-highlight-color: transparent;
}
*/
img {
	max-width: 100%;
	height: auto;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media (max-width: 767px) {
	.pc {
	display: none;
	}
	.sp{
	display: block;
	}
}

main{
	animation: fadeIn .5s ease 0s 1 normal;
	-webkit-animation: fadeIn .5s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* common */

.global-header {
	position: fixed;
	top: 35px;
	left: 35px;
	z-index: 11;
}
.header-logo {
	width: 240px;
	height: 60px;
}
.header-logo img {
	width: 240px;
}
.menu-btn {
	position: fixed;
	top: 35px;
	right: 35px;
	z-index: 5;
}
.menu-btn, .menu-btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-btn {
	width: 55px;
	height: 30px;
	cursor: pointer;
	z-index: 99999;
}
.menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
}
.menu-btn span:nth-of-type(1) {
	top: 0;
}
.menu-btn span:nth-of-type(2) {
	top: 14px;
}
.menu-btn span:nth-of-type(3) {
	bottom: 0;
}
.menu-btn:hover span:nth-of-type(1) {
	transform: translate3d(0, -4px, 0);
}
.menu-btn:hover span:nth-of-type(3) {
	transform: translate3d(0, 4px, 0);
}
.open .menu-btn span:nth-of-type(1) {
	transform: translateY(14px) rotate(-45deg);
}
.open .menu-btn span:nth-of-type(2) {
	opacity: 0;
}
.open .menu-btn span:nth-of-type(3) {
	transform: translateY(-14px) rotate(45deg);
}
.menu-btn p {
	position: absolute;
	top:42px;
	left: 0;
	width: 100%;
	font-size:10px;
	text-align:center;
	font-weight:bold;
}
.copyright {
	position: fixed;
	bottom: 10px;
	left:30px;
	right:30px;
	z-index: 5;
	text-align:left;
}
.copyright .left{
	float:left;
	font-size: 1.0rem;
	color: #999;
	padding-top:15px;
}
.copyright .right{
	float:right;
	font-size: 1.0rem;
	color: #999;
}
.copyright .right i img{
	height:35px;
	margin-left:5px;
}
.copyright .center{
	width:240px;
	margin:0 auto;
	padding-top:15px;
}
.p_copyright {
	padding:20px 0 20px 0;
	z-index: 5;
	text-align:center;
}
.copyright p,
.p_copyright p{
	font-size: 1.0rem;
	color: #999;
	font-family:arial;
}
#page-top{
	position:fixed;
	right:30px;
	bottom:25px;
}
#page-top a{
	display:block;
	width:55px;
	padding:10px 0;
}

/* footer */

footer{
	border-top:2px solid #eee;
	padding-top:35px;
	margin-top:30px;
}
footer .ftr{
	width:90%;
	margin:0 auto;
}
footer .fnav{
	float:left;
	width:70%;
	margin:0 auto;
}
footer .fnav li{
	float:left;
	width:31.3%;
	font-size:1.3rem;
	margin:0 2% 10px 0;
	border-bottom:1px dotted #ddd;
}
footer .fnav li a,
footer .fnav2 li a{
	display:block;
	padding:0 0 8px 3px;
}
footer .fnav2{
	float:right;
	width:25%;
	margin:0;
}
footer .fnav2 li{
	float:left;
	width:100%;
	font-size:1.3rem;
	margin:0 2% 10px 0;
	border-bottom:1px dotted #ddd;
}
footer li i{
	padding-right:6px;
	color:#999;
}
footer .flogo{
	text-align:center;
	margin-top:20px;
}
footer .flogo img{
	width:170px;
}

/* Nav */
.menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}
.menu .ct {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:80%;
	margin:0 auto;
}
.menu ul.clm3 {
	padding-top:50px;
}
.menu li {
	float:left;
	text-align: center;
}
.menu .clm2 li {
	float:left;
	width:50%;
	text-align: center;
}
.menu .clm3 li.left {
	float:left;
	width:47%;
	text-align: center;
}
.menu .clm3 li.right {
	float:right;
	width:47%;
	text-align: center;
}
.menu .clm4 li {
	float:left;
	width:33.3%;
	text-align: center;
}
.menu li a {
	display: block;
	font-weight: bold;
	transition: 0.3s;
}
.menu .clm4 li a {
	height:150px;
	font-size:1.3rem;
}
.menu .clm4 li a span {
	display:inline-block;
	padding-top:115px;
}
.menu .clm4 li.g01 {
	background:url(../images/menu_g01.png) no-repeat center;
}
.menu .clm4 li.g02 {
	background:url(../images/menu_g02.png) no-repeat center;
}
.menu .clm4 li.g03 {
	background:url(../images/menu_g03.png) no-repeat center;
}
.menu .clm4 li.g04 {
	background:url(../images/menu_g04.png) no-repeat center;
}
.menu .clm4 li.g05 {
	background:url(../images/menu_g05.png) no-repeat center;
}
.menu .clm4 li.g06 {
	background:url(../images/menu_g06.png) no-repeat center;
}
.menu .clm4 li.g07 {
	background:url(../images/menu_g07.png) no-repeat center;
}
.menu .clm4 li.g08 {
	background:url(../images/menu_g08.png) no-repeat center;
}
.menu .clm3 li a {
	padding:20px;
	font-size:1.3rem;
	border:1px solid #ddd;
	background:#fff;
}
.menu .clm3 li.left a {
	border:1px solid #ddd;
	/*background:#FFF1F9;*/
	/*background:-moz-radial-gradient(#FFF1F9, #FDE7F7);*/
	/*background:-webkit-radial-gradient(#FFF1F9, #FDE7F7);*/
	/*background:radial-gradient(#FFF1F9, #FDE7F7);*/
	background:#FFF;
	margin:0 0 0 50px;
	color:#888;
}
.menu .clm3 li.right a {
	border:1px solid #ddd;
	/*background:#F9F5E1;*/
	/*background:-moz-radial-gradient(#F9F5E1, #F2EEC6);*/
	/*background:-webkit-radial-gradient(#F9F5E1, #F2EEC6);*/
	/*background:radial-gradient(#F9F5E1, #F2EEC6);*/
	background:#FFF;
	margin:0 50px 0 0;
	color:#888;
}
.menu .clm3 li a:hover{
	text-decoration:none;
	border:1px solid #ccc;
	color:#666;
}
.menu .clm3 li a i{
	padding-right:5px;
}
.menu .mlnks {
	position:absolute;
	bottom:35px;
	left:35px;
	right:35px;
}
.menu .mlnks .left {
	float:left;
	font-size:1.3rem;
	padding-top:30px;
}
.menu .mlnks .right {
	float:right;
}
.menu .mlnks .right img {
	height:50px;
	margin:0 5px;
}
.open .menu{
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
	z-index: 10;
}

/* page */

.page main{
	margin-top:120px;
}
.pttl{
	text-align:center;
	font-size:2.8rem;
	margin-bottom:35px;
}
.pink{
	color:#F81FA0;
}
.contents .page_icon{
	text-align:center;
	margin:-40px 0 5px 0;
}
.contents .page_icon img{
	width:85px;
}
.contents .page_mainv{
	text-align:center;
	margin:0 0 25px 0;
}
.contents .page_mainv img{
	max-width:800px;
}

/* top */

main .top-contents {
	height: 100%;
	width: 100%;
	position: absolute;
}
.top-inner {
	position: relative;
	height: 100%;
	z-index: 1;
	overflow:hidden;
}
.fixed-bg {
	position: absolute;
	top: 50%;
	left:50%;
	right:0;
	bottom:0;
	z-index: 0;
}
.fixed-bg img{
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	max-width:initial;
	-webkit-transform: translateY(-65%) translateX(-50%);
	transform: translateY(-65%) translateX(-50%);
}
.fixed-bg a:hover img:first-child{
	opacity:1;
}
.fixed-bg img:not(:first-child){
	opacity:0;
}
@keyframes fadeIn01 {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.fixed-bg img.img01 {
	animation-name: fadeIn01;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-fill-mode:forwards;
}
@keyframes fadeIn02 {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.fixed-bg img.img02 {
	animation-name: fadeIn02;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: 4s;
	animation-fill-mode:forwards;
}
@keyframes fadeIn03 {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.fixed-bg img.img03 {
	animation-name: fadeIn03;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-delay: 7s;
	animation-fill-mode:forwards;
}

.top-inner {
	text-align: center;
}
.top-inner:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.slides-wrap {
	position: fixed;
	height: 60px;
	bottom: 55px;
	left: 0;
	right:0;
	width: 100%;
	overflow:hidden;
}
.slides-wrap .slider{
	width:200%;
	margin-left:51.5%;
}

.information {
	position:fixed;
	left:30px;
	right:165px;
	bottom:130px;
}
.information li {
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.information li a {
	text-decoration:none;
	font-size:1.4rem;
	text-shadow: 0px 0px 2px #fff , 0px 0px 1px #fff;
}
.information i {
	display:inline-block;
	width:90px;
	font-style:normal;
	background:#F81FA0;
	text-align:center;
	border-radius:3px;
	color:#fff;
	font-size:1.2rem;
	padding:5px;
	margin-right:10px;
	text-shadow:none;
}
.sbtn{
	position:fixed;
	right:30px;
	bottom:135px;
}
.sbtn li{
	float:left;
	width:35px;
	height:35px;
	margin-left:8px;
}
#toppage .slides-wrap li a{
	display:block;
}

/* recruit */

#recruit .inner{
	margin:0 35px;
	min-width:930px;
}
#recruit .inner .mds{
	text-align:center;
	font-size:2.0rem;
	line-height:1.6;
	letter-spacing:5px;
	margin-bottom:25px;
}
#recruit .inner .rd{
	text-align:center;
	font-size:1.4rem;
	line-height:1.8;
	margin-bottom:35px;
}
#recruit .inner .job{
	text-align:center;
	font-size:1.6rem;
	line-height:1.6;
	font-weight:bold;
	margin-bottom:35px;
}
#recruit .inner .list{
	margin:0 auto 35px auto;
	max-width:800px;
}
#recruit .inner .list dl{
	border:3px solid #ddd;
	padding:30px 30px 0 30px;
	margin-bottom:35px;
}
#recruit .inner .list dt{
	font-weight:bold;
	font-size:1.4rem;
	line-height:1.6;
	float:left;
}
#recruit .inner .list dd{
	font-size:1.4rem;
	line-height:1.6;
	padding:0 0 15px 150px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
#recruit .inner .btn{
	width:360px;
	margin:0 auto;
}
#recruit .inner .btn a{
	display:block;
	position:relative;
	background:#F81FA0;
	color:#fff;
	padding:15px 15px 15px 95px;
	font-size:14px;
	line-height:1.5;
	font-weight:bold;
	border-radius:4px;
}
#recruit .inner .btn a i{
	position:absolute;
	top:15px;
	left:45px;
	color:#F68DCC;
	font-size:40px;
	line-height:1;
	transform:rotate(-20deg)
}
#recruit .inner .btn a:hover{
	text-decoration:none;
	background:#F25EB7;
}

#recruit .list .hide{
	display:none;
}
#recruit .list .btn{
	text-align:center;
	font-size:1.4rem;
	padding:5px 0 20px 0;
	width:100%;
	cursor:pointer;
}
#recruit .list .btn i{
	padding-right:3px;
}
#recruit .list .btn span{
	display:block;
}
#recruit .list .btn span.none{
	display:none;
}

/* pp */
#pp .inner .mds{
	text-align:center;
	font-size:1.8rem;
	line-height:1.6;
	font-weight:bold;
	margin-bottom:35px;
}
#pp .inner .txt{
	margin:0 auto 45px auto;
	max-width:800px;
	font-size:1.4rem;
	line-height:1.8;
}
#pp .inner .txt p{
	margin:0 auto 2em auto;
}
#pp .inner .txt ol.num li{
	list-style-type:decimal;
	margin:0 0 2em 3em;
}
#pp .inner .txt .bdr{
	border-top:1px solid #ddd;
}
#pp .contents a{
	text-decoration:underline;
}

/* faq */

#faq .inner{
	margin:0 35px 35px 35px;
	min-width:800px;
}
#faq .tab{
	text-align:left;
	font-size:0;
	white-space:nowrap;
	width:800px;
	margin:0 auto 35px auto;
}
#faq .tab li{
	display:inline-block;
	padding:12px 20px;
	margin:0 5px;
	background:#fff;
	color:#F81FA0;
	font-size:1.3rem;
	text-align:center;
	border:1px solid #F81FA0;
	cursor:pointer;
	border-radius:24px;
}
#faq .tab li:hover,
#faq .tab li.crt{
	background:#F81FA0;
	color:#fff;
}
#faq .qbox{
	max-width:800px;
	margin:0 auto;
}
#faq .qbox li{
	border-bottom:1px solid #ddd;
	padding:20px 15px 0 15px;
}
#faq .qbox li .q{
	font-weight:bold;
	margin-bottom:15px;
	font-size:1.4rem;
	line-height:1.7;
	cursor:pointer;
}
#faq .qbox li .q span{
	display:block;
	float:left;
	width:28px;
}
#faq .qbox li .q p{
	padding-left:28px;
}
#faq .qbox li .a{
	font-size:1.4rem;
	line-height:1.7;
	padding-left:28px;
	margin-bottom:20px;
	display:none;
}
#faq .qbox li .a a{
	text-decoration:underline;
}
#faq .toi{
	width:800px;
	margin:0 auto 35px auto;
	padding:15px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#faq .toi .ttl{
	float:left;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	width:120px;
	padding:17px 0;
	border-right:1px solid #ddd;
	margin-right:30px;
}
#faq .toi .tel{
	float:left;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}
#faq .toi .tel p{
	font-size: 1.2rem;
}
#faq .toi .tel i{
	padding-right:6px;
}
#faq .toi .btn{
	float:right;
}
#faq .toi .btn i{
	padding-right:3px;
}
#faq .toi .btn a{
	display:block;
	background:#F81FA0;
	border-radius:5px;
	color:#fff;
	padding:17px 5px;
	width:260px;
	text-align:center;
	font-size:1.4rem;
}
#faq .toi .btn a:hover{
	text-decoration:none;
}

/* csr */
#csr .inner{
	margin:0 35px;
	min-width:930px;
}
#csr .inner .clm800{
	width:800px;
	margin:0 auto;
}
#csr .inner .clm800.mgb{
	margin:0 auto 45px auto;
}
#csr .inner .clm800.mgb a{
	display:block;
}
#csr .inner .clm800.mgb a:hover{
	text-decoration:none;
}
#csr .inner .a01{
	float:left;
	width:380px;
	border:3px solid #fff;
	text-align:center;
	padding-top:30px;
}
#csr .inner .a02{
	float:right;
	width:380px;
	border:3px solid #fff;
	text-align:center;
	padding-top:30px;
}
#csr .inner .crd{
	font-size:1.5rem;
	line-height:1.5;
}
#csr .inner .ill{
	padding:0;
	margin-bottom:10px;
}
#csr .inner .ill img{
	width:180px;
}
#csr .inner .m_ill img{
	width:400px;
	margin-bottom:15px;
}
#csr .inner .a03{
	padding:20px 30px 30px 30px;
}
#csr .inner .cttl{
	font-weight:bold;
	font-size:1.8rem;
	margin-bottom:10px;
	text-align:center;
}
#csr .inner .cttl.pink{
	margin-bottom:25px;
}
#csr .inner .cttl i{
	padding-right:5px;
}
#csr .inner .a03 .cttl{
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom: 25px
}
#csr .inner .a03 i{
	padding-right:5px;
}
#csr .inner .rd{
	text-align:center;
	font-size:2.0rem;
	line-height:1.6;
	letter-spacing:5px;
	margin-bottom:25px;
}
#csr .inner .text{
	font-size:1.4rem;
	line-height:1.8;
	margin-bottom:35px;
}
#csr .inner .pinkimg{
	margin-bottom:30px;
	text-align:center;
}
#csr .inner .pinkimg img{
	max-width:800px;
	border-radius:10px;
}
#csr .inner .box{
	margin-bottom:15px;
	font-size:1.4rem;
	line-height:1.8;
	padding:0 0 20px 0;
	border-radius:5px;
}
#csr .inner .box .bold{
	display:block;
	margin-bottom:5px;
	font-size:1.5rem;
	line-height:1.6;
}
#csr .inner .kbox{
	display:block;
	margin-bottom:15px;
	font-size:1.4rem;
	line-height:1.8;
	border:1px solid #ddd;
	padding:20px;
	border-radius:5px;
}
#csr .inner .kbox .bold{
	display:inline-block;
	margin-bottom:15px;
	font-size:1.6rem;
	line-height:1.5;
	border-left:4px solid #F81FA0;
	padding-left:15px;
}
#csr .inner .kbox .m{
	display:inline-block;
	margin-bottom:10px;
	font-size:1.5rem;
	line-height:1.5;
	font-weight:bold;
	padding-top:15px;
}
#csr .inner .kbox .ph{
	margin:15px 0 45px 0;
}
#csr .inner .kbox .ph li{
	float:left;
	width:25%;
}
#csr .navi{
	margin-bottom:45px;
	text-align:center;
	font-size:0;
}
#csr .navi li{
	display:inline-block;
	width:220px;
	text-align:center;
	margin:0 5px;
}
#csr .navi li a:hover{
	text-decoration:none;
}
#csr .navi li span{
	font-size:1.4rem;
	line-height:1;
	border:1px solid #ddd;
	display:block;
	padding:15px 0;
	border-radius:30px;
	font-weight:bold;
}
#csr .navi li.cur span{
	border:1px solid #F81FA0;
	background:#F81FA0;
	color:#fff;
}
#csr .navi li a:hover span{
	border:1px solid #F81FA0;
	background:#F81FA0;
	color:#fff;
}
#csr .datelist{
	position:relative;
}
#csr .datelist dt{
	position:absolute;
	top:0;
	left:0;
}
#csr .datelist dd{
	position:relative;
	top:0;
	padding-left:120px;
}
#csr .wpbox{
	border:1px solid #ddd;
	padding:20px 20px 0 20px;
	margin-bottom:35px;
}
#csr .wpbox dt{
	float:left;
	width:240px;
	font-size:1.4rem;
	line-height:1.7;
	font-weight:bold;
}
#csr .wpbox dd{
	padding-left:240px;
	font-size:1.4rem;
	line-height:1.7;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}
#csr .wpbox .last dd{
	border-bottom:none;
	padding-bottom:5px;
}
#csr .prize{
	margin:0 auto 20px auto;
}
#csr .prize .tl{
	font-size:1.5rem;
	line-height:1.7;
	font-weight:bold;
	padding-bottom:5px;
}
#csr .prize p{
	padding-left:16px;
	font-size:1.4rem;
	line-height:1.7;
}
#csr .prize p img{
	padding-top:6px;
}
#csr .prize i.fa{
	padding-right:5px;
}
#csr .bnttl{
	margin:70px 0 25px 0;
}
#csr .nav{
	text-align:center;
	font-size:0;
	max-width:1000px;
	margin:0 auto 35px auto;
}
#csr .nav li{
	display:inline-block;
	font-size:1.4rem;
	line-height:1;
	margin:5px;
}
#csr .nav li a{
	display:block;
	padding:5px 15px;
	border:1px solid #ddd;
	border-radius:12px;
}
#csr .nav li a:hover{
	border:1px solid #F81FA0;
	background:#F81FA0;
	color:#fff;
	text-decoration:none;
}
#csr .nav li i{
	padding-right:3px;
}
#csr .year{
	text-align:center;
}
#csr .year.mb{
	margin-bottom:70px;
}
#csr .year .tl{
	margin-bottom:15px;
	font-size:1.8rem;
	font-weight:bold;
}
#csr .year i{
	padding-right:5px;
}
#csr .year .ph{
	margin-bottom:60px;
}
#csr .year .clm800{
	text-align:left;
	border:3px solid #FFF1F9;
	padding:27px 27px 0 27px;
}
#csr .year .clm800 .box{
	border-bottom:1px solid #FFF1F9;
	margin-bottom:25px;
}
#csr .year .clm800 .box .pname{
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:35px;
}
#csr .year .clm800 .box .photo{
	float:left;
	width:120px;
}
#csr .year .clm800 .box .text{
	padding-left:150px;
}
#csr .year .clm800 .box .text.noph{
	padding-left:0;
}
#csr .year .clm800 .box .text .name{
	font-size:1.8rem;
	font-weight:bold;
	line-height:1;
	margin-bottom:7px;
}
#csr .year .clm800 .box .text .name span{
	font-size:1.2rem;
	padding-left:3px;
}
#csr .year .clm800 .box .text .sub{
	font-size:1.4rem;
	line-height:1.6;
	margin-bottom:10px;
}
#csr .year .clm800 .box .text p .bold{
	font-weight:bold;
	display:block;
}
#csr .year .clm800 .chu{
	font-size:1.2rem;
	line-height:1.6;
	margin-bottom:28px;
	text-align:right;
}
#csr .year .clm800 .mlist{
	margin-bottom:28px;
}
#csr .year .clm800 .mlist li{
	float:left;
	font-size:1.4rem;
	line-height:1.7;
	width:50%;
}
#csr .year .clm800 .mlist li.w{
	float:left;
	font-size:1.2rem;
	line-height:1.7;
	width:100%;
	padding-top:12px;
	color:#666;
}
#csr .year .clm800 .mlist li.w span{
	display:inline;
	width:auto;
	font-weight:bold;
}
#csr .year .clm800 .mlist li span{
	display:inline-block;
	width:150px;
}
#csr .inner .sbox{
	float:left;
	width:23%;
	margin:0 1%;
}
#csr .inner .sbox .photo{
	margin:5px 0 30px 0;
}
#csr .inner .sbox .text{
	font-size:1.6rem;
	line-height:1.5;
	margin-bottom:8px;
}
#csr .inner .sbox .name{
	text-align:center;
	font-weight:bold;
}
#csr .inner .sbox .sub{
	text-align:center;
	font-size:1.2rem;
}
#csr .inner .sbox2{
	margin-bottom:25px;
}
#csr .inner .sbox2 .name{
	font-size:1.6rem;
	font-weight:bold;
}
#csr .inner .sbox2 .name span{
	margin-left:10px;
	font-size:1.2rem;
	font-weight:normal;
}
#csr .index2018 .mds{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:1.7;
	margin-bottom:50px;
}
#csr .index2018 .illsp{
	margin-bottom:25px;
}
#csr .index2018 .illsp p.pink{
	font-size:22px;
	padding-top:10px;
}
#csr .index2018 p.txt{
	font-size:14px;
	line-height:1.7;
	margin-bottom:100px;
}
#csr .index2018 .kbox a{
	text-decoration:underline;
}
#csr .index2018 .movie iframe{
	width:780px;
	height:420px;
}
#csr .checkup .inner{
	margin: 0;
}
#csr .checkup .cttl.pink{
	font-size:24px;
	line-height:1.5;
	margin-bottom:0;
}
#csr .checkup .cttl.pink span{
	font-size:16px;
}
#csr .checkup .crd{
	font-size:15px;
	line-height:1.8;
	margin-bottom:40px;
}
#csr .checkup .crd span{
	font-size:13px;
	line-height:1.5;
}
#csr .checkup .kbox2{
	padding-bottom:25px;
}
#csr .checkup .kbox2 span.cu_chu{
	font-size:13px;
	line-height:1.5;
}
#csr .checkup .step{
	background:#F81FA0;
	color:#fff;
	text-align:center;
	padding:10px;
	border-radius:4px;
	margin-bottom:30px;
	font-size:15px;
	letter-spacing:2px;
}
#csr .checkup .kbox2 .step_ill{
	margin-bottom:20px;
	text-align:center;
}
#csr .checkup .kbox2 p{
	font-size:15px;
	line-height:1.7;
	margin-bottom:25px;
}
#csr .checkup .cbox{
	margin-bottom:65px;
}
#csr .checkup .cbox .sttl{
	font-size:20px;
	line-height:1.7;
	margin-bottom:20px;
}
#csr .checkup .cbox .sttl:after{
	content:"";
	display:block;
	width:50px;
	height:1px;
	margin:10px auto 0 auto;
	background:#F81FA0;
}
#csr .checkup .cbox .ph{
	float:left;
	width:220px;
	font-size:13px;
	line-height:1.6;
}
#csr .checkup .cbox .ph img{
	margin:-20px 0 5px 0;
}
#csr .checkup .cbox .txt{
	padding-left:240px;
	font-size:14px;
	line-height:1.8;
}
#csr .checkup .cbox .centertxt{
	font-size:14px;
	line-height:1.8;
	text-align:center;
	margin-bottom:25px;
}
#csr .checkup .cbox .btn{
	margin-top:25px;
	text-align:center;
	font-size:0;
}
#csr .checkup .cbox .btn li{
	display:inline-block;
	margin:0 10px;
}
#csr .checkup .cbox .btn li a{
	display:block;
	width:280px;
	text-align:center;
	padding:10px 0 15px 0;
	background:#F81FA0;
	color:#fff;
	font-size:14px;
	line-height:1.5;
	border:1px solid #F81FA0;
	box-shadow:0 5px 0 0 #eee;
}
#csr .checkup .cbox .btn li a:hover{
	text-decoration:none;
	background:#fff;
	color:#F81FA0;
}
#csr .checkup .cbox .btn li a span{
	font-size:18px;
	line-height:1.4;
}
#csr .checkup .abox{
	margin-bottom:65px;
	padding:20px 0;
	background:#FFF1F9;
}
#csr .checkup .abox .left{
	float:left;
	width:385px;
	background:#fff;
	padding:20px 15px;
	border-radius:5px;
}
#csr .checkup .abox .left .pink,
#csr .checkup .abox .right .pink{
	font-size:16px;
	line-height:1.6;
	padding-bottom:10px;
}
#csr .checkup .abox .left p{
	font-size:13px;
	line-height:1.6;
}
#csr .checkup .abox .left .ill img{
	width:220px;
}
#csr .checkup .abox .right{
	float:right;
	width:385px;
	background:#fff;
	padding:20px 15px;
	border-radius:5px;
}
#csr .checkup .cbox .questtl{
	padding:10px 0 5px 0;
	font-size:18px;
	line-height:1.6;
	font-weight:bold;
}
#csr .checkup .cbox .ques{
	padding:5px 0 15px 0;
	font-size:18px;
	line-height:1.6;
	font-weight:bold;
}
#csr .checkup .cbox .ansimg{
	margin:0 0 35px 30px;
}
#csr .checkup .cbox .ques2{
	padding:20px 40px 20px 40px;
}
#csr .checkup .cbox .ques2 li{
	border-bottom:1px dotted #ddd;
	padding:15px 0;
}
#csr .checkup .cbox .ques2 li span{
	display:inline-block;
	font-size:16px;
	line-height:1.5;
}
#csr .checkup .cbox .ques2 li span.num{
	width:60px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	margin-right:20px;
}
#csr .checkup .cbox .ques2 li:first-child span.num{
	background:#F81FA0;
	color:#fff;
}
#csr .checkup .cbox .ques2 li span.rtxt{
	width:550px;
	font-weight:bold;
}
#csr .checkup .cbox .ques2 li span.per{
	width:90px;
	font-weight:bold;
}
#csr .checkup .cbox .chu{
	padding:0 40px 10px 40px;
	font-size:12px;
	line-height:1.5;
	text-align:right;
}
#csr .checkup .movie iframe{
	width:355px;
	height:200px;
}

/* products */
#products .inner{
	margin:0 35px 35px 35px;
}
#products .clm800{
	width:800px;
	margin:0 auto;
}
#products .srd{
	font-size:1.8rem;
	line-height:1.7;
	text-align:center;
	margin-bottom:35px;
	letter-spacing:2px;
}
#products .inner .box{
	float:left;
	width:50%;
	padding:10px;
}
#products .inner .mds{
	font-size:2.2rem;
	line-height:1.6;
	text-align:center;
	margin-bottom:18px;
}
#products .inner .mds:before{
	content:'';
	display:block;
	border-top:1px solid #F81FA0;
	height:1px;
	width:50px;
	margin:0 auto 15px auto;
}
#products .inner .mds span{
	display:block;
	font-size:1.3rem;
	text-align:center;
	font-weight:bold;
}
#products .inner .txt{
	font-size:1.4rem;
	line-height:1.8;
	margin-bottom:50px;
}
#products .inner .txt sup{
	font-size:0.8rem;
	padding:0 1px;
}
#products .inner .txt span.chu{
	display:block;
	font-size:1.2rem;
	line-height:1.6;
	padding-top:10px;
}
#products .inner .ph{
	margin-bottom:10px;
}
#products .inner .bnr{
	clear:both;
	font-size:0;
	text-align:center;
	margin-bottom:25px;
}
#products .inner .bnr li{
	font-size:1.3rem;
	display:inline-block;
	margin:5px;
}
#products .inner .bnr li img{
	width:250px;
	height:60px;
}

/* buy */
#buy .inner{
	margin:0;
}
#buy .pnav{
	text-align:center;
	margin-bottom:45px;
}
#buy .pnav li{
	display:inline-block;
	padding:0 20px;
	font-size:1.4rem;
	line-height:1;
}
#buy .pnav li i{
	padding-right:5px;
}
#buy .clm800{
	width:800px;
	margin:0 auto;
}
#buy .mds{
	font-size:2.8rem;
	line-height:1;
	text-align:center;
	margin-bottom:10px;
	padding:15px 0;
	background:#FFF1F9;
}
#buy .srd{
	font-size:1.4rem;
	line-height:1.6;
	text-align:center;
	margin-bottom:35px;
}
#buy .member{
	margin-bottom:80px;
}
#buy .member .left{
	float:left;
	width:360px;
	border-left:1px solid #ddd;
	padding-left:15px;
}
#buy .member .right{
	float:right;
	width:360px;
	border-left:1px solid #ddd;
	padding-left:15px;
}
#buy .member .name{
	font-weight:bold;
	padding-bottom:10px;
}
#buy .member .box{
	height:120px;
	font-size:1.4rem;
	line-height:1.6;
	font-weight:bold;
}
#buy .member .txt{
	padding-bottom:10px;
	font-size:1.4rem;
	line-height:1.6;
}
#buy .member .clr{
	clear:both;
	padding-top:35px;
	text-align:center;
}
#buy .member .clr .for{
	font-size:1.3rem;
	line-height:1.5;
	font-weight:bold;
}
#buy .member .clr .tnum{
	font-size:2.4rem;
	line-height:1.5;
	font-weight:bold;
	margin-top:4px;
}
#buy .member .clr .time{
	font-size:1.2rem;
	line-height:1.5;
	font-weight:bold;
	padding-left:10px;
}
#buy .member .clr i{
	padding-right:6px;
}
#buy .shop{
	margin-bottom:25px;
	border:1px solid #ddd;
	padding:20px;
}
#buy .shop.last{
	margin-bottom:80px;
}
#buy .shop .shopname{
	padding-bottom:10px;
	font-size:1.4rem;
	line-height:1.6;
	font-weight:bold;
}
#buy .shop .shopname h3{
	font-size:1.8rem;
	line-height:1.6;
	font-weight:bold;
}
#buy .shop .toi{
	padding-bottom:20px;
	font-size:1.3rem;
	line-height:1.6;
}
#buy .shop .shopph{
	float:right;
	width:250px;
	margin:0 0 0 15px;
	text-align:center;
	font-size:12px;
}
#buy .shop .shopph img{
	margin-bottom:5px;
}
#buy .shop .shopph i{
	padding-right:3px;
}
#buy .shop .accessbox{
	margin-right:265px;
}
#buy .shop .access dl{
	position:relative;
}
#buy .shop .access dt{
	position:absolute;
	top:0;
	left:0;
	font-size:1.3rem;
	line-height:1.6;
}
#buy .shop .access dd{
	padding-left:90px;
	font-size:1.3rem;
	line-height:1.6;
}
#buy .tel{
	margin-bottom:80px;
	text-align:center;
}
#buy .tel .for{
	font-size:1.3rem;
	font-weight:bold;
	padding-bottom:10px;
}
#buy .tel .tnum{
	font-size:4.2rem;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1;
}
#buy .tel .tnum i{
	padding-right:8px;
}
#buy .tel .for.mgb{
	margin-bottom:35px;
}
#buy .tel .lnk{
	font-size:1.4rem;
	line-height:1.6;
}
#buy .tel .lnk a{
	text-decoration:underline;
	color:#F81FA0;
}
#buy .web{
	margin-bottom:35px;
}
#buy .web .txt{
	font-size:1.4rem;
	line-height:1.6;
	margin-bottom:15px;
}
#buy .web .txt.btn{
	margin:0 0 15px 0;
	width:280px;
	text-align:center;
}
#buy .web .txt a{
	text-decoration:underline;
	color:#F81FA0;
}
#buy .web .txt.btn a{
	display:block;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	padding:15px;
	background:#F81FA0;
	border-radius:5px;
}
#buy .web .txt.btn a i{
	padding-right:3px;
}
#buy .web .webph{
	float:right;
	width:250px;
	margin:0 0 10px 15px;
}

/* news */

#news .inner{
	margin:0 35px;
}
#news .nav{
	max-width:800px;
	margin:0 auto 15px auto;
	padding-left:15px;
	text-align:right;
}
#news .nav select{
	font-size:1.3rem;
	width:140px;
}
#news .nav select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 30px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
}
#news .nav select::-ms-expand {
    display: none;
}
#news .selectWrap{
    position: relative;
    display: inline-block;
}
#news .selectWrap::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #ccc;
    height: 100%;
    width: 30px;
border-radius:0 4px 4px 0;
}
#news .selectWrap::after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent; 
}

#news .nbox{
	max-width:800px;
	margin:0 auto 35px auto;
	border-top:1px solid #eee;
}
#news .nbox li{
	border-bottom:1px solid #eee;
}
#news .nbox li a{
	display:block;
	position:relative;
	padding:20px 15px 0 15px;
	font-size:1.4rem;
}
#news .nbox li .day{
	float:left;
	margin-bottom:15px;
	font-size:1.4rem;
	line-height:1.5;
	width:105px;
	font-weight:bold;
}
#news .icon{
	float:left;
	background:#F81FA0;
	border:1px solid #F81FA0;
	color:#fff;
	font-size:1.2rem;
	line-height:1;
	width:85px;
	text-align:center;
	padding:3px 0 4px 0;
	border-radius:3px;
}
#news .clm800 .icon{
	float:none;
	margin-bottom:5px;
}
#news .icon.oshirase{
	background:#fff;
	color:#F81FA0;
}
#news .nbox li .txt{
	margin-bottom:15px;
	font-size:1.4rem;
	line-height:1.5;
	padding-left:210px;
	font-feature-settings:"palt";
}
#news .nbox li .txt i{
	padding-left:7px;
	color:#c00;
}
#news .clm800{
	width:800px;
	margin:0 auto 35px auto;
}
#news .clm800 .ttl{
	font-size:2rem;
	line-height:1.5;
	font-weight:bold;
}
#news .clm800 .day{
	text-align:right;
	font-size:1.2rem;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:25px;
}
#news .clm800 .txt{
	font-size:1.6rem;
	line-height:1.8;
	margin-bottom:35px;
}
#news .clm800 .back{
	text-align:center;
	font-size:1.6rem;
	line-height:1.5;
	font-weight:bold;
}

/* about */

#about .inner{
	margin:0 35px;
}
#about .mds{
	text-align:center;
	font-size:2.0rem;
	line-height:1;
	margin-bottom:35px;
}
#about .mds .sub{
	font-size:1.2rem;
	line-height:1.6;
}
#about .adr{
	max-width:800px;
	margin:0 auto 55px auto;
	border-top:1px solid #ddd;
}
#about .adr dl{
	position:relative;
	border-bottom:1px solid #ddd;
	padding:10px 0;
}
#about .adr dt{
	position:absolute;
	top:10px;
	left:0;
	font-size:1.4rem;
	line-height:1.5;
}
#about .adr dd{
	padding-left:120px;
	font-size:1.4rem;
	line-height:1.5;
}
#about .adr dd a{
	text-decoration:underline;
}
#about .adr dd a i{
	padding-right:4px;
}
#about .map{
	max-width:800px;
	margin:0 auto 70px auto;
}
#about .map .amds{
	font-weight:bold;
	font-size:1.7rem;
	margin-bottom:15px;
}
#about .map .ill{
	float:right;
}
#about .map .ill img{
	width:320px;
	margin-top:-35px;
}
#about .map .access{
	font-size:1.4rem;
	line-height:1.7;
	padding-right:340px;
	margin-bottom:30px;
}
#about .map .access p{
	margin-bottom:10px;
}
#about .map .access i{
	padding-right:4px;
}
#about .map .ph{
	
}
#about .map .ph img{
	width:360px;
}
#about .pres{
	width:800px;
	margin:0 auto 70px auto;
	background:url(../images/sign.png) no-repeat right bottom;
	background-size:auto 50px;
}
#about .pres .ph{
	float:left;
	width:200px;
	height:240px;
	background:#eee;
}
#about .pres .mds{
	text-align:left;
	padding-left:230px;
	margin-bottom:10px;
	font-size:1.8rem;
	line-height:1.5;
}
#about .pres .txt{
	text-align:left;
	padding:0 0 50px 230px;
	font-size:1.4rem;
	line-height:1.8;
}
#about .pdflnk a{
	display:block;
	margin:0 auto 40px auto;
	width:280px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:15px 0;
	background:#F81FA0;
	border-radius:5px;
	text-align:center;	
	font-size: 1.4rem;
}

/* mission */

#mission .pnav{
	text-align:center;
	margin-bottom:45px;
}
#mission .pnav li{
	display:inline-block;
	padding:0 20px;
	font-size:1.4rem;
	line-height:1;
}
#mission .pnav li i{
	padding-right:5px;
}
#mission .inner{
	margin:0 35px;
	text-align:center;
}
#mission .m_mds{
	text-align:center;
	font-size:2.4rem;
	line-height:1;
	margin-bottom:20px;
}
#mission .mds{
	font-size:1.8rem;
	line-height:1;
	border:1px solid #F81FA0;
	width:210px;
	margin:0 auto 35px auto;
	padding:12px 5px;
}
#mission .rd{
	font-size:1.8rem;
	line-height:1.6;
	margin-bottom:55px;
}
#mission .w470{
	width:470px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:1.6rem;
	line-height:2;
}
#mission .w800{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:1.6rem;
	line-height:2;
}
#mission .mb{
	margin-bottom:55px;
}

#mission .kachi{
	font-size:1.6rem;
	line-height:1.6;
}
#mission .kachi span.pink{
	display:inline-block;
	margin-bottom:10px;
	font-size:1.4rem;
	line-height:1.6;
	font-weight:bold;
}
#mission .kachi span.en{
	display:inline-block;
	width:65px;
	margin-bottom:10px;
	font-size:1.4rem;
	line-height:1.6;
	font-weight:bold;
	color:#F81FA0;
	text-align:left;
	white-space:nowrap;
}
#mission .kachi span.en i{
	color:#333;
	font-style:normal;
}
#mission .vision{
	font-size:1.6rem;
	line-height:1.6;
}
#mission .vision .en{
	font-size:3.6rem;
	line-height:1;
	padding-bottom:5px;
}
#mission .his .right{
	font-size:14px;
	line-height:1.6;
}
#mission .his .right dl{
	clear:both;
	margin-bottom:8px;
}
#mission .his .right dt{
	float:left;
}
#mission .his .right dd{
	margin-left:70px;
}
#mission .his .smds{
	font-size:1.8rem;
}
#mission .hislist{
	margin-top:35px;
}

#mission .hislist ul {
	position: relative;
	overflow: hidden;
	list-style: none;
	width: 800px;
	margin: 30px auto;
	padding: 0;
	font-size:14px;
	line-height:1.6;
}

#mission .hislist ul:after {
  content:"";
  z-index: 1;
  position: absolute;
  left: 50%;
  top:0;
  width: 4px;
  margin-left: -2px;
  min-height: 100%;
  background-color: #FFF1F9;
}

#mission .hislist li {
  z-index: 2;
  position: relative;
  width: 380px;
  padding: 20px;
  float: left;
  margin-bottom: 20px;
  background-color: #FFF1F9;
}

#mission .hislist li.left {
  float: left;
  clear: left;
	font-size:14px;
	line-height:1.6;
}

#mission .hislist li.right {
  float: right;
  clear: right;
	font-size:14px;
	line-height:1.6;
}

#mission .hislist li.highlight {
  float: none;
  clear: both;
  width: auto;
}
#mission .hislist li .y {
	display:block;
	margin-bottom:10px;
	line-height:1;
	color:#F81FA0;
}
#mission .hislist li img {
	display:block;
	margin-bottom:10px;
}
#mission .hislist li img.right {
	float:right;
	margin:0 0 0 10px;
	width:125px;
}
#mission .hislist li img.right.small {
	float:right;
	margin:0 0 0 10px;
	width:55px;
}
#mission .hislist li img.subsmall {
	float:right;
	margin:10px 0 0 0;
	width:78px;
}
#mission .hislist li .clr {
	clear:both;
}
#mission #history{
	padding-top:35px;
}
#mission .page_mainv.v2{
	margin:0;
}
#mission .page_mainv.v2 img{
	width:100%;
	max-width:450px;
}

/* arrow */

#mission .hislist li:before {
  content:"";
  z-index: 1;
  position: absolute;
  top: 14px;
  right: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background-color: #FFF1F9;
  transform: rotate(45deg);
}

#mission .hislist li.left:before {
  left: auto;
}

#mission .hislist li.right + li.left:before,
#mission .hislist li.left + li.right:before {
  top: 36px;
}

#mission .hislist li.highlight:before {
  left: 50%;
  margin-left: -6px;
  right: auto;
  top: -6px;
}

/* dot */

#mission .hislist li:after {
  content:"";
  z-index: 1;
  position: absolute;
  top: 14px;
  right: -24px;
  left: -24px;
  width: 8px;
  height: 8px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #F81FA0;
  transition: .2s;
}

#mission .hislist li:hover:after {
  background-color: #F81FA0;
  top: 12px;
  right: -26px;
  left: -26px;
  width: 12px;
  height: 12px;
}

#mission .hislist li.left:after {
  left: auto;
}

#mission .hislist li.right + li.left:after,
#mission .hislist li.left + li.right:after {
  top: 36px;
}

#mission .hislist li.right + li.left:hover:after,
#mission .hislist li.left + li.right:hover:after {
  top: 34px;
}

#mission .hislist li.right:after {
  right: auto;
}

#mission .hislist li.highlight:after {
  left: 50%;
  margin-left: -4px;
  right: auto;
  top: -24px;
}

#mission .hislist li.highlight:hover:after {
  margin-left: -6px;
  top: -26px;
}

#avon50th{
	width:180px;
	text-align:center;
	margin-top:16px;
}
#avon50th img{
	width:75px;
}
#inspiring .midashi{
	display:block;
	margin:0 0 15px 0;
	padding-top:20px;
}
#inspiring #csr .inner .text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 25px;
}
#inspiring #csr .inner .text a{
   text-decoration:underline;
}
#inspiring #csr .inner .rd {
	font-size: 2.2rem;
	letter-spacing: 1px;
	padding:5px 0;
}
#inspiring #csr .inner .phi {
	margin-bottom: 15px;
}
#csr .mdss{
	font-weight:normal;
	font-size: 24px;
	margin-bottom:15px;
	text-align:center;
}
#csr .mdss.mb{
	margin-bottom:35px;
}
#csr .cph{
	float:right;
	width:200px;
	margin-left:30px;
	font-size:13px;
	line-height:1.6;
}
#csr .cph img{
	margin-bottom:5px;
}
#csr .mt.datelist{
	margin-top:15px;
}