@charset "utf-8";
/* -------------------------------
SORT
------------------------------- */
#sort {
	display: flex;
	flex-wrap: wrap;
}
#sort .category {
	flex: 1;
	background: #ffeef1;
	padding: 10px 20px 20px;
}
#sort .list {
	flex: 1;
	background: #cceae7;
	padding: 10px 20px 20px;
}
#sort dl > input {
	display: none;
}
#sort dl dt {
	background: #fff;
	font-size: 25px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 40px;
}
#sort dl dt::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 6.5px 0 6.5px;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	top: 100%;
}
#sort .category dl dd {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
#sort .category dl dd #acecideSearch {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#sort .category dl dd #acecideSearch input.txt {
	border: none;
	width: 100%;
	max-width: 270px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #b2b2b2;
}
#sort .category dl dd #acecideSearch input.btn {
	width: 26px;
	height: 26px;
	border: none;
	background: url(/themes/medical/images/ico_search02.png) no-repeat center center / contain;
	margin-left: 10px;
	cursor: pointer;
}
#sort .category dl dd small {
	font-size: 14px;
	display: block;
	margin: 0 auto 20px;
}
#sort .category dl dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 20px;
}
#sort .category dl dd ul li {
	width: 90px;
	padding: 5px 0px;
}
#sort .category dl dd ul li a {
	font-size: 16px;
	text-indent: -0.7em;
	display: block;
}
#sort .category dl dd ul li a::before {
	content: "";
	display: inline-block;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}
#sort .list dl dd {
	display: flex;
	justify-content: center;
}
#sort .list dl dd ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 20px;
}
#sort .list dl dd ul li {
	width: 86px;
}
#sort .list dl dd ul li a {
	font-size: 16px;
	text-indent: -0.7em;
	display: block;
}
#sort .list dl dd ul li a::before {
	content: "";
	display: inline-block;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}

@media screen and (max-width: 768px) {
#sort {
	flex-direction: column;
}
#sort .category {
	padding: 10px 10px 0;
}
#sort .list {
	padding: 10px 10px 0;
}
#sort dl dt {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
#sort dl dt::after {
	display: none;
}
#sort dl dt label::after {
	content: "";
	display: block;
	position: absolute;
	border-right: 4px solid #ffaab0;
	border-bottom: 4px solid #ffaab0;
	height: 7px;
	width: 7px;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	transform: rotate(45deg);
	transition: all 0.4s ease;
}
#sort dl input:checked + dt label::after {
	transform: rotate(225deg) translateX(-3.5px)translateY(-4px);
}
#sort dl dd {
	height: 0;
	overflow: hidden;
}
#sort .category dl dd {
	background: #ffeef1;
}
#sort .list dl dd {
	background: #cceae7;
}
#sort dl input:checked + dt + dd {
	height: auto;
	margin: 0 -10px;
	padding: 20px 15px;
}
#sort .category dl dd #acecideSearch {
	margin-bottom: 15px;
}
#sort .category dl dd small {
	font-size: 12px;
	margin-bottom: 15px;
}
#sort .category dl dd ul {
	padding: 0 15px;
}
#sort .category dl dd ul li {
	width: calc( 100% / 3);
	font-size: 14px;
}
#sort .list dl dd ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 10px;
}
#sort .list dl dd ul li a {
	font-size: 14px;
}
}
/* -------------------------------
RESULT
------------------------------- */
#result {
	margin-top: 30px;
}
#result p {
	margin-bottom: 15px;
}
#result .table {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow-y: hidden;
	overflow-x: auto;
}
#result .table table {
	width: 850px;
	table-layout: fixed;
	border-bottom: 1px solid #ccc;
}
#result .table table caption {
	font-weight: bold;
	margin-bottom: 5px;
}
#result .table table thead th {
	background: #efefef;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #ccc;
	border-bottom: none;
}
#result .table table th {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-right: 1px solid #ccc;
}
#result .table table td {
	font-size: 16px;
	border-right: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.35;
}
#result .table table tr th:last-child, #result .table table tr td:last-child {
	border-right: none !important;
}
#result .table table tr:last-child td {
	border-bottom: none;
}
#result .table table td img {
	max-width: 100%;
}
#result .table table td .disc {
	font-size: 16px;
}
#result .table table td .disc li {
	font-size: 14px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#result .table table td small {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
#result .table .notes {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}
#result .table .comment {
	text-align: center;
	margin-top: 20px;
}
#result .table .comment p {
	background: #caeae8;
	padding: 15px 40px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: bold;
}
#result .table .comment p::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 20px 12px;
	border-color: transparent transparent #caeae8 transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: 15px;
}
#result .pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#result .pager li {
	margin: 0 10px;
}

@media screen and (max-width: 768px) {
#result {
	padding: 0 15px;
	margin-top: 15px;
}
#result p {
	font-size: 14px;
	margin-bottom: 5px;
}
#result .table {
	margin: 15px -15px;
}
}
/* -------------------------------
INTRO
------------------------------- */
#brand #intro {
	display: flex;
	flex-direction: row;
}
#brand #intro .txt {
	flex: 1;
}
#brand #intro .txt p {
}
#brand #intro .txt p.tit {
	font-size: 22px;
	font-weight: bold;
	color: #fca2ad;
	margin-bottom: 25px;
}
#brand #intro .pic {
	max-width: 100%;
	margin-left: 40px;
	text-align: center;
}
#brand #intro .pic img {
	max-width: 100%;
}

@media screen and (max-width: 920px) {
#brand #intro {
	margin: 0 35px;
}
}

@media screen and (max-width: 768px) {
#brand #intro {
	margin: 0 15px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
#brand #intro .txt {
	flex: auto;
}
#brand #intro .txt p {
	font-size: 14px;
}
#brand #intro .txt p.tit {
	font-size: 17px;
	margin-bottom: 15px;
}
#brand #intro .pic {
	width: 100%;
	margin-top: 15px;
	margin-left: 0;
	padding: 0 40px;
}
#brand #intro.compleo .pic {
	padding: 0 60px;
}
}
/* -------------------------------
ANCHOR
------------------------------- */
#brand #anchor {
	margin-top: 20px;
	margin-bottom: 40px;
}
#brand #anchor .tab {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-bottom: 3px solid #ffaab0;
	margin-bottom: 15px;
}
#brand #anchor .tab li {
	margin-right: 5px;
}
#brand #anchor .tab li a, #brand #anchor .tab li span {
	height: 36px;
	line-height: 36px;
	display: block;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-size: 17px;
	padding: 0 20px;
}
#brand #anchor .tab li a {
	background: #d3d1d1;
}
#brand #anchor .tab li span {
	background: #ffaab0;
}
#brand #anchor .select {
	display: none;
}

@media screen and (max-width: 920px) {
#brand #anchor {
	margin-left: 35px;
	margin-right: 35px;
}
}

@media screen and (max-width: 768px) {
#brand #anchor {
	margin: 15px;
}
#brand #anchor .tab {
	display: none;
}
#brand #anchor .select {
	display: block;
	margin: 15px 0;
}
#brand #anchor .select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 40px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #ccc;
	border-radius: 0;
}
 #brand #anchor .select select::-ms-expand {
 display: none;
}
#brand #anchor .select form {
	position: relative;
	display: inline-block;
	display: block;
}
#brand #anchor .select form::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #d6d6d6;
	height: 100%;
	width: 40px;
}
#brand #anchor .select form::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: -2px;
	bottom: 0;
	margin: auto 0;
	right: 16px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #595858;
	border-bottom: 2px solid #595858;
	transform: rotate(45deg);
}
}
/* -------------------------------
MOVIE
------------------------------- */
#brand #movie {
	margin-top: 40px;
	padding: 30px;
}
#brand #movie dl dt {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
#brand #movie dl dd {
	margin-top: 25px;
}
#brand #movie .movWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
#brand #movHarisute .flex > div.pic {
	width: 400px;
	max-width: 100%;
}
#brand #movHarisute .flex {
	align-items: flex-end;
}
@media screen and (max-width: 920px) {
#brand #movie {
	margin-left: 35px;
	margin-right: 35px;
}
}

