@charset "UTF-8";






/* symbol-icon */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?k5z6nx');
  src:  url('../fonts/icomoon.eot?k5z6nx#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?k5z6nx') format('truetype'),
    url('../fonts/icomoon.woff?k5z6nx') format('woff'),
    url('../fonts/icomoon.svg?k5z6nx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-document-file-pdf:before {
  content: "\e901";
}
.icon-file-pdf-o:before {
  content: "\e900";
}
.icon-戏:before {
  content: "\e912";
}

.icon-bubbles:before {
  content: "\e96c";
}
.icon-sina-weibo:before {
  content: "\ea9a";
}
.icon-file-pdf:before {
  content: "\eadf";
}

@font-face {
	font-weight: normal;
	font-style: normal;
}

.ai {
	/* use !important to prevent issues with browser extensions that change fonts */
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	padding-left: 7px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ai-out::after {
	content: "\e900";
	color: #898987;
	font-size: 0.9em;
	background: #fff;
}

.ai-out-btn::after {	
	content: "\e900";
	color: #FFF;
	font-size: 0.9em;
	background: #00A96B;
}

.ai-pdf::after {
	content: "\e901";
	color: #B2220B;
	font-size: 0.9em;
	background: #fff;
}

.ai-word::before {
	content: "\e902";
	color: #4D63B9;
	font-size: 0.9em;
	background: #fff;
}

.ai-excel::before {
	content: "\e903";
	color: #779D51;
	font-size: 0.9em;
	background: #fff;
}

.ai-mail::after {
	content: "\e904";
	color: #848482;
	font-size: 0.9em;
	background: #fff;
}

.ai-mail-btn::after {	/*ボタンタイプのリンク用*/
	content: "\e904";
	color: #00A96B;
	font-size: 0.9em;
	background: #fff;
}

/* @end */

/* @group 初期設定 */

html {
	overflow: auto;
	color: #333;
	font-size: 16px;
}

body {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 1030px;
	overflow-x: hidden;
	overflow-y: hidden;
}

ul ol,
ol ul {
	font-size: 100% !important;
}

ul {
	list-style: none;
}

sup {
	vertical-align: top;
	font-size: 0.77em;
}

sub {
	vertical-align: baseline;
	font-size: 0.77em;
}

img {
	vertical-align: bottom;
	height: auto;
	width: auto;
	max-width: 100%;
}

img.rollover {
	cursor: pointer;
}

label {
	cursor: pointer;
}

a {
	text-decoration: underline;
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

a[href^="tel:"] {
	text-decoration: underline;
	cursor: default;
}

a:hover {
	color: #00A25C;
	text-decoration: none;
}

a img,
button,
input[type="submit"] {
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover img {
	opacity: 0.7;
}

/* @end */

/* @group header */

#header-area {
	padding-top: 15px;
}

#header {
	background: url(..//images/header_bg.png) no-repeat center top 35px;
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}

#header-wrap {
	margin: auto;
	width: 1000px;
}

div#font-size {
	float: right;
	display: inline;
	margin-bottom: 12px;
}

div#font-size p {
	font-size: 12px;
	float: left;
	padding-top: 7px;
	width: 6em;
}

div#font-size ul {
	float: left;
	width: 130px;
}

div#font-size ul li {
	float:left;
	list-style: none;
	cursor: pointer;
}

div#font-size ul li span {
	background-color: #BFBFBF;
	color: #FFF;
	display: table-cell;
	height: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 60px;
}

div#font-size ul li:first-child span {
	font-size: 13px;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	padding-left: 0.5em;
}

div#font-size ul li:last-child span {
	font-size: 15px;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	padding-right: 0.4em;
}

div#font-size ul li.active span {
	background-color: #11B875;
	color: #fff;
}

#header-nav-area {
	clear: both;
	margin: auto;
	padding: 15px 0;
	width: 100%;
	position: relative;
}

#header-logo {
	float: left;
	width: 283px;
}

/* @end */

/* @group gnav */

#toggle-nav {
	display: none;
}

#gnav {
	float: right;
	width: 655px;
	position: relative;
}

/* 1階層目 */

#gnav ul.gnav_lv1 {
	margin: 0 auto;
	width: 100%;
}

#gnav ul.gnav_lv1 > li {
	display: table;
	float: left;
	margin-left: 23px;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
}

#gnav ul.gnav_lv1 > li:first-child {
	margin-left: 0;
}

#gnav ul.gnav_lv1 > li > a {
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding: 15px 5px 8px;
	text-decoration: none;
	position: relative;
}

@media screen and (min-width: 769px) {

#gnav ul.gnav_lv1 > li > a::before {
	background-color: #11B875;
	border-radius: 50%;
	content: "";
	display: block;
	height: 7px;
	width: 7px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#gnav ul.gnav_lv1 > li.current,
#gnav ul.gnav_lv1 > li.current > a,
#gnav ul.gnav_lv1 > li:hover > a {
	color: #00A96B;
}

#gnav ul.gnav_lv1 > li > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #11B875;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#gnav ul.gnav_lv1 > li > a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

}

#gnav .copyright {
		margin-top: 1em !important;
}

/* @end */

/* @group content-area */

div#content-area {
	width: 100%;
}

/* @group h1-area */

#h1-area { 
}

#h1-area > div {
	background-color: #11B875;
	display: table;
	height: 105px;
	margin: auto;
	width: 1000px;
	position: relative;
}

#h1-area > div::before {
	background-color: #11B875;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	content: "";
	display: block;
	height: 100%;
	width: 134px;
	position: absolute;
	top: 0;
	left: -132px;
}

#h1-area > div::after {
	background-color: #11B875;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	content: "";
	display: block;
	height: 100%;
	width: 134px;
	position: absolute;
	top: 0;
	right: -132px;
}

#h1-area h1,
#h1-area .category-title {
	font-size: 32px;
	color: #FFF;
	display: table-cell;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}

/* @end */

/* @group breadcrumb */

#breadcrumb {
 line-height: 1.4;
 font-size: 12px;
 margin: 10px auto 70px;
 position: relative;
 z-index: 2;
}

#breadcrumb li {
	float: left;
	line-height: 2;
	padding-left: 20px;
	position: relative;
}

#breadcrumb li::before {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
}

#breadcrumb li:first-child {
	padding-left: 0;
}

#breadcrumb li:first-child::before {
	display: none;
}

#breadcrumb li:first-child a {
	padding-left: 20px;
	position: relative;
}

#breadcrumb li:first-child a::before {
	border: 8px solid transparent;
	border-bottom-color: #808080;
	border-top: 0;
	content: '';
	display: block;
	height: 0px;
	width: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#breadcrumb li:first-child a::after {
	border: 4px #808080 solid;
	border-top-width: 4px;
	border-bottom: 0;
	content: '';
	display: block;
	height: 5px;
	width: 4px;
	position: absolute;
	top: 7px;
	left: 2px;
}

/* @end */

#main-content {
	margin: 0 auto 50px;
	max-width: 1030px;
	min-height: calc(100vh - 507px);
	padding: 0 15px;
	position: relative;
}

#main-content section {
	margin-bottom: 100px;
}

#main-content section > *:last-child {
	margin-bottom: 0;
}

#main-content p {
	margin-bottom: 2em;
	line-height: 2;
	text-align:justify; 
	text-justify:inter-ideograph;
}
#main-content .required {
	color: #FFF;
	font-weight: normal;
	font-size: 81.25%;	/* 16px → 13px */
	background-color: #FF9091;
	display: inline-block;
	line-height: 1;
	padding:0.2em;
	margin: 0.5em 0.5em 0.5em 0em;
	vertical-align: text-bottom
}


#main-content figure {
	margin-bottom: 1.5em;
}

#main-content figcaption {
	font-size: 93%;
	line-height: 1.5;
	margin: .5em 0 2em;
	position: relative;
}

#main-content strong {
	color: #000;
	font-weight: bold;
	padding-bottom: .3em;
	/*box-shadow: inset 0 -2px #11B875;*/
	display: inline;
	border-bottom: 2px solid #11B875;
}

#main-content p.lead {
	color: #000;
	font-size: 200%;	/* 16px → 32px */
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2.3;
	margin-bottom: 2.5em;
	text-align: center;
	position: relative;
}

#main-content p.lead span {
	padding-bottom: .4em;
	/* box-shadow: inset 0 -2px #11B875; */
	display: inline;
	border-bottom: 2px solid #11B875;
}

#main-content .lead-area figure {
	text-align: center;
	margin-bottom: 2.5em;
	margin-top: -2.5em;
}

#main-visual {
}

#main-visual figure {
	margin: auto;
	max-width: 1000px;
	text-align: center
}

/* @group heading */

#main-content h2,
h1#news-title {
	border-bottom: 2px solid #11B875;
	color: #00A25C;
	font-size: 162.5%;	/* 16px → 26px */
	line-height: 1.5;
	margin: 0 calc((-100vw + 1000px ) / 2) 2em;
	text-align: center;
}

@media screen and (max-width: 1000px) {

#main-content h2 {
	margin: 0 auto 2em;
}

}

#main-content h2 span {
	background: url(..//images/icon_h2.png) no-repeat center top / 42px auto;
	display: block;
	margin: auto;
	padding: 1.7em 0 1em;
	max-width: 1000px;
}

#main-content h3 {
	background-color: #F0F0F0;
	border-radius: 3px;
	color: #00A25C;
	font-size: 112.5%;	/* 16px → 18px */
	line-height: 1.8;
	margin: 0 0 1.7em;
	padding: .3em 1em .3em .7em;
}

#main-content p + h3,
#main-content div + h3,
#main-content figure + h3,
#main-content ul + h3,
#main-content ol + h3,
#main-content dl + h3,
#main-content table + h3,
#main-content .h3-mt {
	margin-top: 4em;
}

#main-content h2 + h3 {
	margin-top: 45px;
}

#main-content h4 {
	border-bottom: 2px solid #D9D9D9;
	color: #00A25C;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.7;
	margin: 0 0 1.25em;
	padding: 0 0 0.5em;
	position: relative;
}

#main-content p + h4,
#main-content div + h4,
#main-content ul + h4,
#main-content ol + h4,
#main-content figure + h4 {
	margin-top: 4.4em;
}

/* @group news heading */

h1#news-title {
	border-bottom: 2px solid #11B875;
	color: #00A25C;
	font-size: 162.5%;	/* 16px → 26px */
	line-height: 1.5;
	margin: 0 auto 2em;
}

h1#news-title span {
	background: url(..//images/icon_h2.png) no-repeat center top / 42px auto;
	display: block;
	margin: auto;
	padding: 1.7em 0 1em;
	max-width: 1000px;
}

body.newsblog #main-content h2 {
	background-color: #F0F0F0;
	border: none;
	border-radius: 3px;
	color: #00A25C;
	font-size: 112.5%;	/* 16px → 18px */
	line-height: 1.8;
	margin: 0 0 1.7em;
	padding: .3em 1em .3em .7em;
	text-align: left;
}

