@charset "UTF-8";
/*
* reset
*-----------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
* サイト全般設定
*-----------------------------------------------------------*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
}

/*
* 基本設定
*-----------------------------------------------------------*/
#wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

/*
* ヘッダー
*-----------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 0;
	width: 1140px;
	height: 100px;
	display: flex;
	justify-content: space-between;
}

#header .site-logo {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 30%;
  height: 100px;
}

#header .ranking {
	display: flex;
	align-items: center;
	justify-content: right;
	margin: 0;
	padding: 0;
	width: 22%;
}

#header .ranking > a {
	display: block;
	margin: 0;
	padding: 0;
	width: 80%;
	height: 45px;
	font-size: 1rem;
	color: #000;
	text-align: center;
	line-height: 45px;
	background: #f6f4e1;
	border-radius: 4px;
}

#header .ranking > a:hover {
	background: #f0ebc0;
	transition: all 0.3s;
}

#header .ranking > a img {
	margin: -1px 5px 0 0;
	vertical-align: middle;
  }


#header .contact {
  margin: 0;
  padding: 0;
  width: 18%;
  text-align: center;
  display: flex;
  align-items: center;
}

#header .contact > a {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  height: 45px;
  font-size: 1rem;
  color: #000;
  text-align: center;
  line-height: 45px;
  background: #E6E6E6;
  border-radius: 4px;
}

#header .contact > a:hover {
  background: #C8D1DA;
}

#header .contact > a img {
  margin: -1px 5px 0 0;
  vertical-align: middle;
}

#header .head_search,
#header .head_apply {
  margin: 0;
  padding: 0;
  width: 15%;
  font-size: 1rem;
  text-align: center;
}

#header .head_search {
  margin: 0;
  padding: 20px 0 0 0;
  height: 100%;
  color: #FFF;
  cursor: pointer;
  background: #8093A0;
}

#header .head_apply {
  background: #D31328;
}

#header .head_apply a {
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
  height: 100%;
  color: #FFF;
}

#header .head_search:hover {
  background: #6F879C;
}

#header .head_apply a:hover {
  background: #ea3f2f;
}

#header .head_search .icon,
#header .head_apply .icon {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

/*
* グローバルナビゲーション
*-----------------------------------------------------------*/
#global_nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background: #000;
}

#global_nav .nav_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 1140px;
  height: 60px;
}

#global_nav .nav_menu li {
  width: calc(100% / 5);
  height: 60px;
}

#global_nav .nav_menu li > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  line-height: 60px;
}

#global_nav .nav_menu li > a img {
  vertical-align: middle;
}

#global_nav .nav_menu li > a:hover {
  background: #222;
  border-bottom: 3px solid red;
}

#global_nav .nav_menu li li {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#global_nav .nav_menu li:hover > ul > li {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background: #000;
  border-bottom: 1px solid #666;
  overflow: visible;
}

#global_nav .nav_menu .home {
  width: 100px;
}

#global_nav .nav_menu .ddown {
  background: #000 url("/common/images/common/header/navi_dropdown_arrow.png") 80% center no-repeat;
}

#global_nav .nav_menu .ddown > a:hover {
  background: url("/common/images/common/header/navi_dropdown_arrow.png") 80% 26px no-repeat;
}

#global_nav .nav_menu li + li::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  margin-top: -20px;
  height: 40px;
  border-right: 1px solid #666;
  color: #FFF;
}

#global_nav_sp {
  display: none;
}

/*
* フッター
*-----------------------------------------------------------*/
footer {
  margin: 0;
  padding: 0;
  width: 100%;
}

footer #footer_logo {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 77px;
  background: #B3B3B3;
}

footer #footer_logo .logo_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 1fr 134px;
      grid-template-columns: 1fr 134px;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
  height: 77px;
}

footer #footer_logo .logo_inner .logo_img {
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer #footer_logo .logo_inner .logo_img > img {
  max-width: 100%;
  height: auto;
}

footer #footer_logo .logo_inner .page_top {
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 77px;
  background: #D31328;
}

footer #footer_logo .logo_inner .page_top > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
  line-height: 77px;
}

footer #footer_logo .logo_inner .page_top > a:hover {
  background: #ea3f2f;
}

footer #footer_logo .logo_inner .page_top > a img {
  margin-right: 5px;
}

footer #footer_link {
  margin: 20px auto 20px auto;
  padding: 0;
  max-width: 1140px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 20% 25% 35% 20%;
      grid-template-columns: 20% 25% 35% 20%;
}

footer #footer_link .link_line01 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

footer #footer_link .link_line02 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

footer #footer_link .link_line03 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
}

footer #footer_link .link_line04 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 4;
  grid-column: 4;
}

footer #footer_link .link_cont {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
}

footer #footer_link .link_cont > ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

footer #footer_link .link_cont > ul li {
  margin: 15px 0;
  padding: 0;
  width: 100%;
}

footer #footer_link .link_cont > ul li > a {
  color: #333;
}

footer #footer_link .link_cont > ul li > a:hover {
  text-decoration: underline;
}

footer #footer_link .link_cont > ul li > a img {
  margin-right: 5px;
  width: 14px;
  height: auto;
  vertical-align: middle;
}

footer #footer_bottom {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 42px;
  background: #000;
}

footer #footer_bottom .bottom_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 55% 15% 20% 10%;
      grid-template-columns: 55% 15% 20% 10%;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
  height: 100%;
}

footer #footer_bottom .bottom_inner #copyright {
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.8rem;
  line-height: 42px;
  color: #FFF;
}

footer #footer_bottom .bottom_inner #bottom_link01 {
  -ms-grid-column: 2;
  grid-column: 2;
}

footer #footer_bottom .bottom_inner #bottom_link02 {
  -ms-grid-column: 3;
  grid-column: 3;
}

footer #footer_bottom .bottom_inner #bottom_link03 {
  -ms-grid-column: 4;
  grid-column: 4;
}

footer #footer_bottom .bottom_inner .bottom_link {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.8rem;
  line-height: 42px;
  text-align: center;
}

footer #footer_bottom .bottom_inner .bottom_link > a {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #FFF;
}

footer #footer_bottom .bottom_inner .bottom_link > a:hover {
  text-decoration: underline;
}

/* 202305追記 */
.footer_offer #footer_bottom {
	height: auto !important;
}

.footer_offer #footer_bottom .bottom_inner {
	display: block !important;
}

.footer_offer #footer_bottom #copyright {
	width: 100% !important;
	text-align: center;
}
/* 202305追記ここまで */


/*
* 別の資格を探す
*-----------------------------------------------------------*/
#other_search {
	background: #eee !important;
}

#other_search .section_inner .search_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#other_search .section_inner .search_category dl {
  margin: 0;
  padding: 0;
  max-width: 155px;
}

#other_search .section_inner .search_category dl dt {
  overflow: hidden;
}

#other_search .section_inner .search_category dl dt > a img {
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#other_search .section_inner .search_category dl dt > a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#other_search .section_inner .search_category dl dd {
  margin: 4% 0 0 0;
  padding: 0;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2rem;
}

/*
* 資格を探す（スライドダウンメニュー）
*-----------------------------------------------------------*/
#search_inside_menu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  background: #d0d6d8;
  z-index: 990;
}

#search_inside_menu .title_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 85% 1fr;
      grid-template-columns: 85% 1fr;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background: #8093A0;
}

#search_inside_menu .title_wrapper .menu_title {
  -ms-grid-column: 1;
  grid-column: 1;
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  line-height: 60px;
}

#search_inside_menu .title_wrapper .close_btn {
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 8px 20px 8px 30px;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  line-height: 44px;
  background: #000;
  cursor: pointer;
}

#search_inside_menu .title_wrapper .close_btn > img {
  margin: -3px 10px 0 0;
  vertical-align: middle;
}

#search_inside_menu .menu_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 40px;
}

#search_inside_menu .menu_list_wrapper .menu_cont {
  margin: 0 0 20px 0;
  width: calc(96% / 3);
  font-size: 0.9rem;
  background: #FFF;
}

#search_inside_menu .menu_list_wrapper .menu_cont dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background: #8093A0;
}

#search_inside_menu .menu_list_wrapper .menu_cont dt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  line-height: 50px;
}

#search_inside_menu .menu_list_wrapper .menu_cont dd {
  margin: 0;
  padding: 5px 0;
  width: 100%;
}

#search_inside_menu .menu_list_wrapper .menu_cont dd > ul li {
  margin: 0;
  padding: 0;
}

#search_inside_menu .menu_list_wrapper .menu_cont dd > ul li > a {
  display: block;
  margin: 0;
  padding: 7px 0;
  width: 100%;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  text-indent: 20px;
}

#search_inside_menu .menu_list_wrapper .menu_cont dd > ul li > a .menu_headmark {
  margin-right: 5px;
  font-size: 0.8rem;
}

#search_inside_menu .menu_list_wrapper .menu_cont dd > ul li > a:hover {
  background: #a4b4bf;
}

/*
* 【トップページ】メインビジュアル
*-----------------------------------------------------------*/
#main_visual {
  margin: 0;
  padding: 0;
  width: 100%;
}

#main_visual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*
* 【各ページ】メインビジュアル
*-----------------------------------------------------------*/
#page_visual {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -1;
}

#page_visual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* #page_visual > h1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  top: 30%;
  left: 0;
  margin: 0;
  padding: 2% 3%;
  min-width: 70%;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: normal;
  color: #D82E56;
  line-height: 3.2rem;
  background: rgba(255, 255, 255, 0.7);
} */

#page_visual .page_title {
	position: absolute;
	display: flex;
	align-items: center;
	top: 40%;
	left: 0;
	margin: 0;
	padding: 0 3%;
	min-width: 50%;
	height: 95px;
	font-size: 2.4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	font-weight: normal;
	color: #D82E56;
	text-indent: 0%;
	background: rgba(255, 255, 255, 0.7);
  }

#page_visual > h2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 40%;
  left: 0;
  margin: 0;
  padding: 0 3%;
  min-width: 50%;
  height: 95px;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: normal;
  color: #D82E56;
  text-indent: 0%;
  background: rgba(255, 255, 255, 0.7);
}

#page_visual .page_head_title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 40%;
  left: 0;
  margin: 0;
  padding: 0 3%;
  min-width: 50%;
  height: 95px;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: normal;
  color: #D82E56;
  text-indent: 0%;
  background: rgba(255, 255, 255, 0.7);
}

#page_visual .page_main_title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 40%;
  left: 0;
  margin: 0;
  padding: 0 3%;
  min-width: 50%;
  height: 95px;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: normal;
  color: #D82E56;
  text-indent: 0%;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 480px) {

	#page_visual .page_main_title {
		display: flex;
		align-items: center;
		top: 40%;
		width: 100%;
		height: 50px;
		font-size: 1.4rem;
		text-align: center;
		}
}

/* 202305追記 */
.offer_visual {
	height: 240px;
	overflow: hidden;
}

.offer_visual > img {
	object-fit: cover;
}

.offer_visual > h2 {
	top: 50% !important;
	transform: translateY(-50%);
}
/* 202305追記ここまで */


/*
* 【各ページ】共通要素
*-----------------------------------------------------------*/
#breadcrumbs {
  background: #E5E1DA;
}

#breadcrumbs .section_inner {
  padding: 30px 0 !important;
  font-size: 0.9rem;
  width: 1140px;
  margin: 0 auto;
}

#breadcrumbs .section_inner a {
/*  color: #000;*/
  color: #262166;
}

#breadcrumbs .section_inner a:hover {
  text-decoration: underline;
}

#breadcrumbs .section_inner .separator {
	margin: 0 10px;
}

@media only screen and (max-width: 480px) {

	.f_breadcrumbs {
	background: #fafafa;
	}

	.f_breadcrumbs .section_inner {
	padding: 16px 5% !important;
	font-size: 0.9rem;
	line-height: 1.4rem;
	width: 100%;
	margin: 0 auto;
	}

	.f_breadcrumbs .section_inner a {
	/*  color: #000;*/
	color: #262166;
	}

	.f_breadcrumbs .section_inner a:hover {
	text-decoration: underline;
	}

	.f_breadcrumbs .section_inner .separator {
		margin: 0 10px;
	}

}

/*
* 【トップページ】メインコンテンツ
*-----------------------------------------------------------*/
/*
* 共通要素
*----------------------------------*/
.top_section {
  margin: 0;
  padding: 50px 0;
  width: 100%;
}

.top_section .section_inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1040px;
}

.top_section h2 {
  position: relative;
  margin-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  border: none;
}

.top_section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 12px;
  height: 12px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*
* コンテンツ別
*----------------------------------*/
#section01 h2 {
  color: #D31328;
}

#section01 h2::after {
  background: #D31328;
}

#section01 p {
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

#section02 {
  background: #ECECEC;
}

#section02 .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section02 .section_inner .exam_list {
  margin: 0 40px 40px 0;
  padding: 0;
  width: 320px;
  border: 1px solid #ddd;
}

#section02 .section_inner .exam_list:nth-child(3n) {
  margin-right: 0;
}

#section02 .section_inner .exam_list dt img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#section02 .section_inner .exam_list .category_title {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  font-size: 1rem;
  text-align: center;
  line-height: 60px;
  background: #000;
}

#section02 .section_inner .exam_list .category_title > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
}

#section02 .section_inner .exam_list .category_title > a:hover {
  background: #333;
}

#section02 .section_inner .exam_list .exam_lineup {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  background: #FFF;
}

#section02 .section_inner .exam_list .exam_lineup > ul {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

#section02 .section_inner .exam_list .exam_lineup > ul li {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

#section02 .section_inner .exam_list .exam_lineup > ul li > a {
  font-size: 0.9rem;
  color: #000;
}

#section02 .section_inner .exam_list .exam_lineup > ul li > a:hover {
  text-decoration: underline;
}

#section02 .section_inner .exam_list .exam_lineup > ul li > a > img {
  margin-right: 6px;
}

#section02 .section_inner .exam_list .hs {
  min-height: 110px;
}

#section02 .section_inner .exam_list .hl {
  min-height: 270px;
}

/*
* 【カテゴリーページ】メインコンテンツ
*-----------------------------------------------------------*/
/*
* カテゴリーメニュー
*----------------------------------*/
#category_menu {
  background: #E5E1DA;
}

#category_menu .section_inner {
  padding: 0 0 1px 0 !important;
}

#category_menu .section_inner .category_area {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ded5cc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#category_menu .section_inner .category_area > h3 {
  margin: 0;
  padding: 2% 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  color: #000;
}

#category_menu .section_inner .category_area > h3::after {
  background: none;
}

#category_menu .section_inner .category_area > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
}

#category_menu .section_inner .category_area > ul li {
  display: inline-block;
  margin: 1px 1px 0 0;
  padding: 0;
  width: calc(1136px / 5);
  height: 50px;
  font-size: 0.8rem;
  text-align: center;
  line-height: 54px;
  background: #FFF url("/common/images/category/category_linkhead.png") 92% center no-repeat;
}

#category_menu .section_inner .category_area > ul li:last-child, #category_menu .section_inner .category_area > ul li:nth-child(5n) {
  margin-right: 0;
}

#category_menu .section_inner .category_area > ul li > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
}

#category_menu .section_inner .category_area > ul li > a:hover {
  background: #f4f0eb url("/common/images/category/category_linkhead.png") 92% center no-repeat;
}

/*
* 資格一覧
*----------------------------------*/
#exam_list .section_inner {
  background: #F0F0F0;
}

#exam_list .section_inner > ul {
  margin: 0;
  padding: 0 6%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#exam_list .section_inner > ul li {
  margin: 0 2% 2% 0;
  padding: 0;
  width: 320px;
  border: 1px solid #CCC;
}

#exam_list .section_inner > ul li:nth-child(3n) {
  margin-right: 0;
}

#exam_list .section_inner > ul li dl {
  margin: 0;
  padding: 0;
  width: 100%;
}

#exam_list .section_inner > ul li dl dt > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#exam_list .section_inner > ul li dl .exam_title {
  margin: 0;
  padding: 5% 0;
  width: 100%;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  background: #000;
}

#exam_list .section_inner > ul li dl .exam_summary {
  margin: 0;
  padding: 5%;
  width: 100%;
  min-height: 260px;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.3rem;
  background: #FFF;
}

#exam_list .section_inner > ul li dl .detail_link {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  background: #404040;
}

#exam_list .section_inner > ul li dl .detail_link > a {
  display: block;
  margin: 0;
  padding: 5% 0;
  width: 100%;
  height: 100%;
  font-size: 0.85rem;
  color: #FFF;
  line-height: 1.2rem;
  background: #404040 url("/common/images/common/header/icon_apply_arrow.png") 95% center no-repeat;
}

#exam_list .section_inner > ul li dl .detail_link > a:hover {
  background: #000 url("/common/images/common/header/icon_apply_arrow.png") 95% center no-repeat;
}

/*
* 【資格ページ】メインコンテンツ
*-----------------------------------------------------------*/
/*
* 共通要素
*----------------------------------*/
#contents {
  margin: 0;
  padding: 0;
  width: 100%;
}

#contents .section {
  margin: 0;
  padding: 0;
  width: 100%;
}

#contents .section .section_inner {
  margin: 0 auto;
  padding: 70px 0;
  width: 1140px;
}

#contents .section .section_inner .pat01,
#contents .section .section_inner .pat02,
#contents .section .section_inner .pat03 {
  position: relative;
  margin-bottom: 60px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  border: none;
}

#contents .section .section_inner .pat01::after,
#contents .section .section_inner .pat02::after,
#contents .section .section_inner .pat03::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#contents .section .section_inner .pat01 {
  color: #A00017;
}

#contents .section .section_inner .pat01::after {
  width: 70px;
  height: 3px;
  background-color: #A00017;
}

#contents .section .section_inner .pat02 {
  color: #000;
}

#contents .section .section_inner .pat02::after {
  width: 100%;
  height: 2px;
  background-color: #CCCCCC;
}

#contents .section .section_inner .pat03 {
  color: #2F84ED;
}

#contents .section .section_inner .pat03::after {
  width: 100%;
  height: 2px;
  background-color: #83B6DD;
}

#contents .section .section_inner h3 {
  position: relative;
  margin: 0 0 5% 0;
  padding: 0 0 3% 0;
  font-size: 1.3rem;
  text-indent: 3%;
  border-bottom: solid 3px #CCC;
}

#contents .section .section_inner h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #C64F66;
  bottom: -3px;
  width: 20%;
}

#contents .section_gr {
  background: #f4f4f4;
}

/*
* 次回の試験日程
*----------------------------------*/
#next_exam .section_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 18% 1fr 23%;
      grid-template-columns: 18% 1fr 23%;
  padding: 40px 0 !important;
}

#next_exam .section_inner .next_exam_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background: #51504E;
}

#next_exam .section_inner .next_exam_date {
  margin: 0;
  padding: 0 5%;
  width: 100%;
}

#next_exam .section_inner .next_exam_date dt {
  margin: 0 0 13px 0;
  padding: 3px 0 0 0;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
}

#next_exam .section_inner .next_exam_date dd {
  float: left;
}

#next_exam .section_inner .next_exam_date .apply_date {
  margin-right: 20px;
}

#next_exam .section_inner .next_exam_date .other_date > a {
  color: #D31328;
}

#next_exam .section_inner .next_exam_date .other_date > a:hover {
  text-decoration: underline;
}

#next_exam .section_inner .apply_exam {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
}

#next_exam .section_inner .apply_exam > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 70px;
  background: #D31328;
  border-radius: 5px;
}

#next_exam .section_inner .apply_exam > a:hover {
  background: #ea3f2f;
}

#next_exam .section_inner .apply_exam > a .icon_apply {
  margin-right: 10px;
  vertical-align: middle;
}

#next_exam .section_inner .apply_exam > a .icon_apply_arrow {
  margin-left: 10px;
  vertical-align: middle;
}

/*
* ページメニュー
*----------------------------------*/
#page_menu {
  background: #E5E1DA;
}

#page_menu .section_inner {
  padding: 0 0 1px 0 !important;
}

#page_menu .section_inner > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
}

#page_menu .section_inner > ul li {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0;
  width: calc(1136px / 5);
  height: 56px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 46px;
  background: #FFF url("/common/images/exam/common/page_menu_arrow.png") center 80% no-repeat;
}

#page_menu .section_inner > ul li:last-child {
  margin-right: 0;
}

#page_menu .section_inner > ul li > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
}

#page_menu .section_inner > ul li > a:hover {
  background: #f4f0eb url("/common/images/exam/common/page_menu_arrow.png") center 80% no-repeat;
}

#page_menu .section_inner .mn_3 li {
  width: calc(1136px / 3);
}

#page_menu .section_inner .mn_4 li {
  width: calc(1136px / 4);
}

/*
* 資格試験概要
*----------------------------------*/
#examination_summary .summary_wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 62% 1fr;
      grid-template-columns: 62% 1fr;
}

#examination_summary .summary_wrap .summary_txt {
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  padding: 0 3% 0 0;
  width: 100%;
}

#examination_summary .summary_wrap .summary_txt > p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

#examination_summary .summary_wrap .summary_txt .notice {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 0.9rem;
  color: #D31328;
  line-height: 1.6rem;
}

#examination_summary .summary_wrap .summary_img {
  margin: 0;
  padding: 0;
  width: 100%;
}

#examination_summary .summary_wrap .summary_img > img {
  width: 100%;
  height: auto;
}

