@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/**/
.wrap {
    width: 1380px;}
.a-wrap{background: #FFFFFF; margin-bottom: 10px;}
/*既存のstyle　打ち消し*/
.main{background: none!important;padding: 0!important; width: 900px;}
.sidebar {width: 420px;background: none; padding: 0;}
.content {margin-top: 60px;margin-bottom: 60px;}
.content p{line-height: 1.4em;}
.footer{position: relative;}
.new-entry-cards .cat-label {
  display: inline;
}
.entry-card-thumb{display: none;}
.entry-card-content{margin-left: 0;}
h3.widget-sidebar-title.widget-title {
    background: #505f6d;
    text-align: center;
    color: #fff;
    margin: 0;
	}
.widget-entry-cards .a-wrap {
    padding: 10px 0;
    line-height: 1.3;
    margin-bottom: 4px;
    border-bottom: dashed 1.5px #cbcbcb;
	}
.widget-entry-cards figure {
    width: 120px;
    display: none;
	}
.widget-entry-card-content {
    margin-left: 0px;
	}
.widget-related-entry-cards.widget-entry-cards.no-icon.cf {
    padding: 20px;
    background: #fff;
}


/*1023px以下*/
@media screen and (max-width: 1023px){
	.wrap{width: 100%;}
	.content{padding:0 10px;margin-top: 30px;}
    h3 {
        font-size: 20px;
		line-height: 1.4em;
    }
}
/*title* 通常*/
.single_title_h2 {
      position: relative;
    background: #ffffff;
    padding: 20px 15px;
    margin: 50px 0 30px;
    padding-left: 20px;
    border-left: solid 5px #003e88;
    color: #333333;
	box-shadow: 0px 3px 7px 1px rgb(14 14 14 / 14%);}

.single_title_h2　h2{font-weight: 800; color: #333333;}
.single_title_h2 p {
    position: absolute;
    right: 10px;
    top: 38%;}
.single_title_h2 p span{margin-right: 10px;}

/*title* 通常*/
.case_title_h2　h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.case_title_h2 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}


/*title_案件*/
.header_title_case {
    background: #fff; height: 500px;position: relative;display: flex; align-items: center;}
.header_title_case .img{
	position: absolute;top: 0;left: 55%;z-index: 0;}
.header_case{position: relative;width: 50%;z-index: 1;}
.header_title_case .img img {
    height: 500px;
    object-fit: cover;
    object-position: 0 0;
}
.header_title_case .txt{z-index: 100;position: relative;}
.header_case .sub_txt{
	position: relative;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 3px;
	margin-bottom: 20px;
	z-index: 100;
}
.header_case .txt p{line-height: 1.6em;margin-bottom: 60px; font-size: 16px;}
.header_case h1.entry-title-case {
    font-size: 68px;
    line-height: 1.2em;
	margin-bottom: 30px;
	}
.header_btn a{
       position: relative;
    text-decoration: none;
    font-size: 24px;
    background: #d96b00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: all .3s ease 0s;
    width: 600px;
    padding: 20px 0 10px 0;
	}

.header_btn a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    right: 5px;
    color: #ffffff;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}

.header_btn a:hover {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 25%);
    transform: translateY(-.3em);
    background: #d96b00;
}

 .header_btn a span{
    position: absolute;
    display: inline-block;
    padding: 4px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    background: #00b718;
    box-sizing: border-box;
    border-radius: 100px;
    top: -40px;
	  left: 50%;
	 border: solid 4px #00b718;
  transform: translateX(-50%);
}

.header_btn a span:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  z-index: 2;
}

.header_btn a span:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #00b718;
  z-index: 1;
}

@media screen and (max-width: 1023px){
	.single_title_h2{margin: 30px 0 20px 0;padding-left: 10px;}
	.single_title_h2　h2{font-size: 24px;}
	.single_title_h2 p {
    position: relative;
    width: 100%;
    text-align: right;
	}
	
	.header_title_case{height: auto;}
	.header_case .sub_txt{font-size: 18px;margin-bottom: 10px; text-align: center;}
	.header_case h1.entry-title-case {
		font-size: 32px;text-align: center;}
	.header_btn a{width: 100%;}
	
	.header_case{width: 90%; margin: 30px auto 0;}
	.header_btn a span{width: 80%; text-align: center;}
	.header_title_case .img{position: initial;}
	.header_title_case .img img {
display: none;
	}
	
}