@media screen and (max-width: 768px) {
#brand #movie {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}
#brand #movie dl dt {
	font-size: 15px;
}
#brand #movie dl dd {
	margin-top: 15px;
}
#brand #movie .movWrap {
	width: 100%;
	position: relative;
	padding-top: 90.57%;
}
#brand #movie .movWrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/* -------------------------------
SERIES
------------------------------- */
#brand .series {
	margin-top: 20px;
}
#brand .series #movie {
	margin-top: 0px;
	padding: 0 0 30px;
	height: 393px;
}
#brand .series #movie .movWrap iframe {
	width: 525px !important;
	height: 393px !important;
	position: relative !important;
}
#brand .series > h3 {
	text-align: left;
	position: relative;
	padding: 0;
	margin-bottom: 20px;
}
#brand .series > h3::after {
	display: none;
}
#brand .series > h3 a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: left;
	position: relative;
	padding: 20px 15px;
	background: #ffdce1;
}
#brand .series > h3 span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: left;
	position: relative;
	padding: 10px 15px;
	background: #ffdce1;
}
#brand .series > h3 a::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(/themes/products@medical/images/ico_arrow02.png) no-repeat center center / contain;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
#brand .series h4 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 5px;
}
#brand .series .links {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-bottom: 15px;
}
#brand .series .links li {
	min-width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#brand .series .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand .series .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 0 4px;
}
#brand .series .links li a p span {
	font-size: 12px;
	display: block;
}
#brand .series .links li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_pdf01.png) no-repeat center center / contain;
	width: 24px;
	height: 28px;
	margin-left: 10px;
}
#brand .series .links li a.mov::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_mov01.png) no-repeat center center / contain;
	width: 34px;
	height: 24px;
	margin-left: 10px;
}
#brand .series .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
#brand .series .lineup {
	margin-top: 30px;
}
#brand .series .lineup ul {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
#brand .series .lineup ul li {
	min-width: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#brand .series .lineup ul li .pic {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#brand .series .lineup ul li .txt {
	margin-top: 5px;
}
#brand .series .lineup ul li .txt p {
	font-size: 14px;
}
#brand .series .property {
	margin-top: 20px;
	display: flex;
}
#brand .series .property li {
	margin-right: 10px;
}
#brand .series .property li span {
	font-size: 16px;
	background: #cccccc;
	padding: 5px 15px;
	border-radius: 5px;
}
#brand .series .disc {
	font-size: 16px;
	margin-top: 30px;
}
#brand .series .disc li {
	font-size: 16px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand .series .disc li p {
	display: inline-block;
	vertical-align: top;
	width: 67%;
}
#brand .series.movList .disc li p {
	width: 50%;
}
#brand .series .disc li p.pic {
	width: 32%;
	text-align: right;
	margin-top: 20px;
}
#brand .series .disc li .pic img {
	width: 76%;
}
#brand .series .disc li:nth-child(1) .pic img, #brand .series .disc li:nth-child(3) .pic img {
	width: 100%;
}
#brand .series .disc li .pic img.w100 {
	width: 100% !important;
}
#brand .series .disc li div.pic {
	display: inline-block;
	width: 49%;
	text-align: right;
	margin-top: 30px;
	padding-left:4%;
	vertical-align: top;
}
#brand .series .disc li div.pic .movWrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
#brand .series .effect {
	margin-top: 40px;
	padding: 20px 30px 30px;
}
#brand .series .effect dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#brand .series .effect dl dd p {
	font-size: 16px;
}
#brand .series .effect dl dd small {
	font-size: 14px;
}
#brand .series .table {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0 20px;
}
#brand .series .table.type2{
	padding: 0;
}
#brand .series .table table {
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #c4c6c6;
}
#brand .series .table.type2 table {
	border-bottom: none;
}
#brand .series .table table caption {
	font-weight: bold;
	margin-bottom: 15px;
}
#brand .series .table table thead th {
	background: #caeae8;
	padding: 15px 0;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	text-align: center;
	font-weight: bold;
}
#brand .series .table table thead tr:last-child th {
	border-top: none;
}
#brand .series .table table tbody th {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #c4c6c6;
	background: #efefef;
	padding: 8px;
	line-height: 1.35;
	font-weight: bold;
}
#brand .series .table.type2 table tbody th {
	border-bottom: 1px dashed #c4c6c6;
}
#brand .series .table table tbody td {
	font-size: 16px;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	padding: 8px;
	vertical-align: top;
	text-align: left;
	line-height: 1.35;
}
#brand .series .table table th:last-child, #brand .series .table table td:last-child {
	border-right: none;
}
#brand .series .table table .hr th, #brand .series .table table .hr td {
	border-top: 1px solid #c4c6c6;
}
#brand .series .table table tbody tr:last-child th, #brand .series .table table tbody tr:last-child td {
	border-bottom: none;
}
#brand .series .table table tbody td .disc {
	font-size: 16px;
}
#brand .series .table table tbody td .disc li {
	font-size: 16px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand .series .table table tbody td img {
	max-width: 100%;
}
#brand .series .table .notes {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}
#brand .series .photo {
	display: flex;
	margin-top: 20px;
}
#brand .series .photo .pic {
	margin-right: 10px;
}
#brand .series p.label {
    margin: 15px 0;
    border: 1px solid #ff0000;
    padding: 10px 20px;
	display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
	border-radius: 5px;
}

@media screen and (max-width: 920px) {
#brand .series {
	margin-left: 35px;
	margin-right: 35px;
}
#brand .series h3 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}

@media screen and (max-width: 768px) {
#brand .series {
	margin-left: 15px;
	margin-right: 15px;
}
#brand .series #movie {
	margin-top: 0px;
	padding: 0 0 30px;
	height: 100%;
	position: relative;
}
#brand .series #movie .movWrap iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute!important;
	top: 0;
	left: 0;
}
#brand .series h3 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
#brand .series h3 a {
	font-size: 15px;
	padding: 10px 15px;
}
#brand .series h3 a::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/themes/products@medical/images/ico_arrow02.png) no-repeat center center / contain;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
#brand .series .links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-left: 0;
	margin-bottom: 15px;
}
#brand .series .links li {
	min-width: 0;
	width: 220px;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
#brand .series .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 44px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand .series .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 0 4px;
	font-size: 15px;
}
#brand .series .lineup {
	margin-top: 30px;
}
#brand .series .bx-pager {
	display: none;
}
#brand .series .bx-wrapper {
	margin-bottom: 20px;
}
#brand .series .bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	left: 0;
}
#brand .series .bx-wrapper .bx-prev {
	top: 50%;
	left: 0;
	height: 18px;
	width: 18px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(-45deg);
	margin-top: -18px;
	z-index: 1;
}
#brand .series .bx-wrapper .bx-next {
	top: 50%;
	right: 0;
	height: 18px;
	width: 18px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	margin-top: -18px;
	z-index: 1;
}
#brand .series .lineup ul {
	display: flex;
	align-items: flex-end;
	overflow-x: scroll;
}
#brand .series .lineup ul li {
	width: 160px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
#brand .series .lineup ul li .pic {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#brand .series .lineup ul li .txt {
	margin-top: 5px;
}
#brand .series .lineup ul li .txt p {
	font-size: 14px;
}
#brand .series .property {
	margin-top: 20px;
	display: block;
}
#brand .series .property li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 15px;
}
#brand .series .property li span {
	font-size: 14px;
	background: #cccccc;
	padding: 10px 15px;
	border-radius: 3px;
}
#brand .series .disc {
	font-size: 14px;
	margin-top: 30px;
}
#brand .series .disc li {
	font-size: 14px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand .series .disc li p {
	display: block;
	width: 100% !important;
}
#brand .series .disc li p.pic {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#brand .series .disc li .pic img {
	width: 70%;
	margin-bottom: 20px;
}
#brand .series .disc li div.pic {
	width: 100%;
	margin:15px 0;
	padding-left:0;
}
#brand .series .disc li div.pic .movWrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#brand .series .disc li:nth-child(1) .pic img, #brand .series .disc li:nth-child(3) .pic img {
	width: 90%;
}
#brand .w100sp img {
		width: 100%;
}
#brand .series .effect {
	margin-top: 20px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px;
}
#brand .series .effect dl dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
#brand .series .effect dl dd p {
	font-size: 14px;
}
#brand .series .effect dl dd small {
	font-size: 12px;
}
#brand .series .table {
	overflow-y: hidden;
	overflow-x: auto;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 20px;
}
#brand .series .table table {
	width: 850px;
}
#brand .series .table table caption {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 14px;
}
#brand .series .table table thead th {
	padding: 5px 0;
	font-size: 14px;
}
#brand .series .table table tbody th {
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	line-height: 1.35;
	font-weight: bold;
}
#brand .series .table table tbody td {
	font-size: 14px;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	padding: 5px;
}
#brand .series .table.type2 table tbody th {
	border-bottom: 1px dashed #c4c6c6;
}
#brand .series .table.type2 table tbody td {
}

#brand .series .table table tbody td .disc {
	font-size: 14px;
}
#brand .series .table table tbody td .disc li {
	font-size: 14px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand .series .table table tbody td img {
	max-width: 100%;
}
#brand .series .table .notes {
	text-align: left;
	font-size: 10px;
	margin-top: 5px;
}
#brand .series .photo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}
#brand .series .photo .pic {
	margin-right: 0;
	margin-bottom: 10px;
}
#brand .series .photo .pic img {
	max-width: 100%;
}
}
/* -------------------------------
SPEC
------------------------------- */
#brand .spec > dl > dt {
	background: #efefef;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
