/* color
aw base 103957
aw dark 0b283d
light gray e9edf0
border 9ca8b2
primary ffab00 (orange)

brakePoint
max 768px
min 769px
*/



/* ============== common ================ */
body {
  color: #0b283d;
}

/*
a {}
a:hover {}
*/

/* ==============
utilitys
================ */
sup {
  vertical-align: super;
}

.u-list {
  margin: 0;
  padding: 0;
}

.u-font-large1 {
  font-size: 120%;
}
.u-font-large2 {
  font-size: 130%;
}

.tax {font-size: 90%;}

.aw-l-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

@media screen and (min-width:769px) {
.aw-col-left {margin-right: 10px;}
.aw-col-right {margin-left: 10px}
}

img {max-width: 100%;}

.aw_scroll {
	margin-bottom: 15px;
}
@media screen and (max-width:767px) {
	.aw_scroll {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

.pdficon::before {
  content: "\f1c1";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: red;
  margin-right: 5px;
  font-size: 130%;
  vertical-align: middle;
}

/* ==============
base heading
================ */
h1 {font-size: 22px}
h2 {font-size: 18px}
h3 {font-size: 16px}

@media screen and (min-width:768px;){
h1 {font-size: 24px}
h2 {font-size: 20px}
h3 {font-size: 18px}
}

/* ==============
header
================ */
.header_wrp {
  background: #113A58;
  width: 100%;
}
.header_wrp .inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  max-width: 1280px;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width:769px) {
  .header_wrp .inner {
    padding: 10px 50px;
  }
}


.header_wrp a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header_wrp .logo a:hover {
  opacity: 0.7;
}
.header_wrp .logo a span {
  font-size: 14px;
  vertical-align: bottom;
}
.header_wrp .logo img {
  width: 140px;
}
@media screen and (min-width:768px) {
.header_wrp .logo img {
  width: 180px;
}
}

/* nav-links */

.nav {
  display: flex;
  height: 50px;
  align-items: center;
  margin-left: auto;
}

.nav li {
  list-style: none;
  height: 50px;
  line-height: 50px;
}

/* menu */
.menu {
  cursor: pointer;
  border: none;
  outline: none;
  display: none;
}

.menu .bar {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
  transform-origin: left;
}

.menu .bar1 {
  margin-bottom: 5px;
}

.menu .bar3 {
  margin-top: 5px;
}

.menu.toggle .bar1 {
  transform-origin: left;
  transform: rotate(45deg);
}

.menu.toggle .bar2 {
  opacity: 0;
  visibility: hidden;
}

.menu.toggle .bar3 {
  transform-origin: left;
  transform: rotate(-45deg);
}

/* responsive */
@media screen and (max-width: 767px) {
  .nav {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 100%;
    width: 300px;
    height: 100%;
    background: rgba(255,255,255,0.8);
    margin-top: 50px;
    transition: 0.5s ease-out;
  }

  .nav li {
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: block;
  }
  .nav li a {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    color: #0b283d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .menu {
    display: block;
    margin-left: auto;
  }

  .menu.toggle+.nav {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .nav li a {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #94b7c8;
  }
  .nav li:last-child a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #94b7c8;
  }
}

.nav i {
  display: inline-block;
  margin-right: 5px;
}

/* ==============
footer
================ */
.footer_wrp {
  background: #113A58;
}

.footer_wrp .copyright {
  background: #113A58;
}

/* ==============
parts
================ */
@media screen and (max-width:767px) {
  .u-sp {display: inline-block;}
  .u-pc {display: none;}
}
@media screen and (min-width:768px) {
  .u-sp {display: none;}
  .u-pc {display: inline-block;}
}

.headline .title {
  color: #103957;
}

.nextPageBtn {
  background-color: #ffab00;
}
.nextPageBtn:hover {
  background-color: #ffa500;
}
.prevPageBtn:hover {
  background-color: #f2f2f2;
}
.nextPageBtn a {
  display: block;
  color: #fff;
  text-decoration: none;
	cursor: pointer;
}

.exPageBtn {
  position: relative;
  display: block;
  width: auto;
  margin-top: 10px;
  padding: 12px 24px 12px 12px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  background-color: #ffab00;
	cursor: pointer;
}
.exPageBtn:hover {
  background-color: #ffa500;
}

.disableBtn {
  position: relative;
  display: block;
  width: auto;
  margin-top: 10px;
  padding: 12px 24px 12px 12px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
	cursor: default;
	color: #525252;
}
.disableBtn {
	background: #c5c5c5;
}

.nextPageBtn.disableBtn,
.exPageBtn.disableBtn {
	background: #c5c5c5;
}
.exPageBtn a {
	text-decoration: none;
	color: #fff;
}
.disableBtn a {
	color: #525252;
	cursor: default;
}


/*---------- newdesign blue color change ----------*/
/* aw base 103957 */

/* 基本テーブルスタイル */
table.basic thead tr th {
  background: #103957;
}
/* 詳細ボタン */
table.basic td.detail a:hover {
  color: #fff;
  background: #103957;
  border: 1px solid #103957;
}

/*-------------------------------------------------------------
	radio, checkbox
-------------------------------------------------------------*/
input[type=checkbox] + .inputLabel:after,
.group .checkbox_text .checked:after {
  border-right: 3px solid #4883a0;
  border-bottom: 3px solid #4883a0;
}
input[type=radio] + .inputLabel:after {
  background-color: #4883a0;
}

/*-------------------------------------------------------------
	button
-------------------------------------------------------------*/
.baseBtn {
  background-color: #103957;
}

.borderBtn > span {
  color: #103957;
}

.borderBtn:after {
  border-right: solid 2px #103957;
  border-bottom: solid 2px #103957;
}

/*-------------------------------------------------------------
  buttons
-------------------------------------------------------------*/
.btn_detail.btn_next a,
.btn_detail.btn_next button,
.btn_detail.btn_next input,
.btn_detail.regist a,
.btn_detail.print a {
  background-color: #ffab00;
}

.btn_detail.btn_next a:hover,
.btn_detail.btn_next button:hover,
.btn_detail.btn_next input:hover,
.btn_detail.regist a:hover,
.btn_detail.print a:hover {
  background-color: #ffa500;
}

/*　マイページ　タブ内のボタン　*/
.tabaccordionbody .btn_detail.btn_next .custom_items_button {
  background: #103957;
}
.tabaccordionbody .btn_detail.btn_next .custom_items_button:hover {
  background: #1a4f75;
}

/*-------------------------------------------------------------
	コーナーボックス
-------------------------------------------------------------*/
.u-cornerBox-container .o-header {
  background-color: #103957;
}

/*-------------------------------------------------------------
	モーダル
-------------------------------------------------------------*/
.modal .modal_container .modal_header {
  background: #103957;
}

/*-------------------------------------------------------------
	ページャー
-------------------------------------------------------------*/

.u-pager > ul li > a {
  border: 1px solid #103957;
  color: #103957;
}

.u-pager > ul li > a:hover {
  background: #103957;
}

.u-pager > ul li.a-pager-current a,
.u-pager > ul li.a-pager-current span {
  background: #103957;
  border: 1px solid #103957;
}

.m-accordion-menu .o-header {
  background-color: #103957;
}

/*-------------------------------------------------------------
	スライダー
-------------------------------------------------------------*/

/* ヘッドライン */
.m-headline,
.headline .title {
  border-bottom: 2px solid #103957;
}

.m-headline .o-title {
  color: #103957;
}

.m-headline-mini {
  background-color: #103957;
}


.flowbox .popbox.active .popbox_body {
  background: #0e4f6e;
}

.flowbox .popbox_right.active .popbox_body {
  border: solid 1px #0e4f6e;
}

.popbox.active .popbox_arw:after {
  background: #0e4f6e;
}

.l-footer-right .btn_detail.o-inquiries > a {
  color: #103957;
}

.l-footer-right .btn_detail.o-inquiries > a:after {
  border-right: solid 2px #103957;
  border-bottom: solid 2px #103957;
}

.l-footer-right .btn_detail.o-phonenumber a {
  color: #fff;
  background-color: #103957;
}

@media screen and (max-width: 768px) {
  .l-footer-left:before {
    background-color: #FFFFFF;
  }
}

/* おすすめ商品 */
.m-FeaturedProducts {
  background-color: #ebf8fb;
}

.m-FeaturedProducts .headline {
  border-bottom: solid 2px #103957;
}

.m-FeaturedProducts .headline .title {
  color: #103957;
}

.m-FeaturedProducts .products_list .item .title {
  color: #103957;
}


/* 絞り込み、検索、カテゴリ */
.sidemenu_wrp .submit_btn {
  background-color: #103957;
}

.sidemenu_wrp .sidemenu_select li.selected > a {
    background-color: #eef6fb;
}



.l-searchBox-wide .sidemenu_searchbox .submit_btn.a-view-text {
  background-color: #139ca5;
}



.sidemenu_wrp.m-sideSearchBox .sidemenu_search dt,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select dt {
  background-color: #103957;
}

.sidemenu_wrp.m-sideSearchBox .sidemenu_search dd,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select dd {
  color: #103957;
}

.sidemenu_wrp.m-sideSearchBox .sidemenu_search .submit_btn,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select .submit_btn {
  background-color: #103957;
}



.m-topFilterBox .o-box-head {
  background-color: #103957;
}

.m-topFilterBox .sidemenu_search > dt,
.m-topFilterBox .sidemenu_select > dt,
.m-topFilterBox .topFilterCategory > dt {
  background-color: #139ca5;
}

.m-topFilterBox .sidemenu_search dd,
.m-topFilterBox .sidemenu_select dd,
.m-topFilterBox .topFilterCategory dd {
  color: #103957;
}

.m-topFilterBox .sidemenu_search .submit_btn,
.m-topFilterBox .sidemenu_select .submit_btn,
.m-topFilterBox .topFilterCategory .submit_btn {
  background-color: #139ca5;
}

@media screen and (max-width: 767px) {
  .m-topFilterBox .sidemenu_search > dt,
  .m-topFilterBox .sidemenu_select > dt,
  .m-topFilterBox .topFilterCategory > dt,
  .m-topFilterBox .sidemenu_search .submit_btn,
  .m-topFilterBox .sidemenu_select .submit_btn,
  .m-topFilterBox .topFilterCategory .submit_btn {
    background-color: #103957;
  }
}


.m-charges-model .o-btn-modelDetail {
  border: 1px solid #103957;
}

.m-charges-model .o-btn-modelDetail > span {
  color: #103957;
}

.m-charges-model .o-btn-modelDetail:after {
  border-right: solid 2px #103957;
  border-bottom: solid 2px #103957;
}



/* カテゴリ表示(SPメニュー: ボディ) */
@media screen and (max-width: 768px) {
  .sidemenu_select dd.js-category-menu-body > ul li.selected > a,
  .topFilterCategory dd.js-category-menu-body > ul li.selected > a{
    background: #eef6fb;
  }
}

.l-cartTotalBox-inner .o-header {
  background-color: #103957;
}

.m-cartItemList .o-row-head {
  color: #103957;
}

.l-cartTotalBox-inner .o-row-total .o-text-right {
  color: #ff8f2e;
}

.m-cartItemList .o-row-subTotal > span:nth-child(3) {
  color: #103957;
}

.m-cartItemActionBox {
  color: #103957;
}

.m-estimated-info .o-header,
.m-customer-info .o-header {
  background-color: #103957;
}


/* ご請求先情報 */
/* お届け先情報 */
/* お支払い方法 */
.m-payment-method .o-title,
.m-customer-subinfo .o-title {
  background-color: #103957;
}

.m-payment-method .o-inner {
  background: #eff8fa;
}


.m-orderSideBox-inner .o-header {
  background-color: #103957;
}

.m-product-select-checkbox .product_set_name > .radio,
.m-product-select-checkbox .product_set_name > .checkbox {
  border-bottom: 1px solid #103957;
}

.selectSetProduct .not_select .inputLabel,
.product_sets_list .not_select .inputLabel,
.m-product-select-checkbox .inputLabel {
  color: #103957;
}


.m-product-select-checkbox .radio .o-label-outside,
.m-product-select-checkbox .checkbox .o-label-outside {
  color: #103957;
}

.m-product-option .o-radioBtn-header {
  color: #103957;
}



.m-product-option .inputLabel {
  color: #103957;
}

.m-itemDetailSideBox-inner .o-header {
  background-color: #103957;
}

.l-itemDetailMainBox .product_sets,
.product_sets_list .product_sets {
  border-left: 5px solid #103957;
}

.m-itemDetail-head .o-right-header {
  border-bottom: 1px solid #103957;
}

.m-itemDetail-head .o-itemname {
  color: #103957;
}

.m-itemDetail-head .o-favstar .favorite {
  color: #e37d39;
}

.m-itemImage-5box .o-itemimage-small span.js-photo-active {
  border-color: #103957;
}


.m-payMonthModel-selectBox .o-payModel-box.js-radio-selected {
  background: #ebf8fb;
}


.m-payYearModel-selectBox .o-header {
  background: #51afa9;
}


.m-payYearModel-selectBox .o-payModel-box.js-radio-selected {
  background: #ebf8fb;
}

.m-productOption-item {
  border: 1px solid #ebf8fb;

}


.m-productOption-item.js-OpMS-selected {
  background: #ebf8fb;
}

.m-productOption-item .o-item-name {
  color: #103957;
}

.m-topFilterBox .clearBtn .baseBtn,
.m-sideSearchBox .clearBtn .baseBtn {
  background-color: #103957;
}

/* 会員証 */
#member_card svg {
    fill: #103957;
}
#member_card span {
    color: #103957;
}
.detail-list li {
    border: 1px solid #103957;
}
.detail-list dl dd:first-of-type {
    color: #fff;
    background: #103957;
}


