@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

#detail {
  padding-top: 240px;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0;
}

#detail .main {
  margin: 49px auto 94px;
  width: 1140px;
}

#detail .main .conts {
  float: left;
  width: 800px;
}

#detail .main .conts img {
  max-width: 100%;
  height: auto;
}

#detail .conts .h2_ttl01 {
  margin-bottom: 25px;
  font-family: 'Amatic SC', cursive;
  font-size: 34px;
  letter-spacing: 2px;
  color: #000;
  text-align: center;
  background: url(/wp-content/themes/oggi/img/common/bg_line01.png) repeat-x center 35px;
}

#detail .conts .h2_ttl01 .txt01 {
  padding: 0 25px;
  display: inline-block;
  background-color: #FFF;
}

#detail .conts .h2_ttl01 .txt02 {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1;
}

#detail .conts .info_ul .note {
  margin-top: 7px;
  font-family: 'Lora', serif;
  font-weight: bold;
  text-align: center;
}

#detail .conts .info_ul .note span {
  margin-top: 2px;
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  font-weight: normal;
  color: #888;
}

#detail .img_box {
  margin-bottom: 51px;
}

#detail .img_box > a {
	/*display: block;*/
  overflow: hidden;
}

#detail .icon_pr {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

#detail .icon_pr img {
  display: block;
}

.ttl_detail {
  margin-bottom: 15px;
}

.ttl_detail>p {
  width: 50%;
  float: left;
  white-space: nowrap;
  text-align: left;
  font-size: 13px;
  color: #888;
  letter-spacing: 0.02em;
}

.ttl_detail>p span {
  font-size: 15px;
  margin-right: 10px;
}

.ttl_detail p.day {
  text-align: right;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  color: #888;
  letter-spacing: .05em;
  font-size:12px;
}

/*------------------------------------------------------------記事タイトルエリア */

.article_head {
  max-width: 800px;
}

.article_head .ttl {
  text-align: left;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  margin-bottom: 34px;
  -webkit-font-smoothing: antialiased;
}

.article_head .photo_box {
  margin-bottom: 38px;
  position: relative;
}

.article_head .text_box {
  text-align: left;
  font-size: 13px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  margin-bottom: 18px;
  line-height: 20px;
}

.article_head_footer {
  margin-bottom: 38px;
}

.article_head_footer .tags {
  width: 600px;
  float: left;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
}

.article_head_footer .tags_box li {
  padding: 0 5px 5px 0;
  float: left;
}

.article_head_footer .tags_box a {
  padding: 2px 11px;
  display: block;
  border: 1px solid;
  border-radius: 15px;
  font-family:Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #222;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
     .article_head_footer .tags_box a {
    padding: 2px 11px 0px;
  }
}

.article_head_footer .author {
  width: 200px;
  float: left;
  text-align: left;
  font-size: 12px;
  text-align: right;
  color: #888;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
}


/*------------------------------------------------------------記事本文エリア */

article {
  max-width: 800px;
  margin-top: 40px;
}

article a{
  text-decoration: underline;
}

article a:hover {
  text-decoration: none;
}