#brand .spec > dl > dd {
	padding: 30px;
}
#brand .spec > dl > dd > p {
	line-height: 2;
	margin-bottom: 40px;
}
#brand .spec > dl > dd > small {
	margin-bottom: 15px;
	display: block;
}
#brand .spec .links {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#brand .spec .links li {
	min-width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#brand .spec .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand .spec .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 0 4px;
}
#brand .spec .links li a p span {
	font-size: 12px;
	display: block;
}
#brand .spec .links li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_pdf01.png) no-repeat center center / contain;
	width: 24px;
	height: 28px;
	margin-left: 10px;
}
#brand .spec .links li a.mov::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_mov01.png) no-repeat center center / contain;
	width: 34px;
	height: 24px;
	margin-left: 10px;
}
#brand .spec .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
#brand .spec .table {
	margin-bottom: 40px;
}
#brand .spec .table table {
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #c4c6c6;
}
#brand .spec .table table caption {
	font-weight: bold;
	margin-bottom: 15px;
}
#brand .spec .table table thead th {
	background: #caeae8;
	padding: 15px 0;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px solid #c4c6c6;
	text-align: center;
	font-weight: bold;
}
#brand .spec .table table thead tr:last-child th {
}
#brand .spec .table table tbody th {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #c4c6c6;
	background: #efefef;
	padding: 8px;
	line-height: 1.35;
	font-weight: bold;
}
#brand .spec .table table tbody td {
	font-size: 16px;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	padding: 8px;
	vertical-align: text-bottom;
	text-align: left;
	line-height: 1.35;
}
#brand .spec .table table th:last-child, #brand .spec .table table td:last-child {
	border-right: none;
}
#brand .spec .table table .hr th, #brand .spec .table table .hr td {
	border-top: 1px solid #c4c6c6;
}
#brand .spec .table table tbody tr:last-child th, #brand .spec .table table tbody tr:last-child td {
	border-bottom: none;
}
#brand .spec .table table tbody td .disc {
	font-size: 16px;
}
#brand .spec .table table tbody td .disc li {
	font-size: 16px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand .spec .table table tbody td img {
	max-width: 100%;
}
#brand .spec .table .notes {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}
#brand .spec > dl > dd dl dt {
	font-weight: bold;
}
#brand .spec > dl > dd dl dd {
	margin-bottom: 10px;
}
#brand .spec > dl > dd .picCenter {
	margin-bottom: 40px;
}
#brand .spec > dl > dd .picCenter ul {
	display: flex;
}
#brand .spec > dl > dd .picCenter ul li {
	width: 50%;
	text-align: center;
	padding: 0 10px;
}
#brand .spec > dl > dd .picCenter ul li img {
	max-width: 100%;
}

@media screen and (max-width: 920px) {
#brand .spec {
	margin-left: 35px;
	margin-right: 35px;
}
#brand .spec h3 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}

@media screen and (max-width: 768px) {
#brand .spec {
	margin-left: 15px;
	margin-right: 15px;
}
#brand .spec h3 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
#brand .spec > dl > dt {
	font-size: 15px;
	margin: 0 -15px;
}
#brand .spec > dl > dd {
	padding: 20px 0;
}
#brand .spec > dl > dd > p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}
#brand .spec > dl > dd > small {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#brand .spec .links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-left: 0;
	margin-bottom: 15px;
}
#brand .spec .links li {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
#brand .spec .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: auto;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand .spec .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 8px;
	width: 8px;
	border-top: 2px solid #ffaab0;
	border-right: 2px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
}
#brand .spec .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 4px;
	font-size: 15px;
}
#brand .spec .table {
	overflow-y: hidden;
	overflow-x: auto;
	margin-bottom: 20px;
}
#brand .spec .table table {
	width: 850px;
}
#brand .spec .table table caption {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 14px;
}
#brand .spec .table table thead th {
	padding: 5px 0;
	font-size: 14px;
}
#brand .spec .table table tbody th {
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	line-height: 1.35;
	font-weight: bold;
}
#brand .spec .table table tbody td {
	font-size: 14px;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	padding: 5px;
}
#brand .spec .table table tbody td .disc {
	font-size: 14px;
}
#brand .spec .table table tbody td .disc li {
	font-size: 14px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand .spec .table table tbody td img {
	max-width: 100%;
}
#brand .spec .table .notes {
	text-align: left;
	font-size: 10px;
	margin-top: 5px;
}
#brand .spec > dl > dd dl dt {
	font-weight: bold;
}
#brand .spec > dl > dd dl dd {
	margin-bottom: 10px;
}
#brand .spec > dl > dd .picCenter {
	margin-bottom: 20px;
}
#brand .spec > dl > dd .picCenter ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#brand .spec > dl > dd .picCenter ul li {
	width: 100%;
	text-align: center;
	padding: 0;
}
#brand .spec > dl > dd .picCenter ul li img {
	max-width: 100%;
}
}
/* -------------------------------
MANUAL
------------------------------- */
#brand .manual > dl > dt {
	background: #efefef;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
#brand .manual > dl > dd {
	padding: 30px;
}
#brand .manual > dl > dd > p {
	line-height: 2;
	margin-bottom: 40px;
}
#brand .manual > dl > dd > small {
	margin-bottom: 15px;
	display: block;
}
#brand .manual > dl > dd .flex {
	margin-bottom: 60px;
}
#brand .manual > dl > dd .flex .pic {
	margin-right: 25px;
}
#brand .manual .links {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#brand .manual .links li {
	min-width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#brand .manual .links li:only-child {
	width: 360px;
	max-width: 100%;
	margin-left: 0;
}
#brand .manual .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand .manual .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 0 4px;
}
#brand .manual .links li a p span {
	font-size: 12px;
	display: block;
}
#brand .manual .links li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_pdf01.png) no-repeat center center / contain;
	width: 24px;
	height: 28px;
	margin-left: 10px;
}
#brand .manual .links li a.mov::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_mov01.png) no-repeat center center / contain;
	width: 34px;
	height: 24px;
	margin-left: 10px;
}
#brand .manual .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
#brand .manual .procedure {
	display: flex;
	flex-wrap: wrap;
	margin-left: -35px;
}
#brand .manual .procedure li {
	margin-left: 35px;
	margin-bottom: 25px;
	width: 130px;
}
#brand .manual .procedure#procedure03 li {
	width: 370px;
}
#brand .manual .procedure li .pic {
	text-align: center;
	margin-bottom: 10px;
}
#brand .manual .procedure li .pic img {
}
#brand .manual .procedure li .txt p.tit {
	font-weight: bold;
	margin-bottom: 10px;
}
#brand .manual .procedure li .txt p strong {
	color: #e50505;
}
#brand .manual .procedure li .txt small {
	display: block;
	font-size: 12px;
	margin-top: 15px;
}
#brand .manual .caution {
	margin-bottom: 40px;
}
#brand .manual .caution > dl {
	padding-top: 25px;
	padding-bottom: 25px;
}
#brand .manual .caution > dl > dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
	text-align: center;
}
#brand .manual .caution > dl > dd {
	padding: 0 15px;
}
#brand .manual .caution > dl > dd p {
	line-height: 2;
}
#brand .manual .caution > dl > dd .disc {
	font-size: 16px;
}
#brand .manual .caution > dl > dd .disc li {
	font-size: 16px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand .manual > dl > dd dl dt {
	font-weight: bold;
}
#brand .manual > dl > dd dl dd {
	margin-bottom: 10px;
}
#brand .manual > dl > dd .picCenter {
	margin-bottom: 40px;
}
#brand .manual > dl > dd .picCenter ul {
	display: flex;
}
#brand .manual > dl > dd .picCenter ul li {
	width: 50%;
	text-align: center;
	padding: 0 10px;
}
#brand .manual > dl > dd .picCenter ul li img {
	max-width: 100%;
}

@media screen and (max-width: 920px) {
#brand .manual {
	margin-left: 35px;
	margin-right: 35px;
}
#brand .manual h3 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}

@media screen and (max-width: 768px) {
#brand .manual {
	margin-left: 15px;
	margin-right: 15px;
}
#brand .manual h3 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
#brand .manual > dl > dt {
	font-size: 15px;
	margin: 0 -15px;
}
#brand .manual > dl > dd {
	padding: 10px 0;
}
#brand .manual > dl > dd > p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}
#brand .manual > dl > dd > small {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#brand .manual > dl > dd .flex {
	margin-bottom: 15px;
}
#brand .manual > dl > dd .flex .pic {
	margin-right: 0;
	margin-bottom: 15px;
}
#brand .manual .links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-left: 0;
	margin-bottom: 15px;
}
#brand .manual .links li {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
#brand .manual .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand .manual .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 8px;
	width: 8px;
	border-top: 2px solid #ffaab0;
	border-right: 2px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
}
#brand .manual .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 4px;
	font-size: 15px;
}
#brand .manual > dl > dd dl dt {
	font-weight: bold;
}
#brand .manual > dl > dd dl dd {
	margin-bottom: 10px;
}
#brand .manual > dl > dd .picCenter {
	margin-bottom: 20px;
}
#brand .manual > dl > dd .picCenter ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#brand .manual > dl > dd .picCenter ul li {
	width: 100%;
	text-align: center;
	padding: 0;
}
#brand .manual > dl > dd .picCenter ul li img {
	max-width: 100%;
}
#brand .manual .procedure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0;
}
#brand .manual .procedure li {
	margin-left: 0;
	margin-bottom: 15px;
	width: calc(50% - 20px);
}
#brand .manual .procedure#procedure03 li {
	width: 100%;
}
#brand .manual .procedure li .pic {
	text-align: center;
	margin-bottom: 10px;
}
#brand .manual .procedure li .pic img {
}
#brand .manual .procedure li .txt p {
	font-size: 14px;
}
#brand .manual .procedure li .txt p.tit {
	font-weight: bold;
	margin-bottom: 10px;
}
#brand .manual .procedure li .txt p strong {
	color: #e50505;
}
#brand .manual .procedure li .txt small {
	display: block;
	font-size: 12px;
	margin-top: 15px;
}
#brand .manual .caution {
	margin-bottom: 40px;
}
#brand .manual .caution > dl {
	padding-top: 15px;
	padding-bottom: 15px;
}
#brand .manual .caution > dl > dt {
	font-size: 16px;
	margin-bottom: 15px;
}
#brand .manual .caution > dl > dd {
	padding: 0;
}
#brand .manual .caution > dl > dd p {
	line-height: 1.35;
}
#brand .manual .caution > dl > dd .disc {
	font-size: 14px;
}
#brand .manual .caution > dl > dd .disc li {
	font-size: 14px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 15px;
}
}
/* -------------------------------
FLOW
------------------------------- */
#brand .flow > dl > dt {
	background: #efefef;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
