.blog_head h2{
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.blog_20180104 {
    display: inline-block!important;
    width: 10em!important;
}
.blog_content {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
}
.blog_content, .blog_content p{
    text-align: left;
    font-size:16px;
    font-weight:normal;
    line-height: 200%;
}
.blog_content ul, .blog_content ol{
    margin:10px 0 0 20px;
}
.blog_content ul li, .blog_content ol li{
    text-align: left;
    margin-bottom:10px;
    fon-size:inherit;
}
.blog_content ul.list{
    list-style: circle;
}
.blog_content h3 {
    font-size: 21px;
    text-align: left;
    padding: 5px 0 10px 15px;
    margin: 20px 0;
    border-left: 10px solid #8cc4ff;
    border-bottom: 1px solid #cccccc;
    line-height: 120%;
    font-weight: bold;
}
.blog_content h3.title_gray {
    font-weight: bold;
    color: #3a3a3a;
    padding: 20px 15px;
    background-color: #eef1f3;
    line-height: 1.5;
    margin: 20px 0 15px;
    font-size: 16px;
    border-left: none;
    border-bottom: none;
}
.blog_content strong{
    font-size:110%;
    font-weight:bold;
}
.20180104 img{
    display: block;
    width: 100%;
    max-width: 412px!important;
    margin: 20px auto;
    height: auto;
}
.blog_content img{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    height: auto;
}

.blog_info{
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    font-size: 14px;
}
.blog_info .meta {
    text-align: left;
}
.blog_info .meta div{
    display: inline-block;
    padding-top: 10px;
    text-align: left;
}
.blog_info .meta div.meta_category{
    margin-right: 10px
}
.blog_info .meta div.meta_category a{
    text-decoration: underline;
}
.blog_info .meta div.meta_tag a{
    display: inline-block;
    border: 1px dotted #dfefff;
    padding: 0 10px;
    background-color: #f7f7f7;
    font-size: 12px;
}
/*page navigation*/
.page_navi{
    font-size: 14px;
    text-decoration: underline;
}
.page_navi a{
    color: #017df1;
    text-decoration: underline;
}
.page_navi .prev_post{
    float: left;
    padding-right: 10px;
}
.page_navi .next_post{
    float: right;
    padding-left: 10px;
}
/*-----------------------sidebar.php*/
.blog_module h3.module_title{
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.blog_module ul{
    margin-bottom: 30px;
}
.blog_module ul li{
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}
.blog_module ul li:last-child{
    border: none;
}
/*ãƒ¡ãƒ«ãƒžã‚¬ãƒ•ã‚©ãƒ¼ãƒ */
.search{
    padding: 10px;
    font-size: 14px;
    text-align: left;
}
.search p{
    margin: 5px 0;
    text-align: left;
}
.search p:last-child{
    text-align: center;
}
.search input[name="email"]{
    width :100%;
    padding: 3px;
    font-size: 14px;
    text-align: left;
}
.search input[type="submit"]{
    display: inline-block;
    background-color: #017df1;
    color: #fff;
    line-height: 100%;
    margin: 5px;
    padding: 10px;
    font-size: 14px;
    border: none;
}
.search input[name="unsubscribe"] {
    background-color: #c1c1c1;
}
/*SNSã‚¢ã‚¤ã‚³ãƒ³*/
.blog_module ul.sns_icons {
    text-align: left;
    padding: 0 5px;
}
.blog_module ul.sns_icons li{
    display: inline-block;
    padding: 5px;
    border: none;
    font-size: 36px;
}
/*-----------------------archive.php category.php*/
.archive_item{
    float: left;
    width: 30%;
    height: 320px;
    margin: 0 5% 20px 0;
}
.archive_item a{
    font-size: 12px;
    text-decoration: none;
}
.archive_item:hover h3{
    color: #017df1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.archive_item:hover img{
    opacity: 0.6;
}
.archive_item h3{
    /* border-bottom: 1px dotted #ccc; */
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
    font-size: 16px;
}
.archive_item p{
    font-size: 14px;
    text-align: left;
}
.archive_container .archive_item:nth-child(3n){
    margin-right: 0	;
}
.archive_item .thumbnail_container{
    position: relative;
    width: 100%;
    height: 130px;
    margin: 10px 0;
    overflow: hidden;
}
.archive_item .thumbnail_container img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    max-height: 130px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pagenation ul li {
    /*float: left;*/
    margin-left: 3px;
    display: inline-block;
}
.pagenation ul li:first-child {
    margin-left: 0;
}
.pagenation ul li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #8cc4ff;
    background-color: #8cc4ff;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.pagenation ul li a:hover {
    background-color: #017df1;
    border-color: #017df1;
}
.pagenation ul .active {
    border: 1px solid #8cc4ff;
    padding: 5px 15px;
    color: #8cc4ff;
    font-weight: bold;
}
.category_name {
    font-size: 28px;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0 0 40px;
    border-left: 5px solid #8cc4ff;
    line-height: 120%;
}
/*---------------------------------------é–¢é€£è¨˜äº‹ï¼ˆrelated-entries.phpï¼‰*/
#related_entries{
    padding: 30px 0 0;
}
#related_entries h3{
    font-size: 18px;
    margin-bottom: 20px;
}
#related_entries p{
    text-align: left;
}
#related_entries .related_entry{
    display: table;
    margin-bottom: 30px;
    text-decoration: none;
    cursor: pointer;
}
#related_entries .related_entry:hover{
    opacity: 0.7;
}
#related_entries div.thumb{
    display: table-cell;
}
#related_entries div.thumb span{
    display: block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#related_entries div.txt{
    display: table-cell;
    padding-left: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}
