/*
Theme Name: NEW JLESA
*/

@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;
}

/*
* 全体設定
*---------------------------------------------------------------*/
* {
  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;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  display: block;
  text-decoration: none;
  color: #000;
}
/*
* 共通要素
*-----------------------------------------------------------*/
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 50px !important;
}
.line-height-16 {
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-danger {color: #cc3030;}
.h2 {
  color: #209d81;
  font-size: 1.5rem;
  text-align: center;
}
.h2::after {
  background: #209d81;
  content: '';
  display: block;
  height: 2px;
  margin: 1rem auto;
  width: 4rem;
}


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

#wrapper #main_visual {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: -1;
}

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

#wrapper #contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#wrapper #contents section {
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}

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

.sec_bg {
  background: #ecfffd;
}

/*
* パンくずリスト
*----------------------------------------------------------*/
.breadcrumbs {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  background: #f6fffb;
}

.breadcrumbs .breadcrumbs_inner {
  margin: 0 auto;
  padding: 0;
  width: 1140px;
  font-size: 0.9rem;
  color: #666;
}

.breadcrumbs .breadcrumbs_inner > span {
  display: inline-block;
  width: auto;
}

.breadcrumbs .breadcrumbs_inner .separator {
  margin: 0 10px;
  padding: 0;
  width: 20px;
}

.breadcrumbs .breadcrumbs_inner > span > a {
  display: inline;
  font-size: 0.9rem;
  color: #45857D;
}

/*
* カテゴリートップページ・メインビジュアル
*----------------------------------------------------------*/
.category_visual {
  position: relative;
}

.category_visual .category_title_area {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  padding: 10px 0;
  width: 700px;
  height: 200px;
  background: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 1;
}

.category_visual .category_title_area .category_title {
  display: block;
  margin: 50px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 500;
  color: #45857D;
  text-align: center;
}

.category_visual .category_title_area .exam_title {
  display: block;
  margin: 35px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 500;
  color: #45857D;
  text-align: center;
  line-height: 3.2rem;
}

.category_visual .category_title_area .category_en_name {
  display: block;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  color: #45857D;
  text-align: center;
}

.category_visual .category_title_area .exam_en_name {
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  color: #45857D;
  text-align: center;
}

/*
* メインタイトル
*----------------------------------------------------------*/
.main_title {
  display: block;
  margin: 30px auto 40px auto;
  padding: 0;
  width: 100%;
  font-size: 1.9rem;
  font-weight: 400;
  color: #2e645e;
  text-align: center;
}

.main_title .sub_en {
  display: block;
  margin: 15px auto 0 auto;
  padding: 0;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #45857D;
  text-align: center;
}

/*
* ヘッダー
*-----------------------------------------------------------*/
#header {
  margin: 0 auto;
  padding: 0;
  width: 1140px;
  height: 130px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 56% 20% 20%;
      /* grid-template-columns: 56% 20% 20%; */
      grid-template-columns: 36% 20% 20% 20%;
  grid-gap: 2%;
}

#header > h1 {
  -ms-grid-column: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 130px;
}

#header > h1 > a > img {
  max-width: 100%;
  height: auto;
}

#header .site_logo {
  -ms-grid-column: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 130px;
}

#header .site_logo > a > img {
  max-width: 100%;
  height: auto;
}

#header .ranking_area {
	grid-column: 2;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#header .ranking_area > a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background: #cab225;
	border-radius: 4px;
}

#header .ranking_area > a:hover {
	background: #efd858;
	transition: all 0.3s;
}

#header .ranking_area > a > i {
	font-weight: 700;
}


#header .link_area {
  grid-column: 3;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

#header .link_area > a {
  display: block;
  margin: 8px auto;
  padding: 0;
  width: 90%;
  height: 50px;
  font-size: 1rem;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
}

#header .link_area > a > i {
  margin-right: 10px;
  font-size: 1.3rem;
}

#header .link_area .contact {
  margin-top: 10px;
  font-weight: 700;
  color: #45857D;
  border: 1px solid #45857D;
}

#header .link_area .contact > i {
  color: #45857D;
}

#header .link_area .contact:hover {
  background: #45857D;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#header .link_area .contact:hover > i {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#header .link_area .apply {
  font-weight: 700;
  color: #fff;
  background: #45857D;
}

#header .link_area .apply > i {
  color: #fff;
}

#header .link_area .apply:hover {
  background: #356660;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#header .head_search {
  grid-column: 4;
  margin: 0;
  padding: 26px 0 0 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  background: #F77882;
}

#header .head_search .icon {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  font-size: 2.2rem;
  text-align: center;
}

#header .head_search:hover {
  background: #f15865;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
* 資格を探す（スライドダウンメニュー）
*-----------------------------------------------------------*/
#search_inside_menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ddeeec;
  -webkit-filter: drop-shadow(0 5px 3px rgba(50, 50, 50, 0.2));
          filter: drop-shadow(0 5px 3px rgba(50, 50, 50, 0.2));
  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% 15%;
      grid-template-columns: 85% 15%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background: #5DBFB2;
}

#search_inside_menu .title_wrapper .menu_title {
  -ms-grid-column: 1;
  grid-column: 1;
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  text-indent: 15%;
  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: #3d8178;
  border-radius: 4px;
  cursor: pointer;
}

#search_inside_menu .title_wrapper .close_btn > i {
  margin-right: 10px;
}

#search_inside_menu .title_wrapper .close_btn:hover {
  background: #2d615a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#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: #45857D;
}

#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 > i {
  margin-right: 10px;
}

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

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

#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: #4c9c92;
  border-bottom: 3px solid #1d4440;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

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

#global_nav .nav_menu .ddown {
  position: relative;
}

#global_nav .nav_menu .ddown i {
  position: absolute;
  top: 34%;
  left: 70%;
}

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

#global_nav_sp,
.sp_nav_menu {
  display: none;
}

/*
* フッター
*-----------------------------------------------------------*/
footer {
  margin: 0;
  padding: 40px 0 0 0;
  width: 100%;
  background: #5DBFB2;
}

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

footer #footer_logo .logo_inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
  text-align: center;
}

footer #footer_link {
  margin: 30px 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: #fff;
}

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

footer #footer_link .link_cont > ul li > a > i {
  margin: -2px 8px 0 0;
}

footer #footer_bottom {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 42px;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  line-height: 42px;
  background: #45857D;
}

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;
}

.footer_floating {
display: none;
}

/* 202305追記 */
footer.offer {
	margin: 0;
	padding: 30px 0 0 0;
}

footer.offer #footer_logo {
	margin-bottom: 30px;
	text-align: center;
}

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

	footer.offer {
		padding: 20px 0 0 0;
	}

	footer.offer #footer_logo {
		margin: 0 auto 30px auto;
		width: 80%;
	}

	footer.offer #footer_logo > img {
		object-fit: cover;
		width: 100%;
		/* height: 100%; */
		height: auto;
	}

	footer.offer #footer_bottom {
		padding: 15px 20px;
		height: auto;
	}
}

/* 202305追記ここまで */


/*
* ページトップへ戻るボタン
*-----------------------------------------------------------*/
#page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 60px;
  background: #ef3f98;
  opacity: 0.7;
}

#page_top > a {
  position: relative;
  width: 100%;
  height: 100%;
}

#page_top > a::before {
  position: absolute;
  content: '\f102';
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  text-align: center;
}

#page_top > a::after {
  content: 'PAGE TOP';
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

#page_top:hover {
  background: #d43585;
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/**
* トップページ
*-----------------------------------------------------------
*-----------------------------------------------------------*/
/*
* メインビジュアル
*------------------------------------------*/
.top {
  position: relative;
  height: 450px;
}

.top::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, #e7fffa));
  background: linear-gradient(left, rgba(255, 255, 255, 0) 20%, #e7fffa 80%);
}

.top .main_catch_area {
  position: absolute;
  top: 50%;
  left: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 40px 0;
  width: 600px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  z-index: 1;
}

.top .main_catch_area .catch_icon {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 73px;
  text-align: center;
}

.top .main_catch_area .main_catch {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  color: #45857D;
  text-align: center;
}

.top .main_catch_area .jlesa_en_name {
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  color: #5DBFB2;
  text-align: center;
}

/*
* サマリー
*------------------------------------------*/
.summary .section_inner > p {
  margin: 0 auto 20px auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.7rem;
}

.summary .section_inner .detail_link_btn {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 240px;
  height: 55px;
  border: 1px solid #45857D;
  border-radius: 4px;
}

.summary .section_inner .detail_link_btn > a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  color: #45857D;
  text-align: center;
  line-height: 55px;
}

.summary .section_inner .detail_link_btn > a > i {
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.summary .section_inner .detail_link_btn > a:hover {
  color: #fff;
  background: #45857D;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*
* 資格試験一覧
*------------------------------------------*/
.top_exam_list .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_exam_list .section_inner .exam_list {
  margin: 0 3% 3% 0;
  padding: 0;
  width: calc(94% / 3);
  border: 1px solid #ddd;
  background: #fff;
}

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

.top_exam_list .section_inner .exam_list dt {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.top_exam_list .section_inner .exam_list dt img {
  width: auto;
  max-height: 140px;
  vertical-align: bottom;
}

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

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

.top_exam_list .section_inner .exam_list .category_title > a:hover {
  background: #295e57;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_exam_list .section_inner .exam_list .exam_lineup {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  background: #fff;
}

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

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

.top_exam_list .section_inner .exam_list .exam_lineup > ul li > a {
  padding: 8px 0;
  font-size: 0.95rem;
  color: #000;
}

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

.top_exam_list .section_inner .exam_list .exam_lineup > ul li > a > i {
  margin-right: 10px;
  color: #45857D;
}

/**
* カテゴリートップページ
*-----------------------------------------------------------
*-----------------------------------------------------------*/
/*
* 次回の試験日程
*-----------------------------------------------------------*/
.next_exam {
  margin: 40px auto;
  padding: 0;
  width: 1140px;
  height: 100px;
  background: #f5f5f5;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 13% 60% 27%;
      grid-template-columns: 13% 60% 27%;
}

.next_exam .exam_title {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 100px;
}

.next_exam .exam_date {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  position: relative;
}

.next_exam .exam_date .date_title {
  display: block;
  margin: 0;
  padding: 25px 0 0 0;
  width: 100%;
  height: 50px;
  font-size: 1rem;
  font-weight: 500;
  text-indent: 35px;
}

.next_exam .exam_date .next_date {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #45857D;
  text-indent: 35px;
}

.next_exam .exam_date .next_date .apply_date {
  font-size: 1rem;
  color: #333;
}

.next_exam .exam_date::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  margin-top: -25px;
  height: 50px;
  border-right: 1px solid #333;
  color: #FFF;
}

.next_exam .exam_apply {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  margin: 0;
  padding: 0;
  background: #45857D;
}

.next_exam .exam_apply > a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 100px;
}

.next_exam .exam_apply > a .fa-pencil-alt {
  margin-right: 10px;
}

.next_exam .exam_apply > a .fa-chevron-right {
  margin-left: 15px;
}

.next_exam .exam_apply > a:hover {
  background: #356660;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
* 資格試験ページ内リンク
*------------------------------------------*/
.lineup {
  margin: 0 auto;
  padding: 12px 0;
  width: 100%;
  background: #cbdfdd;
}

.lineup .lineup_list {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1140px;
  font-size: 0;
}

.lineup .lineup_list > li {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0;
  width: calc(100% / 4);
  height: 25px;
  border-right: 1px solid #a4c4c1;
}

.lineup .lineup_list > li:first-child {
  border-left: 1px solid #a4c4c1;
}

.lineup .lineup_list > li:nth-child(4n+1) {
  border-left: 1px solid #a4c4c1;
}

.lineup .lineup_list > li > a {
  width: 100%;
  font-size: 0.9rem;
  color: #234642;
  text-align: center;
  line-height: 25px;
}

.lineup .lineup_list > li > a:hover {
  background: #a4c4c1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
* 資格試験一覧
*------------------------------------------*/
.category_exam_list .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category_exam_list .section_inner .exam_list {
  position: relative;
  margin: 0 3% 3% 0;
  padding: 0;
  width: calc(94% / 3);
  border: 1px solid #ddd;
  background: #fff;
}

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

.category_exam_list .section_inner .exam_list dt {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.category_exam_list .section_inner .exam_list dt img {
  width: auto;
  max-height: 140px;
  vertical-align: bottom;
}

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

.category_exam_list .section_inner .exam_list .exam_summary {
  margin: 0;
  padding: 20px;
  width: 100%;
  min-height: 270px;
  background: #fff;
}

.category_exam_list .section_inner .exam_list .exam_summary > p {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6rem;
}

.category_exam_list .section_inner .exam_list .detail_link {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
}

.category_exam_list .section_inner .exam_list .detail_link > a {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #45857D;
  text-align: center;
  line-height: 50px;
  background: #e7f7f5;
}

.category_exam_list .section_inner .exam_list .detail_link > a > i {
  margin-left: 8px;
}

.category_exam_list .section_inner .exam_list .detail_link > a:hover {
  color: #fff;
  background: #244945;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
* 人気資格を探す
*------------------------------------------*/
.popular_exam_area {
  margin: 0 auto;
  padding: 30px 0 80px 0;
}

.popular_exam_area .popular_exam_inner {
  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;
  margin: 0 auto;
  padding: 0;
  width: 1140px;
}

.popular_exam_area .popular_exam_inner .exam_list {
  margin: 0;
  padding: 0;
  width: calc(92% / 6);
  border: 1px solid #ddd;
  background: #fff;
}

.popular_exam_area .popular_exam_inner .exam_list:nth-child(6n) {
  margin-right: 0;
}

.popular_exam_area .popular_exam_inner .exam_list > a dt {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.popular_exam_area .popular_exam_inner .exam_list > a dt img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.popular_exam_area .popular_exam_inner .exam_list > a .category_title {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  background: #45857D;
}

.popular_exam_area .popular_exam_inner .exam_list > a:hover dt img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popular_exam_area .popular_exam_inner .exam_list > a:hover .category_title {
  background: #2d615b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/**
* 資格試験詳細ページ
*-----------------------------------------------------------
*-----------------------------------------------------------*/
/*
* ページ内リンク
*------------------------------------------*/
.page_menu {
  margin: 0 auto 80px auto;
  padding: 0;
  width: 100%;
  background: #45857D;
}

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

.page_menu .section_inner > ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  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;
}

.page_menu .section_inner > ul > li {
  margin: 0;
  padding: 0;
  width: calc(100% / 5);
  height: 60px;
  background: #54a198;
  border-right: 1px solid #45857D;
}

.page_menu .section_inner > ul > li:last-child {
  border-right: none;
}

.page_menu .section_inner > ul > li > a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.page_menu .section_inner > ul > li > a::after {
  position: absolute;
  content: '';
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 6px solid #33756c;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.page_menu .section_inner > ul > li > a:hover {
  background: #3c7972;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_menu .section_inner > ul > li > a:hover::after {
  border-top: 6px solid #fff;
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
}

/*
* 資格サマリー
*------------------------------------------*/
.license_summary {
  margin-bottom: 0px !important;
  padding: 10px 0 !important;
}

.license_summary .section_inner {
  padding-bottom: 60px !important;
  border-bottom: 1px solid #ddd;
}

.license_summary .section_inner .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% 38%;
      grid-template-columns: 62% 38%;
  grid-gap: 30px;
}

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

.license_summary .section_inner .summary_wrap .summary_txt > p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.7rem;
}

.license_summary .section_inner .summary_wrap .summary_img {
  margin: 0;
  padding: 0;
  width: 100%;
}

.license_summary .section_inner .summary_wrap .summary_img > img {
  width: 100%;
  height: auto;
}

/*
* 資格説明
*------------------------------------------*/
.explanation {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.explanation .exp_contents_area {
  margin: 0 auto;
  padding: 0;
  width: 1140px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.explanation .exp_contents_area .contents_left {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  padding-right: 8%;
  border-right: 1px solid #ddd;
}

.explanation .exp_contents_area .contents_right {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  padding-left: 8%;
}

.explanation .exp_contents_area .contents_left .exp_img,
.explanation .exp_contents_area .contents_right .exp_img {
  margin: 30px 0;
  padding: 0;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.explanation .exp_contents_area .contents_left .exp_title,
.explanation .exp_contents_area .contents_right .exp_title {
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  width: 100%;
  font-size: 1.8rem;
  color: #123531;
  border-bottom: 7px double #d0e9d6;
}

.explanation .exp_contents_area .contents_left .exp_text,
.explanation .exp_contents_area .contents_right .exp_text {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.7rem;
}

/*
* 目指せる職業
*------------------------------------------*/
.working {
  padding: 30px 0 !important;
}

.working .section_inner .img_left {
  margin: 0 0 50px 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%;
}

.working .section_inner .img_left .img_title_area {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 80px 0 30px 0;
  z-index: 1;
}

.working .section_inner .img_left .img_title_area .working_img {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.working .section_inner .img_left .img_title_area .working_img .working_title {
  position: absolute;
  top: 70%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 90px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3A582B;
  text-align: center;
  line-height: 90px;
  background: rgba(255, 255, 247, 0.8);
}

.working .section_inner .img_left .img_title_area .license {
  margin: 10px auto 0 auto;
  padding: 30px;
  width: 100%;
  background: #f0f0f0;
}

.working .section_inner .img_left .img_title_area .license .sub_title {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #3A582B;
  text-indent: 55px;
}

.working .section_inner .img_left .img_title_area .license .sub_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 1px;
  background: #3A582B;
}

.working .section_inner .img_left .img_title_area .license .license_text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4rem;
}

.working .section_inner .img_left .text_area {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 0 0 0 -30%;
  padding: 30px 30px 30px 250px;
  background: #F8F8F8;
  border: 1px solid #eee;
}

.working .section_inner .img_left .text_area .working_summary,
.working .section_inner .img_left .text_area .working_contents {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6rem;
}

.working .section_inner .img_left .text_area .sub_title {
  position: relative;
  margin: 30px 0 20px 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3A582B;
  text-indent: 55px;
}

.working .section_inner .img_left .text_area .sub_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 1px;
  background: #3A582B;
}

.working .section_inner .img_right {
  margin: 0 0 50px 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 77% 23%;
      grid-template-columns: 77% 23%;
}

.working .section_inner .img_right .img_title_area {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 80px 0 30px -200px;
  z-index: 1;
}

.working .section_inner .img_right .img_title_area .working_img {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.working .section_inner .img_right .img_title_area .working_img .working_title {
  position: absolute;
  top: 70%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 90px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3A582B;
  text-align: center;
  line-height: 90px;
  background: rgba(255, 255, 247, 0.8);
}

.working .section_inner .img_right .img_title_area .license {
  margin: 10px auto 0 auto;
  padding: 30px;
  width: 100%;
  background: #f0f0f0;
}

.working .section_inner .img_right .img_title_area .license .sub_title {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #3A582B;
  text-indent: 55px;
}

.working .section_inner .img_right .img_title_area .license .sub_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 1px;
  background: #3A582B;
}

.working .section_inner .img_right .img_title_area .license .license_text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4rem;
}

.working .section_inner .img_right .text_area {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  padding: 40px 250px 40px 40px;
  background: #F8F8F8;
  border: 1px solid #eee;
}

.working .section_inner .img_right .text_area .working_summary,
.working .section_inner .img_right .text_area .working_contents {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6rem;
}

.working .section_inner .img_right .text_area .sub_title {
  position: relative;
  margin: 30px 0 20px 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3A582B;
  text-indent: 55px;
}

.working .section_inner .img_right .text_area .sub_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 1px;
  background: #3A582B;
}

.working .section_inner .img_left:last-child,
.working .section_inner .img_right:last-child {
  margin-bottom: 0;
}

/*
* 試験概要
*------------------------------------------*/
.examination_summary {
  margin-bottom: 80px !important;
  padding: 20px 0 !important;
}

.examination_summary .section_title {
  position: relative;
  margin: 0 0 5% 0;
  padding: 0 0 3% 0;
  font-size: 1.2rem;
  font-weight: 500;
  text-indent: 3%;
  border-bottom: solid 3px #CCC;
}

.examination_summary .section_title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #45857D;
  bottom: -3px;
  width: 20%;
}

.examination_summary .section_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  grid-gap: 30px;
}

.examination_summary .section_inner .exam_condition {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  background: #f2f9f7;
  border: 1px solid #DDD;
}

.examination_summary .section_inner .exam_condition tr:nth-child(even) {
  background: #e9f2f0;
}

.examination_summary .section_inner .exam_condition th {
  margin: 0;
  padding: 3% 5%;
  width: 30%;
  font-size: 0.9rem;
  color: #FFF;
  font-weight: normal;
  text-align: left;
  background: #45857D;
  border-bottom: 1px solid #DDDDDD;
}

.examination_summary .section_inner .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_summary .section_inner .exam_contents {
  margin: 0;
  padding: 0;
}

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

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

.examination_summary .section_inner .exam_contents .detail_cont li:last-child {
  border-bottom: none;
}

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

/*
* 試験日程一覧
*------------------------------------------*/
.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: #2b615b;
  background: #d7f0e2;
}

