@charset 'utf-8';

html {
  font-size: 62.5%;
}

/*
 *
 * 指定なし
 *
 */
#contents.premium_none {
  width: 100%;
  font-size: 1.4rem;
  color: #787878;
  background-color: #efefef;
}

/* font-size-large 19px; */
#contents.premium_none span.fsl {
  font-size: 1.9rem;
  color: #bb7a04;
}

/* font-size-middle 14px; */
#contents.premium_none span.fsm {
  font-size: 1.4rem;
  color: #787878;
  font-weight: bold;
}

/* font-size-small 12px; */
#contents.premium_none span.fss {
  font-size: 1.2rem;
}

/* .keyvisual */
#contents.premium_none .keyvisual {
  line-height:0; /* 画像下部隙間を無くす */
}

/* linkbutton */
#contents.premium_none a {
  text-align: center;
  background-color: #5b85aa;
  border-radius: 0.3rem;
  box-shadow: 0 0.3rem 0 rgba(69,100,128,1);
  color: #ffffff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1.0rem 0;
}

/* linkbutton asahi */
#contents.premium_none .btn_asahi {
  text-align: center;
  background-color: #a30b37;
  border-radius: 0.3rem;
  box-shadow: none;
  color: #ffffff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1.0rem 0;
}

/* ボタン余白 */
#contents.premium_none .btn_bg {
  padding: 1.3rem 2.2rem 1.6rem;
}

/* topボタン背景 */
#contents.premium_none .tl_bg {
  background-image: url("../img/none/bg_btn.png");
  background-repeat: repeat;
  height: 100%;
}

/* Bottomボタン余白 */
#contents.premium_none .btn_bottom {
  padding: 2.8rem 2.2rem 0;
}

/* プレミアム項目共通 */
#contents.premium_none .fn_box {
  overflow: hidden;
  padding: 0 1.1rem;
}

#contents.premium_none .pre_item .bg_white {
  background-color:#fff;
}

#contents.premium_none .pre_item li {
  padding: 2.8rem 0;
}

#contents.premium_none .pre_item li div {
  padding: 0 1.1rem 2.8rem 1.1rem;
}

#contents.premium_none .pre_item li p {
  padding: 0 1.1rem;
}

#contents.premium_none ul li .ic_box {
  width: 5.2rem;
/*  height: 5.2rem;*/
  padding: 0 1.4rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

#contents.premium_none ul li div h3 {
  font-size: 1.6rem;
  color: #676767;
  display: inline-block;
  vertical-align: middle;
  width: 79%;
}

@media screen and (min-width: 600px) {
  /* 表示領域が600px以上の場合に適用するスタイル */
  #contents.premium_none ul li div h3 { width: 88% }
}

@media screen and (max-width: 320px) {
  /* 表示領域が600px以上の場合に適用するスタイル */
  #contents.premium_none ul li div h3 { width: 76% }
}

/*.new */
#contents.premium_none ul li .points > p {
  display: inline-block;
  vertical-align: top;
}

#contents.premium_none ul li .points .image {
  position: relative;
}

#contents.premium_none ul li .point-triangle {
  position: relative;
}

#contents.premium_none ul li .point-triangle:after {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
}

#contents.premium_none ul li .point-triangle span {
  position: absolute;
  content: " ";
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  z-index:100;
}

#contents.premium_none ul li .point-triangle-rt:after {
  top: -2.8rem;
  right: 0rem;
  border-bottom:5rem solid transparent;
  border-right:5rem solid #d33e43;
}

#contents.premium_none ul li .point-triangle-rt span {
  top: -1.6rem;
  right: 0.4rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* 機能カスタマイズ */
#contents.premium_none .pre_item .customize_bg {
  background-image: url("../img/none/bg_customize.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.8rem 0 0 0;
}

/* よく使う予定 */
/*
#contents.premium_none .pre_item .frequent_bg {
  background-image: url("../img/none/bg_frequent.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.8rem 0 0 0;
}
*/

#contents.premium_none .pre_item .frequent_bg .top_img {
  margin: 0;
  padding: 1.4rem 0 0 0;
  vertical-align: bottom;
}

/* office 365 */
/*#contents.premium_none .pre_item .office_bg {
  background-image: url("../img/none/bg_365.png");
  background-repeat: no-repeat;
  background-size: cover;
}*/

#contents.premium_none .pre_item .office_bg .top_img {
  padding: 1.4rem 0 0 0;
}

#contents.premium_none .pre_item .office_bg .fnt_black {
  font-size: 1.2rem;
/*  opacity: 0.40;*/
  padding: 1.4rem 1.1rem;
  margin: 0rem 0 -2.8rem 0;
