@charset "utf-8";

/* カスタマイズ用CSS */

/* ----------------------------------------------------
	共通
---------------------------------------------------- */

/* バージョンアップ前に読み込まれていたcss（最新にはないので調整202510） */

html{
  font-size: 10px;
}
.ec-blockTopBtn{
  display: none;
  position: fixed;
  width:120px;
  height: 40px;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  opacity: 0.8;
  background-color: #9da3a9;
}
.ec-input select,
.ec-birth select,
.ec-select select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select{
  font-size: 14px ;
}

@media only screen and (min-width: 768px){
	
  .ec-input input,
  .ec-birth input,
  .ec-select input,
  .ec-halfInput input,
  .ec-numberInput input,
  .ec-zipInput input,
  .ec-telInput input{
    font-size: 14px !important;
  }
  .ec-input textarea,
  .ec-birth textarea,
  .ec-select textarea,
  .ec-halfInput textarea,
  .ec-numberInput textarea,
  .ec-zipInput textarea,
  .ec-telInput textarea{
    font-size: 14px !important;
  }

}


/* バージョンアップ前に読み込まれていたcss ここまで */


body {
	color: #231815 !important;
	font-size: 16px;
	font-size: 1.6rem;
	background: #fff !important;
}

@media print {
	body {
		width: 1040px;
	}
}

.pc_only {
	display: none;
}

.pc_tablet_only {
	display: none;
}

.sp_only {
	display: block;
}

@media print, screen and (min-width: 426px) {
	.pc_only {
		display: block;
	}
	.pc_tablet_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
}

@media print {
	a[href]:after {
    content: "";
  }
	.ec-off1Grid .ec-off1Grid__cell {
		width: 83.33333%;
		margin-left: 8.33333%;
	}
	.ec-off4Grid .ec-off4Grid__cell {
		width: 33.33333%;
		margin-left: 33.33333%;
	}
	.ec-grid2 {
		display: flex;
	}
	.ec-grid2 .ec-grid2__cell {
		width: 50%;
	}
}


/* ----------------------------------------------------
	ヘッダー
---------------------------------------------------- */
.ec-layoutRole__header {
	background: #f6f5f3 !important;
}

.ec-headerNaviRole {
	display: flex;
	align-items: flex-start;
	max-width: 1240px;
	border-bottom: 5px solid #202020;
}

@media print, screen and (min-width: 426px) {
	.ec-headerNaviRole {
		display: block;
		border-bottom: none;
	}
}

@media print, screen and (min-width: 769px) {
	.ec-headerNaviRole {
		display: flex;
		align-items: center;
	}
}

@media print {
	.ec-headerNaviRole {
		padding-bottom: 15px;
	}
}

.ec-headerNaviRole:after {
	display: none;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
	width: 126px;
	margin: 25px 0 45px;
}

@media print, screen and (min-width: 426px) {
	.ec-headerNaviRole .ec-headerNaviRole__left {
		width: 154px;
		margin: 0 auto 20px;
	}
}

@media print, screen and (min-width: 769px) {
	.ec-headerNaviRole .ec-headerNaviRole__left {
		margin: 0;
	}
}

.ec-headerNaviRole .ec-headerNaviRole__right {
	width: auto;
}

@media print, screen and (min-width: 426px) {
	.ec-headerNaviRole .ec-headerNaviRole__right {
		justify-content: space-between;
	}
}

@media print {
	.ec-headerNaviRole .ec-headerNaviRole__right {
		display: none;
	}
}

.ec-headerNaviRole .ec-headerNaviRole__search {
	margin: 10px 10px 0 0;
}

@media print, screen and (min-width: 769px) {
	.ec-headerNaviRole .ec-headerNaviRole__search {
		margin: 10px 40px 0 0;
	}
}

@media print, screen and (min-width: 426px) {
	.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
		color: #231815 !important;
		background: #fff !important;
		border: 1px solid #000;
		border-right: none;
		border-radius: 0;
	}
	.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
		border-top: 6px solid #000;
	}
	.ec-headerSearch .ec-headerSearch__category .ec-select select {
		color: #231815 !important;
	}
	.ec-headerSearch .ec-headerSearch__keyword {
		background: #fff;
    border: 1px solid #000;
		border-left: none;
		border-radius: 0;
	}
	.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
		height: 36px;
	}
	.ec-headerNaviRole .ec-headerNaviRole__nav {
		margin: 0 10px 0 0;
	}
	.ec-cartNavi {
		background: #fff !important;
	}
}

.ec-cartNavi .ec-cartNavi__badge {
	background-color: #e64451 !important;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
	background-color: #aaa !important;
}


/* ----------------------------------------------------
	グローバルナビ
---------------------------------------------------- */
#gnavi_pc {
	width: 100%;
	background: #202020 !important;
}

#gnavi_pc ul {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: center;
}

#gnavi_pc ul li a {
	font-size: 0.95em;
	display: block;
	padding: 14px 35px;
	color: #fff !important;
}

@media print, screen and (min-width: 769px) {
	#gnavi_pc ul li a {
		padding: 14px 50px;
	}
}

#gnavi_pc ul li a:hover,
#gnavi_pc ul li a:focus {
	text-decoration: none;
}

#gnavi_pc ul li a:hover {
	color: #3490ad !important;
	text-decoration: none;
}

/* ---------- カレント表示 ---------- */
.name_calendar_page #gnavi_pc ul li.name a,
.simple_calendar_page #gnavi_pc ul li.simple a,
#page_help_guide #gnavi_pc ul li.guide a,
#page_contact #gnavi_pc ul li.contact a {
	color: #3490ad !important;
	font-weight: bold;
}


/* ----------------------------------------------------
	ドロワーメニュー
---------------------------------------------------- */
.ec-headerNavSP {
	top: 70px;
	right: 10px;
	left: auto;
	font-size: 1.3em;
	width: 50px;
	height: 50px;
}

@media print {
	.ec-headerNavSP {
		display: none;
	}
}

.ec-drawerRole {
	transform: translateX(300px);
	right: 0;
	left: auto;
	background: #3490ad !important;
}

.ec-drawerRoleClose {
	right: 270px;
	left: auto;
	color: #fff !important;
	background: #231815 !important;
}

#gnavi_sp {
	background: #fff !important;
	border-top: 1px solid #3e3a39;
}

#gnavi_sp ul li:not(:last-child) {
	border-bottom: 1px solid #3e3a39;
}