.examination_date .section_inner .date_wrap .date_cont .exam_end {
  background: #d7f0e2 url("/common/images/exam/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;
}

/*
* 受験申し込みエリア
*----------------------------------*/
.exam_apply_btn {
  margin-bottom: 80px !important;
  padding: 0 !important;
}

.exam_apply_btn .txt_area {
  position: relative;
  margin: 0;
  padding: 2% 0;
  width: 100%;
  background: #F2EFE9;
}

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

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

.exam_apply_btn .txt_area .sp_apply_txt {
  display: none;
}

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

.exam_apply_btn .apply_btn {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.exam_apply_btn .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: #45857D;
  border-radius: 5px;
}

.exam_apply_btn .apply_btn > a .fa-pencil-alt {
  margin-right: 20px;
}

.exam_apply_btn .apply_btn > a .fa-chevron-right {
  margin-left: 20px;
}

.exam_apply_btn .apply_btn > a:hover {
  background: #356660;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

/**
* 固定ページ
*-----------------------------------------------------------
*-----------------------------------------------------------*/
/*
* 【共通】セクションタイトル
*----------------------------------*/
.section_title {
  position: relative;
  margin: 0 auto 60px auto;
  padding: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: normal;
  color: #356660;
  text-align: center;
}

.section_title:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 90px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #115c27;
  border-radius: 2px;
}

/*
* 【共通】申込み・問合せフォーム
*----------------------------------*/
.apply_form {
  margin-bottom: 0;
  background: #e7ffde;
}

.apply_form .section_inner {
  width: 1000px !important;
}

.apply_form .section_inner .input_lead {
  display: block;
  margin-top: 80px;
  padding: 10px 0;
  text-align: center;
  background: #83d497;
  border-radius: 4px;
}

.apply_form .section_inner .apply_input_form {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
}

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

.apply_form .section_inner .apply_input_form .must {
  background: #4ca16d url("/common/images/page/must_mark.svg") 90% center no-repeat;
  background-size: 48px;
}

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

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

.apply_form .section_inner .apply_input_form td label {
  margin-right: 20px;
}

.apply_form .section_inner .apply_input_form td textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
}

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

.apply_form .section_inner .apply_input_form td .sizeL {
  width: 100%;
}

.apply_form .section_inner .apply_input_form td .sizeSL {
  width: 82%;
}

.apply_form .section_inner .apply_input_form td .sizeM {
  width: 50%;
}

.apply_form .section_inner .apply_input_form td .sizeS {
  width: 10%;
}

.apply_form .section_inner .apply_input_form .multiple {
  padding: 2% 4%;
  border-bottom: none;
}

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

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

.btn_area {
  margin: 0 0 50px 0;
  padding: 5% 0;
  text-align: center;
  background: #FFF;
}

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

.btn_area input[type=submit] {
  margin: 5% 0 0 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: #065e20 url("/common/images/page/btn_arrow.svg") 90% center no-repeat;
  background-size: 20px;
  border-radius: 4px;
  cursor: pointer;
}

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

/*
* JLESAについて
*----------------------------------*/
.about_jlesa .section_inner > p {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7rem;
}

.access {
  background: #efffee;
}

.access .section_inner .syozai {
  margin: 0 auto;
  padding: 0;
  width: 60%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #DDD;
}

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

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

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

.access .section_inner .syozai td > a {
  display: inline;
  color: #14612b;
  text-decoration: underline;
}

/*
* 受験申込み方法
*----------------------------------*/
.title_area {
  margin: 0 auto;
  padding: 0;
}

.title_area .area_inner {
  margin: 0 auto;
  padding: 70px 0 50px 0;
  width: 100%;
}

.title_area .area_inner .title_lead {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 1rem;
  color: #000;
  text-align: center;
}

.howto_apply {
  background: #e7ffde;
}

.howto_apply .section_inner .apply_step {
  margin: 0 auto 30px auto;
  padding: 0;
  width: 70%;
}

.howto_apply .section_inner .apply_step dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #45857D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.howto_apply .section_inner .apply_step dt > i {
  margin-right: 15px;
}

.howto_apply .section_inner .apply_step dd {
  position: relative;
  margin: 0;
  padding: 4%;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5rem;
  background: #fff;
}

.howto_apply .section_inner .apply_step dd::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #9bdd9b transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.howto_apply .section_inner .apply_step .last::after {
  border: none;
}

.exam_apply_btn .txt_area {
  position: relative;
  margin: 0;
  padding: 2% 0;
  width: 100%;
  background: #b1d4b9;
}

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

.exam_apply_btn .txt_area .apply_main_txt {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #16420b;
  text-align: center;
}

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

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

.exam_apply_btn .apply_btn > a {
  display: block;
  margin: 40px auto 0 auto;
  padding: 0;
  width: 30%;
  height: 72px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 72px;
  background: #0c9435;
  border-radius: 5px;
}

.exam_apply_btn .apply_btn > a:hover {
  background: #065e20;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.exam_apply_btn .apply_btn > a > i {
  margin-right: 10px;
}

/*
* お支払い方法
*----------------------------------*/
.payment {
  margin: 0 !important;
  padding: 0 !important;
}

.payment .title_area {
  margin: 0 auto;
  padding: 0;
}

.payment .title_area .area_inner {
  margin: 30px auto 70px auto;
  padding: 30px 0;
  width: 60%;
  border: 1px solid #ffe5be;
  border-radius: 7px;
  background: #fcf2e5;
}

.payment .title_area .area_inner .title_lead {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 1rem;
  color: #000;
  text-align: center;
  line-height: 1.8rem;
}

.payment .title_area .area_inner .title_lead .payment_img {
  display: block;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.payment .pay_sequence {
  margin-bottom: 0;
  background: #e7ffde;
}

.payment .pay_sequence .section_inner .apply_step {
  margin: 0 auto 30px auto;
  padding: 0;
  width: 70%;
}

.payment .pay_sequence .section_inner .apply_step dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #45857D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.payment .pay_sequence .section_inner .apply_step dt > i {
  margin-right: 15px;
}

.payment .pay_sequence .section_inner .apply_step dd {
  position: relative;
  margin: 0;
  padding: 4%;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5rem;
  background: #fff;
}

.payment .pay_sequence .section_inner .apply_step dd::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #9bdd9b transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.payment .pay_sequence .section_inner .apply_step .last::after {
  border: none;
}

/*
* 認定校募集
*----------------------------------*/
.school {
  margin: 0 !important;
  padding: 0 !important;
}

.school .title_area {
  margin: 0 auto;
  padding: 0;
  background: #fffaf3;
}

.school .title_area .area_inner {
  margin: 0 auto;
  padding: 60px 50px;
  width: 60%;
}

.school .title_area .area_inner .title_lead {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 1rem;
  color: #000;
  text-align: left;
  line-height: 1.8rem;
}

.school .title_area .area_inner .school_img {
  margin: 40px auto;
  padding: 0;
  width: 100%;
  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;
}

.school .title_area .area_inner .school_img > li {
  margin: 0;
  padding: 0;
  width: calc(100% / 4);
  text-align: center;
}

/*
* 合格者専用ページ
*----------------------------------*/
.goukaku_senyou {
  margin: 0 !important;
  padding: 0 !important;
}

.goukaku_senyou .title_area {
  margin: 0 auto;
  padding: 0;
  background: #fffaf3;
}

.goukaku_senyou .title_area .area_inner {
  margin: 0 auto;
  padding: 60px 50px;
  width: 60%;
}

.goukaku_senyou .title_area .area_inner .title_lead {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 1rem;
  color: #000;
  text-align: center;
  line-height: 1.8rem;
}

.nintei_card {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #e7ffde;
}

.nintei_card .section_lead {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #000;
  text-align: center;
}

