@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*
cd G:\xampp\htdocs\smile-hikari\wp-content\themes\swell_child
sass sass/style.scss:style.css --style expanded
sass --watch sass/style.scss:style.css --style expanded
*/
/* 
* 親テーマのCSSリセット
---------------------------------------- */
body .post_content > * {
  /*
  clear: none;
  margin-bottom: 0;
  */
}

.post_content dd > :last-child,
.post_content div > :last-child,
.post_content > :last-child {
  /*margin-bottom: $lineBreakSpacing !important;*/
}

.p-articleThumb__img {
  width: auto;
  min-width: 65%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* 
* サイト装飾
---------------------------------------- */
.l-header__bar {
  background: linear-gradient(120deg, #2c8bdd 0, #2c8bdd 33.33%, #21b8ae 66.66%, #21b8ae);
}

.l-header__menuBtn {
  background: linear-gradient(120deg, #2c8bdd 0, #2c8bdd 33.33%, #21b8ae 66.66%, #21b8ae);
  color: #fff;
}

/* 
* ヒカリcom時代のCSS
---------------------------------------- */
/*
cd G:\xampp\htdocs\smile-hikari\wp-content\plugins\site-configurator\css
sass sass/icip.scss:icip.css --style expanded
sass --watch sass/icip.scss:icip.css --style expanded
*/
/* 
* ヒカリコムのCSS対応
---------------------------------------- */
main#main_content .post_content {
  /* 物販アフィボタン */
}
main#main_content .post_content .rinker_wrap {
  text-align: center;
  margin: 2em 0;
}
main#main_content .post_content .rinker_wrap div.item_image {
  margin: 0 0 10px 0;
}
main#main_content .post_content .rinker_wrap div.item_image img {
  max-width: 300px;
  height: auto;
}
main#main_content .post_content .rinker_wrap ul.yyi-rinker-links {
  margin: 0 0 45px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
main#main_content .post_content .rinker_wrap ul.yyi-rinker-links li {
  float: left;
  display: inline-block;
  padding: 0 10px;
  width: 140px;
  text-align: center;
  margin: 0 7px 0 7px;
}
main#main_content .post_content .rinker_wrap ul.yyi-rinker-links li a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
main#main_content .post_content .rinker_wrap ul.yyi-rinker-links li a:hover {
  opacity: 0.7;
}
main#main_content .post_content .rinker_wrap ul.yyi-rinker-links li.amazonlink {
  background: #f44336;
}
main#main_content .post_content .rinker_wrap ul.yyi-rinker-links li.rakutenlink {
  background: #03a9f4;
}
main#main_content .post_content .rinker_wrap ul.yyi-rinker-links:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
main#main_content .post_content .py {
  background-color: #fffbbb;
}
main#main_content .post_content .tk-pb {
  background-color: #cef;
}
main#main_content .post_content .pr {
  background-color: #fcc;
}
main#main_content .post_content .fby {
  background-color: #ffff92;
}
main#main_content .post_content .fs8 {
  font-size: 8pt;
}
main#main_content .post_content p,
main#main_content .post_content pre {
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 1.6em;
  padding: 0;
  margin: 1.6em 0 1.6em;
  word-break: break-all;
  word-wrap: break-word;
  /*
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  */
}
main#main_content .post_content pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
}
main#main_content .post_content a.download {
  width: auto;
  max-width: 90%;
  display: block;
  text-align: center;
  padding: 20px 5px;
  background: #FF69A3;
  border-radius: 5px;
  font-size: 18px;
  margin: 10px auto 25px;
  font-weight: 700 !important;
  text-decoration: none;
  color: #FFF;
  	/*
  	background: #FF69A3;
  	border-radius: 80px;
  	display: block;
  	letter-spacing: 1px;
  	line-height: 1.5;
  	margin: 0 auto $lineBreakSpacing auto !important;
  	width: 94%;
  	padding: .85em 1.5em;
  	font-size: 18px;
  	position: relative;
  	text-decoration: none;
  	color: #fff;
  	font-weight: bold;
          text-align: center;
  	color: #fff;
  	font-weight: 700;
  	transition: all 0.2s 0s ease;
  	*/
}
main#main_content .post_content a.download.download:hover {
  opacity: 0.8;
}
main#main_content .post_content .fl {
  float: left;
}
main#main_content .post_content .fr {
  float: right;
}
main#main_content .post_content .ta_l {
  text-align: left;
}
main#main_content .post_content .ta_c {
  text-align: center;
}
main#main_content .post_content .ta_r {
  text-align: right;
}
main#main_content .post_content .lh17 {
  line-height: 1.7;
}
main#main_content .post_content .lh20 {
  line-height: 2;
}
main#main_content .post_content .f10 {
  font-size: 10px;
}
main#main_content .post_content .f12 {
  font-size: 12px;
}
main#main_content .post_content .f14 {
  font-size: 14px;
}
main#main_content .post_content .f15 {
  font-size: 15px;
}
main#main_content .post_content .f16 {
  font-size: 16px;
}
main#main_content .post_content .f18 {
  font-size: 18px;
}
main#main_content .post_content .f20 {
  font-size: 20px;
}
main#main_content .post_content .f22 {
  font-size: 22px;
}
main#main_content .post_content .f24 {
  font-size: 24px;
}
main#main_content .post_content .f28 {
  font-size: 28px !important;
}
main#main_content .post_content .fs1-2 {
  font-size: 1.2em;
}
main#main_content .post_content .f-c-9688 {
  color: #009688;
}
main#main_content .post_content .f-back-yellow {
  background-color: #ffff92;
}
main#main_content .post_content .f-w-600 {
  font-weight: 600;
}
main#main_content .post_content .pb {
  color: #ff8181 !important;
  font-weight: 700 !important;
}
main#main_content .post_content .bold {
  font-weight: 700;
}
main#main_content .post_content .next_ss {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}
main#main_content .post_content .b {
  font-weight: bold;
}
main#main_content .post_content .red {
  color: #FF4646;
}
main#main_content .post_content .center {
  text-align: center;
}
main#main_content .post_content .background-two {
  border: 1px solid rgba(199, 199, 199, 0.5);
  padding: var(--swl-box_padding);
  border: 1px dotted #6E6E6E;
  margin: 0 0 1.6em;
  font-size: 15px;
  line-height: 1.6;
  /*
  margin: 0 0 40px;
  padding: 18px;
  font-size: 90%;
  background: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.8;
  */
}

