@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style-image: none;
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a, a img, button {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
::selection {
  background: #eee;
}
::-moz-selection {
  background: #eee;
}
html {
  background: #fff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 15px;
  line-height: 2.0;
  position: relative;
}
body {
  height: 100%;
  margin: auto;
  position: relative;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
/* COMMON
--------------------------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.underline {
  display: inline-block;
  padding-bottom: 0px;
  line-height: 1.6;
  position: relative;
}
.underline::after {
  background-color: #c83618;
  bottom: -2px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: .3s all;
  width: 0;
}
.underline:hover::after {
  width: 100%;
}
[data-nav-dir="about"] #main_right ul li.about a:after,
[data-nav-dir="company"] #main_right ul li.about a:after,
[data-nav-dir="service"] #main_right ul li.service a:after, 
[data-nav-dir="management"] #main_right ul li.service a:after, 
[data-nav-dir="risk"] #main_right ul li.service a:after, 
[data-nav-dir="plan"] #main_right ul li.service a:after, 
[data-nav-dir="report"] #main_right ul li.report a:after, 
[data-nav-dir="news"] #main_right ul li.news a:after {
  background-color: #c83618;
  bottom: -2px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

[data-nav-dir="about"] #main_right ul li.about a:last-child:after,
[data-nav-dir="company"] #main_right ul li.about a:last-child:after,
[data-nav-dir="service"] #main_right ul li.service a:last-child:after,
[data-nav-dir="management"] #main_right ul li.service a:last-child:after,
[data-nav-dir="risk"] #main_right ul li.service a:last-child:after,
[data-nav-dir="plan"] #main_right ul li.service a:last-child:after{
  background-color: transparent;
	display: none;
  height: 0px;

}


.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  
[data-nav-dir="about"] #main_right ul li.about a:after,
[data-nav-dir="company"] #main_right ul li.about a:after,
[data-nav-dir="service"] #main_right ul li.service a:after, 
[data-nav-dir="management"] #main_right ul li.service a:after, 
[data-nav-dir="risk"] #main_right ul li.service a:after, 
[data-nav-dir="plan"] #main_right ul li.service a:after, 
[data-nav-dir="report"] #main_right ul li.report a:after, 
[data-nav-dir="news"] #main_right ul li.news a:after {
    background-color: transparent;
	  bottom: 0;
	  height: 0;
	  position: relative;
	  display: none;
  }
  .underline {
    display: none;
  }
  .underline::after {
    background-color: transparent;
	   bottom: 0;
	  height: 0;
	  left: auto;
	  position: relative;
	  display: none;
	  width: 100%;
	  transition: unset;
  }
  .underline:hover::after {
    display: none;
  }
}
/* header
--------------------------------------------------- */
header {
  width: 100%;
  padding: 0 30px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
	align-items: center;
  top: 0;
  z-index: 100;
  transition: .5s;
  min-width: 1200px;
  background-color: #fff;
  height: 100px;
}
header.hide {
  transform: translateY(-100%);
}
header.second_header {
  padding: 0 30px;
}
header.second_header.hide {
  transform: translateY(-100%);
}
header #main_logo {
  width: 300px;
  z-index: 101;
  transition: .5s;
}
header.second_header #main_logo {
  width: 300px;
  z-index: 101;
  transition: .5s;
}
header #main_right {
  z-index: 101;
}
header.second_header #main_right {
  z-index: 101;
}
header #main_right ul {
	display: flex;
	align-items: center;
}
header #main_right li a{
  margin-right: 38px;
	 font-size: 16px;
  font-weight: bold;
}

	  header #main_right li.sp_sub a {

    display:none;

  }


header #main_right li.btn_blue {
  display: inline-block;
 margin-right: 0px;
  position: relative;
}
header #main_right li.btn_blue a {
  width: 220px;
  height: 55px;
	margin-right:0px;
  background-color: #070322;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 54px;
  font-weight: bold;
  font-size: 14px;
}
header #main_right .btn_blue a:before {
  background-image: url("../img/icon_estimate.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
header #main_right .btn_blue:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #c83618;
}
header #main_right .btn_blue a:hover {
  background-color: #c83618;
}

#masthead {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: absolute;
  top: 0;
  z-index: 100;
}
#masthead.scrolled {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.drawer-nav {
  position: inherit;
  z-index: inherit;
  top: inherit;
  overflow: inherit;
  width: inherit;
  height: inherit;
  color: inherit;
  background-color: inherit;
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer--left.drawer-open .drawer-nav, .drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.top_header {
  position: fixed;
  min-width: 1000px;
}
.header_bg {
  background-color: #fff;
  left: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  position: fixed;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.1);
}
.header_bg.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.drawer-menu > li.menu__single {
  position: relative;
  display: block;
}
.drawer-menu li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 280px;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 5;
  display: none !important;
}
.drawer-menu li.menu__single:hover ul.menu__second-level {
  top: 30px;
  display: block !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
  animation-duration: 0.6s;
  animation-name: fade-in;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fade-in;
}
header #main_right li ul.menu__second-level li {
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  font-weight: normal !important;
}
.drawer-menu li.menu__single:hover ul.menu__second-level li a {
  padding: 15px;
  font-size: 14px !important;
  margin: 0!important;
  display: block;
  font-weight: normal !important;
  border-bottom: 1px solid #eee;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
	
}
.drawer-menu li.menu__single:hover ul.menu__second-level li a:hover {
  background-color: #eee;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    z-index: 100;
    height: 75px;
    padding: 0 15px;
  }
  header.second_header {
    padding: 0 15px;
  }
  header #main_logo {
    width: 220px;
  }
  header.second_header #main_logo {
    width: 220px;
    padding-top: 15px;
  }
  header #main_right {
    display: block;
    margin: 60px 0 0 0;
    background: #fff;
    height: 100vh;
    position: fixed;
  }
  header #main_right {
    padding-top: 15px;
  }
  header #main_right ul {
    display: block;
  }
  header #main_right li {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
  }
  header #main_right li a {
    font-size: 15px;
    padding: 14px 15px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
	    margin-right: 0px;
  }
	
	  header #main_right li.sp_sub a {
    font-size: 13px;
		  font-weight: normal;
    padding: 11px 15px 11px 30px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
		      margin-right: 0px;
  }
	
	
  header #main_right ul.drawer-menu li:first-child {
    border-top: 1px solid #eee;
  }
  header #main_right li.btn_blue {
    display: block;
    padding: 0 0px;
    margin-left: 0;
    box-sizing: border-box;
    width: 90%;
    margin: 20px auto;
  }
  header #main_right li.btn_blue a {
    width: 100%;
    height: 60px;
    line-height: 58px;
    font-size: 15px;
    padding: 0;
  }

  header #main_right .btn_blue a:hover {
   background-color: #070322;
  }
  .drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    display: block;
    position: fixed;
  }
  header #main_right ul {
    position: fixed;
    top: 75px;
    background-color: #fff;
    z-index: 9999;
    padding: 0;
    width: 100%;
  }
  .drawer-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #fff;
    margin-top: 75px;
  }
  .drawer-hamburger {
    position: fixed;
  }
  .header_bg.is-show {
    height: 75px;
    position: absolute;
    z-index: -1 !important;
  }
  .header_bg {
    display: block;
    z-index: -1 !important;
  }
  .drawer-menu > li.menu__single {
    position: relative;
    display: block !important;
	  transition: unset;
	    opacity: 1!important;
  }
  .drawer-menu li.menu__single ul.menu__second-level {
  display: none !important;
  }

	


	