#related_entries div.txt h4{
    margin-bottom: 5px;
    color: #017df1;
    font-weight: bold;
    text-align: left;
}
#related_entries div.txt span{
    display: block;
    color: #27a0db;
    font-size: 90%;
    text-decoration: underline;
}
@media screen and (max-width:480px) {
    .archive_item {
        float: none;
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto 60px;
    }

    .archive_container .archive_item:nth-child(3n) {
        margin-right: auto;
    }

    .blog_head h2 {
        font-size: 18px;
    }

    .category_name {
        font-size: 20px;
    }
    .blog_content h3 {
        font-size: 18px;
    }

    .blog_module h3.module_title {
        font-size: 14px;
    }

    .blog_info {
        font-size: 12px;
    }

    #related_entries div.txt,
    #related_entries p {
        font-size: 12px;
    }
    .blog_module ul.sns_icons li {
        font-size: 28px;
    }
    .blog_content ul li, .blog_content ol li{
        font-size:inherit;
        font-weight:inherit;
    }
}
/** å°Žå…¥äº‹ä¾‹ **/
dl.case_head{
	width:96%;
	clear:both;
	margin:0 2% 20px 2%;
	padding:0;
	display:inline-block;
	background: none;
	border-radius: 0px;
}
dl.case_head dt{
	width:90%;
	margin:0 5%;
	padding:0;
	border-left:0px;
}
dl.case_head dd{
	width:100%;
	margin:0;
	padding:0;
}
dl.case_head dt img{
  width:auto;
	max-width:100%;
}
dl.case_head dd .f_left{
	width:45%;
  float:left;
	margin:0;
	padding:0;
}
dl.case_head dd .f_right{
	width:50%;
  float:right;
	margin:0;
	padding:0;
}
dl.case_head div.case_icon {
	width: 150px;
	padding: 2px 0;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	margin-bottom: 10px;
}
dl.case_head h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	color: #433dae;
	line-height: 120%;
}
dl.case_head p.case_zigyou {
	font-size: 14px;
	margin: 0 0 5px 17px;
	text-align: left;
	color: #433dae;

}
dl.case_head p.case_url {
	font-size: 14px;
	margin-bottom: 10px;
	color: #8F8F8F;
}
dl.case_head p.case_username{
	font-size: 14px;
	margin-bottom: 5px;
}
dl.case_head p.case_date{
	font-size: 11px;
	margin-top: 5px;
	text-align:right;
}
dl.case_head p.case_point{
	font-size: 14px;
	margin:10px 0 10px;
}
dl.case_head p.case_point strong{
	padding-bottom: 2px;
	border-bottom:solid 1px #000;
}
dl.case_head ul.case_list{
	padding:0 0 0 10px;
	margin:0px;
	list-style: disc;
  line-height: 120%;
}
dl.case_head ul.case_list li{
	padding:0;
	margin:0 0 3px 0;
	font-size:14px;
	color:#ff0000;
	/*font-weight:bolc;*/
}
p.case_text{
	margin-bottom:30px;
	line-height:180%;
}
#whitepaper_sec01 .case_wp{
	margin:30px 0;
}
#whitepaper_sec01 .case_wp a{
	text-decoration:none;
  border-radius:15px;
  padding:10px 20px;
  display: inline-block;
  background:#03a9fa;
  color: #ffffff;
  cursor:pointer;
  transition: all 0.5s;
}
#whitepaper_sec01 .case_wp a:hover{
	transition: all 0.5s;
	background: #0099ff;
  padding:15px 25px;
}
.case_img{
	margin:20px 0;
}
.case_img img{
	width:60%;
	height:auto;
}
@media print, screen and (max-width:768px) {
dl.case_head{
	width:100%;
	clear:both;
	margin:0 0 20px 0;
	padding:0;
	display:inline-block;
	background: none;
	border-radius: 0px;
}
dl.case_head dt{
	width:100%;
	clear:left;
	margin:0 0 20px 0;
	padding:0;
	border-left:0px;
}
dl.case_head dd{
	width:100%;
	clear:left;
	margin:0;
	padding:0;
}
dl.case_head dd .f_left{
	width:100%;
  clear:left;
	margin:0;
	padding:0;
}
dl.case_head dd .f_right{
	width:100%;
  clear:right;
	margin:0;
	padding:0;
}
dl.case_head h4 {
	font-size: 14px;
}
.case_img img{
	width:90%;
	height:auto;
	margin-left:5%;
	margin-right:5%;
}
}/**max-width:768px**/
#case_anchor{
	width:10px;
	height:10px;
	position:absolute;
	left:0px;
	top:160px;
}