/*
* 資格試験詳細
*----------------------------------*/
#examination_detail .exam_condition_tbl, #examination_detail .si_s .summary .exam_condition, #examination_detail .si_w .summary .exam_condition {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  background: #F9F6F2;
  border: 1px solid #DDD;
}

#examination_detail .exam_condition_tbl tr:nth-child(even), #examination_detail .si_s .summary .exam_condition tr:nth-child(even), #examination_detail .si_w .summary .exam_condition tr:nth-child(even) {
  background: #F2EFE9;
}

#examination_detail .exam_condition_tbl th, #examination_detail .si_s .summary .exam_condition th, #examination_detail .si_w .summary .exam_condition th {
  margin: 0;
  padding: 3% 5%;
  width: 30%;
  font-size: 0.9rem;
  color: #FFF;
  font-weight: normal;
  text-align: left;
  background: #8C8988;
  border-bottom: 1px solid #DDDDDD;
}

#examination_detail .exam_condition_tbl td, #examination_detail .si_s .summary .exam_condition td, #examination_detail .si_w .summary .exam_condition td {
  margin: 0;
  padding: 3% 5%;
  width: 70%;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
}

#examination_detail .si_s {
  padding-top: 0 !important;
  padding-right: 5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: (50%)[2];
      grid-template-columns: repeat(2, 50%);
}

#examination_detail .si_w {
  padding-top: 0 !important;
  width: 100%;
}

#examination_detail .si_w .summary {
  padding-right: 0;
}

#examination_detail .si_w .summary .exam_condition {
  width: 50%;
}

#examination_detail .section_inner .summary {
  margin: 0;
  padding: 0 3%;
}

#examination_detail .section_inner .summary:first-child {
  padding-left: 0;
}

#examination_detail .section_inner .summary:last-child {
  padding-right: 0;
}

#examination_detail .section_inner .summary .summary_lead {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 80px;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

#examination_detail .section_inner .exam_detail {
  margin: 0;
  padding: 0 0 0 5%;
}

#examination_detail .section_inner .exam_detail .detail_cont {
  margin: 0;
  padding: 3% 5%;
  border: 1px solid #CCC;
}

#examination_detail .section_inner .exam_detail .detail_cont li {
  margin: 0;
  padding: 2% 0;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.6rem;
  border-bottom: 1px dotted #CCC;
}

#examination_detail .section_inner .exam_detail .detail_cont li:last-child {
  border-bottom: none;
}

#examination_detail .section_inner .exam_detail > p {
  margin-bottom: 5%;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

/*
* 講座解説
*----------------------------------*/
#kouza_description .section_inner {
  padding-top: 0 !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: (50%)[2];
      grid-template-columns: repeat(2, 50%);
}

#kouza_description .section_inner .desc_left {
  -ms-grid-column: 1;
  grid-column: 1;
  margin-right: 2%;
}

#kouza_description .section_inner .desc_right {
  -ms-grid-column: 2;
  grid-column: 2;
  margin-left: 2%;
}

#kouza_description .section_inner .description_txt {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

/*
* 試験日程
*----------------------------------*/
#examination_date .section_inner .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#examination_date .section_inner .date_wrap .date_cont {
  margin: 0 0 2% 0;
  padding: 0;
  width: 49%;
  background: #FFF;
  border: 1px solid #CCC;
}

#examination_date .section_inner .date_wrap .date_cont .date_title {
  margin: 0;
  padding: 4% 5%;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #A00017;
  background: #F2EFE9;
}

#examination_date .section_inner .date_wrap .date_cont .exam_end {
  background: #F2EFE9 url("/common/images/exam/common/exam_end_mark.gif") 95% center no-repeat;
}

#examination_date .section_inner .date_wrap .date_cont .exam_term {
  margin: 0 auto;
  padding: 5% 0;
  width: 90%;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 2px solid #b3b3b3;
}

#examination_date .section_inner .date_wrap .date_cont .exam_term .term_title {
  margin: 0 5% 0 0;
  padding: 1% 3%;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  background: #51504E;
}

#examination_date .section_inner .date_wrap .date_cont .date_detail {
  margin: 0 auto 2% auto;
  padding: 0 5%;
  width: 90%;
  border-collapse: collapse;
}

#examination_date .section_inner .date_wrap .date_cont .date_detail tr {
  border-bottom: 1px solid #b3b3b3;
}

#examination_date .section_inner .date_wrap .date_cont .date_detail tr:last-child {
  border-bottom: none;
}

#examination_date .section_inner .date_wrap .date_cont .date_detail th {
  margin: 0;
  padding: 2% 0;
  width: 30%;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.6rem;
}

#examination_date .section_inner .date_wrap .date_cont .date_detail td {
  margin: 0;
  padding: 2% 0;
  width: 70%;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.6rem;
  vertical-align: middle;
}

/* 202402追記 */
.other_exam_date_title {
	margin: 0 auto 20px auto;
	padding: 20px;
	color: #242323;
	font-size: 1.2rem;
	font-weight: bold;
	background: #e6e2db;
	list-style: none;
	cursor: pointer;
}

.other_exam_date_title::-webkit-details-marker {
	display: none;
}

.other_exam_date_title::before {
	font-family: "Font Awesome 5 Free";
	content: '\f067';
	margin-right: 20px;
}

.other_exam_date[open] .other_exam_date_title::before {
	content: '\f068';
}

@media screen and (max-width: 480px) {

	.other_exam_date_title {
		margin-top: 20px;
	}
}
/* // 202402追記 */

/*
* 受験申し込みエリア
*----------------------------------*/
#exam_apply .txt_area {
  position: relative;
  margin: 0;
  padding: 2% 0;
  width: 100%;
  background: #F2EFE9;
}

#exam_apply .txt_area::before {
  content: "";
  position: absolute;
  margin-left: -60px;
  top: 100%;
  left: 50%;
  border: 60px solid transparent;
  border-top: 25px solid #F2EFE9;
}

#exam_apply .txt_area .apply_txt {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #A00017;
  text-align: center;
}

#exam_apply .txt_area .apply_sub_txt {
  margin: 1% 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}

#exam_apply .apply_btn {
  margin: 0 0 70px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

#exam_apply .apply_btn > a {
  display: block;
  margin: 40px auto 0 auto;
  padding: 0;
  width: 35%;
  height: 72px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 72px;
  background: #D31328 url("/common/images/common/header/icon_apply_arrow.png") 90% center no-repeat;
  border-radius: 5px;
}

#exam_apply .apply_btn > a:hover {
  background: #ea3f2f url("/common/images/common/header/icon_apply_arrow.png") 90% center no-repeat;
}

#exam_apply .apply_btn > a img {
  margin-right: 10px;
  vertical-align: middle;
}

/*
* 【その他ページ】共通要素
*----------------------------------*/
.other_section {
  margin: 0;
  padding: 60px 0;
  width: 100%;
}

.other_section .section_inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1040px;
}

.other_section .section_inner .title01,
.other_section .section_inner .title02 {
  position: relative;
  margin-bottom: 60px;
  font-size: 1.9rem;
  font-weight: normal;
  font-family: "yumincho";
  line-height: 1.5;
  text-align: center !important;
  border: none;
}

.other_section .section_inner .title01::after,
.other_section .section_inner .title02::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.other_section .section_inner .title01 {
  color: #A00017;
}

.other_section .section_inner .title01::after {
  width: 70px;
  height: 3px;
  background-color: #A00017;
}

.other_section .section_inner .title02 {
  color: #000;
}

.other_section .section_inner .title02::after {
  width: 70px;
  height: 2px;
  background-color: #CCCCCC;
}

.other_section .section_inner > p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7rem;
}

.other_section .section_inner .tac {
  text-align: center;
}

.other_section .sec_split {
  margin: 0 auto;
  padding-top: 0 !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: (50%)[2];
      grid-template-columns: repeat(2, 50%);
}

.other_section .sec_split .h3_set, .other_section .sec_split .sec_left > h3, .other_section .sec_split .sec_right > h3 {
  position: relative;
  margin: 0 0 5% 0;
  padding: 0 0 3% 0;
  font-size: 1.3rem;
  text-indent: 3%;
  border-bottom: solid 3px #CCC;
}

.other_section .sec_split .h3_set::after, .other_section .sec_split .sec_left > h3::after, .other_section .sec_split .sec_right > h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #C64F66;
  bottom: -3px;
  width: 20%;
}

.other_section .sec_split .text_set, .other_section .sec_split .sec_left > p, .other_section .sec_split .sec_right > p {
  margin: 0 auto;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.other_section .sec_split .sec_left {
  -ms-grid-column: 1;
  grid-column: 1;
  padding: 0 3% 0 0;
}

.other_section .sec_split .sec_right {
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 0 0 0 3%;
}

.other_section .sec_split .sec_left .license_img {
  padding-top: 30px;
  text-align: center;
}

/*
* 協会について
*----------------------------------*/
.other_section .section_inner .syozai {
  margin: 0 auto;
  padding: 0;
  width: 70%;
  border-collapse: collapse;
  background: #F9F6F2;
  border: 1px solid #DDD;
}

.other_section .section_inner .syozai tr:nth-child(even) {
  background: #F2EFE9;
}

.other_section .section_inner .syozai th {
  margin: 0;
  padding: 2% 5%;
  width: 30%;
  font-size: 0.9rem;
  color: #FFF;
  font-weight: normal;
  text-align: left;
  background: #8C8988;
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .syozai td {
  margin: 0;
  padding: 2% 3%;
  width: 70%;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  line-height: 1.6rem;
  border-bottom: 1px solid #DDDDDD;
}

/*
* 受験概要
*----------------------------------*/
.other_section .section_inner .link_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: (50%)[2];
      grid-template-columns: repeat(2, 50%);
  margin: 40px 0 0 0;
  padding: 0;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap, .other_section .section_inner .link_list .list_left .list_wrap, .other_section .section_inner .link_list .list_right .list_wrap {
  margin: 0 auto 20px auto;
  padding: 0;
  width: 96%;
  background: #FCF9F7;
  border: 1px solid #f0f0f0;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_title, .other_section .section_inner .link_list .list_left .list_wrap .list_title, .other_section .section_inner .link_list .list_right .list_wrap .list_title {
  margin: 0;
  padding: 2.5% 0 2% 4%;
  font-size: 0.9rem;
  color: #FFF;
  background: #000;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont, .other_section .section_inner .link_list .list_left .list_wrap .list_cont, .other_section .section_inner .link_list .list_right .list_wrap .list_cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 40% 1fr;
      grid-template-columns: 40% 1fr;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left {
  -ms-grid-column: 1;
  grid-column: 1;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl {
  margin: 0;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl dt, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl dt, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl dt {
  margin: 0;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl dt > img, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl dt > img, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl dt > img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl dd, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl dd, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: (50%)[2];
      grid-template-columns: repeat(2, 50%);
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl dd .link_detail, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl dd .link_detail, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl dd .link_detail {
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl dd .link_detail > a, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl dd .link_detail > a, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl dd .link_detail > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  background: #646464;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl dd .link_detail > a:hover, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl dd .link_detail > a:hover, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl dd .link_detail > a:hover {
  background: #525252;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl dd .link_apply, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl dd .link_apply, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl dd .link_apply {
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl dd .link_apply > a, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl dd .link_apply > a, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl dd .link_apply > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  background: #D8192D;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_left > dl dd .link_apply > a:hover, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_left > dl dd .link_apply > a:hover, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_left > dl dd .link_apply > a:hover {
  background: #ef0018;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_right, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_right, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_right {
  -ms-grid-column: 2;
  grid-column: 2;
}

.other_section .section_inner .link_list .list_wrap_set .list_wrap .list_cont .cont_right > p, .other_section .section_inner .link_list .list_left .list_wrap .list_cont .cont_right > p, .other_section .section_inner .link_list .list_right .list_wrap .list_cont .cont_right > p {
  margin: 0;
  padding: 3%;
  font-size: 0.75rem;
  color: #333;
  line-height: 1.2rem;
}

.other_section .section_inner .link_list .list_left {
  -ms-grid-column: 1;
  grid-column: 1;
}

.other_section .section_inner .link_list .list_right {
  -ms-grid-column: 2;
  grid-column: 2;
}

/*
* 受験申込方法
*----------------------------------*/
.other_section .section_inner .apply_step {
  margin: 0 auto;
  padding: 0;
  width: 70%;
}

.other_section .section_inner .apply_step dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  color: #000;
  text-indent: 70px;
  line-height: 50px;
}

.other_section .section_inner .apply_step dd {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
  margin: 0;
  padding: 4%;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5rem;
  background: #FFF1E8;
}

.other_section .section_inner .apply_step dd .left {
	margin: 0;
	padding: 0;
	width: 68%;
}

.other_section .section_inner .apply_step dd .right {
	margin: 0;
	padding: 0;
	width: 30%;
}

.other_section .section_inner .apply_step dd .right > img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}


@media screen and (max-width: 480px) {

	.other_section .section_inner .apply_step dd .right {
		width: 100%;
		text-align: center;
	}

	.other_section .section_inner .apply_step dd .right > img {
		max-width: 70%;
	}

}

/* .other_section .section_inner .apply_step dd .left {
	float: left;
	width: 430px;
}

.other_section .section_inner .apply_step dd .right {
	float: right;
	width: 210px;
}

.other_section .section_inner .apply_step dd p:nth-child(n+2) {
  margin-top: 1em;
}*/

.other_section .section_inner .apply_step dd .red {
  color: #cc3030;
}

.other_section .section_inner .apply_step dd img {
	height: auto;
	max-width: 100%;
}

.other_section .section_inner #step01 dt {
  background: #CECECE url("/common/images/test/img_apply_no1.png") left center no-repeat;
}

.other_section .section_inner #step02 dt {
  background: #CECECE url("/common/images/test/img_apply_no2.png") left center no-repeat;
}

.other_section .section_inner #step03 dt {
  background: #CECECE url("/common/images/test/img_apply_no3.png") left center no-repeat;
}

.other_section .section_inner #step04 dt {
  background: #CECECE url("/common/images/test/img_apply_no4.png") left center no-repeat;
}

.other_section .section_inner #step05 dt {
  background: #CECECE url("/common/images/test/img_apply_no5.png") left center no-repeat;
}

.other_section .section_inner .next_arrow {
  margin: 20px auto;
  padding: 0;
  width: 70%;
  text-align: center;
}

/*
* 資格認定制度
*----------------------------------*/
.other_section .section_inner .exam_list_wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .exam_list_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
}

.other_section .section_inner .exam_list_wrap > ul::after {
  display: block;
  content: '';
  width: calc(98% / 3);
}

.other_section .section_inner .exam_list_wrap > ul li {
  /* display: inline-block; */
  /* margin: 0 20px 0 0; */
  margin: 0;
  padding: 0;
  /* width: calc(980px / 4); */
  width: calc(98% / 3);
}

/* .other_section .section_inner .exam_list_wrap > ul li:nth-child(4n) {
  margin-right: 0;
} */

