@charset "utf-8";
/* CSS Document */




/* 2024開発追加 ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
ol, ul {
    list-style: none outside none;
}
.outerlink-area{
    display:block;
}

.section-title {
	width: 1200px;
    padding-left: 8px;
    margin-top:53px;
    margin-bottom:53px;
	line-height: 53px;
    font-size: 30px;
    color: #33323F;
    letter-spacing: 0;
    font-weight: 700;
    border-left-style: solid;
    border-left-color: #D40000;
    border-left-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #D40000;
    border-bottom-width: 6px;
}

/* ログインセクション */
.login-area{
    display:block;
}

.login-title-area{
    margin:0 auto;
	width: 1200px;
}
.login-title{
    padding-left: 90px;
    padding-top:7px;
    padding-bottom:6px;
    line-height: 26px;
    font-size: 20px;
    color: #3F444B;
    letter-spacing: 0;
    font-weight: 600;
    background-color: #FFE0CD;
}
.login-title-icon{
    float:left;
    content:url("../images/check.png");
}

/* ログイン誘導領域 ログインタイトル */
.login-title-check-area{
    position: relative;
}
.login-title-check-area p::before{
    content: " ";
    background-color: #E67E22;
    position: absolute;
    bottom : -3px;
    left: 0;
    width: 80px;
    height: 40px;
    text-align: left;
    text-indent: -999;
    z-index: 10;
    background:url("../images/check.png");
}
.login-title-check-area p{
    margin: 0px auto 24px auto;
    background-color: #FFE0CD;
}
.login-title-check-area p span{
    position: relative;
    font-size: 20px;
    color: #3F444B;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 33px;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-left: 90px;
    letter-spacing: 0;
    z-index: 0;
}

/* ログイン　バルーン画像版 */
.login-balloon-area{
    position: relative;
    display: block;
    width:700px;
    margin:32px auto 8px;
    text-align :center;
}
.login-balloon {
    content:url("../images/balloon.png");
    width:700px;
}
.login-balloon-text {
    position:absolute;
    line-height: 17px;
    top:25px;
    left:30px;
    font-size: 18px;
    color: #131415;
    letter-spacing: 0;
    font-weight: 400;
}

/* Just MyShop ログイン誘導 */
.loginbutton {
    display: block;
    margin:0 auto;
    height: 100px;
    width: 500px;
}

/* Just MyShop ログイン誘導　ログインボタン */
.login-jms a{
	display: block;
    line-height: 96px;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
	text-decoration: none;
	text-align: center;

    background: #F57400;
    border: 2px solid #B25605;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.30);
    border-radius: 8px;

    margin:0 auto;
}
/* ログインボタン　ホバー */
.login-jms a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;	
}
/* ログインボタン　▼表現 */
.login-jms a:after{
    display:inline-block;
    content:"▼";
    transform: rotate(270deg);
    margin-right: 0;
    position: absolute;
}

.login-txtlinkarea {
	border: 1px solid #C00;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 15px;
	width: 1200px;
	margin: 16pt auto;
}


.login-txtlinkarea a{
	line-height: 2;
	font-size: 16px;
	color: #2C6CA8;
	text-decoration: underline;
}

.login-txtlinkarea p{
	line-height: 2;
	font-size: 16px;
	text-align:center;
}

.txtlinkarea a:hover{
	color: #C00;
}


/* 機能比較 */
.feature-area{
    display:block;
}

.target-item {
    display:block;        
}
/* 機能比較　エディション別 */
ul.feature-header{
    width:inherit;
    display:block;        
    margin:0 auto;
    height: 88px;
}
ul.feature-header li{
    float:left;
    text-align: center;
    margin-bottom: 8px;
/*    height: 62px;*/
    line-height: 31px;
    font-size:21px;
    font-weight: 700;
}
ul.feature-header li.feature-header-none{
    padding:5px 0px 21px 0px;
    width:391px;
    display:block;
    margin-left:0;
}
/* 優待版 */
ul.feature-header li.feature-header-yutai{
    padding: 13px 0px 13px 0px;
    width: calc(100% - 391px);
/*    padding:13px 50px 13px 50px;*/
/*    width:336px;*/
    display:block;
    color:#FFFFFF;
    background:#745EA0;;
    border:#745EA0;;
}
/* 従来版 */
ul.feature-header li.feature-header-jurai{
    padding: 13px 0px 13px 0px;
    width: calc(100% - 391px);
/*    margin-left:4px;*/
/*    padding:13px 123px 13px 124px;*/
/*    width:189px;*/
    display:block; 
    color:#FFFFFF;; 
    background:#F18D02;;
    border:#F18D02;;
}
/* 機能比較表 一覧画像 */
.feature-table{
    position:relative;
}
.feature-table-area{
    display:block;
    width:1200px;
    height:auto;
    margin:0 auto;
}
/* 1200 x 1156 */
.feature-table-image{
    width:1200px;
    height:auto;
    margin:0 auto;
}
/* 機能比較表 注意事項 */
.feature-notice-area{
    width:1200px;
    height:auto;
    margin:0 auto;
}
.feature-notice{
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    color: #F30103;
    margin-top:16px;
    margin-bottom:18px;
}
/* 機能比較表 ページ切替リンク */
.feature-notice-link{
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    margin-top:16px;
    margin-bottom:18px;
}
.rcmd-area{
    display:block;
}

