@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0; outline: none;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
.fontN{ font-size: 54%;}
.fontM{ font-size: 62.5%; }
.fontL{ font-size: 70%; }
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 font-size: 1.6rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
 color: #000;
}

.yuGothic {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.yuMincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
/* !Base Fonts -------------------------------------------------------------- */
a {
	color: #000000;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
	text-decoration: underline;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;	
}
.op:hover img,
.op:hover input {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
.fs10   { font-size: 1.0rem;}
.fs11   { font-size: 1.1rem;}
.fs12   { font-size: 1.2rem;}
.fs13   { font-size: 1.3rem;}
.fs14   { font-size: 1.4rem;}
.fs15   { font-size: 1.5rem;}
.fs16   { font-size: 1.6rem;}
.fs17   { font-size: 1.7rem;}
.fs18   { font-size: 1.8rem;}
.fs19   { font-size: 1.9rem;}
.fs20   { font-size: 2.0rem;}
.fs21   { font-size: 2.1rem;}
.fs22   { font-size: 2.2rem;}
.fs23   { font-size: 2.3rem;}
.fs24   { font-size: 2.4rem;}
.fs25   { font-size: 2.5rem;}
sup   { font-size: 8px; vertical-align: top;}
sub   { font-size: 8px; vertical-align: baseline;}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}
.vaT { vertical-align: top    !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.blockC { margin-right: auto; margin-left: auto; text-align: left;}
* html .blockC { margin-right: 0; margin-left: 0;}
.blockR { margin-left: auto; text-align: left;}
* html .blockR { margin-left: 0;}

/* !Width ------------------------------------------------------------------- */


.w03per { width: 3%  !important;}
.w05per { width: 5%  !important;}
.w10per { width: 10% !important;}
.w13per { width: 13% !important;}
.w15per { width: 15% !important;}
.w20per { width: 20% !important;}
.wQuart { width: 25% !important;}
.w30per { width: 30% !important;}
.wTri   { width: 33.33% !important;}
.w35per { width: 35% !important;}
.w40per { width: 40% !important;}
.w45per { width: 45% !important;}
.wHalf  { width: 50% !important;}
.wMax   { width: 100% !important;}

/* !Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 10px;}
.flImgR { display: inline; float: right; margin-left: 10px;}
.ftBox  { overflow: hidden;}

/* !Tools ------------------------------------------------------------------- */
.clear { clear: both;}
.block { display: block !important;}
.hide  { display: none !important;}
.bgN   { background: none !important;}
.tdU   { text-decoration: underline;}
.tdN   { text-decoration: none;}
.imC   { text-align: center;}


/* !h(n)eading
---------------------------------------------------------- */
.hdL {
	font-size: 2.4rem;
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 4px solid #1360A6;
	margin-bottom: 35px;
}

.hdLM {
	font-size: 1.9rem;
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 4px solid #1360A6;
	margin-bottom: 15px;
}

.hdM {
	font-size: 2.1rem;
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 1px solid #B3B3B3;
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
}
.hdM:before{
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 205px;
	height: 5px;
	background-color: #B3B3B3;
	content: ''; 
	z-index: 5;
}
.hdS {
	color: #1360A6;
	font-size: 1.8rem;
	margin: 10px;
	font-weight:bold;
}
@keyframes fadein {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	
}
.sectionWrap{
	position:relative;
}

/* !header
---------------------------------------------------------- */
#header {

}

#headerIn {
	max-width: 1120px;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#headerLogo {
	box-sizing: border-box;
	float: left;
	width: 20.9%;
}
.hearTips{
	position: absolute;
	top: 0;
	right: 10px;
	display: flex;
	align-items: center;
}
.hearTips .size{
	background-color: #1360A6;
	display: flex;
	align-items: center;
	width: 165px;
	height: 35px;
	justify-content: center;
}
.hearTips .size .font{
	color: #fff;
	font-size: 12px;
	margin-right: 12px;
}

