@charset"utf-8";
/* CSS Document */

/*seoadd*/
#main #main2column #colmunLeft #h1Block .title-h {
    background: rgba(0, 0, 0, 0) url("/img/common/column2_left_ttl_border_left.gif") no-repeat scroll left top;
    display: inline;
    float: left;
    font-size: 25.5px;
    font-weight: bold;
    padding: 7px 10px 8px 20px;
}


strong.nom {
	font-weight: normal;
}

.slide {
	margin: 35px 0;
}
.swiper-container {
    width: 690px;
    height: auto;
	margin-top: 30px !important;
	margin-bottom: 35px !important;
}
.swiper-container img {
	max-width: 100%;
	height: auto;
}
.swiper-pagination-bullet {
}
.swiper-pagination-bullet-active {
	background: #E50008 !important;
}




.kiwame p,.kiwame h1,.kiwame h2,.kiwame h3,.kiwame h4,.kiwame h5,.kiwame.inner {
	font-family: Quicksand,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	font-size: 16px;
	line-height: 1.8;
}
.menu-item h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 15px 13px;
}
.menu-item h2::before {
	content: "\f138";
	font-family: "FontAwesome";
	color: #E60010;
	margin-right: 5px;
}
.menu-item {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(238, 238, 238);
  background-color: rgb(250, 250, 250);
  padding: 1px;
  width: 315px;
  margin-bottom: 35px;
}
.menu-item:nth-child(odd) {
	float: left;
}
.menu-item:nth-child(even) {
	float: right;
}
.menu-item a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: ease 0.3s;
}
.menu-item a:hover {
	transition: ease 0.3s;
	opacity: 0.9;
}
.menu-item a img {
	transition: ease 0.3s;
}
.menu-item a:hover img {
	transform: scale(1.05);
	transition: ease 0.3s;
}
.menu-img {
	width: 315px;
	height: 200px;
	overflow: hidden;
}
.menu-item p {
	color: #3b3b3b;
	padding: 0 15px 15px;	
}


#main #main2column #colmunLeft #section01 {
	border-bottom: none;
}

/* 下層コンテンツ */

.kiwame.inner p,.kiwame.inner {
	font-size: 16px !important;
	line-height: 1.7 !important;
	margin-bottom: 25px!important;
}
.kiwame.inner .press-title p {
	margin-bottom: 0!important;
}
.kiwame.inner {
	margin-bottom: 80px;
}
.kiwame.inner h1,.kiwame.inner .pr-title {
	font-size: 25px;
	font-weight: bold;
	background-color: #F5F5F5;
	padding: 15px 20px 13px 2em;
	margin: 25px 0;
	text-indent: -1em;
}
.kiwame.inner h1::before,.kiwame.inner .pr-title::before {
	content: "\f138";
	font-family: "FontAwesome";
	color: #E60010;
	margin-right: 5px;
}
.main-img {
	margin-bottom: 30px;
}
.main-img img {
    border-radius: 5px;
}
.kiwame.inner img {
	max-width: 690px;
	height: auto;
	margin: auto;
}
.kiwame.inner h2{
	background-color:#F5F5F5;
	border-bottom: 3px solid #44A8CD;
    font-size: 23px;
    padding: 15px 15px 10px;
	margin-top: 70px;
	margin-bottom: 25px;
}

.kiwame.inner h3{
	font-size: 18px;
	border-bottom: 1px dotted  #44a8cd;
	padding: 0 0 5px 0;
	margin-top: 50px;
	margin-bottom: 20px;
}

.kiwame.inner h3:before{
	content: "\f068";
	font-family: FontAwesome;
	margin: 0 10px 0 0;
	color: #44a8cd;
}

.kiwame.inner h4{
	font-size: 16px;
	padding: 0 0 5px 0;
	margin-top: 25px;
}

.kiwame.inner h4:before{
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 10px 0 0;
	color: #44a8cd;
}
.kiwame.inner ul, .kiwame.inner ol{
	margin-left: 10px;
	counter-reset: list;
}
.kiwame.inner li{
	padding-left: 1.25em;
    text-indent: -1.25em;
	line-height: 1.6;
}