#gnavi_sp ul li a {
	position: relative;
	display: block;
	padding: 12px 20px;
	color: #231815 !important;
	text-decoration: none;
}

#gnavi_sp ul li a::after {
	position: absolute;
	right: 20px;
	content: "\f054";
	color: #3490ad !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.ec-drawerRole .ec-headerLinkArea {
	background: #3490ad !important;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.ec-cartNaviIsset,
.ec-cartNaviNull {
	top: 138px;
	background: #fff;
	box-shadow: 2px 2px 5px #ccc;
}

.ec-cartNaviIsset::before,
.ec-cartNaviNull::before {
	border-color: transparent transparent #fff transparent;
}

@media print, screen and (min-width: 426px) {
	.ec-cartNaviIsset,
	.ec-cartNaviNull {
		top: auto;
	}
}


/* ----------------------------------------------------
	コンテンツ部分
---------------------------------------------------- */
.ec-layoutRole .ec-layoutRole__contents {
	max-width: inherit;
}

.ec-role {
	max-width: 1240px;
	color: #231815 !important;
}


/* ----------------------------------------------------
	トップ　＞　メインイメージ
---------------------------------------------------- */
.top_main_img_wrap .top_main_img {
	max-width: 1340px;
	margin: 0 auto;
}

@media print, screen and (min-width: 426px) {
	.top_main_img_wrap .top_main_img {
		padding: 0 20px;
	}
}

.top_main_img_wrap .top_main_img img {
	width: 100%;
}

.top_main_img_wrap h2 {
	padding: 50px 20px;
	color: #fff !important;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	background: #142636 !important;
}

.top_main_img_wrap h2 span {
	display: block;
}

@media print, screen and (min-width: 426px) {
	.top_main_img_wrap h2 {
		font-size: 2em;
		text-align: center;
	}
	.top_main_img_wrap h2 span {
		display: inline;
		color: #fff !important;
	}
}


/* ----------------------------------------------------
	トップ　＞　商品紹介
---------------------------------------------------- */
#top_items {
	margin: 50px 0 0;
	padding: 115px 0 0;
	border-top: 1px solid #231815;
}

@media print, screen and (min-width: 769px) {
	.top_items_wrap {
		padding: 0 60px;
	}
}

.top_items_wrap:not(:last-child) {
	margin: 0 0 170px;
}

@media print, screen and (min-width: 426px) {
	.top_items {
		margin: 20px 0 0;
	}
	.top_items__main_img {
		width: 81.8%;
		margin: 0 auto;
	}
}

.top_items__tit {
	padding: 50px 0;
	text-align: center;
	border-bottom: 1px solid #231815;
}

.top_items__tit p {
	font-size: 0.9em;
}

.top_items__tit a {
	position: relative;
	display: inline-block;
	margin: 10px 0 0;
	color: #231815 !important;
	font-size: 1.6em;
	font-family: serif;
}

.top_items__tit a::after {
	content: url(../img/common/link_arrow.png) !important;
	position: absolute;
	top: 2px;
	right: -50px;
	width: 30px;
	height: 35px;
	transition: 0.5s;
}

@media print, screen and (min-width: 769px) {
	.top_items__tit p {
		font-size: 1em;
	}
	.top_items__tit a {
		font-size: 2.2em;
	}
}

.top_items__tit a:hover,
.top_items__tit a:focus {
	text-decoration: none;
}

.top_items__tit a:hover {
	text-decoration: none;
}

.top_items__tit a:hover::after {
	right: -70px;
}

.top_items_sub01_wrap {
	margin: 50px 0 0;
}

.top_items_sub01_wrap .box:first-child {
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #848484;
}

@media print, screen and (min-width: 769px) {
	.top_items_sub01_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top_items_sub01_wrap .box:first-child {
		position: relative;
		width: 48.45%;
		margin: 0;
		padding: 0;
		text-align: center;
		border-bottom: none;
	}
	.top_items_sub01_wrap .box:first-child::after {
		content: "";
		position: absolute;
		top: 5%;
		right: -6.55%;
		width: 1px;
		height: 90%;
		background: #848484 !important;
	}
	.top_items_sub01_wrap .box:last-child {
		width: 45%;
	}
}

.top_items_sub01_wrap .box img {
	width: auto;
	max-width: 100%;
}

.top_items_sub01_wrap .box p {
	margin: 20px 0 0;
	text-align: center;
}

.top_items_sub01_wrap .box p span {
	padding: 0 0 0 1.5em;
	color: #e50012 !important;
}

.top_items_sub01_wrap .box h4 {
	margin: 0 0 70px;
	font-size: 1.3em;
}

.top_items_sub01_wrap .box h5 {
	margin: 0 0 20px;
	font-size: 1.1em;
}

.top_items_sub01_wrap .box ul {
	margin: 0 0 20px;
}

.top_items_sub01_wrap .box dl {
	display: flex;
}

.top_items_sub01_wrap .box dl dt {
	width: 6em;
	font-weight: normal;
}

.top_items_sub01_wrap .box dl dd {
	width: calc(100% - 6em);
}

@media print, screen and (min-width: 426px) {
	.top_items_sub02_wrap {
		display: flex;
		justify-content: space-between;
	}
}

.top_items_sub02_wrap .box {
	text-align: center;
}

.top_items_sub02_wrap .box a {
	display: block;
	color: #231815 !important;
}

.top_items_sub02_wrap .box a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.top_items_sub02_wrap .box img {
	width: auto;
	max-width: 100%;
}

.top_items_sub02_wrap .box p {
	font-size: 0.9em;
	text-align: center;
	line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
	.top_items_sub02_wrap .box p {
		font-size: 0.95em;
	}
}

.top_items_sub02_wrap .box p.items_name span.red {
	color: #e10012 !important;
}

.top_items_sub02_wrap .box p.items_name span.gray {
	color: #9a9a9b !important;
}


/* ----------------------------------------------------
	下層ページ　共通
---------------------------------------------------- */
.ec-layoutRole .ec-layoutRole__main {
	padding: 0 0 150px;
	border-bottom: 1px solid #231815;
}

@media print, screen and (min-width: 426px) {
	.ec-layoutRole .ec-layoutRole__main {
		padding: 0 0 200px;
	}
}

.ec-layoutRole .ec-layoutRole__main.mypage_padding {
	padding: 0;
	border-bottom: none;
}

