@charset "UTF-8";
/*
Theme Name: source_child
Version: 2.1
Template: source_tcd045
*/


*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 35px;
}

.pc-only { display: block !important; }
.sp-only { display: none !important; }
@media only screen and (max-width: 767px) {
  .pc-only { display: none !important; }
  .sp-only { display: block !important; }
}


/* 共通タグ ----------------------------------------------------------*/

.index_free_content {
  width: 100% !important;
  margin: 0 auto;
}
.wrap {
  width: 1150px;
  margin: 0 auto;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .wrap { width: 100%; }
}
@media screen and (max-width: 767px) {
  .wrap { width: 90%; }
  .index_free_content { padding: 0 !important; }
}

.center {
  text-align: center;
  margin: 0 auto;
}

img { width: 100%; }

.post_content p {
  font-size: 16px;
  line-height: 2 !important;
  margin: 0 0 1em 0 !important;
}

a { text-decoration: none !important;}



/* 見出しetc --------------------------------------------------*/

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	font-weight: 500;
	line-height: 35px;
}
h2.h2_style1 {
	font-family: "Zen Kaku Gothic Antique";
	font-weight: 700 !important;
	font-size: 40px !important;
	text-align: center;
	color: #0f367c;
        line-height: 1 !important;
	margin-bottom: 60px !important;
}
h2.h2_style1 span {
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #0f367c;
}
h3.h3_style1 {
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 50px !important;
    color: #29abe2;
    padding: 0;
}
h3.h3_style2 {
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 50px !important;
    text-align: center;
    color: #29abe2;
    position: relative;
    padding-top: 100px !important;
    margin-bottom: 60px !important;
}
h3.h3_style2::before {
  background-color: #29abe2;
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 2px; /* 線の高さ */
  left: 0; /* 線の中央寄せ */
  margin-inline: auto; /* 線の中央寄せ */
  position: absolute;
  right: 0; /* 線の中央寄せ */
  width: 100px; /* 線の長さ */
}

p.txt_navy {
  font-size: 25px;
  color: #0f367c;
  font-weight: bold;
}

a.button01 {
  position: relative;
  display: block;
  background: #29ABE2;
  max-width: 100%;
  width: 375px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  margin: 1em auto 0;
}
a.button01 i {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  transform: translateY(-50%);
}

/* タブレット　レスポンシブ */
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #simulation.items {
    justify-content: space-evenly;
  }
  #sakugen-list {
    justify-content: center;
  }
  #jisseki .col_3 h4 {
    font-size: 22px !important;
  }
  #jisseki .col_3 p {
    font-size: 20px !important;
  }
  #jisseki .col_3 span {
        line-height: 2.9 !Important;
  }
  #jisseki .col_3, #affiliated-com .col_3 {
    width: 330px !important;
  }
}


/* スマホ　レスポンシブ ----------------------------------*/
@media only screen and (max-width: 767px) {
  h3.h3_style1 {
    font-size: 22px !important;
    line-height: 1.5 !important;
  }
  h2.h2_style1 {
     margin-bottom: 40px !important;
  }
  h3.h3_style2 {
    font-size: 22px !important;
    line-height: 40px !important;
    padding-top: 50px !important;
    margin-bottom: 40px !important;
  }
  p.txt_navy {
    font-size: 20px;
  }
}



/* flexbox --------------------------------------------------*/

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_3 {
  width: 31%;
  margin-bottom: 2em;
}
.col_2 {
  width: 48%;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .col_3, .col_2 {
    width: 100%;
  }
}



/* TOPページ --------------------------------------------------*/

/* header */
a:hover, .pc #header .logo a:hover, #comment_header ul li a:hover, .pc #global_menu > ul > li.active > a, .pc #global_menu li.current-menu-item > a, .pc #global_menu > ul > li > a:hover, #header_logo .logo a:hover, #bread_crumb li.home a:hover:before, #bread_crumb li a:hover, .color_headline, #footer_bottom a:hover, .pc .home.header_fix #global_menu li.current-menu-item > a, .pc .home.header_fix #global_menu > ul > li > a:hover {
  color: #0F367C !important;
}
.pc #global_menu > ul > li > a {
  padding: 0 20px;
}
.pc #global_menu li.current-menu-item > a {
   color: #fff !important;
}
.home #header {
  background: #29ABE2;
}
#header_slider .caption .title {
  line-height: 1.7;
}
#header a, mobile a.menu_button:before {
   color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .home #top {
    margin: 0 !important;
  }
  #header_slider .caption h2.title {
    font-size: 22px !important;
  }
}


/* main_contents -------------------------------*/
#vision {
	padding: 50px 0;
}