body.newsblog #main-content p + h2,
body.newsblog #main-content div + h2,
body.newsblog #main-content figure + h2,
body.newsblog #main-content ul + h2,
body.newsblog #main-content ol + h2,
body.newsblog #main-content dl + h2,
body.newsblog #main-content table + h2,
body.newsblog #main-content .h2-mt {
	margin-top: 4em;
}

body.newsblog #main-content h1 + h2 {
	margin-top: 45px;
}

body.newsblog #main-content h3 {
	background-color: transparent;
	border-bottom: 2px solid #D9D9D9;
	color: #00A25C;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.7;
	margin: 0 0 1.25em;
	padding: 0 0 0.5em;
	position: relative;
}

body.newsblog #main-content p + h3,
body.newsblog #main-content div + h3,
body.newsblog #main-content ul + h3,
body.newsblog #main-content ol + h3,
body.newsblog #main-content figure + h3 {
	margin-top: 4.4em;
}

/* @end */

/* @end heading */

/* @group pattern */

.left-col {
	float: left;
}

.right-col {
	float: right;
}
.right-col2 {
	float: right;
}
.right-col2 table{
	float: right;
	margin-right: 10px;
}
#main-content .pattern1-1,
#main-content .pattern1-1-1,
#main-content .pattern2-1,
#main-content .pattern1-2,
#main-content .pattern1-3,
#main-content .pattern3-1,
#main-content .pattern2-3,
#main-content .pattern3-2 {
	margin-bottom: 4em;
	overflow: hidden;
	position: relative;
}

/* pattern1-1 */

#main-content .pattern1-1 .col {
	float: left;
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
}

#main-content .pattern1-1 .col:last-child{
	margin-right: 0;
}

#main-content .pattern1-1 .left-col,
#main-content .pattern1-1 .right-col {
	width: calc((100% - 40px) / 2);
}

/* pattern1-2, patterm2-1 */

#main-content .pattern1-2 .left-col,
#main-content .pattern2-1 .right-col {
	width: calc((100% - 40px) / 3);
}

#main-content .pattern1-2 .right-col,
#main-content .pattern2-1 .left-col {
 width: calc(((100% - 40px) / 3) * 2);
}

/* patterm2-3, patterm3-2 */

#main-content .pattern2-3 .left-col,
#main-content .pattern3-2 .right-col {
 width: calc(((100% - 40px) / 5) * 2);
}

#main-content .pattern2-3 .right-col,
#main-content .pattern3-2 .left-col {
 width: calc(((100% - 40px) / 5) * 3);
}

/* patterm1-3, patterm3-1 */

#main-content .pattern1-3 .left-col,
#main-content .pattern3-1 .right-col {
	width: calc((100% - 40px) / 4);
}

#main-content .pattern1-3 .right-col,
#main-content .pattern3-1 .left-col {
 width: calc(((100% - 40px) / 4) * 3);
}

/* patterm1-1-1 */

#main-content .pattern1-1-1 .col {
	float: left;
	width: calc((99.9% - 80px) / 3);
	margin-right: 40px;
}

#main-content .pattern1-1-1 .col:last-child{
	margin-right: 0;
}

/* patterm1-1-1-1 */

#main-content .pattern1-1-1-1 {
	margin-bottom: 2em;
}

#main-content .pattern1-1-1-1 .col {
	float: left;
	width: calc((100% - 120px) / 4);
	margin-right: 40px;
	margin-bottom: 2em;
}

@media screen and (min-width: 769px) {

#main-content .pattern1-1-1-1 .col:nth-child(4n) {
	margin-right: 0;
}

}

/* patterm1-1-1-1-1 */

#main-content .pattern1-1-1-1-1 {
	margin-bottom: 2.5em;
}

#main-content .pattern1-1-1-1-1 .col {
	float: left;
	width: calc((100% - 120px) / 5);
	margin-right: 30px;
	margin-bottom: 1.5em;
}

@media screen and (min-width: 769px) {

#main-content .pattern1-1-1-1-1 .col:nth-child(5n) {
	margin-right: 0;
}

}

/* patterm-wrap */

@media screen and (min-width: 769px) {

#main-content .pattern-wrap .left-col.w-fixed {
	margin-bottom: 3em;
	margin-right: 40px;
}

#main-content .pattern-wrap .right-col.w-fixed {
	margin-bottom: 3em;
	margin-left: 40px;
}

#main-content .pattern-wrap .wd-100p {
	float: none;
}

}

/* 子要素の余白調整 */

#main-content .pattern1-1 .col *:last-child,
#main-content .pattern1-1 .left-col *:last-child,
#main-content .pattern1-1 .right-col *:last-child,
#main-content .pattern1-1-1 .col *:last-child,
#main-content .pattern1-1-1-1 .col *:last-child,
#main-content .pattern1-1-1-1-1 .col *:last-child,
#main-content .pattern1-2 .left-col *:last-child,
#main-content .pattern1-2 .right-col *:last-child,
#main-content .pattern2-1 .left-col *:last-child,
#main-content .pattern2-1 .right-col *:last-child,
#main-content .pattern1-3 .left-col *:last-child,
#main-content .pattern1-3 .right-col *:last-child,
#main-content .pattern3-1 .left-col *:last-child,
#main-content .pattern3-1 .right-col *:last-child,
#main-content .pattern2-3 .left-col *:last-child,
#main-content .pattern2-3 .right-col *:last-child,
#main-content .pattern3-2 .left-col *:last-child,
#main-content .pattern3-2 .right-col *:last-child {
	margin-bottom: 0;
}

/* @end */

/* @group caution */

#main-content p.caution::before,
#main-content ul.caution li::before,
#main-content span.caution::before {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e905";
	color: #B70081;
	font-size: 1em;
	position: absolute;
	left: -1.5em;
}

.caution {
	position: relative;
	margin-left: 1.5em;
}

#main-content span.caution::before {
	top: -0.3em;
}

#main-content ul.caution,
#main-content ul.caution-num {
	margin-bottom: 2em;
}

#main-content ul.caution li,
#main-content ul.caution-num li {
	list-style: none;
	margin-bottom: 10px;
	line-height: 1.8;
}

#main-content .caution-no1::before,
#main-content .caution-no2::before,
#main-content .caution-no3::before {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #B70081;
	position: absolute;
}

#main-content .caution-no1::before {
	content: "\e905" "1";
}

#main-content .caution-no2::before {
	content: "\e905" "2";
}

#main-content .caution-no3::before {
	content: "\e905" "3";
}

#main-content span.caution-no1::before,
#main-content span.caution-no2::before,
#main-content span.caution-no3::before {
	font-size: .8em;
	top: 0;
	left: -1.7em;
}

span.caution-no1,
span.caution-no2,
span.caution-no3 {
	position: relative;
	margin-left: 1.5em;
}

#main-content li.caution-no1::before,
#main-content li.caution-no2::before,
#main-content li.caution-no3::before {
	left: -2.5em;
}

li.caution-no1,
li.caution-no2,
li.caution-no3 {
	position: relative;
	margin-left: 2.5em;
}

#main-content .caution-box {
	border: 1px solid #FF9091;
	background-color: #FFF5F5;
	margin-bottom: 2em;
	padding: 2em;
	width: 100%;
}

#main-content .caution-box *:last-child {
	margin-bottom: 0;
}

/* @end */

/* @group ul */

#main-content ul.list {
	margin: 0 0 2em 0;
}

#main-content ul.list > li,
#main-content ul.list ul > li {
	line-height: 1.7;
	margin-bottom: .7em;
	padding-left: 1em;
	position: relative;
}

#main-content ul.list > li::after {
	background-color: #00A25C;
	border-radius: 100%;
	content: "";
	display: block;
	height: 6px;
	left: .2em;
	position: absolute;
	top: .7em;
	width: 6px;
}

#main-content ul.list ul,
#main-content ul.list ol {
	margin-top: .7em;
	margin-left: .5em;
	margin-bottom: 1em !important;
}

#main-content ul.list ul > li {
	margin-left: .3em;
	padding-left: .7em;
	position: relative;
}

#main-content ul.list > li ul > li::after {
	background-color: #808080;
	border-radius: 100%;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0.7em;
	width: 5px;
}

#main-content ul.list.col3 li {
	float: left;
	margin-right: 2em;
	width: calc((99.9% - 4em) / 3);
}

#main-content ul.list.col3 li:nth-child(3n) {
	margin-right: 0;
}

/* @end */

/* @group ol */

#main-content ol {
	margin: 0 0 2em 0;
	counter-reset: li;
}

#main-content ol > li {
	list-style: none;
	margin-bottom: .7em;
	padding-left: 1.5em;
	line-height: 1.7;
	position: relative;
}

#main-content ol > li::before {
	color: #00A25C;
	content: counter(li, decimal) ". ";
	counter-increment: li;
	position: absolute;
	left: 0.2em;
}

#main-content ol ol {
	margin-top: .5em;
	margin-bottom: 1em !important;
	counter-reset: li-child;
}

#main-content ol ol > li::before {
	color: #808080;
	content: counter(li-child, decimal) ". ";
	counter-increment: li-child;
}

/* 入れ子 */

#main-content ol > li > ul.list {
	margin-top: .7em;
	margin-bottom: 1em !important;
}

#main-content ol ol > li::before {
	color: #00A25C;
}

#main-content ol ul.list li::after{
	background-color: #808080;
	top: 0.8em;
}

/* 括弧付き */
#main-content ol.brackets {
	counter-reset: brackets;
}

#main-content ol.brackets > li {
	padding-left: 2.1em;
}

#main-content ol.brackets > li::before {
	content: "("counter(brackets, decimal) ")";
	counter-increment: brackets;
	font-weight: normal;
}

/* @end */

/* @group dl */

#main-content dl {
	margin-bottom: 2.5em;
}

#main-content dl dt {
	color: #00A25C;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 0.5em;
	padding-left: calc(1em + 4px);
	position: relative;
}

#main-content dl dt::before {
	background-color: #fff;
	border: 3px solid #00A25C;
	border-radius: 100%;
	content: "";
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
	left: 0;
	top: 0.6em;
}

#main-content dl dd {
	line-height: 1.8;
	margin: 0 0 2.5em;
	padding-left: calc(1em + 4px);
}

#main-content dl dd:last-child,
#main-content dl dd > *:last-child {
	margin-bottom: 0;
}

/* @end */

/* @group link */

/* @group link-list */

#main-content ul.link-list {
	margin-bottom: 40px;
}

#main-content ul.link-list li {
	line-height: 1.7;
	margin-bottom: .7em;
}

.link, .link-list li {
	padding-left: 15px;
	position: relative;
}

.link::before, 
.link-list li::before,
.link-list li::before {
 content: "";
 height: 4px;
 width: 4px;
 display: block;
 border: 2px solid #00A25C;
 border-left-width: 0;
 border-top-width: 0;
 margin: auto;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 position: absolute;
 top: calc((1.7em - 4px) / 2);
 left: 0;
}