.ec-pageHeader {
	max-width: 1000px;
	margin: 0 auto;
}

.ec-pageHeader h1 {
	margin: 50px 0 35px;
	padding: 0 0 25px;
	font-size: 1.6em;
	text-align: center;
	font-weight: normal;
	font-family: serif;
	line-height: 1.4;
	border-top: none;
	border-bottom: 2px solid #3490ad;
}

@media print, screen and (min-width: 426px) {
	.ec-pageHeader h1 {
		margin: 130px 0 35px;
		font-size: 2.4em;
	}
}

/* ---------- 表組み・共通 ---------- */
.ec-borderedDefs {
	margin-bottom: 30px;
	border-top: 1px solid #717071;
	border-right: 1px solid #717071;
	border-left: 1px solid #717071;
}

.ec-borderedDefs dl {
	padding: 0;
	border-bottom: 1px solid #717071;
}

.ec-borderedDefs dt,
.ec-borderedDefs dd {
	padding: 15px 15px 10px;
	line-height: 2;
}

.ec-borderedDefs dt {
	background: #f1f0ee !important;
}

@media print, screen and (min-width: 769px) {
	.ec-borderedDefs dt {
		width: 35%;
	}
	.ec-borderedDefs dd {
		width: 65%;
	}
}

.ec-borderedDefs dd a {
	color: #3490ad !important;
}


/* ----------------------------------------------------
	新規会員登録ページ
---------------------------------------------------- */
.ec-registerRole {
	color: #231815 !important;
}

#page_entry .ec-off1Grid p {
	margin: 0 0 20px;
	line-height: 1.8;
}

.ec-input input:focus,
.ec-halfInput input:focus,
.ec-numberInput input:focus,
.ec-zipInput input:focus,
.ec-telInput input:focus,
.ec-select input:focus,
.ec-birth input:focus,
.ec-input textarea:focus,
.ec-halfInput textarea:focus,
.ec-numberInput textarea:focus,
.ec-zipInput textarea:focus,
.ec-telInput textarea:focus,
.ec-select textarea:focus,
.ec-birth textarea:focus {
	border-color: #3490ad !important;
}

.ec-input select:focus,
.ec-halfInput select:focus,
.ec-numberInput select:focus,
.ec-zipInput select:focus,
.ec-telInput select:focus,
.ec-select select:focus,
.ec-birth select:focus {
	border-color: #3490ad !important;
}

.ec-required {
	color: #fff !important;
	background: #E70012 !important;
	font-size: 10px;
	padding: 0 5px;
	line-height: 1.5;
}

input, textarea, select {
	font-family: sans-serif;
}

.ec-zipInput input {
	max-width: 10em;
}

.ec-zipInputHelp span {
	color: #3490ad !important;
}

.ec-telInput input {
	max-width: 12em;
}

.ec-link {
 color: #e50012 !important;
}

.ec-link:hover {
	color: #f06a75 !important;
}

.ec-blockBtn--action {
	height: 60px;
	padding: 0;
	color: #fff !important;
	font-size: 1em;
	line-height: 60px;
	background-color: #3490ad !important;
	border-color: #3490ad;
	border-radius: 30px;
	transition: 0.5s;
}

.ec-numberInput input[type='number'] {
    max-width: 75px;
}

@media print, screen and (min-width: 426px) {
	.ec-blockBtn--action {
		font-size: 1.1em;
	}
}

.ec-blockBtn--action:hover,
.ec-blockBtn--action:focus,
.ec-blockBtn--action:active,
.ec-blockBtn--action:active:focus {
	background-color: #276f86 !important;
	border-color: #276f86 !important;
}

.ec-blockBtn--cancel {
	height: 60px;
	font-size: 1em;
	line-height: 60px;
	background-color: #717071 !important;
	border-color: #717071 !important;
	border-radius: 30px;
	transition: 0.5s;
}

@media print, screen and (min-width: 426px) {
	.ec-blockBtn--cancel {
		font-size: 1.1em;
	}
}

.ec-blockBtn--cancel:hover,
.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel:active:focus {
	background-color: #555455 !important;
	border-color: #555455 !important;
}


/* ----------------------------------------------------
	マイページ
---------------------------------------------------- */
@media print, screen and (min-width: 768px){
.ec-mypageRole .ec-pageHeader h1 {
	margin: 50px 0;
	padding: 0 0 10px;
	}
}

.ec-mypageRole,
.ec-orderRole,
.mypage .ec-role {
	max-width: 1040px;
}

.ec-navlistRole .active a {
	color: #3490ad !important;
}

.ec-navlistRole .ec-navlistRole__item a:hover {
	background: #f1f0ee !important;
}

.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
	text-align: center;
}

#page_mypage_withdraw_complete .ec-reportDescription {
	text-align: center;
}

#page_mypage_withdraw_complete .ec-reportDescription + p {
	width: 50%;
	margin: 0 auto;
}

#page_mypage_history .ec-orderConfirm {
	margin-bottom: 30px;
}


/* ----------------------------------------------------
	個人情報保護方針ページ
---------------------------------------------------- */
#page_help_privacy .ec-role {
	max-width: 1040px;
}

@media print, screen and (min-width: 426px) {
	#page_help_privacy .ec-off1Grid .ec-off1Grid__cell {
		width: 82%;
		margin-left: 9%;
	}
}

#page_help_privacy .ec-off1Grid__cell p {
	line-height: 1.8;
}

#page_help_privacy .ec-heading-bold {
	position: relative;
	margin: 50px 0 10px;
	padding: 0 0 5px;
	color: #231815 !important;
	font-size: 1.2em;
	font-weight: normal;
}

#page_help_privacy .ec-heading-bold:first-child {
	margin: 80px 0 10px;
}

@media print, screen and (min-width: 426px) {
	#page_help_privacy .ec-heading-bold {
		margin: 80px 0 15px;
		font-size: 1.4em;
	}
	#page_help_privacy .ec-heading-bold:first-child {
		margin: 130px 0 15px;
	}
}

#page_help_privacy .ec-off1Grid__cell ul {
	margin: 15px 0 0;
}

#page_help_privacy .ec-off1Grid__cell ul li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}


/* ----------------------------------------------------
	特定商取引法に基づく表記ページ
---------------------------------------------------- */
#page_help_tradelaw .ec-role {
	max-width: 1040px;
}

