.content_frame_main {
	padding: 16px;
	margin-bottom: 32px;
	background: #fff;
}

.mypage a:hover {
	opacity:1;
}

.mypage .main {
	width: 1024px;
	display: block;
	margin: 0 auto;
	padding-bottom: 32px;
}

.mypage .content_frame_main {
	padding: 16px 30px;
}

.mypage.p_login .content_frame_main {
	padding: 1px 30px 1px;
	box-sizing: border-box;
}

.mypage .content_frame_main.bottom {
	margin-top: -31px;
	text-align: center;
}

.content_frame_main p {
	font-size:16px;
	line-height:30px;
	color: #0B2723;
	margin-bottom: 1em;
}

.content_frame_main p:nth-last-of-type(1) {
	margin-bottom: 0px;
	line-height: 1.4rem;
	padding-bottom: 5px;
}

.content_frame_main .alert-message {
	color: #c0406d;
	font-weight: bold;
}

/* ログイン画面関連 */
.mypage .login-table {
	max-width: 300px;
	margin: 0 auto;
}

.mypage .login-table input, .mypage .entry-table input {
	border: none;
	width: 100%;
	background: #E7FAFB;
	padding: 14px 15px;
	margin: 0px;
	outline: none;
	color: #303030;
	box-sizing: border-box;
	line-height: 20px;
}

.mypage .login-table .login-label input {
	margin-bottom: 20px;
}

.mypage .login-attention_mypage {
	text-align: right;
	font-size: 12px;
}

.mypage .login-button {
	margin: 30px auto 60px;
	max-width: 300px;
	height: 60px;
}

.mypage .login-button button {
	position: relative;
	font-weight: bold;
	width: 100%;
	line-height: 60px;
	border-radius: 30px;
	background: #d0d9db;
	color: #fff;
	transition: all .25s ease;
	outline: none;
	border: none;
}

.mypage .login-button button:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	font-family: icon;
	content: "＞";
	outline: none;
}

.mypage .login-button button:hover {
	cursor: pointer;
	background: #f0eb2b;
	color: #219db3;
	outline: none;
}

.mypage #member_login_alert {
	text-align: center;
	margin-top: 20px;
}

.mypage .alert-message {
	font-size: 12px;
	line-height: 18px;
	margin: 4px 0;
}

/* タイトル関連 */
.content_title_2l {
	font-size: 24px;
	text-align: center;
	margin-top: 75px;
	margin-bottom: 40px;
}

.content_title_2l .small {
	text-align: center;
	color: #0088B1;
	font-size: 11px;
	display: block;
	margin-top: 10px;
	letter-spacing: 0.4em;
}

h3.feature-ttl {
	font-size: 18px;
	color: #34a8bd;
	margin: 60px 0 20px 0;
	text-align: center;
}

h4.feature-ttl {
	font-size: 16px;
	text-align: left;
	margin: 2em auto 10px auto;
}

h4.feature-ttl:before {
	margin-right: 0.3em;
	content: "■";
	color: #34a8bd;
}

/* ナビゲーションボタン */
.nav-button {
	position: relative;
	margin: 60px auto;
	max-width: 320px;
	background: #f2ee30;
	color: #34a8bd;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: none;
}

.nav-button a {
	padding: 20px 0;
	color: #34a8bd;
	border: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: none !important;
	position: relative;
	display: block;
	text-align: center;
	letter-spacing: 0.15em;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
	overflow: hidden;
}

.nav-button .icon {
	margin-top: -8px;
	font-size: 13px;
	position: absolute;
	top: 50%;
	left: 15px;
	opacity: 0;
	transition: all .3s ease .05s;
	z-index: 10;
}

.nav-button a:hover {
	color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: none;
}

.nav-button a:hover {
	border: 1px solid #34a8bd;
	color: #fff;
}

.nav-button a:hover .icon {
	left: 20px;
	opacity: 1;
}

.nav-button a:hover:after {
	left: 0;
}

.nav-button a:hover:before {
	content: "";
	color: #fff;
	right: 5px;
	opacity: 0;
}

.nav-button a:before {
	content: "＞";
}

.nav-button a:before {
	position: absolute;
	right: 20px;
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	transition: all .3s ease .05s;
	z-index: 4;
	opacity: 1;
}

.nav-button a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: #34a8bd;
	transition: all .25s ease;
	z-index: 1;
}

.nav-button span {
	position: relative;
	z-index: 2;
}

/* マイページナビゲーション */
.mypage .nav-mypage {
	margin: 20px auto 0px;
	background: #FFF;
}