/* ==============
parts card
================ */
.card {}

.card-item {
	position: relative;
  display: flex;
  flex-flow: column;
  width: 90%;
  max-width: 450px;
  margin: 0 auto 20px;
}
.card-title {
  margin: 0 !important;
  padding: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-item figure img {
  width: 100%;
  max-width: 100%;
}
.card-body {
	display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(150,150,150,0.6);
  box-shadow: 0 0 4px rgba(150,150,150,0.6);
}
.card-item p {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-item .nextPageBtn {
  margin-top: auto;
  border-radius: 0;
}
.card-item .cp {
  position: absolute;
  width: 70px;
  top: 0;
  right: 0;
}
@media screen and (min-width:768px) {
  .card {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
  .card-item {
    margin: 0 20px;
  }
	.card-item .cp {
	  width: 100px;
	}
}

/* table ------------------------------------------------------------ */
.table_note-bottom {
  font-size: 90%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

.aw_table_simple {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-collapse: separate;
    border-spacing: 0;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-top: 0;
    background: #fff;
}
.aw_table_simple th {
  display: table-cell;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: normal;
    border-top: 0;
    border-right: solid 1px #ddd;
    background: #fafafa;
    width: 20%;
}
.aw_table_simple td {
  display: table-cell;
    padding: 10px;
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: normal;
    vertical-align: middle;
    width: 20%;
}
@media screen and (max-width:480px) {
  .aw_table_simple {
    min-width: 600px;
  }
}

/* ==============
aw_section
================ */

.aw_section {
  margin: 40px 0;
}
.aw_section .inner {
  margin: 0 auto;
  padding: 0 30px 20px;
  width: 100%;
  max-width:1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.aw_section:nth-child(odd) {
  background: #e9edf0;
}

.aw_section2 {
  margin-bottom: 20px;
}
.aw_section2 .inner {
  margin: 0 auto;
  padding: 0 30px 20px;
  width: 100%;
  max-width:1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aw_section .title {
  position: relative;
  padding: 20px 0 10px;
  text-align: center;
}
.aw_section .title::before {
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 2px;
  content: '';
  background: #0b283d;
}
.aw_section .title + p {
  margin-bottom: 15px;
}

@media screen and (min-width:769px) {
  .aw_section {
    margin: 40px 0 60px;
  }
  .aw_section .inner {
    padding: 0 50px 20px;
  }
  .aw_section .title {
    padding: 30px 0 20px;
  }
  .aw_section .title + p {
    margin-bottom: 30px;
    text-align: center;
  }
  .aw_section2 {
    margin: 0 0 40px;
  }
  .aw_section2 .inner {
    padding: 0 50px 20px;
  }
}

.aw_section2 small {
  font-size: 85%;
}

.aw_section h2 {
  margin: 10px 0;
  /* text-align: center; */
}

/* ============== TOP page ================ */
.section_wrp {
  margin-top: 0;
}

/* ------------------------------------top topics */
.section_wrp .topics h3 {
  display:none;
}

.topics .headline {
  margin-bottom: 8px;
  padding-top: 10px;
  text-align: left;
}
.topics .headline::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100px;
  height: 2px;
  background: #103957;
}

.topics .headline .title {
  font-size: 14px;
  border-bottom: none;
}
.topics .headline .title::before {
  content: "Information";
  font-size: 22px;
  margin-right: 10px;
}


@media only screen and (max-width: 480px) {
  .topic_list dd {
    font-size: 14px;
  }
}

@media screen and (min-width:768px) {
  .topics .headline .title {
    font-size: 14px;
  }
  .topics .headline .title::before {
    display:block;
    margin-right: 0;
  }
}

/* ------------------------------------top kv */
.kv {
  position: relative;
}
.kv img {
  max-width: 100%;
}

.kv-read {
  padding: 20px;
  font-size: 16px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.kv-read .text {
  margin-bottom: 20px;
  line-height: 1.6;
}

@media screen and (min-width:768px) {
  .kv-read {
    position: absolute;
    right: 0;
    width: 340px;
    top:50%;
    transform:translate(-50%,-50%);
  }
  .kv-read .text {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* ------------------------------------top future */
.top_future img {width: 100px;}

@media screen and (max-width:767px) {
  .top_future .aw-l-flex {
    flex-flow: column;
  }
  .aw-l-row {
    padding: 16px 0;
  }
  .top_future .aw-l-row:not(:last-child) {
    border-bottom: 1px solid #9ca8b2;
  }
  .top_future-text {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }

  .top_future-text .txt {
    margin-left: 10px;
  }
}
@media screen and (min-width:768px) {
  .top_future .aw-l-row {
    padding: 0 30px;
    width: calc(100% / 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top_future .aw-l-row:not(:last-child) {
    border-right: 1px solid #9ca8b2;
  }
  .top_future figure {
    margin: 15px 0;
    text-align: center;
  }
}

/* ------------------------------------top step */
.top_step h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0b283d;
}

.top_step-flow > li {
  position: relative;
  border: 2px solid #00a8ff;
}
.top_step-flow > li .icon {
  margin: 0 auto;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  background: #00a8ff;
  position: absolute;
  top: 2px;
  left: 50%;
  transform:translate(-50%,-50%);
  z-index: 1;
}
.top_step-flow > li dl {
  margin: 0;
  position: relative;
}
.top_step-flow > li:not(:last-child) dl::before {
}

@media screen and (max-width:768px) {
  .top_step-flow > li {
    margin-bottom: 40px;
  }
  .top_step-flow > li dl {
    padding: 15px 20px 10px;
  }
  .top_step-flow > li:not(:last-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-bottom: 4px solid #00a8ff;
    border-right: 4px solid #00a8ff;
    position: absolute;
    bottom: -33px;
    left: calc(50% - 7px);
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
  }
}

@media screen and (min-width:769px) {
  .top_step-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .top_step-flow > li {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }
  .top_step-flow > li dl {
    padding: 30px 20px;
  }
  .top_step-flow > li:not(:last-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid #00a8ff;
    border-right: 4px solid #00a8ff;
    position: absolute;
    top: calc(50% - (14px/2));
    /* left: 104%; */
    right: -14%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width:810px) {
	.top_step-flow > li:not(:last-child) dl::before {
		right: -18%;
	}
}
@media screen and (min-width:960px) {
	.top_step-flow > li:not(:last-child) dl::before {
		right: -16%;
	}
}
@media screen and (min-width:1200px) {
	.top_step-flow > li:not(:last-child) dl::before {
		right: -14%;
	}
}

/* ------------------------------------top price */

.top_plan_price .card-title {
  position: relative;
  background: #103957;
  color: #fff;
  text-align: center;
}
.top_plan_price .card-title::after {
  position: absolute;
  content: "";
  border-top: 10px solid #103957;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
}

.top_plan_price p:first-of-type {
  margin-top: 10px;
  text-align: center;
}
.top_plan_price .price {
  font-size: 160%;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .top_plan_price .aw-l-flex {
    flex-flow: column;
  }
  /* .top_plan_price .card-item {
    width: 45%;
  } */
}

@media screen and (min-width:768px) {
  .top_plan_price .card-item {
    width: 390px;
  }
  .top_plan_price .nextPageBtn {
    width: 400px;
    margin: 10px auto 0;
  }
}


/* ==============
item list
================ */
.content_cart {
  background: transparent;
}

.l-productListItem {
  background: #fff;
}

/* ==============
item detail
================ */
/*----- tab -----*/
.tabaccordionhead li a {
  font-size: 16px;
}

.m-itemDetailSideBox-inner .o-header {
  background: #103957;
}


/* ============== CMS ================ */
.page-title {
  position: relative;
  margin: 20px auto 0;
  padding: 0 30px 10px;
  width: 100%;
  max-width:1280px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-title::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100px;
  height: 2px;
  background: #103957;
}
.page-title span {
  display: block;
  font-size: 18px;
}
@media screen and (min-width:768px) {
  .page-title {
    padding: 0 50px 10px;
  }
}

/* plan */
.arrow_next-bottom {
  width: 0;
  height: 0;
  margin: 10px auto 0;
  border-style: solid;
  border-width: 26px 60px 0 60px;
  border-color: #103957 transparent transparent transparent;
}


.aw_section.select_pattern {
  padding-top: 20px;
}

.plan_price_table table {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-collapse: separate;
    border-spacing: 0;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-top: 0;
    background: #fff;
}

.plan_price_table th {
	display: table-cell;
  padding: 10px;
  width: 20%;
  border-top: 0;
  border-right: solid 1px #ddd;
  background: #103957;
  text-align: center;
  font-weight: normal;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.plan_price_table td {
	display: table-cell;
  padding: 10px;
	width: auto;
  background: #fff;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media screen and (max-width:768px) {
  .plan_price_table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .plan_price_table table {
    min-width: 600px;
  }
  .select_pattern .aw-l-flex {
    flex-flow: column;
  }
}

@media screen and (min-width:769px) {
  .select_pattern .aw-col-left {
    width: 53%;
  }
  .select_pattern .aw-col-right {
    width: calc(100% - (53% + 20px));
  }
}

/*------*/
.spec_table {
}

.spec_table dt, .spec_table dd,
.spec_table-size dt, .spec_table-size dd {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spec_table dt {
  border-bottom: 1px dotted #9ca8b2;
}
.spec_table dd {
  border-bottom: 1px solid #9ca8b2;
}

.spec_table-size dt {
}
.spec_table-size dd {
  border-bottom: 1px solid #9ca8b2;
}

@media screen and (max-width:767px) {
  .spec_table.is-top {
    border-top: 1px solid #9ca8b2;
  }
  .spec_table-size dd {
    overflow-x:scroll;
    -webkit-overflow-scrolling: touch;
  }
  .spec_table-size dd div {
    width:120%;
  }
}
@media screen and (max-width:600px) {
  .spec_table-size dd div {
    width:160%;
  }
}


@media screen and (min-width:768px) {
  .spec_table {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .spec_table dt {
    width: 200px;
    border-bottom: 1px solid #9ca8b2;
  }
  .spec_table dd {
    width: calc(100% - 200px);
    border-bottom: 1px solid #9ca8b2;
  }
}

/*------------------------------------------------*/
#mainImg {width:100%;min-height:195px;}
#mainImg img {max-width:100%;}
#subImg{overflow:hidden;margin-top: 5px;}
#subImg img {max-width:100%}
#subImg li {
  float:left;
  width:calc(100% / 4);
}

#subImg li.current {
  position: relative;
}
#subImg li.current::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border:2px solid #ffab00;
  box-shadow: 0 0 0 1px inset #ffffff;
}

@media screen and (min-width:769px) {
  #subImg li {
    float:left;
    width:calc(100% / 8);
  }
.select_size .mainimg_box {
  width: 115%;
}
}

/* ------------------------------------------- */

.select_size-box {
  width: 100%;
}
.select_size-box-title {
  position: relative;
}
.select_size-box-title .btn_more {
  top:inherit;
  bottom: 0;
}

.select_size-box label {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px 10px 3em;
  border: 1px solid #9ca8b2;
  border-bottom: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select_size-box label:last-of-type {
	border-bottom: 1px solid #9ca8b2;
}

.select_size-box label input[type="radio"] {
  display: none !important;
}
.select_size-box .aw-l-box-left,
.select_size-box .aw-l-box-right {
  width: 100%;
}
.select_size-box .select-size {
  font-weight: bold;
}
.select_size-box .select-spec {
  margin-left: 10px;
}
.select_size-box .schedule {
  /* 発売開始時に削除すること */
  background: #c9c9c9;
  cursor: default !important;

  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px 10px 3em;
  border: 1px solid #959595;
  border-bottom: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.schedule .select-price .first,
.schedule .select-price .month {
  background: #c9c9c9 !important;
  border:1px solid #959595 !important;
}

.select_size-box label::before {
  position: absolute;
  content: "✓";
  color: #c2ccd5;
  left: 10px;
  top: calc(50% - .6em);
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
}
.select_size-box label::after {
  position: absolute;
  content: "";
  left: 10px;
  top: calc(50% - (1.5em / 2));
  background: #fff;
  border: 1px solid #9ca8b2;
  width: 18px;
  height: 18px;
}
.select_size-box label:hover::after,
.select_size-box .sizechecked::after {
    border-color: #ffab00;
    background: #ffab00;
}
.select_size-box label:hover::before,
.select_size-box .sizechecked::before {
    color: #fff;
}

.select_size-box label:hover,
.select_size-box .sizechecked {
  background: #103957;
	box-shadow: inset 0 0 0 2px #fff;
}
.select_size-box label:hover .aw-l-box-left,
.select_size-box .sizechecked .aw-l-box-left {
  color: #fff;
}

@media screen and (max-width:600px){
	.select_size-box label {
	  flex-flow: column;
	}
}
@media screen and (min-width:601px){
	.select_size-box .aw-l-box-left {
	  margin-right: 20px;
	  width: 30%;
	}
	.select_size-box .aw-l-box-right {
	  width: calc(70% - 20px);
	  margin-left: auto;
	}
}

@media screen and (max-width:768px){
  .select_size .aw-l-flex {
    flex-flow: column;
  }
}
@media screen and (min-width:769px){
  .select_size-box {
    margin-left: 15px;
  }
  .select_size-box .select-spec {
    margin-left: 0;
    display: block;
  }
}


/* table */
.select_size-box .select-price {
	margin-top: 0;
	border-bottom: 0;
	border-spacing: 2px;
}
.select_size-box .select-price small {
	font-size: 85%;
}
.select_size-box .select-price th,.select_size-box .select-price td {
	border-top: 0;
	padding: 2px 0;
	vertical-align: middle;
}
.select_size-box .select-price th {
	text-align: center;
}
.select_size-box .select-price td {
	text-align: right;
}
.select_size-box .select-price .first{
	background: #fff;
	border: 1px solid #0b283d;
}
.select_size-box .select-price .month{
	background: #ffab00;
	border: 1px solid #ffab00;
}
.select_size-box label:hover .select-price .first,
.select_size-box .sizechecked .select-price .first {
	border: 1px solid #ffffff;
}
.select_size-box label:hover .select-price td,
.select_size-box .sizechecked .select-price td {
	color: #fff;
}

@media only screen and (max-width: 480px){
	.select_size-box .select-price tr {
		background: transparent;
	}
	.select_size-box .select-price th, .select_size-box .select-price td {
		 font-weight: normal;
		 color: #0b283d;
	}
	.select_size-box .select-price tbody {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		width: 100%;
	}
	.select_size-box .select-price tbody tr {
		width: 50%;
	}
}
@media screen and (min-width:481px){
	.select_size-box .select-price th {
		width:40%;
	}
	.select_size-box .select-price tr:first-child td {
		border-bottom: 1px solid #9ca8b2;
	}
}

/* CP デザイン */

.cp .regular_price {
	color: #919191;
	text-decoration: line-through;
}
.cp .special_price {
	display: inline-block;
	color: #ff4646;
	font-weight: bold;
}

/* --------------------------------------------------------- */
.bm_construction table th {
  vertical-align: middle;
}
.bm_construction .pattern {
  margin-top: 40px;
}
.bm_construction h3 {
  padding-top: 8px;
  border-top: 1px solid #9ca8b2;
}
.bm_construction .aw-l-flex {
  flex-flow: column;
}

@media screen and (max-width: 480px) {
  .bm_construction table th {
    display: table-cell;
    width: 40%;
    text-align: right;
  }
  .bm_construction table td {
    display: table-cell;
    width: 60%;
  }
  table.basic td {
    background: #fff;
  }
}

@media screen and (min-width:601px){
  .bm_construction .aw-l-flex {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .bm_construction .aw-col-left{
    width: 100%;
  }
  .bm_construction .aw-col-left figure {
    margin: 0 auto;
    width: 400px;
  }
  .bm_construction .aw-col-right {
    width: 48%;
  }
}
@media screen and (min-width:769px){
	.bm_construction .aw-col-left {
    width: 400px;
		margin-right: 10px;
	}
	.bm_construction .aw-col-right {
		border-left: 1px solid #b1b1b1;
    padding-left: 10px;
	}
	.bm_construction .aw-col-right:nth-child(2) {
		width: 20%;
	}
	.bm_construction .aw-col-right:nth-child(3) {
		width: 30%;
	}
  .bm_construction .pattern {
    margin-top: 0;
  }
  .bm_construction h3 {
    padding-top: 0;
    border-top: none;
  }
}


/* ----------------------------------------------------- */
.aw_scroll .c-pay_flow-image {
	width: 200%;
}
@media screen and (min-width:601px){
  .aw_scroll .c-pay_flow-image {
		width: 130%;
	}
}
@media screen and (min-width:768px){
  .aw_scroll .c-pay_flow-image {
		width: 100%;
	}
}


.aw_list_disc li {
  list-style: disc;
  margin-left: 2em;
}

/*------------------------------------------------*/
.plan_pattern {
  margin-top: 50px;
}
.plan_pattern_images {
  flex-wrap: wrap;
  justify-content: center;
}
.plan_pattern_images figure {
  margin: 0 5px 5px 0;
  width: 48%;
}
.bm_construction .aw-l-flex.plan_pattern_images {
  flex-flow: wrap;
  justify-content: center;
}
.plan_pattern_images::after {
  content: "";
  display: block;
  width: 48%;
  background: #fbf7f9;
  margin: 0 5px 5px 0;
}
@media screen and (min-width:866px) {
  .plan_pattern_images figure {
    width: auto;
  }
  .plan_pattern_images::after {
    width: 398px;
    height: 250px;
  }
}

/*------------------------------------------------*/
@media screen and (max-width:768px) {
.final_confirm .o-group-subItem:last-of-type .m-cartItemPhoto {
	display: none;
}
}

/*------------------------------------------------*/
[class*="rule-"] h2:not(:first-child){
  margin-top: 1.5em;
}
[class*="rule-"] h4{
  margin-top: .6em;
}

[class*="rule-"] .inner {
  margin: 0 auto;
  padding: 0 30px 20px;
  width: 100%;
  max-width:1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width:768px) {
  [class*="rule-"] .inner {
    padding: 50px;
  }
}

.rule-tos ul li {
  padding-left: 1.5em;
  text-indent: -1.4em;
}

/*------------------------------------------------*/
/* NEWS */

.table-cp-info th {background:#efefef;color:#0b283d;}
.table-cp-info th,.table-cp-info td {padding:10px;}
.card{margin-top:30px;}

/* price */
.news-table.type06,
.news-table.type06 th,
.news-table.type06 td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.news-table.type06 th {
  background:#3f3f3f;
  color:#ffffff;
}
.news-table.type06 th,
.news-table.type06 td {
  padding:10px;
  display:table-cell;
  width: auto;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .news-table.type06 {
    width: 600px;
    margin-top:0;
  }
}

/* 初期費用テーブル 通常価格 */
.newsCp .news-table.type06 tbody tr:not(:nth-child(5n+1)) td:nth-child(2),
.newsCp .news-table.type06 tbody tr:nth-child(5n+1) td:nth-child(3) {
  /* color: #848484; */
  /* text-decoration: line-through; */
}
.newsCp .news-table.type06 tbody tr:not(:nth-child(5n+1)) td:nth-child(2)::after,
.newsCp .news-table.type06 tbody tr:nth-child(5n+1) td:nth-child(3)::after {
  /* シングル */
  content: "\f061";
  position: absolute;
  right: -7px;
  font-family: FontAwesome;
  z-index: 1;
}

/* 初期費用テーブル CP価格 */
.newsCp .news-table.type06 tbody tr:not(:nth-child(5n+1)) td:nth-child(3),
.newsCp .news-table.type06 tbody tr:nth-child(5n+1) td:nth-child(4) {
  color: #FF0000;
}

/* 初期費用テーブル 最終列 */
.newsCp .news-table.type06 tbody tr td:last-child {
  background: #fffdc3;
  color: #FF0000;
  font-weight: bold;
  font-size: 110%;
}
