@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/otomate/otomate.css
 * ------------------------------------------------------
 * - header
 * - layout
 * - footer
 * - module
 * - component
 * - @media query:max-width: 750px
 * Clearfix
====================================================== */

/* Base
------------------------------------------------------ */
iframe[name="google_conversion_frame"] {
	position: absolute;
	height: 0;
}

/* Util
------------------------------------------------------ */
#otm .show {
	display: block;
}
#otm .hide {
	display: none;
}
@media print,screen and (min-width: 751px) {
	#otm .otm-pc_mt5 {
		margin-top: 5px !important;
	}
}
/* header
------------------------------------------------------ */
#otm #otm-header {
	padding: 7px 0 10px 3px;
	background: #fff;
}
#otm #otm-header .otm-header__inn {
	width: 1000px;
	margin: 0 auto;
}
#otm #otm-header__logo {
	width: 183px;
}

/* layout
------------------------------------------------------ */
#otm #mainContainer {
	margin-top: 0;
	background: url(/gecard/otomate/img-files/otomate_com_bg01.gif) 0 0 repeat;
	padding-bottom: 50px;
}
#otm #mainContents {
	width: 1000px;
}

/* footer
------------------------------------------------------ */
#otm #otm-footer {
	padding: 19px 0 18px;
	background: #f6aead;
}
#otm #otm-copy {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}

/* module
------------------------------------------------------ */
/* ----- wrapper ----- */
#otm .otm-contents {
	padding: 0 20px;
}
#otm .otm-section01 {
	margin-top: 60px;
}
#otm .otm-section02 {
	margin-top: 45px;
}
#otm .otm-section03 {
	margin-top: 30px;
}
#otm .otm-inner01 {
	padding: 0 20px;
}
#otm .otm-inner01 > *:first-child {
	margin-top: 0 !important;
}
/* ----- hdg ----- */
#otm .otm-hdg01 {
	position: relative;
	margin-bottom: 25px;
	padding: 14px 10px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #e13353;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