.mypage .menu-mypage > p {
	margin: 20px;
	text-align: center;
	color: #1360EA;
}

.mypage .nav-mypage ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 975px;
	margin: 0px auto 25px;
	background: #FFF;
	padding: 20px 0px;
}

.mypage .nav-mypage ul li {
	border-right: 1px dashed #CCC;
	box-sizing: border-box;
	text-align: center;
	width: 195px;
}

.mypage .nav-mypage ul li:last-child {
	border: none;
}

.mypage .nav-mypage ul li img {
	width: 40px;
	margin: 0 auto 15px;
}

/* マイページトップ関連 */
.bluebg {
	background: #f2f9fb;
	padding: 15px;
	margin: 1em 0px;
}

.bluebg dt, .bluebg h3 {
	margin-bottom: 8px;
}

.bluebg dd {
	line-height: 1.5em;
}

.content_box .bluebg p, .content_frame_main .bluebg p, .content_box .bluebg li, .content_box .bluebg dt, .content_box .bluebg dd {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
}

/* 注文履歴リスト */
.mypage .list-history {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mypage .list-history li {
	width: 100%;
	border: 1px solid #34a8bd;
	padding: 30px 30px 30px 40px;
	box-sizing: border-box;
	color: #34a8bd;
	margin: 0 auto 20px;
}

.mypage .list-history h3 {
	font-size: 20px;
	color: #34a8bd;
	margin: 0 0 10px 0;
}

.mypage .order_tbl .inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.mypage .order_tbl h3 {
	font-size: 20px;
	float: left;
}

.mypage .order_tbl dl {
	width: 32.5%;
	background: #EAF4F6;
	margin-bottom: 10px;
	padding: 20px;
	box-sizing: border-box;
}

.mypage .order_tbl dt, .order_tbl dd {
	display: inline;
	font-size: 12px;
}

.mypage .order_tbl dt {
	display: inline-block;
	width: 7em;
	text-align: center;
}

.mypage .order_tbl .mini-button {
	margin: -5px 0px 10px 0 !important;
}

/* ミニボタン */
.mypage .mini-button {
	position: relative;
	margin: 5px 10px 5px 0 !important;
	float: right !important;
	width: 100px !important;
	background: #d6dee0 !important;
	color: #34a8bd !important;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border: none !important;
}

.mypage .mini-button a {
	padding: 5px 0 !important;
	color: #34a8bd !important;
	border: none !important;
	font-size: 14px !important;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	display: block;
	text-decoration: none;
}

.mypage .mini-button .button a {
	position: relative;
	display: block;
	padding: 5px 10px !important;
	color: #34a8bd !important;
	text-align: center;
	letter-spacing: 0.15em;
	font-size: 14px !important;
	font-weight: bold;
	text-decoration: none !important;
	overflow: hidden;
	outline: none;
	line-height: 1em;
}

.mypage .mini-button .button a:hover {
	color: #fff !important;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border: none !important;
}

/* ボタンクラス */
.button a {
	border: solid 1px #303030;
	position: relative;
	display: block;
	padding: 25px 10px;
	color: #303030;
	text-align: center;
	letter-spacing: 0.15em;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	outline: none;
	line-height: 1em;
}

.button a:before {
	content: "\e905";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-family: 'icon';
	height: 1em;
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	transition: all .3s ease .05s;
	z-index: 4;
	opacity: 1;
}

.button a:before {
	content: "";
	text-indent: -9999px;
	width: 15px;
	height: 10px;
	background: url(../../assets/images/service/icon-arow.png) no-repeat top center / 100% auto;
	font-family: inherit;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.button a:hover {
	border: 1px solid #34a8bd;
	color: #fff;
}

.button a:hover:before {
	color: #fff;
	right: 5px;
	opacity: 0;
}

.button a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: #34a8bd;
	transition: all .25s ease;
	z-index: 1;
}

.button a:hover:after {
	left: 0;
}

.button span {
	position: relative;
	z-index: 2;
}

/* メリットリスト */
.mypage .list-merit {
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
	height: auto;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

.mypage .list-merit li {
	width: 30%;
	border: 1px solid #34a8bd;
	float: left;
	text-align: center;
	padding: 10px;
}

.mypage .list-merit li:nth-child(2) {
	margin: 0 20px;
}

.mypage .list-merit li h3 {
	text-align: left;
	color: #34a8bd;
	font-size: 20px;
}

.mypage .list-merit li h3.icon {
	text-align: center;
	background: #34a8bd;
	color: #fff;
	font-size: 16px;
	width: 60px;
	line-height: 1em;
	padding: 10px 0 15px 0;
	border-radius: 50%;
	font-weight: bold;
}

.mypage .list-merit li h3.icon small {
	font-size: 10px;
}

.mypage .list-merit li dl {
	color: #34a8bd;
	padding: 10px;
}

.mypage .list-merit li dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mypage .list-merit li dl dd {
	line-height: 1.6em;
	text-align: left;
}

.mypage .list-merit .icon-01 {
	padding: 10px 0 10px 35px;
	background: url(../../assets/images/corporation/icon-02.png) no-repeat center left;
	background-size: 30px auto;
	margin: 10px 0 0 20px;
}

.mypage .list-merit .icon-02 {
	padding: 10px 0 10px 35px;
	background: url(../../assets/images/corporation/icon-03.png) no-repeat center left;
	background-size: 30px auto;
	margin: 10px 0 0 20px;
}

.mypage .list-merit .icon-03 {
	padding: 10px 0 10px 35px;
	background: url(../../assets/images/corporation/icon-04.png) no-repeat center left;
	background-size: 30px auto;
	margin: 10px 0 0 20px;
}

.mypage .list-merit li p {
	line-height: 2em;
	text-align: left;
	color: #34a8bd;
	padding: 20px;
	min-height: 110px;
}

.mypage .list-merit li > div {
	position: relative;
	height: 100%;
}

/* 高さ揃えクラス */
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

.row-eq-height > * {
	display: flex;
	flex-direction: column;
}

/* ユーティリティクラス */
.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* 会員登録・変更画面関連 */
.mypage .entry-table {
	width: 100%;
	box-sizing: border-box;
	margin: 30px auto;
	overflow: hidden;
	height: auto;
	list-style-type: none;
	padding: 20px;
	border: 1px solid #34A8BD;
}

.mypage .entry-table h2, .mypage .order_tbl h2 {
	background-color: #34A8BD;
	color: #FFF;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
}

.mypage .entry-table h3 {
	color: #34A8BD;
}

.mypage .entry-table table {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0px;
	color: #34a8bd;
}

.mypage .entry-table table th {
	line-height: 20px;
	vertical-align: middle;
	width: 250px;
	font-weight: normal;
	padding: 14px 10px 14px 20px;
	text-align: left;
	background-color: #eaf4f6;
	border-bottom: 10px solid #FFF;
}

.mypage .entry-table table td {
	font-weight: bold;
	padding-left: 20px;
	vertical-align: middle;
	border-bottom: 10px solid #FFF;
}

.mypage .entry-table .required {
	line-height: 20px;
	background: #F0EB2B;
	width: 60px;
	font-size: 1em;
	text-align: center;
	float: left;
	margin-right: 5px;
}

.mypage .entry-table .any {
	line-height: 20px;
	background: #e0e0e0;
	width: 60px;
	font-size: 1em;
	text-align: center;
	color: #61c8db;
	float: left;
	margin-right: 5px;
}

.mypage .input_tbl .zip-mark {
	color: #34a8bd;
}

.mypage .entry-table .zip-mark {
	float: left;
	padding: 10px;
	font-size: 1.4em;
}

.mypage .entry-table input.zip {
	width: 20%;
}

.mypage .entry-table td.tel {
	text-align: center;
}

.mypage .entry-table td.tel input {
	width: 29%;
}

.mypage .entry-table td.tel .tel-first {
	float: left;
}

.mypage .entry-table td.tel .tel-last {
	float: right;
}

.mypage .entry-table .pref {
	width: 30%;
}

.mypage .entry-table .survey {
	width: 20%;
	float: left;
}

.mypage .entry-table .question-label {
	float: left;
	padding: 10px;
	font-size: 1.4em;
}

.mypage .entry-table .question-label-conf {
	margin-right: 20px;
	display: inline;
	color: #444;
	font-size: 14px;
}

.mypage .entry-table .question {
	float: left;
	width: 50%;
}

.mypage .entry-table .splitter {
	margin: 10px 0px;
	border: 0px;
	clear: both;
}

.mypage .entry-table .text-inline {
	float: left;
	padding: 10px;
	font-size: 1.4em;
}

.mypage .entry-table input:disabled, .mypage .entry-table textarea:disabled, .mypage .entry-table select:disabled {
	border: none;
	color: #303030 !important;
	background-color: #F4F4F4 !important;
}

/* チェックボックス・ラジオボタン */
.cart-checkbox {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	cursor: pointer;
}

.cart-checkbox input[type=checkbox] {
	width: 0px;
	height: 0px;
	position: absolute;
	left: -15px;
	bottom: 5px;
	opacity: 0;
}

.cart-checkbox:after, .cart-checkbox:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}

.cart-checkbox:before {
	width: 18px;
	height: 18px;
	border: 1px solid #46BDCC;
	display: block;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}

.cart-checkbox:after {
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	transform: rotate(45deg);
	position: absolute;
	left: 5px;
	margin-top: -12px;
	width: 8px;
	height: 12px;
	opacity: 0;
}

.cart-checkbox.active:before {
	background-color: #46BDCC;
}

.cart-checkbox.active:after {
	opacity: 1;
}

.cart-checkbox-disabled {
	color: #CCCCCC !important;
}

.cart-checkbox-disabled:after {
	background-color: #CCCCCC !important;
}

.cart-checkbox-disabled:before {
	border-color: #CCCCCC !important;
}

.cart-checkbox .formError .formErrorContent {
	font-size: 0.7em;
	min-width: 160px;
}

.mypage .cart-radio {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	cursor: pointer;
	margin-right: 20px;
}

.mypage .cart-radio input[type=radio] {
	width: 0px;
	height: 0px;
	position: absolute;
	opacity: 0;
}

.mypage .cart-radio:after, .mypage .cart-radio:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}

