/*-------------------------------------------------------------------------------------------*/
/* Mobile */
/*-------------------------------------------------------------------------------------------*/

/* info ------------------------------------------------------- */
.atten {
  margin: 12px 2% 12px 2%;
  padding: 4px 12px 10px 12px;
  border: 2px solid #fb2b2b;
  border-radius: 6px;
  background-color: #fff;
  color: #fb2b2b;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: center;
}

.atten p {
  margin-top: 6px;
}

.atten .atten_t  {
  color: #fb2b2b;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}

.atten .aten_big {
  display: inline-block;
  font-size: 1rem;
}

/* error ------------------------------------------------------ */
.jumbotron .error_msg {
  margin: 12px auto 0 auto;
  padding: 10px 12px;
  border: 2px solid #fb2b2b;
  border-radius: 6px;
  background-color: #fff;
}

.jumbotron .error_msg .aten_red {
  color: #fb2b2b;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}


/* contents_header --------------------------------------------------------------------------*/

/* jumbotron -------------------------------------------------- */
#contents_header .jumbotron {
  padding-top: 12px;
  padding-bottom: 30px;
  min-height: 550px;
  background: url(/bicycleshop/smilecycle/images/top/bg_jumbotron.jpg) no-repeat;
  background-size: cover;
  background-position: bottom 200px right -20px;
}

#contents_header .jumbotron h1 {
  margin: 0 auto;
  padding-top: 30px;
  width: 80%;
}

#contents_header .jumbotron h1 img {
  width: 100%;
}

/* Flexbox */
#contents_header .jumbotron .flexbox {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

#item_jt_01 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 2;
  margin-top: 5%;
  width: 100%;
}

#item_jt_01 img {
  width: 100%;
  max-width: 439px;
}

#item_jt_02 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 5% 0 0 5%;
  width: 40%;
}

#item_jt_02 img {
  width: 100%;
  max-width: 211px;
}

#item_jt_03 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
  margin: 5% 2% 0 2%;
  padding: 6px 6px;
  width: 100%;
  border-radius: 6px;
  background-color: rgb(247 250 108 / 46%);
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
}
#item_jt_03 span {
  display: inline-block;
}

#item_jt_04 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
  margin: 5% 2% 0 2%;
  padding: 6px 6px;
  width: 100%;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, .8);
  font-size: 0.8rem;
  font-weight: bold;
color: #000;
}

#item_jt_03 img {
  width: 90%;
}

#item_jt_04 span {
  display: inline-block;
}

.jumbotron .info_helmet {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  margin: 5% 2% 0 2%;
  padding: 6px 6px;
  border-radius: 6px;
  background-color: rgb(252 233 241 / 85%);
  color: #e2023e;
  font-size: .75rem;
  text-align: left;
}

#for_policyholder {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
  margin: 1% 2% 0 2%;
  padding: 6px 6px;
  width: 100%;
  border-radius: 6px;
  background-color: rgb(247 250 108 / 46%);
  font-size: 0.8rem;
  font-weight: bold;
}

#for_policyholder dl {
  color: #000;
}

#for_policyholder dt {
  font-weight: 700;
}

#for_policyholder dd {
  margin-top: .5em;
}

/* lead ------------------------------------------------------- */
#contents_header .lead {
  padding: 20px 0;
  background-color: #f2f5f1;
  font-family: 'NSJP';
  font-weight: 700;
  font-size: 0.85rem;
  text-align: center;
}

#contents_header .lead span {
  display: inline-block;
}

#contents_header .lead .contact {margin-top: 0;}

/* article_01 -------------------------------------------------------------------------------*/

/* header ----------------------------------------------------- */
#article_01 section {
  /* margin-bottom: 5%; */
  padding: 5% 0;
}

#article_01 h3 {
  padding: 2% 2% 2.2% 2%;
  width: 100%;
  border-radius: 60px;
  box-shadow:0px 5px 0px 0px rgba(131,131,131,0.3);
  color: #fff;
  font-size: 1rem;
  font-family: 'NSJP';
  font-weight: 700;
  text-align: center;
}

#article_01 .section_01 h3, #article_01 .section_03 h3 {
  background-color: #014d91;
}

#article_01 .section_02 h3 {
  background-color: #014d91;
}

/* section_01 ------------------------------------------------- */

/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (max-width: 700px) {
/*-------------------------------------------------------------------------------------------*/
#article_01 .section_01 .flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*-------------------------------------------------------------------------------------------*/
}
/*-------------------------------------------------------------------------------------------*/

#article_01 .section_01 {
  background: url(/bicycleshop/smilecycle/images/top/bg_stripe_01.png);
}

#article_01 .section_01 h4 {
  margin-top: 5%;
  padding: 0.5% 2% 1% 2%;
  border-radius: 6px 6px 0 0;
  background-color: #d66a04;
  color: #fff;
  font-size: 1rem;
  font-family: 'NSJP';
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2rem;
}