.link a, .link-list li a {
	display: inline;
}
 
.link-list li ul {
	margin-top: .7em;
}

/* @end */

/* @group link-btn */
.link-btn2 {
	background-color: #00A96B;
	border-radius: 50px;
	color: #FFF;
	display: inline-block;
	line-height: 1.7;
	padding: .2em 1.8em .2em 2.1em;
	text-decoration: none;
	position: relative;
}
.link-btn a {
	background-color: #00A96B;
	border-radius: 50px;
	color: #FFF;
	display: inline-block;
	line-height: 1.7;
	padding: .2em 1.8em .2em 2.1em;
	text-decoration: none;
	position: relative;
}

.link-btn a::before {
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	content: "";
	display: block;
	margin: auto;
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: .8em;
}

.btn-m a {
	font-size: 112.5%;	/* 16px → 18px */
	line-height: 2;
	min-width: 250px;
	padding: .3em 2em .3em 2.5em;
}

.btn-l a {
	font-size: 125%;	/* 16px → 20px */
	font-weight: bold;
	line-height: 2;
	min-width: 300px;
	padding: .3em 2em .3em 2.5em;
}

.link-btn img.link-icon {
	position: relative;
	top: -2px;
}

.pattern1-1-1 .link-btn a,
.pattern1-1-1-1 .link-btn a {
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 769px) {

.link-btn a:hover {
	opacity: 0.7;
}

}

/* @end */

/* @group anchor */

.anchor-area {
	background-color: #F2F2F2;
	margin: 0 calc((-100vw + 1000px ) / 2);

}

@media screen and (max-width: 1000px) {

.anchor-area {
	margin: 0 auto;

}

}

ul.link-anchor {
	margin: 0  auto 40px;
	padding: 30px 0 0px;
	max-width: 1000px;
}
ul.link-anchor2 {
	margin: -12px auto 20px;
	padding: 0px 0 15px;
	max-width: 1000px;
}
.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;} 
ul.link-anchor li {
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	float: left;
	display: block;
	margin-bottom: 20px;
	margin-right: -1px;
	text-align: center;
	width: calc((100% + 1px) / 4);
}
ul.link-anchor2 li {
	
	float: left;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: left;
	width: 25;
}

ul.link-anchor.col1-1-1 li {
	width: calc((100% + 1px) / 3);
}

ul.link-anchor.col1-1 li {
	width: calc((100% + 1px) / 2);
}

ul.link-anchor li.col-x2 {
	width: calc((100% + 1px) / 2);
}

ul.link-anchor li a {
	display: block;
	line-height: 1.5;
	padding: 1em 2.5em;
	text-decoration: none;
	width: 100%;
	position: relative;
}

ul.link-anchor li a::before {
	background-color: #11B875;
	border: none;
	border-radius: 50px;
	content: "";
	height: 16px;
	margin: auto;
	vertical-align: middle;
	width: 16px;
	position: absolute;
	top: 0;
	left: 1.2em;
	bottom: 0;
}

ul.link-anchor li a::after {
	background: none;
	border: 2px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	display: block;
	content: '';
	height: 4px;
	width: 4px;
	margin: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	top: -1px;
	left: calc(1.2em + 5px);
	bottom: 0;
}

@media screen and (min-width: 769px) {

ul.link-anchor li a:hover {
	background-color: #FFF;
	color: #00A25C;
}

}

/* @end */

/*--------------- link end */
/* @end */

/* @group table */

#main-content table {
	line-height: 1.7;
	margin-bottom: 40px;
	max-width: 100%;
	margin-top:12px;
	margin-bottom: 0px;
}

#main-content table th {
	background-color: #EDF9F3;
	border: 1px solid #D9D9D9;
	color: #00A25C;
	font-weight: bold;
	padding: 0.7em 0.8em;
	text-align: left;
}

#main-content table th.sub-head {
	background-color: transparent;
}

#main-content table td {
	border: 1px solid #CCC;
	padding: 0.7em 0.8em;
}


#main-content table td > *:last-child {
	margin-bottom: 0;
}

/* type-info */
#main-content table.type-rowline th,
#main-content table.type-rowline td {
	background-color: transparent;
	border-width: 1px 0 1px 0;
	padding: 1.2em .5em;
}

/* scroll table */
/*
.scroll-box {
  overflow-x: auto;
  margin-bottom: 40px;
}

.scroll-box::-webkit-scrollbar {
  height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

#main-content .scroll-box table {
	margin-bottom: 10px;
	white-space: nowrap;
	width:100%;
}
*/
/* @end */

/* @group news */

.news-area {
	margin-bottom: 2em;
}

ul.news-list {
	margin-bottom: 2em;
}

ul.news-list li {
	border-bottom: 1px dotted #999;
	display: table;
	padding: 1.25em 0 .75em;
	width: 100%;
}

ul.news-list li:last-child {
}

ul.news-list li > span {
	float: left;
	display: block;
}

ul.news-list li .date {
	line-height: 2;
	width: 8.5em;
}

.news-icon-info,
.news-icon-recruit,
.news-icon-product {
	border-radius: 2px;
	color: #FFF;
	font-size: 81.25%;	/* 16px → 13px */
	display: inline-block;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: .3em 1.5em 0 0.5em;
	padding: .3em 1em;
	min-width: 78px;
	text-align: center;
	width: 7em;
}

.news-icon-info {
	background-color: #F18500;
}

.news-icon-recruit {
	background-color: #00AC30;
}

.news-icon-product {
	background-color: #0091D0;
}

ul.news-list li .title {
	line-height: 2;
	width: calc(100% - 18em);
}

ul.news-list li a {
	color: inherit;
}

ul.news-list li a:hover {
	color: #00A25C;
}

.news-area .link-btn {
	margin: auto;
	width: 200px
}

.news-area .link-btn a {
	background: #F7F7F7;
	border: 1px solid #CCC;
	color: #666;
	display: block;
	width: 100%;
}

.news-area .link-btn a::before {
	border-color: #808080;
}

/* @end */

/* @group 分岐リンク */

.category-link .col,
.service-link .col,
.facility-link .col,
.pharmacy-link .col {
	float: left;
	margin: 0 40px 2.5em 0;
}

.category-link .col a,
.service-link .col a,
.facility-link .col > div,
.pharmacy-link .col > div {
	background-color: #F7F7F7;
	border: 5px solid #FFF;
	border-radius: 2px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15);
	color: #4D4D4D;
	display: block;
	text-decoration: none;
	position: relative;
}
.category-link .col a::after,
.service-link .col a:after {
	
	border-color: #11B875 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 24px 0 0 24px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: -5px;
	right: -5px;
}

.category-link .col a > figure,
#main-content .service-link .col a > figure,
.facility-link .col figure,
.pharmacy-link .col figure {
	overflow: hidden;
	position: relative;
}
.pharmacy-link .col figure img,
.category-link .col a > figure img,
.service-link .col a > figure img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	 transition: all .8s;
    -webkit-transition: all .8s;
}

#main-content .category-link .col p:not(.head),
.service-link .col p:not(.head),
.facility-link .col p:not(.head),
.pharmacy-link .col p:not(.head) {
	line-height: 1.7;
	text-align:justify; 
	text-justify:inter-ideograph;
}

#main-content .category-link .col .head,
#main-content .service-link .col .head,
#main-content .facility-link .col .head,
#main-content .pharmacy-link .col .head {
	color: #000;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	position: relative;
}

#main-content .category-link .col figure,
#main-content .category-link .col p:last-child,
#main-content .service-link .col figure,
.service-link .col p:last-child,
#main-content .facility-link .col figure,
#main-content .facility-link .col p:last-child,
#main-content .pharmacy-link .col figure,
#main-content .pharmacy-link .col p:last-child {
	margin-bottom: 0;
}

.category-link .col a:hover,
.service-link .col a:hover,
.facility-link .col a:hover,
.pharmacy-link .col a:hover {
	opacity: 0.75;
}
.pharmacy-link .col :hover > figure img,
.category-link .col a:hover > figure img,
.service-link .col a:hover > figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
    
}

/* @group service-link */

#main-content .service-link-area {
	margin-left: calc((-100vw + 1000px ) / 2);
	margin-right: calc((-100vw + 1000px ) / 2);
}

@media screen and (max-width: 1000px) {

#main-content .service-link-area {
	margin-left: auto;
	margin-right: auto;
}

}

.service-link {
	margin: auto;
	max-width: 1280px;
}

.service-link .col {
	width: 290px;
}

.service-link .col figure {
	max-height: 162px;
}

.service-link .col a:after {
	border-width: 28px 0 0 28px;
}

.service-link .col a > div {
	padding: 0;
	display: table;
	width: 100%;
	position: relative;
}

.service-link .col:nth-child(2) a::after {
	border-color: #00B0C2 transparent transparent;
}

.service-link .col:nth-child(3) a::after {
	border-color: #FF5B80 transparent transparent;
}

.service-link .col:nth-child(4) a::after {
	border-color: #922D6E transparent transparent;
}

.service-link .col:nth-child(5) a::after {
	border-color: #8BBA00 transparent transparent;
}

.service-link .col:nth-child(6) a::after {
	border-color: #FF8F00 transparent transparent;
}

.service-link .col:nth-child(7) a::after {
	border-color: #4B74C2 transparent transparent;
}

#main-content .service-link .col .head {
	font-size: 112.5%;	/*16px → 18px*/
	display: table-cell;
	margin: 0 auto;
	padding: 0.7em 1.5em 0.7em 2.5em;
	vertical-align: middle;
	position: static;
}

.service-link .col .head img {
	width: 34px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
}

@media screen and (min-width: 1280px) {

.service-link .col:nth-child(4n) {
	margin-right: 0;
}

}

@media screen and (max-width: 1279px) {

.service-link {
	margin: auto;
	max-width: 950px;
}

.service-link .col:nth-child(3n) {
	margin-right: 0;
}

}

/* @end */

/* @group category-link */

.category-link {
	margin-bottom: -2.5em;
}

.category-link .col {
	width: calc((99.9% - 80px) / 3);
}

.category-link .col:nth-child(3n) {
	margin-right: 0;
}

.category-link .col a > figure {
	max-height: 180px;
}

.category-link .col a > div {
	padding: 1.2em 1.2em 1.2em;
}

#main-content .category-link .col .head {
	font-size: 125%;	/*16px → 20px*/
	margin-bottom: 1.2em;
	padding-bottom: 0.7em;
}

#main-content .category-link .col .head::after {
	background-color: #11B875;
	content: "";
	display: block;
	height: 3px;
	width: 1.4em;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#main-content .category-link .col .head span {
	display: block;
	font-size: 72%;
	line-height: 1.2;
}

.category-link figure.icon-own {
	position: relative;
}

