@charset "utf-8";

/* 共通設定
---------------------------------------------------------- */

/*リンク色*/
a {
  color: #990000;
  text-decoration: underline;
}
a:link,
a:visited {
  color: #bf7230;
}
a:hover,
a:active {
  color: #990000;
  opacity: .6;
}

img.ico {
  vertical-align: middle;
}

body {
  color: #585757;
}

strong {
  font-weight: bold;
}

/*width*/
.w300-pc {
  width: 300px;
}
.w380-pc {
  width: 380px;
}
.w35p-pc {
  width: 35%;
}
.w60p-pc {
  width: 60%;
}

/*font*/
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs20 {
  font-size: 20px;
}

/*float*/
.fL-pc {
  float: left;
}
.fR-pc {
  float: right;
}

/*list*/
.lst-decimal {
  list-style-type: decimal;
  padding: 0 0 0 1.2em;
}

* {
  box-sizing: border-box;
}

/* レイアウト
---------------------------------------------------------- */
body {
  background-color: #eee;
}

/*header*/

#header {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#headerIn {
  min-height: 170px;
}

#headerInfo {
  text-align: left;
  position: relative;
  margin-bottom: 7px;
}

#contactInfo {
  background-image: url('../img/bg_common_info02.jpg');
  background-repeat: no-repeat;
  width: 230px;
  height: 98px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

#btnRequest01 {
  position: absolute;
  bottom: 15px;
  left: 48px;
}

#btnContact01 {
  position: absolute;
  bottom: 15px;
  right: 6px;
}

#mainImg {
  margin: -115px auto 0px;
}

#mainImg .over {
  position: absolute;
  top: 285px;
  left: 0;
}

*:first-child + html #mainImg {
  margin: -110px auto 0px;
}

/*globalNavigation*/

#gNavi {
  position: absolute;
  left: 0px;
  bottom: 15px;
}

#gNavi li {
  float: left;
}

/*contents*/

#contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 980px;
  margin: 15px auto 100px;
  text-align: left;
}

#main {
  width: 740px;
}

#mainIn.top {
  width: 540px;
  float: left;
}

#side {
  width: 220px;
}
#side a {
  display: block;
}
.side_fb_share {
  margin-bottom: 10px;
}
.side_fb_share > iframe {
  border: none;
  overflow: hidden;
  width: 90px;
  height: 20px;
  display: block;
  margin: 0 0 0 auto;
}

#brn {
  margin-top: 10px;
}

#brn li {
  margin-bottom: 10px;
}

#lNavi {}

#lNavi li {
  padding: 0;
  margin: 0;
}

#lNavi li.company {
  height: 31px;
}

#lNavi li.privacy {
  height: 30px;
}

h2.bg01 {
  background-image: url('../img/bg_tit_max01.jpg');
  background-repeat: no-repeat;
  width: 740px;
  height: 38px;
  padding: 13px 0 0 22px;
  font-size: 15px;
  font-weight: bold;
  color: #585858;
}

.titleBg02 {
  background-image: url('../img/bg_tit_max02.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 38px;
  padding: 7px 0 0 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
}

/*pageTop*/

.pageTop {
  width: 980px;
  margin: 0 auto;
  position: relative;
  height: 30px;
}

.pageTop img {
  position: absolute;
  top: 4px;
  right: 0;
}

/*footer*/

#footer {
  background: #97120F;
  min-width: 980px;
}

#footerIn {
  width: 980px;
  margin: 0 auto;
}

#copyRight {
  padding: 5px 0;
  color: #666;
}


#pankuzu {
  margin-bottom: 15px;
  font-size: 12px;
}
#pankuzu a {
  color: #000;
  text-decoration: none;
}
#pankuzu a:hover {
  color: #990000;
  text-decoration: underline;
}
#pankuzu span {
  display: inline;
  font-weight: bold;
  color: #000;
}

h1 {
  margin-bottom: 15px;
}

h3 {
  margin: 25px auto;
}

img {
  vertical-align: bottom;
}

/*--------------- リニューアルトップページコンテンツ用 ------------------*/
#header_new_box {
  position: relative;
  background: url(../img/top_new_bg02.jpg) left top no-repeat;
  background-size: cover;
}
#header_new {
  position: relative;
  width: 1153px;
  margin: 0 auto;
  text-align: left;
}
#header_new > img {
  padding-top: 26px;
}
.head_nav_in {
  display: flex;
  position: absolute;
  left: 86px;
  top: 38px;
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  border-bottom: solid 2px #990000;
  padding-bottom: 5px;
}
.head_nav_in h1 {
  /* float: left; */
  margin-right: 50px;
  margin-bottom: 0;
  align-self: center;
  /* padding-top: 10px; */
}
.tel_new {
  /* float: left; */
  display: flex;
  flex-direction: column;
  width: 304px;
}
.tel_new > img {
  margin-bottom: 4px;
}
.tel_new > span {
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.6;
}
.head_inq_box {
  /* float: right; */
  margin-left: auto;
  /* width: 170px; */
  width: 300px;
  text-align: right;
}
.head_inq_box p {
  margin-bottom: 5px;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  /* text-align: left; */
}
.head_inq_box > ul {
  display: flex;
  border: solid 1px #990000;
}
.head_inq_box > ul > li {
  width: 50%;
}
.head_inq_box li > a {
  display: block;
  width: 100%;
  /* padding: 3px 5px; */
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.head_inq_box li.head_link01 > a {
  background-color: #fff;
  color: #990000;
}
.head_inq_box li.head_link02 > a {
  background-color: #990000;
  color: #fff;
}
.head_inq_box li.head_link01 > a:hover {
  background: #990000;
  color: #fff;
}
.head_inq_box > a {
  display: inline-block;
  background: url(../img/top_header_ico.png) left 1px no-repeat;
  padding-left: 13px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  text-decoration: none;
}
#main_new_btn01 {
  position: absolute;
  left: 86px;
  /* top: 440px; */
  top: 433px;
  display: flex;
  flex-direction: column;
}
#main_new_btn01 a:first-of-type {
  margin-bottom: 13px;
}

/*--------------- リニューアルナビ ------------------*/

.new_glnav {
  background: #000;
  border-bottom: solid 3px #9f1111;
}

.new_glnav ul {
  overflow: hidden;
  width: 985px;
  margin: 0 auto;
}

.new_glnav ul li {
  float: left;
}

.border_new {
  margin-top: 25px;
}

/*--------------- リニューアルメイン ------------------*/

.artcle_new {
  margin-bottom: 50px;
}

.training_box01 {
  overflow: hidden;
  margin-bottom: 10px;
}

.training_box01 li {
  float: left;
  margin-right: 10px;
}

.training_box01 li:last-child {
  margin-right: 0;
}

.training_box02 {
  overflow: hidden;
}

.training_box02 li {
  float: left;
  margin: 0 10px 10px 0;
}

.training_box02 li:nth-child(even) {
  margin-right: 0;
}

.topic_new_box {
  border-bottom: dotted 1px #bbb;
}

.topic_new_box li {
  overflow: hidden;
  border-top: dotted 1px #bbb;
  padding: 12px 0 10px 0;
}

.topic_new_box li span {
  font-size: 14px;
}

.topic_new_box li span a {
  color: #000;
}

.topic_new_box li span.date {
  color: #cb4540;
  display: inline-block;
  width: 120px;
}

.topic_new {
  overflow: hidden;
  padding-top: 20px;
}

