@charset "UTF-8";
/*-----------------------------------

	info_block

-----------------------------------*/
#info_block {
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
}
#info_block .lower_h3 {
  margin-bottom: 20px;
  text-align: left;
}
#info_block .lower_h3.cat_title {
  font-size: 26px;
}
#info_block .left_box {
  width: 64.728%;
  float: left;
}
#info_block .info_list,
#info_block .blog_list {
  background: #fff;
}
#info_block .info_list li,
#info_block .blog_list li {
  width: 100%;
  margin-bottom: 1.5%;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
#info_block .blog_list li {
  overflow: hidden;
}
#info_block .info_list li:hover,
#info_block .blog_list li:hover {
  box-shadow: none;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
}
#info_block .info_list li a,
#info_block .blog_list li a {
  display: block;
  font-size: 14.5px;
  color: #5b5b5b;
  padding: 20px 0;
}
#info_block .blog_list li a {
  overflow: hidden;
}
#info_block .blog_list li img {
  float: left;
  width: 42%;
  border-radius: 3px;
}
#info_block .blog_list .text_box {
  float: right;
  width: 55%;
}
#info_block .info_list li p,
#info_block .blog_list li p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#info_block .info_list li p {
  font-weight: 500;
  font-size: 15px;
  color: #595959;
}
#info_block .blog_list li p {
  margin-top: 0;
}
#info_block .info_list li:hover p,
#info_block .blog_list li:hover h3 {
  color: #335fce;
}
#info_block .info_list .day,
#info_block .blog_list .day {
  font-family: "Josefin Sans", sans-serif;
  margin-right: 15px;
}
#info_block .blog_list .day {
  float: left;
  display: inline-block;
  font-size: 14.5px;
  color: #9e9e9e;
}
#info_block .info_list .category,
#info_block .blog_list .category {
  font-size: 12px;
  color: #ffffff;
  padding: 5px 7px;
  line-height: 1;
  background: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#info_block .blog_list .category {
  float: right;
  display: inline-block;
}
#info_block .link_btn {
  float: right;
  width: 140px;
  padding: 10px 0 10px 15px;
  color: #fff;
  background: #333;
  border-bottom: none;
}
#info_block .link_btn:after {
  border-color: transparent transparent transparent #fff;
}
#info_block .blog_list .text_box h3 {
  font-size: 20px;
  line-height: 150%;
  color: #3f3f3f;
}
#info_block .blog_list .text_box .author_img_box {
  width: 100%;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
#info_block .blog_list .text_box .author_img_box img {
  float: right;
  width: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* staff_list */
#info_block #staff_list {
  margin-top: 70px;
}
#info_block #staff_list h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
#info_block #staff_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f2f8fb;
  padding: 40px 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#info_block #staff_list ul li {
  width: 26%;
  margin-right: 10%;
  margin-bottom: 40px;
}
#info_block #staff_list ul li:nth-child(3n) {
  margin-right: 0;
}
#info_block #staff_list ul li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  border: 5px solid #fff;
}
#info_block #staff_list .author_name {
  display: none; /* 非表示 */
}

/* other_box */
#other_box {
  float: right;
  width: 28%;
  margin-top: 0;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#other_box .box_style h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e3e3e3;
  overflow: hidden;
}
#other_box .box_style h4 span:nth-child(1) {
  display: inline-block;
  float: left;
}
#other_box .box_style h4 span:nth-child(2) {
  display: inline-block;
  float: right;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  color: #ddd;
}
#other_box .box_style ul li {
  margin-bottom: 20px;
}
#other_box .box_style ul li:last-child {
  margin-bottom: none;
}

/* search */
#other_box #search {
  margin-bottom: 20px;
}
#search #searchform {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ddd;
  display: block;
  padding: 3px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