.category-link figure.icon-own:after {
	background: url(..//images/icon_own.png) no-repeat left top / 68px auto;
	content: "";
	display: block;
	height: 68px;
	width: 68px;
	position: absolute;
	top: 7px;
	left: 7px;
}

/* @end */

/* @group facility-link */

.facility-link {
	margin-bottom: -2.5em;
}

.facility-link .col {
	width: calc((99.9% - 80px) / 3);
}

.facility-link .col:nth-child(3n) {
	margin-right: 0;
}

.facility-link .col figure {
	max-height: 180px;
}

#main-content .facility-link p:not(.head) {
	font-size: 93.75%;	/*16px → 15px*/
	line-height: 1.4;
	margin-bottom: .5em;
}

#main-content .facility-link .col .head {
	font-size: 137.5%;	/*16px → 22px*/
	margin-bottom: 1.2em;
	padding: 1em 1.1em 1em;
	line-height: 1.3;
}

.facility-link .head span {
	display: block;
	font-size: 72%;	/*22px → 16px*/
	line-height: 1.2;
}

#main-content .facility-link p.border-btm {
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 1em;
	padding-bottom: .5em;
}

#main-content .facility-link .link-btn {
	margin-top: 1.3em;
}

#main-content .facility-link .col .link-btn a {
	font-size: 87.5%;	/*16px → 14px*/
	padding: .4em 2em .4em 2.3em;
}

#main-content .facility-link .link-btn .ai-out-btn::after {
	font-size: 1em;
}

.facility-link .info-col > div {
	background: #E4F7EF;
	border-top-style: solid;
	border-top-color: #11B875;
	border-width: 4px 0 0;
	padding: 0;
}

.facility-link .info-col div.upper-area {
	background: #FFF;
	padding: 1.5em 1.5em 1.2em;
}

.facility-link .info-col div.lower-area {
	background-color: transparent;
	padding: 1em 1.5em 2em;
}

#main-content .facility-link .facility-ttl {
	background-color: transparent;
	border-bottom: 1px solid #999;
	color: #00A25C;
	font-size: 156%;	/*16px → 25px*/
	line-height: 1.4;
	margin: 0 auto .8em;
	padding-bottom: 1em;
	text-align: center;
}

#main-content .facility-link h2.facility-ttl span {
	background: none;
	font-size: 72%;
	padding: 0;
}

#main-content .facility-link .facility-subttl {
	background-color: transparent;
	border: none;
	font-size: 100%;
	line-height: 2;
	margin-bottom: 1em;
	padding: 0;
	text-align: center;
}

#main-content .facility-link  .facility-subttl span {
	display: block;
	font-size: 81.25%;	/*16px → 13px*/
	font-weight: normal;
}

#main-content .facility-link .info-col div.upper-area p {
	line-height: 1.8;
	margin-bottom: 0;
}

#main-content .facility-link .lower-area ul li {
	line-height: 1.4;
	margin-bottom: .5em;
	padding-left: 1em;
	position: relative;
}

#main-content .facility-link .lower-area ul li::before {
	background: #00A25C;
	border-radius: 50%;
	content: "";
	display: block;
	height: .4em;
	width: .4em;
	position: absolute;
	top: .6em;
	left: 0;
}

#main-content .facility-link .lower-area ul li:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 769px) {

.facility-link .lower-area {
	padding: 0 1.1em 4em;
	position: relative;
}

#main-content .facility-link .link-btn {
	margin: auto;
	position: absolute;
	bottom: 1.6em;
	left: 0;
	right: 0;
}

.facility-link .lower-area.no-link {
	padding: 0 1.1em 2em;
}

}

/* @end */

/* @group pharmacy-link */

.pharmacy-link {
	margin-bottom: -2.5em;
}

.pharmacy-link .col {
	width: calc((99.9% - 80px) / 3);
}

.pharmacy-link .col:nth-child(3n) {
	margin-right: 0;
}

.pharmacy-link .col figure {
	max-height: 180px;
}

#main-content .pharmacy-link .col p:not(.head) {
	font-size: 93.75%;	/*16px → 15px*/
	line-height: 1.4;
	margin-bottom: .5em;
	text-align:justify; 
	text-justify:inter-ideograph;
	
}

#main-content .pharmacy-link .head {
	font-size: 137.5%;	/*16px → 22px*/
	padding: .9em .9em .5em;
}

.pharmacy-link .head::after {
	background-color: #D9D9D9;
	content: "";
	display: block;
	height: 1px;
	width: calc(100% - 1.8em);
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.pharmacy-link .head span {
	display: block;
	font-size: 72%;	/*22px → 16px*/
	line-height: 1;
	margin-bottom: -0.25em;
}

#main-content .pharmacy-link .link-btn {
	margin-top: 1.3em;
}

.pharmacy-modal-area .modal {
	max-width: 760px;
	padding: 0;
}

#main-content .pharmacy-modal-area .modal h3 {
	background-color: #11B875;
	color: #FFF;
	font-size: 175%;	/*16px → 28px*/
	margin: 0;
	padding: .6em .5em;
	text-align: center;
}

#main-content .pharmacy-modal-area .modal h3 span {
	display: inline-block;
	font-size: 64.28%;	/*28px → 16px*/
	margin-right: .5em;
}

.pharmacy-modal-area .modal-inner {
	padding: 2.5em 2.5em 0;
}

#main-content .pharmacy-modal-area .modal p {
	line-height: 1.7;
}

#main-content .pharmacy-modal-area .modal .pattern1-1 {
	margin-bottom: 2em;
}

#main-content .pharmacy-modal-area .modal h4 {
	border: none;
	color: inherit;
	font-size: 112.5%;	/*16px → 18px*/
	margin: 0;
}

#main-content .pharmacy-modal-area .modal table {
	margin-bottom: 1.5em;
}

#main-content .pharmacy-modal-area .modal table th,
#main-content .pharmacy-modal-area .modal table td {
	width: 50%;
}

@media screen and (min-width: 769px) {

.pharmacy-link .lower-area {
	padding: 1em 1.25em 4em;
	position: relative;
}

#main-content .pharmacy-link .link-btn {
	margin: auto;
	position: absolute;
	bottom: 1.3em;
	left: 0;
	right: 0;
}

}

/* @end */

/* @end 分岐リンク */

/* FQA */

#main-content dl.qa dt {
	background: url(..//images/icon_qa_q.png) no-repeat left top / 57px auto;
	color: #000;
	font-size: 112.5%;	/*16px → 18px*/
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 0.7em;
	padding: .5em 0 .5em 70px;
}

#main-content dl.qa dt::before {
	display: none;
}

#main-content dl.qa dd {
	background: url(..//images/icon_qa_a.png) no-repeat left top / 57px auto;
	border-bottom: 2px dotted #808080;
	margin-bottom: 2.5em;
	padding: 0.6em 0 2.2em 70px;
}

#main-content dl.qa > dd:last-child {
	margin-bottom: 0;
}

/* @end */

/* @group modal-area */

#main-content .modal-area .pattern1-1-1 .col,
#main-content .modal-area .pattern1-1-1-1 .col {
	margin-bottom: 1em;
}

#main-content .modal-area .pattern1-1-1 .col:nth-child(3n),
#main-content .modal-area .pattern1-1-1-1 .col:nth-child(4n) {
	margin-right: 0
}

.modal-overlay {
	z-index:10;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.85);
}

.modal-wrap {
	z-index:20;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}

.modal {
	background-color: #FFF;
	border-radius: 3px;
	display: none;
	height: auto;
	width: auto;
	max-height: 80vh;
	max-width: 90%;
	overflow-y: auto;
	padding: 2.5em 4em 0;
	position:relative;
}

#main-content .modal .modalClose {
	margin: 2.5em auto;
	width: 130px;
}

#main-content .modal .modalClose a {
	background-color: #808080;
	font-size: 87.5%;	/*16px → 14px*/
	width: 100%;
	display: block;
	padding: .4em 0.5em .4em 1.5em;
}

#main-content .modal .modalClose a::before,
#main-content .modal .modalClose a::after {
	background: #FFF;
	border: none;
	content: "";
	display: block;
	height: 12px;
	width: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: 20px;
	margin: auto;
	bottom: 0;
}

#main-content .modal .modalClose a::after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

body.locked{
	overflow: hidden;
	  position: fixed;
  width: 100%;
	overflow-y: scroll;
}

/* オーバーレイのスタイル */
#modal-bg {
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

/* @end */

/* @group contact-box */

.contact-box {
	border: 3px solid #11B875;
	display: table;
	width: 100%;
}

.contact-box .left-col {
	float: none;
	background-color: #F2F2F2;
	display: table-cell;
	letter-spacing: 1px;
	padding: 1.3em 0;
	width: 380px;
	vertical-align: middle;
	position: relative;
}

.contact-box .right-col {
	float: none;
	display: table-cell;
	padding: 1em 0 1.5em;
	width: calc(100% - 380px);
	vertical-align: middle;
}

.contact-box .left-col::before {
	background: url(..//images/icon_contact.png) no-repeat center top / 44px auto;
	content: "";
	display: block;
	height: 42px;
	width: 100%;
	position: absolute;
	top: -24px;
}

#main-content .contact-box .head {
	background-color: transparent;
	border: none;
	border-radius: inherit;
	color: inherit;
	font-size: 137.5%;	/*16px → 22px*/
	font-style: italic;
	font-weight: bold;
	line-height: 1.6;
	margin: 0;
	padding: 5px 1em 0;
	text-align: center;
}

.contact-box .right-col > div {
	width: 100%;
}

#main-content .contact-box .right-col p {
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
}

#main-content .contact-box .right-col p.tel {
	line-height: 1.5;
}

#main-content .contact-box .right-col > div > *:last-child {
	margin-bottom: 0;
}

.tel.freedial img {
	margin-bottom: 5px;
	margin-right: 5px;
	vertical-align: middle;
	width: 40px;
}

/* @end */

/* @related-link */

.related-link {
	background-color: #EBEBEB;
	margin: 0 calc((-100vw + 1000px ) / 2) 50px;
	padding: 2.4em 0;
}

@media screen and (max-width: 1000px) {

.related-link {
	margin-left: 0;
	margin-right: 0;
}

}

.related-link ul {
	margin: auto;
	text-align: center;
	max-width: 1000px;
}

.related-link ul li {
	display: inline-block;
	padding: 0 1.2em 0 1em;
	position: relative;
}

.related-link ul li::before {
  background: #333;
  bottom: 0;
  content: "";
  height: 1em;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(30deg);
  width: 1px;
}

.related-link ul li:last-child {
	padding-right: 0;
}

.related-link ul li:last-child::before {
	display: none;
}

.related-link ul li a {
	display: block;
	padding: 0;
	text-decoration: none;
	position: relative;
}

@media screen and (min-width: 769px) {

.related-link ul li a:hover {
	color: #00A25C;
}

.related-link ul li a:hover::after {
	background-color: #11B875;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -.5em;
	left: 0;
}

}

.related-link ul li.current a {
	color: #00A25C;
	text-decoration: none;
}

.related-link ul li.current a::after {
	background-color: #11B875;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -.5em;
	left: 0;
}

/* @end */


/* @group home */

#home #header-area {
	height: 890px;
	position: relative;
}

#home .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

