/* html5doctor.com Reset Stylesheet v1.6.1*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

ol, ul, li {list-style: none;}

img {vertical-align: top;}


/*=================================================
===================================================
  Base Common
===================================================
===================================================*/
body {
  font-family: Meiryo, メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body p { line-height: 1.7;}
.sp-on {display: none;}
.sp-off {display: block;}

@media only screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    padding-top: 56px;
  }
  .sp-on {display: block;}
  .sp-off {display: none;}

  #main {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 320px) {
  body {padding-top: 52px;}
}


/*========== Header ==========*/
#header {
  border-top: #1558a0 6px solid;
  padding: 25px 0;
}
#header .header-logo {margin-bottom: 20px;}

#gnav ul li {
  float: left;
  width: 16.666%;
  text-align: center;
}
#gnav ul li a {
  color: #000000;
  display: block;
  padding: 8px 0;
  border-left: #cecece 1px solid;
}
#gnav ul li a:hover {color: #878787;}
#gnav ul li:last-child a {border-right: #cecece 1px solid;}

@media only screen and (max-width: 768px) {
  #header {
    border-top: #1558a0 3px solid;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #ffffff;
    width: 100%;    
  }
  #header .wrap-content {
    position: relative;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  #header .header-logo {margin-bottom: 0;}
  #header .header-logo img {height: 34px;}

  #header #btn-gnav {
    width: 30px;
    min-height: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
    display: block;
    padding: 6px;
  }
  #header #btn-gnav span {
    display: block;
    background: #005bac;
    height: 2px;
    width: 30px;
    position: absolute;
    transition: all 0.1s;
  }
  #header #btn-gnav span:nth-child(1){top: 12px;}
  #header #btn-gnav span:nth-child(2){top: 20px;}
  #header #btn-gnav span:nth-child(3){top: 20px;}
  #header #btn-gnav span:nth-child(4){top: 28px;}

  #header #btn-gnav.active span:nth-child(2) {
    transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
    transition: all 0.4s;
    top: 20px;
  }
  #header #btn-gnav.active span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.4s;
    top: 20px;
  }
  #header #btn-gnav.active span:nth-child(1), 
  #header #btn-gnav.active span:nth-child(4) {
    opacity: 0;
  }

  #gnav {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(30,119,198,.9);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.6s linear;
  }
  #gnav.active {
    visibility: visible;
    opacity: 1;
  }
  #gnav ul li {
    float: none;
    width: 100%;
    text-align: left;
  }
  #gnav ul li a {
    color: #ffffff;
    display: block;
    padding: 20px;
    border-left: none;
    border-bottom: 1px solid #519ee1;
  }
  #gnav ul li a:hover {color: #ffffff;}
  #gnav ul li a:after {
    content: "";
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-top: 2px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
  }
  #gnav ul li:last-child a {border-right: none;}

  #gnav .gnav-last {padding: 20px;}
  #gnav .gnav-last a {
    color: #ffffff;
    margin-right: 15px;
  }
  #gnav .gnav-last a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 320px) {
  #header .header-logo img {height: 29px;}
}


/*========== Footer ==========*/
#footer {margin-top: 70px; position: relative;}
#footer .footer-link {background: #1558a0;}
#footer .footer-link ul {text-align: center;}
#footer .footer-link ul li {
  display: inline-block;
  padding: 12px 0;
  margin:0 -0.8em 0 0.4em;
}
#footer .footer-link ul li a {
  color: #ffffff;
  padding: 0 6px;
  display: block;
  border-left: 1px solid #ffffff; 
}
#footer .footer-link ul li:last-child a {border-right: 1px solid #ffffff; }

#footer .footer-address {
  background: #f6f6f6;
  text-align: center;
  padding: 32px 0;
}
#footer .footer-address .footer-address_contact {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 10px;
}