#search #searchform input[type="text"] {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  border: none;
  padding: 12px 0 12px 10px;
  width: 90%;
}
#search #searchform input[type="text"]:focus {
  outline: 0;
}
#search #searchform button {
  cursor: pointer;
  font-family: "Font Awesome 5 Brands";
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879d9;
  position: absolute;
  width: 2.5em;
  height: 50px;
  right: 0;
  top: 0;
  outline: none;
}
#search #searchform input::placeholder {
  color: #d3d3d3;
}
/* IE */
#search #searchform input:-ms-input-placeholder {
  color: #d3d3d3;
}
/* Edge */
#search #searchform input::-ms-input-placeholder {
  color: #d3d3d3;
}
/* recent_list, popular_list */
#other_box .box_style {
  margin-bottom: 50px;
}
#other_box .box_style .btn_wrap {
  overflow: hidden;
}
#other_box .box_style .link_btn_more {
  display: block;
  width: 80px;
  padding: 5px 0 4px 13px;
  margin-top: 15px;
  margin-right: 5px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
  position: relative;
  color: #fff;
  background: #344092;
  float: right;
}
#other_box .box_style .link_btn_more:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
#other_box .box_style .link_btn_more:hover {
  background: #000;
}
#other_box .box_style .link_btn_more:hover:after {
  right: 13px;
}
#other_box .recent_list li,
#other_box .popular_list li {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
#other_box .recent_list li a,
#other_box .popular_list li a {
  font-size: 15px;
  padding: 15px 0;
  display: block;
  overflow: hidden;
}
#other_box .recent_list li a:hover,
#other_box .popular_list li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
#other_box .recent_list li img,
#other_box .popular_list li img {
  float: left;
  width: 40%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#other_box .recent_list li span {
  display: inline-block;
  width: 63%;
}
#other_box .recent_list li .text_box,
#other_box .popular_list li .text_box {
  float: right;
  width: 63%;
}
#other_box .recent_list li p,
#other_box .popular_list li p {
  display: inline-block;
  float: right;
  width: 55%;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 0;
  color: #424242;
}
#other_box .info_recent li p {
  float: none !important;
  width: 100%;
}
#other_box .recent_list li .day,
#other_box .popular_list li .day {
  display: inline-block;
  width: 90px;
  float: left;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  color: #adadad;
  margin-left: 5%;
}
#other_box .info_recent li .day {
  margin-left: 0 !important;
}
#other_box .recent_list li .category,
#other_box .popular_list li .category {
  display: inline-block;
  width: auto;
  float: right;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 4px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#other_box .popular_list {
  counter-reset: section;
}
#other_box .popular_list li a {
  position: relative;
}
#other_box .popular_list li a:before {
  counter-increment: section;
  content: counter(section);
  display: block;
  color: #fff;
  background: #259ba6;
  width: 20px;
  height: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 10;
}
#other_box .popular_list li:nth-child(1) a:before {
  background: #cdb64b;
}
#other_box .popular_list li:nth-child(2) a:before {
  background: #b4b4b4;
}
#other_box .popular_list li:nth-child(3) a:before {
  background: #9e833b;
}
/* category_list */
#other_box .category_list {
  margin-top: 25px;
  margin-bottom: 50px;
}
#other_box .category_list li {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 10px !important;
}
#other_box .category_list li a {
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #000;
  border-radius: 2px;
}
#other_box .category_list li a:hover {
  opacity: 0.6;
}

