/************** カレンダーのサイズ変更CSS *********************/
.ui-datepicker-trigger {
    width: 57px;
    height: 30px;
    margin: 5px 2px;
    vertical-align: bottom;
}

.ui-datepicker {
    font-size: 140% !important;
}

/************** 画像選択のボタンサイズ変更CSS *********************/

form[name="sys_form"] input[type="file"] {
    display:inline-block;
    position:relative;
    overflow:hidden;
    background:#F5F5F5;
    border: 2px solid #E3E3E3;
    text-align:center;
    padding: 10px;
    line-height:13px;
    font-size: 13px;
    cursor:pointer;
    margin-left: 0;
}

/* smartphone横(landscape) */
@media only screen and (max-width:640px) {
    form[name="sys_form"] input[type="file"] {
        width: 100%;
        max-width: 320px;
    }
}
/************** メッセージ機能のフォーム *********************/
.chatRoom__body__ {
    position: relative;
    overflow-y: hidden;
}
.chatRoom__body__::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

/*--------------------------------------------------------------home-article*/

.home-article {
    background: #202028;
    background: #DDD;
    width: 100%;
}

.home-article__ {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.home-article__des {
    text-align: center;
    padding: 40px 0;
}

.home-article__des__title {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 20px;
}

.home-article__des__text {
	padding: 0px 20px;
    font-size: 16px;
    line-height: 1.6em;
}
.home-article__des__text::after {
	content: "";
	display: block;
	text-align: center;
	margin: 40px auto 0 auto;
	border-bottom: 3px solid #212121;
	width: 30px;
	background-color: #000;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.home-article__ {
			width: 100%;
			padding: 10px;
		}

		.home-article__des {
    		padding: 40px 15px 20px;
		}

		.home-article__des__title {
    		font-size: 18px;
		    margin: 0 0 10px;
		}

		.home-article__des__text {
			font-size: 12px;
			line-height: 1.6em;
    		padding: 0px;
		}

    }

/*--------------------------------------------------------------共通テキスト*/
.commonText {
	font-size: 14px;
	line-height: 1.4em;
}
.commonText--lh1 {
    line-height: 1.6em
}
.commonText--lh2 {
    line-height: 1.8em
}
.commonText--lh3 {
    line-height: 2.0em
}

.commonText--m {
    margin: 20px 0 30px 0;
}
.commonText--center {
    text-align: center;
}
.commonText a {
	text-decoration: none;
	color: #9e8952;
}
.commonText--hint {
    color: #c8c8c8;
}
.commonText--link-line a {
    text-decoration: underline;
    color: #192127;
}
.commonText a:hover {
    opacity: 0.6;
}
	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		.commonText {
			font-size: 12px;
        }
        .commonText--m {
            margin: 10px 0 20px 0;
        }
	}
/*--------------------------------------------------------------commonForm__action__btn*/
.commonForm__action__btn--submit {
    background-color: #9e8952;
    color: #fff;
}
.commonForm__action__btn--submit:disabled {
    opacity: 0.4;
    pointer-events: none;
}
.commonForm__action__btn--max {
    width: 100%;
}

/*--------------------------------------------------------------アラート関連 */
.confModal__form--mini {
	position: absolute;
	display: inline-block;
	margin: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	background-color: rgba(0,0,0,0.8);
	width: 180px;
	height: 180px;
	font-size: 14px;
	border-radius: 10px 10px 10px 10px;
	color: #FFF;
	vertical-align: middle;
}

.confModal__form--bottom {
	position: absolute;
	display: inline-block;
	margin: 0;
	bottom: 0;
	left: 0;
    height: 50%;
    width: 100%;
    background-color: #FFF;
    padding: 0;
}
.confModal__form__cont--max {
	padding: 20px;
    font-size: 12px;
	text-align: center;
	height: 100%;
}
.confModal__form__cont--in-form {
    padding: 20px;
    font-size: 12px;
    text-align: left;
}

.confModal__form--responsive {
	position: absolute;
	display: inline-block;
	margin: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    background-color: #FFF;
	min-width: 300px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}
	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
        .confModal__form__cont--in-form {
            padding: 15px;
        }
        .confModal__form--bottom {
            height: 70%;
        }
        .confModal__form--responsive {
            max-height: 80%;
            max-width: 80%;
            overflow-y: scroll;
        }
    }

