/* 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;}


#contact_front_btn {
	width: 40%;
	margin: 25px auto;
}


@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;
    padding-bottom: 12px;
  }
  #gnav.active {
    visibility: visible;
    opacity: 1;
  }
  #gnav ul {margin-bottom: 14px;}
  #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: 8px 20px;}
  #gnav .gnav-last a {
    color: #ffffff;
    margin-right: 10px;
  }
  #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;
  padding: 10px;
}
#footer .footer-link ul {text-align: center;}
#footer .footer-link ul li {
  display: inline-block;
  padding: 4px 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-link ul li a:hover {
  opacity: 0.8;
}

#footer .footer-address {
  text-align: left;
  padding: 30px 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
#footer .footer-address .footer-address_left {
  text-align: center;
  margin: 0 auto;
}
#footer .footer-address .footer-address_right {
  position: absolute;
  right: 0;
  top: 30px;
}
#footer .footer-address .footer-address_contact {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 10px;
}
#footer .footer-infor {
  background: #ececec;
}
#footer .footer-infor .footer-infor_copy {
  border-top: 1px solid #000000;
  padding: 8px 0;
  text-align: center;
  font-size: 0.75rem;
}
#footer .footer-logo {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
#footer .footer-logo .footer-logo_link {
  display: block;
}
#footer .footer-logo .footer-logo_img {
  width: 119.08px;
}

#btn-top {
  position: fixed;
  z-index: 10;
  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 {padding: 8px 0;}
  #footer .footer-link ul li a {font-size: 0.75rem;}
  #footer .footer-link ul li.bd-r a {border-right: 1px solid #ffffff;}

  #footer .footer-address {
    padding: 15px;
    box-sizing: border-box;
  }
  #footer .footer-address .footer-address_left {
    padding-top: 0;
    width: 85%;
    text-align: left;
    margin: 0;
  }
  #footer .footer-address .footer-address_left > p {
    display: block;
    vertical-align: top;
    margin-right: 0;
  }
  #footer .footer-address .footer-address_right {
    width: 15%;
    text-align: right;
    top: 20px;
    right: 15px;
  }
  #footer .footer-address img {width: 90%;}
  #footer .footer-address .footer-address_contact {
    font-size: 0.75rem;
    margin-top: 5px;
  }
  #footer .footer-infor {
    background: #ececec;
    width: 100%;
    margin: 0 auto;
  }
  #footer .footer-infor .footer-infor_copy {
    border-top: 1px solid #000000;
    padding: 8px 0;
    text-align: center;
    font-size: 0.75rem;
  }
  #footer .footer-logo {
    padding: 20px 0;
  }
  #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
}

/*====== youtube ======*/
.youtube-content {
  position:relative;
  width: 100%;
  max-width: 960px;
}
.youtube-content::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-content iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*========= 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;}
.font-red {color: #ff0000;}
.font-red2 {
  color: #ff0000;
  font-size: 1.5rem;
  font-weight: bold;
}


/*========= 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 #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.tbl-01 tr th {width: 20%;}
.tbl-01 tr td {width: 80%;}

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

.list-link01 {margin-top: 10px;}
.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;}

.list-anchor {margin: 30px 0 50px;}
.list-anchor li {
  display: inline-block;
  margin-right: 40px;
}
.list-anchor li a {
  color: #0071bd;
  font-weight: bold;
}
.list-anchor li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-top: 1px solid #3b312f;
  border-right: 1px solid #3b312f;
  transform: rotate(135deg);
}

/*========= link =========*/
.link-01 {
  color: #000000;
  text-decoration: underline;
}
.link-01:hover {color: #409bd6;}

.link-02, .link-03, .link-04 {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
}
.link-02 {background: #e97026;}
.link-03 {background: #409bd6;}
.link-04 {background: #5bc0de;}

.link-02:hover, .link-03:hover, .link-04:hover{
  opacity: 0.6;
  transition: 0.4s all;
}

.link-hv:hover {
  opacity: 0.7;
  transition: 0.5s all;
}

.link-05 {
  color: #0000FF;
  text-decoration: underline;
}
.link-05:hover {color: #000080;}

.link-06 {
  color: #0000FF;
  font-weight: bold;
  text-decoration: underline;
}
.link-06:hover {color: #000080;}

@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 li {
    margin-right: 3px;
    width: 65%;
    display: block;
    margin-bottom: 10px;
  }
  .list-img01 li img {width: 100%;}

  .list-anchor {margin: 20px 0 20px;}
  .list-anchor li {margin-right: 15px;}
  .list-anchor li a:before {margin-right: 4px;}


  /*========= 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;
  }

  /*========= link =========*/
  .link-02, .link-03 {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}



/*=================================================
  Top Pages layout
=================================================*/
/*========= visual =========*/
#visual {
  margin-bottom: 50px;
  position: relative;
}
#visual > span img {width: 100%;}
#visual .visual-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  	max-width: 960px;
}
#visual .visual-inner_text {
  position: absolute;
  top: 15%;
  right: 0;
  
}
.caution-advisory-inner {
	width: 540px;
	height: 160px;
	margin: 20px 0 0 50px;
	border: 2px solid #000000;
	padding: 13px;
	background-color: white;
	font-family: "Yu Mincho Demibold", sans-serif;
}
.caution-advisory-inner_title {
	font-size: 22px;
	margin-bottom: 15px;
}
.caution-advisory-inner_text {
	line-height: 1.35em;
}
.caution-advisory-inner_text:nth-child(2) {
	margin-bottom: 15px;
}
.caution-advisory-inner.mobaile {
	display: none;
}
@media only screen and (max-width: 768px) {
	.caution-advisory-inner.mobaile {
		display: block;
		width: 80%;
		max-width: 540px;
		height: 100%;
		margin: 0 auto 20px;
	}
}

/*========= 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: 60px;
  padding-top: 10px;
}
.sec-qa:last-child {margin-bottom: 120px;}
.sec-qa_title {
  font-size: 1.5rem;
  font-weight: normal;
  border-left: 6px solid #49a1d3;
  padding: 10px 16px;
  margin: 15px 0 28px;
}
.sec-qa_btn {
  background: #5bc0de;
  width: 45%;
  padding: 16px 12px;
  margin: 0 auto 10px;
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
}
.sec-qa_btn:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s all;
}
.sec-qa_btn i {
  position: relative;
  width: 19px;
  height: 19px;
  display: inline-block;
  float: right; 
}
.sec-qa_btn i:after,
.sec-qa_btn i:before {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 9px;
  left: 0;
  text-align: center;
}
.sec-qa_btn i:after {
  transform: rotate(-450deg);
  -webkit-transform: rotate(-450deg);
  transition: 0.4s all;
}
.sec-qa_btn.active i:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.4s all;
}

.sec-qa_list {display: none;}
.sec-qa_list dt {
  line-height: 1.8;
  font-weight: bold;
  color: #1558a0;
  padding: 38px 60px 20px 68px;
  position: relative;
  background: url(../img/ico_q.png) no-repeat left 30px;
  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 dd {
  line-height: 1.6;
  border-bottom: 1px solid #d2d2d2;
}
.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 23px 66px;
}




@media only screen and (max-width: 768px) {
  .sec-qa {
    margin-bottom: 50px;
    padding-top: 45px;
    margin-top: -40px;
  }
  .sec-qa:last-child {margin-bottom: 55px;}
  .sec-qa_title {
    font-size: 1.25rem;
    font-weight: normal;
    border-left: 3px solid #49a1d3;
    padding: 6px 10px;
    margin: 15px 0;
  }
  .sec-qa_btn {
    padding: 9px;
    font-size: 0.875rem;
    width: 50%;
  }
  .sec-qa_btn i {
    width: 12px;
    height: 12px;
  }
  .sec-qa_btn i:after,
  .sec-qa_btn i:before {
    width: 12px;
    height: 1px;
    top: 5px;
  }

  .sec-qa_list dt {
    padding: 18px 30px 12px 36px;
    background: url(../img/ico_q.png) no-repeat left 15px;
    background-size: 30px 25px;
    line-height: 1.5;
  }

  .sec-qa_list dt i {
    width: 14px;
    height: 14px;
    top: 10px;
    right: 6px;
  }
  .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;
  }
  .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 10px 36px;
  }
}



/*=================================================
  About layout
===================================================*/
.sec-map {margin: 70px 0 100px;}
.sec-map .sec-map_title {
  font-size: 1.625rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.about-lyt {margin-bottom: 24px;}
.about-lyt_left {
  float: left;
  width: 71%;
}
.about-lyt_right {
  float: right;
  width: 25%;
  margin-left: 4%;
}

.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;}

  .about-lyt {margin-bottom: 12px;}
  .about-lyt_left {
    float: none;
    width: 100%;
  }
  .about-lyt_right {
    display: none;
    float: right;
    width: 25%;
    margin-left: 5%;
  }
}


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

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

.p_list > li {
  list-style-type: decimal;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left:0.5em;
	
}

.p_list_2 > li {
  list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

.p_list_3 > li {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 3em;
}

.p_list_4 > li {
  list-style-type: disc;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 1.5em;
}



.p_list_1em > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.p_list_2em > li {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 2em;
  text-indent: -2em;
}
.p_list_3em  > li {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 3em;
  text-indent: -3em;
}

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

.right_2 {
	text-align: right;
	font-size: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: normal;
}

.p_lyt01 {margin-top: 20px;}
.p_lyt01 dt {
  text-indent: -0.5em;
  margin-bottom: 6px;
}


@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;
  }
  .p_lyt01 {margin-top: 10px;}
}


/*=================================================
  adr layout
=================================================*/
.sec-text .text-items {margin-top: 30px;}
.tbl-txt {
  width: 100%;
  margin-top: 10px;
}
.tbl-txt tr td, .tbl-txt tr th {
  border: 1px solid #d2d2d2;
  padding: 14px;
}
@media only screen and (max-width: 768px) {
  .sec-text .text-items {margin-top: 20px;}
  .tbl-txt {margin-top: 5px;}
  .tbl-txt tr td, .tbl-txt tr th {
    padding: 10px;
  }
}

/*=================================================
  contact layout
=================================================*/
.sec-contact {
  margin: 60px 0;
  border-bottom: 1px solid #d2d2d2;
}
.sec-contact .items {
  display: table;
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
.sec-contact .items > div {
  display: table-cell;
  vertical-align: middle;
  padding: 25px;
}
.sec-contact .items > div.items-logo {
  text-align: center;
}
.sec-contact .items > div.items-content .items-content_tit01,
.sec-contact .items > div.items-content .items-content_tit02 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: normal;
}
.sec-contact .items > div.items-content .items-content_tit01 {color: #e97026;}
.sec-contact .items > div.items-content .items-content_tit02 {color: #409bd6;}

@media only screen and (max-width: 768px) {
  .contact-logo01 img {height: 24px;}
  .contact-logo02 img {height: 46px;}

  .sec-contact {margin: 30px 0;}
  .sec-contact .items {
    display: block; 
    padding: 16px 0;
  }
  .sec-contact .items > div {
    display: block;
    padding: 8px 0;
  }
  .sec-contact .items > div.items-content .items-content_tit01,
  .sec-contact .items > div.items-content .items-content_tit02 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}



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