.kiwame.inner ul li:before{
	content: "\f111";
	font-family: FontAwesome;
	margin: 0 10px 0 0;
	color: #44a8cd;
}
.kiwame.inner ol li:before{
	content:"\f00c" " " counters(list, ".") ". ";
	counter-increment: list ;
	font-family: FontAwesome;
	margin: 0 5px 0 0;
	color: #44a8cd;
}
blockquote{
	background-color: #F4F8F9;
    padding: 10px 0 10px 50px;
	font-size: 100%;
	font-style: italic;
}
blockquote:before {
    content: "\f10d"; 
    font-family: FontAwesome;
    float: left;
	font-size: 150%;
    margin-top: -7px;
    text-indent: -40px;
}
table,th,tr,td,td p {
	border: none !important;
	font-size: 14px;
}
th {
	background: none !important;
}
th::before {
    color: #d8d8d8;
    content: "\f0da";
    font-family: FontAwesome;
    padding: 0 8px 0 0;
}
td {
	vertical-align: middle;
}
tr:nth-of-type(2n+1) {
    background-color: #eef7f9;
}
.fl {
	float: left;
	width: 65%;
}
.fr {
	float: right;
	width: 30%;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.link-btn a {
	padding: 15px 65px 13px 30px;
	color: #FFF;
	text-align: center;
	display: block;
	background: #3483B2;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.link-btn a:hover {
	text-decoration: none;
	opacity: 0.9;
	transition: ease 0.3s;
}
.link-btn a:after {
	content: "\f061"; 
    font-family: FontAwesome;
	position: absolute;
	right: 12em;
	padding: 0 1px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.link-btn a:hover:after, .link-btn a:focus:after, .link-btn a:active:after {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.note {
	color: #919191;
    font-size: 13px;
}
.attention {
	font-weight: bold;
	color: #F41365;
}
.appeal {
    background: linear-gradient(transparent 40%, #ffff66 40%);
}
/* リリースサンプル */
.press-title {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	margin-bottom: 25px;
}
.kiwame.inner .press-title p {
	font-size: 22px!important;
	font-weight: bold;
	padding: 15px 0;
	margin-bottom: 0;
}
.press-discription {
	border-bottom: 1px dotted #DDD;
	margin-bottom: 25px;
}
.kiwame.inner .press-discription p {
	color: #777;
	font-size: 14px!important;
}
.sample_img {
	text-align: center;
	border-radius: 5px;
	padding: 100px 0 95px;
	background: #e7f4f5;
	margin-bottom: 25px;
	color: #999999;
	font-size: 85%;
}

/* セミナー */
#seminar #scheduled .h3Block {
	font-weight: bold;
	font-size: 20px;
}
#seminar #scheduled .h3Block span {
	font-weight: normal;
	font-size: 16px;
}
#seminar #scheduled .h3Block span::before {
	content: "\f017"; 
    font-family: FontAwesome;
	margin-right: 5px;
	color: #44A8CD;
}
#seminar #scheduled .item {
	padding: 0 15px;
}
#seminar #scheduled .item .h3Block h2 {
	background: #FFF;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.semi-none {
	text-align: center;
	background: #F5FCFF;
	padding: 10px 0;
	width: 80%;
	border-radius: 5px;
	margin: auto;
}
.past .item .thumb {
	width: 162px;
	float: left;
	padding-left: 20px;
}
.past .item ul {
	float: left;
	margin-left: 15px;
	width: 465px;
}
.past .item ul li{
	padding: 0;
	text-indent: 0;
}
.past .item ul li::before{
	content: "";
	margin: 0;
}
.past li:first-child {
	transition: ease 1s;
}
.past a:hover li:first-child {
	color: #44A8CD;
	transition: ease 0.3s;
}
#seminar .past li:last-child,.sub-title {
	font-size: 12px;
	margin-top: 25px;
	color: #222222;
}
#seminar .past .item ul li:last-child::before,.sub-title::before {
	content: "\f017"; 
    font-family: FontAwesome;
	margin-right: 5px;
	color: #44A8CD;
}
.past a {
	color: #1a1a1a;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	display: block;
	transition: ease 0.3s;
}
.past a:hover {
	transition: ease 0.3s;
	background: #F2F2F2;
}
.semi-title {
	margin-top: 15px;
}
.semi-pdf {
	border: 1px solid #ddd;
	padding: 20px;
	position: relative;
	transition: ease 0.8s;
	clear: both;
}
.link_btn{
	width: 100%;
	display: block;
	clear: both;
	font-size: 85%;
}