.modal-mini {
    display: flex;
    flex-direction: column;
	justify-content: center;
    flex-wrap: wrap;

    height: 100%;
    width: 100%;
    line-height: 1.2em;
}
.modal-mini p {
    width: 100%;
    margin: 10px 0 0 0;
}
.modal-mini img {
    width: auto;
    height: 46px;
}
/* モーダルロング
----------------------------------------------- */
.confModal__form--long-image,
.confModal__form--long {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    margin: 0;

    width: 640px;
    min-height: 100%;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
    -webkit-overflow-scrolling: touch;
}
.confModal__form--long-image {
    background-color: rgba(255, 255, 255, 0.9);
}
.confModal__form--long {
    background-color: #FFF;
}
.confModal__form--long-image {
    overflow: hidden;
}
.confModal__form__cont--long-image img {
    position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}
.confModal__form__cont--long {
    padding: 0;
    text-align: left;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
        .confModal__form--long-image,
        .confModal__form--long {
            padding: 0;
            width: 100%;
        }
    }


/* ステップライン
----------------------------------------------- */
.stepLine {
	list-style: none;
	display: table;
    width: 100%;
    margin: 0 0 20px 0;
}

.stepLine__point {
	display: table-cell;
	position: relative;
	text-align: center;
	padding: 0;
    background-color: #ededed;
    height: 10px;
}

.stepLine__point--active {
    background-color: #cd365d;
}

/* toolGrid関連
------------------------------------------------- */
.cmn-toolGrid__col--lr-m6:nth-child(odd) {
	padding: 0 6px 12px 0
}
.cmn-toolGrid__col--lr-m6:nth-child(even) {
	padding: 0 0 12px 6px
}
.cmn-toolGrid__col--lr-m10:nth-child(odd) {
	padding: 0 15px 30px 0
}
.cmn-toolGrid__col--lr-m10:nth-child(even) {
	padding: 0 0 30px 15px
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		.cmn-toolGrid__col--lr-m6:nth-child(odd) {
			padding: 0 3px 6px 0
		}
		.cmn-toolGrid__col--lr-m6:nth-child(even) {
			padding: 0 0 6px 3px
        }
        .cmn-toolGrid__col--lr-m10:nth-child(odd) {
            padding: 0 7px 20px 0
        }
        .cmn-toolGrid__col--lr-m10:nth-child(even) {
            padding: 0 0 20px 7px
        }
	}

/* ダイアログのタイトル
------------------------------------------------------------ **/
.dialogTitle {
	line-height: 1.2em;
	position: relative;
}

.dialogTitle--lv3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
        .dialogTitle--lv3 {
            font-size: 14px;
        }
    }

/* 特殊UI
--------------------------------------------------------------- **/
.cmn-formUI {}

.cmn-formUI__switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
    margin: 0 !important;
}

.cmn-formUI__switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cmn-formUI__switch .cmn-formUI__switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c8c8c8;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 32px;
}

.cmn-formUI__switch .cmn-formUI__switch__slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 50%;
}

.cmn-formUI__switch input:checked+.cmn-formUI__switch__slider {
    background-color: #cd365d;
}

.cmn-formUI__switch+.cmn-formUI__switch__slider {
    box-shadow: 0 0 1px #cd365d;
}

.cmn-formUI__switch input:checked+.cmn-formUI__switch__slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/** セレクト **/
.cmn-formUI__select-list {
    display: inline-block;
    min-height: 36px;
    padding: 2px 2px;
    border: 1px solid #dcdfe6;
    list-style: none;
    font-size: 0;
    border-radius: 2px;
    text-align: left;

    background: #FFF url(../img/icon/arrow-left-select.svg) no-repeat;
	background-position: center right 5px;
    background-size: 12px auto;
    pointer-events: painted;
    transition: 0.2s;

    margin: 5px 2px;
    width: 420px;
}
.cmn-formUI__select-list:hover {
	border-color: #777;
}