.other_section .section_inner .exam_list_wrap > ul li > dl {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .exam_list_wrap > ul li > dl dt {
  margin: 0;
  padding: 0;
  height: 180px;
  overflow: hidden;
}

.other_section .section_inner .exam_list_wrap > ul li > dl dt > img {
  /* max-width: 100%;
  height: auto;
  vertical-align: bottom; */
  object-fit: cover;
  width: 100%;
}

.other_section .section_inner .exam_list_wrap > ul li > dl .exam_title {
  position: absolute;
  top: 88px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.other_section .section_inner .exam_list_wrap > ul li > dl .exam_summary {
  margin: 0;
  padding: 5%;
  width: 100%;
  min-height: 230px;
  font-size: 0.8rem;
  color: #000;
  line-height: 1.2rem;
  background: #FFF;
}

.other_section .section_inner .exam_list_wrap > ul li > dl .exam_link {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: (50%)[2];
      grid-template-columns: repeat(2, 50%);
}

.other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .a_set, .other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .link_detail > a, .other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .link_apply > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  /* font-size: 0.8rem; */
  font-size: 0.9rem;
  color: #FFF;
  text-align: center;
  line-height: 40px;
}

.other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .a_set:hover, .other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .link_detail > a:hover, .other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .link_apply > a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .link_detail {
  -ms-grid-column: 1;
  grid-column: 1;
}

.other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .link_detail > a {
  background: #646464;
}

.other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .link_apply {
  -ms-grid-column: 2;
  grid-column: 2;
}

.other_section .section_inner .exam_list_wrap > ul li > dl .exam_link .link_apply > a {
  background: #d30404;
}

/*
* 認定校制度
*----------------------------------*/
.other_section .section_inner .exam_criteria {
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  background: #F9F6F2;
  border: 1px solid #DDD;
}

.other_section .section_inner .exam_criteria tr:nth-child(even) {
  background: #F2EFE9;
}

.other_section .section_inner .exam_criteria th {
  margin: 0;
  padding: 3% 5%;
  width: 12%;
  font-size: 1rem;
  font-weight: normal;
  color: #FFF;
  text-align: left;
  vertical-align: middle;
  background: #8C8988;
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .exam_criteria td {
  margin: 0;
  padding: 3% 4%;
  width: 88%;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  line-height: 1.4rem;
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .cert_apply_form {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .cert_apply_form th {
  margin: 0;
  padding: 2% 4%;
  width: 30%;
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  vertical-align: middle;
  background: #8C8988;
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .cert_apply_form .require {
  background: #8C8988 url("/common/images/other/cert_apply_require_mark.png") 90% center no-repeat;
}

.other_section .section_inner .cert_apply_form td {
  margin: 0;
  padding: 2% 4%;
  width: 70%;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  line-height: 1.4rem;
  background: #FBF8F5;
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .cert_apply_form td input[type=text],
.other_section .section_inner .cert_apply_form td input[type=email] {
  margin: 0;
  padding: 1%;
  font-size: 0.9rem;
}

.other_section .section_inner .cert_apply_form td .input_txt {
  display: inline-block;
  margin-bottom: 2%;
  width: 100%;
  font-size: 0.8rem;
}

.other_section .section_inner .cert_apply_form td .sizeL {
  width: 100%;
}

.other_section .section_inner .cert_apply_form td .sizeSL {
  width: 82%;
}

.other_section .section_inner .cert_apply_form td .sizeM {
  width: 50%;
}

.other_section .section_inner .cert_apply_form .multiple {
  padding: 2% 4%;
  border-bottom: none;
}

.other_section .section_inner .cert_apply_form .multiple:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .cert_apply_form .multiple .sub_heading {
  display: inline-block;
  margin-right: 2%;
  width: 15%;
}

.other_section .section_inner .btn_area {
  /* margin: 0 0 50px 0; */
  margin: 20px auto 100px auto;
  /* padding: 5% 0; */
  padding: 0;
  text-align: center;
  background: #FFF;
}

.other_section .section_inner .btn_area > p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.other_section .section_inner .btn_area input[type=submit] {
  /* margin: 5% 0 0 0; */
  margin: 0;
  padding: 0;
  width: 300px;
  height: 50px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  border: none;
  background: #CC3030 url("/common/images/other/action_btn_arrow.png") 90% center no-repeat;
  border-radius: 4px;
  cursor: pointer;
}

.other_section .section_inner .btn_area input[type=submit]:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
transition: all .3s ease;
}

.other_section .section_inner .about_cert {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 70%;
  border-collapse: collapse;
  background: #F9F6F2;
  border: 1px solid #DDD;
}

.other_section .section_inner .about_cert tr:nth-child(even) {
  background: #F2EFE9;
}

.other_section .section_inner .about_cert th {
  margin: 0;
  padding: 2% 5%;
  width: 12%;
  font-size: 1rem;
  font-weight: normal;
  color: #FFF;
  text-align: left;
  vertical-align: middle;
  background: #8C8988;
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .about_cert td {
  margin: 0;
  padding: 2% 3%;
  width: 88%;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  line-height: 1.4rem;
  border-bottom: 1px solid #DDDDDD;
}


/*
* 合格者専用ページ
*----------------------------------*/
.other_section .section_inner .card_apply_btn {
  margin: 5% 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.other_section .section_inner .card_apply_btn .card_apply {
  margin: 0;
  padding: 0;
  width: 400px;
  height: 60px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  border: none;
  background: #CC3030 url("/common/images/other/action_btn_arrow.png") 93% center no-repeat;
  border-radius: 4px;
  cursor: pointer;
}

.other_section .section_inner .card_apply_btn .card_apply:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.other_section .section_inner .notice_txt {
  color: #CC3030;
}

.other_section .section_inner .ccard_img {
  margin: 5% 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.other_section .section_inner .sub_section {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .sub_section .komidashi {
  margin: 0;
  padding: 0;
  width: 120px;
  height: 25px;
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
  line-height: 25px;
}

.other_section .section_inner .sub_section .komidashi01 {
  background: #313131;
}

.other_section .section_inner .sub_section .komidashi02 {
  background: #A31010;
}

.other_section .section_inner .sub_section .sub_section_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 35% 1fr;
      grid-template-columns: 35% 1fr;
  margin: 30px 0;
  padding: 0;
}

.other_section .section_inner .sub_section .sub_section_inner .photo_img {
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: left;
}

.other_section .section_inner .sub_section .sub_section_inner .photo_explain {
  -ms-grid-column: 2;
  grid-column: 2;
}

.other_section .section_inner .sub_section .sub_section_inner .photo_explain > li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 2%;
  font-size: 0.8rem;
  line-height: 1.1rem;
}

.other_section .section_inner .sub_section .sub_notice {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.3rem;
}

.other_section .section_inner .sub_section .not_admit {
  margin: 30px 0;
  padding: 5%;
  width: 100%;
  background: #F8F8F8;
}

.other_section .section_inner .sub_section .not_admit .not_admit_title {
  display: block;
  margin: 0 0 3% 0;
  padding: 0;
  width: 100%;
  font-size: 0.8rem;
}

.other_section .section_inner .sub_section .not_admit > ul {
  margin: 0;
  padding: 0;
}

.other_section .section_inner .sub_section .not_admit > ul li {
  list-style: disc;
  list-style-position: outside;
  margin: 0 auto 1% auto;
  width: 90%;
  font-size: 0.8rem;
  color: #B50000;
  line-height: 1.2rem;
}

.other_section .section_inner .sub_section > p {
  margin: 3% 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.other_section .section_inner .sub_section .send_address {
  margin: 30px 0;
  padding: 5%;
  width: 100%;
  background: #FBF9F5;
}

.other_section .section_inner .sub_section .send_address > p {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.other_section .section_inner .modify_apply_btn {
  margin: 5% 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.other_section .section_inner .modify_apply_btn .modify_apply {
  margin: 0;
  padding: 0;
  width: 350px;
  height: 60px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  border: none;
  background: #CC3030 url("/common/images/other/action_btn_arrow.png") 93% center no-repeat;
  border-radius: 4px;
  cursor: pointer;
}

.other_section .section_inner .modify_apply_btn .modify_apply:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

/*
* 受験申し込み・合格認定証発行申し込み・諸変更届け出用ページ
*----------------------------------*/
.wpcf7-previous {
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 0;
	width: 100px;
	height: 40px;
	font-size: 1rem;
	color: #000;
	border: none;
	border-radius: 4px;
	background: #ddd;
	cursor: pointer;
}

.wpcf7-previous:hover {
	background: #ccc;
	transition: all .3s ease;
}

.other_section .section_inner .exam_apply_form,
.other_section .section_inner .card_apply_form,
.other_section .section_inner .henkou_form {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .exam_apply_form th,
.other_section .section_inner .card_apply_form th,
.other_section .section_inner .henkou_form th {
  margin: 0;
  padding: 2% 4%;
  width: 30%;
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  vertical-align: middle;
  background: #8C8988;
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .exam_apply_form .require,
.other_section .section_inner .card_apply_form .require,
.other_section .section_inner .henkou_form .require {
  background: #8C8988 url("/common/images/other/cert_apply_require_mark.png") 90% center no-repeat;
}

.other_section .section_inner .exam_apply_form td,
.other_section .section_inner .card_apply_form td,
.other_section .section_inner .henkou_form td {
  margin: 0;
  padding: 2% 4%;
  width: 70%;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  line-height: 1.4rem;
  background: #FBF8F5;
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .exam_apply_form td input[type=text],
.other_section .section_inner .exam_apply_form td input[type=email],
.other_section .section_inner .card_apply_form td input[type=text],
.other_section .section_inner .card_apply_form td input[type=email],
.other_section .section_inner .henkou_form td input[type=text],
.other_section .section_inner .henkou_form td input[type=email] {
  margin: 0;
  padding: 1%;
  font-size: 0.9rem;
}

.other_section .section_inner .card_apply_form td select[name="bctt_pref"] {
	padding: 3px;
	font-size: 1rem;
}

.other_section .section_inner .card_apply_form td textarea[name="bctt_message"] {
	padding: 4px;
	width: 100%;
	height: 180px;
}



.other_section .section_inner .exam_apply_form td .input_txt,
.other_section .section_inner .card_apply_form td .input_txt,
.other_section .section_inner .henkou_form td .input_txt {
  display: inline-block;
  margin-bottom: 2%;
  width: 100%;
  font-size: 0.8rem;
}

.other_section .section_inner .exam_apply_form td > textarea,
.other_section .section_inner .card_apply_form td > textarea,
.other_section .section_inner .henkou_form td > textarea {
  width: 100%;
  height: 180px;
}

.other_section .section_inner .exam_apply_form td .sizeL,
.other_section .section_inner .card_apply_form td .sizeL,
.other_section .section_inner .henkou_form td .sizeL {
  width: 100%;
}

.other_section .section_inner .exam_apply_form td .sizeSL,
.other_section .section_inner .card_apply_form td .sizeSL,
.other_section .section_inner .henkou_form td .sizeSL {
  width: 82%;
}

.other_section .section_inner .exam_apply_form td .sizeM,
.other_section .section_inner .card_apply_form td .sizeM,
.other_section .section_inner .henkou_form td .sizeM {
  width: 50%;
}

.other_section .section_inner .exam_apply_form td > dl,
.other_section .section_inner .card_apply_form td > dl,
.other_section .section_inner .henkou_form td > dl {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .exam_apply_form td > dl dt,
.other_section .section_inner .card_apply_form td > dl dt,
.other_section .section_inner .henkou_form td > dl dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  color: #FFF;
  text-indent: 2%;
  line-height: 40px;
  background: #B1B1B1;
}

.other_section .section_inner .exam_apply_form td > dl dd,
.other_section .section_inner .card_apply_form td > dl dd,
.other_section .section_inner .henkou_form td > dl dd {
  margin: 0;
  padding: 2% 0;
  width: 100%;
}

.other_section .section_inner .exam_apply_form td > dl dd .wpcf7-list-item,
.other_section .section_inner .card_apply_form td > dl dd .wpcf7-list-item,
.other_section .section_inner .henkou_form td > dl dd .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 1% 0;
  width: calc(98% / 2);
  font-size: 0.9rem;
}

.other_section .section_inner .exam_apply_form td > dl dd .wpcf7-list-item input[type=checkbox],
.other_section .section_inner .card_apply_form td > dl dd .wpcf7-list-item input[type=checkbox],
.other_section .section_inner .henkou_form td > dl dd .wpcf7-list-item input[type=checkbox] {
  margin: -4px 6px 0 0;
}

.other_section .section_inner .exam_apply_form td > dl dd > ul,
.other_section .section_inner .card_apply_form td > dl dd > ul,
.other_section .section_inner .henkou_form td > dl dd > ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .exam_apply_form td > dl dd > ul li,
.other_section .section_inner .card_apply_form td > dl dd > ul li,
.other_section .section_inner .henkou_form td > dl dd > ul li {
  display: inline-block;
  margin: 0 0 1% 0;
  width: calc(98% / 2);
  font-size: 0.9rem;
}

.other_section .section_inner .exam_apply_form td > dl dd > ul li input[type=checkbox],
.other_section .section_inner .card_apply_form td > dl dd > ul li input[type=checkbox],
.other_section .section_inner .henkou_form td > dl dd > ul li input[type=checkbox] {
  margin: -4px 6px 0 0;
}

.other_section .section_inner .exam_apply_form td .ul_set, .other_section .section_inner .exam_apply_form td .sep_2, .other_section .section_inner .exam_apply_form td .sep_3,
.other_section .section_inner .card_apply_form td .ul_set,
.other_section .section_inner .card_apply_form td .sep_2,
.other_section .section_inner .card_apply_form td .sep_3,
.other_section .section_inner .henkou_form td .ul_set,
.other_section .section_inner .henkou_form td .sep_2,
.other_section .section_inner .henkou_form td .sep_3 {
  margin: 0;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .exam_apply_form td .ul_set li, .other_section .section_inner .exam_apply_form td .sep_2 li, .other_section .section_inner .exam_apply_form td .sep_3 li,
.other_section .section_inner .card_apply_form td .ul_set li,
.other_section .section_inner .card_apply_form td .sep_2 li,
.other_section .section_inner .card_apply_form td .sep_3 li,
.other_section .section_inner .henkou_form td .ul_set li,
.other_section .section_inner .henkou_form td .sep_2 li,
.other_section .section_inner .henkou_form td .sep_3 li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.other_section .section_inner .exam_apply_form td .ul_set li input[type=checkbox], .other_section .section_inner .exam_apply_form td .sep_2 li input[type=checkbox], .other_section .section_inner .exam_apply_form td .sep_3 li input[type=checkbox],
.other_section .section_inner .card_apply_form td .ul_set li input[type=checkbox],
.other_section .section_inner .card_apply_form td .sep_2 li input[type=checkbox],
.other_section .section_inner .card_apply_form td .sep_3 li input[type=checkbox],
.other_section .section_inner .henkou_form td .ul_set li input[type=checkbox],
.other_section .section_inner .henkou_form td .sep_2 li input[type=checkbox],
.other_section .section_inner .henkou_form td .sep_3 li input[type=checkbox] {
  margin: -4px 6px 0 0;
}

.other_section .section_inner .exam_apply_form td .sep_2 li,
.other_section .section_inner .card_apply_form td .sep_2 li,
.other_section .section_inner .henkou_form td .sep_2 li {
  width: calc(98% / 2);
}

.other_section .section_inner .exam_apply_form td .sep_3 li,
.other_section .section_inner .card_apply_form td .sep_3 li,
.other_section .section_inner .henkou_form td .sep_3 li {
  width: calc(98% / 3);
}

.other_section .section_inner .exam_apply_form .multiple,
.other_section .section_inner .card_apply_form .multiple,
.other_section .section_inner .henkou_form .multiple {
  padding: 2% 4%;
  border-bottom: none;
}

.other_section .section_inner .exam_apply_form .multiple:last-child,
.other_section .section_inner .card_apply_form .multiple:last-child,
.other_section .section_inner .henkou_form .multiple:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.other_section .section_inner .exam_apply_form .multiple .sub_heading,
.other_section .section_inner .card_apply_form .multiple .sub_heading,
.other_section .section_inner .henkou_form .multiple .sub_heading {
  display: inline-block;
  margin-right: 2%;
  width: 15%;
}


.other_section .section_inner .btn_area .apply_notice {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 70%;
}

.other_section .section_inner .btn_area .apply_notice dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  color: #FFF;
  text-align: left;
  text-indent: 4%;
  line-height: 40px;
  background: #9d9797;
}

.other_section .section_inner .btn_area .apply_notice dd {
  margin: 0;
  padding: 2%;
  width: 100%;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.3rem;
}

.other_section .section_inner .btn_area .apply_notice .address {
  height: 30px;
  font-size: 0.8rem;
  text-align: center;
  line-height: 30px;
  background: #AD9090;
}

.other_section .section_inner .btn_area .apply_notice .address_cont {
  padding: 4% 0;
  background: #F2F2F2;
}

.other_section .section_inner .btn_area .apply_notice .address_cont .addr_main {
  display: block;
  margin-bottom: 1%;
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6rem;
}

.other_section .section_inner .btn_area .apply_notice .address_cont .addr_sub {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
}

.other_section .section_inner .confirm_msg {
	margin: 40px auto 0 auto;
	padding: 0;
	width: 70%;
	font-size: 1rem;
	color: #000;
	text-align: center;
}

/* 送信完了 */
.complete_section .section_inner .title02 {
	margin: 60px auto 10px auto;
	font-size: 1.9rem;
	font-weight: normal;
	font-family: "yumincho";
	line-height: 1.5;
	text-align: center !important;
	border: none;
}

.complete_section_body {
	margin: 40px auto 100px auto;
	padding: 0;
	width: 100%;
}

.complete_title {
	margin: 0 auto;
	padding: 12px 0;
	width: 60%;
	font-size: 1.1rem;
	font-weight: bold;
	color: #821c1c;
	text-align: center;
	background: #fce8e8;
}

.complete_msg {
	display: block;
	margin: 30px auto 0 auto;
	padding: 0;
	width: 80%;
	font-size: 1rem;
	color: #222;
	text-align: center;
	line-height: 1.5rem;
}

.back_to_top {
	margin: 60px auto 0 auto;
	padding: 0;
	width: 100%;
}

.back_to_top > a {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 50%;
	font-size: 1rem;
	color: #113e7a;
	text-align: center;
	border: 1px solid #113e7a;
	border-radius: 5px;
}

.back_to_top > a:hover {
	color: #fff;
	background: #113e7a;
	transition: all .3s ease;
}

@media screen and (max-width: 480px) {

	.other_section .section_inner .confirm_msg {
		width: 96%;
		font-size: 0.9rem;
		line-height: 1.3rem;
	}

	.wpcf7-previous {
		margin: 0 0 10px 0;
		height: 30px;
		font-size: 0.9rem;
	}

	.complete_title {
		width: 96%;
	}

	.complete_msg {
		width: 90%;
		font-size: 0.9rem;
	}

	.back_to_top > a {
		width: 80%;
	}

}


/*
* 特定商取引における表示
*----------------------------------*/
.other_section .section_inner .tokutei {
  margin: 0;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .tokutei dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  font-size: 0.9rem;
  line-height: 40px;
  text-indent: 2%;
  border-left: 15px solid #C1B9A1;
  background: #E0DBCC;
}

.other_section .section_inner .tokutei dd {
  margin: 0;
  padding: 2% 4%;
  width: 100%;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.5rem;
}

/*
* 個人情報の取り扱いについて
*----------------------------------*/
.other_section .section_inner .kojin {
  margin: 0;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .kojin dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  font-size: 0.9rem;
  line-height: 40px;
  background: #E0DBCC;
}

.other_section .section_inner .kojin dt .number {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background: #C1B9A1;
}

.other_section .section_inner .kojin dd {
  margin: 0;
  padding: 2% 4%;
  width: 100%;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.5rem;
}

/*
* サイトマップ
*----------------------------------*/
.other_section .section_inner #sitemap_list {
  margin: 0;
  padding: 5%;
  width: 100%;
  background: #FFF;
}

/*
* 【アーティクルページ】メインコンテンツ
*-----------------------------------------------------------*/
#contents .contents_inner {
  margin: 0 auto;
  padding: 0;
  width: 1140px;
}

#contents .article_title {
  margin: 30px auto 0 auto;
  padding: 20px 30px;
  width: 1140px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #831D1D;
  border-top: 2px solid #D8B4B4;
  border-left: 2px solid #D8B4B4;
  border-right: 2px solid #D8B4B4;
  border-bottom: 5px solid #831D1D;
}

#contents .post_date {
	margin: 6px auto 30px auto;
	padding: 0.5em 0.2em;
	width: 1140px;
	font-size: 1rem;
	color: #222;
	text-align: right;
}

#contents .article_img {
  margin: 0 auto 30px auto;
  padding: 0;
  /* width: 1140px;
  height: 400px; */
  width: 740px;
  height: auto;
  overflow: hidden;
}

#contents .article_img > img {
  /* object-fit: cover; */
  object-fit: contain;
  width: 100%;
  /* height: 100%; */
  height: auto;
  /* height: 300px; */
}

#contents .contents_inner .lead {
  /* margin: 40px 0; */
  margin: 20px 0;
  /* padding: 0; */
  padding: 30px;
  width: 100%;
  /* font-size: 1rem; */
  font-size: 0.9rem;
  line-height: 1.8rem;
  background: #faf5f5;
}

/* #contents .contents_inner .lead > p {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6rem;
} */

/* コラム目次 */
.page_index {
  margin: 30px auto 40px auto;
  padding: 0 40px 20px 40px;
  width: 100%;
  border: 1px solid #D8B4B4;
}

.page_index > dt {
  margin: 0 auto;
  padding: 8px 0 10px 0;
  width: 20%;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background: #831D1D;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.page_index > dd {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}

.page_index > dd ul.index_link {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.page_index > dd ul.index_link li > a {
  color: #333;
  text-decoration: none;
}

.page_index > dd ul.index_link li > a:hover {
  color: #831D1D;
  text-decoration: underline;
}

.page_index > dd ul.index_link .level_1 {
  margin: 15px 0 8px 0;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.page_index > dd ul.index_link .level_2 {
  margin: 0 0 0 30px;
  padding: 0;
  width: 90%;
  font-size: 1rem;
  line-height: 1.5rem;
}

.page_index > dd ul.index_link .level_2 + .level_2 {
  margin-top: 6px !important;
}


#contents .contents_inner #article_section > h2 {
  margin: 0 0 30px 0;
  /* padding: 0; */
  padding: 0 0 0 30px;
  width: 100%;
  height: 45px;
  /* background: #D8B4B4; */
  background: #fff;
  border-left: 15px solid #831D1D;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #8D1616;
}

#contents .contents_inner #article_section > h2::after {
  content: '';
  height: 100%;
  flex-grow: 1;
  background: #D8B4B4;
  margin-left: 45px;
}


#contents .contents_inner #article_section > h2 .h2_txt {
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  height: 45px;
  font-size: 1.5rem;
  color: #8D1616;
  line-height: 45px;
  background: #fff;
  border-left: 15px solid #831D1D;
}

#contents .contents_inner #article_section .section_lead {
  margin: 0 auto 30px auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6rem;
}

#contents .contents_inner #article_section .section_lead > p + p {
  margin-top: 15px;
}

#contents .contents_inner #article_section .title01 {
  margin: 0 0 20px 0;
  padding: 20px;
  width: 100%;
  /* height: 60px; */
  font-size: 1.3rem;
  font-weight: normal;
  color: #970e0e;
  /* text-indent: 30px;
  line-height: 60px; */
  background: #F5F5F5;
}

#contents .contents_inner #article_section .article_body01 {
  margin: 0 auto 60px auto;
  padding: 0;
  /* width: 94%; */
  width: 98%;
  font-size: 1rem;
  line-height: 1.9rem;
}

#contents .contents_inner #article_section .article_body01 strong,
#contents .contents_inner #article_section .article_body02 strong {
  display: inline-block;
  margin-top: 15px;
}

#contents .contents_inner #article_section .title02 {
  margin: 0 0 20px 0;
  padding: 15px 20px;
  /* width: 50%; */
  width: 100%;
  /* height: 50px; */
  font-size: 1.1rem;
  color: #8D1616;
  /* text-indent: 30px; */
  /* line-height: 50px; */
  /* background: #F2EFEA; */
  background: #fff;
  border: 2px solid #e7dcc9;
  display: flex;
  align-items: center;
}

#contents .contents_inner #article_section .article_body02 {
  margin: 0 auto 30px auto;
  padding: 0;
  /* width: 100%; */
  width: 98%;
  font-size: 1rem;
  line-height: 1.9rem;
}

#contents .contents_inner #article_section .art_last {
  margin-bottom: 60px;
}

#contents .contents_inner #article_section .title03 {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0 0 10px 0;
  width: 94%;
  font-size: 1rem;
  color: #1F4776;
  border-bottom: solid 3px #DDD;
}

#contents .contents_inner #article_section .title03::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #C64F66;
  bottom: -3px;
  width: 120px;
}

#contents .contents_inner #article_section .article_body03 {
  margin: 0 auto 40px auto;
  padding: 0;
  width: 94%;
  font-size: 1rem;
  line-height: 1.7rem;
}

#contents .contents_inner .conclusion > h2 {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #D8B4B4;
}

#contents .contents_inner .conclusion > h2 .title {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 45px;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  background: #9F3E3E;
}

#contents .contents_inner .conclusion > h2 .conc_txt {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  height: 45px;
  font-size: 1.3em;
  color: #8D1616;
  background: #fff;
}

#contents .contents_inner .conclusion .sub_title {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 1.1rem;
  color: #3D6EA0;
  font-weight: bold;
}

#contents .contents_inner .conclusion .conc_article {
  margin: 0 0 50px 0;
  padding: 20px 30px;
  background: #F8F8F0;
}

#contents .contents_inner .conclusion .conc_article > p {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.7rem;
}


/* 202011追記 */
.banner_section {
  margin: 0;
  padding: 60px 0;
  width: 100%;
}

.banner_section.pd0 {
  margin: 0;
  padding: 0;
}

.banner_section .section_inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1040px;
}

.banner_section .section_inner > h3 {
  position: relative;
  margin: 0 0 5% 0;
  padding: 0 0 2% 0;
  font-size: 1.3rem;
  text-indent: 1%;
  border-bottom: solid 3px #CCC;
}

.banner_section .section_inner > h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #C64F66;
  bottom: -3px;
  width: 20%;
}