#footer .footer-infor {
  background: #ececec;
  padding-top: 35px;
}
#footer .footer-infor .infor_inner {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
#footer .footer-infor .footer-infor_logo {float: left;}
#footer .footer-infor .footer-infor_list {
  max-width: 740px;
  float: right;
  font-size: 0.825rem;
}
#footer .footer-infor .footer-infor_list dt {
  color: #005aab;
  margin-top: 10px;
  font-weight: bold;
}
#footer .footer-infor .footer-infor_list dd ul li {
  display: inline-block;
  margin: 10px 3px 0 0;
}
#footer .footer-infor .footer-infor_list dd ul li a {color: #000000;}
#footer .footer-infor .footer-infor_list dd ul li a:hover {opacity: 0.6;}
#footer .footer-infor .footer-infor_copy {
  border-top: 1px solid #000000;
  padding: 8px 0;
  margin-top: 40px;
  text-align: center;
  font-size: 0.75rem;
}

#btn-top {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 150px;
  right: 25px;
  border-radius: 50% 50%;
  background: rgba(255,255,255,.7);
  text-align: center;
  box-shadow: 1px 0px 6px rgba(0,0,0,.3);
  display: none;
}
#btn-top:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 25px auto -10px;
  border-left: 2px solid #1558a0;
  border-bottom: 2px solid #1558a0;
  transform: rotate(135deg);
}
#btn-top span {color: #1558a0}
#btn-top:hover {
  cursor: pointer;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  /*========== Footer ==========*/
  #footer .footer-link ul li a {font-size: 0.75rem;}

  #footer .footer-address {padding: 20px 0;}
  #footer .footer-address img {width: 70%;}
  #footer .footer-address .footer-address_contact {font-size: 0.75rem;}

  #footer .footer-infor {padding: 15px 0;}
  #footer .footer-infor .footer-infor_list {
    max-width: 100%;
    float: none;
    font-size: 0.75rem;
    padding: 0 15px;
  }
  #footer .footer-infor .footer-infor_list dt {margin-bottom: 10px;}
  
  #footer .footer-infor .footer-infor_list dd ul li a {font-size: 0.75rem;}
  
  #footer .footer-infor .footer-infor_copy {
    font-size: 0.625rem;
    margin-top: 25px;
  }

  #btn-top {
    font-size: 0.75rem;
    width: 46px;
    height: 46px;
    bottom: 70px;
    right: 13px;
  }
  #btn-top:before {
    width: 12px;
    height: 12px;
    margin: 13px auto -5px;
    border-left: 1px solid #1558a0;
    border-bottom: 1px solid #1558a0;
  }
}

/*========== sub visual ==========*/
#sub-visual {text-align: center;}
#sub-visual img {width: 100%;}