@media print, screen and (min-width: 426px) {
	#page_help_tradelaw .ec-off1Grid .ec-off1Grid__cell {
		width: 82%;
		margin-left: 9%;
	}
}

@media print, screen and (min-width: 426px) {
	#page_help_tradelaw .ec-pageHeader h1 {
		margin: 130px 0 160px;
	}
}

#page_help_tradelaw .ec-borderedDefs {
	border-right: none;
	border-left: none;
}

#page_help_tradelaw .ec-label {
	font-weight: normal;
}


/* ----------------------------------------------------
	お問い合わせページ
---------------------------------------------------- */
.ec-contactRole {
	max-width: 1040px;
	color: #231815 !important;
}

@media print, screen and (min-width: 426px) {
	#page_contact .ec-off1Grid .ec-off1Grid__cell {
		width: 82%;
		margin-left: 9%;
	}
}

.ec-contactRole p {
	line-height: 1.8;
	margin: 0 0 20px;
}

.ec-contactConfirmRole {
	color: #231815 !important;
}

.ec-contactConfirmRole p {
	margin: 0 0 16px;
	line-height: 1.8;
}

.ec-reportHeading {
	font-size: 1em;
	border-top: none;
}

.ec-reportHeading h2 {
	line-height: 1.4;
}

@media print, screen and (min-width: 426px) {
	.ec-reportHeading h2 {
		font-size: 1.5em;
	}
}

.ec-reportDescription {
	line-height: 1.8;
	text-align: left;
}

.ec-borderedDefs dl dd p{
	padding: 10px 0;
	font-size: 0.9em;
	line-height: 1.5;
}


/* ----------------------------------------------------
	商品詳細ページ
---------------------------------------------------- */
.ec-productRole {
	max-width: 1140px;
	color: #231815 !important;
}

.ec-grid2 {
	margin: 30px 0 0;
}

@media print, screen and (min-width: 426px) {
	.ec-grid2 {
		margin: 60px 0 0;
	}
}

.ec-sliderItemRole .slideThumb {
	width: 25%;
}

@media print {
	.ec-productRole .ec-productRole__profile {
		margin-left: 16px;
	}
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
	color: #231815 !important;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
}

@media print, screen and (min-width: 426px) {
	.ec-productRole .ec-productRole__title .ec-headingTitle {
		font-size: 1.5em;
	}
}

@media print, screen and (min-width: 769px) {
	.ec-productRole .ec-productRole__title .ec-headingTitle {
		font-size: 2em;
	}
}

@media print {
	.ec-productRole .ec-productRole__price {
		padding: 14px 0;
    border-bottom: 1px dotted #ccc;
	}
	.ec-price .ec-price__price {
		color: #DE5D50 !important;
    font-size: 1em;
	}
	.ec-price .ec-price__tax {
		color: #DE5D50 !important;
		font-size: 0.57em;
	}
}

.ec-productRole .ec-productRole__description {
	line-height: 1.8;
}

@media print {
	.ec-productRole .ec-productRole__btn {
		width: 60%;
    margin-bottom: 16px;
    min-width: 350px;
	}
}


/* ----------------------------------------------------
	ログインページ　＞　マイページログイン／商品購入ログイン
---------------------------------------------------- */
.ec-login {
	padding: 30px 5%;
	background: #f6f5f3 !important;
	border: 1px solid #3490ad;
}

@media print, screen and (min-width: 426px) {
	.ec-login {
		padding: 60px 13%;
	}
}

#page_mypage_login .ec-grid2,
#page_shopping_login .ec-grid2 {
	display: inherit;
}

#page_mypage_login .ec-grid2 .ec-grid2__cell,
#page_shopping_login .ec-grid2 .ec-grid2__cell {
	width: 100%;
	text-align: center;
}

#page_mypage_login .ec-login .ec-login__actions,
#page_shopping_login .ec-login .ec-login__actions {
	width: 50%;
	margin: 0 auto 30px;
}

#page_mypage_login .ec-blockBtn--cancel,
#page_shopping_login .ec-blockBtn--cancel {
	background-color: #3490ad !important;
	border-color: #3490ad !important;
}

#page_mypage_login .ec-blockBtn--cancel:hover,
#page_mypage_login .ec-blockBtn--cancel:focus,
#page_mypage_login .ec-blockBtn--cancel:active,
#page_shopping_login .ec-blockBtn--cancel:hover,
#page_shopping_login .ec-blockBtn--cancel:focus,
#page_shopping_login .ec-blockBtn--cancel:active {
	background-color: #276f86 !important;
	border-color: #276f86 !important;
}

#page_mypage_login .ec-login .ec-login__link,
#page_shopping_login .ec-login .ec-login__link {
	margin-left: 0;
}

#page_mypage_login .ec-login .ec-login__link .ec-link,
#page_shopping_login .ec-login .ec-login__link .ec-link {
	color: #231815 !important;
}

.ec-guest {
	background: #f6f5f3 !important;
	border: 1px solid #3490ad;
}


/* ----------------------------------------------------
	カート
---------------------------------------------------- */
.ec-progress .ec-progress__item:after {
	background: #000 !important;
}

.ec-progress .ec-progress__number {
	background: #000 !important;
}

.ec-progress .ec-progress__label {
	color: #231815 !important;
}

.ec-progress .is-complete .ec-progress__number {
	background: #3490ad !important;
}

.ec-progress .is-complete .ec-progress__label {
	color: #3490ad !important;
}

.ec-cartHeader .ec-cartHeader__label {
	background: #eeeeef !important;
}

.ec-cartRow__name a {
	color: #3490ad !important;
}

.ec-cartRole .ec-cartRole__cart {
	margin: 0;
}

@media only screen and (min-width: 769px) {
	.ec-cartRole .ec-cartRole__cart {
		margin: 0 5%;
	}
}

.ec-cartRole .ec-cartRole__actions {
	margin-right: 0;
}

@media print, screen and (min-width: 426px) {
	.ec-cartRole .ec-cartRole__actions {
		width: 30%;
	}
}

@media only screen and (min-width: 769px) {
	.ec-cartRole .ec-cartRole__actions {
		margin-right: 5%;
	}
}

.ec-alert-warning {
	background: #aaa !important;
}

.ec-inlineBtn--action {
	color: #fff !important;
	background-color: #3490ad !important;
	border-color: #3490ad !important;
	border-radius: 10px;
	transition: 0.5s;
}

