@charset "utf-8";

/* ======================
 * Contents CSS
======================= */

@media only screen and (max-width: 750px) {


.pcOnly {
	display: none !important;
}
.sizeFix {
	display: inline-block;
}

/* popup
=========================================*/
#popup.kashi .img {
	line-height: 0;
}
#popup.kashi .close {
	position: relative;
	padding-bottom: 15%;
	background: url(../../interview02/img/kashi_bg001.gif) no-repeat 100% 0;
	background-size: contain;
	text-align: center;
}
#popup.kashi .close p {
	position: absolute;
	left: 0;
	right: 0;
	top: 24%;
	bottom: 0;
}
#popup.kashi .close p img {
	width: 25%;
}

/* Heading
=========================================*/
.headingWrap {
	position: relative;
	padding-top: 16%;
}
.headingWrap .headLogo01 {
	position: absolute;
	left: 10px;
	top: 0;
	width: 27.3%;
}
.headingWrap .headLogo02 {
	position: absolute;
	right: 10px;
	top: 0;
	width: 32.6%;
}
.headingWrap .articleHeading {
	line-height: 0;
}

/* interviewHeading */
.interviewHeading01 {
	line-height: 0;
}

/* topicHeading01 */
.topicHeading01 {
	line-height: 0;
}



/* Text
=========================================*/
.paragraph01 {
	margin-top: 1em;
}
.paragraph02 {
	margin-top: 1.5em;
}
.paragraph03 {
	margin-top: 2em;
}
.paragraph04 {
  margin-top: 0.4em;
}
.bold {
	font-weight: bold !important;
}
.txColor01 {
	color: #e04a00 !important;
}
.txColor02 {
	color: #ff0000 !important;
}