.banner_section .section_inner .banner_merit {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner_section .section_inner .banner_merit > li {
  margin: 0 auto;
  padding: 0;
  width: calc(94% / 3);
}

.banner_section .section_inner .banner_merit > li .merit_img {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.banner_section .section_inner .banner_merit > li .merit_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.banner_section .section_inner .banner_merit > li .title_area {
  margin: 0;
  padding: 4% 0;
  width: 100%;
  background: #A02118;
}

.banner_section .section_inner .banner_merit > li .merit_title {
  margin: 0;
  padding: 0;
  width: 100%;
    font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.banner_section .section_inner .banner_merit > li .merit_title_en {
  margin: 2% 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
}

.banner_section .section_inner .banner_merit > li .merit_txt {
  margin: 0;
  padding: 5% 8%;
  box-sizing: border-box;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
  background: #fff;
}

.banner_section .section_inner .arrow_triangle {
  margin: 5% auto 0 auto;
  padding: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #A02118;
}

.banner_section .section_inner .merit_img {
  margin: 5% auto 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.banner_section .section_inner .get_lead {
  margin: 0 auto;
  padding: 2% 0;
  box-sizing: border-box;
  width: 80%;
  font-size: 1.2rem;
  color: #A02118;
  text-align: center;
  border: 1px solid #A02118;
  border-radius: 8px;
  background: #fff;
}

.banner_section .section_inner .shikaku_select {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner_section .section_inner .shikaku_select .shikaku_list {
  margin: 0 0 3% 0;
  padding: 0;
  width: calc(96% / 2);
}

.banner_section .section_inner .shikaku_select .shikaku_list dt {
  margin: 0 0 3% 0;
  padding: 3% 0;
  width: 100%;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  background: #798795;
}

.banner_section .section_inner .shikaku_select .shikaku_list dd > .shikaku_contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.banner_section .section_inner .shikaku_select .shikaku_list dd > .shikaku_contents li {
  margin: 0 auto 2% auto;
  padding: 0;
  width: 96%;
  font-size: 1rem;
}

.banner_section .section_inner .shikaku_select .shikaku_list dd > .shikaku_contents li label input[type=radio] {
  margin-right: 1%;
}

.other_section .section_inner .sec_left .example_img {
  margin: 5% auto 0 auto;
  padding: 6% 0;
  width: 100%;
  text-align: center;
  background: #fff;
}

.other_section .section_inner .sec_right .banner_address {
  margin: 5% auto 0 auto;
  padding: 0;
  width: 100%;
}

.other_section .section_inner .sec_right .banner_address .banner_address_title {
  margin: 0 auto;
  padding: 3% 0;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background: #798795;
}

.other_section .section_inner .sec_right .banner_address .address_url {
  margin: 3% auto 0 auto;
  padding: 2%;
  width: 100%;
  height: 110px;
  resize: none;
}

.other_section .section_inner .sec_right .copy_btn {
  margin: 2% auto 0 auto;
  padding: 0;
  width: 100%;
  text-align: right;
}

.other_section .section_inner .sec_right .copy_btn > button {
  margin: 0 auto;
  padding: 1% 0;
  width: 260px;
  font-size: 1.1rem;
  color: #fff;
  background: #A02118;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.other_section .section_inner .sec_right .copy_btn > button i {
  margin-right: 10px;
}

.other_section .section_inner .sec_right .copy_btn > button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.other_section .section_inner .sec_right .copy_btn > .copied {
  background: #1f5ee6;
}

.banner_section .section_inner.pb50 {
  padding-bottom: 50px;
}

.banner_section .section_inner .notice {
  margin: 0 auto;
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aa4d4d;
}

.notice dt {
  margin: 0 auto 10px auto;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  color: #8e1f1f;;
  text-align: center;
}

.notice dd {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #000;
  text-align: center;
  line-height: 1.8rem;
}



/* 講座動画 */
#contents .yt_video {
  margin: 0 auto 40px auto;
  padding: 0;
}

#contents .yt_video .vd_youtube {
  margin: 0 auto;
  padding: 0;
  width: 1140px;
}

#contents .yt_video .vd_youtube .video_area_title {
  position: relative;
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  border: none;
}

#contents .yt_video .vd_youtube .video_area_title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#contents .yt_video .vd_youtube .video_area_title {
  color: #000;
}

#contents .yt_video .vd_youtube .video_area_title::after {
  width: 70px;
  height: 3px;
  background-color: #A00017;
}

#contents .yt_video .vd_youtube dd {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  background: #fafafa;
}

@media screen and (max-width: 480px) {

	#contents .yt_video .vd_youtube {
		width: 100%;
	  }

	  #contents .yt_video .vd_youtube dd {
		padding: 15px;
		aspect-ratio: 16/9;
	  }

	  #contents .yt_video .vd_youtube dd > iframe {
		  width: 100%;
		  height: 100%;
	  }

}


/*
* 202110追記
*/
#contents .contents_inner #article_section .article_img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

#contents .contents_inner #article_section > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#contents .contents_inner #article_section .kouza_contents {
  margin: 30px auto;
  padding: 0;
  width: 70%;
  border-left: 1px solid #ccc;
}

#contents .contents_inner #article_section .kouza_contents thead th {
  margin: 0;
  padding: 10px 0;
  width: calc(100% / 4);
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f0efef;
}

#contents .contents_inner #article_section .kouza_contents tbody td {
  margin: 0;
  padding: 15px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#contents .contents_inner #article_section .shikaku_kouza {
  margin: 20px auto;
  padding: 20px 40px;
  width: 96%;
  border: 1px solid #adc6dd;
  border-radius: 4px;
}

#contents .contents_inner #article_section .shikaku_kouza > dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #2f75af;
}

#contents .contents_inner #article_section .shikaku_kouza > dt::before {
  content: url('images/column/link_head_arrow.png');
  position: absolute;
  top: 2%;
  left: 0;
}

#contents .contents_inner #article_section .shikaku_kouza > dd {
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
}

#contents .contents_inner #article_section .shikaku_intro {
  margin: 40px auto;
  padding: 0;
  width: 60%;
  background: #f5fcfc;
  border: 1px solid #abb6da;
}

#contents .contents_inner #article_section .shikaku_intro > a {
  display: block;
  margin: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents .contents_inner #article_section .shikaku_intro > a:hover {
  background: #d9edf1;
  transition: all 0.3s;
}

#contents .contents_inner #article_section .shikaku_intro > a .intro_img {
  margin: 0;
  padding: 0;
  width: 30%;
  height: 130px;
  overflow: hidden;
}

#contents .contents_inner #article_section .shikaku_intro > a .intro_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#contents .contents_inner #article_section .shikaku_intro > a .intro_detail {
  margin: 0;
  padding: 0;
  width: 65%;
}

#contents .contents_inner #article_section .shikaku_intro > a .intro_detail .detail_cont {
  margin: 0;
  padding: 0;
  width: 100%;
}

#contents .contents_inner #article_section .shikaku_intro > a .intro_detail .detail_cont > dt {
  margin: 0;
  padding: 5px 10px;
  width: 260px;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  background: #82a2d3;
  border-radius: 4px;
}

#contents .contents_inner #article_section .shikaku_intro > a .intro_detail .detail_cont > .shikaku_name {
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #4b65bb;
  line-height: 1.6rem;
}

#contents .contents_inner #article_section .shikaku_intro > a .intro_detail .detail_cont > .shikaku_link_txt {
  position: relative;
  margin: 30px 0 0 0;
  padding: 10px 15px;
  width: 100%;
  font-size: 1rem;
  color: #4b65bb;
  text-align: center;
  border: 1px solid #abb6da;
  border-radius: 5px;
}

#contents .contents_inner #article_section .shikaku_intro > a .intro_detail .detail_cont > .shikaku_link_txt::after {
  content: url('images/apply_btn_arrow.png');
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

#contents .contents_inner #article_section .article_list {
  margin: 30px auto;
  padding: 0;
  width: 96%;
}

#contents .contents_inner #article_section .article_list li {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.95rem;
  list-style: disc;
  list-style-position: inside;
}

#contents .contents_inner #article_section .article_list li + li {
  margin-top: 10px;
}


/* 202207追記 */

/* INFORMATION */
*[data-info="info"] {
	color: #005c80;
	border: 1px solid #005c80;

}

*[data-info="shikaku"] {
	color: #c38b36;
	border: 1px solid #c38b36;
}

*[data-info="press"] {
	color: #b556ba;
	border: 1px solid #b556ba;
}


.information_area {
	margin: 50px auto 0 auto;
	padding: 0;
	width: 100%;
}

.information_area .information_list {
	margin: 30px auto 0 auto;
	padding: 20px 30px;
	width: 1000px;
	background: #f9f9f9;
}

.information_area .information_list > li {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.information_area .information_list > li:last-child {
	border-bottom: none;
}

.information_area .information_list > li .info_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
	padding: 0;
	width: 100%;
}

.information_area .information_list > li .info_cont .info_date {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 12%;
	font-size: 1rem;
	color: #333;
}

.information_area .information_list > li .info_cont .info_title {
	margin: 0;
	padding: 0;
	width: 88%;
}

.information_area .information_list > li .info_cont .info_title .info_category {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.information_area .information_list > li .info_cont .info_title .info_category .category_label {
	margin: 0;
	padding: 4px 15px;
	width: 140px;
	font-size: 0.8rem;
	text-align: center;
}

.information_area .information_list > li .info_cont .info_title .title_area {
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
}

.information_area .information_list > li .info_cont .info_title .title_area > a {
	font-size: 1rem;
	color: #333;
	text-align: left;
	line-height: 1.6rem;
}

.information_area .information_list > li .info_cont .info_title .title_area > a:hover {
	color: #888;
	transition: all 0.3s;
}


.information_area .information_list > li .info_cont .info_title .title_area .new_mark {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 4px 15px;
	font-size: 0.8rem;
	color: #fff;
	background: red;
}

.information_area .info_all_link {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 100%;
}

.information_area .info_all_link > a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: 300px;
	height: 40px;
	font-size: 1rem;
	color: #fff;
	background: #BC2B29;
	border-radius: 4px;
}

.information_area .info_all_link > a:hover {
	background: #86100e;
	transition: all 0.3s;
}


/* INFORMATION一覧 */
.whatsnew_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.whatsnew_area .select_category {
	margin: 0;
	padding: 0;
	width: 20%;
}

.whatsnew_area .select_category .category_list {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	background: #fafafa;
}

.whatsnew_area .select_category .category_list > li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	font-size: 0.9rem;
	color: #333;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.whatsnew_area .select_category .category_list > li + li {
	margin-top: 10px;
}

.whatsnew_area .select_category .category_list > li.isActive {
	color: #fff;
	background: #d14f4f;
	border: none;
}

.whatsnew_area .whatsnew_list {
	margin: 0;
	padding: 0;
	width: 78%;
}

.whatsnew_area .whatsnew_list  > li {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.whatsnew_area .whatsnew_list  > li .info_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
	padding: 0;
	width: 100%;
}

.whatsnew_area .whatsnew_list  > li .info_cont .info_date {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 12%;
	font-size: 1rem;
	color: #333;
}

.whatsnew_area .whatsnew_list  > li .info_cont .info_category {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 16%;
}

.whatsnew_area .whatsnew_list  > li .info_cont .info_category .category_label {
	margin: 0;
	padding: 4px 15px;
	width: 130px;
	font-size: 0.82rem;
	text-align: center;
}

.whatsnew_area .whatsnew_list  > li .info_cont .info_title {
	margin: 0;
	padding: 0;
	width: 70%;
}

.whatsnew_area .whatsnew_list  > li .info_cont .info_title > a {
	font-size: 1rem;
	color: #333;
	text-align: left;
	line-height: 1.6rem;
}

.whatsnew_area .whatsnew_list  > li .info_cont .info_title > a:hover {
	color: #888;
	transition: all 0.3s;
}


.whatsnew_area .whatsnew_list  > li .info_cont .info_title .new_mark {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 4px 15px;
	font-size: 0.9rem;
	color: #fff;
	background: red;
}


/* INFORMATION詳細 */
.news_title_area {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 8px auto 0 auto;
	padding: 0;
	width: 100%;
	border-top: 1px solid #E0DDD5;
	border-bottom: 3px solid #E0DDD5;
}

.news_title_area:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 20%;
	height: 3px;
	content: '';
	background: #BC2B29;
  }

.news_title_area .news_category {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 18%;
}

.news_title_area .news_title {
	margin: 0 auto;
	padding: 20px 10px;
	width: 82%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #204d7a;
	line-height: 2.4rem;
}


.news_title_area .news_category .category_label {
	margin: 0;
	padding: 6px 0;
	width: 85%;
	font-size: 0.9rem;
	/* color: #fff; */
	text-align: center;
}

.news_postdate {
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	width: 100%;
	font-size: 1rem;
	text-align: right;
}

.news_contents {
	margin: 30px auto 0 auto;
	padding: 30px;
	width: 100%;
	font-size: 1rem;
	color: #333;
	line-height: 1.2rem;
	/* background: #fbfbfb; */
	border: 1px solid #ddd;
	border-radius: 5px;
}

.news_contents > a {
	color: #134881;
	text-decoration: underline;
}

.news_list_back {
	display: flex;
	justify-content: flex-end;
	margin: 30px auto;
	padding: 0;
	width: 100%;
}

.news_list_back > a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 8px 0;
	width: 160px;
	font-size: 0.9rem;
	color: #fff;
	background: #BC2B29;
	border-radius: 5px;
}

.news_list_back > a:hover {
	background: #880f0c;
	transition: all 0.3s;
}

/* 202207追記ここまで */



/*
* スマートフォン
*-----------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /*
* ヘッダー
*-----------------------------------------------------------*/
  #header {
    display: block;
    margin: 0;
    width: 100%;
    height: 70px;
  }
  #header > h1 {
    display: block;
    margin: 0;
    padding: 6px 0 0 0;
    width: 100%;
    height: 70px;
    text-align: center;
  }
  #header > h1 > a > img {
    max-width: 100%;
    height: auto;
  }
  #header .ranking,
  #header .contact,
  #header .head_search,
  #header .head_apply {
    display: none;
  }

/* 202305追記 */
.header_offer {
	height: 50px !important;
}

.header_offer > h1 {
	display: fled !important;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 !important;
	width: 100% !important;
	height: 50px !important;
}
/* 202305追記 */


  /*
* グローバルナビゲーション
*-----------------------------------------------------------*/
  #global_nav_sp {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-rows: 100%;
        grid-template-rows: 100%;
    -ms-grid-columns: 40% 40% 20%;
        grid-template-columns: 40% 40% 20%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    background: #000;
    overflow-x: hidden;
  }
  #global_nav_sp .apply {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #global_nav_sp .apply > a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    line-height: 44px;
    color: #FFF;
  }
  #global_nav_sp .apply > a > .icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  #global_nav_sp .apply > a > .icon > img {
    margin-top: -3px;
    max-width: 80%;
    height: auto;
    vertical-align: middle;
  }
  #global_nav_sp .search {
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 0.9rem;
    color: #FFF;
    line-height: 44px;
    text-align: center;
    background: #8093A0;
  }
  #global_nav_sp .search > .icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  #global_nav_sp .search > .icon > img {
    margin-top: -3px;
    max-width: 80%;
    height: auto;
    vertical-align: middle;
  }
  #global_nav_sp .apply {
    -ms-grid-column: 2;
    grid-column: 2;
    background: #D31328;
  }
  #global_nav_sp .nav_menu_sp {
    -ms-grid-column: 3;
    grid-column: 3;
    position: static;
    display: block;
    margin: 0;
    padding: 0;
  }
  #global_nav_sp .nav_menu_sp li {
    margin-left: 20px;
    width: 70%;
    height: 50px;
    font-size: 1rem;
    line-height: 55px;
    border-bottom: 1px dotted #333;
  }
  #global_nav_sp .nav_menu_sp li > a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
  }
  #global_nav_sp .nav_menu_sp li > a img {
    margin-right: 30px;
    vertical-align: middle;
  }
  #global_nav_sp .nav {
    position: relative;
  }
  #global_nav_sp .nav_checkbox {
    display: none;
  }
  #global_nav_sp .nav_icon {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 40px;
    position: absolute;
    right: 0;
  }
  #global_nav_sp .nav_icon-parts, #global_nav_sp .nav_icon-parts:before, #global_nav_sp .nav_icon-parts:after {
    background: #FFF;
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #global_nav_sp .nav_icon-parts:before, #global_nav_sp .nav_icon-parts:after {
    content: " ";
  }
  #global_nav_sp .nav_icon-parts:before {
    top: 16px;
  }
  #global_nav_sp .nav_icon-parts:after {
    top: -16px;
  }
  #global_nav_sp .nav_overlay {
    background: #000;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }
  #global_nav_sp .nav_menu {
    position: fixed;
    top: 110px;
    right: -300px;
    padding: 3% 0 10% 0;
    width: 300px;
    color: #000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #000;
  }
  #global_nav_sp .nav_icon {
    z-index: 4;
  }
  #global_nav_sp .nav_menu {
    z-index: 3;
  }
  #global_nav_sp .nav_overlay {
    z-index: 2;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_icon .nav_icon-parts {
    background: transparent;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_icon .nav_icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_icon .nav_icon-parts:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_overlay {
    opacity: 0.5;
    pointer-events: auto;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_menu {
    right: 0;
  }
  #global_nav_sp .nav_icon-parts, #global_nav_sp .nav_icon-parts:after, #global_nav_sp .nav_icon-parts:before, #global_nav_sp .nav_overlay, #global_nav_sp .nav_menu {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  #global_nav {
    display: none;
  }
  /*
* フッター
*----------------------------------*/
  footer {
    position: relative;
  }
  footer #footer_link {
    margin: 10px auto;
    padding: 0 20px;
    display: block;
  }
  footer #footer_link .link_cont {
    font-size: 0.8rem;
  }
  footer #footer_bottom {
    padding: 10px 0;
    min-height: 140px;
  }
  footer #footer_bottom .bottom_inner {
    display: block;
    padding: 10px 0;
  }
  footer #footer_bottom .bottom_inner #copyright {
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.4rem;
  }
  footer #footer_bottom .bottom_inner .bottom_link {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.3rem;
  }

/* 202305追記 */
.footer_offer #footer_bottom {
	min-height: auto !important;
}

.footer_offer #footer_bottom .bottom_inner {
	padding: 0 !important;
}
/* 202305追記ここまで */


  /*
* 別の資格を探す
*-----------------------------------------------------------*/
  #other_search .section_inner .search_category {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #other_search .section_inner .search_category dl {
    margin-bottom: 20px;
  }
  /*
* 資格を探す（スライドダウンメニュー）
*-----------------------------------------------------------*/
  #search_inside_menu {
    top: 110px;
  }
  #search_inside_menu .title_wrapper {
    -ms-grid-columns: 70% 1fr;
        grid-template-columns: 70% 1fr;
    height: 40px;
  }
  #search_inside_menu .title_wrapper .menu_title {
    font-size: 1rem;
    line-height: 40px;
    text-indent: 40%;
  }
  #search_inside_menu .title_wrapper .close_btn {
    margin: 5px 10px;
    font-size: 0.8rem;
    line-height: 30px;
  }
  #search_inside_menu .title_wrapper .close_btn > img {
    max-width: 15%;
    height: auto;
  }
  #search_inside_menu .menu_list_wrapper {
    padding: 20px;
  }
  #search_inside_menu .menu_list_wrapper .menu_cont {
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 0.8rem;
  }
  #search_inside_menu .menu_list_wrapper .menu_cont dt {
    height: 30px;
  }
  #search_inside_menu .menu_list_wrapper .menu_cont dt > a {
    font-size: 0.8rem;
    line-height: 30px;
  }
  #search_inside_menu .menu_list_wrapper .menu_cont dd > ul li > a {
    padding: 6px 0;
    font-size: 0.8rem;
  }
  /*
* 【各ページ】共通要素
*-----------------------------------------------------------*/
  #breadcrumbs {
    background: #E5E1DA;
	width: 100%;
	overflow: hidden;
  }
  #breadcrumbs .section_inner {
    padding: 10px !important;
    font-size: 0.7rem;
  }
  #breadcrumbs .section_inner > a {
    color: #000;
  }
  #breadcrumbs .section_inner > a:hover {
    text-decoration: underline;
  }
  /*
* 【各ページ】メインビジュアル
*-----------------------------------------------------------*/
  #page_visual > h1 {
    display: block;
    padding: 1% 0;
    top: 30%;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5rem;
  }
  #page_visual > h2 {
    display: block;
    top: 40%;
	padding-top: 10px;
    width: 100%;
    height: 50px;
    /* font-size: 1.2rem; */
	font-size: 0.9rem;
    text-align: center;
    line-height: 50px;
  }
  #page_visual .page_title {
	justify-content: center;
    top: 30%;
    width: 100%;
    height: 50px;
	font-size: 1.2rem;
    text-align: center;
	line-height: 1.6rem;
  }