#otm .otm-hdg01 + * {
	margin-top: 0 !important;
}
#otm .otm-hdg01::before,
#otm .otm-hdg01::after {
	position: absolute;
	display: block;
	content: "";
}
#otm .otm-hdg01::before {
	width: 0;
	height: 0;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid #e13353;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#otm .otm-hdg01::after {
	width: 34px;
	height: 20px;
	top: -10px;
	left: 50%;
	margin-left: -17px;
	background: url(/gecard/otomate/img-files/otomate_com_ic01.png) 0 0 no-repeat;
}
#otm .otm-hdg01__sub {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
}
#otm .otm-hdg02 {
	margin-bottom: 20px;
	padding: 2px 0 0 18px;
	border-left: 8px solid #e13353;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
}
#otm .otm-hdg02 + * {
	margin-top: 0 !important;
}
/* ----- box ----- */
#otm .otm-box01 {
	background: #fff;
}
#otm .otm-box01__inn {
	padding: 18px 20px;
	font-size: 13px;
	font-size: 1.3rem;
}
#otm .otm-box01__inn > *:first-child {
	margin-top: 0 !important;
}
.otm-box {
	margin-top: 54px;
	background: #feecea;
	border-radius: 10px;
}
.otm-box.type02 {
	margin-top: 54px;
	background: #fff;
	border-radius: 10px;
}
.otm-box + .otm-box {
	margin-top: 50px;
}
.otm-box .otm-boxInner {
	padding: 30px 50px 35px;
}
.otm-box .otm-boxInner >:first-child {
	margin-top: 0 !important;
}
.otm-box .otm-boxTitle {
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 2rem;
	color: #e13353;
	font-weight: bold;
}
.otm-box .otm-boxTitle.type02 {
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.8rem;
	color: #e13353;
	font-weight: bold;
}
.otm-box .otm-boxText {
	margin-top: 20px;
	font-size: 1.6rem;
}
.otm-box .otm-boxText.type02 {
	margin-top: 20px;
	font-size: 1.5rem;
}
.otm-box .otm-boxText .txtLarge {
	font-size: 2rem;
	font-weight: bold;
}
.otm-box .otm-boxList {
	margin-top: 5px;
}
.otm-box .otm-boxList > li {
	position: relative;
	padding-left: 9px;
	font-size: 1.6rem;
}
.otm-box .otm-boxList.type02 > li {
	position: relative;
	padding-left: 9px;
	font-size: 1.2rem;
}
.otm-box .otm-boxList > li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000;
}
.otm-box .otm-boxList.type02 > li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000;
}
.otm-box .otm-boxList02 > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.otm-box .otm-boxList02 > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.otm-box .otm-boxList03 {
	margin-top: 13px;
}
.otm-box .otm-boxList03 > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.otm-box .otm-boxList03.type02 > li {
	position: relative;
	padding-left: 15px;
	font-size: 1.5rem;
}
.otm-box .otm-boxList03.type03 > li {
	position: relative;
	padding-left: 12px;
	font-size: 1.2rem;
}
.otm-box .otm-boxList03 > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.otm-boxListNest >:first-child {
	margin-top: 0 !important;
}
.otm-box .otm-boxImage {
	margin-top: 16px;
	text-align: center;
}
.otm-box .otm-boxHr {
	width: calc(100% + 64px);
	height: 3px;
	margin: 20px 0 24px -30px;
	background-image: linear-gradient(to right, #e13353, #e13353 3px, transparent 3px, transparent 12px);
	background-size: 12px 3px;
}
.otm-box .otm-boxInquiry {
	text-align: center;
}
.otm-box .otm-boxInquiry >:first-child {
	margin-top: 0!important;
}
.otm-box .otm-boxInquiry .otm-boxInquiryTxt {
	font-size: 1.6rem;
}
.otm-box .otm-boxInquiry .otm-boxInquiryTel {
	font-size: 1.6rem;
}
/* ----- btn ----- */
#otm .otm-btn01 {
	margin-top: 20px;
}
#otm .otm-btn01 > a {
	display: inline-block;
	padding: 1px;
	border: 1px solid #545454;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #222;
	text-decoration: none;
}
#otm .otm-btn01--large > a {
	min-width: 600px;
	font-size: 20px;
	font-size: 2.0rem;
}
#otm .otm-btn01 > a > span {
	position: relative;
	display: block;
	padding: 15px 36px 13px 20px;
	background: #fdc8c8;
	text-align: center;
}
#otm .otm-btn01 > a > span::after {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	background: url(/gecard/otomate/img-files/otomate_com_ic02.png) 0 0 no-repeat;
	content: "";
}
#otm .otm-btn01 > a:hover > span {
	opacity: .7;
}
#otm .otm-btn01 > a .sub {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}
#otm .otm-btn02 {
	margin-top: 48px;
}
#otm .otm-btn02 > a {
	position: relative;
	display: inline-block;
	min-width: 484px;
	padding: 20px 32px 19px 30px;
	background: #e13353;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-bottom: 3px solid #b60034;
	font-size: 25px;
	font-size: 2.5rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#otm .otm-btn02 > a::after {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	background: url(/gecard/otomate/img-files/otomate_com_ic04.png) 0 0 no-repeat;
	content: "";
}
#otm .otm-btn02 > a:hover {
	margin-top: 2px;
	border-bottom-width: 1px;
}
#otm .otm-btn02 > a .sub {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.1;
}
/* ----- text ----- */
#otm .otm-textS {
	font-size: 12px;
	font-size: 1.2rem;
}
#otm .otm-textM {
	font-size: 15px;
	font-size: 1.5rem;
}
#otm .otm-lead01 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
#otm .otm-lead02 {
	font-size: 17px;
	font-size: 1.7rem;
}
#otm .otm-lead03 {
	font-size: 18px;
	font-size: 1.8rem;
}
#otm .otm-lead04 {
	font-size: 2.4rem;
	font-weight: bold;
}
#otm .otm-strong01 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.1;
}
#otm .otm-color01 {
	color: #e13353;
}
/* ----- column ----- */
#otm .otm-column--tbl {
	display: inline-table;
}
#otm .otm-column--tbl__item {
	display: table-cell;
}
#otm .otm-column--tbl__item + .otm-column--tbl__item {
	padding-left: 40px;
}
/* ----- note ----- */
#otm .otm-note01 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* component
------------------------------------------------------ */
/* ----- navi ----- */
#otm #otm-navi {
	background: #f5a8a0;
}
#otm #otm-navi .otm-navi__wrap {
	display: flex;
	justify-content: center;
	gap: 8px;
	background: #f5a8a0;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 20px;
}
#otm #otm-navi .otm-navi__wrap .otm-navi__inner01 {
	width: calc(99px * 5 + calc((960px - 99px * 9) / 8) * 4);
}
#otm #otm-navi .otm-navi__wrap .otm-navi__inner02 {
	width: calc(99px * 4 + calc((960px - 99px * 9) / 8) * 3);
}
#otm #otm-navi .otm-navi__inner01 .otm-navi__linkArea {
	display: none;
	width: 1000px;
	margin: 20px 0 0 -20px;
	padding: 10px 20px;
	background-color: #fff;
}
#otm #otm-navi .otm-navi__inner02 .otm-navi__linkArea {
	display: none;
	width: 1000px;
	margin: 20px 0 0 calc((960px - 100% + 20px) * -1);
	padding: 10px 20px;
	background-color: #fff;
}
#otm #otm-navi .otm-navi__link {
	display: flex;
	gap: 10px 20px;
	flex-flow: wrap;
}
#otm #otm-navi .otm-navi__link > li > a {
	position: relative;
	padding-left: 14px;
	font-size: 1.4rem;
	color: inherit;
}
#otm #otm-navi .otm-navi__link > li > a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-left: 10px solid #333;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
#otm .otm-navi__list {
	display: flex;
	gap: calc((960px - 99px * 9) / 8);
	margin: 0 auto;
}
#otm .otm-navi__list > .otm-navi__item {
	width: 99px;
}
#otm .otm-navi__list > .otm-navi__item > .otm-navi__button {
	display: block;
	position: relative;
	background: #fbdcd9;
	background: rgba(255,255,255,0.6);
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#otm .otm-navi__list > .otm-navi__item > .otm-navi__button.is-active::before {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
#otm .otm-navi__list > .otm-navi__item > .otm-navi__button:hover,
#otm .otm-navi__list > .otm-navi__item > .otm-navi__button.is-active,
#otm .otm-navi__list > .otm-navi__item > .otm-navi__button.cr {
	background: #fff;
}
/* ----- shopping ----- */
#otm .otm-figureCol > .imgL {
	margin-right: 14px;
}
#otm .otm-shopping {
}
#otm .otm-shopping__item {
	position: relative;
	float: left;
	width: 49%;
	margin-left: 2%;
	padding: 25px 70px 20px 20px;
	background: #ffeded;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#otm .otm-shopping__item::after {
	position: absolute;
	display: block;
	width: 58px;
	height: 64px;
	top: 50%;
	right: 10px;
	margin-top: -32px;
	background: url(/gecard/otomate/img-files/otomate_com_ic06.png) 0 0 no-repeat;
	content: "";
}
#otm .otm-shopping__item:nth-child(2n+1) {
	margin-left: 0;
}
#otm .otm-shopping__item:nth-child(n+3) {
	margin-top: 2%;
}
#otm .otm-shopping__item .col{
	display: table;
}
#otm .otm-shopping__item .col p{
	display: table-cell;
	vertical-align: middle;
}
/* ----- flow ----- */
#otm .otm-flow01 {
}
#otm .otm-flow01 > li {
	position: relative;
	width: 23.5%;
	float: left;
	margin-left: 2%;
	padding: 1px;
	border: 1px solid #e13353;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
#otm .otm-flow01 > li:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
}
#otm .otm-flow01 > li:nth-child(n+5) {
	margin-top: 2%;
}
#otm .otm-flow01 > li::before {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -9px;
	left: -16px;
	width: 12px;
	height: 18px;
	content: "";
	background: url(/gecard/otomate/img-files/otomate_com_ic03.png) 0 0 no-repeat;
}
#otm .otm-flow01 > li:first-child::before {
	display: none;
}
#otm .otm-flow01 .otm-flow01__ttl {
	padding: 10px 5px;
	background: #ffdcdb;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
#otm .otm-flow01 .otm-flow01__num {
	font-size: 30px;
	font-size: 3.0rem;
	color: #e13353;
}
#otm .otm-flow01 .otm-flow01__dtl {
	padding: 15px 20px;
	background: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}
#otm .otm-flow01 .otm-flow01__dtl > *:first-child {
	margin-top: 0 !important;
}
/* ----- addmission ----- */
#otm .otm-addmission {
	margin-top: 50px;
	padding: 20px 60px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-size: 1.2rem;
}
#otm .otm-addmission__ttl {
	margin-bottom: 12px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #d81229;
}
#otm .otm-addmission__lead {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
/* ----- sns ----- */
#otm .otm-sns {
	margin-top: 20px;
	text-align: center;
}
#otm .otm-sns iframe:nth-child(n+2) {
	margin-left: 40px;
}
/* ----- top ----- */
/* Layout */
#otm.top #mainContainer {
	padding-top: 17px;
}
/* hdg */
#otm .otm-topHdg01 {
	margin-bottom: 12px;
	text-align: center;
}
#otm .otm-topHdg01 + * {
	margin-top: 0 !important;
}

