@charset "utf-8";

html {
  margin: 0;
  padding: 0;
  font-size: 15px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a {
  text-decoration: none;
}

p {
  line-height: 1.8;
}

a {
  word-break: break-all;
}

ul, li {
  display: inline;
  text-decoration: none;
}

img {
  border: 0;
  margin: 0;
  object-fit: cover;
}

table {
  display: table;
  border-collapse: separate;
  border-spacing: 3px;
  border-color: grey;
}

td, th {
  display: table-cell;
  vertical-align: inherit;
}

strong {
  font-weight: 900;
}

img {
  max-width: 700px;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

/*レスポンシブ480*/
@media screen and (max-width:480px) {
  p {
    font-size: 15.8px;
    line-height: 1.9;
  }
}


/*===============================

	大見出し

================================*/


/*
	今日の格言
================================*/

.kakugen_wrap {
  overflow: hidden;
  background: #eeeeee;
  padding: 35px 0 25px;
  margin: 30px 0 45px;
}

.kakugen_box {
  text-align: center;
  display: block;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 13px;
  border-top: solid 2px #e65e33;
  border-bottom: solid 2px #e65e33;
}

.kakugen_box p {
  margin: 0 !important;
  text-align: left;
  font-size: 18px;
  padding: 14px 4px 20px;
}

.kakugen_box h1 {
  margin: -10px 0 20px 0;
}

.kakugen_box h1 span.title {
  background: #fff;
  padding: 5px 20px;
  position: relative;
  z-index: 5;
  border: solid 2px #e65e33;
  color: #e65e33;
  font-weight: bold;
  font-size: 20px;
}

/*===============================

	HEADER

================================*/

/*
	ヘッダー
================================*/
header {
  height: 50px;
  display: block;
  width: 100%;
  background-color: rgba(20, 7, 7, 1);
  /* background-color: rgba(23, 18, 52, 1); */
  position: absolute;
  padding: 12px 0;
  z-index: 1000;
  top: 0;
}

header .inner {
  width: 100%;
  bottom: 0;
  max-width: 650px;
  margin: 0 auto;
}

header .logo {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  /* margin-top: -3px; */
  font-size: 0;
  object-fit: contain;
}

header .logo a {
  font-size: 0.9em;
  letter-spacing: .05em;
  display: block;
}

header .logo img {
  width: 100%;
  padding-bottom: 0;
  object-fit: contain;
}

/*レスポンシブ780*/
@media screen and (max-width:780px) {
  header {
    height: 50px;
    display: block;
    width: 100%;
    background-color: black;
    padding: 12px 0;
    z-index: 1000;
  }

  header .inner {
    width: 80%;
    bottom: 0;
    max-width: 700px;
  }
}
/*レスポンシブ480*/
@media screen and (max-width:480px) {
  header {
    height: 50px;
    display: block;
    background-color: rgba(20, 7, 7, 1);
    padding: 12px 0;
    z-index: 1000;
    position: fixed;
    top: 0;
    transition: .5s;
  }

  header .inner {
    bottom: 0;
  }

  header .logo {
    text-align: center;
    transition: .5s;
  }

  header .logo img {
    padding-bottom: 0;
    transition: .2s;
  }

  header.kieru.mini {
    position: fixed;
    top: -60px;
    transition: .3s;
  }

  header.kieru.mini .logo img {
    display: none;
  }

  header.mini {
    height: 30px;
    width: 100%;
  }

  header.mini .logo {
    overflow: hidden;
    transition: .5s;
  }

  header.mini .logo img {
    width: 100%;
    padding-top: 0;
    object-fit: contain;
  }

  header.mini .logo img.kieru_img {
    display: none;
  }
}

/*
	ナビゲーション
================================*/
nav {
  margin-right: 0;
  padding-right: 0;
  overflow: hidden;
}

nav ul {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 0;
  font-family: 'Saira Extra Condensed', sans-serif;
}

nav li {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 100%;
  text-align: center;
  padding-right: 15px;
}

nav li img {
  width: 100%;
}

nav li:last-child {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  text-align: center;
  padding-right: 0;
}

nav li a {
  display: inline-block;
  vertical-align: bottom;
  line-height: 100%;
  float: left;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

nav li a span {
  padding: 3px 10px;
}

nav a {
  display: block;
  text-decoration: none;
  color: #313131;
}

nav a span:hover {
  background-color: black;
  color: white;
  transition: 1s;
}

/*===============================

	MAIN CONTENTS

================================*/

/*
	記事全般
================================*/

.contents-wrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

.contents-photo {
  width: 100%;
}

.contents-photo img {
  width: 100%;
}

.text {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3%;
}

.line-nomal {
  margin: 0;
  background: #EEE;
  padding: 10px 15px;
  line-height: 1.5em;
  border-radius: 3px;
  display: none;
}

.sideline {
  display: block;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  line-height: 1.9;
}

.contents h2 {
  width: 95.5%;
  padding: 1em;
  color: white;
  /* background: rgba(20, 7, 7, 0.8); */
  /* background: rgba(28, 19, 82, 0.8); */
  background: #7a0000;
  /* border: solid 2px pink; */
  margin: 1.5em 0;
  /* font-family: monospace; */
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: 3px;
  line-height: 1.5em;
  text-align: justify;
}

.contents h2 b {
  font-weight: bold;
}

/*レスポンシブ480*/
@media screen and (max-width:480px) {
  .contents-wrap {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* top: 10px; */
  }

  .contents h2 {
    width: auto;
  }

  .sideline {
    display: block;
    border-left: none;
    border-right: none;
    padding-top: 20px;
  }

  .line-nomal {
    line-height: 1.7;
    margin: 0;
  }
}


/*
	記事 イントロ
================================*/

#intro {
  display: block;
  width: 95%;
  margin: 30px auto;
  line-height: 1;
}

#intro strong.midashi {
  margin: 0 0 10px;
  display: block;
}

#intro h3 span {
  color: red;
  font-weight: 900;
  font-size: 0.9rem;
}