#home .swiper-slide {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
}

#catchcopy {
	margin: 3.8em auto 0;
	width: 1000px;
	position: relative;
	left: -50px;
}

#home #main-content h2 {
	border: none;
	color: #000;
	font-weight: 600;
	font-size: 237.5%;	/*16px → 38px*/
	font-style: italic;
	letter-spacing: 1px;
	margin: 0 0 1em;
}

#home h2 span {
	background: none;
	display: inline-block;
	padding: 0 .7em;
	position: relative;
}

#home h2 span::before {
	background-color: #11B875;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.25em;
	width: 0.25em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

#home h2 span::after {
	background-color: #11B875;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.25em;
	width: 0.25em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

#home-service-area {
	background: url(../../images/service_bg.jpg) no-repeat center bottom / cover;
	margin: 0 calc((-100vw + 1000px ) / 2) 60px;
	padding: 65px 0 165px;
}

@media screen and (max-width: 1000px) {

#home-service-area {
	margin: 0 auto 60px;

}

}

#home .service-lead {
	color: #00A25C;
	font-size: 143.75%;	/*16px → 23px*/
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.7;
	margin-bottom: 2.5em;
	text-align: center;
}

#home-pickup-area {
	margin-bottom: 100px;
}

#home-recruit-area {
	margin: 0 calc((-100vw + 1000px ) / 2) 75px;

}

@media screen and (max-width: 1000px) {

#home-recruit-area {
	margin: 0 auto 75px;

}

}

#home-recruit-area p {
	background: url(../images/recruit_pc.png) no-repeat center top;
	position: relative;
}

#home-recruit-area p::before {
	background-color: rgba(250,244,221,0.5);
	border-top: 3px solid #00A63C;
	border-bottom: 3px solid #00A63C;
	content: "";
	display: block;
	height: calc(100% - 27px);
	width: 100%;
	position: absolute;
	top: 21px;
	z-index: -1;
}

#home-recruit-area a {
	display: block;
	height: 258px;
	position: relative;
}

#home-recruit-area a span {
	display: block;
	text-indent: -9999px;
}

@media screen and (min-width: 769px) {

#home-recruit-area a::after {
	opacity: 0;
	background-color: rgba(255,255,255,0.35);
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#home-recruit-area a:hover::after {
	opacity: 1;
}

}

#home-info-area {
	margin-bottom: 100px;
}

#home-info-area ul.news-list {
	margin-top: -1.25em;
}

#home-info-area ul.news-list li:nth-child(n + 6) {
	display: none;
}

/* @end */

/* @group greetings */

#main-content .greetings-imgsize01 {
	margin: 0 auto 3.5em;
	max-width: 372px;
}
	
#main-content .greetings-imgsize02 {
	margin: 1em auto 0;
	max-width: 400px;
}

/* @end */

/* @group service */

#main-content .lead-area > figure img {
	max-height: 132px;
}

#main-content section.facility-list-area {
	border-bottom: 2px solid #11B875;
	margin-bottom: 4em;
	padding-bottom: 2.5em;
}

#main-content section.facility-list-area.last-child {
	border: none;
}

@media screen and (min-width: 1001px) {

#main-content section.facility-list-area {
	margin-left: calc((-100vw + 1000px ) / 2);
	margin-right: calc((-100vw + 1000px ) / 2);
}

#main-content .facility-list-area .facility-link {
	margin: auto;
	max-width: 1000px;
}

}

/* @end */

/* @group product */

.cylinder-rack-mainvisual,
.acsive-mainvisual,
.double11-mainvisual,
.komenuka-mainvisual {
	position: relative;
}
.double11-mainvisual{
background: url(../../images/11_bgr_pc.jpg) ;
	width: 100%;
	background-position: center;
	background-size: cover;
	max-height:1345px;
}
.double111-mainvisual{
background: url(../../images/11_buy_bgr.png) ;
	width: 100%;
	background-position: center;
	background-size: cover;
	max-height:700px;
}
.cylinder-rack-mainvisual::after,
.acsive-mainvisual::after,
.komenuka-mainvisual::after {
	background: url(../../images/main_bg.png) repeat left top;
	content: "";
	display: block;
	width: 100vw;
	margin: 0 calc((-100vw + 1000px ) / 2);
	position: absolute;
	z-index: -1;
}

.cylinder-rack-mainvisual::after {
	height: 264px;
	top: 0;
}

.acsive-mainvisual::after {
	height: 250px;
	top: 0;
}

.komenuka-mainvisual::after {
	height: 206px;
	top: 40px;
}

/* @end */

/* @group profile */

#main-content .profile-mission {
	font-size: 137.5%;	/*16px→22px*/
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

/* @end */

/* @group recruit */

.recruit-mainvisual {
	background: rgba(250,244,221,0.5) url(../../mall/images/head_pc.png) no-repeat center top;
	height: 433px;
	margin: 30px calc((-100vw + 1000px ) / 2) 4em;
}

@media screen and (max-width: 1000px) {

.recruit-mainvisual {
	margin-left: 0;
	margin-right: 0;
}

}

.recruit-mainvisual figure {
	position: relative;
	top: -30px;
}

.recruit-category-link {
	margin-bottom: 1.3em;
}

.recruit-category-link .col {
	float: left;
	margin: 0 40px 2.5em 0;
	width: calc((100% - 40px) / 2);
}

.recruit-category-link .col:nth-child(2n) {
	margin-right: 0;
}

#main-content .recruit-category-link .col .head {
	font-size: 112.5%;	/*16px → 18px*/
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: center;
	position: relative;
}

.recruit-category-link .col .head span {
	display: inline-block;
	padding: 0 1.5em;
	position: relative;
}

.recruit-category-link .col .head span::before {
	background: #B2B2B2;
	content: "";
	display: block;
	height: 1.5em;
	width: 1px;
	transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	position: absolute;
	bottom: 0;
	left: 0;
}

.recruit-category-link .col .head span::after {
	background: #B2B2B2;
	content: "";
	display: block;
	height: 1.5em;
	width: 1px;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	position: absolute;
	bottom: 0;
	right: 0;
}

.recruit-category-link .col a {
	background-color: #F7F7F7;
	border: 3px solid #11B875;
	color: #00A25C;
	display: block;
	font-size: 162.5%;	/*16px → 26px*/
	font-weight: bold;
	letter-spacing: .2em;
	padding: .7em 1em;
	text-align: center;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
}

.recruit-category-link .col a:after {
	border-color: #11B875 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 21px 0 0 21px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.recruit-category-link .col a:hover {
	opacity: 0.7;
}

#main-content figure.message-bnr {
	margin: 0 -5px 3.5em;
}

.recruit-voice .category-link a.voice-sales::after {
	border-color: #00B0C2 transparent transparent;
}

.recruit-voice .category-link a.voice-pharmacy::after {
	border-color: #FF5B80 transparent transparent;
}

.recruit-voice .category-link a > figure {
	position: relative;
}

.recruit-voice .category-link a > figure::after {
	content: "";
	display: block;
	height: 50px;
	width: 65px;
	position: absolute;
	top: 15px;
	left: 10px;
}

.recruit-voice .category-link a.voice-sales > figure::after {
	background: url(../../recruit/images/icon_sales.png) no-repeat left top / 65px auto;
}

.recruit-voice .category-link a.voice-care > figure::after {
	background: url(../../recruit/images/icon_care.png) no-repeat left top / 65px auto;
}

.recruit-voice .category-link a.voice-pharmacy > figure::after {
	background: url(../../recruit/images/icon_pharmacy.png) no-repeat left top / 65px auto;
}

.recruit-voice .category-link a > figure img {
	max-width: none;
	width: 150%;
	position: relative;
	left: -25%;
}

#main-content .recruit-voice .category-link .col p {
	text-align: center;
}

#main-content .recruit-voice .category-link .head {
	font-size: 131.25%;	/*16px → 21px*/
	margin-bottom: 0;
	padding-bottom: 0;
}

#main-content .recruit-voice .category-link .head::after {
	display: none;
}

#main-content .recruit-voice .category-link .head span {
	display: inline;
}

.recruit-voice .category-link .head + p span {
	display: inline-block;
	font-size: 93.75%;	/*16px → 15px*/
	padding: 0 .3em;
	position: relative;
}

.recruit-voice .category-link .head + p span::before,
.recruit-voice .category-link .head + p span::after {
	background-color: #333;
	content: "";
	display: block;
	height: 1px;
	width: 1.5em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1.5em;
}

.recruit-voice .category-link .head + p span::after {
	left: auto;
	right: -1.5em;
}

ul.recruit-list li > span.news-icon-recruit {
	width: 9em;
}

/* @end */

/* @group recruit message */

.message-lead-area {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 9%, #faf4de 9%);
	background: -webkit-linear-gradient(top, #ffffff 9%,#faf4de 9%);
	background: linear-gradient(to bottom, #ffffff 9%,#faf4de 9%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf4de',GradientType=0 );
	margin: 0 calc((-100vw + 1000px ) / 2) 4.3em;
	min-height: 435px;
	overflow: hidden;
}

.message-lead-area > div {
	margin: auto;
	max-width: 1000px;
	padding-top: 85px;
	position: relative;
}

#main-content .message-lead-area figure {
	height: 395px;
	width: 662px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#main-content .message-lead-area .lead {
	display: inline;
	font-family: inherit;
	font-size: 187.5%;	/*16px→30px*/
	font-style: normal;
	letter-spacing: 2px;
	line-height: 2.2;
	margin-bottom: 0;
	padding: .2em 0;
	text-align: inherit;
}

#main-content .message-lead-area .lead span {
	background: rgba(0,161,92,0.9);
	box-shadow: none;
	color: #FFF;
	display: inline-block;
	line-height: 1.5;
	padding: .1em .5em;
}

#main-content .message-lead-area .lead span:first-child {
	padding: .1em .7em .1em .5em;
}

#main-content .message-lead-area h2 {
	border: none;
	color: inherit;
	font-size: 162.5%;	/*16px→26px*/
	margin: auto auto .1em;
	text-align: inherit;
}

#main-content .message-lead-area h2 span {
	background: none;
	color: #00A15C;
	font-size: 69.2%;	/*26px→18px*/
	padding: 1.5em 0 0.8em;
}

#main-content h2.voice-link-title {
	border: none;
	color: #000;
	font-size: 175%;	/*16px→28px*/
	font-style: italic;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 auto 1.2em;
	padding: 0;
}

#main-content h2.voice-link-title span {
	background: none;
	padding: 0 1em;
	display: inline;
	position: relative;
}

#main-content h2.voice-link-title span::before,
#main-content h2.voice-link-title span::after {
	background: #11B875;
	border-radius: 50%;
	content: "";
	display: block;
	height: .4em;
	width: .4em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

#main-content h2.voice-link-title span::after {
	left: auto;
	right: 0;
}

.voice-link-area {
	background: #F5F5F5;
	margin: 0 calc((-100vw + 1000px ) / 2) 4em;
	overflow: hidden;
	padding: 3.3em 0;
}