/* 新サービスについて */
#new-service {
	padding: 100px 0 0;
}
#top-point h3 {
    background: #fff;
    border: 1px solid #29abe2;
    color: #29abe2;
    font-size: 30px;
    font-weight: 600 !important;
    padding: 15px 30px;
    margin: 80px 0 0;
}
.point-inner {
    position: relative;
    margin: 0 0 80px;
    background: #e6f6f9;
    padding: 50px 70px;
    counter-reset: number; /*数字をリセット*/
}
.point-inner h4 {
  counter-increment: number;
  display: flex;
  align-items: center;
  font-size: 22px !important;
  color: #29abe2;
  font-weight: bold !important;
  padding-left: 70px !important;
  margin: 0 !important;
}
.point-inner h4:before{
  /* 以下数字をつける */
  position: absolute;
  content: counter(number);
  /*数字のデザイン変える*/
  background: #29abe2;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  left: 0;
  width: 50px;
  height: 50px;
}
.point-inner p {
  font-size: 16px;
  padding-left: 70px;
}

/* エネまるについて */
#enemaru {
    width: 90%;
    justify-content: center;
    margin: auto;
}
#enemaru .items { 
  justify-content: center;
}
#enemaru .col_2:first-of-type {
    width: 20%;
    margin: 0 auto 2em;
}
#enemaru .col_2:last-of-type {
    width: 75%;
}
#enemaru .txt_navy {
  font-size: 18px !important;
  margin: 1.5em 0 0 !important;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0 2em;
  padding: 25px 44px;
  max-width: 100%;
  width: 690px;
  background: #c0e8ef;
  border-radius: 10px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c0e8ef;
}
.balloon1 p {
  color: #0f367c;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px !important;
  margin: 0 !important;
  padding: 0;
}
#ene-img01 {
    width: 100%;
    max-width: 900px;
}

/* 削減シミュレーション例 */
p.txtbox-sky {
    max-width: 240px;
    width: 100%;
    height: 40px;
    line-height: 40px !important;
    background: #29abe2;
    border-radius: 20px;
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
    text-align: center;
    margin: 40px auto !important;
}
p.txtbox-navy {
    max-width: 200px;
    width: 100%;
    height: 40px;
    line-height: 40px !important;
    background: #0f367c;
    border-radius: 20px;
    color: #fff;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
    margin: 30px auto !important;
}
.txt-red {
    color: #ff3635;
}
#simulation {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
#simulation .col_3 {
  width: 280px;
  border: 1px solid #0f367c;
  padding: 15px;
}
#ene-img02 {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 5em;
}

/* 推奨コスト削減品目 */
#sakugen-hinmoku {
  padding: 0 0 50px;
}
#sakugen-list {
  color: #fff;
  position: relative;
}
#sakugen-list .col_2_r,
#sakugen-list .col_2_l {
  width: 555px;
  margin-bottom: 2em;
  padding: 30px 36px;
}
#sakugen-list .col_2_l {
  background: #2BC1C5;
}
#sakugen-list .col_2_r {
  background: #2AABE4;
}
@media (min-width: 768px) {
  #sakugen-list .col_2_r {
    padding-bottom: 90px;
  }
}
#sakugen-list .items .col_2a {
  width: 20%;
  margin-bottom: 1em;
}
#sakugen-list .items .col_2b {
  width: 75%;
  margin-bottom: 1em;
}
#sakugen-list img {
  width: 100px;
}
#sakugen-list h4 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* コスト削減実績 */
#jisseki {
  position: relative;
  margin: 50px 0 0;
}
#jisseki .col_3 {
  width: 360px;
  background: #E6F6F9;
  padding: 25px;
  margin-bottom: 50px;
}
#jisseki .col_3 h4 {
  font-size: 25px;
  font-weight: bold;
}
#jisseki .col_3 p {
  font-size: 25px;
  font-weight: bold;
  color: #057AAC;
  margin: 0 !important;
}
#jisseki .col_3 span {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background: #057AAC;
  padding: 8px;
  margin-right: 15px;
}

/* 他社との違い */
#top-hikaku {
  font-size: 16px;
  text-align: center;
}
#top-hikaku th {
  background: #fff;
  font-weight: bold;
  width: calc(100% / 4);
}
#top-hikaku th.hkk {
  color: #fff;
  background: #29ABE2;
}
#top-hikaku td.hkk {
  background: #E6F6F9;
}
#top-hikaku strong {
  color: #29ABE2;
}
#top-hikaku .sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}
#top-hikaku .sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background: #fff;
  z-index: -1;
}

/* 関連企業 */
#affiliated-com {
  padding: 120px 0;
}
#affiliated-com .col_3 {
  width: 350px;
}
a.button02 {
  height: 200px;
  background: #fff;
  border: 3px solid #2AABE4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2AABE4;
  font-size: 25px;
  font-weight: bold;
  line-height: 45px;
  display: grid;
  place-items: center;
  margin: 0 !important;
  padding: 25px;
}
a.button02:hover {
  color: #fff !important;
  background: #2AABE4;
}