#article_01 .section_01 .img_ex {
  padding: 2% 0;
  background-color: #fff;
  text-align: center;
}

#article_01 .section_01 .img_ex img {
  width: 50%;
}

#article_01 .section_01 .amount_ex {
  padding: 3%;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  text-align: center;
}

#article_01 .section_01 .amount_ex img {
  width: 80%;
}

#article_01 .section_01 .amount_ex span {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
}

#article_01 .section_01 p {
  padding: 3% 3% 0 3%;
  background-color: #fff;
  font-size: 0.8rem;
}

#article_01 .section_01 .row:nth-of-type(2) p {
  margin-top: 5%;
  padding: 3% 5% 3% 5%;
  border-radius: 6px;
  font-size: 0.9rem;
}

#article_01 .section_01 p strong {
  color: #d4124c;
} 

#article_01 .section_01 p strong.underline {
  color: #d4124c;
}

#article_01 .section_01 {
  position: relative;
}

#article_01 .section_01 .info_helmet { 
  position: absolute; 
  top: 11%;
  right: 5%;
  padding: 6px !important;
  width: calc((100% - 12px * 4) / 3);
  border-radius: 6px;
  background-color: rgb(252 233 241 / 95%);
  color: #e2023e;
  font-size: .75rem;
  text-align: left;
  line-height: 1.1;
}

#article_01 .section_01 .info_helmet p {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* section_02 ------------------------------------------------- */
#article_01 .section_02 {
  background: url(/bicycleshop/smilecycle/images/top/bg_stripe_02.png);
}

#article_01 .section_02 .row {
  margin-top: 5%;
  padding: 3%;
  border-radius: 6px;
  background-color: #fff;
}

#article_01 .section_02 .lead {
  margin: 0 auto;
  padding: 2% 3%;
  border: 1px solid #0168be;
  border-radius: 4px;
  color: #0168be;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}

#article_01 .section_02 .lead .notes {
  margin-top: 1%;
  font-size: 0.75rem;
}

#article_01 .section_02 .img {
  margin-top: 5%;
}

#article_01 .section_02 .img img {
  width: 100%;
}

#article_01 .section_02 .img_operator {
  position: relative;
}

#article_01 .section_02 .img_operator img:nth-of-type(1) {
  /* width: 80%; */
}

#article_01 .section_02 .img_operator img:nth-of-type(2) {
  position: absolute;
  top: -80%;
  right: -6%;
  width: 20%;
  filter: drop-shadow(5px 5px 6px #8383833d);
}

/* section_03 ------------------------------------------------- */
#article_01 .section_03 {
  margin-bottom: 0px;
  background: url(/bicycleshop/smilecycle/images/top/bg_stripe_01.png);
}

#article_01 .section_03 .row img {
  width: 100%;
}

#article_01 .section_03 .img:nth-of-type(1) {
  margin-top: 6%;
}

#article_01 .section_03 .img:nth-of-type(2) {
  margin-top: 5%;
}

#article_01 .section_03 .img:nth-of-type(3) {
  margin-top: 2%;
}

/* article_02 -------------------------------------------------------------------------------*/

#article_02 {
  padding-bottom: 5%;
}

#article_02 .row {
  margin-top: 5%;
  padding: 3%;
  border-radius: 6px;
  background-color: #fff;
  tex-align: center;
}

#article_02 .row:first-child {
  text-align: center;
}

#article_02 .row:first-child img {
  max-width: 820px;
}

#article_02 h3 {
  color: #d4124c;
  font-size: 0.9rem;
  font-family: 'NSJP';
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1rem;
}

#article_02 h3:before {
  margin-right: 00rem;
  color: #d4124c;
  font-size: 1rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f05a";
}

#article_02 ol {
  padding: 3%;
  margin-left: 1rem;
  font-size: 0.8rem;
}

#article_02 ol li {
  line-height: 1.45;
  list-style-type: none;
}

#article_02 ol li:before {
  margin-left: -1rem;
}

#article_02 ol li:nth-of-type(1):before {
  content: "\02460";
}

#article_02 ol li:nth-of-type(2):before {
  content: "\02461";
}

#article_02 ol li:nth-of-type(3):before {
  content: "\02462";
}

#article_02 ol li:nth-of-type(4):before {
  content: "\02463";
}

#article_02 ol li:nth-of-type(5):before {
  content: "\02464";
}

#article_02 ol li:nth-of-type(6):before {
  content: "\02465";
}

#article_02 .img {
  position: relative;
  padding-bottom: 3%;
}

#article_02 .img img:nth-of-type(1) {
  position: absolute;
  top: 4%;
  left: 3%;
  width: 25%;
  filter: drop-shadow(5px 5px 6px #8383833d);
}

#article_02 .img img:nth-of-type(2) {
  margin-top: 3%;
  width: 100%;
}