/*---------------------------------------

/*通常投稿style*/

/*---------------------------------------*/
.post_wrap {
    margin: 20px 0;
	padding: 20px;
    background: #fff;
}
.header_title{background: #FFFFFF;padding: 30px 0;}
.header_title_option {
    display: flex;
    align-items: center;
	}

.header_title_option ul{padding: 0; list-style: none;margin-right:0px;display: flex;}
.header_title_option ul li{margin-right: 10px;}
.header_title_option ul li a{background: #f1f1f1; padding: 5px 12px; color: #333333; font-size: 16px; text-decoration: none; letter-spacing:1px; font-weight: 600;}
.header_title_option p.data{ font-size: 16px; letter-spacing:1px; font-weight: 600;}

.header_title_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_title_main h1 {
    color: #003e88;
    margin: 0;}
.header_title_main .review_warp p{font-size: 24px; font-weight: 600;color: #003e88;}
.header_title_main .review_warp span{margin-right: 10px;font-size: 26px;}

/*フロントページ*/
.header_front {
    background: url(https://leapdog.co.jp/wp-content/uploads/2024/10/fv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding: 50px 0;
}
.header_front_title {
    display: block;
    text-align: center;
    color: #fff;
	margin-bottom: 20px;
	}
.header_front_title img{width: 350px;margin-bottom: 10px;}
.header_front_title p{font-size: 14px;}
ul.move__list.move__list--left{padding-left: 0!important;}

/*1023px以下*/
@media screen and (max-width: 1023px){
	.header_title{padding: 20px;}
	.header_title_option{margin-bottom: 20px;}
	.header_title_main{flex-wrap: wrap;}
	.header_title_main h1{width: 100%; font-size: 26px; padding: 0 0 10px 0;}
	.header_title_main .review_warp p,.header_title_main .review_warp span{font-size: 18px;}
	.header_title_option ul{width: 100%;}
	.header_title_option ul li a{font-size: 14px;letter-spacing:0px;}
	.header_title_option .data{width: 100%;text-align: right;}
	.header_front_title{
	width: 95%;margin: 0 auto 20px;}
	.header_front_title p {
    font-size: 12px;
	}
	
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.move {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
.move__wrap {display: flex;overflow: hidden;}
.move__list {display: flex;list-style: none;}
.move__list--left{animation :infinity-scroll-left 80s infinite linear 0.5s both;}
.move__item {width: calc(100vw/20);margin-left: 10px;}
.move__item > img{width: 100%;}
.move__item > img:hover{opacity: 0.7;}

@media screen and (max-width: 640px) {
.move__item {width: calc(100vw/5);margin-left: 5px;}
	
header.section_header.wrap {
    padding: 10px;
}	
}



/*---------------------------
      五段階評価
----------------------------*/
.star_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
}
.star_rating:before, .star_rating:after {
  content: '★★★★★';
}
.star_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}
.star_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.star_rating[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.star_rating[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.star_rating[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.star_rating[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.star_rating[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.star_rating[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.star_rating[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.star_rating[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.star_rating[data-rate="0"]:after {
  width: 0%;
} /* 星0 */


/*関連記事*/
.related_articles{background: #FFFFFF;padding-bottom: 20px;}
.related_articles h2{
	margin-top: 20px;
	background: #505f6d;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    color: #fff;
    letter-spacing: 2px;}

.related_articles ol{
	margin: 20px;
	padding-left: 0px;
	list-style: none;
	counter-reset: item;
}
.related_articles ol li{
    border-bottom: dashed 2px #a1a1a1;
    margin-bottom: 20px;
    position: relative;
    padding: 10px 10px 10px 50px;
    margin-bottom: 10px;
}
.related_articles ol li:last-child{margin-bottom: 0px;}
.related_articles ol li a{color:#333333; font-weight: 800; text-decoration: none;}
.related_articles ol li a:hover{color:#d96b00;}

.related_articles ol li:before {
 	position: absolute;
    counter-increment: item;
    content: counter(item);
    font-weight: bold;
    color: #FFFFFF;
    background: #505f6d;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 5px;
}
/*-------------------------------------------------------------
                      カスタムフォールド
---------------------------------------------------------------*/
/*○○とは*/
ul.cs_f_about {
    list-style: none;
    padding: 30px 20px;
    background: #fff;
}
ul.cs_f_about li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: solid 2px #cbcbcb;
	padding-bottom: 20px;}
ul.cs_f_about li:last-child{padding-bottom: 0; border-bottom: none;margin-bottom: 0;}

ul.cs_f_about li .point {
       background: #003e88;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
	border-radius: 100px;
}
ul.cs_f_about li .point{font-size: 12px; font-weight: 900;line-height: 2.0em;}
ul.cs_f_about li .point span{font-size: 26px; font-weight: 900;line-height: 1.4em;}

ul.cs_f_about li .txt{
	width: calc(100% - 100px);
	}

@media screen and (max-width: 1023px){
	ul.cs_f_about{padding: 20px 10px;}
	ul.cs_f_about li .point {width: 60px;height: 60px;font-size: 10px;}
	ul.cs_f_about li .point p{line-height: 1.8em;}
	ul.cs_f_about li .point p span{font-size: 20px;}
    ul.cs_f_about li .txt {
        width: calc(100% - 70px);
        line-height: 1.4em;
    }
	ul.cs_f_about li .txt P{line-height: 1.2em;}
}

/*評判口コミ*/

.cs_f_review_style {
    background: #fff;
    margin-top: 20px;
	padding-bottom: 1px;}
.cs_f_review_style ul{margin: 20px;padding: 0;}
.cs_f_review_style ul li{display: flex;background: #e6eef1;padding:15px; margin-bottom:20px;}
.cs_f_review_style ul li:last-child{margin-bottom: 0;}
.cs_f_review_style h3 {
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;}
.cs_f_review_style.good h3{background: #e28212;}
.cs_f_review_style.bad_ico h3{background:#5a676d;}
.cs_f_review_style.result h3{background: #3dadd6;}

.cs_f_review_style ul li .ico_img{width: 50px;height: 50px; margin-right: 15px}
.cs_f_review_style ul li .txt{width: calc(100% - 60px);display: flex;align-items: center;}
.cs_f_review_style ul li .txt p{line-height: 1.4em; font-size: 16px; font-weight: 600;}
@media screen and (max-width: 1023px){
	.cs_f_review_style ul{margin: 10px;}
	.cs_f_review_style ul li{margin-bottom: 5px;}
}


/*料金や導入費用*/
.cs_f_service_cost dl
  {display: flex;
  flex-wrap: wrap;
  width: 100%;}

.cs_f_service_cost dt {
  width: 250px;
  margin-right: 3px;
  margin-bottom: 3px;
  background-color: #003e88;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
}
.cs_f_service_cost dd {
  width: calc(100% - 258px);
  background: #FFFFFF;
  margin-bottom: 3px;
  font-size: 18px; font-weight: 600;padding: 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px){
	.cs_f_service_cost dt,.cs_f_service_cost dd{font-size: 18px;text-align: center;}
	.cs_f_service_cost dt{width: 130px;        line-height: 1.2em;
        font-size: 18px;}
	.cs_f_service_cost dd {
		width: calc(100% - 133px);}
}

/*導入事例*/
.cs_f_case_wrap{background: #FFFFFF; padding: 20px 20px 10px 20px;margin-bottom: 20px;}
.cs_f_case_wrap .company_name{background: #3e7794; color: #FFFFFF; font-size:20px; line-height: 1.4em; letter-spacing:1px;padding: 10px 15px; margin-bottom: 10px;}
.cs_f_case_wrap .company_data{background: #e6eef1; padding: 15px;margin-bottom: 10px;font-weight: 800;}
.cs_f_case_wrap .company_data p.title{font-size:20px; font-weight: 800;color: #3e7794;margin-bottom: 10px;}
.cs_f_case_wrap .company_data ul{padding-left: 20px; list-style: none;}
.cs_f_case_wrap .company_data ul li{position: relative;font-size: 18px;}
.cs_f_case_wrap .company_data ul li:after{position: absolute;
    content: "";
    background: #3e7794;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: -15px;
    top: 12px; }
@media screen and (max-width: 1023px){
	.cs_f_case_wrap{padding: 10px;}
	.cs_f_case_wrap .company_data ul li{font-size: 16px;}
}
/*-------------------------------------------------------------
                      API
---------------------------------------------------------------*/
/*cta*/
.api_top_cta {
	height: 150px;
    background:#00b718;
    border-radius: 6px;
    position: relative;
    box-shadow: 0px 3px 10px 2px rgb(14 14 14 / 14%);
	padding-left: 200px;
	transition: all .3s ease 0s;
}

.api_top_cta:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    right: 15px;
    color: #ffffff;
    line-height: 1;
    width: 25px;
    height: 25px;
    border: 6px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    
}

.api_top_cta a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
	text-decoration: none;
	color: #FFFFFF;
}
.api_top_cta a p{
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2em;
	text-align: center;
	text-shadow: #797979 1px 0 10px;}
.api_top_cta a p br.sp{display: none;}
.api_top_cta a p span{font-size: 46px;font-weight: 800;margin-right: 10px;}
.api_top_cta img {
    position: absolute;
    left: 30px;;
    bottom: 0;}
.api_top_cta:hover{
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 25%);
    transform: translateY(-.3em);
	background:#d96b00;}

@media screen and (max-width: 1023px){
	.api_top_cta{padding-left: 90px; height: 90px;}
	.api_top_cta:after{
        content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    right: 6px;
    color: #ffffff;
    line-height: 1;
    width: 15px;
    height: 15px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
	}
	.api_top_cta img {
	position: absolute;
    left: -15px;
    bottom: 0;
    width: 100px;}
	.api_top_cta a p{font-size: 16px;line-height: 1.4em;}
	.api_top_cta a p br.sp{display: block;}
	.api_top_cta a p span {font-size: 18px;margin-right: 0px;line-height: 1.2em;}
	}

/*api キューイ枠*/
.api_reco_service{}
.api_reco_service .title{display: flex; align-items: center; justify-content: space-between; background: #003e88; color: #FFFFFF; padding: 10px 20px;}
.api_reco_service .title h3{font-size: 26px;letter-spacing: 3px;line-height: 1.2em;}
.api_reco_service .title p.reco_star span{margin-right: 10px;}
.api_reco_service .table_wrap{padding: 10px; background: #FFFFFF;margin-bottom: 20px;}
.api_reco_service .table_wrap table{  
	margin-bottom: 0;
	vertical-align:middle;
	border: none;
	text-align: center;
	border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing: 3px;       /* 表の線と線の間の幅 */}
.api_reco_service .table_wrap table td:first-child{
	border: none;
	padding: 0;
	width: 190px;
	}
.api_reco_service .table_wrap table td img{width: 175px;box-shadow: 0px 0px 6px 2px rgb(14 14 14 / 14%);}
.api_reco_service .table_wrap table th {
	text-align: center;
    background: #003e88;
    color: #fff;
    width: 95px;
    font-size: 14px;
    padding: 0;
	}
.api_reco_service .table_wrap table td:last-child{padding: 10px 0px 10px 10px;border: none; width: 165px}
.api_reco_service .table_wrap table td{
    background: #e6eef1;
    font-weight: 800;
	    font-size: 16px;
}
.api_reco_service .table_wrap .data {
    display: flex;
    align-items: center;
}
.api_reco_service .table_wrap .txt_wrap{
	font-size: 16px;
    padding: 5px 10px;
    line-height: 1.6em;
}

.api_reco_service .table_wrap .data .txt{
	 width: calc(100% - 260px);font-size: 16px;line-height: 1.4em;  margin-right: 20px;
}
.api_reco_service .table_wrap .data .cta{width: 260px;}
.api_reco_service .table_wrap .cta a{
	border:solid 2px #00b718;
    background: #00b718;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 80px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 4px;
	    transition: all .3s ease 0s;
}
.api_reco_service .table_wrap .cta a:hover{
	border:solid 2px #00b718;
	color: #00b718;
	background: #FFFFFF;
}
@media screen and (max-width: 1023px){
	.api_reco_service .table_wrap{padding: 10px;}
	.api_reco_service .table_wrap table tr{display: flex;flex-wrap: wrap;}
	.api_reco_service .table_wrap table td:first-child {width: 100%;}
	.api_reco_service .table_wrap table td img{width: 80%;margin-bottom: 10px;}
	.api_reco_service .table_wrap table th{width: 35%;padding: 5px 3px;}
	.api_reco_service .table_wrap table td{width: 65%;padding: 5px 3px;font-size: 16px;}
	.api_reco_service .table_wrap .data{flex-wrap: wrap;}
	.api_reco_service .table_wrap .data .txt{width: 100%;margin-right: 0px;margin-bottom: 10px;}
	.api_reco_service .table_wrap .data .cta{width: 100%;}
	.api_reco_service .table_wrap .data .cta a{height: 60px;font-size: 24px;}
	.api_reco_service .title{flex-wrap: wrap;}
	.api_reco_service .title h3 {width: 100%;}
}


/*比較表*/
.api_compare_table,.api_compare_table_small{margin-top: 20px;background: #FFFFFF;padding-bottom: 20px;}
.api_compare_table h2,.api_compare_table_small h2{
    background: #003e88;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    color: #fff;
    letter-spacing: 2px;
}
.api_compare_table ul{padding: 9px;list-style: none; margin: 10px 20px 0 20px;}
.api_compare_table ul li{display: flex;align-items: center;border: solid 2px #c0c0c0; 	padding: 10px; margin-bottom: 10px;}
.api_compare_table ul li > div{height: 110px;}
.api_compare_table ul li .service {
	width: 20%;
	text-align: center;
    border-right: solid 1px #dddddd;
    padding-right: 10px;
	height: auto;
	}
.api_compare_table ul li .service p{
	margin-bottom: 3px;
	font-weight: 800;
	font-size: 12px;}

.api_compare_table ul li .service img{width: 125px;}
.api_compare_table ul li .data{width: 35%; border-right: solid 1px #dddddd; padding: 10px;}
.api_compare_table ul li .data dl{display: flex;align-items: center;flex-wrap: wrap;}
.api_compare_table ul li .data dt {
	text-align: center;
  width: 44%;
  margin-right: 1%;
  margin-bottom: 1%;
  background-color: #003e88;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding:10px 5px;
}

.api_compare_table dd {
	text-align: center;
  width: calc(100% - 45%);
  background: #e6eef1;
  margin-bottom: 1%;
  font-size: 13px; font-weight: 600;padding: 10px 5px;
}


.api_compare_table ul li .dl_btn{width: 20%; padding: 10px;border-right: solid 1px #dddddd;}
.api_compare_table ul li .dl_btn a{background: #d96b00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
	font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 1.2em;
    height: 85px;
    border-radius: 4px;transition: all .3s ease 0s;}
.api_compare_table ul li .dl_btn a:hover{box-shadow: 0 3px 6px 0 rgb(0 0 0 / 25%);
    transform: translateY(-.3em);}
.api_compare_table ul li .txt{width: 35%; padding-left: 10px; line-height: 1.4em;font-size: 12px; height: auto;}

.api_compare_table .bulk_btn {width: 90%;margin: 0 auto;}
.api_compare_table .bulk_btn a{
    position: relative;
    text-decoration: none;
    font-size: 18px;
    background: #d96b00;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: all .3s ease 0s;
}

.api_compare_table .bulk_btn a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    right: 5px;
    color: #ffffff;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
	}
.api_compare_table .bulk_btn a:hover {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 25%);
    transform: translateY(-.3em);
    background: #d96b00;
}


/*サイドバー スマホ用*/
.api_compare_table_small{
	vertical-align: middle;
    border: none;
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px;
}
.api_compare_table_small ul {
    padding: 0 0 1px 0;
    list-style: none;
    margin: 10px;
	}

 .api_compare_table_small ul li table{
    vertical-align: middle;
    border: none;
    text-align: center;
    border-collapse: separate;
    border-spacing: 5px;
	margin-bottom: 10px;
    border: solid 1px #c0c0c0;
    padding: 5px;
	 border: solid 1px #c0c0c06b;
    border-radius: 4px;
    padding: 3px;
}
.api_compare_table_small ul li table th{border: none;background: #FFFFFF;}
.api_compare_table_small ul li table td{background: #FFFFFF;}


.api_compare_table_small ul li table th.service{
	padding: 5px;
    background: #e6eef1;
    width: 30%;}
.api_compare_table_small ul li table th.service p{margin-bottom: 6px;font-size: 12px;}
.api_compare_table_small ul li table th.service img{width: 120px;}

.api_compare_table_small ul li table td.data{
	border: none;
    padding:3px;
    width: 40%;
    background: #e6eef1;}
.api_compare_table_small ul li table td.data p{font-size: 12px;    text-align: left;display: flex;}
.api_compare_table_small ul li table td.data span{
    color:  #003e88;
    text-align: left;
	font-weight: 800;
	margin-right: 3px;
}

.api_compare_table_small ul li table td.dl_btn{border: none;width:20%; padding: 0;}
.api_compare_table_small ul li table td.dl_btn a {
       background: #00b718;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 1.2em;
    border-radius: 4px;
    transition: all .3s ease 0s;
    height: 100px;
    letter-spacing: 1px;
}
.api_compare_table_small ul li table td.dl_btn a:hover{border: solid 2px #00b718;
    color: #00b718;
    background: #FFFFFF;}
.api_compare_table_small ul li table td.txt{
	margin-top: 5px;
	padding: 5px 10px 0 0;
	border: none;}

.api_compare_table_small ul li table td.txt p{
    font-size: 12px;
	line-height: 1.2em;
    text-align: left;}

.api_compare_table_small .bulk_btn{width: 90%;margin: 0 auto;}
.api_compare_table_small .bulk_btn a{
	line-height: 1.2em;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    background: #00b718;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: all .3s ease 0s;
}

.api_compare_table_small .bulk_btn a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    right: 5px;
    color: #ffffff;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
	}
.api_compare_table_small .bulk_btn a:hover {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 25%);
    transform: translateY(-.3em);
    background: #008f13;
}

@media screen and (max-width: 1023px){
	.api_compare_table{display: none;}
}

/*サイドバー　CTA*/
.api_side_cv{background: #FFFFFF; margin-bottom: 30px;}
.api_side_cv .title {
    background: #e6a509;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
	text-align: center;
	color: #FFFFFF;
	}
.api_side_cv .title p {    text-shadow: 0px 0px 4px rgb(181 128 0);
    font-weight: 800;
    font-size: 18px;
    line-height: 1.8em;letter-spacing:1px;}
.api_side_cv .title > span{
	background: #FFFFFF;
    color: #e6a509;
    padding: 2px 10px;
    margin-right: 10px;
    font-weight: 600;
    letter-spacing: 2px;}
.api_side_cv .title p span{font-size: 28px;letter-spacing:1px;}

.api_side_cv .api_side_cv_wrap{padding:20px 10px;}
.api_side_cv .api_side_cv_wrap ul{padding: 0;list-style: none;}
.api_side_cv .api_side_cv_wrap ul li {display: flex; align-items: center;margin-bottom: 3px;}
.api_side_cv .api_side_cv_wrap ul li .img{ margin-right: 10px;}
.api_side_cv .api_side_cv_wrap ul li .img img{width: 80px; box-shadow: 0px 1px 2px 1px rgb(14 14 14 / 13%);}
.api_side_cv .api_side_cv_wrap ul li .service_name {
    font-size: 15px;
	line-height: 1.6em;
    font-weight: 600;
	}
.api_side_cv .api_side_cv_wrap .cta_btn {
    width: 100%;
	}
.api_side_cv .api_side_cv_wrap .cta_btn a {
	position: relative;
    text-decoration: none;
    font-size: 18px;
    background: #d96b00;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
	transition: all .3s ease 0s;
}
.api_side_cv .api_side_cv_wrap .cta_btn a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    right: 5px;
    color: #ffffff;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
	}
.api_side_cv .api_side_cv_wrap .cta_btn a:hover {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 25%);
    transform: translateY(-.3em);
    background: #d96b00;
}

/*----------------------------------------------------------
案件用
-----------------------------------------------------------*/
/*cta*/

.case_top_cta{opacity: 0;}
.case_top_cta.hide {
    opacity: 10;
}

.case_top_cta a{
	position: fixed;
    background:#00b718;
    border-radius: 6px;
    box-shadow: 0px 3px 10px 2px rgb(14 14 14 / 14%);
	transition: all .3s ease 0s;
	padding: 20px;
	z-index: 9990;
    padding-left: 110px;
    padding-right: 60px;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
    align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #FFFFFF;
}

.case_top_cta a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 35%;
    right: 15px;
    color: #ffffff;
    line-height: 1;
    width: 20px;
    height: 20px;
    border: 6px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    
}
.case_top_cta a p{
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2em;
	text-align: center;
	text-shadow: #797979 1px 0 10px;}
.case_top_cta a p br.sp{display: none;}
.case_top_cta a p span{font-size: 46px;font-weight: 800;margin-right: 10px;}
.case_top_cta img {
	width: 100px;
    position: absolute;
    left: 10px;;
    bottom: 0;}



@media screen and (max-width: 1023px){
	.case_top_cta a{width: 90%; padding: 15px;padding-left: 30px; padding-right: 20px;}
	.case_top_cta a p{font-size: 18px;}
	.case_top_cta img {width: 65px;left: -15px; }
	.case_top_cta a:after {
    top: 39%;
    right: 7px;
    width: 12px;
    height: 12px;
    border: 4px solid currentColor;
	    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
	}
	
	
	}

.post_wrap h2 {
    padding: 0.5em;
    color: #010101;
    background: #eaf3ff;
    border-bottom: solid 3px #003e88;
    font-size: 24px;
    color: #003e88;
    margin-bottom: 20px;
}

.post_wrap h3 {
    display: inline-block;
  font-weight:bold;
  border-left: solid 3px #3e7794;
  margin: 20px auto 10px;
  padding: 5px 0px 5px 15px;
	font-size: 20px;}



/*----------------------------------------------------------
ブログカード
-----------------------------------------------------------*/
.my-blog-card {
    display: flex;
    gap: 15px;
	margin: 24px 4px;
    border:1px solid #ddd;
    border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.12);
    color: #333;
    text-decoration: none !important;
    overflow: hidden;
    transition:.3s;
}
.my-blog-card:hover {
    border: 1px solid #003e88;
	transform: translateY(-2px);
}
/* 画像 */
.my-blog-card-image {
    flex-shrink: 0;
	width: 160px;
}
.my-blog-card-image img {
	display: block;
	object-fit: cover;
    width: 100%;
    height: 100%;
}
/* コンテンツ */
.my-blog-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
	padding: 12px;
    min-width: 0;
}
/* タイトル */
.my-blog-card-title {
	margin-bottom: 8px;
	font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
}
/* 説明 */
.my-blog-card-description {
    font-size: .8em;
    color: #666;
    line-height: 1.7;
}
/* スマホ */
@media screen and (max-width:768px){
    /* 画像サイズ調整 */
    .my-blog-card-image{
        width:120px;
        height:90px;
    }
    .my-blog-card-image img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    /* 本文非表示 */
    .my-blog-card-description{
        display:none;
    }
    /* タイトル調整 */
    .my-blog-card-title{
        font-size:1em;
        margin-bottom:0;
        line-height:1.5;
    }
    /* 余白調整 */
    .my-blog-card-content{
        padding:6px;
    }
}

/*----------------------------------------------------------
FAQ
-----------------------------------------------------------*/
.post-qa {
}
.post-qa h2 {
}
.qa-item {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
    background-color: #fff;
	overflow: hidden;
}
.qa-item summary {
	position: relative;
	padding: 16px 50px 16px 16px;
	font-weight: bold;
	list-style: none;
	line-height: 1.8;
	cursor: pointer;
}
.qa-item summary span {
	color: var(--green);
}
.qa-item summary::-webkit-details-marker {
  display: none;
}
.qa-item summary::after {
	position: absolute;
	content: "＋";
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 1.2em;
	color: var(--green);
}
.qa-item[open] summary::after {
	content: "－";
}
.qa-answer {
	padding: 0 20px 20px;
	line-height: 1.8;
}
.qa-answer p {
	margin: 0;
}
.qa-answer p span {
	color: #ff5000;
}
@media screen and (max-width:768px){
	.post-qa {
		padding: 12px 12px 6px;
	}
	.post-qa h2 {
		font-size: 1em;
	}
	.qa-item summary {
		padding: 8px 30px 8px 8px;
	}
	.qa-answer {
		padding: 0 8px 8px;
	}
}