@charset "utf-8";

/* ----------------------------------------------
    Base
-------------------------------------------------*/
* {
  margin:0;
  padding:0;
  /* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #333;
  font-size:14px;
  line-height: 1.5;
}
img,a img {
  /* border:none;
  vertical-align: top;
  max-width: 100%; */
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
a:link,a:visited,a:active {
  color: #0099FF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul,li {
  list-style-type:none;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}


.bg {
  display: none;
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
}
.bg_black {
  display: block;
}


/* ----------------------------------------------
    Header
-------------------------------------------------*/
#header {
  width: 100%;
  position: relative;
}
.header_inner {
  margin: 20px auto 0;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.logo_kurutopi {
  margin: 0 auto;
  width: 207px;
}

.btn-menu-magnifier {
  display: none;
}

.search_area {
  max-width: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.search_area label {
  display: none;
}
.search_area form {
  display: table;
  width: 100%;
}
.search_area form > div {
  display: table-row;
  font-size: 0;
  width: 100%;
}
.search_area input {
  display: inline-block;
  outline: none;
  font-size: 16px;
}
.search_area input[type="text"] {
  padding: 7px;
  width: calc(100% - 36px);
  border-radius: 5px 0 0 5px;
  box-shadow: none;
  border: 1px solid #aaa;
}
.search_area input[type="submit"] {
  width: 36px;
  height: 40px;
  background-image: url(../img/search.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #222;
  border: none;
  border-radius: 0 5px 5px 0;
}
.search_area input[type="submit"]:hover {
  cursor: pointer;
}
.sns_header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.header-nav {
  margin: 30px auto 0;
  max-width: 1200px;
  width: 90%;
  position: relative;
}
.header-nav-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.header-nav-item {
  padding: 0 10px;
}
a.header-nav-link {
  color: #555;
  font-size: 15px;
  text-decoration: underline;
}
a.header-nav-link:hover {
  text-decoration: none;
}
a.header-nav-link-cdbtn {
  background: #32a36d;
  border-radius: 4px;
  color: #fdfdfd;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 6px 8px;
  text-decoration: none;
}
a.header-nav-link-cdbtn img {
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  padding-right: 4px;
}
a.header-nav-link-cdbtn span {
  vertical-align: middle;
}

.header-menu {
  display: none;
}


/* ----------------------------------------------
    Wrapper
-------------------------------------------------*/
#wrapper {
  margin: 30px auto 0;
}
#wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.inner_width {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.top_left {
  float: left;
  width: 70%;
}
.top_right {
  float: right;
  width: 26%;
}
.top_article {
  margin-bottom: 20px;
  width: 100%;
}
.top_article article {
  width: 49%;
  margin-right: 2%;
  float: left;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.top_article article:nth-child(2) {
  margin-right: 0;
}
.top_article article:hover {
  opacity: 0.7;
}
.top_article article .link_article:hover {
  text-decoration: none;
}
.top_article article .thumbnail {
  width: 100%;
  height: auto;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
}
.top_article article .detail {
  background-color: #fff;
  padding: 15px;
}
.top_article article h2 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-top: 8px;
}
.top_article article time {
  color: #777;
  font-size: 14px;
}
.top_article article .category {
  font-size: 14px;
  font-weight: bold;
}
.top_article article .new {
  position: absolute;
  width: 110px;
  top: -4px;
  left: 10px;
  display: none;
}

.article_area {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
}
.article_area article {
  width: 100%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
.article_area article:hover {
  opacity: 0.7;
}
.article_area article a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.article_area article .thumbnail {
  width: 24%;
  padding-top: 16%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin: 3% 2% 2%;
}
.article_area article .detail {
  background-color: rgba(255,255,255,1);
  /*padding: 10px;
  padding-top: 20px;*/
  margin: 3% 2% 1%;
  width: 65%;
  display: inline-block;
  float: left;
}
.article_area article h2 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-top: 5px;
}
.article_area article time {
  color: #777;
  font-size: 12px;
  line-height: 2.4;
}
.article_area article .category {
  font-size: 12px;
  font-weight: bold;
}
.article_area article .new {
  position: absolute;
  width: 70px;
  top: -4px;
  left: 10px;
  display: none;
}

article.event .category {
  color: #0987c9;
}
article.kuruken .category {
  color: #304f8d;
}
article.news .category {
  color: #e7069a;
}
article.life .category {
  color: #bd8601;
}
.new_visible .new {
  display: block !important;
}



/* ----------------------------------------------
    Sidebar
-------------------------------------------------*/
.top_banner {
  margin-bottom: 20px;
}
.top_banner a:hover {
  text-decoration: none;
}
.top_banner img {
  display: block;
}
.top_banner_txt {
  background: #f5f5f5;
  border: 1px solid #ccc;
  color: #888;
  padding: 26px 8px 20px;
}
.top_banner_txt .top_banner_txt_major {
  color: #555;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
}
.right_banner img {
  margin: 0 0 10px;
}
.side_content {
  margin-top: 30px;
}
.side_content h2 {
  font-size: 17px;
  color: #2D5EAB;
  margin-bottom: 16px;
}
.side_content ul li {
  padding: 10px 2px;
  border-top: 2px dotted #727171;
  line-height: 1.5;
  font-size: 11px;
}
.side_content ul li a {
  color: #000;
}



/* ----------------------------------------------
    Pager
-------------------------------------------------*/
.pager {
  margin-top: 32px;
  text-align: center;
}
.pager .current {
  color: #fff;
  background-color: #222;
}
.paging {
  padding-top: 80px;
}

.pager > * {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #222;
  width: 38px;
  line-height: 41px;
  font-size: 15px;
  margin: 0 7px;
  color: #222;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
.pager > a {
  color: #222;
}
.pager > a:hover {
  background-color: #222;
  color: #fff;
}



/* ----------------------------------------------
    Single
-------------------------------------------------*/
.inner_single {
  margin: 0 auto 100px;
  max-width: 1400px;
  width: 95%;
}
#single {
  /* float: left;
  width: 60%;
  text-align: left;
  max-width: 700px;
  margin-left: 8%; */
  background: #ffffff;
  padding: 30px;
}
#single .single_image {
  margin-bottom: 28px;
}
#single .single_image img {
  max-width: 100%;
  height: auto;
}
#single h1 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
#single .single_title {
  overflow: hidden;
  margin-bottom: 32px;
}
#single .single_title .date {
  float: right;
  width: 100px;
  padding: 6px 14px 0 0;
  font-size: 12px;
}
#single .single_body p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
#single .single_body h2 {
  background: url(../img/single_h2.png) 18px center no-repeat, linear-gradient(90deg, #ffd900, #fff8ce);
  color: #423900;
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  margin: 40px 0 30px 0;
  padding: 10px 10px 10px 62px;
}
#single .single_body h3 {
  background: #fff8ce;
  border-bottom: 3px solid #ffd900;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px 0 20px;
  padding: 10px 16px;
}
#single .single_body > h4 {
  border-left: 5px solid #ffd900;
  color: #444;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px 0 20px;
  padding: 4px 0;
  padding-left: 14px;
}
#single .single_body h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
#single .single_body h5:before,
#single .single_body h5:after {
  content: "──";
  display: inline;
}
#single .single_body h5:before {
  margin-right: 3px;
}
#single .single_body h5:after {
  margin-left: 3px;
}
#single .single_body blockquote {
  padding: 15px;
  background: #eee;
  margin-bottom: 15px;
}
#single .single_body blockquote p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666;
}
#single .single_body blockquote p:last-child {
  margin-bottom: 0;
}
#single .single_body .address {
  border: 1px solid #333;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 10px 45px 30px;
  padding: 15px;
  display: inline-block;
  font-size: 12px;
  color: #333;
  line-height: 1.8;
}
#single .single_body .quiz {
  border: 3px solid #FFD900;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 612px;
  margin: 0 auto 30px;
}
#single .single_body .quiz dt {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding: 6px 0;
}
#single .single_body .quiz dd {
  padding: 18px 57px 0;
  font-size: 14px;
}
#single .answer_btn {
  text-align: center;
  width: 612px;
}
#single .quiz .answer_btn {
  width: auto;
}
#single dl p {
  text-align: center;
}