.topic_new a {
  display: block;
  float: right;
  background: url(../img/top_new_icon.png) left 3px no-repeat;
  padding-left: 15px;
  color: #000;
}

.column_new_box {
  border-top: dotted 1px #bbb;
}

.column_new_box li {
  overflow: hidden;
  border-bottom: dotted 1px #bbb;
  padding: 12px 0 8px 0;
}

.column_new_box li .columnTitle_new a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.column_new_box li .columnTitle_new a:hover {
  text-decoration: underline;
}

.columnTitle_new {
  float: left;
}

.columnCate_new {
  float: right;
}

.columnCate_new a {
  display: inline-block;
  background: #990000;
  margin-left: 5px;
  padding: 3px 7px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.contact_new_box {
  position: relative;
  padding-top: 0;
  margin: 0;
}

.inq_new_btn01 {
  position: absolute;
  left: 20px;
  top: 147px;
}

.inq_new_btn02 {
  position: absolute;
  left: 380px;
  top: 147px;
}

/*--------------- リニューアルサイド　 ------------------*/

#side_new {
  width: 220px;
}
#side_new a {
  display: block;
}

.fb-like {
  width: 100%;
  margin: 20px 0 14px;
  text-align: right;
}

.mailmaga_new {
  margin: 0 0 15px 0;
}

.youtube_new_box {
  border: solid 1px #990000;
  margin: 0 0 15px 0;
  padding-left: 20px;
  background: #fff;
}

#side_new h2 {
  background: #990000;
  padding: 7px 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

.self_new_box {
  position: relative;
  margin-bottom: 15px;
}

.self_new_box ul {
  position: absolute;
  top: 63px;
  left: 10px;
}

.self_new_box li {
  margin-bottom: 9px;
}

.side_new_bnr01 li {
  margin-bottom: 15px;
}

.side_new_nav01 {
  border: solid 1px #cccccc;
  border-bottom: none;
}

.side_new_nav01 li a {
  display: block;
  padding: 10px 10px 10px 25px;
  background: url(../img/top_new_ico03.png) 10px center no-repeat #fff;
  border-bottom: solid 1px #ccc;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.side_new_nav01 li a:hover {
  color: #f06c1e;
  text-decoration: none;
}

.youtube_new_box .slick-prev,
.youtube_new_box .slick-next {
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: top left;
}
.youtube_new_box .slick-prev:before,
.youtube_new_box .slick-next:before {
  content: none;
}
.youtube_new_box .slick-prev {
  left: -13px;
  background-image: url(/img/icon_left.png);
  background-position: right top;
}
.youtube_new_box .slick-next {
  right: 5px;
  background-image: url(/img/icon_right.png);
  background-position: left top;
}
.youtube_new_box .slick-prev:hover {
  background-position: left top;
}
.youtube_new_box .slick-next:hover {
  background-position: right top;
}

#side_new .h2_new_img {
  margin: 0;
  background: none;
  padding: 0;
  border-right: solid 1px #000;
}

.top_new_book_box {
  background: #fff;
  border: solid 1px #000;
  padding: 0 10px;
  margin-bottom: 15px;
}

.top_new_book_box h3 {
  margin: 0 0 15px 11px;
  padding: 0;
}

.top_new_book_box ul {
  border-bottom: dotted 1px #ccc;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  text-align: center;
}

.top_new_book_box ul.slider02 {
  border: none;
}

.top_new_book_box ul li.photo_new {
  margin: 0 20px 10px 20px;
  text-align: center;
}

.top_new_book_box ul li a {
  color: #000;
  text-decoration: none;
}
.top_new_book_box ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.top_new_book_box img {
  display: block;
  max-width: 100%;
}
.top_new_book_box .slick-prev,
.top_new_book_box .slick-next {
  width: 20px;
  height: 33px;
  top: -32px;
  background-repeat: no-repeat;
  background-position: top left;
}
.top_new_book_box .slick-prev:before,
.top_new_book_box .slick-next:before {
  content: none;
}
.top_new_book_box .slick-prev {
  left: -10px;
  background-image: url(/img/top_ico_new_left.png);
  background-position: right top;
}
.top_new_book_box .slick-next {
  right: -10px;
  background-image: url(/img/top_ico_new_right.png);
  background-position: left top;
}
.top_new_book_box .slick-prev:hover {
  background-position: left top;
}
.top_new_book_box .slick-next:hover {
  background-position: right top;
}


/*--------------- リニューアルフッター　 ------------------*/

.pageTop_new {
  width: 980px;
  margin: 0 auto 15px;
  text-align: right;
}
.pageTop_new > a {
  display: inline-block;
}
#footer_new {
  background: #000;
  padding: 10px 0;
  text-align: center;
}
#copyRight_new {
  background: #990000;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}






/*--------------- トップページコンテンツ用 ------------------*/

ul.linkList01 {}

ul.linkList01 li {
  float: left;
  width: 255px;
  margin-right: 10px;
  margin-bottom: 15px;
}

ul.linkList01 .title {
  display: inline-block;
  margin-bottom: 10px;
}

ul.linkList01 .link {}

ul.linkList01 li.wide {
  width: 540px;
  margin-right: 0px;
}

ul.linkList01 li.wide .link {
  display: block;
  width: 255px;
  margin-right: 10px;
  float: left;
}

#topTopics {
  position: relative;
  margin-bottom: 65px;
}

#topTopics h2 {
  margin: 25px auto 15px;
}

#topTopics ul {
  margin-bottom: 15px;
}

#topTopics ul li {
  margin: 0 0 5px 8px;
}

#topTopics ul li span.date {
  color: #cb4540;
  display: inline-block;
  width: 90px;
}

#topTopics ul li span.contents {}

#topTopics #topicsLink {
  position: absolute;
  right: 20px;
}

.topColumn h2 {
  margin: 25px auto 15px;
}

.topColumn ul {
  margin-bottom: 1em;
}

.topColumn ul li {
  border-bottom: dotted 1px #B0B099;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}

.topColumn ul li .columnTitle {
  margin-bottom: 1em;
}

.topColumn ul li .columnTitle a {
  font-size: 110%;
  color: #585757;
}

.topColumn ul li .columnCate a {
  margin: 0 0.5em 0.5em 0;
  font-size: 11px;
  color: #cb4540;
  line-height: 2;
}

.topColumn .columnLink {
  text-align: right;
}

#topMediaList {
  margin: 10px auto;
  border: solid 1px #e0e0c2;
}

#topMediaList h2 {
  padding: 1px;
  margin-bottom: 30px;
}

#topMediaList ul {
  height: 600px;
  overflow: auto;
}

#topMediaList ul li {
  padding: 0 10px;
  margin-bottom: 25px;
}

#topMediaList ul li span.mediaImage {
  display: block;
  width: 115px;
  height: 165px;
  margin: 0 auto 5px;
  text-align: center;
  position: relative;
}

#topMediaList ul li span.title {
  display: block;
  text-align: center;
  color: #000;
}

#topMediaList ul li span.publishing {
  display: block;
  text-align: center;
  color: #000;
}

#topMediaList ul li span.authorOrOutline {
  display: block;
  color: #5f5f51;
  text-align: center;
}


.index_search {
  margin: 0 0 20px 0;
  position: relative;
}

.index_search .btn1 {
  top: 40px;
  left: 8px;
}

.index_search .btn2 {
  top: 40px;
  left: 136px;
}