#brand .flow > dl > dd {
	padding: 30px;
}
#brand .flow > dl > dd > p {
	line-height: 2;
	margin-bottom: 40px;
}
#brand .flow > dl > dd > small {
	margin-bottom: 15px;
	display: block;
}
#brand .flow > dl > dd .pic a {
	pointer-events: none;
}
#brand .flow .links {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#brand .flow .links li {
	min-width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#brand .flow .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand .flow .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 0 4px;
}
#brand .flow .links li a p span {
	font-size: 12px;
	display: block;
}
#brand .flow .links li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_pdf01.png) no-repeat center center / contain;
	width: 24px;
	height: 28px;
	margin-left: 10px;
}
#brand .flow .links li a.mov::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_mov01.png) no-repeat center center / contain;
	width: 34px;
	height: 24px;
	margin-left: 10px;
}
#brand .flow .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
#brand .flow .table {
	margin-bottom: 40px;
}
#brand .flow .table table {
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #c4c6c6;
}
#brand .flow .table table caption {
	font-weight: bold;
	margin-bottom: 15px;
}
#brand .flow .table table thead th {
	background: #caeae8;
	padding: 15px 0;
	border-right: 1px solid #c4c6c6;
	text-align: center;
	font-weight: bold;
}
#brand .flow .table table tbody th {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #c4c6c6;
	background: #efefef;
	padding: 8px;
	line-height: 1.35;
	font-weight: bold;
}
#brand .flow .table table tbody td {
	font-size: 16px;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	padding: 8px;
	vertical-align: text-bottom;
	text-align: left;
	line-height: 1.35;
}
#brand .flow .table table th:last-child, #brand .flow .table table td:last-child {
	border-right: none;
}
#brand .flow .table table .hr th, #brand .flow .table table .hr td {
	border-top: 1px solid #c4c6c6;
}
#brand .flow .table table tbody tr:last-child th, #brand .flow .table table tbody tr:last-child td {
	border-bottom: none;
}
#brand .flow .table table tbody td .disc {
	font-size: 16px;
}
#brand .flow .table table tbody td .disc li {
	font-size: 16px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand .flow .table table tbody td img {
	max-width: 100%;
}
#brand .flow .table .notes {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}
#brand .flow > dl > dd dl dt {
	font-weight: bold;
}
#brand .flow > dl > dd dl dd {
	margin-bottom: 10px;
}
#brand .flow > dl > dd .picCenter {
	margin-bottom: 40px;
}
#brand .flow > dl > dd .picCenter ul {
	display: flex;
}
#brand .flow > dl > dd .picCenter ul li {
	width: 50%;
	text-align: center;
	padding: 0 10px;
}
#brand .flow > dl > dd .picCenter ul li img {
	max-width: 100%;
}

@media screen and (max-width: 920px) {
#brand .flow {
	margin-left: 35px;
	margin-right: 35px;
}
#brand .flow h3 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}

@media screen and (max-width: 768px) {
#brand .flow {
	margin-left: 15px;
	margin-right: 15px;
}
#brand .flow h3 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
#brand .flow > dl > dt {
	font-size: 15px;
	margin: 0 -15px;
}
#brand .flow > dl > dd {
	padding: 20px 0;
}
#brand .flow > dl > dd > p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}
#brand .flow > dl > dd > small {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#brand .flow > dl > dd .pic a {
	pointer-events: auto;
}
#brand .flow .links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-left: 0;
	margin-bottom: 15px;
}
#brand .flow .links li {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
#brand .flow .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: auto;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand .flow .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 8px;
	width: 8px;
	border-top: 2px solid #ffaab0;
	border-right: 2px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
}
#brand .flow .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 4px;
	font-size: 15px;
}
#brand .flow .table {
	overflow-y: hidden;
	overflow-x: auto;
	margin-bottom: 20px;
}
#brand .flow .table table {
	width: 850px;
}
#brand .flow .table table caption {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 14px;
}
#brand .flow .table table thead th {
	padding: 5px 0;
	font-size: 14px;
}
#brand .flow .table table tbody th {
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	line-height: 1.35;
	font-weight: bold;
}
#brand .flow .table table tbody td {
	font-size: 14px;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	padding: 5px;
}
#brand .flow .table table tbody td .disc {
	font-size: 14px;
}
#brand .flow .table table tbody td .disc li {
	font-size: 14px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand .flow .table table tbody td img {
	max-width: 100%;
}
#brand .flow .table .notes {
	text-align: left;
	font-size: 10px;
	margin-top: 5px;
}
#brand .flow > dl > dd dl dt {
	font-weight: bold;
}
#brand .flow > dl > dd dl dd {
	margin-bottom: 10px;
}
#brand .flow > dl > dd .picCenter {
	margin-bottom: 20px;
}
#brand .flow > dl > dd .picCenter ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#brand .flow > dl > dd .picCenter ul li {
	width: 100%;
	text-align: center;
	padding: 0;
}
#brand .flow > dl > dd .picCenter ul li img {
	max-width: 100%;
}
}
/* -------------------------------
COMPLEO
------------------------------- */
#brand #compleo > dl {
	margin-top: 40px;
}
#brand #compleo > dl > dt {
	background: #ffdce1;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
#brand #compleo > dl > dd {
	margin-top: 30px;
}
#brand #compleo > dl > dd > p {
	line-height: 2;
	margin-bottom: 40px;
}
#brand #compleo > dl > dd > small {
	margin-bottom: 15px;
	display: block;
}
#brand #compleo > dl > dd .flex {
	margin-bottom: 60px;
}
#brand #compleo > dl > dd .flex .pic {
	margin-left: 25px;
}
#brand #compleo > dl > dd .flex.picCol .pic{
	margin-left: 0;
	width: calc( 50% - 15px );
}
#brand #compleo > dl > dd .flex.picCol .pic img {
	width: 100%;
}
#brand #compleo .links {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#brand #compleo .links li {
	min-width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#brand #compleo .links li:only-child {
	width: 360px;
	max-width: 100%;
	margin-left: 0;
}
#brand #compleo .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand #compleo .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 0 4px;
}
#brand #compleo .links li a p span {
	font-size: 12px;
	display: block;
}
#brand #compleo .links li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_pdf01.png) no-repeat center center / contain;
	width: 24px;
	height: 28px;
	margin-left: 10px;
}
#brand #compleo .links li a.mov::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_mov01.png) no-repeat center center / contain;
	width: 34px;
	height: 24px;
	margin-left: 10px;
}
#brand #compleo .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
#brand #compleo > dl > dd .point {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
#brand #compleo > dl > dd .point dl {
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
}
#brand #compleo > dl > dd .point dl dt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px;
	background: #caeae8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.4;
}
#brand #compleo > dl > dd .point dl dt span {
	display: flex;
	background: #fff;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	color: #7dd1c9;
	font-weight: bold;
	text-align: center;
	align-self: flex-start;
	align-items: center;
	font-size: 18px;
	padding: 0 15px;
	margin: 0 auto 10px;
}
#brand #compleo > dl > dd .point dl dd {
	flex: 1 0 auto;
	background: #efefef;
	padding: 20px 30px;
}

@media screen and (max-width: 920px) {
#brand #compleo {
	margin-left: 35px;
	margin-right: 35px;
}
#brand #compleo h3 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}

@media screen and (max-width: 768px) {
#brand #compleo {
	margin-left: 15px;
	margin-right: 15px;
}
#brand #compleo h3 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
#brand #compleo > dl {
	margin-top: 15px;
}
#brand #compleo > dl > dt {
	font-size: 15px;
	margin: 0 -15px;
}
#brand #compleo > dl > dd {
	margin-top: 15px;
	padding: 0;
}
#brand #compleo > dl > dd > p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}
#brand #compleo > dl > dd > small {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#brand #compleo > dl > dd .flex {
	margin-bottom: 15px;
}
#brand #compleo > dl > dd .flex .pic {
	margin-left: 0;
	margin-top: 15px;
	width: 100% !important;
}
#brand #compleo .links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-left: 0;
	margin-bottom: 15px;
}
#brand #compleo .links li {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
#brand #compleo .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#brand #compleo .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 8px;
	width: 8px;
	border-top: 2px solid #ffaab0;
	border-right: 2px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
}
#brand #compleo .links li a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.2;
	padding: 4px;
	font-size: 15px;
}
#brand #compleo > dl > dd .point {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 25px;
}
#brand #compleo > dl > dd .point dl {
	width: 100%;
	margin-top: 20px;
}
#brand #compleo > dl > dd .point dl dt {
	font-size: 14px;
	padding: 10px 30px;
	background: #caeae8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.4;
}
#brand #compleo > dl > dd .point dl dt span {
	display: flex;
	background: #fff;
	border-radius: 12px;
	height: 21px;
	line-height: 21px;
	color: #7dd1c9;
	text-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 12px;
	padding: 0 15px;
	margin: 0 auto 5px;
}
#brand #compleo > dl > dd .point dl dd {
	background: #efefef;
	padding: 10px 15px;
	flex: auto;
	font-size: 14px;
}
#brand #compleo > dl > dd .picCenter {
	margin-bottom: 20px;
}
#brand #compleo > dl > dd .picCenter ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#brand #compleo > dl > dd .picCenter ul li {
	width: 100%;
	text-align: center;
	padding: 0;
}
#brand #compleo > dl > dd .picCenter ul li img {
	max-width: 100%;
}
#brand #compleo small {
	text-align: left !important;
}
}
/* -------------------------------
CLINOX
------------------------------- */