#single .single_body .answer_btn button {
  border: none;
  padding: 7px 24px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
#single .single_body .wp-caption {
  /*width: auto!important;*/
  margin-bottom: 30px;
}
#single .single_body .wp-caption .wp-caption-text {
  /*width: 450px;*/
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}
#single .single_body table {
  width: 612px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: 0px;

}
#single .single_body table tr th,
#single .single_body table tr td {
  font-size: 14px;
  padding: 15px;
  line-height: 1.6;
}
#single .single_body table tr th {
  background: #999;
  color: #fff;
  width: 112px;
  text-align: center;
  border-top: 1px solid #fff;
}
#single .single_body table tr:first-child th {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
#single .single_body table tr:first-child th:first-child {
  border-left: 1px solid #999;
}
#single .single_body table tr td {
  color: #666;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
#single .single_body table tr td:first-child {
    border-left: 1px solid #999;
}
#single .single_body table tr td small {
  font-size: 12px;
  color: #666;
}
#single .single_body table ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}

#single .single_body .highlighter {
  background: linear-gradient(transparent 50%, #ffd900 50%);
  padding-bottom: .2em;
}
#single .single_body .highlighter::before,
#single .single_body .highlighter::after {
  content: '\00a0';
}

#single .single_body .single_box {
  background: #32a36d;
  border: 2px solid #32a36d;
  border-radius: 6px;
  margin: 20px 0;
  overflow: hidden;
}
#single .single_body .single_box_heading {
  background: #32a36d;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0 4px 12px;
}
#single .single_body .single_box_list {
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  padding-left: 2em;
}
#single .single_body .single_box_item {
  list-style-type: disc;
  list-style-position: outside;
  margin: 4px 0;
}