.index_search .btn3 {
  top: 40px;
  left: 264px;
}

.index_search .btn4 {
  top: 130px;
  left: 8px;
}

.index_search .btn5 {
  top: 130px;
  left: 136px;
}

.index_search .btn6 {
  top: 130px;
  left: 264px;
}

.index_search .btn7 {
  top: 130px;
  left: 392px;
}

/*個別ページコンテンツ用*/

.dlQa {
  padding: 25px 20px;
}

.dlQa dt {
  min-height: 30px;
  padding: 3px 0 0 30px;
  background-image: url('../img/ico/ico_question01.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

.dlQa dd {
  line-height: 2em;
  min-height: 30px;
  padding: 0 0 0 30px;
  margin-bottom: 20px;
  background-image: url('../img/ico/ico_answer01.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

.h3Contents {
  margin: 0 20px;
  line-height: 1.75em;
}

#ulEnquete {}

#ulEnquete li {
  background-image: url('../img/ico/ico_arrow01.gif');
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 15px;
  margin-bottom: 10px;
}

#speaker {
  margin-top: 10px;
  display: block;
  height: 195px;
  position: relative;
}

#speaker em {
  position: absolute;
  bottom: 0;
  right: 160px;
  text-align: right;
}

#speaker img {
  float: right;
}

ul.linkList02 {}

ul.linkList02 li {
  float: left;
  width: 366px;
  margin: 10px 2px;
}

ul.linkList02 .title {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 12px 0 0 20px;
  margin-bottom: 5px;
  background-image: url('../img/bg_tit_min01.jpg');
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: bold;
  color: #585858;
}

ul.linkList02 .link {
  display: inline-block;
  width: 366px;
  text-align: center;
}

ul.linkList02 li.wide {
  width: 740px;
  margin-right: 0px;
}

ul.linkList02 li.wide .title {
  background-image: url('../img/bg_tit_max01.jpg');
}

ul.linkList02 li.wide .link {
  display: block;
  width: 366px;
  margin-right: 2px;
  float: left;
}

#liServiceNavi {
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 1px;
  margin-bottom: 15px;
}

#liServiceNavi dt {
  background: url(/img/mark_service_title.png) 10px 10px no-repeat #d6d6d6;
  padding: 5px 5px 5px 18px;
  color: #333;
  font-weight: bold;
}

#liServiceNavi li {
  padding: 5px 0 5px 25px;
  background-image: url('../img/ico/ico_kagi01.gif');
  background-repeat: no-repeat;
  background-position: 10px center;
}

#liServiceNavi a {
  color: #333;
  text-decoration: none;
}

#liServiceNavi a:hover {
  opacity: 0.8;
}

.serviceContentsWrap {
  margin-bottom: 35px;
  position: relative;
}

.serviceContents {
  padding: 10px 20px;
  line-height: 1.75em;
  position: relative;
}

.serviceContents .arrowTitle01 {
  width: 100px;
}

.serviceContentsPic {
  position: absolute;
  top: 55px;
  right: 5px;
}

.btnServiceInquery {
  display: block;
  width: 100%;
  text-align: center;
}

#service2Movie {
  text-align: center;
  margin-bottom: 25px;
}

#service2Movie em {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

#servicePic4 {
  top: 425px;
}

.arrowTitle01 {
  display: inline-block;
  background-color: #F1F0E7;
  background-image: url('../img/ico/ico_arrow02.gif');
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #714C25;
  padding: 3px 35px;
  margin-left: -1em;
  font-weight: bold;
  margin-bottom: 20px;
}

#topics {
  margin-bottom: 35px;
}

.topicsList li h3 {
  padding: 10px;
  margin: 0;
  background-color: #585858;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.topicsList li h3::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .5s;
}

.topicsList li h3.yearOpen::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .5s;
  margin-top: -3px;
}

.topicsList li dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.topicsList > li:last-child dl {
  border: none;
}

.topicsList li dl dt,
.topicsList li dl dd {
  color: #000;
}
.topicsList li dl dt {
  display: table-cell;
  width: 7em;
  padding: 10px 0;
}

.topicsList li dl dd {
  display: table-cell;
  padding: 10px 0;
}

.topicsList li dl dt span {
  display: block;
  width: 80px;
  padding: 5px 6px;
  background-color: #e6e6da;
  text-align: right;
  position: absolute;
  top: 5px;
  left: 10px;
}
.yearWrap {
  width: 100%;
  margin: 2px auto 0;
}
.yearWrap.c-yearWrap-active {
  margin-top: 10px;
}
.yearWrap .c-yearWrap-list {
  display: none;
}
.yearWrap.yearActive .c-yearWrap-list {
  display: block;
}
.c-yearWrap-list {
  padding: 0 10px;
}

#messageContent {
  padding: 20px;
  line-height: 1.75em;
}

#messageContent #messagePhoto01 {
  margin: 0 0 20px 20px;
  float: right;
  width: 300px;
}

#profileContent {
  position: relative;
  padding: 15px;
  line-height: 1.75em;
}

#profileName {
  display: block;
  margin-top: 25px;
  color: #712625;
}

#profileBirth {
  display: block;
  margin: 10px 0;
}

#profileMotto {
  color: #9D1918;
}

#profileHistory {}

#profilePhoto01 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mediaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
}
.mediaList li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  width: 355px;
}
.mediaList li:nth-child(n+3) {
  margin-top: 10px;
}
.mediaList li span.day {
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 8px 10px 7px;
}
.mediaList li .screenshot {
  display: block;
  width: 160px;
  height: 235px;
  margin: 10px 15px 10px 10px;
  text-align: center;
}
.mediaList li .screenshot img {
  width: 100%;
  vertical-align: middle;
}
.mediaList li dl {
  width: 160px;
  margin: 10px 10px 10px 0;
}
.mediaList li dt,
.mediaList li dd {
  padding: 5px 5px 3px;
  text-align: center;
}
.mediaList li dt {
  background-color: #e6e6da;
  line-height: 1;
  font-weight: bold;
}
.mediaList li dd {
  padding: 10px 5px 8px;
  line-height: 1.3;
}

.privacyContents {
  width: 700px;
  margin: 0 auto 30px;
  line-height: 1.75em;
}

#mailseminarList {
  width: 700px;
  margin: auto;
}

#mailseminarList li {
  border-bottom: dotted 1px #9a9a9a;
  padding: 25px 15px;
}

#mailseminarList li .seminarImg {
  display: block;
  width: 200px;
  float: left;
  text-align: center;
}

#mailseminarList li .data {
  width: 450px;
  float: right;
}

#mailseminarList li .data h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 15px;
}

.seminarPickup {
  background: #FCF6EE;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 30px;
}

.seminarPickup h3 {
  background: #989387;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 14px;
}

.seminarPickup ul {
  padding: 0 10px;
}

.seminarPickup li {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 14px;
}

.seminarPickup li:last-child {
  margin: 0;
}

.mailseminarTxt {
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.c-seminar-tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  border-left: solid 6px #990000;
  padding-left: 11px;
}
#seminarWraper {
  margin: 30px auto;
  position: relative;
}
#seminarWraper p {
  width: 390px;
}
#seminarWraper #seminarThumbnail {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 200px !important;
  height: auto !important;
}
#seminarWraper h3 {
  margin: 50px auto 20px;
}
#seminarWraper ul {
  width: 440px;
}
#seminarWraper li {
  margin-top: 10px;
  line-height: 1.5;
}
.asumeru {
  display: block;
  background-color: #fff;
  padding: 15px 10px;
  margin: 0 auto;
  border: solid 2px #ccc;
}