/* 202305追記 */
.offer_visual {
	height: 120px;
}
/* 202305追記ここまで */


  /*
* 【トップページ】メインコンテンツ
*-----------------------------------------------------------*/
  .top_section {
    margin: 0 auto;
    padding: 40px 0;
  }
  .top_section > h2 {
    font-size: 1.5rem;
  }
  /*
* コンテンツ別
*----------------------------------*/
  #section01 > p {
    max-width: 92%;
  }
  #section02 .section_inner {
    display: block;
  }
  #section02 .section_inner .exam_list {
    margin: 0 auto 20px auto;
  }
  #section02 .section_inner .exam_list:nth-child(3n) {
    margin-right: auto;
  }
  #section02 .section_inner .exam_list .hs,
  #section02 .section_inner .exam_list .hl {
    min-height: auto;
  }
  /*
* 【カテゴリーページ】メインコンテンツ
*-----------------------------------------------------------*/
  /*
* 資格一覧
*----------------------------------*/
  #exam_list {
    background: #000;
  }
  #exam_list .section_inner {
    width: 100% !important;
  }
  #exam_list .section_inner > ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #exam_list .section_inner > ul li {
    display: block !important;
    margin: 0 auto 5% auto;
    padding: 0;
  }
  #exam_list .section_inner > ul li:nth-child(3n) {
    margin-right: auto;
  }
  #exam_list .section_inner > ul li dl .exam_summary {
    min-height: auto !important;
  }
  /*
* 【資格ページ】メインコンテンツ
*-----------------------------------------------------------*/
  /*
* 共通要素
*----------------------------------*/
  #contents .section .section_inner {
    padding: 40px 0;
    width: 100% !important;
  }
  #contents .section .section_inner .pat01,
  #contents .section .section_inner .pat02,
  #contents .section .section_inner .pat03 {
    font-size: 1.6rem;
  }
  /*
* 次回の試験日程
*----------------------------------*/
  #next_exam .section_inner {
    padding: 0 !important;
    display: block;
  }
  #next_exam .section_inner .next_exam_title {
    height: 50px;
    font-size: 1.2rem;
  }
  #next_exam .section_inner .next_exam_date dt {
    padding: 20px 0 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  #next_exam .section_inner .next_exam_date dd {
    clear: both;
    float: none;
  }
  #next_exam .section_inner .next_exam_date .apply_date {
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
  }
  #next_exam .section_inner .next_exam_date .other_date {
    margin: 10px 0;
    font-size: 0.9rem;
    text-align: center;
  }
  #next_exam .section_inner .apply_exam {
    margin: 20px auto;
    width: 90%;
    height: 50px;
  }
  #next_exam .section_inner .apply_exam > a {
    font-size: 1rem;
    line-height: 50px;
  }
  /*
* ページメニュー
*----------------------------------*/
  #page_menu {
    display: none;
  }
  /*
* 資格試験概要
*----------------------------------*/
  #examination_summary .summary_wrap {
    display: block;
  }
  #examination_summary .summary_wrap .summary_txt {
    margin-bottom: 5%;
    padding: 0 3%;
  }
  #examination_summary .summary_wrap .summary_txt > p {
    line-height: 1.5rem;
  }
  #examination_summary .summary_wrap .summary_txt .notice {
    margin-top: 10px;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  /*
* 資格試験詳細
*----------------------------------*/
  #examination_detail .section_inner .summary,
  #examination_detail .section_inner .exam_detail {
    margin: 0 auto 40px auto;
    padding: 0;
    width: 92%;
  }
  #examination_detail .section_inner .summary .summary_lead,
  #examination_detail .section_inner .exam_detail .summary_lead {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  #examination_detail .section_inner .summary .exam_condition,
  #examination_detail .section_inner .exam_detail .exam_condition {
    width: 100%;
  }
  #examination_detail .si_s,
  #examination_detail .si_w {
    display: block;
    width: 100%;
  }
  /*
* 試験日程
*----------------------------------*/
  #examination_date .section_inner .date_wrap {
    display: block;
  }
  #examination_date .section_inner .date_wrap .date_cont {
    margin: 0 auto 2% auto;
    width: 92%;
  }
  #examination_date .section_inner .date_wrap .date_cont .date_title {
    padding: 5%;
    font-size: 1.2rem;
  }
  #examination_date .section_inner .date_wrap .date_cont .exam_term {
    font-size: 1.2rem;
  }
  #examination_date .section_inner .date_wrap .date_cont .date_detail th {
    width: 40%;
    font-size: 0.8rem;
  }
  #examination_date .section_inner .date_wrap .date_cont .date_detail td {
    width: 60%;
    font-size: 0.8rem;
  }
  /*
* 受験申し込みエリア
*----------------------------------*/
  #exam_apply .txt_area {
    padding: 4% 0;
  }
  #exam_apply .txt_area .apply_txt {
    font-size: 1.2rem;
  }
  #exam_apply .txt_area .apply_sub_txt {
    margin: 3% 0 0 0;
    font-size: 0.8rem;
  }
  #exam_apply .apply_btn {
    margin: 0 0 40px 0;
  }
  #exam_apply .apply_btn > a {
    width: 80%;
    height: 52px;
    font-size: 1.1rem;
    line-height: 52px;
  }
  /*
* 【その他ページ】共通要素
*----------------------------------*/
  .other_section {
	margin-top: 30px;
    padding: 30px 0;
  }
  .other_section .section_inner {
    margin: 0 auto;
    padding: 0 3%;
    max-width: 100%;
  }
  .other_section .section_inner .title01,
  .other_section .section_inner .title02 {
    font-size: 1.2rem;
  }
  .other_section .section_inner > p {
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
  .other_section .sec_split {
    display: block;
  }
  .other_section .sec_split .sec_left,
  .other_section .sec_split .sec_right {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
  }
  .other_section .sec_split .sec_left > p,
  .other_section .sec_split .sec_right > p {
    padding: 0 3%;
    font-size: 0.8em;
    line-height: 1.4rem;
  }
  /*
* 協会について
*----------------------------------*/
  .other_section .section_inner .syozai {
    width: 100%;
  }
  .other_section .section_inner .syozai th {
    font-size: 0.85rem;
    vertical-align: middle;
  }
  .other_section .section_inner .syozai td {
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
  /*
* 受験概要
*----------------------------------*/
  .other_section .section_inner .link_list {
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .other_section .section_inner .link_list .list_wrap {
    width: 100%;
  }
  .other_section .section_inner .link_list .list_wrap .list_cont {
    -ms-grid-columns: 35% 1fr !important;
        grid-template-columns: 35% 1fr !important;
  }
  .other_section .section_inner .link_list .list_wrap .list_cont .cont_left > dl dd .link_detail > a,
  .other_section .section_inner .link_list .list_wrap .list_cont .cont_left > dl dd .link_apply > a {
    font-size: 0.7rem !important;
  }
  .other_section .section_inner .link_list .list_wrap .list_cont .cont_right > p {
    font-size: 0.7rem !important;
    line-height: 0.95rem !important;
  }
  /*
* 受験申込方法
*----------------------------------*/
  .other_section .section_inner .apply_step {
    width: 100%;
  }
  .other_section .section_inner .apply_step dt {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
  }
  .other_section .section_inner .apply_step dd {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  /*
* 資格認定制度
*----------------------------------*/
  .other_section .section_inner .exam_list_wrap > ul li {
    display: block !important;
    margin: 0;
    width: 100%;
  }
  .other_section .section_inner .exam_list_wrap > ul li > dl dt > img {
    width: 100% !important;
  }
  .other_section .section_inner .exam_list_wrap > ul li > dl .exam_summary {
    min-height: auto !important;
  }
  /*
* 認定校制度
*----------------------------------*/
  .other_section .section_inner .exam_criteria td {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .other_section .section_inner .cert_apply_form {
    margin: 20px auto 0 auto;
  }
  .other_section .section_inner .cert_apply_form th,
  .other_section .section_inner .cert_apply_form td {
    display: block;
    padding: 3% 5%;
    width: 100%;
  }
  .other_section .section_inner .cert_apply_form th {
    font-size: 0.8rem;
  }
  .other_section .section_inner .cert_apply_form .multiple .sub_heading {
    width: 20%;
    font-size: 0.8rem;
  }
  .other_section .section_inner .btn_area > p {
    padding: 0 4%;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .other_section .section_inner .about_cert {
    width: 100%;
  }
  .other_section .section_inner .about_cert td {
    font-size: 0.8rem;
  }
  /*
* 合格者専用ページ
*----------------------------------*/
  .other_section .section_inner .card_apply_btn {
    width: 100%;
  }
  .other_section .section_inner .card_apply_btn .card_apply {
    width: 90%;
    font-size: 0.8rem;
    background: #CC3030 url("/common/images/other/action_btn_arrow.png") 96% center no-repeat;
  }
  .other_section .section_inner .ccard_img > img {
    max-width: 100%;
    height: auto;
  }
  .other_section .section_inner .sub_section .sub_section_inner .photo_img > img {
    max-width: 80%;
    height: auto;
  }
  .other_section .section_inner .sub_section > p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .other_section .section_inner .sub_section .send_address > p {
    font-size: 0.9rem;
  }
  /*
* 受験申し込み・合格認定証発行申し込み
*----------------------------------*/
  .other_section .section_inner .exam_apply_form th,
  .other_section .section_inner .card_apply_form th {
    display: block;
    padding: 3%;
    width: 100%;
    font-size: 0.9rem;
  }
  .other_section .section_inner .exam_apply_form td,
  .other_section .section_inner .card_apply_form td {
    display: block;
    padding: 4%;
    width: 100%;
  }
  .other_section .section_inner .exam_apply_form td > dl,
  .other_section .section_inner .card_apply_form td > dl {
    margin: 0 0 5px 0;
  }
  .other_section .section_inner .exam_apply_form td > dl dt,
  .other_section .section_inner .card_apply_form td > dl dt {
    height: 30px;
    font-size: 0.9rem;
    line-height: 30px;
  }
  .other_section .section_inner .exam_apply_form td > dl dd > ul li,
  .other_section .section_inner .card_apply_form td > dl dd > ul li {
    margin-bottom: 2%;
    width: 100%;
    font-size: 0.9rem;
  }
  .other_section .section_inner .exam_apply_form td > ul li,
  .other_section .section_inner .card_apply_form td > ul li {
    margin-bottom: 2%;
    width: 100%;
  }
  .other_section .section_inner .btn_area .apply_notice {
    width: 96%;
  }
  .other_section .section_inner .btn_area .apply_notice dt {
    font-size: 0.9rem;
  }
  .other_section .section_inner .btn_area .apply_notice .address_cont .addr_main {
    font-size: 1rem;
  }

	.other_section .section_inner .exam_apply_form td input[type=text],
	.other_section .section_inner .exam_apply_form td input[type=email],
	.other_section .section_inner .card_apply_form td input[type=text],
	.other_section .section_inner .card_apply_form td input[type=email],
	.other_section .section_inner .henkou_form td input[type=text],
	.other_section .section_inner .henkou_form td input[type=email] {
  /* margin: 0;
  padding: 1%;
  font-size: 0.9rem; */
  width: 100%;
  font-size: 1rem;
}

  /*
* 【アーティクルページ】メインコンテンツ
*-----------------------------------------------------------*/
  #contents .contents_inner {
    margin: 0 auto;
    padding: 0;
    width: 96%;
  }
  #contents .contents_inner .lead {
    margin: 20px auto;
  }
  #contents .contents_inner .lead > p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  #contents .contents_inner #article_section > h2 {
    margin: 0 0 20px 0;
    height: 35px;
  }
  #contents .contents_inner #article_section > h2 .h2_txt {
    padding: 0 15px;
    height: 35px;
    font-size: 1.2rem;
    line-height: 35px;
  }
  #contents .contents_inner #article_section .section_lead {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  #contents .contents_inner #article_section .title01 {
    /* height: 40px;
    font-size: 1.1rem;
    text-indent: 20px;
    line-height: 40px; */
    padding: 10px 20px;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  #contents .contents_inner #article_section .article_body01 {
    margin: 0 auto 30px auto;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  #contents .contents_inner #article_section .title02 {
    /* width: 80%;
    height: 40px;
    font-size: 1rem;
    text-indent: 20px;
    line-height: 40px; */
    padding: 8px 20px;
    line-height: 1.5rem;
  }
  #contents .contents_inner #article_section .article_body02 {
    margin: 0 auto 20px auto;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  #contents .contents_inner #article_section .title03 {
    font-size: 0.9rem;
  }
  #contents .contents_inner #article_section .article_body03 {
    margin: 0 auto 20px auto;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  #contents .contents_inner .conclusion > h2 {
    margin: 0 0 20px 0;
    height: 70px;
    line-height: 35px;
    background: none;
  }
  #contents .contents_inner .conclusion > h2 .title {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 0.9rem;
  }
  #contents .contents_inner .conclusion > h2 .conc_txt {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 35px;
    font-size: 0.9rem;
    text-align: center;
    border-left: 25px solid #D8B4B4;
    border-right: 25px solid #D8B4B4;
  }
  #contents .contents_inner .conclusion .sub_title {
    margin: 0 0 20px 0;
    font-size: 0.9rem;
  }
  #contents .contents_inner .conclusion .conc_article {
    padding: 10px 30px;
  }
  #contents .contents_inner .conclusion .conc_article > p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }


  /* 202011追記 */

  /*
  * 資格取得証明について
  *---------------------------------------------------*/
  .banner_section .section_inner {
    max-width: 96%;
  }

  .banner_section .section_inner > h3 {
    padding: 0 0 4% 0;
  }

  .banner_section .section_inner .banner_merit > li {
    margin: 0 auto 5% auto;
    width: 100%;
  }

  .banner_section .section_inner .merit_img > img {
    max-width: 100%;
    height: auto;
  }

  .banner_section .section_inner .get_lead {
    padding: 3% 5%;
    width: 100%;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .banner_section .section_inner .shikaku_select .shikaku_list {
    margin: 0 0 7% 0;
    width: 100%;
  }

  .banner_section .section_inner .shikaku_select .shikaku_list dd > .shikaku_contents li {
    margin: 0 auto 4% auto;
    font-size: 0.9rem;
  }

  /* 202110追記 */
  #contents .contents_inner #article_section .article_img {
    margin-bottom: 20px;
    width: 98%;
    height: auto;
  }

  #contents .contents_inner #article_section .kouza_contents {
    width: 100%;
    border-left: 1px solid #ccc;
  }

  #contents .contents_inner #article_section .kouza_contents tr:last-child th {
    border-bottom: 1px solid #ccc;
  }

  #contents .contents_inner #article_section .kouza_contents th {
    padding: 10px;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4rem;
  }

  #contents .contents_inner #article_section .kouza_contents td {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  #contents .contents_inner #article_section .shikaku_intro {
    margin: 30px auto;
    width: 96%;
  }

  #contents .contents_inner #article_section .shikaku_intro > a {
    padding: 10px;
  }

  #contents .contents_inner #article_section .shikaku_intro > a .intro_img {
    width: 100%;
  }

  #contents .contents_inner #article_section .shikaku_intro > a .intro_detail {
    margin: 15px 0 0 0;
    width: 100%;
  }

  #contents .contents_inner #article_section .shikaku_intro > a .intro_detail .detail_cont .shikaku_name {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  #contents .contents_inner #article_section .shikaku_kouza {
    padding: 20px;
  }

  #contents .contents_inner #article_section .shikaku_kouza > dd {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  #contents .contents_inner #article_section .shikaku_kouza > dd > a {
    word-break: break-all;
  }

}


/*
* タブレット
*-----------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  /*
* ヘッダー
*-----------------------------------------------------------*/
  #header {
    display: block;
    margin: 0;
    width: 100%;
    height: 70px;
  }
  #header > h1 {
    display: block;
    margin: 0;
    padding: 6px 0 0 0;
    width: 100%;
    height: 70px;
    text-align: center;
  }
  #header > h1 > a > img {
    max-width: 100%;
    height: auto;
  }
  #header .contact,
  #header .head_search,
  #header .head_apply {
    display: none;
  }
  /*
* グローバルナビゲーション
*-----------------------------------------------------------*/
  #global_nav_sp {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-rows: 100%;
        grid-template-rows: 100%;
    -ms-grid-columns: 40% 40% 20%;
        grid-template-columns: 40% 40% 20%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    background: #000;
    overflow-x: hidden;
  }
  #global_nav_sp .apply {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #global_nav_sp .apply > a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    line-height: 44px;
    color: #FFF;
  }
  #global_nav_sp .apply > a > .icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  #global_nav_sp .apply > a > .icon > img {
    margin-top: -3px;
    max-width: 80%;
    height: auto;
    vertical-align: middle;
  }
  #global_nav_sp .search {
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 0.9rem;
    color: #FFF;
    line-height: 44px;
    text-align: center;
    background: #8093A0;
  }
  #global_nav_sp .search > .icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  #global_nav_sp .search > .icon > img {
    margin-top: -3px;
    max-width: 80%;
    height: auto;
    vertical-align: middle;
  }
  #global_nav_sp .apply {
    -ms-grid-column: 2;
    grid-column: 2;
    background: #D31328;
  }
  #global_nav_sp .nav_menu_sp {
    -ms-grid-column: 3;
    grid-column: 3;
    position: static;
    display: block;
    margin: 0;
    padding: 0;
  }
  #global_nav_sp .nav_menu_sp li {
    margin-left: 20px;
    width: 70%;
    height: 50px;
    font-size: 1rem;
    line-height: 55px;
    border-bottom: 1px dotted #333;
  }
  #global_nav_sp .nav_menu_sp li > a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
  }
  #global_nav_sp .nav_menu_sp li > a img {
    margin-right: 30px;
    vertical-align: middle;
  }
  #global_nav_sp .nav {
    position: relative;
  }
  #global_nav_sp .nav_checkbox {
    display: none;
  }
  #global_nav_sp .nav_icon {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 40px;
    position: absolute;
    right: 10px;
  }
  #global_nav_sp .nav_icon-parts, #global_nav_sp .nav_icon-parts:before, #global_nav_sp .nav_icon-parts:after {
    background: #FFF;
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 0;
    /* right: 0; */
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #global_nav_sp .nav_icon-parts:before, #global_nav_sp .nav_icon-parts:after {
    content: " ";
  }
  #global_nav_sp .nav_icon-parts:before {
    /* top: 16px; */
	top: 10px;
  }
  #global_nav_sp .nav_icon-parts:after {
    top: -16px;
  }
  #global_nav_sp .nav_overlay {
    background: #000;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }
  #global_nav_sp .nav_menu {
    position: fixed;
    top: 110px;
    right: -300px;
    padding: 3% 0 10% 0;
    width: 300px;
    color: #000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #000;
  }
  #global_nav_sp .nav_icon {
    z-index: 4;
  }
  #global_nav_sp .nav_menu {
    z-index: 3;
  }
  #global_nav_sp .nav_overlay {
    z-index: 2;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_icon .nav_icon-parts {
    background: transparent;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_icon .nav_icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_icon .nav_icon-parts:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_overlay {
    opacity: 0.5;
    pointer-events: auto;
  }
  #global_nav_sp .nav_checkbox:checked ~ .nav_menu {
    right: 0;
  }
  #global_nav_sp .nav_icon-parts, #global_nav_sp .nav_icon-parts:after, #global_nav_sp .nav_icon-parts:before, #global_nav_sp .nav_overlay, #global_nav_sp .nav_menu {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  #global_nav {
    display: none;
  }
  /*
* フッター
*----------------------------------*/
  footer {
    position: relative;
    width: 100%;
  }
  footer #footer_link {
    padding: 0 2%;
    -ms-grid-columns: 15% 25% 40% 20%;
        grid-template-columns: 15% 25% 40% 20%;
  }
  footer #footer_link .link_cont {
    font-size: 0.8rem;
  }
  footer #footer_bottom {
    padding: 10px 0;
    min-height: 150px;
  }
  footer #footer_bottom .bottom_inner {
    display: block;
    padding: 10px 0;
  }
  footer #footer_bottom .bottom_inner #copyright {
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4rem;
  }
  footer #footer_bottom .bottom_inner .bottom_link {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  /*