.drawer-menu li.menu__single:hover ul.menu__second-level {
  display: none !important;
}
	
	
  .drawer-menu li.menu__single ul.menu__second-level li a {
display: none !important;
  }
.drawer-menu li.menu__single:hover ul.menu__second-level li a {
display: none !important;
}
  header #main_right ul.menu__second-level li:first-child a, header #main_right ul.menu__second-level li:first-child {
display: none !important;
  }
	
	.drawer-menu li.menu__single:hover ul.menu__second-level li a:hover ,header #main_right .drawer-menu li.menu__single:hover ul.menu__second-level li a:hover{
display: none !important;

}
}
/* kaso_header
-----		
-------------------- */
header.second_header {
  background-color: #fff;
  height: 100px;
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.1);
}
header.second_header_hide {
  transition: .5s;
  position: fixed;
  top: 0;
  left: 0;
}
header.second_header_hide.hide {
  transform: translateY(-100%);
}
@media only screen and (max-width: 767px) {
  header.second_header {
    height: 75px;
  }
}
/* contents
--------------------------------------------------- */
#main_contents {
  padding-top: 0px;
  position: relative;
}
#second_main {
  margin-top: 100px;
  background-image: url(../img/mv_about.jpg);
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  text-align: center;
}
#second_main.company {
  background-image: url(../img/mv_company.jpg);
}
#second_main.faq {
  background-image: url(../img/mv_faq.jpg);
}
#second_main.service01 {
  background-image: url(../img/mv_service01.jpg);
}
#second_main.service02 {
  background-image: url(../img/mv_service02.jpg);
}
#second_main.service03 {
  background-image: url(../img/mv_service03.jpg);
}
#second_main.news {
  background-image: url(../img/mv_news.jpg);
}
#second_main.report {
  background-image: url(../img/mv_report.jpg);
}
#second_main.contact {
  background-image: url(../img/mv_contact.jpg);
}
#second_main.privacy {
  background-image: url(../img/mv_privacy.jpg);
}
#second_main .second_ttlarea {
  margin-top: -10px;
}
#second_main .second_ttlarea .second_ttl {
  font-size: 38px;
  color: #fff;
  line-height: 1.3;
}
#second_main .second_ttlarea .second_subttl {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 0 32px;
}
#second_main .second_ttlarea .second_subttl:before, #second_main .second_ttlarea .second_subttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
#second_main .second_ttlarea .second_subttl:before {
  left: 0;
}
#second_main .second_ttlarea .second_subttl:after {
  right: 0;
}
.pan {
  margin-top: 6px;
}
.pan li {
  display: inline-block;
  color: #999;
  font-size: 12px;
}
.pan li a {
  color: #999;
  font-size: 12px;
  position: relative;
  text-decoration: underline;
}
.pan li a::after {
  content: "／";
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.en {
  font-family: 'Lusitana', serif;
}
.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.inner900 {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.inner750 {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
h2.common_title {
  font-size: 34px;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.2;
}
h2.common_title span {
  font-size: 14px;
  display: block;
  color: #999999;
}
h2.common_title:after {
  content: "";
  background-image: url("../img/title_border.jpg");
  background-size: cover;
  background-position: center center;
  width: 50px;
  height: 3px;
  display: block;
  margin: 22px 0 0px;
}
h2.common_title.center {
  text-align: center;
}
h2.common_title.center:after {
  margin: 22px auto 0px;
}
h2.second_ttl {
  font-size: 30px;
  line-height: 1.6;
  border-left: 3px solid #232e84;
  padding-left: 15px;
  position: relative;
}
h2.second_ttl:after {
  content: "";
  background-color: #c83618;
  width: 3px;
  height: 6px;
  position: absolute;
  left: -3px;
  top: 0;
}
.small_btn a {
  background-color: #fff;
  border: 1px solid #666;
  width: 130px;
  height: 40px;
  line-height: 38px;
  border-radius: 3px;
  color: #666;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.small_btn a:hover {
  background-color: #666;
  color: #fff;
}
.small_btn.white_frame {
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.small_btn.white_frame a {
  background-color: #070322;
  border: 1px solid #fff;
  width: 200px;
  height: 45px;
  line-height: 43px;
  border-radius: 3px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.small_btn.white_frame a:hover {
  background-color: #fff;
  color: #070322;
}
@media only screen and (max-width: 767px) {
  #second_main {
    margin-top: 75px;
    background-image: url(../img/mv_about_sp.jpg);
    height: 300px;
    text-align: center;
  }
	#second_main.company {
  background-image: url(../img/mv_company_sp.jpg);
}
#second_main.faq {
  background-image: url(../img/mv_faq_sp.jpg);
}
#second_main.service01 {
  background-image: url(../img/mv_service01_sp.jpg);
}
#second_main.service02 {
  background-image: url(../img/mv_service02_sp.jpg);
}
#second_main.service03 {
  background-image: url(../img/mv_service03_sp.jpg);
}
#second_main.news {
  background-image: url(../img/mv_news_sp.jpg);
}
#second_main.report {
  background-image: url(../img/mv_report_sp.jpg);
}
#second_main.contact {
  background-image: url(../img/mv_contact_sp.jpg);
}
#second_main.privacy {
  background-image: url(../img/mv_privacy_sp.jpg);
}
	
	
  #second_main .second_ttlarea {
    margin-top: -15px;
  }
  #second_main .second_ttlarea .second_ttl {
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
  }
  #second_main .second_ttlarea .second_subttl {
    font-size: 15px;
  }
  .pan li {
    font-size: 11px;
  }
	.pan ul{
	  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
  .pan li a {
    font-size: 11px;
  }
  .inner, .inner750, .inner900 {
    width: 100%;
    padding: 0 15px;
  }
  h2.common_title {
    font-size: 30px;
    margin-top: 0px;
    text-align: left;
    line-height: 1.2;
  }
  h2.common_title span {
    font-size: 13px;
    display: block;
    padding-top: 2px;
  }
  h2.common_title:after {
    margin: 20px 0 0px;
  }
  h2.common_title.center:after {
    margin: 20px auto 0px;
  }
  h2.second_ttl {
    font-size: 24px;
    line-height: 1.4;
    padding-left: 13px;
  }
	
	.small_btn a:hover {
  background-color: #000;
  color: #666;
}
	.small_btn.white_frame a:hover {
  background-color: #070322;
  color: #fff;
}
}
/******************************
top main
******************************* */
#main {
  background-image: url(../img/bg_kv.jpg);
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 500px;
  margin-top: 100px;
}
#main .main_ttl {
  font-size: 38px;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
  padding-left: 6%;
}
@media only screen and (max-width: 767px) {
  #main {
    background-image: url(../img/bg_kv_sp.jpg);
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 375px;
    margin-top: 75px;
  }
  #main .main_ttl {
    font-size: 24px;
    text-align: left;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.6;
    padding: 25px 25px;
    font-feature-settings: "palt";
  }
}
/******************************
top_news
******************************* */
#top_news {
  padding-top: 70px;
  position: relative;
  padding-bottom: 110px;
}
#top_news .top_news_box {
  z-index: 1;
  display: flex;
  position: relative;
  justify-content: space-between;
}
#top_news .top_news_box .top_news_titlearea h2 {
  padding-bottom: 40px;
}
#top_news .top_news_box .top_news_titlearea {
  width: 18%;
}
#top_news .top_news_box .top_news_listarea {
  width: 82%;
  margin-top: -16px;
}
#top_news .top_news_box .top_news_listarea li {
  border-bottom: 1px solid #eee;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