/*  filter: alpha(opacity=40);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=40)";  /* ie 8 */
  -moz-opacity:0.4;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.4;              /* Safari 1.x */*/
}

/* evernote */
#contents.premium_none .pre_item .evernote_bg {
  background-image: url("../img/none/bg_evernote.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#contents.premium_none .pre_item .evernote_bg p {
  padding: 0 1.1rem;
}

#contents.premium_none .pre_item li .top_img {
  padding: 1.4rem 0 0 0;
}

/* カレンダー追加 */
#contents.premium_none .pre_item .add_bg p{
  padding: 0 1.1rem;
}

#contents.premium_none .pre_item .add_bg .contents_box {
   margin: 0 0 -2.8rem 0;
}

/* other */
#contents.premium_none .other_list {
  background-color: #fff;
}

#contents.premium_none h3.other_tl {
  font-size: 1.6rem;
  text-align: center;
  color: #676767;
  padding: 2.6rem 0;
  display: block;
  width: auto;
}

#contents.premium_none .other_list ul {
  padding: 0 0.2rem;
}

#contents.premium_none .other_list ul li {
  width: 49%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0 0 2.8rem 0;
}

#contents.premium_none .other_list ul li img {
  padding: 0 0 0.6rem 0;
}

/* table title */
#contents.premium_none h4 {
  padding: 2.8rem 0 0 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-align: center;
  color: #676767;
}

/* table */
#contents.premium_none .tb_box {
  margin: 0 1.1rem 0 1.1rem;
}

#contents.premium_none table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #efefef;
}

#contents.premium_none table tr th .co_jorte {
  width: 5.4rem;
  vertical-align: middle;
}

#contents.premium_none table tr th .co_premium {
  width: 8.3rem;
  vertical-align: middle;
  padding: 0.8rem 0;
}

#contents.premium_none table th,
#contents.premium_none table td {
  border: 0.1rem solid #e5e5e5;
  text-align: center;
  vertical-align: middle;
}

#contents.premium_none table tr td {
  padding: 0.4rem 0;
}

#contents.premium_none table tr th:first-of-type,
#contents.premium_none table tr td:first-of-type {
  color: #727272;
  background: #f6f6f8;
}

#contents.premium_none table tr th:last-of-type,
#contents.premium_none table tr td:last-of-type {
  background: #fcd581;
}

/* #premium-app coursemenu */
#premium-app #contents.premium_none .coursemenu {
  padding-bottom: 1rem;
}

#premium-app #contents.premium_none .coursemenu dl {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1rem;
}

#premium-app #contents.premium_none .coursemenu dl dt {
  float: left;
  text-align: center;
  width: 20%;
}

#premium-app #contents.premium_none .coursemenu dl dt img {
  max-width: 60%;
  vertical-align: middle;
  margin-right: 2%;
}

#premium-app #contents.premium_none .coursemenu dl dd {
  float: right;
  text-align: left;
  width: 80%;
}

#premium-app #contents.premium_none .coursemenu dl:first-of-type dd span {color: #bb8d1c;}
#premium-app #contents.premium_none .coursemenu dl:nth-child(2) dd span {color: #585ba8;}
#premium-app #contents.premium_none .coursemenu dl:last-of-type dd span {color: #df4f83;}

/* #premium-app new table */
#premium-app #contents.premium_none table {
  background-color: #ffffff;
}

#premium-app #contents.premium_none table tr th .co_jorte {
  width: 5rem;
}

#premium-app #contents.premium_none table tr th .co_premium {
  width: 9rem;
}

#premium-app #contents.premium_none table th,
#premium-app #contents.premium_none table td {
  color: #595959;
}

#premium-app #contents.premium_none table th {
  font-size: 1.2rem;
}

#premium-app #contents.premium_none table td {
  font-size: 1.1rem;
}

#premium-app #contents.premium_none table th.tl_color {
  color: #ffffff;
}

#premium-app #contents.premium_none table tr th:first-of-type,
#premium-app #contents.premium_none table tr td:first-of-type {
  color: #727272;
  background: #f6f6f8;
  font-size: 1.1rem;
  width: 34%;
}

#premium-app #contents.premium_none table tr th:nth-child(2),
#premium-app #contents.premium_none table tr td:nth-child(2) {background: #faf8f8; width: 16.5%;}

#premium-app #contents.premium_none table tr th:nth-child(3) {background: #bb8d1c; width: 16.5%;}
#premium-app #contents.premium_none table tr td:nth-child(3) {background: #fcd581;}

#premium-app #contents.premium_none table tr th:nth-child(4) {background: #585ba8; width: 16.5%;}
#premium-app #contents.premium_none table tr td:nth-child(4) {background: #c0c2f6;}

