@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :  blog_layout.css
 style info :  media cssの定義
=================================================================== */

/* common ************************************/
time {
  display: block;
}

@media only screen and (max-width: 690px) {
  time {
    font-size: 12px;
  }
}

#contents {
  width: 94%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

#contents_left {
  float: left;
  width: calc(100% - 340px - 30px);
}

#contents_right {
  float: right;
  width: 340px;
}

@media only screen and (max-width: 979px) {
  #contents_left {
    float: none;
    width: 100%;
  }

  #contents_right {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 979px) {
  #contents {
    width: 85%;
  }
}

/* article list **********************************/

/* article {
  margin-bottom: 16px;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
}

article .post_thumbnail {
  float: left;
  width: 27%;
}

@media only screen and (max-width: 690px) {
  article .post_thumbnail {
    width: 34%;
  }
} */

article .post_thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
}

article::after {
  display: table;
  clear: both;
  content: "";
}

article .info {
  float: right;
  width: 70%;
}

@media only screen and (max-width: 690px) {
  article .info {
    width: 62%;
  }
}

article .info .title {
  margin: 8px 0 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 690px) {
  article .info .title {
    margin: 6px 0 6px;
    font-size: 18px;
    line-height: 1.4;
  }
}

article .info time {
  position: relative;
  font-size: 11px;
  line-height: 1;
}

article.relationlist {
  padding: 0;
  border: none;
}

/* SNS **********************************/
.sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.sns_share.head {
  padding-top: 15px;

  /* padding-bottom: 10px; */
  margin-top: 0;

  /* border-width: 1px 0 1px 0;
		border-style: solid; */
}

.sns_share.foot {
  padding-top: 20px;
  margin-top: 35px;
  border-style: solid;
  border-width: 1px 0 0 0;
}

.sns_share li {
  margin-right: 10px;
  list-style: none;
}

.sns_share .fb .fb-share-button.fb_iframe_widget span {
  display: block !important;
}

@media only screen and (max-width: 690px) {
  article .info .sns_share {
    display: none;
  }

  .sns_share li.fb {
    margin-top: -5px;
  }
}

/* main detail **********************************/
.cover {
  margin: 25px auto 40px;
  text-align: content;
}

.cover img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* next prev **********************************/
#nextprev {
  margin-top: 24px;
  margin-bottom: 56px;
}

#nextprev li {
  list-style: none;
}

#nextprev li a {
  font-weight: bold;
}

#nextprev li a:hover {
  text-decoration: none;
}

#nextprev .prev {
  float: left;
}

#nextprev .next {
  float: right;
}

/* relation **********************************/
#relation {
  margin-top: 40px;
}

#relation article {
  float: left;
  width: 49%;
  padding-bottom: 0;
  margin-right: 2%;
  margin-bottom: 24px;
  border-bottom: none;
}

#relation article:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 690px) {
  #relation article {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

#relation .title {
  padding-bottom: 10px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1;
  border-style: solid;
  border-width: 0 0 3px 0;
}

#relation::after {
  display: table;
  clear: both;
  content: "";
}

.relationlist .post_thumbnail {
  float: left;
  width: 35%;
}

.relationlist .post_thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.relationlist time,
.relationlist .txt {
  float: right;
  width: 60%;
}

.relationlist time {
  margin-top: -5px;
  font-size: 11px;
}

.relationlist .txt {
  margin-top: 3px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 690px) {
  .relationlist .txt {
    margin-top: 0;
  }
}

article#main p {
  margin-bottom: 20px;
}

article#main > div:not(.catelist):not(.taglist) {
  margin-bottom: 40px;
}

/* ---------------------------
詳細ページ 見出し
---------------------------- */

/* #articledetail h2 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  border-top: 3px solid #333333;
  position: relative;
}

#articledetail h2:before {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  top: -3px;
  left: 0;
} */

/* #articledetail h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  padding-bottom: 7px;
  margin-bottom: 16px;
  border-left: none;
} */

#articledetail h4 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

#articledetail h4::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 80%;
  content: "";
  background-color: #232323;
}