#top_news .top_news_box .top_news_listarea li a:hover {
  opacity: 0.6;
}
#top_news .top_news_box .top_news_listarea li .info_date {
  width: 10%;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  vertical-align: top;
}
#top_news .top_news_box .top_news_listarea li .info_detail {
  width: 90%;
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #top_news {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #top_news:after {
    width: 80%;
    right: 0%;
    top: 350px;
    height: 500px;
  }
  #top_news .top_news_box {
    padding: 0px;
    display: block;
  }
  #top_news .top_news_box .top_news_titlearea h2 {
    padding-bottom: 20px;
  }
  #top_news .top_news_box .top_news_titlearea {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #top_news .top_news_box .top_news_listarea {
    width: 100%;
    margin-top: 0px;
  }
  #top_news .top_news_box .top_news_listarea li {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  #top_news .top_news_box .top_news_listarea .black_btn a {
    margin: 0 auto;
  }
  #top_news .top_news_box .top_news_listarea li .info_date {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  #top_news .top_news_box .top_news_listarea li .info_detail {
    width: 100%;
    display: block;
    font-size: 14px;
  }
}
/******************************
top service
******************************* */
#top_service {
  padding-top: 90px;
  padding-bottom: 85px;
  position: relative;
  background-color: #f6f6f6;
}
#top_service ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#top_service ul li {
  width: 33.333%;
}
#top_service ul li .top_service_bg {
  background-image: url(../img/top_service01.jpg);
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  color: #fff;
  object-fit: cover;
}
#top_service ul li .top_service_bg.top_service02 {
  background-image: url(../img/top_service02.jpg);
}
#top_service ul li .top_service_bg.top_service03 {
  background-image: url(../img/top_service03.jpg);
}
#top_service ul li a .top_service_bg {
  transition: all 0.5s ease-out;
}
#top_service ul li a:hover .top_service_bg {
  transition: all 0.5s ease-out;
  opacity: 0.85;
}
#top_service ul li .top_service_box {
  margin-top: -25px;
}
#top_service ul li .top_service_number {
  text-align: center;
  font-size: 18px;
  margin-bottom: 3px;
}
#top_service ul li .top_service_ttl {
  text-align: center;
  font-size: 24px;
  border-top: 1px solid #c83618;
  border-bottom: 1px solid #c83618;
  padding-bottom: 3px;
}
#top_service ul li .top_service_detail {
  text-align: center;
  padding: 30px 20px 0;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  #top_service {
    padding-top: 65px;
    padding-bottom: 40px;
  }
  #top_service ul {
    display: block;
    margin-top: 35px;
  }
  #top_service ul li {
    width: 100%;
    margin-bottom: 35px;
  }
  #top_service ul li .top_service_bg {
    height: 230px;
  }
  #top_service ul li .top_service_box {
    margin-top: -25px;
  }
  #top_service ul li .top_service_number {
    font-size: 14px;
  }
  #top_service ul li .top_service_ttl {
    text-align: center;
    font-size: 22px;
    border-top: 1px solid #c83618;
    border-bottom: 1px solid #c83618;
    padding-bottom: 0px;
  }
  #top_service ul li .top_service_detail {
    padding: 10px 15px 0;
    text-align: left;
    line-height: 1.9;
  }
	#top_service ul li a:hover .top_service_bg {
  opacity: 1.0;
}
}
/******************************
top_company
******************************* */
#top_company {
  padding-top: 140px;
  position: relative;
  padding-bottom: 110px;
}
#top_company .top_company_box {
  z-index: 1;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
