@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;}
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%;
}
.fontS{ 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: #333;
}

.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:none;
}
.sp {
	display:block;
}

/* !Base Fonts -------------------------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
	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;	
}
.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;}
.imC img {width:100%;}


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

.hdM {
	font-size: 1.6rem;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #B3B3B3;
	margin-bottom: 10px;
	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.4rem;
	margin: 10px;
	font-weight:bold;
}


/* !wrapper
---------------------------------------------------------- */
#wrapper {
	
}

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

}

#headerIn {
	max-width: 1120px;
	width: 100%;
	padding: 10px 10px 20px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#headerLogo {
  float: left;
  margin-bottom: 10px;
}
#headerLogo img {
  height: 42px;
}
.hearTips{
	display: none;
}
.twitter{
	text-align:center;
	margin-top:10px;
}

.headerBox{
	border: 1px solid #C9C9C9;
	padding: 13px 10px 12px 10px;
	box-sizing: border-box;
	float: none;
	width: 100%;
	background: url('../img/top_01.png')no-repeat left top;
}
.headerBox ul{
}
.headerBox ul li{
	box-sizing: border-box;
}
.headerBox ul .firLi{
	font-size: 1.6rem;
	color: #1360A6;
	padding-left: 0;
	width: 100%;
	margin-bottom:10px;
	display: block;
	font-weight: bold;
}
.headIn{
	font-size: 1.2rem;
	line-height: 1.66;
	margin-bottom: 10px;
}
.headIn a{
	color: #1360A6;
}

.headBtn .headBtnUl{
	margin-left: -3px;
}
.headBtn .headBtnUl li{
	float: left;
	box-sizing: border-box;
	padding-left: 3px;
	width: 50%;
}
.headBtn .headBtnUl li:nth-child(1){
	width: 50%;
}
.headBtn .headBtnUl li:nth-child(1) a{
	font-size: 1.3rem;
  width: 100%;
  height: 36px;
	box-sizing: border-box;	
	background-color: #CC193F;
	display: flex;
    align-items: center;
    justify-content: center;
}
.headBtn .headBtnUl li a{
	background-color: #8E8E8E;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	font-size: 1.3rem;
  width: 100%;
  height: 36px;
	box-sizing: border-box;
	position: relative;
  font-weight: bold;
}
.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;
}

#gNavi .hearTips{
	display: flex;
	margin-top: 20px;
}
#gNavi .hearTips .size{
	background-color: #fff;
	display: flex;
	align-items: center;
	width: 155px;
	height: 35px;
	justify-content: center;
}
#gNavi .hearTips .size .font{
	color: #1360A6;
	font-size: 1.2rem;
	margin-right: 14px;
}
#gNavi .hearTips .size .small{
	color: #fff;
	font-size: 1.2rem;
	background-color: #1360A6;
	padding: 2px 5px;
	margin-right: 5px;
}
#gNavi .hearTips .size .big{
	color: #1360A6;
	font-size: 1.2rem;
	padding: 1px 4px;
	border: 1px solid #1360A6;
}
#gNavi .hearTips .english{
	color: #fff;
	font-size: 1.2rem;
	background-color: #AFAFAF;
	width: 72px;
	height: 35px;
	margin-left: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}


#mainVisual{
	display: none;
}


#headerLinks {
	margin-bottom: 10px;
	position: relative;
	z-index: 999;
  padding: 5px 0;
}
.btnMenu {
	display: block;
	display: flex;
	justify-content: flex-end;
}
.btnMenu a {
	display: block;
    width: 40px;
    height: 32px;
	box-sizing: border-box;
	position: relative;
}

.btnMenu a span {
    display: block;
    background: #1360A6;    
    border-radius: 5px;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
	top: 0;
}

.btnMenu a span:nth-child(2) {
	margin-top: -2px;
	top: 50%;
}

.btnMenu a span:last-child {
    bottom: 0;
}

	
.btnMenu.active a span:first-child {
    -webkit-transform: translateY(14px) rotate(45deg);
    -moz-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}

.btnMenu.active a span:nth-child(2) {
    opacity: 0;
}

