@charset "UTF-8";
.crt_attention {
  line-height: 2;
  text-align: left;
}

#mypage .status h2 {
  text-align: center;
  font-size: 1.6rem;
}
dt.w35 {
  width: 32% !important;
}
dd.w65 {
  width: 68% !important;
	text-align:right;
}
.bordertxt{
	border: 1px black solid  !important;
	padding: 0 10px;
	background-color:red;
	color:white;
}

button.btn03 {
  margin-top: 20px;
  padding: 10px 0 7px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #000;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 2px #000 solid;
  max-width: 215px;
}

/*****top page*****/
.tit01 {
  font-size: 22px;
  letter-spacing: 0.3em;
  margin-bottom: 60px;
  text-align: center;
  color: #404040;
}
.tit01 span {
  font-size: 13px;
  display: block;
}
@media screen and (min-width:801px) {
  .tit01 {
    font-size: 30px;
    letter-spacing: 0.3em;
  }
  .tit01 span {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
.top_tit01 {
  font-size: 22px;
  letter-spacing: 0.3em;
  margin-bottom: 60px;
  text-align: center;
  color: #404040;
}
#top_about .top_tit01 {
  color: #fff;
}
.top_tit01 span {
  font-size: 13px;
  display: block;
}
@media screen and (min-width: 769px) {
  .top_tit01 {
    font-size: 30px;
    letter-spacing: 0.3em;
  }
  .top_tit01 span {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .tit05 {
    font-size: 24px;
    letter-spacing: 0.3em;
  }
}
/*about*/
#top_about .wide-style .inner {
  position: absolute;
  color: #fff;
  max-width: 600px;
  padding: 0 15px;
  width: 100%;
  left: 0;
  right: 0;
  top: 100px;
}
#top_about .wide-style .inner p {
  line-height: 3;
  font-size: 0.875rem;
  text-align: center;
}
#top_about .wide-style {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 850px;
  min-height: 600px;
  //overflow: hidden;
  margin-top: -1px;
}
#top_about .wide-style img {
  min-height: 600px;
  width: auto;
  object-fit: cover;
}
#top_about .wide-style .inner a img {
  width: auto;
  min-height: 48px;
  height: 48px;
}
/*||||||　@media 769以上1024以下　||||||*/
@media screen and (min-width:769px) and (max-width:1024px) {
  #top_about .wide-style .inner {
    top: 60px;
  }
}
/*||||||　@media 769以上　||||||*/
@media screen and (min-width: 769px) {
  #top_about .wide-style .inner {
    margin: auto;
    text-align: center;
  }
  #top_about .wide-style .inner p {
    font-size: 1.143rem;
    text-shadow: 0 0 2em rgba(0, 0, 0, 1.0), 0 0 2em rgba(0, 0, 0, 1.0);
  }
  #top_about .wide-style img {
    width: 100%;
    min-height: 750px;
  }
}
/*item gallery*/
#top_gallery {
  background-color: #f6f6f6;
}
#top_gallery .top_tit01 {
  color: #bdab72;
}
.contents #top_gallery .mar-style {
  padding-top: 95px;
  padding-bottom: 20px;
  width: calc(100% - 60px);
}
.contents.gallery #top_gallery .mar-style:last-child {
  margin-bottom: 0;
}
#top_gallery ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  text-align: left;
}
.alpha #top_gallery ul a:hover {
  opacity: 1;
}
#top_gallery li {
  position: relative;
  width: 48%;
  transition: 0.5s;
  background-size: 100%;
  line-height: 0;
  margin-bottom: 60px;
}
#top_gallery li span.top_gallery_img {
  position: relative;
  display: block;
}
#top_gallery li:hover {
  transition: 0.5s;
}
#top_gallery .top_gallery_ov.button {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  opacity: 0;
  color: #fff;
  transition: 0.5s;
}
#top_gallery .top_gallery_ov a {
  color: #fff;
  position: relative;
  z-index: 100;
  width: 92%;
  height: 92%;
  background-color: rgba(130, 118, 79, 0.80);
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_gallery .top_gallery_ov span {
  display: block;
  height: 100px;
}
#top_gallery .top_gallery_ov:hover {
  opacity: 1;
}
#top_gallery .top_gallery_ov h3 {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
}
#top_gallery .top_gallery_ov .vewBtn img {
  width: auto;
  margin: 20px auto 0;
  height: 30px;
}
/*vewBtn*/
.vewBtn {
  text-align: center;
  width: 100%;
}
.vewBtn img {
  display: inline-block;
  margin: 30px auto 0;
  height: 48px;
  width: auto;
}
/*item gallery*/
/*||||||　@media 480以下　||||||*/
@media screen and (min-width: 480px) {
  #top_gallery .top_gallery_ov h3 {
    margin-top: 20px;
    font-size: 16px;
  }
  #top_gallery .top_gallery_ov .vewBtn img {
    height: 30px;
  }
}
/*||||||　@media 769以上　||||||*/
@media screen and (min-width: 769px) {
  .contents #top_gallery .mar-style {
    padding-bottom: 75px;
  }
  #top_gallery li {
    width: 22%;
  }
  .vewBtn img {
    display: inline-block;
    margin: 60px auto 0;
  }
}
@media all and (-ms-high-contrast: none) {
  #top_gallery .top_gallery_ov:hover {
    /*IE8*/
    background-color: rgba(151,136,99,0.50);
  }
}
/*item_button*/
#top_gallery .bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: none;
  background: #fff;
}
#top_gallery .bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: -20px;
}
#top_gallery .bx-wrapper {
  max-height: 1100px;
  overflow: hidden;
  margin-bottom: -3px;
}
#top_gallery .button {
  position: relative;
  transition: all .2s;
}
#top_gallery .button::before, #top_gallery .button::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
#top_gallery .button::before {
  top: 0px;
  left: 0px;
}
#top_gallery .button::after {
  bottom: 0px;
  right: 0px;
}
#top_gallery .button:hover {
  color: #666;
}
#top_gallery .button:hover::before, #top_gallery .button:hover::after {
  width: 100%;
  height: 100%;
}
#top_gallery .button:hover::before {
  border-bottom-color: #666;
  border-left-color: #666;
  transition: height .3s, width .3s .3s;
}
#top_gallery .button:hover::after {
  border-top-color: #666;
  border-right-color: #666;
  transition: height .3s, width .3s .3s;
}
/*news*/
.contents #top_news .mar-style {
  padding-top: 40px;
  padding-bottom: 30px;
}
.contents #top_news .mar-style {
  padding-top: 40px;
  padding-bottom: 70px;
}
.contents #top_news .top_tit01 {
  color: #333;
}
#top_news dl {
  list-style: none;
  line-height: 1.5;
}
#top_news dt {
  width: 100%;
  color: #333;
  margin-bottom: 10px;
  font-size: 1.114rem;
  font-weight: bold;
	padding-right:10px;
}
#top_news dt span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
#top_news dd {
  margin-bottom: 30px;
}
#top_news dd p {
  width: 100%;
}
#top_news dd img {
  width: 80px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  float: right;
}
/*||||||　@media 769以上　||||||*/
@media screen and (min-width: 769px) {
  .contents #top_news .mar-style {
    padding-top: 95px;
    padding-bottom: 75px;
  }
  #top_news dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #top_news dt {
    width: 20%;
    margin-bottom: 0px;
  }
  #top_news dd {
    width: 80%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  #top_news dd p {
    width: calc(100% - 80px);
  }
  #top_news dd img {
    width: 80px;
    margin-left: 50px;
    margin-top: 0;
  }
}
/***** top page *****/

