@charset "utf-8";
/*----------------------------------------------
	ロゴ
---------------------------------------------*/
/*  .c_logo
------------------------------------- */
.c_logo.is_header {
  max-width: 350px;
  width: 100%;
}
.c_logo.is_header a {
  display: flex;
}
.c_logo.is_footer {
  max-width: 300px;
  width: 100%;
}

/*----------------------------------------------
	メニュー
---------------------------------------------*/
/*  .c_menu
------------------------------------- */
.c_menu {
  display: flex;
  flex-direction: column-reverse;
  justify-items: end;
  align-items: flex-end;
  grid-row-gap: 10px;
  margin-top: 10px;
}
.c_menu a {
  display: inline-block;
  height: 100%;
  color: var(--color_black);
  transition: 0.2s;
}
.c_menu a:hover {
  color: var(--color_green);
}

/* is_main_menu */
.c_menu .is_main_menu {
  display: grid;
  grid-auto-flow: column;
  align-items: baseline;
  column-gap: 25px;
  color: var(--color_black);
  font-size: 12px;
  font-family: var(--font_serif);
  font-weight: 900;
}
.c_menu .is_main_menu li {
  position: relative;
  height: 100%;
  padding-bottom: 10px;
}

/* is_sub_menu */
.c_menu .is_sub_menu {
  display: flex;
  align-items: center;
  column-gap: 30px;
  font-size: 10px;
}
.c_menu .is_sub_menu img {
  width: 25px;
}
.c_menu .is_icon_link,
.c_menu .is_icon_en {
  position: relative;
  padding-left: 20px;
}
.c_menu .is_icon_link:hover a,
.c_menu .is_icon_en:hover a {
  color: var(--color_green);
}
.c_menu .is_icon_link::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  left: 0;
  background-image: url("../images/icon_link.png");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.2s;
}
.c_menu .is_icon_link:hover::before {
  background-image: url("../images/icon_link2.png");
}
.c_menu .is_icon_en::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  left: 0;
  background-image: url("../images/icon_en.png");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.2s;
}
.c_menu .is_icon_en:hover::before {
  background-image: url("../images/icon_en2.png");
}

/* is_menu_children */
.c_menu .is_main_menu li .is_menu_children {
  overflow: hidden;
  max-height: 0;
  padding: 0 30px 0 30px;
  transition: .2s;
}
.c_menu .is_main_menu li:hover .is_menu_children {
  max-height: 530px;
  padding: 20px;
}
.is_menu_children {
  position: absolute;
  left: -30px;
  top: 15px;
  width: 270px;
  margin-top: 10px;
  padding: 0px;
  border-radius: 5px;
  background: var(--color_green2);
  box-shadow: 0px 3px 5px hsla(0, 0%, 20%, 0.16);
}
.is_menu_children li {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dotted var(--color_green);
}
.is_menu_children li a {
  display: block;
  padding-bottom: 0;
  font-size: 12px;
}

/*  .c_ham
------------------------------------- */
.c_ham {
  display: none;
}


/*----------------------------------------------
	見出し
---------------------------------------------*/
/*  .c_ttl_type01
------------------------------------- */
.c_ttl_type01,
.is-style-c_ttl_type01 {
  margin: 40px 0 50px 0;
  color: var(--color_white);
  font-family: var(--font_serif);
  font-size: 32px;
  letter-spacing: .1em;
}
.c_ttl_type01 span {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
}

/*  .c_ttl_type02
------------------------------------- */
.c_ttl_type02,
.is-style-c_ttl_type02 {
  padding: 7px 7px 7px 15px;
  border-left: 10px solid #359B35;
  background: #EEF3EE;
  font-size: 24px;
  font-family: var(--font_serif);
  letter-spacing: 0.1em;
}

.c_ttl_type02 span,
.is-style-c_ttl_type02 span {
  font-size: 14px;
  letter-spacing: 0;
}

.c_ttl_type02.is_about,
.c_ttl_type02.is_meeting,
.c_ttl_type02.is_medical,
.c_ttl_type02.is_journals,
.c_ttl_type02.is_education,
.c_ttl_type02.is_research {
  padding: 0;
  letter-spacing: .1em;
  border-left: none;
  background: none;
}

