@charset "utf-8";
/* title */
.titlebar_underline {
  font-size: 25px;
  font-size: 25rem;
  line-height: 1.2 !important;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px;
  border-bottom-color: #8c8b8b;
  border-bottom-style: solid;
}
.titlebar_gray {
  margin: 15px 0px 20px;
  padding: 10px 0px;
  text-align: left;
  background-color: #E3E3E3;
}
.gray_img {
  float: left;
}
.titlebar_gray p {
  margin-left: 60px;
  margin-right: 5px;
}
.titlebar_gray img {
  display: block;
  width: 50px; /*vertical-align: bottom;*/
}
.titlebar_black {
  font-size: 18px;
  font-size: 18rem;
  line-height: 1.2 !important;
  padding: 15px 10px;
  text-align: left;
  background-color: #3d3c42;
  margin: 35px 0px 20px;
  color: #ffffff;
}
/* note */
.note {
  margin: 10px 20px;
  padding: 10px;
  border: 2px solid #CCCCCC;
  background-color: #f8f8f8;
}
.note_y {
  padding: 10px;
  background-color: #FCFCE2;
}
.note_g {
  padding: 10px;
  background-color: #F7f7f7;
}
@media (max-width: 480px) {
  .note {
    margin: 5px 5px;
    padding: 5px;
    border: 2px solid #CCCCCC;
    background-color: #f8f8f8;
  }
  ol {
    margin: 0 0 0 2em;
    padding: 0px;
  }
}
/*note*/
/* page top */
.pagetop {
  margin: 5px;
  padding: 0px;
  font-size: 13px;
  font-size: 13rem;
  line-height: 1.6;
  text-align: right;
  clear: both;
}
/* page top */
/* left30_right65 */
.ofh {
  overflow: hidden;
}
.con_left_30 {
  float: left;
  width: 100%;
  margin: 5px 0px 0px 10px;
}
.con_left_30 img {
  width: 300px;
  height: auto;
}
@media (max-width: 480px) {
  .con_left_30 img {
    width: 240px;
    height: auto;
  }
}
/* left30_right65 */
/* attach */
.att {
  width: 35%;
  border: thin solid #7F7F7F;
  float: left;
}
/* attach */
/* attach ml10px */
.att_ml {
  width: 35%;
  border: thin solid #7F7F7F;
  float: left;
  margin-left: 10px;
}
/* attach ml10px */
/* attach text */
.att_text {
  text-align: center;
  height: 50px;
}
@media (max-width: 400px) {
  .att_text {
    text-align: center;
    height: 65px;
  }
}
/* attach text */
/*text-indent*/
.text_ind_step_2b {
  margin-left: 1.5em;
  text-indent: -1.4em;
}
.text_ind_step_1b {
  margin-left: 1.2em;
  text-indent: -1.1em;
}
.text_ind2em_2b {
  margin-left: 2em;
  text-indent: -2em;
}
.text_ind2em_1b {
  margin-left: 2em;
  text-indent: -1.5em;
}
.text_ind_h3_2b {
  padding-left: 2em;
  text-indent: -1.4em;
}
.text_ind_h3_1b {
  padding-left: 2em;
  text-indent: -1em;
}
.text_ind_step_title {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.text_ind_sub {
  margin-left: 5em;
  text-indent: -5em;
}
.text_ind_step2 {
  margin-left: 0.7em;
  text-indent: -1.2em;
}
.text_ind12em {
  margin-left: 1.5em;
  text-indent: -1.2em;
}
.text_indem {
  margin-left: 1.5em;
  text-indent: -2.2em;
}
.text_indem_2 {
  text-indent: -1.5em;
}
/* text-indent*/
/*===========================================
	iframe
=============================================*/
@media screen and (max-width: 490px) {
  div.if_area {
    width: 332px;
    height: 270px;
    overflow: hidden;
  }
  iframe {
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    max-width: none;
    left: -41px;
    top: -20px;
    position: relative;
  }
}
@media screen and (max-width: 430px) {
  div.if_area {
    width: 100%;
    height: 230px;
  }
  iframe {
    -moz-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    left: -62px;
    top: -40px;
  }
}
@media screen and (max-width: 330px) {
  div.if_area {
    height: 200px;
  }
  iframe {
    -moz-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    left: -80px;
    top: -50px;
  }
}
/*===========================================
	iframe
=============================================*/