#articledetail h4::after {
  position: absolute;
  top: 20%;
  left: 3px;
  width: 3px;
  height: 80%;
  content: "";
  background-color: #ddd;
}

#articledetail h5 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

#articledetail h5::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 80%;
  content: "";
}

/*
#articledetail h5:after {
  content: "";
  background-color: #DDDDDD;
  width: 3px;
  height: 80%;
  position: absolute;
  top: 20%;
  left: 3px;
} */

/* ---------------------------
詳細ページ 引用
---------------------------- */
blockquote {
  position: relative;
  width: 95%;
  padding: 1em 1em 1em 3em;
  margin: 0 auto;
  font-size: 90%;
}

blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Helvetica, sans-serif;
  font-size: 500%;
  line-height: 1em;
  content: "“";
}

/* ---------------------------
詳細ページ リスト
---------------------------- */
#articledetail ul li {
  margin-bottom: 5px;
  margin-left: 20px;
  line-height: 1.6;
  list-style-type: disc;
}

#articledetail .list_none li {
  list-style-type: none;
}

/* ---------------------------
詳細ページ 表
---------------------------- */
#articledetail table.tab1 {
  width: 100%;
}

#articledetail table.tab1 th,
#articledetail table.tab1 td {
  padding: 10px;
  border: 1px solid #ddd;
}

#articledetail table.tab1 th {
  background-color: #eee;
}

#articledetail table.tab2 {
  width: 100%;
}

#articledetail table.tab2 th,
#articledetail table.tab2 td {
  padding: 10px;
  border: 1px solid #ddd;
}

#articledetail table.tab2 th {
  background-color: #eee;
}

#articledetail table.tab3 {
  width: 100%;
}

#articledetail table.tab3 th,
#articledetail table.tab3 td {
  padding: 10px;
  border: 1px solid #ddd;
}

#articledetail table.tab3 th {
  background-color: #eee;
}

.voice_table {
  width: 100%;
}

.voice_table th {
  width: 20%;
  padding: 1%;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
}

.voice_table td {
  width: 80%;
  padding: 1% 2%;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
}

.voice_table02 {
  width: 100%;
}

.voice_table02 th {
  width: 20%;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
}

.voice_table02 td {
  width: 80%;
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
}

.voice_table03 {
  width: 100%;
}

.voice_table03 th {
  width: 30%;
  padding: 1%;
  font-size: 16px;
  vertical-align: middle;
  background-color: #cce9f0;
  border: 1px solid #cdcdcd;
}

.voice_table03 td {
  width: 35%;
  padding: 1%;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
}

table.tab01 {
  table-layout: fixed;
}

table.tab01 {
  width: 100%;
}

table.tab01 th,
table.tab01 td {
  padding: 5px;
  border: 1px solid #ddd;
}

table.tab01 th {
  background-color: #eee;
}

@media only screen and (max-width: 690px) {
  .table_wrap {
    overflow-x: scroll;
  }

  .table_wrap table {
    width: 640px;
  }
}

/* ---------------------------
詳細ページ sp　on off
---------------------------- */
.br_sp {
  display: none;
}

@media only screen and (max-width: 690px) {
  .br_sp {
    display: block;
  }
}

/* ---------------------------
詳細ページ box構造
---------------------------- */
.introduction_box {
  padding: 2%;
  margin-bottom: 15px;
  border: 2px solid #f6f6f6;
}

.introduction_box_l {
  float: left;
  width: 29%;
  margin-right: 2%;
}

.introduction_box_r {
  float: right;
  width: 69%;
}

