@charset "utf-8";

/*-----------------------------
area_watch
-----------------------------*/
@media print,screen and (min-width: 901px) {
  .area_watch.theme {
    position: relative;
    padding-top: 43px;
    padding-bottom: 78px;
    font-size: 0;
  }
  .area_watch.theme::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1) inset;
  }
  .area_watch .ttl_list, .area_watch .area_listvision {
    display: inline-block;
    vertical-align: middle;
  }
  .honkaigi .area_watch .ttl_list {
    width: 12%;
    padding-left: 2.4%;
  }
  .blog .area_watch .ttl_list {
    width: 19.5%;
    padding-left: 4.6%;
  }
  .area_watch .ttl_list .ja, .area_watch .ttl_list .en {
    display: block;
    line-height: 1;
  }
  .area_watch .ttl_list .ja {
    margin-bottom: 16px;
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","游明朝","ヒラギノ角ゴ Pro W3","HGS明朝E",Meiryo,"メイリオ",sans-serif;
    font-size: 2.4rem;
  }
  .area_watch .ttl_list .en {
    margin-left: 2px;
    color: #00618b;
    font-family: "Source Sans Pro","Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 1.4rem;
  }
  .honkaigi .area_watch .area_listvision {
    width: 88%;
  }
  .blog .area_watch .area_listvision {
    width: 80.5%;
  }
  .area_listvision img {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }
  .area_listvision .young_citizens {
    width: 63.4%;
  }
  .area_listvision .senior_citizens {
    width: 34.32%;
  }
  .area_listvision .industry {
    width: 66.8%;
  }
  .area_listvision .medical_welfare {
    width: 52.9%;
  }
  .area_listvision .disaster_prevention {
    width: 49.2%;
  }
  .area_listvision .etc {
    width: 64.9%;
  }
}
@media screen and (max-width: 900px) {
  .area_watch.theme {
    display: none;
  }
}
@media print,screen and (min-width: 901px) and (max-width: 1200px) {
  .area_listvision .txt {
    font-size: 1.2rem;
  }
}

/*-----------------------------
area_2col
-----------------------------*/
@media print,screen and (min-width: 901px) {
  .area_2col {
    min-height: 600px;
  }
  .box_col {
    float: left;
    padding-top: 68px;
  }
  .area_main {
    width: calc(100% - 312px);
    padding-right: 6.9%;
    padding-bottom: 50px;
  }
  .area_side {
    width: 312px;
  }
}

/*-----------------------------
area_main
-----------------------------*/
/*
ttl_theme
-----------*/
.ttl_theme {
  position: relative;
  text-align: center;
  background: #eef9fd;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
}
.ttl_theme::after {
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-top-color: #eef9fd;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ttl_theme .young_citizens::before {
  background: url("/asset/img/common/ico_youth.gif") no-repeat center center;
  background-size: contain;
}
.ttl_theme .senior_citizens::before {
  background: url("/asset/img/common/ico_elderly.gif") no-repeat center center;
  background-size: contain;
}
.ttl_theme .industry::before {
  background: url("/asset/img/common/ico_economy.gif") no-repeat center center;
  background-size: contain;
}
.ttl_theme .medical_welfare::before {
  background: url("/asset/img/common/ico_medical.gif") no-repeat center center;
  background-size: contain;
}
.ttl_theme .disaster_prevention::before {
  background: url("/asset/img/common/ico_disaster.gif") no-repeat center center;
  background-size: contain;
}
.ttl_theme .etc::before {
  background: url("/asset/img/common/ico_other.gif") no-repeat center center;
  background-size: contain;
}
.ttl_theme .txt::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
@media print,screen and (min-width: 901px) {
  .ttl_theme {
    min-height: 67px;
    margin-bottom: 75px;
    padding: 13px 0 9px;
  }
  .ttl_theme .txt {
    font-size: 2rem;
    line-height: 1.28;
  }
  .ttl_theme .young_citizens::before {
    width: 52px;
    height: 42px;
    margin-right: 15px;
  }
  .ttl_theme .senior_citizens::before {
    width: 28px;
    height: 41px;
    margin-right: 15px;
  }
  .ttl_theme .industry::before {
    width: 60px;
    height: 45px;
    margin-right: 18px;
  }
  .ttl_theme .medical_welfare::before {
    width: 42px;
    height: 47px;
    margin-right: 15px;
  }
  .ttl_theme .disaster_prevention::before {
    width: 41px;
    height: 36px;
    margin-right: 15px;
  }
  .ttl_theme .etc::before {
    width: 55px;
    height: 35px;
    margin-right: 15px;
  }
  .ttl_theme::after {
    bottom: -60px;
    border-top-width: 30px;
    border-right-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 30px;
  }
}
@media screen and (max-width: 900px) {
  .ttl_theme {
    min-height: 67px;
    margin-bottom: 40px;
    padding: 12px 15px;
  }
  .ttl_theme .txt {
    font-size: 2.4rem;
    line-height: 1.28;
  }
  .ttl_theme .young_citizens::before {
    width: 52px;
    height: 42px;
    margin-right: 15px;
  }
  .ttl_theme .senior_citizens::before {
    width: 28px;
    height: 41px;
    margin-right: 15px;
  }
  .ttl_theme .industry::before {
    width: 60px;
    height: 45px;
    margin-right: 16px;
  }
  .ttl_theme .medical_welfare::before {
    width: 42px;
    height: 47px;
    margin-right: 15px;
  }
  .ttl_theme .disaster_prevention::before {
    width: 41px;
    height: 36px;
    margin-right: 15px;
  }
  .ttl_theme .etc::before {
    width: 55px;
    height: 35px;
    margin-right: 15px;
  }
  .ttl_theme::after {
    bottom: -44px;
    border-top-width: 22px;
    border-right-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 22px;
  }
}