/*****about page*****/
#about {
  background-color: #000;
}
#about .contents {
  background-image: url("../../img/bellefare.jp/about/about_back06_sp.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 110px 0 80px;
  margin-bottom: 0;
	height:100%;
	min-height:1300px !important;
}
#about .contents .about_inner {
  color: #fff;
  max-width: 640px;
  padding: 0;
  width: 100%;
  margin: auto;
	text-align: center;
}
#about .tit01 {
  color: #957548;
	border-bottom: 2px solid #957548;
	margin-bottom: 15px;
}
#about h3 {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.2em;
	margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.286rem;
}
#about .about_inner p {
  margin: 0 -5px 0.5em;
  line-height: 2;
  text-align: center;
  font-size: 0.857rem;
  margin-bottom: 1.5em;
}
#about .about_inner .txtL p {
  text-align: left;
}
#about .about_inner p.note {
  font-size: 0.857em;
  text-align: right;
  margin-top: 20px;
}
#about ul.about_img {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
#about .about_img li {
  width: 32.8%
}
#about sup {
  font-size: 70%;
  vertical-align: super;
  display: inline-block;
  margin-right: 3px;
}
@media screen and (min-width:801px) {
  #about .contents {
    background-image: url("../../img/bellefare.jp/about/about_back06.jpg");
  }
  #about .about_inner {
    margin: auto;
    text-align: center;
  }
  #about h3 {
    font-size: 3.214em;
    margin-bottom: 67px;
  }
  #about .about_inner p {
    margin-bottom: 2em;
    line-height: 2.5;
    font-size: 1.143rem;
  }
  #about .about_inner p.note {
    margin-top: 0;
  }
}
/*****about page*****/

