@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (min-width: 769px){
.sp {
  display: none;
}

/* ヘッダー エリア */
#header_in .inner_left {
  width: 23.4375%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#header_in .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_left a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
  z-index: 3;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

/* パンくずリスト エリア */

	

/* コンテンツ エリア */
#content h1 { 
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 30px;
  background-image: linear-gradient(90deg, #0c76ff 0 15%, #dedede 15%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  clear: both;
}
	
#content h2 { 
  font-size: 22px;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 16px 10px 14px 30px;
  background-color: #0c76ff;	
  clear: both;
}

#content h3 { 
  font-size: 20px;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #444444;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
  clear: both;
}

/* 続きを読む エリア */
	
	
/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 20px;
}

p.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: rgba(12,118,255,1.0);
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* フッター エリア */
#footer_in .copyright {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: table;
}

#footer_in .copyright p {
  font-family: "arial";
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #333333;
}

/* ウィジェット エリア */


/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #cc0000;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  display: table;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #dc143c;
}

#content .pager a {
  color: #000000;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* セミナートップ エリア */	
.seminar01 {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding: 0;
  background-image: url("http://higoone.com/seminar/wp-content/uploads/2022/07/seminar_title_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}	

.seminar01 .inner {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0;
  display: table;
}	
	
.seminar01 .inner strong {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0.10em;
  color: #ffffff;
  display: block;
}	
	
.seminar01 .inner p {
  font-size: 17px;
  line-height: 1.8em;
  color: #ffffff;
  margin-top: 25px;
}
	
.seminar02 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
}

.seminar02 .post {
  width: 47.27272727%;
  height: auto;
  margin: 15px 1.363636363%;
  padding: 0;
  float: left;
}	
	
.seminar02 .post .show_post {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 5px solid #eeeeee;
  float: left;	
}			

.seminar02 .post .show_post:hover {
  border: 5px solid #0c76ff;
}
	
.seminar02 .post .show_post li.thum {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.seminar02 .post .show_post li.thum a:hover img {
  transition: 1.0s;
  opacity: 0.3
}	
	
.seminar02 .post .show_post li.thum img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}	
	
.seminar02 .post .show_post li.cat_title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 20px 10px 20px;
}

.seminar02 .post .show_post li.cat_title a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #0c76ff;
  display: block;
}

.seminar02 .post .show_post li.cat_title a:hover {
  transition: 1.0s;
  opacity: 0.3
}	
	
.seminar02 .post .show_post li.cat_date {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2px 20px 10px 20px;
}	

.seminar02 .post .show_post li.cat_date p {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.0em;
  color: #444444;
  padding: 10px 0 0 70px;
  border-top: 1px solid #dddddd;
  position: relative;
}	

.seminar02 .post .show_post li.cat_date p::before {	
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding: 4px 8px 3px 10px;
  content: '開催日';
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #0c76ff;
}	
	
/* セミナー詳細 エリア */		
.main_visual_area {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
  display: table;
}

.main_visual_area img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.first_area,
.second_area {
  width: 1100px;
  height: auto;
  margin: 0 auto 70px auto;
  padding: 0;
  display: table;
}

.third_area {
  width: 1100px;
  height: auto;
  margin: 70px auto;
  padding: 0;
  display: table;
}

.lnk_area,
.fourth_area {
  width: 1100px;
  height: auto;
  margin: 0 auto 50px auto;
  padding: 0;
  display: table;
}	

.first_area p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 20px;
}	
	
.first_area img {
  width: 72.72727272%;
  height: auto;
  margin: 30px auto 0 auto;
  padding: 0;
}	
	
.second_area ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}	
	
.second_area ul li {
  width: 100%;
  height: auto;
  font-size: 15px;
  line-height: 1.2em;
  color: #333333;
  margin-bottom: 10px;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
}
	
.second_area ul li:last-child {	
  margin: 0;
}
	
.third_area table {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}	
	
.third_area table th {
  width: 15%;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
  padding: 10px;
  border: 1px solid #999999;
  background-color: #eeeeee;
}		
	
.third_area table td {
  width: 85%;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  color: #222222;
  margin: 0;
  padding: 10px;
  border: 1px solid #999999;
}	

.lnk_area img {
  margin: 0 auto;
}

.lnk_area a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

//.lnk_area a {
  width: 300px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #ffffff;
  margin: 0 auto;
  padding: 18px 0 15px 0;
  background: -webkit-gradient (
  linear,
  left top,
  left bottom,
  color-stop(0, #bbbbbb),
  color-stop(1, #666666)
);
  background: -o-linear-gradient(bottom, #bbbbbb 0%, #666666 100%);
  background: -moz-linear-gradient(bottom, #bbbbbb 0%, #666666 100%);
  background: -webkit-linear-gradient(bottom, #bbbbbb 0%, #666666 100%);
  background: -ms-linear-gradient(bottom, #bbbbbb 0%, #666666 100%);
  background: linear-gradient(to bottom, #bbbbbb 0%, #666666 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
	
//.lnk_area a:hover {
  background: -webkit-gradient (
  linear,
  left top,
  left bottom,
  color-stop(0, #666666),
  color-stop(1, #bbbbbb)
);
  background: -o-linear-gradient(bottom, #666666 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(bottom, #666666 0%, #bbbbbb 100%);
  background: -webkit-linear-gradient(bottom, #666666 0%, #bbbbbb 100%);
  background: -ms-linear-gradient(bottom, #666666 0%, #bbbbbb 100%);
  background: linear-gradient(to bottom, #666666 0%, #bbbbbb 100%);
  transition: 1.0s;
  opacity: 0.7;
}	
	
.fourth_area ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}	
	
.fourth_area ul li:first-child {
  width: 15%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}	
	
.fourth_area ul li:first-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}	
	
.fourth_area ul li:last-child {
  width: 85%;
  height: auto;
  margin: 0;
  padding: 5px 0 0 40px;
  float: right;
}		
	
.fourth_area ul li:last-child strong {
  font-size: 14px;
  line-height: 1.4em;
  color: #333333;
  display: block;
}
	
.fourth_area ul li:last-child p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6em;
  color: #333333;
  margin-top: 25px;	
}

.container {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.container p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #0c76ff;
}

.container a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #0c76ff;
}	
}