article h2 {
  margin-bottom: 20px;
  text-align: left;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

article h2.h2_line {
  padding-left: 18px;
  position: relative;
}

article h2.h2_line:before {
  content: "";
  height: 60%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 20%;
}

article h3 {
  text-align: left;
  margin-top: -5px;
  margin-bottom: 25px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

article h4 {
  font-weight: normal;
  position: relative;
  text-indent: 46px;
  color: #000;
  margin-bottom: 18px;
  text-align: left;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 16px;
  line-height: 30px;
}

article h4:before {
  content: "";
  height: 1px;
  width: 38px;
  left: 0;
  top: 0.8em;
  position: absolute;
  background-color: #000;
}

article h5{
  font-weight: normal;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 16px;
  line-height: 30px;
}

article h6{
  font-weight: normal;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 16px;
  line-height: 30px;
}

article .article_inner p {
  margin-bottom: 40px;
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break : break-all;
}

article .article_inner p.has-text-align-right {
  text-align: right;
}

article .article_inner p.has-text-align-center {
  text-align: center;
}

article .article_inner p span {
  padding: 2px 3px;
  margin-left: -2px;
  text-indent: -0.025em;
  margin-right: 3px;
}

article .article_inner .wp-caption-text{
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 25px;
}

article .article_inner .interview_text p.sub_text {
  font-size: 12px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  display: inline-block;
  color: #888888;
  padding: 2px 3px;
  margin-left: -2px;
  text-indent: -0.025em;
  margin-right: 3px;
  margin-bottom: 0;
}

article .article_inner p em {
  font-style: normal;
}

article .article_inner > ul:not(.article_img_list),
article .article_inner > ol:not(.article_img_list) {
  text-align: left;
  padding-left: 1.25em;
}

article .article_inner > ul:not(.article_img_list) {
  list-style-type: disc;
}

article .article_inner > ol:not(.article_img_list) {
  list-style-type: decimal;
}

article .hr_line1,
article .hr_line2,
article .hr_line3 {
  margin: 60px 0;
}

article .article_img_box {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

article .video {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  margin-bottom: 40px;
}

article .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

article blockquote {
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin-top: -10px;
  margin-bottom: 40px;
}

article blockquote p {
  padding: 5px 25px 0 20px;
  position: relative;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.45;
  text-align: left;
  background: url(/wp-content/themes/oggi/img/common/bg_rquot2.gif) no-repeat right bottom;
  margin-bottom: 30px;
  margin-top: 10px;
}

article blockquote p:before {
  position: absolute;
  left: -20px;
  top: 8px;
  width: 17px;
  height: 12px;
  content: "";
  background: url(/wp-content/themes/oggi/img/common/bg_lquot2.gif) no-repeat right bottom;
}

article p.article_caption {
  margin-top: 8px;
  text-align: center;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #888;
  margin-bottom: 40px;
}

article .article_img_box + p.article_caption {
  margin-top: -30px;
}

article .article_btn {
  margin-bottom: 50px;
}

article .article_btn a {
  margin: 0 auto;
  padding: 23px 0;
  display: block;
  width: 330px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #eaeaea;
  font-size: 14px;
  font-weight: bold;
  color: #666 ;
  line-height: 1;
  text-align: center;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

article .article_btn a:hover {
  background: #888;
  color:#fff;
}

article .article_text_check {
  box-sizing: border-box;
  padding: 30px 38px;
  border: 1px solid #CCC;
  text-align: left;
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 1.8;
}

article .article_text_check a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #333 !important;
}

article .article_text_check a:hover {
  text-decoration: underline;
}

article .article_text_book {
  box-sizing: border-box;
  padding: 25px 25px;
  background-color: #EEE;
  margin-bottom: 50px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}

article .article_text_book .book_photo {
  width: 128px;
  height: 172px;
  background: #EEE center center;
  background-size: cover;
  text-align: left;
  float: left;
  margin-right: 25px;
}

article .article_text_book div {
  float: left;
}

article .article_text_book .book_text cite {
  display: block;
  margin: 5px 0 20px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.17em;
}

article .article_text_book .book_text {
  width: 594px;
  float: left;
}

article .article_presentby {
  box-sizing: border-box;
  padding: 40px 0px 40px 0;
  margin-bottom: 40px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

article .article_presentby div {
  float: left;
}

article .article_presentby .interview_text h5 {
  margin-bottom: 15px;
  font-size: 18px;
}

article .article_presentby .interview_text p {
  font-size: 13px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  line-height: 1.7;
}

article .article_presentby .interview_text span {
  font-size: 12px;
  display: inline-block;
  color: #888888;
}

article .article_presentby.thumb .interview_photo {
  width: 164px;
  min-height: 164px;
  background: #FFF center center;
  background-size: cover;
  text-align: left;
  float: left;
  margin-right: 25px;
}

article .article_presentby.thumb .interview_text {
  width: 610px;
  float: left;
}

article .article_item {
  text-align: left;
  margin: 0 -20px 50px 0;
}

article .article_item p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

article .article_item_photo {
  display: inline-block;
  width: 246px;
  margin-right: 20px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 30px;
  vertical-align: top;
}

article .article_item_photo span {
  text-decoration: underline;
  width: 246px;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}

article .article_item_photo a:hover span {
  text-decoration: none;
}

article .social_area {
  width: 100%;
  text-align: left;
}

article .social_area a {
  margin-right: 5px;
}

article .article_footer .h2_ttl05 {
  margin: 73px 0 44px;
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #000;
  text-align: center;
  line-height: 0.7;
  background: #FFF url(/wp-content/themes/oggi/img/common/bg_line04.png) repeat-x center 33px;
}

article .article_footer .h2_ttl05 .txt01 {
  font-size: 17px;
  font-weight: bold;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
}

article .article_footer .h2_ttl05 .txt02 {
  font-size: 12px;
  display: block;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  line-height: 1;
}


/* 吹き出し左 */
#detail article .balloon__wrap--left {
	display:flex;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 40px;
}

#detail article .balloon__wrap--left .balloon__picture {
	word-break: break-all;
}

#detail article .balloon__wrap--left .balloon__picture p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	max-width: 100px;
}

#detail article .balloon__wrap--left .balloon__picture img {
	width: 100px;
	text-align: center;
}