#contactExplain {
  margin: 20px auto 0;
}

#onlineCounselingExplain {
  font-size: 15px;
  line-height: 1.8;
  margin: 34px auto 0;
}

.round5 {
  border-radius: 5px;
}

.round10 {
  border-radius: 10px;
}

.round15 {
  border-radius: 15px;
}

#contactType .wpcf7-list-item,
#onlineCounseling .wpcf7-list-item {
  display: block;
  margin: 0 5px 5px 0;
}

#contactType label,
#onlineCounseling label {
  cursor: pointer;
}

/*セルフチェック*/

#selfcheck {
  width: 740px;
  ;
  display: block;
  overflow: hidden;
}

#selfcheck .selfcheckBox img {
  float: left;
  margin: 0 10px;
}

#selfcheck .selfcheckBox .selfcheckText {
  width: 540px;
  display: block;
  line-height: 1.5em;
  float: right;
}

#selfcheck .selfcheckBox .selfcheckText img {
  float: right;
  margin: 10px 20px 0 0;
}

#selfcheckAction {
  padding: 0 10px;
}

#selfcheckAction p {
  line-height: 1.5em;
  margin: 0 0 10px 0px;
}

.answerType {
  display: block;
  background-image: url(../img/ico/ico_arrow02.gif);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #F1F0E7;
  color: #714C25;
  width: 150px;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 30px;
  font-weight: bold;
}

.answer {
  margin: 10px 10px 20px 10px;
}

.answer table {
  line-height: 30px;
}

.answer table tr td.paturn1_title {
  background-image: url(../img/selfcheck_paturn_bg1.gif);
  width: 150px;
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 15px;
}

.answer table tr td.paturn2_title {
  background-image: url(../img/selfcheck_paturn_bg2.gif);
  width: 170px;
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 15px;
}

.answer table tr td.paturn3_title {
  background-image: url(../img/selfcheck_paturn_bg3.gif);
  width: 150px;
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 15px;
}

.answer table tr td.paturn4_title {
  background-image: url(../img/selfcheck_paturn_bg4.gif);
  width: 150px;
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 15px;
}

.answer table tr td.paturn5_title {
  background-image: url(../img/selfcheck_paturn_bg5.gif);
  width: 150px;
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 15px;
}

.answer table tr td.paturn1_text {
  color: #C65A5F;
  font-size: 14px;
  padding: 0 0 0 10px;
}

.answer table tr td.paturn2_text {
  color: #D6AA33;
  font-size: 14px;
  padding: 0 0 0 10px;
}

.answer table tr td.paturn3_text {
  color: #D7834B;
  font-size: 14px;
  padding: 0 0 0 10px;
}

.answer table tr td.paturn4_text {
  color: #87A86D;
  font-size: 14px;
  padding: 0 0 0 10px;
}

.answer table tr td.paturn5_text {
  color: #5584CA;
  font-size: 14px;
  padding: 0 0 0 10px;
}


.question {
  margin: 10px 10px;
}

.question table {
  width: 660px;
  line-height: 20px;
  margin: 0 0 30px 0;
}

.question table tr {
  border-bottom: 1px dotted #bbb;
}

.question table tr th {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}

.question table tr td {
  padding: 5px 10px;
  vertical-align: middle;
}

.result {
  width: 700px;
  margin: 0 auto;
}
#selfcheckAction .result p {
  line-height: 1.3;
  margin: 10px auto;
}
#selfcheckAction .result p.yourType  {
  display: block;
  width: 100%;
  padding: 10px 2%;
  text-align: center;
  border: solid 2px #f0c61e;
  background-color: #f8fad8;
  color: #990000;
  font-weight: bold;
  font-size: 24px;
}

.result table {
  width: 100%;
  table-layout: fixed;
}
.result table tr td {
  padding: 10px;
  line-height: 1.5;
}
.result table tr td ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.border_R_dotted {
  border-right: 1px dotted #bbb;
}
.selfcheckArrow {
  display: block;
  margin: 20px auto;
}
.selfcheckAction-arrow {
  display: block;
  margin: 20px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 70px 0 70px;
  border-color: #f3d147 transparent transparent transparent;
}
.training {
  background-color: #fff;
  border: 1px solid #888;
}
#selfcheckAction .result .training p {
  padding: 0 10px;
  line-height: 1.7;
}
#selfcheckAction .result .training p.trainingTitle {
  background-color: #585858;
  padding: 10px 5px;
  margin: 0;
  color: #fff;
  line-height: 1.3;
}
#selfcheckAction .result .training p.trainingAccent {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.bg_gray1 {
  background: #9A9892;
  color: #fff;
}

.bg_gray2 {
  background: #989388;
  color: #fff;
}

.bg_gray3 {
  background: #84827C;
  color: #fff;
}

.bg_gray4 {
  background: #DADAD8;
}

.bg_pink {
  background: #FCF6EE;
}

.questionNo {
  width: 30px;
}

.questionCheckbox {
  width: 60px;
  font-size: 80%;
}

.questionBtn {
  margin: 30px 0 0 0;
}

.questionBtn a {
  margin: 0 20px;
}


/*メールフォーム*/
.wpcf7-form.invalid,
.wpcf7-form.sent {
  position: relative;
  padding-top: 80px;
}
table.mailform {
  width: 100%;
  margin: 20px auto 0;
  border: solid 1px #ccc;
  ;
}

table.mailform tr th {
  padding: 7px 0px 7px 10px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  background-color: #f1f0e7;
  width: 200px;
  border: solid 1px #ccc;
  line-height: 1.3;
}

table.mailform tr th span {
  font-size: 10px;
  color: #999999;
  display: block;
}

table.mailform tr td {
  padding: 7px 10px 7px 10px;
  font-size: 12px;
  background-color: #fff;
  width: 300px;
  border: solid 1px #ccc;
  ;
}

table.mailform tr td ul li,
table.mailform tr td ul,
table.mailform tr td ol,
table.mailform tr td ol li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table.mailform tr td ul li {
  float: left;
  padding: 0px 10px 0px 0px;
}

table.mailform tr td p,
table.mailform tr td div,
table.mailform tr td span {
  clear: both;
}

img.must {
  width: 30px;
  height: 16px;
  float: right;
  margin: 0px 15px 0px 0px;
}

input#button_mfp_goconfirm {
  width: 150px;
  height: 30px;
  margin-top: 30px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/mfp_goconfirm.jpg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-style: none;
  cursor: pointer;
}

input#button_mfp_gosend {
  width: 180px;
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/mfp_gosend.gif);
  border: none;
  border-style: none;
  cursor: pointer;
}

input#button_mfp_gocancel {
  width: 180px;
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/mfp_gocancel.gif);
  border: none;
  border-style: none;
  cursor: pointer;
}

input#button_mfp_reset {
  width: 180px;
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/mfp_reset.gif);
  border: none;
  border-style: none;
  cursor: pointer;
}

.reset_over {
  background-image: url(../img/mfp_reset_over.gif);
}

.reset_out {
  background-image: url(../img/mfp_reset.gif);
}

.confirm_over {
  background-image: url(../img/mfp_confirm_over.gif);
}