#intro h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.8rem;
  margin: 0;
}

#intro .info {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}

#intro .info h6 {
  color: #999;
  font-size: 0.8em;
  font-weight: 900;
  font-style: oblique;
  display: inline-block;
  padding-right: 15px;
  margin: 0;
}

/*レスポンシブ480*/
@media screen and (max-width:480px) {
  #intro {
    display: block;
    margin: 40px auto 10px;
    width: auto;
  }

  #intro h1 {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.4em;
    margin: 0;
  }

  #intro h2 {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin: 0;
  }

  #intro .info {
    display: inline-block;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #intro .info h6 {
    color: #999;
    font-size: 0.7em;
    font-style: oblique;
    display: inline-block;
    padding-right: 2px;
    margin: 0;
    padding: 0;
  }

  #intro h3 span {
    color: red;
    font-weight: 900;
    font-size: 13px;
    line-height: 1.8em;
  }
}

/*
	記事 本文
================================*/
#session .table-zone {
  padding: 30px;
}

#session .side-white h3 {
  margin: 20px 0;
  background: #EEE;
  padding: 1em;
  line-height: 1.6;
  text-align: justify;
}

#session .side-white h3 strong {
  font-weight: 900 !important;
}

#session .side-white p {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 11px;
}

#session .side-white p>a>img {
  margin-left: -15px;
  margin-right: -15px;
  width: 100vw;
}

#session .side-white p>a>img.alignleft {
  width: auto;
  margin-right: 20px;
  clear: both;
}

#session img {
  width: 100%;
  height: auto;
}

#session figure img {
  padding-bottom: 0;
  border-radius: 5px;
}

#session table {
  width: 100%;
  padding: 10px 0;
}

#session table th {
  text-align: left;
  border-bottom: 2px solid antiquewhite;
  padding: 3px 25px 10px 3px;
}

#session table td {
  padding: 5px;
  width: auto;
}

#session img.alignleft {
  width: auto;
  margin-right: 20px;
}

#session .desc_talker img.alignleft {
  width: 250px;
}

.uline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(100%, rgba(230, 93, 51, 0.35)));
  background: linear-gradient(transparent 85%, rgba(230, 93, 51, 0.35) 0);
  background-position: 0;
  /* background-position: 0 -0.2em; */
  font-weight: 700;
}


/*レスポンシブ480*/
@media screen and (max-width:480px) {
  #session img.alignleft {
    margin-right: auto;
    width: 220px !important;
  }
}


/*
	登壇者紹介
================================*/

.color-line {
  border-bottom: dotted 1px #e65e33;
  font-weight: 900;
  color: #e65e33;
  line-height: 2em;
  display: inline-block;
  margin-top: 4em;
  letter-spacing: 0.08em;
}

.row {
  clear: both
}

.desc_img {
  width: 25%;
  height: 250px;
  object-fit: cover;
  float: left;
  box-sizing: border-box;
}

.desc_text {
  float: right;
  width: 75%;
  text-align: left;
  box-sizing: border-box;
}

.alignleft {
  float: left;
}

.desc_talker {
  border: dotted 1px #e65e33;
  margin: 15px;
  padding-top: 15px;
}

.desc_talker img {
  padding-bottom: 6px;
}