.link_btn a {
	width: 50%;
    color: #FFFFFF;
    display: block;
    padding: 15px 10px;

	background: #13b28e;
	box-shadow: 0 6px 0 #15856c;
	-mos-box-shadow: 0 6px 0 #15856c;
	-ms-box-shadow: 0 6px 0 #15856c;
	-webkit-box-shadow: 0 6px 0 #15856c;
	-o-box-shadow: 0 6px 0 #15856c;
	text-align: center;
	margin: 30px auto;
	cursor:pointer;
	overflow:hidden;
	text-shadow: none;
    text-decoration: none;
	
	border-radius: 6px;
	-mos-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	
    transform: translate(0px, 0px);
	-mos-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	
    transition: all 0.2s ease 0s;
	-mos-transition: all 0.2s ease 0s;
	-ms--transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.link_btn a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.link_btn a:active {
	transform: translate(0, 3px);
	-moz-transform: translate(0, 3px);
	-ms-transform: translate(0, 3px);
	-webkit-transform: translate(0, 3px);
	-o-transform: translate(0, 3px);

	box-shadow: 0 2px 0 #293F63;
	-mos-box-shadow: 0 2px 0 #293F63;
	-ms-box-shadow: 0 2px 0 #293F63;
	-webkit-box-shadow: 0 2px 0 #293F63;
	-o-box-shadow: 0 2px 0 #293F63;
}

.link_btn a:before {
	content: "\f019";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
}
.link_btn a:before {
	content: "\f019";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
}
.link_btn.link a:before {
	content: "\f0a9";
}
.kiwame.inner .semi-pdf p {
	font-size: 14px !important;
}
.kiwame.inner .semi-pdf p {
	margin-bottom: 0 !important;
	padding-right: 100px;
}
.kiwame.inner .semi-pdf::after {
	content: "\f1c1";
	font-family: "FontAwesome";
	position: absolute;
	top: 15px;
	right: 40px;
	color: #FF3500;
	font-size: 30px;
	width: auto;
	height: auto;
	transition: ease 0.8s;
	padding: 5px 18px;
	border-radius: 50%;
}
a.pdf-link {
	color: #020202;
}
a.pdf-link:hover {
	color: #020202;
	text-decoration: none;
}
a.pdf-link:hover .semi-pdf::after {
	color: #FFF;
	background: #FF3500;
	border-radius: 50%;
	width: auto;
	height: auto;
	transition: ease 0.8s;
	padding: 5px 18px;
}
.seminar th,.seminar td {
	font-size: 16px;
}
.seminar th {
	padding: 12px 50px 12px 13px !important;
}
.seminar table a.btn {
	display: block;
	margin: 15px 0;
	text-align: center;
	transition: 0.3s;
	background: #1470aa;
	color: #FFF;
	border-radius: 6px;
	padding: 10px;
	width: 60%;
	font-size: 14px;
}
.seminar table a.btn:after {
	content: "\f08e";
	font-family: FontAwesome;
	margin-left: 5px;
}
.seminar table a.btn:hover {
	transition: 0.3s;
	opacity: 0.8;
	text-decoration: none;
}
.flimg {
	float: left;
	clear: both;
	padding: 0 25px 20px 0;
}
.frimg {
	float: right;
	clear: both;
	padding: 0 0 20px 25px;
}
.center {
	clear: both;
	padding-bottom: 25px;
	text-align: center;
}
.paragraph p:nth-child(odd) {
	font-weight: bold;
	margin-bottom: 5px;
}
.paragraph p:nth-child(even) {
	font-size: 14px !important;
}
.seminar .img-center {
	margin: 25px 0;
	text-align: center;
}

/*add2017*/

.speaker img {
	width: 150px;
	height: auto;
	padding: 0 25px 0 0;
	float: left;
}
.sns-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.sns {
	float: right;
	padding: 15px 0 15px 15px;
}
.sns-box .sns {
	padding: 0;
}
.sns .snsitem {
	float: left;
	margin-left: 10px;
}



/* seminar status */
.status {
	margin-top: 40px;
}

.status,.kiwame.inner .status p {
	font-size: 14px !important;
	margin-bottom: 0 !important;
}
.status .full {
	text-align: center;
	background: #FFDADB;
	padding: 10px 0;
	width: 80%;
	border-radius: 5px;
	margin: 25px auto;
}
.status .full {
	margin-bottom: 0;
}
.status .full span {
	margin-bottom: 2px;
	color: #f00;
	font-weight: bold;
}
.status .semi_end {
	text-align: center;
	background: #F2F2F2;
	padding: 10px 0;
	width: 80%;
	border-radius: 5px;
	margin: 25px auto;
}
/* back list */

#main #backList {
	margin-top: 32px;
	padding-top: 21px;
	background: url(/img/common/dotted01.gif) repeat-x left top;
	text-align: center;
}
#main #entry {
	border-bottom: none !important;
}