/*****item page*****/
#item input[type="submit"], #item input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#item input[type="submit"]::-webkit-search-decoration, #item input[type="button"]::-webkit-search-decoration {
  display: none;
}
#item input[type="submit"]::focus, #item input[type="button"]::focus {
  outline-offset: -2px;
}
/* 製品メイン画像と製品詳細 */
#item {
  background-color: #f9f9f4;
}
#item .main_img {
  margin-bottom: 60px;
  margin-top: 56px;
}
#item .item_img {
  text-align: center;
  margin-bottom: 60px;
}
#item .item_img img {
  width: auto;
  max-height: 200px;
}
#item .item_detail {
  margin-bottom: 40px;
  padding: 0 20px;
}
#item .item_detail p {
  font-size: 1.214em;
}
#item .item_detail h2 {
  font-size: 2em;
  line-height: 0.8;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-weight: normal;
  border-bottom: 1px solid #595757;
  padding-bottom: 40px;
  font-family: "Mincho", serif;
	height:109 !important;
}
#item .item_detail h2 span {
  font-size: 1rem;
  letter-spacing: 0em;
}
#item .item_detail h3 {
  font-size: 1.214rem;
  margin-bottom: 20px;
}
#item .item_detail dl {
  margin-top: 50px;
  font-size: 1.143rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 2.5;
}
#item .item_detail dt {
  width: 100px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#item .item_detail dt:nth-last-of-type(1), #item .item_detail dd:nth-last-of-type(1) {
  margin-top: 20px;
}
#item .item_detail dd {
  width: calc(100% - 100px);
}
#item .item_detail dd:last-child {
  display: flex;
  justify-content: space-between;
}
#item .item_detail dd span {
  font-size: 0.929rem;
}
#item .item_detail dd .num {
  width: 100px;
}
#item .num {
  overflow: hidden;
  width: 90%;
  text-align: center;
}
#item .num select {
  width: 100px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 5px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#item .num select::-ms-expand {
  display: none;
}
#item .num {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
#item .num::before {
  position: absolute;
  top: 1.2em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
#item .num:after {
  position: absolute;
  top: 0;

  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #bbbbbb;
}
#item .num select {
  padding: 4px 50px 8px 8px;
  color: #666666;
  font-size: 1.143rem;
}
#item .btn_order {
  background-color: #000;
  border: none;
  padding: 1px 20px;
  color: #fff;
  width: calc(100% - 120px);
  font-size: 1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "Sawarabi Mincho", serif;
}
/*||||||　@media 766以下　||||||*/
@media screen and (max-width: 766px) {
  #item .btn_order {
    height: 50px;
    margin-top: 10px;
    width: 100%;
  }

	#about .contents {
		min-height:1000px !important;
	}