@media screen and (max-width: 1000px) {

.voice-link-area {
	margin-left: 0;
	margin-right: 0;
}

}

.voice-link-area .recruit-voice {
	margin: auto;
	max-width: 1000px;
}

.voice-link-area .category-link {
	margin-right: -40px;
}

.voice-link-area .category-link .col {
	width: calc((99.9% - 120px) / 3);
}

.voice-link-area .category-link .col:nth-child(3n) {
	margin-right: 40px;
}

.voice-link-area .category-link .col.current {
	display: none;
}

/* @end */

/* @group contact */

#main-content .contact-tel-list h3 {
	background: none;
	border-bottom: 2px solid #D9D9D9;
	color: #00A25C;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.7;
	margin: 0 0 1.25em;
	padding: 0 0 0.5em;
	position: relative;
}

#main-content .contact-tel-list .tel.strong {
	line-height: 1;
}

/* @end */

/* @group info */

#content {
	float: left;
	margin-bottom: 100px;
	width: 750px;
}

body.newsblog #main-content strong {
	box-shadow: inherit;
	padding-bottom: inherit;
	color: inherit;
}

body.newsblog #main-content .lead {
	font-size: 160%;
}

body.newsblog .gmap,
body.newsblog .movie {
	height: 0;
	margin-bottom: 2em;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
 
body.newsblog .gmap iframe,
body.newsblog .movie iframe,
body.newsblog .movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.newsblog .contact-box .left-col {
	width: 330px;
}

body.newsblog .contact-box .right-col {
	width: clac(100% - 330px);
}

#side {
	float: right;
	margin-bottom: 100px;
	width: 200px;
}

#main-content #side h2 {
	background: #E4F7EF;
	border: none;
	border-radius: 3px;
	color: #00A25C;
	font-size: 100%;
	margin: 0 auto 1em;
	padding: .5em;
	text-align: center;
	line-height: 1;
}

#side .side-catehory {
	margin-bottom: 3em;
}

#side .archive-years select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url(..//images/icon_select.png) no-repeat right 50% / auto 100%;
	border: 1px solid #D9D9D9;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1) inset;
	font-size: 14px;	
	height: 2.5em;
	width: 100%;
	padding: 0 0 0 0.5em;
	color: #666;
	position: relative;
}

.pagenate ul {
	text-align: center;
}

.pagenate ul li {
	display: inline-block;
	font-size: 93.75%;
	margin: 0 5px 1em;
}

.pagenate ul li a {
	background-color: #F0F0F0;
	display: block;
	padding: .5em 0;
	text-decoration: none;
	width: 2.5em;
}

.pagenate ul li a.link_before,
.pagenate ul li a.link_next {
	background: none;
	text-decoration: underline;
	width: auto;
}

.pagenate ul li span {
	background-color: #E4F7EF;
	color: #00A25C;
	display: block;
	padding: .5em 0;
	width: 2.5em;
}

/* @end */


/* @group common */

#main-content .inline-block {
	display: inline-block;
}

.left-position,
tr.left-position th,
tr.left-position td,
table.left-position th,
table.left-position td {
	text-align: left !important;
}

.right-position,
tr.right-position th,
tr.right-position td,
table.right-position th,
table.right-position td {
	text-align: right !important;
}

.center-position,
tr.center-position th,
tr.center-position td,
table.center-position th,
table.center-position td,
table.center-position-th th {
	text-align: center !important;
}

.middle-position,
tr.middle-position th,
tr.middle-position td,
table.middle-position th,
table.middle-position td {
	vertical-align: middle !important;
}

.nowrap,
table.nowrap th,
table.nowrap td,
table tr.nowrap th,
table tr.nowrap td,
table.nowrap-th th {
	white-space: nowrap;
}

.word-wrap {
	word-wrap: break-word;
}

.pc-none {
	display: none;
}

.red {
	color: #FF1563;
}

.bold {
	font-weight: bold;
}

.fw-normal {
	font-weight: normal;
}

.tel-link {
}

#main-content .tel.strong {
	color: #00A25C;
	font-size: 250%;	/*16px → 40px*/
	font-style: italic;
	font-weight: 600;
	letter-spacing: 1px;
}

.tel.strong a {
	text-decoration: none;
}

/* fontsize */
.fz-ss { font-size: 69% !important; }
.fz-s {	font-size: 85% !important; }
.fz-m { font-size: 100% !important; }
.fz-l { font-size: 115% !important; }
.fz-ll { font-size: 130% !important; }
.fz-lll { font-size: 146% !important; }
.fz-llll { font-size: 176% !important; }

/* margin */
.mb-0 { margin-bottom: 0px !important; }
.mb-5 {	margin-bottom: 5px !important; } 
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }

.mb05em { margin-bottom: 0.5em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }

.ml-0 { margin-left: 0px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }

.mr-0 { margin-right: 0px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }

.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }

.first-para { margin-top: 40px !important;}
.last-para { margin-bottom: 100px !important;}
.last-para-s { margin-bottom: 70px !important;}

/* padding */
.pt-0 { padding-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.pr-0 { padding-right: 0 !important; }

/* width */
.wd-100p { width: 100% !important; }
.wd-85p { width: 85% !important; }
.wd-80p {	width: 80% !important; }
.wd-75p {	width: 75% !important; } 
.wd-70p {	width: 70% !important; } 
.wd-65p {	width: 65% !important; }
.wd-60p {	width: 60% !important; }
.wd-50p {	width: 50% !important; }
.wd-40p {	width: 40% !important; }
.wd-30p {	width: 30% !important; } 
.wd-25p {	width: 25% !important; }
.wd-20p {	width: 20% !important; } 
.wd-15p {	width: 15% !important; }

.wd-11em {	width: 11em; }

/* indent */
.indent-1em {
	padding-left: 1em;
	text-indent: -1em;
}

/* @end */

/*--------------- content-area end */
/* @end */


/* @group footer */

#footer-area {
	background-color: #F5F5F5;
	min-width: 1030px;
	position: relative;
}

/* @group page-top */

#totop {
	cursor: pointer;
	display: block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: -60px;
	z-index: 10;
}

#totop:before {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000000;
	border:2px solid #FFF;
	box-shadow:0 0 6px 1px rgba(10, 10, 10, 0.2);
}

#totop:after {
	position: absolute;
	top: 24px;
	left: 22px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform: rotate(-45deg);
}

#totop:hover {
	opacity: 0.8;
}

/* @end */

/* @group footer-nav-area */

#footer-nav-area {
	line-height: 1.8;
	margin: 0 auto 1em;
	padding-top: 1em;
	max-width: 1000px;
}

#footer-nav-area .left-col {
	width: 50%;
}

#footer-nav-area #footer-logo {
	margin-bottom: 10px;
	width: 320px;
}

#footer-nav-area .left-col .address {
	font-size: 14px;
	padding-left: 125px;
}

#footer-nav-area .right-col {
	padding-top: 10px;
	width: 50%;
}
#footer-nav-area .right-col2 {
	padding-top: 10px;
	width: 50%;
}
#footer-nav-area .right-col li {
	text-align: right;
	
}
#footer-nav-area .right-col2 li {
	text-align: right;
}
#footer-nav-area .right-col a {
	display: inline-block;
	font-size: 15px;
	margin-left: 1em;
	padding: 0 10px 0 10px;
	text-decoration: none;
	position: relative;
	color: #7C7C7C;
}
#footer-nav-area .right-col2 a {
	display: inline-block;
	font-size: 15px;
	margin-left: 1em;
	padding: 0 10px 0 10px;
	text-decoration: none;
	position: relative;
	color: #7C7C7C;
	
}

#footer-nav-area .right-col li a::before {
 content: "";
 height: 4px;
 width: 4px;
 display: block;
 border: 2px solid #808080;
 border-left-width: 0;
 border-top-width: 0;
 margin: auto;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 position: absolute;
 top: calc((1.7em - 4px) / 2);
 left: 0;
}

/* @end */

/* @group copyright */

#copyright-area {
	background-color: #11B875;
}

#copyright-area p,
#gnav .copyright {
	color: #FFF;
	font-size: 0.87em;	/*16px → 14px*/
	font-style: italic;
	letter-spacing: 1px;
	margin: auto;
	max-width: 1030px;
	padding: 1.5em 0;
	text-align: center;
}

#copyright-area ul,
#gnav .copyright {
	color: #FFF;
	font-size: 0.87em;	/*16px → 14px*/
	font-style: italic;
	letter-spacing: 1px;
	margin: auto;
	max-width: 1030px;
	padding: 1.5em 0;
	text-align: center;
}
/* @end */

/*--------------- footer end */
/* @end */



/**************************** 
 SP
**************************** */
@media screen and (max-width: 677px) {

body {
	font-size: 100%;
	min-width: inherit;
	width: 100%;
	overflow: hidden;
}

body.fixed {
	position: fixed;
}

a:hover {
	opacity: 1;
}

img {
	max-height: 100%;
}
	

/* @group header */

#header-area {
	width: 100%;
	padding: 0;
}

#header {
	margin: 0;
	height: 63px;
	padding: 0;
	width: 100%;
	position: inherit;
}

#header-wrap {
	margin: auto;
	width: 100%;
}

div#font-size {
	display: none;
}

#header-logo {
	float: none;
	padding-left: 15px;
	width: 200px;
}

/* @end */

/* @group gnav */

#toggle-nav {
	display: block;
	z-index: 100;
	position: absolute;
	top: 15px;
	right: 15px;
}

.toggle-menu {
  height: 34px;
  width: 34px;
	cursor: pointer;

}

.toggle-menu img.open {
  -webkit-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
}
	

.toggle-menu img.close {
  -webkit-transform: rotateY(-180deg) scale(0);
  transform: rotateY(-180deg) scale(0);
  -webkit-transition: .5s;
  transition: .5s;	
	 opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.toggle-menu.close img.open {
  -webkit-transform: rotateY(-180deg) scale(0);
  transform: rotateY(-180deg) scale(0);
	opacity: 0;
	}

.toggle-menu.close img.close {
  -webkit-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
	 opacity: 1;
}

#toggle-nav.close {
	position: fixed;
	z-index: 999;
}

.toggle-menu.close + #header-nav-area {
	height: 100vh;
	z-index: 888;
}

#gnav {
	float: none;
	background-color: rgba(0,142,93,0.97);
	display: none;
	height: calc(100% - 63px);
	width: 100%;
	overflow-y: scroll;
	position: fixed;
	top: 63px;
}

#gnav ul.gnav_lv1 > li {
	border-top: 1px solid rgba(255,255,255,0.5);
	display:block;
	text-align: center;
	width: 100%;
	margin: 0;
	float: none;
	padding: 0;
}

#gnav ul.gnav_lv1 > li:first-child {
	border-top: none;
}

#gnav ul.gnav_lv1 > li > a,
#gnav ul.sub-nav > li > a {
	color: #FFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#gnav ul.gnav_lv1 > li > a {
	padding: 1.1em 30px 1.1em 20px;
}