/* detail */
.main_col {
  float: left;
  width: 62.728%;
}
#detail .day_box {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
#detail .day_box span {
  display: block;
}
#detail .day_box .day {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #c2c2c2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#detail .day_box .tag {
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#detail .eye_catch img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#detail .detail_text {
  width: 100%;
}
#detail .detail_text h3 {
  font-size: 28px;
  font-weight: 500;
  color: #0f0f0f;
  line-height: 1.5;
  padding-bottom: 20px;
}
#detail .main_txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 205%;
  letter-spacing: 0.08em;
  color: #292929;
  margin-top: 45px;
}
#detail .main_txt .content_link {
  margin-top: -100px;
  padding-top: 100px;
}
#detail .main_txt h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 170%;
  color: #0f0f0f;
  padding: 15px 0 15px 20px;
  margin: 65px 0 35px;
  border-left: 4px solid #1960b7;
  background: #f7f7f9;
}
#detail .main_txt h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  color: #212121;
  margin: 30px 0;
  padding-left: 0;
}
#detail .main_txt h5:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #3064d6;
  vertical-align: -3px;
}
#detail .main_txt p {
  margin-bottom: 2em;
  font-size: 17px;
  line-height: 220%;
}
#detail .main_txt strong,
#detail .main_txt em,
#detail .main_txt b {
  padding: 0 0.4em;
}
#detail .main_txt .marker {
  background: linear-gradient(transparent 55%, #f8ffb7 35%);
  font-weight: bold;
  padding: 0 0.4em;
}
#detail .main_txt img {
  display: block;
  margin: 30px 0;
}
#detail .main_txt table {
  width: 100%;
  border: 1px solid #e1e1e1;
  margin: 30px 0;
  font-size: 15px;
}
#detail .main_txt table td {
  padding: 15px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  vertical-align: middle;
}
#detail .main_txt table thead td {
  font-weight: 500;
  background: #f5f5f5;
}
#detail .main_txt ol {
  counter-reset: rank;
}
#detail .main_txt ol li {
  position: relative;
}
#detail .main_txt ol li:before {
  counter-increment: rank;
  content: counter(rank);
}
#detail .main_txt .content_ol {
  margin-bottom: 20px;
  padding: 20px 40px 30px;
  background: #fdfdfd;
  border: 2px solid #f1f1f1;
  border-radius: 8px;
}
#detail .main_txt .content_ol ol li {
  line-height: 170%;
  padding-left: 15px;
  padding: 5px 0 5px 15px;
  overflow: hidden;
}
#detail .main_txt .content_ol ol li:before {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  margin-left: -1%;
  margin-right: 1%;
  float: left;
}
#detail .main_txt .content_ol ol li a {
  display: inline-block;
  width: 97%;
  float: right;
}
#detail .main_txt .content_ol h6 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
#detail .main_txt a {
  color: #0083ef;
  text-decoration: underline;
  word-break: break-all;
  font-weight: 500;
}
#detail .main_txt a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#detail .main_txt .link_detail {
  display: block;
  width: 70%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 25px 0;
  margin: 40px auto;
  background: #ee6f16;
  border-bottom: 6px solid #a65014;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#detail .main_txt .link_detail:hover {
  background: #d35f0c;
  opacity: 1;
}
#detail .main_txt blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  border: solid 2px #464646;
  color: #464646;
}
#detail .main_txt blockquote:before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 15px;
  content: "“";
  color: #77c0c9;
  font-size: 43px;
  line-height: 1;
  font-weight: 900;
}
#detail .main_txt blockquote p {
  padding: 0;
  font-size: 15px;
  line-height: 180%;
  margin: 10px 0;
}
#detail .main_txt blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* author_area */
#author_area {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 1px dotted #e1e1e1;
  border-bottom: 1px dotted #e1e1e1;
  overflow: hidden;
}
#author_area .author_box {
  float: left;
  width: 150px;
}
#author_area .author_box h3 {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 5px;
  width: 150px;
  color: #393939;
  font-size: 14px;
  text-align: center;
  background: #e0edff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#author_area .author_box h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #e0edff;
}
#author_area .author_box img {
  width: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#author_area .author_box .author_name {
  display: none; /* 表示 */
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

/* sns */
.sns__container {
  float: right;
  width: 70%;
  margin-top: 55px;
}
.sns__container h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.sns__container a {
  display: block;
  width: 25%;
  text-align: center;
  float: left;
  color: #fff;
  padding: 10px 0;
}
/*
.at-resp-share-element.at-mobile .at4-share-count-container,
.at-resp-share-element.at-mobile .at-label {
	display: block !important;
}
.at-resp-share-element.at-mobile .at-share-btn {
	margin-right: 1.5% !important;
	margin-bottom: 1.5%;
	margin-left: 0;
	width: 31.3%;
	display: inline-block;
	border-radius: 3px !important;
}
.at-resp-share-element .at-share-btn .at-label {
	padding: 0 !important;
}

@media screen and (max-width: 640px) {
	.at-resp-share-element.at-mobile .at-share-btn {
		padding: 5px 0 5px 5px;
		text-align: left;
	}
	.at-resp-share-element .at-icon {
		width: 24px !important;
		height: 24px !important;
		vertical-align: middle;
	}
}
*/

.sns__container a:hover {
  opacity: 0.6;
}
.sns__container a i {
  font-size: 26px;
}
.sns__twitter {
  background: #55acee;
}
.sns__facebook {
  background: #3b5998;
}
.sns__pocket {
  background: #ef3f56;
}
.sns__line {
  background: #1dcd00;
}
.sns__hatena {
  background: #00a5de;
}

/* relation */
#relation {
  margin: 30px 0 120px;
  padding: 60px 0 50px;
  border-top: 1px dotted #e1e1e1;
  border-bottom: 1px dotted #e1e1e1;
}
#relation h3 {
  font-size: 22px;
  text-align: center;
}
#relation ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#relation li {
  width: 50%;
  margin-bottom: 30px;
}
#relation li a {
  display: block;
  height: 100%;
}
#relation .relation_text {
  font-size: 17px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 15px;
  width: 52%;
  margin-right: 5%;
  float: right;
}
#relation a:hover .relation_text {
  color: #3577c7;
}
#relation .img_link img {
  float: left;
  width: 40%;
}
#relation .img_link a {
  width: 90%;
  float: left;
  margin-right: 2%;
}

