

@charset "utf-8";

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family: '游ゴシック体','YuGothic','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #fff;
	line-height:1.5;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
}
.clearfix {
	clear: both;
}


/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.notes {
	list-style: disc;
	padding: 0 0 0 30px;
	margin-bottom: 30px;
	font-size: 1.35rem;
}
.notes li {
	margin-bottom: 4px;
}
.liststyle_dl1 {
	overflow: hidden;
	width: 100%;
}
.liststyle_dl1 dt {
	float: left;
	width: 120px;
	margin: 0 0 25px;
	font-weight: bold;
}
.liststyle_dl1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.liststyle_dl2 dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.liststyle_dl2 dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}
.liststyle_dl2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #672e8e;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}
::-moz-selection {
	color: #91a50b;
	background: #f2ff8e;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}

.swap {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px!important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb210 { margin-bottom: 210px !important;}
.mb220 { margin-bottom: 220px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb240 { margin-bottom: 240px !important;}
.mb250 { margin-bottom: 250px !important;}
.mb260 { margin-bottom: 260px !important;}
.mb270 { margin-bottom: 270px !important;}
.mb280 { margin-bottom: 280px !important;}
.mb290 { margin-bottom: 290px !important;}
.mb300 { margin-bottom: 300px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width85 { width: 85%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
a.c_fff,
.c_fff {
	color: #fff;
}
a.c_red,
.c_red {
	color: #ff5050;
}
a.c_gr,
.c_gr {
	color: #00b96c;
}
a.c_bl,
.c_bl {
	color: #4594ff;
}
a.c_gray01,
.c_gray01 {
	color: #8f8f8f;
}
a.c_gray02,
.c_gray02 {
	color: #f6f6f6;
}
a.c_gray03,
.c_gray03 {
	color: #adaeb1;
}
a.c_gray04,
.c_gray04 {
	color: #bcbcbc;
}
a.c_gray05,
.c_gray05 {
	color: #42474d;
}

.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

::-moz-selection {
	color: #81249d;
	background: #f8e0ff;
}

::selection {
	color: #81249d;
	background: #f8e0ff;
}

/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transform: translate(0,-30px); 
	-moz-transform: translate(0,-30px);
	-webkit-transform: translate(0,-30px); 
	-o-transform: translate(0,-30px);
	-ms-transform: translate(0,-30px);
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0); 
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

thead th {
	padding: 5px 15px;
	background: #555;
	color: #fff; 
	font-size: 1.3rem;
}
tfoot th {
	padding: 5px 15px;
	background: #ddd;
	font-size: 1.3rem;
}


/* Forms Module
-----------------------------------------------------------*/

.input_text3,
.input_text2,
.input_text {
	width: 100%;
}
.input_text3,
.input_text2,
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 8px 15px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: white;
}
.input_text3,
.input_text2 {
	margin-bottom: 0;
    background: #f8f8f8;
}
.input_text3 {
	color: white;
    background: #42474d;
    text-align: center;
    position: relative;
    display: block;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox{
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
}
.selectbox::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
label:hover {
	cursor: pointer;
/* 	opacity: 0.8; */
}
::-webkit-input-placeholder{
  color: #aaa;
}
:-ms-input-placeholder{
  color: #aaa;
}
::-ms-input-placeholder{
  color: #aaa;
}
::placeholder{
  color: #aaa;
}


/* sp_nav
-----------------------------------------------------------*/
.area_drawermenu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(255,255,255,0.95);
	width: 100%;
	height: 100%;
	overflow: auto;
}
.area_drawermenu.drawer_open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.area_drawermenu .inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 20px;
}
.list_drawermenu {
	margin: 0 0 10px;
}
.list_drawermenu li {
	position: relative;
}
.list_drawermenu dt::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 40%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #aaa #aaa transparent transparent;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
 }
.list_drawermenu li a {
	display: block;
	width: 100%;
	padding: 12px;
	border-bottom:  1px dotted #aaa;
    color: white;
    background: #42474d;
}
.area_drawermenu .btn1,
.area_drawermenu .btn2 {
	margin: 0 0 10px;
	max-width: inherit;
	padding: 0;
}
.area_drawermenu .btn1 a {
	display: block;
	padding: 10px;
	background: #e8e8e8;
	border: none;
	text-align: center;
}
.area_drawermenu .btn2 a {
	display: block;
	padding: 10px;
	background: #42474d;
	color: #fff;
	border: none;
	text-align: center;
}
.drawermenu_closebtn {
	display: inline-block;
	visibility: hidden;
	z-index: 1001;
	position: fixed;
	top: 10px;
	right: 10px;
	padding: 8px 0;
	font-size: 160%;
  -webkit-transition: ease-out .5s;
  -o-transition: ease-out .5s;
	transition: ease-out .5s;
}
.drawermenu_closebtn.drawer_open {
	visibility: visible;
	bottom: 0;
}
.header_menubtn {
	display: none;
	width: 54px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	border-left: 1px solid #e5e5e5;
}
.header_menubtn:hover {
}
.header_menubtn p {
	margin: 6px 0 0;
	color: #fff;
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.menu_trigger {
  position: relative;
  width: 25px;
  height: 21px;
  top: 19px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #42474d;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 9px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.accordion_head {
	padding: 12px;
    background: #f2f2f2;
    position: relative;
}
.area_drawermenu .logo {
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.sp_topmenu .area_drawermenu .logo {
    padding: 0 15px;
}
.topmenu {
    border-bottom: 1px solid #e5e5e5;
    background: #f2f2f2;
}
.topmenu .searchform {
    color: #adaeb1;
    background: white;
}


/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.obf {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.bg_gray01 {
	background: #f2f2f2;
}
.bg_gray02 {
	background: #f6f6f6;
}
.bg_gray03 {
	background: #adaeb1;
}
.bg_gray04 {
	background: #808588;
}
.bg_gray05 {
	background: #42474d;
}
.bg_gray06 {
	background: #e8e8e8;
}
.bg_gray07 {
	background: #f8f8f8;
}

.bg_red {
	background: #ff5050;
}
.bg_ye {
	background: #fffad2;
}
.bg_ligr {
	background: #b0e8c0;
}
.bg_liligr {
	background: #e6ffef;
}
.bg_libl {
	background: #d5ebff;
}
.bg_gr {
	background: #00b96c;
}
.bg_bl {
	background: #4594ff;
}
.bg_wh {
	background: white;
}

.border_b01 {
	border-bottom: 1px solid #e5e5e5;
}
.border_b02 {
	border-bottom: 1px solid #bbbbbb;
}
.border_b03 {
	border-bottom: 2px solid #d3d3d4;
}
.border_rad5 {
	border-radius: 5px;
}
.po_re {
	position: relative;
}
.dis_b {
	display: block;
}
.dis_inb {
	display: inline-block;
}
.jusb {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between
}
a.underline {
	text-decoration: underline;
}
.pointer-events_none {
	pointer-events: none;
}
.lih175 {
	line-height: 1.75;
}

.topmenu {
	font-size: 1.4rem;
}
.topmenu .searchform {
	border: 1px solid #e5e5e5;
	width: 297px;
	border-radius: 5px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 9px 0;
}
.search {
	width: 250px;
	padding: 6px 15px;
}
.icon_search {
	padding: 5px 10px;
	font-size: 1.8rem;
}
.topmenu_list {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
}
.topmenu_list_a {
	padding: 16px 28px;
    display: block;
}
.topmenu_list_a:hover {
	background: #eaeaea;
}

.topmenu_wrap {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.topmenu_list_wrap .icon {
	font-size: 1.6rem;
	margin-right: 5px;
}
.topmenu_list_wrap li {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
}
.topmenu_btn2,
.topmenu_btn1 {
    padding: 16px 28px;
    display: block;
}
.topmenu_btn1:hover {
    background: #eaeaea;
}
.topmenu_btn2 {
    background: #42474d;
    color: white !important;
}

.badge0,
.badge {
	border-radius: 8px;
	padding: 4px 10px;
	margin-left: 5px;
}
.badge {
    background: #ff5050;
}
.badge0 {
	background: #a4a6a9;
}
.innermenu .logo {
	max-width: 101px;
    height: 100px;
    width: 101px;
}
.innermenu {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 1.6rem;
}
.innermenu_list_wrap {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
}
.innermenu_list_wrap li ul {
	display: none;
	position: absolute;
}
.innermenu_list_wrap .icon {
	margin-left: 5px;
    color: #bcbcbc;
}
.innermenu_list {
	padding: 30px 0;
	cursor: pointer;
}
.innermenu_list_box {
	font-size: 1.4rem;
}
.innermenu_list_box a{
	padding: 10px;
	width: 180px;
	display: block;
}
.innermenu_list_box li a{
	color: white;
    border-bottom: 1px solid #bbbbbb;
    background: #42474d;
}
.innermenu_list_box li:last-child a {
	border-bottom: 0;
}
.innermenu_list_box li a:hover,
.topmenu_btn2:hover {
    background: #262c33;
}
.topmenu_list_a:hover.bg_gray05,
.innermenu_list_box a:hover.bg_gray05 {
	background: #262c33;
}
.innermenu_list_a {
	padding: 9px 17px;
	display: block;
}
.innermenu_list:first-child .innermenu_list_a {
	padding: 9px 17px 9px 0;
}
.innermenu_list:last-child .innermenu_list_a {
	padding: 9px 0 9px 17px;
}
.topicpath {
	font-size: 1.2rem;
	margin-top: 16px;
}
.topicpath .icon {
	font-size: 1.4rem;
    color: #adaeb1;
}
.topicpath .topicpath_list:after {
    content: '\f105';
    margin: 0 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #bcbcbc;
}

.deals_courses {
    margin-bottom: 20px;	
}
.deals_courses_title {
	font-size: 1.9rem;
	padding: 3px;
	color: white;
	background: #ff5050;
    text-align: center;
    font-weight: bold;
}
.deals_courses_list_wrap {
	border: 1px solid #ff5050;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 15px;
}

/* ラジオボタン */
.checkbox-text {
	font-size: 1.6rem;
	padding: 0 20px 0 10px;
}

.checkbox01,
.radio01 {
	font-size: 1.6rem;
}
.box .label_wrap {
    display: inline-block;
    line-height: 1.25;
    width: 31%;
}
.label_wrap .radio01-parts {
	border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 5px;
}
.checkbox01-input, .radio02-input, .radio01-input {
    display: none;
}

.border_gry {
    border: 1px solid #e5e5e5;
}
.border_gry02 {
    border: 1px solid #dadada;
}
.checkbox01-parts,
.radio01-parts {
	padding: 20px 20px 20px 40px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    display: block;
}
.checkbox01-parts {
	padding: 20px 20px 20px 60px;
    line-height: 1.75;
    position: relative;
    background: #f6f6f6;
    margin-bottom: 5px;
}
.checkbox01-input:checked + .checkbox01-parts,
.radio01-input:checked + .radio01-parts {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.radio01-input:checked + .bg_ligr {
	background: #89dda1;
}
.radio01-input:checked + .bg_libl {
	background: #aad2f7;
}
.checkbox01-input:checked + .checkbox01-parts {
	background: #e6ffef;
}
.checkbox01-parts::before,
.radio01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    width: 15px;
    height: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
    background: #f2f2f2;
}
.checkbox01-input:checked + .checkbox01-parts::after,
.radio01-input:checked + .radio01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 21px;
    width: 9px;
    height: 9px;
    background: #000000;
    border-radius: 50%;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.checkbox02-parts {
	padding: 20px 20px 20px 40px;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	display: block;
	padding: 20px 20px 20px 60px;
	line-height: 1.75;
	position: relative;
	background: #f6f6f6;
	margin-bottom: 5px;
}

.flow_purchase {
	padding: 50px 0 40px;
}
.flow_purchase ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.flow_purchase li:after,
.flow_purchase li {
    display: inline-block;
    font-size: 1.4rem;
    color: #8f8f8f;
}
.flow_purchase dl,
.flow_purchase dt,
.flow_purchase dd {
    display: inline-block;
}
.flow_purchase dt {
    border-radius: 50%;
    font-size: 1.25rem;
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 9px;
    color: white;
    padding: 4px 0;
    text-align: center;
    background: #adaeb1;
    bottom: 2px;
}
.flow_purchase .red {
	font-weight: bold;
	color: #333;
}
.flow_purchase .red dt{
    background: #ff5050;
}

.flow_purchase li:after {
	content: '\f105';
    margin: 0 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #bcbcbc;
}
.flow_purchase li:last-child:after {
	content: "";
}


.content_2column {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.content_2column01 {
	width: 70%;
}
.table_base {
	border-top: 0;
    border-left: 0;
    margin-bottom: 25px;
}
.table_base td,
.table_base th {
	border-bottom: 0;
    border-right: 0;
    padding: 8px 14px;
}
.table_base td {
	font-size: 1.6rem;
}
.table_base thead th {
    background: #f2f2f2;
    font-size: 1.4rem;
    color: black;
    text-align: center;
    font-weight: normal;
}
.table_base tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.table_base tbody tr:last-child {
	border-bottom: 1px solid #bbbbbb;
}

.table_base .itemimg {
	max-width: 126px;
	width: 38%;
	height: 126px;
}
.product_content {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product_content_text {
	padding: 30px 0;
	width: 60%;
}
.table_delete {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
    bottom: -3px;
}
.table_delete i {
	font-size: 2.5rem;
}
.content_title {
	font-size: 2.7rem;
	margin-bottom: 15px;
	display: inline-block;
}
.select_box4,
.select_box3,
.select_box2,
.select_box {
	width: 100%;
	padding: 8px 23px;
	border: 1px solid #e5e5e5;
	background: #f2f2f2;
}
.select_box3 {
	padding: 8px 13px;
}
.select_box_arrow,
.select_box {
	position: relative;
    max-width: 150px;
}
.select_box_arrow2,
.select_box2 {
	position: relative;
    max-width: 250px;
}
.select_box_arrow3,
.select_box3 {
	position: relative;
    max-width: 70px;
}
.select_box_arrow4,
.select_box4 {
	position: relative;
	max-width: 350px;
}
.select_box_arrow4:after,
.select_box_arrow3:after,
.select_box_arrow2:after,
.select_box_arrow:after {
    content: "";
	display: inline-block;
	background: url(../images/common/arrow.svg) no-repeat;
	background-size: contain;
    height: 14px;
    width: 6px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
.total td{
    padding: 15px 14px;
}
td.table_price {
	padding-right: 25px;
	text-align: right;
}
.product_total td {
	font-size: 1.9rem;
}
.content_2column02 {
	width: 27%;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
    top: 0;
}
.content_2column02_title2,
.content_2column02_title {
	font-size: 1.7rem;
	padding: 6px 20px 7px;
	color: white;
    background: #808588;
    font-weight: bold;
}
.content_2column02_title2 {
    background: #42474d;
}

.content_2column02_content {
	padding: 15px 20px;
    background: #f2f2f2;
    margin-bottom: 20px;
}

.content_2column02_content3 {
	padding: 15px 20px;
	background: #ffffff;
	margin-bottom: 20px;
}

.content_2column02_content2 dl {
	padding: 10px 20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 1.4rem;
	border-bottom: 1px solid #d3d3d4;
    background: #f2f2f2;
}
.content_2column02_content2 .bg_ye {
	background: #fffad2;
}
.content_2column02_content.item {
	margin-bottom: 0;
	border-bottom: 1px solid #d3d3d4;
}
.box_inline .select_box_arrow3,
.box_inline .select_box_arrow2,
.box_inline .select_box_arrow {
	display: inline;
}
.box_inline span {
	padding: 3px;
	padding-right: 10px;
}


.btn1,
.btn2,
.btn3,
.btn4,
.btn5,
.btn7,
.btn8,
.btn9,
.btn10 {
	padding: 15px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    max-width: 330px;
    margin: 0 auto;
    display: block;
    color: white;
	width: 100%;
	position: relative;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 5px;
}
.btn9,
.btn4,
.btn1 {
    background: #4594ff;
}
.btn2 {
    background: #00b96c;
}
.btn10,
.btn8,
.btn3 {
    background: #42474d;
}
.btn4 {
    background: #4594ff;
    padding: 23px 15px;
}
.btn5 {
    background: #adaeb1;
}
.btn6 {
    padding: 4px 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
    border: 0;
	max-width: 90px;
	text-align: center;
    background: #42474d;
    border-radius: 5px;
    width: 100%;
    font-size: 1.2rem;
    color: white;
}
.btn7 {
    padding: 12px;
    max-width: inherit;
    background: #f4f4f4;
    border: 1px solid #dadada;
    position: relative;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: black;
    font-weight: inherit;
}
.btn10 {
    padding: 9px;
    width: auto;
	font-size: 1.3rem;
	font-weight: inherit;
	width: 100px;
	margin-left: 10px;
	margin-bottom: 0;
}
a.btn9,
a.btn8,
.btn9,
.btn8 {
	font-size: 1.3rem;
	width: 48.5%;
	color: white;
	font-weight: inherit;
	margin-bottom: 0;
	padding: 15px 0;
}
.btn9:hover,
.btn4:hover,
.btn1:hover {
    background: #317eeb;
}
.btn2:hover {
    background: #00a560;
}
.btn10:hover,
.btn8:hover,
.btn3:hover {
    background: #222528;
}
.btn5:hover {
    background: #9b9b9b;
}
.btn6:hover {
    background: #6f7273;
}
.btn7:hover {
    background: #e2e2e2;
}
.iconleft .icon,
.iconright .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);	
}
.iconleft .icon {
    left: 15px;
    right: auto;
}
a.underline_text {
	text-decoration: underline;
	display: inline-block;
	font-size: 85%;
}


.footer_box_wrap {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 40px 0 0;
}
.footer_box {
	width: 32%;
	padding: 13px;
	border: 1px solid #e5e5e5;
	margin-bottom: 35px;
    display: block;
    border-radius: 5px;
    background: white;
    text-align: center;
}
.footer_box:last-child {
	margin-bottom: 35px;
}
.footer_box p {
	margin-bottom: 0;
}
.footer_box .tel,
.footer_box .text {
	font-size: 2.1rem;
	font-weight: bold;
}
.footer_logo {
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}
.footer_logo,
.footer_logo img{
	width: 101px;
}
.footer_list {
    text-align: center;
    font-size: 1.2rem;
	padding-bottom: 45px;
}
.footer_list li {
	display: inline-block;
}
.footer_list li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background: black;
	margin: 0 15px;
}
.footer_list li:last-child:after {
	display: none;
}
/*.copyright {*/
/*	padding: 20px;*/
/*	background: #42474d;*/
/*	text-align: center;*/
/*    font-size: 1.2rem;*/
/*    width: 100%;*/
/*    color: white;*/
/*}*/
.item_none {
	padding: 120px 0 140px;
}
.item_none_text {
	font-size: 3.8rem;
	margin-bottom: 40px;
}
.item_none_text .icon {
	font-size: 4.8rem;
}
.content_2column02_content .itemimg {
	max-width: 63px;
    width: 23%;
    height: 63px;
}
.content_2column02_content .product_content_text {
    padding: 0;
    width: 73%;
    font-size: 1.3rem;
}
.tbl_contact {
	font-size: 1.4rem;
    border-top: 0;
    border-left: 0;
    margin-bottom: 44px;
}
.tbl_contact td,
.tbl_contact th {
    border-right: 0;
    border-bottom: 0;
}
.tbl_contact td {
	font-size: 1.3rem;
}
.tbl_contact thead th {
    padding: 7px 15px;
    background: #f2f2f2;
    color: black;
    font-size: 1.6rem;
}
.tbl_contact tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.tbl_contact tbody tr:last-child {
	border-bottom: 1px solid #bbbbbb;
}
.tbl_contact_2td {
	width: 48%;
}
.tbl_contact_2td div {
	display: table-cell;
}
.tbl_contact_2td .text {
	padding: 5px;
}
.write {
	padding-right: 10px;
}
.write .icon {
	margin-right: 5px;
}

.tbl_contact .radio01-parts {
    padding: 0 20px 0 20px;
    border-radius: 0;
    display: inline-block;
    border: none;
    position: relative;
}
.tbl_contact .radio01-parts::before {
    left: 0;
}
.tbl_contact .radio01-input:checked + .radio01-parts::after {
    left: 3px;
}
#submit2[disabled] {
	background: #cfcfcf;
}
#submit1[disabled] {
	background: #cfcfcf;
}







/* my-page
-----------------------------------------------------------*/

.content_6column {
	width: calc(16.666% - 14px); /* 6列にしてmargin分を引く */
	aspect-ratio: 1 / 1; /* 正方形にする */
	padding: 30px 10px 25px;
	border: 1px solid #dadada;
	border-radius: 12px; /* 角丸 */
	position: relative;
	text-align: center;
	background: #fff;
	margin: 7px; /* 余白 */
	transition: 0.25s;
	box-sizing: border-box;
}
/* ホバー時のエフェクト */
.content_6column:hover {
	background: #e8e8e8; /* 背景を少し濃く */
	transform: translateY(-3px); /* 少し浮かせる */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 影を付ける */
	border-color: #ccc;
}

.content_6column.bg_wh {
    background: white;
}
.content_6column .icon {
	font-size: 4rem;
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	color: #42474d;
}
.content_6column.pd {
	padding: 30px 10px 25px;
}
.bg_gray08 {
	background: #f4f4f4;
}
.content_6column .text {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
    width: 100%;
    line-height: 1.25;
	font-size: 1.05em;
}
.content_6column:hover {
	background: white;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.innermenu_list_wrap li ul {
	z-index: 20;
}

.content_title_wrap {
	margin-top: 35px;
	margin-bottom: 40px;
}
.content_title_wrap .icon {
	font-size: 2.5rem;
	margin-right: 7px;
    color: #adaeb1;
    display: inline-block;
}
.mypage .content_2column01 {
    width: 66%;
}
.mypage .content_2column02 {
    width: 32%;
}
.col2_title {
	padding: 10px 20px;
    color: white;
    background: #42474d;
    font-size: 1.8rem;
}
.col2_title_content .pd {
	padding: 20px;
}
.col2_title_content {
	border: 2px solid #dadada;
}
.btn_close_bf:before, .btn_bf:after, .btn_af:after,
.btn_close_bf:before, .btn_bf:after {
	font-weight: bold;
}
.mypage .btn1 {
	padding: 12px;
	max-width: inherit;
}
.mypage .btn1.bg_gray08:hover {
	background: #e2e2e2;
}
.remaining_point_wrap {
    padding: 15px 30px 9px;
    background: #f4f4f4;
    border: 1px solid #dadada;
    margin-bottom: 20px;
}
.remaining_point {
	font-size: 4.5rem;
    background: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.remaining_point_text {
	font-size: 2.7rem;
}
.remaining_point .icon {
	font-size: 4rem;
	margin-right: 5px;
	position: relative;
	bottom: 2px;
}
.boxsbb {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.recommendation {
	margin-top: 30px;
	margin-bottom: 60px;
}
.recommendation .title {
	font-size: 2.7rem;
}
.recommendation .itemimg {
	height: 191px;
	margin-bottom: 20px;
}
.max584 {
	max-width: 584px;
}
.val-top {
	vertical-align: top;
}
.border_b04 {
	border-bottom: 2px solid #bbbbbb;
}
.title03,
.title02 {
	font-size: 1.9rem;
	padding-bottom: 8px;
	border-bottom: 2px solid #d3d3d4;
	font-weight: bold;
	margin-bottom: 15px;
}
.title03 {
	margin-bottom: 25px;
}
.input-file-btn {
	position: relative;
	margin-bottom: 0;
	padding: 15px 25px;
	margin-right: 5px;
    display: inline-block;
    border-radius: 5px;
    color: white;
    background: #42474d;
}
.question_list {
	margin-bottom: 20px;
}
.question_list li a {
    color: #8b7a00;
    text-decoration: underline;
    display: inline-block;
}
.input-file-btn.bg_gray05:hover {
    opacity: 0.8;
    border-color: #464646;
}
.input-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.star-rating {
	font-size: 0;
	white-space: nowrap;
	display: inline-block;
	width: 155px;
	height: 25px;
	overflow: hidden;
	position: relative;
	background: url(../images/mypage/star_gry.svg);
	background-size: contain;
    margin-bottom: 4px;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url(../images/mypage/star.svg);
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.button_wrap {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 120px;
}
.button_wrap_box {
	width: 32%;
}


.table_content td {
    padding: 17px 14px;
}
.table_content .btn1 {
	margin: 0;
	margin-bottom: 10px;
    padding: 15px 10px;
}
.c_gray06 {
	color: #676767;
}
.wrap_820 {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}
.login .content_2column02_content {
	padding: 35px 50px;
	background: white;
}
.check_box {
	position: relative;
}
.agreement {
	padding: 20px;
	margin-bottom: 15px;
	height: 170px;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%
}

.check_box2_check .radio01-parts {
    padding: 10px 10px 10px 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.check_box2_check .radio01-parts::before {
    left: 0px;
    border-radius: 5px;
}
.check_box .checkbox01-parts::before {
    border-radius: 5px;
}
.check_box .checkbox01-input:checked + .checkbox01-parts::after,
.check_box2_check .radio01-input:checked + .radio01-parts::after {
	top: 10px;
	left: 5px;
	width: 7px;
	height: 14px;
	-webkit-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	        transform: rotate(40deg);
	border-bottom: 3px solid #ff5050;
	border-right: 3px solid #ff5050;
	background: none;
	border-radius: 0;
}
.check_box .checkbox01-input:checked + .checkbox01-parts::after {
	top: 50%;
    left: 22px;
    -webkit-transform: rotate(40deg) translate(-6px,-8px);
        -ms-transform: rotate(40deg) translate(-6px,-8px);
            transform: rotate(40deg) translate(-6px,-8px);
}
.flex1 {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.max300 {
	max-width: 300px;
}
.mypage_menu a {
    display: block;
    width: 100%;
    padding: 12px;
    border-bottom: 1px dotted #aaa;
    background: #42474d;
    color: white;
}
.mypage_menu a:last-child {
    border-bottom: 0;
}
.mypage_menu .icon {
	margin-right: 5px;
}






/* my */

.mypage_list {
	margin-top: 16px;
    background: #f8f8f8;
}
.btn7 .icon {
	color: #aeaeae;
}
.button_wrap_box {
	width: 32%;
}
.table_content_box {
	margin: 0 auto;
    display: inline-block;
    width: 100%;
    max-width: 300px;
}
.table_content_box li {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 10px;
}
.table_content_box li:last-child {
	margin-bottom: 0;
}
.brown_text a {
	display: inline-block;
    color: #8b7a00;
    text-decoration: underline;
    font-size: 1.2rem;
}
.brown_text a:hover {
    color: #4a4205;
}
.regular-box {
	max-width: 700px;
	margin: 0 auto;
	border-left: 0;
	border-top: 0;
	border-collapse: separate;
    border-spacing: 0px 5px;
    background: inherit;
}
.regular-box .input_text {
    margin-bottom: 0;
    display: inline-block;
}
.regular-box div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.regular-box p {
	margin-bottom: 5px;
    text-align: left;
}
.regular-box tr {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px;
	background: white;
    margin-bottom: 5px;
}
.regular-box tr:last-child {
    margin-bottom: 0;
}
.regular-box th {
	width: 36%;
	position: relative;
    border-right: 0;
    font-weight: bold;
}
.regular-box th span {
	font-size: 1.6rem;
}
.regular-box td {
	width: 62%;
}
.regular-box_wrap {
	margin-bottom: 20px;
    background: #f2f2f2;
	padding: 30px 10px;
}
.regular-box th,
.regular-box td {
	border-bottom: 0;
    border-right: 0;
}

.regular-box2 {
	max-width: 700px;
	margin: 0 auto;
	border-left: 0;
	border-top: 0;
	border-collapse: separate;
	background: inherit;
}
.regular-box2 .input_text {
	margin-bottom: 0;
	display: inline-block;
}
.regular-box2 div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.regular-box2 p {
	margin-bottom: 5px;
	text-align: left;
}
.regular-box2 tr {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	background: white;
	margin-bottom: 5px;
}
.regular-box2 tr:last-child {
	margin-bottom: 0;
}
.regular-box2 th {
	width: 30%;
	position: relative;
	border-right: 0;
	font-weight: bold;
	padding: 5px;
}
.regular-box2 th span {
	font-size: 1.6rem;
}
.regular-box2 td {
	width: 35%;
	padding: 5px;
}
.regular-box2_wrap {
	margin-bottom: 20px;
	background: #f2f2f2;
	padding: 30px 10px;
}
.regular-box2 th,
.regular-box2 td {
	border-bottom: 0;
	border-right: 0;
}


/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 1280px) {

.area_header {
	width: 94%;
}
.wrap_1200 {
	width: 94%;
	margin: 0 auto;
}

.innermenu_list_wrap {
	width: 100%;
	margin-top: -10px;
	padding-bottom: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.innermenu_list {
    padding: 0;
    cursor: pointer;
}

.innermenu .logo {
    margin: 0 auto;
}
.innermenu_list_a,
.innermenu_list:first-child .innermenu_list_a,
.innermenu_list:last-child .innermenu_list_a {
    padding: 5px 17px;
}

.tbl_contact_2td.post {
	width: 100%;
	margin-bottom: 10px;
}
.tbl_contact_2td.post:last-child {
	margin-bottom: 0;
}


/* my-page
-----------------------------------------------------------*/

.recommendation {
    margin-top: 30px;
    margin-bottom: 60px;
}



}


@media screen and (max-width: 1024px) {

.wrap_1024 {
	width: 94%;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	margin: 0 auto;
}
.wrap_820 {
	width: 94%;
	margin: 0 auto;
}
.topmenu_list_a {
    padding: 16px 14px;
    display: block;
}
.topmenu {
    font-size: 1.3rem;
}

.topmenu_list_wrap .icon {
    font-size: 1.4rem;
    margin-right: 3px;
}
.search {
    width: 180px;
}
.topmenu .searchform {
    width: 227px;
}
.icon_search {
    font-size: 1.6rem;
}
.content_2column02,
.content_2column01 {
    width: 100%;
}

.product_content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 320px;
    margin: 0 auto;
}

.content_2column02_content .product_content_text {
    width: 70%;
}


/* my-page
-----------------------------------------------------------*/
.mypage .content_2column01,
.mypage .content_2column02 {
	width: 100%;
}
.content_6column {
	width: calc(33.333% - 14px); /* 3列に */
}
.content_6column .icon {
	font-size: 3rem;
}
.recommendation .itemimg {
    height: 270px;
}



}


@media screen and (max-width: 768px) {

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}

.spw100 {
	width: 100% !important;
}

/* layout_contact */
.tbl_contact td,
.tbl_contact th {
	display: block;
	padding: 10px;
	width: 100%;
}
.tbl_contact th {
	border-bottom: 1px dotted #bdbdbd;
}
.tbl_contact label {
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	background: #f1f1f1;
	border-radius: 5px;
}
.sp_topmenu {
	position: fixed;
    width: 100%;
    background: white;
    top: 0;
    z-index: 100;
}
.sp_topmenu .logo img {
	max-width: 63px;
}
.sp_topmenu .logo {
	padding: 14px 15px 13px;
}
.icon_wrap a {
	padding: 15px 10px;
	display: block;
}
.icon_wrap {
	margin-right: 15px;
}
.icon_wrap li {
	display: inline-block;
}
.icon_wrap .icon {
    color: #42474d;
}
.sp_topmenu .icon {
	font-size: 2.8rem;
    display: block;
}
.header_menubtn {
    display: block;
}
.box .label_wrap {
    width: 100%;
    margin-bottom: 10px;
}
.label_wrap:last-child {
	margin-bottom: 0;
}
.flow_purchase {
    padding: 30px 0 15px;
}
.flow_purchase li {
	width: 100%;
	margin-bottom: 10px;
}
.pointer-events_none {
    pointer-events: auto;
}
.footer_box {
    width: 100%;
    margin-bottom: 10px;
}
.footer_box_wrap {
    padding: 20px 0 0;
}
.footer_list {
    padding-bottom: 25px;
}
.copyright {
    padding: 15px;
}
.table_base td {
    display: block;
}
.select_box_arrow,
.select_box {
    position: relative;
    margin: 0 auto;
}
.table_delete i {
	margin-right: 5px;
}
.table_delete span {
	position: relative;
	bottom: 3px;
    display: inline-block;
}
.table_base td.pc_only {
	display: none;
}
.sp_bt {
	border-top: 1px solid #e5e5e5;
}
.content_2column02_content .product_content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 320px;
}
.product_content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 520px;
}

.table_base .itemimg {
    max-width: 230px;
    width: 48%;
    height: 230px;
}
.content_2column02_content .itemimg {
    max-width: 150px;
    width: 47%;
    height: 150px;
}
.content_2column02_content .product_content_text,
.product_content_text {
    width: 49%;
}
.sp_dib {
	width: 50%;
}
.total {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.total td {
	display: inline-block;
}
.top_blank {
	padding-top: 80px;
}
.item_none_text {
    font-size: 2.8rem;
    margin-bottom: 20px;
}
.item_none {
    padding: 80px 0 60px;
}
.item_none_text .icon {
    font-size: 3.8rem;
}

/* my-page
-----------------------------------------------------------*/
.col2 .col2_title_content {
	width: 100%;
}
.recommendation .itemimg {
    height: 350px;
}
.content_title_wrap {
    margin-top: 15px;
    margin-bottom: 20px;
}
.button_wrap {
    margin-bottom: 60px;
}
.table_content td {
    padding: 8px 14px;
    text-align: center;
}
.table_content tr {
    padding: 20px 0;
    display: block;
}

.login .content_2column02_content {
    padding: 25px 20px;
}
.agreement {
    padding: 10px;
    height: 230px;
}
.recommendation {
    margin-top: 20px;
    margin-bottom: 50px;
}


/* 追加分 */
td.table_price {
    text-align: center;
}
.table_price span {
	display: inline-block;
	margin-right: 5px;
}
.table_base tbody tr {
	padding: 15px 0;
	display: block;
}
.product_content_text .text {
	position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
}
.product_content_text .text100 {
	position: relative;
	top: 100%;
	-webkit-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%);
	transform: translate(0,-100%);
}
.table_base td, .table_base th {
    padding-top: 0;
}
.table_base tbody tr.total {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.total td {
    padding: 0 14px;
}
.title03 {
	margin-bottom: 0;
}
.regular-box th,
.regular-box td {
	width: 100%;
    display: block;
    padding: 10px 15px;
}
.regular-box_wrap {
    padding: 10px;
}
.regular-box th {
    border-bottom: 1px solid #e5e5e5;
}
.regular-box p {
	text-align: left;
}


}


@media screen and (max-width: 480px) {
.item_none_text {
    font-size: 2.4rem;
}
.tbl_contact_2td_text {
    font-size: 1.2rem;
}


/* my-page
-----------------------------------------------------------*/

.button_wrap_box {
    width: 100%;
}
.remaining_point {
    font-size: 3.5rem;
}
.remaining_point .icon {
    font-size: 3rem;
}

}


@media all and (-ms-high-contrast: none){
  table.ietable{
  table-layout:fixed;
}

}


/* *****  共通ヘッダー ***** */
header{
	min-width: 1020px;
	position:relative;
	z-index:400;
	overflow:hidden;
	color:#fff;
	border-bottom:1px solid #8D8D8D;
	font-size: 14px;
}

body:not(#top) header{
	background:#fff;
}

.header_inner{
	width:1020px;
	margin:0 auto;
	position:relative;
	padding:0 10px;
}

.header_logo{
	width:202px;
	padding:20px 0;
}

.header_menu{
	height:30px;
	position:absolute;
	top:30px;
	left:180px;
}

.header_menu ul.gmenu{
	text-align:right;
}

.header_menu ul.gmenu > li{
	display:inline-block;
	position:relative;
	padding:0 0 0 20px;
}

.header_menu ul.gmenu > li.sp{
	display:none;
}

.header_menu ul.gmenu > li > a{
	display:inline-block;
	text-align:center;
	color:#000;
}
.header_menu ul.gmenu > li > a .ja{
	display:inline-block;
	font-weight:bold;
}
.header_menu ul.gmenu > li > a .en{
	display:inline-block;
	font-size:12px;
}

.header_info{
	width:400px;
	position:absolute;
	top:14px;
	right:0;
}

.header_info_shidan a._btn {
	padding: 15px 12px 14px 0;
}

.header_info_line{
	width:45px;
	float:left;
	margin:0 7px 0 0;
}

.header_info_contact{
	width:45px;
	margin-right: 7px;
	float:left;
}

.header_info_shidan{
	width:165px;
	float:right;
}

._btn {
	font-size: 14px;
	line-height: 1;
	transition: all .3s;
}

._btn span {
	display: block;
	position: relative;
}

._btn span::after {
	display: block;
	content: "＞";
	font-family: 'Noto Sans JP', serif;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: -10px;
	transform: scale(0.6, 1);
}

.header_info_contact .btn,
.header_info_shidan ._btn{
	background:#C0C0C0;
	border:1px solid #A7A7A7;
	display:block;
	min-width:initial;
	color:#fff;
	text-align:center;
	padding:16px;
	font-weight:normal;
}

.header_info_contact ._btn:hover{
	background:#A7A7A7;
	color:#fff;
}

.header_info_shidan ._btn {
	background:url("https://new.aibi-skin.co.jp/wp-content/themes/aibi/images/top/shindan_bg.png") no-repeat left center;
	background-size:200% 100%;
	border:1px solid #C0C0C0;
	color:#8D8D8D;
}

.header_info_shidan ._btn:hover{
	background-position:right center;
	border:1px solid #C0C0C0;
	color:#8D8D8D;
}

.cart_menu a {
	display: block;
	padding: 15px 15px 15px 40px;
	color: white;
	background: #262c33;
	position: relative;
}
.cart_menu {
	position: absolute;
	left: 135px;
	top: 13px;
}
.cart_menu a:before {
	content: '';
	background: url(https://new.aibi-skin.co.jp/wp-content/uploads/2020/05/icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 17px;
	left: 15px;
	z-index: 9999;
}

.header_logo {
	padding: 15px 0;
}

.header_info {
	/* お問い合わせ・LINEアイコンがヘッダーメニューに被るため、サイト幅の右端に固定 */
	width: auto;
	right: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header_info_contact,
.header_info_line,
.header_info_shidan {
	float: none;
	margin: 0 0 0 7px;
}

.header_info > *:first-child {
	margin-left: 0;
}

li.sp_head_menu {
	display: none !important;
}

.header_info a img {
	display: inline-block;
	transition-duration: 0.3s;
	width:45px;
}

.header_info_shidan a img {
	width:120px;
}

.header_menu {
	left: 225px;
}

/* *****  共通フッター ***** */
footer{
	background:#E6E6E6;
	min-width: 1020px;
	padding:0;
	color:#666666;
	display: block;
	font-size: 14px;
}

.footer_inner{
	width:1000px;
	margin:0 auto;
	padding:50px 0 0;
	position:relative;
}

.footer_menu{
	padding:0 0 20px;
}

.footer_menu .footer_menu_t{
	overflow:hidden;
}

.footer_menu ul{
	text-align:center;
	line-height: 3em;
}

.footer_menu li{
	display:inline-block;
	padding:2px 20px;
	border-right:1px solid #666666;
}

.footer_menu li:last-child{
	border-right:none;
}

.footer_menu li a{
	line-height:1;
	display:inline-block;
	color:#666666;
}

.company_logo{
	text-align:center;
	padding:0 0 20px;
}

.company_tel{
	text-align:center;
	padding:0;
}
p.time_info {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 20px;
	font-weight: bold;
}

.footer_sns{
	text-align:center;
	padding:0 0 20px;
}

.footer_sns a{
	display:inline-block;
	padding:0 10px;
}

.copyright{
	clear:both;
	padding:20px 0 50px;
	text-align:center;
}

@media screen and (max-width: 767px){
	.pc{ display:none; }
	.sp{ display:block; }
	br.sp{ display:inline; }


	.section{
		min-width:initial;
		padding:50px 0;
	}

	.section_inner{
		width:auto;
		padding:0 10px;
	}

	.section_body_l{
		width:auto;
		float:none;
		margin-bottom:50px;
	}

	.section_body_r{
		width:auto;
		float:none;
	}

	.headline_lv2{
		font-size:20px;
		margin:0 0 20px;
	}

	.headline_lv2 span.en{
		display:block;
		font-size:13px;
		text-align:center;
		padding:0;
	}

	.headline_lv2 span.ja{
		display:block;
		font-size:20px;
		text-align:center;
	}

	.section_more{
		width:auto;
		position:static;
		overflow:hidden;
	}

	.section_more a{
		width:auto;
		height:auto;
		display:block;
	}

	.btn{
		font-size:13px;
		padding:20px 20px 20px;
	}

	.btn_b{
		font-size:15px;
	}

	.btn_red{
		font-size:15px;
	}

	.btn_gradient{
		width:auto;
		display:block;
	}

	.flex_box{
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		margin:-30px 0 0;
	}

	.flex_box_item{
		width:100%;
		margin:30px 0 0;
	}

	.flex_box_4 .flex_box_item{
		width:49%;
	}

	.flex_box_3 .flex_box_item{
		width:100%;
	}

	/* *****  共通ヘッダー ***** */
	header{
		min-width: initial;
		padding:0;
		position:relative;
		height:auto;
	}

	.header_inner{
		width:auto;
		padding:0;
	}

	.header_logo{
		position:static;
		width:100px;
		padding:10px 0;
	}

	.header_logo img{
		padding:0 0 0 10px;
	}

	.header_info{
		display:none;
	}


	/* *****  スマホメニュー表示 ***** */
	.nav_toggle {
		display: block;
		position: absolute;
		right: 4px;
		top:4px;
		width: 42px;
		height: 48px;
		cursor: pointer;
		z-index: 3;
		text-align: center;
		margin: 0 0 0 auto;
	}
	.nav_toggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 2px #444;
		transition: .35s ease-in-out;
		left: 6px;
	}
	.nav_toggle span:nth-child(1){top:9px;}
	.nav_toggle span:nth-child(2){top:18px;}
	.nav_toggle span:nth-child(3){top:27px;}
	.nav_toggle span:nth-child(4) {
		border: none;
		color: #eee;
		font-size: 0.9rem;
		font-weight: bold;
		top: 34px;
	}
	.nav_toggle.is-active span:nth-child(1) {
		top: 18px;
		left: 6px;
		transform: rotate(-45deg);
	}
	.nav_toggle.is-active span:nth-child(2),
	.nav_toggle.is-active span:nth-child(3) {
		top: 18px;
		transform: rotate(45deg);
	}
	.nav_toggle:after {
		position: absolute;
		left: 0;
		bottom: -3px;
		content: 'MENU';
		width: 100%;
		color:#444;
		font-size: 11px;
	}
	.nav_toggle.is-active:after {
		content: 'CLOSE';
		color:#444;
	}

	.nav_toggle.is-active span{
		border-bottom-color:#444;
	}

	.header_menu{
		height:auto;
		position:static;
	}

	.header_menu nav{
		transition: .35s ease-in-out;
		max-height: 0;
		overflow:hidden;
	}

	.header_menu nav.is-active{
		max-height: 2000px;
	}

	.header_menu ul.gmenu{
		text-align:left;
		border-top:1px solid #dfdfdf;
		margin:0;
		padding:0;
	}

	.header_menu ul.gmenu > li{
		display:block;
		padding:0;
	}

	.header_menu ul.gmenu > li:before{
		display:none;
	}
	.header_menu ul.gmenu > li:last-child:after{
		display:none;
	}

	.header_menu ul.gmenu > li.sp{
		display:block;
	}

	.header_menu ul.gmenu > li > a{
		color:#fff;
		display:block;
		padding:20px 10px;
		border-bottom:1px solid #fff;
		background:#E3778E;
	}

	/* *****  共通フッター ***** */
	footer{
		min-width: initial;
		padding:0;
	}

	.footer_inner{
		width:auto;
		padding:0 10px
	}


	.footer_menu{
		padding:0 0 20px;
	}

	.footer_menu ul{
		text-align:center;
	}

	.footer_menu li{
		display:block;
		padding:0;
		width:50%;
		float:left;
		border:none;
	}

	.footer_menu li a{
		line-height:1;
		display:inline-block;
		padding:20px 0;
	}

	.company_logo{
		float:none;
		margin:0 auto;
		width:100px;
		padding:50px 0 30px;
		text-align:center;
	}
	.company_tel{
		margin:0 auto;
		width:200px;
	}

	.cart_menu {
		left: 222px;
		top: 5px;
		position: absolute;
	}

	footer img {
		vertical-align: middle;
		max-width: 100%;

	}

}