.mypage .cart-radio:before {
	width: 16px;
	height: 16px;
	border: 1px solid #46BDCC;
	display: block;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	border-radius: 50%;
}

.mypage .cart-radio:after {
	border: 0px;
	transform: rotate(45deg);
	position: absolute;
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background-color: #46BDCC;
	border-radius: 50%;
	opacity: 0;
}

.mypage .cart-radio.active:before {
	background-color: #FFFFFF;
}

.mypage .cart-radio.active:after {
	opacity: 1;
}

.mypage .cart-radio-disabled {
	color: #CCCCCC !important;
}

.mypage .cart-radio-disabled:after {
	background-color: #CCCCCC !important;
}

.mypage .cart-radio-disabled:before {
	border-color: #CCCCCC !important;
}

.mypage .cart-radio .formError .formErrorContent {
	font-size: 0.7em;
	min-width: 160px;
}

.mypage .input_tbl {
	margin: 20px auto 0px;
}

.mypage .input_tbl .cart-radio {
	margin-left: 10px;
}

.mypage .input_tbl dl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
}

.mypage .input_tbl dl > dt {
	width: 31%;
	background: #eaf4f6;
	font-size: 12px;
	padding: 14px 10px 14px 20px;
	line-height: 20px;
	color: #34a8bd;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.mypage .input_tbl dt .required {
	color: #61c8db;
	margin-right: 10px;
}