.c_ttl_type02.is_about {
  font-size: 32px;
  line-height: 1.5;
}
.c_ttl_type02.is_meeting,
.c_ttl_type02.is_medical {
  font-size: 40px;
  line-height: .8;
  
}
.c_ttl_type02.is_journals {
  font-size: 46px;
  text-align: center;
  line-height: .8;
}
.c_ttl_type02.is_education,
.c_ttl_type02.is_research {
  font-size: 40px;
  line-height: .8;
}

/*  .c_ttl_type03
------------------------------------- */
.c_ttl_type03,
.is-style-c_ttl_type03 {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: var(--font_serif);
  letter-spacing: 0.1em;
}
.c_ttl_type03::before,
.c_ttl_type03::after,
.is-style-c_ttl_type03::before,
.is-style-c_ttl_type03::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
}
.c_ttl_type03::before,
.is-style-c_ttl_type03::before {
  width: 50px;
  left: 0;
  background: var(--color_black);
}
.c_ttl_type03::after,
.is-style-c_ttl_type03::after {
  width: 150px;
  left: 50px;
  background: #359B35;
}

/*  .c_ttl_type04
------------------------------------- */
.c_ttl_type04,
.is-style-c_ttl_type04 {
  font-size: 16px;
  color: var(--color_green);
  font-family: var(--font_serif);
  letter-spacing: 0.1em;
}


/*----------------------------------------------
	ボタン
---------------------------------------------*/
/*  .c_btn
------------------------------------- */
.c_btn a {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-family: var(--font_serif);
  font-weight: bold;
}