/* サイドメニュー */
.kiwame-submenu {
	background: #fbfbfb;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	box-shadow: 6px 0 6px -6px rgba(0, 0, 0, 0.4) inset;
	margin-top: 15px;
	width: 219px;
}
.kiwame-submenu li {
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
.kiwame-submenu li:last-child {
	border-bottom: none;
}
.kiwame-submenu li::after {
	content: "\f054";
	font-family: "FontAwesome";
	color: #bebebe;
	position: absolute;
	right: 13px;
    top: 25px;
	transition: ease 0.3s;
}
.kiwame-submenu li:hover,.kiwame-submenu li.current {
	box-shadow: 6px 0 6px -6px rgba(0, 0, 0, 0.4) inset;
	background: #fefefe;
}
.kiwame-submenu li:hover::after,.kiwame-submenu li.current::after {
	color: #E60010;
	right: 8px;
	transition: ease 0.3s;
	transform: scale(1.2)
}
.kiwame-submenu a {
	display: block;
	padding: 25px 0 24px 15px;
	color: #4d4d4d;
	text-decoration: none;
}
#colmunRight {
	position:relative;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}

#pagetopBtn {
	height: 77px;
}

#pagetopBtn p {
	padding-top: 41px;
	background: url(/img/common/column2_bg_btm.gif) no-repeat left top;
}

.past_article{
	padding:10px;
	background:#fff0f0;
	color:#323232;
	margin-bottom: 1.5rem;
	overflow:hidden;
	font-size: 85%;
}

.past_article img{
	margin-bottom: 0;
}
.kiwame.inner .past_title p{
	margin: 0 0 5px 0 !important;
	overflow: hidden;
	height: auto;
}

.past_title a{
	display: block;
}
	 
.past_img{
	float:left;
	width:100px;
	max-width:100%;
	height:auto;
	margin:0 15px 0 0 !important;
}


.go-to-top {
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
}
.go-to-top a {
	background: #44a8cd;
	color: #fff;
    padding: 5px;
}
.go-to-top a:before {
	content: "\f0d8";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
}
.go-to-top a:hover {
	background: #44a8cd;
	opacity: 0.6;
	text-decoration: none;
}

#mokuzi {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
	color: #626262;
	padding: 30px 0 5px;
}

#mokuzi span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

#mokuzi span:before,
#mokuzi span:after {
    border-top: 1px solid #C4C4C4;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

#mokuzi span:before {
    right: 100%;
}

#mokuzi span:after {
    left: 100%;
}
.mokuzi-box a {
	padding: 10px 10px 8px;
	display: block;
	counter-increment: mokuzi;
	border-bottom: 1px dashed #ddd;
	transition: 0.3s;
	color: #44a8cd;
}
.mokuzi-box a:before {
    content: "\f138";
	font-family: Fontawesome;
	margin-right: 10px;
	color: #c5c5c5;
}

.mokuzi-box a:hover {
	color: inherit;
	background: #F5FCFF;
	text-decoration: none;
	transition: 0.3s;
}
.prmag .past .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prmag .past .flex:after {
	content:"";
	display: block;
	width:30%;
}
.prmag .past .flex a {
	width: 200px;
	padding-bottom: 10px;
	border-bottom: none;
	text-decoration: none;
	transition: 0.3s;
}
.prmag .past .flex a:hover {
	background: none;
}
.prmag .past .flex a img {
	transition: 0.3s;
}
.prmag .past .flex a:hover img {
	opacity: 0.7;
	transition: 0.3s;
}
.prmag .past .flex .item {
	width: 200px;
}
.prmag .past .flex .thumb img {
	width: 200px;
}
.prmag .past .flex .item .thumb {
	width: 200px;
	float: none;
	padding-left: 0;
}
.prmag .past .flex .item ul {
    float: none;
	margin-top: 10px;
    margin-left: 0;
    width: 200px;
}
.prmag .past .flex.interview {
    font-size: 12px;
}
.prmag .past .flex.interview .item {
    text-align: center;
	background: #EAEAEA;
}
.prmag .past .flex.interview .item ul li {
    text-align: center;
}
.prmag .past .flex.interview span {
    text-align: left;
	background: #F9F9F5;
	padding: 10px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 150%;
	color: #7c7c7c;
	transition: 0.3s ease-in-out;
	display: block;
	min-height: 50px;
}