/** ç”»åƒç”¨ãƒªãƒ³ã‚¯ **/

.png_link a img{
opacity: 0.7;
}

.png_link a:hover img {
  opacity: 0.5;
  transform:scale(1.01,1.01);
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}

.link_image a:hover img {
  opacity: 0.7;
  transform:scale(1.01,1.01);
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}

/** ç›®æ¬¡ **/

dl.blog_summery{
	min-width: 80%;
	display: inline-block;
	margin:30px 0 10px;
	padding:20px;
	background-color: #fcfcfc;
	border:1px solid #ccc;
}
dl.blog_summery dt{
  width:100%;
  padding:0;
  font-weight: bold;
  font-size:16px;
  margin-bottom:20px;
}
dl.blog_summery dd{
  width:100%;
  text-align: left;
  margin:0 ;
  padding:0;
}
dl.blog_summery dd ul{
  list-style-type: disc;
  margin:0 0 0 0px;
  padding:0;
  text-align: left;
}
dl.blog_summery dd ul li{
  padding:0 0 0.5em 10px;
  margin:0 0 5px 30px;
  list-style-type: disc;
  font-size:1.2em;
  text-align: left;
}
dl.blog_summery dd ul li a{
 text-decoration: none!important;
}
dl.blog_summery dd ul li a:hover{
 text-decoration: none;
}
@media screen and (max-width:768px){
dl.f_half dt{
   width:100%;
   clear:left;
   margin:0 0 20px 0;
   padding:0;
  }
dl.f_half dd{
   width:100%;
   clear:right;
   margin:0;
   padding:0;
  }
dl.blog_summery{
    width:80%;
  }
}

@media screen and (max-width:480px){
dl.blog_summery{
    width:100%;
  }
}