/* myページ */
.c_btn.is_mypage a {
  position: relative;
  padding: 5px 33px 5px 47px;
  background: #2F7F5A;
  color: var(--color_white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  transition: 0.2s;
  font-weight: normal;
}
.c_btn.is_mypage a::before {
  content: "";
  position: absolute;
  top: 54%;
  translate: 0 -50%;
  width: 14px;
  height: 14px;
  left: 27px;
  background-image: url(../images/icon_mypage.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.2s;
}
.c_btn.is_mypage a:hover {
  background: #1e5e40;
}

/* お問い合わせ先 */
.c_btn.is_contact a {
  width: 100%;
  padding: 7px 37px;
  background: var(--color_black);
  color: var(--color_white);
  font-size: 12px;
  transition: 0.2s;
}
.c_btn.is_contact a:hover {
  background: var(--color_green);
}

/*  .c_btn_type01
------------------------------------- */
#top .c_btn_type01,
.c_btn_type01 a,
.is-style-c_btn_type01 a {
  position: relative;
  margin-right: 50px;
  padding: 10px 60px 10px 0;
  display: inline-block;
  color: var(--color_white);
  font-family: var(--font_serif);
  transition: .2s;
  font-weight: bold;
}

#top .c_btn_type01::after,
.c_btn_type01 a::after,
.is-style-c_btn_type01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 2px solid var(--color_white);
  border-radius: 50%;
  transition: .2s;
}
#top .c_btn_type01::before,
.c_btn_type01 a::before,
.is-style-c_btn_type01 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 52px;
  height: 15px;
  background-image: url("../images/icon_btn_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: .2s;
}

#top .c_btn_type01:hover,
.c_btn_type01 a:hover,
.is-style-c_btn_type01 a:hover {
  color: var(--color_white);
  opacity: .7;
}
#top .c_btn_type01:hover::before,
.c_btn_type01 a:hover::before,
.is-style-c_btn_type01 a:hover::before {
  right: -40px;
}

/*  .c_btn_type02
------------------------------------- */
#top .c_btn_type02,
.c_btn_type02 a,
.is-style-c_btn_type02 a {
  position: relative;
  display: inline-block;
  min-width: 200px;
  width: 100%;
  padding: 15px 80px 15px 30px;
  border: 2px solid var(--color_white);
  border-radius: 5px;
  font-size: 14px;
  color: var(--color_white);
  font-family: var(--font_serif);
  transition: .2s;
  font-weight: bold;
}
#top .c_btn_type02::after,
.c_btn_type02 a::after,
.is-style-c_btn_type02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-image: url("../images/icon_btn_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
#top .c_btn_type02:hover,
.c_btn_type02 a:hover,
.is-style-c_btn_type02 a:hover {
  background: var(--color_white);
  color: var(--color_green);
}
#top .c_btn_type02:hover::after,
.c_btn_type02 a:hover::after,
.is-style-c_btn_type02 a:hover::after {
  background-image: url("../images/icon_btn_arrow2.png");
}

#top .c_btn_type02.is_w550,
.c_btn_type02.is_w550 a,
.is-style-c_btn_type02.is_w550 a {
  width: 480px;
}
#top .c_btn_type02.is_w330,
.c_btn_type02.is_w330 a,
.is-style-c_btn_type02.is_w330 a {
  min-width: 330px;
}
#top .c_btn_type02.is_w200,
.c_btn_type02.is_w200 a,
.is-style-c_btn_type02.is_w200 a {
  min-width: 200px;
}
#top .c_btn_type02.is_w280,
.c_btn_type02.is_w280 a,
.is-style-c_btn_type02.is_w280 a {
  min-width: 280px;
}

/*  .c_btn_type03
------------------------------------- */
.c_btn_type03 {
  position: relative;
  display: block;
  padding: 25px 55px 25px 15px;
  border-top: 1px solid var(--color_white);
  font-size: 12px;
  color: var(--color_white);
  transition: .2s;
  font-family: var(--font_serif);
  font-weight: bold;
}
.l_education_area > div p:last-child .c_btn_type03 {
  border-bottom: 1px solid var(--color_white);
}
.c_btn_type03::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 15px;
  background-image: url("../images/icon_btn_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
}
.c_btn_type03:hover {
  background: hsla(0,0%,100%,0.15);
  color: var(--color_white);
}

/* inner */
.inner .c_btn_type01 a,
.block-editor-iframe__html .is-style-c_btn_type01 a,
.inner .c_btn_type02 a,
.block-editor-iframe__html .is-style-c_btn_type02 a,
.inner .c_btn_type03 {
  color: var(--color_black);
}
.inner .c_btn_type02 a,
.block-editor-iframe__html .is-style-c_btn_type02 a {
  border: 1px solid var(--color_black);
}
.inner .c_btn_type02 a:hover,
.block-editor-iframe__html .is-style-c_btn_type02 a:hover {
  border: 1px solid var(--color_green);
  background: var(--color_green);
  color: var(--color_white);
}
.inner .c_btn_type01 a::after,
.block-editor-iframe__html .is-style-c_btn_type01 a::after {
  border: 1px solid var(--color_black);
}
.inner .c_btn_type03 {
  border-top: 1px solid var(--color_black);
  border-bottom: 2px solid var(--color_black);
  color: var(--color_black);
}
.inner .c_btn_type03:hover {
  border-top: 1px solid var(--color_green);
  border-bottom: 1px solid var(--color_green);
  color: var(--color_green);
}
.inner .c_btn_type01 a::before,
.block-editor-iframe__html .is-style-c_btn_type01 a::before,
.inner .c_btn_type02 a::after,
.block-editor-iframe__html .is-style-c_btn_type02 a::after,
.inner .c_btn_type03::after {
  background-image: url("../images/icon_btn_arrow3.png");
}
.inner .c_btn_type02 a:hover::after,
.block-editor-iframe__html .is-style-c_btn_type02 a:hover::after {
  background-image: url("../images/icon_btn_arrow.png");
}
.inner .c_btn_type03 a:hover::after {
  background-image: url("../images/icon_btn_arrow2.png");
}

.inner .c_btn_type02.is_pdf a::after,
.block-editor-iframe__html .is-style-c_btn_type02.is_pdf a::after {
  background-image: url("../images/icon_btn_pdf01.png");
  height: 30px;
}
.inner .c_btn_type02.is_word a::after,
.block-editor-iframe__html .is-style-c_btn_type02.is_word a::after {
  background-image: url("../images/icon_btn_word01.png");
  height: 30px;
}
.inner .c_btn_type02.is_pdf a:hover::after,
.block-editor-iframe__html .is-style-c_btn_type02.is_pdf a:hover::after {
  background-image: url("../images/icon_btn_pdf02.png");
}
.inner .c_btn_type02.is_word a:hover::after,
.block-editor-iframe__html .is-style-c_btn_type02.is_word a:hover::after {
  background-image: url("../images/icon_btn_word02.png");
}

/*----------------------------------------------
	テーブル
---------------------------------------------*/
/*  .c_table_type01
------------------------------------- */
.c_table_type01 table,
.is-style-c_table_type01 table,
#essdai .c_table_type01 {
  width: 100%;
}

.c_table_type01,
.is-style-c_table_type01 {
  background: var(--color_white);
}
.c_table_type01 tr,
.is-style-c_table_type01 tr {
  border-bottom: 1px solid #DBDBDB;
}
.c_table_type01 thead,
.is-style-c_table_type01 thead {
  background: #5D7C5D;
  color: var(--color_white);
  border-bottom: 1px solid #DBDBDB;
}
.c_table_type01 thead th,
.is-style-c_table_type01 thead th {
  padding: 10px;
  border-right: 1px solid #DBDBDB;
}
.c_table_type01 thead td,
.is-style-c_table_type01 thead td {
  padding: 10px;
  border-right: 1px solid #DBDBDB;
}

.c_table_type01 tfoot,
.is-style-c_table_type01 tfoot {
  background: #5D7C5D;
  color: var(--color_white);
  border-bottom: 1px solid #DBDBDB;
}
.c_table_type01 tfoot td,
.is-style-c_table_type01 tfoot td {
  padding: 10px;
  border-right: 1px solid #DBDBDB;
}

.c_table_type01 tbody th,
.c_table_type01 tbody td:nth-child(1),
.is-style-c_table_type01 tbody td:nth-child(1) {
  padding: 10px;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  background: #EEF3EE;
  color: #5D7C5D;
}
#e-learning .c_table_type01 tbody th,
#e-learning .c_table_type01 tbody td:nth-child(1),
#e-learning .is-style-c_table_type01 tbody td:nth-child(1) {
  border-bottom: 2px solid #5D7C5D;
}
.c_table_type01 tbody td,
.is-style-c_table_type01 tbody td {
  border-top: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border: 1px solid #DBDBDB;
  padding: 10px;
}