/*------洗浄方法・手順------------*/
#brand #clinox dl dt span {
	display: inline-block;
	text-align: center;
	border-radius: 20px;
	background: #81CFE2;
	color: #FFF;
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
	padding: 5px 10px;
}
#brand #clinox > dl > dt {
	font-weight: bold;
	font-size: 20px;
	border-bottom: dashed 1px #7F7F7F;
	padding-bottom: 5px;
	margin-bottom: 15px;
	clear: both;
}
#brand #clinox > dl > dd {
	margin-bottom: 20px;
	margin-left: 85px;
}
#brand #clinox dl dd dl {
	margin-bottom: 20px;
	margin-top: 20px;
}
#brand #clinox dl dd dl dt {
	float: left;
	text-align: center;
	border-radius: 5px;
	background: #005BAC;
	color: #FFF;
	margin-right: 10px;
	font-size: 15px;
	vertical-align: middle;
	padding: 2px 10px;
	margin-top: 10px;
	clear: left;
}
#brand #clinox dl dd dl dt.grey {
	background: #C5C5C9;
}
#brand #clinox dl dd dl dd {
	float: left;
	padding-top: 2px;
	margin-top: 10px;
}

@media screen and (max-width: 920px) {
#brand #clinox {
	margin-left: 35px;
	margin-right: 35px;
}
}

@media screen and (max-width: 768px) {
#brand #clinox {
	margin-left: 15px;
	margin-right: 15px;
}
#brand #clinox dl dt span {
	font-size: 13px;
	padding: 5px;
	margin-right: 5px;
}
#brand #clinox > dl > dt {
	font-size: 16px;
}
#brand #clinox > dl > dd {
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 14px;
}
}
/*------洗浄ラック・洗浄用具--------*/
#brand #clinox .inn {
	display: flex;
	display: -webkit-flex;
	margin-top: 40px;
	flex-wrap: wrap;
}
#brand #clinox .inn div {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#brand #clinox .inn div:nth-of-type(odd) {
	padding-right: 20px;
}
#brand #clinox .inn div:nth-of-type(even) {
	padding-left: 20px;
}
#brand #clinox .inn ul {
	display: flex;
	display: -webkit-flex;
	text-align: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#brand #clinox .inn div ul li {
	width: 45%;
	box-sizing: border-box;
}
#brand #clinox .inn div ul li:first-child {
	position: relative;
	display: inline-block;
}
#brand #clinox .inn div ul li:first-child::after {
    content: '';
    width: 0;
    height: 0;
    border: solid 10px transparent;
    border-left: solid 10px #333;
    position: absolute;
    top: 40%;
    right: -20%;
    margin-top: -4px;
}
#brand #clinox .inn div ul li figure img {
	width: 100%;
}
#brand #clinox .inn div ul li figcaption {
	margin-top: 10px;
}
#brand #clinox .inn div ul li:first-child figcaption {
	font-weight: bold;
}
@media screen and (max-width: 768px) {
#brand #clinox .inn {
	display: block;
}	
#brand #clinox .inn div {
	width: 100%;
}
#brand #clinox .inn div:nth-of-type(odd) {
	padding-right: 0px;
}
#brand #clinox .inn div:nth-of-type(even) {
	padding-left: 0px;
}
#brand #clinox .inn div ul li figcaption {
	font-size: 14px;
}
}
/*------洗浄方法・手順------------*/
#brand .rack dl dt span {
	display: inline-block;
	text-align: center;
	border-radius: 20px;
	background: #81CFE2;
	color: #FFF;
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
	padding: 5px 10px;
}
#brand .rack > dl > dt {
	font-weight: bold;
	font-size: 20px;
	border-bottom: dashed 1px #7F7F7F;
	padding-bottom: 5px;
	margin-bottom: 15px;
	clear: both;
}
#brand .rack > dl > dd {
	margin-bottom: 20px;
	margin-left: 85px;
}
#brand .rack dl dd dl {
	margin-bottom: 20px;
	margin-top: 20px;
}
#brand .rack dl dd dl dt {
	float: left;
	text-align: center;
	border-radius: 5px;
	background: #005BAC;
	color: #FFF;
	margin-right: 10px;
	font-size: 15px;
	vertical-align: middle;
	padding: 2px 10px;
	margin-top: 10px;
	clear: left;
}
#brand .rack dl dd dl dt.grey {
	background: #C5C5C9;
}
#brand .rack dl dd dl dd {
	float: left;
	padding-top: 2px;
	margin-top: 10px;
}

@media screen and (max-width: 920px) {
#brand .rack {
	margin-left: 35px;
	margin-right: 35px;
}
}

@media screen and (max-width: 768px) {
#brand .rack {
	margin-left: 15px;
	margin-right: 15px;
}
#brand .rack dl dt span {
	font-size: 13px;
	padding: 5px;
	margin-right: 5px;
}
#brand .rack > dl > dt {
	font-size: 16px;
}
#brand .rack > dl > dd {
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 14px;
}
}
/*------洗浄ラック・洗浄用具--------*/
#brand .rack .inn {
	display: flex;
	display: -webkit-flex;
	margin-top: 40px;
	flex-wrap: wrap;
}
#brand .rack .inn div {
	width: 50%;
	box-sizing: border-box;
/*	margin-bottom: 50px;*/
}
#brand .rack .inn div:nth-of-type(odd) {
	padding-right: 20px;
}
#brand .rack .inn div:nth-of-type(even) {
	padding-left: 20px;
}
#brand .rack .inn ul {
	display: flex;
	display: -webkit-flex;
	text-align: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
}
#brand .rack .inn div ul li {
	width: 45%;
	box-sizing: border-box;
}
#brand .rack .inn ul.col3 li {
	width: 30%;
	box-sizing: border-box;
}
#brand .rack .inn ul.col4 li {
	width: 23%;
	box-sizing: border-box;
}
#brand .rack .inn ul.col5 li {
	width: 19%;
	box-sizing: border-box;
}
#brand .rack .inn div ul li:first-child,
#brand .rack .inn ul li.afterArrow {
	position: relative;
	display: inline-block;
}
#brand .rack .inn div ul li:first-child::after,
#brand .rack .inn ul li.afterArrow::after {
    content: '';
    width: 0;
    height: 0;
    border: solid 10px transparent;
    border-left: solid 10px #333;
    position: absolute;
    top: 40%;
    right: -20%;
    margin-top: -4px;
}
#brand .rack .inn div ul.col4 li:first-child::after,
#brand .rack .inn div ul.col3 li:first-child::after {
display:none;
}
#brand .rack .inn div ul li figure img {
	width: 100%;
}
#brand .rack .inn div ul li figcaption {
	margin-top: 10px;
}
#brand .rack .inn div ul li:first-child figcaption {
	font-weight: bold;
}
#brand .rack .inn ul.col5 li img{
	width: 100%;
}
#brand .rack .inn ul.col5 li figure {
	position: relative;
}
#brand .rack .inn ul.col5 li figure figcaption {
	background: #8e81bc;
	display: block;
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
#brand .rack .inn {
	display: block;
}	
#brand .rack .inn div {
	width: 100%;
}
#brand .rack .inn div:nth-of-type(odd) {
	padding-right: 0px;
}
#brand .rack .inn div:nth-of-type(even) {
	padding-left: 0px;
}
#brand .rack .inn div ul li figcaption {
	font-size: 14px;
}
}
#brand .rack .inn ul.mov {
	margin-bottom: 30px;
}
#brand .rack .inn ul.mov li {
	width: 23%;
	box-sizing: border-box;
	position: relative;
}
#brand .rack .inn ul.mov li figure > div {
position: relative !important;
left:0;
top:0;
padding:0 !important;
}
#brand .rack .inn ul.mov li figure > div > div {
height:110px !important;
padding:0 !important;
}

#brand .rack .inn ul.mov li figure > div > div div {
width:auto;
padding:0;
margin:auto;
}
.jstream-eqPlayer .water_mark_small {
    width: 40px !important;
}
/*chat ~ div { z-index: 10000000 !important;}*/
.eqp-modal .eqp-modal-close{ 
	z-index:100000000!important;
}
@media screen and (max-width: 768px) {
.eqp-modal .eqp-modal-close{ 
	top: 5px !important;
}
}

#brand ul.check {
	margin-top: 30px;
}

#brand ul.check li {
  position: relative;
  padding-left: 25px;

}
#brand ul.check li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  top: 7px;
  left: 8px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #F8929E;
  border-bottom: 2px solid #F8929E;
}

#brand ul.check li::after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #F8929E;
  border-radius: 4px;
}
#brand .rack .tableFeature {
	margin-top: 30px;
}
#brand .rack .tableFeature table {
	border-collapse: separate;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-top: none;		
}
#brand .rack .tableFeature table th {
	background: #d1edea;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;	
}
#brand .rack .tableFeature table td {
	text-align: center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;

}
#brand .rack .tableFeature table thead td,
#brand .rack .tableFeature table tbody tr:first-child td:first-child,
#brand .rack .tableFeature table tbody tr:first-child td:nth-child(2)
{
	border-left: none;
	border-top: none;
}
#brand .point dl {
	border: 1px solid #ccc;
}
#brand .point dl dt {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	background: #ffaab0;
}
#brand .point dl dd {
	padding: 15px;
}
#brand .point dl dd ul.check {
	margin-top: 0;
}
/* -------------------------------
ステリエース
------------------------------- */

#brand #steriace ul li {
	font-size: 16px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#brand #steriace dl {
	background: #DFDEDE;
	margin-top: 40px;
	padding: 20px;
}
#brand #steriace dl dt {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#brand #steriace dl dd {
	font-size: 18px;
}
#brand #steriace dl dd span {
	font-size: 22px;
}