/** ç›®æ¬¡ã€€æ•°å­—ç‰ˆ **/
ol {
    counter-reset: section;
}
ol>li:before {
    content : counters(section, '.') '. ';
    counter-increment : section;
}
dl.blog_summery dd ol li{
  padding:0 0 0.5em 10px;
  margin:0 0 5px 0px;
  font-size:16px;
  text-align: left;
}
dl.blog_summery dd ol li:last-child{
  padding:0 0 0 10px;
}
dl.blog_summery dd ol li::marker{
	content :"";
}
@media screen and (max-width:768px){
dl.blog_summery dd ol{
	margin:0;
}
dl.blog_summery dd ol li{
	margin: 0 0 5px 0px;
}
}

#a1{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a2{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a3{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a4{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a5{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a6{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a7{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a8{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a9{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a10{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a11{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a12{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a13{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a14{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a15{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a16{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a17{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a18{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a19{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a20{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a21{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#a22{
    margin-top: -150px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 150px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b1{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b2{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b3{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b4{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}

#b5{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b6{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b7{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b8{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b9{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b10{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
#b11{
    margin-top: -50px; /* ãƒªãƒ³ã‚¯ä½ç½®ä¸Šæ˜‡åˆ† */
    padding-top: 50px; /* ä¸Šæ˜‡åˆ†ã‚’æˆ»ã™åˆ† */
}
.kari_br {
	margin-top:20px;
}
.title_margin {
	margin-top:60px!important;
}
.kari_strong {
	font-weight:bold;
}

.blog_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

.blog_table  tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
.blog_table  th,
.blog_table  td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.blog_table  th {
}
.blog_table  thead tr{
  background-color: #eee;
}
.txt{

}
.price{

}
@media screen and (max-width: 600px) {
.blog_table  {
    border: 0;
    width:100%
  }
.blog_table  th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
.blog_table  thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

.blog_table  tr {
    display: block;
    margin-bottom: .625em;
  }

.blog_table  td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
.blog_table  td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

.blog_table td:last-child {
    border-bottom: 0;
  }
.blog_table  td.pad8em {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 8em;
    border-right: none;
  }
}
blockquote.blog {
    position: relative;
    padding: 20px 20px 20px 32px;
    box-sizing: border-box;
    font-style: italic;
    background: #f3f3f3;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    margin-bottom:10px;
    border-left: 4px solid #9dd4ff;
}
@media print, screen and (max-width:576px) {
blockquote.blog {
    padding: 20px 32px 20px 32px;
}
}
blockquote.blog:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 40px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free"!important;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #92d4ff;
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
    font-weight: 900;
}

blockquote.blog:after{
    position: absolute;
    content: '';
    top: 40px;
    left: -15px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 15px #6eb3e0;
}

blockquote.blog p {
    position: relative;
    padding: 0;
    z-index: 3;
    line-height: 200%;
}

blockquote.blog cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*---------------------------------------popupç”»åƒç”¨*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 0px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}
.popup-inner img {
  width: 80%;
}
@media print, screen and (max-width:576px) {
.popup-inner {
  padding: 0 10px;
}
.popup-inner img {
  width: 100%;
}
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8);
  z-index: 1;
  cursor: pointer;
}

.floating-banner{
position:fixed;/*è¿½å¾“*/
z-index:99999;/*ä»–ã®è¦ç´ ã®ä¸‹ã«éš ã‚Œãªã„ã‚ˆã†ã«*/
bottom:0px;/*ãƒãƒŠãƒ¼ã®ä¸Šä¸‹ã®ä½ç½®*/
right:72px;/*ãƒãƒŠãƒ¼ã®å·¦å³ã®ä½ç½®*/
}
.pc{
width:300px;/*ãƒãƒŠãƒ¼ã®æ¨ªå¹…ã‚’æŒ‡å®š*/
}
.floating-banner:hover{
opacity:.8;/*ãƒ›ãƒãƒ¼ã§å°‘ã—é€éŽ*/
}
.sp{
display:none;/*PCã§ã¯ã‚¹ãƒžãƒ›ç”¨ã®ãƒãƒŠãƒ¼ã¯éžè¡¨ç¤ºã«*/
}
@media print, screen and (max-width:576px){
.pc{
display:none;/*ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆã‚µã‚¤ã‚ºä»¥ä¸‹ã§PCç”¨ã®ãƒãƒŠãƒ¼ã‚’éžè¡¨ç¤ºã«*/
}
}
@media print, screen and (max-width:576px){
.sp{
display:block;/*æ¶ˆã—ã¦ã„ãŸã‚¹ãƒžãƒ›ç”¨ã®ãƒãƒŠãƒ¼ã‚’è¡¨ç¤ºã•ã›ã‚‹*/
}
}

