/* タグの装飾 */

.om_guide .t_contents {
  margin-bottom: 30px;
  padding-left: 60px;
}

.om_guide .t_contents li {
  padding: 5px 0 !important;
}

.deco1 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ee7b1a;
  font-size: 16px;
  font-weight: 600;
}

.deco1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ee7b1a;
}


/** Page **/

.webp .information {
  background: url("/oc-content/themes/flatter/images/postadsp_bg.webp") repeat center;
}

.no-webp .information {
  background: url("/oc-content/themes/flatter/images/postadsp_bg.jpg") repeat center;
}

div.top-link {
  padding: 15px;
}

div.top-rlink, div.top-glink, div.top-clink {
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

div.top-rlink .top-linkimg, div.top-glink .top-linkimg, div.top-clink .top-linkimg {
  display: block;
  margin: 0;
  border-radius: 0;
  height: 0;
  padding-top: 45%;
  background-size: contain !important;
}

div.top-rlink .top-linkimg {
  background: url(/oc-content/themes/flatter/images/top_regist.png) center top no-repeat;
  margin: 0 auto;
}

div.top-glink .top-linkimg {
  background: url(/oc-content/themes/flatter/images/top_guide.png) center top no-repeat;
  margin: 0 auto;
}

div.top-clink .top-linkimg {
  background: url(/oc-content/themes/flatter/images/top_contact.png) center top no-repeat;
  margin: 0 auto;
}

div.top-rlink .top-linkdesk, div.top-glink .top-linkdesk, div.top-clink .top-linkdesk {
  display: block;
  padding: 0 10px 20px;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  line-height: 2.6rem;
}

@media (min-width:280px) and (max-width:480px) {
  div.top-clink, div.top-glink, div.top-rlink {
    display: table;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .2)
  }
  div.top-clink .top-linkimg, div.top-glink .top-linkimg, div.top-rlink .top-linkimg {
    display: table-cell;
    margin: 0;
    border-radius: 0;
    width: 35%;
    height: 100%;
    padding-top: 0!important;
    background-size: contain!important
  }
  div.top-clink .top-linkdesk, div.top-glink .top-linkdesk, div.top-rlink .top-linkdesk {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    height: 100%;
    padding: 15px 10px;
    color: #fff!important;
    text-align: left;
    font-weight: 600;
    line-height: 160%
  }
  div.top-rlink .top-linkimg {
    background: url(/oc-content/themes/flatter/images/top_regist.png) center center no-repeat
  }
  div.top-glink .top-linkimg {
    background: url(/oc-content/themes/flatter/images/top_guide.png) center center no-repeat
  }
  div.top-clink .top-linkimg {
    background: url(/oc-content/themes/flatter/images/top_contact.png) center center no-repeat
  }
}

@media (min-width:481px) and (max-width:768px) {
  div.top-clink, div.top-glink, div.top-rlink {
    display: table;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .2)
  }
  div.top-clink .top-linkimg, div.top-glink .top-linkimg, div.top-rlink .top-linkimg {
    display: table-cell;
    margin: 0;
    border-radius: 0;
    width: 35%;
    height: 100%;
    padding-top: 0!important;
    background-size: contain!important
  }
  div.top-clink .top-linkdesk, div.top-glink .top-linkdesk, div.top-rlink .top-linkdesk {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    height: 100%;
    padding: 15px 10px;
    color: #fff!important;
    text-align: left;
    font-weight: 600;
    line-height: 160%
  }
  div.top-rlink .top-linkimg {
    background: url(/oc-content/themes/flatter/images/top_regist.png) center center no-repeat
  }
  div.top-glink .top-linkimg {
    background: url(/oc-content/themes/flatter/images/top_guide.png) center center no-repeat
  }
  div.top-clink .top-linkimg {
    background: url(/oc-content/themes/flatter/images/top_contact.png) center center no-repeat
  }
}

@media (min-width:1041px) {
  div.top-clink .top-linkimg, div.top-glink .top-linkimg, div.top-rlink .top-linkimg {
    width: 160px;
    margin-top: 40px
  }
  div.top-link {
    padding: 50px;
  }
}


/** End Page **/


/* */

@media screen and (max-width: 600px) {
  .gray {
    height: 450px!important;
  }
  .orange {
    height: 715px!important;
  }
  #gray2 {
    height: 580px!important;
  }
  .guideMarketStep .step {
    width: 45%!important;
  }
}


/* */


/* */

.guideTitle {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #ded5ce;
  background-color: #f4f2f0;
  font-weight: 700;
  font-size: 18px;
}

.guideTextarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid gray;
  border-radius: 0;
}

.guideContentMain p, .guideContentMain ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent
}

.guideContentMain ul {
  list-style: none
}

@charset "UTF-8";
.guideContent {
  font-size: 14px;
  line-height: 22px;
}