/* column */
#otm .otm-topColumn01 {
	background: url(/gecard/otomate/img-files/top_bg03.png) 90% 90% no-repeat;
}
#otm .otm-topColumn01__item {
	width: 33.125%;
	float: left;
	margin-left: 0.3125%;
	background: #fff;
}
#otm .otm-topColumn01__item:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
}
#otm .otm-topColumn01__item:nth-child(n+4) {
	margin-top: 0.3125%;
}
#otm .otm-topColumn01__item > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2px;
	color: #474747;
	text-decoration: none;
}
#otm .otm-topColumn01__item > a:hover {
	padding: 0;
	border: 2px solid #e13353;
	opacity: .7;
}
#otm .otm-topColumn01__inn {
	position: relative;
	height: 100%;
	padding: 13px 17px 25px;
	border: 1px solid #fdc8c8;
}
#otm .otm-topColumn01__item > a:hover .otm-topColumn01__inn {
	border-color: #fff;
}
#otm .otm-topColumn01__inn::before,
#otm .otm-topColumn01__inn::after {
	position: absolute;
	display: block;
	width: 76px;
	height: 76px;
	content: "";
}
#otm .otm-topColumn01__inn::before {
	top: 4px;
	right: 4px;
	background: url(/gecard/otomate/img-files/top_bg01.png) 0 0 no-repeat;
}
#otm .otm-topColumn01__inn::after {
	bottom: 4px;
	left: 4px;
	background: url(/gecard/otomate/img-files/top_bg02.png) 0 0 no-repeat;
}

/* card */
#otm .otm-topCard {
}
#otm .otm-topCard__ttl {
	position: relative;
	height: 55px;
	padding-left: 51px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #474747;
}
#otm .otm-topCard__num {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 42px;
	background: #474747;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 21px;
}
#otm .otm-topCard__img {
	display: table;
	width: 260px;
	height: 260px;
	margin: 0 auto;
}
#otm .otm-topCard__img figure {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#otm .otm-topCard__img figure img {
	max-width: 260px;
	max-height: 260px;
}
#otm .otm-topCard__text {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
#otm .otm-topCard__box {
	padding: 10px;
	border: 2px solid #e13353;
	text-align: center;
	font-size: 1.4rem;
	color: #e13353;
	font-weight: bold;
}

/* news */
#otm.top .newsBox {
	margin: 20px auto 0;
	width: 955px;
}
#otm.top .newsBox .newsHdg {
	padding: 5px 30px;
	background: #fec1c1;
	font-size: 15px;
	font-size: 1.5rem;
}
#otm.top .newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	width: 955px;
	height: 90px;
	border-left: solid 3px #fec1c1;
	border-right: solid 3px #fec1c1;
	border-bottom: solid 3px #fec1c1;
}
#otm.top .newsBox .contentbox {
	padding: 15px 30px;
	background-color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
}
#otm.top .newsBox .contentbox li {
	display: table;
	margin-bottom: 5px;
}
#otm.top .newsBox .contentbox li .date {
	display: table-cell;
	color: #ab3c3c;
	width: 100px;
	font-weight: bold;
}
#otm.top .newsBox .contentbox li .txt {
	display: table-cell;
}
#otm.top .newsBox .contentbox li .txt a {
	color:#555;
	text-decoration:underline;
}
#otm.top .newsBox .mCSB_container {
	padding-right: 0px !important;
}
#otm.top .newsBox .mCSB_container_wrapper {
	margin-right: 20px !important;
}
#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 20px;
	background-color: #fce8e6;
	padding: 3px;
	opacity: 1;
}
#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 14px;
	background-color: #fe99a4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 14px;
	margin: 0px 3px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fe99a4;
}
#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	background-color:#fff;
	width: 14px;
	height:15px;
	opacity: 1;
}
#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonLeft,
#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonRight { 
	background-color:#fff;
}
#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::after{ 
	width: 0;
	height: 0;
	border-bottom: 8px solid #e13353;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position:absolute;
	top:3px;
	left:2px;
	display: block;
	content: "";
}
#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::after{ 
	width: 0;
	height: 0;
	border-top: 8px solid #e13353;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position:absolute;
	top:3px;
	left:2px;
	display: block;
	content: "";
}

/* ----- detail ----- */
/* Layout */
#otm.detail #mainContainer {
	padding-top: 0;
}
#otm .otm-contents__detail {
	margin: 0 -20px;
	padding: 20px 20px 30px;
	background: #fff;
}
#otm .otm-contents__detail > *:first-child {
	margin-top: 0 !important;
}
/* card */
#otm .otm-dtlCard {
	margin-top: 30px;
	padding: 18px 20px 30px;
	background: url(/gecard/otomate/img-files/otomate_com_bg02.gif) 0 0 repeat;
}
#otm .otm-dtlColumn01__item {
	width: 450px;
	height: 450px;
	display: table;
}
#otm .otm-dtlColumn01__item--l {
	float: left;
}
#otm .otm-dtlColumn01__item--r {
	float: right;
}
#otm .otm-dtlColumn01__item:first-child:last-child {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#otm .otm-dtlColumn01__item--bg {
	background: url(/gecard/otomate/img-files/otomate_com_bg03.png) 0 0 no-repeat;
}
#otm .otm-dtlColumn01__figure {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#otm .otm-dtlColumn01__figure img {
	max-width: 408px;
	max-height: 408px;
}
#otm .otm-dtlCard__ttl {
	position: relative;
	margin: 30px 0 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f0d5c3;
	text-align: center;
}
#otm .otm-dtlCard__ttl::after {
	position: absolute;
	display: block;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
}
#otm .otm-dtlCard__head {
	position: relative;
	display: inline-block;
	padding-left: 2.0em;
	font-size: 40px;
	font-size: 4.0rem;
	color: #474747;
}
#otm .otm-dtlCard__num {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	margin-top: -9px;
	padding: 1px 5px 0;
	background: #474747;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}
#otm .otm-dtlCard__dtl {
	color: #474747;
}
/* goods */
#otm .otm-goodsCol01 {
	margin-top: 35px;
	padding-left: 30px;
}
#otm .otm-goodsCol01__item--l {
	width: 566px;
	float: left;
}
#otm .otm-goodsCol01__item--r {
	width: 355px;
	float: right;
}
#otm .otm-goodsCol01__ttl {
	position: relative;
	padding-left: 45px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