#single .single_body .single_table_01,
#single .single_body .single_table_02{
  margin: 20px 0;
}
#single .single_body .single_table_01 table,
#single .single_body .single_table_02 table {
  border: 1px solid #999;
  border-collapse: collapse;
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
}

#single .single_body .single_table_01 table th,
#single .single_body .single_table_01 table td,
#single .single_body .single_table_02 table th,
#single .single_body .single_table_02 table td{
  border: 1px solid #999;
  padding: 10px 16px;
}

#single .single_body .single_table_01 table tr th:nth-of-type(1) {
  width: 40%;
}
#single .single_body .single_table_01 table tr th:nth-of-type(2) {
  width: 60%;
}
#single .single_body .single_table_01 table thead th {
  background: #46ac7b;
  color: #fff;
}
#single .single_body .single_table_01 table thead th,
#single .single_body .single_table_01 table tbody td {
  vertical-align: middle;
}
#single .single_body .single_table_01 table ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 4px 0;
  margin-left: 1.5em;
}

#single .single_body .single_table_02 table tr th {
  background: #46ac7b;
  color: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 40%;
}
#single .single_body .single_table_02 table tr td{
  width: 60%;
}
#single .single_body .single_table_02 table ul li{
  list-style-type: disc;
  list-style-position: outside;
  margin: 4px 0;
  margin-left: 1.5em;
}

#single .single_body table tr th.w5,
#single .single_body table tr td.w5 {
	width: 5% !important;
}
#single .single_body table tr th.w10,
#single .single_body table tr td.w10 {
	width: 10% !important;
}
#single .single_body table tr th.w15,
#single .single_body table tr td.w15 {
	width: 15% !important;
}
#single .single_body table tr th.w20,
#single .single_body table tr td.w20 {
	width: 20% !important;
}
#single .single_body table tr th.w25,
#single .single_body table tr td.w25 {
	width: 25% !important;
}
#single .single_body table tr th.w30,
#single .single_body table tr td.w30 {
	width: 30% !important;
}
#single .single_body table tr th.w35,
#single .single_body table tr td.w35 {
	width: 35% !important;
}
#single .single_body table tr th.w40,
#single .single_body table tr td.w40 {
	width: 40% !important;
}
#single .single_body table tr th.w45,
#single .single_body table tr td.w45 {
	width: 45% !important;
}
#single .single_body table tr th.w50,
#single .single_body table tr td.w50 {
	width: 50% !important;
}
#single .single_body table tr th.w55,
#single .single_body table tr td.w55 {
	width: 55% !important;
}
#single .single_body table tr th.w60,
#single .single_body table tr td.w60 {
	width: 60% !important;
}
#single .single_body table tr th.w65,
#single .single_body table tr td.w65 {
	width: 65% !important;
}
#single .single_body table tr th.w70,
#single .single_body table tr td.w70 {
	width: 70% !important;
}
#single .single_body table tr th.w75,
#single .single_body table tr td.w75 {
	width: 75% !important;
}
#single .single_body table tr th.w80,
#single .single_body table tr td.w80 {
	width: 80% !important;
}
#single .single_body table tr th.w85,
#single .single_body table tr td.w85 {
	width: 85% !important;
}
#single .single_body table tr th.w90,
#single .single_body table tr td.w90 {
	width: 90% !important;
}
#single .single_body table tr th.w95,
#single .single_body table tr td.w95 {
	width: 95% !important;
}
#single .single_body .n7 table tr th,
#single .single_body .n7 table tr td {
	width: 14.2857% !important;
}
#single .single_body .n6 table tr th,
#single .single_body .n6 table tr td {
	width: 16.6666% !important;
}
#single .single_body .n5 table tr th,
#single .single_body .n5 table tr td {
	width: 20% !important;
}
#single .single_body .n4 table tr th,
#single .single_body .n4 table tr td {
	width: 25% !important;
}
#single .single_body .n3 table tr th,
#single .single_body .n3 table tr td {
	width: 33.3333% !important;
}
#single .single_body .n2 table tr th,
#single .single_body .n2 table tr td {
	width: 50% !important;
}