.ec-inlineBtn--action:hover {
	background-color: #276f86 !important;
	border-color: #276f86 !important;
}

.ec-inlineBtn--cancel {
	background-color: #717071 !important;
	border-color: #717071 !important;
	border-radius: 10px;
	transition: 0.5s;
}

.ec-inlineBtn--cancel:hover {
	background-color: #555455 !important;
	border-color: #555455 !important;
}

.ec-color-red {
	color: #E70012 !important;
}

strong.ec-color-red {
	font-weight: bold;
}

.ec-rectHeading h2 {
	margin: 0 0 10px;
}

.ec-orderAccount .ec-orderAccount__account,
.ec-orderDelivery .ec-orderDelivery__address,
.ec-orderDelivery__actions,
.ec-orderDelivery__edit,
.ec-orderPayment .ec-radio,
#page_shopping_confirm .ec-orderPayment .ec-blockRadio,
#page_shopping_confirm .ec-orderConfirm .ec-input {
	padding: 0 12px;
}

.ec-orderDelivery .ec-orderDelivery__title {
	padding: 16px 12px 17px;
}

.ec-orderDelivery,
.ec-orderPayment {
	margin-bottom: 30px;
}

.ec-orderPayment p {
	margin: 0 0 10px;
}


/* ----------------------------------------------------
	名入れ 卓上カレンダーページ　／　卓上カレンダーページ
---------------------------------------------------- */
.items_main_wrap {
	margin: 50px 0 0; 
}

.items_tit {
	margin: 90px auto;
	text-align: center;
}

.items_tit h2 {
	margin: 35px 0 0;
	font-size: 2em;
	font-family: serif;
}

.items_tit p {
	line-height: 1.8;
}

.simple_calendar_page .items_tit p {
	margin: 35px 0 0;
}

.simple_calendar_page .items_tit p span {
	display: block;
}

@media print, screen and (min-width: 426px) {
	.items_tit h2 {
		font-size: 2.8em;
	}
	.simple_calendar_page .items_tit p span {
		display: inline;
		padding: 0 0 0 0.5em;
	}
}

.items_wrap {
	padding: 65px 0 90px;
	background: #f1f0ee !important;
}

.items_wrap h3 {
	margin: 0 0 70px;
	font-size: 1.4em;
	line-height: 1.6;
	font-family: serif;
	text-align: center;
}

.simple_calendar_page .items_wrap h3 {
	padding: 0 0 20px;
	border-bottom: 1px solid #888;
}

@media print, screen and (min-width: 426px) {
	.items_wrap h3 {
		font-size: 1.6em;
	}
}

