@charset "UTF-8";

/* layout
----------------------------- */
.co_container_box_inner {
  width: 950px;
  margin: 10px auto;
  background: #FFF;
}
.contents_right {
  float: right;
  width: 770px;
  margin: 3px auto 0;
  padding-bottom: 5px;
}
.contents_right * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_right ul,
.contents_right ol {
  list-style: none;
}
.gamen_bg_color {
  padding-bottom: 10px;
  background: #ffffdf;
}

/* common
----------------------------- */
.underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.indent_1em {
  padding-left: 1em;
  text-indent: -1em;
}
.marker {
  display: inline-block;
  margin-bottom: 2px;
  background: linear-gradient(transparent 60%, #b9f7ff 40%);
}

/* head_area
----------------------------- */
.checktxt {
  text-align: center;
  margin: 20px auto 5px;
  font-size: 24px;
}

/* login
----------------------------- */
.login {
  margin: 20px auto 10px;
  width: 600px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.login p {
  font-size: 18px;
  padding-bottom: 8px;
}
.login a {
  display: inline-block;
  width: 43%;
  text-decoration: none;
  height: 56px;
  line-height: 57px;
  background: #c22c20;
  font-size: 28px;
  color: #fff;
  border-bottom: 3px #a20c00 solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 0 auto;
}
.login a:hover {
  opacity: 0.8;
}
.login a + a {
  margin-left: 2%;
}

/* attention_box(ALL)
----------------------------- */
.attention_box {
  display: inline-block;
  margin: 10px auto;
  text-align: left;
}
.attention_box p {
  font-size:18px;
}
.attention_box .appeal_noarea {
  width: 660px;
}
.attention_box a {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.attention_box a:before {
  content: "▶";
}

/* leadArea
----------------------------- */
.courseArea {
  width: 650px;
  margin: auto;
  background: #fff;
  padding: 17px;
  border: 1px solid #d00;
  border-radius: 8px;
}
.courseArea.text_l {
  text-align: left;
}
.courseArea.text_c {
  text-align: center;
}
.courseArea p {
  font-size: 21.5px;
}
.courseArea.text_l p {
  font-size: 20px;
}
.courseArea p + p {
  margin-top: 7px;
}
.courseArea p.center {
  text-align: center;
  font-size: 22px;
}
.courseArea .course_attention {
  font-size: 14px !important;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.courseArea .top10 {
  padding-top: 11px;
}
.leadArea .courseArea p.topnone {
  margin: 0;
}

/* course em -------*/
.courseArea .bg_rd {
  display: inline-block;
  border: 1px solid #ffeb3b;
  background: #ffeb3b;
  padding: 0 10px;
  color: #d00;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
}
.courseArea .bg_wh {
  display: inline-block;
  border: 1px solid #d00;
  padding: 0 10px;
  background: #d00;
  color: #fff;
  height: 34px;
  line-height: 34px;
}
.courseArea .sub {
  font-size: 10px;
  font-weight: bold;
  color: #d00;
  vertical-align: top;
}

/* promoArea
----------------------------- */
.promoArea {
  margin: 20px 0;
}
.promoArea p {
  font-size: 18px;
  color: #0088cc;
  padding-top: 3px;
}
.cmArea {
  margin: 10px 0;
  text-align: center;
}
.cmArea a {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.cmArea p {
  font-size: 18px;
  color: #333;
}

/* recommend common
----------------------------- */
.recommendArea {
  background: #fff;
  width: 760px;
  margin: 0 auto;
}
.secTitle {
  height: 40px;
  line-height: 40px;
  border-top: 3px solid #ffe829;
  border-bottom: 1px dotted #ffe829;
  background: #fff;
  text-align: left;
}
.secTitle h2 {
  font-size: 18px;
  padding-left: 7px;
  color: #333;
}

/* special_reco
----------------------------- */
.special_reco .recommendListBox .fix6Area {
  width: 760px;
  margin: 30px auto 10px;
  background: #fff;
  padding-bottom: 15px;
}
.special_reco .subTitle {
  display: none;
}
.recommendListBox .fix6Area .fixBox ul {
  width: 756px;
}
.recommendListBox .fix6Area .fixBox li {
  width: 126px;
  padding: 15px 5px 0;
}
.recommendListBox .fix6Area .fixBox .thum_box img {
  max-width: 115px;
  max-height: 160px;
}

/* recommend common2
----------------------------- */
.subTitle {
  height: 40px;
  line-height: 40px;
  border-top: 3px solid #ffe829;
  border-bottom: 1px dotted #ffe829;
  background: #fff;
  text-align: left;
}
.subTitle h3 {
  font-size: 18px;
  padding-left: 7px;
  color: #333;
}
.fix6Area ul {
  display: table;
  table-layout: fixed;
  width: 756px;
  margin: 0 auto;
}

.fix6Area li {
  display: table-cell;
  width: 126px;
  padding: 15px 5px 0px;
  float: none;
  background: #FFF;
  overflow: hidden;
  vertical-align: top;
}
.fix6Area li .rank_num img {
  width: 100%;
}
.fix6Area li .thum_box {
  height: 160px;
}
.fix6Area li .thum_box a {
  display: inline-block;
}
.fix6Area li .thum_box img {
  max-width: 115px;
  max-height: 160px;
}
.btn_box {
  margin: 0 auto 6px;
  text-align: center;
}
.btn_box .free {
  display: block;
  border-radius: 3px;
  padding: 5px 0;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #B3B3B3;
  background: #F3F3F3;
}
.text_box .title_name {
  height: 16px;
  line-height: 17px;
  color: #333;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  margin: auto;
}
.text_box .title_name a {
  line-height: 16px;
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
.text_box .author_name {
  height: 15px;
  line-height: 16px;
  font-size: 10px;
  color: #666;
  text-align: center;
  overflow: hidden;
  margin: auto;
}
.text_box .author_name a {
  line-height: 16px;
  font-size: 10px;
  color: #666;
}

/* bottomBtns
----------------------------- */
.bottomBtns {
  width: 70% !important;
  margin: 13px auto 0;
  text-align: center;
}
.bottomBtns a {
  position: relative;
  display: inline-block;
  width: 94%;
  margin: 0 auto;
  padding: 8px 5px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #FF8C2F;
  color: #FF8C2F;
}
.bottomBtns a:hover {
  background: #fff4ec;
}
.bottomBtns a:after {
 display: none !important;
}

/* precedeRanking
----------------------------- */
.precedeRanking {
  width: 760px;
  margin: 30px auto 10px;
  background: #fff;
  padding-bottom: 15px;
}
/**/
.precedeRanking .resBox {
  padding: 8px 0 0;
}
.precedeRanking .resBox li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.precedeRanking .resBox li .thum_box,
.precedeRanking .resBox li .text_box {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  width: 16.7%;
  padding: 0 6px;
}
.precedeRanking .resBox li .thum_box {
  padding: 0 6px 4px 6px;
}

/* rankingArea
----------------------------- */
article.rankingArea.pcc {
  width: 760px;
  margin: 30px auto 10px;
  background: #fff;
  padding-bottom: 15px;
}
article.rankingArea .mainTitle {
  height: 40px;
  line-height: 40px;
  border-top: 3px solid #ffe829;
  border-bottom: 1px dotted #ffe829;
  background: #fff;
  text-align: left;
}
article.rankingArea .mainTitle h2 {
  text-align: left;
  font-size: 18px;
  padding-left: 7px;
  color: #333;
}
article.rankingArea .subTitle {
  display: none;
}
article.rankingArea.pcc .rankingBlock {
  padding: 6px 1px 0;
}
article.rankingArea .all .bottomBtns a:hover {
  background: #fff4ec;
}

/* sale_recommend
----------------------------- */
aside.sale_recommend .fix4Area {
  width: 760px;
  margin: 30px auto 10px;
  background: #fff;
  padding-bottom: 10px;
}
aside.sale_recommend .subTitle {
  display: none;
}
aside.sale_recommend .fix4Area .fixBox {
  padding: 10px 10px 0;
}
aside.sale_recommend .fix4Area .fixBox ul {
  width: 740px;
}
aside.sale_recommend .fix4Area li {
  float: left;
}

/* notbuy
----------------------------- */
.notbuy .think_later_area {
  width: 760px;
  margin: 30px auto 10px;
  background: #fff;
  padding-bottom: 15px;
}
.notbuy .contents_right_co_title {
  height: 40px;
  line-height: 40px;
  border-top: 3px solid #ffe829;
  border-bottom: 1px dotted #ffe829;
  background: #fff;
  text-align: left;
}
.notbuy .contents_right_co_title span {
  font-size: 18px;
  padding-left: 7px;
  color: #333;
  font-weight: bold;
}
.think_later_area ul {
  display: table;
  table-layout: fixed;
  margin: 5px auto 0;
  width: 756px;
}
.think_later_area ul li {
  display: table-cell;
  width: 126px;
  vertical-align: top;
  height: auto;
  border: none;
  padding: 8px 7px 5px;
}
.think_later_area ul li .thum_box3 img {
  width: 100%;
}
.think_later_area ul li h5 {
    margin: 3px auto;
    font-weight: normal;
}
.think_later_area ul li h5 a {
  color: #333;
}

/* mark */
.point_m {
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 2px 0 0 0;
  background: #FFF;
  border: 1px solid #6633FF;
  font-size: 12px;
  font-weight: bold;
  color: #6633FF;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.point_m:after {
  content:"ポイント還元";
  display:block;
  clear:both;
}
.free2_m {
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 2px 0 0 0;
  background: #FFF;
  border: 1px solid #36C;
  font-size: 14px;
  font-weight: bold;
  color: #36C;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.free2_m:after {
  content: "無 料";
  display:block;
  clear:both;
}
.down_m {
  position: relative;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 2px 0 0 10px;
  background: #FFF;
  border: 1px solid #F06;
  font-size: 12px;
  font-weight: bold;
  color: #F06;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.down_m:before {
  position: absolute;
  top: 3px;
  left: 15px;
  display: inline;
  content:url(/pc/images/title/1406/icon_darrow.png);
}
.down_m:after {
  content:"値下げ";
  display: inline;
  clear:both;
}


.notbuy .footer_co_btn_inner:nth-child(1) {
  display: none;
}
.notbuy .footer_co_btn_inner:nth-child(2) {
  width: 70%;
  margin: 13px auto 0;
  text-align: center;
}
.notbuy .footer_co_btn_inner a {
  position: relative;
  display: inline-block;
  width: 94%;
  margin: 0 auto;
  padding: 8px 5px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #FF8C2F;
  color: #FF8C2F;
}
.notbuy .footer_co_btn_inner a:hover {
  background: #fff4ec;
}


/* noregistArea payment
-------------------------*/
.noregistArea {
  width: 740px;
  margin: 30px auto 0;
}
.noregistArea .titleBlock {
  background: #0064de;
  text-align: center;
  padding: 7px 0 5px;
  margin-bottom: 5px;
}
.noregistArea .titleBlock .title {
  display: inline-block;
  font-size: 32px;
  color: #fff;
  vertical-align: middle;
  margin-right: 15px;
}
.noregistArea .titleBlock .subtitle {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
}
.noregistArea .titleBlock .subtitle .strong {
  color: #FFEB3B;
}

/* payment_method
-------------------------------------------------------------*/
.point_common_boxinner {
  margin: auto;
  background: #fff;
  border: 2px #34AED7 solid;
  border-radius: 6px;
  padding: 5px;
  text-align: left;
}
.point_pay_method,
.point_pay_method_list {
  padding: 10px 5px;
}
.point_pay_method_list.step2 {
  padding-top: 15px;
  border-top: 2px dotted #34AED7;
}
.point_pay_method_title {
  margin: 5px 0 10px 2px;
  font-size: 20px;
  font-weight:bold;
}
.payment_btn {
  margin:auto;
}
.payment_btn ul {
  list-style:none;
}
.payment_btn li {
  float: left;
  width: 32%;
  margin: 0 2% 11px 0;
}
.payment_btn li:nth-child(3n) {
  margin: 0 0 11px 0;
}
.payment_btn input[type="radio"] {
  display:none;
}
.payment_btn input[type="radio"]+label {
  display:inline-block;
  width: 225px;
  padding:0 0 0 30px;
  background:url(/c/images/title/1902/radio_off.png) no-repeat left center;
  background-size:18px;
  cursor: pointer;
}
.payment_btn input[type="radio"]+label:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.payment_btn input[type="radio"]:checked+label {
  background:url(/c/images/title/1902/radio_on.png) no-repeat left center;
  background-size:18px;
}
.payment_btn input[type="radio"]+label span {
  display: block;
  padding: 16px 5px;
  border: 2px solid #DDD;
  border-radius: 8px;
  box-shadow: 0px -8px 13px -1px rgba(243, 243, 243, 0.6) inset;
  -webkit-box-shadow: 0px -8px 13px -1px rgba(243, 243, 243, 0.6) inset;
  text-align: center;
}
.payment_btn input[type="radio"]:checked+label span {
  border:2px solid #FE771C;
  box-shadow:none;
  -webkit-box-shadow:none;
}
.payment_btn input[type="radio"]+label img {
  height: 41px;
}
.point_pay_method_list_inner {
  margin:10px auto 2px;
}
.point_pay_method_list_inner_title {
  margin-bottom:10px;
}
table.point_pay_method_list_inner_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  border-top: 1px solid #CDCDCD;
}
table.point_pay_method_list_inner_table th {
  background:#F2F2F2;
  border-bottom: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  text-align: center;
  font-size: 12px;
}
table.point_pay_method_list_inner_table th:first-child {
  border-left: none;
}
table.point_pay_method_list_inner_table th.bonus {
  border: 1px #f00 solid;
  background: #e4e4e4;
}
th.course {
  width: 205px;
}
th.cost_text,
th.first_point_text,
th.bonus,
th.next_point_text {
  width: 94px;
}
.padding_div {
  padding: 4px 0;
  font-feature-settings: "palt";
}
table.point_pay_method_list_inner_table td {
  padding: 5px;
  border-bottom: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  text-align: center;
  font-size: 15px;
}
table.point_pay_method_list_inner_table td div {
  font-size: 15px;
}
table.point_pay_method_list_inner_table td:first-child {
  padding: 8px 5px;
  border-left: none;
}
table.point_pay_method_list_inner_table td.bonus {
  border: 1px #f00 solid;
  background: #FEFBEC;
}
table.point_pay_method_list_inner_table td.corse_img {
  background:#FEFBEC;
  text-align:left;
  font-size:18px;
  font-weight: bold;
  color: #000;
}
.point_cmoa_text {
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #F60;
}
.color_gly {
  color:#CCC;
}
.color_or {
  color:#F60;
}
table.point_pay_method_list_inner_table td img.monthry_menu,
table.point_pay_method_list_inner_table td img.point_menu,
table.point_pay_method_list_inner_table td img.no_login {
  cursor: pointer;
}
.overlay_table {
  position: relative;
}
.overlay_table_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 880px;
  height: 50px;
  background: #CCC;
  z-index: 100;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.overlay_table table.point_pay_method_list_inner_table {
  border-top:none;
}
.alert_text {
  padding:5px;
  font-size:12px;
  line-height: 1.4;
}

/* month */
.sb_alert {
  margin: 0 0 10px;
  padding: 5px;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
}
.sb_alert p {
  font-size:14px;
}
.sb_alert a {
  color: #F03;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.sb_alert a:hover {
  color: #a20020;
}
th.course_m {
  width: 210px;
}
th.cost_m {
  width: 120px;
}
th.cost_m2 {
  width: 140px;
}
.month table.point_pay_method_list_inner_table td.corse_img {
  font-size: 17px;
}
.month table.point_pay_method_list_inner_table .c_name2 {
  font-size: 17px;
}

.present_txt {
  margin: 2px auto 0;
  border: #f74065 1px solid;
  border-radius: 12px;
  padding: 4px 0;
  text-align: center;
  color: #f74065;
  font-size: 12px;
  background: #fff;
  font-weight: bold;
}
.check .present_txt {
  color: #fff;
  background: #f74065;
}
.present_txt span {
  padding: 0 2px;
}


/* attention
-------------------------------------------------------------*/
.point_tab_area {
  display: none;
}
.month_tab_area #attention_ex8m {
  background: #fff;
}

/* overwrite for payment.css
-------------------------------------------------------------*/
.pc_with .payment_area {
  width: 100%;
  max-width: 500px;
  margin: 10px auto 10px 0;
}
.pc_with .payment_area .kind.credit img {
  width: 85px;
  margin-bottom: 0;
}
.pc_with .payment_area .kind.credit span.caption {
  max-width: 92px;
  padding-top: 3px;
}
div.payment_area .kind.credit:nth-child(5) span.caption {
  letter-spacing: -1px;
}

/* desc_area
-------------------------------------------------------------*/
.desc_area {
  width: 740px;
  margin: 30px auto 10px;
  background: #fff;
}
.desc_area h4 {
  padding: 5px;
  background: #000;
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
}
.gamen_can {
  padding: 15px 20px 20px 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}
.gamen_can dt {
  font-weight: bold;
  font-size: 20px;
}
.gamen_can dd p {
  font-size: 16px;
}
dl.gamen_can dt:before {
  display: inline;
  content: "◆";
}
.gamen_can dd + dt {
  padding-top: 15px;
}
.gamen_can .font_pk {
  color: #ef1a97;
}
dl.gamen_can dd.marker_box .under {
  margin-right: 2px;
}
.desc_area p.desc_list {
  padding-left: 1em;
  text-indent: -1em;
}
.desc_area p.desc_list_child {
  padding-left: 1em;
}
.desc_area p.desc_list_child2 {
  padding-left: 2em;
  text-indent: -1em;
}
span.large_font {
  font-size: 140%;
  line-height: 1;
}
p.inlineblock {
  display: inline-block;
}
p.inlineblock:first-child {
  width: 185px;
}
.desc_area a {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}


/* btn_areas
-------------------------------------------------------------*/
section.btn_areas {
  margin: 10px 0;
  line-height: 1;
}
section.btn_areas img:hover {
  opacity: 0.7;
}


/* end
-------------------------------------------------------------*/
.end_title {
  padding: 30px 0 10px;
  font-size: 30px;
  color: #d00;
}