/*レスポンシブ480*/
@media screen and (max-width:480px) {
  .color-line {
    margin-top: 0;
    margin-bottom: 0;
  }

  .alignleft {
    float: none;
    padding-bottom: 0;
    /* width: 100%!important; */
    margin: 0 auto;
    display: block;
  }
}

/*
	記事　締め
================================*/
.endroll {
  margin: 0 auto;
  width: 100%;
}

.end_banner h1 img {
  width: 95%;
  padding-bottom: 0;
  text-align: center;
  max-width: 400px;
}

.sub_posts {
  width: 100%;
  background: #F2F2F2;
  padding: 35px 0 10px 0;
  margin-top: 40px;
}

.sub_posts h1 {
  text-align: center;
  font-weight: 900;
}

.related_posts {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  display: block;
}

.related_posts ul {
  justify-content: space-between;
  display: inline-flex;
  flex-wrap: wrap;
  margin-block-start: 0;
  margin-block-end: 0;
}

.related_posts ul::after {
  content: "";
  display: block;
  width: 30%;
}

.related_posts li {
  display: inline-block;
  width: 30%;
  margin-bottom: 10px;
}

.related_posts li small {
  font-size: 0.7em;
  padding: 1em 0;
  color: #333333;
  display: inline-block;
}

.ribbon21 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  box-sizing: border-box;
  padding: 5px 10px 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white!important;
  background: #7a0000;
  z-index: 1;
}

.related_posts li h3 {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.5rem;
  color: #333333;
}

.related_post figure {
  height: 180px;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.related_post figure img {
  height: 180px;
  margin: 0;
  padding: 0;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.related_post:hover {
  opacity: 0.8;
}
/* .related_post figure img:hover {
  opacity: .5;
} */

/*レスポンシブ480*/
@media screen and (max-width:480px) {
  .sub_posts {
    width: 100%;
    background: #F2F2F2;
    padding: 35px 0 0 0;
    margin-top: 40px;
  }

  .related_posts ul {
    display: inline-grid;
  }

  .related_posts li {
    display: inline-block;
    width: 100%;
    padding-bottom: 24px;
    position: relative;
  }
}


/*
	吹き出しデザイン
================================*/

.talk {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.talk:before, .talk:after {
  clear: both;
  content: "";
  display: block;
}

.talk figure {
  width: 60px;
  height: 60px;
  margin: 0;
}

.l-talker-image {
  float: left;
  margin-right: 20px;
}

.r-talker-image {
  float: right;
  margin-left: 20px;
}

.talk figure img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.l-talker-image .talker-description {
  padding: 0 0 10px;
  font-size: 10px;
  text-align: center;
  font-weight: 900;
}

.r-talker-image .talker-description {
  position: relative;
  top: -5px;
  font-size: 10px;
  text-align: center;
  font-weight: 900;
}

#session .side-white .talk p.l-talker-description {
  margin: 0 0 10px 85px;
  line-height: 1;
  font-size: 12px;
  font-weight: 900;
  color: #777777;
}

#session .side-white .talk p.r-talker-description {
  margin: 0 85px 10px 0;
  line-height: 1;
  font-size: 12px;
  font-weight: 900;
  text-align: right;
  color: #777777;
}

.l-talker {
  position: relative;
  padding: 10px 15px 10px 20px;
  border: none;
  border-radius: 0 10px 10px;
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
  display: inline-block;
  background-color: #eeeeee;
  float: left;
  margin-left: 20px;
  width: 100%;
}

.r-talker {
  position: relative;
  padding: 10px 15px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px 0 10px 10px;
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
  display: inline-block;
  float: right;
  width: 70%;
  margin-right: 20px;
}

.talk {
  line-height: 30px;
}

#session .side-white .talk p {
  margin: 0 0 20px;
}

#session .side-white .talk p:last-child {
  margin-bottom: 0;
}

/*三角部分*/
.l-talker:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 0;
  left: -20px;
  border-top: 0;
}

.l-talker:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #eeeeee;
  top: 0;
  left: -19px;
  border-top: 0;
}

.r-talker:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #ddd;
  top: -1px;
  right: -20px;
  border-top: 0;
}

.r-talker:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 0;
  right: -18px;
  border-top: 0;
}

/*レスポンシブ480*/
@media screen and (max-width:480px) {
  .talk figure {
    width: 50px;
    height: 50px;
    margin: 0;
  }

  #session .side-white .talk p.r-talker-description {
    margin: 0 75px 10px 0;
  }

  .r-talker {
    float: left;
    font-size: 1.05em;
    max-width: calc(100% - 110px);
    line-height: 1.8em;
    letter-spacing: .2px;
    margin-right: 0;
  }

  .l-talker {
    float: right;
    font-size: 1.05em;
    max-width: calc(100% - 110px);
    line-height: 1.8em;
    letter-spacing: .2px;
  }

  #session .side-white .talk p.l-talker-description {
    margin: 0 0 10px 75px;
  }

  #session .side-white .talk .l-talker p {
    font-size: 1em;
  }
}