.btnMenu.active a span:last-child {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -moz-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}
/* !gNavi
---------------------------------------------------------- */
.padd{
    padding-top: 85px;
}
.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.padd #header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}		
#gNavi {
    text-align: center;
    box-sizing: border-box;
    background: #1360A6;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 999;
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#gNavi ul{
	padding-top: 20px;
}
#gNavi li {
	box-sizing: border-box;
	float: none;
	width: 100%;
	border-right: none;
	padding: 15px 0;
	text-align: left;
}
#gNavi li a {
    font-size: 1.6rem;
    color: #fff;
    display: block;
    box-sizing: border-box;
    padding: 0 40px 0 50px;
}
#gNavi li:nth-child(1) a{background: url('../img/top_04.png')no-repeat left 2vw center/24px;}
#gNavi li:nth-child(2) a{background: url('../img/top_05.png')no-repeat left 2vw center/24px;}
#gNavi li:nth-child(3) a{background: url('../img/top_07.png')no-repeat left 2vw center/20px;}	
#gNavi li:nth-child(4) a{background: url('../img/top_08.png')no-repeat left 2vw center/24px;}	
#gNavi li:nth-child(5) a{background: url('../img/top_09.png')no-repeat left 2vw center/24px;}	
#gNavi li:nth-child(6) a{background: url('../img/top_10.png')no-repeat left 2vw center/24px;}	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	
}

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

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

.sliderDiv{
	text-align: center;
	background-color: #E5E5E5;
	border: 1px solid #9E9E9E;
	font-size: 1.8rem;
	color: #333333;
	padding: 13px 0;
	margin: 0 3px 17px;
}
.contBlockWrap02 .slider-nav{
	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;
}
.contBlockWrap02 .slider-for{
	background-color: #fff;
}
.contBlockWrap02 .slider-for li{
	list-style:none;
}
.contBlockWrap02 .slider-for li.date{
	background: #EEE;
	font-weight: bold;
	padding:5px 15px;
	margin: 10px 0;
}
.contBlockWrap02 .slider-for li.brand{
	font-weight: bold;
	margin:5px 5px 5px 10px;
}
.contBlockWrap02 .slider-for li.release{
	margin:5px 0 5px 20px;
}
.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: 100%;
	padding:5px 10px;
	margin: 10px 0 0 0;
}
.contBlockWrap02 .slider-for li.update-brand{
	width: 100%;
	padding:5px 30px;
	margin: 0 0 10px 0;
}
table#report-list{
}
table#report-list .report-date{
	padding: 5px 5%;
	width: 90%;
	display: inline-block;
}
table#report-list .report-brand{
	padding: 5px 5%;
	width: 90%;
	font-weight: bold;
	display: inline-block;
}
table#report-list .report-document{
	padding: 5px 5%;
	width: 90%;
	border-bottom: 1px dotted #CCC;
	display: inline-block;
}

.contBlockWrap02 .inner{
	padding: 0;
}