.hearTips .size a{
	color: #fff;
	font-size: 12px;
	padding: 1px 4px;
	border: 1px solid #82A2DB;
	margin-left: 3px;
}
.hearTips .size a.current {
  color: #3258BB;
  background-color: #fff;
}
.hearTips .english{
	color: #fff;
	font-size: 12px;
	background-color: #AFAFAF;
	width: 70px;
	height: 35px;
	margin-left: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hearTips .english:hover{
	opacity: 0.7;
	text-decoration: none;
}
.twitter{
	position: absolute;
	top: 45px;
	right: 10px;
}
.irstreet{
	position: absolute;
	top: 45px;
	right: 130px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffdab9;
	width: 120px;
	height: 27px;
	margin-left: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-width:2px;
	border-color: #000000;
	border-style: solid;
}
.headerBox{
    height: 60px;
	border: 2px solid #C9C9C9;
	padding: 7px 5px 7px 14px;
	box-sizing: border-box;
	float: left;
	width: 45%;
	margin-left:10px;
	background: url('../img/top_01.png')no-repeat left center;
}
.headerBox ul{
	display: flex;
}
.headerBox ul li{
	box-sizing: border-box;
	width:100%;
	padding-left: 20px;
}
.headerBox ul .firLi{
	font-size: 1.4rem;
	font-weight: bold;
	color: #1360A6;
	padding-left: 0;
	width: 45%;	
	display: flex;
	align-items: center;
}
.headerContact{
	float:left;
	margin-left:10px;
}
.headerContact a{
    width: 100px;
    height: 60px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.2rem;
    padding-bottom: 8px;
    box-sizing: border-box;
	background: url(../img/top_10.png)no-repeat center top 10px/20px;
    background-color: #1360A6;
}
.headerContact a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.headIn{
	font-size: 1.2rem;
	line-height: 1.66;
	margin-bottom: 10px;
}
.headIn a{
	color: #1360A6;
}

.headBtn .headBtnUl{
	width:100%;
	margin-left: -3px;
}
.headBtn .headBtnUl li{
	float: left;
	box-sizing: border-box;
	padding-left: 3px;
	width: 50%;
}
.headBtn .headBtnUl li:nth-child(1) a{
	padding: 10px 10px;
	box-sizing: border-box;	
	background-color: #CC193F;
}
.headBtn .headBtnUl li a{
	background-color: #8E8E8E;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	padding: 10px 10px;
	box-sizing: border-box;
	position: relative;
}
.headBtn .headBtnUl li a:before{
	position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    background: linear-gradient(rgba(255, 255, 255, 0.5),transparent);
    height: 22px;
    content: '';
    margin: 0 auto;
}
.headBtn .headBtnUl li a:hover{
	opacity: 0.7;
	text-decoration: none;
}



#headerLinks {
	
}


.btnMenu {
	display: none;
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	
}
/* !gNavi
---------------------------------------------------------- */
		
#gNavi {
	text-align: center;
	background-color: #1360A6;
	padding:0;
	box-sizing: border-box;
}
#gNavi ul{}
#gNavi li {
	box-sizing: border-box;
	float: left;
/*	width: 32%; 190814 */
	width: 20%;
	border-right: 1px solid #CCCCCC;
	padding: 10px 0;
	text-align: left;
}
/* #gNavi li:nth-child(3){ 190814 */
#gNavi li:nth-child(5){
/*	width: 34%; 190814 */
/*	width: 25%; */
/*	width: 34%; 190814 */
	width: 20%;
	border-right: none;
}
#gNavi li a {
    font-size: 1.4rem;
    color: #fff;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    text-align: center;
}
#gNavi li:nth-child(1) a{background: url('../img/top_04.png')no-repeat left 1vw center/20px;}
#gNavi li:nth-child(2) a{background: url('../img/top_05.png')no-repeat left 1vw center/20px;}
#gNavi li:nth-child(3) a{background: url('../img/top_08.png')no-repeat left 1vw center/20px;}	
/* !mainVisual 190814*/
#gNavi li:nth-child(4) a{background: url('../img/top_09.png')no-repeat left 1vw center/20px;}	
/* !mainVisual 190829*/
#gNavi li:nth-child(5) a{background: url('../img/top_02.png')no-repeat left 1vw center/20px;}	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	
}