/* pager */
#info_block .pager_box {
  margin-top: 80px;
}
#detail .pager_box {
  /*margin-top: 100px;*/
  margin-top: 40px;
}
#info_block .page-numbers {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#info_block .page-numbers a,
#info_block .page-numbers span {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dfdfdf;
}
#info_block .page-numbers .current {
  padding: 9px 0;
  font-weight: bold;
  line-height: 230%;
  color: #ffffff !important;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
  border-radius: 5px;
}
#info_block .page-numbers li {
  float: left;
  width: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
}
#info_block .page-numbers a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
#info_block .page-numbers a:hover {
  background: #2f2f2f !important;
  border-color: #2f2f2f;
  color: #fff;
}
#info_block .page-numbers .dots {
  background: none !important;
  border: none;
  font-weight: 600;
  line-height: 50px;
}
#info_block .page-numbers .dots a {
  color: #515151 !important;
}
#info_block .page-numbers .back_btn a,
#info_block .page-numbers .next_btn a {
  width: 100px;
  background: #fff;
  position: relative;
}
#info_block .page-numbers .back_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 4.3px 2.5px 0;
  border-color: transparent #333434 transparent transparent;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#info_block .page-numbers .next_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4.3px;
  border-color: transparent transparent transparent #333434;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#info_block .page-numbers .back_btn a:hover,
#info_block .page-numbers .next_btn a:hover {
  color: #fff;
}
#info_block .page-numbers .back_btn a:hover:before {
  border-color: transparent #fff transparent transparent;
}
#info_block .page-numbers .next_btn a:hover:before {
  border-color: transparent transparent transparent #fff;
}
#detail .page-numbers {
  width: 440px;
}
#detail .page-numbers .all_btn,
#detail .page-numbers .all_btn a {
  width: 200px;
}

@media screen and (max-width: 1300px) {
  #info_block {
    padding: 60px 0 130px;
  }
}

@media screen and (max-width: 980px) {
  /* author_area */
  #author_area .author_box img {
    float: none;
    display: block;
    width: 150px;
    margin: 0 auto;
  }
  #author_area .author_box {
    float: none;
    width: 100%;
  }
  #author_area .author_box h3 {
    width: 100%;
    font-size: 15px;
    margin: 0 auto 20px;
    padding: 15px 5px;
  }

  /* sns__container */
  .sns__container {
    float: none;
    width: 100%;
    margin-top: 35px;
  }
  .sns__container h5 {
    text-align: center;
  }
}