@media screen and (max-width: 920px) {
#brand #steriace {
	margin-left: 35px;
	margin-right: 35px;
}
}
@media screen and (max-width: 768px) {
#brand #steriace {
	margin-left: 15px;
	margin-right: 15px;
}
#brand #steriace dl dt {
	font-size: 18px;
}
#brand #steriace dl dd {
	font-size: 16px;
}
#brand #steriace dl dd span {
	font-size: 20px;
}
}

/* -------------------------------
SERIES TOP
------------------------------- */
#brand .seriesTop ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#brand .seriesTop ul li {
	width: calc( ( 100% / 3 ) - 15px );
	border: 1px solid #999;
	transition: 0.4s ease all;
}
#brand .seriesTop ul li:hover {
	border: 1px solid #ffaab0;
}
#brand .seriesTop ul li a {
	text-decoration: none;
	transition: 0.4s ease all;
}
#brand .seriesTop ul li a:hover {
	opacity: 0.8;
}
#brand .seriesTop ul li .pic {
	height: 350px;
	max-height: 100%;
	display: flex;
	justify-content: center;
	align-items:flex-end;
}
#brand .seriesTop ul li .pic img {
	max-width: 100%;	
}

#brand .seriesTop ul li .txt {
	margin-top: 15px;
}
#brand .seriesTop ul li .txt h3 {
	font-size: 18px;
}
#brand .seriesTop ul li .txt p {
	padding: 15px;
}
#brand .seriesTop p.caution {
	margin: 30px 0;
	border: 1px solid #ffaab0;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#brand .seriesTop ul {
		display: block;
		padding: 15px;
	}
	#brand .seriesTop ul li {
		width: 100%;
		margin-top: 30px;
	}
	#brand .seriesTop p.caution {
		margin: 15px;
	}
}

#brand .poster .link {
	width: 550px;
	margin: 10px auto 0;
}
#brand .poster ul.link {
	width: 500px;
	max-width: 100%;
	margin: 10px auto 0;
}
#brand .poster .inn .w16 ul.link {
	width: 160px;
	margin: 0 auto 0;
}
#brand .poster .inn .w18 ul.link {
	width: 180px;
	margin: 0 auto 0;
}
#brand .poster .inn .w22 ul.link {
	width: 220px;
	margin: 10px auto 0;
}
#brand .poster .link a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 70px;
	position: relative;
	align-items: center;
	text-decoration: none;
	background: #fff;	
	box-sizing: border-box;
}
#brand .poster ul.link a {
	height: 50px;
}

#brand .poster .link a:hover {
	text-decoration: underline;
}
#brand .poster .link a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.6;
	padding: 0 4px;
}
#brand .poster .link a p span {
	font-size: 12px;
	display: block;
}

#brand .poster .link a::after {
	content: "";
	display: inline-block;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
#brand .poster .link a.lock::before {
	content: "";
	display: inline-block;
	background: url(/themes/products@medical/images/ico_lock01.png) no-repeat center center / contain;
	width: 24px;
	height: 26px;
	margin-left: 10px;
}
#brand .poster h4 {
	font-size: 22px;
	padding: 10px 20px;
	border-bottom: dotted 3px #f29cb1;
	margin-bottom: 30px;
	font-weight: bold;
}
#brand .poster .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#brand .poster .flex .pic img {
    margin-top:20px;
    border: 1px solid #ccc;
    padding: 20px;
}
#brand .poster .flex dl dt {
	border-bottom: 1px dashed #afafaf;
	font-weight: bold;
	font-size: 18px;
	padding: 0 10px;
	margin-bottom: 15px;
}
#brand .poster .flex dl dd {
	padding-left: 10px;
	margin-bottom: 25px;
}
#brand .poster .flex dl dd p {
	margin-bottom: 15px;
}
#brand .poster .w16 div,
#brand .poster .w18 div {
	text-align: center;
	margin-top: 40px;
	margin-left: 45px;
}
#brand .poster .w16 div:first-of-type,
#brand .poster .w18 div:first-of-type {
	margin-left: 0;
}
#brand .poster .w16 div figcaption,
#brand .poster .w18 div figcaption {
	font-weight: bold;
	font-size: 15px;
	padding: 5px 0;
}
#brand .poster .w25 div {
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
}
#brand .poster .w25 div:last-of-type {
	margin-right: 0;
}
#brand .poster .w25 div ul li:nth-child(2) {
	margin-top: 10px;
	margin-bottom: 10px;	
}
#brand .poster .w22 div {
	text-align: center;
	margin-top: 40px;
	margin-right: 40px;
}
#brand .poster .w22 div:last-of-type {
	margin-right: 0;
}
#brand .poster .pic {
	margin: 20px 40px 0 20px;
}
#brand .poster .txt {
	margin: 50px 20px 0 0;
}
#brand .poster .txt p:first-of-type {
	margin-bottom: 30px;
}

#skinaru .cont {
	padding: 30px;	
	margin-bottom: 50px;
}
#skinaru .cont h2 {
	color: #4B4948;
}
#skinaru .cont p {
	font-size: 20px;
}

#skinaru .cont h3:after {
	display: none;
}
#skinaru .cont .flex {
	display: flex;
	margin-bottom: 50px;
}
#skinaru .cont .flex:nth-child(even) {
	flex-direction: row;
}
#skinaru .cont .flex:nth-child(even) .pic {
	margin-left: 30px;
}
#skinaru .cont .flex:nth-child(odd) {
	flex-direction: row-reverse;
}
#skinaru .cont .flex:nth-child(odd) .pic {
	margin-right: 30px;
}
#skinaru .cont .flex .pic {
	width: 40%;
	position: relative;	
}
#skinaru .cont .flex .pic::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 15px 15px #fff;
}
#skinaru .cont .flex .pic img {
	width: 100%;
}
#skinaru .cont#cont01 {
	background: #bae3f9;
	background-image: url("/themes/products@site/feature/skinaru/images/bg_cont01.png") ;
	background-position: right bottom;
	background-size: 40% auto;
	background-repeat: no-repeat;
	padding-bottom: 180px;
}
#skinaru .cont#cont01 p strong {
	font-size: 1.2em;
	color: #3fb8ec;
	font-weight: normal;
	-webkit-text-stroke:1px #3fb8ec;
    text-shadow: 0px 0 1px #3fb8ec;
}
#skinaru .cont .prdctList dt {
	font-size: 24px;
	font-weight: bold;
	border-left: 10px #3fb8ec solid;
	padding-left: 10px;
}
#skinaru .cont .prdctList dt.a {
	border-left: 10px #f092ae solid;
}
#skinaru .cont .prdctList dt.b {
	border-left: 10px #3fb8ec solid;
}
#skinaru .cont .prdctList dt span.a {
	color: #f092ae;
}
#skinaru .cont .prdctList dt span.b {
	color: #3fb8ec;
}
#skinaru .cont .prdctList dd {
	margin-top: 30px;
}
#skinaru .cont .prdctList dd ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#skinaru .cont .prdctList dd ul li {
	width: calc( ( 100% - 300px ) / 3 );
	margin-right: 100px;
	margin-bottom: 50px;
}
#skinaru .cont .prdctList dd ul li::before {
	display: none;
}
#skinaru .cont .prdctList dd ul li a {
	border:2px solid #ccc;
	border-radius: 30px;
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	height: 100%;
	text-decoration: underline;
}
#skinaru .cont .prdctList dd ul li a:hover {
	text-decoration: none;
}
#skinaru .cont .prdctList dd ul li a span.type {
	display: flex;
	align-self: center;
	position: absolute;
	top: -15px;
	text-align: center;
	height: 30px;
	border-radius: 20px;
	background: #f00;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	min-width: 30px;
	padding: 0 15px;
}
#skinaru .cont .prdctList dd ul li a span.type.type01 {
	background: #3fb8ec;
}
#skinaru .cont .prdctList dd ul li a span.type.type02 {
	background: #3fb8ec;
}
#skinaru .cont .prdctList dd ul li a span.type.type03 {
	background: #f092ae;
}
#skinaru .cont .prdctList dd ul li a span.photo {
	display: flex;
}
#skinaru .cont .prdctList dd ul li a span.photo img{
	width: 100%;
}
#skinaru .cont .prdctList dd ul li a span.name {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
#skinaru .cont .prdctList dd ul li a span.part {
	display: block;
	position: absolute;
	width: 120px;
	right: -75px;
	top: 0px;
}
#skinaru .cont .prdctList dd ul li a span.part img {
	width: 100%;
}
#skinaru .cont .prdctList dd ul li a span.soforo {
	display: block;
	position: absolute;
	width: 120px;
	height: 2;
	right: -75px;
	top: 144px;
}
#skinaru .cont .prdctList dd ul li a span.soforo img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#skinaru .cont {
		padding: 15px;	
		margin-bottom: 30px;
	}
	#skinaru .cont p {
		font-size: 16px;
	}
	#skinaru .cont .flex {
		margin-bottom: 30px;
	}
	#skinaru .cont .flex:nth-child(even) {
		flex-direction: column;
	}
	#skinaru .cont .flex:nth-child(even) .pic {
		margin-left: 0px;
		margin-top: 30px;
	}
	#skinaru .cont .flex:nth-child(odd) {
		flex-direction: column;
	}
	#skinaru .cont .flex:nth-child(odd) .pic {
		margin-right: 0px;
		margin-top: 30px;
	}
	#skinaru .cont .flex .pic {
		width: 100%;	
	}
	#skinaru .cont#cont01 {
		padding-bottom: 100px;
	}
	#skinaru .cont#cont01 p strong {
	}
	#skinaru .cont .prdctList dt {
		font-size: 20px;
		font-weight: bold;
		border-left: 5px #3fb8ec solid;
		padding-left: 5px;
	}
	#skinaru .cont .prdctList dt.a {
		border-left: 5px #f092ae solid;
	}
	#skinaru .cont .prdctList dt.b {
		border-left: 5px #3fb8ec solid;
	}
	#skinaru .cont .prdctList dd {
		margin-top: 15px;
	}
	#skinaru .cont .prdctList dd ul {
		display: flex;
		flex-wrap: wrap;
	}
	#skinaru .cont .prdctList dd ul li {
		width: calc( 100% - 60px ) ;
		margin-right: 60px;
		margin-left: 60px;
		margin-bottom: 50px;
	}
	#skinaru .cont .prdctList dd ul li a {
		border:2px solid #ccc;
		border-radius: 30px;
		padding: 30px;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		height: 100%;
	}
	#skinaru .cont .prdctList dd ul li a span.type {
		display: flex;
		align-self: center;
		position: absolute;
		top: -15px;
		text-align: center;
		height: 30px;
		border-radius: 20px;
		background: #f00;
		color: #fff;
		font-weight: bold;
		line-height: 30px;
		min-width: 30px;
		padding: 0 15px;
	}
	#skinaru .cont .prdctList dd ul li a span.photo img{
		width: 100%;
	}
	#skinaru .cont .prdctList dd ul li a span.name {
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	#skinaru .cont .prdctList dd ul li a span.part {
		display: block;
		position: absolute;
		width: 100px;
		right: -60px;
		top: 0px;
	}
	#skinaru .cont .prdctList dd ul li a span.part img {
		width: 100%;
	}
	#skinaru .cont .prdctList dd ul li a span.soforo {
		display: block;
		position: absolute;
		width: 100px;
		right: -60px;
		top: 116px;
	}

}