/* 契約情報領域 */
.rcmd-cntrct-area{
    display:block;
    width:1200px;
    height:auto;
    margin:0 auto;
}

/* 購入履歴・契約情報枠 */
.rcmd-cntrct-frame {
    border-radius: 6px;
    border-width: 13px;
    border-style: solid;
}
/* 購入履歴・契約情報 枠・背景 一般会員 */
.frame-rank-normal{
    background-color: #FFFFFF;
    border-color: #B55239;
}
/* 購入履歴・契約情報 枠・背景 シルバー会員 */
.frame-rank-silver{
    background-color: #EEF0F3;
    border-color: #778A98;
}
/* 購入履歴・契約情報 枠・背景 ゴールド会員 */
.frame-rank-gold{
    background-color: #FBF4D8;
    border-color: #9D8707;
}
/* 購入履歴・契約情報 枠・背景 プラチナ会員 */
.frame-rank-platinum{
    background-color: #E7FBFF;
    border-color: #0096C5;
}

/* ニックネーム */
.rcmd-cntrct-namearea{
    display: block;
    height:88px;
    text-align: center;
    font-family: HiraKakuPro-W6, -apple-system, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック W3", "Hiragino Sans W3", Meiryo, "メイリオ", Osaka, " ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}

/* 会員名 */
.rcmd-cntrct-name {
    display: inline-block;
/*    margin: 16px 0px 16px 40px;*/
    line-height: 88px;;
}

/* ニックネーム 通常会員 */
.name-rank-normal{
    color: #FFFFFF;
    background-color: #B55239;
}
/* ニックネーム シルバー会員 */
.name-rank-silver{
    color: #FFFFFF;
    background-color: #778A98;
}
/* ニックネーム ゴールド会員 */
.name-rank-gold{
    color: #FFFFFF;
    background-color: #9D8707;
}
/* ニックネーム プラチナ会員 */
.name-rank-platinum{
    color: #FFFFFF;
    background-color: #0096C5;
}

/* 契約情報一覧 */
.rcmd-cntrct-list-frame{
    border-width: 32px;
    border-style: solid;
}
.list-frame-rank-normal{
    border-color:#F4ECEC; 
}
.list-frame-rank-silver{
    border-color:#EEF0F3; 
}
.list-frame-rank-gold{
    border-color:#FBF4D8; 
}
.list-frame-rank-platinum{
    border-color:#E7FBFF; 
}
.rcmd-cntrct-list{
    display:block;
    height:auto;
    border-width: 1px;
    border-style: solid;
    height:auto;
}
.list-rank-normal{
    border-color:#E9C4BB; 
}
.list-rank-silver{
    border-color:#F4ECEC; 
}
.list-rank-gold{
    border-color:#F4ECEC; 
}
.list-rank-platiunm{
    border-color:#F4ECEC; 
}

/* 契約情報タイトル */
.cntrct-title{
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    margin-left: 33px;

    font-size: 20px;
    color: #B55239;
    letter-spacing: 0;
    font-weight: 600;
}

.taro-title{
    margin-top: 34px;
}

.atokp-title{
    margin-top: 24px;
}


.cntrct-title-rank-normal{
    color: #B55239;
}
.cntrct-title-rank-silver{
    color: #778A98;
}
.cntrct-title-rank-gold{
    color: #9D8707;
}
.cntrct-title-rank-platinum{
    color: #0096C5;
}


/* 契約情報 個別情報 */
ul.cntrct-item-line{
    width:inherit;
    display:flex;
    margin:0 auto;
}

ul.cntrct-item-line li{
    display:block;
    text-align: left;
    line-height: 20px;
    font-size: 20px;
    color: #33323F;
    letter-spacing: 0;
    font-weight: 600;
    width : 100%;
}


ul.cntrct-item-line li.cntrct-type{
    display:block;
    margin-left:66px;
}


ul.cntrct-item-line li.cntrct-info{
    display:block;
    margin-right:66px;
}

/* 回り込みを解除する */
.clear_box {
    clear:  both;               
}

ul.cntrct-item-line li.cntrct-info p{
	overflow-wrap: break-word;
}

/* 一太郎 */
.cntrct-taro{
    display: block;
}

