:root {
  --blue-cl: #2174bc;
  --orange-cl: #ec6d4e;
}
.box_360, .box_420, .box_460, .box_520, .box_560, .box_640 {
  display: none
}
.blue-cl {
  color: var(--blue-cl);
}
.orange-cl {
  color: var(--orange-cl);
}
.under #content * {
  font-weight: bold;
}
.under #content .mb10 {
  margin-bottom: 10px !important;
}
.under #content .mb20 {
  margin-bottom: 20px !important;
}
.under #content .mb30 {
  margin-bottom: 30px !important;
}
.under #content .mb40 {
  margin-bottom: 40px !important;
}
.under #content .mb50 {
  margin-bottom: 50px !important;
}
.under #content .inner {
  width: 1190px;
  margin: 0 auto;
}
.under #content a {
  color: #1059D3;
}
.under #content a.no_hover:hover {
  text-decoration: underline;
}
.under #content p.mb05 {
  margin-bottom: 5px;
}
.under #content p.mb10 {
  margin-bottom: 10px;
}
.under #content .image_l img, .under #content .image_r img, .under #content .border img {
  border-radius: 10px;
}
.under sup {
  vertical-align: super;
  font-size: smaller;
  font-size: 8px;
}
.under #content .txt_small {
  font-size: 12px;
}
.under .box_flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.under .flex_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.under .flex_space {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.under .flex_end {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
/*section*/
.under #main {
  margin-bottom: 127px;
}
.under * {
  box-sizing: border-box;
}
.under #main .inner {
  width: 1000px;
  margin: 0 auto;
}
.under #content img {
  max-width: 100%;
}
.under #content p {
  line-height: 2;
  margin-bottom: 1.5rem;
}
.under #content p:last-child, .under #content table:last-child {
  margin-bottom: 0px;
}
.under .section {
  margin-bottom: 90px;
}
.under .section:last-child {
  margin-bottom: 0px;
}
.under #main #topic_path {
  background-color: #f9f8f3;
  padding: 19px 0 39px;
}
.under #main #topic_path ul {
  display: inline-block;
  padding: 6px 20px 4px;
  background-color: #fff;
  border-radius: 999px;
}
.under #main #topic_path li {
  display: inline;
  position: relative;
  /* font-weight: bold; */
  line-height: 1.8;
}
.under #main #topic_path li:not(:last-child)::after {
  content: "";
  position: relative;
  width: 6px;
  height: 11px;
  background: url(../images/topic_pat_ic.png) no-repeat center /6px;
  display: inline-block;
  margin: 0 10px;
}
.under #main #topic_path li, .under #main #topic_path li a {
  color: #000;
}
.under #main #topic_path li a {
  text-decoration: none;
}
.under #top_info {
  background: url("../images/under_bg_main.jpg") center top no-repeat #f8f8f3;
  box-sizing: border-box;
}
.under #top_info .inner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  position: relative;
}
.under #top_info .inner::after {
  content: "";
  position: absolute;
  width: 1920px;
  height: 140px;
  background: url('../images/u_box_h3_bg.png') no-repeat center bottom /1920px;
  top: calc(100% + 720px);
  z-index: -1;
  left: calc(50% - 960px);
}
.under #top_info .inner::before {
  content: "";
  position: absolute;
  width: 1920px;
  height: 720px;
  background: #f9f8f3;
  top: 100%;
  z-index: -1;
  left: calc(50% - 960px);
}
.under #content img {
  border-radius: 10px;
  overflow: hidden;
}
.under #content .u_boxh3 {
  margin-bottom: 105px;
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
  line-height: 1.6;
}
.under h2 > span span, .under h3 span, .under h4 span:not(.sm), .under h5 span {
  color: var(--blue-cl);
}
.under h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.under h2 > span {
  display: inline-block;
  position: relative;
}
.under h2 > span::before, .under h2 > span::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.under h2 > span::before {
  background: url('../images/h2_ic.png') no-repeat center left /50px;
  left: -45px;
}
.under h2 > span::after {
  background: url('../images/h2_ic.png') no-repeat center right /50px;
  right: -46px;
}
.under h2 > span span {
  font-size: 48px
}
.under h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  position: relative;
}
.under h3::before {
  content: "";
  position: relative;
  width: 43px;
  height: 59px;
  background: url(../images/u-h3-ic.png) no-repeat center /cover;
  display: block;
  margin: 0 auto 8px;
}
.under h4 {
  font-size: 36px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 26px;
  line-height: 1.4;
}
.under h4:not(.no_line) {
  border-bottom: 3px solid var(--blue-cl);
}
.under h4.no_line {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.under h4::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  background: url('../images/u-h4-ic.png') no-repeat center /cover;
  left: -25px;
  top: -23px;
}
.under h4 .lg {
  font-size: 48px;
}
.under h4 .sm {
  font-size: 20px;
}
.under h4 .en {
  font-size: 16px;
  display: block;
}
.under h5 {
  font-size: 30px;
  padding: 1px 18px;
  border-radius: 10px;
  border: 3px solid var(--blue-cl);
  margin-bottom: 30px;
}
.under h6 {
  font-size: 26px;
  margin-bottom: 19px;
  padding-bottom: 1px;
  border-bottom: 3px solid var(--orange-cl);
  padding-left: 18px;
  position: relative;
}
.under h6 span {
  color: var(--orange-cl);
}
.under h6::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--orange-cl);
  left: 0;
  top: 15px;
}
.under .content_box {
  background: rgba(106, 81, 64, 0.04);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 70px;
  min-height: 320px
}
.under .content_box:last-child {
  margin-bottom: 0
}
.under .content_box .title_box {
  padding: 0;
  color: var(--orange-cl);
  border: none;
  background: none;
  margin-bottom: 20px
}
.under #content .content_box p {
  font-size: 15px
}
.under #content .content_box .image_l {
  margin-bottom: 0;
  transform: translate(-40px, -75px)
}
.under #content .content_box .image_r {
  margin-bottom: 0;
  transform: translate(40px, -75px)
}
.under .content_box .float, .under .content_box .title_box {
  width: calc(100% - 500px);
  display: inline-block
}
.under #content .streng_list {
  display: flex;
  justify-content: center;
}
.under #content .streng_list li {
  width: 42%;
  max-width: 173px;
  position: relative;
  text-align: center;
  color: #FFF;
  min-height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.under #content .streng_list li::before, .under #content .streng_list li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0;
}
.under #content .streng_list li::before {
  background: url('../images/streng_bf.png') no-repeat center /cover;
  top: 0;
}
.under #content .streng_list li::after {
  background: url('../images/streng_af.png') no-repeat center /cover;
  bottom: 0
}
.under #content .streng_list li:not(:last-child) {
  margin-right: 40px;
}
.under #content .streng_list li:nth-of-type(1) {
  background-color: var(--blue-cl);
}
.under #content .streng_list li:nth-of-type(2) {
  background-color: #e2c137;
}
.under #content .streng_list li:nth-of-type(3) {
  background-color: var(--orange-cl);
}
.under #content .streng_list li:nth-of-type(4) {
  background-color: #5ba550;
}
.under #content .streng_list li span::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 191px;
  left: -16px;
  z-index: 1;
  top: -15px;
}
.under #content .streng_list li:nth-of-type(1) span::before {
  background: url('../images/streng_ite01.png') no-repeat center /cover;
}
.under #content .streng_list li:nth-of-type(2) span::before {
  background: url('../images/streng_ite02.png') no-repeat center /cover;
}
.under #content .streng_list li:nth-of-type(3) span::before {
  background: url('../images/streng_ite03.png') no-repeat center /cover;
}
.under #content .streng_list li:nth-of-type(4) span::before {
  background: url('../images/streng_ite04.png') no-repeat center /cover;
}
.under #content .box_pickup {
  position: relative;
}
.under #content .box_pickup * {
  color: #FFF;
}
.under #content .box_pickup::before {
  content: "";
  position: absolute;
  width: 1500px;
  height: 100%;
  right: 0;
  background-color: var(--blue-cl);
  z-index: -1;
  top: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.under #content .box_pickup::after {
  content: "CONCEPT";
  position: absolute;
  color: #FFF;
  font-size: 130px;
  opacity: 0.06;
  bottom: -10px;
  left: -122px;
  z-index: 0;
  letter-spacing: 0.08em;
}
.under #content .author_pick {
  position: relative;
  max-width: 420px;
}
.under #content .author_pick.sm {
  font-size: 12px;
}
.under #content .author_pick_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 206px;
  height: 172px;
  background: url('../images/author_pick_bg.png') no-repeat center /cover;
  bottom: -48px;
  right: -28px;
  z-index: 1;
  color: #FFF;
  line-height: 1.5;
  padding-left: 20px;
}
.under #content .author_pick_box span {
  display: block;
  text-align: center;
}
.under #content .author_pick_box .sm {
  font-size: 15px;
}
.under #content .author_pick_box .sm02 {
  font-size: 12px;
}
.under #content .author_pick_box .sm03 {
  font-size: 10px;
  padding-left: 5px;
}
.under #content .author_pick_box .lg {
  font-size: 30px;
  letter-spacing: 0.05em;
}
.under #content .author_pick_box .lg02 {
  font-size: 25px;
}
.under #content .step_list:not(:last-child) {
  margin-bottom: 50px;
}
.under #content .step_list dl {
  position: relative;
}
.under #content .step_list dl:not(:last-child) {
  margin-bottom: 55px;
}
.under #content .step_list dl:not(:last-child)::after {
  content: "";
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 16px solid #fbd63d;
  left: calc(50% - 11px);
  bottom: -36px;
}
.under #content .step_list dt {
  border-radius: 10px;
  background-color: #e9f1f8;
}
.under #content .step_list .step_ite_tt {
  display: flex;
  align-items: center;
  font-size: 26px;
  margin-bottom: 12px;
}
.under #content .step_list .step_ite_tt span {
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  background-color: var(--blue-cl);
  width: 120px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  position: relative;
  margin-right: 18px;
  margin-left: -40px;
  flex-shrink: 0;
}
.under #content .step_list .step_ite_tt span::after {
  content: "";
  position: absolute;
  border-top: 17px solid #e9f1f8;
  border-bottom: 17px solid #e9f1f8;
  border-left: 10px solid transparent;
  right: 0;
  top: 0;
}
.under #content .box_2col .box_2col_tt {
  font-size: 20px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.under #content .box_2col .box_2col_tt::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--blue-cl);
  left: 0;
  top: 15px;
}
.under #content .box_3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under #content .box_3col:not(:last-child) {
  margin-bottom: 40px;
}
.under #content .box_3col.center {
  justify-content: center
}
.under #content .box_3col.center > *:not(:last-child) {
  margin-right: 4%;
}
.under #content .box_3col > * {
  width: auto;
  max-width: 32%;
}
.under #content .box_bnn {
  position: relative;
}
.under #content .box_bnn::after {
  content: "";
  position: absolute;
  width: 1920px;
  left: calc(50% - 960px);
  height: 200px;
  background-color: #e9f1f8;
  bottom: 0;
  z-index: -1;
}
.under #content .box_bnn li {
  width: 460px;
  height: 190px;
}
.under #content .box_bnn li:last-child:first-child {
  margin: 0 auto;
}
.under #content .box_bnn li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #242424;
  border-radius: 10px;
  padding: 10px 15px;
}
.under #content .box_bnn li:not(:nth-of-type(even)) {
  margin-right: auto;
}
.under #content .box_bnn .btn_ite_tt {
  font-size: 26px;
  text-align: center;
}
.under #content .box_bnn .btn_ite_tt .lg {
  font-size: 36px;
  display: block;
}
.under #content .box_bnn .btn_ite_tt .sm {
  font-size: 22px;
  display: block;
}
.under #content .box_bnn .btn_ite_tt.bnn_ite_sm {
  font-size: 20px;
}
.under #content .box_bnn .btn_ite_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 50px;
  border-radius: 999px;
  font-size: 15px;
}
.under #content .bnn_ite_01 a {
  background: url('../images/bnn_bg01.jpg') no-repeat center /cover;
  border: 3px solid var(--blue-cl);
}
.under #content .bnn_ite_01 .btn_ite_tt {
  margin-bottom: 12px;
  margin-top: 2px;
}
.under #content .bnn_ite_01 .btn_ite_tt > span {
  display: inline-block;
  position: relative;
  line-height: 1.6;
}
.under #content .bnn_ite_01 .btn_ite_tt > span::before, .under #content .bnn_ite_01 .btn_ite_tt > span::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 50px;
  top: -6px;
}
.under #content .bnn_ite_01 .btn_ite_tt > span::before {
  background: url('../images/btn_ite_tt_ic.png') no-repeat center left /50px;
  left: -20px;
}
.under #content .bnn_ite_01 .btn_ite_tt > span::after {
  background: url('../images/btn_ite_tt_ic.png') no-repeat center right /50px;
  right: -20px;
}
.under #content .bnn_ite_01 .btn_ite_btn {
  background: url('../images/ic-right.png') no-repeat center right 20px /6px var(--blue-cl);
  color: #FFF;
}
.under #content .bnn_ite_02 a {
  background: url('../images/bnn_bg02.jpg') no-repeat center /cover;
}
.under #content .bnn_ite_02 {
  font-size: 36px;
}
.under #content .bnn_ite_02 .btn_ite_tt {
  color: #FFF;
  line-height: 1.25;
  margin-bottom: 12px;
}
.under #content .bnn_ite_02 .btn_ite_btn {
  background: url('../images/ic-right-orange.png') no-repeat center right 20px /6px #FFF;
  color: var(--orange-cl);
}
.under #content .box_bnn .btn_ite_tt.bnn_ite_sm > span::before, .under #content .box_bnn .btn_ite_tt.bnn_ite_sm > span::after {
  top: -10px;
}
.under #content .box_2col {
  display: flex;
  flex-wrap: wrap;
}
.under #content .box_2col li {
  width: 48%;
  max-width: 460px;
}
.under #content .box_2col li:not(:nth-of-type(even)) {
  margin-right: auto;
}
.under #content .box_2col li:not(:nth-of-type(-n + 2)) {
  margin-top: 40px;
}
.under #content .box_image_2col:not(:last-child) {
  margin-bottom: 40px;
}
.under #content .box_image_2col {
  display: flex;
  justify-content: center;
}
.under #content .box_image_2col > * {
  width: 48%;
  max-width: 440px;
}
.under #content .box_image_2col > *:not(:last-child) {
  margin-right: 2%;
}
/*table*/
.under table {
  margin-bottom: 30px;
  border: #b5b5b6 1px solid;
}
.under table.mb05 {
  margin-bottom: 5px;
}
.under table th, .under table td {
  padding: 19px 28px;
  border-color: #b5b5b6;
}
.under table td {
  background-color: #FFF;
}
.under table th {
  background: #f9f8f3;
  text-align: left;
}
.under table tr {
  border-bottom: #b5b5b6 1px solid;
}
.under table.td_top td {
  vertical-align: top;
}
.under table.td_center td {
  text-align: center;
}
.under table.th_center th {
  text-align: center;
}
.under table iframe {
  width: 100%;
}
/*txt_note*/
.under #content .txt_note {
  display: none;
  font-size: 11px;
  color: #A3A3A3;
  margin-bottom: 5px;
}
.under #content .txt_bold {
  font-weight: 700;
}
.under .txt_right {
  text-align: right;
}
.under .txt_spec {
  color: #0A5EB7;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* LIST STYLE                                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .list01 {
  margin-bottom: 20px;
  position: relative;
}
#concept #content .list01 li {
  display: flex;
}
#concept #content .list01 li span:first-child {
  flex-shrink: 0;
}
.under #content .list01 li {
  display: flex;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  line-height: 1.6em;
  font-size: 15px;
}
.under #content .list01 li:not(:last-child) {
  margin-bottom: 10px;
}
.under #content .list01 li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--blue-cl);
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.under #content .list01:last-child {
  margin-bottom: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                               FRAME                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .frame01 {
  padding: 35px 45px 40px;
  width: 100%;
  background: #e9f1f8;
  margin-bottom: 25px;
}
.under #content .frame01:last-child {
  margin-bottom: 0;
}
.under #content .title_frame01 {
  color: #FF6600;
  font-size: 19px;
  line-height: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: #ccc 1px dotted;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                               common                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .box_bnn {}