.nintei_card .section_inner .hakkou_area {
  margin-top: 40px !important;
  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;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou,
.nintei_card .section_inner .hakkou_area .photo_send {
  margin: 0;
  padding: 0;
  width: 49%;
  border: 1px solid #45857D;
  border-radius: 4px;
  background: #fff;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou > dt,
.nintei_card .section_inner .hakkou_area .photo_send > dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #45857D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou > dd,
.nintei_card .section_inner .hakkou_area .photo_send > dd {
  margin: 0;
  padding: 20px 30px;
  width: 100%;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou > dd .inner_midashi,
.nintei_card .section_inner .hakkou_area .nintei_hakkou > dd .inner_notice,
.nintei_card .section_inner .hakkou_area .photo_send > dd .inner_midashi,
.nintei_card .section_inner .hakkou_area .photo_send > dd .inner_notice {
  margin: 20px 0 10px 0;
  padding: 6px 0 8px 0;
  width: 40%;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  background: #305e2a;
  border-radius: 3px;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou > dd .inner_midashi > i,
.nintei_card .section_inner .hakkou_area .nintei_hakkou > dd .inner_notice > i,
.nintei_card .section_inner .hakkou_area .photo_send > dd .inner_midashi > i,
.nintei_card .section_inner .hakkou_area .photo_send > dd .inner_notice > i {
  margin-right: 10px;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou > dd .inner_notice,
.nintei_card .section_inner .hakkou_area .photo_send > dd .inner_notice {
  background: #eb934b;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  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;
  background: #fcf8f0;
  border-radius: 5px;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_paper_img,
.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_card_img {
  width: 50%;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_paper_img dt,
.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_card_img dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 120px;
  text-align: center;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_paper_img dd,
.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_card_img dd {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #084617;
  text-align: center;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .inner_txt,
.nintei_card .section_inner .photo_send dd .inner_txt {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .inner_txt > a {
  display: inline;
  color: #45857D;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .inner_txt .pay_img,
.nintei_card .section_inner .photo_send dd .inner_txt .pay_img {
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
  width: 100%;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .inner_txt .pay_img > img,
.nintei_card .section_inner .photo_send dd .inner_txt .pay_img > img {
  max-width: 100%;
  height: auto;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .notice_txt {
  margin: 0;
  padding: 0;
  width: 100%;
}

.nintei_card .section_inner .hakkou_area .nintei_hakkou dd .notice_txt li {
  margin: 0 auto 6px auto;
  padding: 0;
  width: 90%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
  list-style-position: outside;
  list-style-type: disc;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .lead_txt {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5rem;
  background: #fcf8f0;
  border-radius: 4px;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .size_area {
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  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;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .size_area .size_img {
  margin: 0;
  padding: 0;
  width: 30%;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .size_area .size_list {
  margin: 0;
  padding: 0 0 0 4%;
  width: 70%;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .size_area .size_list li {
  margin: 0 0 3px 0;
  padding: 0;
  width: 90%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.3rem;
  list-style-type: disc;
  list-style-position: outside;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .size_notice {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.3rem;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .size_notice > i {
  margin-right: 6px;
  color: #bb8114;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .notice_list {
  margin: 0;
  padding: 0;
  width: 100%;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .notice_list li {
  margin: 0 auto 3px auto;
  padding: 0;
  width: 90%;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.3rem;
  list-style-position: outside;
  list-style-type: disc;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .send_txt {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.7rem;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .send_txt .em {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  width: 50px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #5a3c0e;
  border-radius: 3px;
}

.nintei_card .section_inner .hakkou_area .photo_send dd .send_address {
  margin: 10px auto 0 auto;
  padding: 10px 30px;
  width: 100%;
  font-size: 0.9rem;
  color: #4e370b;
  line-height: 1.5rem;
  border-radius: 4px;
  background: #ffdfdf;
}

.nintei_card .section_inner .modify_area {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
}

.nintei_card .section_inner .modify_area .modify_apply {
  margin: 0;
  padding: 0;
  width: 100%;
}

.nintei_card .section_inner .modify_area .modify_apply > dt {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #45857D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nintei_card .section_inner .modify_area .modify_apply > dd {
  margin: 0;
  padding: 20px 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #45857D;
  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;
}

.nintei_card .section_inner .modify_area .modify_apply > dd .modify_txt {
  margin: 0;
  padding: 0;
  width: 60%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
}

.nintei_card .section_inner .modify_area .modify_apply > dd .modify_btn {
  margin: 0;
  padding: 0;
  width: 40%;
}

.nintei_card .section_inner .modify_area .modify_apply > dd .modify_btn .apply_btn {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.nintei_card .section_inner .modify_area .modify_apply > dd .modify_btn .apply_btn > a {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  height: 40px;
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  background: #45857D url("/common/images/page/btn_arrow.svg") 90% center no-repeat;
  background-size: 16px;
  border-radius: 5px;
}

.nintei_card .section_inner .modify_area .modify_apply > dd .modify_btn .apply_btn > a:hover {
  background: #356660 url("/common/images/page/btn_arrow.svg") 90% center no-repeat;
  background-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nintei_card .section_inner .modify_area .modify_apply > dd .modify_btn .apply_btn > a img {
  margin-right: 10px;
  vertical-align: middle;
}

/*
* 受験申込み
*----------------------------------*/
.entry_form {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.entry_form .section_inner {
  margin: 0 auto;
  padding: 0;
  width: 70% !important;
}

.entry_form .section_inner .form-error {
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: red;
}

.entry_form .section_inner .lead_txt {
  margin: 0 auto 40px auto;
  padding: 30px;
  width: 100%;
  font-size: 1rem;
  color: #195840;
  background: #f1fff9;
}

.entry_form .section_inner .input_title {
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px 0;
  width: 100%;
  font-size: 1.1rem;
  color: #fff;
  text-indent: 30px;
  background: #45857D;
}

.entry_form .section_inner .input_title::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #45857D;
  width: 0;
  height: 0;
}

.entry_form .section_inner #input-form {
  margin: 0 auto;
  padding: 0;
}

.entry_form .section_inner #input-form .category_title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 1.1rem;
  color: #45857D;
  background: #eee;
  line-height: 50px;
  text-indent: 20px;
  border-left: 12px solid #45857D;
}

.entry_form .section_inner #input-form .exam_select_list {
  margin: 20px auto 40px auto;
  padding: 0;
  width: 100%;
  font-size: 0;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}

.entry_form .section_inner #input-form .exam_select_list li {
  display: inline-block;
  margin: 0 2% 10px 0;
  padding: 0;
  width: calc(96% / 3);
  height: 25px;
  font-size: 0.95rem;
  color: #333;
  line-height: 25px;
}

.entry_form .section_inner #input-form .exam_select_list li:nth-child(3n) {
  margin-right: 0;
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked),
.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked) + label,
.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked) + label:before,
.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked) + label:after,
.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em;
  left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:disabled:not(:checked) + label:before,
.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:disabled + label {
  color: #aaa;
}

.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked:focus + label:before,
.entry_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

.entry_form .section_inner #input-form .exam_select_list label:hover:before {
  border: 2px solid #4778d9 !important;
}

.entry_form .section_inner .entry_form {
  margin: 30px auto 20px auto;
  padding: 4% 0;
  width: 100%;
  background: #d7eee2;
}

.entry_form .section_inner .entry_form .entry_tbl {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.entry_form .section_inner .entry_form .entry_tbl th {
  margin: 0;
  padding: 0 0 0 5%;
  width: 30%;
  height: 60px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  background: #45857D;
  border-bottom: 1px solid #fff;
}

.entry_form .section_inner .entry_form .entry_tbl .must {
  background-image: url("/common/images/must_icon.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 60px;
}

.entry_form .section_inner .entry_form .entry_tbl td {
  margin: 0;
  padding: 0 0 0 40px;
  width: 70%;
  height: 60px;
  font-size: 1rem;
  vertical-align: middle;
  color: #333;
  border-bottom: 1px dotted #ccc;
  background: #fff;
}

.entry_form .section_inner .entry_form .entry_tbl td .input_txt {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  width: 50px;
  text-align: right;
}

.entry_form .section_inner .entry_form .entry_tbl td input[type="text"],
.entry_form .section_inner .entry_form .entry_tbl td input[type="email"] {
  margin-right: 3%;
  padding: 3px;
  font-size: 1.1rem;
}

.entry_form .section_inner .entry_form .entry_tbl td select {
  font-size: 1rem;
}

.entry_form .section_inner .entry_form .entry_tbl td textarea {
  margin: 15px 0;
  width: 90%;
  height: 140px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.entry_form .section_inner .entry_form .entry_tbl td .size_ss {
  width: 90px;
}

.entry_form .section_inner .entry_form .entry_tbl td .size_s {
  width: 150px;
}

.entry_form .section_inner .entry_form .entry_tbl td .size_l {
  width: 90%;
}

.entry_form .section_inner .entry_form .btn_area {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.entry_form .section_inner .entry_form .btn_area #confirm-btn {
  margin: 0;
  padding: 0;
  width: 220px;
  height: 50px;
  font-size: 1.1rem;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #45857D;
  cursor: pointer;
}

.entry_form .section_inner .entry_form .btn_area #confirm-btn:hover {
  background: #2d635c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.entry_form .section_inner #confirm_form {
  margin: 60px auto 20px auto;
  padding: 4% 0;
  width: 100%;
  background: #d7eee2;
}

.entry_form .section_inner #confirm_form .confirm_tbl {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.entry_form .section_inner #confirm_form .confirm_tbl th {
  margin: 0;
  padding: 0;
  width: 30%;
  height: 60px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
  background: #45857D;
  border-bottom: 1px solid #fff;
}

.entry_form .section_inner #confirm_form .confirm_tbl td {
  margin: 0;
  padding: 0 0 0 40px;
  width: 70%;
  height: 60px;
  font-size: 1rem;
  vertical-align: middle;
  color: #333;
  border-bottom: 1px dotted #ccc;
  background: #fff;
}

.entry_form .section_inner #confirm_form .conf_btn_area {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 80%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 35% 65%;
      grid-template-columns: 35% 65%;
}

.entry_form .section_inner #confirm_form .conf_btn_area .back_btn_area {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.entry_form .section_inner #confirm_form .conf_btn_area .back_btn_area .back_btn {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  width: 150px;
  height: 30px;
  font-size: 0.9rem;
  color: #0a4625;
  background: #74a595;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.entry_form .section_inner #confirm_form .conf_btn_area .back_btn_area .back_btn > i {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.entry_form .section_inner #confirm_form .conf_btn_area .back_btn_area .back_btn:hover {
  color: #fff;
  background: #5b8376;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.entry_form .section_inner #confirm_form .conf_btn_area .submit_btn_area {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

.entry_form .section_inner #confirm_form .conf_btn_area .submit_btn_area .submit_btn {
  position: relative;
  margin: 0;
  padding: 0;
  width: 240px;
  height: 50px;
  font-size: 1.1rem;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #45857D;
  cursor: pointer;
}

.entry_form .section_inner #confirm_form .conf_btn_area .submit_btn_area .submit_btn > i {
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.entry_form .section_inner #confirm_form .conf_btn_area .submit_btn_area .submit_btn:hover {
  background: #2d635c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.end_section .section_inner .end_title {
  margin: 0 auto;
  padding: 20px 0;
  width: 70%;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: #45857D;
  border-radius: 3px;
}

.end_section .section_inner .end_message {
  margin: 30px auto 0 auto;
  padding: 50px 0;
  width: 70%;
  font-size: 1rem;
  color: #174b35;
  text-align: center;
  line-height: 1.6rem;
  background: #effffa;
}

/*
* 合格認定証発行申込み
*----------------------------------*/
.cert_form {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.cert_form .section_inner {
  margin: 0 auto;
  padding: 0;
  width: 70% !important;
}

.cert_form .section_inner .form-error {
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: red;
}

.cert_form .section_inner .lead_txt {
  margin: 0 auto 40px auto;
  padding: 30px;
  width: 100%;
  font-size: 1rem;
  color: #195840;
  background: #f1fff9;
}

.cert_form .section_inner .input_title {
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px 0;
  width: 100%;
  font-size: 1.1rem;
  color: #fff;
  text-indent: 30px;
  background: #45857D;
}

.cert_form .section_inner .input_title::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #45857D;
  width: 0;
  height: 0;
}

.cert_form .section_inner #input-form {
  margin: 0 auto;
  padding: 0;
}

.cert_form .section_inner #input-form .category_title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 1.1rem;
  color: #45857D;
  background: #eee;
  line-height: 50px;
  text-indent: 20px;
  border-left: 12px solid #45857D;
}

.cert_form .section_inner #input-form .exam_select_list,
.cert_form .section_inner #input-form .card_category {
  margin: 20px auto 40px auto;
  padding: 0;
  width: 100%;
  font-size: 0;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}

.cert_form .section_inner #input-form .exam_select_list li,
.cert_form .section_inner #input-form .card_category li {
  display: inline-block;
  margin: 0 2% 10px 0;
  padding: 0;
  width: calc(96% / 3);
  height: 25px;
  font-size: 0.95rem;
  color: #333;
  line-height: 25px;
}

.cert_form .section_inner #input-form .exam_select_list li:nth-child(3n),
.cert_form .section_inner #input-form .card_category li:nth-child(3n) {
  margin-right: 0;
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked),
.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:not(:checked),
.cert_form .section_inner #input-form .card_category [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked) + label,
.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked + label,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:not(:checked) + label,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked) + label:before,
.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked + label:before,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:not(:checked) + label:before,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked) + label:after,
.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked + label:after,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:not(:checked) + label:after,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em;
  left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked) + label:after,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked + label:after,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:disabled:not(:checked) + label:before,
.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:disabled:checked + label:before,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:disabled:not(:checked) + label:before,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:disabled:checked + label:after,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:disabled + label,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:disabled + label {
  color: #aaa;
}

.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:checked:focus + label:before,
.cert_form .section_inner #input-form .exam_select_list [type="checkbox"]:not(:checked):focus + label:before,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:checked:focus + label:before,
.cert_form .section_inner #input-form .card_category [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

.cert_form .section_inner #input-form .exam_select_list label:hover:before,
.cert_form .section_inner #input-form .card_category label:hover:before {
  border: 2px solid #4778d9 !important;
}

.cert_form .section_inner .entry_form {
  margin: 30px auto 20px auto;
  padding: 4% 0;
  width: 100%;
  background: #d7eee2;
}

.cert_form .section_inner .entry_form .entry_tbl {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.cert_form .section_inner .entry_form .entry_tbl th {
  margin: 0;
  padding: 0 0 0 5%;
  width: 30%;
  height: 60px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  background: #45857D;
  border-bottom: 1px solid #fff;
}

.cert_form .section_inner .entry_form .entry_tbl .must {
  background-image: url("/common/images/must_icon.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 60px;
}

.cert_form .section_inner .entry_form .entry_tbl td {
  margin: 0;
  padding: 0 0 0 40px;
  width: 70%;
  height: 60px;
  font-size: 1rem;
  vertical-align: middle;
  color: #333;
  border-bottom: 1px dotted #ccc;
  background: #fff;
}

.cert_form .section_inner .entry_form .entry_tbl td .input_txt {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  width: 50px;
  text-align: right;
}

.cert_form .section_inner .entry_form .entry_tbl td input[type="text"],
.cert_form .section_inner .entry_form .entry_tbl td input[type="email"] {
  margin-right: 3%;
  padding: 3px;
  font-size: 1.1rem;
}

.cert_form .section_inner .entry_form .entry_tbl td select {
  font-size: 1rem;
}

.cert_form .section_inner .entry_form .entry_tbl td textarea {
  margin: 15px 0;
  width: 90%;
  height: 140px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.cert_form .section_inner .entry_form .entry_tbl td .size_ss {
  width: 90px;
}

.cert_form .section_inner .entry_form .entry_tbl td .size_s {
  width: 150px;
}

.cert_form .section_inner .entry_form .entry_tbl td .size_l {
  width: 90%;
}

.cert_form .section_inner .entry_form .btn_area {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.cert_form .section_inner .entry_form .btn_area #confirm-btn {
  margin: 0;
  padding: 0;
  width: 220px;
  height: 50px;
  font-size: 1.1rem;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #45857D;
  cursor: pointer;
}

.cert_form .section_inner .entry_form .btn_area #confirm-btn:hover {
  background: #2d635c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cert_form .section_inner #confirm_form {
  margin: 60px auto 20px auto;
  padding: 4% 0;
  width: 100%;
  background: #d7eee2;
}

.cert_form .section_inner #confirm_form .confirm_tbl {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.cert_form .section_inner #confirm_form .confirm_tbl th {
  margin: 0;
  padding: 0;
  width: 30%;
  height: 60px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
  background: #45857D;
  border-bottom: 1px solid #fff;
}

.cert_form .section_inner #confirm_form .confirm_tbl td {
  margin: 0;
  padding: 0 0 0 40px;
  width: 70%;
  height: 60px;
  font-size: 1rem;
  vertical-align: middle;
  color: #333;
  border-bottom: 1px dotted #ccc;
  background: #fff;
}

.cert_form .section_inner #confirm_form .conf_btn_area {
  margin: 50px auto 0 auto;
  padding: 0;
  width: 80%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 35% 65%;
      grid-template-columns: 35% 65%;
}

.cert_form .section_inner #confirm_form .conf_btn_area .back_btn_area {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.cert_form .section_inner #confirm_form .conf_btn_area .back_btn_area .back_btn {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  width: 150px;
  height: 30px;
  font-size: 0.9rem;
  color: #0a4625;
  background: #74a595;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.cert_form .section_inner #confirm_form .conf_btn_area .back_btn_area .back_btn > i {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cert_form .section_inner #confirm_form .conf_btn_area .back_btn_area .back_btn:hover {
  color: #fff;
  background: #5b8376;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cert_form .section_inner #confirm_form .conf_btn_area .submit_btn_area {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

.cert_form .section_inner #confirm_form .conf_btn_area .submit_btn_area .submit_btn {
  position: relative;
  margin: 0;
  padding: 0;
  width: 240px;
  height: 50px;
  font-size: 1.1rem;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #45857D;
  cursor: pointer;
}

.cert_form .section_inner #confirm_form .conf_btn_area .submit_btn_area .submit_btn > i {
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cert_form .section_inner #confirm_form .conf_btn_area .submit_btn_area .submit_btn:hover {
  background: #2d635c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
* 特定商取引における表示
*----------------------------------*/
.tokutei {
  margin: 0 !important;
  padding: 0 !important;
}

.tokutei .title_area {
  margin: 0 auto;
  padding: 0;
  background: #fffaf3;
}

.tokutei .title_area .area_inner {
  margin: 0 auto;
  padding: 60px 50px;
  width: 60%;
}

.tokutei .title_area .area_inner .title_lead {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  text-align: left;
  line-height: 1.8rem;
}

.tokutei .title_area .area_inner .title_lead .date {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  text-align: right;
}

.tokutei_contents .section_inner .contents_tbl {
  margin: 0 auto;
  padding: 0;
  width: 80%;
  border-collapse: collapse;
}

.tokutei_contents .section_inner .contents_tbl tr {
  border-bottom: solid 2px white;
}

.tokutei_contents .section_inner .contents_tbl tr:last-child {
  border-bottom: none;
}

.tokutei_contents .section_inner .contents_tbl th {
  position: relative;
  padding: 15px 0;
  width: 30%;
  background-color: #45857D;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.tokutei_contents .section_inner .contents_tbl th::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 10px);
  right: -10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid #45857D;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tokutei_contents .section_inner .contents_tbl td {
  padding: 15px 0 15px 30px;
  width: 70%;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  line-height: 1.3rem;
  background-color: #f8f8f8;
}
/*
 * 合格発表
 *-----------------------------------------------------------*/
 .form__gouhi {
  background: #f4f4f4;
  border: 2px solid #ccc;
  padding: 1rem;
}
.wrapper__form-gouhi {
  text-align: center;
}
.wrapper__form-gouhi .form-group {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.wrapper__form-gouhi .form-label {
  color: #209d81;
  font-size: 1.2rem;
  margin-right: 1rem;
}
#exam_number.form-input {
  padding: .5rem;
}
.btn {
  background-color: #45857d;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin: 30px auto;
  max-width: 320px;
  text-align: center;
  padding: 1rem;
  width: 96%;
}
.btn.btn-pass {
  position: relative;
}
.btn.btn-pass::before {
  border: 6px solid transparent;
  border-left-color: #45857d;
  content: '';
  display: inline-block;
  height: 0;
  right: 14px;
  position: absolute;
  top: 17px;
  width: 0;
  z-index: 2;
}
.btn.btn-pass::after {
  background: #fff;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 1rem;
  right: 1rem;
  position: absolute;
  width: 1rem;
  z-index: 1;
}
.pass_header {
  background: #45857d;
  color: #fff;
  min-height: 320px;
  padding: 60px 0.5rem;
  text-align: center;
}
.container_pass-mark {
  background: url('./images/certificate/bg_pass_header.png') no-repeat center center;
  line-height: 1.6;
  min-height: 317px;
  padding-top: 200px;
}
.pass_content {
  background: #c7ddd9;
  border-radius: 20px;
  padding: 30px !important;
  text-align: center;
}
.ttl_card {
  background: #45857d;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  margin: 60px auto;
  padding: 1rem;
  text-align: center;
}
.img_card {
  margin: 60px auto;
  width: 60%;
}
.img_card img {
  height: auto;
  width: 100%;
}
/*
* 個人情報の取り扱いについて
*----------------------------------*/
.privacy {
  margin: 0 !important;
  padding: 0 !important;
}

.privacy .title_area {
  margin: 0 auto;
  padding: 0;
  background: #fffaf3;
}

.privacy .title_area .area_inner {
  margin: 0 auto;
  padding: 60px 50px;
  width: 60%;
}

.privacy .title_area .area_inner .title_lead {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  text-align: left;
  line-height: 1.8rem;
}

.kojin {
  margin: 0 auto;
  padding: 0;
  width: 80%;
}

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

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

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

/*
* リンク集
*----------------------------------*/
.link_list .section_inner .link_contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  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;
}