#contents  .modalContents {
	padding: 50px 0;
}
#contents #brand .modalContents p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#contents #brand .modalContents p.note {
	font-size: 16px;
	text-align: left;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	color: #C1272D;
}
#contents #brand .modalContents .links {
	margin-top: 30px;
}
#contents #brand .modalContents .links li {
	min-width: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 600px;
    width: 100%;
}
#contents #brand .modalContents .links li a {
	display: flex;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	position: relative;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}
#contents #brand .modalContents .links li a p{ 
	flex: 1;
	text-align: center;
	line-height: 1.2;
	padding: 0 4px;
}
#contents #brand .modalContents .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
/* モーダルCSS */
.modalArea {
	display: none;
	position: fixed;
	z-index: 200000; /*サイトによってここの数値は調整 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0,0,2px);
}
.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	padding: 10px 30px;
	background-color: #fff;
}
.closeModal {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.modalContents p  {
	font-weight: bold;
}
.modalContents p span {
	border-bottom:solid;/*下線を点線にする*/
	border-color:#FF0000;
	border-width:2px;
}
#contents #info .modalContents {
	padding: 50px 0;
}
#contents #info .modalContents p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#contents #info .modalContents p.note {
	font-size: 16px;
	text-align: left;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	color: #C1272D;
}
#contents #info .modalContents .links {
	margin-top: 30px;
}
#contents #info .modalContents .links li a {
	height: 50px;	
}

/* 以下ボタンスタイル */
button {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #282828;
	border-radius: 2px;
	cursor: pointer;
}
/* Down Load Modal */
.cat-downLoadModal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px;
}
.cat-downLoadModal__overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.cat-downLoadModal__in {
	position: relative;
	z-index: 2;
	padding: 30px;
	width: 512px;
	box-sizing: border-box;
	background-color: #fff;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.cat-downLoadModal__in__del {
	border: 1px solid #707070;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 30px;
	top: 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.cat-downLoadModal__in__del:hover {
	opacity: .8;
}
.cat-downLoadModal__in__del::before, .cat-downLoadModal__in__del::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	height: 1px;
	background-color: #707070;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.cat-downLoadModal__in__del::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cat-downLoadModal__in__del::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cat-downLoadModal__in__text {
	margin: 0;
	padding-right: 30px;
}
.cat-downLoadModal__in__field {
	margin: 20px 0;
}
.cat-downLoadModal__in__field__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cat-downLoadModal__in__field__block:not(:last-of-type) {
	margin-bottom: 6px;
}
.cat-downLoadModal__in__field__block__title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 70px;
	flex: 0 0 70px;
}
.cat-downLoadModal__in__field__block__body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	padding-right: 45px;
}
@media only screen and (max-width: 640px) {
	.cat-downLoadModal__in__field__block__body {
		padding-right: 0;
	}
}
.cat-downLoadModal__in__field__block__body__input {
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 15px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #BEBEBE;
	font-size: 16px;
	border-radius: 0;
	background: #fff;
}
.cat-downLoadModal__in__field__block__body--select {
	position: relative;
}
.cat-downLoadModal__in__field__block__body--select::before {
	pointer-events: none;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999999;
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	content: "";
	border-right: 3px solid #BEBEBE;
	border-bottom: 3px solid #BEBEBE;
	height: 11px;
	width: 11px;
	transform: rotate(45deg);
	margin-top: 12px;
	right: 60px;
}
@media only screen and (max-width: 640px) {
	.cat-downLoadModal__in__field__block__body--select::before {
		right: 15px;
	}
}
.cat-downLoadModal__in__field__block__body__select {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	border: 1px solid #BEBEBE;
	border-radius: 0;
	line-height: 1.4;
	padding: 10px 38px 10px 15px;
	box-sizing: border-box;
	width: 100%;
	background: none;
	display: block;
	font-size: 16px;
	color: #333;
}
.cat-downLoadModal__in__field__block__body__select::-ms-expand {
	display: none;
}
.cat-downLoadModal__in__send {
	padding: 0 60px 0 70px;
}
.cat-downLoadModal__in__send__button {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 12px 15px;
	box-sizing: border-box;
	border: 1px solid #fb929e;
	color: #fff;
	background-color: #fb929e;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.cat-downLoadModal__in__send__button:hover {
	opacity: .8;
}
.cat-downLoadModal__in__send__button.is-disabled {
	pointer-events: none;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}


/* フォーム見出し */
#info h3 {
	font-size:12px;
	font-weight: bold;
}
/* 注意事項 */
#info ol {
	list-style-type: decimal;
	margin: 40px 0 40px 10px;
}
#info ol li {
	margin-bottom: 10px;
}

.form-fieldgroup > div {margin-top: 5px;}
.form-control.is-valid, .was-validated .form-control:valid {
	background-image: none;
}

/* 確認ボタン */
.kakunin {
	color: #fff;
	line-height: 1.15;
	border: none;
	background: #F27B8F;
	border: solid 3px #F27B8F;
	padding: 20px;
    border-radius: 25px;
	letter-spacing: 3px;
}
#info .kakunin:after {
	font-family: FontAwesome;
	content: '\f105';
	margin-left: 15px;
}
.kakunin:hover {
	border: solid 3px #F27B8F;
	background: #fff;
	color: #F27B8F;
}
.btn-md {
	border: none;
}

/* 必須マーク */
span.must {
	display: inline-block;
	background: #F9AF17;
	padding: 3px 7px;
	color: #fff;
	margin: 0 5px;
	font-size: 12px;
	letter-spacing: 2px;
	border-radius: 4px;
}
/* 項目 */
#info label {
	background: #eee;
	display: block;
}
.form-group input[type=checkbox],.form-group input[type=radio] {
    margin-right: 7px;
		height: 20px;
		width: 20px;
		vertical-align: middle;
}
.form-control:focus {
	background-color: rgb(250, 255, 189);
	color: #000;
}

/* Chrome, Safari */
.form-control::-webkit-input-placeholder{
    color: #bbb;
}

/* Firefox */
.form-control::-moz-placeholder{
    color: #bbb;
}

/* Firefox 18以前 */
.form-control:-moz-placeholder{
    color: #bbb;
}

/* IE */
.form-control:-ms-input-placeholder{
    color: #bbb;
}

/* IE */
input:-ms-input-placeholder{
    color: #bbb;
}

/* --選択時に表示する項目-- */