#premium-app #contents.premium_none table tr th:last-of-type {background: #df4f83; width: 16.5%;}
#premium-app #contents.premium_none table tr td:last-of-type {background: #fcb1cc;}

#premium-app #contents.premium_none table tr td span.year_color {
  color: #585ba8;
  font-size: 0.6em;
}

#premium-app #contents.premium_none table tr td span.month_color {
  color: #df4f83;
  font-size: 0.6em;
}

/* .cautionTxt */
#contents.premium_none .cautionTxt {
  font-size: 1.2rem;
  padding: 1.1rem 1.1rem 2.5rem 1.1rem;
  margin: 0 0 -1.5rem 0;
}

#contents.premium_none .cautionTxt li {
  padding-left: 1.0rem;
  text-indent: -1.0rem;
}

/* ---------- capign banner ---------- */
#contents.premium_none .camp_banner {
  padding: 1rem 1rem;
}

#contents.premium_none .camp_banner .bnr_camp a {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

#contents.premium_none .camp_banner ul {
  padding: 0.5rem 0;
}

#contents.premium_none .camp_banner ul li {
  margin-bottom: 1rem;
}

#contents.premium_none .camp_banner ul li a {
  margin-top: 1rem;
}


/*
 *
 * 女性向け
 *
 */
#contents.premium_woman {
  width: 100%;
  font-size: 1.4rem;
  color: #787878;
  background-color: #f1f0ee;
}

/* font-size-large 18px; */
#contents.premium_woman span.fsl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #748cab;
}

/* font-size-middle 16px; */
#contents.premium_woman span.fsm {
  font-size: 1.4rem;
  color: #787878;
  font-weight: bold;
}

/* font-size-small 12px; */
#contents.premium_woman span.fss {
  font-size: 1.2rem;
}

/* .keyvisual */
#contents.premium_woman .keyvisual {
  line-height:0; /* 画像下部隙間を無くす */
}

/* linkbutton */
#contents.premium_woman a {
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1.2rem 0;

  border: 0.1rem solid #c23755;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  -moz-box-shadow: 0px 0.1rem 0.2rem #818181;
  -webkit-box-shadow: 0.1rem 0px 0.2rem #818181;
  box-shadow: 0px 0.1rem 0.2rem #818181;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e06e88', endColorstr = '#da4e6d');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e06e88', endColorstr = '#da4e6d')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #e06e88, #da4e6d);
  background-image: -ms-linear-gradient(top, #e06e88, #da4e6d);
  background-image: -o-linear-gradient(top, #e06e88, #da4e6d);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#e06e88), to(#da4e6d));
  background-image: -webkit-linear-gradient(top, #e06e88, #da4e6d);
  background-image: linear-gradient(top, #e06e88, #da4e6d);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

/* ボタン余白 */
#contents.premium_woman .btn_bg {
  padding: 1.8rem 1.0rem 0.3rem;
}

/* topボタン背景 */


/* Bottomボタン余白 */
#contents.premium_woman .btn_bottom {
  padding: 2.8rem 2.2rem 0;
}

/* プレミアム項目共通 */
#contents.premium_woman .fn_box {
  overflow: hidden;
  padding: 0 1.1rem;
}

#contents.premium_woman .pre_item li {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.2rem #808080;
  margin: 1.5rem 1.0rem 0 1.0rem;
}

#contents.premium_woman .pre_item li div {
  padding: 1.5rem;
}

#contents.premium_woman .pre_item li p {
  padding: 0 1.5rem 1.5rem;
}

#contents.premium_woman .pre_item li .top_img {
  margin: -0.5rem 0 -0.5rem 0;
}

#contents.premium_woman ul li .ic_box {
  width: 5.2rem;
  height: 5.2rem;
  padding: 0 1.0rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

#contents.premium_woman ul li div h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #787878;
  display: inline-block;
  vertical-align: middle;
  width: 77%;
}

@media screen and (min-width: 600px) {
  /* 表示領域が600px以上の場合に適用するスタイル */
  #contents.premium_woman ul li div h3 { width: 88% }
}

@media screen and (max-width: 320px) {
  /* 表示領域が320px以上の場合に適用するスタイル */
  #contents.premium_woman ul li div h3 { width: 74% }
}

/*.new */
#contents.premium_woman ul li .points > p {
  display: inline-block;
  vertical-align: top;
}

#contents.premium_woman ul li .points .image {
  position: relative;
  padding: 0;
}

#contents.premium_woman ul li .point-triangle {
  position: relative;
  padding: 0;
}

#contents.premium_woman ul li .point-triangle:after {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
}

#contents.premium_woman ul li .point-triangle span {
  position: absolute;
  content: " ";
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  z-index:100;
}

#contents.premium_woman ul li .point-triangle-rt:after {
  top: 0rem;
  right: 0rem;
  border-bottom:5rem solid transparent;
  border-right:5rem solid #e15a7b;
}