.confirm_out {
  background-image: url(../img/mfp_confirm.gif);
}
table.mailform tr td input,
table.mailform tr td textarea,
table.mailform tr td select {
  font-size: 14px;
  padding: 5px 2px;
}
table.mailform tr td span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
table.mailform tr td #contactType .wpcf7-list-item span,
table.mailform tr td #onlineCounseling .wpcf7-list-item span {
  display: inline-block;
  font-size: 14px;
}
table.mailform tr td #onlineCounseling .wpcf7-list-item span {
  margin-bottom: 0;
}
table.mailform tr td span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #990000;
  margin-top: 5px;
}
div.mfp_buttons {
  padding: 0px;
  text-align: center;
}
.screen-reader-response {
  display: none;
}
.invalid div.wpcf7-response-output {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #fff;
  border: solid 3px #990000;
  font-weight: bold;
  color: #990000;
  text-align: center;
}

/*wp*/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption {
  font-size: 80%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
  display: inline-block;
  margin: 0 0 1em 1.5em;
}

img.alignleft {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}

#columnWrap #main {
  font-size: 14px;
  line-height: 1.5;
}

#columnWrap #main p {
  width: 100%;
  margin: 20px auto 0;
  font-size: 14px;
}

.listTit {
  font-weight: bold;
  border-left: 5px solid #97120F;
  margin: 0 0 15px 0;
  padding: 0.3em 1em;
  background: #F1F0E7;
  font-size: 120%;
  color: #97120F;
}

.colunmList {
  position: relative;
  border: solid 1px #990000;
  background-color: #fff;
  margin: 0 0 20px 0;
  padding: 15px;
}
.listTit + .colunmList {
  margin-top: 20px;
}
.colunmList__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.postTit {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.postCat {
  position: relative;
  margin-top: 5px;
  z-index: 2;
}
.postCat > a {
  display: inline-block;
  background-color: #990000;
  border-radius: 2px;
  margin-right: 5px;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px 2px;
  text-decoration: none;
  transition: opacity .3s ease;
}
.postCat > a:hover {
  opacity: .4;
}
.colunmList__box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.postTit,
.postCat,
.colunmList__box {
  transition: opacity .3s ease;
}
.colunmList:hover > .postTit,
.colunmList:hover > .postCat,
.colunmList:hover > .colunmList__box {
  opacity: .6;
}
.colunmList__box__img {
  width: 150px;
}
.postThumb {
  width: 100%;
}
.colunmList__box__txt {
  width: calc(100% - 170px);
}
.colunmList__box__txt--imgnone {
  width: 100%;
}

.columnPost {
  color: #333;
}
#columnWrap h1.mainTit {
  font-size: 30px;
  font-weight: bold;
  margin: 30px auto 0;
}
.columnPost h1 {
  font-size: 30px;
  margin: 20px auto 0;
}
.columnPost h2,
.listTit {
  font-weight: bold;
  border-left: 5px solid #97120f;
  margin: 30px auto 0;
  padding: 5px 10px;
  background-color: #f1f0e7;
  font-size: 20px;
  color: #97120f;
}
.columnPost h3 {
  font-weight: bold;
  padding: 0 0 0.3em 0;
  border-bottom: 1px dotted #aaa;
  margin: 20px auto 0;
  font-size: 18px;
}

.columnPost strong {
  font-weight: bold;
  color: #333;
}

.rashisa_table {
  width: 100%;
  border-top: solid 1px #bbb;
  border-right: solid 1px #bbb;
}

.rashisa_table th,
.rashisa_table td {
  border-bottom: solid 1px #bbb;
  padding: 15px;
  font-size: 16px;
}