.cmn-formUI__select-list__item {
    display: inline-block;
    font-size: 12px;
    background-color: #cd365d;
    color: #FFF;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    vertical-align: middle;
    margin: 4px;
    border-radius: 2px;
}
.cmn-formUI__select-list__item a {
    text-decoration: none;
    color: #FFF;
}
	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
        .cmn-formUI__select-list {
            width: 100%;
        }
        .cmn-formUI__select-list__item {
            font-size: 10px;
            padding: 0 5px;
            height: 20px;
            line-height: 20px;
        }
    }
/* プラン契約一覧ページ
--------------------------------------------------------------- **/
.cmn-lp__plan-mid__pCard-list__item__camp {
    background-color: #f1cb3f;
    margin: 0 0 15px 0;
    padding: 20px;
}
.cmn-lp__plan-mid__pCard-list__item__camp p {
    line-height: 1.6em;
    color: #fff;
    text-align: center;
}
.cmn-lp__plan-mid__pCard-list__item__camp__title {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}
.cmn-lp__plan-mid__pCard-list__item__camp__prev-price {
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    text-decoration: line-through;
}
.cmn-lp__plan-mid__pCard-list__item__camp__next-price {
    font-weight: bold;
    font-size: 26px;
    color: #FFF;
}
    /* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
        .cmn-lp__plan-mid__pCard-list__item__camp {
            margin: 0 0 10px 0;
            padding: 15px;
        }
        .cmn-lp__plan-mid__pCard-list__item__camp__title {
            font-size: 14px;
        }
        .cmn-lp__plan-mid__pCard-list__item__camp__prev-price {
            font-size: 12px;
        }
        .cmn-lp__plan-mid__pCard-list__item__camp__next-price {
            font-size: 16px;
        }
    }
/* ポイント購入ページ
--------------------------------------------------------------- **/
.pointPlan-item {
    padding: 20px;
    background-color: #FFF;
    margin: 0 0 20px 0;
    border-radius: 10px 10px;
}
.pointPlan-item__camp {
    background-color: #ff5252;
    margin: 0 0 15px 0;
    padding: 20px;
    border-radius: 10px 10px;
}
.pointPlan-item__camp p {
    line-height: 1.6em;
    color: #fff;
    text-align: center;
}
.pointPlan-item__camp__title {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.pointPlan-item__camp__prev-price {
    font-weight: bold;
    font-size: 18px;
    color: #c9c9c9;
    text-decoration: line-through;
}
.pointPlan-item__camp__next-price {
    font-weight: bold;
    font-size: 28px;
    color: #FFF;
}

.pointPlan-item__discount {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 26px 0;
    position: relative;
}
.pointPlan-item__discount span {
    display: inline-block;
    padding: 10px;
    width: 40%;
    text-align: center;
    background-color: #f1cb3f;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    z-index: 1;
}
.pointPlan-item__discount span::after {
    content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 0px;
	height: 0px;
	transform: translateX(-50%);
	left: 50%;
	top: 100%;
	border-top: 10px solid #f1cb3f;
	border-right: 6px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 6px solid transparent;
}
.pointPlan-item__desc {
    font-size: 16px;
    text-align: center;
    margin: 0 0 20px 0;
}
.pointPlan-item__desc strong {
    font-size: 30px;
}
    /* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
        .pointPlan-item {
            padding: 15px;
            margin: 0 0 15px 0;
        }
        .pointPlan-item__camp {
            margin: 0 0 10px 0;
            padding: 15px;
        }
        .pointPlan-item__camp__title {
            font-size: 16px;
        }
        .pointPlan-item__camp__prev-price {
            font-size: 14px;
            text-decoration: line-through;
        }
        .pointPlan-item__camp__next-price {
            font-size: 22px;
        }

        .pointPlan-item__discount {
            margin: 0 0 21px 0;
        }
        .pointPlan-item__discount span {
            width: 80%;
            font-size: 14px;
        }
        .pointPlan-item__desc {
            font-size: 14px;
            margin: 0 0 15px 0;
        }
        .pointPlan-item__desc strong {
            font-size: 24px;
        }
    }
/* 特殊な画像アップロードボタン
--------------------------------------------------------------- **/
.cmn-imageUp {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.cmn-imageUp__img-btn {
    display: table-cell;
    width: 100px;
    height: 100px;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icon/cloud.svg);
    transition: 0.2s;
    border-radius: 5px 5px;
}
.cmn-imageUp__img-btn:hover {
    opacity: 0.6;
}
.cmn-imageUp__img-btn input[type="file"] {
	display: none !important;
}
.cmn-imageUp__info {
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle;
}
.cmn-imageUp__info__message {
    font-size: 14px;
}
.cmn-imageUp__info__delete,
.cmn-imageUp__info__filename {
    font-size: 12px;
    color: #c8c8c8;
}
    /* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
        .cmn-imageUp__img-btn {
            width: 80px;
            height: 80px;
        }
        .cmn-imageUp__info {
            padding: 0 0 0 15px;
        }
        .cmn-imageUp__info__message {
            font-size: 12px;
        }
        .cmn-imageUp__info__delete,
        .cmn-imageUp__info__filename {
            font-size: 10px;
        }
    }
/***************　プラン選択の拡張デザインデザイン ************************/
.cardImageList {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    text-align: center;
}

.cardImageList__ {
    margin: 0 0 10px 0;
}

.cardImageList__item {
    display: inline-block;
}

.cardImageList__item img {
    vertical-align: middle;
}

.cardImageList__item:not(:last-child) {
    margin: 0 30px 0 0;
}

.cardImageList__item--visa img {
    height: 40px;
}

.cardImageList__item--ma img {
    height: 60px;
}

.cardImageList__item--jcb img {
    height: 70px;
}

    /* smartphone横(landscape) */
    @media only screen and (max-width:640px) {
        .cardImageList {
            padding: 10px 0 0 0;
            margin: 10px 0 0 0;
        }

        .cardImageList__ {
            margin: -10px 0 10px 0;
        }

        .cardImageList__item:not(:last-child) {
            margin: 0 10px 0 0;
        }

        .cardImageList__item--visa img {
            height: 20px;
        }

        .cardImageList__item--ma img {
            height: 30px;
        }

        .cardImageList__item--jcb img {
            height: 34px;
        }
    }

/* いいね！交換プラン
---------------------------------------------------------------------- */
    .toIine {
        padding: 10px 0;
    }
    .toIine-info {
        margin: 40px 0 0 0;
    }
    .toIine-info__num-panel strong {
        display: block;
        font-size: 26px;
        margin: 0 0 8px 0;
    }
    .toIine-info__num-panel small {
        display: block;
        font-size: 11px;
    }
    .toIine-info__point-link {
        text-align: right;
        font-size: 14px;
    }
    .toIine-Text {}
    .toIine-Text__icon {
        height: 18px;
        line-height: 100%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px 0 0;
    }
    .toIine-Text__title {
        line-height: 100%;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
    }
    /* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
        .toIine {
            padding: 8px 0;
        }
        .toIine-info {
            margin: 30px 0 0 0;
        }
        .toIine-info__num-panel strong {
            font-size: 22px;
        }
        .toIine-info__num-panel small {
            font-size: 10px;
        }
        .toIine-info__point-link {
            font-size: 11px;
        }
        .toIine-Text__icon {
            height: 16px;
        }
        .toIine-Text__title {
            font-size: 12px;
        }
    }
/* プロフィールのバツボタンで消すことができるメッセージカード
--------------------------------------------------------------- **/
.cmn-alert {
    position: relative;
    background-color: rgba(205,54,93,0.8);
    color: #FFF;
    width: 100%;
    padding: 20px 15px;
}
.cmn-alert--fixed-bt {
    position: absolute;
    bottom: 0;
    left: 0;
}
.cmn-alert--fixed {
    position: absolute;
    top: 0;
    left: 0;
}
.cmn-alert__close {
    position: absolute;
    padding: 8px;
    right: 0;
    top: 0;
    text-decoration: none;
    transition: 0.2s;
    pointer-events: painted;
}
.cmn-alert__close:hover {
    opacity: 0.6;
}
.cmn-alert__close > i {
    color: #FFF;
    font-size: 24px;
}
.cmn-alert > p {
    font-size: 14px;
	line-height: 1.4em;
}
    /* smartphone横(landscape) */
    @media only screen and (max-width:640px) {
        .cmn-alert {
            padding: 15px 10px;
        }
        .cmn-alert > p {
            font-size: 12px;
            line-height: 1.2em;
        }
        .cmn-alert__close {
            padding: 5px;
        }
        .cmn-alert__close > i {
            font-size: 20px;
        }
    }