.items_wrap .box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media print, screen and (min-width: 426px) {
	.simple_calendar_page .items_wrap .box_wrap {
		width: 70%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 769px) {
	.simple_calendar_page .items_wrap .box_wrap {
		width: 50%;
	}
}

.items_wrap .box_wrap .box {
	width: 46%;
	margin: 0 0 50px;
	text-align: center;
}

@media print, screen and (min-width: 426px) {
	.items_wrap .box_wrap .box {
		width: 20.5%;
		margin: 0;
	}
	.simple_calendar_page .items_wrap .box_wrap .box {
		width: 40%;
	}
}

.simple_calendar_page .items_wrap .box_wrap .box:nth-of-type(1),
.simple_calendar_page .items_wrap .box_wrap .box:nth-of-type(2) {
	margin: 0 0 50px;
}

@media print, screen and (min-width: 426px) {
	.simple_calendar_page .items_wrap .box_wrap .box:nth-of-type(1),
	.simple_calendar_page .items_wrap .box_wrap .box:nth-of-type(2) {
		margin: 0 0 90px;
	}
}

.items_wrap .box_wrap .box a {
	display: block;
	color: #231815 !important;
}

.items_wrap .box_wrap .box a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.items_wrap .box_wrap .box p.color span.red {
	color: #e10012 !important;
}

.items_wrap .box_wrap .box p.color span.gray {
	color: #9a9a9b !important;
}

.simple_calendar_page .items_wrap .box_wrap .box p.color span.txt {
	display: block;
	font-size: 0.7em;
}

@media print, screen and (min-width: 426px) {
	.simple_calendar_page .items_wrap .box_wrap .box p.color span.txt {
		font-size: 1em;
	}
}

.items_wrap .box_wrap .box img {
	margin: 40px 0 70px;
	box-shadow: 6px 6px 8px #bfbfbf;
}

.simple_calendar_page .items_wrap .box_wrap .box img {
	margin: 20px 0;
}

.items_wrap .box_wrap .box p.name {
	font-size: 1.1em;
}

.items_wrap .box_wrap .box p.name span.tit {
	display: block;
}

@media only screen and (min-width: 769px) {
	.items_wrap .box_wrap .box p.name span.tit {
		display: inline;
		padding: 0 0 0 1em;
	}
}

.items_wrap .box_wrap .box p.name span.sub {
	display: block;
	margin: 10px 0 0;
	font-size: 0.7em;
}

@media only screen and (min-width: 769px) {
	.items_wrap .box_wrap .box p.name span.sub {
		font-size: 0.9em;
	}
}

.items_detail_wrap p.copy {
	padding: 45px 20px;
	color: #fff !important;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	background: #142636 !important;
}

.items_detail_wrap p.copy span {
	display: block;
}

@media print, screen and (min-width: 426px) {
	.items_detail_wrap p.copy {
		font-size: 1.8em;
	}
	.items_detail_wrap p.copy span {
		display: inline;
		padding: 0 0 0 0.5em;
		color: #fff !important;
	}
}

.items_detail__main01 {
	max-width: 1040px;
	padding: 90px 20px 55px;
}

.items_detail__main01 h4 {
	margin: 0 0 80px;
	font-size: 1.8em;
	line-height: 1.4;
	text-align: center;
	font-family: serif;
}

.items_detail__main01 h4 span {
	display: block;
}

@media print, screen and (min-width: 426px) {
	.items_detail__main01 h4 {
		font-size: 2.2em;
	}
	.items_detail__main01 h4 span {
		display: inline;
		padding: 0 0 0 0.5em;
	}
}

.items_detail__main02 {
	max-width: 1040px;
}

.items_detail__main02 .box_wrap {
	padding: 60px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

@media print, screen and (min-width: 426px) {
	.items_detail__main02 .box_wrap {
		padding: 60px 20px;
	}
}

@media only screen and (min-width: 769px) {
	.items_detail__main02 .box_wrap {
		display: flex;
		justify-content: space-between;
	}
	.items_detail__main02 .box_wrap .box {
		width: 48%;
	}
}

.items_detail__main02 .box_wrap .box.img {
	position: relative;
	margin: 0 0 60px;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.items_detail__main02 .box_wrap .box.img {
		margin: 0;
	}
}

.items_detail__main02 .box_wrap .box.img::after {
	content: "124㎜";
	position: absolute;
	top: 35%;
	right: -10px;
}

@media print, screen and (min-width: 426px) {
	.items_detail__main02 .box_wrap .box.img::after {
		top: 40%;
		right: 100px;
	}
}

@media only screen and (min-width: 769px) {
	.items_detail__main02 .box_wrap .box.img::after {
		right: -10px;
	}
}

.items_detail__main02 .box_wrap .box.img img {
	width: 70%;
	margin: 10px 0 60px;
	box-shadow: 6px 6px 8px #bfbfbf;
}

@media print, screen and (min-width: 426px) {
	.items_detail__main02 .box_wrap .box.img img {
		width: auto;
		max-width: 100%;
	}
}

@media only screen and (min-width: 769px) {
	.items_detail__main02 .box_wrap .box.img img {
		width: 79%;
	}
}

.items_detail__main02 .box_wrap .box.img a {
	display: block;
	margin: 0 auto;
	padding: 17px;
	color: #fff !important;
	font-size: 1.2em;
	background: #3490ad !important;
	border-radius: 30px;
}

@media print, screen and (min-width: 426px) {
	.items_detail__main02 .box_wrap .box.img a {
		width: 70%;
	}
}

@media only screen and (min-width: 769px) {
	.items_detail__main02 .box_wrap .box.img a {
		width: 100%;
	}
}

.items_detail__main02 .box_wrap .box.img a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.items_detail__main02 .box_wrap .box.txt h5 {
	font-size: 1.2em;
	line-height: 1.4;
}

.items_detail__main02 .box_wrap .box.txt .txt_box {
	margin: 30px 0 0;
}

@media print, screen and (min-width: 426px) {
	.items_detail__main02 .box_wrap .box.txt .txt_box {
		margin: 30px 0 0 30px;
		padding: 0 0 0 30px;
		border-left: 1px solid #888;
	}
}

.simple_calendar_page .txt_box {
	margin: 0 0 50px;
}

@media print, screen and (min-width: 426px) {
	.simple_calendar_page .txt_box {
		width: 60%;
		margin: 0 0 90px 40%;
	}
}

@media only screen and (min-width: 769px) {
	.simple_calendar_page .txt_box {
		width: 50%;
		margin: 0 0 90px 50%;
	}
}

.items_detail__main02 .box_wrap .box.txt .txt_box dl,
.simple_calendar_page .txt_box dl {
	display: flex;
	margin: 0 0 15px;
}

.items_detail__main02 .box_wrap .box.txt .txt_box dl:nth-of-type(2) {
	margin: 0 0 50px;
}

.items_detail__main02 .box_wrap .box.txt .txt_box dl dt,
.simple_calendar_page .txt_box dl dt {
	width: 6em;
	font-weight: normal;
}

.items_detail__main02 .box_wrap .box.txt .txt_box dl dd,
.simple_calendar_page .txt_box dl dd {
	width: calc(100% - 6em);
}

.items_detail__main02 .box_wrap .box.txt .txt_box ul {
	margin: 20px 0 40px;
}

.items_detail__main02 .box_wrap .box.txt .txt_box p {
	font-size: 1.2em;
}

.items_detail__main02 .box_wrap .box.txt .txt_box p span {
	display: block;
	color: #e50012 !important;
}

.simple_calendar_page .txt_box p {
	padding: 0 0 0 5.5em;
	color: #e50012 !important;
	font-size: 1.1em;
}

.items_detail__price {
	max-width: 1040px;
	padding: 140px 20px 170px;
}

.items_detail__price h4 {
	margin: 0 0 50px;
	font-size: 1.8em;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.items_detail__price .price_table_wrap {
		width: 80%;
		margin: 0 auto;
	}
}

.items_detail__price .price_table_wrap:not(:last-child) {
	margin: 0 auto 50px;
}

.items_detail__price .price_table_wrap h5 {
	padding: 0 0 0 0.5em;
	font-size: 1.2em;
}

.items_detail__price .price_table_wrap .table_scroll {
	overflow-x: scroll;
}

@media print, screen and (min-width: 426px) {
	.items_detail__price .price_table_wrap .table_scroll {
		overflow-x: hidden;
	}
}

.items_detail__price .price_table_wrap table {
	width: 728px;
	margin: 20px 0 10px;
	border: 2px solid #595757;
}

@media print, screen and (min-width: 426px) {
	.items_detail__price .price_table_wrap table {
		width: 100%;
	}
}

.items_detail__price .price_table_wrap table th,
.items_detail__price .price_table_wrap table td {
	padding: 15px;
	text-align: center;
}

.items_detail__price .price_table_wrap table th.col1 {
	width: 15%;
}

.items_detail__price .price_table_wrap table th.col2 {
	width: 50%;
}

.items_detail__price .price_table_wrap table th.col3 {
	width: 35%;
}

.items_detail__price .price_table_wrap table td.ta_left {
	text-align: left;
}

@media only screen and (min-width: 769px) {
	.items_detail__price .price_table_wrap table td.ta_left span {
		display: block;
	}
}

.items_detail__price .price_table_wrap table th {
	color: #fff !important;
	background: #3490ad !important;
}

.items_detail__price .price_table_wrap table td {
	border-top: 1px solid #595757;
}

.items_detail__price .price_table_wrap ul {
	padding: 0 0 0 0.5em;
	font-size: 0.9em;
}

.items_detail__price .price_table_wrap ul li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.8;
}

.items_detail__price .price_table_wrap ul li dl {
	display: flex;
}

.items_detail__price .price_table_wrap ul li dl dt {
	width: 11em;
	font-weight: normal;
}

.items_detail__price .price_table_wrap ul li dl dd {
	width: calc(100% - 11em);
	text-indent: 0;
}

.items_detail__sub {
	max-width: 1040px;
}

.items_detail__sub .box_wrap {
	padding: 60px 0;
	text-align: left;
	border-top: 1px solid #888;
}

@media print, screen and (min-width: 426px) {
	.items_detail__sub .box_wrap {
		text-align: center;
	}
}

@media only screen and (min-width: 769px) {
	.items_detail__sub .box_wrap {
		display: flex;
		justify-content: space-between;
		padding: 60px 0 60px 30px;
		text-align: left;
	}
	.simple_calendar_page .items_detail__sub .box_wrap {
		align-items: flex-end;
	}
	.items_detail__sub .box_wrap .box.txt {
		width: 53%;
	}
	.items_detail__sub .box_wrap .box.img {
		width: 47%;
	}
}

.simple_calendar_page .items_detail__sub .box_wrap .box.txt .point_wrap {
	margin: 0 0 20px;
}

.simple_calendar_page .items_detail__sub .box_wrap .box.txt .point_wrap img {
	width: 30px;
}

@media print, screen and (min-width: 426px) {
	.simple_calendar_page .items_detail__sub .box_wrap .box.txt .point_wrap img {
		width: auto;
		max-width: 100%;
	}
}

.items_detail__sub .box_wrap .box.txt h4 {
	margin: 0 0 30px;
	font-size: 1.25em;
	line-height: 1.4;
}

@media print, screen and (min-width: 426px) {
	.items_detail__sub .box_wrap .box.txt h4 {
		font-size: 1.7em;
	}
}

.items_detail__sub .box_wrap .box.txt p {
	line-height: 2;
}

.items_detail__sub .box_wrap .box.img ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin: 20px auto 0;
}