/*---------------------------------------é›»å­å¸³ç°¿ä¿å­˜æ³•ç”¨*/
.flex_dencho_blog {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin:10px 0!important;
    background:#EDEDED;
    padding: 20px 30px;
}
.flex_dencho_blog::after{
	display: block;
	content:"";
	width:45%;
}
.flex_dencho_blog li {
	width:45%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
    margin-bottom:30px;
    position: relative;
}
@media screen and (max-width:640px){
.flex_dencho_blog li {
	width:100%;
    padding-top:40px;
}
}
.flex_dencho_blog li:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid;
    border-color: #4c4948 #4c4948 transparent transparent;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.flex_dencho_blog li:last-child:after {
    content: none;
}
@media screen and (max-width: 768px){
.flex_dencho_blog li:after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) rotate(135deg);
    top: 100%;
}
.flex_dencho_blog li:last-child:after {
    content: none;
}
}
.txt_strong_blog {
	font-weight: 600!important;
    font-size: 120%!important;
}

.flex_dencho_blog2 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin:10px 0!important;
    padding: 10px 0px;
}
.flex_dencho_blog2::after{
	display: block;
	content:"";
	width:45%;
}
.flex_dencho_blog2 li {
	width:48%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
    margin-bottom:30px;
    background:#EDEDED;
    padding:10px;
}
@media screen and (max-width:640px){
.flex_dencho_blog2 li {
	width:100%;
    padding:40px;
}
}
.txt_weight600_blog {
	font-weight: 600!important;
}
blockquote.blog {
    position: relative;
    padding: 20px 10px 20px 32px;
    box-sizing: border-box;
    font-style: italic;
    background: #f3f3f3;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    margin-bottom:10px;
}
@media print, screen and (max-width:576px) {
blockquote.blog {
    padding: 20px 32px 20px 32px;
}
}
blockquote.blog:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 40px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free"!important;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #92d4ff;
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
    font-weight: 900;
}

blockquote.blog:after{
    position: absolute;
    content: '';
    top: 40px;
    left: -15px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 15px #6eb3e0;
}

blockquote.blog p {
    position: relative;
    padding: 0;
    z-index: 3;
    line-height: 200%;
}