#mypage .status{
	padding-top:80px important;
}

	#mypage .status_order_list dt:nth-last-of-type(2n), #mypage .status_order_list dd:nth-last-of-type(2n) {
	  font-size: 1.1rem !important;
	  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "Sawarabi Mincho", serif;
	  color: #000;
	  font-weight: bold;
		padding-right:20px !important;
	}

#mypage .status h2 {
  font-size: 1.2rem;
}

  #item .item_detail dd:last-child {
    display: block;
  }
}
/*||||||　@media 767以上　||||||*/
@media screen and (min-width: 767px) {
  #item .item_detail {
    padding: 0;
  }
  #item .item_detail h2 {
    font-size: 2.143rem;
    line-height: 1;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "Sawarabi Mincho", serif;
  }
  #item .item_detail h3 {
    font-size: 1.286rem;
  }
}
/*||||||　@media 767以上 1024以下　||||||*/
@media screen and (min-width:768px) and (max-width:1024px) {
  #item .item_detail_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  #item .item_img {
    width: 45%;
  }
  #item .item_img img {
    max-height: 500px;
  }
  #item .item_detail {
    width: 55%;
  }
}
/*||||||　@media 1025以上　||||||*/
@media screen and (min-width: 1025px) {
  #item .main_img {
    margin-bottom: 150px;
    margin-top: 0px;
  }
  #item .item_detail_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  #item .item_img {
    width: 40%;
    text-align: center;
  }
  #item .item_img img {
    max-height: 500px;
  }
  #item .item_detail {
    width: 52%;
    margin-bottom: 0px;
  }
}
/* 製品ポイント */
#item #point {
  margin-bottom: 100px;
  position: relative;
}
#item #point .point_bc_img {
  position: absolute;
  right: 0;
  width: 700px;
  bottom: 53px;
  z-index: -2;
}
#item .point_inner {
  padding: 40px 6% 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.60);
}
#item .point_inner h2 {
  color: #827654;
  font-size: 1.714rem;
  margin-bottom: 40px;
  text-align: center;
}
#item .point_inner p {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1rem;
}
#item .point_copy {
  font-size: 1.214em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  margin-left: -50px;
  margin-right: -50px;
}
#item .col_style01 {
  margin: 40px auto;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#item .point_inner dl {
  margin-bottom: 40px;
}
#item h3.point_tit_m {
  text-align: center;
  color: #fff;
  font-size: 1.143rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  display: inline-block;
  margin: 1.5em auto;
  padding: 7px 5px;
  width: 100%;
  background: #827654;
}
#item .col_style01 h3.point_tit_m {
  width: 100%;
}
#item .txt-c {
  text-align: center;
}
#item h3.point_tit_m:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #827654;
}
#item .point_tit_copy {
  text-align: center;
  color: #827654;
  margin-bottom: 20px;
}
#item .point02 .point_tit_copy {
  margin: 0 auto 40px;
}
#item .point_inner .col_wrap {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  margin: 40px auto;
}
#item .point_inner .col_wrap:first-of-type {
  margin: 40px auto 0;
}
#item #point ul {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  margin-bottom: 1em;
  font-size: 1rem;
}
#item .point_inner h4 {
  margin-bottom: 1em;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.071rem;
}
#item .point_inner .col_wrap.narrow .col2_01:last-child {
  width: 100%;
  text-align: center;
}
#item .point_inner.point02, #item .point_inner.point03 {
  padding: 70px 8% 70px;
}
#item sup {
  font-size: 70%;
  vertical-align: super;
  display: inline-block;
}
#item .note {
  font-size: 0.857em;
  text-align: right;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#item .point_inner .col_wrap .col2_01:last-child {
  text-align: center;
  padding: 20px 0;
}
#item .point_inner .col_wrap.s_size .col2_01:last-child {
  width: 116px;
  margin: auto;
}
#item .point_inner .col2_01 p {
  font-size: 0.857rem;
}
#item .point_inner .note {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 0.857em;
  margin: 0px auto 0px auto;
}
/*||||||　@media 767以上　||||||*/
@media screen and (min-width: 767px) {
  #item p.point_copy {
    font-size: 1.786em;
    margin: 0 auto 40px;
  }
  #item .point_inner {
    padding: 70px 7% 20px;
    margin-bottom: 20px;
  }
  #item .point_inner.point03 {
    padding-bottom: 70px;
  }
  #item .col_style01 {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
  }
  #item .col_style01 dl + dl {
    margin-left: 4%;
  }
  #item h3.point_tit_m {
    font-size: 1.000rem;
    width: 200px;
  }
  #item .point_inner .col_wrap {
    display: flex;
    justify-content: space-between;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
  #item .point_inner .col_wrap .col2_01:first-child {
    width: calc(100% - 220px);
  }
  #item .od_01 {
    order: 2;
  }
  #item .od_02 {
    order: 1;
  }
  #item .point_inner .col_wrap.narrow .col2_01:first-child {
    width: 65%;
  }
  #item .point_inner .col_wrap .col2_01:last-child {
    width: 200px;
    text-align: center;
    padding: 0;
  }
  #item .point_inner .col_wrap .col2_01:last-child img {
    width: 230px;
  }
  #item .point_inner .col_wrap.s_size .col2_01:first-child {
    width: calc(100% - 136px);
  }
}
/* 製品使用方法 */
#item .how_to h2 {
  margin-bottom: 50px;
  text-align: center;
}
#item .how_to p.how_to_p {
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  margin-bottom: 20px;
}
#item .how_to ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#item .chert li {
  width: 49%;
  margin-top: 20px;
}
#item .chert li h3 {
  text-align: center;
  margin: 20px auto 12px;
}
#item .chert li p {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#item .how_to p.how_to_p span {
  display: inline-block;
  padding: 5px;
  background-color: #827654;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 1.2;
  margin: 0 3px;
  text-align: center;
}
#item .how_to .col_style01 ul {
  display: block;
  padding-left: 1em;
}
#item .how_to .col_style01 dl {
  margin-top: 40px;
}
#item .how_to .col_style01 dt {
  margin-bottom: 30px;
  display: block;
}
#item .how_to .col_style01 dd li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  text-indent: -0.7em;
}
#item .how_to .col_style01 dd li span {
  display: inline-block;
  margin-bottom: -2px;
  padding-right: 0.7em;
}
#item .col_style02 {
  border-top: 1px solid #000;
  padding-bottom: 100px;
}
#item .col_style02 dt {
  font-size: 1.286rem;
  padding: 40px 30px 0 0;
  font-weight: bold;
}
#item .col_style02 dd{
  border-bottom: 1px solid #000;
  padding: 40px 0;
}
#item .col_style02 dd p {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  margin-bottom: 1em;
}
#item .col_style02 dd li {
  padding-left: 1.2em;
  margin-bottom: 10px;
  text-indent: -1.2em;
  font-size: 1.071em;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
 #item .col_style02 dd  {
  padding: 10px;
}
#item .col_style02 dd:first-of-type, #item .col_style02 dd:nth-of-type(2)  {
  border-bottom: 1px dotted #000;
}
@media screen and (min-width: 767px) {
  #item .how_to h2 {
    text-align: left;
  }
  #item .how_to p.how_to_p {
    text-align: left;
    margin-bottom: 30px;
  }
  #item .how_to .col_style01 ul {
    padding-left: 0;
  }
  #item .chert li {
    width: 13.5%;
    margin-top: 0;
  }
  #item .how_to .col_style01 dl {
    margin-top: 0;
    width: 30%;
  }
  #item .col_style02 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 160px;
  }
  #item .col_style02 dt {
    width: 150px;
    border-bottom: 1px solid #000;
  }
  #item .col_style02 dd {
    padding: 40px 0;
    width: calc(100% - 150px);
  }
  #item .col_style02 dd:first-of-type, #item .col_style02 dd:nth-of-type(2) {
    padding: 40px 0;
  }
  #item .col_style02 dt:first-child, #item .col_style02 dt:nth-of-type(2) {
    border-bottom: 1px dotted #000;
  }
  #item .chert li + li::before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 10px;
    height: 15px;
    background-image: url(../images/arrow_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: -15px;
    margin-top: 70px;
    position: absolute;
  }
}
/***** item page *****/