/*========== breadcrumd ==========*/
.breadcrumd {padding: 15px 0;}
.breadcrumd li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumd li:after {
  content: "/";
  padding-left: 10px;
}
.breadcrumd li:last-child:after {content: "";}
.breadcrumd li a {color: #000000;}
.breadcrumd li a:hover {color: #49a1d3;}
@media only screen and (max-width: 768px) {
  .breadcrumd {display: none;} 
}


/*=================================================
  Base layout Module
=================================================*/
.wrap-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto
}

/*========= heading =========*/
.hdg-main {padding: 55px 0 35px;}
.hdg02-01 {
  text-align: center;
  margin-bottom: 35px;
}

/*========= text =========*/
.txt-lead {margin-bottom: 50px;}
.txt-note {font-size: 0.875rem;}

/*========= button =========*/
.btn-01 {
  display: block;
  width: 100%;
  max-width: 280px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  color: #000000;
  background: #ffffff;
}
.btn-01:hover {
  background: #000000;
  color: #ffffff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

/*========= table =========*/
.tbl-01 {width: 100%;}
.tbl-01 tr th, .tbl-01 tr td {
  text-align: left;
  line-height: 1.7;
  padding: 22px 0;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.tbl-01 tr th {width: 22%;}
.tbl-01 tr td {width: 78%;}

/*========= list =========*/
.list-img01 {margin-top: 20px;}
.list-img01 li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.list-link01 {margin-top: 24px;}
.list-link01 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.list-link01 li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico_link01.png) no-repeat left top;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.list-link01 li a {color: #1558a0;}
.list-link01 li a:hover {text-decoration: underline;}

@media only screen and (max-width: 768px) {
  /*========= button =========*/
  .btn-01 {
    max-width: 100%;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 17px 0;
  }

  /*========= heading =========*/
  .hdg-main {
    padding: 30px 0 15px;
    text-align: center;
  }
  .hdg-main img {height: 54px;}

  /*========= text =========*/
  .txt-lead {margin-bottom: 20px;}
  .txt-note {font-size: 0.75rem;}

  /*========= list =========*/
  .list-img01 {margin-top: 10px;}
  .list-img01 li {
    margin-right: 3px;
    width: 30%;
  }
  .list-img01 li img {width: 100%;}

  /*========= table =========*/
  .tbl-01 {border-bottom: 1px solid #b5b5b5;}
  .tbl-01 tr {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #b5b5b5;
  }
  .tbl-01 tr th, .tbl-01 tr td {
    width: 100%;
    border: none;
    display: block; 
    padding: 0;
  }
  .tbl-01 tr th {
    padding-bottom: 5px;
  }
}



/*=================================================
  Top Pages layout
=================================================*/
/*========= visual =========*/
#visual {
  margin-bottom: 50px;
  position: relative;
}
#visual > span img {width: 100%;}
#visual .visual-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#visual .visual-inner_text {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: right;
  position: relative;
  display: block;
}
#visual .visual-inner_text img {
  position: absolute;
  top: 43%;
  right: 0;
}

/*========= service =========*/
#sec-service {margin-bottom: 80px;}
.blk-service {
  display: inline-block;
  width: 100%;
}
.blk-service .items {
  width: 50%;
  float: left;
}
.blk-service .items .items-img {position: relative;}
.blk-service .items .items-img .items-img_text {
  position: absolute;
  top: 110px;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.blk-service .items .items-img .items-img_frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 270px;
}
.blk-service .items .items-img .items-img_frame img {
  width: 100%;
  text-align: center;
  transition: 0.5s all;
}
.blk-service .items .items-img a:hover .items-img_frame img {
  transform: scale(1.10, 1.10);
  transition: 0.4s;
}
.blk-service .items .items-content {
  padding: 40px 70px 35px;
  color: #ffffff;
  text-align: center;
}
.blk-service .items .items-content.orange {
  background: rgba(251,127,70,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(251,127,70,1) 0%, rgba(251,127,70,1) 51%, rgba(230,104,50,1) 89%, rgba(230,104,50,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(251,127,70,1)), color-stop(51%, rgba(251,127,70,1)), color-stop(89%, rgba(230,104,50,1)), color-stop(100%, rgba(230,104,50,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(251,127,70,1) 0%, rgba(251,127,70,1) 51%, rgba(230,104,50,1) 89%, rgba(230,104,50,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(251,127,70,1) 0%, rgba(251,127,70,1) 51%, rgba(230,104,50,1) 89%, rgba(230,104,50,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(251,127,70,1) 0%, rgba(251,127,70,1) 51%, rgba(230,104,50,1) 89%, rgba(230,104,50,1) 100%);
  background: radial-gradient(ellipse at center, rgba(251,127,70,1) 0%, rgba(251,127,70,1) 51%, rgba(230,104,50,1) 89%, rgba(230,104,50,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7f46', endColorstr='#e66832', GradientType=1 );
}
.blk-service .items .items-content.blue {
  background: rgba(95,164,214,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(95,164,214,1) 0%, rgba(95,164,214,1) 51%, rgba(62,141,193,1) 87%, rgba(61,140,192,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(95,164,214,1)), color-stop(51%, rgba(95,164,214,1)), color-stop(87%, rgba(62,141,193,1)), color-stop(100%, rgba(61,140,192,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(95,164,214,1) 0%, rgba(95,164,214,1) 51%, rgba(62,141,193,1) 87%, rgba(61,140,192,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(95,164,214,1) 0%, rgba(95,164,214,1) 51%, rgba(62,141,193,1) 87%, rgba(61,140,192,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(95,164,214,1) 0%, rgba(95,164,214,1) 51%, rgba(62,141,193,1) 87%, rgba(61,140,192,1) 100%);
  background: radial-gradient(ellipse at center, rgba(95,164,214,1) 0%, rgba(95,164,214,1) 51%, rgba(62,141,193,1) 87%, rgba(61,140,192,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa4d6', endColorstr='#3d8cc0', GradientType=1 );
}
.blk-service .items .items-content .items-content_title {margin-bottom: 25px;}
.blk-service .items .items-content p {
  text-align: justify;
  margin-bottom: 22px;
}

/*========= FAQ =========*/
#sec-faq {
  position: relative;
  background: rgba(221,230,235,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(221,230,235,1) 0%, rgba(219,228,234,1) 51%, rgba(195,212,221,1) 87%, rgba(195,212,221,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(221,230,235,1)), color-stop(51%, rgba(219,228,234,1)), color-stop(87%, rgba(195,212,221,1)), color-stop(100%, rgba(195,212,221,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(221,230,235,1) 0%, rgba(219,228,234,1) 51%, rgba(195,212,221,1) 87%, rgba(195,212,221,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(221,230,235,1) 0%, rgba(219,228,234,1) 51%, rgba(195,212,221,1) 87%, rgba(195,212,221,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(221,230,235,1) 0%, rgba(219,228,234,1) 51%, rgba(195,212,221,1) 87%, rgba(195,212,221,1) 100%);
  background: radial-gradient(ellipse at center, rgba(221,230,235,1) 0%, rgba(219,228,234,1) 51%, rgba(195,212,221,1) 87%, rgba(195,212,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde6eb', endColorstr='#c3d4dd', GradientType=1 );
}
#sec-faq .faq-inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.blk-qa {
  width: 50%;
  float: left;
}
.blk-qa .items {
  width: 480px;
  float: right;
  padding: 65px 50px 5px;
  box-sizing: border-box;
}
.blk-qa .items .items-title {
  text-align: center;
  margin-bottom: 27px;
}
.blk-qa .items p {margin-bottom: 30px;}
.blk-faq {
  width: 50%;
  float: right;
}
.blk-faq > img {width: 100%;}

@media only screen and (max-width: 768px) {
  /*========= visual =========*/
  #visual {margin-bottom: 25px;}

  /*========= service =========*/
  #sec-service {margin-bottom: 40px;}
  #sec-service .hdg02-01 img {height: 44px;}
  .blk-service {display: block;}
  .blk-service .items {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .blk-service .items .items-content {
    padding: 25px;
    color: #ffffff;
    text-align: center;
  }  
  .blk-service .items .items-content .items-content_title {margin-bottom: 15px;}
  .blk-service .items .items-content .items-content_title img {height: 28px;}
  .blk-service .items .items-content p {
    text-align: justify;
    margin-bottom: 22px;
  }

  /*========= FAQ =========*/
  #sec-faq {max-width: 100%;}
  .blk-qa {
    width: 100%;
    float: none;
  }
  .blk-qa .items {
    width: 100%;
    float: none;
    padding: 25px;
    box-sizing: border-box;
  }
  .blk-qa .items .items-title {
    text-align: center;
    margin-bottom: 15px;
  }
  .blk-qa .items p {margin-bottom: 30px;}
  .blk-faq {
    width: 100%;
    float: none;
  }
}



/*=================================================
  Q and A layout
=================================================*/
.sec-qa {
  margin-bottom: 100px;
  border-bottom: 1px solid #b5b5b5;
}
.sec-qa_title {
  font-size: 1.5rem;
  font-weight: normal;
  border-left: 6px solid #49a1d3;
  padding: 10px 16px;
  margin: 25px 0 28px;
}
.sec-qa_list dt {
  line-height: 1.8;
  border-top: 1px solid #b5b5b5;
  font-weight: bold;
  color: #1558a0;
  padding: 20px 60px 20px 68px;
  position: relative;
  background: url(../img/ico_q.png) no-repeat left 14px;
  background-size:  50px 40px;
}

.sec-qa_list dt i {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  top: 21px;
  right: 24px;
}
.sec-qa_list dt i:after,
.sec-qa_list dt i:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #1558a0;
  position: absolute;
  top: 12px;
  left: 0;
  text-align: center;
}
.sec-qa_list dt i:after {
  transform: rotate(-450deg);
  -webkit-transform: rotate(-450deg);
  transition: 0.4s all;
}
.sec-qa_list dt.active i:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.4s all;
}
.sec-qa_list dt:hover {cursor: pointer;}

.sec-qa_list dd {
  line-height: 1.6;
  display: none;
}
.sec-qa_list dd .answer_title {
  background: url(../img/ico_a.png) no-repeat left top;
  background-size: 50px 40px;
  margin-bottom: 17px;
  line-height: 1.8;
  padding: 0 0 25px 66px;
}




@media only screen and (max-width: 768px) {
  .sec-qa {margin-bottom: 50px;}
  .sec-qa_title {
    font-size: 1.25rem;
    font-weight: normal;
    border-left: 3px solid #49a1d3;
    padding: 6px 10px;
    margin: 15px 0;
  }
  .sec-qa_list dt {
    padding: 12px 30px 12px 36px;
    background: url(../img/ico_q.png) no-repeat left 10px;
    background-size: 30px 25px;
    line-height: 1.5;
  }

  .sec-qa_list dt i {
    width: 14px;
    height: 14px;
    top: 10px;
    right: 5px;
  }
  .sec-qa_list dt i:after,
  .sec-qa_list dt i:before {
    width: 14px;
    height: 2px;
    top: 12px;
  }

  .sec-qa_list dd {
    line-height: 1.6;
    display: none;
  }
  .sec-qa_list dd .answer_title {
    background: url(../img/ico_a.png) no-repeat left top;
    background-size: 30px 25px;
    margin-bottom: 5px;
    padding: 0 0 15px 36px;
  }
}



/*=================================================
  About layout
===================================================*/
.sec-map {margin: 70px 0 100px;}
.sec-map .sec-map_title {
  font-size: 1.625rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.img-iso, .img-jp {margin-top: 10px;}
.sec-map .sec-map_embeb iframe {height: 400px;}
@media only screen and (max-width: 768px) {
  .sec-map .sec-map_title {font-size: 1.25rem;}
  .sec-map .sec-map_embeb iframe {height: 250px;}
  .img-iso img {height: 50px;}
  .img-jp img {height: 40px;}
}


/*=================================================
  privacy layout
=================================================*/
.sec-pp {
  margin-bottom: 100px;
 /* border-bottom: 1px solid #b5b5b5;*/
}
.sec-pp_title {
  font-size: 1.5rem;
  font-weight: normal;
  border-left: 6px solid #49a1d3;
  padding: 10px 16px;
  margin: 25px 0 28px;
	
}

#p_list {
	line-height: 1.8em;
	margin: 20px 30px;
}

#p_list li {
/*	list-style-type: initial;*/
list-style-type: decimal;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left:0.5em;
	
}

#p_list_2 li {
/*	list-style-type: initial;*/
list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left:0.5em;
	
}

#p_list_3 li {
/*	list-style-type: initial;*/
list-style-type: disc;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left:0.5em;
	
}


.right {
	text-align: right;
	font-size: 90%;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 2em;
}


@media only screen and (max-width: 768px) {
  .sec-pp {margin-bottom: 50px;}
  .sec-pp_title {
    font-size: 1.25rem;
    font-weight: normal;
    border-left: 3px solid #49a1d3;
    padding: 6px 10px;
    margin: 15px 0;
  }

}

/*=================================================
  Helper  styles
===================================================*/
.cfx:after {
  content: "";
  display: block;
  clear: both;
  line-height: 0;
  font-size: 0;
}
