@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 300; src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype"); font-display: swap; }

@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); font-display: swap; }

@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 500; src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype"); font-display: swap; }

@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); font-display: swap; }

@-webkit-keyframes show { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes show { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-webkit-keyframes hide { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes hide { 0% { opacity: 1; }
  100% { opacity: 0; } }

@-webkit-keyframes slideDown { 0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@keyframes slideDown { 0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideUp { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }

@keyframes slideUp { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }

* { margin: 0; padding: 0; }

*, *::before, *::after { box-sizing: border-box; }

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }

ul { list-style: none; }

ol { padding-left: 1.6em; }

small { font-size: inherit; }

input, select, textarea, button { vertical-align: middle; background: none; border: 0; border-radius: 0; box-sizing: border-box; outline: none; color: inherit; font: inherit; }

input[type="file"], input[type="checkbox"], input[type="radio"], select, button { cursor: pointer; }

table { border-collapse: collapse; border-spacing: 0; }

img { border: 0; vertical-align: middle; max-width: 100%; }

svg:not(:root) { overflow: hidden; }

svg { vertical-align: middle; }

iframe, video { vertical-align: middle; }

video { max-width: 100%; }

html { font-size: 62.5%; }

body { color: #000; font: 300 14px / 1.5 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif; word-wrap: break-word; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

::-moz-selection { background-color: rgba(240, 82, 131, 0.1); }

::selection { background-color: rgba(240, 82, 131, 0.1); }

::-moz-selection { background-color: rgba(240, 82, 131, 0.1); }

:focus { outline: none; }

a { color: #000; text-decoration: none; }

a, button { transition: all .2s; }

.header_main_wrap { background: #fff; }

.site_header { margin: 0 auto; }

.site_header .header_inner { position: relative; }

.site_header .header_toplink { position: absolute; right: 0; top: 6px; font-size: 14px; font-weight: 500; }

.site_header .header_toplink .icon { width: 8px; height: 8px; vertical-align: 2px; margin-right: 3px; }

.site_header .header_toplink a + a { margin-left: 12px; }

.site_header .header_logo { text-align: center; padding: 26px 0 21px; }

.site_header .header_logo svg { width: 243.98178px; height: 50px; }

.site_header .search_box { position: absolute; right: 0; top: 39px; }

.search_design { display: inline-block; vertical-align: top; position: relative; cursor: pointer; }

.search_design .icon { width: 38px; height: 22px; fill: #959595; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }

.search_design [type="text"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 225px; height: 33px; line-height: 33px; border: solid 1px #959595; border-radius: 4px; background: #fff; padding-left: 38px; padding-right: 7px; }

.global_nav_wrap { height: 80px; }

.global_nav { font-size: 14px; line-height: 19px; font-weight: 500; height: 41px; border: solid 1px #959595; border-width: 1px 0; margin-bottom: 39px; background: #fff; position: relative; z-index: 99; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.global_nav .cat_list > li, .global_nav .sub_cat_list > li { display: inline-block; vertical-align: baseline; }

.global_nav .cat_list > li + li:before, .global_nav .sub_cat_list > li + li:before { content: '|'; }

.global_nav .cat_list > li > a, .global_nav .sub_cat_list > li > a { display: inline-block; vertical-align: baseline; padding: 9px 10px 11px; }

.global_nav .cat_list > li > a:hover, .global_nav .sub_cat_list > li > a:hover { color: #f05283; }

.global_nav .cat_list { position: relative; }

.global_nav .cat_list > li.open > a { color: #f05283; }

.global_nav .cat_list > li.open .sub_cat_list { display: block; }

.global_nav .sub_cat_list { display: none; position: absolute; top: 100%; left: 0; right: 0; text-align: center; }

.global_nav .global_nav_logo { display: none !important; }

.global_nav .global_nav_search_box { display: none !important; }

.global_nav.fixed { position: fixed; top: 0; left: 0; right: 0; overflow: hidden; margin: 0; font-size: 13px; -webkit-animation: slideDown .5s forwards; animation: slideDown .5s forwards; }

.global_nav.fixed .content_inner { position: relative; }

.global_nav.fixed .cat_list > li > a, .global_nav.fixed .sub_cat_list > li > a { padding-left: 5px; padding-right: 5px; }

.global_nav.fixed .cat_list { margin-left: 140px; margin-right: 40px; }

.global_nav.fixed .sub_cat_list { display: none !important; }

.global_nav.fixed .global_nav_logo { display: block !important; float: left; }

.global_nav.fixed .global_nav_logo a { display: block; padding: 7px 0; }

.global_nav.fixed .global_nav_logo svg { width: 121.99089px; height: 25px; }

.global_nav.fixed .global_nav_search_box { display: block !important; position: absolute; right: 0; top: 0; padding: 3px 0; }

.global_nav.fixed .global_nav_search_box input { transition: all .4s; }

.global_nav.fixed .global_nav_search_box input:not(:focus) { width: 0; padding-right: 0; border-color: transparent; }

.site_footer { color: #808080; font-size: 12px; background: #f0f0f0; padding: 16px 0; margin-top: 40px; }

.site_footer a { color: #808080; }

.site_footer a:hover { color: #ff388c; }

.site_footer .block_title { font-size: 14px; font-weight: 500; }

.site_footer [class^="block_wrap"] { border-top: solid 1px #a9a9a9; padding: 16px 10px; }

.site_footer .footer_nav .cat_list { background: #fff; }

.site_footer .footer_nav .cat_list:after { content: ''; display: block; clear: both; }

.site_footer .footer_nav .cat_list > li { float: left; position: relative; }

.site_footer .footer_nav .cat_list > li:hover .sub_cat_list { display: block; }

.site_footer .footer_nav .cat_list > li:after { content: '|'; line-height: 40px; }

.site_footer .footer_nav .cat_list > li:last-of-type:after { display: none; }

.site_footer .footer_nav .cat_list > li > a { display: block; line-height: 40px; padding: 0 10px; float: left; }

.site_footer .footer_nav .sub_cat_list { position: absolute; top: 100%; left: 0; background: #fff; padding: 0 12px 10px; white-space: nowrap; z-index: 1; display: none; }

.site_footer .footer_nav .sub_cat_list.is-right { left: auto; right: 0; }

.site_footer .footer_nav .sub_cat_list > li > a { display: block; padding: 3px 0; }

.site_footer .block_wrap_02 { display: -webkit-flex; display: -ms-flex; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -ms-align-items: center; align-items: center; }

.site_footer .official_sns { overflow: hidden; }

.site_footer .official_sns li { float: left; }

.site_footer .official_sns li + li { margin-left: 10px; }

.site_footer .signup { background: #fff; padding: 10px; display: -webkit-flex; display: -ms-flex; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -ms-align-items: center; align-items: center; }

.site_footer .signup .text { padding-right: 7px; padding-left: 2px; }

.site_footer .signup .btn a { display: block; color: #ff388c; text-align: center; text-decoration: none; border: 1px solid #ff388c; background: #fff; padding: 6px 0 5px; width: 105px; }

.site_footer .signup .btn a:hover { color: #fff; background-color: #ff388c; }

.site_footer .block_wrap_03 { padding-bottom: 8px; }

.site_footer .related_sites { overflow: hidden; }

.site_footer .related_sites li { float: left; }

.site_footer .related_sites li + li { margin-left: 23px; }

.site_footer .related_sites li svg { height: 34px; }

.site_footer .related_sites li .logo_hpone { width: 116px; }

.site_footer .related_sites li .logo_fs { width: 102px; }

.site_footer .related_sites li .logo_ss { width: 59px; }

.site_footer .guide_links { overflow: hidden; margin-top: 16px; }

.site_footer .guide_links li { float: left; }

.site_footer .guide_links li:after { content: '|'; margin: 0 8px; }

.site_footer .guide_links li:last-of-type:after { display: none; }

.site_footer .block_wrap_04 { display: -webkit-flex; display: -ms-flex; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; -ms-align-items: flex-end; align-items: flex-end; }

.site_footer .message a { text-decoration: underline; }

.site_footer .copyright { text-align: right; }

.content_inner { width: 954px; margin: 0 auto; }

.content_inner:after { content: ''; display: block; clear: both; }

.content_inner .display_tags { margin-top: 40px; }

.content_inner .display_tags ul { overflow: hidden; }

.content_inner .display_tags ul li { float: left; padding: 2px; }

.content_inner .display_tags ul li a { display: block; color: #444; font-size: 11px; background-color: #eee; border-radius: 3px; padding: 3px 7px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; -webkit-transition: .2s; transition: .2s; }

.content_inner .display_tags ul li a:hover { background-color: #f05283; color: #fff; }

.section { margin-bottom: 40px; }

.site_body { margin-top: 15px; }

.site_body.full #main { width: auto; float: none; }

#main { width: 640px; float: left; }

#side { width: 300px; float: right; }

.clearfix:after { content: ''; display: block; clear: both; }

.mt0 { margin-top: 0 !important; }

.mb0 { margin-bottom: 0 !important; }

.notice { color: #626262; font-size: 12px; margin: 10px 0; }

.copy { font-size: 12px; text-align: right; margin-top: 5px; }

.copy a { text-decoration: underline; }

.anchor_target { padding-top: 41px; margin-top: -41px; }

.icon_pr { display: inline-block; vertical-align: middle; font-size: 11px; font-weight: bold; font-family: 'Arial', sans-serif; text-align: center; background: #e6e6e6; width: 35px; line-height: 20px; }

.icon_pr:before { content: 'PR'; }

.icon_rank { color: #626262; font-size: 38px; line-height: 1; font-style: italic; letter-spacing: -1px; font-family: "Al Nile", "Monotype Corsiva", serif; text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff; }

.icon_closed { display: inline-block; vertical-align: middle; color: #fff; font-size: 12px; letter-spacing: 0.05em; height: 20px; line-height: 19px; background: #a0a0a0; padding: 0 5px; }

.page_title { color: #434343; margin-bottom: 32px; }

.page_title .page_title_top { font-family: "Lora", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif; letter-spacing: 1px; font-size: 36px; line-height: 1; text-transform: uppercase; padding-left: 20px; position: relative; }

.page_title .page_title_top:before { content: ''; position: absolute; left: 0; top: 0.15em; width: 8px; height: 0.7em; background: #f05283; }

.page_title .page_title_top .tt_non { text-transform: none; }

.page_title .page_title_top .ja { font-size: 0.8em; }

.page_title .page_title_name { display: block; font-size: 14px; line-height: 1; margin-top: 6px; padding-left: 20px; }

.page_lead { margin-bottom: 40px; }

.page_lead a:hover { color: #f05283; }

.section_title { color: #626262; font-family: "Lora", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif; letter-spacing: 1px; font-size: 28px; line-height: 0.7; text-align: center; border-bottom: solid 1px #d3d3d3; margin-bottom: 20px; padding-top: 5px; }

.section_title .tt_u { text-transform: uppercase; }

.section_title_jp { font-size: 21px; font-weight: 500; line-height: 0.9; letter-spacing: 1px; border-bottom: solid 1px #d3d3d3; margin-bottom: 20px; padding-top: 5px; }

.section_title_sub { font-size: 16px; font-weight: 500; letter-spacing: 1px; margin-bottom: 16px; }

.section_lead { font-size: 16px; text-align: center; margin: 20px 0; }

.section_lead a:hover { color: #f05283; }

.btn_more { margin-top: 20px; }

.btn_more a { display: block; font-size: 14px; text-align: center; text-decoration: none; width: 220px; margin: 0 auto; padding: 4px 0 5px; border: solid 1px #d3d3d3; }

.btn_more a:hover { background-color: rgba(240, 82, 131, 0.1); }

.breadcrumb { margin-bottom: 25px; }

.breadcrumb li { display: inline; }

.breadcrumb li + li:before { content: '＞'; font-size: 0.8em; vertical-align: 1px; margin: 0 3px; }

.breadcrumb li a:hover { color: #f05283; }

.pagination { margin-top: 20px; text-align: center; }

.pagination a { display: inline-block; vertical-align: baseline; text-align: center; min-width: 45px; line-height: 35px; padding: 0 5px; border: solid 1px #d3d3d3; }

.pagination a:hover { background-color: rgba(240, 82, 131, 0.1); }

.pagination a.prev svg, .pagination a.next svg { width: 10px; height: 10px; vertical-align: baseline; }

.pagination a.active { pointer-events: none; background-color: #f0f0f0; }

.pagination span { margin: 0 3px; }

.sns_share { text-align: center; }

.sns_share li { display: inline-block; vertical-align: top; }

.sns_share li + li { margin-left: 5px; }

[class*="icon_sns"] { display: block; width: 35px; height: 35px; text-align: center; border-radius: 3px; }

[class*="icon_sns"] svg { width: 100%; height: 100%; fill: #fff; }

.icon_sns_tw { background: #1da1f2; }

.icon_sns_tw svg { width: 62.5%; }

.icon_sns_fb { background: #3b5998; }

.icon_sns_ln { background: #00c300; }

.icon_sns_ln svg { width: 72.825%; }

.icon_sns_ig { background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%); }

.icon_sns_ig svg { width: 73%; }

.icon_sns_yt { background: #ff0000; }

.icon_sns_yt svg { width: 69%; }

.md_banner { text-align: center; margin: 20px 0; }

.ad { text-align: center; }

.ad.ad_pushdown { width: 980px; margin: 0 auto 15px; }

.ad[class*="ad_rectangle"] { margin-bottom: 20px; }

.ad[class*="ad_inlinebanner"] { margin-bottom: 40px; }

.ad_contents_bottom { overflow: hidden; }

.ad_contents_bottom .col { float: left; width: 300px; }

.ad_contents_bottom .col:nth-child(even) { float: right; }

.slide_content img { display: block; margin: 0 auto; }

.slick_before_init_one .slide_content { display: none; }

.slick_before_init_one .slide_content:first-child { display: block; }

.slick_before_init_one.slick-initialized .slide_content { display: block; }

.slick_before_init_hide .slide_content { display: none; }

.slick_before_init_hide.slick-initialized .slide_content { display: block; }

.js_tabArea .js_tabContent { display: none; }

.js_tabArea .js_tabContent.active { display: block; }

.tab_nav { font-size: 16px; margin-bottom: 20px; }

.tab_nav ul { text-align: center; }

.tab_nav li { display: inline-block; vertical-align: baseline; }

.tab_nav li + li:before { content: '|'; margin: 0 14px; }

.tab_nav li a { display: inline-block; vertical-align: baseline; border-bottom: solid 1px transparent; padding-bottom: 2px; }

.tab_nav li a:hover { color: #f05283; }

.tab_nav li a.active { color: #f05283; border-color: currentColor; pointer-events: none; }

.select_area { margin: 20px 0; text-align: right; }

.select_design { position: relative; display: inline-block; vertical-align: top; }

.select_design:after { content: ''; display: block; width: 35px; border-left: solid 1px #d3d3d3; background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 34.8'%3E%3Cpath d='M20 34.8L0 0h40L20 34.8z' fill='%23626262'/%3E%3C/svg%3E") no-repeat 50% 50%; background-size: 10px 10px; z-index: -1; position: absolute; top: 0; bottom: 0; right: 0; }

.select_design select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; width: 206px; height: 33px; line-height: 31px; border: solid 1px #d3d3d3; padding: 0 0 0 8px; }

.select_design select::-ms-expand { display: none; }

.list_thumb { position: relative; }

.list_thumb .icon_pr { position: absolute; top: 0; right: 0; z-index: 1; }

.list_thumb .icon_rank { position: absolute; top: 0; left: 3px; z-index: 1; }

.list_thumb .icon_closed { position: absolute; top: 0; left: 0; z-index: 1; }

.trim_sqr { position: relative; overflow: hidden; }

.trim_sqr:before { content: ''; display: block; padding-top: 100%; }

.trim_sqr img { position: absolute; top: 0; left: 0; right: 0; margin: auto; }

.trim_rect { position: relative; overflow: hidden; }

.trim_rect:before { content: ''; display: block; padding-top: 75%; }

.trim_rect img { position: absolute; top: 0; left: 0; right: 0; margin: auto; }

[class*="article_list"] .category { color: #f05283; font-size: 16px; line-height: 1.4; }

[class*="article_list"] .date { color: #626262; }

[class*="article_list"] .name { color: #626262; }

.article_list > ul { margin: 0 -2px; }

.article_list > ul:after { content: ''; display: block; clear: both; }

.article_list > ul > li { float: left; width: 33.33333%; padding: 0 2px; margin-bottom: 25px; }

.article_list > ul > li:nth-child(3n-2) { clear: both; margin-left: 0; }

.article_list > ul > li .list_thumb { text-align: center; }

.article_list > ul > li .list_thumb img { width: 100%; }

.article_list > ul > li .list_body { padding-top: 4px; }

.article_list > ul > li .category { margin-bottom: 4px; }

.article_list > ul > li .title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; height: 4.5em; }

.article_list > ul > li .list_info { margin-top: 15px; }

.article_list > ul > li .list_tags { margin-top: 5px; }

.article_list > ul > li .list_tags > ul > li { float: left; padding: 2px; width: auto; margin-bottom: 0px; }

.article_list > ul > li .list_tags > ul > li > a { border: solid 1px #d3d3d3; border-radius: 3px; background-color: #fff; color: #444; font-size: 10px; padding: 3px 7px; -webkit-transition: .2s; transition: .2s; }

.article_list > ul > li .list_tags > ul > li > a:hover { background-color: #f05283; color: #fff; }

.article_list_side li { margin-bottom: 5px; }

.article_list_side li a:after { content: ''; display: block; clear: both; }

.article_list_side li .list_thumb { float: left; width: 145px; }

.article_list_side li .list_thumb img { width: 100%; }

.article_list_side li .list_thumb .icon_pr { width: 30px; }

.article_list_side li .list_body { margin-left: 145px; padding-left: 7px; }

.article_list_side li .title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; height: 6em; }

.gallery_list ul { margin: 0 -2px; }

.gallery_list ul:after { content: ''; display: block; clear: both; }

.gallery_list li { float: left; padding: 0 2px; margin-bottom: 4px; }

.gallery_list.col_2 li { width: 50%; }

.gallery_list.col_2 li:nth-child(2n-1) { clear: both; }

.gallery_list.col_3 li { width: 33.33333%; }

.gallery_list.col_3 li:nth-child(3n-2) { clear: both; }

.gallery_list.col_4 li { width: 25%; }

.gallery_list.col_4 li:nth-child(4n-3) { clear: both; }

.gallery_list.col_5 li { width: 20%; }

.gallery_list.col_5 li:nth-child(5n-4) { clear: both; }

.gallery_list.col_6 li { width: 16.66667%; }

.gallery_list.col_6 li:nth-child(6n-5) { clear: both; }

.gallery_list.col_7 li { width: 14.28571%; }

.gallery_list.col_7 li:nth-child(7n-6) { clear: both; }

.gallery_list.col_8 li { width: 12.5%; }

.gallery_list.col_8 li:nth-child(8n-7) { clear: both; }

.gallery_list .list_thumb { text-align: center; }

.gallery_list .list_thumb img { width: 100%; }

.gallery_list .list_body { font-size: 12px; padding: 2px 0 8px; }

.side_keyword ul { margin: 0 -6px; }

.side_keyword ul:after { content: ''; display: block; clear: both; }

.side_keyword li { float: left; margin: 0 6px 10px; }

.side_keyword li a { display: block; padding: 5px 7px; border: 1px solid #959595; }

.side_keyword li a:hover { background-color: rgba(240, 82, 131, 0.1); }

.side_magazine { text-align: center; }

.side_magazine img { width: 250px; }

.md_movie .movie_main { text-align: center; }

.md_movie .movie_main .lead { text-align: left; margin-top: 9px; }

.md_movie .movie_thumbs { margin-top: 24px; overflow: hidden; }

.md_movie .movie_thumbs .slick-list { margin: 0 -2px; }

.md_movie .movie_thumbs .slick-track { align-items: flex-start; }

.md_movie .movie_thumbs .slick-prev, .md_movie .movie_thumbs .slick-next { width: 32px; height: 64px; background-repeat: no-repeat; background-color: #000; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }

.md_movie .movie_thumbs .slick-prev { left: 0; border-radius: 0 100px 100px 0; background-image: url(/site/img/arrow_slider_prev.png); background-position: 0 50%; }

.md_movie .movie_thumbs .slick-next { right: 0; border-radius: 100px 0 0 100px; background-image: url(/site/img/arrow_slider_next.png); background-position: 100% 50%; }

.md_movie .movie_thumbs .slick-prev, .md_movie .movie_thumbs .slick-next { top: 119px; }

.md_movie .movie_thumbs .slide_content { padding: 0 2px; }

.md_movie .movie_thumbs .slide_content a { display: block; }

.md_movie .movie_thumbs .slide_content a.active { pointer-events: none; }

.md_movie .movie_thumbs .lead { margin-top: 6px; }

.notfound { margin-bottom: 100px; }

.notfound .title { color: #f05283; font-size: 36px; font-family: "Lora", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif; letter-spacing: 1px; border-bottom: solid 1px #f05283; margin-bottom: 35px; }

.notfound .text { margin-bottom: 40px; }

.notfound .text p + p { margin-top: 1.4em; }

.about_list a:hover { color: #f05283; }

.about_list dt { font-size: 16px; font-weight: 500; padding-left: 17px; margin-bottom: 10px; position: relative; }

.about_list dt:before { content: ''; position: absolute; left: 0; top: 0.25em; width: 8px; height: 1em; background: #d3d3d3; }

.about_list dd { margin-bottom: 25px; }

.present_banner { margin-bottom: 20px; }

.top_mainvisual_slider { margin-bottom: 80px; }

.top_mainvisual_slider .slide_content .list_thumb { height: 480px; overflow: hidden; }

.top_mainvisual_slider .slide_content .text { font-size: 18px; line-height: 2; padding: 18px 0; }

.top_mainvisual_slider .slick-track { align-items: flex-start; }

.top_mainvisual_slider .slick-prev, .top_mainvisual_slider .slick-next { width: 32px; height: 64px; background-repeat: no-repeat; background-color: #000; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }

.top_mainvisual_slider .slick-prev { left: 0; border-radius: 0 100px 100px 0; background-image: url(/site/img/arrow_slider_prev.png); background-position: 0 50%; }

.top_mainvisual_slider .slick-next { right: 0; border-radius: 100px 0 0 100px; background-image: url(/site/img/arrow_slider_next.png); background-position: 100% 50%; }

.top_mainvisual_slider .slick-prev, .top_mainvisual_slider .slick-next { top: 240px; }

.top_mainvisual_slider .slick-dots li { margin: 0 5px; }

.top_mainvisual_slider .slick-dots li button { width: 12px; height: 12px; border: solid 1px #535353; background: transparent; }

.top_mainvisual_slider .slick-dots li.slick-active button { background: #535353; }

.article_header { margin-bottom: 30px; }

.article_header .article_title { font-size: 21px; font-weight: 500; }

.article_header .article_attachment_area { text-align: right; margin-top: 2px; }

.article_header .icon_pr { margin-right: 4px; }

.article_header .article_date { color: #626262; vertical-align: middle; }

.article_header .sns_share { margin-top: 7px; }

.article_header .article_title + .sns_share { margin-top: 20px; }

.article_headline { color: #626262; margin-top: 18px; }

.article_headline li + li { margin-top: 3px; }

.article_body { line-height: 1.8; }

.article_body a { color: blue; }

.article_body a:hover { text-decoration: underline; }

.article_body .part { margin-bottom: 25px; }

.article_body .part_title { font-size: 18px; line-height: 1.5; font-weight: 500; padding-left: 20px; position: relative; }

.article_body .part_title:before { content: ''; position: absolute; left: 0; top: 0.25em; width: 8px; height: 1em; background: #f05283; }

.article_body .part_image .image_body { text-align: center; }

.article_body .part_image .image_lead { margin-top: 10px; }

.article_body .part_link a.new_window:after, .article_body .part_newslink .linktext a.new_window:after { content: ''; display: inline-block; width: 12px; height: 12px; background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 44'%3E%3Cpath d='M48 0H8v8h2V2h36v32h-6v2h8V0z' fill='%23000'/%3E%3Cpath d='M40 8H0v36h40V8zm-2 34H2V10h36v32z' fill='%23000'/%3E%3C/svg%3E") no-repeat 0 50%; background-size: contain; margin-left: 6px; }

.article_body .part_youtube .youtube_frame { position: relative; padding-top: 56.25%; }

.article_body .part_youtube .youtube_frame iframe { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }

.article_body .part_youtube .youtube_lead { margin-top: 10px; }

.article_body .part_newslink { line-height: 1.4; }

.article_body .part_newslink a { text-decoration: none; }

.article_body .part_newslink a:hover { opacity: 0.7; }

.article_body .part_newslink .linktextbtn { display: inline-block; vertical-align: middle; width: 90%; }

.article_body .part_newslink .linktextbtn a { display: block; text-align: center; padding: 16px 30px 16px 15px; position: relative; }

.article_body .part_newslink .linktextbtn a:after { position: absolute; content: "＞"; font-size: 11px; right: 11px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.article_body .part_newslink .linkbnr { display: inline-block; vertical-align: middle; width: 450px; }

.article_body .part_newslink .linkbnr a { display: block; position: relative; }

.article_body .part_newslink .linkbnr a:after { position: absolute; content: "＞"; font-size: 11px; right: 11px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.article_body .part_newslink .linkbnr a .text_wrapper { display: table; width: 100%; }

.article_body .part_newslink .linkbnr a .thumb { display: table-cell; vertical-align: middle; text-align: center; width: 94.23077px; height: 70px; }

.article_body .part_newslink .linkbnr a .thumb img { max-width: 94.23077px; max-height: 70px; }

.article_body .part_newslink .linkbnr a .text { display: table-cell; vertical-align: middle; text-align: left; font-size: 15px; padding: 3px 35px 3px 20px; }

.article_body [class*="article_list"] { line-height: 1.5; }

.article_body [class*="article_list"] a { color: #000; text-decoration: none; }

.article_footer_credit { color: #626262; font-size: 12px; margin-top: 25px; }

.slider_article .slide_content { text-align: center; }

.slider_article .slide_content .image_wrap { display: inline-block; vertical-align: top; max-width: 100%; position: relative; }

.slider_article .slide_content img { max-height: 750px; }

.slider_article .slide_content .num { direction: ltr; position: absolute; right: 0; bottom: 0; font-size: 15px; text-align: center; background: rgba(255, 255, 255, 0.7); min-width: 65px; line-height: 35px; padding: 1px 3px; }

.slider_article .slide_content .num .current { font-size: 1.4em; }

.slider_article .slide_content .num .sep { margin: 0 2px; }

.slider_article .slick-prev, .slider_article .slick-next { width: 32px; height: 64px; background-repeat: no-repeat; background-color: #000; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }

.slider_article .slick-prev { left: 0; border-radius: 0 100px 100px 0; background-image: url(/site/img/arrow_slider_prev.png); background-position: 0 50%; }

.slider_article .slick-next { right: 0; border-radius: 100px 0 0 100px; background-image: url(/site/img/arrow_slider_next.png); background-position: 100% 50%; }

.slider_article_lead { margin-top: 10px; }

.slider_article_lead .slick-track { align-items: flex-start; }

.around_article_link { overflow: hidden; margin-top: 40px; }

.around_article_link .prev, .around_article_link .next { display: block; width: 50%; line-height: 60px; padding: 0 24px; border: solid 1px #d3d3d3; }

.around_article_link .prev:hover, .around_article_link .next:hover { background-color: rgba(240, 82, 131, 0.1); }

.around_article_link .prev:before, .around_article_link .prev:after, .around_article_link .next:before, .around_article_link .next:after { font-size: 0.8em; vertical-align: 1px; }

.around_article_link .prev + .next { border-left: 0; }

.around_article_link .prev { float: left; text-align: left; }

.around_article_link .prev:before { content: '＜'; margin-right: 12px; }

.around_article_link .next { float: right; text-align: right; }

.around_article_link .next:after { content: '＞'; margin-left: 12px; }

.html_area { line-height: 1.8; }

.html_area a { color: blue; }

.html_area a:hover { text-decoration: underline; }

.blogger_prof { margin-bottom: 30px; }

.blogger_prof:after { content: ''; display: block; clear: both; }

.blogger_prof.add_border { padding-bottom: 30px; border-bottom: solid 1px #d3d3d3; }

.blogger_prof .image { float: left; width: 150px; }

.blogger_prof .textarea { margin-left: 150px; padding-left: 30px; }

.blogger_prof .name a { display: block; font-size: 18px; border: solid 1px #d3d3d3; padding: 3px 7px; margin-bottom: 9px; overflow: hidden; }

.blogger_prof .name a:hover { background-color: rgba(240, 82, 131, 0.1); }

.blogger_prof .name a:after { content: '>>'; float: right; }

.blogger_prof .text { padding-left: 5px; }

.blogger_prof .text a { color: blue; }

.blogger_prof .text a:hover { text-decoration: underline; }

.blog_title_board a { font-size: 16px; height: 120px; margin-bottom: 16px; display: flex; justify-content: center; align-items: center; background-size: 100% 100%; }

.blogger_group_nav { overflow: hidden; margin-bottom: 30px; }

.blogger_group_nav li { float: left; }

.blogger_group_nav li + li:before { content: '|'; margin: 0 5px; }

.blogger_group_nav li a:hover { color: #f05283; }

.blogger_group_block { margin-bottom: 10px; }

.blogger_group_block > .title { font-size: 14px; margin-bottom: 5px; }

.magazine_slider .slide_content { background: #fff; border-top: 1px solid #ededed; border-left: 1px solid #ededed; box-shadow: 2px 2px 2px #7c7c7c; }

.magazine_slider .slick-slide { position: relative; transition: all .5s; }

.magazine_slider .slick-slide:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.25); transition: all .2s; visibility: visible; opacity: 1; }

.magazine_slider .slick-slide.slick-center { -webkit-transform: scale(1.08); transform: scale(1.08); position: relative; z-index: 10; }

.magazine_slider .slick-slide.slick-center:before { visibility: hidden; opacity: 0; }

.magazine_slider .slick-track { padding: 32px 0; }

.magazine_slider .slick-prev, .magazine_slider .slick-next { width: 32px; height: 64px; background-repeat: no-repeat; background-color: #000; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }

.magazine_slider .slick-prev { left: 0; border-radius: 0 100px 100px 0; background-image: url(/site/img/arrow_slider_prev.png); background-position: 0 50%; }

.magazine_slider .slick-next { right: 0; border-radius: 100px 0 0 100px; background-image: url(/site/img/arrow_slider_next.png); background-position: 100% 50%; }

.magazine_slider .slick-prev { left: 4%; border-radius: 100px 0 0 100px; background-position: 100% 50%; }

.magazine_slider .slick-next { right: 4%; border-radius: 0 100px 100px 0; background-position: 0% 50%; }

.magazine_slider_index { margin-top: 16px; }

.magazine_slider_index li { position: relative; font-size: 16px; padding-left: 36px; }

.magazine_slider_index li:before { content: ''; display: block; width: 20px; height: 20px; background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 38.11'%3E%3Cpath d='M2 38.1l-2-3.46 27-15.59L0 3.46 2 0l33 19.05L2 38.1z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50% #000; background-size: 9px 9px; border-radius: 100%; position: absolute; left: 0; top: 0.15em; }

.magazine_slider_index li + li { margin-top: 10px; }

.btn_magazine_subscription a { display: block; color: #f05283; font-size: 21px; text-align: center; border: solid 1px currentColor; padding: 8px 0; margin: 0 auto; width: 320px; }

.btn_magazine_subscription a:hover { background-color: rgba(240, 82, 131, 0.1); }

.link_magazine_info { margin-top: 20px; text-align: center; }

.link_magazine_info a { font-size: 18px; border-bottom: solid 1px #000; padding-bottom: 2px; }

.magazine_links_wrap { padding: 0 30px; }

.magazine_links_group { margin-bottom: 12px; }

.magazine_links_group dl { border: 1px solid #d3d3d3; padding: 9px 0; overflow: hidden; }

.magazine_links_group dt, .magazine_links_group dd { float: left; width: 33.33333%; text-align: center; }

.magazine_links_group dt img, .magazine_links_group dd img { height: 40px; }

.magazine_links_group dd { border-left: 1px solid #d3d3d3; }

.magazine_links ul { margin: 0 -6px; }

.magazine_links ul:after { content: ''; display: block; clear: both; }

.magazine_links li { float: left; width: 25%; text-align: center; padding: 0 6px; margin-bottom: 12px; }

.magazine_links li a { display: block; border: 1px solid #d3d3d3; }

.magazine_links li img { width: auto; height: 49px; }

.past_magazine_list ul { margin: 0 -8px; }

.past_magazine_list ul:after { content: ''; display: block; clear: both; }

.past_magazine_list li { float: left; width: 33.33333%; padding: 0 8px; }

.past_magazine_list li:nth-child(3n-2) { clear: both; }

.past_magazine_list li .text { padding-top: 3px; }

.magazine_each_page { text-align: center; }

.magazine_each_page .title { font-size: 20px; margin-bottom: 10px; }

.magazine_each_page .lead { margin-top: 10px; }

.fortune_prof .fortune_prof_title { font-family: "Lora", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif; letter-spacing: 1px; font-size: 24px; line-height: 0.7; font-style: italic; border-bottom: solid 3px #d3d3d3; margin-bottom: 20px; padding-top: 5px; padding-left: 22px; }

.fortune_prof .inner:after { content: ''; display: block; clear: both; }

.fortune_prof .image { float: left; width: 120px; }

.fortune_prof .textarea { margin-left: 120px; padding-left: 18px; }

.fortune_prof .name { font-size: 16px; margin-bottom: 10px; font-weight: 500; }

.fortune_prof .text { font-size: 13px; }

.fortune_prof .text p + p { margin-top: 1em; }

.fortune_prof .text a { font-weight: 500; text-decoration: underline; }

.fortune_other_theme_title { font-size: 24px; font-weight: 500; text-align: center; margin-bottom: 30px; position: relative; }

.fortune_other_theme_title:before { content: ''; display: block; height: 0; position: absolute; top: 50%; left: 0; right: 0; border-bottom: dotted 2px #000; z-index: -1; }

.fortune_other_theme_title span { background: #fff; padding: 0 10px; }

.fortune_other_theme { padding: 0 25px; }

.fortune_theme_nav { margin-bottom: 40px; }

.fortune_theme_nav ul { border-bottom: solid 1px #000; display: table; width: 100%; table-layout: fixed; padding: 0 22px; }

.fortune_theme_nav li { display: table-cell; vertical-align: bottom; }

.fortune_theme_nav li + li { padding-left: 12px; }

.fortune_theme_nav li a { display: block; font-size: 18px; line-height: 1; text-align: center; padding: 8px 5px; border: solid 1px #d3d3d3; border-bottom: 0; transition: none; }

.fortune_theme_nav li a.active { border-color: #000; border-bottom: solid 1px #fff; margin-bottom: -1px; }

.fortune_theme_list ul { padding: 0 16px; }

.fortune_theme_list li { font-size: 18px; position: relative; border: 1px solid #d3d3d3; }

.fortune_theme_list li + li { margin-top: 10px; }

.fortune_theme_list li a { display: block; padding: 10px; }

.fortune_theme_list li a:hover { background-color: rgba(240, 82, 131, 0.1); }

.fortune_theme_list li a span { margin-right: 12px; }

.fortune_tarot a:hover { opacity: 0.7; }

.fortune_tarot .question { font-size: 28px; font-weight: 500; text-align: center; margin-bottom: 10px; }

.fortune_tarot .question:before { content: 'Q'; color: #f05283; font-size: 1.4em; line-height: 1; font-family: 'Palatino Linotype', 'STIXGeneral-Italic', serif; font-style: italic; margin-right: 0.2em; }

.fortune_tarot .board { border: solid 1px #c6c4c4; padding: 30px; margin: 0 20px; position: relative; }

.fortune_tarot .board:before { content: ''; display: block; position: absolute; top: 5px; left: 5px; right: -7px; bottom: -7px; border: solid 1px #c6c4c4; z-index: -1; }

.fortune_tarot .card_choice .caption { font-size: 24px; text-align: center; margin-bottom: 25px; }

.fortune_tarot .card_choice .card_list { display: flex; justify-content: space-between; }

.fortune_tarot .card_choice .card_list a { display: block; width: 158px; }

.fortune_tarot .copy { margin-top: 10px; }

.fortune_tarot.fortune_tarot_result .result_block .fig { text-align: center; margin-bottom: 25px; }

.fortune_tarot.fortune_tarot_result .result_block .fig img { width: 256px; }

.fortune_tarot.fortune_tarot_result .result_block .cardname { font-size: 24px; font-weight: 500; text-align: center; display: table; margin: 8px auto 0; position: relative; }

.fortune_tarot.fortune_tarot_result .result_block .cardname:before { content: ''; display: block; height: 0; position: absolute; top: 50%; left: 0; right: 0; border-bottom: solid 1px #000; z-index: -1; }

.fortune_tarot.fortune_tarot_result .result_block .cardname span { display: inline-block; background: #fff; padding: 0 6px; margin: 0 70px; }

.fortune_tarot.fortune_tarot_result .result_block .summary { font-size: 24px; font-weight: 500; margin-bottom: 16px; }

.fortune_tarot.fortune_tarot_result .result_block .explanation { font-size: 18px; padding: 0 16px; }

.fortune_tarot.fortune_tarot_result .btn_area { margin-top: 40px; text-align: center; }

.fortune_tarot.fortune_tarot_result .btn_retry { display: inline-block; vertical-align: top; color: #fff; font-size: 24px; text-align: center; background: #000; line-height: 3; padding: 0 1.8em 2px; margin: 0 auto; position: relative; }

.fortune_tarot.fortune_tarot_result .btn_retry:before { content: ''; display: block; position: absolute; top: 8px; left: 8px; right: 8px; bottom: 8px; border: solid 2px #fff; }

.area_about { margin-bottom: 30px; }

.area_about:after { content: ''; display: block; clear: both; }

.area_about .image { float: left; width: 100px; }

.area_about .text { margin-left: 100px; padding-left: 10px; padding-top: 8px; }

.area_map_title { font-size: 14px; line-height: 0.9; letter-spacing: 1px; border-bottom: solid 1px #d3d3d3; margin-bottom: 20px; padding-top: 5px; }

.area_map:after { content: ''; display: block; clear: both; }

.area_map_fig { float: left; width: 291px; height: 280px; position: relative; }

.area_map_fig a { display: block; position: absolute; color: #fff; font-size: 12px; display: flex; justify-content: center; align-items: center; }

.area_map_fig a.on, .area_map_fig a:hover { opacity: 0.7; }

.area_map_fig a span { line-height: 1; margin-top: -2px; }

.area_map_fig #area_hokkaido { width: 64px; height: 66px; right: 0; top: 0; background-color: #662d91; }

.area_map_fig #area_hokkaido:after { content: ''; display: block; position: absolute; width: 10px; height: 17px; bottom: 0; right: 100%; background-color: inherit; }

.area_map_fig #area_tohoku { width: 35px; height: 73px; left: 217px; top: 74px; background-color: #2e3192; }

.area_map_fig #area_kanto { width: 53px; height: 39px; left: 199px; top: 147px; z-index: 1; background-color: #29abe2; justify-content: flex-end; align-items: flex-start; }

.area_map_fig #area_kanto span { padding: 5px 5px 0 0; }

.area_map_fig #area_tokyo { width: 30px; height: 18px; left: 199px; top: 164px; z-index: 2; background-color: #0071bc; }

.area_map_fig #area_chubu { width: 64px; height: 46px; top: 123px; left: 135px; background-color: #006837; }

.area_map_fig #area_chubu:before, .area_map_fig #area_chubu:after { content: ''; display: block; position: absolute; background-color: inherit; }

.area_map_fig #area_chubu:before { width: 18px; height: 24px; left: 100%; top: 0; }

.area_map_fig #area_chubu:after { width: 30px; height: 17px; right: 0; top: 100%; }

.area_map_fig #area_kansai { width: 48px; height: 55px; left: 121px; top: 169px; z-index: 1; background-color: #39b54a; }

.area_map_fig #area_chugoku { width: 100px; height: 17px; left: 21px; top: 169px; background-color: #fbb03b; }

.area_map_fig #area_shikoku { width: 49px; height: 33px; left: 67px; top: 191px; background-color: #d9e021; }

.area_map_fig #area_kyushu { width: 41px; height: 63px; left: 21px; top: 191px; background-color: #f15a24; }

.area_map_fig #area_okinawa { width: 41px; height: 19px; left: 0; bottom: 0; background-color: #c1272d; }

.area_map_nav { float: right; width: 330px; }

.area_list { font-size: 12px; }

.area_list > li:after { content: ''; display: block; clear: both; }

.area_list > li + li { margin-top: 8px; }

.area_list > li .caption { float: left; margin-right: 6px; }

.area_list > li .caption a { font-weight: 500; border-bottom: solid 1px #959595; padding-bottom: 2px; }

.area_list > li .prefecture { overflow: hidden; color: #626262; }

.area_list > li .prefecture li { float: left; }

.area_list > li .prefecture li:before { content: '|'; margin: 0 4px; }

.area_banner_slider { margin-bottom: 40px; }

.area_banner_slider .slide_content .text { text-align: center; margin-top: 1px; }

.area_banner_slider .slick-track { align-items: flex-start; }

.area_banner_slider .slick-prev, .area_banner_slider .slick-next { width: 20px; height: 20px; top: calc(100% + 3px); -webkit-transform: none; transform: none; background-repeat: no-repeat; background-position: 50% 50%; background-size: 10px 10px; }

.area_banner_slider .slick-prev { left: 180px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 38.11'%3E%3Cpath d='M33 38.1l2-3.46L8 19.05 35 3.46 33 0 0 19.05 33 38.1z' fill='%23f05283'/%3E%3C/svg%3E"); }

.area_banner_slider .slick-next { right: 180px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 38.11'%3E%3Cpath d='M2 38.1l-2-3.46 27-15.59L0 3.46 2 0l33 19.05L2 38.1z' fill='%23f05283'/%3E%3C/svg%3E"); }

.area_banner_slider .slick-dots { line-height: 20px; top: calc(100% + 3px); }

.area_banner_slider .slick-dots li { vertical-align: 6px; }

.area_banner_slider .slick-dots li button { width: 8px; height: 8px; background: #ccc; }

.area_banner_slider .slick-dots li.slick-active button { background: #f05283; }

.model_prof { margin-bottom: 30px; }

.model_prof:after { content: ''; display: block; clear: both; }

.model_prof .image { float: left; width: 240px; }

.model_prof .textarea { margin-left: 240px; padding-left: 10px; }

.model_prof .name { color: #313131; font-size: 20px; border-bottom: solid 1px #d3d3d3; padding-left: 10px; padding-bottom: 3px; margin-bottom: 10px; }

.model_prof .text { padding-left: 10px; }

.model_prof .text a { color: blue; }

.model_prof .text a:hover { text-decoration: underline; }

.balloon_block:after { content: ''; display: block; clear: both; }

.balloon_block .image { float: left; width: 240px; }

.balloon_block .textarea { margin-left: 240px; padding-left: 20px; }

.balloon_block .balloon { color: #f05283; background: rgba(240, 82, 131, 0.1); border-radius: 4px; padding: 12px; margin-bottom: 10px; position: relative; }

.balloon_block .balloon:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 100%; height: 0; width: 0; margin: auto; border: solid 7px transparent; border-right-color: rgba(240, 82, 131, 0.1); }

.balloon_block .text { color: #626262; }

.model_info { text-align: center; }