#single .single_sns {
  clear: both;
  display: inline-block;
  margin: 20px auto;
  width: 100%;
}
#single .single_sns_item {
  display: inline-block;
  float: left;
  margin-right: 2%;
  width: 49%;
}
#single .single_sns_item:last-child {
  margin-right: 0;
  float: right;
}
#single .single_sns_item .fb-page {
  width: 100%;
  overflow: hidden;
}

#single .single_tag a {
  text-decoration: underline;
}
#single .single_tag::before {
  background: url('../img/icon_tag.png');
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.related_articles {
  margin-top: 50px;
}
#single .related_articles h2 {
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
}
.related_articles ul {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.related_articles ul li {
  display: table-row;
  border-bottom: 1px solid #ddd;
}
.related_articles ul li a:hover {
  opacity: 0.7;
}
.related_articles ul li a {
  color: #222;
   transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.related_articles ul li .left {
  display: table-cell;
  padding: 15px 0;
  vertical-align: top;
}
.related_articles ul li .left .thumbnail {
  width: 100px;
  height: 66px;
  background-size: cover;
  background-position: center;
}
.related_articles ul li .right {
  display: table-cell;
  padding: 15px 0;
  vertical-align: top;
  padding-left: 15px;
}
.related_articles ul li .right time {
  font-size: 13px;
}
#single .related_articles ul li .right h4 {
  margin-top: 5px;
  margin-bottom: 0;
}

.sns {
  margin: 30px 0;
}
.sns li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.answer {
  display: none;
}

.img_ex {
  font-size: 11px;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.authorArea {
  background: #f3f3f3;
  color: #545454;
  padding: 3%;
}
.authorArea:after {
  content: "";
  display: block;
  clear: both;
}
.authorPic {
  float: left;
  width: 24%;
}
.authorPic img {
  margin: 0;
}
.authorProfile {
  float: right;
  line-height: 1.6;
  width: 70%;
}
.authorProfile dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.authorProfile dd {
  word-break: break-all;
}



/* ----------------------------------------------
    Archive
-------------------------------------------------*/
#single.event .single_body .quiz dt {
  background: #FFD900;
  color: #fff;
}
#single.event .single_body .answer_btn button {
  background: #FFD900;
  outline:none;
  color: #fff;
  border: none;
  padding: 7px 24px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  cursor: pointer;
}



/* ----------------------------------------------
    About
-------------------------------------------------*/
.about {
  padding-top: 112px;
  text-align: left;
  padding-left: 105px;
  padding-bottom: 100px;
}
.about h1 {
  font-size: 18px;
  font-weight: bold;
}
#about {
  margin-top: 38px;
  overflow: hidden;
  text-align: left;
}
#about .aboutA {
  float: left;
  width: 395px;
}
#about .aboutA .logo_aboutus {
  margin-bottom: 30px;
}
#about .aboutA p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
#about .aboutB {
  float: left;
  width: 424px;
}
#about .aboutB dl dt {
  color: #666;
  font-size: 12px;
  margin-bottom: 6px;
  font-weight: bold;
}
#about .aboutB dl dd {
  font-size: 12px;
  margin-bottom: 26px;
}
#about .aboutB dl dd a {
  color: #000;
}
#about .aboutC {
  float: left;
}
#about .aboutC .contant_btn a {
  background: #315194;
  display: block;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  width: 208px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}