/*history*/
.is_history table td:nth-child(1){
  width: 10%;
  text-align: center;
}
.is_history table td:nth-child(2){
  width: 30%;
}
.is_history table td:nth-child(3){
  width: 30%;
}

/*admission*/
.is_admission table td:nth-child(1){
  width: 60%;
}

/*meeting*/
.is_meeting table td:nth-child(1){
  width: 7em;
  text-align: center;
}

/*yia*/
.c_table_type01.is_yia {
  width: 100%;
}
.c_table_type01.is_yia tbody td:nth-child(1) {
  background-color: var(--color_white);
  color: var(--color_black);
  font-weight: normal;
}

/*is_e-learning*/
.is_e-learning {
  margin-bottom: 50px;
}
.is_e-learning thead th:nth-of-type(1) {
  width: 10%;
}
.is_e-learning thead th:nth-of-type(2) {
  width: 50%;
}
.is_e-learning thead th:nth-of-type(3) {
  width: 40%;
}
.is_e-learning tbody td {
  vertical-align: top;
  font-weight: bold;
}
.is_e-learning summary {
  cursor: pointer;
  font-size: 20px;
}

/*----------------------------------------------
	リスト
---------------------------------------------*/
/*  .c_list_type01
------------------------------------- */
.c_list_type01,
.is-style-c_list_type01 {
  vertical-align: top;
}

.c_list_type01 li,
.is-style-c_list_type01 li {
  list-style: none;
  position: relative;
	padding-left: .8em;
}

.c_list_type01.is_decimal li,
.is-style-c_list_type01.is_decimal {
  padding-left: 1.8em;
}

.c_list_type01 li::before,
.is-style-c_list_type01 li::before {
  color: var(--color_green);
  position: absolute;
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  top: 8px;
  left: 0;
}

