/*
Theme Name: kochijc
Author:blueseven.co.jp
*/

/*全般*/
html,
body,
p,
img {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Noto Sans JP" , "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", 'Noto Sans JP' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  line-height: 180%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a {
  text-decoration: underline;
}

p {
  line-height: 180%;
  font-size: 14px;
  color: #333;
}

p.explain {
  font-size: 12px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

dl,
dd,
dt {
  margin: 0px;
  padding: 0px;
}

ol li {
  list-style: decimal;
}

hr.breakline {
  background-color: #004300;
  height: 4px;
  border: none;
}

em {
  font-style-normal;
  color: #FFF000;
}

span.red {
  color: #F00;
  font-size: 18px;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
}

span.redsmall {
  color: #F00;
}

span.redbig {
  color: #F00;
  font-size: 26px;
}

span.red16 {
  color: #F00;
  font-size: 16px;
}

span.green14 {
  color: #3C0;
  font-size: 14px;
}

span.green16 {
  color: #004300;
  font-size: 16px;
}

li {
  list-style: none;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0px;
  margin: 0px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

figure {
  margin: 0px;
  padding: 0px;
}

#container {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #FFF;
}

video {
  max-width: 100%;
  height: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


#main_image {
  line-height: 100%;
}

#main_image:after {
  display: none;
}

/*ヘッダー部分*/
h1.h1title {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#header {
  background-color: #0066CC;
}

#header_logo {
  float: left;
  padding-top: 5px;
}

.head_rightcontent {}

#head_telphone {
  float: right;
  background-repeat: no-repeat;
  display: block;
  margin-right: 15px;
  padding-top: 5px;
}

#head_telphone b {
  font-size: 28px;
  color: #000;
}

a.contact {
  display: block;
  width: 150px;
  height: 32px;
  text-align: center;
  color: #FFF;
  padding-top: 8px;
  text-decoration: none;
}

a.contact:before {
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 10px;
}

#head_contact {
  float: right;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  background-color: #E76100;
  margin-top: 5px;
  box-shadow: 2px 2px #CCC;
}


/*メインメニュー　トップ*/
.navigation {
  margin-bottom: 15px;
}

.nav_content {}

#top_mainnavigation_new {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 1px #333;
}

#top_mainnavigation_new ul {
  margin: 0px;
  padding: 0px;
}

#top_mainnavigation_new li {
  float: left;
  border-left: #333 solid 1px;
  padding: 0px 20px;
}

#top_mainnavigation_new li a {
  color: #000;
  text-decoration: none;
}

/*メインイメージ*/
#main_image {
  background-color: #F1F1F1;
  margin-bottom: 40px;
  width: 100%;
}

.front_video {
  position: relative;
  top: 0px;
  left: 0px;
}

.front_insta {
  background: #D9EFFC;
  margin-top: 65px;
  padding: 20px 0px;
}

.front_insta_wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.front_kyosan {
  background: url(/img/front_kyosan_back.png) repeat;
}

.front_kyosan_wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.front_kyosan_wrap h3 {
  color: #0096E6;
  background: url(/img/front_kyosan_ico.png) top center no-repeat;
  padding-top: 75px;
  text-align: center;
  font-size: 28px;
}

.front_kyosan_list {
  margin-top: 20px;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  justify-content: space-between;
}

.front_kyosan_list:before,
.front_kyosan_list:after {
  display: none;
}

/*ぱんくず*/
.breadcrumbs {
  margin-bottom: 15px;
}

/*サイドバー*/
.textwidget {
  padding-bottom: 10px;
}


/*フッター*/
footer.wrap_footer {
  margin-top: 65px;
}

#footer {
  padding-top: 35px;
  border-top: dotted 1px #CCC;
}

#footer p {
  font-size: 14px;
  margin-left: 20px;
}

.footer_navi {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
}

.footer_navi a {
  color: #000;
  text-decoration: none;
}

.footer_left {}

.footer_navi li {
  padding: 0px 4px;
}

.footer_navi li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #C8BB9B;
}

#copyright {
  clear: both;
  text-align: center;
  padding: 5px 0px;
  background: #D9EFFC;
  color: #000;
}

#foot_contact {
  width: 150px;
  height: 40px;
  border-radius: 5px;
  background-color: #E76100;
  margin-top: 5px;
  box-shadow: 2px 2px #CCC;
}

#foot_contact a {
  color: #FFF;
}

#foot_telphone {
  margin: 10px 0px;
}



/* コンテンツ部分 共通 */
.content_wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}

.maincontent {
  width: 930px;
  float: left;
  margin-right: 45px;
}


.sidebar {
  width: 225px;
  float: left;
}

.title_h2 {
  padding: 15px 0px;
  margin-bottom: 50px;
  border-bottom: solid 1px #CCC;
  background: url(/img/single_title_back.jpg) right center no-repeat;
}

.title_h2 h2 {
  float: left;
  color: #0395DE;
  margin-right: 50px;
}

span.title_span {
  float: left;
  padding-left: 15px;
  padding-top: 5px;
  color: #0395DE;
}