.mypage .input_tbl > dl > dd {
	width: 68%;
}

.mypage .input_tbl > dl.name dd {
	display: flex;
	justify-content: space-between;
}

.mypage .input_tbl > dl.name input {
	width: 49%;
}

.mypage .input_tbl .splitter {
	margin: 5px 0px;
}

.mypage .input_tbl .phone > dd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mypage .input_tbl .hyphen {
	font-size: 24px;
	font-weight: bold;
	padding: 0px 10px;
	color: #34a8bd;
}

.mypage .entry-table .select-parts {
	position: relative;
	background: #e7fafb;
	display: inline-flex;
}

.mypage .entry-table .select-parts:after {
	content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #219db3;
  border-bottom: 2px solid #219db3;
  transform: rotate(45deg);
  transition: all .25s ease;
}

.mypage .entry-table .select-parts.focus-select:after {
	transform: rotate(-135deg);
	transition: all .25s ease;
}

.mypage .entry-table .select-parts-disabled.select-parts:after {
	content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  transform: rotate(45deg);
}

.mypage .entry-table .select-parts select {
	border: none;
	width: 100%;
	padding: 14px;
	cursor: pointer;
	color: #303030;
}

.mypage .change_pass {
	margin: 30px auto 10px;
}

.mypage .pass_question span {
	font-size: 16px;
	color: #34a8bd;
	margin: 0 10px;
}

.mypage .pass_question dd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.mypage .pass_question .select-parts {
	float: none;
}

.mypage .pass_question .splitter {
	width: 100%;
}

.mypage .birthday span {
	margin: 0px 10px;
	color: #34a8bd;
}

.mypage .birthday .birth-year {
	width: 80px;
}

.mypage .birth-month, .mypage .birth-day {
	width: 80px;
}

.mypage .withdrawal_h3 {
	margin: 50px auto 0px;
}

.mypage .withdrawal p {
	font-size: 12px;
}

.mypage .withdrawal-button {
	width: 250px;
	display: inline-flex;
}