/* 一太郎契約情報　ユーザー登録しているエディション */
.cntrct-t2022{
    display: block;
    font-size: 20px;
    color: #33323F;
    letter-spacing: 0;
    font-weight: 700;
    margin-top:24px;
    margin-bottom:24px;
    height: 20px;
}

/* 契約情報区切り線破線 */
.cntrct-border-dashed{
    display: block;
    width : 1060px;
    border-bottom-width: 2px;
    border-bottom-style:dashed ;
    border-bottom-color: #E9C4BB;
    height:2px;
    margin-left:18px;
    text-align: center;
}

/* 契約情報区切り線 */
.cntrct-border-solid{
    display: block;
    width : 1060px;
    border-bottom-width: 2px;
    border-bottom-style:solid ;
    border-bottom-color: #E9C4BB;
    height:2px;
    margin-left:18px;
    text-align: center;
}

/* 一太郎契約情報　ATOK Passport         */
.cntrct-t2022-atok{
    display: block;
    font-size: 20px;
    color: #33323F;
    letter-spacing: 0;
    font-weight: 700;
    margin-top:24px;
    margin-bottom:24px;
    height: 114px;
}

/* ATOK Passport 契約情報 */
.cntrct-atok{
    display: block;
}
/* 年間プラン */
.cntrct-atokpy{
    display: block;
    height: 152px;
    margin-top:24px;
    margin-bottom:24px;
}
/* 月間プラン */
.cntrct-atokpm
{
    display: block;
    height:76px;
    margin-top:24px;
    margin-bottom:24px;
}

/* 契約中 */
.cntrct-on{
    font-size: 20px;
    color: #4685FF;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
}
/* 契約中アイコン */
.cntrct-checkon{
    height:30px;
    content:url("../images/icon_undercontract.png");
}
/* 契約中商品 */
.cntrct-product{
    font-size: 18px;
    color: #33323F;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 600;
    margin-top:16px;
}
.cntrct-ichitaro-product{
    font-size: 19px;
    color: #33323F;
    letter-spacing: 0;
    font-weight: 700;
}
/* 契約期間 */
.cntrct-period{
    font-size: 18px;
    color: #33323F;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 600;
    margin-top:8px;
}
/* 契約シリアル */
.cntrct-sercial{
    font-size: 18px;
    color: #969696;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 600;
    margin-top:8px;
}

/* 発行済み */
.cntrct-issued{
    font-size: 20px;
    color: #4685FF;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
}
/* 未発行 */
.cntrct-not-issued{
    font-size: 20px;
    color: #E58B28;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
}
/* 利用期間終了・利用期限切れ */
.cntrct-disable{
    font-size: 20px;
    color: #969696;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
}
.cntrct-not-enough{
    font-size: 20px;
    color: #E58B28;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 700;
}
/* オススメ商品への矢印画像 */
.rcmd-arrow-area{
    text-align : center;
}
.rcmd-arrow-img{
    content:url("../images/image_guidance_arrow.png");
    background-size:auto;
    cursor: pointer;
}

/* オススメ購入案内 */
.recmd-item-area{
    display:block;
    margin:0 auto;
}

/* ヘッダ背景 */
.recmd-item-head{
    display:block;
    height: 556px;
    background-image:url("../images/image_bg_guide_head.png");
    background-size: 1200px 556px;
    background-repeat: no-repeat;
}


/* ミッド背景 */
.recmd-item-mid{
    display:block;
    height: 556px;
    background-image:url("../images/image_bg_guide_mid.png");
    background-size: 1200px 1px;
    background-repeat: repeat-y;
}

/* フッタ背景 */
.recmd-item-tail{
    display:block;
    height: 96px;
    background-image:url("../images/image_bg_guide_tail.png");
    background-size: auto auto;
    background-size: 1200px 96px;
    background-repeat: no-repeat;
}
        
.recmd-item-ul li{
    list-style-type:none;		/*リストマーカー無しにする*/
}


/* 画像枠内に配置するので relative にして absolute で座標指定 */
.rcmd-item-area{
    position: relative;
    display:block;
    width:1200px;
    height:auto;
    margin:0 auto;
    /* .rcmd-item-info-area を相対配置する上オフセット */
    padding-top:515px;
    background:url("../images/image_bg_guide_mid.png");
}

.rcmd-item-bg{
    position: absolute;
    top: 0px;
    width:1200px;
/*    height:2050px;    */
    content:url("../images/image_bg_guide_head.png");
}

.rcmd-item-info-area{
    /* absolute 配置でない内容を配置する上オフセット */
    /* 1215px(notice top) - 515px(item-bgfrm top) - 260px(banner height) = 440px */
    padding-top:440px; 
    background-image:url("../images/image_bg_guide_active_mid.png");
}