.font_serif{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.text_center{
  text-align:center;
}



.officer_item{
  max-width:125px;
  height:auto;
}
.officer_post{
  background-color: #0095E5;
  color: #FFF;
  text-align: center;
  margin-bottom: 5px;
}
.officer_photo{
  border: solid 1px #CCC;
}
.officer_photo img{
  width:140px;
  height:140px;
  object-fit: cover;
}
.officer_name{
  text-align:center;
}













/*サイドメニュー関係*/
.sidemenu_banner {
  margin-bottom: 20px;
}

#side_area h4,
#side_price h4,
#side_service h4,
#side_campain h4,
#side_hosyo h4 {
  border-left: solid 3px #060;
  border-bottom: dotted 1px #CCC;
  margin-top: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

#side_area ul {
  margin: 0px;
  padding: 0px;
}

#side_area li {
  float: left;
  margin-right: 8px;
}

.sidekagawa {
  margin-top: 15px;
}

.taken {
  margin-top: 15px;
}

#side_address {
  padding: 10px 0px;
  margin-bottom: 15px;
}

#side_price ul,
#side_service ul {
  margin: 15px 0px 0px 0px;
  padding: 0px;
}

#side_price li,
#side_service li {
  margin: 5px 0px;
}

#side_price li a,
#side_service a {
  text-decoration: none;
}

#side_company_info dd {
  margin-bottom: 15px;
}

address {
  font-style: normal;
}


@media screen and (min-width: 1200px) {

  .vc_child1 {
    display: flex;
    justify-content: space-between;
  }

  .footer_navi ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    flex-flow: column wrap;
    height: 200px;
  }

  .arc_child {
    display: flex;
    padding-bottom: 15px;
    border-bottom: dotted 1px #CCC;
    margin-bottom: 15px;
  }

  .icmc2span {
    background-color: #FFF000;
    transform: rotate(-5deg);
    text-align: center;
    display: inline-block;
    width: 150px;
    padding: 10px 0px;
    font-size: 24px;
    color: #0096E6;
    position: relative;
    top: -10px;
    left: 10px;
  }
}




@media screen and (max-width: 640px) {

  html,
  body {

    /* 謎余白の対策 */
    overflow-x: hidden;
  }

  #container {
    padding-top: 10px;
    border-top: solid 5px #0095E5;
    width: 100%;
  }

  .header {
    width: 100%;
    margin: 0px 0px 5px 0px;
  }

  #top_mainnavigation_new {
    width: 100%;
  }

  .content_wrap {
    width: 100%;
    margin-top: 10px;
  }

  .maincontent {
    width: 100%;
    clear: both;
    margin: 0px 0px 30px 0px;
    float: none;
  }

  .footer_navi {
    width: 100%;
  }

  .sidebar {
    clear: both;
    width: 100%;
  }

  /*ヘッダー*/
  #header_logo {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 9999;
    width: 60%;
    padding-left: 10px;
  }

  .head_rightcontent {
    display: none;
  }


  h1.h1title a img {
    width: 100%;
  }

  .mean-container .mean-bar {
    background: none;
    position: relative;
    padding-top: 25px;
    z-index: 21;
  }

  .mean-container a.meanmenu-reveal {
    padding: 26px 13px 11px;
    color: #0095E5;
  }

  .mean-container a.meanmenu-reveal span {
    background-color: #0095E5;
  }

  .mean-container .mean-nav ul li a {
    background-color: #FFF;
    color: #0095E5;
    border-top: 1px solid #CCC;
  }

  .mean-container .mean-nav ul li a:hover {
    background-color: #0095E5;
    color: #FFF;
  }


  /*フッター*/
  .footer_navi ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
  }

  .footer_navi ul li {
    width: 50%;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer_right {
    text-align: center;
    margin-top: 15px;
  }

  #foot_contact {
    text-align: center;
    margin: 15px auto;
  }

  footer.wrap_footer {
    margin-top: 20px;
  }

  /*サイドバー*/
  .sidebar {
    padding: 0px 15px;
  }

  #sidebar {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page_sidecontent {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0px 15px;
    margin: 20px 0px;
  }
  .page_sidecontent > .sidebar2{
    width: 47.5%;
  }


  .sidebar-child {
    width: 48%;
    margin-bottom: 20px;
  }

  .side_banner img {
    width: 100%;
  }

  .side_banner a {
    position: relative;
  }

  #text-13 {
    clear: both;
    display: block;
    width: 100%;
    margin: 15px auto;
  }

  #text-13 img {
    text-align: center;
    width: 100%
  }



  /*全般*/
  .title_h2 {
    background: none;
    padding: 10px;
    margin-bottom: 20px;
  }

  .title_h2 h2 {
    font-size: 20px;
  }

  span.title_span {
    display: none;
  }

  #pagetop {
    margin: 10px;
  }




}

.dl-list>div {
  font-size: clamp(14px, 2vw, 16px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: .75em;
}

.dl-list>div dt {
  width: 6em;
}

.dl-list>div dd {
  width: calc(100% - 7em);
}

.ul-list li {
  font-size: clamp(14px, 2vw, 16px);
  margin-bottom: 0.75em;
}

.skyimg img {
  height: auto;
}

.kyosan_banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kyosan_banner img {
  width: calc(25% - 5px);
  align-self: flex-start;
  margin-bottom: 4%;
}


.siryo_list li{padding-bottom:1rem;}
i.fa-file-pdf-o{color:red; margin-right:0.5rem;}




