@charset "UTF-8";
:root {
  --c_theme: #4f4a9c;
  --c_theme-m: #857ab8;
  --c_theme-l: #edecf6;
  --c_fc-green: #07913a;
}

section:not(.notice) {
  margin-top: 30px;
}

/* オムジャラ　TOP */
#top #container section .box.om {
  border: 2px solid var(--c_theme);
}
#top #container section .box.om h3 {
  background: var(--c_theme);
  color: #fff;
}
#top #container section .box.om ul li span:before {
  background: var(--c_theme);
}
#top #container section .box.om ul li a {
  color: var(--c_theme);
}

#top #container section .box.om h4 {
  margin-top: 10px;
  font-weight: bold;
}

#top.om #container section:not(.notice) {
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
}
#top.om #container section h1.h2 {
  font-size: 2.4rem;
  border-color: var(--c_theme);
  color: var(--c_theme);
}

#top.om #container section .item_img {
  position: absolute;
  right: 5%;
  top: 0;
}

/*--------------------------------------<header>---*/
.om #container h1,
.om #container h2,
.om #container h3 {
  border: none;
}

.om #container h1 {
  display: inline-block;
  color: var(--c_theme);
}
.om #container h1 span {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
}

.om #container h2 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  padding: 5px 0;
  border-top: 1px solid var(--c_theme);
  border-bottom: 1px solid var(--c_theme);
  color: var(--c_theme);
  margin: 20px 0 10px;
}
.om #container h2.lvl1 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  padding: 5px 0;
  border-top: 1px solid var(--c_theme);
  border-bottom: 1px solid var(--c_theme);
  color: var(--c_theme);
  margin: 20px 0 10px;
}
.om #container h2.lvl2 {
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  border-top: 1px solid var(--c_theme);
  border-bottom: 1px solid var(--c_theme);
  color: #fff !important;
  background: var(--c_theme);
}
/*h2.lvl1,*/
.om #container h3 {
  display: inline-block;
}
.om #container h3.lvl1 {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  padding: 4px 0;
  margin: 10px 0 10px;
  color: var(--c_theme);
}
.om #container h3.lvl2 {
  display: inline-block;
  font-size: 12pt;
  text-align: left;
  border-top: none;
  border-bottom: 1px dotted var(--c_theme);
  color: var(--c_theme);
  font-weight: bold;
  margin: 20px 0 10px;
}

.om #container h3.lvl3 {
  font-size: 14pt;
  margin: 20px 0 10px;
  color: var(--c_theme);
}
.om #container h3.lvl3 span {
  font-size: 11pt;
  border: 1px solid var(--c_theme);
  background: var(--c_theme);
  color: #fff !important;
  border-radius: 15px;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.line_off {
  border: none !important;
}
.d_block {
  display: block !important;
}

/*--------------------------------------<LINK>---*/

a.top {
  font-size: 16px;
  line-height: 10px;
  font-weight: bold;
}

a.top:link {
  text-decoration: none;
}
a.top:visited {
  text-decoration: none;
}

a.top:active {
  text-decoration: underline;
}

a.top:hover {
  text-decoration: underline;
}

/* Note */

.note2 {
  padding-left: 1em;
  text-indent: -1em;
  border-bottom: none !important;
  font-weight: normal !important;
}