.rcmd-purchsebtn-area-bg{
    width:1200px;
    margin:0 auto;
    background-image:url("../images/image_bg_guide_tail.png");
    background-position-y:100%;
    background-repeat: no-repeat;
}
.rcmd-purchsebtn-area-active-bg{
    background-image:url("../images/image_bg_guide_active_tail.png");
    background-position-y:100%;
    background-repeat: no-repeat;
}

/* プラチナ　単体 選択 */
/*
.rcmd-item-editions{
}
*/
.rcmd-item-edition{
    display: block;
    line-height: 200px;
}
.rcmd-item-ul{
    /* タブとアクティブ枠の間に不要な隙間できないよう、上下マージンなしに */
    margin-top:0px;
    margin-bottom:0px;
}
.rcmd-item-ul li{
    list-style-type:none;		/*リストマーカー無しにする*/
}

/* オプションボタン プラチナ */
.ed-pla-radio{
    position: absolute;
    top:168px;
    left:10%;
}
.ed-pla-label{
    position: absolute;
    top:168px;
    left:12%;
    line-height: 200px;
}
/* オプションボタン プラチナ パッケージ */
.ed-pla-pkg{
    position: absolute;
    margin:0 auto;
    content:url("../images/image_btn_platinum_nonactive.png");
}
.ed-pla-pkg.active{
    content:url("../images/image_btn_platinum_active.png");
}
.ed-pla-pkg:hover{
    opacity: 70%;
    cursor: pointer;
}

/* オプションボタン 通常班 */
.ed-nor-radio{
    position: absolute;
    top:168px;
    right:40%;
}
.ed-nor-label{
    position: absolute;
    top:168px;
    right:38%;
    line-height: 200px;
}
/* オプションボタン 通常版 パッケージ */
.ed-nor-pkg{
    position: absolute;
    margin:0 auto;
    content:url("../images/image_btn_normal_nonactive.png");
}
.ed-nor-pkg.active{
    content:url("../images/image_btn_normal_active.png");
}
.ed-nor-pkg:hover{
    opacity: 70%;
    cursor: pointer;
}

/* タブ枠 */
.rcmd-item-tabs{
    display: block;
}
/* オススメタブに li を使っているのでリストマーカー無しにする */
.rcmd-item-tabs ul{
    list-style-type: none;
    padding: 0;
    /* タブとアクティブ枠の間に不要な隙間できないよう、上下マージンなしに */
    margin-top: 0px;
    margin-bottom: 0px;
}

.item-frm-pos{
  position:absolute;
  top:328px;
  width:100%;
};
.yutai-fram{
    content:url("../images/image_bg_guide_active.png");
}
.yutai-fram.active{
    content:url("../images/image_bg_guide_active.png");
}

/* タブ位置共通 */
.item-tab-pos{
 position:absolute;
 top:328px;
}
/* ユーザー優待版タブ*/
.yutai-tab-pos{
  left:0%;
}
/* ユーザー優待版タブ プラチナ 非アクティブ */
.yutai-pla-tab{
    content:url("../images/image_tab_guideA_platinum_nonactive.png");
}
.yutai-pla-tab:hover{
    opacity: 70%;
    cursor: pointer;
}
/* ユーザー優待版タブ プラチナ アクティブ */
.yutai-pla-tab.active{
    content:url("../images/image_tab_guideA_platinum_active.png");
}
.yutai-pla-tab.active:hover{
    opacity: 70%;
    cursor: pointer;
}
/* ユーザー優待版 通常版 非アクティブ ★足りない★ */
.yutai-nor-tab{
    content:url("../images/image_tab_guideA_normal_nonactive.png");
}
.yutai-nor-tab:hover{
    opacity: 70%;
    cursor: pointer;
}
/* ユーザー優待版 通常版 アクティブ */
.yutai-nor-tab.active{
    content:url("../images/image_tab_guideA_normal_active.png");
}
.yutai-nor-tab.active:hover{
    opacity: 70%;
    cursor: pointer;
}

/* 従来版タブ*/
.jurai-tab-pos{
    right:0%;
}
/* 従来版 プラチナタブ 非アクティブ */
.jurai-pla-tab{
    content:url("../images/image_tab_guideB_platinum_nonactive.png");    
}
.jurai-pla-tab:hover{
    opacity: 70%;
    cursor: pointer;
}
/* 従来版  アクティブ */
.jurai-pla-tab.active{
    content:url("../images/image_tab_guideB_platinum_active.png");
}
.jurai-pla-tab.active:hover{
    opacity: 70%;
    cursor: pointer;
}
/* 従来版 通常版タブ 非アクティブ */
.jurai-nor-tab{
    content:url("../images/image_tab_guideB_normal_nonactive.png");
}
.jurai-nor-tab:hover{
    opacity: 70%;
    cursor: pointer;
}
/* 従来版 通常版タブ アクティブ */
.jurai-nor-tab.active{
    content:url("../images/image_tab_guideB_normal_active.png");
}
.jurai-nor-tab.active:hover{
    opacity: 70%;
    cursor: pointer;
}