@media (max-width: 767px) {
  a.download {
    padding: .75em 1.5em;
    font-size: 16px;
  }
}
/* 
* 記事内装飾
---------------------------------------- */
main#main_content .post_content .p-authorBox {
  margin-top: 3em;
}
main#main_content .post_content .p-authorBox ul {
  list-style: none;
  padding: 0;
}
main#main_content .post_content .p-authorBox .p-authorBox__r {
  /*
  max-height: 90px;
  overflow: hidden;
  */
}
main#main_content .post_content .p-authorBox .p-authorBox__r .p-authorBox__iconList {
  display: none;
}
main#main_content .post_content .p-authorBox .p-authorBox__r .p-authorBox__desc {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 0;
}
main#main_content .post_content .p-authorBox .p-authorBox__r .p-authorBox__desc button {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFF;
  border: 0;
  text-decoration: underline;
  padding: 0 5px 0 15px;
}
main#main_content .post_content .p-authorBox.authorBox_label {
  position: relative;
}
main#main_content .post_content .p-authorBox.authorBox_label:before {
  content: "監修者";
  position: absolute;
  left: 0;
  top: 0;
  background: #00000085;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}
main#main_content .post_content .p-authorBox.authorBox_label button {
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  border: none;
  background: #fff;
  text-align: right;
  padding: 0 0px 0 15px;
}

#after_article .p-authorBox {
  position: relative;
}
#after_article .p-authorBox:before {
  content: "執筆者";
  position: absolute;
  left: 0;
  top: 0;
  background: #00000085;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}