@media screen and (max-width: 840px) {
  #info_block {
    padding: 50px 0 70px;
  }
  #info_block .info_list,
  #info_block .blog_list {
    margin-top: 25px;
  }
  .main_col {
    width: 100%;
    float: none;
  }
  #info_block .left_box {
    width: 100%;
    float: none;
  }
  #info_block .info_list li p,
  #info_block .blog_list .text_box h3 {
    font-size: 18px;
    line-height: 180%;
  }
  #info_block #staff_list {
    margin-top: 40px;
  }
  #info_block #staff_list ul {
    padding: 20px;
  }
  #info_block #staff_list ul li {
    width: 28%;
    margin-right: 7%;
    margin-bottom: 20px;
  }
  #info_block #staff_list h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  /* other_box */
  #other_box {
    float: none;
    width: 100%;
    margin-top: 70px;
    padding: 0;
    border: none;
  }
  #other_box .box_style {
    float: none !important;
    width: 100%;
    margin-right: 0;
  }
  #other_box .box_style:last-child {
    margin-top: 50px;
  }

  /* detail */
  #detail .day_box {
    display: block;
    width: 100%;
    float: none !important;
  }
  #detail .detail_text h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  #info_block {
    padding: 30px 0 60px;
  }
  #info_block.contents_inner {
    width: 100%;
  }
  .home #info_block.contents_inner,
  .archive #info_block {
    width: 90%;
    margin: 0 auto;
  }
  #info_block .lower_h3.cat_title {
    font-size: 18px;
  }
  #info_block .info_list li,
  #info_block .blog_list li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5%;
    box-shadow: none;
  }
  #info_block .info_list li,
  #info_block .blog_list li {
    border: none;
    border-bottom: 1px dotted #ebebeb;
  }
  #info_block .info_list li a,
  #info_block .blog_list li a {
    font-size: 14px;
    padding: 10px 0;
  }
  #info_block .info_list li p,
  #info_block .blog_list li p {
    margin-top: 0;
  }
  #info_block .info_list li p {
    float: left;
    font-size: 14.5px;
    margin-top: 10px;
  }
  #info_block .info_list li a {
    overflow: hidden;
  }
  #info_block .info_list .day {
    float: left;
  }
  #info_block .info_list .category {
    display: inline-block;
  }
  #info_block .blog_list .text_box h3 {
    font-size: 13px;
    line-height: 160%;
    margin-top: 0;
  }
  #info_block .blog_list li img {
    width: 37%;
  }
  #info_block .blog_list .text_box {
    width: 60%;
  }
  #info_block .blog_list .day {
    font-size: 13px;
  }
  #info_block .info_list .category,
  #info_block .blog_list .category {
    font-size: 10px;
    padding: 3px 5px;
  }
  #info_block .blog_list .text_box .author_img_box {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #info_block .blog_list .text_box .author_img_box img {
    width: 35px;
  }
  #detail .eye_catch img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  #detail .page-numbers .all_btn {
    width: auto;
  }

  /* relation */
  #relation {
    margin: 0 0 70px;
    padding: 25px 0 20px;
  }
  #relation ul {
    margin-top: 30px;
  }
  #relation li {
    width: 100%;
    margin-bottom: 15px;
  }
  #relation h3 {
    font-size: 18px;
  }
  #relation .relation_text {
    font-size: 13.5px;
    width: 55%;
    margin-right: 0;
  }
  #relation .img_link {
    width: 100%;
    margin-right: 3%;
  }

  /* detail */
  .main_col {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  #info_block .left_box {
    width: 100%;
    float: none;
  }
  #detail .detail_text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  #detail .day_box {
    width: 90%;
    float: none !important;
    margin: 0 auto;
    padding-left: 0;
    border-left: none;
    overflow: hidden;
  }
  #detail .day_box .day {
    font-size: 16px;
    text-align: left;
    float: left;
  }
  #detail .day_box .tag {
    float: left;
    margin-top: 0;
    margin-left: 15px;
    padding: 5px 5px;
    font-size: 10px;
  }
  #detail .main_txt {
    font-size: 14px;
    margin-top: 30px;
  }
  #detail .main_txt h4 {
    font-size: 18px;
    margin: 40px 0 10px;
    padding: 10px 0 10px 15px;
    line-height: 170%;
  }
  #detail .main_txt .content_link {
    margin-top: -50px;
    padding-top: 50px;
  }
  #detail .main_txt .content_ol {
    padding: 20px 20px 20px;
  }
  #detail .main_txt .content_ol ol li a {
    display: inline-block;
  }
  #detail .detail_text {
    width: 90%;
    margin: 0 auto;
    float: none !important;
  }
  /*
	#info_block #staff_list {
		width: 90%;
		margin: 40px auto 0;
	}
	*/

  /* author_area */
  #author_area {
    width: 90%;
    margin: 50px auto 0;
  }

  /* other_box */
  .post-template-default #other_box,
  .staff_blog-template-default #other_box {
    width: 90%;
    margin: 40px auto 0;
  }
  .home #other_box {
    width: 100%;
  }
  #other_box .box_style h4 {
    font-size: 16px;
  }
  #other_box .recent_list,
  #other_box .popular_list {
    margin-bottom: 45px;
  }
  #other_box .recent_list li .category,
  #other_box .popular_list li .category {
    width: auto;
    padding: 3px 10px;
  }
  #other_box .box_style ul li a,
  #other_box .box_style ul li a img {
    display: block;
    margin: 0 auto;
  }
  #detail .main_txt table {
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  /* pager */
  #info_block .pager_box {
    margin-top: 40px;
  }
  #detail .pager_box {
    margin-top: 70px;
  }
  #info_block .page-numbers {
    width: 100%;
    font-size: 12px;
    margin: 0 10px;
  }
  #info_block .page-numbers a,
  #info_block .page-numbers span {
    margin-bottom: 10px;
  }
  #info_block .page-numbers a {
    font-size: 13px;
  }
  #detail .page-numbers {
    width: 280px;
    font-size: 12px;
    margin: 0 auto;
  }
  #detail .page-numbers .back_btn a,
  #detail .page-numbers .next_btn a {
    width: 50px;
  }
  #detail .page-numbers .back_btn a:before {
    left: 3px;
  }
  #detail .page-numbers .next_btn a:before {
    right: 3px;
  }
  #detail .page-numbers .all_btn a {
    width: 90px;
  }
}

/* Adsens style */
ins {
  height: auto !important;
  background-color: inherit;
  color: #000;
  text-decoration: none;
  /*border: 1px solid #ddd;*/
}

/* blogcard */
#detail .linkcard .lkc-link,
#detail .linkcard .lkc-link .lkc-title {
  text-decoration: none !important;
}
@media screen and (max-width: 640px) {
  #detail .linkcard .lkc-content {
    height: 115px;
  }
}
@media screen and (max-width: 480px) {
  #detail .linkcard .lkc-content {
    height: 103px;
  }
}