.rcmd-prchs-list{
    height:auto;
}

/* 契約期間区切り */
.item-border-top{
    margin-left: 18px;
    border-top-color: #FFE9C4BB;
    border-top-style: dashed;
    border-top-width: 2px;
    width:1060px;
} 

.item-border-bottom{
    margin-left: 18px;
    border-bottom-color: #FFE9C4BB;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width:1060px;
}


/* オススメ情報 */
.item-info-caption-area{
    position:absolute;
    width:1050px;
    top:516px;
    left:75px;
    border-bottom-color: #D5D5D6;
    border-bottom-width:  4px;
    border-bottom-style: solid;
}
/* オススメ情報 説明 */
.item-info-caption{
    font-size: 24px;
    color: #D40000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
    height: 108px;
}

.item-info-caption-2lines{
    margin-top: 28px;
}

.item-info-caption-3lines{
    margin-top: 16px;
    margin-bottom: 16px;
}

/* オススメ　価格情報 */
.item-info-price-area{
    position:absolute;
    top : 641px;
    width: 1092px;
    left:54px;
}

/* 価格情報パッケージ */
.price-package{
    float:left;
    width:123px;
    height:123px;
    margin-left:43px;
    margin-top:9px;
}
.package-pla-yutai{
    content:url("../images/pkg_platinum_yuutai.png");
}
.package-pla-vup{
    content:url("../images/pkg_platinum_vup.png");
}
.package-nor-yutai{
    content:url("../images/pkg_tantai_vup.png");
}
.package-nor-vup{
    content:url("../images/pkg_tantai_yuutai.png");
}
/* MyShop 価格 */
.item-info-price-myshop{
    /*
    position:absolute;
    top : 641px;
    left:54px;
    width: 1092px;;
    height: 140px;
    */
    background-color: #FFFDE3;
    height:140px;
}

/* MyShop 価格　キャプション */
.price-caption-myshop{
    font-size: 24px;
    color: #33323F;
    letter-spacing: 0;
    text-align: right;
    line-height: 42px;
    font-weight: 700;
    position:absolute;
    margin-left:45px;
    margin-top :49px;
}

.price-myshop{
    font-size: 54px;
    color: #4A74F4;
    letter-spacing: 0;
    text-align: center;
    line-height: 75.6px;
    font-weight: 700;
    position:absolute;
    margin-left:272px;
    margin-top :26px;
}

.price-myahop-unit{
    font-size: 24px;
    color: #4A74F4;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: 700;
    position:absolute;
    margin-left:504px;
    margin-top :43px;
}


/* 価格情報背景 */
.item-info-price-bg{
   background-color:  #F0F0F0;
}

/* 価格情報 ＋ 記号 */
.item-info-price-plus{
    height: 40px;
    text-align: center;
    letter-spacing: 0;
    font-size:50px;
    line-height: 40px;
    background-color:  #F8F8F8;
}