#otm .otm-goodsCol01__ttl .num {
	position: absolute;
	top: 10px;
	left: 0;
}
#otm .otm-goodsCol01__ttl .strong {
	font-size: 28px;
	font-size: 2.8rem;
	color: #e13353;
}
#otm .otm-goodsCol02 {
}
#otm .otm-goodsCol02 + .otm-goodsCol02 {
	margin-top: 20px;
}
#otm .otm-goodsCol02__item {
	float: left;
	padding: 1px;
	border: 2px solid #ffc7c7;
}
#otm .otm-goodsCol02--1 .otm-goodsCol02__item {
	float: none;
}
#otm .otm-goodsCol02--2 .otm-goodsCol02__item {
	width: 48.8%;
	margin-left: 2.4%;
}
#otm .otm-goodsCol02--2 .otm-goodsCol02__item:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}
#otm .otm-goodsCol02--2 .otm-goodsCol02__item:nth-child(n+3) {
	margin-top: 20px;
}
#otm .otm-goodsCol02__inn {
	padding: 20px;
	border: 1px solid #fdc8c8;
}
#otm .otm-goodsCol02__inn--narrow {
	padding: 10px;
}
#otm .otm-goodsCol02__ttl {
	margin: -20px -20px 15px;
	padding: 14px 15px 13px;
	background: #ffc7c7;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#otm .otm-goodsCol02__ttl--thin {
	background-color: #ffdcdb;
	text-align: left;
}
#otm .otm-goodsCol02__ttl + * {
	margin-top: 0 !important;
}
#otm .otm-goodsCol02__inn--narrow .otm-goodsCol02__ttl {
	margin: -10px -10px 10px;
}
#otm .otm-goodsCol02__ttl .point {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: bottom;
	color: #c00019;
}
#otm .otm-goodsCol02__ttl .point > em {
	font-size: 20px;
	font-size: 2.0rem;
	font-style: normal;
}
#otm .otm-goodsCol02__ttl .ttl {
	display: inline-block;
	padding-left: 20px;
	vertical-align: bottom;
}
#otm .otm-goodsCol03 {
	margin-top: 40px;
}
#otm .otm-goodsCol03__item {
	float: left;
}
#otm .otm-goodsCol03--1 .otm-goodsCol03__item {
	float: none;
}
#otm .otm-goodsCol03--2 .otm-goodsCol03__item {
	width: 48.8%;
	margin-left: 2.4%;
}
#otm .otm-goodsCol03--2 .otm-goodsCol03__item--l {
	width: 62.1%;
	margin-left: 0;
}
#otm .otm-goodsCol03--2 .otm-goodsCol03__item--r {
	position: relative;
	width: 36.9%;
	margin-left: 1%;
}
#otm .otm-goodsCol03--2 .otm-goodsCol03__item--r::before {
	display: block;
	position: absolute;
	top: 1px;
	left: -6px;
	width: 2px;
	height: 100%;
	background: url(/gecard/otomate/img-files/otomate_com_ex01.gif) 0 0 repeat-y;
	content: "";
}
#otm .otm-goodsCol03__ttl {
	position: relative;
	margin: 0 0 35px;
	padding: 6px 5px 4px;
	background: #ffeebb;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}
#otm .otm-goodsCol03__ttl::after {
	position: absolute;
	display: block;
	bottom: -11px;
	left: 50%;
	margin-left: -7px;
	border-top: 12px solid #feb;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
}
#otm .otm-goodsCol03__ttl .point {
	display: inline-block;
	color: #c00019;
	font-weight: bold;
}
#otm .otm-goodsCol03__ttl.new .point,
#otm .otm-goodsCol02__ttl.new .point{
	padding-left: 73px;
	background: url(/gecard/otomate/detail/img-files/detail_goods_ic01.png) no-repeat 0 50%;
}
#otm .otm-goodsCol03__ttl .point > em {
	font-size: 20px;
	font-size: 2.0rem;
	font-style: normal;
}
#otm .otm-goodsCol03__ttl .ttl {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
}
#otm .otm-goodsImg01 {
	text-align: center;
}
#otm .otm-goodsImg02 {
	display: table;
	width: 100%;
}
#otm .otm-goodsImg02 figure {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#otm .otm-goodsBox01 {
	margin-top: 28px;
	padding: 14px 10px;
	background: #eee;
}
#otm .otm-goodsBox01__ttl {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
#otm .otm-goodsName {
	margin-bottom: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