.contBlockWrap03 .slick-arrow {
  position: absolute;
  border: 0;
  width: 15px;
  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;
}
.contBlockWrap05 .slick-arrow {
  position: absolute;
  border: 0;
  width: 10px;
  height: 15px;
  display: block;
  text-indent: -9999px;
  top: 9%;
  z-index: 999;
}
.contBlockWrap05 .slick-prev {
  background: url('../img/ico_prev01.png') center center no-repeat;
  background-size: 100%;
  left: 15px;
}
.contBlockWrap05 .slick-next {
  background: url('../img/ico_next01.png') center center no-repeat;
  background-size: 100%;
  right: 15px;
}
.talkSlider{
	margin: 25px 0;
}
.talkItem{
	width:100%;
	padding: 10px 5%;
	box-sizing: border-box;
	border-bottom:1px dotted #CCC;
}
.talkBox{
	display: flex;
}
.talkH2{
	color: #1360A6;
	font-size: 1.4rem;
	font-weight: bold;
}
.talkNumber,.talkInfo,.talkTime{
	color: #333;
	font-size: 1.4rem;
}
.talkImg{
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
}
.talkHdl{
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.contBlockWrap04{
	background-color: #e5e5e5;
}
.contBlockWrap04 .inner{
	padding: 0;
}
.toggleWrap{
	position: relative;	
}
.toggleTitle{
	font-weight: bold;
	position: relative;
	text-align: center;
	height: 33px;
	background-image: none;
	background-color: #1360a6;
}
.toggleBox{
	display: none;
	background: #fff;
	padding-top: 10px;
}
.toggleTitle .toggleBtn{
	margin: auto;
	display: flex;
	align-items: center;
	width: 100%;
    text-align: right;
    height: 33px;
    background: url('../img/arrow_down02.png')no-repeat right 20px center;
	color: #fff;
	font-size: 1.7rem;
	padding-left: 20px;
	box-sizing: border-box;
}
.toggleTitle .active{
	margin: auto;
	display: flex;
	align-items: center;
	width: 100%;
    text-align: right;
    height: 33px;
    background: url('../img/arrow_up02.png')no-repeat right 20px center;
}
.toggleNone{
	background-image: none;
	font-weight: bold;
    position: relative;
    text-align: center;
    height: 33px;
    background-color: #1360a6;
    border-bottom: 2px solid #fff;
}
.toggleNone .toggleBtn {
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: right;
    height: 33px;
    background: url('../img/arrow_down02.png')no-repeat right 20px center;
    color: #fff;
    font-size: 1.6rem;
    padding-left: 20px;
    box-sizing: border-box;
}
.toggleBlock{
	padding-top: 5px;
}
.toggleNone .active{
	margin: auto;
	display: flex;
	align-items: center;
	width: 100%;
    text-align: right;
    height: 33px;
    background: url('../img/arrow_up02.png')no-repeat right 20px center;
}

.contBlockWrap02 .toggleWrap .newItems{
	width: 90%;
	margin: 0 5%;
}
.contBlockWrap02 .toggleWrap .newItems .logo img{
	width: 90%;
	margin: 5%
}
/* ------------------------------
   #tabAccordion
------------------------------ */
.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{
	margin: 0 -10px;
    text-align: center;
}
.tabAlt li{
	display: inline-block;
    width: 49%;
}
.tabAlt li:nth-child(4),.tabAlt li:nth-child(5){
	margin-top: 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 0 0;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
}
.show {
	display: block !important;
}

#detail .tab_content {
  display: none;
}
#detail .tab_content.btnAcv {
  display: block;
}

.tabTable{
	width: 100%;
	margin: 10px 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 {
    text-align: center;
}
.tabTable td{
	font-size: 1.3rem;
    padding: 8px 10px 8px 20px;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    text-align: left;
}
.tabTable .new {
    color: #cc193f;
    font-weight: bold;
}
.redTd{
	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;
	-webkit-overflow-scrolling: touch;
}
.tabBtnBox{
    width: 100%;
    margin-left: -10px;
    padding-bottom: 5px;
	box-sizing: border-box;
}
.tabBtnBox .tabList{
	padding-left: 10px;
	box-sizing: border-box;
}
.tabList a{
	width: 24%;
	float:left;
	margin:0 1% 1% 0;
	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: auto;
	align-items: center;
}
.tabList a:hover{
	text-decoration: none;
}


.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: -5px;
    left: 0;
    right: 0;
    margin: auto;
    left: 0;
    content: '';
    border-left: 7px solid transparent;
    border-top: 7px solid #1360A6;
    border-bottom: 0;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    z-index: 2
}
#category_menu_char .tabList,
#category_menu_market .tabList,
#category_menu_industry .tabList,
#category_menu_closing_month .tabList,
#category_menu_code .tabList{
	min-width:100px;
}
#category_menu_char,
#category_menu_market,
#category_menu_industry,
#category_menu_closing_month,
#category_menu_code{
	width: 100%;
}
#category_menu_market .tabList a,
#category_menu_industry .tabList a{
	width:49%;
}
#tabAccordion .tabDL{
	display: none;
}
#tabAccordion .tabDt{
	width: 100%;
	text-align: left;
	overflow-y: auto;
	box-sizing: border-box;
}
.contBlockWrap05 .inner{
	padding: 0;
}
.newHdl{
	display: none;
}
.newBox{
	margin:0 2%;
}
.newBox table td{
	padding:5px 8px;
	display:inline-block;
	border:none !important;
}
.newBox input,
#com_list input{
	border:1px solid #CCC;
    padding: 5px;
    margin: 2px;
}
.newBox dl{
	width: 100%;
}
.newBox dl dt{
	background-color: #E5E5E5;
	text-align: center;
	padding: 7px 0;
	box-sizing: border-box;
}
.newBox dl dd{
}
.newBox dl dd a{
	display: block;
}
.newBox .banner{
	text-align:center;
	margin-top:10px;
}