/* ニュース・ブログ */
a.index_archive_link {
  color: #fff !important;
}
a.index_archive_link:hover {
  background: #0f367c !important;
  color: #fff !important;
}
#index_blog_list .blog_list {
  list-style: none;
  margin-left: 0;
}
.blog_list .box .meta {
  list-style: none;
  padding-left: 0;
}
.blog_list .box .category {
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  #new-service {
    padding: 50px 0 10px;
  }
  #top-point h3 {
    margin-top: 40px;
    padding: 10px 20px;
  }
  .point-inner {
    padding: 15px;
  }
  .point-inner h4 {
    font-size: 18px !important;
    padding-left: 50px !important;
    margin-bottom: 5px !important;
  }
  .point-inner h4:before {
    font-size: 18px;
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  .point-inner p {
    padding-left: 50px !important;
    line-height: 1.7 !important;
  }
  #enemaru {
    width: 100%;
  }
  #enemaru .col_2:first-of-type {
    width: 50%;
  }
  #enemaru .col_2:last-of-type {
    width: 100%;
  }
  #enemaru .txt_navy {
    margin: 0 !important;
  }
  .balloon1 {
    padding: 20px;
  }
  .balloon1 p {
    font-size: 18px;
    line-height: 25px !important;
  }
  #simulation {
    display: block;
  }
  #simulation .col_3 {
    width: 100%;
  }
  p.txtbox-navy {
    max-width: 90%;
    margin: 15px auto !important;
  }
  #ene-img02 {
    margin-bottom: 3em;
  }
  #sakugen-hinmoku {
    padding: 0 0 10px;
  }
  #sakugen-list .col_2_l, #sakugen-list .col_2_r {
    width: 100%;
    padding: 25px;
  }
  #sakugen-list .col_2_l { 
    margin-bottom: 3em;
  }
  #sakugen-list h4 {
    font-size: 20px;
  }
  #jisseki {
    margin-top: 20px;
  }
  #jisseki .col_3 {
    width: 100%;
    margin-bottom: 20px;
  }
  #top-hikaku td, #top-hikaku th {
    padding: 10px;
    line-height: 2;
  }
  #affiliated-com {
    padding: 60px 0 20px;
  }
  #affiliated-com .items {
    display: block;
  }
  #affiliated-com .col_3 {
    width: 100%;
  }
}


/* footer */
#footer_image .caption .title {
  font-weight: bold;
  line-height: 35px;
}
#footer_image .button {
  box-shadow: 5px 5px 6px #fff;
  border-radius: 0;
  max-width: 375px;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
#footer_image a:hover {
  background: #0f367c !important;
  color: #fff !important;
}
#footer_menu {
  margin: 0 0 40px;
}
#footer_menu ul {
  width: 70px;
  text-align: center;
}
#footer_menu ul#menu-footer_menu4 {
	width: 300px;
}
#footer_bottom, .mobile #copyright {
	background-color: #fff !important;
}
#copyright, #footer_bottom a {
	color: #29ABE2 !important;
}
@media only screen and (max-width: 767px) {
    #footer_image .wide_image .caption .title {
        font-size: 17px !important;
    }
}



/* 固定ページ ---------------------------------------------------- */

/* 会社概要ページ */
.jigyou-list .col_2 {
    margin-bottom: 4em;
    border: 3px solid #29ABE2;
    padding: 2%;
    text-align: center;
    display: grid;
    align-items: center;
}
.jigyou-list .col_2 h4 {
    font-size: 2em;
    font-weight: 900;
    color: #29ABE2;
}
.jigyou-list .col_2 .button01 {
  width: 450px;
}
.jigyou-list .col_2 a:hover a,
.jigyou-list .col_2 a:hover h4, {
  color: #0F367C !important;
}
@media screen and (max-width: 767px){
  .jigyou-list .col_2 {
    margin-bottom: 2em;
    padding: 3%;
  }
  .jigyou-list .col_2 h4 {
    font-size: 1.6em;
  }
  .jigyou-list .col_2 .button01 {
    width: 100%;
  }
}

/* ブログページ */
.blog #page_header .headline, .blog #page_header .desc {
  color: #0f367c !important;
}

/* お問い合わせページ */
table.CF7_table {
  margin: 0 auto;
  border: 3px solid #e5e5e5;
  font-size: 16px;
}
table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}
.CF7_table input,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
}
.CF7_req {
  font-size: .9em;
  font-weight: bold;
  padding: 7px;
  background: #0F367C;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
.CF7_table th {
  background: #E6F6F9 !important;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.CF7_table th, .CF7_table td {
  padding: 15px !important;
}
.CF7_table p {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px){
  .CF7_table th {
	width: 30%;
	background-color:#ebedf5;
  }
}
@media screen and (max-width: 768px){
  .CF7_table tr, .CF7_table td, .CF7_table th {
	display: block;
	width: 100%;
	line-height: 2.5em;
  }
}
.wpcf7 input.wpcf7-submit {
  background-color: #f79034;
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}
.CF7_btn {
  text-align: center;
  margin-top: 20px;
}
.wpcf7-spinner {
  width: 0;
  margin: 0;
}
.wpcf7-response-output {
    font-size: 1.2em;
    font-weight: bold;
    color: darkblue;
    background: #e6e6e6;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 0 !important;
}