html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*　▲ reset　▲　*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    line-height: 1.7;
    color: #000;
    /*letter-spacing: .2em;*/
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_nam{
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    overflow: hidden;
}
img {
    display:block;
    width:100%;
    height: auto;
}
#page-top img {
    position: fixed;
    cursor: pointer;
}
/*　▲ 初期設定　▲　*/


.bg_white{background:#fff} 
.bg_red{background:#d45b41}
.bg_blue{background:#4993ba}
.bg_gray{background:#f6f7f7}
.bg_brown{background:#e8e2d5}
.bg_yellow{background:#e3911b}


.bold{font-weight:700}
.fw500{font-weight:500}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_white{color:#fff}
.col_black{color:#000}
.col_red{color:#ff0000}
.col_red02{color:#d45b41}
.col_blue{color:#4993ba}
.col_green{color:#43aaa0}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
  color:#d45b41;
  text-decoration: underline;
  text-underline-offset:0.2em;
}
.pdf_link{
    font-size: 1.6rem;
    color: #000;
}
.pdf_link::before{
    font-family: "Font Awesome 5 Free";
    content: '\f08e';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.blank_link:hover{
    color: #d45b41;
}
.toha .blank_link{
    color: #4993ba;
}
.toha .blank_link:hover{
    text-decoration: underline;
}
.toha .blank_link::before{
    display: none;
}
.pc_block{
    display: block;
}
.marker_red {
  background-color: transparent;
  /*background-image: linear-gradient(transparent 70%,#d45b41 0);*/
  background-image: linear-gradient(transparent 82%,#d45b41 0);
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffe400 0);
}
.marker_yel02{
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffde00 0);
}
.border_red{
    text-decoration: solid underline #d45b41 3px;
    text-underline-offset:0.2em;
}
.border{
    text-decoration: solid underline #333 3px;
    text-underline-offset:0.2em; 
}
table{
	width: 100%;
}

/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
header img{
	background-size: cover;
	width: 100%;
}
header h1{
	margin-bottom: 0;
}
header img {
    width:1200px;
    margin:0 auto;
}

/*　▼ footer　▼　*/
footer {
	font-weight: 400;
	background:#fff;
	font-size: 1.4rem;
    padding: 29px;
    color: #333;
    /*border-top: 1px solid #d45b41;*/
    letter-spacing: 0;
}
footer .left{
    width: 200px;
}
footer .box {
	width:1000px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer li a {	
	background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
	width: 168px;
	height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 145px;
}
.tel::before{
	content: '\e0b0';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
.mail::before{
	content: '\e0be';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}

/*　▼ ダイジェスト動画（PCのみ80％表示・PC以外100％）　▼　*/
.video {
    position: relative;
    width: 80%;
    padding-top: 56.25%;
    margin: 0 auto 50px;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*　▼----- ボタン系　-----▼　*/
.btn{
        text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.btn:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*　▼ 申し込みボタン　▼　*/
.btn01{
    background: #0067dc;
    filter: drop-shadow(0px 8px 0px #00428e);
}
.btn02{
   background: #0067dc;
    filter: drop-shadow(0px 8px 0px #00428e);
}
.btn03{
    background: #00C853;
    filter: drop-shadow(0px 8px 0px #00711e);
}
.btn01,.btn02,.btn03{
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 48%;
    display: block;
}

.btn01:hover,.btn02:hover,.btn03:hover{
    letter-spacing: 5px;
}
/*　▲----- ボタン系　-----▲　*/


/* ─────────────────────────────
   画像系1: 割引・認定
───────────────────────────── */
/*　▼ 早割　▼　*/
.hayawari{
    padding: 22px 0;
}
.hayawari_img{
    width: 90%;
    margin: 0 auto;
}

/*　▼ 評定　▼　*/
.hyoutei{
    padding: 0;
}
.hyoutei_img{
    display: block;
    width: 96%;
    padding-left: 9%;
}


/* ─────────────────────────────
   テキストセクション
───────────────────────────── */
section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.2rem;
}
.en{
    font-weight: 700;
    text-align: center;
    font-size: 4.4rem;
    font-family: 'Poppins', sans-serif;
}

/*　▼ TOPICS　▼　*/
.topics_wrap{
    background: url(../img/topic_bg.jpg) no-repeat;
    background-size: cover;
}
.topics ul,.topics h2{
    font-size: 2.3rem; 
}
.topics ul li{
    line-height: 2.2;
    font-size: 2.8rem;
    /*margin-bottom: 20px;*/
}
.topics ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.topics .topics_cards{
    width: 100%;
    margin: 0 auto;
}
.topics .topics_cards li{
    position: relative;
    margin-bottom: 14px;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #302724;
    font-size: 2.65rem;
    line-height: 1.55;
    text-align: left;
    box-shadow: none;
}
.topics .topics_cards li:last-child{
    margin-bottom: 0;
}
.topics .topics_cards li::before{
    content: "✓";
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    background: #d45b41;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    transform: translateY(-50%);
    display: none;
}
.topics .topics_cards .topic_fact{
    border: 0;
    background: transparent;
}
.topics .topics_cards .topic_fact::before{
    content: "✓";
    background: #d45b41;
}
.topic_metric{
    margin: 0 0.08em;
    color: #bd452f;
    font-size: 1.16em;
    font-weight: 700;
}
.topic_name{
    display: inline-block;
    color: #bd452f;
    font-size: 1.1em;
    font-weight: 700;
    background-image: linear-gradient(transparent 70%, rgba(212, 91, 65, 0.25) 70%);
}
.topic_highlight{
    display: inline;
    padding: 0 0.05em 0.08em;
    color: #bd452f;
    font-size: 1.08em;
    font-weight: 700;
    background-image: linear-gradient(transparent 70%, rgba(212, 91, 65, 0.25) 70%);
}
.topics_archive_notice{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 22px auto 0;
    padding: 18px 24px;
    border: 2px solid #d45b41;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #bd452f;
    box-sizing: border-box;
    text-align: left;
}
.topics_archive_notice_icon{
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #d45b41;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}
.topics_archive_notice p{
    margin: 0;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
}
.topics .seminar_changes{
    width: 100%;
    margin: 55px auto 0;
    text-align: left;
}
.topics .seminar_changes > h2{
    margin: 0 0 25px;
    color: #333;
    font-size: 2.7rem;
    font-weight: 700;
    text-align: center;
}
.topics .seminar_changes_grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.topics .change_column{
    box-sizing: border-box;
    min-width: 0;
    padding: 28px 30px;
    border: 1px solid #d5cec9;
    background: rgba(255,255,255,0.96);
}
.topics .change_column h3{
    margin: 0 0 20px;
    padding: 3px 0 3px 14px;
    border-bottom: 0;
    border-left: 5px solid currentColor;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
}
.topics .change_client h3{
    color: #357ba7;
}
.topics .change_office h3{
    color: #c34b3a;
}
.topics .change_column ul{
    width: 100%;
    margin: 0;
}
.topics .change_column li{
    position: relative;
    margin-bottom: 12px;
    padding-left: 1.45em;
    color: #393330;
    font-size: 2.15rem;
    font-weight: 500;
    line-height: 1.55;
    white-space: normal;
}
.topics .change_column li:last-child{
    margin-bottom: 0;
}
.topics .change_column li::before{
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: 700;
}
.topics .change_client li::before{
    color: #357ba7;
}
.topics .change_office li::before{
    color: #c34b3a;
}
.topics .change_office li:last-child{
    white-space: normal;
}

/*　▼ MESSAGE　▼　*/
.message h1{
    margin-bottom: 70px;
}
.message .narrow{
    line-height:1.4;
}
.letter_body p{
    margin-bottom: 1.6em;
    line-height: 2;
}
.letter_body p:last-child{
    margin-bottom: 0;
}
.letter_issues{
    margin: 0 0 1.8em;
    padding: 4%;
    background: #f6f7f7;
    font-size: 2rem;
    line-height: 1.7;
}
.letter_issues li{
    margin-bottom: 0.55em;
    padding-left: 1em;
    text-indent: -1em;
}
.letter_issues li:last-child{
    margin-bottom: 0;
}
.letter_issues_alert{
    padding: 0;
    background: transparent;
}
.letter_issues_alert li{
    position: relative;
    margin-bottom: 14px;
    padding: 18px 20px 18px 64px;
    border: 2px solid #b7282e;
    border-radius: 7px;
    background: #fffafa;
    color: #302724;
    text-indent: 0;
    font-weight: 700;
    line-height: 1.6;
    box-shadow: 0 3px 8px rgba(183, 40, 46, 0.08);
}
.letter_issues_alert li::before{
    content: "!";
    position: absolute;
    top: 50%;
    left: 19px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #b7282e;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    transform: translateY(-50%);
}
.letter_issues_solution{
    padding: 0;
    background: transparent;
}
.letter_issues_solution li{
    position: relative;
    margin-bottom: 14px;
    padding: 18px 20px 18px 64px;
    border: 2px solid #357ba7;
    border-radius: 7px;
    background: #f7fbfe;
    color: #243440;
    text-indent: 0;
    font-weight: 700;
    line-height: 1.6;
    box-shadow: 0 3px 8px rgba(53, 123, 167, 0.09);
}
.letter_issues_solution li::before{
    content: "✓";
    position: absolute;
    top: 50%;
    left: 19px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #357ba7;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    transform: translateY(-50%);
}
.letter_issues_questions{
    padding: 0 0 0 0.2em;
    border: 0;
    background: transparent;
}
.letter_issues_questions li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.55em;
    color: #302724;
    text-indent: 0;
    font-weight: 700;
}
.letter_issues_questions li::before{
    content: "?";
    position: absolute;
    left: 0;
    color: #d45b41;
    font-weight: 700;
}
.letter_bold{
    color: #2f2926;
    font-weight: 700;
}
.letter_red{
    color: #aa2026;
    font-weight: 700;
}
.letter_marker{
    display: inline;
    padding: 0 0.05em 0.08em;
    background-image: linear-gradient(transparent 70%, rgba(198, 50, 56, 0.27) 70%);
    background-repeat: no-repeat;
    color: #382b28;
    font-weight: 700;
}
.letter_key_sentence{
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
}
.letter_seminar_promise{
    padding: 24px 26px;
    border-left: 5px solid #aa2026;
    background: #fff8f6;
}
.letter_seminar_promise strong{
    color: #aa2026;
    font-weight: 700;
}
.letter_conclusion{
    padding: 0;
    border: 0;
    font-size: 2.15rem;
    line-height: 1.8;
}
.letter_conclusion strong{
    color: #aa2026;
}
.letter_cta_text{
    color: #aa2026;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}
.message .check_red{
    background: #fff9ed;
    padding: 4%;
    width: 100%;
    font-size: 2.3rem;
}
.message .check_dot{
    background: #f6f7f7;
    padding: 4%;
    width: 100%;
}
.message .check_red li{
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.message .check_dot li{
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.message .check_red li:last-of-type{
    margin-bottom:0
}
.message .check_dot li:last-of-type{
    margin-bottom:0
}
.check_red li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight:700;
}
.narrow{
    width: 88%;
    margin: 0 auto;
    line-height: 2.2;
}

/*　▼ CONTENTS　▼　*/
.contents_note{
    margin: -35px 0 38px;
    color: #6b625d;
    font-size: 2.15rem;
    line-height: 1.6;
    text-align: center;
}
.contents ul,.contents .box03,.contents .box04{
    width: 80%;
    margin: 0 auto;
    font-size: 2.2rem;
}
.contents ul li{
    margin-bottom: 13px;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.contents .box{
    margin-bottom: 70px;
}
.contents .box02 ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.contents .box03 .check_blue:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.contents .box03 .heading{
    margin-bottom: 10px;
    text-indent: -2.3em;
    padding-left: 2.3em;
}
.contents .box03 .inner,
.contents .box04 .inner{
    font-weight: 400;
    font-size: 2rem;
    width: 90%;
    margin-bottom: 30px;
    color: #363636;
}
.contents .box03_inner.border_white,
.contents .box04_inner{
    border-bottom: 1px solid #fff;
    margin-bottom: 7px;
}
.contents .box03_inner:last-of-type{
    margin-bottom: 0;
}
.contents .box03 .inner li:before{
    content: '';  
}
.contents .box01 ul li,.contents .box02 ul li{
    border-bottom: 2px dashed #bfd2c3;
    padding-bottom: 3%;
}

.contents .box04 .inner li:before{
    content: '';
}
.contents .box04 .heading{
    margin-bottom: 10px;
    color:#333;
}
.contents .box04 .check_blue::before{
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 400;
}

/* 三輪先生セミナー 講演内容 */
.seminar_contents{
    width: 88%;
    margin: 0 auto;
}
.content_topic{
    display: flex;
    align-items: flex-start;
    gap: 3%;
    background: #fff;
    border-radius: 8px;
    padding: 4%;
    margin-bottom: 28px;
    box-shadow: 0 4px 14px rgba(56, 42, 34, 0.08);
}
.content_topic:last-child{
    margin-bottom: 0;
}
.topic_number{
    flex: 0 0 72px;
    margin: 0;
    color: #9d1f24;
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
}
.topic_body{
    flex: 1;
    min-width: 0;
}
.topic_body h2{
    margin: 0 0 18px;
    padding-bottom: 13px;
    border-bottom: 2px solid #9d1f24;
    color: #2f2926;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.45;
}
.topic_body > ul,
.support_block ul{
    width: 100%;
    margin: 0;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.65;
}
.topic_body > ul li,
.support_block ul li{
    position: relative;
    margin-bottom: 9px;
    padding-left: 1.25em;
    text-indent: 0;
}
.topic_body > ul li:last-child,
.support_block ul li:last-child{
    margin-bottom: 0;
}
.topic_body > ul li::before,
.support_block ul li::before{
    content: "●";
    position: absolute;
    left: 0;
    color: #9d1f24;
    font-size: 0.65em;
    top: 0.38em;
}
.numbered_topics{
    margin: 0;
    padding: 0;
    counter-reset: topic-item;
    list-style: none;
}
.numbered_topics li{
    position: relative;
    margin-bottom: 14px;
    padding-left: 42px;
    font-size: 1.9rem;
    line-height: 1.5;
    counter-increment: topic-item;
}
.numbered_topics li::before{
    content: counter(topic-item);
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #9d1f24;
    color: #fff;
    font-size: 1.6rem;
    line-height: 29px;
    text-align: center;
    font-weight: 700;
}
.numbered_topics strong,
.numbered_topics span{
    display: block;
}
.numbered_topics span{
    margin-top: 2px;
    color: #555;
    font-size: 1.7rem;
    font-weight: 400;
}
.case_comparison{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 22px;
}
.case_comparison p{
    margin: 0;
    padding: 18px;
    border-radius: 6px;
    font-size: 1.7rem;
    line-height: 1.6;
}
.case_comparison p span{
    display: block;
    margin-bottom: 7px;
    font-size: 1.8rem;
    font-weight: 700;
}
.case_success{
    background: #edf7f0;
    border-left: 5px solid #43885a;
}
.case_success span{
    color: #2e7445;
}
.case_failure{
    background: #f8eeee;
    border-left: 5px solid #a64b4b;
}
.case_failure span{
    color: #923b3b;
}
.topic_lead{
    margin: 0 0 24px;
    padding: 16px 18px;
    background: #f4eee8;
    font-size: 1.8rem;
    line-height: 1.7;
}
.support_block{
    margin-top: 18px;
    padding: 20px;
    border: 1px solid #ddcfca;
    border-radius: 6px;
}
.support_block h3{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 13px;
    color: #333;
    font-size: 2rem;
    line-height: 1.5;
}
.support_block h3 span{
    display: inline-block;
    flex: 0 0 30px;
    height: 30px;
    border-radius: 50%;
    background: #9d1f24;
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
}
.support_document_lead{
    margin: 0;
    color: #393330;
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1.75;
}
.support_document_image{
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    border: 1px solid #d7d0cc;
}
.topic_emphasis{
    color: #302724;
    font-weight: 700;
}
.key_underline{
    display: inline;
    padding: 0 0.06em 0.08em;
    background-image: linear-gradient(transparent 72%, rgba(183, 42, 47, 0.28) 72%);
    background-repeat: no-repeat;
    font-weight: 700;
}
.topic_emphasis.key_underline{
    color: #7f171c;
}
.topic_lead strong{
    color: #8f1c21;
    font-weight: 700;
}

/*　▼ お客様満足度　▼　*/
.level{
    width: 12%;
    margin-bottom: 20px;
}
.satisfaction h1{
    font-size: 2.4rem;
    width: 14em;
    border-radius: 5px;
    margin: 0 auto 30px;
}
.hoshi{
    width: 80%;
}

/*　▼ 受講者の声　▼　*/
.voice .box{
    border-radius: 5px;
    padding: 3%;
    margin-bottom: 40px;
}
.voice .box:last-of-type{
    margin-bottom: 0;
}
.voice .box_inner{
    margin-bottom: 20px;
}
.voice_img{
    width: 16%;
    height: 100%;
    margin-right: 38px;
}
.voice h2{
    font-size: 2.6rem;
    margin-bottom: 25px;
}
.voice h3{
    line-height: 1.6;
    padding-top: 4%;
}
.voice .txt{
    font-size: 1.8rem;
    line-height: 2;
}

/*　▼ PROFILE　▼　*/
.profile .box{
    border-radius: 5px;
    padding: 3%;
    margin-bottom: 50px;
}
.box_top {
    align-items: center;
}
.koushi{
    width: 25%;
    height: auto;
    margin-right: 46px;
}
.furigana{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.2em;
}
.profile .name{
    font-size: 3rem;
    /*letter-spacing: 0.2em;*/
}
.profile .ttl{
    font-size: 1.8rem;
}
.profile .box_top{
    margin-bottom: 20px;
}
.profile .txt{
    font-size: 1.6rem;
    line-height: 1.4;
}
.profile_subheading{
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d45b41;
    color: #333;
    font-size: 2.4rem;
    font-weight: 700;
}
.profile_history{
    margin-bottom: 32px;
}
.career_timeline{
    margin: 0;
}
.career_timeline > div{
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #e4ddd8;
}
.career_timeline > div:last-child{
    border-bottom: 0;
}
.career_timeline dt{
    color: #d45b41;
    font-size: 1.8rem;
    font-weight: 700;
}
.career_timeline dd{
    margin: 0;
    color: #363636;
    font-size: 1.65rem;
    line-height: 1.65;
}
.profile_feature_grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    width: 100%;
    margin-bottom: 20px;
}
.profile_feature_box{
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 24px 26px;
    border: 1px solid #d5cec9;
    border-radius: 0;
    background: #fff;
}
.profile_feature_box h3{
    margin: 0 0 17px;
    color: #b94731;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.45;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5cec9;
}
.profile_feature_box ul{
    margin: 0;
}
.profile_feature_box li{
    position: relative;
    margin-bottom: 9px;
    padding-left: 1.15em;
    color: #3d3734;
    font-size: 1.55rem;
    line-height: 1.6;
    overflow-wrap: anywhere;
}
.profile_feature_box li:last-child{
    margin-bottom: 0;
}
.profile_feature_box li::before{
    content: "●";
    position: absolute;
    left: 0;
    top: 0.35em;
    color: #d45b41;
    font-size: 0.65em;
}
.profile_big_result{
    margin: 0 0 16px;
    color: #555;
    font-size: 1.6rem;
    font-weight: 700;
}
.profile_big_result span{
    display: block;
    margin-top: 3px;
    color: #d45b41;
    font-size: 3.4rem;
    line-height: 1.2;
}
.profile_revival{
    width: 100%;
    margin-top: 30px;
    padding-top: 24px;
    background: #fff;
}
.revival_results{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    width: 100%;
}
.revival_results p{
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #444;
    font-size: 1.6rem;
    line-height: 1.65;
}
.revival_results p + p{
    padding-left: 32px;
    border-left: 1px solid #d5cec9;
}
.revival_results span,
.revival_results strong{
    display: block;
    font-weight: 700;
}
.revival_results span{
    color: #555;
}
.revival_results strong{
    color: #b94731;
    font-size: 1.12em;
}
.book{
    width: 100%;
}

/*　▼ DETAILS　▼　*/
.details .box{
    padding: 0 4%;
}
.dtl_tbl{
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.dtl_tbl th {
    padding: 3% 0 3% 10%;
    width: 16em;
    text-align: left;
    vertical-align: middle;
    color: #d45b41;
    font-weight: 700;
}
.dtl_tbl tr{
    border-bottom: 1px solid #d45b41;
}
.dtl_tbl td{
    padding: 3%;
}
.details_archive_note{
    display: inline-block;
    margin-top: 8px;
    color: #d45b41;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}
.details .att{
    font-size: 1.4rem;
}
.map{
    width: 100%;
    margin-bottom: 20px;
}

/*　▼ 単位認定　▼　*/
.support {
    padding: 20px 0;
}


/* ─────────────────────────────
   画像系2: 入会促進
───────────────────────────── */
/*　▼ 入会すると…　▼　*/
.more{
    padding: 52px 0;
}
.more_img{
    width: 15%;
    margin-bottom: 20px;
}
.more p{
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 2.2;
}
.bd_white{
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset:0.3em;
    text-decoration-color: #fff;
}
.more .big{
    font-size: 4rem;
    position: relative;
}
.more .big:before,.more .big:after{
    background-color: #fff;
    position: absolute;
    bottom: -3%;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
}
.more .big:before {
    bottom: 6%;
}

/*　▼ 税務アカデミーとは？　▼　*/
.toha .box{
    background: #e8e2d5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}
.toha .box h2{
    font-size: 2.3rem;
    height: 4.5em;
    padding-top: 3%;
}
.toha .check_blue li{
    margin-bottom: 10px;
    text-indent: -2em;
    padding-left: 3em;
}
.toha .check_blue .star{
    text-indent: -1em;
    padding-left: 1em;
}
.toha .check_blue li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.toha .check_blue .star:before{
    font-family: "Font Awesome 5 Free";
    content: '\f005';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.toha .check_blue{
    padding: 5% 11%;
}
.toha .att{
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.price{
    width: 48%;
    height: 100%;
    margin-bottom: 50px;
}


/* ─────────────────────────────
   ENTRY
───────────────────────────── */
.amazonpay-entry-banner-wrap{
    margin: 30px 0;
}
.entry_banner{
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.amazonpay-info{
    background: #333e48;
    color: #fff;
}
.amazonpay-info__inner{
    padding: 60px 0;
}
.amazonpay-info__box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.amazonpay-info__logo{
    width: 220px;
    height: auto;
    flex-shrink: 0;
}
.amazonpay-info__text{
    flex: 1;
}
.amazonpay-info__text h2{
    margin: 0 0 15px;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.4;
}
.amazonpay-info__text p{
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.8;
}
.member_price_notice{
    margin: 34px 0 38px;
    overflow: hidden;
    border: 2px solid #b94731;
    border-radius: 6px;
    background: #fff;
}
.member_price_notice h2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0;
    padding: 15px 20px;
    background: #b94731;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.35;
    text-align: center;
}
.member_price_notice h2 span{
    padding: 2px 10px;
    border: 1px solid rgba(255,255,255,0.8);
    font-size: 0.88em;
}
.member_price_notice h2 small{
    font-size: 0.9em;
    font-weight: 700;
}
.member_price_notice p{
    margin: 0;
    padding: 22px 28px;
    color: #393330;
    font-size: 1.75rem;
    line-height: 1.8;
}
.member_price_notice strong{
    color: #b94731;
}
.member_price_notice a{
    color: #b94731;
    font-weight: 700;
    text-decoration: underline;
}
.entry .ippan_wrap,
.entry .kaiin_wrap{
    margin-bottom: 28px;
    padding: 28px 32px 8px;
    border: 1px solid #cfc6bf;
    border-radius: 6px;
    background: rgba(255,255,255,0.82);
}
.entry .ippan_wrap{
    border-top: 5px solid #0067dc;
}
.entry .kaiin_wrap{
    border-top: 5px solid #b94731;
}
@media screen and (max-width: 599px){
    .entry_banner{
        width: 100%;
    }
    .amazonpay-info__inner{
        padding: 12% 6%;
    }
    .amazonpay-info__box{
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .amazonpay-info__logo{
        width: 60%;
        max-width: 230px;
    }
    .amazonpay-info__text h2{
        font-size: 3rem;
    }
    .amazonpay-info__text p{
        font-size: 1.9rem;
    }
    .member_price_notice{
        margin: 26px 0 30px;
    }
    .member_price_notice h2{
        display: block;
        padding: 13px 12px;
        font-size: 2.15rem;
    }
    .member_price_notice h2 span,
    .member_price_notice h2 small{
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .member_price_notice h2 span{
        margin-bottom: 7px;
    }
    .member_price_notice p{
        padding: 18px 16px;
        font-size: 1.6rem;
        line-height: 1.7;
    }
    .entry .ippan_wrap,
    .entry .kaiin_wrap{
        padding: 22px 18px 2px;
    }
}
.entry_speaker_message{
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 38px;
    align-items: start;
    margin: 0 0 42px;
    padding: 32px 40px;
    border: 1px solid #cfc6bf;
    background: #fff;
}
.entry_speaker_profile{
    text-align: center;
}
.entry_speaker_photo{
    display: block;
    width: 138px;
    height: 138px;
    margin: 0 auto 18px;
    border: 3px solid #d45b41;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}
.entry_speaker_label{
    margin-bottom: 8px;
    color: #b94731;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.5;
}
.entry_speaker_name{
    margin-top: 0.6em;
    color: #302b28;
    font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: right;
}
.entry_speaker_text .entry_speaker_name{
    margin-bottom: 0;
}
.entry_speaker_text{
    color: #302b28;
    font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
    font-size: 1.65rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.035em;
}
.entry_speaker_text p{
    margin-bottom: 0.85em;
}
.entry_speaker_text p:last-child{
    margin-bottom: 0;
}
.entry .box01{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
}
.entry .heading{
    background: #bfd2c3;
    align-items: center;
    height: 5em;
}
.entry .heading h2{
    padding: 1.4% 0;
}
.entry .box01 p{
    padding: 4%;
    font-size: 1.8rem;
    line-height: 2;
}
.entry .box02{
    margin-bottom: 40px;
}
.entry .box02 h2 {
    font-size: 2.2rem;
    border-radius: 5px;
    width: 11em;
    height: 2em;
    padding-top: 0.2%;
    margin: 0 auto 30px;
}
.double{
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset:0.2em;
}
.bd_red{
    text-decoration-color: #d45b41; 
}
.entry .box02 .narrow{
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2;
}
.entry .box03 h3{
    margin-bottom: 20px;
}
.entry .box03{
    margin-bottom: 40px;
}
.bigfont {
    font-size: 3.3rem;
}
.little_bigfont {
    font-size: 2.8rem;
}



/* ─────────────────────────────
   スマホ~599px
───────────────────────────── */
@media screen and (max-width: 599px) {
body {
	width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
    display:none
}
.pc_block {
	display:inline
}
.sp_alc {
    text-align: center;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
    width:100%;
    padding:0;
}
section{
	width: 100%!important;
	padding: 14% 6%;
}
h1{
    font-size: 2.5rem;
    margin-bottom: 50px;
}

/*　▼ header　▼　*/
header{
    background: url(../img/mv_bg_sp.jpg) no-repeat;
    background-size: cover;
}
header .mv_area{
    padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}

/*　▼ footer　▼　*/
footer {
	padding: 2%;
    font-size: 1.4rem;
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
    width:40%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
	margin-bottom: 10px;
}

/*　▼ ダイジェスト動画　▼　*/
.video{
    width: 100%;
}

/*　▼ ボタン系　▼　*/
.btn{
    width: 100%;
    background-size: 2.4%;
    background-position: 92% 50%;
}

/* ─────────────────────────────
   画像系1: 割引・認定
───────────────────────────── */
/*　▼ 早割　▼　*/
.hayawari_img {
    width: 96%;
    margin: 0 auto;
}

/*　▼ 認定　▼　*/
.hyoutei_img{
    padding-left: 0;
    width: 100%;
}
.topics h1,.message h1{
    margin-bottom: 30px;
}

/* ─────────────────────────────
   テキストセクション
───────────────────────────── */
/*　▼ MESSAGE　▼　*/
.message .check_red{
    padding: 7%;
}
.message .check_red li {
    margin-bottom: 20px;
    line-height: 1.4;
}

/*　▼ CONTENTS　▼　*/
.contents ul, .contents .box03, .contents .box04{
    width:100%
}
.seminar_contents{
    width: 100%;
}
.content_topic{
    display: block;
    padding: 7% 6%;
    margin-bottom: 20px;
}
.topic_number{
    margin-bottom: 10px;
    font-size: 3rem;
}
.topic_body h2{
    font-size: 2.1rem;
}
.topic_body > ul,
.support_block ul,
.numbered_topics li{
    font-size: 1.65rem;
}
.numbered_topics span,
.case_comparison p,
.topic_lead{
    font-size: 1.55rem;
}
.case_comparison{
    grid-template-columns: 1fr;
}
.support_block{
    padding: 16px;
}
.support_block h3{
    align-items: flex-start;
    font-size: 1.75rem;
}
.support_document_lead{
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.7;
}
.support_document_image{
    margin-top: 15px;
}

/*　▼ お客様満足度　▼　*/
.level {
    width: 23%;
}
.hoshi {
    width: 100%;
}

/*　▼ 受講者の声　▼　*/
.voice .box {
    padding: 7%;
}
.voice_img {
    width: 30%;
    margin-right: 17px;
}
.voice h3 {
    line-height: 1.6;
    padding-top: 3%;
    font-size: 1.8rem;
}

/*　▼ PROFILE　▼　*/
.profile .box {
    padding: 7%;
}
.koushi {
    width: 45%;
    margin: 0 auto 11px;
}
.profile .box{
    margin-bottom: 30px;
}
.career_timeline > div{
    grid-template-columns: 53px 1fr;
    gap: 11px;
}
.career_timeline dt,
.career_timeline dd{
    font-size: 1.55rem;
}
.profile_feature_grid,
.revival_results{
    grid-template-columns: 1fr;
}
.profile_feature_box{
    padding: 20px;
}
.revival_results p + p{
    padding-top: 16px;
    padding-left: 0;
    border-top: 1px solid #d5cec9;
    border-left: 0;
}
.profile_feature_box h3{
    font-size: 1.9rem;
}
.profile_feature_box li,
.revival_results p{
    font-size: 1.5rem;
}
.profile_big_result span{
    font-size: 3rem;
}
.book{
    width: 100%;
}
.dtl_tbl th,.dtl_tbl td{
    display: block;
}
.dtl_tbl th{
    padding: 4% 0;
}
.dtl_tbl td {
    padding: 0 0 4%;
}
.btn01,.btn02,.btn03 {
    margin-bottom: 20px;
}

/*　▼ DETAILS　▼　*/
.details .box{
  padding:0;
}


/* ─────────────────────────────
   画像系2: 入会促進
───────────────────────────── */
/*　▼ 税務アカデミーとは？　▼　*/
.more{
    padding: 14% 6%;
}
.more_img {
    width: 30%;
}
.toha .box h2 {
    height: 7.5em;
    padding: 7% 4% 5%;
}
.price{
    width: 100%;
    margin: 0 auto 20px;
}
}



/* ─────────────────────────────
   685pxまでのfooter設定
───────────────────────────── */
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}
@media screen and (max-width: 1254px){
header img{
    width: 100%;
    padding: 0 2%;
}
}
@media screen and (min-width: 600px) and (max-width: 1024px){
#page-top img{
    display: none;
}
header img{
    width: 98%;
}
section {
    width: 94%;
    padding: 10% 0;
}
.contents ul, .contents .box03 {
    width: 90%;
}
.dtl_tbl th {
    padding: 3% 0 3% 6%;
    width: 12em;
}
.entry .box02 .narrow {
    width: 100%;
}
.entry_speaker_message{
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 24px 20px;
}
.entry_speaker_photo{
    width: 116px;
    height: 116px;
}
.entry_speaker_label{
    font-size: 1.55rem;
}
.entry_speaker_name{
    font-size: 2.15rem;
}
.entry_speaker_text{
    font-size: 1.55rem;
    line-height: 1.65;
    letter-spacing: 0.015em;
}
.toha .check_blue {
    padding: 5% 7%;
}
.btn03{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
html{
    font-size: 50%;
}
.message .narrow {
    width: 100%;
}
.toha .box h2 {
    font-size: 2.3rem;
    height: 5.5em;
    padding: 3% 4% 5%;
}
.btn03{
    width: 100%;
}
.logo {
    width: 65%;
}
}

@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}

@media screen and (min-width: 600px) and (max-width: 766px) {
.pcnone{
    display: none;
}
.spnone {
    display: block;
}
}



/* ─────────────────────────────
   サンキューページ
───────────────────────────── */
.thanks{
    width:1200px;
    margin:0 auto;
    padding: 20px 0 79px;
}
.thanks_logo{
    width:146px;
}
.thanks_img {
    width: 15%;
    margin: 0 auto 20px;
}
.thanks h1{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
}
.thanks p{
    margin-bottom:40px;
}
.arrow_img{
    width: 7%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.thanks {
    width: 98%;
}
}
@media screen and (max-width: 599px) {
/* sp thanks */
.thanks{
    padding: 2% 2% 6%;
}
.thanks h1 {
    margin-bottom: 20px;
}
.thanks p {
    margin-bottom: 20px;
}
.thanks_img {
    width: 29%;
}
.arrow_img {
    width: 12%;
}
}

@media screen and (max-width: 768px) {
.topics .topics_cards{
    width: 100%;
}
.topics .topics_cards li{
    margin-bottom: 13px;
    padding: 12px 0;
    font-size: 2rem;
    line-height: 1.6;
}
.topics .topics_cards li::before{
    left: 0;
    width: 27px;
    height: 27px;
    font-size: 1.7rem;
    line-height: 27px;
}
.topic_metric{
    font-size: 1.08em;
}
.topic_name,
.topic_highlight{
    font-size: 1.04em;
}
.topics_archive_notice{
    gap: 12px;
    margin-top: 18px;
    padding: 14px 16px;
}
.topics_archive_notice_icon{
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 2.1rem;
}
.topics_archive_notice p{
    font-size: 1.7rem;
}
.topics .seminar_changes{
    margin-top: 38px;
}
.topics .seminar_changes > h2{
    margin-bottom: 20px;
    font-size: 2.25rem;
    line-height: 1.5;
}
.topics .seminar_changes_grid{
    grid-template-columns: 1fr;
    gap: 16px;
}
.topics .change_column{
    padding: 22px 20px;
}
.topics .change_column h3{
    font-size: 1.95rem;
}
.topics .change_column li{
    font-size: 2.3rem;
    white-space: normal;
}
}

/* Smartphone layout fixes for the added TOPICS / ENTRY blocks */
@media screen and (max-width: 599px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    header h1,
    header h1 img,
    header .mv_area {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    header .mv_area.spnone {
        display: none;
    }

    header .mv_area.pcnone {
        display: block;
    }

    .topics .topics_cards,
    .topics .topics_cards li {
        min-width: 0;
        max-width: 100%;
    }

    .topics .topics_cards li {
        width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .topics .seminar_changes,
    .topics .seminar_changes_grid,
    .topics .change_column,
    .entry_speaker_message,
    .entry_speaker_profile,
    .entry_speaker_text {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .topics .change_column {
        overflow: hidden;
    }

    .topics .change_column li {
        overflow-wrap: anywhere;
    }

    .entry_speaker_message {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        width: 100%;
        margin-bottom: 28px;
        padding: 22px 18px;
    }

    .entry_speaker_photo {
        width: 104px;
        height: 104px;
        margin-bottom: 12px;
    }

    .entry_speaker_label {
        margin-bottom: 0;
        font-size: 1.55rem;
    }

    .entry_speaker_text {
        font-size: 1.55rem;
        line-height: 1.62;
        letter-spacing: 0.01em;
        overflow-wrap: anywhere;
    }

    .entry_speaker_text p {
        margin-bottom: 0.72em;
    }

    .entry_speaker_name {
        margin-top: 0.5em;
        font-size: 2rem;
    }
}