#top_company .top_company_box .top_company_box_txt {
  width: 42%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  margin-top: -20px;
}
#top_company .top_company_box .top_company_box_txt h2 {
  padding-bottom: 35px;
}
#top_company .top_company_box .top_company_box_txt dl {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 17px 10px;
  line-height: 1.6;
}
#top_company .top_company_box .top_company_box_txt dl dt {
  width: 20%;
}
#top_company .top_company_box .top_company_box_txt dl dd {
  width: 75%;
}
#top_company .top_company_box .top_company_box_txt dl dd a {
  color: #070322;
  text-decoration: underline;
}
#top_company .top_company_box .top_company_box_map {
  width: 58%;
  margin-top: -16px;
}
#top_company .top_company_box .top_company_box_map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  #top_company {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  #top_company .top_company_box {
    display: block;
  }
  #top_company .top_company_box .top_company_box_txt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -0px;
  }
  #top_company .top_company_box .top_company_box_txt h2 {
    padding-bottom: 25px;
  }
  #top_company .top_company_box .top_company_box_txt dl {
    padding: 17px 0px;
    line-height: 1.6;
	  font-size: 14px;
  }
  #top_company .top_company_box .top_company_box_txt dl dt {
    width: 25%;
  }
  #top_company .top_company_box .top_company_box_txt dl dd {
    width: 75%;
  }
  #top_company .top_company_box .top_company_box_txt dl dd a {
    color: #070322;
    text-decoration: underline;
  }
  #top_company .top_company_box .top_company_box_map {
    width: 100%;
    margin-top: 25px;
  }
  #top_company .top_company_box .top_company_box_map iframe {
    width: 100%;
    height: 300px;
  }
}
/******************************
top_report
******************************* */
#top_report {
  padding-top: 90px;
  position: relative;
  background-color: #070322;
  padding-bottom: 110px;
}
#top_report:before {
  content: "";
  background-image: url("../img/bg_report_right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 721px;
  height: 438px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 0;
}
#top_report:after {
  content: "";
  background-image: url("../img/bg_report_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 658px;
  height: 476px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
}
#top_report h2, #top_report h2 span {
  color: #fff;
}
#top_report h2:after {
  content: "";
  background-image: none;
  background-color: #d60000;
  background-position: center;
  width: 50px;
  height: 3px;
  display: block;
  margin: 22px auto 0px;
}
#top_report ul {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 50px;
  z-index: 1;
}
#top_report ul a {
  color: #fff;
}
#top_report li {
  border-bottom: 1px solid #eee;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