* 別の資格を探す
*-----------------------------------------------------------*/
  #other_search .section_inner .search_category {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 90%;
    margin: 0 auto;
  }
  #other_search .section_inner .search_category dl {
    margin: 0 10px;
  }
  /*
* 資格を探す（スライドダウンメニュー）
*-----------------------------------------------------------*/
  #search_inside_menu {
    top: 110px;
  }
  #search_inside_menu .title_wrapper {
    -ms-grid-columns: 70% 1fr;
        grid-template-columns: 70% 1fr;
    height: 40px;
  }
  #search_inside_menu .title_wrapper .menu_title {
    font-size: 1rem;
    line-height: 40px;
    text-indent: 40%;
  }
  #search_inside_menu .title_wrapper .close_btn {
    margin: 5px 10px;
    font-size: 0.8rem;
    line-height: 30px;
  }
  #search_inside_menu .title_wrapper .close_btn > img {
    max-width: 15%;
    height: auto;
  }
  #search_inside_menu .menu_list_wrapper {
    padding: 20px;
  }
  #search_inside_menu .menu_list_wrapper .menu_cont {
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 0.8rem;
  }
  #search_inside_menu .menu_list_wrapper .menu_cont dt {
    height: 30px;
  }
  #search_inside_menu .menu_list_wrapper .menu_cont dt > a {
    font-size: 0.8rem;
    line-height: 30px;
  }
  #search_inside_menu .menu_list_wrapper .menu_cont dd > ul li > a {
    padding: 6px 0;
    font-size: 0.8rem;
  }
  /*
* 【各ページ】共通要素
*-----------------------------------------------------------*/
  #breadcrumbs {
    background: #E5E1DA;
  }
  #breadcrumbs .section_inner {
    padding: 10px !important;
    font-size: 0.7rem;
  }
  #breadcrumbs .section_inner > a {
    color: #000;
  }
  #breadcrumbs .section_inner > a:hover {
    text-decoration: underline;
  }
  /*
* 【各ページ】メインビジュアル
*-----------------------------------------------------------*/
  #page_visual > h1 {
    display: block;
    padding: 2% 0 2% 3%;
    top: 30%;
    width: 80%;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #page_visual > h2 {
    min-width: 80%;
    height: 65px;
    font-size: 1.8rem;
  }
  /*
* 【トップページ】メインコンテンツ
*-----------------------------------------------------------*/
  .top_section {
    margin: 0 auto;
    padding: 40px 0;
  }
  .top_section > h2 {
    font-size: 1.5rem;
  }
  /*
* コンテンツ別
*----------------------------------*/
  #section01 > p {
    max-width: 92%;
  }
  #section02 .section_inner .exam_list {
    margin: 0 auto 20px auto;
    border: none;
  }
  #section02 .section_inner .exam_list:nth-child(3n) {
    margin-right: auto;
  }
  #section02 .section_inner .exam_list .hs {
    min-height: 110px;
  }
  #section02 .section_inner .exam_list .hl {
    min-height: auto;
  }
  /*
* 【カテゴリーページ】メインコンテンツ
*-----------------------------------------------------------*/
  /*
* 資格一覧
*----------------------------------*/
  #exam_list {
    background: #000;
  }
  #exam_list .section_inner {
    width: 100% !important;
  }
  #exam_list .section_inner > ul {
    margin: 0 auto;
    padding: 0;
    width: 86%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #exam_list .section_inner > ul li {
    display: block !important;
    margin: 0 0 5% 0;
    padding: 0;
  }
  /*
* 【資格ページ】メインコンテンツ
*-----------------------------------------------------------*/
  /*
* 共通要素
*----------------------------------*/
  #contents .section .section_inner {
    padding: 40px 0;
    width: 100% !important;
  }
  #contents .section .section_inner .pat01,
  #contents .section .section_inner .pat02,
  #contents .section .section_inner .pat03 {
    font-size: 1.6rem;
  }
  /*
* 次回の試験日程
*----------------------------------*/
  #next_exam .section_inner {
    padding: 0 !important;
    display: block;
  }
  #next_exam .section_inner .next_exam_title {
    height: 50px;
    font-size: 1.2rem;
  }
  #next_exam .section_inner .next_exam_date dt {
    padding: 20px 0 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  #next_exam .section_inner .next_exam_date dd {
    clear: both;
    float: none;
  }
  #next_exam .section_inner .next_exam_date .apply_date {
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
  }
  #next_exam .section_inner .next_exam_date .other_date {
    margin: 10px 0;
    font-size: 0.9rem;
    text-align: center;
  }
  #next_exam .section_inner .apply_exam {
    margin: 20px auto;
    width: 90%;
    height: 50px;
  }
  #next_exam .section_inner .apply_exam > a {
    font-size: 1rem;
    line-height: 50px;
  }
  /*
* ページメニュー
*----------------------------------*/
  #page_menu {
    display: none;
  }
  /*
* 資格試験概要
*----------------------------------*/
  #examination_summary .summary_wrap {
    display: block;
  }
  #examination_summary .summary_wrap .summary_txt {
    margin-bottom: 5%;
    padding: 0 3%;
  }
  #examination_summary .summary_wrap .summary_txt > p {
    line-height: 1.5rem;
  }
  #examination_summary .summary_wrap .summary_txt .notice {
    margin-top: 10px;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  /*
* 資格試験詳細
*----------------------------------*/
  #examination_detail .section_inner .summary,
  #examination_detail .section_inner .exam_detail {
    margin: 0 auto 40px auto;
    padding: 0;
    width: 92%;
  }
  #examination_detail .section_inner .summary .summary_lead,
  #examination_detail .section_inner .exam_detail .summary_lead {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  #examination_detail .section_inner .summary .exam_condition,
  #examination_detail .section_inner .exam_detail .exam_condition {
    width: 100%;
  }
  #examination_detail .si_s,
  #examination_detail .si_w {
    display: block;
    width: 100%;
  }
  /*
* 試験日程
*----------------------------------*/
  #examination_date .section_inner .date_wrap {
    margin: 0 auto;
    width: 96%;
  }
  #examination_date .section_inner .date_wrap .date_cont .date_title {
    padding: 5%;
    font-size: 1.2rem;
  }
  #examination_date .section_inner .date_wrap .date_cont .exam_term {
    font-size: 1.2rem;
  }
  #examination_date .section_inner .date_wrap .date_cont .exam_term .term_title {
    margin: 0 5% 0 0;
    padding: 2% 3%;
    font-size: 0.8rem;
    color: #FFF;
    text-align: center;
    background: #51504E;
  }
  #examination_date .section_inner .date_wrap .date_cont .date_detail th {
    width: 40%;
    font-size: 0.8rem;
  }
  #examination_date .section_inner .date_wrap .date_cont .date_detail td {
    width: 60%;
    font-size: 0.8rem;
  }
  /*
* 受験申し込みエリア
*----------------------------------*/
  #exam_apply .txt_area {
    padding: 4% 0;
  }
  #exam_apply .txt_area .apply_txt {
    font-size: 1.2rem;
  }
  #exam_apply .txt_area .apply_sub_txt {
    margin: 3% 0 0 0;
    font-size: 0.8rem;
  }
  #exam_apply .apply_btn {
    margin: 0 0 40px 0;
  }
  #exam_apply .apply_btn > a {
    width: 80%;
    height: 52px;
    font-size: 1.1rem;
    line-height: 52px;
  }
  /*
* 【その他ページ】共通要素
*----------------------------------*/
  .other_section {
    /* padding: 30px 0 0 0; */
	padding: 0;
  }
  .other_section .section_inner {
    margin: 0 auto;
    padding: 0 3%;
    max-width: 100%;
  }
  .other_section .section_inner .title01,
  .other_section .section_inner .title02 {
    font-size: 1.2rem;
  }
  .other_section .section_inner .title02 {
	margin-bottom: 30px;
  }

  .other_section .section_inner > p {
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
  .other_section .sec_split {
    display: block;
  }
  .other_section .sec_split .sec_left,
  .other_section .sec_split .sec_right {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
  }
  .other_section .sec_split .sec_left > p,
  .other_section .sec_split .sec_right > p {
    padding: 0 3%;
    font-size: 0.8em;
    line-height: 1.4rem;
  }
  /*
* 協会について
*----------------------------------*/
  .other_section .section_inner .syozai {
    width: 100%;
  }
  .other_section .section_inner .syozai th {
    font-size: 0.85rem;
    vertical-align: middle;
  }
  .other_section .section_inner .syozai td {
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
  /*
* 受験概要
*----------------------------------*/
  .other_section .section_inner .link_list {
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .other_section .section_inner .link_list .list_wrap {
    width: 100%;
  }
  .other_section .section_inner .link_list .list_wrap .list_cont {
    -ms-grid-columns: 35% 1fr !important;
        grid-template-columns: 35% 1fr !important;
  }
  .other_section .section_inner .link_list .list_wrap .list_cont .cont_left > dl dd .link_detail > a,
  .other_section .section_inner .link_list .list_wrap .list_cont .cont_left > dl dd .link_apply > a {
    font-size: 0.7rem !important;
  }
  .other_section .section_inner .link_list .list_wrap .list_cont .cont_right > p {
    font-size: 0.85rem !important;
    line-height: 1.3rem !important;
  }
  /*
* 受験申込方法
*----------------------------------*/
  .other_section .section_inner .apply_step {
    width: 100%;
  }
  .other_section .section_inner .apply_step dt {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
  }
  .other_section .section_inner .apply_step dd {
    font-size: 0.85rem;
    line-height: 1.3rem;
  }
  .other_section .section_inner .apply_step dd .left,
  .other_section .section_inner .apply_step dd .right {
    float: none;
    margin-bottom: 20px;
    width: auto;
  }
  /*
* 資格認定制度
*----------------------------------*/
  .other_section .section_inner .exam_list_wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .other_section .section_inner .exam_list_wrap > ul li {
    margin: 0;
    /* width: 48%; */
    width: 100%;
  }
  .other_section .section_inner .exam_list_wrap > ul li > dl dt > img {
    width: 100% !important;
  }
  .other_section .section_inner .exam_list_wrap > ul li > dl .exam_summary {
    min-height: 190px;
  }
  /*
* 認定校制度
*----------------------------------*/
  .other_section .section_inner .cert_apply_form {
    margin: 20px auto 0 auto;
  }
  .other_section .section_inner .cert_apply_form th {
    font-size: 0.85rem;
  }
  .other_section .section_inner .cert_apply_form td {
    font-size: 0.8rem;
  }
  .other_section .section_inner .btn_area > p {
    padding: 0 4%;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .other_section .section_inner .about_cert {
    width: 100%;
  }
  .other_section .section_inner .about_cert td {
    font-size: 0.8rem;
  }
  /*
* 合格者専用ページ
*----------------------------------*/
  .other_section .section_inner .license_img {
    margin-top: 20px;
    text-align: center;
  }
  .other_section .section_inner .card_apply_btn {
    width: 100%;
  }
  .other_section .section_inner .card_apply_btn .card_apply {
    width: 70%;
    font-size: 0.8rem;
    background: #CC3030 url("/images/other/action_btn_arrow.png") 96% center no-repeat;
  }
  .other_section .section_inner .ccard_img > img {
    max-width: 100%;
    height: auto;
  }
  .other_section .section_inner .sub_section .sub_section_inner .photo_img > img {
    max-width: 100%;
    height: auto;
  }
  .other_section .section_inner .sub_section > p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .other_section .section_inner .sub_section .send_address > p {
    font-size: 0.9rem;
  }
  /*
* 受験申し込み・合格認定証発行申し込み
*----------------------------------*/
  .other_section .section_inner .exam_apply_form th,
  .other_section .section_inner .card_apply_form th {
    font-size: 0.85rem;
  }
  .other_section .section_inner .exam_apply_form td,
  .other_section .section_inner .card_apply_form td {
    font-size: 0.8rem;
  }
  .other_section .section_inner .exam_apply_form td > dl,
  .other_section .section_inner .card_apply_form td > dl {
    margin: 0 0 5px 0;
  }
  .other_section .section_inner .exam_apply_form td > dl dt,
  .other_section .section_inner .card_apply_form td > dl dt {
    height: 30px;
    font-size: 0.9rem;
    line-height: 30px;
  }
  .other_section .section_inner .exam_apply_form td > dl dd > ul li,
  .other_section .section_inner .card_apply_form td > dl dd > ul li {
    margin-bottom: 2%;
    width: 100%;
    font-size: 0.85rem;
  }
  .other_section .section_inner .exam_apply_form td .sep_2 li,
  .other_section .section_inner .card_apply_form td .sep_2 li {
    margin-bottom: 2%;
    width: 100%;
    font-size: 0.85rem;
  }
  .other_section .section_inner .btn_area .apply_notice {
    width: 96%;
  }
  .other_section .section_inner .btn_area .apply_notice dt {
    font-size: 0.9rem;
  }
  .other_section .section_inner .btn_area .apply_notice .address_cont .addr_main {
    font-size: 1rem;
  }

  /*
* 【アーティクルページ】メインコンテンツ
*-----------------------------------------------------------*/
  #contents .contents_inner {
    margin: 0 auto;
    padding: 0;
    width: 96%;
  }

  #contents .article_title {
    /* margin: 30px auto 20px auto;
    padding: 20px 30px;
    width: 1140px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #831D1D;
    border-top: 2px solid #D8B4B4;
    border-left: 2px solid #D8B4B4;
    border-right: 2px solid #D8B4B4;
    border-bottom: 5px solid #831D1D; */
    margin: 20px auto 0 auto;
    padding: 10px;
    width: 98%;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  #contents .post_date {
	margin-bottom: 16px;
	width: 94%;
	font-size: 0.9rem;
}

  #contents .article_img {
    /* margin: 0 auto;
    padding: 0;
    width: 1140px;
    height: 300px;
    overflow: hidden; */
    width: 96%;
    /* height: 220px; */
	height: auto;
	margin-bottom: 10px;
  }

  #contents .article_img > img {
    /* object-fit: cover;
    width: 100%;
    height: 300px; */
    /* height: 220px; */
	object-fit: contain;
	max-width: 100%;
	height: auto;
  }

  #contents .contents_inner .lead {
    /* margin: 40px 0; */
    margin: 10px auto 0 auto;
    /* padding: 0; */
    padding: 20px;
    /* width: 100%;
    font-size: 1rem;
    line-height: 1.8rem;
    background: #faf5f5; */
  }

  /* コラム目次 */
.page_index {
  margin: 20px auto 40px auto;
  padding: 0 20px 20px 20px;
}

.page_index > dt {
  width: 50%;
  font-size: 1rem;
}

.page_index > dd ul.index_link .level_1 {
  font-size: 0.9rem;
}

.page_index > dd ul.index_link .level_2 {
  margin: 0 0 0 20px;
  font-size: 0.9rem;
}

.page_index > dd ul.index_link .level_2 + .level_2 {
  margin-top: 15px;
}


  #contents .contents_inner .lead > p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  /* #contents .contents_inner #article_section > h2 {
    margin: 0 0 20px 0;
    height: 35px;
  }
  #contents .contents_inner #article_section > h2 .h2_txt {
    padding: 0 15px;
    height: 35px;
    font-size: 1.2rem;
    line-height: 35px;
  } */

  #contents .contents_inner #article_section > h2 {
    /* margin: 0 0 30px 0;
    padding: 0 0 0 30px;
    width: 100%;
    height: 45px;
    background: #fff;
    border-left: 15px solid #831D1D;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #8D1616; */
    margin: 0 auto 20px auto;
    padding: 8px 10px 8px 10px;
    width: 98%;
    height: auto;
    font-size: 1.1rem;
    line-height: 1.6rem;
    border-top: 1px solid #831D1D;
    border-bottom: 1px solid #831D1D;
    border-right: 1px solid #831D1D;
  }

  #contents .contents_inner #article_section > h2::after {
    /* content: '';
    height: 100%;
    flex-grow: 1;
    background: #D8B4B4;
    margin-left: 45px; */
    display: none;
  }


  #contents .contents_inner #article_section .section_lead {
    font-size: 0.9rem;
    line-height: 1.4rem;
    width: 96%;
  }
  /* tablet */
  /* #contents .contents_inner #article_section .title01 {
    height: 40px;
    font-size: 1.1rem;
    text-indent: 20px;
    line-height: 40px;
  } */
  #contents .contents_inner #article_section .article_body01 {
    margin: 0 auto 30px auto;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  /* #contents .contents_inner #article_section .title02 {
    width: 50%;
    height: 40px;
    font-size: 1rem;
    text-indent: 20px;
    line-height: 40px;
  } */
  #contents .contents_inner #article_section .title02 {
    /* margin: 0 0 20px 0;
    padding: 0;
    width: 50%;
    height: 50px;
    font-size: 1.1rem;
    color: #8D1616;
    text-indent: 30px;
    line-height: 50px;
    background: #F2EFEA; */
    margin: 0 auto 20px auto;
    width: 96%;
  }


  #contents .contents_inner #article_section .article_body02 {
    margin: 0 auto 20px auto;
    font-size: 0.9rem;
    line-height: 1.4rem;
    width: 96%;
  }

  #contents .contents_inner #article_section .title03 {
    font-size: 0.9rem;
  }
  #contents .contents_inner #article_section .article_body03 {
    margin: 0 auto 20px auto;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  #contents .contents_inner .conclusion > h2 {
    /* margin: 0 0 30px 0;
    height: 35px;
    line-height: 35px; */
  }

  #contents .contents_inner .conclusion > h2 .title {
    width: 120px;
    height: 35px;
    font-size: 0.9rem;
  }

  #contents .contents_inner .conclusion > h2 .conc_txt {
    margin: 0 auto;
    padding: 8px 20px;
    /* height: 35px; */
    height: auto;
    font-size: 1.1rem;
    border: none;
    background: #D8B4B4;
  }

  #contents .contents_inner .conclusion > h2 .title {
    /* display: inline-block;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 45px;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    background: #9F3E3E; */
    width: 100%;
  }


  #contents .contents_inner .conclusion .sub_title {
    margin: 0 0 30px 0;
    font-size: 1rem;
  }
  #contents .contents_inner .conclusion .conc_article {
    padding: 10px 30px;
  }
  #contents .contents_inner .conclusion .conc_article > p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}


/* 資格コラムリストエリア */
.shikaku_column_list {
	margin: 30px auto 0 auto;
	padding: 40px 0;
	background: #fafafa;
}

.shikaku_column_list_inner {
	margin: 0 auto;
	padding: 0;
	width: 1140px;
}

.shikaku_column_list_inner .shikaku_column_list_area_title {
	margin: 0 auto 20px auto;
	padding: 0 0 15px 0;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	border-bottom: 2px solid #ccc;
}

.shikaku_column_list_inner .column_list_area {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.shikaku_column_list_inner .column_list_area .list_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_thumb {
	margin: 0;
	padding: 0;
	width: 15%;
	height: 130px;
	overflow: hidden;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_thumb > a > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.shikaku_column_list_inner .column_list_area .list_contents .list_thumb > a:hover > img {
	transform: scale(1.2);
	transition: all 0.3s;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_detail {
	margin: 0;
	padding: 0;
	width: 84%;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_detail .list_title {
	margin: 0;
	padding: 0;
	width: 100%;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_detail .list_title > a {
	display: block;
	margin: 0;
	padding: 13px;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	color: #fff;
	background-color: #51504e;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_detail .list_title > a:hover {
	background: #282727;
	transition: all 0.3s;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_detail .list_summary {
	margin: 0;
	padding: 10px;
	font-size: 0.9rem;
	color: #000;
	line-height: 1.3rem;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_detail .list_link {
	margin: 0;
	padding: 0;
	text-align: right;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_detail .list_link > a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	padding: 5px 10px;
	width: 150px;
	height: 30px;
	font-size: 0.9rem;
	color: #fff;
	background-color: #51504e;
}

.shikaku_column_list_inner .column_list_area .list_contents .list_detail .list_link > a:hover {
	background: #282727;
	transition: all 0.3s;
}


@media screen and (max-width: 480px) {

	.shikaku_column_list {
		padding: 30px 20px;
	}

	.shikaku_column_list_inner {
		width: 100%;
	}

	.shikaku_column_list_inner .shikaku_column_list_area_title {
		font-size: 1.7rem;
	}

	.shikaku_column_list_inner .column_list_area .list_contents .list_thumb {
		width: 100%;
		height: 100px;
	}

	.shikaku_column_list_inner .column_list_area .list_contents .list_detail {
		width: 100%;
	}

	.shikaku_column_list_inner .column_list_area .list_contents .list_detail .list_title > a {
		padding: 9px 13px;
		line-height: 1.4rem;
	}

	.shikaku_column_list_inner .column_list_area .list_contents .list_detail .list_summary {
		padding: 10px 0;
	}

}




/* .cf::after {
	content: "";
	display: table;
	clear: both;
}

.post_list {
	margin: 30px 0 0 0;
	padding: 40px 0;
	background-color: #fafafa;
}

.postlist_area_title {
	margin: 0 auto 20px auto;
	padding: 0 0 15px 0;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	border-bottom: 2px solid #ccc;
}


.postlist_inner {
    margin: 0 auto;
    max-width: 1140px;
}

.postlist_inner .related_title {
  margin: 0 auto 30px auto;
  padding: 0 0 20px 0;
  width: 100%;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #ccc;
}

.postlist_inner ul li {
	border-bottom: 1px dashed #000;
	line-height: 1.5;
	padding: 10px 0;
}

.postlist_inner ul li a:hover {
	opacity: 0.7;
}

.postlist_thumb {
	float: left;
	width: 100px;
}

.postlist_thumb img {
	height: auto;
	max-width: 155px;
  height: 150px;
  object-fit: cover;
}

.postlist_right {
	float: right;
	width: calc(100% - 165px);
}

.postlist_right .postlist_title {
	background-color: #51504e;
	color: #ffff;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
}

.postlist_right .postlist_title > a {
	color: #fff;
}

.postlist_right .postlist_content {
	font-size: 14px;
	padding: 10px;
}

.postlist_right .postlist_link {
	font-size: 14px;
	margin-bottom: 5px;
	text-align: right;
}

.postlist_right .postlist_link a {
	background-color: #51504e;
	color: #fff;
	padding: 5px 10px;
} */


/* @media screen and (min-width: 1px) and (max-width: 768px) {
	.postlist_thumb img {
		max-width: 100px;
	}
	.postlist_right {
		width: calc(100% - 100px);
	}
} */

.footer_floating {
  display: none;
}

@media only screen and (max-width:480px) {

  .footer_floating {
		display: block;
		padding: 0 auto;
    width: 100vw;
		height: 90px;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		text-align: center;
		background: rgba(112, 105, 103, 0.9);
	}

	.footer_floating .floating_inner {
		/* display: grid;
		grid-template-rows: 100%;
		grid-template-columns: 40% 45% 12%;
		grid-gap: 1%;
		padding: 5% 1% 0 2%; */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 10px auto 0 auto;
		padding: 0;
		width: 94%;
	}

	.footer_floating .floating_inner .menu_exam {
		/* grid-row: 1;
		grid-column: 1; */
		width: 40%;
		height: 60px;
	}

	.footer_floating .floating_inner .menu_card {
		/* grid-row: 1;
		grid-column: 2; */
		width: 40%;
		height: 50px;
	}

	.footer_floating .floating_inner .menu_exam > a,
	.footer_floating .floating_inner .menu_card > a {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}


	.footer_floating .floating_inner .menu_exam > a > img,
	.footer_floating .floating_inner .menu_card > a > img {
		object-fit: cover;
		width: auto;
		height: 100%;
	}

	.footer_floating .floating_inner .backtotop {
		/* grid-row: 1;
		grid-column: 3; */
		width: 15%;
	}

	.footer_floating .floating_inner .menu_exam a img,
	.footer_floating .floating_inner .menu_card a img,
	.footer_floating .floating_inner .backtotop a img {
		max-width: 100%;
		height: auto;
	}


	/* 202207追記 */

	/* INFORMATION */
	.information_area {
		width: 96%;
	}

	.information_area .information_list {
		padding: 10px 15px;
		width: 100%;
	}

	.information_area .information_list > li .info_cont .info_date {
		width: 100%;
	}

	.information_area .information_list > li .info_cont .info_title {
		margin-top: 8px;
		width: 100%;
	}

	.information_area .information_list > li .info_cont .info_title .title_area > a {
		font-size: 0.9rem;
		line-height: 1.4rem;
	}

	.information_area .information_list > li .info_cont .info_title .title_area .new_mark {
		margin-right: 6px;
	}


	/* INFORMATION一覧 */
	.whatsnew_area .select_category {
		width: 100%;
	}

	.whatsnew_area .select_category .category_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px 10px 0 10px;
	}

	.whatsnew_area .select_category .category_list > li {
		margin-bottom: 10px;
		width: calc(98% / 2);
	}

	.whatsnew_area .select_category .category_list > li + li {
		margin-top: 0;
	}

	.whatsnew_area .whatsnew_list {
		width: 100%;
	}

	.whatsnew_area .whatsnew_list  > li .info_cont .info_date {
		width: 30%;
	}

	.whatsnew_area .whatsnew_list  > li .info_cont .info_category {
		width: 70%;
	}

	.whatsnew_area .whatsnew_list  > li .info_cont .info_category .category_label {
		margin: 0;
		padding: 4px 15px;
		width: 130px;
		font-size: 0.8rem;
		text-align: center;
	}

	.whatsnew_area .whatsnew_list  > li .info_cont .info_title {
		margin: 8px 0 0 0;
		width: 100%;
	}

	.whatsnew_area .whatsnew_list  > li .info_cont .info_title > a {
		font-size: 0.9rem;
		line-height: 1.4rem;
	}

	.whatsnew_area .whatsnew_list  > li .info_cont .info_title .new_mark {
		font-size: 0.8rem;
	}


	/* INFORMATION詳細 */
	.news_title_area .news_category {
		width: 100%;
	}

	.news_title_area .news_category .category_label {
		margin-top: 10px;
		width: 100%;
		font-size: 0.8rem;
	}

	.news_title_area .news_title {
		padding: 15px 10px;
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}

	.news_postdate {
		font-size: 0.9rem;
	}

	.news_contents {
		padding: 15px;
		font-size: 0.9rem;
		line-height: 1.4rem;
	}

	.news_list_back {
		justify-content: center;
	}

	.news_list_back > a {
		padding: 10px 0;
		width: 200px;
	}

	/* 202207追記ここまで */

}



/* 202211追記 */

/** コラム記事フォーマット変更 */
#contents .contents_inner .column_lead {
	margin: 20px 0;
	padding: 30px;
	width: 100%;
	font-size: 1rem;
	line-height: 1.6rem;
	background: #faf5f5;
}

#contents .contents_inner h2.main_midashi {
	margin: 30px 0;
	padding: 0 0 0 30px;
	width: 100%;
	height: 45px;
	background: #fff;
	border-left: 15px solid #831D1D;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	color: #8D1616;
}

#contents .contents_inner h2.main_midashi::after {
	content: '';
	height: 100%;
	flex-grow: 1;
	background: #D8B4B4;
	margin-left: 45px;
}

#contents .contents_inner .sub_midashi {
	margin: 20px 0;
	padding: 15px 20px;
	width: 100%;
	font-size: 1.1rem;
	color: #8D1616;
	background: #fff;
	border-top: 2px solid #e7dcc9;
	border-bottom: 2px solid #e7dcc9;
	border-right: 2px solid #e7dcc9;
	border-left: 8px solid #e7dcc9;
	display: flex;
	align-items: center;
}

#contents .contents_inner .komidashi {
	margin: 20px auto;
	padding: 15px 20px;
	width: 98%;
	font-size: 1.1rem;
	font-weight: normal;
	color: #970e0e;
	background: #F5F5F5;
}


#contents .contents_inner .section_lead {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
}