#article_02 p {
  margin: 6px 0 0 0;
  padding: 0 2% 0 3%;
  font-size: 0.8rem;
  line-height: 1.45;
}

#article_02 p strong {
  display: inline-block;
  margin-left: 0.2rem;
  color: #d84221;
  font-size: 1.1rem;
}

/* article_03 -------------------------------------------------------------------------------*/

#article_03 {
  padding-bottom: 5%;
}

/* section_01 ------------------------------------------------- */

#article_03 h3 {
  position: relative;
  margin-top: 5%;
  padding: 1.4% 2% 1.6% 2%;
  border-radius: 6px 6px 0 0;
  background-color: #6aa832;
  color: #fff;
  font-size: 1rem;
  font-family: 'NSJP';
  font-weight: 700;
  text-align: center;
}

#article_03 h3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #6aa832 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  z-index: 100;
}

#article_03 h3 span {
  display: inline-block;
}

#article_03 h3 strong {
  color: #fdff39;
  font-weight: 900;
}

#article_03 h3 span:first-child {
  font-size: 0.95rem;
}

#article_03 .row {
  padding: 3% 2%;
  border-radius: 0 0 6px 6px;
  font-size: 0.8rem;
}

/* section_01 ------------------------------------------------- */
#article_03 .section_01 .row {
  flex-flow: row wrap;
  position: relative;
  padding: 8% 2% 45% 2%;
  background: #fff url(/assets/img/chara/img_bicycle.png) center 120% no-repeat;
  background-size: 45%;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}

#article_03 .section_01 {
  position: relative;
}

#article_03 .section_01 .notes {
  margin-top: 3%;
  font-size: 0.75rem;
  line-height: 1.5;
}
#article_03 .section_01 #item_03_01 {
  flex-basis: 100%;
}
#article_03 .section_01 #item_03_01 p:nth-of-type(2) {
  margin-top: 16px;
}

#article_03 .section_01 .info_helmet {
  margin-top: 24px;
  padding: 6px !important;
  flex-basis: 100%;
  border-radius: 6px;
  background-color: rgb(252 233 241 / 85%);
  color: #e2023e;
  font-size: .75rem;
  text-align: left;
  line-height: 1.1;
  z-index: 10;
}

#article_03 .section_01 .info_helmet p {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* section_02 ------------------------------------------------- */
#article_03 .section_02 .row {
  padding: 3% 2% 25% 2%;
  background: #fff url(/assets/img/chara/img_family.png) center 112% no-repeat;
  background-size: 35%;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}

#article_03 .section_02 h4 {
  margin-top: 1rem;
  color: #d4124c;
  font-size: 0.9rem;
  font-family: 'NSJP';
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1rem;
}

#article_03 .section_02 h4:before {
  margin-right: 00rem;
  color: #d4124c;
  font-size: 0.95rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f05a";
}

#article_03 .section_02 dt {
  margin-top: 0.5rem;
  color: #014d91;
  font-size: 0.85rem;
  font-family: 'NSJP';
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1rem;
}

#article_03 .section_02 dt:before {
  margin-right: 0.5rem;
  color: #014d91;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
}

#article_03 .section_02 dd {
  margin-top: 0.3rem;
  font-size: 0.8rem;
}

/* section_03 ------------------------------------------------- */
#article_03 .section_03 .row {
  padding: 8% 2% 45% 2%;
  background: #fff url(/assets/img/chara/img_credit.png) center bottom no-repeat;
  background-size: 40%;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}

#article_03 .section_03 .notes {
  margin-top: 3%;
  font-size: 0.75rem;
  line-height: 1.5;
}


/* article_04 -------------------------------------------------------------------------------*/
#article_04 {
  padding-bottom: 5%;
}

/* header ----------------------------------------------------- */
#article_04 section {
  margin-top: 10px;
  padding: 3% 0;
}

#article_04 h3 {
  padding: 2% 2% 2.2% 2%;
  width: 100%;
  border-radius: 60px;
  box-shadow:0px 5px 0px 0px rgba(131,131,131,0.3);
  background-color: #d4124c;
  color: #fff;
  font-size: 1rem;
  font-family: 'NSJP';
  font-weight: 700;
  text-align: center;
}

#article_04 .row {
    margin-top: 5%;
    padding: 3%;
    border-radius: 6px;
    background-color: #fff;
}

#article_04 p {
  margin-top: 3%;
  font-size: 0.8rem;
  line-height: 1.45;
}

/* section_01 ------------------------------------------------- */
#article_04 .lead .img {
  margin-top: 2%;
}

#article_04 .lead p {
  margin-top: 5%;
  font-size: 0.8rem;
  font-family: 'NSJP';
  font-weight: 700;
}

#article_04 iframe {
  margin-top: 5%;
  width: 100%;
  height: 250px;
  border: 1px solid #ccc;
  overflow-y: scroll;
}

