@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/medarot/medarot.css
====================================================== */
body{
	background-color: #ebebeb;
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #000;
}
p,ul,ol,div {
	color: #000;
}
#pageContainer {

}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body {
		min-width: 1230px;
		font-size: 1.6rem;
	}
	/* header
	------------------------------------------------------ */
	#header {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border: none;
		z-index: 1;
	}
	#headerLogo {
		width: 1230px;
		margin: 0 auto;
		padding: 6px 15px;
	}
	#header #headerLogo img {
		height: 38px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		position: relative;
		margin-top: 0;
	}
	#mainContents{
		width: 1230px;
		padding: 18px 15px 40px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 0;
		border: none;
	}
	#footer .footerInner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #37464f;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
	}
	.mainVisual .mainVisualInner {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 1230px;
		margin: auto;
		padding: max(138px,calc(214 / 1920 *100vw)) 15px;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualText01 {
		width: max(297px,calc(446 / 1920 *100vw));
		margin: 3px auto 0;
		text-align: center;
	}
	.mainVisual .mainVisualText02 {
		width: max(278px,calc(418 / 1920 *100vw));
		margin: 3px auto 0;
		text-align: center;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		position: relative;
		margin-top: 45px;
	}
	.newsBox .newsBoxHeading {
		position: relative;
		display: flex;
		z-index: 1;
	}
	.newsBox .newsBoxInner {
		position: relative;
		width: 100%;
		height: 140px;
		overflow-y: hidden;
		padding: 18px 4px 14px 13px;
		background-color: #fff;
		border: 2px solid #000;
	}
	.newsBox .content {
		overflow: auto;
		position: relative;
		padding: 0px;
		padding: 0 1px 0 15px;
		height: 107px;
	}
	.newsBox .contentbox {
		padding: 12px 0 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.newsBox .contentbox li {
		display: table;
		margin-bottom: 10px;
	}
	.newsBox .contentbox li .date {
		display: table-cell;
		padding-right: 10px;
		width: 135px;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.newsBox .mCSB_container {
		padding-right: 0px !important;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 20px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 15px 0 10px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		background-color: inherit;
		padding: 4px 3px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 14px;
		background-color: #c7c7c7;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 14px;
		margin: 3px 0;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 3px;
		right: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #fff;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 16px;
		height:18px;
		opacity: 1;
	}
	 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		width: 0;
		height: 0;
		border-bottom: 9px solid #c7c7c7;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
		position:absolute;
		top: 2px;
		left: 0;
		display: block;
		content: "";
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
		width: 0;
		height: 0;
		border-top: 9px solid #c7c7c7;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
		position:absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: "";
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.medarot-section01 {
		margin-top: 60px;
	}
	.medarot-section01 >:first-child {
		margin-top: 0 !important;
	}
	.medarot-section02 {
		margin-top: 70px;
	}
	.medarot-section02 >:first-child {
		margin-top: 0 !important;
	}
	/* heading */
	.medarot-heading02 {
		position: relative;
		left: 50%;
		width: 1920px;
		margin-top: 50px;
		text-align: center;
		transform: translateX(-50%);
	}
	.medarot-heading02-02 {
		margin: 50px min(-15px,calc((100vw - 100%) / 2 * -1)) 0;
		padding: 30px max(15px,calc((100vw - 100%) / 2)) 21px;
		border-top: 2px solid #37464f;
		background-color: #fff;
		text-align: center;
	}
	.medarot-heading02-02 .medarot-heading02Title{
		font-size: 4.4rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.medarot-heading03 {
		margin-top: 35px;
		text-align: center;
	}
	/* text */
	.medarot-text01 {
		margin-top: 15px;
	}
	.medarot-lead01 {
		margin-top: 40px;
		font-size: 3.4rem;
		font-weight: bold;
		line-height: 1.2;
	}
	/* list */
	.medarot-notelist01 {
		margin-top: 20px;
	}
	.medarot-notelist01 > li {
		text-align: center;
		font-size: 1.6rem;
	}
	/* card */
	.medarot-cardWrap {
		display: flex;
		gap: 36px;
		margin-top: 55px;
	}
	.medarot-card {
		position: relative;
		width: calc(50% - 36px / 2);
		border-top: 10px solid #cbd6dc;
	}
	.medarot-card[data-type="kabuto"] {
		background-color: #fff;
	}
	.medarot-card[data-type="kuwagata"] {
		background-color: #000;
	}
	.medarot-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 92px;
		height: 26px;
		background: url("/gecard/medarot/img-files/index_bg01.webp") no-repeat 0 0 / contain;
	}
	.medarot-card::after {
		content: '';
		position: absolute;
		top: 246px;
		left: 0;
		width: 100%;
		height: 260px;
	}
	.medarot-card[data-type="kabuto"]::after {
		background: linear-gradient(to right,#e82819 ,#ff9a10 50% ,#e82819 100%)
	}
	.medarot-card[data-type="kuwagata"]::after {
		background: linear-gradient(to right,#20b1aa ,#32ffff 50% ,#20b1aa 100%)
	}
	.medarot-card .medarot-cardInner {
		position: relative;
		padding: 42px 20px 60px;
		z-index: 1;
	}
	.medarot-card .medarot-cardInner >:first-child {
		margin-top: 0 !important;
	}
	.medarot-card .medarot-cardTitle {
		margin-top: 15px;
		text-align: center;
	}
	.medarot-card .medarot-cardTitle img {
		width: auto;
		height: 57px;
	}
	.medarot-card .medarot-cardImage {
		margin-top: 40px;
		text-align: center;
	}
	.medarot-card .medarot-cardImage img {
		width: 292px;
		height: auto;
	}
	/* button */
	.medarot-buttonWrap {
		display: flex;
		gap: 30px;
		margin-top: 40px;
		margin-bottom: 53px;
		padding: 0 30px;
	}
	.medarot-button01 {
		width: calc(50% - 30px / 2);
		padding: 2px;
		background-image: linear-gradient(to right,#e82819 50%,#20b1aa 50%);
		transition: 0.3s all ease-out;
	}
	.medarot-button01:hover {
		opacity: 0.7;
	}
	.medarot-button01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 82px;
		padding: 10px 45px;
		background-color: #fff;
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.2;
		text-decoration: none;
	}
	.medarot-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 35px;
		width: 13px;
		height: 13px;
		margin-top: -10px;
		border-top: 4px solid #37464f;
		border-right: 4px solid #37464f;
		transform: rotate(45deg);
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 460px;
		min-height: 52px;
		margin: 0 auto; 
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 10px;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.webBtn a:hover {
		opacity: 0.7;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
		background: url("/gecard/medarot/img-files/index_ic01.webp") no-repeat 0 0 / cover;
	}
	/* applyBtn */
	.applyBtn {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.applyBtn > li {
		width: 100%;
		text-align: center;
	}
	.applyBtn > li > a {
		position: relative;
		transition: 0.3s all ease-out;
	}
	.applyBtn > li > a:hover {
		opacity: 0.7;
	}
	/* media */
	.medarot-media01 {
		display: flex;
		gap: 36px;
		margin-top: 45px;
	}
	.medarot-media01 .medarot-mediaHead {
		flex-shrink: 0;
		width: 582px;
	}
	.medarot-media01 .medarot-mediaBody {
		flex-grow: 1;
	}
	.medarot-media01 .medarot-mediaHead >:first-child,
	.medarot-media01 .medarot-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.medarot-media01 .medarot-mediaImage01 {
		margin-top: 15px;
	}
	.medarot-media01 .medarot-mediaText01 {
		margin-top: 12px;
		font-size: 1.6rem;
	}
	.medarot-media01 .medarot-mediaText01 sup {
		vertical-align: super;
		font-size: 0.8rem;
	}
	.medarot-media01 .medarot-mediaText02 {
		margin-top: 15px;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.medarot-media01 .medarot-mediaText02 sup {
		vertical-align: super;
		font-size: 1.4rem;
	}
	.medarot-media01 .medarot-mediaOrdernotelist {
		margin-top: 25px;
	}
	.medarot-media01 .medarot-mediaOrdernotelist > li {
		position: relative;
		padding-left: 28px;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.medarot-media01 .medarot-mediaOrdernotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-mediaNote {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.medarot-mediaNote > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.medarot-box01 {
		margin-top: 60px;
		background-color: #fff;
		padding: 26px 50px 25px;
	}
	.medarot-box01 >:first-child {
		margin-top: 0 !important;
	}
	.medarot-box01 + .medarot-box01 {
		margin-top: 40px;
	}
	.medarot-box01 >:first-child {
		margin-top: 0;
	}
	.medarot-box01 .medarot-boxTitle {
		position: relative;
		margin-top: 24px;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.medarot-box01 .medarot-boxText {
		margin-top: 5px;
	}
	.medarot-box01 .medarot-boxText .large {
		font-size: 2rem;
		font-weight: bold;
	}
	.medarot-box01 .medarot-boxLead {
		font-size: 4rem;
		font-weight: bold;
		margin-top: 48px;
	}
	.medarot-box01 .medarot-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.medarot-box01 .medarot-boxList {
		margin-top: 15px;
	}
	.medarot-box01 .medarot-boxList02 {
		margin-top: 15px;
	}
	.medarot-box01 .medarot-boxList > li {
		position: relative;
		padding-left: 18px;
	}
	.medarot-box01 .medarot-boxList02 > li {
		position: relative;
		padding-left: 16px;
	}
	.medarot-box01 .medarot-boxList02 > li + li {
		margin-top: 0;
	}
	.medarot-box01 .medarot-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-box01 .medarot-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-box01 .medarot-boxList03 {
		margin-top: 22px;
	}
	.medarot-box01 .medarot-boxList03 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.medarot-box01 .medarot-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-box01 .medarot-boxList04 {
		margin-top: 24px;
	}
	.medarot-box01 .medarot-boxList04 > li {
		position: relative;
		padding-left: 18px;
	}
	.medarot-box01 .medarot-boxList04 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-box01 .medarot-boxHr {
		width: calc(100% + 60px);
		height: 2px;
		margin: 23px 0 30px -30px;
		background-color: #37464f;
		border: none;
	}
	.medarot-box01 .medarot-boxInquiry {
		margin-top: 30px;
		text-align: center;
	}
	.medarot-box01 .medarot-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.medarot-box01 .medarot-boxInquiry .medarot-boxInquiryTxt {
		margin-top: 4px;
		font-size: 1.6rem;
	}
	.medarot-box01 .medarot-boxInquiry .medarot-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.6rem;
	}
	.medarot-box01 .medarot-boxInquiry .medarot-boxInquiryTel a {
		color: #231815;
		text-decoration: none;
	}
	.medarot-box01 .medarot-boxImage {
		margin-top: 5px;
		text-align: center;
	}
	/* privilege */
	.medarot-privilege {
		position: relative;
		margin-top: 35px;
	}
	.medarot-privilege > .no_voiContent >:first-child,
	.medarot-privilege > .voiContent >:first-child {
		margin-top: 0 !important;
	}
	.medarot-privilege .medarot-privilegeLead01 {
		margin-top: 20px;
		font-size: 4rem;
		font-weight: bold;
		line-height: 1.35;
	}
	.medarot-privilege .medarot-privilegeNotelist {
		margin-top: 26px;
	}
	.medarot-privilege .medarot-privilegeNotelist > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.medarot-privilege .medarot-privilegeNotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-privilege .medarot-privilegeImage01 {
		position: absolute;
		bottom: 10px;
		right: 0;
	}
	.medarot-privilege .medarot-privilegeImage02 {
		margin-top: 15px;
		text-align: center;
	}
	.medarot-privilege .voiContent {
		padding-right: 250px;
	}
	/* flow */
	.medarot-flowWrap {
		display: flex;
		gap: 27px;
		margin-top: 76px;
	}
	.medarot-flow {
		position: relative;
		width: calc(100% / 4 - 27px * 3 / 4);
		padding: 4px;
		border-radius: 10px;
		background-color: #bdc5ca;
	}
	.medarot-flow:nth-child(odd) * {
		color: #000;
	}
	.medarot-flow:nth-child(even) * {
		color: #fff;
	}
	.medarot-flow .medarot-flowInner {
		height: 100%;
		padding: 80px 5px 50px;
		border-radius: 6px;
	}
	.medarot-flow:nth-child(odd) .medarot-flowInner {
		background-color: #fff;
	}
	.medarot-flow:nth-child(even) .medarot-flowInner {
		background-color: #000;
	}
	.medarot-flow .medarot-flowNum {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 73px;
		height: 73px;
		margin: auto;
		padding-top: 5px;
		border-radius: 50%;
		font-size: 5rem;
		font-weight: bold;
		line-height: 1;
		transform: translateY(-50%);
	}
	.medarot-flow:nth-child(odd) .medarot-flowNum {
		background-color: #e61404;
		color: #fff;
	}
	.medarot-flow:nth-child(even) .medarot-flowNum {
		background-color: #43e1d9;
		color: #000;
	}
	.medarot-flow .medarot-flowNum + * {
		margin-top: 0 !important;
	}
	.medarot-flow .medarot-flowLead {
		margin-top: 20px;
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
	}
	.medarot-flow .medarot-flowText {
		margin-top: 40px;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	/* sns */
	.medarot-snsArea {
		margin: 0 min(-15px,calc((100vw - 100%) / 2 * -1));
		padding: 50px max(15px,calc((100vw - 100%) / 2)) 65px;
		background-color: #fff;
	}
	.medarot-snsArea > .snsArea {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	/* modal */
	.modalInlineWrapper {
		display: none;
	}
	#cboxContent {
		overflow: visible !important;
	}
	#colorbox #cboxLoadedContent {
		overflow: auto !important;
		overflow-x: hidden !important;
	}
	#cboxClose {
		display: block;
		position: absolute;
		top: -20px !important;
		bottom: auto !important;
		right: -20px !important;
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0 !important;
		width: 48px !important;
		height: 48px !important;
		text-indent: -9999px;
	}
	#cboxClose:hover {
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0;
	}
	#cboxContent {
		max-width: 1100px;
	}
	.modalContents {
		width: 100%;
		padding: 40px 30px;
	}
	.modalContents p {
		color: #231815;
	}
	.ModalInner .cb_close a:after {
		right: 10px;
		height: 14px;
		width: 14px;
		margin-top: -7px;
		background-image: url(/common-files/img/com_close_ic01.png);
	}
	#cboxContent {
		background-color: #ececec;
	}
	.cb_close a {
		text-decoration: none;
	}
	.medarot-modal-box02 .title-position {
		text-align: center;
	}
	.medarot-modal-box02 .medarot-modal-boxTitle {
		display: inline;
		width: 500px;
		margin: 0 auto;
		padding: 10px 40px;
		color: #fff;
		background-color: #1e2087;
		font-size: 26px;
		font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
	}
	.medarot-modal-column {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.medarot-modal-column .medarot-modal-columnItem {
		position: relative;
		width: calc(50% - 20px);
		padding: 30px 25px;
		border-radius: 20px;
		background-color: #fff;
	}
	.medarot-modal-column .medarot-modal-columnItem:nth-of-type(2)::before {
		content: 'or';
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		left: -52px;
		width: 65px;
		height: 65px;
		margin-top: -32.5px;
		border-radius: 50%;
		background-color: #1e2087;
		font-size: 2.5rem;
		color: #fff;
	}
	.medarot-modal-column .medarot-modal-columnImageLead {
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		margin-bottom: 15px;
	}
	.medarot-modal-column .medarot-modal-columnImageLead .medarot-modal-columnImageLeadImage {
		flex-shrink: 0;
		margin-right: 15px;
	}
	.medarot-modal-column .medarot-modal-columnImageLead .medarot-modal-columnImageLeadLead {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.2;
		color: #231815;
	}
	.medarot-modal-column .medarot-modal-columnLeadText {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.medarot-modal-link a {
		margin-top: 10px;
		font-size: 1.8rem;
		color: #008191;
	}
	.medarot-modal-listWrap[data-col="2"] .medarot-modal-list {
		display: flex;
		flex-flow: row wrap;
		width: 360px;
	}
	.medarot-modal-listWrap[data-col="2"] .medarot-modal-list > li {
		width: 170px;
	}
	.medarot-modal-listWrap[data-col="2"] .medarot-modal-list > li:nth-of-type(2n) {
		width: 170px;
	}
	.medarot-modal-noteList li.medarot-modal-listColor01 {
		color: #dc322c;
	}
	.medarot-modal-list > li {
		position: relative;
		padding-left: 8px;
		font-size: 1.8rem;
		color: #231815;
	}
	.medarot-modal-list > li::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 0;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #333;
	}
	.medarot-modal-noteList {
		margin-top: 15px;
		line-height: 1.6;
	}
	.medarot-modal-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
		color: #231815;
	}
	.medarot-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-modal-title {
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
	}
	.medarot-modal-text {
		margin-top: 20px;
		font-size: 2rem;
	}
	.medarot-modal-image {
		margin-top: 20px;
	}
	/* medarot-privilege
	------------------------------------------------------ */
	.medarot-privilegeTextArea {
		margin-top: 45px;
	}
	.medarot-privilegeTextArea >:first-child {
		margin-top: 0 !important;;
	}
	.medarot-privilegeText01 {
		font-size: 1.6rem;
		text-align: center;
		margin-top: 10px;
	}
	.medarot-privilegeText01 sup {
		vertical-align: super;
		font-size: 0.8rem;
	}
	.medarot-privilegeText02 {
		font-size: 2.8rem;
		text-align: center;
		font-weight: bold;
		line-height: 1.2;
	}
	.medarot-privilegeText02 sup {
		vertical-align: super;
		font-size: 1.4rem;
	}
	.medarot-privilegeText03 {
		font-size: 1.6rem;
		text-align: center;
		margin-top: 11px;
	}
	.medarot-privilegeListWrap {
		width: fit-content;
		margin: 0 auto;
	}
	.medarot-privilegeOrdernotelist {
		margin-top: 22px;
	}
	.medarot-privilegeOrdernotelist > li {
		position: relative;
		padding-left: 25px;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.medarot-privilegeOrdernotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-privilegeOrdernotelist > li + li {
		margin-top: 1px;
	}
	.medarot-privilegeColumn {
		display: flex;
		gap: 36px;
		margin-top: 47px;
	}
	.medarot-privilegeColumn .medarot-privilegeTitle {
		width: 582px;
	}
	.medarot-privilegeColumn .medarot-privilegeItem {
		width: calc(50% - 18px);
		text-align: center;
	}
	.medarot-privilegeColumn .medarot-privilegeImage03 {
		margin-top: 18px;
	}
	.medarot-privilegeNotelist02 {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.medarot-privilegeNotelist02 > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* smartCard
	------------------------------------------------------ */
	.medarot-smartCardAncBtn {
		margin-top: 41px;
		text-align: center;
	}
	.medarot-smartCardAncBtn a {
		transition: 0.3s all ease-out;
	}
	.medarot-smartCardAncBtn a:hover {
		opacity: 0.7;
	}
	.medarot-smartCardText01 {
		position: relative;
		margin: -22px auto 0;
		width: fit-content;
		font-size: 3.0rem;
		font-weight: bold;
		margin-top: 15px;
	}
	.medarot-smartCardText02 {
		font-size: 2.6rem;
		line-height: 1.7;
	}
	.medarot-smartCardText03 {
		margin-top: 25px;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.medarot-smartCardIconText {
		margin-top: -5px;
		display: flex;
		align-items: center;
	}
	.medarot-smartCardIconText.type02 {
		margin-top: 62px;
	}
	.medarot-smartCardIconText.alC {
		justify-content: center;
	}
	.medarot-smartCardIconText .num {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 5.0rem;
		font-weight: bold;
		margin-right: 10px;
		color: #fff;
		background-color: #000;
		border-radius: 50%;
		width: 63px;
		height: 63px;
		padding-top: 5px;
	}
	.medarot-smartCardIconText .text {
		font-size: 3.6rem;
		font-weight: bold;
	}
	.medarot-smartCardGridWrap {
		display: grid;
		grid-template-columns: auto 438px;
		grid-template-rows: 183px auto;
		gap: 60px 20px;
		margin-top: 50px;
		padding-left: 30px;
	}
	.medarot-smartCardLeadArea {
		grid-column: 1;
		grid-row: 1;
		align-self: self-end;
	}
	.medarot-smartCardTextArea {
		grid-column: 1;
		grid-row: 2;
	}
	.medarot-smartCardImgArea {
		grid-column: 2;
		grid-row: 1 / span 2;
	}
	.medarot-smartCardNoteList01 {
		margin-top: 15px;
		text-align: center;
	}
	.medarot-smartCardNoteList01 > li {
		font-size: 1.6rem;
	}
	.medarot-smartCardWrap {
		display: flex;
		justify-content: center;
		gap: 0 64px;
		margin: 28px 0 70px;
		padding: 0 12px;
	}
	.medarot-smartCardWrap .applyBtn {
		margin-top: 40px;
	}
	.medarot-smartCardWrap .applyBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 86px;
		padding: 10px 50px;
		border: 2px solid #1e2087;
		background-color: #fee723;
		text-align: center;
		font-size: 2.8rem;
		color: #1e2087;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.medarot-smartCardWrap .applyBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 35px;
		width: 13px;
		height: 13px;
		margin-top: -10px;
		border-top: 4px solid #1e2087;
		border-right: 4px solid #1e2087;
		transform: rotate(45deg);
	}
	.medarot-smartCard {
		width: calc(100% / 2 - 66px / 2);
		text-align: center;
	}
	.medarot-smartCard .medarot-smartCardImage {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		text-align: center;
	}
	.medarot-smartCardBtn01 {
		position: relative;
		width: 750px;
		margin: 70px auto 0;
	}
	.medarot-smartCardBtn01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 90px;
		background-color: #1e2087;
		text-align: center;
		font-size: 3.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
		padding: 10px 70px 5px;
	}
	.medarot-smartCardBtn01 a .small {
		font-size: 2rem;
	}
	.medarot-smartCardBtn01 a .medarot-smartCardBtnText {
		line-height: 0.8;
	}
	.medarot-smartCardBtn01 a:hover {
		opacity: 0.7;
	}
	.medarot-smartCardBtn01 a .medarot-smartCardBtnText::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 23px;
		width: 11px;
		height: 19px;
		margin-top: -9px;
		background: url("/gecard/medarot/img-files/index_ic02.webp") no-repeat 0 0 / contain;
	}
	.medarot-smartCardBtn02 {
		position: relative;
		width: calc(50% - 30px);
	}
	.medarot-smartCardBtn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 90px;
		background-color: #1e2087;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.medarot-smartCardBtn02 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 11px;
		height: 11px;
		margin-top: -7px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
		transform: rotate(45deg);
	}
	.medarot-smartCardBtn02.type02 a {
		color: #1e2087;
	}
	.medarot-smartCardBtn02 a:hover {
		opacity: 0.7;
	}
	.medarot-smartCardBtn02 a .small {
		font-size: 1.6rem;
	}
	.medarot-smartCardBtn02 a .medarot-smartCardBtn02Text {
		position: relative; 
		line-height: 0.8;
	}
	.medarot-smartCardBtn02.type02 a {
		border: 2px solid #1e2087;
		background-color: #fee723;
	}
	.medarot-smartCardBtn02.type02 a::before {
		border-top: 4px solid #1e2087;
		border-right: 4px solid #1e2087;
	}
	/* flow */
	.medarot-flowWrap[data-flow='smartCard'] {
		margin-top: 118px;
	}
	.medarot-flowWrap[data-flow='smartCard'] .medarot-flowTextWrap > :first-child {
		margin-top: 0 !important;
	}
	.medarot-flowWrap[data-flow='smartCard'] .medarot-flow .medarot-flowInner {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 33px 5px 24px;
		height: 272px;
	}
	.medarot-flowWrap[data-flow='smartCard'] .medarot-flow:nth-child(2) .medarot-flowInner {
		padding: 84px 5px 10px;
		align-items: baseline;
	}
	.medarot-flowWrap[data-flow='smartCard'] .medarot-flow:nth-child(3) .medarot-flowInner {
		padding: 95px 5px 10px;
		align-items: baseline;
	}
	.medarot-flowWrap[data-flow='smartCard'] .medarot-flowLead {
		font-size: 2.0rem;
		line-height: 1.4;
	}
	.medarot-flowWrap[data-flow='smartCard'] .flow-txtNote01 {
		margin-top: 26px;
		font-size: 1.4rem;
		color: #fff;
		text-align: center;
	}
	.medarot-flowWrap[data-flow='smartCard'] .flow-txtNote02 {
		margin-top: 40px;
		font-size: 1.6rem;
		text-align: center;
	}
	.medarot-flowSmall {
		font-size: 1.8rem;
	}
	/* floating */
	.medarot-smartCardFloatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 9999;
	}
	.medarot-smartCardFloatingWrap01 .medarot-smartCardFloatingInner {
		position: relative;
		width: 1230px;
		margin: 0 auto;
		padding: 15px;
	}
	.medarot-smartCardBtnFloatWrap {
		display: flex;
		justify-content: space-between;
		gap: 20px 60px;
	}
}
@media screen and (max-width: 750px) {

	/* override
	------------------------------------------------------ */
	body {
		font-size: 1.3rem;
	}
	body .snsArea {
		margin: 20px auto 0;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0;
		background-color: #fff;
		border: none;
	}
	#headerLogo {
		padding: 3px 10px 4px;
	}
	#header #headerLogo img {
		width: auto;
		height: 28px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 15px 10px 48px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		height: auto;
		margin-top: 0;
		padding: 0;
		border: none;
	}
	#footer .footerInner {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 8px 0;
		border: none;
		background-color: #37464f;
		text-align: center;
	}
	#copyright {
		font-size: 0.8rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
	}
	.mainVisual .mainVisualInner {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
		padding: calc(67 / 720 *100vw) 10px;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualText01 {
		width: calc(312 / 720 *100vw);
		margin: 2px auto 0;
		text-align: center;
	}
	.mainVisual .mainVisualText02 {
		width: calc(292 / 720 *100vw);
		margin: 2px auto 0;
		text-align: center;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		position: relative;
		margin-top: 25px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
		position: relative;
		z-index: 1;
	}
	.newsBox .newsBoxHeading img {
		width: 152px;
		height: auto;
	}
	.newsBox .newsBoxInner{
		position: relative;
		width: auto;
		height: 84px;
		padding: 0px 0 5px;
		background-color: #fff;
		border: 1px solid #000;
	}
	.newsBox .content {
		padding: 0px;
		padding-top: 8px;
		height: 74px;
	}
	.newsBox .contentbox {
		padding: 7px 0 0 10px;
		font-size: 1.3rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
		display: table-cell;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		padding-right: 8px;
		padding-left: 22px;
		line-height: 1.2;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 20px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 9px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 0;
		background-color: #c7c7c7;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		content: "";
		position:absolute;
		left: 0;
		width: 0;
		height: 0;
		border-right-width: 6px;
		border-left-width: 6px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom: 8px solid #c7c7c7;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #c7c7c7;
		border-top-width: 8px;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.medarot-section01 {
		margin-top: 50px;
	}
	.medarot-section01 >:first-child {
		margin-top: 0 !important;
	}
	.medarot-section02 {
		margin-top: 45px;
	}
	.medarot-section02 >:first-child {
		margin-top: 0 !important;
	}
	/* heading */
	.medarot-heading02 {
		position: relative;
		left: 50%;
		width: 960px;
		margin-top: 40px;
		text-align: center;
		transform: translateX(-50%);
	}
	.medarot-heading02-02 {
		margin: 50px -10px 0;
		padding: 12px 10px 10px;
		border-top: 2px solid #37464f;
		background-color: #fff;
		text-align: center;
	}
	.medarot-heading02-02 .medarot-heading02Title{
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.medarot-heading03 {
		margin-top: 30px;
		text-align: center;
	}
	/* text */
	.medarot-text01 {
		margin-top: 15px;
	}
	.medarot-lead01 {
		margin-top: 30px;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	/* list */
	.medarot-notelist01 {
		margin-top: 10px;
	}
	.medarot-notelist01 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.medarot-notelist01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* card */
	.medarot-cardWrap {
		margin-top: calc(50 / 720 * 100vw);
	}
	.medarot-cardWrap >:first-child {
		margin-top: 0 !important;
	}
	.medarot-card {
		position: relative;
		margin-top: calc(40 / 720 * 100vw);
		border-top: calc(12 / 720 * 100vw) solid #cbd6dc;
	}
	.medarot-card[data-type="kabuto"] {
		background-color: #fff;
	}
	.medarot-card[data-type="kuwagata"] {
		background-color: #000;
	}
	.medarot-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: calc(106 / 720 * 100vw);
		height: calc(30 / 720 * 100vw);
		background: url("/gecard/medarot/img-files/index_bg01.webp") no-repeat 0 0 / contain;
	}
	.medarot-card::after {
		content: '';
		position: absolute;
		top: calc(290 / 720 * 100vw);
		left: 0;
		width: 100%;
		height: calc(300 / 720 * 100vw);
	}
	.medarot-card[data-type="kabuto"]::after {
		background: linear-gradient(to right,#e82819 ,#ff9a10 50% ,#e82819 100%)
	}
	.medarot-card[data-type="kuwagata"]::after {
		background: linear-gradient(to right,#20b1aa ,#32ffff 50% ,#20b1aa 100%)
	}
	.medarot-card .medarot-cardInner {
		position: relative;
		padding: calc(50 / 720 * 100vw) calc(20 / 720 * 100vw) calc(60 / 720 * 100vw);
		z-index: 1;
	}
	.medarot-card .medarot-cardInner >:first-child {
		margin-top: 0 !important;
	}
	.medarot-card .medarot-cardTitle {
		margin-top: calc(20 / 720 * 100vw);
		text-align: center;
	}
	.medarot-card .medarot-cardTitle img {
		width: auto;
		height: calc(67 / 720 * 100vw);
	}
	.medarot-card .medarot-cardImage {
		margin-top: calc(46 / 720 * 100vw);
		text-align: center;
	}
	.medarot-card .medarot-cardImage img {
		width: calc(341 / 720 * 100vw);
		height: auto;
	}
	/* button */
	.medarot-buttonWrap {
		margin-top: 20px;
		padding: 0 10px;
	}
	.medarot-buttonWrap >:first-child {
		margin-top: 0 !important;
	}
	.medarot-button01 {
		margin-top: 16px;
		padding: 2px;
		background-image: linear-gradient(to right,#e82819 50%,#20b1aa 50%);
	}
	.medarot-button01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 46px;
		padding: 5px 30px;
		background-color: #fff;
		text-align: center;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.2;
		text-decoration: none;
	}
	.medarot-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		width: 6px;
		height: 6px;
		margin-top: -4.5px;
		border-top: 2px solid #37464f;
		border-right: 2px solid #37464f;
		transform: rotate(45deg);
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 42px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 5px;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 12px;
		margin-top: -6px;
		background: url("/gecard/medarot/img-files/index_ic01.webp") no-repeat 0 0 / cover;
	}
	/* applyBtn */
	.applyBtn {
		display: flex;
		justify-content: center;
		margin-top: calc(60 / 720 * 100vw);
	}
	.applyBtn > li {
		width: 100%;
		text-align: center;
	}
	.applyBtn > li > a {
		position: relative;
	}
	/* media */
	.medarot-media01 {
		margin-top: 20px;
	}
	.medarot-media01 .medarot-mediaBody {
		margin-top: 15px;
	}
	.medarot-media01 .medarot-mediaHead >:first-child,
	.medarot-media01 .medarot-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.medarot-media01 .medarot-mediaImage01 {
		margin-top: 15px;
	}
	.medarot-media01 .medarot-mediaText01 {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	.medarot-media01 .medarot-mediaText01 sup {
		vertical-align: super;
		font-size: 0.8rem;
	}
	.medarot-media01 .medarot-mediaText02 {
		margin-top: 15px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.medarot-media01 .medarot-mediaText02 sup {
		vertical-align: super;
		font-size: 1.2rem;
	}
	.medarot-media01 .medarot-mediaOrdernotelist {
		margin-top: 24px;
	}
	.medarot-media01 .medarot-mediaOrdernotelist > li {
		position: relative;
		padding-left: 22px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.medarot-media01 .medarot-mediaOrdernotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-mediaNote {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.medarot-mediaNote > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-media02 {
		display: flex;
		align-items: center;
		position: relative;
		margin-top: 20px;
		padding: 59px 0 0 0;
	}
	.medarot-media02 .medarot-mediaText04 {
		font-size: 1.6rem;
	}
	.medarot-media02 .medarot-mediaHead {
		width: 62%;
	}
	.medarot-media02 .medarot-mediaBody {
		width: 38%;
		margin-left: 1%;
	}
	/* box */
	.medarot-box01 {
		margin-top: 45px;
		padding: 20px 10px 16px;
		background-color: #fff;
	}
	.medarot-box01 + .medarot-box01 {
		margin-top: 20px;
	}
	.medarot-box01 >:first-child {
		margin-top: 0!important;
	}
	.medarot-box01 .medarot-boxTitle {
		margin-top: 18px;
		margin-bottom: 11px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.medarot-box01 .medarot-boxText {
		margin-top: 8px;
	}
	.medarot-box01 .medarot-boxText .large {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.medarot-box01 .medarot-boxLead {
		font-size: 2.5rem;
		font-weight: bold;
		margin-top: 20px;
	}
	.medarot-box01 .medarot-boxList {
		margin-top: 10px;
	}
	.medarot-box01 .medarot-boxList02 {
		margin-top: 10px;
	}
	.medarot-box01 .medarot-boxList > li {
		position: relative;
		padding-left: 12px;
	}
	.medarot-box01 .medarot-boxList02 > li {
		position: relative;
		padding-left: 13px;
	}
	.medarot-box01 .medarot-boxList02 > li + li {
		margin-top: 0;
	}
	.medarot-box01 .medarot-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-box01 .medarot-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-box01 .medarot-boxList03 {
		margin-top: 17px;
	}
	.medarot-box01 .medarot-boxList03 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.medarot-box01 .medarot-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-box01 .medarot-boxList04 {
		margin-top: 10px;
	}
	.medarot-box01 .medarot-boxList04 > li {
		position: relative;
		padding-left: 12px;
	}
	.medarot-box01 .medarot-boxList04 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-box01 .medarot-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.medarot-box01 .medarot-boxHr {
		width: 100%;
		height: 1px;
		margin: 17px 0;
		background-color: #37464f;
		border: none;
	}
	.medarot-box01 .medarot-boxInquiry {
		text-align: center;
	}
	.medarot-box01 .medarot-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.medarot-box01 .medarot-boxInquiry .medarot-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.medarot-box01 .medarot-boxInquiry .medarot-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.medarot-box01 .medarot-boxInquiry .medarot-boxInquiryTel a {
		text-decoration: underline;
	}
	.medarot-box01 .medarot-boxImage {
		margin: 2px 6px 0;
		text-align: center;
	}
	/* privilege */
	.medarot-privilege {
		margin-top: 20px;
	}
	.medarot-privilege > .no_voiContent >:first-child,
	.medarot-privilege > .voiContent >:first-child {
		margin-top: 0 !important;
	}
	.medarot-privilege .medarot-privilegeLead01 {
		margin-top: 15px;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.medarot-privilege .medarot-privilegeNotelist {
		margin-top: 8px;
	}
	.medarot-privilege .medarot-privilegeNotelist > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.medarot-privilege .medarot-privilegeNotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-privilege .medarot-privilegeImage01 {
		margin-top: 16px;
		text-align: center;
	}
	.medarot-privilege .medarot-privilegeImage02 {
		margin-top: 10px;
	}
	/* flow */
	.medarot-flowWrap {
		margin-top: 20px;
		margin-left: 17px;
	}
	.medarot-flowWrap >:first-child {
		margin-top: 0 !important;
	}
	.medarot-flow {
		position: relative;
		margin-top: 20px;
		padding: 2px;
		border-radius: 5px;
		background-color: #bdc5ca;
	}
	.medarot-flow:nth-child(odd) * {
		color: #000;
	}
	.medarot-flow:nth-child(even) * {
		color: #fff;
	}
	.medarot-flow .medarot-flowInner {
		height: 100%;
		padding: 18px 5px 16px 33px;
		border-radius: 3px;
	}
	.medarot-flow:nth-child(odd) .medarot-flowInner {
		background-color: #fff;
	}
	.medarot-flow:nth-child(even) .medarot-flowInner {
		background-color: #000;
	}
	.medarot-flow .medarot-flowNum {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 37px;
		height: 37px;
		margin: auto;
		padding-top: 3px;
		border-radius: 50%;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1;
		transform: translateX(-50%);
	}
	.medarot-flow:nth-child(odd) .medarot-flowNum {
		background-color: #e61404;
		color: #fff;
	}
	.medarot-flow:nth-child(even) .medarot-flowNum {
		background-color: #43e1d9;
		color: #000;
	}
	.medarot-flow .medarot-flowNum + * {
		margin-top: 0 !important;
	}
	.medarot-flow .medarot-flowLead {
		margin-top: 20px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.medarot-flow .medarot-flowText {
		margin-top: 3px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	/* sns */
	.medarot-snsArea {
		margin: 0 -10px;
		padding: 20px 10px 35px;
		background-color: #fff;
	}
	.medarot-snsArea > .snsArea {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	/* modal */
	.modalInlineWrapper {
		display: none;
	}
	#cboxContent {
		overflow: visible !important;
		background-color: #ececec;
	}
	#colorbox #cboxLoadedContent {
		overflow: auto !important;
		overflow-x: hidden !important;
	}
	#cboxClose {
		display: block;
		position: absolute;
		top: -15px !important;
		bottom: auto !important;
		right: -15px !important;
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0/40px !important;
		background-size: 40px auto;
		width: 40px !important;
		height: 40px !important;
		text-indent: -9999px;
	}
	.modalContents {
		padding: 25px 10px;
	}
	.medarot-modal-box02 .title-position {
		text-align: center;
	}
	.ModalInner .cb_close a:after {
		right: 10px;
		height: 14px;
		width: 14px;
		margin-top: -7px;
		background-image: url(/common-files/img/sp_com_close_ic01.png);
		background-size: 14px 14px;
	}
	.medarot-modal-box02 .medarot-modal-boxTitle {
		display: inline;
		width: 300px;
		margin: 0 auto 0;
		padding: 10px 40px;
		color: #fff;
		background-color: #1e2087;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.medarot-modal-column {
		display: block;
		margin-top: 30px;
	}
	.medarot-modal-column .medarot-modal-columnItem {
		position: relative;
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		background-color: #fff;
	}
	.medarot-modal-column .medarot-modal-columnItem + .medarot-modal-columnItem {
		margin-top: 20px;
	}
	.medarot-modal-column .medarot-modal-columnItem:nth-of-type(2)::before {
		content: 'or';
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 5px;
		left: 50%;
		width: 38px;
		height: 38px;
		margin-left: -19px;
		border-radius: 50%;
		background-color: #1e2087;
		font-size: 1.5rem;
		color: #fff;
		margin-top: -32.5px;
	}
	.medarot-modal-column .medarot-modal-columnImageLead {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.medarot-modal-column .medarot-modal-columnImageLead .medarot-modal-columnImageLeadImage {
		flex-shrink: 0;
		width: 50px;
		margin-right: 10px;
	}
	.medarot-modal-column .medarot-modal-columnImageLead .medarot-modal-columnImageLeadLead {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.medarot-modal-column .medarot-modal-columnLeadText {
		font-size: 1.3rem;
		font-weight: bold;
	}
	.medarot-modal-listWrap[data-col="2"] .medarot-modal-list {
		display: flex;
		flex-flow: row wrap;
		width: 360px;
	}
	.medarot-modal-listWrap[data-col="2"] .medarot-modal-list > li {
		width: 170px;
	}
	.medarot-modal-listWrap[data-col="2"] .medarot-modal-list > li:nth-of-type(2n) {
		width: 170px;
	}
	.medarot-modal-noteList li.medarot-modal-listColor01 {
		color: #dc322c;
	}
	.medarot-modal-list > li {
		position: relative;
		padding-left: 5px;
		font-size: 1.3rem;
	}
	.medarot-modal-list > li::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #333;
	}
	.medarot-modal-noteList {
		margin-top: 5px;
	}
	.medarot-modal-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.medarot-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-modal-link {
		margin-top: 10px;
	}
	.medarot-modal-link a {
		font-size: 1.2rem;
		color: #008191;
	}
	/* medarot-privilege
	------------------------------------------------------ */
	.medarot-privilegeTextArea {
		margin-top: 17px;
	}
	.medarot-privilegeTextArea >:first-child {
		margin-top: 0 !important;;
	}
	.medarot-privilegeText01 {
		font-size: 1.3rem;
		margin-top: 10px;
	}
	.medarot-privilegeText01 sup {
		vertical-align: super;
		font-size: 0.8rem;
	}
	.medarot-privilegeText02 {
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.2;
		margin-top: 10px;
	}
	.medarot-privilegeText02 sup {
		vertical-align: super;
		font-size: 1.2rem;
	}
	.medarot-privilegeText03 {
		font-size: 1.3rem;
		margin-top: 7px;
	}
	.medarot-privilegeListWrap {
		margin: 0 auto;
	}
	.medarot-privilegeOrdernotelist {
		margin-top: 8px;
	}
	.medarot-privilegeOrdernotelist > li {
		position: relative;
		padding-left: 20px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.medarot-privilegeOrdernotelist > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-privilegeOrdernotelist > li + li {
		margin-top: 3px;
	}
	.medarot-privilegeColumn {
		margin-top: 16px;
	}
	.medarot-privilegeColumn .medarot-privilegeItem {
		text-align: center;
	}
	.medarot-privilegeColumn .medarot-privilegeItem + .medarot-privilegeItem {
		margin-top: 20px;
	}
	.medarot-privilegeColumn .medarot-privilegeImage03 {
		margin-top: 10px;
	}
	.medarot-privilegeNotelist02 {
		position: relative;
		padding-left: 12px;
		font-size: 1.3rem;
	}
	.medarot-privilegeNotelist02 > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* smartCard
	------------------------------------------------------ */
	.medarot-smartCardAncBtn {
		margin-top: 25px;
		margin-bottom: 18px;
		text-align: center;
	}
	.medarot-smartCardAncBtn a {
		transition: 0.3s all ease-out;
	}
	.medarot-smartCardText01 {
		position: relative;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 15px;
	}
	.medarot-smartCardText02 {
		font-size: 1.6rem;
	}
	.medarot-smartCardText03 {
		margin-top: 12px;
		font-size: 1.6rem;
	}
	.medarot-lead {
		margin-top: 18px;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.medarot-lead02 {
		margin-top: 20px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.medarot-text {
		margin-top: 17px;
		text-align: left;
		font-size: 1.6rem;
	}
	.medarot-noteText {
		position: relative;
		margin-top: 10px;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.medarot-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-smartCardIconText {
		display: flex;
		align-items: center;
	}
	.medarot-smartCardIconText.type02 {
		margin-top: 28px;
	}
	.medarot-smartCardIconText .num {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2.5rem;
		font-weight: bold;
		margin-right: 10px;
		color: #fff;
		background-color: #000;
		border-radius: 50%;
		width: 37px;
		height: 37px;
		padding-top: 5px;
	}
	.medarot-smartCardIconText .text {
		font-size: 2.0rem;
		font-weight: bold;
	}
	.medarot-smartCardIconText.type02 .text {
		padding-top: 5px;
	}
	.medarot-smartCardGridWrap {
		margin-top: 30px;
		 display: grid;
		grid-template-columns: 1fr calc(252 / 720 * 100vw);
		grid-template-rows: 37px 1fr;
		gap: 16px 20px;
		align-items: center;
	}
	.medarot-smartCardLeadArea {
		grid-row: 1;
		grid-column: 1 / span 2;
	}
	.medarot-smartCardTextArea {
		grid-row: 2;
		grid-column: 1;
	}
	.medarot-smartCardImgArea {
		grid-row: 2;
		grid-column: 2;
	}
	.medarot-smartCardNoteList01 {
		margin-top: 15px;
	}
	.medarot-smartCardNoteList01 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.medarot-smartCardNoteList01 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-smartCardWrap {
		margin: 26px 10px 35px;
	}
	.medarot-smartCardWrap .applyBtn {
		margin-top: calc(40 / 720 * 100vw);
	}
	.medarot-smartCardWrap .applyBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: calc(100 / 720 * 100vw);
		padding: calc(20 / 720 * 100vw) calc(100 / 720 * 100vw);
		border: calc(4 / 720 * 100vw) solid #1e2087;
		background-color: #fee723;
		text-align: center;
		font-size: calc(34 / 720 * 100vw);
		color: #1e2087;
		font-weight: bold;
		text-decoration: none;
	}
	.medarot-smartCardWrap .applyBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc(40 / 720 * 100vw);
		width: calc(12 / 720 * 100vw);
		height: calc(12 / 720 * 100vw);
		margin-top: calc(-10 / 720 * 100vw);
		border-top: calc(4 / 720 * 100vw) solid #1e2087;
		border-right: calc(4 / 720 * 100vw) solid #1e2087;
		transform: rotate(45deg);
	}
	.medarot-smartCard {
		width: 100%;
		text-align: center;
	}
	.medarot-smartCard + .medarot-smartCard {
		margin-top: calc(56 / 720 * 100vw);
	}
	.medarot-smartCard .medarot-smartCardImage {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(341 / 720 * 100vw);
		height: calc(540 / 720 * 100vw);
		margin: 0 auto;
		text-align: center;
	}
	.medarot-smartCardBtn01 {
		position: relative;
		margin: 28px 10px 0;
	}
	.medarot-smartCardBtn01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 60px;
		background-color: #1e2087;
		text-align: center;
		font-size: 2.0rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
		padding: 10px 70px 5px;
	}
	.medarot-smartCardBtn01 a .small {
		font-size: 1.3rem;
	}
	.medarot-smartCardBtn01 a .medarot-smartCardBtnText {
		line-height: 0.8;
	}
	.medarot-smartCardBtn01 a .medarot-smartCardBtnText::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 6px;
		height: 10px;
		margin-top: -5px;
		background: url("/gecard/medarot/img-files/index_ic02.webp") no-repeat 0 0 / contain;
	}
	.medarot-smartCardBtn02 {
		position: relative;
		width: calc(50% - 4px);
		justify-content: space-between;
	}
	.medarot-smartCardBtn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		min-height: 40px;
		padding: 5px 18px 5px 8px;
		background-color: #1e2087;
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	.medarot-smartCardBtn02.type02 a {
		background-color: #fee723;
		color: #1e2087;
		border: 1px solid #1e2087;
	}
	.medarot-smartCardBtn02 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 7px;
		width: 6px;
		height: 6px;
		margin-top: -5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.medarot-smartCardBtn02.type02 a::before {
		border-top: 2px solid #1e2087;
		border-right: 2px solid #1e2087;
	}
	.medarot-smartCardBtn02.type02 a {
		color: #1e2087;
	}
	.medarot-smartCardBtn02 a:hover {
		opacity: 0.7;
	}
	.medarot-smartCardBtn02 a .small {
		font-size: 0.9rem;
	}
	.medarot-smartCardBtn02 a .medarot-smartCardBtn02Text {
		position: relative; 
		line-height: 0.8;
	}
		/* flow */
	.medarot-flowWrap[data-flow='smartCard'] .medarot-flowTextWrap > :first-child {
		margin-top: 0 !important;
	}
	.medarot-flowWrap[data-flow='smartCard'] .flow-txtNote01 {
		color: #fff;
		position: relative;
		margin-top: 5px;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.medarot-flowWrap[data-flow='smartCard'] .flow-txtNote01 .ast {
		position: absolute;
		top: 0;
		left: 0;
	}
	.medarot-flowWrap[data-flow='smartCard'] .flow-txtNote02 {
		margin-top: 5px;
	}
	.medarot-flowWrap[data-flow='smartCard'] .flow-txtNote01.sp-right {
		text-align: right;
		padding-left: 0;
	}
	/* floating */
	.medarot-smartCardFloatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 9999;
	}
	.medarot-smartCardFloatingWrap01 .medarot-smartCardFloatingInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px;
	}
	.medarot-smartCardBtnFloatWrap {
		display: flex;
		justify-content: space-between;
	}
}