@charset "UTF-8";

/* =================================== */
/*
/*     Name: BLOG CSS
/*    Description: blog Settings
/*
/*    Create: 20190408
/*
/* =================================== */

.comp__article i {
	padding-right: 5px;
}

h3.dot:before{
  content: "";
  display: inline-block;
  width: 16px; height: 16px;
  background-image: url("https://www.infocubic.co.jp/blog/wp-content/uploads/2023/02/dot.png");
  background-size: 16px;
  background-repeat:no-repeat;
  vertical-align: middle;
  padding-right: 18px;
}
h3.facebook:before{
  content: "";
  display: inline-block;
  width: 16px; height: 16px;
  background-image: url("https://www.infocubic.co.jp/blog/wp-content/uploads/2023/02/facebook.png");
  background-size: 16px;
  background-repeat:no-repeat;
  vertical-align: middle;
  padding-right: 18px;
}
h3.linkedin:before{
  content: "";
  display: inline-block;
  width: 16px; height: 16px;
  background-image: url("https://www.infocubic.co.jp/blog/wp-content/uploads/2023/02/linkedin.png");
  background-size: 16px;
  background-repeat:no-repeat;
  vertical-align: middle;
  padding-right: 18px;
}
h3.pinterest:before{
  content: "";
  display: inline-block;
  width: 16px; height: 16px;
  background-image: url("https://www.infocubic.co.jp/blog/wp-content/uploads/2023/02/pinterest.png");
  background-size: 16px;
  background-repeat:no-repeat;
  vertical-align: middle;
  padding-right: 18px;
}
h3.instagram:before{
  content: "";
  display: inline-block;
  width: 16px; height: 16px;
  background-image: url("https://www.infocubic.co.jp/blog/wp-content/uploads/2023/02/instagram.png");
  background-size: 16px;
  background-repeat:no-repeat;
  vertical-align: middle;
  padding-right: 18px;
}
h3.tiktok:before{
  content: "";
  display: inline-block;
  width: 16px; height: 16px;
  background-image: url("https://www.infocubic.co.jp/blog/wp-content/uploads/2023/02/tiktok.png");
  background-size: 16px;
  background-repeat:no-repeat;
  vertical-align: middle;
  padding-right: 18px;
}
h3.youtube:before{
  content: "";
  display: inline-block;
  width: 16px; height: 16px;
  background-image: url("https://www.infocubic.co.jp/blog/wp-content/uploads/2023/02/youtube.png");
  background-size: 16px;
  background-repeat:no-repeat;
  vertical-align: middle;
  padding-right: 18px;
}

.headline-1 {
	font-size: 2.3rem !important; 
	border-left:5px solid #005EAC;
	padding-left:2rem;
	/*color: #FFF;
	background: #005EAC;
	color: #005EAC;
	*/
}

.headline-2 {
	font-size: 2.3rem !important; 
	/* border-left:5px solid #F5AF3C; */
	padding-left:2rem;
	color: #FFF;
	background: #005EAC;
	line-height: 1.5 !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sidebar button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
		display: block;
		width: 100%;
}

.widget_search input {
        background-color: transparent;
        border-radius: 3px;
		border: 1px solid #ccc;
		padding: 10px;
        outline: none;
        appearance: none;
		box-sizing:border-box;
		display: block;
		width: 100%;
}
.widget_search::placeholder {
	color: #7a7c84;
	opacity: 1;
}
.widget_search input {
	color: #7a7c84;
}
.widget_search label {
    color: #2c313f;
}
/* Search */
.search-form {
	position: relative;
}

.search-form .search-field {
	padding-right: 2.625em;
}