#otm .otm-goodsSpec {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
/* toggle */
#otm .otm-toggle {
	margin-top: 30px;
}
#otm .otm-toggle__trg {
	padding-left: 0;
}
#otm .otm-toggle__trg > a {
	display: inline-block;
	width: 100%;
	border-bottom: 3px solid #d2d2d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #222;
	overflow: hidden;
}
#otm .otm-toggle__trg > a:hover {
	margin-top: 2px;
	border-bottom-width: 1px;
}
#otm .otm-toggle__trg > a > span {
	position: relative;
	display: block;
	padding: 15px 45px;
	border: 2px solid #e13353;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#otm .otm-toggle__trg > a > span::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -14px;
	width: 28px;
	height: 28px;
	background: url(/gecard/otomate/img-files/otomate_com_ic05_1.png) 0 0 no-repeat;
	content: "";
}
#otm .otm-toggle__trg.open > a > span::after {
	background: url(/gecard/otomate/img-files/otomate_com_ic05_2.png) 0 0 no-repeat;
}
#otm .otm-toggle__cnt {
	padding: 10px 10px 0;
}
/*media*/
.otm-media {
	display: flex;
	gap: 28px;
	margin-top: 20px;
}
.otm-media .otm-mediaHead {
	flex-shrink: 0;
	width: 452px;
}
.otm-media .otm-mediaHead >:first-child {
	margin-top: 0 !important;
}
.otm-media .otm-mediaBody >:first-child {
	margin-top: 0 !important;
}
.otm-media .otm-mediaText01 {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.otm-media .otm-mediaText02 {
	margin-top: 5px;
	font-size: 2rem;
	font-weight: bold;
}
.otm-media .otm-mediaNoteList {
	margin-top: 20px;
}
.otm-media .otm-mediaNoteList > li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.otm-media .otm-mediaNoteList > li + li {
	margin-top: 5px;
}
.otm-media .otm-mediaNoteList > li > .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/*disable*/
#otm .otm-btn02 > a.disable {
	background: #888888;
	border-bottom: none;
	color: #fff;
	font-weight: bold;
	cursor: default;
}
#otm .otm-btn02 > a.disable::after {
	content: none;
}
#otm .otm-btn02 > a.disable:hover {
	margin-top: 0;
	border-bottom-width: 0px;
}
.grayOutWrap{
	position: relative;
}
.grayOutWrap > .grayOut{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -0px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	z-index: 10;
	padding: 15px;
}
.grayOut > .grayOutText{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.grayOutWrap > a{
	
}
/* nekoposBox
------------------------------------------------------ */
.nekoposBox{
	margin-top: 30px;
	padding: 25px 25px 30px;
	background-color: #fdefee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.nekoposBox .neko-bgBoxHdg{
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	color: #d81229;
}
.neko-list01 {
	margin-top: 1.0em;
}
.neko-list01 > li {
	position: relative;
	padding-left: 20px;
}
.neko-list01 > li:before {
	position: absolute;
	content: "";
	top: 0.6em;
	left: 8px;
	width: 3px;
	height: 3px;
	background: #222222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#mainContents .snsArea {
	width: 100%;
}
@media print,screen and (min-width: 751px) {
	.otm-original-boxWrap {
		display: flex;
		gap: 20px;
		margin-top: 20px;
	}
	.otm-original-box01 {
		width: calc(50% - 20px / 2);
		border: 2px solid #ffc7c7;
		padding: 1px;
	}
	.otm-original-box01 .otm-original-boxHead {
		padding: 15px;
		background-color: #ffc7c7;
	}
	.otm-original-box01 .otm-original-boxBody {
		padding: 20px 17px;
	}
	.otm-original-box01 .otm-original-boxHead >:first-child,
	.otm-original-box01 .otm-original-boxBody >:first-child {
		margin-top: 0 !important;
	}
	.otm-original-box01 .otm-original-boxTitle {
		margin-top: 20px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.otm-original-box01 .otm-original-boxImage01 {
		margin-top: 20px;
	}
	.otm-original-lead01 {
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.otm-original-lead02 {
		margin-top: 20px;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.otm-original-lead02 + * {
		margin-top: 0 !important;
	}
	.otm-original-text01 {
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.otm-original-text01 .note {
		position: relative;
		padding-left: 12px;
	}
	.otm-original-text01 .note > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.otm-original-list01 {
		margin-top: 15px;
	}
	.otm-original-list01 > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.otm-original-list01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.otm-original-list01 .nest >:first-child {
		margin-top: 0 !important;
	}
}
/* @media query:max-width: 750px
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	/* Util
	------------------------------------------------------ */
	#otm img.spOnly {
		display: inline-block !important;
	}
	
	/* header
	------------------------------------------------------ */
	#otm #otm-header { padding: 6px 0; }
	#otm #otm-header .otm-header__inn { width: 100%; }
	#otm #otm-header__logo { width: 159px; margin: 0 auto; }

	/* layout
	------------------------------------------------------ */
	#otm #mainContainer {
		-webkit-background-size: 41px 1px;
		background-size: 41px 1px;
		padding-bottom: 20px;
	}
	#otm #mainContents {
		width: 100%;
	}

	/* footer
	------------------------------------------------------ */
	#otm #otm-footer {
		padding: 10px 0 8px;
		background: #f6aead;
	}
	#otm #otm-copy {
		font-size: 8px;
		font-size: .8rem;
	}
	/* module
	------------------------------------------------------ */
	/* ----- wrapper ----- */
	#otm .otm-contents { padding: 0; }
	#otm .otm-section01 { margin-top: 25px; }
	#otm .otm-section02 { margin-top: 20px; }
	#otm .otm-section03 { margin-top: 15px; }
	#otm .otm-inner01 { padding: 0; }

	/* ----- hdg ----- */
	#otm .otm-hdg01 {
		margin-bottom: 20px;
		padding: 13px 5px 11px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#otm .otm-hdg01::before {
		bottom: -4px;
		margin-left: -5px;
		border-top: 5px solid #e13353;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	#otm .otm-hdg01::after {
		width: 17px;
		height: 10px;
		top: -5px;
		margin-left: -8px;
		-webkit-background-size: 17px 10px;
		background-size: 17px 10px;
	}
	#otm .otm-hdg01__sub {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#otm .otm-hdg02 {
		margin-bottom: 15px;
		padding: 2px 0 0 15px;
		border-left-width: 4px;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.3;
	}
	/* ----- box ----- */
	#otm .otm-box01__inn {
		padding: 14px 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.otm-box {
		margin-top: 25px;
		background: #feecea;
		border-radius: 10px;
	}
	.otm-box + .otm-box {
		margin-top: 25px;
	}
	.otm-box .otm-boxInner {
		padding: 20px 10px 16px;
	}
	.otm-box .otm-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.otm-box .otm-boxTitle {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		color: #e13353;
		font-weight: bold;
	}
	.otm-box .otm-boxTitle.type02 {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		color: #e13353;
		font-weight: bold;
	}
	.otm-box .otm-boxText {
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.otm-box .otm-boxText.type02 {
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.otm-box .otm-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.otm-box .otm-boxList {
		margin-top: 15px;
	}
	.otm-box .otm-boxList > li {
		position: relative;
		padding-left: 9px;
		font-size: 1.2rem;
	}
	.otm-box .otm-boxList.type02 > li {
		position: relative;
		padding-left: 9px;
		font-size: 1.2rem;
	}
	.otm-box .otm-boxList > li::before {
		position: absolute;
		content: "";
		top: 7px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #000;
	}
	.otm-box .otm-boxList.type02 > li::before {
		position: absolute;
		content: "";
		top: 7px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #000;
	}
	.otm-box .otm-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.otm-box .otm-boxList > li > .otm-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.otm-box .otm-boxList02 > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.otm-box .otm-boxList02 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.otm-box .otm-boxList03 {
		margin-top: 13px;
	}
	.otm-box .otm-boxList03 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.2rem;
	}
	.otm-box .otm-boxList03.type02 > li,
	.otm-box .otm-boxList03.type03 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.2rem;
	}
	.otm-box .otm-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.otm-box .otm-boxImage {
		margin: 15px 5% 0;
		text-align: center;
	}
	.otm-box .otm-boxHr {
		width: 100%;
		height: 2px;
		margin: 26px 0 18px 0;
		background-image: linear-gradient(to right, #e13353, #e13353 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.otm-box .otm-boxInquiry {
		text-align: center;
	}
	.otm-box .otm-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.otm-box .otm-boxInquiry .otm-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.2rem; 
	}
	.otm-box .otm-boxInquiry .otm-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.2rem;
	}
	/* ----- btn ----- */
	#otm .otm-btn01 {
		margin-top: 10px;
	}
	#otm .otm-btn01 > a {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#otm .otm-btn01--large > a {
		width: 100%;
		min-width: inherit;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#otm .otm-btn01 > a > span {
		padding: 8px 25px 7px 10px;
	}
	#otm .otm-btn01 > a > span::after {
		width: 10px;
		height: 10px;
		right: 10px;
		margin-top: -5px;
		-webkit-background-size: 10px 10px;
		background-size: 10px 10px;
	}
	#otm .otm-btn01 > a:hover > span {
		opacity: 1.0;
	}
	#otm .otm-btn01 > a .sub {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#otm .otm-btn02 {
		margin-top: 15px;
	}
	#otm .otm-btn02 > a {
		width: 100%;
		min-width: inherit;
		padding: 12px 25px 11px 23px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#otm .otm-btn02 > a::after {
		width: 13px;
		height: 13px;
		right: 9px;
		margin-top: -6px;
		background: url(/gecard/otomate/img-files/sp_otomate_com_ic04.png) 0 0 no-repeat;
		-webkit-background-size: 13px auto;
		background-size: 13px auto;
	}
	#otm .otm-btn02 > a:hover {
		margin-top: 0;
		border-bottom-width: 3px;
	}
	#otm .otm-btn02 > a .sub {
		font-size: 10px;
		font-size: 1.0rem;
	}
	/* ----- text ----- */
	#otm .otm-textS {
		font-size: 10px;
		font-size: 1.0rem;
	}
	#otm .otm-textM {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#otm .otm-sp-textS {
		font-size: 10px;
		font-size: 1.0rem;
	}
	#otm .otm-sp-textM {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#otm .otm-lead01 {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.2;
	}
	#otm .otm-lead02 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#otm .otm-lead03 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#otm .otm-lead04 {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.14;
	}
	#otm .otm-strong01 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	/* ----- column ----- */
	#otm .otm-column--tbl__item {
		width: auto;
	}
	#otm .otm-column--tbl__item + .otm-column--tbl__item {
		padding-left: 10px;
	}
	/* ----- note ----- */
	#otm .otm-note01 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	/* component
	------------------------------------------------------ */
	/* ----- navi ----- */
	#otm #otm-navi {
		background: #f5a8a0;
	}
	#otm #otm-navi .otm-navi__wrap {
		display: block;
		background: #f5a8a0;
		width: auto;
		margin: 0 auto;
		padding: 5px 10px;
	}
	#otm #otm-navi .otm-navi__wrap .otm-navi__inner01 {
		width: 100%;
	}
	#otm #otm-navi .otm-navi__wrap .otm-navi__inner02 {
		width: 100%;
		margin-top: 1.2%;
	}
	#otm #otm-navi .otm-navi__inner01 .otm-navi__linkArea {
		width: 100%;
		margin: 15px 0 0 0;
		padding: 5px 10px;
		background-color: #fff;
	}
	#otm #otm-navi .otm-navi__inner02 .otm-navi__linkArea {
		width: 100%;
		margin: 15px 0 0 0;
		padding: 5px 10px;
		background-color: #fff;
	}
	#otm #otm-navi .otm-navi__link {
		display: flex;
		gap: 8px 10px;
		flex-flow: wrap;
	}
	#otm #otm-navi .otm-navi__link > li > a {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		color: inherit;
		cursor: pointer;
	}
	#otm #otm-navi .otm-navi__link > li > a::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		margin-top: -4px;
		border-left: 8px solid #333;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	#otm .otm-navi__list {
		display: flex;
		gap: 1.2%;
		margin: 0 auto;
	}
	#otm .otm-navi__list > .otm-navi__item {
		width: 19%;
	}
	#otm .otm-navi__list > .otm-navi__item > .otm-navi__button {
		display: block;
		background: #fbdcd9;
		background: rgba(255,255,255,0.6);
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#otm .otm-navi__list > .otm-navi__item > .otm-navi__button.is-active::before {
		content: '';
		position: absolute;
		bottom: -17px;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		margin: auto;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	#otm .otm-navi__list > .otm-navi__item > .otm-navi__button:hover {
		background: rgba(255,255,255,0.6);
	}
	#otm .otm-navi__list > .otm-navi__item > .otm-navi__button.is-active,
	#otm .otm-navi__list > .otm-navi__item > .otm-navi__button.cr {
		background: #fff;
	}
	/* ----- shopping ----- */
	#otm .otm-figureCol > .imgL {
		margin-right: 0;
	}
	#otm .otm-figureCol > .imgL > img {
		width: 188px;
	}
	#otm .otm-shopping {
		margin-top: 13px;
	}
	#otm .otm-shopping__item {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 10px 36px 10px 10px;
	}
	#otm .otm-shopping__item::after {
		width: 29px;
		height: 32px;
		right: 5px;
		margin-top: -16px;
		-webkit-background-size: 29px 32px;
		background-size: 29px 32px;
	}
	#otm .otm-shopping__item:nth-child(2n+1) {
		margin-left: 0;
	}
	#otm .otm-shopping__item:nth-child(n+2),
	#otm .otm-shopping__item:nth-child(n+3) {
		margin-top: 5px;
	}
	#otm .otm-shopping__item .col {
		margin-top: 0;
	}
	#otm .otm-shopping__item .col p{
		display: block;
	}
	/* ----- flow ----- */
	#otm .otm-flow01 {
	}
	#otm .otm-flow01 > li {
		width: 100%;
		float: non;
		margin-left: 0;
	}
	#otm .otm-flow01 > li + li,
	#otm .otm-flow01 > li:nth-child(n+5) {
		margin-top: 28px;
	}
	#otm .otm-flow01 > li::before {
		top: -26px;
		margin-top: 0;
		left: 50%;
		margin-left: -14px;
		width: 28px;
		height: 19px;
		background: url(/gecard/otomate/img-files/sp_otomate_com_ic03.png) 0 0 no-repeat;
		-webkit-background-size: 28px 19px;
		background-size: 28px 19px;
	}
	#otm .otm-flow01 .otm-flow01__ttl {
		padding: 6px 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#otm .otm-flow01 .otm-flow01__num {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#otm .otm-flow01 .otm-flow01__dtl {
		padding: 8px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	/* ----- addmission ----- */
	#otm .otm-addmission {
		margin-top: 15px;
		padding: 10px 15px;
		font-size: 10px;
		font-size: 1.0rem;
	}
	#otm .otm-addmission__ttl {
		margin-bottom: 3px;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
		color: #d81229;
	}
	#otm .otm-addmission__lead {
		font-size: 12px;
		font-size: 1.2rem;
	}
	/* ----- sns ----- */
	#otm .otm-sns {
		margin-top: 10px;
	}
	#otm .otm-sns iframe:nth-child(n+2) {
		margin-left: 20px;
	}
	/* ----- top ----- */
	/* Layout */
	#otm #mainContainer {
		padding-top: 5px;
	}

	/* hdg */
	#otm .otm-topHdg01 {
		margin-bottom: 10px;
	}
	
	/* column */
	#otm .otm-topColumn01 {
		background: none;
	}
	#otm .otm-topColumn01__item,
	#otm .otm-topColumn01__item:nth-child(3n+1) {
		width: 49%;
		margin-left: 2%;
		clear: none;
	}
	#otm .otm-topColumn01__item:nth-child(2n+1) {
		margin-left: 0;
		clear: left;
	}
	#otm .otm-topColumn01__item:nth-child(n+3),
	#otm .otm-topColumn01__item:nth-child(n+4) {
		margin-top: 2%;
	}
	#otm .otm-topColumn01__item > a {
		padding: 1px;
	}
	#otm .otm-topColumn01__item > a:hover {
		padding: 1px;
		border: none;
		opacity: 1.0;
	}
	#otm .otm-topColumn01__inn {
		padding: 5px 5px 10px;
	}
	#otm .otm-topColumn01__item > a:hover .otm-topColumn01__inn {
		border-color: #fdc8c8;
	}
	#otm .otm-topColumn01__inn::before,
	#otm .otm-topColumn01__inn::after {
		width: 38px;
		height: 38px;
		-webkit-background-size: 38px 38px;
		background-size: 38px 38px;
	}
	#otm .otm-topColumn01__inn::before {
		top: 2px;
		right: 2px;
	}
	#otm .otm-topColumn01__inn::after {
		bottom: 2px;
		left: 2px;
	}
	
	/* card */
	#otm .otm-topCard {
	}
	#otm .otm-topCard__ttl {
		position: static;
		height: auto;
		padding-left: 0;
		font-size: 12px;
		font-size: 1.2rem;
		color: #474747;
	}
	#otm .otm-topCard__num {
		position: static;
		display: block;
		width: 4rem;
		margin-bottom: 0.5em;
		font-size: 8px;
		font-size: .8rem;
		line-height: 1.6;
	}
	#otm .otm-topCard__img {
		display: table;
		width: 130px;
		height: 130px;
	}
	#otm .otm-topCard__img figure {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	#otm .otm-topCard__img figure img {
		max-width: 130px;
		max-height: 130px;
	}
	#otm .otm-topCard__text {
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
	}
	#otm .otm-topCard__box {
		padding: 7px 0;
		border: 2px solid #e13353;
		text-align: center;
		font-size: 1.2rem;
		color: #e13353;
		font-weight: bold;
	}

	/* news */
	#otm.top .newsBox {
		margin: 10px auto 0;
		width: 100%;
	}
	#otm.top .newsBox .newsHdg {
		padding: 5px 8px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#otm.top .newsBox .content {
		width: 100%;
		height: 110px;
		border-left-width: 1px;
		border-bottom-width: 1px;
		border-right-width: 1px;
	}
	#otm.top .newsBox .contentbox {
		padding: 10px;
	}
	#otm.top .newsBox .contentbox li {
		display: block;
		margin-bottom: 8px;
	}
	#otm.top .newsBox .contentbox li .date {
		display: block;
		width: auto;
	}
	#otm.top .newsBox .contentbox li .txt {
		display: block;
		margin-top: 3px;
	}
	#otm.top .newsBox .mCSB_container_wrapper {
		margin-right: 15px !important;
	}
	#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 15px;
		background-color: #fce8e6;
		padding: 1px;
	}
	#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 13px;
	}
	#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 13px;
		margin: 0 1px;
	}
	#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 13px;
	}
	#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::after{ 
		border-bottom-width: 5px;
		border-left-width: 3px;
		border-right-width: 3px;
		top: 3px;
		left: 3px;
	}
	#otm.top .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::after{ 
		border-top-width: 5px;
		border-left-width: 3px;
		border-right-width: 3px;
		top: 3px;
		left: 3px;
	}
	/* ----- detail ----- */
	/* Layout */
	#otm.detail .otm-contents {
		padding-top: 10px;
	}
	#otm .otm-contents__detail {
		margin: 0;
		padding: 5px 5px 20px;
	}
	/* card */
	#otm .otm-dtlCard {
		margin-top: 15px;
		padding: 10px;
		-webkit-background-size: 50px auto;
		background-size: 50px auto;
	}
	#otm .otm-dtlColumn01__item {
		width: 270px;
		height: 270px;
		margin: 0 auto;
	}
	#otm .otm-dtlColumn01__item--l,
	#otm .otm-dtlColumn01__item--r {
		float: none;
	}
	#otm .otm-dtlColumn01__item--r {
		width: 100%;
		height: auto;
		margin-top: 14px;
	}
	#otm .otm-dtlColumn01__item--bg {
		background: url(/gecard/otomate/img-files/sp_otomate_com_bg03.png) 50% 50% no-repeat;
		-webkit-background-size: 270px 270px;
		background-size: 270px 270px;
	}
	#otm .otm-dtlColumn01__figure img {
		max-width: 240px;
		max-height: 240px;
	}
	#otm .otm-dtlCard__ttl {
		margin: 24px 0 8px;
		padding-bottom: 0;
	}
	#otm .otm-dtlCard__head {
		position: relative;
		display: inline-block;
		padding-left: 2.5em;
		font-size: 20px;
		font-size: 2.0rem;
		text-align: left;
		line-height: 1.2;
	}
	#otm .otm-dtlCard__num {
		margin-top: -8px;
		padding: 1px 4px 0;
		background: #474747;
		font-size: 9px;
		line-height: 15px;
	}
	#otm .otm-dtlCard__dtl {
		font-size: 12px;
		font-size: 1.2rem;
	}
	/* goods */
	#otm .otm-goodsCol01 {
		margin-top: 14px;
		padding-left: 0;
	}
	#otm .otm-goodsCol01__item--l,
	#otm .otm-goodsCol01__item--r {
		width: 100%;
		float: none;
	}
	#otm .otm-goodsCol01__item--r {
		margin-top: 10px;
	}
	#otm .otm-goodsCol01__ttl {
		padding-left: 24px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#otm .otm-goodsCol01__ttl .num {
		width: 22px;
		top: 5px;
	}
	#otm .otm-goodsCol01__ttl .strong {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#otm .otm-goodsCol02 {
	}
	#otm .otm-goodsCol02 + .otm-goodsCol02 {
		margin-top: 5px;
	}
	#otm .otm-goodsCol02__item {
		float: none;
	}
	#otm .otm-goodsCol02--2 .otm-goodsCol02__item {
		width: 100%;
		margin-left: 0%;
	}
	#otm .otm-goodsCol02--2 .otm-goodsCol02__item:nth-child(n+2) {
		margin-top: 5px;
	}
	#otm .otm-goodsCol02__inn {
		padding: 10px;
	}
	#otm .otm-goodsCol02__inn--narrow {
		padding: 5px;
	}
	#otm .otm-goodsCol02__ttl {
		margin: -10px -10px 7px;
		padding: 7px 10px 6px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#otm .otm-goodsCol02__inn--narrow .otm-goodsCol02__ttl {
		margin: -5px -5px 7px;
	}
	#otm .otm-goodsCol02__ttl .point {
		font-size: 11px;
		font-size: 1.1rem;
	}
	#otm .otm-goodsCol03__ttl.new .point,
	#otm .otm-goodsCol02__ttl.new .point {
		padding-left: 42px;
		background: url(/gecard/otomate/detail/img-files/detail_goods_ic01.png) no-repeat 0 50%;
		background-size: 35px auto;
	}
	#otm .otm-goodsCol02__ttl .point > em {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#otm .otm-goodsCol02__ttl .ttl {
		display: inline-block;
		padding-left: 10px;
	}
	#otm .otm-goodsCol03 {
		margin-top: 20px;
	}
	#otm .otm-goodsCol03__item {
		float: none;
	}
	#otm .otm-goodsCol03--2 .otm-goodsCol03__item,
	#otm .otm-goodsCol03--2 .otm-goodsCol03__item--l,
	#otm .otm-goodsCol03--2 .otm-goodsCol03__item--r {
		width: 100%;
		margin-left: 0;
	}
	#otm .otm-goodsCol03--2 .otm-goodsCol03__item + .otm-goodsCol03__item {
		margin-top: 20px;
	}
	#otm .otm-goodsCol03--2 .otm-goodsCol03__item--r::before {
		display: none;
	}
	#otm .otm-goodsCol03__ttl {
		margin: 0 0 12px;
		font-size: 10px;
		font-size: 1.0rem;
	}
	#otm .otm-goodsCol03__ttl::after {
		bottom: -6px;
		margin-left: -4px;
		border-top-width: 7px;
		border-left-width: 4px;
		border-right-width: 4px;
	}
	#otm .otm-goodsCol03__ttl .point > em {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#otm .otm-goodsCol03__ttl .ttl {
		padding-left: 5px;
	}
	#otm .otm-goodsImg01 {
	}
	#otm .otm-goodsImg02,
	#otm .otm-goodsImg02 figure {
		display: block;
	}
	#otm .otm-goodsImg02 figure img {
		max-width: 185px;
	}
	#otm .otm-goodsBox01 {
		margin-top: 12px;
		padding: 8px 5px;
	}
	#otm .otm-goodsBox01__ttl {
		margin-bottom: 10px;
		padding-left: 0;
		font-size: 10px;
		font-size: 1.0rem;
		text-align: center;
	}
	#otm .otm-goodsName {
		margin-bottom: 12px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#otm .otm-goodsSpec {
		margin-top: 10px;
		font-size: 10px;
		font-size: 1.0rem;
	}
	/* toggle */
	#otm .otm-toggle {
		margin-top: 15px;
	}
	#otm .otm-toggle__trg > a {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#otm .otm-toggle__trg > a:hover {
		margin-top: 0;
		border-bottom-width: 3px;
	}
	#otm .otm-toggle__trg > a > span {
		padding: 8px 24px 7px;
	}
	#otm .otm-toggle__trg > a > span::after {
		margin-top: -7px;
		width: 14px;
		height: 14px;
		-webkit-background-size: 14px auto;
		background-size: 14px auto;
	}
	#otm .otm-toggle__trg.open > a > span::after {
		-webkit-background-size: 14px auto;
		background-size: 14px auto;
	}
	#otm .otm-toggle__cnt {
		padding: 10px 0 0;
	}
	.grayOutWrap{
		position: relative;
	}
	.grayOutWrap > .grayOut{
		position: absolute;
		bottom: 0px;
		padding: 12px;
	}
	.grayOut > .grayOutText{
		line-height: 1.5;
		font-size: 13px;
	}
	/*media*/
	.otm-media {
		display: block;
		margin-top: 10px;
	}
	.otm-media .otm-mediaHead {
		width: 100%;
	}
	.otm-media .otm-mediaBody {
		margin-top: 10px;
	}
	.otm-media .otm-mediaHead >:first-child {
		margin-top: 0 !important;
	}
	.otm-media .otm-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.otm-media .otm-mediaText01 {
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.otm-media .otm-mediaText02 {
		margin-top: 5px;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.otm-media .otm-mediaNoteList {
		margin-top: 10px;
	}
	.otm-media .otm-mediaNoteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.otm-media .otm-mediaNoteList > li + li {
		margin-top: 3px;
	}
	.otm-media .otm-mediaNoteList > li > .mark{
		position: absolute;
		top: 0;
		left: 0;
	}
/* nekoposBox
------------------------------------------------------ */
.nekoposBox{
	margin-top: 20px;
	padding: 14px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}
.nekoposBox .neko-bgBoxHdg{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
}
.neko-list01 {
	margin-top: 1.0em;
}
.neko-list01 > li {
	position: relative;
	padding-left: 15px;
}
.neko-list01 > li:before {
	position: absolute;
	content: "";
	top: 0.6em;
	left: 8px;
	width: 3px;
	height: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.otm-original-boxWrap {
	margin-top: 15px;
}
.otm-original-boxWrap >:first-child {
	margin-top: 0 !important;
}
.otm-original-box01 {
	border: 2px solid #ffc7c7;
	padding: 2px;
}
.otm-original-box01 {
	margin-top: 5px;
}
.otm-original-box01 .otm-original-boxHead {
	padding: 7px;
	background-color: #ffc7c7;
}
.otm-original-box01 .otm-original-boxBody {
	padding: 15px 6px;
}
.otm-original-box01 .otm-original-boxHead >:first-child,
.otm-original-box01 .otm-original-boxBody >:first-child {
	margin-top: 0 !important;
}
.otm-original-box01 .otm-original-boxTitle {
	margin-top: 15px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
}
.otm-original-box01 .otm-original-boxImage01 {
	margin-top: 15px;
}
.otm-original-lead01 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
}
.otm-original-lead01 + * {
	margin-top: 10px !important;
}
.otm-original-lead02 {
	margin-top: 17px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
}
.otm-original-lead02 + * {
	margin-top: 0 !important;
}
.otm-original-text01 {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.24;
}
.otm-original-text01 .note {
	position: relative;
	padding-left: 12px;
}
.otm-original-text01 .note > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.otm-original-list01 {
	margin-top: 10px;
}
.otm-original-list01 > li {
	position: relative;
	padding-left: 12px;
	font-size: 1.2rem;
	line-height: 1.32;
}
.otm-original-list01 > li > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.otm-original-list01 .nest >:first-child {
	margin-top: 0 !important;
}
}
/* Cleafix
------------------------------------------------------ */
#otm .otm-shopping::after,
#otm .otm-topColumn01::after,
#otm .otm-flow01::after,
#otm .otm-dtlColumn01::after,
#otm .otm-goodsCol01::after,
#otm .otm-goodsCol02::after,
#otm .otm-goodsCol03::after {
	display: block;
	clear: both;
	content: "";
}