/***** my page *****/
#mypage .status {
  background-color: #f5f5f5;
  padding: 40px 0 20px;
}

#mypage .status_wrap {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 90%;
}
#mypage .status h3 {
  font-size: 1.286em;
  margin-bottom: 10px;
}
#mypage .status_block_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mypage .status_block_icon {
  width: 66px;
}
#mypage .status_detail {
  width: calc(100% - 90px);
}
#mypage .status_block {
  max-width: 600px;
  margin-bottom: 40px;
  width: 100%;
}
#mypage .status_block dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  font-family: 'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', Meiryo, ¥á¥¤¥ê¥ª, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #595757;
}
#mypage .status_block dt {
  width: 47%;
}
#mypage .status_block dd {
	font-size: 1.1em;
  width: 53%;
  text-align: right;
	padding-right:10px;
}
#mypage .status_order_list dt:nth-last-of-type(2n), #mypage .status_order_list dd:nth-last-of-type(2n) {
  font-size: 1.286rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "Sawarabi Mincho", serif;
  color: #000;
  font-weight: bold;
}
#mypage .status_order_list dt:nth-last-of-type(2n + 1), #mypage .status_order_list dd:nth-last-of-type(2n + 1) {
  margin-bottom: 10px;
}
#mypage .status_block ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #595757;
  list-style: disc;
  padding-left: 1em;
}
#mypage .contents .mar-style {
  padding-bottom: 40px;
}
#mypage .detail_wrap {
  margin: 30px auto;
  position: relative;
}
#mypage .detail_wrap span {
  display: block;
}
#mypage .tit_bar {
  height: 100px;
  display: flex;
  justify-content: space-between;
  background-color: #ddd7ca;
  align-items: center;
  padding: 0 40px;
  position: relative;
}
#mypage .tit_bar h2 {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 1.286em
}
#mypage .tit_bar h2 span {
  font-size: 0.714em;
  font-family: 'Futura', 'Lato', sans-serif;
  color: #999;
  font-weight: 400;
}
#mypage .tit_bar h2 span::before {
  content: "─";
  padding-right: 10px;
}
#mypage .tit_bar .close_btn {
  display: block;
  pointer-events: none;
}
#mypage .tit_bar .plus {
  width: 25px;
  height: 25px;
  display: block;
  cursor: context-menu;
  pointer-events: none;
  padding-top: 10px;
}
#mypage .tit_bar .plus::before, #mypage .plus::after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: #595757;
  pointer-events: none;
}
#mypage .tit_bar .plus::after {
  transform: rotate(90deg);
  transition: .2s ease-in-out;
}
#mypage .open .tit_bar .plus::after {
  transform: rotate(0deg);
  transition: .2s ease-in-out;
}
#mypage .open .detail_list dl {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.071em;
}
#mypage .detail_list {
  display: none;
}
#mypage .open .detail_list {
  display: block;
}
#mypage .open .detail_list.teiki {}
#mypage .open .detail_list.teiki div {
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
#mypage .open .detail_list.teiki div h3 span {
  font-size: 2.143rem;
}
#mypage .open .detail_list.teiki div img {
  height: 170px;
  width: auto;
  margin: 40px auto 20px;
  display: block;
}
#mypage .detail_list dl dt {
  padding: 20px 5px 0;
  font-weight: bold;
}
#mypage .detail_list dl dd {
  border-bottom: 1px #666 dotted;
  padding: 10px 10px 20px;
  position: relative;
}
#mypage #order.open .detail_list dl {
  margin-top: 80px;
}
#mypage #order.open .detail_list dt {
  background-color: #f6f6f6;
  border-bottom: none;
	width:100% !important;
}
#mypage #order.open .detail_list dd {
  border-bottom: solid 1px #999;
}
#mypage #order.open .detail_list dd, #mypage #order.open .detail_list dt {
  display: block;
  width: 100%;
  margin-right: 0;
  padding: 30px;
  font-weight: normal;
}
#mypage #order .detail_list li {
  display: inline-block;
  margin-right: 40px;
}
#mypage .touroku {
  position: relative;
  right: 0;
  bottom: 0;
}
@media screen and (min-width:801px) {
  #mypage .status h3 {
    margin-bottom: 20px;
  }
  #mypage .status_block {
    width: calc(50% - 50px);
    margin-bottom: 40px;
  }
  #mypage .detail_wrap {
    margin: 90px auto;
    position: relative;
  }
  #mypage .detail_wrap span {
    display: inline-block;
  }
  #mypage .tit_bar h2 span::before {
    content: "─";
    margin-left: 20px;
    padding-right: 10px;
  }
  #mypage .open .detail_list.teiki {
    display: flex;
	margin-bottom:60px;
	padding-bottom:60px;
  border-bottom: solid 1px #999;

  }
  #mypage .tit_bar h2 {
    font-size: 1.571em;
  }
  #mypage .tit_bar h2 span {
    font-size: 1.071rem;
  }
  #mypage .open .detail_list.teiki div {
    margin-right: 5%;
    width: 75%;
  }
  #mypage .open .detail_list dl {
    display: flex;
    flex-wrap: wrap;
  }
  #mypage .detail_list dl dt {
    padding: 20px 5px;
    border-bottom: 1px #666 dotted;
    width: 14%;
    margin-right: 2.0%;
    font-weight: normal;
  }
  #mypage .detail_list dl dd {
    width: 30%;
    padding: 20px 10px;
  }
  #mypage .detail_list dl dd:nth-last-of-type(2n + 1) {
    margin-right: 5%;
  }
  #mypage .detail_list dl dt.repert_address, #mypage .detail_list dl dd.repert_address {
    border-bottom: none;
  }
  #mypage .detail_list dl dd.repert_address span {
    position: absolute;
  }
  #mypage .touroku {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/*member_nav*/