#article_04 .notes {
  font-size: 0.75rem;
  line-height: 1.5;
}

/* section_02 ------------------------------------------------- */
#article_04 .section_02 .row {
    padding: 0 0 5% 0;
}

#article_04 .section_02 h4 {
  padding: 2%;
  border-radius: 6px 6px 0 0;
  background-color: #dae3e7;
  color: #014d91;
  font-size: 0.9rem;
  font-family: 'NSJP';
  font-weight: 900;
  text-align: center;
}

#article_04 .section_02 .idLogin {
  margin: 5% auto 0 auto;
  width: 98%;
}

#article_04 .section_02 .idLogin th {
  width: 30%;
}

#article_04 .section_02 .idLogin th span {
  display: block;
  margin: 6px 12px 0 2%;
  padding: 6px 10px;
  width: auto;
  border: 3px solid #ecf7fd;
  border-radius: 4px;
  background-color: #ecf7fd;
  color: #014d91;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 1px;
}

#article_04 .section_02 .idLogin td {
  width: 70%;
  font-size: 1.6rem;
}

@media (max-width: 400px) {
  #article_04 .section_02 .idLogin th {
    display: block;
    width: 100%;
  }

  #article_04 .section_02 .idLogin td {
    display: block;
     margin-top: 3%;
    width: 100%;
    text-align: center;
  }

}

#article_04 .inp_1,
#article_04 .inp_2 {
  margin-top: 6px;
  padding: 5px;
  width: 100px;
  font-size: 1.2rem;
  border: 3px solid #d2d2d2;
  border-radius: 4px;
}

#article_04 .inp_1 {
  width: 140px;
}

#article_04 .txt_check {
  margin-top: 3%;
  font-size: 0.8rem;
  font-family: 'NSJP';
  font-weight: 700;
  text-align: center;
}

#article_04 .bntBox {
  margin-top: 0px;
}

#article_04 .order_login div {
  margin-top: 5%;
  text-align: center;
}

#article_04 .order_login div:first-child {
  margin-top: 0;
}

#article_04 .order_login .note {
  margin: 0 auto;
  width: 96%;
  text-align: left;
}

/* content_footer ---------------------------------------------------------------------------*/
#contents_footer {
  padding-bottom: 5%;
  background-color: #d8effd;
}

#contents_footer .row > div {
  margin-top: 5%;
  padding: 3% 2% 5% 2%;
  background-color: #fff;
}

#contents_footer h2 {
  color: #0168be;
  font-size: 0.9rem;
  font-family: 'NSJP';
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1rem;
}

#contents_footer h2:before {
  margin-right: 0.5rem;
  color: #0168be;
  font-size: 1rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

#contents_footer #item_06_01 h2:before {
  font-size: 1.2rem;
  content: "\f059";
}

#contents_footer #item_06_02 h2:before {
  content: "\f108";
}

#contents_footer #item_06_03 h2:before {
  content: "\f095";
}

#contents_footer p {
  color: #4d4d4d;
  text-align: center;
}

#contents_footer p a {
  color: #4d4d4d;
  text-decoration: none;
}

#contents_footer #item_06_01 p:nth-of-type(1),
#contents_footer #item_06_02 p:nth-of-type(1) {
  margin-top: 3%;
  font-size: 0.8rem;
}

#contents_footer #item_06_03 p:nth-of-type(1) {
  margin-top: 3%;
  font-size: 2rem;
  font-weight: bold;
}

#contents_footer #item_06_03 p:nth-of-type(2) {
  margin-top: 3%;
  font-size: 0.75rem;
}

#contents_footer #item_06_03 p:nth-of-type(2) span {
  display: inline-block;
}

#contents_footer #item_06_04 p:nth-of-type(1),
#contents_footer #item_06_05 p:nth-of-type(1) {
  margin-top: 3%;
  font-size: 0.8rem;
}

#contents_footer div div {
  margin-top: 5%;
  text-align: center;
}

#contents_footer div div .btn_base {
  width: 100%
}





/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (min-width: 481px) {
/*-------------------------------------------------------------------------------------------*/

/* info ------------------------------------------------------- */
.atten {
  margin: 12px 2% 12px 2%;
  padding: 4px 24px 10px 24px;
  border: 2px solid #fb2b2b;
  border-radius: 6px;
  background-color: #fff;
  color: #fb2b2b;
  font-size: 0.85rem;
  line-height: 1.4;
}

.atten p {
  margin-top: 6px;
}

.atten .atten_t  {
  color: #fb2b2b;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}

.atten .aten_big {
  display: inline-block;
  font-size: 1rem;
}

/* error ------------------------------------------------------ */
.jumbotron .error_msg {
  text-align: center;
}

/* contents_header --------------------------------------------------------------------------*/

#item_jt_02 {
  position: relative;
  top: 0px;
  /* left: 5%; */
  width: 100%;
  max-width: 220px;
}

/* lead ------------------------------------------------------- */
#contents_header .lead {
  background: url(/bicycleshop/smilecycle/images/top/bg_lead.png) #F2F5F1 no-repeat 5% bottom;
  padding: 42px 0;
  font-size: 1rem;
  line-height: 1.65;
}