.link_list .section_inner .link_contents::after {
  content: "";
  display: block;
  width: calc(96% / 3);
}

.link_list .section_inner .link_contents > li {
  margin: 0 0 10px 0;
  padding: 10px 8px;
  width: calc(96% / 3);
  font-size: 0.8rem;
  background: #fcf4e7;
  border-left: 5px solid #45857D;
}

.link_list .section_inner .link_contents > li > a {
  margin: 0;
  padding: 0;
  color: #144b27;
}

.link_list .section_inner .link_contents > li > a:hover {
  text-decoration: underline;
}

/*
* 資格取得後の声
*----------------------------------*/
.yotpo_area {
  margin-bottom: 60px !important;
  padding: 0 !important;
}


/*
* 資格取得証明について
*----------------------------------*/
.syoumei {
	margin: 0 !important;
	padding: 0 !important;
}

.syoumei .title_area {
	margin: 0 auto;
	padding: 0;
	background: #fffaf3;
}

.syoumei .title_area .area_inner {
	margin: 0 auto;
	padding: 60px 50px;
	width: 60%;
}

.syoumei .title_area .area_inner .title_lead {
	display: block;
	margin: 0 auto;
	width: 100%;
	font-size: 1rem;
	color: #000;
	text-align: center;
	line-height: 1.8rem;
}

.syoumei_merit {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #e7ffde;
}

.syoumei_merit .section_inner .merit_area {
	margin-top: 80px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.syoumei_merit .section_inner .merit_area .merit_cont,
.syoumei_merit .section_inner .merit_area .banner_exp {
	margin: 0;
	padding: 0;
	width: 49%;
	border: 1px solid #45857D;
	border-radius: 4px;
	background: #fff;
}

.syoumei_merit .section_inner .merit_area .merit_cont > dt,
.syoumei_merit .section_inner .merit_area .banner_exp > dt {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background: #45857D;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.syoumei_merit .section_inner .merit_area .merit_cont > dd,
.syoumei_merit .section_inner .merit_area .banner_exp > dd {
	margin: 0;
	padding: 20px 30px;
	width: 100%;
}

.syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_txt,
.syoumei_merit .section_inner .merit_area .banner_exp dd > .cont_txt {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 0.9rem;
	color: #000;
	line-height: 1.7rem;
}

.syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 100%;
}

.syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list li {
	position: relative;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 100%;
	height: 200px;
}

.syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list li > .list_title {
	position: absolute;
	top: 15%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
}

.syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list li > .subtitle_en {
	position: absolute;
	top: 36%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
}

.syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list li > .list_txt {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	padding: 0;
	width: 90%;
	font-size: 1rem;
	color: #fff;
	line-height: 1.8rem;
}

.syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list .list01 {
	background: url('images/merit_bg_01.png') center no-repeat;
}

.syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list .list02 {
	background: url('images/merit_bg_02.png') center no-repeat;
}

.syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list .list03 {
	background: url('images/merit_bg_03.png') center no-repeat;
}

.syoumei_merit .section_inner .merit_area .banner_exp dd > .exp_img {
	margin-top: 30px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.syoumei_merit .section_inner .merit_area .banner_exp dd > .exp_img > img {
	max-width: 100%;
	height: auto;
}

.syoumei_merit .section_inner .merit_area .banner_exp dd .appeal_txt {
	margin: 30px auto;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.8rem;
	background:#46857E;
	border-radius: 10px;
}

.syoumei_merit .section_inner .merit_area .banner_exp dd .arrow_triangle {
	margin: 20px auto;
	padding: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid #A02118;
}

.syoumei_merit .section_inner .merit_area .banner_exp dd .get_txt {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 100%;
	font-size: 1.1rem;
	color: #A02118;
	font-weight: bold;
	text-align: center;
}

.shikaku_select_area {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #f3fdf0;
}

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

.shikaku_select_area .shikaku_select .shikaku_list {
	margin: 0 auto;
	padding: 0;
	width: calc(96% / 3);
}

.shikaku_select_area .shikaku_select .shikaku_list > dt {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	background: #46857E;
	border-radius: 5px;
}

.shikaku_select_area .shikaku_select .shikaku_list > dd .shikaku_contents {
	margin: 20px auto 30px auto;
	padding: 0;
	width: 96%;
	font-size: 0.9rem;
	color: #000;
}

.shikaku_select_area .shikaku_select .shikaku_list > dd .shikaku_contents li {
	margin-bottom: 15px;
}

.shikaku_select_area .shikaku_select .shikaku_list > dd .shikaku_contents li input[type=radio] {
	margin-right: 10px;
}

.view_area {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #E2FFD7;
}

.view_area .section_inner {
	margin: 0 auto;
	padding: 0 50px 20px 50px !important;
	background: #c4e6b7;
}

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

.view_area .section_inner .view_section .sec_left,
.view_area .section_inner .view_section .sec_right {
	margin: 0;
	padding: 0;
	width: calc(94% / 2);
}

.view_area .section_inner .view_section .sec_left > h4,
.view_area .section_inner .view_section .sec_right > h4 {
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
	font-size: 1.1rem;
	color: #456b37;
	text-align: center;
	background: #afda9f;
}

.view_area .section_inner .view_section .sec_left > p,
.view_area .section_inner .view_section .sec_right > p {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 100%;
	font-size: 1rem;
	color: #000;
	line-height: 1.5rem;
}

.view_area .section_inner .view_section .sec_left .example_img {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

.view_area .section_inner .view_section .sec_right .address_url {
	margin: 20px auto 0 auto;
	padding: 10px;
	width: 100%;
	height: 110px;
	font-size: 1rem;
	resize: none;
}

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

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

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

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

.view_area .section_inner .view_section .sec_right .copy_btn > .copied {
	background: #67b643;
}


.view_area .section_inner .notice_area {
	margin: 0;
	padding: 25px 0 !important;
	width: 100%;
	background: #a1cc91;
}

.view_area .section_inner .notice_area .notice {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.view_area .section_inner .notice_area .notice > dt {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 1.1rem;
	color: #203a17;
	text-align: center;
}

.view_area .section_inner .notice_area .notice > dd {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 80%;
	font-size: 0.9rem;
	color: #000;
	text-align: center;
	line-height: 1.5rem;
}

/**
* 資格監修
*----------------------------------------------*/
#supervision {
  margin: 0;
  padding: 0;
}

#supervision .supervision_title {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  line-height: 3.4rem;
  letter-spacing: 0.2rem;
  background: #45857D;
}

#supervision .section_inner .supervision_summary {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #333;
  line-height: 1.6rem;
}

#supervision .section_inner .supervision_person {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#supervision .section_inner .supervision_person > li {
  margin: 0 0 10px 0;
  padding: 15px;
  width: 100%;
}

#supervision .section_inner .supervision_person > li:first-of-type {
  margin-right: 20px;
}

#supervision .section_inner .supervision_person > li .person_detail {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#supervision .section_inner .supervision_person > li .person_detail > dt {
  margin: 0;
  padding: 15px 0;
  width: 100%;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  border-top: 3px solid #45857D;
  border-bottom: 3px solid #45857D;
}

#supervision .section_inner .supervision_person > li .person_detail > dd {
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#supervision .section_inner .supervision_person > li .person_detail > dd .person_photo {
  margin: 0;
  padding: 0;
  width: 35%;
  height: 200px;
  overflow: hidden;
}

#supervision .section_inner .supervision_person > li .person_detail > dd .person_photo > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#supervision .section_inner .supervision_person > li .person_detail > dd .person_photo > a:hover {
  transform: scale(1.2);
  transition: all 0.5s ease;
}

#supervision .section_inner .supervision_person > li .person_detail > dd .person_photo > a > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#supervision .section_inner .supervision_person > li .person_detail > dd .detail {
  margin: 0;
  padding: 0;
  width: 65%;
}

#supervision .section_inner .supervision_person > li .person_detail > dd .detail > p {
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  /* font-size: 0.8rem; */
  font-size: 0.9rem;
  line-height: 1.4rem;
}

#supervision .section_inner .supervision_person > li .person_detail > dd .detail > p + p {
  margin-top: 1rem;
}

/**
* 資格の監修
*----------------------------------------------*/
#shikaku_supervision .section_inner {
  margin: 0 auto;
  padding: 0;
  border: 1px solid #ddf1d7;
  border-radius: 6px;
}

#shikaku_supervision .section_inner .supervision_person {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#shikaku_supervision .section_inner .supervision_person > li {
  margin: 0;
  padding: 30px 40px;
  width: 100%;
  background: #f9fffc;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#shikaku_supervision .section_inner .supervision_person > li .person_photo {
  margin: 0;
  padding: 0;
  width: 20%;
  height: 220px;
  overflow: hidden;
}

#shikaku_supervision .section_inner .supervision_person > li .person_photo > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#shikaku_supervision .section_inner .supervision_person > li .detail {
  margin: 0;
  padding: 0;
  width: 75%;
}

#shikaku_supervision .section_inner .supervision_person > li .detail > dt {
  margin: 0;
  padding: 0 0 0 15px;
  width: 100%;
  font-size: 1.6rem;
  color: #1d6a91;
  border-left: 10px solid #1d6a91;
}