#contents .contents_inner .contents_txt {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 98%;
	font-size: 1rem;
	line-height: 1.8rem;
}

/* 資格概要テーブル */
.shikaku_tbl {
	margin: 30px 0 30px 1%;
	padding: 0;
	width: 70%;
	border: 1px solid #ccc;
	table-layout: fixed;
}

.shikaku_tbl caption {
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	line-height: 1.5rem;
	background: #b9a178;
}

.shikaku_tbl tr:last-child th,
.shikaku_tbl tr:last-child td {
	border-bottom: none;
}

.shikaku_tbl th {
	margin: 0;
	padding: 7px 0;
	width: 25%;
	font-size: 15px;
	color: #000;
	line-height: 1.6rem;
	vertical-align: middle;
	background: #f1f1f1;
	border-bottom: 1px solid #fff;
}

.shikaku_tbl td {
	margin: 0;
	padding: 7px 10px;
	width: 75%;
	font-size: 15px;
	color: #333;
	line-height: 1.7rem;
	border-bottom: 1px solid #ddd;
	word-wrap: break-word;
}

/* 資格概要テーブル・3カラム */
.shikaku_tbl.column_3 {
	width: 98%;
}

.shikaku_tbl.column_3 thead th {
	margin: 0;
	padding: 13px 0;
	font-size: 15px;
	color: #000;
	vertical-align: middle;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.shikaku_tbl.column_3 thead .th_head {
	width: 20%;
	border-left: 1px solid #ccc;
}

.shikaku_tbl.column_3 thead .th_col {
	width: 40%;
}

.shikaku_tbl.column_3 tbody .td_head {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #f1f1f1;
}

.shikaku_tbl.column_3 tbody .td_col {
	border-left: 1px solid #ddd;
}

/* 資格概要テーブル・4カラム */
.shikaku_tbl.column_4 {
	width: 100%;
}

.shikaku_tbl.column_4 thead th {
	margin: 0;
	padding: 7px 0;
	width: 25%;
	font-size: 15px;
	color: #000;
	vertical-align: middle;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.shikaku_tbl.column_4 thead .th_head {
	border-left: 1px solid #ccc;
}


.shikaku_tbl.column_4 tbody .td_head {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #f1f1f1;
}

.shikaku_tbl.column_4 tbody .td_col {
	border-left: 1px solid #ddd;
}


/* 資格概要テーブル・カリグラフィー */
.shikaku_tbl.column_calligraphy {
	width: 70%;
}

.shikaku_tbl.column_calligraphy .th_head {
	width: 30%;
}

.shikaku_tbl.column_calligraphy .td_1 {
	width: 10%;
	text-align: center;
	border-right: 1px solid #ddd;
}

.shikaku_tbl.column_calligraphy .td_2 {
	width: 60%;
}


/* 資格概要テーブル・参照付きテーブル */
.shikaku_tbl_quote {
	margin: 30px 0;
	padding: 0;
	width: 70%;
	border-top: 1px solid #ccc;
}

.shikaku_tbl_quote caption {
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background: #b9a178;
}

.shikaku_tbl_quote tbody tr:last-child th,
.shikaku_tbl_quote tbody tr:last-child td {
	border-bottom: 1px solid #ccc;
}

.shikaku_tbl_quote thead th {
	margin: 0;
	padding: 7px 0;
	width: 25%;
	font-size: 15px;
	color: #000;
	vertical-align: middle;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.shikaku_tbl_quote thead .th_head {
	border-left: 1px solid #ccc;
}

.shikaku_tbl_quote tbody th {
	margin: 0;
	padding: 7px 0;
	width: 25%;
	font-size: 16px;
	color: #000;
	line-height: 1.6rem;
	vertical-align: middle;
	background: #f1f1f1;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
}

.shikaku_tbl_quote tbody td {
	margin: 0;
	padding: 7px 10px;
	width: 75%;
	font-size: 15px;
	color: #333;
	line-height: 1.7rem;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
}

.shikaku_tbl_quote tfoot td {
	padding-top: 8px;
	font-size: 14px;
	text-align: right;
}

.shikaku_tbl_quote tfoot td > a {
	display: inline;
	color: #20608a;
}

/* 資格概要テーブル・参照付きテーブル・3カラム */
.shikaku_tbl_quote.column_3 {
	width: 100%;
}

.shikaku_tbl_quote.column_3 thead th {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.shikaku_tbl_quote.column_3 th + th {
	border-left: 1px solid #ccc;
}


.shikaku_tbl_quote.column_3 thead .th_head,
.shikaku_tbl_quote.column_3 tbody th {
	width: 20%;
}

.shikaku_tbl_quote.column_3 thead .th_col,
.shikaku_tbl_quote.column_3 tbody td {
	width: 40%;
}

.shikaku_tbl_quote.column_3 td + td {
	border-left: 1px solid #ddd;
}

.shikaku_tbl_quote.column_3 .td_head {
	text-align: center;
	vertical-align: middle;
	background: #f1f1f1;
}

.shikaku_tbl_quote.column_3 .td_col {
	text-align: center;
}

/* 資格概要テーブル・参照付きテーブル・4カラム */
.shikaku_tbl_quote.column_4 {
	width: 100%;
}

.shikaku_tbl_quote.column_4 thead th {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.shikaku_tbl_quote.column_4 th + th {
	border-left: 1px solid #ccc;
}


.shikaku_tbl_quote.column_4 thead .th_head,
.shikaku_tbl_quote.column_4 tbody th {
	width: 15%;
}

.shikaku_tbl_quote.column_4 thead .th_col,
.shikaku_tbl_quote.column_4 tbody td {
	width: 25%;
}

.shikaku_tbl_quote.column_4 td + td {
	border-left: 1px solid #ddd;
}

.shikaku_tbl_quote.column_4 .td_head {
	text-align: center;
	vertical-align: middle;
	background: #f1f1f1;
}

.shikaku_tbl_quote.column_4 .td_col {
	text-align: center;
}

/* 資格概要テーブル・参照付きテーブル・5カラム */
.shikaku_tbl_quote.column_5 {
	width: 100%;
}

.shikaku_tbl_quote.column_5 thead th {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.shikaku_tbl_quote.column_5 th + th {
	border-left: 1px solid #ccc;
}


.shikaku_tbl_quote.column_5 thead .th_head,
.shikaku_tbl_quote.column_5 tbody th {
	width: 20%;
}

.shikaku_tbl_quote.column_5 thead .th_col,
.shikaku_tbl_quote.column_5 tbody td {
	width: 20%;
}

.shikaku_tbl_quote.column_5 td + td {
	border-left: 1px solid #ddd;
}

.shikaku_tbl_quote.column_5 .td_head {
	text-align: center;
	vertical-align: middle;
	background: #f1f1f1;
}

.shikaku_tbl_quote.column_5 .td_col {
	text-align: center;
}


/* 資格概要テーブル・h4エリア */
.table_h4 {
	margin-left: 1%;
}

.column_3.table_h4,
.column_4.table_h4,
.column_5.table_h4 {
	margin: 30px auto;
	width: 98%;
}





/* 詳細はこちらリンク */
.reference_link {
	margin: 20px auto 40px auto;
	padding: 7px 20px;
	width: 98%;
	background: #fafafa;
}

.reference_link > a {
	display: inline;
	font-size: 1rem;
	color: #8b7c16;
	line-height: 1.5rem;
}

/* 囲み枠エリア */
.kakomi {
	margin: 0 auto 30px auto;
	padding: 20px;
	width: 98%;
	font-size: 16px;
	line-height: 1.5rem;
	border: 1px solid #ccc;
}


@media screen and (max-width: 480px) {

	#contents .contents_inner .column_lead {
		margin: 10px auto 0 auto;
		padding: 20px 15px;
		font-size: 0.9rem;
		line-height: 1.6rem;
	}

	#contents .contents_inner h2.main_midashi {
		margin: 0 auto 20px auto;
		padding: 8px 10px 8px 10px;
		width: 100%;
		height: auto;
		font-size: 1.1rem;
		line-height: 1.6rem;
		border-top: 1px solid #831D1D;
		border-bottom: 1px solid #831D1D;
		border-right: 1px solid #831D1D;
	}

	#contents .contents_inner h2.main_midashi::after {
		display: none;
	}

	#contents .contents_inner .sub_midashi {
		margin: 0 auto 20px auto;
		padding: 10px 15px;
		width: 100%;
		line-height: 1.8rem;
	}

	#contents .contents_inner .komidashi {
		padding: 12px 15px;
		font-size: 1rem;
	}

	#contents .contents_inner .section_lead {
		font-size: 0.9rem;
		line-height: 1.4rem;
		width: 96%;
	}

	#contents .contents_inner .contents_txt {
		margin: 0 auto 20px auto;
		font-size: 0.9rem;
		line-height: 1.5rem;
		width: 96%;
	}

	/* コラム記事内資格概要テーブル */
	.shikaku_tbl {
		margin: 20px auto;
		width: 98%;
	}

	.shikaku_tbl th,
	.shikaku_tbl td {
		display: block;
	}

	.shikaku_tbl th {
		width: 100%;
	}

	.shikaku_tbl td {
		width: 100%;
	}

	/* 資格概要テーブル・3カラム */
	.shikaku_tbl.column_3 {
		width: 98%;
	}

	.shikaku_tbl.column_3 thead {
		display: none;
	}

	.shikaku_tbl.column_3 tbody .td_col:before {
		content: attr(data-label)"";
		display: block;
		margin: 0 0 8px 0;
		width: 100%;
		font-weight: bold;
		text-align: center;
		white-space: pre;
		background: #f9f7dd;
	}

	/* 資格概要テーブル・4カラム */
	.shikaku_tbl.column_4 thead {
		display: none;
	}

	.shikaku_tbl.column_4 tbody .td_col:before {
		content: attr(data-label)"";
		display: block;
		margin: 0 0 8px 0;
		width: 100%;
		font-weight: bold;
		text-align: center;
		white-space: pre;
		background: #f9f7dd;
	}


	/* 資格概要テーブル・カリグラフィー */
	.shikaku_tbl.column_calligraphy {
		width: 98%;
	}

	.shikaku_tbl.column_calligraphy .th_head {
		width: 100%;
	}

	.shikaku_tbl.column_calligraphy .td_1 {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}

	.shikaku_tbl.column_calligraphy .td_2 {
		width: 100%;
	}


	/* 資格概要テーブル・参照付きテーブル */
	.shikaku_tbl_quote {
		margin: 20px auto;
		width: 98%;
	}

	.shikaku_tbl_quote th,
	.shikaku_tbl_quote td {
		display: block;
	}

	.shikaku_tbl_quote thead {
		display: none;
	}

	.shikaku_tbl_quote tbody tr:last-child th,
	.shikaku_tbl_quote tbody tr:last-child td {
		border-bottom: 1px solid #ccc;
	}

	.shikaku_tbl_quote tbody th {
		width: 100%;
		border-right: 1px solid #ccc;
	}

	.shikaku_tbl_quote tbody td {
		width: 100%;
		border-left: 1px solid #ccc;
	}


	/* 資格概要テーブル・参照付きテーブル・3カラム */
	.shikaku_tbl_quote.column_3 {
		width: 98%;
	}

	.shikaku_tbl_quote.column_3 thead {
		display: none;
	}

	.shikaku_tbl_quote.column_3 thead th,
	.shikaku_tbl_quote.column_3 tbody td {
		display: block;
	}

	.shikaku_tbl_quote.column_3 thead .th_head,
	.shikaku_tbl_quote.column_3 tbody th {
		width: 100%;
	}

	.shikaku_tbl_quote.column_3 thead .th_col,
	.shikaku_tbl_quote.column_3 tbody td {
		width: 100%;
	}

	.shikaku_tbl_quote.column_3 tbody td {
		border-left: 1px solid #ccc;
	}

	.shikaku_tbl_quote.column_3 .td_col {
		padding: 10px;
	}

	.shikaku_tbl_quote.column_3 tbody td:before {
		content: attr(data-label)"";
		display: block;
		margin: 0;
		width: 100%;
		font-weight: bold;
		text-align: center;
		white-space: pre;
		background: #f9f7dd;
	}

	/* 資格概要テーブル・参照付きテーブル・4カラム */
	.shikaku_tbl_quote.column_4 {
		width: 98%;
	}

	.shikaku_tbl_quote.column_4 thead {
		display: none;
	}

	.shikaku_tbl_quote.column_4 thead th,
	.shikaku_tbl_quote.column_4 tbody td {
		display: block;
	}

	.shikaku_tbl_quote.column_4 thead .th_head,
	.shikaku_tbl_quote.column_4 tbody th {
		width: 100%;
	}

	.shikaku_tbl_quote.column_4 thead .th_col,
	.shikaku_tbl_quote.column_4 tbody td {
		width: 100%;
	}

	.shikaku_tbl_quote.column_4 tbody td {
		border-left: 1px solid #ccc;
	}

	.shikaku_tbl_quote.column_4 .td_col {
		padding: 10px;
	}

	.shikaku_tbl_quote.column_4 tbody td:before {
		content: attr(data-label)"";
		display: block;
		margin: 0;
		width: 100%;
		font-weight: bold;
		text-align: center;
		white-space: pre;
		background: #f9f7dd;
	}

	/* 資格概要テーブル・参照付きテーブル・5カラム */
	.shikaku_tbl_quote.column_5 {
		width: 98%;
	}

	.shikaku_tbl_quote.column_5 thead {
		display: none;
	}

	.shikaku_tbl_quote.column_5 thead th,
	.shikaku_tbl_quote.column_5 tbody td {
		display: block;
	}

	.shikaku_tbl_quote.column_5 thead .th_head,
	.shikaku_tbl_quote.column_5 tbody th {
		width: 100%;
	}

	.shikaku_tbl_quote.column_5 thead .th_col,
	.shikaku_tbl_quote.column_5 tbody td {
		width: 100%;
	}

	.shikaku_tbl_quote.column_5 tbody td {
		border-left: 1px solid #ccc;
	}

	.shikaku_tbl_quote.column_5 .td_col {
		padding: 10px;
	}

	.shikaku_tbl_quote.column_5 tbody td:before {
		content: attr(data-label)"";
		display: block;
		margin: 0;
		width: 100%;
		font-weight: bold;
		text-align: center;
		white-space: pre;
		background: #f9f7dd;
	}


	/* 詳細はこちらリンク */
	.reference_link {
		margin: 20px auto 30px auto;
	}

	/* 囲み枠エリア */
	.kakomi {
		margin: 0 auto 20px auto;
		padding: 10px;
		font-size: 14px;
	}

}



/* 202211追記ここまで */


/*
* 講座サイトリンク
*==============================================================*/
/* 202301追加 */

.kouza_link_area {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 100%;
}

.kouza_link_area .section_inner {
	margin: 0 auto;
	padding: 0;
	width: 1140px;
}

.kouza_link_area .section_inner > h3 {
	margin: 0;
	padding: 12px 0;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #36729C;
}

.kouza_link_area .section_inner .link_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 20px 30px;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
}

.kouza_link_area .section_inner .link_area .sara_area {
	margin: 0;
	padding: 0;
	width: 48%;
	border: 1px solid #ddd;
}

.kouza_link_area .section_inner .link_area .ryo_area {
	margin: 0;
	padding: 0;
	width: 48%;
	border: 1px solid #ddd;
}

.kouza_link_area .section_inner .link_area .sara_area .kouza_name,
.kouza_link_area .section_inner .link_area .ryo_area .kouza_name {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.kouza_link_area .section_inner .link_area .sara_area .kouza_name {
	background: #e669c3;
}

.kouza_link_area .section_inner .link_area .ryo_area .kouza_name {
	background: #205893;
}

.kouza_link_area .section_inner .link_area .sara_area .kouza_link,
.kouza_link_area .section_inner .link_area .ryo_area .kouza_link {
	margin: 0;
	padding: 0;
	width: 100%;
}

.kouza_link_area .section_inner .link_area .sara_area .kouza_link > a,
.kouza_link_area .section_inner .link_area .ryo_area .kouza_link > a {
	display: block;
	margin: 0;
	padding: 15px 10px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #1948a0;
	text-align: center;
}

.kouza_link_area .section_inner .link_area .sara_area .kouza_link > a:hover,
.kouza_link_area .section_inner .link_area .ryo_area .kouza_link > a:hover {
	color: #fff;
	background: #6492c3;
	transition: all 0.3s;
}

/* スマートフォン */
@media screen and (max-width: 480px) {

	.kouza_link_area .section_inner {
		width: 96%;
	}

	.kouza_link_area .section_inner .link_area {
		padding: 15px;
	}

	.kouza_link_area .section_inner .link_area .sara_area {
		margin-bottom: 20px;
		width: 100%;
	}

	.kouza_link_area .section_inner .link_area .ryo_area {
		width: 100%;
	}

	.kouza_link_area .section_inner .link_area .sara_area .kouza_name,
	.kouza_link_area .section_inner .link_area .ryo_area .kouza_name {
		font-size: 14px;
	}

	.kouza_link_area .section_inner .link_area .sara_area .kouza_link > a,
	.kouza_link_area .section_inner .link_area .ryo_area .kouza_link > a {
		font-size: 14px;
	}

}


/*
* 人気資格ランキングTOP20
*==============================================================*/
.ranking_main_title {
	margin: 0 auto 30px auto;
	padding: 0.4em 0;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #403828;
	text-align: center;
	background: #f7f7f5;
}

@media screen and (max-width: 480px) {

	.ranking_main_title {
		margin: 0 auto 20px auto;
		font-size: 1.5rem;
	}
}

.ranking_preface {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	font-size: 16px;
	line-height: 1.6rem;
	background: #f6f4f0;
	border-radius: 4px;
}

.ranking_afterwords {
	margin: 30px auto;
	padding: 20px;
	width: 100%;
	font-size: 16px;
	line-height: 1.6rem;
	background: #f6f4f0;
	border-radius: 4px;
}

/* ランキングメニュー */
.ranking_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
	padding: 0;
	width: 100%;
}

.ranking_menu li {
	margin: 0;
	padding: 0;
	width: calc(100% / 2);
}

.ranking_menu li + li {
	border-left: 1px solid #fff;
}

.ranking_menu li > a {
	display: block;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #c8c2b4;
}

.ranking_menu li > a:hover {
	background: #948563;
	transition: all 0.3s;
}

.ranking_menu li > a.current {
	background: #ed4a4a;
}


/* ランキングコンテンツ */
.ranking_list {
	margin: 20px auto;
	padding: 0;
	width: 100%;
	border: 1px solid #ddd;
}