@media print, screen and (min-width: 426px) {
	.items_detail__sub .box_wrap .box.img ul {
		width: 65%;
	}
}

@media only screen and (min-width: 769px) {
	.items_detail__sub .box_wrap .box.img ul {
		width: 100%;
		margin: 0;
	}
}

@media print {
	.items_detail__sub .box_wrap .box.img ul {
		width: 480px;
	}
}

.items_detail__sub .box_wrap .box.img ul li.or {
	font-size: 1.6em;
	font-weight: bold;
}

.items_detail__fax_order {
	max-width: 1040px;
	text-align: center;
}

.items_detail__fax_order h4 {
	margin: 0 0 50px;
	padding: 150px 0 0;
	font-size: 1.7em;
	text-align: center;
	line-height: 1.4;
	font-family: serif;
	border-top: 1px solid #888;
}

@media print, screen and (min-width: 426px) {
	.items_detail__fax_order h4 {
		font-size: 2.2em;
	}
}

.items_detail__fax_order h4 span {
	display: block;
}

@media only screen and (min-width: 769px) {
	.items_detail__fax_order h4 span {
		display: inline;
		padding: 0 0 0 0.5em;
	}
}

.items_detail__fax_order p.note01 {
	display: flex;
	justify-content: center;
	text-align: left;
}

.items_detail__fax_order p.note01,
.items_detail__fax_order p.note02 {
	line-height: 1.8;
}

.items_detail__fax_order a {
	position: relative;
	display: block;
	margin: 65px auto;
	padding: 17px;
	color: #fff !important;
	font-size: 1.2em;
	background: #3490ad !important;
	border-radius: 30px;
}

@media print, screen and (min-width: 426px) {
	.items_detail__fax_order a {
		width: 50%;
	}
}

.items_detail__fax_order a::before {
	content: url(../img/common/pdf_ico.png) !important;
	padding: 0 1em 0 0;
	vertical-align: middle;
}

.items_detail__fax_order a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.items_detail__fax_order h5 {
	margin: 0 0 25px;
	font-size: 2.2em;
	font-weight: bold;
}

.items_detail__fax_order p.note02 {
	text-align: left;
}

@media print, screen and (min-width: 426px) {
	.items_detail__fax_order p.note02 {
		text-align: center;
	}
}


/* ----------------------------------------------------
	ご利用ガイドページ
	（オンラインショップ用ページとFAX注文用ページの2ページあり）
---------------------------------------------------- */
.guide_wrap h2 {
	margin: 50px 0 0;
	padding: 50px 0 25px;
	font-size: 2em;
	font-family: serif;
	text-align: center;
	background: #dbd7d2 !important;
}

@media print, screen and (min-width: 426px) {
	.guide_wrap h2 {
		font-size: 2.5em;
	}
}

.guide_wrap .ec-pageHeader h1 {
	border-bottom: 2px solid #3e3a39;
}

@media print, screen and (min-width: 426px) {
	.guide_wrap .ec-off1Grid {
		max-width: 1040px;
    margin: 0 auto;
	}
	.guide_wrap .ec-off1Grid .ec-off1Grid__cell {
		width: 82%;
		margin-left: 9%;
	}
}

@media only screen and (min-width: 769px) {
	.guide_wrap .ec-off1Grid {
		padding: 0 20px;
	}
}

.guide_wrap p {
	line-height: 1.8;
}

.guide_wrap p.ta_center {
	text-align: center;
}

.guide_wrap p.end {
	margin: 45px 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.guide_wrap a {
	display: block;
	margin: 120px auto;
	padding: 17px;
	color: #fff !important;
	font-size: 1.2em;
	text-align: center;
	background: #3490ad !important;
	border-radius: 30px;
}

.guide_wrap a.end {
	margin: 120px auto 0;
}

@media print, screen and (min-width: 426px) {
	.guide_wrap a {
		width: 90%;
	}
}

@media only screen and (min-width: 769px) {
	.guide_wrap a {
		width: 65%;
	}
}

.guide_wrap a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.guide_wrap .h3_tit {
	margin: 0 0 70px;
	padding: 15px;
	font-size: 1.55em;
	text-align: center;
	background: #f1f0ee !important;
}

@media print, screen and (min-width: 426px) {
	.guide_wrap .h3_tit {
		font-size: 1.75em;
	}
}

.fax_order_guide_page .guide_wrap .h3_tit {
	margin: 125px 0 70px;
	color: #fff !important;
	background: #142636 !important;
}

.guide_wrap .flow_list {
	margin: 0 0 100px;
}

.fax_order_guide_page .guide_wrap .flow_list {
	margin: 0;
}

.guide_wrap .flow_list dt {
	margin: 0 0 15px;
	font-size: 1.2em;
	font-weight: normal;
}

@media print, screen and (min-width: 426px) {
	.guide_wrap .flow_list dt {
		font-size: 1.4em;
	}
}

.guide_wrap .flow_list dd {
	margin: 0 0 50px;
	line-height: 1.8;
}

.guide_wrap .flow_list dd:last-child {
	margin: 0;
}

.guide_wrap .flow_list dd span {
	color: #e50012 !important;
}

.guide_wrap .flow_list dd ul.note li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.guide_wrap .h4_tit {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 10px;
	font-size: 1.4em;
}

@media print, screen and (min-width: 426px) {
	.guide_wrap .h4_tit {
		font-size: 1.6em;
	}
}

.fax_order_guide_page .guide_wrap .h4_tit {
	margin: 100px 0 30px;
}

.guide_wrap .h4_tit::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 50%;
	height: 2px;
	background: #3490ad !important;
}