.under #content .under_btn01, .under #content .anchor_link li {
  width: 300px;
}
.under #content .under_btn01.center {
  margin-left: auto;
  margin-right: auto;
}
.under #content .under_btn01.mr_left {
  margin-left: 0;
}
.under #content .under_btn01 a, .under #content .anchor_link li a {
  color: #242424;
  background: #fff;
  border: 3px solid #242424;
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  position: relative;
  padding: 0 20px;
  line-height: 1.4em;
  text-decoration: none !important;
}
.under #content .under_btn01 a:before, .under #content .anchor_link li a:before {
  position: absolute;
  content: '';
  background: url("../images/under_arrow01.svg") no-repeat center /cover;
  right: 25px;
  top: calc(50% - 5px);
  width: 6px;
  height: 11px;
  transition: 0.3s all;
}
.under #content .anchor_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.under .under_map {
  line-height: 0;
}
.under .tb_scroll {
  margin-bottom: 20px;
}
.under .tb_scroll:last-child {
  margin-bottom: 0;
}
.under #content .box_streng {
  padding: 43px 0 114px;
}
.under #content .streng_list {
  padding: 30px 0;
  padding-left: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                                 ovn                                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .tb_news dl {
  display: flex;
  flex-direction: column;
  padding: 0px 0;
  height: 100%;
  border: 1px #ddd solid;
  border-radius: 10px;
  overflow: hidden;
}
.under #content .tb_news {
  display: flex;
  flex-wrap: wrap;
}
.under #content .tb_news > a {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 20px);
  text-decoration: none;
  color: var(--black);
  margin-right: 20px;
  background: var(--white);
  border-radius: 10px;
}
.under #content .tb_news > a:nth-child(n + 4) {
  margin-top: 20px;
}
.under #content .tb_news > a:nth-child(3n) {
  margin-right: 0px;
}
.under #content .tb_news dl dt {
  width: 100%;
  height: 180px;
  background: #e7e7e7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.under #content .tb_news dl dt img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}