.ranking_list:last-of-type {
	margin-bottom: 40px;
}


.ranking_list .shikaku_name {
	position: relative;
	margin: 0;
	padding: 15px 10px 15px 90px;
	width: 100%;
	font-size: 20px;
	color: #fff;
	/* background: #baac8a; */
	background: #1b1b1b;
}

.ranking_list .shikaku_name span {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 70px;
	height: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background: #ed4a4a;
}

.ranking_list .shikaku_detail {
	margin: 0;
	padding: 10px;
	width: 100%;
}

.ranking_list .shikaku_detail .detail_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img {
	margin: 0;
	padding: 0;
	width: 20%;
	background: #f6f6f6;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img .img_cont {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 96%;
	height: 200px;
	overflow: hidden;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img .img_cont > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img .shikaku_link {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 90%;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img .shikaku_link > a {
	display: block;
	margin: 0;
	padding: 8px 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #ed4a4a;
	border-radius: 5px;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img .shikaku_link > a:hover {
	background: #a82b2b;
	transition: all 0.3s;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_txt {
	margin: 0;
	padding: 0;
	width: 78%;
	font-size: 15px;
	color: #333;
	line-height: 1.4rem;
}


/*
* 202302追記
*--------------*/

/* 1位〜10位 */
.rank_list.rank1-10 {
	margin: 30px auto 20px auto;
	padding: 0;
	width: 100%;
	border: 3px solid #E5CB3B;
	border-radius: 4px;
}

.rank_list.rank1-10 .title_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 20px 40px 15px 40px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.rank_list.rank1-10 .title_area .rank_num_area {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.rank_list.rank1-10 .title_area .rank_num_area .rank_num {
	position: absolute;
	top: 70%;
	left: 44%;
	transform: translate(-44%, -70%);
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
}

.rank_list.rank1-10 .title_area .rank01 {
	background-image: url('images/ranking/rank_trophy_1.svg');
}

.rank_list.rank1-10 .title_area .rank02 {
	background-image: url('images/ranking/rank_trophy_2.svg');
}

.rank_list.rank1-10 .title_area .rank03 {
	background-image: url('images/ranking/rank_trophy_3.svg');
}

.rank_list.rank1-10 .title_area .rank04 {
	background-image: url('images/ranking/rank_trophy_4.svg');
}

.rank_list.rank1-10 .title_area .shikaku_title {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	width: calc(100% - 120px);
	height: 80px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #a90f0f;
}

.rank_list.rank1-10 dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 20px auto;
	padding: 0;
	width: 100%;
}

.rank_list.rank1-10 dd .txt_area {
	margin: 0 0 0 40px;
	padding: 20px;
	width: 64%;
	background: #f7f6f6;
}

.rank_list.rank1-10 dd .txt_area .summary {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
	color: #d2691e;
	line-height: 1.6rem;
}

.rank_list.rank1-10 dd .txt_area .recommend_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 100%;
	/* background: #fff;
	border: 1px solid #BEA13D;
	border-radius: 5px; */
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend,
.rank_list.rank1-10 dd .txt_area .recommend_area .working {
	margin: 0;
	padding: 0 0 15px 0;
	width: 49%;
	background: #fff;
	border: 1px solid #BEA13D;
	border-radius: 5px;
}


.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_title,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 35px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background: #d2691e;
	overflow: hidden;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_title::before,
.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_title::after,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_title::before,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_title::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
	background-color: #fff;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_title::after,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_title::after {
	left: -30%;
	transform: skewX(16deg);
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_title::before,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_title::before {
	right: -30%;
	transform: skewX(-16deg);
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_cont,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_cont {
	margin: 15px auto 0 auto;
	padding: 0 30px;
	width: 100%;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_cont .cont_list,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_cont .cont_list {
	margin: 0;
	padding: 0;
	width: 100%;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_cont .cont_list > li,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_cont .cont_list > li {
	margin: 0 0 7px 15px;
	padding: 0;
	width: 100%;
	font-size: 0.9rem;
	font-weight: bold;
	color: #444;
	line-height: 1.2rem;
	list-style-type: disc;
	list-style-position: outside;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_cont .cont_list > li:last-child,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_cont .cont_list > li:last-child {
	margin-bottom: 0;
}

.rank_list.rank1-10 dd .txt_area .recommend_afterwords {
	margin: 15px auto 0 auto;
	padding: 20px;
	width: 100%;
	font-size: 0.9rem;
	color: #000;
	line-height: 1.5rem;
	background: #F9FCE7;
}

.rank_list.rank1-10 dd .photo_link_area {
	margin: 0;
	padding: 0 40px 0 0;
	width: calc(100% - (66% + 40px));
}

.rank_list.rank1-10 dd .photo_link_area .shikaku_photo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 320px;
}

.rank_list.rank1-10 dd .photo_link_area .shikaku_photo > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.rank_list.rank1-10 dd .photo_link_area .detail_link {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 100%;
}

.rank_list.rank1-10 dd .photo_link_area .detail_link > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #2E7D9A;
	border-radius: 5px;
}

.rank_list.rank1-10 dd .photo_link_area .detail_link > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('images/ranking/detail_link_arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.rank_list.rank1-10 dd .photo_link_area .detail_link > a:hover {
	background: #20657e;
	transition: all 0.3s;
}

.rank_list.rank1-10 .detail_link_sp {
	display: none;
}


/* 11位〜20位 */
.rank_list.rank11-20 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.rank_list.rank11-20 .area_left,
.rank_list.rank11-20 .area_right {
	margin: 0 0 20px 0;
	padding: 0;
	width: 49%;
	border: 3px solid #87cefa;
	border-radius: 4px;
}

.rank_list.rank11-20 .area_left .title_area,
.rank_list.rank11-20 .area_right .title_area {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0;
	padding: 5px 20px 5px 20px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.rank_list.rank11-20 .area_left .title_area .rank_num_area,
.rank_list.rank11-20 .area_right .title_area .rank_num_area {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.rank_list.rank11-20 .area_left .title_area .rank_num_area .rank_num,
.rank_list.rank11-20 .area_right .title_area .rank_num_area .rank_num {
	position: absolute;
	top: 47%;
	left: 20%;
	transform: translate(-20%, -47%);
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
}

.rank_list.rank11-20 .area_left .title_area .rank_num_area .small_txt,
.rank_list.rank11-20 .area_right .title_area .rank_num_area .small_txt {
	position: absolute;
	top: 60%;
	left: 70%;
	transform: translate(-70%, -60%);
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
}

.rank_list.rank11-20 .area_left .title_area .rank21,
.rank_list.rank11-20 .area_right .title_area .rank21 {
	background-image: url('images/ranking/rank_trophy_21.svg');
}

.rank_list.rank11-20 .area_left .title_area .shikaku_title,
.rank_list.rank11-20 .area_right .title_area .shikaku_title {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	width: calc(100% - 120px);
	height: 70px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #3268af;
}

.rank_list.rank11-20 .area_left dd,
.rank_list.rank11-20 .area_right dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 15px auto;
	padding: 0;
	width: 100%;
}

.rank_list.rank11-20 .area_left dd .txt_area,
.rank_list.rank11-20 .area_right dd .txt_area {
	margin: 0 0 0 20px;
	padding: 20px;
	width: 54%;
	background: #f7f6f6;
}

.rank_list.rank11-20 .area_left dd .txt_area .summary,
.rank_list.rank11-20 .area_right dd .txt_area .summary {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0.95rem;
	font-weight: bold;
	color: #ac8426;
	line-height: 1.6rem;
}

.rank_list.rank11-20 .area_left dd .detail_link,
.rank_list.rank11-20 .area_right dd .detail_link {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 100%;
}

.rank_list.rank11-20 .area_left dd .detail_link > a,
.rank_list.rank11-20 .area_right dd .detail_link > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #2E7D9A;
	border-radius: 5px;
}

.rank_list.rank11-20 .area_left dd .detail_link > a::after,
.rank_list.rank11-20 .area_right dd .detail_link > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('images/ranking/detail_link_arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.rank_list.rank11-20 .area_left dd .detail_link > a:hover,
.rank_list.rank11-20 .area_right dd .detail_link > a:hover {
	background: #20657e;
	transition: all 0.3s;
}

.rank_list.rank11-20 .area_left dd .shikaku_photo,
.rank_list.rank11-20 .area_right dd .shikaku_photo {
	margin: 0;
	padding: 0 20px 0 0;
	width: calc(100% - (56% + 20px));
	height: 200px;
}

.rank_list.rank11-20 .area_left dd .shikaku_photo > img,
.rank_list.rank11-20 .area_right dd .shikaku_photo > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.rank_list.rank11-20 .area_left .detail_link_sp,
.rank_list.rank11-20 .area_right .detail_link_sp {
	display: none;
}


/** スマートフォン **/
@media screen and (max-width: 480px) {

.ranking_preface,
.ranking_afterwords {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	line-height: 1.4rem;
}

/* ランキングメニュー */
.ranking_menu {
	margin: 20px auto;
	width: 100%;
	justify-content: flex-start;
}

.ranking_menu li {
	margin: 0 0 1px 0;
	width: calc(100% / 2);
}

/* ランキングコンテンツ */
.ranking_list {
	width: 100%;
}

.ranking_list .shikaku_name {
	font-size: 18px;
	line-height: 1.5rem;
}

.ranking_list .shikaku_name span {
	font-size: 30px;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img {
	width: 100%;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img .img_cont {
	height: 140px;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img .shikaku_link {
	margin: 15px auto 0 auto;
	width: 96%;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_txt {
	margin: 15px auto 0 auto;
	width: 96%;
	font-size: 14px;
}

/* 202301追加ここまで */

/*
* 202302追記
*--------------*/

/* 1位〜10位 */
.rank_list.rank1-10 {
	width: 96%;
}

.rank_list.rank1-10 .title_area {
	padding: 5px 15px 15px 15px;
}

.rank_list.rank1-10 .title_area .rank_num_area {
	width: 100%;
	height: 70px;
	background-position: center;
}

.rank_list.rank1-10 .title_area .rank_num_area .rank_num {
	left: 50%;
	transform: translate(-50%, -75%);
	font-size: 1.7rem;
}

.rank_list.rank1-10 .title_area .shikaku_title {
	margin: 15px 0 0 0;
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	line-height: 1.5rem;
	justify-content: center;
}

.rank_list.rank1-10 dd {
	margin: 15px auto 0 auto;
	flex-direction: column-reverse;
}

.rank_list.rank1-10 dd .txt_area {
	margin: 0 auto;
	padding: 15px 5px;
	width: 96%;
}

.rank_list.rank1-10 dd .txt_area .summary {
	padding: 0 10px;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.rank_list.rank1-10 dd .txt_area .recommend_area {
	margin: 15px auto 0 auto;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend,
.rank_list.rank1-10 dd .txt_area .recommend_area .working {
	margin: 0 auto 15px auto;
	padding: 0;
	width: 100%;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .working {
	margin-bottom: 0;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_title,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_title {
	height: 30px;
	font-size: 0.9rem;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_title::before,
.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_title::after,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_title::before,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_title::after {
	width: 40%;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_cont,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_cont {
	margin: 10px auto 0 auto;
	padding: 0 30px 15px 30px;
	width: 100%;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_cont .cont_list,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_cont .cont_list {
	margin: 0;
	padding: 0;
	width: 100%;
}

.rank_list.rank1-10 dd .txt_area .recommend_area .recommend .recommend_cont .cont_list > li,
.rank_list.rank1-10 dd .txt_area .recommend_area .working .working_cont .cont_list > li {
	margin: 0 0 7px 15px;
	padding: 0;
	width: 100%;
	font-size: 0.9rem;
	font-weight: bold;
	color: #444;
	line-height: 1.2rem;
	list-style-type: disc;
	list-style-position: outside;
}

.rank_list.rank1-10 dd .txt_area .recommend_afterwords {
	margin: 10px auto 5px auto;
	padding: 15px;
}

.rank_list.rank1-10 dd .photo_link_area {
	margin: 0 auto 10px auto;
	padding: 0;
	width: 96%;
}

.rank_list.rank1-10 dd .photo_link_area .shikaku_photo {
	height: 160px;
}

.rank_list.rank1-10 dd .photo_link_area .shikaku_photo > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.rank_list.rank1-10 dd .photo_link_area .detail_link {
	display: none;
}



/* 11位〜25位 */
.rank_list.rank11-20 {
	width: 96%;
}

.rank_list.rank11-20 .area_left,
.rank_list.rank11-20 .area_right {
	width: 100%;
}

.rank_list.rank11-20 .area_left .title_area,
.rank_list.rank11-20 .area_right .title_area {
	padding: 5px 10px 5px 0;
}

.rank_list.rank11-20 .area_left .title_area .rank_num_area,
.rank_list.rank11-20 .area_right .title_area .rank_num_area {
	width: 70px;
	height: 50px;
}

.rank_list.rank11-20 .area_left .title_area .rank_num_area .rank_num,
.rank_list.rank11-20 .area_right .title_area .rank_num_area .rank_num {
	font-size: 1.6rem;
}

.rank_list.rank11-20 .area_left .title_area .rank_num_area .small_txt,
.rank_list.rank11-20 .area_right .title_area .rank_num_area .small_txt {
	font-size: 0.9rem;
}

.rank_list.rank11-20 .area_left .title_area .shikaku_title,
.rank_list.rank11-20 .area_right .title_area .shikaku_title {
	width: calc(100% - 80px);
	height: 50px;
	font-size: 1.1rem;
	line-height: 1.4rem;
}

.rank_list.rank11-20 .area_left dd,
.rank_list.rank11-20 .area_right dd {
	margin: 20px auto 10px auto;
	flex-direction: column-reverse;
}

.rank_list.rank11-20 .area_left dd .txt_area,
.rank_list.rank11-20 .area_right dd .txt_area {
	margin: 0 auto;
	padding: 15px 5px;
	width: 96%;
}

.rank_list.rank11-20 .area_left dd .txt_area .summary,
.rank_list.rank11-20 .area_right dd .txt_area .summary {
	padding: 0 10px;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.rank_list.rank11-20 .area_left dd .detail_link,
.rank_list.rank11-20 .area_right dd .detail_link {
	display: none;
}

.rank_list.rank11-20 .area_left dd .shikaku_photo,
.rank_list.rank11-20 .area_right dd .shikaku_photo {
	margin: 0 auto 10px auto;
	padding: 0;
	width: 92%;
	height: 160px;
}

/* スマホ共通離隔リンクボタン */
.rank_list.rank1-10 .detail_link_sp,
.rank_list.rank11-20 .area_left .detail_link_sp,
.rank_list.rank11-20 .area_right .detail_link_sp {
	display: block;
	margin: 5px auto 10px auto;
	padding: 0;
	width: 92%;
}

.rank_list.rank1-10 .detail_link_sp > a,
.rank_list.rank11-20 .area_left .detail_link_sp > a,
.rank_list.rank11-20 .area_right .detail_link_sp > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #2E7D9A;
	border-radius: 5px;
}

.rank_list.rank1-10 .detail_link_sp > a::after,
.rank_list.rank11-20 .area_left .detail_link_sp > a::after,
.rank_list.rank11-20 .area_right .detail_link_sp > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('images/ranking/detail_link_arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
}


}


/**
* 関連する資格
*---------------------------------*/
.related_shikaku {
	/* margin: 0 auto 30px auto; */
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #eee;
}

.related_shikaku .section_inner {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 1140px;
	background: #eee;
}

.related_shikaku .section_inner .related_title {
	margin: 0 auto 30px auto;
	padding: 0 0 15px 0;
	width: 100%;
	font-size: 1.9rem;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #ccc;
}

.related_shikaku .section_inner .related_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100%;
}

.related_shikaku .section_inner .related_list::after {
	content: '';
	display: block;
	width: calc(98% / 3);
	height: 0;
}

.related_shikaku .section_inner .related_list .list_cont {
	margin: 0 auto 15px auto;
	padding: 0;
	width: calc(98% / 3);
	border: 1px solid #ccc;
	background: #fff;
}

.related_shikaku .section_inner .related_list .list_cont .list_detail {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	width: 100%;
}

.related_shikaku .section_inner .related_list .list_cont .list_detail .list_img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
}

.related_shikaku .section_inner .related_list .list_cont .list_detail .list_img > a > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.related_shikaku .section_inner .related_list .list_cont .list_detail .list_img > a:hover > img {
	transform: scale(1.2);
	transition: all 0.3s;
}

.related_shikaku .section_inner .related_list .list_cont .list_detail .list_title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	font-size: 1rem;
	color: #fff;
	background: #000;
}

.related_shikaku .section_inner .related_list .list_cont .list_detail .list_summary {
	flex-grow: 1;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	font-size: 0.9rem;
	color: #222;
	line-height: 1.3rem;
}

.related_shikaku .section_inner .related_list .list_cont .list_detail .shikaku_link {
	margin-top: auto;
	padding: 0;
	width: 100%;
	height: 50px;
}

.related_shikaku .section_inner .related_list .list_cont .list_detail .shikaku_link > a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.2rem;
	background: #404040 url(/common/images/common/header/icon_apply_arrow.png) 95% center no-repeat;
}

.related_shikaku .section_inner .related_list .list_cont .list_detail .shikaku_link > a:hover {
	background: #000 url(/common/images/common/header/icon_apply_arrow.png) 95% center no-repeat;
	transition: all 0.3s;
}

@media screen and (max-width: 480px) {

.related_shikaku .section_inner .related_title {
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.related_shikaku .section_inner {
	width: 94%;
}

.related_shikaku .section_inner .related_list .list_cont {
	width: 100%;
}

}

/* 202304追加 */
/* .faq_area {
	margin: 0px auto;
	padding: 0;
	width: 100%;
}

.faq_area .section_inner {
	margin: 0 auto;
	padding: 0;
	width: 1140px;
}

.faq_title {
	position: relative;
	margin-bottom: 40px;
	padding: 1.2rem;
	font-size: 1.8rem;
	color: #A00017;
	text-align: center;
}

.faq_title:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #A00017;
}

.faq_question {
	margin:0 auto 40px;
	padding: 10px 0 10px 70px;
	font-size: 1.1rem;
	text-align: left;
	line-height: 1.6;
	box-sizing: border-box;
	background:#f7f7f7 url('images/faq/icon_question.svg') 10px center no-repeat;
	background-size: 45px;
}

.faq_answer {
	display: flex;
	align-items: center;
	margin: 0 auto 40px;
	padding: 0 0 0 70px;
	width: 94%;
	min-height: 50px;
	font-size: 1rem;
	text-align: left;
	line-height: 1.6rem;
	background: url('images/faq/icon_answer.svg') left center no-repeat;
	background-size: 45px;
}

@media screen and (max-width: 480px) {

	.faq_area .section_inner {
		width: 96%;
	}

	.faq_title {
		font-size: 1.5rem;
	}

} */
/* // 202304追加ここまで */

/* 202402追記 */
.faq_title {
	position: relative;
	margin-bottom: 40px;
	padding: 1.2rem;
	font-size: 1.8rem;
	color: #A00017;
	text-align: center;
}

.faq_title:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #A00017;
}

.faq_area {
	/* margin: 30px auto; */
	margin: 60px auto 30px auto;
	padding: 0;
	width: 100%;
}

.faq_area .section_inner {
	margin: 0 auto;
	padding: 0;
	width: 1140px;
}

.faq_result_area {
	position: relative;
}

.faq_question {
	/* margin:0 auto 40px; */
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 70px;
	/* font-size: 1.1rem; */
	font-size: 1rem;
	text-align: left;
	line-height: 1.6;
	box-sizing: border-box;
	background:#f7f7f7 url('images/faq/icon_question.svg') 10px center no-repeat;
	/* background-size: 45px; */
	background-size: 35px;
	list-style: none;
	cursor: pointer;
}

.faq_question::after {
	position: absolute;
	/* top: 50%; */
	right: 2%;
	/* transform: translateY(-50%); */
	content: '\f078';
	font-family: "Font Awesome 5 free";
	font-weight: 600;
}

.faq_result_area[open] .faq_question::after {
	content: '\f077';
}

.faq_question::-webkit-details-marker {
	display: none;
}

.faq_answer {
	display: flex;
	align-items: center;
	margin: 0 auto 40px;
	padding: 0 0 0 70px;
	width: 94%;
	min-height: 50px;
	font-size: 1rem;
	text-align: left;
	line-height: 1.6rem;
	background: url('images/faq/icon_answer.svg') left center no-repeat;
	/* background-size: 45px; */
	background-size: 35px;
}

.faq_answer > a {
	color: #1926b2;
}

@media screen and (max-width: 480px) {

	.faq_area .section_inner {
		width: 96%;
	}

	.faq_question {
		font-size: 1rem;
		padding-right: 40px;
	}

	.faq_answer {
		display: block;
	}

}

/* // 202402追記 */


/**
* 【カテゴリーページ】ページタイトル＆サマリー
*-----------------------------------*/
.category_page_title {
	position: relative;
	margin: 40px auto 0 auto;
	padding: 0;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.category_page_title {
		font-size: 1.4rem;
	}
}

.category_page_title::after {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: "";
	border-radius: 3px;
	background: #952828;
}

.category_summary {
	margin: 50px auto 20px auto;
	padding: 1.5em;
	width: 70%;
	font-size: 1rem;
	color: #000;
	line-height: 1.6rem;
	background: #fafafa;
}

@media screen and (max-width: 480px) {
	.category_summary {
		margin: 40px auto 20px auto;
		width: 96%;
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
}