#contents_header .lead .flexbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* article_01 -------------------------------------------------------------------------------*/

/* header ----------------------------------------------------- */

#article_01 section {
  margin-bottom: 30px;
  padding: 30px 0;
}

#article_01 section:last-child {
  margin-bottom: 0;
}

#article_01 h3 {
  margin: 0 auto;
  padding: 12px;
}

#article_01 h3 span {
  display: block;
  margin: 0 auto;
  background-position: 50% 50%;
  color: transparent;
  text-align: center;
  text-indent: -9999px;
  background-size: 100% auto;
}

#article_01 .section_01 h3 {
  max-width: calc(419px + 60px);
}

#article_01 .section_01 h3 span {
  width: 100%;
  max-width: calc(419px + 0px);
  background-image: url(/bicycleshop/smilecycle/images/top/head_section_0101.png);
}

#article_01 .section_02 h3 {
  max-width: calc(489px + 60px);
}

#article_01 .section_02 h3 span {
  width: 100%;
  max-width: calc(489px + 0px);
  background-image: url(/bicycleshop/smilecycle/images/top/head_section_0102.png);
}

#article_01 .section_03 h3 {
  max-width: calc(208px + 60px);
}

#article_01 .section_03 h3 span {
  width: 100%;
  max-width: calc(208px + 0px);
  background-image: url(/bicycleshop/smilecycle/images/top/head_section_0103.png);
}

/* section_01 ------------------------------------------------- */
/*
#article_01 .section_01 h4 {
  margin-top: 24px;
  padding: 1px 0 3px 0;
}

#article_01 .section_01 .img_ex {
  padding: 0;
}

#article_01 .section_01 .img_ex img {
  width: 100%;
}

#article_01 .section_01 .amount_ex {
  padding: 0 15px 15px 15px;
}

#article_01 .section_01 .amount_ex img {
  width: 100%;
}

#article_01 .section_01 p {
  padding: 15px;
}

#article_01 .section_01 .flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  max-width: 900px;
}

#article_01 .section_01 .flexbox .item {
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  width: 30%;
}

#item_01_01 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

#item_01_02 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}

#item_01_03 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7;
}

#item_01_04 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10;
}

#item_01_05 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 15px;
}

#item_01_06 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
  margin-left: 15px;
}

#item_01_07 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8;
  margin-left: 15px;
}

#item_01_08 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11;
  margin-left: 15px;
}

#item_01_09 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  margin-left: 15px;
}

#item_01_10 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6;
  margin-left: 15px;
}

#item_01_11 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9;
  margin-left: 15px;
}

#item_01_12 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 12;
  order: 12;
  margin-left: 15px;
}

#article_01 .section_01 .row:nth-of-type(2) p {
  position: relative;
  margin: 15px auto 0 auto;
  max-width: 900px;
  padding: 20px 30px 20px 100px;
  border-radius: 6px;
  color: #5f5f5f;
  font-size: 1rem;
  font-weight: bold;
}

#article_01 .section_01 .row:nth-of-type(2) p:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -1.5rem;
  padding-right: 1rem;
  color: #ff77a0;
  font-size: 3rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f06a";  
}
*/
/* section_02 ------------------------------------------------- */

#article_01 .section_02 .row {
  margin-top: 24px;
  padding: 3%;
  border-radius: 6px;
  background-color: #fff;
}


#article_01 .section_02 .lead {
  margin: 0 auto;
  padding: 2% 3%;
  max-width: 780px;
  border: 1px solid #0168be;
  border-radius: 6px;
  font-size: 1rem;
}

#article_01 .section_02 .lead .notes {
  margin-top: 10px;
  font-size: 0.8rem;
}

#article_01 .section_02 .img {
  margin-top: 20px;
  text-align: center;
}

#article_01 .section_02 .img img {
  max-width: 673px;
}

#article_01 .section_02 .img_operator {
  margin: 20px auto 0 auto;
  max-width: 826px;
  text-align: left;
}

#article_01 .section_02 .img_operator img:nth-of-type(2) {
  right: 0;
  /* top: -40%; */
  width: 18%;
}

/* section_03 ------------------------------------------------- */

#article_01 .section_03 {
  padding-bottom: 2%;
}

#article_01 .section_03 .img:nth-of-type(1) {
  margin: 42px auto 0 auto;
  max-width: 718px;
  text-align: center;
}

#article_01 .section_03 .img:nth-of-type(2),
#article_01 .section_03 .img:nth-of-type(3) {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