#detail article .balloon__wrap--left .balloon__text-content {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 23px;
	padding-left: 25px;
	border-radius: 12px;
	background: #FFFFFF;
	border: 1px solid #262626;
	max-width: 608px;
	margin-left: 30px;
	float: left;
}

#detail article .balloon__wrap--left .balloon__text-content p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	word-break: break-all;
}

#detail article .balloon__wrap--left .balloon__text-content::before {
	content: "";
	border: 7px solid transparent;
	border-right: 25px solid #262626;
	position: absolute;
	top: 43px;
	left: -27px;
	transform: rotate(-25deg);
	z-index: -10;
}

#detail article .balloon__wrap--left .balloon__text-content::after {
	content: "";
	position: absolute;
	top: 41.6px;
	left: -24px;
	border: 7px solid transparent;
	border-right: 25px solid #FFF;
	transform: rotate(-25deg);
}

/* 吹き出し右 */
#detail article .balloon__wrap--right {
	display:flex;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 40px;
}

#detail article .balloon__wrap--right .balloon__picture {
	order: 2;
}

#detail article .balloon__wrap--right .balloon__picture {
	word-break: break-all;
}

#detail article .balloon__wrap--right .balloon__picture p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	max-width: 100px;
}

#detail article .balloon__wrap--right .balloon__picture img {
	width: 100px;
	text-align: center;
}

#detail article .balloon__wrap--right .balloon__text-content {
	order:1;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 23px;
	padding-left: 25px;
	border-radius: 12px;
	margin-right: 30px;
	max-width: 608px;
	background: #FFFFFF;
	border: 1px solid #262626;
}

#detail article .balloon__wrap--right .balloon__text-content p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	word-break: break-all;
}

#detail article .balloon__wrap--right .balloon__text-content::before {
	content: "";
	position: absolute;
	top: 43px;
	right: -27px;
	border: 7px solid transparent;
	border-left: 25px solid #262626;
	transform: rotate(25deg);
	z-index: -10;
}

#detail article .balloon__wrap--right .balloon__text-content::after {
	content: "";
	position: absolute;
	top: 41.5px;
	right: -25.3px;
	border: 7px solid transparent;
	border-right: 27px solid #FFF;
	transform: rotate(205deg);
}

#detail .conts .info_ul {
  margin: 0 -26px 0 0;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 38px;
  font-size: 0;
}

#detail .conts .info_ul li {
  display: inline-block;
  padding-bottom: 24px;
  margin-right: 26px;
  width: 180px;
  text-align: left;
  font-size: 15px;
  vertical-align: top;
}

#detail .conts .info_ul li a {
  display: block;
  text-decoration: none;
}

#detail .conts .info_ul li:first-child {
  padding-left: 0;
}

#detail .conts .info_ul .photo {
  margin-bottom: 20px;
  width: 180px;
  height: 180px;
  background: no-repeat center center;
  background-size: cover;
}

#detail .conts .info_ul p {
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#detail .conts .info_ul p.day {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  color: #888;
  -webkit-font-smoothing: initial;
}

#detail .conts .h2_ttl05 .txt01 {
  padding: 0 20px;
  display: inline-block;
  background-color: #FFF;
}

#detail .f_img_box {
  padding-top: 6px;
  border-bottom: 1px solid #000;
  background: url(/wp-content/themes/oggi/img/common/bg_line01.png) repeat-x left top;
}

#detail .f_img_box a {
  display: inline-block;
  padding: 20px 0 18px;
  width: 395px;
  vertical-align: middle;
}

#detail .f_img_box .text_box {
  width: 255px;
  float: left;
  margin-left: 20px;
  text-align: left;
}

#detail .f_img_box a:last-child  .text_box {
  width: 255px;
  margin-left: 30px;
}

#detail .f_img_box .photo_box {
  position: relative;
  width: 70px;
  height: 70px;
  float: left;
  margin-left: 30px;
  background: no-repeat center center;
  background-size: cover;
}

#detail .f_img_box a {
  background: url("/wp-content/themes/oggi/img/detail/la.png") left center no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#detail .f_img_box a:hover {
  background-position: 1% center;
}

