@charset "UTF-8";

:root {
  --main-color: #f6921b;
  --sub-color: #f6b01b;
  --link-color: #b6701e;
}

.idx {
  box-sizing: border-box;
}

.idx * {
  box-sizing: border-box;
}

.idx a,
.idx img {
  display: block;
}

/*
  access
========================================================================== */
.access {
  position: relative;
  margin-bottom: max(5.714vw, 74px);
  background-image: url(../images/top/access_bg.jpg);
  background-position: center top 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.access h2 {
  font-size: max(2.714vw, 35px);
  text-align: center;
  color: #2e2e2e;
  line-height: 1;
  letter-spacing: max(0.143vw, 1px);
  margin-bottom: max(6.071vw, 78px);
}

.access .clinics {
  display: flex;
  justify-content: center;
  gap: max(2.571vw, 33px);
}

.access .clinic {
  width: max(21.429vw, 278px);
  display: flex;
  flex-direction: column;
}

.access .clinic .name {
  margin: 0 auto max(0.714vw, 9px);
  width: max(17.857vw, 232px);
  height: max(2.714vw, 35px);
  background-color: #f6b01b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(1.786vw, 23px);
  color: #fff;
  line-height: 1;
}

.access .clinic .img {
  width: 100%;
  margin-bottom: max(1.143vw, 14px);
}

.access .clinic .lead {
  display: flex;
  align-items: center;
  justify-content: center;
  height: max(3.143vw, 40px);
  font-size: max(1.214vw, 15px);
  color: #3f3a39;
  text-align: center;
  line-height: 1;
}

.access .clinic .lead em {
  font-size: max(1.571vw, 20px);
}

.access .clinic .lead .marker {
  background: linear-gradient(transparent 70%, rgba(255, 189, 32, 0.5) 70%);
}

.access .clinic .timetable {
  margin-top: max(0.857vw, 11px);
}

.access .clinic .timetable table {
  width: 100%;
  margin: 0 auto;
}

.access .clinic .timetable table,
.access .clinic .timetable td,
.access .clinic .timetable th {
  border-collapse: collapse;
  text-align: center;
  color: #2e2e2e;
  font-weight: 500;
  line-height: 1;
}

.access .clinic .timetable thead {
  border-top: 1px solid #2e2e2e;
}

.access .clinic .timetable thead th,
.access .clinic .timetable thead td {
  font-size: max(0.857vw, 11px);
  color: #2e2e2e;
  font-weight: 500;
}

.access .clinic .timetable tbody {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}

.access .clinic .timetable tbody tr:first-child {
  border-bottom: 1px solid #2e2e2e;
}

.access .clinic .timetable tbody th {
  font-size: max(0.857vw, 11px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.access .clinic .timetable tbody td {
  font-size: max(0.857vw, 11px);
}

.access .clinic .timetable tr {
  display: flex;
}

.access .clinic .timetable th,
.access .clinic .timetable td {
  padding: max(0.857vw, 11px) 0;
}

.access .clinic .timetable th {
  width: max(6.786vw, 88px);
}

.access .clinic .timetable td {
  width: calc((100% - 6.786vw) / 8);
}

.access .clinic .timetable .note {
  margin: max(0.286vw, 3px) 0 0;
  font-size: max(0.857vw, 11px);
  color: #2e2e2e;
  text-align: right;
  height: max(5.286vw, 68px);
}

.access .clinic .tel {
  font-size: max(1.429vw, 18px);
  text-align: center;
  margin-top: 0.4em;
  margin-bottom: 0.6em;
  font-weight: 500;
}

.access .clinic .tel + .cname {
  margin-top: 0;
}

.access .clinic .cname {
  font-weight: 500;
  font-size: max(1.286vw, 16px);
  color: #2e2e2e;
  text-align: center;
  margin-top: max(1.429vw, 18px);
}

.access .clinic .btn {
  position: relative;
  margin: max(1.286vw, 16px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(17.857vw, 232px);
  height: max(2.143vw, 27px);
  background-color: #f6b01b;
  border-radius: max(0.357vw, 4px);
  font-size: max(1.286vw, 16px);
  color: #fff;
}

.access .clinic .btn + .btn{
	margin-top: max(0.857vw, 11px);;
}
.access .clinic .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: max(0.571vw, 7px);
  transform: translateY(-50%);
  width: max(0.5vw, 6px);
  height: max(0.929vw, 12px);
  background-image: url(../images/top/access_btn_ico01.png);
  background-size: cover;
}

.access .clinic:nth-child(2n) .name {
  background-color: #f6921b;
}

.access .clinic:nth-child(2n) .btn {
  background-color: #f6921b;
}

.access .seo {
  margin: max(9.286vw, 120px) max(3.571vw, 46px) 0;
  font-size: max(1vw, 13px);
  color: #2e2e2e;
  text-align: justify;
}

/*
  header
========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: max(0.57svw, 7.43px) 0 0 max(1.786vw, 23px);
  z-index: 2;
}

.header .dis {
  font-size: max(0.857vw, 11px);
  color: #2e2e2e;
  line-height: 1;
}

.header .btns-wrapper {
  padding-top: max(1.071vw, 13px);
  position: fixed;
  top: 0;
  right: 0;
}

.header .btns {
  display: flex;
  flex-direction: column;
  gap: max(0.714vw, 9px);
}

.header .btns button {
  width: max(3.14svw, 40.86px);
  padding: 0;
  border: none;
  appearance: none;
  cursor: pointer;
}

/* h_nav */
.h_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.h_nav .inr {
  width: 100svw;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h_nav .bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.h_nav .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: max(6.429vw, 83.571px);
  cursor: pointer;
}

.h_nav .access {
  padding: max(2.571vw, 33px) max(1.071vw, 13px) max(2.571vw, 33px);
  margin: 0;
  background-size: 100% 90%;
  background-position: center center;
  background-color: #fff;
  z-index: 2;
}

.h_nav .access .time {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: max(1.071vw, 13px);
  margin: 1em 0em 0;
  min-height: 4.5em;
}

.h_nav .access .tel{
	font-size: max(1.857vw, 24px);
}
.h_nav .access .clinic .btn {
	width: 10em;
	line-height: 1;
	padding: 1.2em 0.3em 1.25em 0;
	border-radius: 0;
	border:2px solid;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.h_nav .access .clinic:nth-of-type(2n - 1) .btn {
	background: #fef8ea;
	border-color: #f6b01b;
	color: #f6b01b;
}

.h_nav .access .clinic:nth-of-type(2n) .btn {
	background: #fef4e8;
	border-color: #f6921b;
	color: #f6921b;
}

.h_nav .access .clinic .btn::before{
	position: relative;
	display: inline-block;
	top:initial;
	right:initial;
	border:none;
	transform: none;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	aspect-ratio: 14 / 16;
	margin-right: 0.5em
}

.h_nav .access .clinic:nth-of-type(2n - 1) .btn::before{
	background-color: #f6b01b;
}
.h_nav .access .clinic:nth-of-type(2n) .btn::before {
	background-color:#f6921b;
}

body.fixed {
  overflow: hidden;
}

/*
  gnav
========================================================================== */
.gnav {
  margin-bottom: max(1.571vw, 20px);
}

.gnav > ul {
  display: flex;
  justify-content: center;
  padding: max(1.429vw, 18px) 0;
}

.gnav > ul > li {
  border-right: 1px solid #444;
	position: relative;
}

.gnav > ul > li:first-child {
  border-left: 1px solid #444;
}

.gnav > ul > li > a,
.gnav > ul > li > span,
.gnav .sublist a {
	display: block;
  font-size: max(1.071vw, 13px);
  color: #444;
  line-height: 1;
  padding: max(0.357vw, 4px) max(3.929vw, 51px);
	cursor: pointer;
}

.gnav li.hasSublist .sublist{
	position: absolute;
	left: 0;
	bottom:0;
	transform: translateY(100%);
	display: none;
	transition: 0.3s;
	width: 100%;
	z-index: 10;
	padding-top: 0.75em;
	background-color: #fff;
}
.gnav li.hasSublist:hover .sublist{
	display: block;
}
.gnav li.hasSublist .sublist ul{
	padding-top: 0.25em;
	padding-bottom: 1.25em;
	border:1px solid #ccc;
}

.gnav li.hasSublist .sublist a{
	white-space: nowrap;
	text-indent: -1em;
	margin-top: 0.75em;
}

.gnav li.hasSublist .sublist a::before{
	content:"・";
	display:inline-block;
}

.gnav li.hasSublist .sublist a:hover{
	text-decoration: underline;
}

/*
  footer
========================================================================== */
.footer,
.footer * {
  box-sizing: border-box;
}

.footer img {
  max-width: 100%;
}

.footer {
  font-size: max(calc((15 / 1400) * 100vw), calc(15px * 0.97));
  background-color: #f8f8f8;
  padding: 3.6em 0 0;
}

.footer_logo {
  width: 21.73em;
  margin: 0 auto 3.4em;
}

.footer_logo {
  aspect-ratio: 326 / 90;
}

/* --------------------------- foot nav */
.footer .nav {
  display: grid;
  grid-template-columns: 15% 30% 20% 20% 15%;
  color: #444444;
  margin: 0 6.4em 3.8em;
}

.footer .nav p {
  margin-bottom: 0.3em;
}

.footer .nav li {
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 0.3em;
}

.footer .nav li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.footer .nav a {
  position: relative;
  color: #444444;
  font-size: 93.3%;
  display: block;
}

.footer .nav a span {
  display: inline-block;
  margin-left: -.5em;
}

.footer .nav .sublist ::before {
	content:"";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #444444;
	top: 0.6em;
	width: 0.3em;
	aspect-ratio: 2/3;
}
	
/* --------------------------- foot copyright */
.footer .copy {
  font-size: 111%;
  color: #fff;
  background-color: #0096e0;
  text-align: center;
  padding: 0.5em 0;
}

/*
.footer .inr {
  background-image: url(../images/common/footer_bg.jpg);
  background-position: center top;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: max(5.714vw, 74px) max(7.143vw, 92px) max(7.857vw, 102px);
}

.footer .logo {
  width: max(21.071vw, 273px);
  margin-bottom: max(3.571vw, 46px);
}

.footer .btn_area {
  width: max(29.714vw, 386px);
  margin-bottom: max(3.429vw, 44px);
}

.footer .btn_area p {
  font-size: max(1.286vw, 16px);
  color: #2e2e2e;
  text-align: center;
  line-height: 1;
  margin-bottom: max(1vw, 13px);
}

.footer .btn_area .btns {
  display: flex;
  gap: max(1.143vw, 14px);
}

.footer .btn_area .btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(14.286vw, 185px);
  height: max(3.143vw, 40px);
  font-size: max(1.429vw, 18px);
  color: #fff;
  padding: 0;
  border: none;
  appearance: none;
  cursor: pointer;
}

.footer .btn_area .btns button:nth-of-type(1) {
  background-color: #77c3e9;
}

.footer .btn_area .btns button:nth-of-type(2) {
  background-color: #91a5af;
}

.footer .clinics li {
  font-size: max(1.143vw, 14px);
  color: #2e2e2e;
}

.footer .clinics li + li {
  margin-top: max(1.857vw, 24px);
}

.footer .clinics li b {
  font-weight: 700;
}

.footer nav {
  display: flex;
  gap: max(4.571vw, 59px);
  padding: max(5vw, 65px) max(3.571vw, 46px) max(5.357vw, 69px);
  background-color: rgba(255, 255, 255, 0.9);
}

.footer nav ul + ul {
  margin-top: max(2.857vw, 37px);
}

.footer nav ul li + li {
  margin-top: max(0.571vw, 7px);
}

.footer nav ul li a {
  font-size: max(0.929vw, 12px);
  color: #2e2e2e;
  padding-left: max(0.714vw, 9px);
  position: relative;
}

.footer nav ul li a::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: max(0.286vw, 3px);
  font-size: max(0.643vw, 8px);
  color: #2e2e2e;
}

.footer nav ul li a span {
  border-bottom: 1px solid #2e2e2e;
}

.footer .copy {
  font-size: max(1.143vw, 14px);
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: max(0.857vw, 11px);
  background-color: #0096e0;
}
*/
/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  width: 80px;
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.mainPhoto .logo {
  position: absolute;
  top: max(7.143vw, 92px);
  left: max(7.143vw, 92px);
  width: max(22.143vw, 287px);
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu h2 {
  font-size: 32px;
  text-align: center;
  color: #242424;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.sidemenu div {
  padding: 56px 22px 48px;
  border: 1px solid #363636;
}

.sidemenu p {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 17px;
  color: #2e2e2e;
  line-height: 1;
  padding: 8px;
  background-color: #ffedd8;
}

.sidemenu ul + p {
  margin-top: 32px;
}

.sidemenu ul li {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  color: #242424;
}

.sidemenu ul li a {
  font-weight: 500;
  padding: 13px 10px;
  border-bottom: 1px dashed #a1a1a1;
}

.sidemenu ul li a span {
  font-size: 98%;
  letter-spacing: -.05em;
}

.sidemenu ul li a i {
  display: inline-block;
  margin: 0 -.5em;
}

/* sidebanner */
.sidebanner {
  margin-top: 54px;
}

.sidebanner li + li {
  margin-top: 40px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  background-image: url(../images/common/lowinfo_bg.jpg);
  background-size: cover;
  aspect-ratio: 800/460;
  padding: 60px 40px 0;
  box-sizing: border-box;
}

.lowinfo * {
  box-sizing: border-box;
}

.lowinfo .inr {
  background-color: rgba(255, 255, 255, 0.8);
  width: 345px;
  height: 353px;
  padding-top: 20px;
}

.lowinfo .logo {
  width: 295px;
  display: block;
  margin: 0 auto 40px;
}

.lowinfo p {
  font-size: 18px;
  color: #2e2e2e;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}

.lowinfo .btns {
  width: 242px;
  margin: 0 auto;
}

.lowinfo .btns button {
  display: block;
  padding: 0;
  border: none;
  appearance: none;
  cursor: pointer;
}

.lowinfo .btns button + button {
  margin-top: 25px;
}

/* aside price */
.aside_price {
  margin-top: 30px;
}

.aside_price ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.aside_price ul li {
  flex: 1;
}

.aside_price ul li a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 10px;
  border-top: 6px solid #f6921b;
  background-image: linear-gradient(0deg, rgb(241, 241, 241) 0%, rgb(255, 255, 255) 75%);
  box-shadow: 2px 2px 4px rgba(157, 157, 157, 0.5);
}

.aside_price ul li a .head {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.aside_price ul li a .head .fig {
  width: 100px;
}

.aside_price ul li a .head .cont {
  flex: 1 0 0;
}

.aside_price ul li a .head .cont h3 {
  font-size: 20px;
  color: #2e2e2e;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c4c4c4;
}

.aside_price ul li a .head .cont h3 span:nth-of-type(2) {
  font-size: 13px;
  color: rgba(246, 146, 27, .8);
}

.aside_price ul li a .head .cont p {
  font-size: 18px;
  color: #f6921b;
}

.aside_price ul li a .head .cont p em {
  border-bottom: 4px solid #ffe25a;
}

.aside_price ul li a .head .cont p i {
  font-size: 90%;
}

.aside_price ul li a .body {
  margin: 10px auto 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: #fff;
}

.aside_price ul li a .body .box {
  display: flex;
  align-items: flex-end;
}

.aside_price ul li a .body .box .lbl {
  padding: 3px 5px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6b01b;
  font-size: 15px;
  color: #fff;
  margin-right: 5px;
}

.aside_price ul li a .body .box .lbl em {
  font-size: 12px;
}

.aside_price ul li a .body .box .fs {
  display: flex;
  align-items: flex-end;
}

.aside_price ul li a .body .box .fs p {
  line-height: 1;
}

.aside_price ul li a .body .box .fs p:nth-of-type(1) {
  font-size: 15px;
  color: #2e2e2e;
  margin-right: 5px;
}

.aside_price ul li a .body .box .fs p:nth-of-type(1) i {
  font-size: 120%;
}

.aside_price ul li a .body .box .fs p:nth-of-type(2) {
  font-size: 16px;
  color: #f6b01b;
  position: relative;
}

.aside_price ul li a .body .box .fs p:nth-of-type(2) em {
  font-size: 36px;
}

.aside_price ul li a .body .box .fs p:nth-of-type(2) span {
  font-size: 10px;
  color: #2e2e2e;
  position: absolute;
  right: -5px;
  top: 3px;
}

.aside_price ul li a .body .box .lbl2 {
  padding: 3px 5px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6921b;
  font-size: 15px;
  color: #fff;
  margin-right: 5px;
}

.aside_price ul li a .body .box .year {
  font-size: 16px;
  color: #f6921b;
  line-height: 1;
}

.aside_price ul li a .body .box .year em {
  margin-right: 5px;
  font-size: 36px;
  letter-spacing: -.05em;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 40px 20px 42px 30px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #f6921b;
  position: relative;
}

.page-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #f6921b;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  position: relative;
  margin-bottom: 15px;
  padding: 12px 10px 10px 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-size: 5px 5px;
  background-repeat: repeat;
  color: #fff;
}

.ttl-low::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 6px;
  height: calc(100% - 10px);
  background-color: #fff;
}

.ttl-low1-1 {
  background-image: url(../images/common/ttl_low1_bg_01.png);
}

.ttl-low1-2 {
  background-image: url(../images/common/ttl_low1_bg_02.png);
}

.ttl-low1-3 {
  background-image: url(../images/common/ttl_low1_bg_03.png);
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 8px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  position: relative;
}

.ttl-low2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 3px;
  width: 3px;
  height: 100%;
}

.ttl-low2-1 {
  color: #f6921b;
  border-bottom-color: #f6921b;
  border-left-color: #f6921b;
}

.ttl-low2-1::before {
  background-color: #f6921b;
}

.ttl-low2-2 {
  color: #f6b01b;
  border-bottom-color: #f6b01b;
  border-left-color: #f6b01b;
}

.ttl-low2-2::before {
  background-color: #f6b01b;
}

.ttl-low2-3 {
  color: #b6701e;
  border-bottom-color: #b6701e;
  border-left-color: #b6701e;
}

.ttl-low2-3::before {
  background-color: #b6701e;
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 12px 1em 10px 1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.ttl-low3-1 {
  color: #f6921b;
  border-top-color: #f6921b;
  border-bottom-color: #f6921b;
}

.ttl-low3-2 {
  color: #f6b01b;
  border-top-color: #f6b01b;
  border-bottom-color: #f6b01b;
}

.ttl-low3-3 {
  color: #b6701e;
  border-top-color: #b6701e;
  border-bottom-color: #b6701e;
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

/* .ttl-low4 > span {
  margin: 2.5px 0;
}

.ttl-low4 > span:nth-of-type(n+2) {
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  padding: 3px 0 1px 0;
} */
.ttl-low4 > span:nth-of-type(1) {
  margin-right: 10px;
  padding: 1px 5px 3px 5px;
  color: #fff;
  white-space: nowrap;
}

.ttl-low4-1 > span:nth-of-type(1) {
  background-color: #f6921b;
}

.ttl-low4-2 > span:nth-of-type(1) {
  background-color: #f6b01b;
}

.ttl-low4-3 > span:nth-of-type(1) {
  background-color: #b6701e;
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 9px 1em 7px 1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  background-color: #f6921b;
}

.ttl-low5-2 {
  background-color: #f6b01b;
}

.ttl-low5-3 {
  background-color: #b6701e;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #fef8f0;
  border: 1px solid #eec08a;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: #eec08a;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #eec08a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background: #fff;
  border: 1px solid #eec08a;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colum::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #eec08a transparent;
  border-width: 0px 5px 10px 5px;
  transform: rotate(180deg);
  bottom: -9px;
  right: 10px;
}

.colum::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 4.5px 9px 4.5px;
  transform: rotate(180deg);
  bottom: -6px;
  right: 11px;
}

.colunm + .colunm {
  background: #fdf9f2;
  border: 1px solid #d0c2b1;
}

.colunm + .colunm .ttl-btn {
  background: #d0c2b1;
}

.colunm + .colunm .ttl-btn .colum {
  color: #d0c2b1;
  border: 1px solid #d0c2b1;
}

.colunm + .colunm .colum::before {
  border-color: transparent transparent #d0c2b1 transparent;
}
