@charset "utf-8";
/* CSS Document */
.third_page .page_head {
    display: inline-block;
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
}
h1.font_abel {
    color: #231815;
    margin: 60px auto;
    font-size: 1.7rem;
    font-weight: normal;
}
h1.font_abel b {
    font-weight: bold;
    font-size: 2rem;
    display: inline-block;
    width: 100%;
}
#talk h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #231815;
    margin: 0 auto 60px;
}
#talk h2 + p {
    padding: 0 0 30px;
}
#talk h2 + p span {
    font-size: 3.4rem;
    display: inline-block;
    color: #231815;
    line-height: 100%;
    position: relative;
}
#talk h2 + p span small {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
}
#talk h2 + p span:first-child::after {
    content: "";
    background-image: url(../img/talk/talk_01.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    width: 51px;
    height: 100px;
    top: 0;
    right: 0;
}
#talk h2 + p span:last-child::after {
    content: "";
    background-image: url(../img/talk/talk_01.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    width: 51px;
    height: 100px;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
#talk > figure:first-of-type figcaption {
    font-size: 1.6rem;
    color: #231815;
    max-width: 775px;
    width: 90%;
    margin: 16px auto;
    text-align: left;
}
#talk .inner {
    width: 80%;
    max-width: 560px;
    margin: 0 auto;
}
#talk .talk_tit {
    font-size: 2rem;
    text-align: left;
    color: #231815;
    margin: 100px auto 50px;
    font-weight: bold;
}
#talk .inner ul li {
    text-align: left;
    color: #231815;
    margin: 0 0 2.5em 0;
}
#talk .inner ul li b {
    margin: 0 1em 0 0;
	font-size: 1.6rem;
}
#talk .inner figure figcaption {
    text-align: left;
    font-size: 1.1rem;
    padding: 10px;
    background-color: #f5f5f5;
}
#talk .inner figure figcaption a {
    text-decoration: underline;
    display: block;
}
#talk .inner + figure {
    margin: 100px auto;
}
#talk .next {
    color: #231815;
    font-size: 1.6rem;
    margin: 40px auto 24px;
}
#talk .next_tit {
	text-align: right;
	max-width: 525px;
	width: 90%;
	margin: 0 auto;
}
#talk .next_tit a {
	text-align: right;
    color: #231815;
    font-weight: bold;
    font-size: 2rem;
}
#talk ul.pre_nex.nex {
    display: flex;
    justify-content: center;
    margin: 40px 0 100px 90px;
}
#talk ul.pre_nex.pre {
    display: flex;
    justify-content: center;
    margin: 40px 119px 100px 0;
}
#talk ul.pre_nex li {
    margin: 0 5px;
}
#talk ul.pre_nex li > span {
    background-color: #000;
    color: #fff;
    font-size: 1.6rem;
    border: 1px #000 solid;
    padding: 3px 10px;
}
#talk ul.pre_nex li > a {
    color: #231815;
    font-size: 1.6rem;
    position: relative;
}
#talk ul.pre_nex li > a >span {
    border: 1px #000 solid;
    color: #231815;
    font-size: 1.6rem;
    padding: 3px 10px;
}
#talk ul.pre_nex li.nex a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #231815 #231815 transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: -10px;
    top: 8px;
}
#talk ul.pre_nex li.pre a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #231815 #231815 transparent transparent;
    transform: rotate(225deg) translateY(-50%);
    position: absolute;
    left: -10px;
    top: 2px;
}
#talk.talk2 .inner figure{
	margin: 0 auto 50px;
}
.profile {
	display: flex;
	justify-content: center;
	text-align: left;
	width: 95%;
	max-width: 775px;
	margin: 40px auto 14px;
}
.profile dt{
	border-right:1px #ccc solid;
	font-size: 1.5rem;
	font-weight: bold;
	width: 40%;
	flex-basis: 15%;
}
.profile dt span{
	display: inline-block;
	font-size: 1.2rem;
}
.profile dt small{
	display: inline-block;
	width: 100%;
	font-size: 1.2rem;
	font-weight: normal;
}
.profile dd{
	padding: 0 0 0 14px;
	font-size: 1.2rem;
	flex-basis: 85%;
}
.profile dd a{
	display: inline-block;
width: 100%;
	text-decoration: underline;
}
@media screen and (max-width: 54.786em) {
main {
    padding: 0;
}
.page_head {
    margin-bottom: 0;
    padding-bottom: 4em;
}
h1.font_abel {
    margin: 0 auto;
    padding: 110px 0 30px;
}
#talk h2 {
    font-size: 1.45rem;
    width: 90%;
    margin: 0 auto 20px;
}
#talk h2 + p {
    display: flex;
    margin: 0 auto;
    padding: 0 0 20px;
}
#talk h2 + p span {
    font-size: 2.6rem;
}
#talk h2 + p span small {
    font-size: 1rem;
}
#talk h2 + p span:last-child::after, #talk h2 + p span:first-child::after {
    width: 14px;
    height: 30px;
    background-size: contain;
    top: 20px;
}
	#talk > figure:first-of-type figcaption{
		font-size: 1.4rem;
	}	
#talk .talk_tit {
    font-size: 1.8rem;
    margin: 70px auto 20px;
    text-align: left;
	}
	#talk .inner ul li{
		font-size: 1.4rem;
		margin: 0 0 1.5em 0;
	}
	#talk .next_tit {
    text-align: left;
    max-width: 525px;
    width: 90%;
    margin: 0 auto;
}
	#talk .next_tit a {
    font-size: 1.6rem;
    width: 100%;
    display: inline-block;
    text-align: left;
}
#talk ul.pre_nex.nex {
    margin: 40px 0 0 15%;
    padding: 0 0 50px 0;
}	
#talk ul.pre_nex li > a{
	font-size: 1.2rem;
	line-height: 28px;
	}	
#talk ul.pre_nex li.pre a::before,
#talk ul.pre_nex li.nex a::after{
    width: 8px;
    height: 8px;
}
#talk ul.pre_nex li.pre a::before{
	top: 1px;
}
	#talk ul.pre_nex li.nex a::after{
		top: 6px;
	}	
#talk ul.pre_nex.pre {
    margin: 40px 15% 0 0;	
    padding: 0 0 50px 0;	
}
#talk .inner + figure {
    margin: 40px auto 80px;
}	
	.profile{
		flex-direction: column;
		margin: 0 auto 14px;
		overflow: hidden;
		width: 80%;
	}	
	.profile dt{
		border-right: none;
		width: 100%;
		font-size:1.2rem;
		font-weight: normal;
	}
	.profile dd{
		padding: 0;
		display: none;
	}
}