/* !teaser
---------------------------------------------------------- */
#teaser {
	
}
/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}
.inner {
	max-width: 1120px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
/*.logoSlider {
	top: 0;
	left: 0;
	height: 100px;
	overflow: hidden;
	position: absolute;
}
.logoSlider:after {
	content: "";
	display: none;
	clear: none;
}*/
.logoSlider .slick-slide {   
	box-sizing: border-box;
    padding: 0 7px;
}
.logoSlider{
	width: 100%;
	background-color: #fff;
/*	height: 127px; 20190813 */
	height: 75px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	
}
.logoSlider p {
	overflow: hidden;
	margin-right: 20px;
	display: inline;
  position: relative;
}
.logoSlider p img{
	max-height: 50px;
	width: auto;
	max-width: 230px;
/*	padding: 35px 0 0 0; 20190813 */
	padding: 17px 0 0 0;
	vertical-align: middle;
}
.contBlockImg{
	box-sizing: border-box;
    padding: 0 2px 10px;
    background-color:#1360A6;
    margin: 0 auto;
}


.contBlockWrap02{
	background-color: #E5E5E5;
	padding: 15px 0;
    height: 477px;
}
.sliderDiv{
	text-align: center;
	background-color: #E5E5E5;
	border: 1px solid #9E9E9E;
	font-size: 1.5rem;
	color: #333333;
	padding: 8px 0;
	margin: 0 3px 17px;
	display: none;
}
.contBlockWrap02 .slider-nav .slick-current{	
	background-color: #1360A6;
	color: #fff;
	position: relative;
}
.contBlockWrap02 .slider-nav .slick-current:before{	
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
    left: 0;
    content: '';
    border-left: 14px solid transparent;
    border-top:  14px solid #1360A6;
    border-bottom: 0;
    border-right: 14px solid transparent;
    width: 0;
    height: 0;
    z-index: 2;
    animation-name: fadein;
    animation-duration: 1s;
}
.contBlockWrap02 .slider-for{
	background-color: #fff;
	-moz-box-shadow:0px 0px 3px #333333;
	-webkit-box-shadow:0px 0px 3px #333333;
	box-shadow:0px 0px 3px #333333;
	padding: 10px 65px 10px 65px;
	box-sizing: border-box;
}
.contBlockWrap02 .slider-for .toggleWrap{
	width: 100%;
	height: 400px;
	overflow: auto;
	font-size: 1.3rem;
}
.contBlockWrap02 .slider-for li{
	list-style:none;
}
.contBlockWrap02 .slider-for li.date{
	background: #EEE;
	font-weight: bold;
	font-size:1.4rem;
	padding:5px 15px;
	margin: 10px 0;
}
.contBlockWrap02 .slider-for li.brand{
	font-weight: bold;
	margin:10px 0 0 20px;
}
.contBlockWrap02 .slider-for li.release{
	margin:5px 0 0 50px;
}
.contBlockWrap02 .slider-for .new{
	display: inline;
	margin-left: 10px;
	background-color: #CC193F;
	color: #fff;
	font-size: 1rem;
	align-items: center;
	justify-content: center;
	padding: 3px 7px;
}
.contBlockWrap02 .slider-for li.update{
	clear: both;
	font-weight: bold;
	width: 130px;
	float:left;
	font-size:1.4rem;
	padding:5px 15px;
	margin: 10px 0;
}
.contBlockWrap02 .slider-for li.update-brand{
	float:left;
	font-size:1.4rem;
	padding:5px 15px;
	margin: 10px 0;
}
table#report-list{
}
table#report-list .report-date{
	padding: 5px;
	width: 110px;
	border-bottom: 1px dotted #CCC;
}
table#report-list .report-brand{
	padding: 5px;
	width: 250px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
table#report-list .report-document{
	padding: 5px;
	width: 550px;
	border-bottom: 1px dotted #CCC;
}
/*.contBlockWrap02 .slider-for .new:before{
	position: absolute;
	top: 0;
	right: -50px;
	background-color: #CC193F;
	color: #fff;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	content: 'NEW';
	width: 38px;
	height: 17px;
}*/