#top_report li a:hover {
  opacity: 0.6;
}
#top_report li .info_date {
  width: 10%;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  font-weight: bold;
}
#top_report li .info_detail {
  width: 90%;
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #top_report {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  #top_report:before {
    content: "";
    background-image: url("../img/bg_report_right.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    width: 75vw;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 0;
  }
  #top_report:after {
    content: "";
    background-image: url("../img/bg_report_left.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 85vw;
    height: 450px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 0;
  }
  #top_report h2, #top_report h2 span {
    color: #fff;
  }
  #top_report h2:after {
    content: "";
    background-image: none;
    background-color: #d60000;
    background-position: center;
    width: 50px;
    height: 3px;
    display: block;
    margin: 22px auto 0px;
  }
  #top_report ul {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 50px;
    z-index: 1;
  }
  #top_report li {
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  #top_report li .info_date {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  #top_report li .info_detail {
    width: 100%;
    display: block;
    font-size: 14px;
  }
}
/******************************
about
******************************* */
.about_lead {
  padding: 70px 0px 100px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.about_vision {
  padding: 105px 0px 40px;
  background-color: #f6f6f6;
}
.about_vision h2 {
  margin-bottom: 60px;
}
.about_vision ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 85px;
}
.about_vision ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.about_vision ul li .vision_img {
  width: 45%;
}
.about_vision ul li .vision_txt {
  width: 55%;
  padding-left: 80px;
  box-sizing: border-box;
}
.about_vision ul li:nth-child(even) .vision_txt {
  width: 55%;
  padding-left: 0px;
  padding-right: 80px;
  box-sizing: border-box;
}
.about_vision ul li .vision_txt h3 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 0 0 0 38px;
  margin-bottom: 8px;
}
.about_vision ul li .vision_txt h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #070322;
}
.about_flow {
  padding: 105px 0px 100px;
}
.about_flow ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.about_flow ul li {
  width: 20%;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
  padding: 25px 30px 15px;
}
.about_flow ul li:first-child {
  border-left: 1px solid #ddd;
  box-sizing: border-box
}
.about_flow ul li .flow_number {
  font-size: 13px;
  color: #666666;
  position: relative;
}
.about_flow ul li .flow_number:after {
  content: '';
  position: relative;
  margin: 2px auto 15px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #c83618;
}
.about_flow ul li h3 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  min-height: 70px;
}
.about_flow ul li .flow_detail {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
.about_flow ul li .flow_detail.center {
  text-align: center;
  padding-bottom: 5px;
}
.about_flow ul li .flow_btn {
  text-align: center;
}
.about_flow ul li .flow_btn a {
  background-color: #070322;
  width: 120px;
  height: 35px;
  line-height: 34px;
  border-radius: 3px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  margin: 0 auto;
  position: relative;
}
.about_flow ul li .flow_btn a:hover {
  background-color: #c83618;
}
@media only screen and (max-width: 767px) {
  .about_lead {
    padding: 60px 0px 65px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
  }
  .about_vision {
    padding: 75px 0px 30px;
  }
  .about_vision h2 {
    margin-bottom: 35px;
  }
  .about_vision ul li {
    display: block;
    margin-bottom: 45px;
  }
  .about_vision ul li .vision_img {
    width: 100%;
    padding-bottom: 25px;
  }
  .about_vision ul li .vision_txt {
    width: 100%;
    padding-left: 0px;
  }
  .about_vision ul li:nth-child(even) .vision_txt {
    width: 100%;
    padding-right: 0px;
  }
  .about_vision ul li .vision_txt h3 {
    font-size: 18px;
    padding: 0 0 0 30px;
    margin-bottom: 9px;
    line-height: 1.6;
  }
  .about_vision ul li .vision_txt h3:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #070322;
  }
  .about_flow {
    padding: 75px 0px 70px;
  }
  .about_flow ul {
    display: block;
    margin-top: 5px;
  }
  .about_flow ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 30px 15px 30px;
  }
  .about_flow ul li:first-child {
    border-left: none;
  }
  .about_flow ul li h3 {
    font-size: 18px;
    line-height: 1.5;
    min-height: auto;
    padding-bottom: 10px;
  }
  .about_flow ul li .flow_detail {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
  .about_flow ul li .flow_detail.center {
    text-align: center;
    padding-bottom: 5px;
  }
  .about_flow ul li .flow_btn {
    text-align: center;
  }
  .about_flow ul li .flow_btn a {
    width: 120px;
    height: 35px;
    line-height: 34px;
    border-radius: 3px;
 
    font-size: 15px;
    margin: 0 auto;

  }
  .about_flow ul li .flow_btn a:hover {
    background-color: #070322;
  }
}
/******************************
company
******************************* */
.company_list {
  margin-top: 60px;
}
.company_listbox {
  max-width: 740px;
  margin: 0 auto 85px;
  padding: 0 20px;
  box-sizing: border-box;
}
.company_list dl {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 22px 15px;
  line-height: 1.6;
}
.company_list dl dt {
  width: 18%;
}
.company_list dl dd {
  width: 82%;
}
.company_list dl dd a {
  color: #070322;
  text-decoration: underline;
}
.company_map {
  width: 100%;
  height: 550px;
}
.company_map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .company_list {
    margin-top: 40px;
  }
  .company_listbox {
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 0px;
  }
  .company_list dl {
    padding: 20px 0px;
    line-height: 1.6;
	  font-size: 14px;
  }
  .company_list dl dt {
    width: 25%;
  }
  .company_list dl dd {
    width: 75%;
  }
  .company_map {
    height: 350px;
  }
  .company_map iframe {
    height: 350px;
  }
}
/******************************
faq
******************************* */
.faq_area {
  width: 100%;
  overflow: hidden;
  margin-bottom: 105px;
}
.faq_area .faq_list {
  margin: 50px auto 0;
}
.faq_area .faq_list .faq_box {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 32px 0 40px;
}
.faq_area .faq_list .faq_box:first-child {
  padding: 20px 0 40px;
}
.faq_area .faq_list .faq_box .question_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.faq_area .faq_list .faq_box .question_box .question_icon {
  color: #070322;
  font-size: 26px;
  margin: 0 13px 0 0;
}
.faq_area .faq_list .faq_box .question_box .question_txt {
  font-size: 20px;
  font-family: "Midashi Go MB31";
  font-weight: bold;
}
.faq_area .faq_list .faq_box .answer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  margin: 0px 0 0 0;
}
.faq_area .faq_list .faq_box .answer_box .answer_icon {
  color: #c83618;
  font-size: 26px;
  margin: -5px 13px 0 0;
}
.faq_area .faq_list .faq_box .answer_box .read_txt {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .faq_area {
    min-width: 100%;
    margin-bottom: 75px;
  }
  .faq_area .inner {
    margin: 40px auto 0;
  }
  .faq_area .faq_list {
    width: 100%;
    margin-bottom: 0;
    margin: 30px auto 0;
  }
  .faq_area .faq_list .faq_box {
    padding: 35px 0 30px;
  }
  .faq_area .faq_list .faq_box:first-child {
    padding: 20px 0 30px;
  }
  .faq_area .faq_list .faq_box .question_box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .faq_area .faq_list .faq_box .question_box .question_icon {
    font-size: 20px;
    margin: -2px 8px 0 0;
  }
  .faq_area .faq_list .faq_box .question_box .question_txt {
    font-size: 18px;
    line-height: 1.6;
    margin: 4px 0 0 0;
  }
  .faq_area .faq_list .faq_box .answer_box {
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
  }
  .faq_area .faq_list .faq_box .answer_box .answer_icon {
    font-size: 20px;
    margin: -3px 8px 0 0;
  }
}
/******************************
service
******************************* */
.service_format {
  margin-top: 85px;
}
.service_format ul {
  margin-top: 50px;
}
.service_format ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 95px;
}
.service_format ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.service_format ul li .service_img {
  width: 49%;
}
.service_format ul li .service_txt {
  width: 51%;
  padding-left: 40px;
  box-sizing: border-box;
}
.service_format ul li:nth-child(even) .service_txt {
  width: 51%;
  padding-left: 0px;
  padding-right: 40px;
  box-sizing: border-box;
}
.service_format ul li .service_txt h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 18px;
  line-height: 1.5;
}
.service_format ul li .service_txt .service_point {
  background-color: #070322;
  color: #fff;
  line-height: 1.2;
  display: inline;
  padding: 2px 30px;
  font-size: 13px;
  font-weight: bold;
}
.service_delivery {
  margin-bottom: 115px;
  margin-top: 15px;
}
.service_delivery .service_delivery_ttl {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
.service_delivery .service_delivery_ttl:before, .service_delivery .service_delivery_ttl:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #070322;
}
.service_delivery .service_delivery_ttl:before {
  margin-right: 1rem;
}
.service_delivery .service_delivery_ttl:after {
  margin-left: 1rem;
}
.service_delivery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
}
.service_delivery ul li {
  width: 32%;
  border: 2px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 15px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
.service_delivery ul li.full {
  width: 100%;
}
.service_delivery ul li span {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
	.service_format {
	margin-top: 50px;
}

.service_format ul  {
 margin-top: 30px;
}
.service_format ul li {
  display: block;
  margin-bottom: 50px;
}

.service_format ul li .service_img {
  width: 100%;
	margin-bottom: 15px;
}
.service_format ul li .service_txt {
   width: 100%;
  padding-left: 0px;
}
.service_format ul li:nth-child(even) .service_txt {
   width: 100%;
  padding-right: 0px;
}
.service_format ul li .service_txt h3 {
  font-size: 20px;
  margin-bottom:5px;
	margin-top: 18px;
	line-height: 1.5;
}
.service_format ul li .service_txt .service_point{
padding: 2px 25px;
	font-size: 12px;

}


.service_delivery{
	margin-bottom: 80px;
	margin-top: 60px;
	
}
.service_delivery .service_delivery_ttl{
	font-size: 18px;
	
}


.service_delivery .service_delivery_ttl:before {
margin-right: 0.8rem;
}
.service_delivery .service_delivery_ttl:after {
 margin-left:0.8rem;
}

.service_delivery ul{
	display: block;
	margin-top: 12px;
}
.service_delivery ul li{
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 22px 15px;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 10px;

}


	
}
/******************************
article
******************************* */
.article_list {
  margin-top: 50px;
}
.article_list ul {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 105px;
  z-index: 1;
}
.article_list li {
  border-bottom: 1px solid #eee;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
.article_list li a:hover {
  opacity: 0.6;
}
.article_list li .info_date {
  width: 10%;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  font-weight: bold;
}
.article_list li .info_detail {
  width: 90%;
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
}
.article_detail {
  margin-top: 70px;
  margin-bottom: 105px;
}
.article_detail .article_date {
  font-size: 16px;
  padding-bottom: 5px;
}
.article_detail .article_ttl {
  font-size: 32px;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.article_detail .article_img {
  padding-bottom: 25px;
}
.article_detail .article_txt {
  padding-bottom: 40px;
}
.article_detail .article_subttl {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  border-left: 3px solid #232e84;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.article_detail .article_subttl:before {
  content: "";
  background-color: #c83618;
  width: 3px;
  height: 6px;
  position: absolute;
  left: -3px;
  top: 0;
}
.article_detail .article_headline {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.article_detail .article_headline:first-letter {
  color: #070322;
}
.article_detail .btn_article_back {
  margin-top: 20px;
}
.article_detail .btn_article_back a {
  background-color: #fff;
  border: 1px solid #666;
  width: 200px;
  height: 45px;
  line-height: 43px;
  border-radius: 3px;
  color: #666;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}
.article_detail .btn_article_back a:hover {
  background-color: #666;
  color: #fff;
}
@media only screen and (max-width: 767px) {
	.article_list {
  margin-top: 30px;
}
.article_list ul {
  max-width: 100%;
  padding: 0 0px;
  margin-top: 25px;
  margin-bottom: 80px;
}
.article_list li {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 100%;
}

.article_list li .info_date {
  width: 100%;
  display: block;
}
.article_list li .info_detail {
  width: 100%;
  display: block;
}
.article_detail {
  margin-top:50px;
  margin-bottom: 80px;
}
.article_detail .article_date {
  font-size: 14px;
  padding-bottom: 5px;
}
.article_detail .article_ttl {
  font-size: 22px;
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.article_detail .article_subttl {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 12px;
}

.article_detail .article_headline {
  font-size: 16px;
}

.article_detail .btn_article_back {
  margin-top: 10px;
}
	.article_detail .btn_article_back a:hover {
  background-color: #fff;
  color: #666;
}

}
/******************************
privacy
******************************* */
.privacy_box {
  margin-bottom: 105px;
}
.privacy_box h2 {
  margin-bottom: 35px;
  margin-top: 75px;
}
.privacy_box .privacy_txt {
  margin-bottom: 40px;
  line-height: 1.8;
}
.privacy_box .privacy_subttl {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.privacy_box .privacy_subttl:first-letter {
  color: #070322;
}
#privacy_contents01 .contents_inner_privacy {
  padding: 70px 80px 80px;
  margin: 0 auto;
}
#privacy_contents01 .contents_inner_privacy p {
  padding-top: 25px;
  font-size: 16px;
}
#privacy_contents01 .contents_inner_privacy p.terms_first {
  padding-top: 8px;
  font-size: 16px;
}
#privacy_contents01 .contents_inner_privacy ol.privacy_list {
  list-style-type: decimal;
  margin-top: 50px;
  margin-left: 30px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 70px;
}
#privacy_contents01 .contents_inner_privacy ol.privacy_list li {
  margin-bottom: 35px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set {
  margin-top: 45px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set h3 {
  font-size: 18px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set h3:first-letter {
  color: #070322;
  font-size: 10px;
  vertical-align: middle;
  margin-right: 3px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set p {
  padding-top: 3px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set p a {
  text-decoration: underline;
  color: #2ca6e0;
  font-size: 14px;
  line-height: 1.5;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list2 {
  list-style-type: decimal;
  margin-top: 12px;
  margin-left: 60px;
  font-size: 15px;
  line-height: 1.8;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list2 li {
  margin-bottom: 3px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list3 {
  list-style-type: decimal;
  margin-top: 5px;
  margin-left: 25px;
  font-size: 16px;
  line-height: 1.8;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list3 li {
  margin-bottom: 15px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list3 li:last-child {
  margin-bottom: 5px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list4 {
  list-style-type: upper-latin;
  margin-top: 0px;
  margin-left: 60px;
  font-size: 15px;
  line-height: 1.8;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list4 li {
  margin-bottom: 3px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ul.privacy_linklist {
  margin-top: 20px;
  line-height: 1.5;
  margin-bottom: 75px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ul.privacy_linklist li {
  margin-bottom: 15px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ul.privacy_linklist a {
  text-decoration: underline;
  color: #2ca6e0;
  font-size: 14px;
  line-height: 1.4;
}
#privacy_contents01 .contents_inner_privacy p.privacy_fin {
  text-align: right;
  font-size: 15px;
  line-height: 1.7;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list_normal {
  list-style-type: decimal;
  margin-top: 3px;
  margin-left: 25px;
  font-size: 16px;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list_normal2 {
  list-style-type: upper-latin;
  margin-top: 0px;
  margin-left: 40px;
  font-size: 15px;
  line-height: 1.5;
}
#privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list_normal2 li {
  padding: 3px 0;
}
@media only screen and (max-width: 767px) {
  #privacy_contents01 {
    margin-bottom: 80px;
  }
  #privacy_contents01 .contents_inner_privacy {
    padding: 45px 25px 50px;
  }
  #privacy_contents01 .contents_inner_privacy p {
    padding-top: 15px;
    font-size: 14px;
  }
  #privacy_contents01 .contents_inner_privacy p.terms_first {
    padding-top: 5px;
    font-size: 14px;
  }
  #privacy_contents01 .contents_inner_privacy ol.privacy_list {
    margin-top: 35px;
    margin-left: 25px;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 60px;
  }
  #privacy_contents01 .contents_inner_privacy ol.privacy_list li {
    margin-bottom: 20px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set {
    margin-top: 35px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set h3 {
    font-size: 15px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set p {
    padding-top: 3px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set p a {
    font-size: 13px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list2 {
    margin-top: 12px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 1.7;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list2 li {
    margin-bottom: 3px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list3 {
    margin-top: 5px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list3 li {
    margin-bottom: 15px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list3 li:last-child {
    margin-bottom: 5px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list4 {
    margin-top: 0px;
    margin-left: 40px;
    font-size: 13px;
    line-height: 1.8;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ul.privacy_linklist {
    margin-top: 30px;
    line-height: 1.5;
    margin-bottom: 65px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ul.privacy_linklist li {
    margin-bottom: 15px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ul.privacy_linklist a {
    word-break: break-all;
    font-size: 13px;
    line-height: 1.4;
  }
  #privacy_contents01 .contents_inner_privacy p.privacy_fin {
    text-align: right;
    font-size: 13px;
    line-height: 1.6;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list_normal {
    margin-top: 3px;
    margin-left: 20px;
    font-size: 14px;
  }
  #privacy_contents01 .contents_inner_privacy .privacy_set ol.privacy_list_normal2 {
    list-style-type: upper-latin;
    margin-top: 0px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 1.5;
  }
}
/* contact
--------------------------------------------------- */
input[type="text"], input[type="number"] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input[type="text"] {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px #ccc solid;
  background-color: #fff;
  padding: 15px;
  font-size: 16px;
  line-height: 40px;
}
input[type="text"]:focus, textarea:focus {
  box-shadow: 0 0 3px 0 rgba(3, 110, 183, 1);
  border: 1px #232e84 solid;
  outline: 0;
  font-size: 16px;
}
input[type="file"] {
  display: none;
}
label#input-label {
  border: 1px #ddd solid;
  background-color: #f5f5f5;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
}
label#input-label:hover {
  background-color: #ddd;
  transition: all 0.3s ease 0s;
}
label#input-label::after {
  content: "選択されていません";
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -140px;
  top: calc(50% - 10px);
}
label#input-label.changed::after {
  content: "";
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px #ddd solid;
  background-color: #f5f5f5;
  padding: 0 40px 0 10px;
  font-size: 16px;
  line-height: 40px;
  pointer-events: auto;
}
input[type=checkbox], input[type=radio] {
  border: 2px #ccc solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.28rem;
  transition: all .1s ease-out 0s;
  color: #fff;
  margin-right: 3px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 3px;
}
/* Checkbox */
input[type=checkbox]:before, input[type=checkbox]:after, input[type=radio]:before, input[type=radio]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .1s ease-in-out;
}
input[type=checkbox]:before, input[type=radio]:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition-delay: .1s;
}
input[type=checkbox]:after, input[type=radio]:after {
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  left: 2px;
  top: 8px;
  width: 5px;
  height: 2px;
  background: #232e84;
}
input[type=checkbox]:checked:after, input[type=radio]:checked:after {
  right: 5px;
  bottom: 3px;
  width: 2px;
  height: 12px;
  background: #232e84;
}
input[type=checkbox]:indeterminate:before, input[type=checkbox]:indeterminate:after, input[type=radio]:indeterminate:before, input[type=radio]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before, input[type=radio]:indeterminate:before {
  left: 2px;
  top: 8px;
}
input[type=checkbox]:indeterminate:after, input[type=radio]:indeterminate:after {
  right: 5px;
  bottom: 3px;
}
input[type=checkbox]:checked, input[type=checkbox]:indeterminate, input[type=radio]:checked, input[type=radio]:indeterminate {
  border: 2px solid #ccc;
  transition: all 0.5s ease-out 0s;
}
input[type=checkbox]:hover, input[type=checkbox]:indeterminate:hover, input[type=radio]:hover, input[type=radio]:indeterminate:hover {
  border: 2px solid #232e84;
  transition: all .1s ease-out 0s;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
textarea {
  border: 1px #ccc solid;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  width: 100%;
  height: 200px;
}
input::placeholder {
  color: #BBB;
}
input.address_confirm {
  margin-top: 10px;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.contact_box {
  margin-top: 80px;
  margin-bottom: 105px;
}
.contact_box .contact_lead {
  margin-bottom: 25px;
}
.contact_box .error_message {
  font-size: 13px;
  color: #c83618;
  padding-top: 3px;
}
.contact_box .doui {
  margin: 0px auto 20px;
  text-align: center;
}
.contact_box .doui a {
  color: #070322;
  text-decoration: underline;
}
.contact_box span.red {
  color: #c83618;
}
.contact_box table.contact_list {
  width: 100%;
  margin-bottom: 60px;
}
.contact_box table.contact_list tr {
  border: 1px solid #ddd;
  vertical-align: top;
  width: 100%;
}
.contact_box table.contact_list th {
  background-color: #f4f4f4;
  padding: 20px;
  vertical-align: top;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.contact_box table.contact_list td {
  padding: 20px;
  vertical-align: top;
  width: 80%;
  box-sizing: border-box;
}
.contact_box .contact_cv button.contact_next, .contact_box .contact_cv a.contact_next {
  background-color: #070322;
  width: 350px;
  height: 70px;
  line-height: 68px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  margin: 15px auto 0;
}
.contact_box .contact_cv button.contact_next:hover, .contact_box .contact_cv a.contact_next:hover {
  background-color: #c83618;
}
.contact_box .contact_cv button.contact_back, .contact_box .contact_cv a.contact_back {
  background-color: #fff;
  width: 220px;
  height: 50px;
  line-height: 48px;
  color: #666;
  border: 1px solid #666;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  margin: 20px auto 0;
}
.contact_box .contact_cv button.contact_back:hover, .contact_box .contact_cv a.contact_back:hover {
  background-color: #666;
  color: #fff;
}
.contact_box .thanks {
  margin-top: 80px;
}
.contact_box .thanks dt {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
.contact_box .thanks dd {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.contact_box {
  margin-top: 50px;
  margin-bottom: 85px;
}
.contact_box .contact_lead {
  margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.7;
}
.contact_box .error_message {
  font-size: 12px;
}


.contact_box table.contact_list {
  width: 100%;
  margin-bottom: 35px;
}
.contact_box table.contact_list tr {
  vertical-align: top;
  width: 100%;
}
.contact_box table.contact_list th {
  padding: 5px 10px;
	display: block;
	width: 100%;
	font-size: 13px;

  border-right: none;
}
.contact_box table.contact_list td {
	display: block;
  padding: 15px;
	width: 100%;
}
.contact_box .contact_cv button.contact_next, .contact_box .contact_cv a.contact_next {
  background-color: #070322;
  width: 90%;
  height: 60px;
  line-height: 58px;

  font-size: 16px;
  margin: 15px auto 0;
}

.contact_box .contact_cv button.contact_back, .contact_box .contact_cv a.contact_back {
  background-color: #fff;
  width: 200px;
  height: 50px;
  line-height: 48px;

  font-size: 13px;
  margin: 15px auto 0;
}

.contact_box .thanks {
  margin-top: 50px;
}
.contact_box .thanks dt {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.contact_box .thanks dd {
  padding-top: 15px;
  padding-bottom: 0px;
  font-size: 15px;
}
	.contact_box .contact_cv button.contact_next:hover, .contact_box .contact_cv a.contact_next:hover {
 background-color: #070322;
}
	.contact_box .contact_cv button.contact_back:hover, .contact_box .contact_cv a.contact_back:hover {
  background-color: #fff;
  color: #666;
}
}
/* footer
--------------------------------------------------- */
#common_cv {
  background-color: #f6f6f6;
  padding: 55px 0;
}
#common_cv ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#common_cv ul li:nth-child(1) {
  text-align: center;
  margin-right: 30px;
}
#common_cv ul li:nth-child(1) dt {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #c83618;
}
#common_cv ul li:nth-child(1) dd {
  display: block;
  font-size: 32px;
  position: relative;
}
#common_cv ul li:nth-child(1) dd:before {
  background-image: url(../img/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 19px;
  height: 26px;
  margin-right: 4px;
  position: relative;
  top: 4px;
}
#common_cv ul li:nth-child(2) {
  text-align: center;
  margin-left: 30px;
}
#common_cv ul li:nth-child(2) a {
  width: 400px;
  height: 70px;
  background-color: #070322;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 68px;
  font-weight: bold;
  font-size: 18px;
}
#common_cv ul li:nth-child(2) a:hover {
  background-color: #c83618;
}
#common_cv ul li:nth-child(2) a:before {
  background-image: url(../img/icon_estimate.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
#common_cv ul li:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #c83618;
}
#common_cv ul li:nth-child(2) {
  position: relative;
}
footer {
  background-color: #fff;
  padding: 50px 0 25px;
}
footer .footer_box {
  display: flex;
  justify-content: space-between;
}
footer .footer_left .footer_logo a img {
  width: 100px;
}
footer .footer_right {}
footer .footer_right .footer_right_box {
  display: flex;
  height: 100px;
}
footer .footer_right ul {
  padding-left: 11px;
  border-left: 1px solid #ddd;
  line-height: 1.0;
  margin-left: 50px;
}
footer .footer_right ul li.pb {
  padding-bottom: 30px;
}
footer .footer_right ul li.footer_sub a {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.0;
  padding-bottom: 1px;
}
footer .footer_right ul li a, footer .footer_right ul li {
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 5px;
}
footer .footer_right .footer_cr {
  font-size: 12px;
  text-align: right;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  #common_cv {
    padding: 60px 0;
  }
  #common_cv ul {
    display: block;
    box-sizing: border-box;
  }
  #common_cv ul li:nth-child(1) {
    text-align: center;
    margin: 0 auto 15px;
    width: 90%;
  }
  #common_cv ul li:nth-child(1) dt {
    font-size: 15px;
    padding-bottom: 5px;
  }
  #common_cv ul li:nth-child(1) dd {
    display: block;
    font-size: 28px;
    position: relative;
  }
  #common_cv ul li:nth-child(1) dd:before {
    background-image: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 19px;
    height: 26px;
    margin-right: 4px;
    position: relative;
    top: 4px;
  }
  #common_cv ul li:nth-child(2) {
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
  #common_cv ul li:nth-child(2) a {
    width: 100%;
    height: 60px;
    background-color: #070322;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 58px;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
  }
  #common_cv ul li:nth-child(2):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #c83618;
  }
  #common_cv ul li:nth-child(2) {
    position: relative;
  }
	#common_cv ul li:nth-child(2) a:hover {
  background-color: #070322;
}
  footer {
    background-color: #fff;
    padding: 50px 0 25px;
  }
  footer .footer_box {
    display: block;
  }
  footer .footer_left .footer_logo a img {
    width: 80px;
  }
  footer .footer_left .footer_logo {
    margin-bottom: 25px;
  }
  footer .footer_right .footer_right_box {
    display: block;
    height: auto;
  }
  footer .footer_right ul {
    padding-left: 0px;
    border-left: none;
    line-height: 1.3;
    margin-left: 0px;
  }
  footer .footer_right ul li.pb {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  footer .footer_right ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  footer .footer_right ul li.footer_sub a {
    font-size: 13px;
    line-height: 1.3;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  footer .footer_right ul li a {
    line-height: 1.2;
    display: block;
    padding-bottom: 0px;
  }
  footer .footer_right .footer_cr {
    font-size: 11px;
    text-align: center;
    padding-top: 25px;
  }
}
/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s !important;
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.del_01 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.del_02 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}

.common_pagenav{
  margin-bottom: 105px;
}
.common_pagenav .page-numbers{
  display:flex;
  justify-content: center;
}
.common_pagenav .page-numbers li{
  display:flex;
  justify-content: center;
}

.common_pagenav .page-numbers a,
.common_pagenav .page-numbers span{
  display:block;
  padding:5px 10px;

}
.common_pagenav .page-numbers span.current{
  background-color: #070322;
  color:#fff;
}


.article_detail .article_detail_content .article_ttl {
  font-size: 32px;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
/* .article_detail .article_detail_content .article_img {
  padding-bottom: 25px;
} */
.article_detail .article_detail_content p {
  margin:0;
  padding-bottom: 40px;
}
.article_detail .article_detail_content h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  border-left: 3px solid #232e84;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.article_detail .article_detail_content h2:before {
  content: "";
  background-color: #c83618;
  width: 3px;
  height: 6px;
  position: absolute;
  left: -3px;
  top: 0;
}
.article_detail .article_detail_content h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
	display: block;
	
}
.article_detail .article_detail_content h3:before{
	content: "";
    background-color: #070322;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 6px;
    vertical-align: 0px;
    z-index: -1;
    margin-right: 4px;
}