.newBox form input[type="text"]{
	width:40%;
}
#com_list form input[type="text"]{
	width:70%;
}
.newBox form input[type="submit"],
#com_list form input[type="submit"]{
  font-size: 14px;
  padding: 6px 24px;
	margin-bottom:15px;
}
.newItem{
	border-bottom: 1px solid #cecece;
	padding: 10px 15px;
	box-sizing: border-box;
}
.newItem:last-child{
	border-bottom: none;
}
.newList{
	font-size: 1.3rem;
	padding-left: 10px;
	box-sizing: border-box;
}
.newItem h3{
	color: #1360a6;
	font-size: 1.4rem;
}
/* !pageTop
---------------------------------------------------------- */
.pageTop {
	background-color: #E5E5E5;
	width: 100%;
	height: 50px;
	position: relative!important;
}
.pageTop a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 1.5rem;
}
/* !footer
---------------------------------------------------------- */
#footer {
	position: relative;
}

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

.footUl ul{
	margin-bottom: 10px;
}
.footUl ul:first-child{
	display: none;
}
.footUl .ulFir{
}

.footUl .footLI li a{
	font-size: 1.3rem;
	display: block;
	margin-top: 10px;
	padding-left: 15px;
}
.footUl ul li span{
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #E5E5E5;
	display: block;
	padding: 5px 0 5px 10px;
}
.footUl ul dl{
	display: flex;
	margin-bottom: 13px;
	justify-content: center;
}
.footUl ul dl dd h2{
	font-weight: bold;
	font-size: 1.9rem;
	margin-bottom: 5px;
	color: #CC0001;
}
.footUl ul dl dt{
	font-size: 1.6rem;
	margin-right: 15px;
}
.footUl ul dl dd .sofont{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.footUl .lastLi{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footUl .lastLi a{
	display: block;
	width: 50%;
	height: 100px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 1.4rem;
	padding-bottom: 10px;
	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 10px/20px;;
	background-color: #1360A6;
	margin-right: 5px;
}
.footUl .lastLi a:nth-child(2){	
	background: url('../img/top_03.png')no-repeat center top 10px/20px;;
	background-color: #1360A6;
}
.sofont a{
	text-decoration: underline;
	color: #333;
}
.footOut{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.footerOut{
	background-color: #e5e5e5;
}
.outPut{
	padding: 15px 0;
	background-color: #fff;
}
.outPut h3{
	display: none;
}
.outPut p{
	font-size: 1rem;
	color: #333;
	padding:0 15px;
	box-sizing: border-box;
}

#copyright {
	text-align: center;
	font-size: 1rem;
	color: #666666;
	padding: 16px 0;
	background-color: #e5e5e5;
}

.soUlfir{
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.soBtn{
	margin-bottom:7px;
}
.soBtn a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    padding: 0 10px 0 50px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 312px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/redio.png')no-repeat left 10px center;
    background-size: 28px auto;
	background-color: #7F7F7F;
}
.soBtn 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;
}
.soCale{
	display: flex;
	align-items: center;
	justify-content: center;
}
.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: 100%;
  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;
}

/* フォーム
---------------------------------------------------------- */
form input[type="text"],
form textarea{
	width:90%;
	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{
	width:90%;
	height:20px;
	padding:5px;
	margin:5px 5px 5px 0;
	border:1px solid #999;
}
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;
}