.c_list_type01.is_arrow li::before,
.is-style-c_list_type01.is_arrow li::before {
  content: "";
  width: 15px;
  height: 7px;
}
.c_list_type01.is_square li::before,
.is-style-c_list_type01.is_square li::before {
  content: "";
	width: 8px;
	height: 8px;
	background: var(--color_green);
}

.c_list_type01.is_disc li::before,
.is-style-c_list_type01.is_disc li::before {
  content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--color_green);
	top: 7px;
}

.c_list_type01.is_triangle li::before,
.is-style-c_list_type01.is_triangle li::before {
  content: "";
	width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left: solid 7px var(--color_green);
	top: 4px;
}

.c_list_type01.is_diamond li::before,
.is-style-c_list_type01.is_diamond li::before {
	content: "";
  width: 5px;
  height: 5px;
  background: var(--color_green);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	top: 7px;
}

.c_list_type01.is_decimal,
.is-style-c_list_type01.is_decimal {
  counter-reset: is_decimal_counter;
}
.c_list_type01.is_decimal li::before,
.is-style-c_list_type01.is_decimal li::before {
  counter-increment: is_decimal_counter;
  content: counter(is_decimal_counter) ".";
  font-weight: bold;
  text-align: right;
  width: 16px;
  margin-right: 5px;
  color: var(--color_green);
  vertical-align: unset;
  top: 0;
}


/*----------------------------------------------
	ボックス
---------------------------------------------*/
/*  .c_box_type01
------------------------------------- */
.c_box_type01,
.is-style-c_box_type01 {
  padding: 13px;
  border: 2px solid #5D7C5D;
  background: #EEF3EE;
}