.mypage .withdrawal {
	display: inline-flex;
	align-items: center;
}

.mypage .withdrawal .sub-button-area .btn a {
	padding: 15px 0px;
}

.sub-button-area {
	margin: 0px auto;
	text-align: center;
}

.sub-button-area .btn {
	position: relative;
	margin: 10px 20px;
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: none;
	display: inline-block;
}

.sub-button-area .btn a {
	padding: 10px 0;
	border: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
	overflow: hidden;
	position: relative;
}

.sub-button-area .btn a:before {
	position: absolute;
	margin: auto 0;
	font-family: 'icon' !important;
	font-size: 13px;
	transition: all .3s ease .05s;
	z-index: 4;
	opacity: 1;
}

.sub-button-area .btn a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all .25s ease;
	z-index: 1;
}

.sub-button-area .btn a:hover:before {
	content: "";
	right: 5px;
	opacity: 0;
}

.sub-button-area .btn a:hover:after {
	left: 0;
}

.sub-button-area .btn span {
	position: relative;
	z-index: 2;
}

.sub-button-area .btn .icon {
	margin-top: 0px;
	font-size: 13px;
	position: absolute;
	top: 15px;
	opacity: 0;
	transition: all .3s ease .05s;
	z-index: 10;
}

.sub-button-area .btn a:hover .icon {
	opacity: 1;
}

.next-button {
	background: #f2ee30;
	color: #34a8bd;
}

.next-button a {
	color: #34a8bd;
}

.next-button a:before {
	content: "＞";
	right: 10px;
}

.next-button a:after {
	left: -100%;
	background: #34a8bd;
	color: #f2ee30;
}

.next-button a:hover {
	color: #ffffff;
}

.next-button a:hover:before {
	color: #ffffff;
}

.next-button .icon {
	left: 15px;
}

.next-button a:hover .icon {
	left: 20px;
}

.mypage.detail .plan, .mypage.detail .option {
	width: 100%;
}