#contents.premium_woman ul li .point-triangle-rt span {
  top: 1.1rem;
  right: 0.5rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* evernote */
#contents.premium_woman .pre_item .evernote .top_img {
  padding: 0 0 1.5rem 0;
}

/* カレンダー追加 */
#contents.premium_woman .pre_item .add_bg p{
  padding: 0 1.1rem;
}

#contents.premium_woman .pre_item .add_bg .contents_box {
  margin: 0 0 -3.4rem 0;
}

/* other */
#contents.premium_woman .other_list {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.2rem #808080;
  margin: 1.5rem 1.0rem 0 1.0rem;
}

#contents.premium_woman .other_tl {
  font-size: 1.6rem;
  text-align: center;
  color: #676767;
  padding: 1.5rem 0 1.0rem;
}

#contents.premium_woman .other_list h3 .ic_left_PL, #contents.premium_woman .other_list h3 .ic_right_PL {
  width: 1.2rem;
  vertical-align: middle;
}

#contents.premium_woman .other_list h3 .ic_left_PL {
  padding: 0 0.4rem 0.2rem 0;
}

#contents.premium_woman .other_list h3 .ic_right_PL {
  padding: 0 0 0.2rem 0.2rem;
}

#contents.premium_woman .other_list ul {
  background-image: url("../img/woman/img_other_wo.png");
  background-repeat: no-repeat;
  background-position:right bottom;
  background-size: 15rem;
  display: block;
  overflow: hidden;
  padding: 0 1.0rem 1.0rem;
}

@media screen and (min-width: 600px) {
  /* 表示領域が600px以上の場合に適用するスタイル */
  #contents.premium_woman .other_list ul {
    background-image: url("../img/woman/img_other_wo_600.png");
    background-size: 26rem;}
}

#contents.premium_woman .other_list ul li {
  float: left;
  background-color: #efeff0;
  width: 46%;
  height: 12.4rem;
  padding: 1.0rem 0 0;
  margin: 2%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 320px) {
  /* 表示領域が320px以下の場合に適用するスタイル */
  #contents.premium_woman .other_list ul li { width: 46.5% }
}

#contents.premium_woman .other_list ul li img {
  padding: 0 0 0.6rem 0;
}

/* table title */
#contents.premium_woman h4 {
  padding: 2.8rem 0 0 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-align: center;
  color: #676767;
}

/* table */
#contents.premium_woman .tb_box {
  margin: 0 1.1rem 0 1.1rem;
}

#contents.premium_woman table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#contents.premium_woman table tr th .co_jorte {
  width: 5.4rem;
  vertical-align: middle;
}

#contents.premium_woman table tr th .co_premium {
  width: 8.3rem;
  vertical-align: middle;
  padding: 0.8rem 0;
}

#contents.premium_woman table th,
#contents.premium_woman table td {
  border: 0.1rem solid #e5e5e5;
  text-align: center;
  vertical-align: middle;
}

#contents.premium_woman table tr th:first-of-type,
#contents.premium_woman table tr td:first-of-type {
  color: #727272;
  background: #f6f6f8;
}

#contents.premium_woman table tr th:last-of-type,
#contents.premium_woman table tr td:last-of-type {
  background: #fcd581;
}

#contents.premium_woman table tr td {
  padding: 0.4rem 0;
}

/* .cautionTxt */
#contents.premium_woman .cautionTxt {
  font-size: 1.2rem;
  padding: 1.1rem 1.1rem 2.5rem 1.1rem;
  margin: 0 0 -1.5rem 0;
}

#contents.premium_woman .cautionTxt li {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

/* ---------- capign banner ---------- */
#contents.premium_woman .camp_banner {
  padding: 1rem 1rem;
}

#contents.premium_woman .camp_banner .bnr_camp a {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

#contents.premium_woman .camp_banner ul {
  padding: 0.5rem 0;
}

#contents.premium_woman .camp_banner ul li {
  margin-bottom: 1rem;
}

#contents.premium_woman .camp_banner ul li a {
  margin-top: 1rem;
}


/*
 *
 * プレミアムコース共通
 *
 */
 /* .keyvisual */
#contents.premium_none .main_keyvisual {
  line-height:0; /* 画像下部隙間を無くす */
}

#contents.premium_none table tr .tl_color {
  color: #fff;
  padding: 0.2rem;
}


/*
 *
 *PLUSコース
 *
 */
#contents.premium_none span.fsl_plus {
  font-size: 1.9rem;
  color: #585ba8;
}


/*
 *
 *BUFFETコース
 *
 */
#contents.premium_none span.fsl_buffet {
  font-size: 1.9rem;
  color: #df4f83;
}