.guideContentDetail {
  position: relative;
  padding: 40px 40px 60px
}

.guideContentMain {
  width: 100%
}

.guideContentMainPart .firstTitle {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #ded5ce;
  background-color: #f4f2f0;
  font-weight: 700;
  font-size: 18px
}

.guideContentMainPart .firstTitle.first {
  margin-top: 0
}

.guideMarketStep {
  position: relative
}

.guideMarketStep a {
  color: #333;
  text-decoration: underline
}

.guideMarketStep .step {
  position: relative;
  z-index: 10;
  width: 48%
}

.guideMarketStep .step .head {
  margin-bottom: 10px;
  font-weight: 700
}

.guideMarketStep .step .head p {
  line-height: 32px
}

.guideMarketStep .step .box {
  position: relative;
  background-color: #f9f7f5;
  margin-bottom: 20px
}

.guideMarketStep .step .box .boxHeader {
  padding: 6px 10px;
  color: #fff
}

.guideMarketStep .step .box .content {
  padding: 6px 10px
}

.guideMarketStep .step .box:after {
  content: "";
  position: absolute;
  top: 8px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}

.guideMarketStep .step.sellerStep {
  float: left
}

.guideMarketStep .step.sellerStep .head {
  color: #8ec31f
}

.guideMarketStep .step.sellerStep .head img {
  float: left;
  margin-right: 10px
}

.guideMarketStep .step.sellerStep .boxHeader {
  background-color: #8ec31f
}

.guideMarketStep .step.sellerStep .box {
  border: 1px solid #8ec31f
}

.guideMarketStep .step.sellerStep .box:after {
  right: -16px;
  border-right: 8px solid transparent;
  border-left: 8px solid #8ec31f
}

.guideMarketStep .step.buyerStep {
  float: right
}

.guideMarketStep .step.buyerStep .head {
  color: #28a7e1;
  text-align: right
}

.guideMarketStep .step.buyerStep .head img {
  float: right;
  margin-left: 10px
}

.guideMarketStep .step.buyerStep .boxHeader {
  background-color: #28a7e1
}

.guideMarketStep .step.buyerStep .box {
  border: 1px solid #28a7e1
}

.guideMarketStep .step.buyerStep .box:after {
  left: -16px;
  border-left: 8px solid transparent;
  border-right: 8px solid #28a7e1
}

.guideMarketStep .step .box.modi_option {
  background-color: transparent;
  border: 0
}

.guideMarketStep .step .box.modi_option .boxHeader {
  background-color: #fca000
}

.guideMarketStep .step.sellerStep .box.modi_option:after {
  border-left: 8px solid #fca000
}

.guideMarketStep .step.buyerStep .box.modi_option:after {
  border-right: 8px solid #fca000
}

.guideMarketStep>.centerLine {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0
}

.guideMarketStep>.centerLine>.gray {
  background-color: #bcada2;
  margin: 0 auto;
  width: 13px
}

.guideMarketStep>.centerLine>.orange {
  background-color: #fca000;
  margin: 0 auto;
  width: 13px
}


/* */

#pg-22-1>.panel-row-style, #pg-22-2>.panel-row-style, #pg-22-4>.panel-row-style {
  padding: 0% 20% 0% 20%;
}

.panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.innerBox img {
  max-width: 100%;
  height: auto;
}

.pricecards {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}

.pricecard {
  flex: 0 0 33%;
  text-align: center;
  border: 1px solid #eee;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin: 0 auto 3em;
}

.pricecard h3 {
  background: #a2bc10;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.pricecard.premium {
  border: 3px solid #06c7ea;
  padding-bottom: 3rem
}

.pricecard.premium h3 {
  background: #06c7ea;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.pricecard h4 {
  font-size: 100%;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.pricecard.premium h4 {
  padding: 20px;
}

.pricecard p {
  margin: 0;
  padding: 1rem;
  text-align: left;
}

.pricecard a {
  padding: 10px 40px;
  background: #fb5859;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  #pg-22-0.panel-no-style, #pg-22-0.panel-has-style>.panel-row-style, #pg-22-1.panel-no-style, #pg-22-1.panel-has-style>.panel-row-style, #pg-22-2.panel-no-style, #pg-22-2.panel-has-style>.panel-row-style, #pg-22-3.panel-no-style, #pg-22-3.panel-has-style>.panel-row-style, #pg-22-4.panel-no-style, #pg-22-4.panel-has-style>.panel-row-style, #pg-22-5.panel-no-style, #pg-22-5.panel-has-style>.panel-row-style, #pg-22-6.panel-no-style, #pg-22-6.panel-has-style>.panel-row-style {
    -webkit-flex-direction: column;
  }
  .profile_card, .pricecards, .profile_cards {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .pricecard, .card_photo {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
  }
  .pricecard.premium {
    order: 1;
    -webkit-order: 1;
  }
}