.guide_wrap .h4_tit + p {
	margin: 0 0 100px;
	line-height: 1.8;
}

.fax_order_guide_page .guide_wrap .h4_tit + p {
	margin: 0;
}

.guide_wrap .pay_list dt {
	margin: 0 0 15px;
	font-size: 1.2em;
	font-weight: normal;
}

.guide_wrap .pay_list dd {
	margin: 0 0 50px;
	line-height: 1.8;
}

.guide_wrap .pay_list dd:last-child {
	margin: 0 0 15px;
}

.guide_wrap .pay_list dd ul.note li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.guide_wrap table {
	width: 100%;
	margin: 0 0 15px;
	border: 1px solid #9e9e9f;
	border-right: none;
}

.guide_wrap table th,
.guide_wrap table td {
	padding: 6px;
	font-size: 1em;
	text-align: center;
	border-right: 1px solid #9e9e9f;
}

@media print, screen and (min-width: 426px) {
	.guide_wrap table th,
	.guide_wrap table td {
		padding: 20px;
		font-size: 1.2em;
	}
}

.guide_wrap table th {
	background: #f1f0ee !important;
}

.guide_wrap table + ul.note {
	margin: 0 0 100px;
}

.guide_wrap table + ul.note li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.8;
}

.guide_wrap .fax_order {
	text-align: center;
}

.guide_wrap .fax_order h4 {
	margin: 0 0 50px;
	padding: 150px 0 0;
	font-size: 1.7em;
	text-align: center;
	line-height: 1.4;
	font-family: serif;
}

@media print, screen and (min-width: 426px) {
	.guide_wrap .fax_order h4 {
		font-size: 1.8em;
	}
}

.guide_wrap .fax_order h4 span {
	display: block;
}

@media only screen and (min-width: 769px) {
	.guide_wrap .fax_order h4 span {
		display: inline;
		padding: 0 0 0 0.5em;
	}
}

.guide_wrap .fax_order p.note01 {
	display: flex;
	justify-content: center;
	text-align: left;
}

.guide_wrap .fax_order p.note01,
.guide_wrap .fax_order p.note02 {
	line-height: 1.8;
}

.guide_wrap .fax_order a {
	position: relative;
	margin: 65px auto;
}

.guide_wrap .fax_order a::before {
	content: url(../img/common/pdf_ico.png) !important;
	padding: 0 1em 0 0;
	vertical-align: middle;
}

.guide_wrap .fax_order a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.guide_wrap .fax_order h5 {
	margin: 0 0 25px;
	font-size: 2.2em;
	font-weight: bold;
}

.guide_wrap .fax_order p.note02 {
	text-align: left;
}

@media only screen and (min-width: 769px) {
	.guide_wrap .fax_order p.note02 {
		text-align: center;
	}
}

.guide_wrap .flow_sub {
	margin: 30px 0 0;
	padding: 25px;
	border: 1px solid #3490ad;
}

.guide_wrap .flow_sub h5 {
	margin: 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
}

.fax_order_guide_page .guide_wrap .h4_tit + p + ul {
	margin: 10px 0;
}

.fax_order_guide_page .guide_wrap .h4_tit + p + ul li {
	line-height: 1.8;
}


/* ----------------------------------------------------
	フッター
---------------------------------------------------- */
.ec-footerRole {
	margin-top: 15px;
	padding: 36px 0 30px;
	background: #e5e1dc !important;
	border-top: none;
}

.ec-footerRole.copyright {
	margin-top: 0;
	padding: 18px 0;
	background: #000 !important;
	border-top: 4px solid #fff;
}

@media print, screen and (min-width: 426px) {
	.ec-footerRole .ec-footerRole__inner {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		max-width: 1040px;
	}
}

.ec-footerRole.copyright .ec-footerRole__inner {
	display: block;
	color: #fff !important;
	font-size: 0.9em;
	text-align: center;
}

.ec-footerRole .ec-footerRole__inner:after {
	display: none;
}

.ec-footerTitle {
	padding: 0 0 30px;
	color: #231815 !important;
}

@media print, screen and (min-width: 426px) {
	.ec-footerTitle {
		display: flex;
		align-items: flex-end;
		padding: 0;
		font-size: 0.9em;
		line-height: 1;
	}
}

.ec-footerTitle .ec-footerTitle__logo {
	width: 114px;
	margin: 0 auto 10px;
}

@media print, screen and (min-width: 426px) {
	.ec-footerTitle .ec-footerTitle__logo {
		margin: 0 3em 0 0;
	}
}

.ec-footerNavi {
	padding: 0 20px;
	text-align: left;
}

@media print, screen and (min-width: 426px) {
	.ec-footerNavi {
		padding: 0;
	}
}

.ec-footerNavi .ec-footerNavi__link {
	display: block;
}

.ec-footerNavi .ec-footerNavi__link:not(:last-child) {
	margin: 0 0 10px;
}

.ec-footerNavi .ec-footerNavi__link a {
	margin: 0;
	padding: 0;
	color: #231815 !important;
	font-size: 0.9em;
	text-decoration: none;
	border: none;
}

.ec-footerTitle .ec-footerTitle__copyright {
	padding: 15px 0 0;
	color: #fff !important;
	text-align: left;
	border-top: 1px solid #fff;
}

.ec-blockTopBtn {
	width: auto;
	height: auto;
	background: none;
	right: 10px;
	bottom: 10px;
}

@media print, screen and (min-width: 426px) {
	.ec-blockTopBtn {
		right: 20px;
		bottom: 280px;
	}
}

@media print {
	.ec-blockTopBtn {
		display: none !important;
	}
}