#shikaku_supervision .section_inner .supervision_person > li .detail > dd {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}

#shikaku_supervision .section_inner .supervision_person > li .detail > dd > p {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6rem;
}

#shikaku_supervision .section_inner .supervision_person > li .detail > dd > p + p {
  margin-top: 1rem;
}


/* 202207追記 */

/* INFORMATION */
*[data-info="info"] {
	color: #2e645e;
	border: 1px solid #2e645e;;
}

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

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


.information_area {
	margin: 50px auto 0 auto;
	padding: 0;
	width: 100%;
	border: 1px solid #489d93;
}

.information_area .information_title {
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #489d93;
}

.information_area .information_list {
	margin: 0 auto;
	padding: 15px 30px;
	width: 100%;
	/* 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: 1.1rem;
	color: #333;
}

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

.information_area .information_list > li .info_cont .info_category .category_label {
	margin: 0;
	padding: 4px 15px;
	width: 140px;
	font-size: 0.82rem;
	/* color: #fff; */
	text-align: center;
}

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

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

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


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

.info_all_link {
	margin: 50px auto 0 auto;
	padding: 0;
	width: 300px;
	height: 55px;
	border: 1px solid #45857D;
	border-radius: 4px;
}

.info_all_link > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.1rem;
	color: #45857D;
	text-align: center;
}

.info_all_link > a:hover {
	color: #fff;
	background: #2e645e;
	transition: all 0.3s;
}

.info_all_link > a > i {
	position: absolute;
	top: 52%;
	right: 10%;
	transform: translateY(-52%);
}


/* INFORMATION一覧 */
.category_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	background: #fafafa;
}

.category_list > li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: calc(100% / 5);
	height: 50px;
	font-size: 1rem;
	color: #333;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.category_list > li + li {
	margin-left: 10px;
}

.category_list > li.isActive {
	color: #fff;
	background: #4a7bab;
}

/* INFORMATION詳細 */
.news_title_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 8px auto 0 auto;
	padding: 0;
	width: 100%;
	background: #fff;
	border-left: 8px solid #2e645e;
	border-bottom: 1px solid #2e645e;
}

.news_title_area .news_title {
	margin: 0 auto;
	padding: 20px;
	width: 80%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #2e645e;
	line-height: 2.4rem;
}

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

.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: 40px;
	width: 96%;
	font-size: 1rem;
	color: #333;
	line-height: 1.2rem;
	background: #fff;
	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: 96%;
}

.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: #2e645e;
	border-radius: 5px;
}

.news_list_back > a:hover {
	background: #4fb3a5;
	transition: all 0.3s;
}

/* 202207追記ここまで */


/*
* スマートフォン
*-----------------------------------------------------------*/
@media screen and (max-width: 480px) {
  #wrapper #contents section {
    padding: 20px 0;
  }
  #wrapper #contents section .section_inner {
    width: 96%;
  }
  /*
* ヘッダー
*-----------------------------------------------------------*/
  #header {
    width: 100%;
    height: 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 100%;
        grid-template-rows: 100%;
    -ms-grid-columns: 80% 20%;
        grid-template-columns: 80% 20%;
    overflow-x: hidden;
  }
  #header > h1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    height: 80px;
  }
  #header > h1 > a {
    text-align: center;
  }
  #header > h1 > a > img {
    max-width: 90%;
    height: auto;
  }
  #header .link_area {
    display: none;
  }
  #header .head_search {
    display: none;
  }
  #header .sp_nav_menu {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    display: block;
  }
  #header .sp_nav_menu .nav {
    position: relative;
  }
  #header .sp_nav_menu .nav_checkbox {
    display: none;
  }
  #header .sp_nav_menu .nav_icon {
    display: block;
    top: 3%;
    right: 4%;
    width: 56px;
    height: 40px;
    position: absolute;
    cursor: pointer;
  }
  #header .sp_nav_menu .nav_icon-parts, #header .sp_nav_menu .nav_icon-parts:before, #header .sp_nav_menu .nav_icon-parts:after {
    background: #356660;
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #header .sp_nav_menu .nav_icon-parts:before, #header .sp_nav_menu .nav_icon-parts:after {
    content: " ";
  }
  #header .sp_nav_menu .nav_icon-parts:before {
    top: 16px;
  }
  #header .sp_nav_menu .nav_icon-parts:after {
    top: -16px;
  }
  #header .sp_nav_menu .nav_overlay {
    background: #000;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }
  #header .sp_nav_menu .nav_menu {
    position: fixed;
    top: 80px;
    right: -100%;
    padding: 3% 0 10% 0;
    width: 100%;
    color: #000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(207, 252, 241, 0.9);
  }
  #header .sp_nav_menu .nav_icon {
    z-index: 4;
  }
  #header .sp_nav_menu .nav_menu {
    z-index: 3;
  }
  #header .sp_nav_menu .nav_overlay {
    z-index: 2;
  }
  #header .sp_nav_menu .nav_checkbox:checked ~ .nav_icon .nav_icon-parts {
    background: transparent;
  }
  #header .sp_nav_menu .nav_checkbox:checked ~ .nav_icon .nav_icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  #header .sp_nav_menu .nav_checkbox:checked ~ .nav_icon .nav_icon-parts:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
  #header .sp_nav_menu .nav_checkbox:checked ~ .nav_overlay {
    opacity: 0.5;
    pointer-events: auto;
  }
  #header .sp_nav_menu .nav_checkbox:checked ~ .nav_menu {
    right: 0;
  }
  #header .sp_nav_menu .nav_icon-parts, #header .sp_nav_menu .nav_icon-parts:after, #header .sp_nav_menu .nav_icon-parts:before, #header .sp_nav_menu .nav_overlay, #header .sp_nav_menu .nav_menu {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #header .sp_nav_menu .nav_menu_sp {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
  }
  #header .sp_nav_menu .nav_menu_sp li {
    margin-left: 20px;
    width: 70%;
    height: 50px;
    font-size: 1rem;
    line-height: 55px;
    border-bottom: 1px dotted #4ca38d;
  }
  #header .sp_nav_menu .nav_menu_sp li > a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #1b4641;
  }
  #header .sp_nav_menu .nav_menu_sp li > a img {
    margin-right: 30px;
    vertical-align: middle;
  }
  #header .sp_nav_menu .nav_menu_sp .home > a > i {
    margin-right: 10px;
  }
  /*
* グローバルナビゲーション
*-----------------------------------------------------------*/
  #global_nav {
    display: none;
  }
  #global_nav_sp {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-rows: 100%;
        grid-template-rows: 100%;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    overflow-x: hidden;
  }
  #global_nav_sp .apply {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background: #356660;
  }
  #global_nav_sp .apply > a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    line-height: 40px;
    color: #FFF;
  }
  #global_nav_sp .apply > a > i {
    margin-right: 10px;
  }
  #global_nav_sp .search {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    font-size: 0.9rem;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    background: #F77882;
  }
  #global_nav_sp .search > i {
    margin-right: 10px;
  }
  /*
* 資格を探す（スライドダウンメニュー）
*-----------------------------------------------------------*/
  #search_inside_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ddeeec;
    -webkit-filter: drop-shadow(0 5px 3px rgba(50, 50, 50, 0.2));
            filter: drop-shadow(0 5px 3px rgba(50, 50, 50, 0.2));
    z-index: 990;
  }
  #search_inside_menu .title_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 100%;
        grid-template-rows: 100%;
    -ms-grid-columns: 70% 30%;
        grid-template-columns: 70% 30%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    background: #5DBFB2;
  }
  #search_inside_menu .title_wrapper .menu_title {
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    text-indent: 15%;
    line-height: 50px;
  }
  #search_inside_menu .title_wrapper .close_btn {
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 8px 10px 8px 10px;
    font-size: 0.9rem;
    color: #FFF;
    text-align: center;
    line-height: 34px;
    background: #3d8178;
    border-radius: 4px;
    cursor: pointer;
  }
  #search_inside_menu .title_wrapper .close_btn > i {
    margin-right: 10px;
  }
  #search_inside_menu .title_wrapper .close_btn:hover {
    background: #2d615a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #search_inside_menu .menu_list_wrapper {
    display: block;
    -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: 100%;
    font-size: 0.9rem;
  }
  /*
* パンくずリスト
*----------------------------------------------------------*/
  .breadcrumbs {
    display: none;
  }
  /*
* メインタイトル
*----------------------------------------------------------*/
  .main_title {
    margin: 20px auto;
    font-size: 1.4rem;
  }
  /*
* フッター
*-----------------------------------------------------------*/
  footer #footer_logo {
    height: 40px;
  }
  footer #footer_logo .logo_inner {
    margin: 0 auto;
  }
  footer #footer_logo .logo_inner > img {
    max-width: 70%;
    height: auto;
  }
  footer #footer_link {
    max-width: 70%;
    display: block;
  }
  footer #footer_bottom {
    padding: 10px;
    height: 80px;
    font-size: 0.7rem;
    line-height: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