/*-----------------------------
box 
-------------------------------*/
.notes_box {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.table_box {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.caution_box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.caution_box_inner {
  width: 100%;
  background: #968cc2;
  border-radius: 12px;
  padding: 10px 30px;
  color: #fff;
}

.data_box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.data_box_inner {
  width: 100%;
  background: var(--c_theme-l);
  border-radius: 12px;
  padding: 10px 30px;
}

/*----- type1 主な治療法----------------*/
.data_box.type1 .data_box_inner {
  background: #eeeadc;
}
/*----- type2 自己評価　服用タイトル----------------*/
.data_box.type2 > .data_box_inner {
  position: relative;
  background: #feefb9;
  border-radius: 0;
  position: relative;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: solid 2px white;
  padding: 10px 30px;
  border-radius: 0;
}
.data_box.type2 > .data_box_inner:after {
  position: absolute;
  content: "";
  right: -7px;
  bottom: -7px;
  border-width: 35px 35px 0 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  box-shadow: 1px 1px -1px rgba(0, 0, 0, 0.15);
}
/* p21check */
.data_box.type2 .data_box_inner dl div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.data_box.type2 .data_box_inner dl dd {
  margin-left: 20px;
}
.data_box.type2 .data_box_inner dl div:not(:last-child) {
  border-bottom: dashed 1px var(--c_theme);
}
/*----- type3 自己評価インナー----------------*/
.data_box.type3 .data_box_inner {
  background: #fff;
  border-radius: 0;
}

.fig_box {
  display: flex;
  margin: 12px 0;
  gap: 20px;
  justify-content: flex-start;
}
.fig_box.full img {
  width: 100%;
}
.fig_body {
  width: calc(70% - 50px);
  /*flex-grow: 1;*/
}
.fig_thumb {
  width: 25%;
  flex-shrink: 0;
  text-align: center;
}
.fig_thumb img {
  width: 70%;
}

.fig_box.center {
  justify-content: center;
}

.mf1 {
  align-items: flex-end;
}

.mf2 {
}
.mf2 .fig_body {
  width: calc(70% - 20px);
}

.mf2 .fig_thumb {
  width: 30%;
}

.mf2 .fig_thumb img {
  width: 100%;
}

.ab1 .fig_body {
  width: calc(70% - 20px);
}

.ab1 .fig_thumb {
  width: 30%;
}

.ab1 .fig_thumb img {
  width: 90%;
}

/*-----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .fig_box {
    flex-flow: column;
  }
  .fig_body,
  .fig_thumb {
    width: 100% !important;
  }
  .fig_body .dl-flex {
    width: 100%;
  }
  .fig_box.chiryo .fig_body {
    order: 1;
  }
  .fig_box.chiryo .fig_thumb {
    order: 2;
  }
}

/*-----------------------------
list 
-------------------------------*/
ul.list_disc {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 10px;
}

.list_circle li {
  position: relative;
  padding-left: 14px;
  margin: 5px 0;
}
.list_circle li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 7px;
  left: 0;
  background: var(--c_theme);
}
.list_circle li.rubiari:before {
  top: 14px;
}

ul.listNote {
  margin: 0;
  padding: 0;
}
ul.listNote li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.listNote1 {
  margin: 0;
  padding: 0;
}
ul.listNote1 li {
  padding-left: 1em;
  text-indent: -1.5em;
}
ul.listNote2 {
  margin: 0;
  padding: 0;
}
ul.listNote2 li {
  padding-left: 2em;
  text-indent: -2.2em;
}

table th {
  font-weight: normal;
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
}
/*
table th,
table td{
	padding:5px;
	border:1px solid #B1B1B1;
	background:#fff;
}*/

.table {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  border-radius: 15px;
  border-left: 1px solid #b1b1b1;
  border-top: 1px solid #b1b1b1;
}

.table tr > * {
  padding: 15px 10px;
  border: none;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}

.table tr:first-child > *:first-child {
  border-radius: 10px 0 0 0;
}

.table tr:first-child > *:last-child {
  border-radius: 0 10px 0 0;
}

.table tr:last-child > *:first-child {
  border-radius: 0 0 0 10px;
}
.table tr:last-child > *:last-child {
  border-radius: 0 0 10px 0;
}

.table.type1.col1 th,
.table.type2.col1 th,
.table.type3.col1 th {
  border-radius: 10px 10px 0 0;
}

.table.type1.col1 td,
.table.type2.col1 td,
.table.type3.col1 td {
  border-radius: 0px 0px 10px 10px;
  height: 80px;
}

.table.type1.col1 {
  border-radius: 10px;
  width: 200px;
}
.table.type2.col1 {
  border-radius: 10px;
  width: 200px;
}
.table.type3.col1 {
  border-radius: 10px;
  width: 200px;
}

.table.type1 th {
  background: #f6c1ce;
}

.table.type1 td .inline-block {
  display: inline-block;
}

.table.type1 .s_th {
  background: #fce7eb;
}

.table.type2 th {
  background: #fad1b4;
}

.table.type2 .s_th {
  background: #fde9da;
}

.table.type3 th {
  background: #cac5e2;
}
.table.type3 .s_th {
  background: #e6e4f2;
}
.table.type3 tr:nth-of-type(2) td:nth-of-type(2) {
  background: #c7e8f7;
}

.table.type3 tr:nth-of-type(2) td:nth-of-type(3),
.table.type3 tr:nth-of-type(2) td:nth-of-type(4) {
  background: #deeedf;
}
.table.type3 tr:nth-of-type(2) td:nth-of-type(5) {
  background: #fbdfe0;
}

.table.type3 .arrow {
  position: relative;
}
.table.type3 .arrow img {
  position: absolute;
  left: 120px;
  top: 28px;
}
.table.type3 td {
  height: 80px;
}

.table.type4 th {
  background: #cac5e2;
}
.table.type4 .s_th {
  background: #eeeadc;
  white-space: nowrap;
}

.table.type4.sp tr:last-child > *:last-child {
  border-radius: 0 0 0 0;
}
.table.type4.sp tr:nth-last-of-type(2) > *:last-child {
  border-radius: 0 0 10px 0;
}

.subtitle {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
  color: var(--c_theme);
}

/*--------------------*/

.lead_box {
  margin: 20px 0;
  padding: 0px;
}

.dl_box {
  /*border: 2px solid var(--c_theme);*/
  padding: 20px;
  margin: auto;
}

.dl_box div {
  margin-bottom: 30px;
}
.dl_box dt {
  font-size: 14pt;
  text-decoration: underline;
  padding-left: 40px;
  position: relative;
}
.dl_box dt:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
  border-radius: 4px;
  border: 2px solid var(--c_theme-m);
}