.under #content .tb_news dl dd {
  position: relative;
  flex-grow: 1;
}
.under #content .tb_news dl dd .date {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.under #content .info_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 10px;
}
.under #content .tb_tt {
  padding: 0 10px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  margin: 0 0 15px;
  word-break: break-all;
}
.under #content .cate_name {
  padding-top: 2px;
  font-size: 13px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  min-width: 100px;
  text-align: center;
  border-radius: 99px;
  line-height: 1.8em;
}
.under #content .cate_name.cate02 {
  background: var(--yellow);
}
.under #content .cate_name.cate03 {
  background: var(--red);
}
.under .img_center {
  text-align: center;
}
.under .img_center img {
  max-height: 450px;
}
.under .info_content {
  margin-bottom: 30px;
}
.under .info_list01 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.under .info_list01 li {
  width: calc(50% - 50px);
}
.under .info_list01 li .title {
  padding: 10px 20px;
  font-size: 18px;
  background: var(--blue-cl);
  border-radius: 8px;
  margin-bottom: 5px;
  display: block;
  color: var(--white);
  text-align: center;
}
.under .info_list01 li .img {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.under .info_list01 li .img img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.under .info_list01 li.after {
  position: relative;
  z-index: 1;
  margin-left: 100px;
}
.under .info_list01 li.after:after {
  position: absolute;
  top: 45%;
  left: -68px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent var(--red);
}
.under #main .post-button {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.under #main .post-button li {
  width: 240px;
}
.under #main .post-button a {
  background: var(--red);
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  border-radius: 999px;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  text-decoration: none;
}
.under #main .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto
}
.under #main .pagination li {
  margin: 0 10px
}
.under #main .pagination li a,.under #main .pagination li span {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  display: flex;
  color: #000;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  font-size: 20px;
}
.under #main .pagination li:hover a, .under #main .pagination li.active a, .under #main .pagination li.active span {
  background: #000;
  color: #fff;
  border-color: #000
}
.under #main .pagination li.disabled {
  display: none
}
.under .info_doctor {
  background: #E4F3FC;
  border-radius: 10px;
  padding: 40px;
}
.under .info_doctor dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.under .info_doctor dt span {
  font-size: 22px;
  color: var(--blue);
  display: block;
  line-height: 1.6em;
}
.under .info_doctor dd {
  display: flex;
  background: var(--white);
  border-radius: 10px;
  padding: 20px;
}
.under #content .info_doctor dd .img {
  width: 30%;
  margin-right: 5%;
  flex-shrink: 0;
  margin-bottom: 0;
}

.under .list_2col > li {
    width: 45%;
}

.under .list_2col > li .list_2col > li{
    width: 48%;
}

.under .list_img li:nth-child(n+3) {
    margin-top: 100px;
}
.under h4.mar_top {
    margin-top: 40px;
}

@media screen\0 {
  .under table th, .under table td {}
}