.mypage.detail .plan > dt {
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.mypage.detail .plan > dd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mypage.detail .plan > dd > dl {
	width: 49%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.mypage.detail .option {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mypage.detail .option dt {
	width: 15%;
}

.mypage.detail .option dd {
	width: 80%;
}

.mypage.detail .customer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	background-color: inherit;
	padding: 0px;
}

.mypage.detail .customer dt {
	width: 32.5%;
	background: #EAF4F6;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.mypage.detail .customer dd {
	width: 66%;
	background: #FFF;
	padding-bottom: 20px;
}

.mypage.detail .customer dt:nth-of-type(1), .mypage.detail .customer dd:nth-of-type(1) {
	padding-top: 20px;
}

.mypage.detail .delivery {
	width: 100%;
	background-color: inherit;
	padding: 0px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}

.mypage.detail .delivery > dt {
	width: 15%;
	background: #EAF4F6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mypage.detail .delivery > dd {
	width: 85%;
}

.mypage.detail .delivery > dd > dl {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px;
	background-color: inherit;
	margin-bottom: 0px;
}

.mypage.detail .delivery > dd > dl > dt {
	width: 20.7%;
	background: #EAF4F6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mypage.detail .delivery > dd > dl > dd {
	width: 79.3%;
	background-color: inherit;
	padding-left: 10px;
	box-sizing: border-box;
}

.mypage.detail .delivery > dd > dl > dt:first-of-type, .mypage.detail .delivery > dd > dl > dd:first-of-type {
	padding-top: 20px;
}

.mypage.detail .delivery > dd > dl > dt, .mypage.detail .delivery > dd > dl > dd {
	padding-bottom: 20px;
}

.mypage.detail .howreceive, .mypage.detail .howreturn {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}

.mypage.detail .howreceive dt, .mypage.detail .howreturn dt {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mypage.detail .howreceive dd, .mypage.detail .howreturn dd {
	width: 75%;
	padding-left: 10px;
}

.mypage.detail .button-area {
	margin-top: 10px;
}

.mypage.detail .button-area .btn {
	max-width: 370px;
}

.mypage.c_entry .list-merit-top ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.mypage.c_entry .list-merit-top li {
	width: 31%;
}

.mypage.c_entry .list-merit-top li h3 {
	color: #34A8BD;
	font-size: 18px;
	text-align: center;
}

.mypage.c_entry .list-merit-top li p {
	color: #34A8BD;
	margin-top: 10px;
}

.mypage .sex dd {
	display: flex;
	align-items: center;
}

/* 配送先 */
.mypage .registered_tbl {
	margin: 20px auto 50px;
}

.mypage .registered_tbl dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 18px;
}

.mypage .registered_tbl > dl > dt {
	width: 20%;
	color: #34a8bd;
	background: #eaf4f6;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}

.mypage.forgot .input_tbl dl {
	margin-top: 20px;
}

.mypage.register dd, .mypage.forgot dd {
	font-size: 12px;
	line-height: 18px;
	color: #34a8bd;
	display: flex;
	align-items: center;
}

.mypage .change_check {
	margin-bottom: 5px;
}

.mypage .registered_tbl dl > dd {
	width: 80%;
}

.mypage .registered_tbl dl > dd > dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eaf4f6;
}

.mypage .registered_tbl dl > dd > dl > dt {
	width: 30%;
	color: #34a8bd;
	background: #eaf4f6;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}

.mypage .registered_tbl dl > dd > dl > dd {
	width: 70%;
	color: #34a8bd;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	border-right: 1px solid #eaf4f6;
}

.mypage .registered_tbl dl > dd > dl:first-of-type > dd {
	border-top: 1px solid #eaf4f6;
}

.mypage.delivery .phone {
	margin-bottom: 0px;
}

/* ご注文関連 */
.mypage .order_tbl .inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.mypage .order_tbl h3 {
	font-size: 20px;
	float: left;
}

.mypage .order_tbl dl {
	width: 32.5%;
	background: #EAF4F6;
	margin-bottom: 10px;
	padding: 20px;
	box-sizing: border-box;
}

.mypage .order_tbl dt, .order_tbl dd {
	display: inline;
	font-size: 12px;
}

.mypage .order_tbl dt {
	display: inline-block;
	width: 7em;
	text-align: center;
}

.mypage .order_tbl .mini-button {
	margin: -5px 0px 10px 0 !important;
}

/* ご注文内容詳細 */
.mypage.detail .order_tbl {
	width: 100%;
	box-sizing: border-box;
	margin: 30px auto;
	overflow: hidden;
	height: auto;
	list-style-type: none;
	padding: 20px;
	border: 1px solid #34A8BD;
	line-height: 1.5em;
	font-size: 12px;
	color: #34a8bd;
}

.mypage.detail .order_tbl h2 {
	font-size: 16px;
	margin: 30px auto 10px;
	display: block;
	width: 100%;
}


/* ボタンエリア */
.button-area {
	margin: 30px auto;
	width: 1000px;
	text-align: center;
}

.button-area .btn {
	position: relative;
	margin: 10px 20px;
	width: 40%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: none;
	display: inline-block;
}

.button-area .btn a {
	padding: 20px 0;
	border: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: none !important;
	position: relative;
	display: block;
	text-align: center;
	letter-spacing: 0.15em;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
	overflow: hidden;
	outline: none;
}

.button-area .btn a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-family: 'icon' !important;
	height: 1em;
	display: inline-block;
	font-weight: normal;
	font-size: 13px;
	transition: all .3s ease .05s;
	z-index: 4;
	opacity: 1;
}

.button-area .btn a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all .25s ease;
	z-index: 1;
}

.button-area .btn a:hover:before {
	content: "";
	right: 5px;
	opacity: 0;
}

.button-area .btn a:hover:after {
	left: 0;
}

.button-area .btn span {
	position: relative;
	z-index: 2;
}

.button-area .btn .icon {
	margin-top: -8px;
	font-size: 13px;
	position: absolute;
	top: 50%;
	opacity: 0;
	transition: all .3s ease .05s;
	z-index: 10;
}

.button-area .btn a:hover .icon {
	opacity: 1;
}

.button-area .btn-short {
	width: 100%;
	margin: 0px;
}

.mypage .mypage-agree {
	height: 300px;
	overflow-y: scroll;
	padding-left: 20px;
}
.mypage .mypage-agree h2 {
	color: #34a8bd;
	background-color: #eaf4f6;
	margin: 10px auto;
}
.mypage .mypage-agree ol {
	margin: 10px auto;
}
.mypage .mypage-agree li {
	margin-left: 2em;
	font-size: 12px;
	list-style: decimal;
	color: #34a8bd;
	line-height: 18px;
}
.mypage .mypage-agree p {
	margin-left: 2em;
	font-size: 12px;
	color: #34a8bd;
	line-height: 18px;
}
.mypage-agree .form_privacy {
	height: auto;
	border: none;
	overflow-y: initial;
	border: none;
	margin: 30px auto;
	box-sizing: border-box;
	resize: both;
	padding: 0px;
}
.mypage-agree .form_privacy h3 {
	padding: 10px 20px;
	color: #FFF;
	background-color: #000;
}
.mypage-agree .form_privacy li {
	list-style: none;
	margin-left: 1em;
}
.mypage-agree .form_privacy p {
	margin-left: 0px;
}
.mypage-agree .form_privacy .wrap {
	margin-left: 3em;
}

.single .content_title_main {
	height: auto;
	line-height: 1.5em;
	padding: 10px 0px;
	margin-bottom: 20px;
}

.mypage .entry-table .agree-box {
	text-align: center;
	font-weight: bold;
	margin: 30px auto 5px;
}

.mypage .list-merit figure img {
	max-width: none;
  height: 95px; 
  display: inline;
}

.agree-box br {
	display: none;
}

.back-button {
	background: #d0d9db;
	color: #ffffff;
}
.back-button a {
	color: #ffffff;
}
.back-button a:before {
	content: "＜";
	left: 10px;
}
.back-button a:after {
	left: 100%;
	background: #f2ee30;
	color: #ffffff;
}
.back-button a:hover {
	color: #34a8bd;
}
.back-button a:hover:before {
	color: #ffffff;
}
.back-button .icon {
	right: 15px;
}
.back-button a:hover .icon {
	right: 20px;
}

/* 法人ログイン画面バナー */
.corp_bnr-sec h3 {
    color: #34a8bd;
    font-size: 18px;
    text-align: center;
    margin: 60px 0 20px 0;
}
.corp_bnr-sec .corp-bnr_txt {
    text-align: center;
    font-size: 16px;
}
.corp_bnr-sec .bnr-wrap {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #34a8bd;
    letter-spacing: -0.5px;
    position: relative;
    margin: 24px 0 56px 0;
    gap:32px;
}
.corp_bnr-sec .bnr-wrap::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, -50%);
    width: 1px;
    height: 100vh;
    max-height: 150px;
    background-color: #34a8bd;
}
.corp_bnr-sec .bnr-wrap .bnr-area {
    width: fit-content;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.corp_bnr-sec .bnr-wrap .bnr-area > p {
    padding-bottom: 6px;
}
.corp_bnr-sec .bnr-wrap .bnr-area:nth-child(2) {
    align-items: flex-end;
}
.corp_bnr-sec .bnr-wrap .bnr-area:nth-child(2) > p {
    align-self: flex-start;
}
.corp_bnr-sec .bnr-wrap .bnr-area a {
    display: block;
    line-height: 0;
    margin: 0;
    box-shadow: 0px 0px 10px -9px #c2c2c2;
    transition: all .3s;
}
.corp_bnr-sec .bnr-wrap .bnr-area a:hover {
    transition: all .3s;
    opacity: .7;
}
.corp_bnr-sec .bnr-wrap .bnr-area a img {
    width: 100%;
    max-width: 435px;
}


@media screen and (max-width:768px) {
	.mypage .main {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.mypage .nav-mypage {
		width: 100%;
		max-width: 100%;
	}

	.mypage .nav-mypage ul {
		width: 100%;
		max-width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.content_frame_main {
		margin-bottom: 24px;
	}

	.content_frame_main p{
		line-height: 1.6em;
	}

	.mypage .main {
		width: 100%;
	}

	.mypage .content_frame_main.bottom {
		margin-top: -23px;
	}

	.mypage .nav-mypage {
		width: 100%;
	}

	.mypage .nav-mypage ul {
		width: 100%;
	}

	.mypage .nav-mypage ul li {
		width: 20%;
		font-size: 2.5vw;
	}

	.mypage .list-merit {
		flex-wrap: wrap;
	}

	.mypage .list-merit li:first-child {
		margin-top: 0px;
	}

	.mypage .list-merit li, .mypage .list-merit li:nth-child(2) {
		width: 100%;
		margin: 20px 0 0;
	}

	.mypage .list-merit li p {
		min-height: inherit;
	}

	.mypage .mini-button {
		float: none !important;
		margin: 0px auto 10px !important;
		min-width: 150px;
	}

	.mypage .mini-button .button a {
		padding: 15px 10px !important;
		color: #FFF!important;
	}

	.mypage .content_frame_bg {
		padding: 20px;
	}

	.mypage .list-history li {
		padding: 10px;
	}

	.mypage .order_tbl dl {
		padding: 2%;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.mypage .order_tbl dl:nth-last-of-type(1) {
		margin-bottom: 0px;
	}

	.mypage .order_tbl .mini-button {
		float: right !important;
		margin-top: -3px !important;
	}

	.mypage .order_tbl .mini-button a {
		padding: 7px 10px !important;
		margin-top: 0px;
		color: #FFF !important;
	}

	.mypage .order_tbl dl:nth-last-of-type(1) {
		margin-bottom: 0px;
	}


	/* 注文履歴 */
	.mypage.detail .plan {
		display: block;
	}

	.mypage.detail .plan > dt {
		font-size: 14px;
	}

	.mypage.detail .plan > dd {
		display: block;
	}

	.mypage.detail .plan > dd dl {
		width: 100%;
	}

	.mypage.detail .delivery {
		display: block;
	}

	.mypage.detail .delivery dt, .mypage.detail .delivery dd {
		width: 100%;
	}

	.mypage.detail .delivery > dt {
		font-size: 14px;
		padding: 10px 0px;
		margin-bottom: 1px;
	}

	.mypage .order_tbl .mini-button {
		float: right !important;
		margin-top: -3px !important;
	}

	.mypage .order_tbl .mini-button a {
		padding: 7px 10px !important;
		margin-top: 0px;
		color: #FFF !important;
	}

	.mypage .input_tbl dl {
		display: block;
	}

	.mypage .input_tbl dl > dt, .mypage .input_tbl > dl > dd {
		width: 100%;
		margin-bottom: 10px;
	}

	.mypage .input_tbl dl > dt {
		padding: 10px;
	}

	.mypage .entry-table input {
		padding: 10px;
	}

	.mypage .entry-table input.zip {
		width: 10em;
	}

	.mypage .address .select-parts {
		width: 10em;
	}

	.mypage .input_tbl .hyphen {
		font-size: 16px;
		padding: 0px;
	}

	.mypage .birthday dd {
		display: block;
	}

	.mypage .birthday span {
		margin: 0;
	}

  .mypage .birthday .sp_block {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.mypage .birthday input {
		margin: 0px 10px;
	}

	.mypage .birthday .birth-day, .mypage .birthday .birth-month {
		margin-right: 10px;
	}

	.mypage .sex dd {
		display: block;
	}

	.mypage .sex label {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	.mypage .pass_question span {
		margin: 0 0 10px;
	}

	.mypage .pass_question .select-parts, .mypage .pass_question input.question {
		width: 100%;
	}

	.mypage .withdrawal {
		display: block;
	}

	.mypage .entry-table h3 {
		margin-bottom: 10px;
	}

	.mypage .withdrawal p {
		font-size: 12px;
		line-height: 18px;
	}

	.mypage .withdrawal-button {
		display: block;
		margin: 0 auto;
		width: 50%;
		min-width: 145px;
	}

	.mypage .sub-button-area .btn {
		margin: 10px auto 0px;
	}

	.mypage .button-area {
		width: 100%;
	}

	.mypage .button-area .btn {
		width: 70%;
	}

	.mypage .withdrawal .sub-button-area .btn a {
		padding: 10px 0px;
	}

	.button a {
		background: #303030;
	}

	.button a:before {
		content: "＞";
		text-indent: inherit;
		background-image: none;
	}

	.nav-button {
		width: 90%;
		max-width: 350px;
		margin: 40px auto;
	}

	.nav-button a {
		padding: 15px 10px;
		font-size: 14px;
	}

	.nav-button a:before {
		right: 15px;
	}

	.content_title_2l {
		font-size: 20px;
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.content_title_2l .small {
		font-size: 10px;
		margin-top: 8px;
		letter-spacing: 0.3em;
	}

	.bluebg {
		padding: 12px;
		margin: 0.8em 0px;
	}

	.content_box .bluebg p, .content_frame_main .bluebg p {
		font-size: 13px;
		line-height: 22px;
	}

	.mypage .clearfix > div {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.mypage.detail .order_tbl {
		width: 100%;
		box-sizing: border-box;
		margin: 30px auto;
		overflow: hidden;
		height: auto;
		list-style-type: none;
		padding: 20px;
		border: 1px solid #34A8BD;
		line-height: 1.5em;
		font-size: 12px;
		color: #34a8bd;
	}

	.mypage.detail .order_tbl h2 {
		font-size: 16px;
		margin: 30px auto 10px;
		display: block;
		width: 100%;
	}

	.mypage .order_tbl h3 {
		font-size: 14px;
	}

	.corp_bnr-sec .bnr-wrap {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.corp_bnr-sec .bnr-wrap::after {
		width: calc(100% - 32px);
		height: 1px;
		transform: translate(-50%, 50%);
	}
	.corp_bnr-sec .bnr-wrap .bnr-area > p {
		line-height: 1.2em;
	}
}