.introduction_box .bg_gray {
  padding: 3%;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 690px) {
  .introduction_box_l,
  .introduction_box_r {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.box-quarter::before,
.box-quarter::after {
  display: block;
  clear: both;
  content: "";
}

.box-quarter {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.box-quarter p {
  font-size: 11px;
  color: #888;
  text-align: left;
}

.box-quarter img {
  margin: 0 0 5px;
}

.box-quarter_box {
  float: left;
  width: 25%;
  padding: 1%;
}

.box-quarter_box img {
  width: auto;
  max-height: 300px;
}

.box2 {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.box2 p {
  font-size: 11px;
  color: #888;
  text-align: left;
}

.box2 img {
  margin: 0 0 5px;
}

.box2_left {
  float: left;
  width: 50%;
  padding: 1%;
}

.box2_right {
  float: right;
  width: 50%;
  padding: 1%;
}

.box2_left img,
.box2_right img {
  width: auto;
  max-width: 100%;
  max-height: 350px;
}

.box-fifty::before,
.box-fifty::after {
  display: block;
  clear: both;
  content: "";
}

.box-fifty {
  display: inline-block;
  width: 100%;
}

.box-fifty p {
  font-size: 11px;
  color: #888;
}

.box-fifty img {
  margin: 0 0 5px;
}

.box-fifty_left {
  float: left;
  width: 50%;
  padding: 1%;
}

.box-fifty_right {
  float: right;
  width: 50%;
  padding: 1%;
}

.box-fifty_left img,
.box-fifty_right img {
  width: 100%;
  height: auto;
}

.box_1_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_1_3_in {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  width: 32%;
  margin-right: 1%;
}

.box_1_3_in:last-child {
  margin-right: 0;
}

.box_1_3_in img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 690px) {
  .box_1_3_in {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
  }

  .box_1_3_in:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 690px) {
  .box-fifty_left,
  .box-fifty_right {
    float: none;
    width: 100%;
    padding: 1%;
  }

  .box-quarter_box {
    float: none;
    width: 100%;
    padding: 1%;
  }

  .box2_left,
  .box2_right {
    float: none;
    width: 100%;
    padding: 1%;
  }
}

/* ---------------------------
詳細ページ フロー
---------------------------- */
.flow_box {
  padding: 2%;
  border: 4px solid #f5f5f5;
}

.flow_box .flow_txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 35px !important;
  font-size: 1.5rem;
  border: 1px solid #f5f5f5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.flow_box .flow_txt:not(:last-child)::after {
  position: absolute;
  top: calc(100% + 20px - 7px);
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 14px 10px 0 10px;
}

.flow_box .flow_txt:last-child {
  margin-bottom: 0;
}

/* ---------------------------
詳細ページ iframe
---------------------------- */
#articledetail .iframebox {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

#articledetail .iframebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------
詳細ページ free download
---------------------------- */
.bfdl_box {
  padding: 3%;
  margin: 30px 0 60px;
  background-color: #f6f6f6;
}

.bfdl_tit {
  padding: 5px 0 7px 15px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #000;
  border-left: 6px solid #000;
}

.bfdl_1_2box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.bfdl_1_2box_in {
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  padding: 3%;
  background-color: #fff;
  -webkit-box-flex: 0;
}

.bfdl_1_2box_in .left {
  float: left;
  width: 35%;
  margin-right: 5%;
}

.bfdl_1_2box_in .right {
  float: right;
  width: 60%;
}

.bfdl_1_2box_in .left img {
  height: 90px !important;
}

.bfdl_tit02 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.bfdl_btn a {
  display: inline-block;
  padding: 4px 5% 2px !important;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  background-color: #ffaf2c;
  border: 2px solid #ffaf2c;
}

.bfdl_btn a:hover {
  color: #ffaf2c !important;
  text-decoration: none;
  text-decoration: none !important;
  background-color: #fff;
}

@media only screen and (max-width: 690px) {
  .bfdl_1_2box_in {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 10px;
  }
}

/* ---------------------------
目次
---------------------------- */
.toc_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
  padding: 25px;
  margin: 16px auto;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.toc_title {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  border-bottom: 3px solid #eee;
}

.toc_list {
  margin: 0;
}

.toc_list li {
  margin-bottom: 10px !important;
  list-style-type: decimal !important;
}

.toc_list li a {
  color: #333 !important;
  text-decoration: none !important;
}

.toc_list li a + .toc_list {
  margin-top: 8px;
  margin-left: 20px;
}

.current_description {
  padding: 16px;
  margin-bottom: 30px;
  border: 4px solid #f5f5f5;
}

/* ---------------------------
吹き出し
---------------------------- */
.guests_box,
.k_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.guests_box .img_box {
  order: 1;
  width: 60px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
}

.guests_box .txt_box {
  position: relative;
  order: 2;
  width: calc(100% - 90px);
  padding: 10px;
  margin-left: auto;
  font-size: 13px;
  background-color: #fbf5e8;
  border-radius: 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
}

.guests_box .txt_box::before {
  position: absolute;
  top: 20px;
  left: -12px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #fbf5e8 transparent transparent;
  border-style: solid;
  border-width: 10px 15px 10px 0;
}

.k_box .img_box {
  order: 2;
  width: 60px;
  margin-left: auto;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
}

.k_box .txt_box {
  position: relative;
  order: 1;
  width: calc(100% - 90px);
  padding: 10px;
  font-size: 13px;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
}

.k_box .txt_box::after {
  position: absolute;
  top: 20px;
  right: -12px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #f5f5f5;
  border-style: solid;
  border-width: 10px 0 10px 15px;
}

.guests_box .img_box .pic,
.k_box .img_box .pic {
  width: 100%;
}

.guests_box .img_box .pic amp-img,
.k_box .img_box .pic amp-img {
  border: none;
}

.guests_box .img_box img,
.k_box .img_box img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

/* button **********************************/
.btn {
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

/* category navi common header ************************************/
.catenavi {
  border-style: solid;
  border-width: 1px 0 1px 0;
}

.catenavi .catenavi_in {
  width: 94%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0;
}

.catenavi .catenavi_in li {
  display: inline-block;
  margin-right: 32px;
}

.catenavi .catenavi_in li a {
  position: relative;
  display: block;
  padding: 18px 0 16px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  .catenavi .catenavi_in li a {
    padding: 8px 0 6px;
  }
}

.catenavi .catenavi_in li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
}

.catenavi .catenavi_in li a:hover::after {
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .catenavi .catenavi_in li {
    margin-right: 24px;
  }
}

.catenavi.foot {
  margin-top: 30px;
}

@media only screen and (max-width: 979px) {
  .catenavi {
    padding: 8px 0;
  }
}

@media only screen and (max-width: 690px) {
  .catenavi {
    display: none;
  }
}

/* search ************************************/
.blog_search {
  width: 100%;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.blog_search input {
  display: block;
  height: 45px;
  padding: 0 4%;
  border: none;
  border-radius: 0;
  border-radius: 4px;
}

.blog_search input.search_txt {
  float: left;
  width: calc(100% - 60px);
  font-weight: 400;
  line-height: 36px;
  color: #cad6d6 !important;
}

.blog_search input.submit_btn {
  float: right;
  width: 60px;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  border: medium none;
}

/* side ************************************/
.side {
  margin-bottom: 50px;
}

.side li {
  list-style: none;
}

.side .title {
  padding: 15px 0;
  font-size: 14px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.side .reco {
  margin-top: 20px;
}

.side .reco li a {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6b6b6b;
}

.side .reco li:first-child {
  margin-top: -20px;
}

.side .reco li a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.side .reco li a:hover p.info {
  text-decoration: none;
}

.side .reco li::after {
  display: table;
  clear: both;
  content: "";
}

.side .reco li .reco_thumbnail {
  float: left;
  width: 35%;
}

.side .reco li .reco_thumbnail img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.side .reco li .info {
  float: right;
  width: 62%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.side .reco li time {
  float: right;
  width: 62%;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  color: #6b6b6b;
}

.side .reco li a {
  display: block;
}

.side .reco li a::after {
  display: table;
  clear: both;
  content: "";
}

.side .reco li a:hover .info {
  text-decoration: underline;
}

@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .reco {
    display: flex;
    flex-wrap: wrap;
  }

  .side .reco li {
    width: 48%;
    margin-right: 4%;
  }

  .side .reco li:nth-child(2n) {
    margin-right: 0;
  }

  .side .reco li:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 690px) {
  .side .reco li:first-child {
    margin-top: 5px;
  }

  .side .reco li a {
    padding: 10px 0;
  }
}

/* @media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .reco {
    margin-bottom: 20px;
  }
  .side .reco:after {
    content: "";
    display: table;
    clear: both;
  }
} */

.side .sweep {
  /* padding: 20px 15px; */

  /* border-style: solid;
  border-width: 0 1px 1px 1px; */
}

/* .side .sweep li {
  display: inline-block;
  margin: 2px 2px 2px 0;
} */

.side .archive li {
  display: block;
  margin: 6px 0 6px 14px;
}

.side .archive li:first-child {
  margin-top: 0;
}

.side .archive li:last-child {
  margin-bottom: 0;
}

.side .archive li a {
  position: relative;
  display: block;
}

.side .archive li a::before {
  position: absolute;
  top: 50%;
  left: -14px;
  width: 6px;
  width: 4px;
  height: 6px;
  height: 4px;
  margin-top: -3px;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .archive li {
    display: inline-block;
    margin-right: 10px;
  }
}

.side .cate li a,
.side .tag li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 690px) {
  .side .cate li a,
  .side .tag li a {
    padding: 10px 15px;
  }
}

.side .cate li a:hover,
.side .tag li a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.side .btn {
  position: relative;
  padding: 13px 1em;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

.side .btn:hover {
  text-decoration: none;
}

.side .btn span {
  position: relative;
}

.side .btn span::before {
  position: absolute;
  top: 50%;
  left: -14px;
  width: 6px;
  width: 4px;
  height: 6px;
  height: 4px;
  margin-top: -3px;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side .banner li {
  margin: 3px 0;
  list-style: none;
}

.side .banner li:first-child {
  margin-top: -3px;
}

.side .banner li img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 691px) and (max-width: 979px) {
  .tablet_l {
    float: left;
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }

  .tablet_l .fb_line {
    width: 300px;
    max-width: 500px;
    margin: auto;
  }

  .tablet_l .banner {
    max-width: 300px;
    margin: auto;
  }
}

article#main time {
  margin-bottom: 10px;
  font-size: 14px;
}

/* blog list category ************************************/
.catelist,
.taglist {
  margin: 0;
  font-size: 0;
}

.catelist a,
.taglist a {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  font-weight: bold;

  /* &:before{
            content: "/";
            color: $accent-color2;
            font-size: 14px;
            padding-right: 10px;
            text-decoration: none;
        }
        &:first-child{
            &:before{
                display: none;
            }
        } */
}

.catelist a:hover,
.taglist a:hover {
  text-decoration: underline;
}

.catelist a:hover::before,
.taglist a:hover::before {
  text-decoration: none;
}

.taglist a,
.catelist a {
  padding: 8px;
  margin-bottom: 5px;
  line-height: 1;
}

.taglist,
.catelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* archive year month tag category list ************************************/
.archivelist {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.4;
}

@media only screen and (max-width: 690px) {
  .archivelist {
    margin-bottom: 10px;
  }
}

.archivelist .list a {
  display: inline-block;
  padding: 5px 15px;
  margin: 5px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

.archivelist .list a:hover,
.archivelist .list a.current {
  text-decoration: none;
}

@media only screen and (max-width: 690px) {
  .archivelist .list a {
    padding: 5px 10px;
  }
}

.archivelist .year a {
  font-size: 16px;
}

@media only screen and (max-width: 690px) {
  .archivelist .year a {
    font-size: 14px;
  }
}

/* pager new old ************************************/
.newold,
.pager {
  margin-bottom: 15px;
  text-align: right;
}

.pager {
  font-size: 0;
}

.pager a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
}

.pager span {
  padding: 4px 10px;
  margin: 0 5px;
  font-size: 13px;
}

@media all and (-ms-high-contrast: none) {
  .twitter {
    margin-top: -10px;
  }

  .twitter a {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    padding: 1px 8px 1px 6px;
    padding: 2px 5px 2px 20px;
    font-size: 11px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    background-color: #1b95e0;
    border-radius: 3px;
  }

  .twitter a::before {
    position: absolute;
    top: calc(50% - 5px);
    left: 5px;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(/dcms_media/image/twitter_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
  }
}

/* list side ------------------------------------- */
.pageinfo {
  max-width: 710px;
  margin: 30px auto 70px;
}

.pageinfo h1 {
  margin: 30px;
  font-size: 26px;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .pageinfo {
    margin: 20px auto 40px;
  }
}

@media only screen and (max-width: 690px) {
  .pageinfo {
    margin: 20px auto 20px;
  }

  .pageinfo h1 {
    margin: 10px;
  }
}

.aitem {
  position: relative;
}

.acontent {
  display: block;
}

.acontent::after {
  display: table;
  clear: both;
  content: "";
}

.thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.aother .aitem {
  margin-bottom: 30px;
}

.aother .aitem .thumbnail {
  float: left;
  width: 35%;
}

.aother .aitem .atxt {
  float: right;
  width: 60%;
}

.aitem .atxt .title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aitem .atxt time {
  margin-top: 10px;
  font-size: 10px;
  color: #ccc;
}

.iconlink {
  display: flex;
  align-items: flex-start;
}

.aother .iconlink {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 60%;
}

.aitem .taglist {
  margin-left: 10px;
}

.taglist a {
  width: 30px;
  height: 30px;
  text-indent: -9999999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.taglist .bownow { background-image: url(../image/icon_bownow.svg); }
.taglist .bluemonkey { background-image: url(../image/icon_bluemonkey.svg); }
.taglist .appgoose { background-image: url(../image/icon_appgoose.svg); }
.taglist .plusdb { background-image: url(../image/icon_plusdb.svg); }
.taglist .actibook { background-image: url(../image/icon_actibook.svg); }
.taglist .cocoar { background-image: url(../image/icon_cocoar.svg); }
.taglist .lessar { background-image: url(../image/icon_lessar.svg); }
.taglist .creca { background-image: url(../image/icon_creca.svg); }
.taglist .fullstar { background-image: url(../image/icon_fullstar.svg); }
.taglist .izanai { background-image: url(../image/icon_izanai.svg); }
.taglist .LPBuilder { background-image: url(../image/icon_lpbuilder.svg);}
.taglist .crowdbooth { background-image: url(../image/icon_crowdbooth.svg);}
.taglist .cmp { background-image: url(../image/icon_cmp.svg);}
.taglist .Metabadge { background-image: url(../image/icon_metabadge.png);}
.taglist .cloudcircus { background-image: url(../image/icon_cloudcircus.png);}

.taglist a:hover { opacity: 0.8; }

.catelist {
  min-width: 65px;
  margin-top: 3px;
}

.amain {
  display: flex;
  margin-bottom: 50px;
}

.amain .aitem {
  width: 48%;
  background-color: #f1f1f1;
}

.amain .aitem + .aitem {
  margin-left: 4%;
}

.amain .iconlink {
  padding: 30px 20px 20px;
}

.amain .atxt {
  padding: 20px 20px 0;
}

@media only screen and (max-width: 690px) {
  .amain {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .amain .aitem {
    width: 100%;
  }

  .amain .aitem + .aitem {
    margin-top: 20px;
    margin-left: 0;
  }

  .amain .atxt {
    padding: 10px 20px 0;
  }

  .amain .iconlink {
    padding: 15px 20px 15px;
  }

  .aitem .atxt .title {
    line-height: 1.8;
  }

  .aother .aitem .atxt .title {
    margin-top: -5px;
    font-size: 14px;
  }

  .aother .aitem .atxt time {
    margin-top: 5px;
  }

  .aother .iconlink {
    position: static;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }

  .taglist a {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }

  .catelist {
    margin-top: 0;
  }
}

/* detail ------------------------------------- */
.itemtitle {
  padding-bottom: 50px;
  margin-top: 50px;
  font-size: 26px;
  border-bottom: 1px dotted #999;
  line-height: 1.6em;
}

.itemcontents {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  color: #484848;
}

.itemcontents h2 {
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  color: #232323;
  border-top: 3px solid #232323;
  border-bottom: 1px solid #232323;
}

.itemcontents h3 {
  padding-bottom: 7px;
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px dotted #232323;
}

.bgcontent {
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #cad6d6;
}

.txt_blue {
  color: #5385b1;
}

.txt_green {
  color: #28a57f;
}

@media only screen and (max-width: 690px) {
  .itemtitle {
    padding-bottom: 25px;
    margin-top: 20px;
    font-size: 22px;
  }

  .itemcontents {
    line-height: 2;
  }

  .itemcontents h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .itemcontents h3 {
    font-size: 16px;
  }
}

.itemthumbnail img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.linkarea {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.snslink {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.snslink a {
  margin: 0 5px;
}

@media only screen and (max-width: 690px) {
  .linkarea {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .snslink {
    width: 100%;
    margin-top: 15px;
    margin-left: -5px;
  }
}

.itemrel {
  display: flex;
  flex-wrap: wrap;
}

.itemr {
  width: 31.333%;
  margin-right: 3%;
}

.itemr:nth-child(3n) {
  margin-right: 0;
}

.itemr .title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 690px) {
  .itemr {
    display: flex;
    width: 100%;
    margin-right: 0;
  }

  .itemr:nth-child(n + 2) {
    margin-top: 15px;
  }

  .itemr .thumbnail {
    width: 35%;
  }

  .itemr .title {
    width: 60%;
    margin-top: -3px;
    margin-left: auto;
    font-size: 14px;
  }
}

.ainfo {
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
}

.ainfo time {
  margin-left: auto;
}

.img2 img + img {
  margin-top: 15px;
}

@media only screen and (max-width: 690px) {
  .img2 {
    display: flex;
    align-items: flex-start;
  }

  .img2 img {
    width: 48%;
  }

  .img2 img + img {
    margin-top: 0;
    margin-left: 4%;
  }
}

.mlink a {
  text-decoration: underline;
}

table th,
table td {
  padding: 10px;
  font-size: 13px;
}

/* seminar ---------------------------------- */
.plink {
  margin-bottom: 30px;
  font-size: 0;
}

.plink li {
  display: inline-block;
  width: 24.1%;
  margin-right: 1.2%;
  margin-left: 0 !important;
  font-size: 1.4rem;
  text-align: center;
}

.plink li:last-child {
  margin: 0;
}

.plink li a {
  position: relative;
  display: block;
  padding: 8px 5px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff !important;
  letter-spacing: 0.1em;
  background-color: #e54028;
}

.plink li a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.plink li a::after {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 4px);
  width: 4px;
  height: 4px;
  content: "";
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 479px) {
  .plink li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4px;
    font-size: 1.3rem;
  }

  .plink li:nth-child(2n) {
    margin: 0;
  }
}

.about-main-btns-wrap.mt0 {
  margin-top: 0;
}

.lecturer {
  padding: 20px;
  border: 1px solid #333;
}

.lecturer .img {
  float: left;
  width: 20%;
}

.lecturer .txt {
  float: right;
  width: 77%;
}

.lecturer .txt .l_name {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
}

.lecturer .txt .i_aff {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.lecturer .txt .l_come_title {
  padding: 10px 15px 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #f9f9f9;
}

.lecturer .txt .l_come_txt {
  padding: 5px 15px 10px;
  font-size: 1.3rem;
  line-height: 1.6;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 690px) {
  .lecturer .img {
    width: 25%;
  }

  .lecturer .txt {
    width: 70%;
  }

  .lecturer .txt .l_name {
    font-size: 1.6rem;
  }

  .lecturer .txt .l_come_title {
    font-size: 1.4rem;
  }
}

.dashed {
  margin: 0;
  background: none;
  border: none;
  border-bottom: 1px dashed #ddd;
}

.holding_info {
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.holding_info dl {
  font-size: 0;
}

.holding_info dl dt,
.holding_info dl dd {
  display: inline-block;
  font-size: 1.4rem;
}

.holding_info dl dt {
  padding-right: 10px;
  font-weight: bold;
}

.check_box {
  padding: 20px 20px 13px;
  margin-bottom: 30px;
  border: 7px solid #f5f5f5;
}

.check_title {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  background: none;
}

.check_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-top: #32742c 1px dotted;
}

.check_title .in {
  position: relative;
  z-index: 15;
  padding-right: 20px;
  background-color: #fff;
}

.check_list li {
  padding-bottom: 7px;
  padding-left: 28px;
  margin-bottom: 7px;
  list-style-type: none !important;
  background: url(../image/icon_check.png) no-repeat 5px 5px/16px auto;
  border-bottom: 1px dotted #999;
}

@media only screen and (max-width: 720px) {
  .check_list li {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

a[id^="link"] {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

@media only screen and (max-width: 979px) {
  a[id^="link"] {
    padding-top: 80px;
    margin-top: -80px;
  }
}

@media only screen and (max-width: 690px) {
  a[id^="link"] {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* cm-article ---------------------------------- */

#articledetail .image_listfour {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
}

#articledetail .image_listfour div {
  width: calc(94% / 4);
  margin: 0 0 20px 0;
}

#articledetail .image_listfour div p {
  font-size: 0.9em;
}

@media only screen and (max-width: 690px) {
  #articledetail .image_listfour div {
    width: auto;
  }
}

#articledetail .image_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px auto;
}

#articledetail .image_list div {
  width: calc(94% / 3);
  margin: 0 0 20px 0;
}

/* 追加  author-comment */
.author-comment .bg_pink {
  position: relative;
  top: -30px;
}

.author-comment .bg_pink p {
  margin: 20px 0 40px;
}

.author-comment .bg_pink::before {
  display: none;
}

.author-comment p em {
  font-style: normal;
}

.author-comment .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}

.author-comment .head .name {
  margin-bottom: 20px;
  font-size: 90%;
}

.author-comment .head .img {
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 0;
  margin-right: 12px;
  border-radius: 50%;
}

/* 追加  author-comment ここまで */

/* 20220214追記 */
.blog-block {
  margin-bottom: 40px;
}

@media only screen and (max-width: 690px) {
  .blog-block {
    margin-bottom: 30px;
  }
}

.blog-block .img {
  margin-bottom: 10px;
}

.blog-block p {
  margin-bottom: 3rem;
}

.blog-block .indent {
  padding-left: 3rem;
  text-indent: -3rem;
}

.blog-block .indent2 {
  padding-left: 5rem;
  text-indent: -5rem;
}

.blog-block p .noteText {
  font-size: 12px;
  color: #666;
}

.blog-link-block {
  display: flex;
  padding: 15px 30px;
  border: 2px solid #333;
}

@media only screen and (max-width: 690px) {
  .blog-link-block {
    display: block;
    padding: 10px 0 20px;
  }
}

.blog-link-block .left {
  padding-top: 5px;
  margin-right: 30px;
  text-align: center;
}

@media only screen and (max-width: 690px) {
  .blog-link-block .left {
    margin-right: 0;
    font-size: 16px;
  }
}

.blog-link-block .left img {
  margin-top: 10px;
}

@media only screen and (max-width: 690px) {
  .blog-link-block .left img {
    width: 100px;
  }
}

@media only screen and (max-width: 690px) {
  .blog-link-block .right {
    margin-top: 20px;
  }
}

.blog-link-block .right .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #333;
}

.blog-link-block .right .subTitle {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px dashed #666;
}

@media only screen and (max-width: 690px) {
  .blog-link-block .right .subTitle {
    font-size: 16px;
  }
}

.blog-link-block .right .text {
  padding-right: 20px;
  margin-top: 10px;
  line-height: 1.5;
}

@media only screen and (max-width: 690px) {
  .blog-link-block .right .text {
    padding: 10px;
    margin-top: 0;
  }
}

.blog-link-block .right .buttonArea {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 690px) {
  .blog-link-block .right .buttonArea {
    margin-top: 10px;
  }
}

#articledetail .blog-link-block .right .buttonArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  font-weight: 700;
  border: 2px solid #333;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

#articledetail .blog-link-block .right .buttonArea a:hover {
  color: #fff;
  background: #333;
}

.pa-fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px;
  background: #ccc;
}

.pa-fixed-nav__inner {
  width: 94%;
  max-width: 1120px;
  margin: 0 auto;
}

.pa-fixed-nav__button {
  display: flex;
  justify-content: center;
  width: calc(100% - 340px - 30px);
}

@media only screen and (max-width: 690px) {
  .pa-fixed-nav__button {
    width: 100%;
  }
}

.pa-fixed-nav .fv-doc2 {
  height: 50px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease;
}

.pa-fixed-nav .fv-doc2:hover {
  opacity: 0.7;
}