#article_01 .section_03 .img:nth-of-type(2) {
  margin-top: 20px;
}

#article_01 .section_03 .img:nth-of-type(3) {
  margin-top: 15px;
}

/* article_02 -------------------------------------------------------------------------------*/
#article_02 {
  padding-bottom: 5%;
}

/* section_01 ------------------------------------------------- */

#article_02 .flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 4% 3% 4%;
  width: 100%;
  max-width: 900px;
}

#article_02 .row:nth-of-type(2) {
  margin-top: 3%;
  padding: 2% 0 2% 2%;
  border-radius: 6px;
  background-color: #fff;
}


#article_02 .basic, #article_02 .extensive {
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  width: 47%;
  max-width: 440px;
}

#article_02 .extensive {
  margin-left: 2%;
}

#article_02 .flexbox img {
  width: 100%;
}

#article_02 p {
  font-size: 0.8rem;
}

#article_02 .extensive p {
  margin-left: 30%;
}

#article_02 #item_03_01 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

#article_02 #item_03_02 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}

#article_02 #item_03_03 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
}

#article_02 #item_03_05 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

#article_02 #item_03_06 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}

#article_02 #item_03_07 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6;
}

#article_02 h3 {
  padding: 0 3%;
  font-size: 1.1rem;
  text-align: left;
}

#article_02 ol {
  padding: 1% 3% 0 3%;
}

/* article_03 -------------------------------------------------------------------------------*/
#article_03 {
  padding-bottom: 2%;
}

/* section_01 ------------------------------------------------- */

#article_03 h3 {
  margin-top: 3%;
  padding: 0;
  tex-align: center;
}

#article_03 .section_01 h3 {
  max-width: 100%;
}

#article_03 h3 div {
  display: block;
  margin: 0 auto;
  padding: 2% 3%;
  background-position: 50% 50%;
  color: transparent;
  text-align: left;
  text-indent: -9999px;
  background-size: 100% auto;
}

#article_03 .section_01 h3 div {
  background-image: url(/bicycleshop/smilecycle/images/top/head_section_0301.png);
}

#article_03 .section_02 h3 div {
  background-image: url(/bicycleshop/smilecycle/images/top/head_section_0302.png);
}

#article_03 .section_03 h3 div {
  background-image: url(/bicycleshop/smilecycle/images/top/head_section_0303.png);
}


#article_03 h3 img {
   width: 100%;
   max-width: 900px;
}

#article_03 .section_01 .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 4% 35% 4% 2%;
  position: relative;
  min-height: 160px;
  background: #fff;
  background-size: 20%;
  font-size: 1.1rem;
  padding: 3% 30% 15% 2%;
  background: #fff url(/assets/img/chara/img_bicycle.png) 95% 120% no-repeat;
  background-size: 25%;
  font-size: 1.1rem;
}

/*
#article_03 .section_01 .row:after {
  position: absolute;
  content: " ";
  top: -40px;
  right: 0;
  width: 200px;
  height: 200px;
  background: url(/assets/img/chara/img_bicycle.png) no-repeat 80% 100%;
  background-size: 70%;
}
*/


/* section_02 ------------------------------------------------- */
#article_03 .section_02 .row {
  padding: 3% 2% 32% 2%;
  background: #fff url(/assets/img/chara/img_family.png) center bottom no-repeat;
  background-size: 50%;
  /* text-align: left; */
  font-size: 1rem;
}

#article_03 .section_02 h4 {
  text-align: center;
}

#article_03 .section_02 dt {
  text-align: center;
}

#article_03 #item_04_01 {
  -webkit-box-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-top: 0;
  width: 100%;
}

#article_03 #item_04_01 img {
  width: 100%;
}

#article_03 #item_04_02 {
  -webkit-box-flex: 4 1;
  -ms-flex: 4 1;
  flex: 4 1;
  margin: 0 0 0 6%;
}

#article_03 #item_04_02 p {
  margin-top: 1rem;
  font-size: 1rem;
}

#article_03 #item_04_02 p:nth-of-type(1) {
  margin-top: 0;
}

#article_03 .section_03 .row {
  padding: 3% 30% 15% 2%;
  background: #fff url(/assets/img/chara/img_credit.png) 95% bottom no-repeat;
  background-size: 26%;
  font-size: 1.1rem;
}

/* section_02 ------------------------------------------------- */
#article_03 .section_02 .row {
  padding: 3% 2% 25% 2%;
  background: #fff url(/assets/img/chara/img_family.png) center 120% no-repeat;
  background-size: 35%;
}

#article_03 .section_02 p {
  margin-top: 1rem;
  font-size: 1.1rem;
}

#article_03 .section_02 .notes {
  margin-top: 1rem;
}

/* section_03 ------------------------------------------------- */
#article_03 .section_03 p {
  margin-top: 1rem;
  font-size: 1.1rem;
}

/* article_04 -------------------------------------------------------------------------------*/