#detail .f_img_box a:last-child {
  border-left: 1px solid #CCC;
  background: url("/wp-content/themes/oggi/img/detail/ra.png") right center no-repeat;
}

#detail .f_img_box a:last-child:hover {
  background-position: 99% center;
}

#detail .f_img_box a:last-child .photo_box {
  position: relative;
  width: 70px;
  height: 70px;
  float: right;
  margin-left: 0;
  margin-right: 30px;
  background: no-repeat center center;
  background-size: cover;
}

#detail .f_img_box .text_box .tags {
  margin-right: 10px;
  font-size: 15px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
}

#detail .article_ad div {
  margin-top: 38px;
  background-color: #F0F0F0;
  display: inline-block;
  padding: 38px 38px;
}

#detail .article_ad p {
  display: inline-block;
  border: 2px #FFF solid;
}

#detail .article_ad div:last-child {
  margin-left: 34px;
}

#detail .read_more_box {
  margin-right: -18px;
  position: relative;
}

#detail .read_more_box li {
  width: 250px;
  margin-right: 18px;
  margin-bottom: 45px;
  display: inline-block;
  vertical-align: top;
}

#detail .read_more_box .photo_box {
  position: relative;
  width: 250px;
  height: 150px;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 15px;
}

#detail .read_more_box .read_more_text_box {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#detail .read_more_box .read_more_text_box span {
  margin-top: 5px;
  font-size: 12px;
  display: block;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  -webkit-font-smoothing: initial;
}

.read_more_tag .tags {
  width: 600px;
  float: left;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
}

.read_more_tag .tags_box li {
  padding: 0 5px 5px 0;
  float: left;
}

.read_more_tag .tags_box a {
  padding: 2px 11px;
  display: block;
  border: 1px solid #666;
  border-radius: 15px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #222;
  text-decoration: none !important;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
     .read_more_tag .tags_box a {
    padding: 2px 11px 0px;
  }
}

#detail .f_img_box .text_box .hf_ttl01 {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

#detail .f_img_box .text_box .ttl {
  margin-bottom: 5px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #888;
}

#detail .f_img_box .text_box p {
  font-size: 12px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  color: #222;
  line-height: 1.6;
}

#detail .conts .h2_ttl03 {
  margin: 73px 0 38px;
  font-family: 'Lora', serif;
  font-size: 40px;
  color: #000;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background: url(/wp-content/themes/oggi/img/common/bg_line03.webp) repeat-x center 38px;
}

#detail .conts .h2_ttl03 .txt01 {
  padding: 0 25px;
  display: inline-block;
  font-style: normal;
  background-color: #FFF;
}

#detail .conts .h2_ttl03 .txt02 {
  display: block;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 10px;
}

.main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ttl_detail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.article_text_book:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.book_photo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*------------------------------------------------------------固定ページテンプレート */
#detail .content_w100,#detail .main .content_w100{
    width: 100%;
}

/*------------------------------------------------------------Read more */
.OUTBRAIN + div,.OUTBRAIN + div ~ div{
    text-align: left;
}

/*　関連リンク */
.article_links{
  margin:40px 0;
  text-align: left;
}

.article_links p{
  margin-bottom:10px !important;
  padding: 0;
  font-size:1.25em;
  font-weight:bold;
}

.article_links li {
  width: 100%;
}

.article_links li a {
  display: flex;
  align-items: center;
  height: 90px;
  margin-top: 20px;
  text-decoration: none;
}

.article_links li a:hover {
  opacity: 50%;
}

.article_links__img_outer {
  width: 140px;
}

.article_links__img {
  display: block;
  width: 100%;
}

.article_links__text {
  padding-left: 20px;
  color: #222222;
  flex: 1;
  text-decoration: none;
  word-break: break-all;
}

.post_block_dottedline_gray .post_block {
  padding: 15px;
  border: dotted 1px #7a7575;
  border-radius: 5px;
  margin-bottom: 40px;
}

.post_block_dottedline_gray .post_block .post_block__link {
  margin-bottom: 0;
}

.post_block__link {
  display: flex;
  align-items: center;
  height: 90px;
  margin-bottom: 40px;
  text-decoration: none !important;
}

.post_block__link:hover {
  opacity: 50%;
}

.post_block__img_outer {
  width: 140px;
}

.post_block__img {
  display: block;
  width: 100%;
}

.post_block__text {
  padding-left: 20px;
  color: #222222;
  flex: 1;
  text-decoration: none;
  word-break: break-all;
  text-align: start;
}

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