.price-none{
    font-size: 24px;
    color: #33323F;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}

/* ATOK Passport 価格情報  */
.item-info-price-atok{
    /*
    top:818px;
    height: 53px;
    width: 1092px;;
    text-align: center;
    */
    letter-spacing: 0;
    line-height: 75.6px;
    border-bottom-style: solid;
    border-bottom-color: #565656;
    border-bottom-width:  1px;
}
.price-caption{
    font-size: 18px;
    color: #33323F;
    letter-spacing: 0;
    text-align: right;
    line-height: 42px;

    font-weight: 700;
}

.price{
    font-size: 24px;
    color: #33323F;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}

.price-unit{
    font-size: 16px;
    color: #33323F;
    letter-spacing: 0;
    font-weight: 700;
}

.price-atok-caption{
    margin-left:204px;
    margin-bottom:14px;
}
.price-atok{
    margin-left:32px;
    margin-bottom:14px;
}
.price-atok-unit{
    margin-left:13px;
    margin-bottom:14px;
}

.item-info-price-total{
    letter-spacing: 0;
    line-height: 75.6px;
    height: 55px;
}
.price-total-caption{
    margin-left:420px;
    margin-bottom:15px;
}
.price-total{
    margin-left:24px;
    margin-bottom:16px;
}
.price-total-unit{
    margin-left:12px;
    margin-bottom:16px;
}

.price-aster{
    font-size: 18px;
    color: #D40000;
    letter-spacing: 0;
    font-weight: 400;   
}

/* バナー */
.rcmd-banner-area{
    width:1000px;
    margin-left: 100px;
    margin-top: 24px;
    margin-bottom: 32px;
}

/* 価格・購入前注意事項 */
.rcmd-notice-area{
    display: block;
    padding-left:75px;
    width:1050px;
}

/* 価格に関する注意事項 */
.rcmd-notice-area .rcmd-notice-price-area{
    /*
    position:absolute;
    top:1215px;
    left:75px;
    width:1050px;
    */
    padding-top: 30px;
    border-top-color: #D5D5D6;
    border-top-width: 4px;
    border-top-style: solid;
}

/* 購入に関する注意事項 */
.rcmd-notice-area .rcmd-notice-purchase-area{
    margin-top:45px;
    padding-top: 28px;
    border-top-color: #D5D5D6;
    border-top-width: 4px;
    border-top-style: solid;
}
/* 購入に関する注意事項 見出し */
.rcmd-notice-area .notice-title{
    font-size: 20px;
    color: #33323F;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 700;   
}
.rcmd-notice-area .notice-subtitle{
    font-size: 16px;
    color: #33323F;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 700;
    margin-left:22px;
}
.subtitle-purchase-rule{
    margin-top:16px
}
.subtitle-purchase-atokp{
    margin-top:30px
}

/* ※付き　字下げ有りの場合 */
.rcmd-notice-area .notice-attention{
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
    margin-left: 20px;
}

.rcmd-notice-area .notice-price-atokpy{
    font-size: 18px;
    color: #D40000;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 400;
    left:95px;
    margin-top:27px;
}

/* 注意事項 本文共通 */
.rcmd-notice-area .notice-main{
    font-size: 16px;
    color: #33323F;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 400;
}
.rcmd-notice-area .notice-price-main{
    margin-left:47px;/* 122-75 */
}
.rcmd-notice-area .notice-purcahse-main{
    margin-left:67px;/* 122-75 */
}

/* 価格注意 個別*/
.price-yutai{
    margin-top:16px;
}

.price-detail{
    margin-top:16px;
}

/* ご購入注意　個別　*/
.purchase-rule{
    margin-top:16px;
    margin-left:42px;/* 117-75 */
}
.notice-purchase-rule-list{
    margin-top:14px;
    margin-left:38px;/* 113-75 */
}
.notice-purchase-rule-list li{
    font-size: 16px;
    color: #D40000;
    letter-spacing: 0;
    line-height: 29px;
    font-weight: 400;
}
.purchase-subtitle-atokp{
    margin-top:14px;
}
.purchase-subtitle-not2022{
    margin-top:14px;
}
.purchase-atokp{
    margin-top:24px;
    margin-left:42px;/* 117-75 */
}

.purhcase_atokp_period{
    font-size: 16px;
    color: #0000EE;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 400;
    margin-top:16px;
    margin-left:42px;/* 117-75 */
}

/* 購入に進む　ボタン */
.rcmd-purchsebtn-area{
    margin-left:75px;
    padding-bottom: 112px;
    width:1050px;
    border-top-color: #D5D5D6;
    border-top-width:  4px;
    border-top-style: solid;
/*    margin-bottom:112px;*/
}
.purchsebtn-item{
    margin-top:20px;
    margin-left:351px;
/*    margin-bottom:112px;*/
}

/* ATOK Passort 利用期間 */
.atokp-area-node{
   display:block;
   width:1215px;
}
/* ATOK Passrpot 利用期間 */
.atokp-area{
    display:block;
    width:1215px;
}
.atokp-zukai-area{
    border-color: #AFBCC9;
    border-width: 2px;
    border-style: solid;
}
.atokp-zukai-title{
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    background-color: #33323F;
    padding: 11px 0 11px;
}

.atokp-zukai-guide{
    font-size: 36px;
    color: #D70000;
    letter-spacing: 0;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    background-color: #FFFEF6;
    padding:10px 0px 10px;
}

.atokp-zukai-section{
    background-color:#FFFFFF;
    border-top-style: solid;
    border-top-color: #AFBCC9;
    margin:0 0 20px;
}


/* ATOK 利用期間領域 表示切り替えスイッチ */
.atokp-zukai-switch{
	margin: 40px 67px 40px 67px;
    padding:0 10px;
    width:85%;
    height: 80px;
    background-color:#F4F8FA;
    border-style: solid;
    border-radius: 6px;
    border-color: #D5D5D6;
    border-width: 3px;
}
/* ATOK 利用期間領域 表示切り替えスイッチ 見出し */
.atokp-zukai-switch-title{
    float:left;
    font-size: 20px;
    color:#E65B0C;
    font-weight:bold;
    line-height: 40px;
}
/* ATOK 利用期間領域 表示切り替えスイッチ ＋－ */
.atokp-zukai-switch-item{
    font-size: 20px;
    color:#213255;
    font-weight:bold;
    text-align: right;;
    line-height: 40px;
}
/* ATOK 利用期間領域 表示切り替えスイッチ マウスホバー */
.atokp-zukai-switch-item:hover{
    cursor: pointer;
    opacity: 70%;
}

.atokp-zukai-detail{
    position: relative;
    height:auto;
    display: none;
}

.atokp-zukai-item{
    display: block;
    margin-bottom: 46px;
}
/* 見出し */
.atokp-zukai-item h1{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36.4px;
    margin: 0px 32px 0px 32px;
    border-bottom: 3px solid #B3BFCB;
    border-left: 10px solid #B3BFCB;
    padding-left: 12px;
    text-align: left;
    color: #3F444B;
}
.atokp-zukai-item h1.title-notice{
    color: #D70000;
}
.atokp-zukai-item .item-main{
    display: block;
    margin: 24px 0px 24px 0px;
}
.atokp-zukai-item .item-main p{
/*    margin: 24px 110px 24px 110px;*/
    font-size: 16px;
    color: #33323F;
    letter-spacing: 0;
    font-weight: 400;
    line-height:1.9;
    margin: 0px 111px 0px 124px;
}

.atokp-zukai-item .item-notice{
    display: block;
    margin: 24px 0px 24px 0px;
}
.atokp-zukai-item .item-notice p{
/*    margin: 24px 110px 24px 110px;*/
    font-size: 14px;
    color: #33323F;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0px 124px 0px 124px;
}

.atokp-issued{
   color:red;
}

.atokp-period
{
    font-weight:bold;
}
 
 
.zukai-item-notice{
    display: block;
}
.zukai-item-notice p{
    font-size: 14px;
    color: #33323F;
    letter-spacing: 0;
    font-weight: 400;   
    margin: 40px 121px 40px 124px;
}

.atok-zukai-fig{
    width:1098px;
    display: block;
    margin:auto;
}

/* ATOK Passport 利用期間表画像定義 */
/* （A）一太郎2023（ATOK Passportユーザー優待版以外）をお持ちで、ATOK Passportのシリアルナンバーを発行済みのお客様 */
.chart-a{
    content:url("../images/atokp/atok_passport_chart_a_c.png");
}
/*（B）	一太郎2023（ATOK Passportユーザー優待版以外）をお持ちで、ATOK Passportのシリアルナンバーを未発行のお客様 */
.chart-b{
    content:url("../images/atokp/atok_passport_chart_b.png");
}
/*（C）	一太郎2022をお持ちで、ATOK Passportのシリアルナンバーを発行済みのお客様 */
.chart-c{
    content:url("../images/atokp/Chart_A.png");//Chart_A であっています
}
/*（D）	一太郎2022をお持ちで、ATOK Passportのシリアルナンバーを未発行のお客様 */
/* 画像は無し 
.chart-d{
    content:url("../images/atokp/Chart_D.png");
}
*/

/*（E）一太郎2021以前のバージョンをお持ちのお客様 */
/* 画像は無し 
.chart-e{
    content:url("../images/atokp/atok_passport_chart_e1.png");
}
*/
/* （F）一太郎2023（ATOK Passportユーザー優待版以外）をお持ちで、ATOK Passportのシリアルナンバーを発行済みのお客様 */
.chart-f{
    content:url("../images/atokp/atok_passport_chart_f.png");
}
/* （G）	一太郎2023（ATOK Passportユーザー優待版以外）をお持ちで、ATOK Passportのシリアルナンバーを未発行のお客様 */
.chart-g{
    content:url("../images/atokp/atok_passport_chart_g.png");
}
/* （H）	一太郎2022をお持ちで、ATOK Passportのシリアルナンバーを発行済みのお客様 */
.chart-h{
    content:url("../images/atokp/atok_passport_chart_h.png");
}
/* （I）	一太郎2022をお持ちで、ATOK Passportのシリアルナンバーを未発行のお客様  */
.chart-i{
    content:url("../images/atokp/atok_passport_chart_i_j.png");
}
/* （J）	一太郎2021以前のバージョンをお持ちのお客様 */
.chart-j{
    content:url("../images/atokp/atok_passport_chart_i_j.png");
}
/* ご注意ください月間 */
.chart-e2{
    content:url("../images/atokp/atok_passport_chart_e2.png");
}
/* ご注意ください年間 */
.chart-e1{
    content:url("../images/atokp/atok_passport_chart_e1.png");
}

.switch-item{
    content: "＋";
}
.switch-item.open{
    content: "－";
}

/* ---------- ログイン案内 吹き出し：下 ---------- */
/* ---------- 吹き出し共通設定 ---------- */
.block-baloon, .block-baloon-top, .block-baloon-right, .block-baloon-bottom, .block-baloon-left	{
	display: table;
	padding: 1em;
	margin-bottom: 1em;
	position: relative;
	background-color: #FFFBDD;
	border: 2px solid #D1CBA4;
	border-radius: 0.8em;
    margin: auto;
}
.block-baloon:before, .block-baloon:after, .block-baloon-top:before, .block-baloon-top:after, .block-baloon-right:before, .block-baloon-right:after, .block-baloon-bottom:before, .block-baloon-bottom:after, .block-baloon-left:before, .block-baloon-left:after	{
	content: '';
	position: absolute;
}
.block-baloon-bottom	{
	margin-bottom: 2.5em;
    width: 500px;
    text-align: center;
    font-size: 14px;
}
.block-baloon-bottom:before, .block-baloon-bottom:after	{
	left: 50%;
	transform: translateX(-50%);
	bottom: -1.5em;
	border-top: 1.5em solid #D1CBA4;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
/* バルーン　下側の突き出し */
.block-baloon-bottom:after	{
	bottom: calc( 4px - 1.5em );
	border-top: solid 1.5em #FFFBDD;
}

/* 有効期限切れ対応 */
.endperiod{
	position: relative;
}
.endperiod::after{
	content: "利用開始期限は終了しました";
	background: rgba(255,255,255,.8);
	display: flex;
	position: absolute;
	top: -10px;
	left: -15px;
	right: -15px;
	bottom: -10px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #ebebeb;
	color: #f75a5a;
}
@media only screen and (max-width: 767px){
	.endperiod::after{
	font-size: 15px;
	font-size: 4vw;
}
}

/* 機能一覧切り替えスイッチ featureswitch */
.featureswitch-area{
	position: absolute;
    margin-top:10px;
}
.featureswitch-area-title{
    font-weight:bold;
	font-size: 18px;
}

/* 機能比較表　スイッチ */

.feature-switch-off{
	position:absolute;
    content:"";
    background-image:url("../images/radio_button_off.png");
    display: inline-block;
    width: 40px;
    height: 40px;
    left:28px;
    top:91px;
    background-size: contain;
    cursor: pointer;
}

.feature-switch-off.jurai{
    top:91px;
}

.feature-switch-off.yutai{
    top:201px;
}

.feature-switch-on{
	position:absolute;
    content:"";
    background-image:url("../images/radio_button_on.png");
    display: inline-block;
    width: 40px;
    height: 40px;
    left:28px;
    top:201px;
    background-size: contain;
}


.feature-switch-on.jurai{
    top:91px;
}

.feature-switch-on.yutai{
    top:201px;
}

/* お客様ステータス */
.user-status-area {
    border-color: #C00;
	border-style: solid;
	border-width: 6px;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 15px;
	width: 1200px;
	margin: 0 auto;
    margin-bottom:10px;
}

.user-status-area h3{
	font-size: 24px;
	border-bottom: 1px dotted #C00;
	padding-bottom: 10px;
	margin-bottom: 15px;
    text-align:center;
}

.user-status-area a{
	line-height: 2;
	font-size: 16px;
	color: #2C6CA8;
}

.user-status-area p{
	line-height: 2;
	font-size: 24px;  
}

.user-status-area a:hover{
	color: #C00;
}

.user-status-text p{
	line-height: 2;
	font-size: 24px;  
}

.user-status-link p{
	line-height: 1;
	font-size: 24px;  
}

.user-status-bold{
    font-weight:bold;
	color: #C00;
}

/* アンダーライン 
.user-status-area span{
    position: relative;
    background: linear-gradient(transparent 40%, yellow 40%);
}
*/

/* 枠 一般会員 */
.user-status-rank-normal{
    border-color: #B55239;
}
/* 枠 シルバー会員 */
.user-status-rank-silver{
    border-color: #778A98;
}
/* 枠 ゴールド会員 */
.user-status-rank-gold{
    border-color: #9D8707;
}
/* 枠 プラチナ会員 */
.user-status-rank-platinum{
    border-color: #0096C5;
}

/* ステータスパッケージ */
.user-status-package{
    float:left;
    width:25%;
    cursor: pointer;
}
/* ステータスメッセージ */
.user-status-message{
    width:auto;
    height:166px;
}
/* ステータスパッケージ画像 */
.user-status-pkgimg{
	position:relative;
    width:133px;
    height:166px;
}

/* 有効期限切れ対応 */
.endperiod{
	position: relative;
}
.endperiod::after{
	content: "利用開始期限は終了しました";
	background: rgba(255,255,255,.8);
	display: flex;
	position: absolute;
	top: -10px;
	left: -15px;
	right: -15px;
	bottom: -10px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #ebebeb;
	color: #f75a5a;
}
@media only screen and (max-width: 767px){
	.endperiod::after{
	font-size: 15px;
	font-size: 4vw;
}
}