#mypage .member_nav {
  width: 376px;
  padding: 13px 8px;
  background-color: rgba(255, 255, 255, 0.90);
  position: absolute;
  right: -100px;
  top: 20px;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mypage .member_nav li {
  width: 46%;
  align-items: center;
  color: #000;
  display: inline-block;
}
#mypage #top-head .member_nav a {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding: 0 15px;
}
#mypage #top-head .header-tools_wrap ul.header-tools .member_nav li img {
  height: auto;
  position: absolute;
}
#mypage #top-head .header-tools_wrap ul.header-tools .member_nav li img:last-child {
  opacity: 1;
  transition: .200s ease-in-out;
}
#mypage #top-head .header-tools_wrap ul.header-tools .member_nav a:hover img:last-child {
  opacity: 0;
}
#mypage #top-head .header-tools_wrap ul.header-tools .member_nav li span {
  position: relative;
  background-image: none;
  width: 30px;
  height: 40px;
}
#mypage .member_nav a:hover {
  background-color: rgba(151, 136, 99, 0.30)
}
/*btn*/
.btn02 {
  margin-top: 10px;
  padding: 6px 0 3px;
  background-color: #a49161;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.btn02:hover {
  color: #fff;
}
.btn02 span::after {
  content: ">";
  margin-left: 5px;
}
.btn03 {
  margin-top: 20px;
  padding: 10px 0 7px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #000;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 2px #000 solid;
  max-width: 215px;
}
@media screen and (min-width:801px) {
  .btn02 {
    margin-top: 20px;
  }
}

@media screen and (max-width:801px) {
  #top_about {
    top: 290px !important;
		z-index:0;
		}

}