#page_top {
    display: none !important;
}

	.footer_floating {
		display: block;
		padding: 0 auto;
		width: 100%;
		height: 90px;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		text-align: center;
		background: rgba(129, 181, 185, 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%;
	}

	.footer_floating .floating_inner .menu_exam {
		grid-row: 1;
		grid-column: 1;
	}

	.footer_floating .floating_inner .menu_card {
		grid-row: 1;
		grid-column: 2;
	}

	.footer_floating .floating_inner .backtotop {
		grid-row: 1;
		grid-column: 3;
	}

	.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;
	}

  /**
* トップページ
*-----------------------------------------------------------
*-----------------------------------------------------------*/
  /*
* メインビジュアル
*------------------------------------------*/
  .top {
    height: 250px;
  }
  .top::after {
    background: none;
  }
  .top .main_catch_area {
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 20px 0;
    width: 80%;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
  }
  .top .main_catch_area .catch_icon {
    height: 53px;
  }
  .top .main_catch_area .catch_icon > img {
    width: 20%;
    height: auto;
  }
  .top .main_catch_area .main_catch {
    font-size: 1.2rem;
  }
  .top .main_catch_area .jlesa_en_name {
    margin: 8px 0 0 0;
    font-size: 0.7rem;
  }
  /*
* サマリー
*------------------------------------------*/
  .summary .section_inner > p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .summary .section_inner .detail_link {
    margin: 30px auto 0 auto;
  }
  /*
* 資格試験一覧
*------------------------------------------*/
  .top_exam_list .section_inner .exam_list {
    margin: 0 auto 20px auto;
    width: 100%;
  }
  /**
* カテゴリートップページ
*-----------------------------------------------------------
*-----------------------------------------------------------*/
  /*
* カテゴリートップページ・メインビジュアル
*----------------------------------------------------------*/
  .category_visual {
    height: 175px;
  }
  .category_visual .category_title_area {
    top: 40%;
    padding: 15px 0;
    width: 92%;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
  }
  .category_visual .category_title_area .category_title {
    margin: 15px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .category_visual .category_title_area .category_en_name {
    margin: 5px 0 0 0;
    font-size: 0.9rem;
  }
  .category_visual .category_title_area .exam_title {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .category_visual .category_title_area .exam_en_name {
    margin: 5px 0 0 0;
    font-size: 0.9rem;
  }
  /*
* 次回の試験日程
*-----------------------------------------------------------*/
  .next_exam {
    margin: 40px auto;
    padding: 20px 0 0 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .next_exam .exam_title {
    display: none;
  }
  .next_exam .exam_date {
    position: static;
  }
  .next_exam .exam_date .date_title {
    margin: 0 0 10px 0;
    padding: 0;
    height: auto;
    font-size: 1rem;
    text-align: center;
    text-indent: 0;
  }
  .next_exam .exam_date .next_date {
    height: auto;
    font-size: 1.7rem;
    text-align: center;
    text-indent: 0;
  }
  .next_exam .exam_date .next_date .apply_date {
    display: block;
    margin-top: 8px;
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
  }
  .next_exam .exam_date::after {
    display: none;
  }
  .next_exam .exam_apply {
    margin: 20px 0 0 0;
  }
  .next_exam .exam_apply > a {
    height: 60px;
    font-size: 1.4rem;
    line-height: 60px;
  }
  /*
* 資格試験ページ内リンク
*------------------------------------------*/
  .lineup {
    display: none;
  }
  /*
* 資格試験一覧
*------------------------------------------*/
  .category_exam_list .section_inner {
    display: block;
  }
  .category_exam_list .section_inner .exam_list {
    position: relative;
    margin: 0 auto 20px auto;
    padding: 0;
    width: 100%;
  }
  .category_exam_list .section_inner .exam_list .exam_summary {
    padding: 20px;
    min-height: 240px;
  }
  .category_exam_list .section_inner .exam_list .exam_summary > p {
    line-height: 1.4rem;
  }
  /*
* 人気資格を探す
*------------------------------------------*/
  .popular_exam_area {
    margin: 0 auto;
    padding: 30px 0 80px 0;
  }
  .popular_exam_area .popular_exam_inner {
    width: 96%;
  }
  .popular_exam_area .popular_exam_inner .exam_list {
    margin: 0 0 10px 0;
    width: calc(96% / 2);
  }
  .popular_exam_area .popular_exam_inner .exam_list:nth-child(6n) {
    margin-right: 0;
  }
  .popular_exam_area .popular_exam_inner .exam_list > a dt {
    width: 100%;
    height: 140px;
    overflow: hidden;
  }
  .popular_exam_area .popular_exam_inner .exam_list > a dt img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
  }
  .popular_exam_area .popular_exam_inner .exam_list > a .category_title {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    font-size: 1rem;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    background: #45857D;
  }
  .popular_exam_area .popular_exam_inner .exam_list > a:hover dt img {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .popular_exam_area .popular_exam_inner .exam_list > a:hover .category_title {
    background: #2d615b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /**
* 資格試験詳細ページ
*-----------------------------------------------------------
*-----------------------------------------------------------*/
  /*
* ページ内リンク
*------------------------------------------*/
  .page_menu {
    display: none;
  }
  /*
* 資格サマリー
*------------------------------------------*/
  .license_summary .section_inner {
    border-bottom: none;
  }
  .license_summary .section_inner .summary_wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
  .license_summary .section_inner .summary_wrap .summary_txt {
    margin: 0 0 10px 0;
  }
  /*
* 資格説明
*------------------------------------------*/
  .explanation {
    width: 96% !important;
  }
  .explanation .exp_contents_area {
    width: 100%;
    display: block;
  }
  .explanation .exp_contents_area .contents_left {
    padding-right: 0;
    border-right: none;
  }
  .explanation .exp_contents_area .contents_right {
    padding-left: 0;
  }
  /*
* 目指せる職業
*------------------------------------------*/
  .working {
    padding: 30px 0 !important;
  }
  .working .section_inner .img_left,
  .working .section_inner .img_right {
    margin: 0;
    padding: 0;
    display: block;
  }
  .working .section_inner .img_left .img_title_area,
  .working .section_inner .img_right .img_title_area {
    margin: 0 auto;
  }
  .working .section_inner .img_left .text_area,
  .working .section_inner .img_right .text_area {
    margin: 0;
    padding: 30px 15px;
    border: none;
  }
  /*
* 試験概要
*------------------------------------------*/
  .examination_summary {
    margin-bottom: 0 !important;
  }
  .examination_summary .section_inner {
    display: block;
  }
  .examination_summary .section_inner .exam_contents {
    margin: 0 0 30px 0;
  }
  /*
* 試験日程一覧
*------------------------------------------*/
  .examination_date .section_inner .date_wrap {
    display: block;
    width: 100%;
  }
  .examination_date .section_inner .date_wrap .date_cont {
    margin: 0 0 3% 0;
    width: 100%;
  }
  /*
* 受験申し込みエリア
*----------------------------------*/
  .exam_apply_btn .txt_area {
    padding: 20px 0;
  }
  .exam_apply_btn .txt_area .apply_txt {
    display: none;
  }
  .exam_apply_btn .txt_area .sp_apply_txt {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #A00017;
    text-align: center;
  }
  .exam_apply_btn .txt_area .apply_sub_txt {
    margin: 13px 0 0 0;
    font-size: 0.8rem;
  }
  .exam_apply_btn .apply_btn > a {
    width: 80%;
  }
  /**
* 固定ページ
*-----------------------------------------------------------
*-----------------------------------------------------------*/
  /*
* 【共通】セクションタイトル
*----------------------------------*/
  .section_title {
    font-size: 1.2rem;
  }
  /*
* 【共通】申込み・問合せフォーム
*----------------------------------*/
  .apply_form {
    margin-top: 20px !important;
  }
  .apply_form .section_inner {
    width: 94% !important;
  }
  .apply_form .section_inner .input_lead {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .apply_form .section_inner .apply_input_form {
    margin: 20px auto 0 auto;
  }
  .apply_form .section_inner .apply_input_form th {
    display: block;
    margin: 0;
    padding: 4%;
    width: 100%;
    font-size: 0.9rem;
    border-bottom: none;
  }
  .apply_form .section_inner .apply_input_form td {
    display: block;
    padding: 4%;
    width: 100%;
    font-size: 0.8rem;
    border-bottom: none;
  }
  .apply_form .section_inner .apply_input_form .multiple .sub_heading {
    width: 20%;
  }
  .btn_area {
    margin: 0 0 20px 0;
    padding: 20px;
  }
  .btn_area > p {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .btn_area input[type=submit] {
    font-size: 1rem;
  }
  /*
* JLESAについて
*----------------------------------*/
  .about_jlesa .section_inner > p {
    width: 94%;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .access .section_inner .syozai {
    width: 94%;
  }
  .access .section_inner .syozai th {
    font-size: 0.9rem;
  }
  .access .section_inner .syozai td {
    font-size: 0.8rem;
  }
  /*
* 受験申込み方法
*----------------------------------*/
  .title_area .area_inner {
    padding: 20px 0;
    width: 94%;
  }
  .title_area .area_inner .title_lead {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .howto_apply .section_inner .apply_step {
    width: 94%;
  }
  .howto_apply .section_inner .apply_step dt {
    font-size: 1rem;
  }
  .howto_apply .section_inner .apply_step dd {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .exam_apply_btn .txt_area {
    padding: 4% 0;
  }
  .exam_apply_btn .txt_area::before {
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 20px solid #b1d4b9;
  }
  .exam_apply_btn .txt_area .apply_main_txt {
    width: 100%;
    font-size: 1rem;
  }
  .exam_apply_btn .txt_area .apply_sub_txt {
    margin: 2% 0 0 0;
    font-size: 0.8rem;
  }
  .exam_apply_btn .apply_btn {
    margin: 0;
  }
  .exam_apply_btn .apply_btn > a {
    width: 70%;
    height: 52px;
    font-size: 1.1rem;
    line-height: 52px;
  }
   /*
  * 合格発表
  *-----------------------------------------------------------*/
  .wrapper__form-gouhi .form-group {
    flex-direction: column;
  }
  .wrapper__form-gouhi .form-label {
    margin-bottom: 1rem;
  }
  .container_pass-mark {
      padding-top: 260px;
      background-size: contain;
  }
  .pass_content {
    padding: 15px !important;
  }
  .btn {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .img_card {
    width: 100%;
  }
  /*
  * お支払い方法
  *----------------------------------*/
  .payment .title_area .area_inner {
    margin: 30px auto;
    padding: 30px 20px;
    width: 94%;
  }
  .payment .title_area .area_inner .title_lead {
    display: block;
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.5rem;
  }
  .payment .title_area .area_inner .title_lead .payment_img > img {
    max-width: 100%;
    height: auto;
  }
  .payment .pay_sequence .section_inner .apply_step {
    width: 94%;
  }
  .payment .pay_sequence .section_inner .apply_step dt {
    font-size: 1rem;
  }
  .payment .pay_sequence .section_inner .apply_step dt > i {
    margin-right: 10px;
  }
  .payment .pay_sequence .section_inner .apply_step dd {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .payment .pay_sequence .section_inner .apply_step dd > a {
    display: inline;
    color: #1b4641;
    text-decoration: underline;
  }
  /*
* 認定校募集
*----------------------------------*/
  .school .title_area {
    margin-top: 20px;
  }
  .school .title_area .area_inner {
    padding: 30px 20px;
    width: 94%;
  }
  .school .title_area .area_inner .title_lead {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .school .title_area .area_inner .school_img {
    margin: 20px auto;
  }
  .school .title_area .area_inner .school_img > li {
    width: calc(90% / 4);
  }
  .school .title_area .area_inner .school_img > li > img {
    max-width: 100%;
    height: auto;
  }
  /*
* 合格者専用ページ
*----------------------------------*/
  .goukaku_senyou .title_area {
    margin-top: 20px;
  }
  .goukaku_senyou .title_area .area_inner {
    padding: 20px 0;
    width: 90%;
  }
  .goukaku_senyou .title_area .area_inner .title_lead {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.3rem;
  }
  .nintei_card .section_lead {
    width: 90%;
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.3rem;
  }
  .nintei_card .section_inner .hakkou_area {
    margin-top: 20px !important;
    display: block;
  }
  .nintei_card .section_inner .hakkou_area .nintei_hakkou,
  .nintei_card .section_inner .hakkou_area .photo_send {
    margin: 0 auto 20px auto;
    width: 94%;
  }
  .nintei_card .section_inner .hakkou_area .nintei_hakkou > dt,
  .nintei_card .section_inner .hakkou_area .photo_send > dt {
    font-size: 1rem;
  }
  .nintei_card .section_inner .hakkou_area .nintei_hakkou > dd,
  .nintei_card .section_inner .hakkou_area .photo_send > dd {
    margin: 0;
    padding: 20px;
  }
  .nintei_card .section_inner .hakkou_area .nintei_hakkou > dd .inner_midashi,
  .nintei_card .section_inner .hakkou_area .nintei_hakkou > dd .inner_notice,
  .nintei_card .section_inner .hakkou_area .photo_send > dd .inner_midashi,
  .nintei_card .section_inner .hakkou_area .photo_send > dd .inner_notice {
    width: 50%;
    padding: 6px 0;
    font-size: 0.8rem;
  }
  .nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_paper_img,
  .nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_card_img {
    width: 49%;
  }
  .nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_paper_img dd,
  .nintei_card .section_inner .hakkou_area .nintei_hakkou dd .cert_img .cert_card_img dd {
    font-size: 0.9rem;
  }
  .nintei_card .section_inner .hakkou_area .nintei_hakkou dd .inner_txt {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .nintei_card .section_inner .hakkou_area .nintei_hakkou dd .notice_txt li {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .nintei_card .section_inner .hakkou_area .photo_send dd .lead_txt {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .nintei_card .section_inner .hakkou_area .photo_send dd .size_area {
    width: 100%;
    display: block;
  }
  .nintei_card .section_inner .hakkou_area .photo_send dd .size_area .size_img {
    width: 100%;
    text-align: center;
  }
  .nintei_card .section_inner .hakkou_area .photo_send dd .size_area .size_list {
    margin: 20px auto 0 auto;
    padding: 0;
    width: 90%;
  }
  .nintei_card .section_inner .hakkou_area .photo_send dd .size_area .size_list li {
    margin: 0 0 2px 0;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .nintei_card .section_inner .hakkou_area .photo_send dd .size_notice {
    margin: 15px auto 0 auto;
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
  .nintei_card .section_inner .hakkou_area .photo_send dd .size_notice > i {
    margin-right: 6px;
    color: #bb8114;
  }
  .nintei_card .section_inner .hakkou_area .photo_send dd .notice_list li {
    margin: 0 auto 2px auto;
    width: 90%;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .nintei_card .section_inner .hakkou_area .photo_send dd .send_txt {
    font-size: 0.8rem;
  }
  .nintei_card .section_inner .modify_area {
    margin: 20px auto 0 auto;
    width: 94%;
  }
  .nintei_card .section_inner .modify_area .modify_apply > dt {
    font-size: 1rem;
  }
  .nintei_card .section_inner .modify_area .modify_apply > dd {
    margin: 0;
    padding: 20px;
    width: 100%;
    display: block;
  }
  .nintei_card .section_inner .modify_area .modify_apply > dd .modify_txt {
    margin: 0 0 20px 0;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .nintei_card .section_inner .modify_area .modify_apply > dd .modify_btn {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .nintei_card .section_inner .modify_area .modify_apply > dd .modify_btn .apply_btn > a {
    width: 90%;
    font-size: 0.9rem;
  }
  /*
* 受験申込み
*----------------------------------*/
  .entry_form .section_inner {
    width: 96% !important;
  }
  .entry_form .section_inner .form-error {
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: red;
  }
  .entry_form .section_inner .lead_txt {
    line-height: 1.4rem;
  }
  .entry_form .section_inner .input_title {
    font-size: 1rem;
    text-indent: 0;
    text-align: center;
  }
  .entry_form .section_inner #input-form .category_title {
    font-size: 1rem;
  }
  .entry_form .section_inner #input-form .exam_select_list {
    margin: 20px auto 40px auto;
    padding: 0;
    width: 100%;
    font-size: 0;
  }
  .entry_form .section_inner #input-form .exam_select_list li {
    margin: 0 0 10px 0;
    width: 96%;
  }
  .entry_form .section_inner .entry_form {
    padding: 25px 0;
  }
  .entry_form .section_inner .entry_form .entry_tbl {
    width: 96%;
  }
  .entry_form .section_inner .entry_form .entry_tbl th {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .entry_form .section_inner .entry_form .entry_tbl td {
    display: block;
    padding: 8px 15px;
    width: 100%;
    height: auto;
  }
  .entry_form .section_inner .entry_form .entry_tbl td .input_txt {
    margin: 0 0 5px 0;
    width: 100%;
    text-align: left;
  }
  .entry_form .section_inner .entry_form .entry_tbl td input[type="text"],
  .entry_form .section_inner .entry_form .entry_tbl td input[type="email"] {
    margin-bottom: 8px;
  }
  .entry_form .section_inner #confirm_form {
    padding: 25px 0;
  }
  .entry_form .section_inner #confirm_form .confirm_tbl {
    width: 96%;
  }
  .entry_form .section_inner #confirm_form .confirm_tbl th {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .entry_form .section_inner #confirm_form .confirm_tbl td {
    display: block;
    padding: 15px;
    width: 100%;
    height: auto;
  }
  .entry_form .section_inner #confirm_form .conf_btn_area {
    margin: 20px auto 0 auto;
    display: block;
  }
  .entry_form .section_inner #confirm_form .conf_btn_area .back_btn_area {
    margin-bottom: 30px;
    text-align: center;
  }
  .entry_form .section_inner #confirm_form .conf_btn_area .submit_btn_area {
    text-align: center;
  }
  .end_section .section_inner {
    width: 100%;
  }
  .end_section .section_inner .end_title {
    width: 96%;
  }
  .end_section .section_inner .end_message {
    width: 96%;
  }
  /*
* 合格認定証発行申込み
*----------------------------------*/
  .cert_form .section_inner {
    width: 96% !important;
  }
  .cert_form .section_inner .form-error {
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: red;
  }
  .cert_form .section_inner .lead_txt {
    line-height: 1.4rem;
  }
  .cert_form .section_inner .input_title {
    font-size: 1rem;
    text-indent: 0;
    text-align: center;
  }
  .cert_form .section_inner #input-form .category_title {
    font-size: 1rem;
  }
  .cert_form .section_inner #input-form .exam_select_list,
  .cert_form .section_inner #input-form .card_category {
    margin: 20px auto 40px auto;
    padding: 0;
    width: 100%;
    font-size: 0;
  }
  .cert_form .section_inner #input-form .exam_select_list li,
  .cert_form .section_inner #input-form .card_category li {
    margin: 0 0 10px 0;
    width: 96%;
  }
  .cert_form .section_inner .entry_form {
    padding: 25px 0;
  }
  .cert_form .section_inner .entry_form .entry_tbl {
    width: 96%;
  }
  .cert_form .section_inner .entry_form .entry_tbl th {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .cert_form .section_inner .entry_form .entry_tbl td {
    display: block;
    padding: 8px 15px;
    width: 100%;
    height: auto;
  }
  .cert_form .section_inner .entry_form .entry_tbl td .input_txt {
    margin: 0 0 5px 0;
    width: 100%;
    text-align: left;
  }
  .cert_form .section_inner .entry_form .entry_tbl td input[type="text"],
  .cert_form .section_inner .entry_form .entry_tbl td input[type="email"] {
    margin-bottom: 8px;
  }
  .cert_form .section_inner #confirm_form {
    padding: 25px 0;
  }
  .cert_form .section_inner #confirm_form .confirm_tbl {
    width: 96%;
  }
  .cert_form .section_inner #confirm_form .confirm_tbl th {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .cert_form .section_inner #confirm_form .confirm_tbl td {
    display: block;
    padding: 15px;
    width: 100%;
    height: auto;
  }
  .cert_form .section_inner #confirm_form .conf_btn_area {
    margin: 20px auto 0 auto;
    display: block;
  }
  .cert_form .section_inner #confirm_form .conf_btn_area .back_btn_area {
    margin-bottom: 30px;
    text-align: center;
  }
  .cert_form .section_inner #confirm_form .conf_btn_area .submit_btn_area {
    text-align: center;
  }
  /*
* 特定商取引における表示
*----------------------------------*/
  .tokutei .title_area {
    margin-top: 20px;
  }
  .tokutei .title_area .area_inner {
    padding: 20px 0;
    width: 90%;
  }
  .tokutei .title_area .area_inner .title_lead {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .tokutei .title_area .area_inner .title_lead .date {
    font-size: 0.8rem;
  }
  .tokutei_contents .section_inner .contents_tbl {
    width: 100%;
  }
  .tokutei_contents .section_inner .contents_tbl th {
    display: block;
    padding: 8px 0;
    width: 100%;
    font-size: 0.9rem;
  }
  .tokutei_contents .section_inner .contents_tbl th::after {
    display: none;
  }
  .tokutei_contents .section_inner .contents_tbl td {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  /*
* 個人情報の取り扱いについて
*----------------------------------*/
  .privacy .title_area {
    margin-top: 20px;
  }
  .privacy .title_area .area_inner {
    padding: 20px 0;
    width: 90%;
  }
  .privacy .title_area .area_inner .title_lead {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .kojin {
    width: 100%;
  }
  .kojin dt .number {
    margin: 0 10px 0 0;
  }
  .kojin dd {
    margin: 0;
    padding: 4% 2%;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  /*
* リンク集
*----------------------------------*/
  .link_list .section_inner .link_contents {
    display: block;
  }
  .link_list .section_inner .link_contents > li {
    width: 100%;
  }
  /*
  * 資格取得証明について
  *-----------------------------------*/
  .syoumei .title_area {
    margin-top: 20px;
  }
  .syoumei .title_area .area_inner {
    padding: 20px 0;
    width: 90%;
  }
  .syoumei .title_area .area_inner .title_lead {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.3rem;
  }
  .syoumei_merit .section_inner .merit_area .merit_cont,
  .syoumei_merit .section_inner .merit_area .banner_exp {
    margin-bottom: 30px;
    width: 100%;
  }
  .syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list li {
    height: 200px;
  }
  .syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list li > .list_title {
    top: 10%;
    font-size: 1.5rem;
  }
  .syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list li > .subtitle_en {
    top: 28%;
  }
  .syoumei_merit .section_inner .merit_area .merit_cont dd > .cont_list li > .list_txt {
    top: 43%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .shikaku_select_area .shikaku_select .shikaku_list {
    width: 100%;
  }
  .view_area .section_inner {
    margin: 0 auto;
    padding: 0 10px 20px 10px !important;
    background: #c4e6b7;
  }

  .view_area .section_inner .view_section .sec_left,
  .view_area .section_inner .view_section .sec_right {
    width: 100%;
  }
  .view_area .section_inner .view_section .sec_left {
    margin-bottom: 30px;
  }

  /**
* 資格監修
*----------------------------------------------*/
  #supervision .supervision_title {
    padding: 20px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    letter-spacing: 0;
  }
  #supervision .section_inner .supervision_summary {
    margin: 20px auto 0 auto;
    width: 94%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  #supervision .section_inner .supervision_person {
    margin: 20px auto 0 auto;
    flex-wrap: wrap;
  }
  #supervision .section_inner .supervision_person > li {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 100%;
  }

  #supervision .section_inner .supervision_person > li:first-of-type {
    margin-right: 0;
  }

  #supervision .section_inner .supervision_person > li .person_detail > dd .person_photo {
    margin: 0 auto;
    width: 60%;
  }

  #supervision .section_inner .supervision_person > li .person_detail > dd .detail {
    margin-top: 20px;
    width: 100%;
  }

  /**
* 資格の監修
*----------------------------------------------*/
  #shikaku_supervision .section_inner .supervision_person {
    margin: 0 auto;
  }
  #shikaku_supervision .section_inner .supervision_person > li {
    padding: 25px 15px;
  }
  #shikaku_supervision .section_inner .supervision_person > li .person_photo {
    margin: 0 auto;
    width: 40%;
    height: 160px;
  }
  #shikaku_supervision .section_inner .supervision_person > li .detail {
    margin: 20px auto 0 auto;
    width: 100%;
  }
  #shikaku_supervision .section_inner .supervision_person > li .detail > dd > p {
    font-size: 0.9rem;
  }

}