#gnav ul.gnav_lv1 > li > a::before {
	background: none;
	border: 2px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	display: block;
	content: '';
	height: 7px;
	width: 7px;
	margin: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}

#gnav ul.sub-nav {
	border-top: 1px solid rgba(255,255,255,0.5);
}

#gnav ul.sub-nav li {
	float: left;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	width: 50%;
}

#gnav ul.sub-nav > li > a {
	padding: 1.1em 0;
}

#gnav ul.sub-nav li:nth-child(odd) {
	border-right: 1px solid rgba(255,255,255,0.5);
}

/* @end */

/* @group content-area */

div#content-area {
	position: relative;
}

.pc-none {
	display: block;
}

.sp-none {
	display: none;
}

/* @group h1-area */

#h1-area {
}

#h1-area div {
	height: auto;
	width: 100%;
}

#h1-area > div::before,
#h1-area > div::after {
	display: none;
}

#h1-area h1 {
	font-size: 22px;
	padding: 1em .5em;
}

/* @end */

/* @group breadcrumb */

#breadcrumb {
 font-size: 11px;
 margin: 17px auto 40px;
 width: 100%;
}

/* @end */

#main-content {
	width: 100%;
	margin-bottom: 0;
	padding: 0 15px;
}

#main-content section {
  margin-bottom: 75px;
}

#main-content figure {
  margin-bottom: 1em;
}

#main-content p.lead {
	font-size: 118%;	/* 16px → 19px */
	margin-bottom: 3em;
	text-align: left;
}

#main-content .lead-area figure {
	text-align: center;
	margin-bottom: 1.2em;
	margin-top: 0;
}

/* @group heading */

#main-content h2 {
	font-size: 131%;	/* 16px → 21px */
	margin: 0 -15px 1.8em;
}

#main-content h2 span {
	padding-left: 15px;
	padding-right: 15px;
}

#main-content h2 + h3,
#main-content p + h3,
#main-content div + h3,
#main-content figure + h3,
#main-content ul + h3,
#main-content ol + h3,
#main-content dl + h3,
#main-content table + h3,
#main-content .col:not(:first-child) > h3,
#main-content .left-col:not(:first-child) > h3,
#main-content .right-col:not(:first-child) > h3,
#main-content .h3-mt {
	margin-top: 3em;
}

#main-content p + h4,
#main-content div + h4,
#main-content ul + h4,
#main-content ol + h4,
#main-content figure + h4,
#main-content .col:not(:first-child) > h4,
#main-content .left-col:not(:first-child) > h4,
#main-content .right-col:not(:first-child) > h4 {
	margin-top: 3.5em;
}

/* @group news heading */

h1#news-title {
	text-align: left;
}

body.newsblog #main-content p + h2,
body.newsblog #main-content div + h2,
body.newsblog #main-content figure + h2,
body.newsblog #main-content ul + h2,
body.newsblog #main-content ol + h2,
body.newsblog #main-content dl + h2,
body.newsblog #main-content table + h2,
body.newsblog #main-content .h2-mt {
	margin-top: 3em;
}

body.newsblog #main-content p + h3,
body.newsblog #main-content div + h3,
body.newsblog #main-content ul + h3,
body.newsblog #main-content ol + h3,
body.newsblog #main-content figure + h3 {
	margin-top: 3em;
}

/* @end */

/* @group pattern */

#main-content .pattern1-1,
#main-content .pattern1-1-1,
#main-content .pattern1-1-1-1,
#main-content .pattern1-2,
#main-content .pattern2-1,
#main-content .pattern1-3,
#main-content .pattern3-1,
#main-content .pattern2-3,
#main-content .pattern3-2 {
	margin-bottom: 3.5em;
}

#main-content .pattern1-1 .col,
#main-content .pattern1-1 .left-col,
#main-content .pattern1-1 .right-col,
#main-content .pattern1-1-1 .col,
#main-content .pattern1-1-1-1 .col,
#main-content .pattern1-2 .left-col,
#main-content .pattern1-2 .right-col,
#main-content .pattern2-1 .left-col,
#main-content .pattern2-1 .right-col,
#main-content .pattern1-3 .left-col,
#main-content .pattern1-3 .right-col,
#main-content .pattern3-1 .left-col,
#main-content .pattern3-1 .right-col,
#main-content .pattern2-3 .left-col,
#main-content .pattern2-3 .right-col,
#main-content .pattern3-2 .left-col,
#main-content .pattern3-2 .right-col {
	float: none;
	margin-right: 0;
	margin-bottom: 2em;
	width: 100%;
}

#main-content .pattern1-1 > *:last-child,
#main-content .pattern1-1-1 > *:last-child,
#main-content .pattern1-1-1-1 > *:last-child,
#main-content .pattern1-2 > *:last-child,
#main-content .pattern2-1 > *:last-child,
#main-content .pattern1-3 > *:last-child,
#main-content .pattern3-1 > *:last-child,
#main-content .pattern2-3 > *:last-child,
#main-content .pattern3-2 > *:last-child {
	margin-bottom: 0;
}

#main-content .pattern1-1-1-1.sp-2col .col {
	float: left;
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	margin-bottom: 1.5em;
}

#main-content .pattern1-1-1-1.sp-2col .col:nth-child(2n) {
	margin-right: 0;
}

#main-content .pattern1-1-1-1-1.sp-2col .col,
#main-content .pattern1-1-1-1-1 .col {
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	margin-bottom: 1.5em;
}

#main-content .pattern1-1-1-1-1 .col:nth-child(2n) {
	margin-right: 0;
}

#main-content .pattern1-1-1-1-1 .col:last-child {
	margin-bottom: 2.5em;
}

/* @end */

/* @group caution */

#main-content .caution-box {
	padding: 1.5em 1.7em;
}

/* @end */

/* @group ul */

#main-content ul.list.col3 li {
	float: none;
	margin-right: 0;
	width: 100%;
}

/* @end */

/* @group anchor */

.anchor-area {
	margin: 0 -15px;
}

ul.link-anchor {
	padding: 0;
}

ul.link-anchor li {
	margin: 0;
	width: 50%;
}

ul.link-anchor li a {
	padding: 1em 2.5em;
}

ul.link-anchor.col1-1-1 li {
	width: 100%;
}

/* @end */

/* @group table */

#main-content table th,
#main-content table td {
	padding: .5em;
}

#main-content table.type-rowline {
	border-bottom: 1px solid #D9D9D9;
}

#main-content table.type-rowline th,
#main-content table.type-rowline td {
	display: block;
	width: 100%;
}

#main-content table.type-rowline th {
	border-bottom: none;
	padding: 1em .5em .5em;
}

#main-content table.type-rowline td {
	border: none;
	padding-top: 0;
}

/* @end */

/* @end */

/* @group info */

ul.news-list li {
	padding: 20px 0;
}

ul.news-list li a {
	display: block;
	margin-top: 5px;
	width: 100%;
}

ul.news-list li .title {
	clear: both;
	width: 100%;
}

.news-icon-info,
.news-icon-medical,
.news-icon-recruit {
	font-size: 12px;
	margin: 2px 0 0 0;
	padding: 5px 5px;
}

/* @end */

/* @group 分岐リンク */

/* @group service-link */

.service-link {
	width: 100%;
}

.service-link .col {
	margin: 0 0 1.5em;
	width: 100%;
	position: relative;
}

.service-link .col:last-child {
	margin-bottom: 0;
}

.service-link .col a {
	display: table;
	width: 100%;
	position: static;
}

.service-link .col a::after {
	border-width: 18px 0 0 18px;
	z-index: 2;
	top: 0;
	right: 0;
}

#main-content .service-link .col figure {
	display: table-cell;
	max-width: 150px;
	width: 40%;
}

.service-link .col a > figure + div {
	width: calc(100% - 40%);
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#main-content .service-link .col .head {
	font-size: 88.88%;	/*18px → 16px*/
	display: block;
	padding: 50px .5em 0.4em;
	position: relative;
}

.service-link .col .head img {
	width: 29px;
	position: absolute;
	top: 10px;
	bottom: auto;
	left: 0;
	right: 0;
}

/* @end */

/* @group category-link */

.category-link {
	margin-bottom: 0;
}

.category-link .col {
	margin: 0 0 1.5em;
	width: 100%;
	position: relative;
}

.category-link .col:last-child {
	margin-bottom: 0;
}

.category-link .col a {
	display: table;
	width: 100%;
	position: static;
}

.category-link .col a::after {
	border-width: 18px 0 0 18px;
	z-index: 2;
	top: 0;
	right: 0;
}

.category-link .col figure {
	display: table-cell;
	max-width: 150px;
	width: 40%;
}

.category-link .col a > figure + div {
	width: calc(100% - 40%);
	display: table-cell;
	height: 100%;
	padding: 0 .5em;
	vertical-align: middle;
}

#main-content .category-link .col p.head {
	font-size: 112.5%;	/*16px → 18px*/
	margin: auto;
	padding: 0;
}

#main-content .category-link .col p.head::after {
	display: none;
}

#main-content .category-link .col p.head ~ p {
	display: none;
}

.category-link figure.icon-own:after {
	background-size: 10vw auto;
	height: 10vw;
	width: 10vw;
	top: 3px;
	left: 3px;
}

/* @end */

/* @group facility-link */

.facility-link {
	margin-bottom: 0;
}

.facility-link .col {
	margin: 0 0 1.5em 0;
	width: 100%;
}

.facility-link .col:last-child {
	margin-bottom: 0;
}

.facility-link .col > div {
	position: relative;
}

.facility-link .col > .accodion::after {
	border-color: #11B875 transparent transparent;
	border-image: none;
	border-style: solid;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-width: 18px 0 0 18px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 2;
}

.facility-link .accodion .upper-area {
	cursor: pointer;
	display: table;
	width: 100%;
}

.facility-link .upper-area figure {
	display: table-cell;
	max-width: 150px;
	width: 40%;
}

#main-content .facility-link .upper-area .head {
	font-size: 112.5%;	/*16px → 18px*/
	width: calc(100% - 40%);
	display: table-cell;
	height: 100%;
	padding: 0;
	vertical-align: middle;
}

.facility-link .accodion .lower-area {
	display: none;
	padding: 1.5em 1.1em 1.5em;
}

/* @end */

/* @group pharmacy-link */

.pharmacy-link {
	margin-bottom: 0;
}

.pharmacy-link .col {
	margin: 0 0 1.5em 0;
	width: 100%;
}

.pharmacy-link > *:last-child {
	margin-bottom: 0;
}

.pharmacy-link .col > div {
	position: relative;
}

.pharmacy-link .col > .accodion::after {
	border-color: #11B875 transparent transparent;
	border-image: none;
	border-style: solid;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-width: 18px 0 0 18px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 2;
}

.pharmacy-link .upper-area {
	cursor: pointer;
	display: table;
	width: 100%;
}

.pharmacy-link .upper-area figure {
	display: table-cell;
	max-width: 150px;
	width: 40%;
}

