/*-------------------------------------------*/
/*	420px 以下の画面幅で適用する CSS
/*-------------------------------------------*/
@media screen and (max-width:420px){/*420px 以下の画面幅で適用する CSS*/

/*  基本設定
------------------------------------------------------------ */
body{
}
h1 {
}
h2 {
    font-size: 1.714rem;/*24px*/
}
h3 {
    font-size: 1.285rem;/*18px*/
}
h4 {
    font-size: 1.142rem;/*16px*/
}
h5 {
    font-size: 1.142rem;/*16px*/
}

/*  ヘッダー
------------------------------------------------------------ */
#logo {
}

/*  トップイメージ
------------------------------------------------------------ */
#topWrapper {
}

/*  コンテンツフレーム
------------------------------------------------------------ */
#mainContents h2 {
    margin: 0 0 16px;
    font-size: 2.285rem;/*32px*/
}
#mainContents h3 {
    margin: 0 0 16px;
}

/*  メニューページタイトル
------------------------------------------------------------ */
#mainVisualArea {
    height: 180px;
}
#mainVisualArea:after {
	height: 4px;
	bottom: -4px;
}
#mainVisualArea div span.eng {
    font-size: 2.285rem;/*32px*/
}

/*  コンテンツ
------------------------------------------------------------ */
#toppage .item {
}

/*  フッター
------------------------------------------------------------ */
#footerLogo {
    width: 160px;
}

/*  フッターリンク、コピーライト
------------------------------------------------------------ */
#footerContents {
    padding: 0;
}
#footerContents div {
    margin: 0;
}
#f_link {
	width: 100%;
	text-align: center;
}
#f_link li {
	display: block;
	float: left;
	line-height: 4;
	margin: 0;
	width: 50%;
	border-right: 1px solid rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(255,255,255,.6);
}
#f_link li:last-child {
}
#f_link li a{
}
#f_link li:after {
	display: none;
}
#copyright {
    float: none;
	line-height: 4;
    padding: 0;
    text-align: center;
    color: #fff;
}

/*  サイトマップ
------------------------------------------------------------ */
#sitemap .item {
	margin-bottom: 48px;
}

/*  サイトマップ
------------------------------------------------------------ */
#sitemap .item {
	margin-bottom: 48px;
}

/*  バナーリスト
------------------------------------------------------------ */
ul.bannerList li {
    display: inline-block;
    margin: 0 0 16px 0;
    width: 100%;
}
ul.bannerList li:last-child{
	margin-bottom: 0;
}

/*  現金販売
------------------------------------------------------------ */
#cashsale .cashflow{
    margin: 16px 0 0;
}

/*  特徴
------------------------------------------------------------ */
#feature .featBox {
    flex-direction: column;
    margin: 0 0 32px;
}
#feature .featBox.desc {
    flex-direction: column;
}
#feature .featBox .featTxt {
    width: 100%;
}
#feature .featBox .featImg {
    width: 100%;
    margin-top: 16px;
}
#feature .frame:before {
    padding-top: 66%;
}
#feature .featTxt .frame:before {
    padding-top: 33%;
}
#feature .frame span {
    position: absolute;
}

/*  主な機能
------------------------------------------------------------ */
.item ul.funcList {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.item ul.funcList li {
    width: 100%;
	margin-right: 0;
    margin-bottom: 24px;
}
.item ul.funcList li:nth-of-type(n+7){
	margin-bottom: 24px;
}
.item ul.funcList li:last-child {
    margin-bottom: 0;
}

/*  料金
------------------------------------------------------------ */
#price .price_box h3 {
    margin: 0;
}

}