.search-form .search-submit {
	width: 44px;
	height: 44px;
	background: transparent;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 50%;
	appearance: none;
	transform: translate(0, -50%);
}
.search-form .search-submit:focus,
.search-form .search-submit:hover {
	background: transparent;
}
.search-form .search-submit > svg {
	width: 21px;
	height: 21px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.search-form .search-submit > svg > path {
	fill: #005EAD;
	transition: 0.3s;
}
.search-form .search-submit:hover > svg > path {
	fill: #F5AF3C;
}

/* .search-form .search-submit:before {
	background: #3e69dc;
	border-radius: 50%;
	content: "\f002";
	display: block;
	color: #fff;
	font-weight: 700;
	font-family: FontAwesome;
	width: 4rem;
	height: 4rem;
	line-height: 1.75;
	position: absolute;
	top: 25px;
	left: 0px;
	appearance: none;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2rem;
}
.search-form .search-submit:focus:before,
.search-form .search-submit:hover:before {
	background: #2c313f;
}
.widget-footer-top-area .search-form .search-submit:focus:before,
.widget-footer-top-area .search-form .search-submit:hover:before {
	background: rgba(255, 255, 255, 0.25);
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} */

.sidebar > div {
  margin-left: 20px;
}
.sidebar .archives button {
	position: relative;
	border: solid 1px #ccc;
	border-radius: 3px;
	padding:10px;
	color: #7a7c84;
	text-align: left;
}
.sidebar .archives button::after {
	background: url("../images/common/ico_arrow_link_black.png") no-repeat left center;
	transform: rotate(90deg);
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background-size: 8px 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}
.sidebar .archives ul {
  display: none;
	padding: 10px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	height: 300px;
	overflow-y: scroll;
}
.pagenation .page-numbers.dots{
  padding: 0 10px;
  line-height: 50px;
}
.pagenation .page-numbers.current,
.pagenation a.page-numbers {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  transition: all 0.2s ease;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  background-color: #015EAE;
  border: 1px solid #015EAE;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
  line-height: 50px;
}
.pagenation a.page-numbers:hover {
  background-color: #F6AD3C;
  border: 1px solid #fff;
}
.pagenation .page-numbers.current {
  background-color: #fff;
  border: 1px solid #015EAE;
  color: #015EAE;
  pointer-events: none;
}
.comp__section--tile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.comp__article::after {
	content: "";
	display: block;
	clear: both;
}
.comp__article img.arignright,
.comp__article img.arignleft {
	opacity: 0;
}
.comp__article .imgRight,
.comp__article .imgLeft {
	display: block;
	max-width: 50%;
	padding: 2rem;
}
.comp__article a.imgRight,
.comp__article a.imgLeft {
	border-bottom: none;
}
.comp__article .imgRight {
	float: right;
}
.comp__article .imgLeft {
	float: left;
}
.comp__article .imgRight img,
.comp__article .imgLeft img {
	width: calc(100% + 100px);
	max-width: calc(100% + 100px);
}
.comp__article .imgRight img.arignright,
.comp__article .imgLeft img.arignleft {
	opacity: 1;
}
.comp__article .imgLeft img {
	position: relative;
	left: -100px;
}
.comp__article .yarpp-related,
.comp__article .comp-profilebox {
	clear: both;
	place-items: center;
	display: grid;
}
.sideFormSection iframe {
	height: 337px;
}
.sideNavi li{
	font-size:15px;
}
@media only screen and (max-width: 1124px){
	.sideFormSection iframe {
	height: 386px;
}
@media only screen and (max-width: 800px){
	.sideFormSection iframe {
	height: 463px;
}
}
@media only screen and (max-width: 48em){
	.sideFormSection iframe {
	height: 320px;
}
}
.sideFormSection .titleBar {
	margin-bottom: 0;
	background-color: #2e3642;
	color: #fff;
	line-height: 1.5;
}
.sideNavi li{
	font-size:14px;
}
.sideNavi .text {
	color: #005EAD;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}
.sideNavi .tag-cloud-link {
	color: inherit;
}
.sideNavi .tag-cloud-link:hover {
	color: #F5AF3C;
}
.sideNavi .categories:hover {
    color: #F5AF3C;
}

@media only screen and (max-width: 48em) {
  .sidebar > div {
    margin-left: 0;
  }
  .pagenation a.page-numbers,
  .pagenation .page-numbers.current {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
  }
	.comp__article a.imgRight,
	.comp__article a.imgLeft {
		max-width: calc(100% + 100px);
		margin-left: calc(-20px - 1rem);
		margin-right: calc(-20px - 1rem);
		padding: 1rem 0;
		float: none;
		text-align: center;
	}
	.comp__article .imgRight img,
	.comp__article .imgLeft img {
		width: 100%;
		max-width: 100%;
	}
	.comp__article .imgLeft img {
		left: 0;
	}
	.comp__article .imgRight {
		padding-right: 0;
	}
	.comp__article .imgLeft {
		padding-left: 0;
	}
	.sideNavi .text {
	font-size: 2.0rem;
	text-align: left;
}
}