/*===============================

	FOOTER

================================*/

/*
	TA本家サイトのフッター部分
================================*/


footer {
  background: #1e1e1e;
  color: #FFF;
  overflow: hidden;
  border-top: none;
  line-height: 1.6rem;
}

footer .box-lyt-fkv {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  margin: auto;
  padding: 1em 0 .6em;
}

footer small {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  display: block;
  padding-top: .7em;
  font-weight: 200;
}

footer h2 {
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  background: black;
  height: 0;
}

footer h2 img {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 200px;
  margin-top: -11px;
}

.lyt-sitlead {
  font-size: 12px;
  text-align: center;
}

.ft-message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1.2em 0 1em;
  text-align: center;
  background-color: #7a0000;
}

.ft-message img {
  width: 100%;
  max-width: 1000px;
  padding-bottom: 0;
}

.lyt-ft-subnav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 10px;
  padding: 1.2em 0em;
  background-color: #d1d1d1;
}

.lyt-ft-subnav .lyt-nav-list {
  width: 100%;
  max-width: 350px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.lyt-ft-subnav .lyt-nav-list a {
  text-decoration: none;
  color: #333;
}
/*レスポンシブ769*/
@media (min-width: 769px) {
  .lyt-ft-subnav .lyt-nav-list {
    /* width: 360px; */
  }
  .box-lyt-fkv {
    width: 100%;
    padding: 3em 0 2em;
  }

  .box-lyt-fkv img {
    width: 100%;
    max-width: 1000px;
  }
  footer .box-lyt-fkv {
    width: 100%;
    padding: 3em 0 2em;
    text-align: center;
  }
  footer .box-lyt-fkv img {
    width: 100%;
  }
}
/*レスポンシブ480*/
@media (max-width: 480px) {

  footer h2 {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    padding: 30px;
    background: black;
    height: 0;
  }

  footer .footer_img {
    padding: 100px 20px;
  }

  footer .footer_main .footer_text {
    font-size: 10px;
    line-height: 1.2rem;
    margin-bottom: 20px;
  }

  footer .box-lyt-fkv img {
    width: 100%;
  }

  .lyt-ft-subnav {
    margin-bottom: 60px;
  }
  .lyt-ft-subnav.archive {
    margin-bottom: 0;
  }
}

/*レスポンシブ切り替え*/
@media (min-width: 769px) {
  .pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }
}

/*171020 追加*/
.ft-nav-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  margin-top: 10px;
}

.ft-nav-list .lyt-ti {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 500;
  padding: .8em 2.2em .6em;
  margin:0 auto;
  background: #f0f0f0 url(/wp/img/ic_star.png) no-repeat .5em center;
}

.ft-nav-list .lyt-nav-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  margin: auto;
  padding: .2em 0;
  margin: 10px;
  display: block;
}

.ft-nav-list .lyt-nav-box li,
.drawer-menu li .lyt-icon-nav .lyt-nav-box li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dotted #333;
  display: block;
  font-size: 14px;
}

.ft-nav-list .lyt-nav-box li:last-child,
.drawer-menu li .lyt-icon-nav .lyt-nav-box li:last-child {
  border-bottom: none;
}

.ft-nav-list .lyt-nav-box li a,
.drawer-menu li .lyt-icon-nav .lyt-nav-box li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 1em 25px 1em .8em;
}

.ft-nav-list .lyt-nav-box.lyt-sit li a,
.drawer-menu li .lyt-icon-nav .lyt-nav-box.lyt-sit li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.ft-nav-list .lyt-nav-box.lyt-sit li a .lyt-thumb,
.drawer-menu li .lyt-icon-nav .lyt-nav-box.lyt-sit li a .lyt-thumb {
  width: 13%;
  line-height: 0;
}

.ft-nav-list .lyt-nav-box.lyt-sit li a .lyt-txt,
.drawer-menu li .lyt-icon-nav .lyt-nav-box.lyt-sit li a .lyt-txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87%;
  font-size: 1.3rem;
  padding-left: .8em;
  letter-spacing: -.08em;
  line-height: 1.2;
}

.ft-nav-list .lyt-nav-box li a:after,
.drawer-menu li .lyt-icon-nav .lyt-nav-box li a:after {
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-menu li .lyt-icon-nav .lyt-nav-box li a::after {
  border-top: 1px solid #ef4603;
  border-right: 1px solid #ef4603;
}