/**
* 202110追記
*------------------*/

/*
* 資格ページ・資格コラムリスト
*-----------------------------------------------------------*/
.shikaku_column_list {
  margin: 0 auto 50px auto;
  padding: 0;
  width: 1140px;
  border: 1px solid #ccc;
  background: #f5fdf8;
}

.shikaku_column_list .list_title {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #66a07c;
}

.shikaku_column_list .list_contents {
  margin: 30px auto;
  padding: 0;
  width: 94%;
}

.shikaku_column_list .list_contents li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.shikaku_column_list .list_contents li + li {
  margin-top: 15px;
}

.shikaku_column_list .list_contents li > a {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 1rem;
}

.shikaku_column_list .list_contents li > a::before {
  content: url('images/column/link_title_head_arrow.png');
  position: absolute;
  top: 0;
  left: 0;
}

.shikaku_column_list .list_contents li > a:hover {
  color: #255f3b;
  text-decoration: underline;
}

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

	.shikaku_column_list {
		width: 96%;
	}

	.shikaku_column_list .list_contents li > a {
		line-height: 1.6rem;
	}

	.shikaku_column_list .list_contents li > a::before {
		top: 5%;
	}

}



/*
* 資格コラム
*-----------------------------------------------------------*/
#column_main_visual {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

#column_main_visual > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#column_main_visual .column_title_area {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 0;
  width: 1140px;
  background: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 10;
}

#column_main_visual .column_title_area .shikaku_title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 50px;
  width: 100%;
  height: 40px;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(69, 133, 125, 0.6);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#column_main_visual .column_title_area .column_title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 50px;
  width: 100%;
  height: 160px;
  font-size: 2rem;
  font-weight: bold;
  color: #45857D;
}

/* パンくずリスト */
.breadcrumbs .breadcrumbs_inner > span {
  display: inline-block;
}

.breadcrumbs .breadcrumbs_inner > span > a {
  color: #45857D;
}

.breadcrumbs .breadcrumbs_inner > span > a:hover {
  text-decoration: underline;
}

.breadcrumbs .breadcrumbs_inner .separator {
  width: 20px;
  text-align: center;
}

/* コンテンツ */
#column_contents {
  margin: 40px auto;
  padding: 0;
  width: 1140px;
}

.head_sep {
	height: 3px;
	border-width: 0;
	background-color: #ffffff;
	background-image: linear-gradient(-45deg,
	#92cfae 0px,#92cfae 2px, transparent 2px, transparent 4px,
	#92cfae 4px, #92cfae 6px, transparent 6px, transparent);
	background-size: 6px 6px;
}

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

.page_index > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 20%;
  height: 35px;
  font-size: 1.1rem;
  color: #fff;
  background: #69b18a;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.page_index > dd {
  margin: 30px 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: #2b8555;
  text-decoration: underline;
}

.page_index > dd ul.index_link .level_1 {
  margin: 15px 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
}

.page_index > dd ul.index_link .level_2 {
  margin: 0 0 0 1rem;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
}

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

/* コラムサマリー */
.column_summary {
  margin: 0 auto;
  padding: 20px 30px;
  width: 100%;
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  background: #e5f8ee;
  border-radius: 5px;
}

/* コラムイメージ */
.column_img {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.column_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column_head {
  height: 400px;
}

/* 見出し */
/* メイン見出し */
.main_midashi {
  position: relative;
  margin: 40px 0 0 0;
  padding: 10px 0 10px 95px;
  width: 100%;
  min-height: 50px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  line-height: 2.2rem;
  background: #f1fdfa;
  display: flex;
  align-items: center;
}

.main_midashi::before {
  content: attr(data-number);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 100%;
  font-size: 2rem;
  color: #fff;
  background: #388a6a;
}

/* サブ見出し */
.sub_midashi {
  display: flex;
  align-items: center;
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 0 0 110px;
  width: 100%;
  height: 40px;
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid #3ab77d;
}

.sub_midashi > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 80px;
  height: 40px;
  font-size: 1.625rem;
  color: #fff;
  background: #3ab77d;
  border-bottom: 1px solid #fff;
}

.sub_midashi > span::after {
  position: absolute;
  content: '';
  top: calc(50% - 10px);
  right: -15px;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #3AB2B7;
}

/* 小見出し */
.komidashi {
  margin: 30px auto 20px auto;
  padding: 10px 0 10px 18px;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  border-left: 10px solid #3ab77d;
  border-bottom: 1px dotted #3ab77d;
}

/* リード文 */
.contents_lead {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.95rem;
  color: #000;
  line-height: 1.8rem;
}

.contents_lead:last-of-type {
	margin-bottom: 100px;
}

/* 本文 */
.contents_txt {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.95rem;
  color: #000;
  line-height: 1.8rem;
}

.contents_list {
  margin: 20px auto;
  padding: 0;
  width: 96%;
}

.contents_list li {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.95rem;
  list-style: disc;
  list-style-position: inside;
}

.contents_list li + li {
  margin-top: 10px;
}

/* 試験サマリー */
.exam_summary {
  margin: 30px auto;
  padding: 0;
  width: 60%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

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

.exam_summary th {
  margin: 0;
  padding: 10px 20px;
  width: 30%;
  font-size: 0.95rem;
  font-weight: bold;
  text-align: left;
  background: #e4e4e4;
  border-bottom: 1px solid #fff;
}

.exam_summary td {
  margin: 0;
  padding: 10px;
  width: 70%;
  font-size: 0.95rem;
  line-height: 1.6rem;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

/* 資格概要テーブル */
.shikaku_tbl {
	margin: 30px 0;
	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: #67B5A9;
}

.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;
	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;
}

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

.shikaku_tbl.column_3 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_3 thead .th_head {
	border-left: 1px solid #ccc;
}


.shikaku_tbl.column_3 tbody .td_head {
	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 {
	text-align: center;
	vertical-align: middle;
	background: #f1f1f1;
}

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

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

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

.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;
	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 {
	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;
}


/* 詳細はこちら */
.detail_link {
	margin: 20px auto 0 auto;
	padding: 5px 10px;
	width: 100%;
	background: #fafafa;
}

.detail_link > a {
	display: inline;
	color: #0e5c0f;
}


/* コラム内テーブル・2カラム・参照付き */
.column_tbl {
	margin: 30px 0;
	padding: 0;
	width: 70%;
	border-top: 1px solid #ccc;
}

.column_tbl 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;
}

.column_tbl tbody th,
.column_tbl 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;
}

.column_tbl tbody th {
	font-weight: normal;
	text-align: left;
	border-left: 1px solid #ccc;
}

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

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


.column_tbl.column_2 thead th,
.column_tbl.column_2 tbody th {
	width: 50%;
}





/* 2コラムテーブル */
.list_tbl_2column {
  margin: 30px auto;
  padding: 0;
  width: 60%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

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

.list_tbl_2column th {
  margin: 0;
  padding: 10px 20px;
  width: 30%;
  font-size: 0.95rem;
  font-weight: bold;
  text-align: left;
  background: #e4e4e4;
  border-bottom: 1px solid #fff;
}

.list_tbl_2column td {
  margin: 0;
  padding: 10px;
  width: 70%;
  font-size: 0.95rem;
  line-height: 1.6rem;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

/* 試験内容・囲み */
.shiken_list {
	margin: 20px 0;
	padding: 15px;
	width: 100%;
	font-size: 15px;
	line-height: 1.5rem;
	border: 1px solid #ccc;
}


/* 資格内容 */
.shikaku_cont {
  margin: 30px auto;
  padding: 0;
  width: 60%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.shikaku_cont th {
  margin: 0;
  padding: 10px 20px;
  width: 30%;
  font-size: 0.95rem;
  font-weight: bold;
  text-align: left;
  background: #d8f5d7;
  border-bottom: 1px solid #fff;
}

.shikaku_cont td {
  margin: 0;
  padding: 10px 20px;
  width: 35%;
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.6rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* 講座ページリンク */
.shikaku_kouza {
  /* margin: 20px auto; */
  margin: 40px auto;
  padding: 0;
  width: 60%;
  border: 1px solid #afddad;
  border-radius: 4px;
}

.shikaku_kouza > a {
  display: block;
  margin: 0;
  padding: 20px 40px;
  width: 100%;
  height: 100%;
}

.shikaku_kouza > a:hover {
  background: #b7e4b6;
  transition: all 0.3s;
}

.shikaku_kouza > a > dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #127c47;
}

.shikaku_kouza > a > dt::before {
  content: '';
  position: absolute;
  top: 2%;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url('images/column/link_title_head_arrow.png');
  background-size: contain;
  vertical-align: middle;

}

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

/* 資格ページリンク */
.shikaku_intro {
  margin: 40px auto;
  padding: 0;
  width: 60%;
  background: #f0faf4;
  border: 1px solid #abdabf;
}

.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;
}

.shikaku_intro > a:hover {
  background: #dbf0e2;
  transition: all 0.3s;
}

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

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

.shikaku_intro > a .intro_detail {
  margin: 0;
  padding: 0;
  width: 65%;
}

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

.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: #71afa2;
  border-radius: 4px;
}

.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: #0e7251;
  line-height: 1.6rem;
}

.shikaku_intro > a .intro_detail .detail_cont > .shikaku_link_txt {
  position: relative;
  /* margin: 30px 0 0 36%; */
  margin: 30px 0 0 0;
  padding: 10px 15px;
  /* width: 260px; */
  width: 100%;
  font-size: 1rem;
  color: #0e7251;
  text-align: center;
  border: 1px solid #89bea0;
  border-radius: 5px;
}

.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%);
}

/* 教材内容 */
.kyozai_cont {
  margin: 20px auto;
  padding: 20px;
  width: 100%;
  font-size: 0.95rem;
  font-weight: bold;
  color: #333;
  line-height: 1.6rem;
  border: 1px solid #ddd;
}

/**
* 202111追加
*/
/* 講座動画 */
.yt_video {
  margin: 40px auto;
  padding: 0;
}

.yt_video .vd_youtube {
  margin: 0 auto;
  padding: 0;
  width: 80%;
}

.yt_video .vd_youtube .video_area_title {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
  font-size: 1.4rem;
  /* font-weight: bold; */
  font-weight: normal;
  color: #38736A;
  line-height: 2rem;
  text-align: center;
  background: #F4FFF9;
}

.yt_video dl.vd_youtube .video_area_title > br {
	display: none;
}