/* ----------------------------------------------
    Footer
-------------------------------------------------*/
#footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 23px;
}
#footer_inner {
  background: #727171;
  padding: 21px 0 17px;
}
#footer .footer_menu li {
  display: inline;
  margin: 0 12px;
  font-size: 12px;
}
#footer .footer_menu li a {
  color: #fff;
}
#footer .footer_logo {
  margin: 12px 0;
}
#footer .copyright {
  font-size: 11px;
  color: #fff;
}
.go_top {
  width: 65px;
  height: 65px;
  margin: 15px auto;
}
.go_top img {
  width: 100%;
}



/* ----------------------------------------------
=================================================
-------------------------------------------------*/
.overlay{
  z-index: 9998;
  width: 100%;
  height: 90px;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: -100%;
  left: 0px;
  background: url(../images/overlay.png) repeat 0 0;
  -webkit-transition:0.4s ease;
  -moz-transition:0.4s ease;
  -o-transition:0.4s ease;
  transition:0.4s ease;
}
.entry-item:hover .overlay {
  bottom: 0;
  left: 0;
}
.overlay .fake-catchy {
  color: #fff !important;
  font-size: 20px;
  z-index: 9999;
}
.overlay .real-catchy {
  color: #fff !important;
  font-size: 13px;
  line-height: 1.3;
  z-index: 9999;
}
.overlay_rel p {
  text-align: right;
  color: #fff !important;
  font-size: 13px !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px;
  box-sizing: border-box;
}
.overlay_rel {
  position: relative;
  height: 90px;
  width: 100%;
  background-color: transparent;
}


.single_body img {
  max-width: 100%;
  display: block;
  margin: 30px auto 0;
  height: inherit;
}
#meister_bnr{
  margin-bottom: 22px;
}
#meister_bnr:hover{
  opacity: 0.8;
}

.single_body .sns img {
  margin: inherit;
}

.video {
  position: relative;
  padding-top: 56.2%;
  width: 100%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.table_style3 {
  width: 100%;
  padding: 15px;
  border: 1px solid #888;
}
.box-left .table_style3 h4 {
  font-size: 17px !important;
}
.table_style3 .dl {
  width: 100%;
}
.table_style3 .dl .dt,
.table_style3 .dl .dd {
  display: table-cell;
  font-size: 13px;
  color: #414141;
}
.table_style3 .dl .dt {
  width: 80px;
}
.table_style3 .dl .dd {
  padding: 5px 15px;
}

#wrapper.content404 {
  padding: 100px 0px 160px;
  position: relative;
  max-width: 1000px;
}
.content404 h2 span {
  font-size: 60px;
  margin-left: 10px;
  color: #1b588f;
  vertical-align: middle;
  display: inline-block;
}
.content404 h2 img {
  width: 60px;
  vertical-align: middle;
  display: inline-block;
}
.content404 .sub_h {
  font-size: 22px;
  font-weight: bold;
  color: #1b588f;
}
.content404 .reasons_area {
  margin-top: 30px;
}
.content404 .reasons_area ul {
  margin-top: 15px;
}
.content404 .glass {
  width: 400px;
  position: absolute;
  z-index: -1;
  right: 0px;
  bottom: 50px;
}

.link1 {
  margin-top: 30px;
  display: inline-block;
  vertical-align: middle;
}
.link1::before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #aaa;
  vertical-align: middle;
}
.footer_logo img {
  margin: auto;
}

.single_body .fas {
  padding-left: 10px;
  color:white;
}

.single_body .btn-orange { 
  text-align: center;
  display: inline-block;
  font-weight: bold;
  padding: 20px 40px;
  text-decoration: none;
  color: #FFFFFF;
  background: #ff5111;
  transition: .2s;
  width:300px;
}

.single_body .btn-orange:hover {
  opacity: 0.8;
  color: white;
}

.single_body .btn-green { 
  text-align: center;
  display: inline-block;
  font-weight: bold;
  padding: 20px 40px;
  text-decoration: none;
  color: #FFFFFF;
  background: #3da008;
  transition: .2s;
  width:300px;
}

.single_body .btn-green:hover {
  opacity: 0.8;
  color: white;
}



.single_body .editor_box {
  border: 2px solid #32a36d;
  border-radius: 6px;
  margin: 20px 0;
  overflow: hidden;
  background: #32a36d;
}

.single_body .editor_box-title {
  font-size: 16px;
  font-weight: bold;
  background: #32a36d;
  color: #fff;
  padding: 8px;
}

.single_body .editor_box-content {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fff;
}

.single_body .editor_box-info {
text-align: center;
}

.single_body .editor_box-img {
  max-width: 100px;
  max-height: 100px;
  width: 100px;
  border-radius: 100px;
  overflow: hidden;
  margin: 8px;
}