.contBlockWrap02 .slick-arrow {
  position: absolute;
  border: 0;
  width: 16px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  top: 50%;
  margin-top: -26px;
  z-index: 999;
}
.contBlockWrap02 .slick-prev {
  background: url('../img/ico_prev01.png') center center no-repeat;
  background-size: 100%;
  left: 15px;
}
.contBlockWrap02 .slick-next {
  background: url('../img/ico_next01.png') center center no-repeat;
  background-size: 100%;
  right: 15px;
}
.contBlockWrap02 .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    -o-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
}
.contBlockWrap03{
	padding: 18px 0 18px;
}
.talkSliderWrap {
	top: 0;
	left: 0;
	height: 225px;
	overflow: hidden;
	position: absolute;
}

.talkSlider {
	text-align: left;
	position: relative;
	overflow: hidden;
  margin-top: 15px;
	padding:0 30px;
}

.talkSlider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.contBlockWrap03 .slick-arrow {
  position: absolute;
  border: 0;
  width: 16px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  top: 50%;
  margin-top: -26px;
  z-index: 999;
}
.contBlockWrap03 .slick-prev {
  background: url('../img/ico_prev01.png') center center no-repeat;
  background-size: 100%;
  left: -15px;
}
.contBlockWrap03 .slick-next {
  background: url('../img/ico_next01.png') center center no-repeat;
  background-size: 100%;
  right: -15px;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.talkSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}

.talkItem{
	padding: 0 20px;
  width: 250px;
	box-sizing: border-box;
	border-right: 1px dashed #CECECE;
}
.talkH2{
	color: #1360A6;
	font-size: 1.4rem;
	font-weight: bold;
}
.talkNumber,.talkInfo,.talkTime{
	color: #333;
	font-size: 1.3rem;
}
.talkImg{
	text-align: center;
	padding-bottom: 10px;
}
.talkImg img{
  display: inline-block !important;
}
.talkHdl{
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
#index .contBlockWrap04{
	background-color: #e5e5e5;
	padding: 30px 0;
}
.toggleWrap{
	position: relative;	
}
.toggleTitle{
	font-weight: bold;
	position: relative;
	text-align: center;
	height: 53px;
	background: url('../img/serch.png')no-repeat left 30px center;
	background-color: #1360a6;
}
.toggleBox{
	display: none;
	background: #fff;
}
.toggleTitle .toggleBtn{
	margin: auto;
	display: flex;
	align-items: center;
	width: 100%;
    text-align: right;
    height: 53px;
    background: url('../img/arrow_down.png')no-repeat right 20px center;
	color: #fff;
	font-size: 1.8rem;
	padding-left: 80px;
	box-sizing: border-box;
}
.toggleTitle .active{
	margin: auto;
	display: flex;
	align-items: center;
	width: 100%;
    text-align: right;
    height: 53px;
    background: url('../img/arrow_up.png')no-repeat right 20px center;
}
.toggleTitle .toggleBtn:hover{
	text-decoration: none;
}

/*�����ڤ��ؤ����ΤΥ�������*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.tabs:before{
	position: absolute;
	top: 40px;
    left:0;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	content: '';
}
/*���֤Υ�������*/

.tabAlt{
    max-width: 1070px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}
.tabAlt li{
	display: inline-block;
    width: 32%;
    margin: 0 10px;
}
.tabAlt li a{
  height: 40px;
  background-color: #e5e5e5;
  line-height: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}

.tabAlt li a.btnAcv{
	background: #fff;
}
.tabAlt li a.btnAcv{
	background: #fff;
	color: #1360A6;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-bottom: 2px solid #1360A6;
}
.tabAlt li a:hover{
	text-decoration: none;
}

.tab_content {
  padding: 12px 25px 0;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
}
#detail .tab_content {
  display: none;
}
#detail .tab_content.btnAcv {
  display: block;
}


.tabTable{
	width: 100%;
	margin: 20px 0 15px;
}
.colg01{
	width: 25%;
}
.tabTable .trnone{
	border-bottom: none;
}
.tabTable .trnone th{
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.7;
	position: relative;
}
.tabTable .trnone th:before{
	position: absolute;
    top: 0;
    left: 4px;
    content: '';
    background: #1360a6;
    width: 5px;
    height: 30px;
}
.tabTable tr{
	border-bottom: 1px dashed #cecece;
}
.tabTable td{
	font-size: 1.4rem;
	padding: 7px 20px;
	box-sizing: border-box;
}
.tabTable .new{
	color: #cc193f;
	font-weight: bold;
}
.trMar{
	margin-top: 20px;
	display: block;
    width: 100%;
}