.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) {

  #column_main_visual {
    height: 300px;
  }

  #column_main_visual .column_title_area {
    width: 90%;
  }

  #column_main_visual .column_title_area .shikaku_title {
    padding: 0 20px;
    font-size: 1rem;
  }

  #column_main_visual .column_title_area .column_title {
    padding: 0 20px;
    height: 100px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  #column_main_visual .column_title_area {
    width: 96%;
  }

  /* コンテンツ */
  #column_contents {
    margin: 20px auto;
    width: 96%;
  }

  /* コラムサマリー */
  .column_summary {
    padding: 10px 15px 20px 15px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

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

  .page_index > dt {
    width: 40%;
  }

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

  .page_index > dd ul.index_link .level_2 {
    line-height: 1.4rem;
  }

  /* リスト表示 */
  .contents_list {
    margin: 15px auto;
    width: 90%;
  }

  .contents_list li {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .contents_list li + li {
    margin-top: 6px;
  }

  /* 見出し */
  /* メイン見出し */
  .main_midashi {
    padding: 10px 0 10px 75px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .main_midashi::before {
    width: 60px;
    font-size: 1.6rem;
  }

  /* サブ見出し */
  .sub_midashi {
    padding: 8px 0 8px 80px;
    height: 100%;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .sub_midashi > span {
    width: 60px;
    height: 100%;
    font-size: 1.2rem;
  }

  .sub_midashi > span::after {
    right: -10px;
    border-width: 10px 0 10px 10px;
  }

  /* 小見出し */
  .komidashi {
    margin: 20px auto;
    padding: 8px 0 8px 15px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  /* リード文 */
  .contents_lead {
    width: 94%;
    font-size: 0.9rem;
  }

  /* 本文 */
  .contents_txt {
    width: 94%;
    font-size: 0.9rem;
  }

  /* 講座ページリンク */
  .shikaku_kouza {
    width: 96%;
  }

  .shikaku_kouza > a {
    padding: 15px 20px;
  }

  .shikaku_kouza > a > dd {
    font-size: 0.9rem;
    line-height: 1.4rem;
    word-break: break-all;
  }

  /* 2コラムテーブル */
  .list_tbl_2column {
    margin: 20px auto;
    width: 96%;
  }

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

  .list_tbl_2column th {
    padding: 10px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .list_tbl_2column td {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  /* 試験サマリー */
  .exam_summary {
    margin: 20px auto;
    width: 96%;
  }

  .exam_summary th {
    padding: 10px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .exam_summary td {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

	/* コラム記事内資格概要テーブル */
	.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_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 0 8px 0;
		width: 100%;
		font-weight: bold;
		text-align: center;
		white-space: pre;
		background: #f9f7dd;
	}

	/* コラム内テーブル・2カラム・参照付き */
	.column_tbl {
		margin: 20px auto;
		width: 98%;
	}

	.column_tbl th,
	.column_tbl td {
		display: block;
		width: 100%;
	}

	.column_tbl thead {
		display: none;
	}

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

	.column_tbl tbody th:before,
	.column_tbl tbody td: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;
	}

	.column_tbl tbody td {
		border-bottom: 1px solid #aaa;
	}

	.column_tbl.column_2 tbody th,
	.column_tbl.column_2 tbody td {
		width: 100%;
	}




  /* 資格内容 */
  .shikaku_cont {
    margin: 20px auto;
    width: 96%;
  }

  .shikaku_cont th {
    padding: 10px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .shikaku_cont td {
    padding: 10px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .shikaku_intro {
    margin: 30px auto;
    width: 96%;
  }

  .shikaku_intro > a {
    padding: 10px;
  }

  .shikaku_intro > a .intro_img {
    width: 100%;
  }

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

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

  /**
  * 202111追加
  */
	.yt_video {
	margin: 0 auto;
	padding: 0;
	width: 96%;
	}

  .yt_video .vd_youtube {
    width: 100%;
  }

	.yt_video dl.vd_youtube .video_area_title {
	padding: 0 0 5px 0;
	font-size: 1.1rem;
	text-align: center;
	}

	.yt_video dl.vd_youtube .video_area_title > br {
		display: block;
	}

	.yt_video dl.vd_youtube dd {
	position: relative;
	margin: 10px 0;
	padding: 53% 0 15px 0;
	}

	.yt_video dl.vd_youtube dd > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* INFORMATION */
.information_area {
	margin-top: 30px;
}

.information_area .information_title {
	font-size: 1.3rem;
}

.information_area .information_list {
	padding: 10px 15px;
}

.information_area .information_list > li .info_cont .info_date {
	width: 35%;
	font-size: 1rem;
}

.information_area .information_list > li .info_cont .info_category {
	width: 65%;
}

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

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


.information_area .information_list > li .info_cont .info_title .new_mark {
	font-size: 0.8rem;
}

.info_all_link {
	margin: 30px auto 0 auto;
}


/* INFORMATION一覧 */
.category_list {
	justify-content: space-between;
	padding: 10px;
}

.category_list > li {
	margin-bottom: 10px;
	width: calc(96% / 2);
	height: 40px;
	font-size: 0.9rem;
}

.category_list > li + li {
	margin-left: 0;
}


/* INFORMATION詳細 */
.news_title_area .news_title {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

.news_title_area .news_category {
	justify-content: left;
	padding-left: 20px;
	width: 100%;
}

.news_title_area .news_category .category_label {
	margin-bottom: 20px;
	width: 40%;
}

.news_contents {
	width: 100%;
	padding: 20px;
}

.news_list_back {
	justify-content: center;
}

/* 202207追記ここまで */

}


/*
* 講座サイトリンク
*==============================================================*/
/* 202301追加 */

.kouza_link_area {
	margin: 0 auto 50px 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;
	}

}


/*
* 人気資格ランキングTOP50
*==============================================================*/
.ranking_preface {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	font-size: 16px;
	line-height: 1.6rem;
	background: #dcedfb;
	border-radius: 4px;
}

.ranking_afterwords {
	margin: 30px auto;
	padding: 20px;
	width: 100%;
	font-size: 16px;
	line-height: 1.6rem;
	background: #dcedfb;
	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: #55b4a2;
}

.ranking_menu li > a:hover {
	background: #369986;
	transition: all 0.3s;
}

.ranking_menu li > a.current {
	background: #ee5f6f;
}


/* ランキングコンテンツ */
.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: #369b79;
}

.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: #0e5d4e;
}

.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: #0e5d4e;
	border-radius: 5px;
}

.ranking_list .shikaku_detail .detail_cont .shikaku_img .shikaku_link > a:hover {
	background: #55b4a2;
	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: 1200px; */
	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: 67%;
	left: 44%;
	transform: translate(-44%, -67%);
	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.3rem;
	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: 54%;
	background: #f7f6f6;
}

.rank_list.rank1-10 dd .txt_area .summary {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.1rem;
	font-weight: bold;
	color: #ac8426;
	line-height: 2rem;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area {
	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 .chishiki_area .chishiki_title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 40px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background: #BEA13D;
	overflow: hidden;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_title::before,
.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_title::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
	background-color: #fff;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_title::after {
	left: -30%;
	transform: skewX(16deg);
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_title::before {
	right: -30%;
	transform: skewX(-16deg);
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_cont {
	margin: 20px auto 0 auto;
	padding: 0 30px;
	width: 100%;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_cont .cont_list {
	margin: 0;
	padding: 0;
	width: 100%;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_cont .cont_list > li {
	margin: 0 0 7px 0;
	padding: 0;
	width: 100%;
	font-size: 0.9rem;
	font-weight: bold;
	color: #333;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_cont .cont_list > li:last-child {
	margin-bottom: 0;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_afterwords {
	margin: 20px;
	padding: 20px;
	width: calc(100% - 40px);
	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% - (56% + 40px));
}

.rank_list.rank1-10 dd .photo_link_area .shikaku_photo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 300px;
}

.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: 50px;
	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位〜25位 */
.rank_list.rank11-25 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	/* width: 1200px; */
	width: 100%;
}

.rank_list.rank11-25 .area_left,
.rank_list.rank11-25 .area_right {
	margin: 0 0 20px 0;
	padding: 0;
	width: 49%;
	border: 3px solid #76BDB2;
	border-radius: 4px;
}

.rank_list.rank11-25 .area_left .title_area,
.rank_list.rank11-25 .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-25 .area_left .title_area .rank_num_area,
.rank_list.rank11-25 .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-25 .area_left .title_area .rank_num_area .rank_num,
.rank_list.rank11-25 .area_right .title_area .rank_num_area .rank_num {
	position: absolute;
	top: 47%;
	left: 20%;
	transform: translate(-20%, -47%);
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
}

.rank_list.rank11-25 .area_left .title_area .rank_num_area .small_txt,
.rank_list.rank11-25 .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-25 .area_left .title_area .rank21,
.rank_list.rank11-25 .area_right .title_area .rank21 {
	background-image: url('images/ranking/rank_trophy_21.svg');
}

.rank_list.rank11-25 .area_left .title_area .shikaku_title,
.rank_list.rank11-25 .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-25 .area_left dd,
.rank_list.rank11-25 .area_right dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 15px auto;
	padding: 0;
	width: 100%;
}

.rank_list.rank11-25 .area_left dd .txt_area,
.rank_list.rank11-25 .area_right dd .txt_area {
	margin: 0 0 0 20px;
	padding: 20px;
	width: 54%;
	background: #f7f6f6;
}

.rank_list.rank11-25 .area_left dd .txt_area .summary,
.rank_list.rank11-25 .area_right dd .txt_area .summary {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
	color: #ac8426;
	line-height: 1.6rem;
}

.rank_list.rank11-25 .area_left dd .detail_link,
.rank_list.rank11-25 .area_right dd .detail_link {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 100%;
}

.rank_list.rank11-25 .area_left dd .detail_link > a,
.rank_list.rank11-25 .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-25 .area_left dd .detail_link > a::after,
.rank_list.rank11-25 .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-25 .area_left dd .detail_link > a:hover,
.rank_list.rank11-25 .area_right dd .detail_link > a:hover {
	background: #20657e;
	transition: all 0.3s;
}

.rank_list.rank11-25 .area_left dd .shikaku_photo,
.rank_list.rank11-25 .area_right dd .shikaku_photo {
	margin: 0;
	padding: 0 20px 0 0;
	width: calc(100% - (56% + 20px));
	height: 200px;
}

.rank_list.rank11-25 .area_left dd .shikaku_photo > img,
.rank_list.rank11-25 .area_right dd .shikaku_photo > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.rank_list.rank11-25 .area_left .detail_link_sp,
.rank_list.rank11-25 .area_right .detail_link_sp {
	display: none;
}

/* 202302追記ここまで */


/** スマートフォン **/
@media screen and (max-width: 480px) {

.ranking_preface,
.ranking_afterwords {
	margin: 20px auto;
	width: 96%;
	font-size: 14px;
	line-height: 1.4rem;
}

/* ランキングページタイトル */
.ranking_title {
	margin: 30px auto;
	width: 78%;
	font-size: 16px;
}

/* ランキングメニュー */
.ranking_menu {
	margin: 20px auto;
	width: 96%;
	justify-content: flex-start;
}

.ranking_menu li {
	margin: 0 0 1px 0;
	width: calc(100% / 2);
}

/* ランキングコンテンツ */
.ranking_list {
	width: 96%;
}

.ranking_list .shikaku_name {
	font-size: 18px;
  line-height: 1.6rem;
}

.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 {
	top: 67%;
	left: 50%;
	transform: translate(-50%, -67%);
	font-size: 2rem;
}

.rank_list.rank1-10 .title_area .shikaku_title {
	margin: 15px 0 0 0;
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	justify-content: center;
	line-height: 1.7rem;
}

.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 .chishiki_area {
	margin: 10px auto 0 auto;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_title {
	height: 30px;
	font-size: 0.9rem;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_title::before,
.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_title::after {
	width: 40%;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_cont {
	padding: 0 15px;
}

.rank_list.rank1-10 dd .txt_area .chishiki_area .chishiki_afterwords {
	margin: 15px auto 5px auto;
	padding: 10px;
	width: calc(100% - 15px);
}

.rank_list.rank1-10 dd .photo_link_area {
	margin: 0 auto 10px auto;
	padding: 0;
	width: 92%;
}

.rank_list.rank1-10 dd .photo_link_area .shikaku_photo {
	height: 200px;
}

.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-25 {
	width: 96%;
}

.rank_list.rank11-25 .area_left,
.rank_list.rank11-25 .area_right {
	width: 100%;
}

.rank_list.rank11-25 .area_left .title_area,
.rank_list.rank11-25 .area_right .title_area {
	padding: 5px 10px 5px 0;
}

.rank_list.rank11-25 .area_left .title_area .rank_num_area,
.rank_list.rank11-25 .area_right .title_area .rank_num_area {
	width: 70px;
	height: 50px;
}

.rank_list.rank11-25 .area_left .title_area .rank_num_area .rank_num,
.rank_list.rank11-25 .area_right .title_area .rank_num_area .rank_num {
	font-size: 1.6rem;
}

.rank_list.rank11-25 .area_left .title_area .rank_num_area .small_txt,
.rank_list.rank11-25 .area_right .title_area .rank_num_area .small_txt {
	font-size: 0.9rem;
}

.rank_list.rank11-25 .area_left .title_area .shikaku_title,
.rank_list.rank11-25 .area_right .title_area .shikaku_title {
	width: calc(100% - 80px);
	height: 50px;
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.rank_list.rank11-25 .area_left dd,
.rank_list.rank11-25 .area_right dd {
	margin: 20px auto 10px auto;
	flex-direction: column-reverse;
}

.rank_list.rank11-25 .area_left dd .txt_area,
.rank_list.rank11-25 .area_right dd .txt_area {
	margin: 0 auto;
	padding: 15px 5px;
	width: 96%;
}

.rank_list.rank11-25 .area_left dd .txt_area .summary,
.rank_list.rank11-25 .area_right dd .txt_area .summary {
	padding: 0 10px;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.rank_list.rank11-25 .area_left dd .detail_link,
.rank_list.rank11-25 .area_right dd .detail_link {
	display: none;
}

.rank_list.rank11-25 .area_left dd .shikaku_photo,
.rank_list.rank11-25 .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.rank20 .detail_link_sp,
.rank_list.rank11-25 .area_left .detail_link_sp,
.rank_list.rank11-25 .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.rank20 .detail_link_sp > a,
.rank_list.rank11-25 .area_left .detail_link_sp > a,
.rank_list.rank11-25 .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.rank20 .detail_link_sp > a::after,
.rank_list.rank11-25 .area_left .detail_link_sp > a::after,
.rank_list.rank11-25 .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_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 50px auto;
	padding: 20px 20px 10px 20px;
	width: 1140px;
	background: #fafafa;
}

.related_shikaku_list::after {
	content: '';
	display: block;
	width: calc(98% / 3);
	height: 0;
}

.related_shikaku_list > li {
	margin: 0 0 15px 0;
	padding: 0;
	width: calc(98% / 3);
	background: #fff;
	border: 1px solid #ddd;
}

.related_shikaku_list > li .related_list {
	margin: 0;
	padding: 0;
	width: 100%;
}

.related_shikaku_list > li .related_list > dt {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
}

.related_shikaku_list > li .related_list > dt > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.related_shikaku_list > li .related_list .related_title {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #55837D;
}

.related_shikaku_list > li .related_list .summary {
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	font-size: 0.9rem;
	color: #333;
	line-height: 1.4rem;
}

.related_shikaku_list > li .related_list .summary > br {
	display: none;
}


.related_shikaku_list > li .related_list .post_link {
	margin: 0;
	padding: 0;
	width: 100%;
}

.related_shikaku_list > li .related_list .post_link > a {
	display: block;
	margin: 0;
	padding: 13px 0;
	width: 100%;
	font-size: 0.9rem;
	/* color: #fff; */
	color: #30578F;
	text-align: center;
	/* background: #457198; */
	background: #ddd;
}

.related_shikaku_list > li .related_list .post_link > a:hover {
	color: #fff;
	background: #30578F;
	transition: all 0.3s;
}

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

	.related_shikaku_list {
		width: 96%;
	}

	.related_shikaku_list > li {
		width: 100%;
	}

}


/* 202304追加 */
.faq_area {
	margin: 30px auto;
	padding: 0;
	width: 100%;
}

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

.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_question {
		font-size: 1rem;
	}

}
/* // 202304追加ここまで */