.single_body .editor_box-content a:link, .single_body .editor_box-content a:visited, .single_body .editor_box-content a:active {
  color: #0099FF;
  text-decoration: none;
}

.single_body .editor_box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

/* 20221221 */


.single_body .point .point-header {
  border-top: 3px solid #32a36d;
  border-bottom: 3px solid #32a36d!important;
  background: #f8f8f8!important;
  position: relative;
  font-size: 16px!important;
  color: #32a36d!important;
  padding: 16px;
  font-weight: bold;
  margin: 60px 0 15px;
}

.single_body .point .point-header::before {
  content: "POINT";
  display: inline-block;
  color: #fff;
  background: #32a36d;
  position: absolute;
  top: -35px;
  left: 0;
  padding: 8px;
  font-size: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.single_body .hicon {
  background: none!important;
  padding: 0!important;
  display: flex;
  align-items: center;
  color: #32a36d!important;
  font-size: 18px!important;
  font-weight: bold;
  margin: 30px 0 15px;
}

.single_body .hicon-exclamation {
  border: none!important;
  background: #f8f8f8 !important;
  font-weight: bold;
}
.single_body .hicon-exclamation::before {
  content: "";
  background: url(../img/icon-exclamation.png) no-repeat #32a36d center;
  display: inline-block;
  background-size: 70%;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-right: 10px;
}
.single_body .hicon-lamp {
  border: 3px solid #32a36d!important;
  background: #32a36d !important;
  color: #fff !important;
}
.single_body .hicon-lamp::before {
  content: "";
  background: url(../img/icon-lamp.png) no-repeat #32a36d center;
  display: inline-block;
  background-size: 25px;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  border-right: 2px solid #fff;
}
.single_body .hicon-next {
  border-bottom: 3px solid #32a36d!important;
  background: #f8f8f8 !important; 
}
.single_body .hicon-next::before {
  content: "";
  background: url(../img/icon-next.png) no-repeat #32a36d center;
  display: inline-block;
  background-size: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-right: 10px;
}

#single .single_body .single_table_03 table tr th {
  background: #46ac7b;
  color: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

#single .single_body .single_table_03 table tr:last-child {
  border-bottom: 1px solid #999;
}
#single .single_body .single_table_03 table ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 4px 0;
  margin-left: 1.5em;
}
#single .single_body .single_table_03 {
  margin: 20px 0;
}

#single .single_body .single_table_03::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#single .single_body .single_table_03 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#single .single_body .single_table_03 table {
  border-collapse: collapse;
  margin-bottom: 0;
  /* display: block; */
  /* table-layout: fixed; */
  /* width: 920px; */
  min-width: 100%;
  border-bottom: unset;
}

#single .single_body .single_table_03 table th,
#single .single_body .single_table_03 table td {
  box-sizing: content-box;
  white-space: nowrap;
}

#single .single_body .single_table_03 table tr th {
  background: #46ac7b;
  color: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

#single .single_body .single_table_03 table ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 4px 0;
  margin-left: 1.5em;
}

#single .single_body .single_table_03 thead th {
  background: rgba(70,172,123, .15)!important;
  color: #000!important;
}
#single .single_body .single_table_03 thead th:first-child {
  background: rgba(70,172,123, 1)!important;
  color: #fff!important;
}

/* accordion */
.accordion {
  max-width: 80%;
  margin: 0 auto;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion p {
  margin: 0!important;
  padding: 0!important;
}
.accordion .accordion-item .accordion-button[active=true] {
  border-bottom: 1px solid #32a36d;
}
.accordion .accordion-button br {
  display: none;
}
.accordion .accordion-button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 4px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion .accordion-button:hover, .accordion .accordion-button:focus {
  cursor: pointer;
  color: #32a36d;
}
.accordion .accordion-button:hover::after, .accordion .accordion-button:focus::after {
  cursor: pointer;
  color: #32a36d;
  border: 1px solid #32a36d;
}
.accordion .accordion-button .accordion-title {
  padding: 0;
}
.accordion .accordion-button .icon {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  font-size: 0;
}
.accordion .accordion-button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion .accordion-button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion .accordion-button[active=true] {
  color: #32a36d;
}
.accordion .accordion-button[active=true] .icon::after {
  width: 0;
}
.accordion .accordion-button[active=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding: 1em 0;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  padding: 1em;
}