.article_img_list_block{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.article_img_list_block:nth-of-type(3n){
  margin-right: 0;
}

.article_img_list_txt{
  display: block;
  text-align: left;
  margin-top: 5px;
  word-break: break-all
}

.main article .article_inner .oggi_btn_to_gallery {
  margin-bottom: 40px;
}

.main article .article_inner .oggi_btn_to_gallery a{
  background-color: #EF87AE;
  color:#fff;
  border: 3px solid #EF87AE;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.main article .article_inner .oggi_btn_to_gallery a:hover{
  color: #000;
  background: #fff;
}

/* 本文内装飾モジュール 装飾引用 */
.article_quote_box {
  position: relative;
  padding: 5px 35px 5px 40px;
  margin-bottom: 15px;
  text-align: left;
}

.article_quote_box:before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  color: rgba(34,34,34,1);
  font-size: 27px;
  font-weight: 900;
}

.article_quote_box:after {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: -10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  color: rgba(34,34,34,1);
  font-size: 27px;
  font-weight: 900;
}

.fashion .article_quote_box:before {
  color: rgba(236,135,0,1);
}

.fashion .article_quote_box:after {
  color: rgba(236,135,0,1);
}

.work .article_quote_box:before {
  color: rgba(236,110,88,1);
}

.work .article_quote_box:after {
  color: rgba(236,110,88,1);
}

.beauty .article_quote_box:before {
  color: rgba(39,192,194,1);
}

.beauty .article_quote_box:after {
  color: rgba(39,192,194,1);
}

.lifestyle .article_quote_box:before {
  color: rgba(12,152,224,1);
}

.lifestyle .article_quote_box:after {
  color: rgba(12,152,224,1);
}

.love .article_quote_box:before {
  color: rgba(239,103,161,1);
}

.love .article_quote_box:after {
  color: rgba(239,103,161,1);
}

.fortune .article_quote_box:before {
  color: rgba(175,119,184,1);
}

.fortune .article_quote_box:after {
  color: rgba(175,119,184,1);
}

/* 本文内装飾モジュール まとめセクション */
.article_list_box {
  background-color: rgba(34,34,34,0.2);
  padding: 18px 23px 23px;
  margin: 40px 0;
  word-wrap: break-word;
}

article .article_list_box p {
  font-family: 'Lora', "游明朝体", "Yu Mincho", YuMincho, serif;
  margin-bottom: 20px;
  font-size: 23px;
}

article .article_list_box li {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 1em;
  text-indent: -1.5em;
}

article .article_list_box li:before {
  display: inline-block;
  margin: 0 10px 0 4px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background:rgba(34,34,34,0.9);
}

article .article_list_box li:last-of-type {
  margin-bottom: 0px;
}

.fashion .article_list_box {
  background:rgba(236,135,0,0.2);
}

.fashion .article_list_box li:before {
  background:rgba(236,135,0,0.9);
}

.work .article_list_box {
  background:rgba(236,110,88,0.2);
}

.work .article_list_box li:before {
  background:rgba(236,110,88,0.9);
}

.beauty .article_list_box {
  background:rgba(39,192,194,0.2);
}

.beauty .article_list_box li:before {
  background:rgba(39,192,194,0.9);
}

.lifestyle .article_list_box {
  background:rgba(12,152,224,0.2);
}

.lifestyle .article_list_box li:before {
  background:rgba(12,152,224,0.9);
}

.love .article_list_box {
  background:rgba(239,103,161,0.2);
}

.love .article_list_box li:before {
  background:rgba(239,103,161,0.9);
}

.fortune .article_list_box {
  background:rgba(175,119,184,0.2);
}

.fortune .article_list_box li:before {
  background:rgba(175,119,184,0.9);
}

/* 本文内装飾モジュール 装飾罫線 */
.article_underline {
  text-align: left;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: dotted 3px rgba(34,34,34,0.65);
}

.fashion .article_underline {
  border-bottom: dotted 3px rgba(236,135,0,0.85);
}

.work .article_underline {
  border-bottom: dotted 3px rgba(236,110,88,0.85);
}

.beauty .article_underline {
  border-bottom: dotted 3px rgba(39,192,194,0.85);
}

.lifestyle .article_underline {
  border-bottom: dotted 3px rgba(12,152,224,0.85);
}

.love .article_underline {
  border-bottom: dotted 3px rgba(239,103,161,0.85);
}

.fortune .article_underline {
  border-bottom: dotted 3px rgba(175,119,184,0.85);
}