.dl_box dd {
  padding-left: 40px;
}

.link_btn {
  font-weight: bold;
  text-decoration: none;
  background: #5d1c81;
  color: #fff;
  padding: 5px 10px;
  /*width:150px;*/
  text-align: center;
  border: 1px solid #5d1c81;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  bottom: 20px;
  left: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
  width: 50%;
  margin: auto;
}

.link_btn a {
  color: #fff !important;
}
.link_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.text {
  padding: 15px 15px;
  color: inherit;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* about qa*/
dl.qa_box div:not(:last-child) {
  border-bottom: 1px dotted var(--c_theme);
  padding-top: 20px;
  padding-bottom: 20px;
}
dl.qa_box dt,
dl.qa_box dd {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
dl.qa_box dt p,
dl.qa_box dd p {
  position: relative;
}
dl.qa_box dt p {
  padding: 0px 0 0px 70px;
}
dl.qa_box dd p {
  padding: 0px 0 0px 70px;
}
dl.qa_box dt p {
  color: var(--c_theme);
}

dl.qa_box dt p:before,
dl.qa_box dd p:before {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

dl.qa_box dt p:before {
  content: "Ｑ";
  background: var(--c_theme);
  line-height: 1.4;
}

dl.qa_box dd p:before {
  content: "Ａ";
  color: var(--c_theme);
  line-height: 1.4;
  border: 2px solid var(--c_theme);
}
/*-------------------★
------*/
.dl-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}
.dl-flex dt {
  width: 40%;
}
.dl-flex dd {
  width: 60%;
}

.bgOn {
  padding: 15px;
  background: #eeeadc;
}

.dl-flex dt {
  position: relative;
  padding-left: 14px;
  margin: 5px 0;
}
.dl-flex dt:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  left: 0;
  background: var(--c_theme);
}
/*
.yogo-step{
position: relative;
}*/

.table_header {
  display: flex;
  position: relative;
  align-items: center;
  bottom: -25px;
  z-index: 0;
}
.table_header p:nth-child(1) span {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  line-height: 80px;
}
.table_header p:nth-child(2) {
  margin-left: 1rem;
  font-weight: 700;
}

.table_header p.step1 span {
  background: #f8cfe0;
  color: #d60050;
}

.table_header p.step2 span {
  background: #fce1ce;
  color: #ea5413;
}

.table_header p.step3 span {
  background: #d5ead7;
  color: var(--c_fc-green);
}
.table_header p.step4 span {
  background: #dcd8ec;
  color: #4f4a9c;
}

.flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_box.step3 {
  gap: 20px;
}
.step_ope {
  font-weight: 700;
  font-size: 50px;
}
.step3_1 .table,
.step3_2 .table,
.step3_3 .table {
  width: 100%;
}

.docNum {
  padding-top: 30px;
}

.pc_only {
  display: block !important;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .table_header {
    bottom: 0px;
  }
  .flex_box.step3 {
    flex-direction: column;
    gap: 0;
  }
}
/*-----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #item.om #container section.menu .menu_item.om.top h3.title {
    /*pointer-events: all;*/
    pointer-events: none;
  }
  #item.om #container section.menu .menu_item.om.top ul li {
    margin: 0 0 0 0;
  }
  #item.om #container section.menu .menu_item.om.top ul li a {
    padding: 0;
  }
  nav #spmenu_btn {
    display: inline-block;
    height: 30px;
    width: 20px;
    position: absolute;
    left: 8px;
    top: 6px;
  }
  nav #spmenu_btnicon:after {
    bottom: 0px;
    top: 7px;
  }
  nav #spmenu_btn .close {
    background: transparent;
  }
  nav #spmenu_btn .close:before,
  nav #spmenu_btn .close:after {
    top: 0;
  }
  nav #spmenu_btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav #spmenu_btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  nav #spmenu_btn p {
    bottom: 0;
    color: var(--c_theme);
    font-size: 7px;
    padding: 0;
    position: absolute;
    left: 0;
  }
  nav #spmenu_board {
    display: none;
    top: 60px;
    left: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 10000;
    width: 100%;
  }
  nav #spmenu_board ul {
    background: var(--c_theme-l);
    width: 100%;
    padding: 4px;
  }
  nav #spmenu_board ul li {
    color: var(--c_theme);
    border-radius: 2px;
    margin: 4px 8px;
  }
  nav #spmenu_board ul li.top {
    background: var(--c_theme);
    color: #fff;
    text-align: center;
  }
  nav #spmenu_board ul li.top a {
    background: var(--c_theme);
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
  }
  nav #spmenu_board li a {
    color: var(--c_theme);
    background: #fff;
    display: block;
    padding: 12px;
    border-radius: 5px;
    position: relative;
  }
  nav #spmenu_board li a:before {
    display: none;
  }
  nav #spmenu_btnicon {
    background: var(--c_theme);
    display: block;
    height: 2px;
    left: 0%;
    margin: 0 0 0 0;
    position: absolute;
    top: 30%;
    transition: 0.2s;
    width: 20px;
  }
  nav #spmenu_btnicon:before {
    top: -5px;
  }
  nav #spmenu_btnicon:before,
  nav #spmenu_btnicon:after {
    background: var(--c_theme);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: 0.3s;
    width: 20px;
  }
  nav #spmenu_btnicon:after {
    bottom: 0px;
    top: 5px;
  }

  .table_box {
    width: 100%;
    /*		  overflow-x: scroll;
		  -webkit-overflow-scrolling: touch;*/
  }

  /*		.table_box::-webkit-scrollbar {
		  height: 10px;
		}
		.table_box::-webkit-scrollbar-track {
		  margin: 0 2px;
		  background: var(--c_main);
		  border-radius: 5px;
		}
		.table_box::-webkit-scrollbar-thumb {
		  border-radius: 5px;
		  background: #1d2284;
		}

		.table_box table {
			width:auto!important;
			margin-bottom:10px;
		  }

		.table_box	table th,
		.table_box	table td	 {
			border:1px solid #ccc;
				white-space:nowrap;
		  }*/

  .table.type4.sp .s_th {
    white-space: normal;
  }

  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