/* section_01 ------------------------------------------------- */
#article_04 {
  padding-bottom: 3%;
}

#article_04 .section_01 {
  margin-top: 30px;
  padding: 0;
}

#article_04 .row {
  margin-top: 20px;
  padding: 3%;
  border-radius: 6px;
  background-color: #fff;
}

#article_04 .section_01 .row {
  display: relative;
  margin-top: -25px;
}

#article_04 .section_01 h3 {
  position: relative;
  z-index: 100;
}

#article_04 > .row img {
  width: 100%;
}

#article_04 .lead .img {
  margin: 40px auto 0 auto;
  max-width: 588px;
}

#article_04 .lead p {
  background: #fff url(/bicycleshop/smilecycle/images/top/img_section_0401_02.png) center bottom no-repeat;
  text-align: center;
  text-indent: -9999px;
  background-size: contain;
  max-width: 557px;
  margin: 20px auto 0 auto;
}

#article_04 .txt_check {
  margin-top: 20px;
  font-size: 0.9rem;
  font-family: 'NSJP';
  font-weight: 700;
  text-align: center;
}

#article_04 .order_login div {
  margin-top: 20px;
}

#article_04 .flexbox div:nth-of-type(1) {
  flex-basis :60%;
  margin-right: 5%;
}

#article_04 .flexbox div:nth-of-type(2) {
  flex-basis :30%;
  text-align:right;
}

#article_04 h3 {
  margin: 0 auto;
  text-align: center;
}

#article_04 h3 span {
  display: block;
  margin: 0 auto;
  background-position: 50% 50%;
  color: transparent;
  text-align: center;
  text-indent: -9999px;
  background-size: 100% auto;
}

#article_04 .section_01 h3 {
  max-width: calc(352px + 120px);
}

#article_04 .section_01 h3 span {
  width: 100%;
  max-width: calc(352px + 0px);
  background-image: url(/bicycleshop/smilecycle/images/top/head_section_0401.png);
}

#article_04 .section_02 h3 {
  max-width: calc(352px + 120px);
}

#article_04 .section_02 h3 span {
  width: 100%;
  max-width: calc(352px + 0px);
  background-image: url(/bicycleshop/smilecycle/images/top/head_section_0402.png);
}

#article_04 .order_login .note {
  margin: 0 auto 0 4%;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
}

#article_04 iframe {
  margin-top: 10px;
}

#article_04 p.notes {
  margin-top: 10px;
  text-align: right;
}

#article_04 .section_02 .idLogin {
  margin: 20px auto 0 auto;
  width: 400px;
}

.btn_wrap {
  margin: 0 auto;
  max-width: 395px;
}

/* content_footer ---------------------------------------------------------------------------*/
#contents_footer {
  padding-bottom: 3%;
  background-color: #d8effd;
}

#contents_footer .flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#contents_footer .row > div {
  margin: 2% 0 0 2%;
  padding: 1.5% 2% 1.5% 2%;
  background-color: #fff;
}

#contents_footer div div {
  margin-top: 2%;
}

#contents_footer #item_06_01 {
  margin-left: 0;
  width: calc(96% / 3);
}

#contents_footer #item_06_02 {
  width: calc(96% / 3);
}

#contents_footer #item_06_03 {
  width: calc(96% / 3);
}

#contents_footer #item_06_04 {
  margin-left: 0;
  width: calc(98% / 2);
}

#contents_footer #item_06_05 {
  width: calc(98% / 2);
}

#contents_footer #item_06_03 p:nth-of-type(1) {
  margin-top: 6%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

#contents_footer #item_06_03 p:nth-of-type(1) span {
  display: inline-block;
}

#contents_footer #item_06_04 p:nth-of-type(1), #contents_footer #item_06_05 p:nth-of-type(1) {
  margin-top: 1.5%;
}

/*-------------------------------------------------------------------------------------------*/
}
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (min-width: 701px) {
/*-------------------------------------------------------------------------------------------*/

/* section_01 ------------------------------------------------- */
#article_01 .section_01 h4 {
  margin-top: 24px;
  padding: 1px 0 3px 0;
}

#article_01 .section_01 .img_ex {
  padding: 0;
}

#article_01 .section_01 .img_ex img {
  width: 100%;
}

#article_01 .section_01 .amount_ex {
  padding: 0 15px 15px 15px;
}

#article_01 .section_01 .amount_ex img {
  width: 100%;
}

#article_01 .section_01 p {
  padding: 15px;
}

#article_01 .section_01 .flexbox {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  max-width: 900px;
}

#article_01 .section_01 .flexbox .item {
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  width: 30%;
}

#item_01_01 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

#item_01_02 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}

#item_01_03 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7;
}

#item_01_04 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10;
}

#item_01_05 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 15px;
}

#item_01_06 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
  margin-left: 15px;
}