/*----------------------------------------------
  .c_para
---------------------------------------------*/
/*  .c_para_type01
------------------------------------- */
.c_para_type01 {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/*  .c_para_type02
------------------------------------- */
.c_para_type02 {
  text-indent: 1em;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}


/*----------------------------------------------
  .c_kome_type01
---------------------------------------------*/
.c_kome_type01 {
  text-indent: -1em;
  padding-left: 1em;
}


/*----------------------------------------------
.c_anchor_icon
---------------------------------------------*/
.c_anchor_icon a,
.is-style-c_anchor_icon a {
  display: inline-block;
  padding: 1px 20px 1px 0;
}
.c_anchor_icon.is_inline a,
.is-style-c_anchor_icon.is_inline a {
	display: inline;
}

.c_anchor_icon a[href^="http://"],
.c_anchor_icon a[href^="https://"],
.is-style-c_anchor_icon a[href^="http://"],
.is-style-c_anchor_icon a[href^="https://"] {
  background: url(../images/icon_external.png) no-repeat right center;
}

.c_anchor_icon a[href$=".xls"],
.c_anchor_icon a[href$=".xlsx"],
.is-style-c_anchor_icon a[href$=".xls"],
.is-style-c_anchor_icon a[href$=".xlsx"] {
  background: url(../images/icon_excel.png) no-repeat right center;
}

.c_anchor_icon a[href$=".doc"],
.c_anchor_icon a[href$=".docx"],
.is-style-c_anchor_icon a[href$=".doc"],
.is-style-c_anchor_icon a[href$=".docx"] {
  background: url(../images/icon_word.png) no-repeat right center;
}

.c_anchor_icon a[href$=".ppt"],
.c_anchor_icon a[href$=".pptx"],
.is-style-c_anchor_icon a[href$=".ppt"],
.is-style-c_anchor_icon a[href$=".pptx"] {
  background: url(../images/icon_powerpoint.png) no-repeat right center;
}

.c_anchor_icon a[href$=".pdf"],
.is-style-c_anchor_icon a[href$=".pdf"] {
  background: url(../images/icon_pdf.png) no-repeat right center;
}


/*----------------------------------------------
	c_section
---------------------------------------------*/
.c_section {
  position: relative;
  margin-bottom: 150px;
  color: var(--color_white);
}

.c_section .is_top_slide_text {
  display: flex;
}


/*----------------------------------------------
	c_top_slidebox
---------------------------------------------*/
.top_slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.c_top_slidebox {
  border: 1px solid var(--color_white);
  border-radius: 5px;
}

.c_top_slidebox a {
  display: block;
  padding: 30px;
  color: var(--color_white);
}

.c_top_slidebox h3 {
  position: relative;
  margin-bottom: 30px;
  padding-right: 10px;
  font-size: 18px;
  font-family: var(--font_serif);
}
.c_top_slidebox h3::after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-image: url(../images/icon_btn_side_white.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.c_top_slidebox dl {
  display: grid;
  grid-template-columns: 4.5em 1fr;
  grid-row-gap: 10px;
  margin-bottom: 30px;
  overflow-wrap: break-word;
  word-break: break-word;
}


/*----------------------------------------------
	c_list_link
---------------------------------------------*/
.c_list_link li {
  margin-bottom: 10px;
}
.c_list_link a {
  position: relative;
  padding-right: 10px;
  color: var(--color_white);
  transition: 0.2s;
}
.c_list_link a:hover {
  opacity: 0.7;
}
.c_list_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(../images/icon_btn_side_white.png);
  background-size: 100%;
  background-repeat: no-repeat;
}


/*----------------------------------------------
	c_table_outline01
---------------------------------------------*/
.c_table_outline01 {
  margin-bottom: 20px;
}
.c_table_outline01 th {
  width: 7.5em;
  text-align: right;
  vertical-align: top;
}
.c_table_outline01 td:nth-of-type(1) {
  width: 7.5em;
  padding-left: .5em;
  vertical-align: top;
}
/*.c_table_outline01 td:nth-of-type(2)::before {
  content: "（";
}
.c_table_outline01 td:nth-of-type(2)::after {
  content: "）";
}*/

.c_table_outline01.is_yakuin th {
  width: 5.5em;
}

.is_hyogiin {
  display: grid;
  grid-template-columns: 6em 1fr;
  row-gap: 5px;
}


/*----------------------------------------------
	トピックス
---------------------------------------------*/
.c_topics_list {
  margin-bottom: 50px;
}
.c_topics_list li {
  display: grid;
  grid-template-columns: 6em 1fr;
  margin-bottom: 10px;
}


/*----------------------------------------------
	中ページ　計算系
---------------------------------------------*/
.c_jadas_box {
  margin-bottom: 30px;
}
.c_jadas_box input {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #efefef;
}
.c_jadas_box input:focus {
  outline: none
}

#cmas table {
  margin-bottom: 30px;
  background: #efefef;
}
#cmas table th {
  width: 20%;
  padding: 20px;
}
#cmas table th img {
  width: 100%;
}
#cmas table td {
  padding: 20px 20px 0 0;
}
#cmas select.chosen1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
}
#cmas strong {
  font-size: 24px;
  color: var(--color_green);
  font-family: var(--font_serif);
  letter-spacing: 0.1em;
}
.middle_img {
  width: 120px!important;
}
#esspri form div {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  background: #efefef;
}
#esspri form div label {
  margin: 0 5px;
}
#esspri form div label:nth-of-type(11) {
  margin-right: 20px;
}

/* 計算結果ボタン */
#jadas27_calc .l_main button,
#cmas .l_main button,
#esspri input[type="button"],
#essdai .l_main button,
.c_form_btn {
  border: none;
  padding: 10px 50px;
  border-radius: 100px;
  background: var(--color_black);
  color: #FFF;
  cursor: pointer;
  transition: .2s;
}
#jadas27_calc .l_main button:hover,
#cmas .l_main button:hover,
#esspri .l_main input[type="button"]:hover
#essdai .l_main button:hover,
.c_form_btn:hover {
  background: var(--color_green);
}

/* リセットボタン */
#cmas input[type="button"],
#esspri input[type="button"].is_reset,
#essdai input[type="button"].is_reset {
  border: none;
  padding: 10px;
  border-radius: 5px;
  background: #ccc;
  color: #333;
}
#cmas input[type="button"]:hover,
#esspri input[type="button"].is_reset:hover,
#essdai input[type="button"].is_reset:hover {
  opacity: .7;
}

.c_form {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  background: #f3f3f3;
}
.wpcf7-list-item {
  margin-left: 0!important;
  margin-right: 1em!important;
}