/*----------------------------*/
.sup,
sup {
  font-size: 70% !important;
  vertical-align: super !important; /**/
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}

.fc_step1 {
  color: #d60050;
}
.fc_step2 {
  color: #ea5413;
}
.fc_step3 {
  color: var(--c_fc-green);
}
.fc_theme {
  color: var(--c_theme);
}
.fc_red {
  color: #e60012;
}
.fc_green {
  color: #07913a;
}
.fc_blue {
  color: #00a0de;
}
.fc_yellow {
  color: #ffe109;
}
.fs_12 {
  font-size: 1.2rem;
}
.fs_20 {
  font-size: 2rem;
}
.td_underline {
  text-decoration: underline;
}
.td_underline2 {
  text-decoration: underline double;
}
.marker {
  background: linear-gradient(transparent 50%, #f7ee12 50%);
}

.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.number,
.docNum {
  text-align: right;
}

.box_l ul li a:not(.terms)::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  vertical-align: middle;
  margin-left: 4px;
}

.terms_box ul {
  list-style-type: disc;
  list-style-position: inside;
}
/* teams */
.om #container h2.teams-title {
  display: inline-block;
  font-size: 12pt;
  text-align: left;
  border-top: none;
  border-bottom: 1px dotted var(--c_theme);
  color: var(--c_theme);
  font-weight: bold;
  margin: 20px 0 10px;
}