/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
	width: 100%;
	position: relative;
}
.tabContBox {
	width: 100%;
	height: 400px;
	overflow-y: auto;
	margin-top: 20px;
	-webkit-overflow-scrolling: touch;
}
.tabBtnBox{
	margin-left: -10px;
}
.tabBtnBox .tabList{
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
	background: none !important;
}
#category_menu_char,
#category_menu_market,
#category_menu_industry,
#category_menu_closing_month,
#category_menu_code{
	width:100%;
}
#category_menu_char .tabList{
	width: 9.09%;
}
#category_menu_market .tabList{
	width: 20.0%;
	margin-bottom: 10px;
}
#category_menu_industry .tabList{
	width: 20.0%;
	margin-bottom: 10px;
}
#category_menu_closing_month .tabList{
	width: 7.6%;
	margin-bottom: 10px;
}
#category_menu_code .tabList{
	width: 10.0%;
	margin-bottom: 10px;
}
.tabBtnBox a{
	/*width: 85px;*/
	font-weight: bold;
	font-size: 1.4rem;
	background: #fff;
	color: #1360A6;
	border: 1px solid #1360A6;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-align: center;
	justify-content: center;
	display: flex;
	height: 30px;
	align-items: center;
}
.tabBtnBox a:hover{
	text-decoration: none;
}


.tabBtnBox .tabList a.btnAcv{
	background: #1360A6;
}
.tabBtnBox .tabList a.btnAcv{
	border-bottom: none;
	background: #1360A6;
	color: #fff;
	position: relative;
}
.tabBtnBox .tabList a.btnAcv:before{
	position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    left: 0;
    content: '';
    border-left: 8px solid transparent;
    border-top: 8px solid #1360A6;
    border-bottom: 0;
    border-right: 8px solid transparent;
    width: 0;
    height: 0;
    z-index: 2;
    animation-name: fadein;
    animation-duration: 1s;
}
#tabAccordion .tabDL{
	display: none;
}
#tabAccordion .tabDt{
	width: 100%;
	text-align: left;
	overflow-y: auto;
	box-sizing: border-box;
}



.contBlockWrap05{
	padding: 40px 0 40px;
	border-top:1px solid #CCC;
}

.contBlockWrap05 .post{
	width: 100%;
	height: 400px;
	overflow: auto;
	font-size: 1.3rem;
}

.newHdl{
	font-size: 2.3rem;
	text-align: center;
	font-weight:bold;
}
.newBox form{
	margin:10px;
	float:left;
}
.newBox .banner{
	float:right;
}
.newBox form input[type="submit"],
#com_list form input[type="submit"]{
  font-size: 14px;
  padding: 6px 24px;
	margin-bottom:15px;
}
.newBox table td{
	padding:5px;
}
.newBox dl{
	display: table;
	width: 100%;
	margin:10px 0 0;
	padding-top: 10px;
}
.newBox dl + dl{	
	border-top: 3px solid #cecece;
}
.newBox dl dt{
	display: table-cell;
	width: 120px;
}
.newBox dl dd{
	display: table-cell;
}
.newBox dl dd a{
	display: block;
}
.newItem{
	display: flex;
	border-bottom: 1px dashed #cecece;
	padding: 10px 40px;
	box-sizing: border-box;
}
.newItem:last-child{
	border-bottom: none;
}
.newList a{
	font-size: 1.4rem;
}
.newItem h3 a{
	color: #1360a6;
	font-size: 1.6rem;
	min-width: 270px;
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	background-color: #1360a6;
	width: 47px;
	height: 47px;
	position: absolute;
	right: 10px;
}
.pageTop a{
	position: relative;
	display: block;
	width: 47px;
	height: 47px;
}
.pageTop a:before{
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	height: 1px;
	width: 22px;
	content: '';
}
.pageTop a:after{
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	height: 16px;
	width: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
	content: '';
}
/* !footer
---------------------------------------------------------- */
#footer {
	border-top: 1px solid #e5e5e5;
	padding: 45px 0 0;
	position: relative;
}

#footer .footerIn {
	max-width: 1120px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto 40px;
	box-sizing: border-box;
}

.footUl{
	display: flex;
}
.footUl ul{}
.footUl .ulFir{
	padding-left: 45px;
	box-sizing: border-box;
}