/* press template */
.kiwame.inner .tab-body {
	box-sizing: border-box;
    height: 605px;
	margin-bottom: 50px;
}
.kiwame.inner .tab-body .tab-wrapper {
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
	background: #FFF;
	position: relative;
	border: 1px solid #eee;
}
.kiwame.inner .tab-body nav {
	width: 100%;
	float: left;
	height: 100%;
	background: #F8F8F8;
}
.kiwame.inner .tab-body nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: block;
	margin: 0;
}
.kiwame.inner .tab-body nav li {
	line-height: 1.5;
	padding: 15px;
	text-indent: 0;
	border-bottom: 1px solid #FFF;
	border-right: none;
	cursor: pointer;
	color: #888;
	box-sizing: border-box;
	background: #F8F8F8;
}
.kiwame.inner .tab-body nav li:before {
	content: none;
}
.kiwame.inner .tab-body nav li.hover {
	color: #020202;
	font-weight: bold;
	background: #eef7f9;
	border-left: 3px solid #c4dade;
}
.kiwame.inner .tab-body nav li.pressed {
	background: rgba(255, 255, 255, 0.7);
}
.kiwame.inner .tab-body nav li.currentPage {
	color: #FFF;
	font-weight: bold;
	background: #44a8cd;
	border-left: 3px solid #2083AA;
	/*background: #F7C4C3;*/
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*/
}
.kiwame.inner .tab-body nav li span {
	font-size: 80%;
}

.kiwame.inner .tab-body #contents {
	box-sizing: border-box;
	position: absolute;
	height: 100%;
    width: calc(100% - 300px);
    top: 0;
    left: 300px;
	overflow: hidden;
	background: #FFF;
}
.kiwame.inner .tab-body article {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 1rem 2rem;
	box-sizing: border-box;
	background: #FFF;
	top: 0;
	left: -100%;
}
.kiwame.inner .tab-body article.hide {
  -webkit-transition: left 0s 0.5s;
  transition: left 0s 0.5s;
}
.kiwame.inner .tab-body article:nth-of-type(1) {
  z-index: 7;
}
.kiwame.inner .tab-body article:nth-of-type(2) {
  z-index: 6;
}
.kiwame.inner .tab-body article:nth-of-type(3) {
  z-index: 5;
}
.kiwame.inner .tab-body article:nth-of-type(4) {
  z-index: 4;
}
.kiwame.inner .tab-body article:nth-of-type(5) {
  z-index: 3;
}
.kiwame.inner .tab-body article:nth-of-type(6) {
  z-index: 2;
}
.kiwame.inner .tab-body article:nth-of-type(7) {
  z-index: 1;
}
.kiwame.inner .tab-body article.show {
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  left: 0;
  z-index: 8; /*タブの数+1にする*/
}
.kiwame.inner .tab-body article section {
  width: 100%;
}
.kiwame.inner .tab-body a {
    display: block;
	padding: 15px 0 15px 15px;
	position: relative;
	border-bottom: 1px dashed #ddd;
	font-weight: bold;
}
.kiwame.inner .tab-body a:before {
    color: #d8d8d8;
    content: "\f0da";
    font-family: FontAwesome;
    padding: 0 8px 0 0;
	position: absolute;
	top: 15px;
	left: 0;
}
.kiwame.inner .tab-body section a:last-child {
	border-bottom: none;
}


/**2020.01 モーダル**/
a.modal {
	border-bottom: 3px dotted #ef5350;
	cursor: help;
	color: #000;
}
a.modal:hover {
	text-decoration: none;
}
.remodal {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}
.remodal p {
	margin-bottom: 25px;
}
.remodal strong {
	text-decoration: underline;
}
button.remodal-cancel {
    width: 100%;
}
.press-text hr {
	display: block;
	border: 1px solid #000;
	margin-bottom: 25px;
}
.temp-top-link a {
	padding: 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #c2ae7f;
	border: 1px solid #c2ae7f;
	border-radius: 4px;
	transform: translateZ(0);
	backface-visibility: hidden;
	position: relative;
	transition: 0.3s;
}
.temp-top-link a:hover {
	opacity: 0.8;
	transition: 0.3s;
	text-decoration: none;
}
.temp-top-link a::after {
	content: "\f061"; 
    font-family: FontAwesome;
	position: absolute;
	right: 20px;
	padding: 0 1px;
	transform: translateZ(0);
}
.temp-top-link a:hover:after, .temp-top-link a:focus:after, .temp-top-link a:active:after {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/** avatar **/
.talk{
	clear: both;
}

.talk img{
	float: left;
	margin-right: 25px;
	width: 80px;
}


.talk p{
	position: relative;
	background: #f9f8f0;
	padding: 20px;
	float: right;
	width: 79%;
	margin-top: 9px;
}

.talk p:after{
	right: 100%;
	top: 33px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f9f8f0;
	border-width: 15px;
	margin-top: -15px;
}
hr.post-hr{
	height: 1px;
	border: 0;
	border-bottom: 1px dashed #D8D8D8;
	margin: 50px 0;
	clear: both;
	display: block;
}