blockquote.blog cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.link_btn_b {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 30px auto 0;
}
@media screen and (max-width:640px){
.link_btn_b {
    width: 100%;
    display:block;
}
}
.flex_workflow {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin:20px 0 0 0;
}
.flex_workflow::after{
	display: block;
	content:"";
	width:22%;
}
.flex_workflow li {
	width:45%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
    margin-bottom:30px;
    background: #fff;
    padding:20px;
    position: relative;
}
@media screen and (max-width:640px){
.flex_workflow li {
	width:100%;
    padding-top:40px;
}
}
.flex_workflow li:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid;
    border-color: #4c4948 #4c4948 transparent transparent;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.flex_workflow li:last-child:after {
    content: none;
}
@media screen and (max-width: 768px){
.flex_workflow li:after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) rotate(135deg);
    top: 100%;
}
.flex_workflow li:last-child:after {
    content: none;
}
}
.flex_workflow li h4{
	font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
}
.kanren_blog {
    max-width: 920px;
    margin: 40px auto;
    border: solid 2px #0698af;
    border-radius: 10px;
    position: relative;
}
.kanren_blog .article_box_subheading {
    padding: 0 40px;
    background: #0698af;
    border-radius: 8px;
    color: #fff;
    position: absolute;
    top: -17px;
    left: 50px;
}
.kanren_blog a {
    display: block;
    padding: 30px 20px 0px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    transition: .7s;
}
.kanren_blog .article_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.kanren_blog .article_box img {
    width: 20%;
    height: auto;
    margin: inherit;
}
.kanren_blog .article_box .article_title {
    width: 70%;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
}
@media screen and (max-width: 768px){
.kanren_blog .article_box img {
    width: 50%;
}
.kanren_blog .article_box .article_title {
    width: 45%;
    font-weight: normal;
    font-size: 16px;
    line-height: 200%;
    text-align:left;
}
}
.blog_flex  {
	display:flex;
}
@media screen and (max-width: 768px){
.blog_flex  {
	display:block;
}
}
.blog_flex div.content_left {
	float:none!important;
}
.blog_flex div.content_right {
	float:none!important;
}
.area_sticky {
	position: sticky;
    top: 160px;
}
.blog_module:nth-child(4){
	position: sticky;
    top: 124px;
}
::marker {
	content:"";
}
.sheet_basic {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px dotted #6aabcb;
  border-bottom: 1px dotted #6aabcb;
}
.sheet_basic tr th, .sheet_basic tr td {
  border-top: 1px dotted #6aabcb;
  border-right: 1px dotted #6aabcb;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  /* display: block; */
  margin-top: -1px;
}
.sheet_basic tr th {
  background: #daf3ff;
  color: #3c80a2;
}
.sheet_basic2 {
  width: 100%;
  border-left: 1px dotted #6aabcb;
  border-bottom: 1px dotted #6aabcb;
}
.sheet_basic2 tr th, .sheet_basic2 tr td {
  border-top: 1px dotted #6aabcb;
  border-right: 1px dotted #6aabcb;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  margin-top: -1px;
}
.sheet_basic2 tr th {
  background: #daf3ff;
  color: #3c80a2;
}
@media print, screen and (min-width: 768px) {
  .sheet_basic tr th, .sheet_basic tr td {
    display: table-cell;
  }
}
#sub_box {
    padding: 20px 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
    width:300px;
    margin-top:20px;
    margin-bottom:70px;
}
#sub_box.fixedd {
  /* 固定時のスタイル */
  position: fixed;
  top:90px;
  width:300px; /* 横幅を保持 */
  z-index: 1000; /* 他の要素の上に表示 */
}
#sub_box #cloudpbx_name{
    text-align: center;
    font-size:18px;
    margin:0 auto;
    padding:0;
}
#sub_box #cloudpbx_company{
    text-align: center;
    font-size:12px;
    margin:0 auto;
    padding:0;
    color:#ccc;
}
#sub_box img{
  width:80%;
  margin:0 auto 10px;;
}
#sub_box dl{
  width:90%;
  margin:0 auto;
  display: inline-block;
  padding:0;
}
#sub_box dl::after{
  content:"";
  clear:both;
  display: block;
}
#sub_box dl dt{
  width:15%;
  margin:0 auto;
  float:left;
  padding:3px;
  color:#666;
  font-size:12px;
  text-align: left;
}

#sub_box dl dd{
  width:85%;
  margin:0 auto;
  float:right;
  padding:3px;
  color:#000;
  font-size:12px;
  text-align: left;
}
#sub_box .side_link1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  width:90%;
  margin:0 auto 15px;
  min-height: 40px;
  font-weight: bold;
  border-bottom: 4px solid #f57c00;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #f57c00;
  padding:5px;
}

#sub_box .side_link1:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}

#sub_box .side_link2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  width:90%;
  margin:0 auto;
  min-height: 40px;
  font-weight: bold;
  border-bottom: 4px solid #000000;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #000000;
  padding:5px;
}

#sub_box .side_link2:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}
#sub_box .side_link1 a, #sub_box .side_link2 a{
  color:#fff;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #sub_box {
      display: none;
  }
  #sub_box.fixedd {
    display: none;
  }
}