#main-content .pharmacy-link .upper-area .head {
	font-size: 112.5%;	/*16px → 18px*/
	width: calc(100% - 40%);
	display: table-cell;
	height: 100%;
	padding: 0;
	vertical-align: middle;
}

#main-content .pharmacy-link .head::after {
	display: none;
}

.pharmacy-link .col .lower-area {
	display: none;
	padding: 1.3em 1.1em 1em;
}

.pharmacy-modal-area .modal {
	max-width: 90%;
}

#main-content .pharmacy-modal-area .modal h3 {
	font-size: 156.25%;	/*16px → 25px*/
	padding: .5em;
}

#main-content .pharmacy-modal-area .modal h3 span {
	font-size: 64%;	/*28px → 16px*/
	margin-right: .5em;
}

.pharmacy-modal-area .modal-inner {
	padding: 1.5em 1.5em 0;
}

#main-content .pharmacy-modal-area .modal .pattern1-1 {
	margin-bottom: 1em;
}

#main-content .pharmacy-modal-area .modal .right-col p {
	margin-bottom: 1em;
}

#main-content .pharmacy-modal-area .modal .link {
	padding-left: 0;
}

#main-content .pharmacy-modal-area .modal .link::before {
	display: none;
}

#main-content .pharmacy-modal-area .modal .link a {
	background: #00A96B url(..//images/icon_btn_out.png) no-repeat right 1.5em center / .9em auto;
	border-radius: 50px;
	color: #FFF;
	diplay: inline-block;
	font-weight: normal;
	line-height: 1.7;
	padding: .4em 3em .4em 2.1em;
	text-decoration: none;
	position: relative;
}

#main-content .pharmacy-modal-area .modal .link a::before {
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	content: "";
	display: block;
	margin: auto;
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: .8em;
}

#main-content .pharmacy-modal-area .modal .link i {
	display: none;
}

/* @end */

/* @end 分岐リンク */

/* @group modal-area */

#main-content .modal-area .pattern1-1-1 .col,
#main-content .modal-area .pattern1-1-1-1 .col {
	margin-bottom: 1em;
}

.modal {
	padding: 1.5em 1.5em 0;
}

/* @end */

/* FQA */

#main-content dl.qa dt {
	background: url(..//images/icon_qa_q.png) no-repeat left top / 44px auto;
	font-size: 112.5%;	/*16px → 18px*/
	margin-bottom: .5em;
	padding: .2em 0 .3em 55px;
}

#main-content dl.qa dd {
	background: url(..//images/icon_qa_a.png) no-repeat left top / 44px auto;
	margin-bottom: 1.5em;
	padding: .3em 0 2.2em 55px;
}

/* @end */

/* @group contact-box */

.contact-box .left-col {
	display: block;
	padding: 1em 0;
	width: 100%;
}

.contact-box .right-col {
	display: block;
	padding: 1.5em 0;
	width: 100%;
}

.contact-box .left-col::before {
	background: url(..//images/icon_contact.png) no-repeat center top / 40px auto;
	height: 37px;
	top: -22px;
}

#main-content .contact-box .left-col p {
	font-size: 118.75%;	/*16px → 19px*/
}

#main-content .contact-box .right-col p {
	font-size: 87.5%;	/*16px → 14px*/
	line-height: 1.7;
}

#main-content .contact-box .right-col p.tel {
	line-height: 1;
}

#main-content .contact-box .right-col p.link-btn {
	margin-top: 1em;
}

/* @end */

/* @related-link */

.related-link {
	margin: 0 -15px 45px;
	padding: 1.4em 15px 0;
}

.related-link ul li {
	margin-bottom: 1.4em;
}

/* @end */


/* @group home */

#home #header-area {
	height: auto;
	min-height: calc(93.8vw + 63px);
}

#home .swiper-container {
	height: 93.8vw;
	top: 63px;
	z-index: -1;
}

#catchcopy {
	display: none;
}

#home #main-content h2 {
	font-size: 212.5%;	/*16px → 34px*/
}

#home-service-area {
	background: url(../../images/service_bg_sp.jpg) no-repeat center bottom / 100% auto;
	margin: 0 -15px 35px;
	padding: 38px 15px 100px;
}

#home .service-lead {
	font-size: 100%;	/*16px*/
	margin: 0 auto 2.5em;
	max-width: 88.8%;
}

#home-pickup-area {
	margin-bottom: 1em;
}

#home-recruit-area {
	background: none;
	border: none;
	margin: 0 -15px 25px;
	position: relative;
}

#home-recruit-area::before {
	content: "";
	display: block;
	padding-top: 94%;
}

#home-recruit-area p {
	background: url(../../images/recruit_sp.png) no-repeat center center / calc(100% + 30px) auto;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#home-recruit-area p::before {
	display: none;
}

#home-recruit-area a {
	height: 100%;
}

#home-info-area {
	margin-bottom: 70px;
}

/* @end */

/* @group greetings */

.ceo-photo-area .left-col {
	position: relative;
}

.ceo-photo-area .left-col::after {
	content: "";
	display: block;
	padding-top: 85.5%;
}

.ceo-photo-area .left-col figure {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* @end */

/* @group service */

#main-content .lead-area > figure img {
	max-height: 98px;
	width: auto;
}

/* @end */

/* @group product */

.cylinder-rack-mainvisual,
.acsive-mainvisual,
.komenuka-mainvisual {
	margin: auto -15px;
}

.cylinder-rack-mainvisual::after,
.acsive-mainvisual::after,
.komenuka-mainvisual::after {
	display: none;
}

/* @end */

/* @group recruit */

.recruit-mainvisual {
	background: rgba(250,244,221,0.5) url(../../mall/images/head_sp.png) no-repeat center top / 100% auto;
	margin: 0 -15px 3em;
	height: 57.7vw;
	max-height: 433px;
}

#main-visual.recruit-mainvisual figure {
	max-width: 48.5vw;
	top: -15px;
}

.recruit-category-link .col {
	float: none;
	margin-right: 0;
	width: 100%;
}

#main-content .recruit-category-link .col .head{
	font-size: 100%;	/*16px*/
}

.recruit-category-link .col .head span {
	margin: auto;
	width: 80%;
}

.recruit-category-link .col a {
	font-size: 112.5%;	/*16px → 18px*/
}

.recruit-category-link .col a::after {
	border-width: 15px 0 0 15px;
}

#main-content figure.message-bnr {
	margin: 0 -7px 2.5em
}

.recruit-voice .category-link a > figure {
	height: 26vw;
	max-height: none;
	width: 44%;
}

.recruit-voice .category-link a.voice-sales > figure::after,
.recruit-voice .category-link a.voice-care > figure::after,
.recruit-voice .category-link a.voice-pharmacy > figure::after {
	background-size: 51px auto;
	top: 3px;
	left: 3px;
}

.recruit-voice .category-link a > figure img {
	position: absolute;
}

#main-content .recruit-voice .category-link .head {
	font-size: 112.5%;	/*16px → 18px*/
}

.recruit-voice .category-link .head + p span {
	font-size: 87.5%;	/*16px → 14px*/
}

#main-content .recruit-voice .category-link .col p.head ~ p {
	display: block;
}

.recruit-voice .category-link .head + p span::before,
.recruit-voice .category-link .head + p span::after {
	width: 1.3em;
}

/* @end */

/* @group recruit message */

.message-lead-area {
	background: #faf4de;
	margin: 0 -15px 2.5em;
}

.message-lead-area > div {
	padding: 0 15px;
}

#main-content .message-lead-area figure {
	height: auto;
	margin: 0 -15px;
	margin-bottom: 0;
	width: calc(100% + 30px);
	position: relative;
}

#main-content .message-lead-area .lead {
	font-size: 118.75%;	/*16px→19px*/
	position: relative;
	top: -1em;
}

#main-content .message-lead-area h2 span {
	padding: .5em 0 0.8em;
}

.voice-link-area {
	margin: 0 -15px 4em;
	padding: 2.5em 0 1.5em;
}

.voice-link-area .category-link {
	margin-right: 0;
	padding: 0 15px;
}

.voice-link-area .category-link .col {
	width: 100%;
}

.voice-link-area .category-link .col:nth-child(3n) {
	margin-right: 0;
}

.voice-link-area .category-link .col:last-child {
	margin-bottom: 1.5em;
}

#main-content h2.voice-link-title {
	font-size: 137.5%;	/*16px→22px*/
}

/* @end */

/* @group info */

#content {
	float: none;
	margin-bottom: 70px;
	width: 100%;
}

body.newsblog #main-content .lead {
	font-size: 118%;
	margin-bottom: 2em;
}

body.newsblog .contact-box .left-col,
body.newsblog .contact-box .right-col {
	width: 100%;
}

#side {
	float: none;
	margin-bottom: 75px;
	width: 100%;
}

.pagenate ul li {
}

.pagenate ul li a {
}

.pagenate ul li a.link_before,
.pagenate ul li a.link_next {
}

.pagenate ul li span {
}

/* @end */


/* @group common */

#main-content .tel.strong,
#main-content .contact-box .right-col p.tel {
	font-size: 225%;	/*16px → 36px*/
	letter-spacing: 0;
}

.tel-link a {
	color: inherit;
	text-decoration: underline;
}

.sp-wd-70p {
	width: 70%;
}

.last-para { margin-bottom: 75px !important;}
.last-para-s { margin-bottom: 50px !important;}

/* @end */

/*--------------- content-area end */
/* @end */


/* @group footer */

#footer-area {
	min-width: inherit;
	padding: 0;
}

/* @group page top */

#totop {
	bottom: 65px;
}

#totop:before {
	position: absolute;
	top: 0;
	left: -30px;
	margin: auto; 
	content: "";
	vertical-align: middle;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000000;
	opacity: 0.8;
}

#totop:after {
	top: 22px;
	left: -10px;
	width: 7px;
	height: 7px;
}

a #totop:hover {
	opacity: 1;
}

/* @end */

/* @group footer-nav-area */

#footer-nav-area {
	margin: 0 auto 15px;
	padding-top: 0;
}

#footer-nav-area .left-col {
	float: none;
	padding: 15px 15px 0;
	width: 100%;
}

#footer-nav-area #footer-logo {
	margin-bottom: 10px;
	width: 255px;
}

#footer-nav-area .left-col .address {
	padding-left: 0;
}

#footer-nav-area .right-col {
	float: none;

	width: 100%;
}
#footer-nav-area .right-col2 {
	float: none;
    width: 100%;
	
}
#footer-nav-area .right-col2 table {
	float: none;
    
	margin: 0 15px 0 15px;
}
#footer-nav-area .right-col2 li {
	text-align: left;
	white-space:nowrap;
}
#footer-nav-area .right-col li {
	text-align: left;
}
#footer-nav-area .right-col2 ul li img{
	display: inline-block;
	margin-left: 0em;
	padding: 0 0 0 0;
	text-decoration: none;
	position: relative;
}

/* @end */

/*--------------- footer end */
/* @end */

}