/*
searchword
-----------*/
.searchword {
  text-align: center;
}
.searchword img {
  vertical-align: middle;
}
@media print,screen and (min-width: 901px) {
  .searchword {
    margin-bottom: 50px;
  }
  .searchword img {
    margin-right: 8px;
  }
}
@media screen and (max-width: 900px) {
  .searchword {
    padding-top: 37px;
  }
  .honkaigi .searchword {
    margin-bottom: 37px;
  }
  .searchword img {
    width: 20px;
    margin-right: 4px;
  }
}

/*
pager
-----------*/
@media print,screen and (min-width: 901px) {
  .honkaigi .area_pager {
    margin-bottom: 45px;
  }
  .blog .area_pager {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 900px) {
  .area_pager {
    margin-bottom: 40px;
  }
}

/*
area_article
-----------*/
.article .box_top {
  position: relative;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.article .time {
  position: absolute;
  top: 0;
  text-align: center;
  background-color: #9ac3e8;
  color: #fff;
  font-style: italic;
}
.article .tag {
  display: block;
  color: #00618b;
}
.article .theme, .article .theme a {
  color: #e46ca5;
}
.area_article .box_sns {
  font-size: 0;
}
.area_article .sns {
  display: inline-block;
  vertical-align: top;
}
.area_article .sns a {
  display: block;
  text-align: center;
  border-radius: 50%;
}
.area_article svg {
  height: auto;
  vertical-align: middle;
}
.area_article path {
  fill: #fff;
}
.area_article .tw {
  background-color: #1da1f2;
}
.area_article .fb {
  background-color: #3564a2;
}
.article .fig_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.article .fig_img img {
  max-width: 100%;
  height: auto;
}
.article .theme .txt::before {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 5px;
  content: "";
  vertical-align: middle;
  background-color: #bfc1c8;
}
.link_detail {
  text-align: center;
  border: 1px solid #000;
  color: #000;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.link_detail {
  font-size: 1.4rem;
}

@media print,screen and (min-width: 901px) {
  .area_article {
    padding-bottom: 80px;
  }
  .blog .area_article {
    padding-left: 4.6%;
  }
  .article:not(:last-of-type):not(.detail) {
    margin-bottom: 95px;
  }
  .blog .article > .txt, .honkaigi .article > .txt {
    font-size: 1.6rem;
  }
  .article .box_top {
    margin-bottom: 1px;
    border-bottom: 1px solid #b8b8b8;
  }
  .blog .article .box_top {
    padding-top: 38px;
    padding-left: 50px;
  }
  .article .time {
    left: -6.75%;
    width: 84px;
    height: 84px;
    font-size: 2.3rem;
    line-height: 84px;
  }
  .article .time time {
    margin-left: -2px;
  }
  .article .tag, .article .theme {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .article .ttl_article {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 95px;
    line-height: 1.28;
  }
  .honkaigi .ttl_article {
    font-size: 2rem;
  }
  .blog .ttl_article {
    font-size: 1.7rem;
  }
  .area_article .box_sns {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 88px;
  }
  .area_article .sns a {
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
  .area_article .tw {
    margin-right: 7px;
  }
  .area_article .tw svg {
    width: 21px;
  }
  .area_article .fb {
    margin-left: 7px;
  }
  .area_article .fb svg {
    width: 11px;
  }
  .article .box_bottom {
    padding-top: 20px;
    text-align: right;
    border-top: 4px solid #efefef;
  }
  .honkaigi .detail .box_bottom {
    padding-bottom: 45px;
  }
  .blog .detail .box_bottom {
    padding-bottom: 17px;
  }
  .article .box_bottom::after {
    display: block;
    clear: both;
    content: "";
  }
  .article.detail {
    border-bottom: 4px solid #efefef;
  }
  .article .box_thum {
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.56;
  }
  .article .box_bottom .area_img {
    float: left;
  }
  .article .box_bottom .area_img {
    width: 272px;
    margin-right: 25px;
    margin-bottom: 30px;
  }
  .article .box_bottom .txt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.56;
  }
  .article:not(.detail) .box_bottom .txt {
    margin-bottom: 42px;
  }
  .link_detail {
    display: inline-block;
    width: 134px;
    height: 34px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    line-height: 32px;
  }
  .link_detail:hover {
    background-color: #000;
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .honkaigi .area_article {
    padding: 0 15px 46px;
  }
  .blog  .detail.area_article {
    padding: 16px 15px 0;
  }
  .blog .area_article {
    padding: 37px 42px 46px;
  }
  .honkaigi .detail {
    padding-top: 20px;
  }
  .article:not(:last-of-type):not(.detail) {
    margin-bottom: 36px;
  }
  .blog .article > .txt, .honkaigi .article > .txt {
    font-size: 1.8rem;
  }
  .detail .box_top {
    border-bottom: 1px solid #b8b8b8;
  }
  .blog .article:not(.detail) .box_top {
    padding-top: 24px;
  }
  .blog .article:not(.detail) .noimg {
    padding-top: 0;
    padding-left: 50px;
  }
  .article .time {
    left: -28px;
    z-index: 1;
    width: 57px;
    height: 57px;
    border: 1px solid #fff;
    font-size: 2rem;
    line-height: 56px;
  }
  .detail .time {
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    line-height: 49px;
  }
  .article .fig_img {
    width: 100%;
    margin-bottom: 15px;
  }
  .article .tag, .article .theme {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  .article .theme a {
    font-size: 1.6rem;
  }
  .blog .detail .theme, .blog .detail .ttl_article {
    padding-left: 60px;
  }
  .article .ttl_article {
    margin-bottom: 13px;
    line-height: 1.28;
  }
  .honkaigi .ttl_article {
    font-size: 1.8rem;
  }
  .blog .ttl_article {
    font-size: 2rem;
  }
  .area_sns {
    text-align: right;
  }
  .area_sns .box_sns {
    display: inline-block;
    width: 90px;
    margin-bottom: 35px;
  }
  .area_article .sns a {
    width: 39px;
    height: 39px;
    line-height: 39px;
  }
  .area_article .tw {
    margin-right: 6px;
  }
  .area_article .tw svg {
    width: 24px;
  }
  .area_article .fb {
    margin-left: 6px;
  }
  .area_article .fb svg {
    width: 11px;
  }
  .detail .box_bottom {
    padding-bottom: 40px;
  }
  .detail .box_bottom {
    padding-top: 15px;
    border-top: 4px solid #f0f0f0;
  }
  .article .box_bottom .txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .link_detail {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 1.6rem;
    line-height: 33px;
  }
}

/*
area_otherarticle
-----------*/
.box_otherarticle {
  text-align: center;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
@media print,screen and (min-width: 901px) {
  .area_otherarticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 40px;
    border-top: 1px solid #b8b8b8;

    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
  }
  .box_otherarticle {
    display: block;
  }
  .box_otherarticle.prev, .box_otherarticle.next {
    width: 92px;
    height: 34px;
  }
  .box_otherarticle a {
    height: 34px;
    color: #000;
    font-size: 1.4rem;
    line-height: 32px;
  }
  .box_otherarticle.prev a, .box_otherarticle.next a {
    display: block;
    position: relative;
    width: 92px;
    border: 1px solid #000;
  }
  .box_otherarticle.prev a {
    padding-left: 17px;
  }
  .box_otherarticle.next a {
    padding-right: 17px;
  }
  .box_otherarticle.prev a::before, .box_otherarticle.next a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_otherarticle.prev a::before {
    left: 10px;
    content: "\25C0";
  }
  .box_otherarticle.next a::after {
    right: 10px;
    content: "\25B6";
  }
  .box_otherarticle.top {
    padding: 0 6px 0;
    border-bottom: 1px solid #000;
  }
  .box_otherarticle.top a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .area_otherarticle {
    position: relative;
    margin-bottom: 35px;
    font-size: 0;
  }
  .box_otherarticle:not(.top) {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .box_otherarticle.prev::after {
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    width: 1px;
    content: "";
    background-color: #00618b;
  }
  .box_otherarticle a {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #00618b;
    color: #00618b;
    font-size: 1.8rem;
    line-height: 32px;
  }
  .box_otherarticle.prev a {
    text-align: left;
    border-right: 0;
  }
  .box_otherarticle.next a {
    text-align: right;
    border-left: 0;
  }
  .box_otherarticle img {
    width: 36px;
    margin: -1px 7px 0;
    vertical-align: middle;
  }
}

/*
ttl_theme
-----------*/
@media print,screen and (min-width: 901px) {
  .area_infoarticle {
    margin-top: 40px;
    text-align: right;
  }
  .box_infoarticle {
    display: inline-block;
    height: 32px;
    padding: 0 14px;
    background-color: #ededed;
    font-size: 0;
    line-height: 32px;
  }
  .box_infoarticle .ttl, .box_infoarticle .description {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .box_infoarticle .ttl {
    margin-right: 5px;
  }
  .box_infoarticle .description {
    color: #00618b;
  }
  .box_infoarticle .description:not(:last-of-type) {
    margin-right: 15px;
  }
}

/*-----------------------------
area_side
-----------------------------*/
/*
box_searchinput
-----------*/
.box_searchinput .input, .box_searchinput .submit {
  vertical-align: top;
}
.box_searchinput .input {
  padding: 3px 10px;
  background-color: #ededed;
  font-size: 1.6rem;
}
.box_searchinput .submit {
  -webkit-appearance: none;
  appearance: none;
  background-color: #e46ea6;
  color: #fff;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 1.4rem;
}
@media print,screen and (min-width: 901px) {
  .box_searchinput {
    margin-bottom: 80px;
  }
  .box_searchinput .input {
    width: 223px;
    height: 37px;
    margin-right: 10px;
    border-radius: 18px;
  }
  .box_searchinput .submit {
    width: 60px;
    height: 37px;
    border-radius: 18px;
    line-height: 37px;
  }
}
@media screen and (max-width: 900px) {
  .box_searchinput {
    margin-bottom: 38px;
    padding: 0 15px;
    text-align: center;
    font-size: 0;
  }
  .box_searchinput .input {
    width: 80%;
    max-width: 279px;
    height: 35px;
    margin-right: 6px;
    border-radius: 17px;
    font-size: 2rem;
  }
  .box_searchinput .submit {
    width: calc(20% - 6px);
    max-width: 60px;
    height: 35px;
    border-radius: 17px;
    font-size: 1.8rem;
    line-height: 35px;
  }
}
/*
box_sesarchtime
-----------*/
@media print,screen and (min-width: 901px) {
  .box_sesarchtime .ttl {
    margin-bottom: 26px;
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 2rem;
    font-weight: bold;
  }
  .box_sesarchtime .ttl .en {
    display: none;
  }
  .box_sesarchtime li {
    margin-bottom: 10px;
    color: #9ac3e8;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .box_sesarchtime li a {
    color: #000;
  }
  .box_sesarchtime li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 900px) {
  .box_sesarchtime {
    padding: 0 15px 48px;
  }
  .box_sesarchtime .content:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .box_sesarchtime .ttl {
    margin-bottom: 16px;
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","游明朝","ヒラギノ角ゴ Pro W3","HGS明朝E",Meiryo,"メイリオ",sans-serif;
    font-size: 2.1rem;
    line-height: 1;
  }
  .box_sesarchtime .ttl .en {
    display: inline-block;
    margin-left: 8px;
    vertical-align: 2px;
    color: #00618b;
    font-family: "Source Sans Pro","Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  .box_sesarchtime li {
    position: relative;
  }
  .box_sesarchtime li::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 8px;
    content: "";
    text-align: center;
    vertical-align: top;
    border-radius: 50%;
    background-color: #a0ddf4;
  }
  .box_sesarchtime li::after {
    display: block;
    position: absolute;
    top: 12px;
    left: 4px;
    width: 5px;
    height: 5px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .box_sesarchtime li .blue {
    color: #9ac3e8;
  }
  .box_sesarchtime li {
    margin-bottom: 14px;
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .box_sesarchtime li a {
    color: #000;
  }
}
/*
calender
-----------*/
@media print,screen and (min-width: 901px) {
  .calendar-archives {
    width: 283px;
  }
  .calendar-archives.arw-theme1 {
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  }
  img.wp-smiley, img.emoji {
    display: none !important;
  }
  .calendar-archives.arw-theme1 .prev-year > span, .calendar-archives.arw-theme1 .next-year > span {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .calendar-archives {
    display: none;
  }
}

/*-----------------------------
entry_content
-----------------------------*/
.entry_content {
  text-align: left;
}
.entry_content p, .entry_content li, .entry_content blockquote, .entry_content table {
  color: #221815;
}
.entry_content em {
  /* 日本語フォントを無理やり斜体にさせる */
  display: inline-block;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.entry_content blockquote {
  position: relative;
  z-index: 1;
  background-color: #eee;
}
.entry_content blockquote::before, .entry_content blockquote::after {
  display: block;
  position: absolute;
  z-index: -1;
  content: "";
}
.entry_content blockquote::before {
  background: url("/asset/img/common/ico_blockquote01.png") no-repeat 0 0;
  background-size: contain;
}
.entry_content blockquote::after {
  background: url("/asset/img/common/ico_blockquote02.png") no-repeat 0 0;
  background-size: contain;
}
.entry_content table {
  width: 100% !important;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
.entry_content table th, .entry_content table td {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
.entry_content h1, .entry_content h2, .entry_content h3, .entry_content h4, .entry_content h5, .entry_content h6 {
  color: #4b4b4b;
  font-weight: bold;
  line-height: 1.5;
}
.entry_content h3 {
  padding-left: 9px;
  border-left: 6px solid #e46ca5;
  color: #383838;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 2rem;
}
.entry_content h5 {
  font-size: 1.1rem;
}
.entry_content h6 {
  font-size: 1rem;
}
.entry_content a {
  text-decoration: underline;
  color: #00618b;
}
.entry_content ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.entry_content ul li::before {
  display: inline-block;
  content: "\30FB";
  vertical-align: top;
}
.entry_content img {
  max-width: 100%;
  height: auto !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media print,screen and (min-width: 901px) {
  .entry_content p, .entry_content ol, .entry_content ul, .entry_content blockquote, .entry_content table {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .entry_content blockquote {
    padding: 30px 24px;
  }
  .entry_content blockquote::before, .entry_content blockquote::after {
    position: absolute;
    width: 35px;
    height: 28px;
  }
  .entry_content blockquote::before {
    top: 16px;
    left: 16px;
  }
  .entry_content blockquote::after {
    right: 16px;
    bottom: 16px;
  }
  .entry_content blockquote p {
    margin-bottom: 0;
  }
  .entry_content table th, .entry_content table td {
    padding: 13px;
  }
  .entry_content h1, .entry_content h2, .entry_content h3, .entry_content h4, .entry_content h5, .entry_content h6 {
    margin-bottom: 22px;
  }
  .entry_content h1 {
    font-size: 3rem;
  }
  .entry_content h2 {
    font-size: 2.4rem;
  }
  .entry_content h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 900px) {
  .entry_content p, .entry_content ol, .entry_content ul, .entry_content blockquote, .entry_content table {
    margin-bottom: 30px;
    font-size: 1.8rem;
/*     line-height: 1.75; */
  }
  .entry_content blockquote {
    padding: 30px 10px;
  }
  .entry_content blockquote::before, .entry_content blockquote::after {
    position: absolute;
    width: 31px;
    height: 25px;
  }
  .entry_content blockquote::before {
    top: 7px;
    left: 7px;
  }
  .entry_content blockquote::after {
    right: 7px;
    bottom: 7px;
  }
  .entry_content blockquote p {
    margin-bottom: 0;
  }
  .entry_content table th, .entry_content table td {
    padding: 10px 9px;
  }
  .entry_content h1, .entry_content h2, .entry_content h3, .entry_content h4, .entry_content h5, .entry_content h6 {
    margin-bottom: 17px;
  }
  .entry_content h1 {
    font-size: 2.7rem;
  }
  .entry_content h2 {
    font-size: 2.3rem;
  }
  .entry_content h4 {
    font-size: 1.8rem;
  }
}
/* 印刷用設定 */
@media print {
  .area_main {
    width: 100%!important;
    padding-right: 0!important;
    padding-top: 110px!important;
  }
  .area_top_visual {
    display: none!important;
  }
  .area_side {
    display: none!important;
  }
  .area_watch.theme {
    display: none!important;
  }
  header .area_nav {
    display: none!important;
  }
  .btn_gotop {
    display: none!important;
  }
}