#item_01_07 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8;
  margin-left: 15px;
}

#item_01_08 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11;
  margin-left: 15px;
}

#item_01_09 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  margin-left: 15px;
}

#item_01_10 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6;
  margin-left: 15px;
}

#item_01_11 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9;
  margin-left: 15px;
}

#item_01_12 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 12;
  order: 12;
  margin-left: 15px;
}

#article_01 .section_01 .row:nth-of-type(2) p {
  position: relative;
  margin: 15px auto 0 auto;
  max-width: 900px;
  padding: 20px 30px 20px 100px;
  border-radius: 6px;
  color: #5f5f5f;
  font-size: 1rem;
  font-weight: bold;
}

#article_01 .section_01 .row:nth-of-type(2) p:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -1.5rem;
  padding-right: 1rem;
  color: #ff77a0;
  font-size: 3rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f06a";  
}

#article_01 .section_01 .info_helmet {
  position: absolute; 
  top: 25%;
  left: -10px;
  padding: 6px !important;
  width: 20%;
  border-radius: 6px;
  background-color: rgb(252 233 241 / 85%);
  color: #e2023e;
  font-size: .75rem;
  text-align: left;
  line-height: 1.1;
}



/*-------------------------------------------------------------------------------------------*/
}
/*-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (min-width: 861px) {
/*-------------------------------------------------------------------------------------------*/

/* error ------------------------------------------------------ */
.jumbotron .error_msg {
  margin: 12px auto 0 auto;
  padding: 20px;
  max-width: 860px;
}

/* contents_header --------------------------------------------------------------------------*/

/* jumbotron -------------------------------------------------- */
#contents_header .jumbotron {
  min-height: 500px;
  background-position: 70% 70%;
}

#contents_header .jumbotron h1 {
  margin: 0 auto;
  padding-top: 56px;
  max-width: 532px;
}

/* Flexbox */
#contents_header .jumbotron .flexbox {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

#item_jt_01 {
  margin: 50px auto 0 auto;
  max-width: 439px;
}

#item_jt_01 img {
  width: 100%;
}

#item_jt_02 {
  position: absolute;
  top: -70px;
  left: -20px;
  width: 100%;
  max-width: 211px;
}

#item_jt_03 {
  padding: 6px 12px; 
  width: 750px;
  margin: 36px auto 0 auto;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, .8);
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
}
#item_jt_04 {
  width: 750px;
  margin: 12px auto 0 auto;
}
.jumbotron .info_helmet {
  width: 750px;
  margin: 12px auto 0 auto;
  font-size: .8rem;
  text-align: center;
}

/* lead ------------------------------------------------------- */
#contents_header .lead .flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

#contents_header .lead .flexbox > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#contents_header .lead .contact {
  margin-top: 0;
  width: 350px;
  /* text-align: right; */
}



#article_03 .section_02 .row div {
  padding-left: 40%;
}

#article_03 .section_01 .row {
  padding: 3% 30% 10% 2%;
  background: #fff;
  background-size: 20%;
  font-size: 1.1rem;
  background: #fff url(/assets/img/chara/img_bicycle.png) 95% 40% no-repeat;
  background-size: 22%;
  font-size: 1.1rem;
}
/*
#article_03 .section_01 .row:after {
  position: absolute;
  content: " ";
  top: -40px;
  right: 0;
  width: 200px;
  height: 200px;
  background: url(/assets/img/chara/img_bicycle.png) no-repeat 0% 150%;
  background-size: 90%;
}
*/

#article_03 .section_02 .row {
  padding: 3% 2% 3% 20%;
  background: #fff url(/assets/img/chara/img_family.png) 10% 30% no-repeat;
  background-size: 35%;
}

#article_03 .section_02 h4 {
  text-align: left;
}

#article_03 .section_02 dt {
  text-align: left;
}

#article_03 .section_03 .row {
  padding: 5% 30% 6% 2%;
  background: #fff url(/assets/img/chara/img_credit.png) 95% bottom no-repeat;
  background-size: 20%;
  font-size: 1rem;
}

.btn_wrap {
  margin: 0 auto;
  max-width: 395px;
}

/* section_01 ------------------------------------------------- */

#article_02 .row {
  margin-top: 5%;
  padding: 3%;
  border-radius: 6px;
  background-color: #fff;
}

#article_03 h3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #6aa832 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  z-index: 100;
}

  #article_03 .section_01 .info_helmet {
  position: absolute;
  top: 11px;
  right: 14%;
  padding: 6px !important;
  width: 25%;
  border-radius: 6px;
  background-color: rgb(252 233 241 / 85%);
  color: #e2023e;
  font-size: .75rem;
  text-align: left;
  line-height: 1.1;
  z-index: 10;
}

#article_03 .section_01 .info_helmet p {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
/*-------------------------------------------------------------------------------------------*/
}
/*-------------------------------------------------------------------------------------------*/