.footUl .footLI li a{
	font-size: 1.2rem;
	text-indent: 0em;
	display: block;
	margin-top: 10px;
}
.footUl ul li span{
	font-size: 1.4rem;
	font-weight: bold;
}
.footUl ul dl{
	display: flex;
}
.footUl ul dl dt h2{
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.footUl ul dl dt{
	font-size: 1.2rem;
	margin-right: 5px;
}
.footOut{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.footOut a{
	margin-right: 5px;
}
.footOut a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.footerOut{
	background-color: #e5e5e5;
	padding-bottom: 30px;
}
.footUl .lastLi{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footUl .lastLi a{
	display: block;
	width: 94px;
	height: 130px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 1.2rem;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.footUl .lastLi a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.footUl .lastLi a:nth-child(1){	
	background: url('../img/top_02.png')no-repeat center top 30px/20px;;
	background-color: #1360A6;
	margin-right: 5px;
}
.footUl .lastLi a:nth-child(2){	
	background: url('../img/top_03.png')no-repeat center top 30px/20px;;
	background-color: #1360A6;
}
.outPut{
	display: flex;
	align-items: center;
	padding: 10px 0 25px;
}
.outPut h3{
	width: 11%;
	margin-right: 20px;
}
.outPut p{
	font-size: 1rem;
	color: #666666;
	width: 89%;
}
#copyright {
	text-align: center;
	font-size: 1.3rem;
	color: #666666;
}
.switch{
	display:none;
}
#gNavi .hearTips{
	display: none;
}

/* メール登録ボタン　20201215 */
.gg-mail,
.gg-mail::after {
    display: block;
    box-sizing: border-box;
    height: 14px;
    border: 2px solid
}

.gg-mail {
    overflow: hidden;
    transform: scale(var(--ggs,1));
    position: relative;
    width: 18px;
    border-radius: 2px
}

.gg-mail::after {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: 14px;
    transform: rotate(-45deg);
    bottom: 3px;
    left: 0
}

.btn,
a.btn,
button.btn {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background: #000080;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #000;
  background-color: #C0C0C0;
}
	
@media screen and (max-width: 1024px){
#wrapper{
	width: 1024px;
	overflow-x: auto;
}
.footUl ul:first-child {
	width:160px;
}
.footUl ul dl dt {
    font-size: 1.2rem;
}
.footUl .footLI li a {
   font-size: 1.2rem;
}
.footUl .ulFir {
    padding-left: 13px;
    box-sizing: border-box;
}
}


.toggleNone{
	display: none;
}
.toggleBlock {
    display: block;
}

.show {
	display: block !important;
}
.guide_companyinquiry{
	text-align:center;
}
.guide_companyinquiry a{
	background-color: #8E8E8E;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
	box-sizing: border-box;
	position: relative;
  font-weight: bold;
	margin:0 auto;
}
.guide_companyinquiry a:before{
	position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    background: linear-gradient(rgba(255, 255, 255, 0.5),transparent);
    height: 22px;
    content: '';
    margin: 0 auto;
}

/* メール登録ボタン　20201215 */

.btn,
a.btn,
button.btn {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.btn--orange,
a.btn--orange {
  color: #fff;
  background: #000080;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #000;
  background-color: #C0C0C0;
}

/* フォーム
---------------------------------------------------------- */
form input,
form textarea{
	margin:5px 5px 5px 0;
	padding:5px;
	border:1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
},
form select{
	height:20px;
	margin:5px 5px 5px 0;
}
form th{
	width:200px;
}
form input[type="submit"],
form input[type="button"],
#formWrap input[type="submit"],
#formWrap input[type="button"]{
	cursor:pointer;
  display: inline-block;
  text-align: left;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 4px;
}
form input[type="submit"],
#formWrap input[type="submit"]{
  background-image: linear-gradient(#999 0%, #333 100%);
}
form input[type="button"],
#formWrap input[type="button"]{
  background-image: linear-gradient(#CCC 0%, #999 100%);
}
form input[type="submit"]:hover,
form input[type="submit"]:hover,
#formWrap input[type="submit"]:hover,
#formWrap input[type="button"]:hover {
  opacity: 0.8;
}