/*中身を非表示にしておく*/
.hidden_box .sub_hidden_show,.sub_hidden_show-fm {
	background: #fff;
	border-radius: 4px;
}
.hidden_box .sub_hidden_show,.hidden_box .sub_sub_hidden_show,.sub_hidden_show-fm {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	font-size: 13px;
}
#info .hidden_box .sub_hidden_show .form-sub > div {
	margin-bottom:0;
}
#info .hidden_box .sub_hidden_show .form-sub label {
	padding: 10px;

}
/*クリックで中身表示*/
.hidden_box input#sub_hidden:checked ~ .sub_hidden_show,.sub_hidden_show-fm {
	padding: 20px;
	margin-top: 20px;
    height: auto;
    opacity: 1;
}
.hidden_box input#sub_sub_hidden:checked ~ .sub_sub_hidden_show {
    height: auto;
    opacity: 1;
}
@media screen and (max-width: 768px) {
	.hidden_box .sub_hidden_show {border: #eee solid 4px;}
}

@media screen and (min-width: 768px) {
	/* フォームナビ */
	.info-nav li a:after {
		font-family: FontAwesome;
		content: '\f105';
		margin-left: 7px;
		color: #F27B8F;
	}
	/* PCお問い合わせ中ページナビ */
	.info-nav .collapse {
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.info-nav button {
		display: none;
	}
	.info-nav {
		margin-bottom: 40px;
		font-size: 80%;
	}
	.info-nav ul {
		display: flex;
		align-items: center;
	}

	.info-nav ul li {
		width: calc( calc( 100% / 4 ) - 12px );
		margin-bottom: 12px;
		position: relative;
	}
	.info-nav ul li a {
		height: 100%;
	    padding: 10px 15px 10px 60px;
	    display: block;
	    background: #E6F1F4;
	    border-radius: 5px;
	}
	.info-nav ul li a:hover {
	    background: #F27B8F;
	    color: #fff;
	    text-decoration: none;
	}
	.info-nav li a:hover:after{
  		color: #fff;
	}
	.info-nav ul li a.infotop:before {
		color: #F27B8F;
		font-size: 21px;
		position: absolute;
		top: 5px;
		left: 11px;
		font-family: FontAwesome;
		content: '\f05a';
	}
	.info-nav ul li a.speech:before {
		color: #F27B8F;
		font-size: 21px;
		position: absolute;
		top: 3px;
		left: 11px;
		font-family: FontAwesome;
		content: '\f075';
	}
	.info-nav ul li a.family:before {
		color: #F27B8F;
		font-size: 21px;
		position: absolute;
		top: 3px;
		left: 11px;
		font-family: FontAwesome;
		content: '\f015';
	}
	.info-nav ul li a.medical:before {
		color: #F27B8F;
		font-size: 21px;
		position: absolute;
		top: 3px;
		left: 11px;
		font-family: FontAwesome;
		content: '\f0fa';
	}
	.info-nav ul li a.infotop:hover:before,.info-nav ul li a.speech:hover:before,.info-nav ul li a.family:hover:before,.info-nav ul li a.medical:hover:before {
		color: #fff;
	}
	.info-nav ul li a.products {
		background-image: url("images/icon_shohin.svg");
		background-repeat: no-repeat;
		background-size: 35px auto;
		background-position: 10px center;
	}
	.info-nav ul li a.products:hover {
		background-image: url("images/icon_shohin-w.svg");
	}
	.info-nav ul li a.estimate {
		background-image: url("images/icon_mitsumori.svg");
		background-repeat: no-repeat;
		background-size: 35px auto;
		background-position: 10px center;
	}
	.info-nav ul li a.estimate:hover {
		background-image: url("images/icon_mitsumori-w.svg");
	}
	.info-nav ul li a.repair {
		background-image: url("images/icon_shuri.svg");
		background-repeat: no-repeat;
		background-size: 35px auto;
		background-position: 10px center;
	}
	.info-nav ul li a.repair:hover {
		background-image: url("images/icon_shuri-w.svg");
	}
	.info-nav ul li a.document {
		background-image: url("images/icon_shiryo.svg");
		background-repeat: no-repeat;
		background-size: 35px auto;
		background-position: 10px center;
	}
	.info-nav ul li a.document:hover {
		background-image: url("images/icon_shiryo-w.svg");
	}
	.info-nav ul li a.site {
		background-image: url("images/icon_member.svg");
		background-repeat: no-repeat;
		background-size: 35px auto;
		background-position: 10px center;
	}
	.info-nav ul li a.site:hover {
		background-image: url("images/icon_member-w.svg");
	}
	.info-nav ul li a.service {
		background-image: url("images/icon_service.svg");
		background-repeat: no-repeat;
		background-size: 35px auto;
		background-position: 10px center;
	}
	.info-nav ul li a.service:hover {
		background-image: url("images/icon_service-w.svg");
	}
	.info-nav ul li a.faq {
		background-image: url("images/icon_yokuaru.svg");
		background-repeat: no-repeat;
		background-size: 35px auto;
		background-position: 10px center;
	}
	.info-nav ul li a.faq:hover {
		background-image: url("images/icon_yokuaru-w.svg");
	}
	.info-nav ul li a.other {
		background-image: url("images/icon_sonota.svg");
		background-repeat: no-repeat;
		background-size: 35px auto;
		background-position: 10px center;
	}
	.info-nav ul li a.other:hover {
		background-image: url("images/icon_sonota-w.svg");
	}




	/* 見出し */
	#info h3 {
		margin-bottom: 20px;
	}
	/* 項目 */
	.form-group {
		background: #eee;
		padding: 20px;
		margin-bottom: 5px;
		border-radius: 5px;
	}
	.form-group .row {
		align-items: center;
	}
	#info label {
		margin-bottom: 0;
	}
	/* 確認ボタン */
	#info .kakunin {
		font-size: 15px;
		width: 40%;
		padding:20px;
	    border-radius: 40px;
	}
}

@media screen and (max-width: 768px) {
	/* お問い合わせナビ */
	.info-nav .menu-trigger {
		width: 100%;
   	}
	.info-nav button {
		line-height: 1.15;
		border: none;
		background: #3B77B6;
		padding: 10px;
	    border-radius: 5px;
	    color: #fff;
	}
	.info-nav button:after {
		font-family: FontAwesome;
		content: '\f107';
		margin-left: 5px;
	}
	button:focus {
		outline: #eee;
	}
	.info-nav li {
		border-bottom : solid 1px #ededed;
		position: relative;
	}

	.info-nav li a {
		position: relative;
		display: block;
		padding: 15px;
	}
	.info-nav li a:after {
		position: absolute;
		font-family: FontAwesome;
		content: '\f105';
		color: #F27B8F;
		right: 15px;
	}
	.info-nav li a:hover {
		color: #F27B8F;
		background-color: #E6F1F4;
		text-decoration: none;
	}
	/* 項目 */
	#info label {
		margin: 40px 0 20px;
		padding: 10px;
	}
	/* 項目 */
	#info label br {
		display: none;
	}
	/* 確認ボタン */
	.kakunin {
		font-size: 12px;
		width: 60%;
	}
}


/* よくある質問
----------------------------------*/
/* よくある質問ナビ */
.faq-nav {
	margin-bottom: 60px;
}
.faq-nav li {
	color: #F27B8F;
	margin-bottom: 10px;
	display: block;
}
.faq-nav li:before {
	font-family: FontAwesome;
	content: '\f059';
	margin-right: 7px;
	color: #F27B8F;
}

/* よくある質問コンテンツ */
.faq-conts {
	margin-bottom: 60px;
}
.faq-conts h3 {
	background: #eee;
    padding: 10px 15px;
}
.faq-conts dl {
	margin-bottom: 60px;
}
.faq-conts dl dt {
	margin-bottom: 10px;
	font-size: 12px;
	color: #F27B8F;
}
.faq-conts dl dt:before {
	font-family: FontAwesome;
	content: '\f059';
	margin-right: 7px;
	font-size: 20px;
}
.faq-conts dl dd {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid #eee 2px;
}


/* 他ページへの振り分け */
.info-link div {
	padding: 30px;
	border-radius: 20px;
	background: #f8f5eb;
	height: 100%;
}
.info-link div p {text-align: center;}
.info-link > li {padding-bottom:  30px;}

.p-xs {
    padding: 10px !important;
}
.mt-sm {
    margin-top: 15px !important;
}
.form-control {
	font-size: 14px !important; 
}
.mt-lg {
    margin-top: 60px !important;
	margin-bottom: 5px;
}
.mb-md {
    margin-bottom: 30px !important;
}
.text-sm {
    font-size: 13px !important;
}
#contents #form h4 {
	font-size: 18px;
	font-weight: bold;
}
/* button
----------------------------------------------*/
.btn-md,.btn-sm,.btn-xs {
  color: #fff !important;
  display: inline-block !important;
  text-decoration: none;
  position: relative;
  line-height: 1.4;
  background: #F27B8F;
	cursor: pointer;
	margin: 10px;
  letter-spacing: normal;
}
a:link.btn-md,a:link.btn-sm,a:link.btn-xs {
  text-decoration: none;
}
.btn-md:hover,.btn-sm:hover,.btn-xs:hover {
	background: #E0717A;
}
.btn-md:after,.btn-sm:after,.btn-xs:after {
	font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: bold;
  top: 50%;
  content: '\f105';
}
.btn-md {
	font-weight: bold;
    border-radius: 26px;
    font-size: 14px;
    padding: 10px 30px;
	margin-top: 30px;
}

.btn-md:hover:after {right:15px;}
.btn-sm {
	font-size: .750px;
  border-radius: 37px;
}
.btn-sm:after {
  margin-top: -8px;
  right: 15px;
}
.btn-sm:hover:after {right:10px;}
.btn-xs {
	font-size: .70px;
  border-radius: 13px;
}
.btn-xs:after {
  margin-top: -8px;
  right: 10px;
}
.btn-xs:hover:after {right:5px;}

.btn-md input,.btn-sm input,.btn-xs input {
	cursor: pointer;
	border: none;
	padding: 0;
	color: #fff;
	background: none;
}

.btn-light,.btn-light:hover {
  background: #f9eff0;
	color: #000 !important;
	position: relative;
}
.btn-light:after {
	color: #F27B8F;
}
.btn-light.login::before {
	font-family: "Font Awesome 5 Free";
	content: '\f023';
	position: absolute;
	top: 50%;
	left: 15px;
  margin-top: -8px;
  font-weight: 900;
  transition: .3s ease-in-out;
  color: #ED848C;
}