.fontXS {
	font-size: 10px !important;
	font-size: 1.0rem !important;
}
.fontS {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
.fontM {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}
.fontL {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.fontXL {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
/* interviewTitle01 */
.interviewTitle01 {
	line-height: 1.3;
	margin-top: 20px;
	padding-left: 10px;
	border-left: solid 4px #eeb144;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

/* talkText */
.talkText {
	margin-top: 20px;
}
.talkText .name01 {
	color: #e04a00;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

/* presentTitle */
.presentTitle {
	margin-top: 25px;
}

.caption {
	font-size: 12px;
	font-size: 1.2rem;
}

/* List
=========================================*/
/* discList01 */
.discList01 {
}
.discList01 > li {
	padding: 5px  0 0 20px;
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
}
.discList01 > li:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	font-size: 14px;
}
.topicBlock.type02 .discList01 {
	font-size: 12px;
}
.topicBlock.type02 .discList01 > li:before {
	top: 4px;
}
/* discList02 */
.discList02 {
}
.discList02 th {
	padding: 5px  0 0 20px;
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
}
.discList02 th:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	font-size: 14px;
}

/* topicList01 */
.topicList01 {
	margin-top: 15px;
}
.topicList01 > dt {
	position: relative;
	padding-left: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
.topicList01 > dt .sub {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
.topicList01 > dt:before {
	content: "■";
	position: absolute;
	left: 0;
	top: -0px;
	font-size: 14px;
}
.topicList01 > dd {
}

/* topicList02 */
.topicList02 {
	margin-top: 15px;
}
.topicList02 > dt {
	position: relative;
	padding-left: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
.topicList02 > dt .sub {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
.topicList02 > dt:before {
	content: "●";
	position: absolute;
	left: 0;
	top: -0px;
	font-size: 14px;
}
.topicList02 > dd {
}


.notesList01 {
	margin-top: 15px;
}
.notesList01 > li {
	position: relative;
	padding-left: 2.2em;
}
.notesList01 > li > span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.notesList02 {
	margin-top: 15px;
}
.notesList02 > li {
	position: relative;
	padding-left: 1.2em;
}
.notesList02 > li > span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* pageList */
.pageList {
	position: relative;
	padding: 0 23%;
	text-align: center;
	letter-spacing: -0.4em;
}
.pageList > li {
	display: inline-block;
	width: 45px;
	margin: 0 3px;
	vertical-align: middle;
	border: solid 1px #ffffff;
	letter-spacing: normal;
}
.pageList > li.current {
}
.pageList > li.prev,
.pageList > li.next {
	position: absolute;
	width: 23%;
	margin: 0;
}
.pageList > li.prev {
	left: 0;
}
.pageList > li.next {
	right: 0;
}
.pageList > li.prev a {
	padding-left: 15px;
	background: url(../img/com_arrow_ic01.png) no-repeat 10px 50% #a68650;
	-webkit-background-size: 7px 8px;
	background-size: 7px 8px;
}
.pageList > li.next a {
	padding-right: 15px;
	background: url(../img/com_arrow_ic02.png) no-repeat 90% 50% #a68650;
	-webkit-background-size: 7px 8px;
	background-size: 7px 8px;
}

.pageList > li a,
.pageList > li.current span {
	display: block;
	line-height: 1;
	padding: 12px 0;
	background: #a68650;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.pageList > li.current span {
	background: #ffa31f;
}


/* Link
=========================================*/
/* flowBt */
.flowBt {
	text-align: right;
	letter-spacing: -0.4em;
}
.profileCol2 + .flowBt {
	margin: 10px 10px 10px 0; 
}
.flowBt > li {
	display: inline-block;
	width: 119px;
	margin-right: 11px;
	letter-spacing: normal;
}

/* linkUtility */
.linkUtility {
	margin: 0 5px;
	padding: 10px 10px 15px;
	background: url(../img/com_bg05.gif) repeat 0 0;
	-webkit-background-size: 1px 1px;
	background-size: 1px 1px;
}
.linkUtility > .toTop {
	float: none;
	width: 173px;
	line-height: 0;
	margin: 10px auto 0;
}
.linkUtility > .flowBt {
	float: right;
	margin: 0;
}




/* Column
=========================================*/
/* profileCol2 */
.profileCol2 {
	padding: 12px 0 10px;
	color: #ffffff;
}
.profileCol2 > .figureCol {
	float: none;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.profileCol2 > .textCol {
	overflow: hidden;
	padding-top: 13px;
	margin-top: 20px;
	background: url(../img/com_bg03.gif) repeat-x 0 0;
}
.profileCol2 > .textCol .colInner {
	padding-bottom: 20px;
	background: url(../img/com_bg03.gif) repeat-x 0 100%;
}
.profileCol2 > .textCol .colInner a {
	color: #ffffff;
}
.profileCol2 > .textCol .colTitle {
	width: 70px;
}
.profileCol2 > .textCol .colTitle + * {
	margin-top: 0 !important;
}
.profileCol2 > .textCol .profileText {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
.profileCol2 > .textCol .paragraph01 {
	font-size: 13px;
	font-size: 1.3rem;
}
.profileCol2 > .textCol .profileBnr01 {
	width: 180px;
	margin: 10px auto 0;
}
.applyBtn01 {
	width: 143px;
	margin: 15px auto 0;
}

/* interviewCol2 */
.interviewCol2 {
	margin-top: 20px;
	display: table;
	width: 100%;
}
.interviewCol2 > .imgColLeft {
	float: none;
	display: block;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}
.interviewCol2.sp_imgBottom > .imgColLeft {
	display: table-caption;
	caption-side: bottom;
	margin: 20px auto 0;
}
.interviewCol2 > .imgColRight {
	display: table-caption;
	caption-side: bottom;
	float: none;
	margin: 20px auto 0;
	text-align: center;
	max-width: 80%;
}
.interviewCol2.sp_imgTop > .imgColRight {
	display: table-caption;
	caption-side: top;
	margin: 0 auto;
}
.interviewCol2 > .textCol {
	display: block;
}
.interviewCol2 > .textCol > *:first-child {
	margin-top: 0 !important;
}
.interviewCol2 > .imgColLeft + .textCol {
	overflow: hidden;
	margin-top: 20px;
}
.interviewCol2.sp_imgBottom > .imgColLeft + .textCol {
	margin-top: 0;
}
.interviewCol2 > .imgColRight + .textCol {
	float: none;
	width: auto;
}
.interviewCol2.sp_imgTop > .imgColRight + .textCol {
	margin-top: 20px;
}

/* topicCol2 */
.topicCol2 {
	margin-top: 20px;
	padding: 0;
}
.topicCol2.columnType {
	padding: 0;
}
.topicCol2 > .imgColLeft {
	float: left;
	margin-right: 10px;
	max-width: 40%;
}
.topicCol2 > .imgColRight {
	float: right;
	margin-left: 10px;
}
.topicCol2 > .spSingle {
	float: none;
	margin: 0 auto;
	max-width: 80%;
	text-align: center;
}

.topicCol2.sp_imgBottom {
	display: table;
}
.topicCol2.sp_imgBottom > .imgColRight,
.topicCol2.sp_imgBottom > .imgColLeft {
	display: table-caption;
	caption-side: bottom;
	float: none;
	margin: 15px auto 0;
	text-align: center;
	max-width: 80%;
}

.topicCol2.columnType > .imgColLeft {
	margin-right: 10px;
	max-width: 30%;
}
.topicCol2.columnType > .imgColLeft.spSingle {
	max-width: 80%;
	margin: 0 auto;
}
.topicCol2.columnType > .imgColLeft 
.topicCol2 > .textCol {
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
}
.topicCol2 > .spSingle + .textCol {
	margin-top: 10px;
}
.topicCol2.columnType > .textCol {
	overflow: visible;
}
.topicCol2 > .textCol.noRoll {
	overflow: hidden !important;
}
.topicCol2 > .textCol .colTitle {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ffffff;
}
.topicBlock.type02 .imgColLeft + .imgColLeft {
	margin-right: 0;
}
.topicBlock.type02 .imgColRight > img {
	width: 145px;
}
.topicBlock.type02 .imgColLeft {
	float: none;
	margin-right: 0;
	max-width: 100%;
	text-align: center;
}
.topicBlock.type02 .imgColLeft > img {
	width: 80%;
}
.topicBlock.type02 .imgColLeft + .imgColLeft {
	margin-top: 8px;
}


/* Table
=========================================*/
.tablecol01{
	width:23%;
}
.tablecol02{
	width:32%;
}
.tablecol03{
	width:45%;
}

/* Block
=========================================*/
/* interviewBlock */
.interviewBlock {
	margin: 0 -15px;
	padding: 0 5px 0 5px;
	background: url(../img/com_bg06.gif) repeat 0 0;
	-webkit-background-size: 1px 1px;
	background-size: 1px 1px;
}
.interviewBlock > .blockInner {
	padding: 10px;
	margin: 0 5px;
	background: #ffffff;
	border-left: solid 5px #6e4e25;
	border-right: solid 5px #6e4e25;
}
.interviewBlock > .blockInner > *:first-child {
	margin-top: 0 !important;
}
/* topicBlock */
.topicBlock {
	margin: 20px -10px 0;
}
.topicBlock > .blockInner {
	padding: 10px 5px;
	background: #dfd1ba;
}
.topicBlock > .blockInner.sp_topicBlockPadding {
	padding: 20px 15px;
}
.topicBlock > .blockInner.sp_topicPresentPadding {
	padding: 0 15px 20px;
}
.topicBlock .blockInner >*:first-child {
	margin-top: 0 !important;
}
.topicBlock.type02 .blockInner {
	padding: 15px;
}
.topicBlock.type02 .topicCol2.columnType .textCol {
	margin-top: 10px;
}
.topicBlock.type02 .topicCol2.columnType .imgColRight {
	margin-top: 15px;
}
.bt01 img{
	width:143px;
}



/* colorBlock */
.colorBlock01 {
	margin-top: 15px;
	padding: 10px 5px;
	background: #dfd1ba;
}



/* /index.html
=========================================*/
/* topHeadingWrap */
.topHeadingWrap {
	position: relative;
	margin-bottom: 6%;
}
.topHeadingWrap .headLogo01 {
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 0;
	width: 30.6%;
}
.topHeadingWrap .headLogo02 {
	position: absolute;
	right: 10px;
	top: 0;
	width: 32.6%;
	max-width: 123px;
	line-height: 0;
}
.topHeadingWrap .headingLead {
	padding: 13% 15px 0 35%;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

/* indexMain */
.indexMain {
	background: url(../../img/index_bg08.png) no-repeat 0 0;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
}
.indexMain .mainInner {
	position: relative;
	padding: 11% 10px 20px;
	background: url(../../img/index_bg09.png) no-repeat 0 100%;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
}
.indexMain .number {
	position: absolute;
	top: -5px;
	right: 4%;
	width: 27.6%;
	line-height: 0;
}
.indexMain .sakka_name {
	max-width: 38%;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}
.indexMain .sakka_name.name_longType {
	max-width: 48%;
}
.indexMain .mainCol2 {
	margin-top: 5px;
}
.indexMain .mainCol2 > .imgCol {
	float: left;
	width: 45%;
	line-height: 0;
	margin: 0 5% 5% 0;
	border: solid 3px #ffffff;
}
.indexMain .mainCol2 > .textCol {
	line-height: 1.6;
	color: #ffffff;
	font-size: 13px;
}
.indexMain .mainCol2 > .textCol a {
	color: #ffffff;
}
.indexMain .mainCol2 > .textCol > *:first-child {
	margin-top: 0 !important;
}
.indexMain .mainCol2 > .textCol .date {
	margin-top: 1em;
	color: #ffce7b;
	font-size: 11px;
	text-align: right;
}
.indexMain .mainCol2 > .textCol .linkBtn {
	margin-top: 10px;
	line-height: 0;
}

/* backNumberArea */
.backNumberArea {
	margin-top: 15px;
}
.backNumberArea .bkNumHeading {
	height: 48px;
	background: url(../../img/index_bg04.png) repeat-x 0 0;
	-webkit-background-size: 3px 48px;
	background-size: 3px 48px;
}
.backNumberArea .bkNumHeading > span {
	display: block;
	max-width: 267px;
	height: 48px;
	line-height: 0;
	padding: 12px 0 0;
	margin: 0 10px;
}
.backNumberArea .bkNumCol2 {
	margin: 10px 10px 0;
}
.backNumberArea .bkNumCol2 .enclose {
	width: 100%;
}
.backNumberArea .moreBkNum + .bkNumCol2 {
	display: none;
}
.backNumberArea .bkNumCol2 .col {
	padding: 10px 15px;
	background: url(../../img/index_bg06.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	border: solid 3px #74572a;
	cursor: pointer;
}
.backNumberArea .bkNumCol2 .col + .col {
	margin-top: 10px;
}
.backNumberArea .bkNumCol2 .enclose .col:first-child {
	margin-top: 10px;
}

.backNumberArea .bkNumCol2 .col .colTitle {
	color: #ffffff;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	text-shadow:0px 1px 2px #000000;
}
.backNumberArea .bkNumCol2 .col .colTitle .number {
	display: inline-block;
	margin-right: 25px;
	font-size: 21px;
	font-size: 2.1rem;
}
.backNumberArea .bkNumCol2 .col .innerCol2 {
	margin-top: 5px;
}
.backNumberArea .bkNumCol2 .col .innerCol2 > .imgColLeft {
	float: left;
	width: 30.4%;
	margin-right: 10px;
}
.backNumberArea .bkNumCol2 .col .innerCol2 > .imgColLeft img {
	border: solid 3px #ffffff;
}
.backNumberArea .bkNumCol2 .col .innerCol2 > .imgColLeft .date {
	margin-top: 5px;
	font-size: 11px;
	color: #ffce7b;
}
.backNumberArea .bkNumCol2 .col .innerCol2 > .textCol {
	overflow: hidden;
	color: #ffffff;
}
.backNumberArea .bkNumCol2 .col .linkBtn {
	display: none;
}

.moreBkNum {
	margin-top: 10px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background: #9d692c;
	background: -moz-linear-gradient(top, #9d692c 0%, #6e491f 50%, #4e3316 100%);
	background: -webkit-linear-gradient(top, #9d692c 0%,#6e491f 50%,#4e3316 100%);
	background: linear-gradient(to bottom, #9d692c 0%,#6e491f 50%,#4e3316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d692c', endColorstr='#4e3316',GradientType=0 );
	text-align: center;
	cursor: pointer;
}
.moreBkNum > span {
	line-height: 1;
	display: inline-block;
	padding: 16px 28px 15px;
	background: url(../../img/index_ic01.png) no-repeat 100% 50%;
	-webkit-background-size: 13.5px 13.5px;
	background-size: 13.5px 13.5px;
	color: #ffffff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.moreBkNum.open > span {
	background: url(../../img/index_ic02.png) no-repeat 100% 50%;
	-webkit-background-size: 13.5px 13.5px;
	background-size: 13.5px 13.5px;
}

/* otherContents */
.otherContents {
	margin: 30px 10px 0;
	padding-bottom: 40px;
}
.otherContents .otherLead {
	color: #ffffff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	text-shadow:0px 1px 2px #000000;
}
.otherContents .otherLinklist {
	margin: 20px auto 0;
	width: 165px;
}
.otherContents .otherLinklist li {
}


.otherLinklist .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.otherLinklist .bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.otherLinklist .bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.otherLinklist .bx-wrapper .bx-pager,
.otherLinklist .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.otherLinklist .bx-wrapper .bx-prev {
	left: -50px;
	background: url(../../img/index_ic03.png) no-repeat 50% 50%;
	-webkit-background-size: 13px 22px;
	background-size: 13px 22px;
}

.otherLinklist .bx-wrapper .bx-next {
	right: -50px;
	background: url(../../img/index_ic04.png) no-repeat 50% 50%;
	-webkit-background-size: 13px 22px;
	background-size: 13px 22px;
}


.otherLinklist .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	outline: 0;
	width: 20px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}

.otherLinklist .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}







/* ClearFix
=========================================*/
.profileCol2:after,
.interviewCol2:after,
.topicCol2:after,
.linkUtility:after,
.backNumberArea .bkNumCol2 .col .innerCol2:after,
.clearFix:after,
.clearFix:after,
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
.profileCol2,
.interviewCol2,
.topicCol2,
.linkUtility,
.backNumberArea .bkNumCol2 .col .innerCol2,
.clearFix,
.clearFix,
.clearFix,
.clearFix,
.clearFix {
	min-height: 1%;
	zoom: 1;
}
}