.rashisa_table th {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.rashisa_table td {
  background-color: #fff;
}

/*service9*/

.service9 p {
  margin-bottom: 15px;
}

.h3_1,
.h3_2 {
  color: #b20000;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.4;
}

.h3_2 {
  font-size: 12px;
  line-height: 1.6;
}

.disFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.disFlex div:first-child {
  padding-right: 4%;
}

.disFlex div:nth-child(even) {
  padding-right: 2%;
}

.service9_box1 {
  border: solid 1px #000;
  border-radius: 5px;
  background: #fcf6ee;
  padding: 10px 15px 0 14px;
}

.service9_box1 dt,
.service9_box1 dd {
  margin-bottom: 10px;
}

.service9_box2 {
  margin-bottom: 60px;
}

.h3_3 {
  color: #b20000;
  font-size: 16px;
  font-weight: bold;
  background: #fcf6ee;
  padding: 8px 10px;
  margin: 0 0 15px 0;
}

.service9_box3 {
  position: relative;
  margin-left: 25px;
  margin-bottom: 40px;
}

.service9_box3 a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.service9_box4 {
  overflow: hidden;
  border: solid 1px #000;
  padding: 20px 15px 20px 45px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.service9_box4 img {
  float: left;
  margin-right: 4%;
  padding: 15px 0 0 0;
}

.service9_box4 div {
  width: 85%;
  float: right;
}

.service9_box4 h4 {
  background: #b20000;
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.service9_box4 h5 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #000;
}

.service9_box4 p {
  margin-bottom: 0;
}

.service9_box5 {
  overflow: hidden;
  padding-top: 10px;
}

.service9_box5 img {
  float: right;
}

.service9_box5 div {
  width: 55%;
  float: left;
}

.service9_box5 h3 {
  margin: 0;
}

.service9 .fsS {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.service9 li {
  text-indent: -1em;
  padding-left: 1em;
  color: #000;
  margin-bottom: 5px;
}

.service9_box6 {
  border-bottom: dotted 1px #cccccc;
  padding-bottom: 10px;

  overflow: hidden;
  width: 100%;
}

.service9_box6 div {
  float: left;
  box-sizing: border-box;
  padding: 2%;
  width: 50%;
  border-right: solid 1px #cccccc;
  min-height: 135px;
}

.service9_box6 div:nth-child(even) {
  border: none;
  padding-right: 0;
}

.service9_box7 {
  margin-bottom: 10px;
}

.service9_box6 div h3 {
  color: #585858;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.service9_box6 div h3 span {
  color: #990000;
}

.service9_box6 div p:last-child {
  margin-bottom: 0;
}

.service9 .bg01 {
  vertical-align: middle;
}

.service9 .bg01 span {
  font-size: 12px;
}

.service9 .mb40 {
  margin-bottom: 40px;
}


.c-btn {
  position: relative;
  display: block;
  width: 100%;
  background-color: #9e0000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  padding: 10px 15px;
  box-sizing: border-box;
}
a.c-btn:link,
a.c-btn:visited {
  color: #fff;
}
.c-btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-top: -3px;
  transform: rotate(45deg);
}
.c-hover,
a.c-hover {
  text-decoration: none;
  transition: opacity .3s ease;
}
.c-hover:hover,
a.c-hover:hover {
  opacity: .7;
  text-decoration: none;
}
.c-contents ol {
  border: 1px solid #990000;
  color: #000;
  margin: 22px 0 0 24px;
  padding: 25px 46px;
}
.c-contents ol li {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.c-contents p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}
.c-page-tit {
  border-left: solid 7px #990000;
  padding: 7px 10px 5px 15px;
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
}
.c-page-tit2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.c-page-tit2::before {
  content: '■';
  color: #990000;
}
.c-page-tit3 {
  position: relative;
  border-left: solid 7px #990000;
  padding: 7px 10px 5px 15px;
  margin-bottom: 25px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.c-page-tit3-outline {
  color: #990000;
  font-size: 14px;
  margin: -15px 0 15px;
}
.p-media .c-page-tit3:not(:first-child) {
  margin: 40px auto 0;
}
.c-page-txt--1 {
  color: #990000;
}
.c-page-list {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.c-page-list > li:not(:first-child) {
  margin-top: 10px;
}
.c-page-link {
  margin-top: 40px;
}
.c-page-link .c-btn {
  width: 340px;
  margin: 0 auto;
  padding: 15px;
}
.c-page-img {
  margin-top: 40px;
  text-align: center;
}
.c-page-img > img {
  display: inline-block;
}
.p-tit-mark {
  position: absolute;
  top: 8px;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
.p-tit-mark > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fbba00;
  margin-right: 5px;
}
.p-kensyu-wrapper:first-of-type {
  margin-top: 25px;
}
.p-kensyu-wrapper + .p-kensyu-wrapper {
  margin-top: 45px;
}
.p-kensyu-head__ttl {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.p-kensyu-head__desc {
  color: #000;
  margin-top: 1em;
  line-height: 1.6;
  font-weight: bold;
}
.p-kensyu-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto 0;
}
.p-kensyu-list__item {
  width: 240px;
  background-color: #fff;
  margin-right: 7px;
  border: solid 1px #000;
}

.p-kensyu-list__item:nth-child(3n) {
  margin-right: 0;
}
.p-kensyu-list__item:nth-child(n + 4) {
  margin-top: 8px;
}


.p-kensyu-list__item__thumb,
.p-kensyu-list__item__thumb > img {
  display: block;
  width: 100%;
  height: 135px;
}
.p-kensyu-list__item > h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #000;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 10px 4px 8px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3;
}
.p-kensyu-list__item > h3 > span {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -1px;
}
.p-kensyu-list__item__txt {
  min-height: 90px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.7;
}
.p-kensyu-list__item__att {
  background: #dcdcdc;
  border-radius: 5px;
  padding: .5em;
  margin: 10px 0 0;
  font-size: 13px;
}
.p-kensyu-list__item__att span {
  font-weight: bold;
  color: #990000;
}
.p-kensyu-list__item__tag {
  padding: 0 10px;
}
.p-kensyu-list__item__tag > span {
  display: inline-block;
  border-radius: 2px;
  margin: 8px 5px 0 0;
  padding: 4px 8px 3px;
  font-size: 12px;
  line-height: 1;
}
.p-kensyu-list__item__tag--1 > span {
  background-color: #9e0000;
  color: #fff;
}
.p-kensyu-list__item__tag--2 > span {
  background-color: #fbba00;
  color: #585757;
}
.p-kensyu-list__item__tag--3 > span {
  background-color: #dcdcdc;
  color: #585757;
}
.p-kensyu-list__item__outline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f4efdc;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.8;
}
.p-kensyu-list__item__outline--none {
  background-color: #fff;
}
.p-kensyu-list__item__link {
  background-color: #dcd1a7;
  padding: 10px;
}
.p-kensyu-link {
  margin-top: 40px;
}
.p-kensyu-link .c-btn {
  width: 340px;
  margin: 0 auto;
  padding: 15px;
}
.p-kensyu-bnr a img {
  width: 100%;
}
.p-top-udemy__bnr a img {
  width: 100%;
}
.p-top-udemy__desc {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.7;
}
.l-under-page #header_new_box {
  position: static;
  background: none;
  background-color: #fff;
}
.l-under-page #header_new {
  position: static;
  width: 100%;
}
.l-under-page .head_nav_in {
  position: static;
  padding: 25px 0 10px;
  border-bottom: none;
}
.l-under-page .contact_new_box {
  margin-top: 90px;
}
.c-reason-tab {
  display: flex;
}
.c-reason-tab__item {
  width: 50%;
}
.c-reason-tab__item a {
  display: block;
}
.c-reason-tab__item img {
  width: 100%;
}
.c-reason-tit2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 38px 0 0;
}
.c-reason-tit2:not(:first-of-type) {
  margin: 68px 0 0;
}
.c-contents .p-reason-txt--small {
  font-size: 12px;
  line-height: 2;
  margin-top: 11px;
}
.c-contents .p-reason-online-counsel {
  margin: 90px 0 35px;
}
.p-client-panel {
  width: 100%;
}
.p-client-panel a {
  color: #990000;
  text-decoration: underline;
}
.p-client-panel a:hover {
  opacity: .6;
}
.p-client-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.p-client-box__img {
  width: 230px;
}
.p-client-box__img__img > img {
  width: 100%;
}
.p-client-box__img__txt {
  margin-top: 10px;
}
.p-client-box__img__txt > p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.p-client-box__content {
  width: 490px;
}
.p-client-box__content__tab {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 3px #990000;
}
.p-client-box__content__tab > p {
  width: 49.5%;
  background-color: #fff;
  border: solid 1px #990000;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding: 10px 5px 6px;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}
.p-client-box__content__tab > p.js-client-tab-on {
  background-color: #990000;
  color: #fff;
  cursor: auto;
}
.p-client-box__content__box__in {
  display: none;
  padding-top: 20px;
}
.p-client-box__content__box:first-child > .p-client-box__content__box__in {
  padding-top: 0;
}
.js-client-tab-content-on {
  display: block;
}
p.p-client-box__content__box__in__catch {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #990000;
  line-height: 1.5;
}
.p-client-box__content__box__in__tit {
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}
.p-client-box__content__box__in__tit::before {
  content: '◆';
  color: #990000;
}
p.p-client-box__content__box__in__txt {
  margin-top: 10px;
}
.p-client-box__content__box__in__txt__in1 {
  color: #990000;
}
.p-profile-box {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}
.p-profile-box__img {
  order: 2;
  width: 300px;
}
.p-profile-box__txt {
  order: 1;
  width: 380px;
}
.p-profile-box__txt__style {
  padding-bottom: 15px;
  border-bottom: dotted 1px #000;
}
.p-profile-box__txt a {
  color: #990000;
  text-decoration: underline;
}
.p-profile-box__txt a:hover {
  opacity: .6;
}
.p-profile-box2 {

}
.p-profile-box2__tit1 {
  font-size: 20px;
  font-weight: bold;
  color: #990000;
}
.p-profile-box2__tit1 > span {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.p-profile-box2__tit2 {
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.p-profile-box2__tit2::before {
  content: '■';
  color: #990000;
}
.profMedia {
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  margin: 25px 0 0 0;
}
.p-profile-box2__box {
  background-color: #fff;
  width: 100%;
  padding: 10px 10px;
  margin-top: 10px;
  border-radius: 4px;
}
.p-profile-box2__box p {
  width: 100%;
  margin: 5px auto 0;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.p-profile-box2__txtbox {
  width: 100%;
  margin-top: 10px;
}
.p-profile-box2__txtbox p {
  width: 100%;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.p-profile-img2,
.p-profile-img3 {
  display: block;
  width: 300px;
  margin: 5px auto 10px 0;
}
.p-profile-img3 {
  width: 206px;
}


.calendar_wrap {
  position: relative;
  padding-top: 73%;
  height: 0;
  overflow: hidden;
  margin: 40px 0;
}
.calendar_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar_txt {
  margin: 30px 0 0;
  line-height: 1.4;
}
p.calendar_txt__in {
  background-color: #fff;
  border: solid 1px #9e0000;
  margin-top: 20px;
  padding: 20px 30px 16px;
  color: #9e0000;
  text-align: center;
}
.calendar_indent {
  padding: 0 0 0 2rem;
  text-indent: -1rem;
}
.p-contact-note {
  margin-top: 30px;
  text-align: center;
  line-height: 1.7;
}
.p-privacy .c-page-tit2 {
  margin-top: 30px;
}
.mailseminar_contents {
  display: flex;
  justify-content: space-between;
}
.mailseminar_contents__child {
  width: 48.6%;
}
.mailseminar_head {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #efefef 0%,#fff 100%);
  border-left: solid 4px #97120D;
  padding: 10px;
  margin: 0 0 15px;
  font-size: 1.07rem;
  font-weight: bold;
  line-height: 1.2;
}
.mailseminar_head + p {
  font-size: 0.86rem;
  line-height: 1.4;
}
.seminarPickup h3 {
  position: relative;
  padding: 5px 10px 5px 20px;
}
.seminarPickup h3::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
}
.seminarPickup_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seminarPickup_list dt,
.seminarPickup_list dd {
  margin: 0 0 0.5rem;
  font-weight: bold;
  font-size: 0.93rem;
  line-height: 1.4;
}
.seminarPickup_list dt {
  width: 30%;
}
.seminarPickup_list dd {
  width: 67%;
}
.seminarPickup_list.list_2 dt {
  width: 15%;
}
.seminarPickup_list.list_2 dd {
  width: 82%;
}
.seminarPickup_list dd span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}
.seminarPickup_list_btn {
  margin: 0 0 1.5rem;
}
.seminarPickup_list_btn img {
  max-width: 100%;
}
.p-seminar-note {
  margin: 0 0 2.5rem;
}
.mailseminar_bnr {
  margin: 0 0 2.5rem;
  text-align: center;
}
.p-document-explain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin: 30px auto 0;
  padding: 20px 30px 16px;
  border: solid 1px #ccc;
}
p.p-document-explain__txt {
  width: 510px;
  margin-top: 0;
  line-height: 1.5;
}
.p-document-explain__img {
  width: 158px;
}
.p-document-ico {
  position: absolute;
  bottom: 0;
  right: 12px;
  font-weight: normal;
  font-size: 12px;
  color: #585757;
}
.p-document-download-list {
  margin-top: 30px;
}
.p-document-download-list__item {
  display: flex;
  align-items: center;
  border-bottom: dotted 1px #ccc;
  padding: 20px 2%;
}
.p-document-download-list__item:first-child {
  padding-top: 0;
}
.p-document-download-list__item__ico {
  width: 32px;
  margin-right: 10px;
}
.p-document-download-list__item__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 42px);
}
p.p-document-download-list__item__box__tit {
  width: calc(100% - 120px);
  margin-top: 0;
  line-height: 1.5;
}
a.p-document-download-list__item__box__btn {
  display: block;
  width: 115px;
  padding-left: 17px;
  background: url('../img/ico/ico_arrow03.jpg') no-repeat;
  background-position: left center;
  background-size: 12px auto;
}
.c-service-tit1 {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
  display: flex;
  margin: 40px auto 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
#step1.c-service-tit1 {
  background-image: url(../img/pc_service1_tit_bg1.jpg);
}
#step2.c-service-tit1 {
  background-image: url(../img/pc_service1_tit_bg2.jpg);
}
#step3.c-service-tit1 {
  background-image: url(../img/pc_service1_tit_bg3.jpg);
}
.c-service-tit1 span {
  font-weight: bold;
}
.c-service-tit1__in1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #990000;
  width: 110px;
  padding: 15px 5px;
}
.c-service-tit1__in1__in {
  font-size: 27px;
  text-align: center;
}
.c-service-tit1__in1__in > span {
  font-size: 20px;
}
.c-service-tit1__in2 {
  width: calc(100% - 110px);
  padding: 15px 80px 15px 10px;
  font-size: 28px;
}
.c-service-tit1__in2 > span {
  font-size: 24px;
}
.c-service-tit2 {
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.c-service-tit2::before {
  content: '■';
  color: #990000;
}
.c-service-tit3 {
  margin: 25px auto 0;
  font-size: 14px;
  font-weight: bold;
}
.c-service-tit4 {
  background-color: #fff;
  margin-top: 40px;
  padding: 6px 10px 10px 15px;
  border-left: solid 5px #990000;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
.c-service-tit4 > span {
  font-size: 14px;
  color: #990000;
}
.c-service-tbl1 {
  margin: 30px auto 0;
}
p + .c-service-tbl1 {
  margin-top: 20px;
}
.c-service-tbl1 p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.c-service-tbl1__row {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.c-service-tbl1__row--tit,
.c-service-tbl1__row__col--tit {
  background-color: #000;
  color: #fff;
}
.c-service-tbl1__row__col {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 5px;
  text-align: center;
}
.c-service-tbl1__row__col:last-child {
  border-right: none;
}
.c-service-tbl1__row:last-child .c-service-tbl1__row__col {
  border-bottom: none;
}
.c-service-tbl1__row__col:first-child {
  width: 110px;
}
.c-service-tbl1__row__col:nth-child(2),
.c-service-tbl1__row__col:nth-child(3) {
  width: calc((100% - 110px) / 2);
}
.c-contact-area {
  position: relative;
  width: 740px;
  margin: 30px auto 0;
}
.c-contact-area__img {
  width: 100%;
}
.c-contact-area__btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-contact-area__btn2 {
  display: none;
  position: absolute;
  bottom: 80px;
  right: 20px;
  width: 157px;
}
.c-contact-area__btn__item {
  display: block;
  width: 340px;
}
.c-contact-area__btn__item img,
.c-contact-area__btn2 img {
  width: 100%;
}
.c-service-imgbox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.c-service-imgbox__txt {
  width: 440px;
}
.c-service-imgbox__txt > .c-service-tit2:first-child {
  margin-top: 0;
}
.c-service-imgbox__img {
  width: 280px;
  text-align: right;
}
.c-service-imgbox__img--2 {
  width: 170px;
}
.c-service-imgbox__img__item {
  display: block;
  width: 100%;
}
.c-service-imgbox__img__item:not(:first-child) {
  margin-top: 30px;
}
.c-service-imgbox__img img {
  width: 100%;
}
.c-service-imgbox2 {
  margin-top: 40px;
}
.c-service-imgbox2__img {
  float: right;
  width: 280px;
  margin: 0 0 10px 10px;
}
.c-service-imgbox2__img__item {
  width: 100%;
}
.c-service-imgbox3 {
  width: 100%;
  margin: 10px auto 0;
}
.c-service-imgbox3__item {
  width: 100%;
}
.c-service-move {
  margin-top: 30px;
}
.c-service-move--2 {
  display: flex;
  justify-content: space-between;
}
.c-service-move__item {
  width: 690px;
  margin: 0 auto;
}
.c-service-move--2 .c-service-move__item {
  width: 49%;
  margin: 0;
}
.p-service14 .c-service-move--2 .c-service-move__item:nth-child(1) {
  width: 390px;
}
.p-service14 .c-service-move--2 .c-service-move__item:nth-child(2) {
  width: 285px;
}
p.c-service-move__tit {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.c-service-move--2 .c-service-move__item > .c-service-tit2:first-child,
.c-service-move--2 .c-service-move__item > .c-service-move__tit:first-child {
  margin-top: 0;
}
.c-service-move__item__iframe,
.c-service-move__item__img {
  width: 100%;
  margin-top: 5px;
}
.c-service-move__item__img--1 {
  width: 260px;
}
.c-service-move__item__iframe > iframe,
.c-service-move__item__img > img {
  width: 100%;
}
.c-service-move__item__iframe > iframe {
  height: 390px;
}
.c-service-move--2 .c-service-move__item__iframe > iframe {
  height: 210px;
}
.c-service-img {
  text-align: center;
}
.c-service-img__in {
  display: inline-block;
}
.l-under-page .c-service .contact_new_box {
  margin-top: 30px;
}
.p-service1-menu,
.p-service3-menu {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
}
.p-service3-menu {
  width: 730px;
}
.p-service1-menu__img,
.p-service3-menu__img {
  width: 100%;
}
.p-service1-menu_bth,
.p-service3-menu_bth {
  position: absolute;
  right: 20px;
  display: block;
  width: 340px;
}
.p-service1-menu_bth--1 {
  top: 105px;
}
.p-service1-menu_bth--2 {
  top: 285px;
}
.p-service1-menu_bth--3 {
  bottom: 30px;
}
.p-service1-menu_bth > img {
  width: 100%;
}
.p-service3-menu_bth {
}
.p-service3-menu_bth--1 {
  top: 155px;
}
.p-service3-menu_bth--2 {
  top: 335px;
}
.p-service3-menu_bth--3 {
  bottom: 30px;
}
.p-service14-list {
  border-radius: 10px;
  padding: 2em;
  margin: 10px 0 0;
  font-size: 16px;
}
.p-service14-list li:not(:last-of-type) {
  margin: 0 0 15px;
}

a.c-txt-style {
  color: #990000;
}
.l-side-service-menu,
.l-side-column-cat {
  width: 100%;
  background-color: #fff;
  border: solid 1px #990000;
}
.l-side-service-menu__tit,
.l-side-column-cat__tit {
  background-color: #990000;
  padding: 8px 10px 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.l-side-service-menu__list {
  padding: 10px;
}
.l-side-service-menu__list__item {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.l-side-service-menu__list__item:first-child {
  margin-top: 0;
}
.l-side-service-menu__list__item > a {
  position: relative;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
}
.l-side-service-menu__list__item > a::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #990000;
  border-right: solid 1px #990000;
  transform: rotate(45deg);
}
.l-side-service-menu__list__item > a:hover {
  text-decoration: underline;
}
.l-side-column-cat {
  margin-bottom: 10px;
}
.l-side-column-cat__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  border-top: solid 1px #000;
}
.l-side-column-cat__list > li:first-child {
  border-top: none;
}
/*.l-side-column-cat__list a {
display: block;
width: calc(100% - 60px);
margin: 10px 0 10px 10px;
color: #000;
text-decoration: none;
}
.l-side-column-cat__list a:hover {
text-decoration: underline;
}
.l-side-column-cat__list span {
display: block;
max-width: 40px;
margin: 10px 10px 10px 0;
background-color: #eee;
padding: 3px 5px 2px;
font-size: 12px;
line-height: 1;
}*/
.l-side-column-cat__list a {
  display: block;
  width: 100%;
  margin: 10px;
  color: #000;
  text-decoration: none;
}
.l-side-column-cat__list a:hover {
  text-decoration: underline;
}
.l-side-column-cat__list ul {
  width: 100%;
}
.l-side-column-cat__list li li a,
.l-side-column-cat__list li li li a {
  padding-left: 1em;
  text-indent: -1em;
}
.l-side-column-cat__list li li li a {
  padding-left: 2em;
}
.l-side-column-cat__list li li a::before,
.l-side-column-cat__list li li li a::before {
  content: '└';
}
.p-sitemap__list {
  margin: 30px auto 0;
}
.p-sitemap__list a {
  color: #000;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .3s ease;
}
.p-sitemap__list a:hover {
  text-decoration: underline;
  opacity: .7;
}
.p-sitemap__list > li:not(:first-child) {
  margin-top: 20px;
}
.p-sitemap__list > li > a,
.p-sitemap__list > li > ul > li > a {
  position: relative;
  display: block;
  padding-left: 15px;
}
.p-sitemap__list > li > a::after,
.p-sitemap__list > li > ul > li > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
}
.p-sitemap__list > li > a::after {
  margin-top: 6px;
  border-top: solid 2px #990000;
  border-right: solid 2px #990000;
  transform: rotate(45deg);
}
.p-sitemap__list > li > ul > li > a::after {
  margin-top: 10px;
  border-top: solid 2px #990000;
}
.p-sitemap__list > li > ul {
  padding-left: 15px;
  margin-top: 15px;
}
.p-sitemap__list > li > ul > li:not(:first-child) {
  margin-top: 15px;
}
.c-pagination {
  margin: 30px auto 0;
}
.c-pagination ul {
  display: flex;
  justify-content: center;
}
.c-pagination ul li {
  margin: 0 10px 0 0;
  font-size: 16px;
}
.c-pagination ul li a,
.c-pagination__current {
  display: block;
  border: solid 1px #990000;
  width: 40px;
  padding: 5px;
  text-align:  center;
  transition: color .3s ease, background .3s ease;
  text-decoration:  none;
  color:  #000;
  background-color:  #fff;
}
.c-pagination__current,
.c-pagination ul li a:hover {
  background-color: #990000;
  color: #fff;
}
.c-pagination ul li.c-pagination__prev {
  margin: 0 5px 0 0;
}
.c-pagination ul li.c-pagination__next {
  margin: 0 0 0 5px;
}
.p-404 p {
  font-size: 16px;
}
p.p-message-catch {
  font-size: 18px;
  font-weight: bold;
  color: #990000;
}
.p-company {
  width: 100%;
  margin: 0 auto;
}
.p-company > dt {
  width: 100%;
  margin-top: 20px;
}
.p-company > dd {
  padding: 10px 0;
  border-bottom: dotted 1px #000;
  line-height: 1.7;
}
.p-company > dd:last-of-type {
  border-bottom: none;
}
.p-company a {
  text-decoration: underline;
  color: #990000;
}

.p-follow-wrap {
  width:100%;
}
.p-follow-contents {
  width:740px;
  margin: 0 auto;
}
table.mailform.p-follow-table {
  margin: 40px 0 0;
}
.p-follow-head {
  margin: 40px 0;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.c-indent1,
.c-indent2 {
  padding-left: 1em;
  text-indent: -1em;
}
p.c-indent1 {
  margin-top: 10px;
}
.c-service .c-service-tit2 + p.c-indent1,
.c-service .c-service-tit2 + p.c-indent2 {
  margin-top: 20px;
}
p.c-indent2 + p.c-indent2 {
  margin-top: 0;
}
.c-indent1__in {
  display: inline-block;
  padding-left: 2em;
  text-indent: -2em;
}
.c-indent1__in2 {
  display: inline-block;
  padding-left: 10px;
  text-indent: -10px;
}
.c-indent1--b {
  font-weight: bold;
}
.c-pc-none {
  display: none !important;
}


.service_bnr {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.service_bnr a {
  width: 49%;
}
.service_bnr img {
  max-width: 100%;
}

.p-request__ad {
  margin-top: 1em;
}

.p-service-chart {
  margin-bottom: 20px;
}
.p-service-chart img {
  width: 100%;
}

.c-recaptcha {
  width: fit-content;
  margin: 20px auto 0;
}