main#main_content .post_content h2 {
  background: linear-gradient(120deg, #2c8bdd 0, #2c8bdd 33.33%, #21b8ae 66.66%, #21b8ae);
}
main#main_content .post_content h3::before {
  background: repeating-linear-gradient(120deg, #2c8bdd 0, #2c8bdd 33.33%, #21b8ae 66.66%, #21b8ae);
}
main#main_content .post_content h4 {
  border-left: 4px solid #028fd3;
  border-image: linear-gradient(180deg, #2c8bdd 0, #2c8bdd 33.33%, #21b8ae 66.66%, #21b8ae);
  border-image-slice: 1;
}
main#main_content .post_content h5,
main#main_content .post_content h6 {
  font-size: 1.1em;
  margin: 30px 0 16px;
  clear: both;
  position: relative;
  padding: 0 0 12px 24px;
}
main#main_content .post_content h5:before,
main#main_content .post_content h6:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "\f14a";
  font-family: "FontAwesome";
  width: 20px;
  height: 20px;
  font-weight: 400;
  margin-right: 8px;
  color: #21b8ae;
  font-size: 18px;
}
main#main_content .post_content table {
  --text-color: #111;
  --head-text-color: var(--text-color);
  --head-bg-color: #d9edf7;
  --odd-text-color: var(--text-color);
  --odd-bg-color: #f9f9f9;
  --even-text-color: var(--text-color);
  --even-bg-color: #fff;
  --hover-text-color: var(--text-color);
  --hover-bg-color: #f3f3f3;
  --border-color: #ddd;
  --padding: 0.5rem;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  margin: 0 auto 1rem;
  table-layout: auto;
  width: 100%;
  font-size: 93%;
}
main#main_content .post_content table th {
  background-color: var(--thead-color--bg, var(--color_main));
  color: var(--thead-color--txt, #fff);
  text-align: center;
}
main#main_content .post_content .instagram-media-rendered,
main#main_content .post_content .twitter-tweet-rendered {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 2.4em !important;
}
main#main_content .post_content blockquote.twitter-tweet p {
  margin: 0 0 1em;
}
main#main_content .post_content blockquote.twitter-tweet p:last-child {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  color: #999;
}
main#main_content .post_content blockquote.twitter-tweet p:last-child a {
  color: #999;
  text-decoration: none;
}
main#main_content .p-authorBox__desc {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  main#main_content .post_content h2 {
    /*
    margin-left: 0;
    margin-right: 0;
    */
  }
  main#main_content .post_content p,
  main#main_content .post_content pre {
    line-height: 1.65;
    font-size: 14.5px;
  }

  .l-content {
    /*
    padding-left: 0;
    padding-right: 0;
    
    .-frame-on .l-mainContent {
    	padding-left: 4vw;
    	padding-right: 4vw;
    }
    */
  }
}
/* 
* 記事下バナー
---------------------------------------- */
.article_bottom_link {
  text-align: center;
  margin: 2em 0;
}
.article_bottom_link img {
  max-width: 100%;
  height: auto;
}
.article_bottom_link img:hover {
  opacity: 0.8;
}

/* 
* 目次
---------------------------------------- */
.p-toc__list > li > a {
  font-weight: bold;
}

/* サイドバー */
.widget_swell_index .p-toc__list li > ol {
  color: #333;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.widget_swell_index .p-toc__list li li {
  font-weight: normal;
  color: #666;
  margin-bottom: 0.5em;
}
.widget_swell_index .p-toc__ttl {
  font-weight: bold;
  color: #000;
}
.widget_swell_index .p-toc__ttl::before {
  font-weight: normal;
}
.widget_swell_index ol.is-style-index > li:before {
  font-weight: bold;
}
.widget_swell_index ol.is-style-index > li:before,
.widget_swell_index ol.is-style-index ol > li:before {
  border-color: #aaa;
}

/* 
* 記事内テーブル
---------------------------------------- */
.post_content table {
  border: 1px solid var(--border-color);
  border-collapse: collapse;
}

/* 各セルの境界線を削除 */
.post_content table td,
.post_content table th {
  border: 1px solid var(--border-color);
}

.tablepress_wrap {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 16px;
  width: 100%;
}
.tablepress_wrap table {
  white-space: nowrap;
}

@media (max-width: 767px) {
  /* テーブルスクロール */
  /*
  .js-scrollable{
  	white-space: nowrap;
  }
  
  
  .js-scrollable {
  	overflow-x: scroll;
  }
  
  .js-scrollable table {
  	width: 100%;
  	border-collapse: collapse;
  	white-space: nowrap;
  }
  */
}

/*# sourceMappingURL=style.css.map */
