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

/*共通
------------------------------*/

.sp{
	display: none;
}

.padding5 {
    padding: 5% 0;
}

.wrapper{
    margin: 100px 0px;
}
.wrapper02{
    margin: 100px 0px 0px 0px;
}

.margin60{
   margin: 60px 0px;
}

.margin60-1{
	margin: 100px 0px 60px 0px;
}


.padding100{
	padding: 100px 0px;
}



.padding60{
	padding: 60px 0px;
}

.ma-top40{
	margin-top: 40px;
}

.cont_h3{
	padding-left: 0px;  /*赤の見出し*/
	font-weight: bold;
}

/*.corporate_contaner02{
    padding: 60px 0px;
}*/

.ma-bo50{
	margin-bottom: 5%;
}

.ma-bo35{
	margin-bottom: 3.5%;
}

.ma-bo10{
	margin-bottom: 10px;
}
.ma-left_65{
	margin-left: 65px;
}

.ma-left_30{
	margin-left: 30px;
}





/*モバイル版
------------------------------*/



/*事業内容
------------------------------*/
html { scroll-behavior: smooth;}

a{
	text-decoration: none;
}

h3{
	font-weight: bold;
}

#business,
#company,
#investor-relations,
#contact,
#sitemap,
#news-release,
#protect,
#solution,
#attentio,
#career
{
	background: url("../images/bg_01.jpg") repeat;
	z-index: -2;
	display: flex;
	align-items: center;
	
}




.left_img {
    width: 50%;
}
.right_box {
	width: 50%;
}
.items-center{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-title {
    font-size: 2.75em;
    color: #a71e24;
    line-height: 1.3em;
	margin-left: 50px;
	font-weight: bold;
    
}

.greeting_hed {
    margin: auto;
}
.greeting_hed h3{
	padding: 0px;
}


.page-center_p {
    text-align: center;
	font-weight: 600;
}
.des_p {
    padding-bottom: 60px;
}

.child_heading p{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 1rem;
    font-weight: bold;
	color: #a71e24;
	border-left: 1px #a71e24 solid;
    height: 130px;
	white-space:pre;
	
}

.child_heading p:before{
content: '';
    position: absolute;
    left: 2%;
    display: inline-block;
    width: 1px;
    height: 500px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
   

}


.sol_contaner {
    position: relative;
	padding-top: 150px;
    /*margin-top: 50px;*/
}
/*#change.sol_contaner{
	padding-top: 50px;
}*/
#change .child_heading p {
	margin-top: 40px;
}
#remote,
#sns,
#development,
#marketing,
#security,
#other{
	margin-top: -70px;
}

/*#intro{
	padding-top: 100px;
	margin-top: 0px;
}*/


#business-solution{
	padding-top: 0px;
	margin-top: 0px;
}
#remote {
	margin-top:-100px;
}
#message,#ir-news {
	margin-top: -130px;
}
#message .ariticle {
	padding-bottom: 0;
}
.contact_box #message {
	margin-top:0;
}
/*.sol_contaner {
    padding-top: 70px;
    margin-top: -70px;
}

#ir-news.sol_contaner {
    padding-top: 140px;
    margin-top: -140px;
}
#sns.sol_contaner,
#remote.sol_contaner,
#development.sol_contaner,
#marketing.sol_contaner,
#security.sol_contaner,
#other.sol_contaner{
    padding-top: 140px;
    margin-top: -140px;
}

#sns .ma4spno,
#remote .ma4spno,
#development .ma4spno,
#marketing .ma4spno,
#security .ma4spno,
#other .ma4spno{
	margin-top: 0;
}
*/
	
.child_heading {
    position: absolute;
    left: 2%;
}


.ma4{
	margin-top: 40px;
}
/*
#change .ma4 {
	margin-top: 0;
}
#corporate .ma4 {
	margin-top: 0;
}
*/
.ma4spno{
	margin-top: 40px;
}
/*
#ir-news .ma4spno {
	margin-top: 0;
}
#manager .ma4spno {
	margin-top: 0;
}
#corporate{
	margin-bottom: 70px;
}
*/

#corporate .back_gry_02 {
	height: 90%;
	background: none;
}
#corporate .padding60,
#qa .padding60,
#erectronic .padding60
{padding-top: 0;}
 
/*#finance.sol_contaner,
#ir-library.sol_contaner,
#stock.sol_contaner,
#calendar.sol_contaner,
#qa.sol_contaner,
#erectronic.sol_contaner{
	padding-top:140px;
	margin-top:-140px;
}

#stock.sol_contaner {
	margin-top: -70px;
}*/
#calendar .ma4 {
	margin-top: 0;
}

.sol_list li a {
  width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.sol_list li {
    border: 1px #cccccc solid;
	width: 48%;
	margin-bottom: 30px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
    position: relative;
    transition: all .2s;
}

.sol_list li::before,
.sol_list li::after{
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: content-box;
}
.sol_list li::before{
  top: -2px;
  left: -2px;
}
.sol_list li::after{
  bottom: -2px;
  right: -2px;
}
.sol_list li:hover::before,
.sol_list li:hover::after {
  width: 100%;
  height: 100%;
}
.sol_list li:hover::before {
  border-bottom-color: #a71e24;
  border-left-color: #a71e24;
  transition: height .3s, width .3s .3s;
}
.sol_list li:hover::after {
  border-top-color: #a71e24;
  border-right-color: #a71e24;
  transition: height .3s, width .3s .3s;
}

.sol_list li span.border{
  position: absolute;
  left: 51.3%;
  bottom: -1px;
  display: inline-block;
  width: 103%;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #a71e24;
  padding-left: 0;
  border-left: 0;
  transition: width .3s ease-in;
}
.sol_list li:hover span.border{
  width: 0;
}

.sol_list {
	justify-content: space-between;
}

.sol_list p{
	font-weight: bold;
	margin-bottom: 10px;
}

.sol_list span{
	color: #a71e24;
	font-size: 1.5rem;
	border-left: 1px #a71e24 solid;
	padding-left: 10px;
	font-weight: bold;
}

.arrow_slo{
	width: 20px;
	vertical-align: middle;
    margin-left: 10px;
}

/*会社案内
------------------------------*/

.greeting {
    display: flex;
    justify-content: space-between;
	align-items: center;
}


.company_link ,
#solution + .header_link ,
#company + .header_link{
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1000px;
	margin: -66px auto;
    margin-bottom: 0px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.company_link li{
    background-color: #a71e24;
	width: 250px;
    text-align: center;
	border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  opacity: 1;
  transition: opacity .3s ease;
}
#company + .company_link li {
	width: 200px;
}
.company_link li:hover{ opacity: 0.6;}


.company_link li a{
	color: #fff;
	display: block;
	padding: 6% 0px;
}
.company_link li a + p {
	display: none;
}
.arrow{
    position: relative;
    display: block;
	margin: auto;
    padding: 0px 0px 10px 0px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 200;
    margin: auto;
    content: "";
}

.sample5-2::before{
    left: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}



.ariticle {
    width: 1000px;
    margin: auto;
	padding: 50px 0px 0px 0px;


}

.weight_h4{
	font-weight: bold;
	width: 17%;
}
#intro .white_back .weight_h4,
#message .weight_h4{
	width: 100%;
}
#intro .white_back p{
	/*font-size: 0.875em;*/
}

/*#message {
    margin-bottom: 100px!important;
}
*/




.message_p{
	margin-bottom: 3%;
}

.message_p_right{
	text-align: right;
}

.white_back {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}






.br_inline{
	display: inline-block;
}



/*.corporate_contaner,
.corporate_contaner02{
    padding: 60px 0px;
}
.corporate_contaner .child_heading, 
.corporate_contaner02 .child_heading{
	top: 90px;
}*/
/*.corporate_contaner .child_heading p,
.corporate_contaner02 .child_heading p {
	height:150px;
}*/
.btn01-02 a {
    border: 1px solid #a71e24;
    width: auto;
    display: block;
    position: relative;
    background: #fff;
}
.btn01-02 a span{
  display: block;
  height: 100%;
  padding: 15px;
  color: #a71e24;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.btn01-02 a span br {
	display: none;
}
.btn01-02 a::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease-in-out;
}
.btn01-02 a:hover::before{
  transform: scaleX(1);
}

.btn01-02 a:after {
	content: "";
	background: url("../images/right_icon.svg")no-repeat;
	display: inline-block;
	width: 27px;
	height: 5px;
	position: absolute;
	right: 20px;
	top: 49%;
}
	
.btn-center{
	margin: auto;
}




.manager_intro{
    display: none;
}

.manager-label{
	display: block;
	padding: 20px;
	position: relative;
	border-bottom: 1px #e6e6e6 solid;
	display: flex;
	
}

.manager-label:after{
	font-size: 1.7em;
	color: #a71e24;
	font-weight: 100;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;

}

.manager-content{
	background-color: #f9f9f9;
	height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .5s;
    visibility: hidden;
}

.manager_intro:checked + .manager-label:after{
    content: '−';

}

.manager_intro:checked + .manager-label + .manager-content{
    height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
}

.manager-content dl{
	display: flex;
	margin: 20px;
}

.manager-content dt{
	margin-right: 5%;
	width: 15%;
}
.manager-content dd{
	width: 80%;
}

.change_box  dl,
.change_box-02 dl,
.about_box dl{
	display: flex;
	justify-content: space-around;
	margin: 20px 0px;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 20px;
} 

.change_box  dt,
.change_box-02 dt,
.about_box dt{
	width: 15%;
} 

.change_box-02 dd,
.change_box dd,
.about_box dd{
	width: 80%;
} 

/*#about .child_heading {
	margin-top: 25px;
}*/
.change_contaner{
justify-content: space-between;
}




 

.back_red{
	background-color: #a71e24;
}
#qa .back_red {display: none;}
.ad-just_left{
	width: 1%;
    position: absolute;
    height: 100%;
}
#change .ad-just_left {
	display: none;
}
.ad-just_left02{
	width: 1%;
    position: absolute;
    height: 87%;
}

.ad-just_right {
    width: 1%;
    position: absolute;
    height: 90%;
    left: 10;
    top: 200px;
    right: 0px;
    z-index: -2;
}
#message .ad-just_right {
	display: none;
}

.back_gry{
    background: url(../images/bg_01.jpg) repeat;
    width: 30%;
    height: 90%;
    position: absolute;
    z-index: -2;
}

.change_box {
    width: 70%;
}
#intro .bg_01 {
	background: none;
}
#intro .cont_h3 {
	margin-bottom: 55px;
}
#intro .white_back {
	border: 1px #cccccc solid;
}




#intro .padding100 {
	padding: 0 0 100px 0px
}



/*ソリューション
------------------------------*/
.height_hed {
    
}

.lower_heading {
    width: 1000px;
    margin: auto;
    padding: 7% 0;
}

.page-title_right{
    font-size: 2.75em;
    color: #a71e24;
    line-height: 1.3em;
	font-weight: bold;
}
.page-p_w {
	font-weight: bold;
	padding: 1% 5% 5%;
	padding-left: 50px;
}

.header_link {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1000px;
	margin: -66px auto;
    margin-bottom: 1%;
    background-color: #fff;
}

.header_link li{
    background-color: #a71e24;
	width: 333px;
    text-align: center;
	border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    transition: opacity .3s ease;
}
.header_link li:hover{ opacity: 0.6;}


.header_link li a{
	color: #fff;
	display: block;
	padding: 15px 0px;
	font-weight: bold;
}
.header_link li a + p {
	display: none;
}
.header_link li a br {
	display: none;
}
.sol_list_02 li {
    width: 48%;
    justify-content: space-between;
	margin-top: 3%;
}

.sol_list_02 {
	justify-content: space-between;
	padding: 50px 0px 80px 0px;
}


.sol_list_02 span{
	color: #a71e24;
	font-size: 1.5rem;
	border-left: 1px #a71e24 solid;
	padding-left: 10px;
	font-weight: bold;
}
	
.icon_right {
    width: 30%
}


.icon_right img {
    width: auto;
	max-height: 150px;
}

.icon_left {
    width: 65%;
}
#development .icon_left {
	width: 100%;
}
#development .solution_p a {
	display: block;
	font-weight: bold;
}
#development .solution_p a,
.change_box a{
	text-decoration: underline;
}
#development .solution_p a:hover,
.change_box a:hover {
	color: #a71e24;
}

.icon_left_02 {
	width: 60%;
	padding: 20px 5px 20px 20px;
}
.icon_right100 {
	width: 40%;
	text-align: right;
}

.solution_list {
    display: flex;
	justify-content: space-between;
}
.solution_list.d-block {
	display: block;
}
.solution_p{
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	
}

.solution_p_02{
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	
}



.solution_box{
	background-color: #fff;
	min-height: 188px;
	padding: 20px 10px 20px 20px;
}

.solution_box_02{
	background-color: #fff;
	min-height: 188px;
}

.icon_left h5,
.icon_left_02 h5{
	color: #006fb1;
	font-size: 20px;
}

.blue{
	color: #006fb1!important;
	display: inline-block!important;
}


.solution_p{
	display: inline-block;
}
.solution_box_02 .icon_right100 img {
}


.back_icon-33{
	background-image: url(../images/back_icon-33.png);
	background-repeat: no-repeat;
    width: 310px;
    height: 215px;
    z-index: 1;
    position: absolute;
    top: 16%;
    right: 10%;
}
.back_icon-34{
	background-image: url(../images/back_icon-34.png);
	background-repeat: no-repeat;
    width: 310px;
    height: 215px;
    z-index: 1;
    position: absolute;
    top:29%;
    right: 10%;
}
.back_icon-35{
	background-image: url(../images/back_icon-35.png);
	background-repeat: no-repeat;
    width: 310px;
    height: 215px;
    z-index: 1;
    position: absolute;
    top: 39%;
    right: 10%;
}
.back_icon-36{
	background-image: url(../images/back_icon-36.png);
	background-repeat: no-repeat;
    width: 310px;
    height: 215px;
    z-index: 1;
    position: absolute;
    top: 250px;
    right: 10%;
}
.back_icon-37{
	background-image: url(../images/back_icon-37.png);
	background-repeat: no-repeat;
    width: 310px;
    height: 215px;
    z-index: 1;
    position: absolute;
    top: 250px;
    right: 10%;
}
.back_icon-38{
	background-image: url(../images/back_icon-38.png);
	background-repeat: no-repeat;
    width: 310px;
    height: 215px;
    z-index: 1;
    position: absolute;
    top: 250px;
    right: 10%;
}
.back_icon-33,.back_icon-34,.back_icon-35,.back_icon-36,.back_icon-37,.back_icon-38 {
	background: none;
}

/*IRニュース
------------------------------*/

.ir-news_box {
    position: relative;
}

/*.ir-news_contaner{
	padding-bottom: 100px;
}*/

.accordion-wrap {
    position: static;
}

.accordion-item {
    width: 20%;
    position: relative;
    background-color: #f2f2f2;
    height: 50px;
    text-align: center;
    color: #808080;
    margin-bottom: 1px;
    line-height: 50px;
	cursor:pointer;
}


.accordion-text,
.top90,
.top190,
.top290{
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
    top: 0%;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
	z-index: 2;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
	height: 440px;
	overflow-y: auto;
}
.accordion-text {
	height: 100%;
}
.top390,
.top490,
.top590,
.top690{
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
	top: 0%;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
	/*margin-top: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
}




.accordion-text2 {
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
    top: -40px;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
}

.accordion-gold {
    background-color: #a71e24;
    height: 50px;
    color: #fff;
    position: relative;
}

.accordion-gold:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #a71e24;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 15px;
}

.news-day{
	margin-right: 30px;
}
.news-day b {
	font-weight: bold;
	font-size:16px;
	color: #a71e24;
	display: block;
	margin: 2% 0;
}
.news-day small {
	display: block;
	font-size: 16px;
	margin-bottom: 2%;
	font-weight: bold;
}
.news-day b.mbnone {
	margin-bottom: 0;
}
.accordion-text > p a:hover {
	color: #a71e24;
	text-decoration:underline;

}
.news-day a.f_ir_d {
}
.news-content{
	display: none;
    position: absolute;
	top: 0;
    left: 40%;
	border-left: 1px #e6e6e6 solid;
	padding-left: 40px;
}


.news-content:after{
	width: 0;
      height: 0;
      left: 0;
      bottom: -19px;
      margin-left: 10px;
      pointer-events: none;
      content: " ";
	
	 
	
}

.year:hover + .news-content{
	display: block;
}



.back_gry_02{
    background: url(../images/bg_01.jpg) repeat;
    width: 30%;
    height: 60%;
    position: absolute;
    z-index: -2;
	top: -20px;
}



.gry_w {
    background-color: #f2f2f2;
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
	margin-bottom: 20px;
}

.finance_table{
    width: 1000px;
}

.finance_table th{
	border: 1px #e6e6e6 solid;
}

.red_h th{
    background-color: #a71e24;
	width: 250px;
	padding: 30px 0px;
	text-align: center;
	color: #fff;
	border: 1px #e6e6e6 solid;
}

.finance_table td{
	width: 250px;
	padding: 25px 0px;
	border: 1px #e6e6e6 solid;
	text-align: center;
}

.tr_center th{
	width: 250px;
	padding: 25px ;
	border: 1px #e6e6e6 solid;
	text-align: center;
	
}

.tr_center:nth-child(2n+1) {
	background-color:#f9f9f9;
}
.red-02{
	width: 500px!important;
}

.co-re-w{
	font-weight: bold;
	color: #a71e24;
}

.list_ul{
	list-style: inside;
	color: #a71e24;
}

.list_ul li{
	color: #a71e24;
}

.font14{
font-size: 14px;	
}




.span-right{
	text-align: right;
	display: block;
	font-size: 14px;
}

.ad-just_left_02{
	width: 1%;
    position: absolute;
    height: 100%;
	display: none;
}

.change_box-02 {
    width: 70%;
	margin-left: 30%;
}

.change_box-02 dt{
	color: #a71e24;
	font-weight: bold;
	font-size: 2.5rem;
	width: 15%;
} 

.change_box-02 dt span{
	color: #a71e24;
	font-weight: bold;
	font-size: 1.5rem;
} 

.qa-box dl{
	margin: 20px 0px;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 20px;
}
.qa-box dl a {
	text-decoration: underline;
}
.qa-box dl a:hover {
	color: #a71e24;
}
.qa-box dt span{
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	
	
}

.qa-box dt{
	color: #a71e24;
	font-weight: bold;
	font-size: 3rem;
	margin: 0px 0px 10px 0px;
}

.qa-box dl:last-of-type {
	border-bottom: none;
	margin-bottom: 50px;
}



.top10{
	margin-top: 7%;
}

.gry_long{
	background-color: #f2f2f2;
	padding: 10px 0px 10px 10px;
	font-weight: bold;
	
}

.change_box p{
	margin: 20px 0px;
}




/*お問い合わせ
------------------------------*/

.p-red-box{
	text-align: center;
	}

.p-red-box p{
	color: #a71e24;
	text-align: center;
	border-bottom: 1px #a71e24 solid;
	width:90px;
	display: inline-block;
	
}

header label{ display: none;}

form > div{
	max-width: 700px;
	margin: auto;
}

label{
	display: block;
	margin: 10px 0px;
	color: #333333;
	font-weight: bold;
}

select{
	display: block;
	width: 55%;
	padding: 3px 10px;
	border: 1px #cccccc solid;
	border-radius: 5px;
}

.container {
  margin: 50px auto 0;
  position: relative;
}
select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
  
}
select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}

select {
  background-image: url("../images/select.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 9px 8px;
}
.doui {
	text-align: center;
	margin-bottom: 50px;
}
.contact_p{
    margin: 60px auto;
    max-width: 1000px;
	width: 96%;
}


input#company-name,
input#charge,
input#email{
    width: 650px;
	padding: 3px 10px;
	border: 1px #cccccc solid;
	border-radius: 5px;
	background-color: #f9f9f9;
}

input#name,
input#surname,
input#tel{
	width: 320px;
	padding: 3px 10px;
	border: 1px #cccccc solid;
	border-radius: 5px;
	background-color: #f9f9f9;
}

input#surname{
	margin-right: 11px;	
	}	

textarea{
	width: 650px;
	height: 300px;
	padding: 3px 10px;
	border: 1px #cccccc solid;
	border-radius: 5px;
	position: relative;
	background-color: #f9f9f9;
	
}

input#message::placeholder{
	position: absolute;
	top: 10px;
	
}

.contact_box{
	margin: 30px auto;
}

.mandatory{
	background-color: #a71e24;
	padding: 3px 8px;
	color: #fff;
	
}

.scroll-box{
	width: 1000px;
	margin: auto;
}
form .scroll-box{ max-width: 100%;}

.information{
	max-width: 1000px;
	height: 350px;
	overflow-y: scroll;
	overflow-x:hidden;
	padding: 20px 15px;
	border: 1px #cccccc solid;
	margin-bottom: 8%;
	width: 96%;
	margin: auto;
}
form .scroll-box .btnC {
	margin-top: 6%;
}
.font12{
	font-size: 12px;
}

.text-right{
	text-align: right;
}

.colo-red{
	color: #a71e24; 
	font-weight: bold;
}

.information-table{
	border: 1px #cccccc solid;
}

.information-table th{
	background-color: #a71e24;
	color: #fff;
	text-align: center;
	border: 1px #cccccc solid;
	padding: 10px;
}

.information-table td{
	border: 1px #cccccc solid;
	padding: 10px;
}

.btn-02 a,
input[type="submit"] {
	background: #a71e24;
	color: #fff;
    font-size: 1.8rem;
    padding: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.mwform-tel-field input[type="text"]{ width: 80px!important;}

.btnC{ text-align: center;}
input[type="submit"] {
    border: none;
    min-width: 55%;
    margin: 0 auto;
    display: inline-block;
	margin-bottom: 10px;
    font-size: 1.6rem;
}
.mw_wp_form_confirm input[type="submit"] {
    min-width: 35%;
	margin: 2%;
}
.mw_wp_form_confirm .btnC input[type="submit"]:nth-of-type(1) {
	background:#999;
}
.mw_wp_form_confirm form{ margin-top: 5%;}
.mw_wp_form .error{
    display: inline-block!important;
    border: solid 1px;
    margin-top: 4px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #B70000;
    color: #fff!important;
    position: relative;
}
.mw_wp_form .error::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #B70000;
    position: absolute;
    top: -5px;
    left: 20px;
    transform: rotateZ(45deg);
}
input#surname + span.error,
input#name + span.error{
    margin-left: -10px;
}
input#surname + span.error::before,
input#name + span.error::before{
    top: 0;
    bottom: 0;
    margin: auto;
    left: -5px;
}
input#name + span.error{ margin-left: 2px;}
.mwform-tel-field{ display: block;}

.btn-02{
    margin: 5%;
    text-align: center;
}

.download a{
	border: 1px #a71e24 solid;
	padding: 15px;
	color: #a71e24;
	text-align: center;
	display: block;
}

.download{
	margin-bottom: 20px;
	width: auto;
}

.underba{
	border-bottom: 1px #333333 solid;
	word-break: break-all;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
	border: 1px #cccccc solid;
	border-radius: 5px;
	padding: 3px 10px;
}


/*ニュース
------------------------------*/



.news-release dl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding: 2.5% 3%;
	border-bottom: 1px solid #f2f2f2;
}

.news-release dl a:hover dd,
.news-release dl a:hover dt{
	color: #a71e24;
}

.news-release dt {
    margin-right: 3%;
	width: 20%;
}
.news-release dt span {font-weight: bold;}
.news-release dd {
    margin-right: 3%;
	width: 80%;
}
.pre-next_btn-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 1000px;
    margin: auto;
}

.next{
	text-align: right;
	margin: 20px 0px;
}
.prev{
	text-align: left;
	margin: 20px 0px;
}
img.prev-icon{
    transform: rotateY(180deg);
    margin-left: 0;
    margin-right: 10px;
}
.next-w{ margin-left: auto;}
.next a{
	color: #a71e24;
	font-weight: bold;
	border-left: 1px #a71e24 solid;
	padding-left: 15px;
}
.prev a{
    color: #a71e24;
	font-weight: bold;
	border-right: 1px #a71e24 solid;
	padding-right: 15px;
}



/*ニュース詳細ページ
------------------------------*/
.title h4 ,.single h1{
    font-size: 2.4rem;
    /*color: #a71e24;*/
    padding: 3% 0;
	font-weight: bold;
	line-height: 1.5;
}

.day{
	border-left: 1px #333333 solid;
	display: inline-block;
	font-size: 1.5rem;
	padding-left:10px;
}

.txt {
    padding: 4% 0 5% 0;
    max-width: 1000px;
}
.txt h5{
	font-size: 2rem;
	font-weight: bold;
	margin: 2% 0;
	padding: 1% 0;
	border-bottom: 2px #333333 solid;
}

.txt img {
    margin: 2% 0;
}

.arrow_02{
    position: relative;
    display: block;
	margin:  0px 20px;
    padding: 0px 0px 10px 0px;
}
.arrow_02::before,
.arrow_02::after{
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 200;
    margin:  20px;
    content: "";
}




.previously-page,
.naxt-page{
	border: 1px #a71e24 solid;
	display: inline-block;
	vertical-align: middle;
    position: relative;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    box-sizing: border-box;
}
.previously-page a,
.naxt-page a{ display: block; height: 100%;}

.news_list a{
	color: #a71e24;
}

.previously-page::before{
    left: -6%;
    top: -4px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #a71e24;
    border-right: 1px solid #a71e24;
    -webkit-transform: rotate(135deg);
    transform: rotate(225deg);
}

.naxt-page::before{
	top: -4px;
    left: -14%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #a71e24;
    border-right: 1px solid #a71e24;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
}

.wp-nav{
   display: flex;
	align-items: center;
	justify-content: center;
}

.single .txt strong{ font-weight: bold;}
.single .txt em{ font-style: oblique;}
.single .txt a{ color: blue; text-decoration: underline;}
.single .txt img{ height: auto;}


/*サイトマップ
------------------------------*/

#sitemap-company{
	padding-top: 100px;
    margin-top: 0px;
}

.sitemap-flex{
	display: flex;
	flex-wrap: wrap;
}

.sitemap-flex li{
	width: 30%;
	border: 1px #a71e24 solid;
	margin: 20px 20px 20px 0px;
  padding: 10px 20px;
  position: relative;
	background: #fff;
}
.sitemap-flex li::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease-in-out;
}
.sitemap-flex li:hover::after{
  transform: scaleX(100%);
}


.sitemap-flex li a{
    color: #a71e24;
    display: flex;
    position: relative;
    z-index: 1;
	
}

.arrow02{
    position: relative;
    display: inline-block;
	margin: auto;
    padding: 0px 0px 10px 0px;
}
.arrow02::before,
.arrow02::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 200;
    margin: auto;
    content: "";
}

.sample5-3::before{
    width: 7px;
    height: 7px;
    border-top: 1px solid #a71e24;
    border-right: 1px solid #a71e24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site-link {
    width: 200px;
}

/*追加*/
.accordion-text　{
	bottom: 0;
}
.lower .h_logo {
	width: 110px;
}
.company_link li a{
	font-weight: bold;
}
.fade-in .anime01_inn {
	color: #a71e24;
}
/*b.anime01_inn img{
	min-width: 340px;
	height: auto;
	margin-bottom: 3%;
}*/

.left_c.fade-in:before,
.ceo_img.fade-in:before{
	animation: img-lr 1s cubic-bezier(.4,0,.2,1) forwards;
	background: #fff;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right:0;
	top: 0;
	z-index: 1;
}
.left_c img {
	opacity: 0;
}
.left_c.fade-in img {
	opacity: 1;
	width: 100%;
}
.page-center_p ,
.lower h3{
	line-height: 100%;
}
.page-center_p {
	line-height: 1.6em;
}
/*20210730*/
#manager .h3 {
	padding-top: 0;
}
#erectronic h3 {
	padding-top: 0;
}
#erectronic .back_gry_02 {
	top: 45%;
}
/*career*/
#career + .inner p:first-of-type {
	font-size: 1.24em;
	margin-bottom: 3%;
	margin-top: 7%;

}
#career + .inner p {
	text-align: center;
	
}
.company_link li a br {display: none;}

#about .sol_contaner {
	margin-top: 0;
}
#erectronic.sol_contaner {
	padding-top: 170px;
}
.acc_in dl dt {
	display: flex;
	justify-content:center;
	align-items:center;
}
.acc_in dl dd {
	line-height: 1.3em;
}
.accordion-text > p a{
	text-decoration: underline;
}
#recruit_con {
	padding-top:100px;
	margin-top: -100px;
}
	.ma-bo35 .list_ul li {
	list-style-type:none;
		margin: 1% 0;
	}
	.ma-bo35 .list_ul li:before {
		display: inline-block;
		content: "・";
		color: #a71e24;
	}
.ma-bo35 .list_ul li p {
	display: inline-block;
}
#change .change_box br {
	display: block;
	content: "";
	margin-bottom: 1.5%;
}
#marketing .back_icon-36 {
	background-size: 90%;
	right: 7%;
}
.year_calendar {
	display: inline-block;
	background: #a71e24;
	color: #fff;
	padding: 1% 6%;
	line-height: 100%;
	font-weight: bold;
	width: 30%;
	text-align: center;
}
.mw_wp_form_confirm.mw_wp_form_preview .doui {
	display: none;

}
.single blockquote {
	background: #f4f4f4;
	padding: 2%;
}

/*モバイル版
------------------------------*/

@media (max-width: 1300px) {	
	
	
/*.child_heading {
    position: absolute;
    padding: 40px 20px;
    left: 30px;
    top: 140px;
}*/
#finance .child_heading,
#stock .child_heading,
#ir-library .child_heading,
#finance .child_heading{
	top: 30px;
}
.ariticle {
    width: 94%;
    margin: auto;
    padding: 10% 0;
	text-align: justify;
}
	
.inner {
    width: 80%;
    margin: auto;
}
	#corporate .padding60, #qa .padding60, #erectronic .padding60 {
		padding-top: 60px;
	}
	/*#ir-news .ma4spno {
		margin-top: 0;
	}*/
	#corporate .padding60, #qa .padding60 {
		padding-top: 0;
	}
	#stock .child_heading{
		top: 150px;
	}
	#finance .child_heading, #ir-library .child_heading {
		top: 150px;
	}
	#calendar .ma4 {
		margin-top: 55px;
	}
	/*#sns .ma4spno, #remote .ma4spno, #development .ma4spno, #marketing .ma4spno, #security .ma4spno, #other .ma4spno,#change .ma4{
		margin-top: 0px;
	}*/
	.finance_table{
    width: 100%;
}
	
}
@media (max-width: 1160px) {
	/*b.anime01_inn img,
	span.anime01_inn img{
	width:96%;
		min-width: inherit;
	}*/
}
@media (max-width: 1100px) {
	footer .flex ul {
		margin-right: 3%;
	}
	footer .flex h6 {
		width: 30%;
		margin-right: 2%;
	}
	.acc_c {
		width: 66%;
	}
	.acc_c .bg_01 {
		width: 72%;
	}
	/*
	#remote .back_icon-33 {
		top:18%;
		background-size: 70%;
		right: 0;
	}
	#sns .back_icon-34,
	#development .back_icon-35{
		background-size: 70%;
		right: 0;
	}
	#development .back_icon-35{
		top: 40%;
	}
	#marketing .back_icon-36 {
		background-size: 65%;
		right: 0;
		top: 40%;
	}
	#security .back_icon-37 {
		background-size: 70%;
		right: 0;
		top: 40%;
	}
	#other .back_icon-38 {
		background-size: 70%;
		right: 0;
	}
	*/
	.sol_list_02 li {
		width: 49%;
	}
	.sol_list_02 li {
		width: 49%;
	}

	.solution_p {
		margin: 10px 0 0 0;
	}
	.solution_box,.solution_box_02 {
		min-height: 200px;
		height: auto;
		align-items: center;
		display: flex;
	}


}
/*ipad pro　幅調整
------------------------------*/
@media (max-width: 1050px) {
	
.ariticle {
    width: 90%;
    margin: auto;
    padding: 50px 0px 0px 0px;
}
.slide_box {
	width: 60%;
	margin-left: 40%;
		
}

	div#n2-ss-2 .n2-ss-control-bullet {
		top: 35px;
	}
.inner {
    width: 90%;
    margin: auto;
}
/*20210730*/
.company_link ,
#solution + .header_link ,#company + .header_link{
 width: 100%;
	}
.greeting_hed {
	width: 40%;
	text-align: center;
}
#solution + .header_link li ,#company + .header_link li {
	width: 33.3333%;
	}
	.company_link li {
		width: 25%;
	}
	#company + .company_link li {
		width: 20%;
	}
	.solution_list {
		align-items: center;
	}
	.icon_left_02 {
		padding-left: 14px;
	}
	.solution_box {
		padding:14px 10px 20px 14px;
	}}
@media (max-width: 1000px){
.header_link{
width: 100%!important;
}
.page-title{
	font-size: 2em;
}
	.page-p_w {
	font-size: .9em;
	}
}
@media (max-width: 900px){
	.solution_list {
		align-content: center;
	}



}

@media (max-width: 860px){
	.top_head_f nav li {
		padding:2% 0;
	}
	/*b.anime01_inn img,
	span.anime01_inn img{
	width:80%;
	min-width: inherit;
	}*/
	.solution_box,.solution_box_02 {
		min-height: 200px;
		height: auto;
	}

}
@media (max-width: 768px) {

	.pc{
	display: none;
}
	
.sp{
	display: block;
}
	
.padding5 {
    padding-bottom: 10%;
}

.wrapper,
.wrapper02{
    margin: 15% 0px;
}

.padding100{
	padding: 15% 0px;
}

	
/*.padding60{
	padding: 20% 0px;
}*/
	
.margin60{
   margin: 10% 0;
}

.margin60-1{
	margin: 20% 0px 10% 0px;
}
	
.ma-botm10{
	margin-bottom: 10% /*スマホのみ*/
}
	
.ma-top10{
	margin-top: 10%	/*スマホのみ*/
}
	

	
.cont_h3 {
	font-size: 2rem!important;
	padding: 30px 0px 40px;/*赤の見出し*/
}

.cont_h3_02 {
	padding: 0px!important; /*赤の見出し横並び*/
	font-size: 2rem;
}
	
.corporate_contaner02 {
    padding: 15% 0px;
} 

.ma-left_65{
	margin-left: 0px;
}

.ma-left_30{
	margin-left: 0px;
}
	#remote {
		margin-top: 0;
	}
	#remote, #sns, #development, #marketing, #security, #other {
		margin-top: 0;
	}
	.ma-bo35 .list_ul li {
		display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
	}
	.ma-bo35 .list_ul li p {
		display: block;
		width: 90%;
	}
	.ma-bo35 .list_ul li:before {
		display: block;
	}
	#mw_wp_form_mw-wp-form-26 .mandatory.font12{
		padding: 3px;
	}



}

	





@media (max-width: 768px) {
    .mw_wp_form{ padding-left: 15px; padding-right: 15px;}
    .mw_wp_form .information{ margin:0 auto 30px auto;}
    .scroll-box{ padding-bottom: 30px;}
    header label{ display: block;}
	.child_heading {
		top: 0;
	}
	#intro .padding100 {
		padding-bottom: 0;
	}
	/*#about h3 {
		margin-bottom: 15%;
	}
	#about .child_heading {}
	/*#manager h3 {
		margin-bottom: 10%;
		padding: 0;
	}
	#manager .child_heading {
		top: 150px;
	}
	*/
	
	
/*事業内容_*/
	
.des_p {
    padding-bottom: 10%;
}
.sol_list li {
    width: 100%;
	padding: 25px;
	margin-bottom: 20px;
}

.sol_list {
	justify-content: space-between;
	width: 100%;
    margin: auto;
}
	.sol_list li {
		padding: 18px;
	}
	.sol_list li .item_center {
		width: 65%;
	}
	.sol_list li .icon_flex {
		width: 32%;
		text-align: center;
	}

.child_heading p {
	writing-mode: horizontal-tb;
    font-size: 1rem;
    font-weight: bold;
    color: #a71e24;
    border-left: none;
	height: 25px;
}
	
.child_heading {
    position: absolute!important;
    left: 3%!important;
    top: 0px!important;
}
	
/*#change .child_heading {
    position: absolute!important;
    left: 1%!important;
    top: 75px!important;
    padding: 0px!important;
}
	.child_heading {
		top: 150px;
	}*/
	
	
	#intro .cont_h3 {margin-bottom: 0;}

#about .child_heading {
     margin-top: 0px;
}

/*#change .ma4 {
    margin-top: 90px!important;
}*/
	

	
.ma4{
	margin-top: 15%;
}
	
.ma4spno{
	margin-top: 0px!important;
}


.child_heading_03 p {
	writing-mode: horizontal-tb;
    font-size: 1rem;
    font-weight: bold;
    color: #a71e24;
    border-left: 1px #a71e24 solid;
	height: 25px;
	padding-left: 10px;
}
	
.child_heading_03 {
    position: absolute!important;
    left: 10px!important;
    top: 0px;
    padding: 0px!important;
}

	
.page-title {
    font-size: 1.5em;
    color: #a71e24;
    line-height: 1.3em;
    margin-left: 20px;
	padding: 0;
}
	.right_box {
		padding: 10% 0;
		width: 100%;
	}	
	
/*会社案内*/
	
	.sol_contaner {
    margin-top: 100px;
    padding-top: 0px;
}
	
#intro{
	margin-top: 100px;
	padding-top: 0px;
}
	
	
	
	#intro .cont_h3,
	#about .cont_h3,
	#manager .cont_h3,
	#change .cont_h3,
	#business-solution .cont_h3,
	#remote .cont_h3,
	#remote .cont_h3,
	#sns .cont_h3,
	#development .cont_h3,
	#marketing .cont_h3,
	#security .cont_h3,
	#other .cont_h3{
		padding: 30px 0px 40px;
	}
	
	.company_link li{
    background-color: #a71e24;
	padding: 4% 2%;
	width: 50%;
    text-align: center;
	margin-top: 0px;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
.company_link, #solution + .header_link, #company + .header_link {
    background-color: #a71e24;
	width: 50%;
    text-align: center;
	margin-top: 0px;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	}
	.company_link li a,#solution + .header_link li a,#company + .header_link li a {
		font-size: 1em;
		padding: 0;
		font-weight: bold;
	}
	
.company_link {
    display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 10px 0px;
	width: 100%;
}
	.company_link, #solution + .header_link,#company + .header_link {
    display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 10px 0px;
	width: 100%;
	}
	
.arrow{
    position: relative;
    display: inline-block;
	margin: auto;
    padding: 10px;
}
	
.font-size25{
	font-size: 2.5rem;
	padding: 10% 0 5%;
	}	
	
	
.ceo_img {
    width: 70%;
    box-shadow: 0px 4px #a71e24;
}	
	
.ariticle {
    width: 90%;
    margin: auto;
    padding: 50px 0px 100px 0px;
}

.message_p_right {
    font-size: 14px;
}
	
	
.corporate_contaner {
    padding: 20% 0px;
} 
	
.corporate_contaner02 {
    padding: 0px;
} 
.manager-content dl {
	margin: 4%;
}
.manager-content dt {
	width: 32%;
	margin-right: 4%;
}

.manager-content dd {
	width: 64%;
}
	
.w100{
		width: 96%;
	}

.white_back {
    margin: 0px 5px 30px 5px;
	padding: 15px;
}





	
.manager_box {
    width: 95%;
    margin: auto;
}
	
	.manager-label {
    display: block;
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px #e6e6e6 solid;
}
	
.manager-label:after {
    font-size: 1.7em;
    color: #a71e24;
    font-weight: 100;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: 0;
    content: '+';
    display: inline-block;
    width: 1em;
    height: 1em;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
}
	
.manager_intro:checked + .manager-label + .manager-content {
    height: auto;
    opacity: 1;
    padding: 20px 0px;
    visibility: visible;
	margin-bottom: 20px;
}

	


.change_box {
    width: 100%;
    margin: auto;
    text-align: justify;
}
	
.change_box dt {
    margin-right: 10px;
    width: 35%;
}
	
.change_box dd {
    margin-right: 10px;
    width: 100%;
}
	

.back_gry{
    width: 25%;
}
	
.back_gry,
.ad-just_left{
    height: 100%;
	top: 0;
}
	
.ad-just_left02 {
    width: 1%;
    position: absolute;
    height: 95%;
	display: none;
}
	
.child_heading_03 {
    display: flex;
    width: 100%;
    align-items: center;
}
	
.message_p_right img {
    width: 30%;
}
#change .cont_h3_02.sp {
	margin-bottom: 15%;
}	

	.page-center_p {
		text-align: left;
	}
/*IR情報*/
	
	#ir-news .cont_h3,
	#corporate .cont_h3,
	#finance .cont_h3,
	#ir-library .cont_h3,
	#stock .cont_h3,
	#calendar .cont_h3,
	#qa .cont_h3,
	#erectronic .cont_h3{
		padding: 30px 0px 40px;
	}

.top90 {
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
	top: -90%;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
}

.top190 {
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
	top: 0;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
}

.top290 {
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
	top: 0;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
}

.top390 {
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
	top: 0;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
}

.top490 {
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
	top: 0;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
}

.top590 {
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
	top: 0;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
}

.top690 {
    width: 75%;
    display: none;
    position: absolute;
    left: 25%;
	top: 0;
    border-left: 2px solid #e6e6e6;
    padding-left: 2%;
}
.top390, .top490, .top590, .top690{ bottom: auto;}



	
	
/*ソリューション*/
.height_hed {
    height: 40vh;
}

.lower_heading {
    width: 100%;
    margin: auto;
    padding: 7% 0;
}
	
.page-title_right {
    font-size: 1.5em;
    color: #a71e24;
    line-height: 1.3em;
    margin-left: 0px;
}
	
.lower_heading {
    width: 90%;
    margin: auto;
    padding: 10% 0;
}

.height_hed {
    height: 35vh;
}
	
.header_link{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: -66px auto;
    margin-bottom: 5%;
}

.header_link li,
#solution + .header_link li,
#company + .header_link li{
    background-color: #a71e24;
    padding: 10px;
    width: 50%;
    text-align: center;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
}
	
.sol_list_02 {
    justify-content: space-between;
    margin-top: 30px;
    padding: 10% 0px;
    margin-bottom: 10%!important;
}



.sol_list_02 li {
    width: 100%;
    margin: auto;
    justify-content: space-around;
}
	
.page-p_w {
    font-weight: bold;
    padding: 3% 20px 0 20px;
	font-size: 14px;
}
	
.icon_left {
    width: 100%;
	padding: 10px;
}
	
.solution_box_02 {
    height: 100%;
}
	
.icon_left_02 {
    width: 100%;
    padding: 10px;
}
	
.icon_left_02 img{
	padding: 10px;
	z-index: 999;
	}
	
.solution_p_02 {
    margin: 0px 10px 10px 10px;
}

.icon_left h5,
.icon_left_02 h5 {
		padding: 10px;
	}

.solution_box {
    padding: 10px;
	height: auto;
}
	
.solution_p {
    margin: 10px;
}
	
.icon_right {
    width: 30%;
	margin-left: 4%;
}
	
/*	
.back_icon-33 {
    background-image: url(../images/back_icon-33.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40%;
    position: absolute;
    top: 12%;
    right: 1%;
}
	
	
.back_icon-34{
	background-image: url(../images/back_icon-34.png);
	background-repeat: no-repeat;
    background-size: 100%;
    width: 40%;
    position: absolute;
    top: 18%;
    right: 1%;
}
#sns .back_icon-34 {
    top: 19%;
	}
.back_icon-35{
	background-image: url(../images/back_icon-35.png);
	background-repeat: no-repeat;
    background-size: 100%;
    width: 40%;
    position: absolute;
    top: 27%;
    right: 1%;
}

#development .back_icon-35 {
    top: 32%;
	}
.back_icon-36{
	background-image: url(../images/back_icon-36.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40%;
    position: absolute;
    top: 9%;
    right: 1%;
}
#marketing .back_icon-36 {
		top: 20%;
	}
.back_icon-37{
	background-image: url(../images/back_icon-37.png);
	background-repeat: no-repeat;
    background-size: 100%;
    width:40%;
    position: absolute;
    top: 24%;
    right: 1%;
}
#security .back_icon-37 {
    top: 26%;
	}
.back_icon-38{
	background-image: url(../images/back_icon-38.png);
	background-repeat: no-repeat;
    background-size: 100%;
    width: 40%;
    position: absolute;
    top: 21%;
    right: 1%;
}
*/
	

	
.inner {
    width: 94%!important;
}
	
.btn01-02 a {
    width: 82%;
    padding: 6px;
	margin: auto;
}
	
.btn01-02 a:after {
	content: "";
	background: url("../images/right_icon.svg")no-repeat;
	display: inline-block;
	width: 27px;
	height: 5px;
	position: absolute;
	right: 20px;
	top: 57%;
}
	
.finance_table {
    width: 100%;
}
	
.red_h th,
.finance_table td,
.finance_table th{
    padding: 5% 2%!important;
}
	
.sp-pa-w{
	padding: 0;	
	}
	

.year {
    width: 20%;
    padding: 2% 5%;
}
	
.year:hover{
	width: 20%;
	padding: 2% 5%;
}
	
.news-content{
	display: none;
    position: absolute;
	top: 80px;
    left: 40%;
	border-left: 1px #e6e6e6 solid;
	padding-left: 40px;
}


.news-content:after{
	width: 0;
      height: 0;
      left: 0;
      bottom: -19px;
      margin-left: 10px;
      pointer-events: none;
      content: " ";
	
	 
	
}

.ir-news_box {
    width: 100%;
    position: relative;
}
	
.news-content {
    display: none;
    position: absolute;
    top: 0;
    left: 25%;
    padding-left: 5%;
    width: 75%;


	
}
	
/*.ir-news_contaner{
	padding-bottom: 15%;
}*/

.change_box-02 {
    width: 95%;
    margin: auto;
}
	
	
.change_box p {
    margin: 0px 0px 4%;
}
	
.back_gry_02{
    height: 120%;
}

	
/*お問い合わせ*/
	
	
form {
	width: 100%;
	}

select {
    width: 100%;
}

input#company-name,
input#charge,
input#email{
    width: 100%;
}

input#name,
input#surname,
input#tel{
	width: 44%;
}

input#surname{
	margin-right: 4%;	
	}	
	
input#name + span.error{ margin-left: 2%;}

input#message::placeholder{
	position: absolute;
	top: 10px;
	
}
	
textarea{
	width: 100%;
}
	
placeholder { 
  color: #999999!important;
  position: relative;
  top: 0.1em;
}

.contact_p{
    margin: 30px auto;
	font-size: 0.875em;
}


.scroll-box{
	width: 100%;
	margin: auto;
	
}

.information{
	width: 95%;
	margin: auto;
}


.information-table td{
	border: 1px #cccccc solid;
	padding: 3px;
}
	
	


.btn-02 a {
	background: #a71e24;
	color: #fff;
    font-size: 0.875em;
	padding: 20px;
}

.btn-02 {
    margin: 10% 0 20% 0;
    text-align: center;
}
	
.download{
	margin-bottom: 20px;
	width: 100%;
}



/*ニュース*/

.news-release{
		width: 100%;
	}

.news-release dl a {
	padding: 3.5% 0;
	border-bottom: 1px solid #f2f2f2;
	display: block;
}
.news-release dl a span {
	font-weight: 600;
	margin-bottom: 2%;
}

.news-release dl a:hover dd,
.news-release dl a:hover dt{
	color: #a71e24;
	display: block;
}

.news-release dt {
	display: block;
	font-weight: bold;
	margin-bottom: 1%;
}

.pre-next_btn-box{
	width: 95%;
	margin: auto;
}

.next{
	text-align: right;
}

.next a{
	color: #a71e24;
	font-weight: bold;
	border-left: 1px #a71e24 solid;
	padding-left: 15px;
}
.prev a,
.next a{ font-size: 12px;}

.ma-bo35{
	margin-bottom: 6%;
}
	

/*サイトマップ*/

#sitemap-company{
	margin-top: 50px;
    padding-top: 0px;
}


.sitemap-flex li {
    width: 100%;
	margin: 0 0 4%;
    
}

	.arrow {
		padding: 6px;
	}
	.accordion-text p {
		/*font-size:0.875em;*/
		margin-bottom: 4%;
		line-height: 1.5em;
		color: #a71e24;
		display: block;
	}
	.news-day {
		display:block;
		font-weight: bold;
		width: auto;
		margin-right: 5%;
	}
	.accordion-item {
		font-size:0.8em;
		font-weight: 600;
		width: 16%;
	}
	.accordion-wrap {
			position: static;
		}
	/*.message_p {
		/*font-size:0.875em;
	}*/
	.finance_table th:nth-child(1) {
		width: 25%;
	}
	.finance_table {
		font-size:0.8125em;
}
	.finance_table th.red-02 {
		width: 50%!important
	}
	.accordion-text, .top90, .top190, .top290 {
		width: 79%;
		left: 21%;
	}
	.btn01-02 a {
		padding: 0;
		width: 100%;
	}
	.btn01-02 a span {
		line-height: 1.4em;
	}
	#erectronic .back_gry_02 {
		top: 0;
		height: 100%;
	}
	.solution_list {
		align-items:center;
		
	}
	.icon_right100 {
		width: auto;
	}
	.blog_c .bg_01 {
		padding: 3%;
	}

	
}




@media (max-width: 768px) {
	#ir-news .child_heading {
		top: 196px;
	}
	#stock .child_heading, #ir-library .child_heading, #finance .child_heading {
		top: 198px;
	}
	.corporate_contaner .child_heading, .corporate_contaner02 .child_heading {
		top: 72px;
	}
	/*#calendar .padding60 {
		padding: 0;
	}*/
	#calendar .ma4 {
		margin-top: 0;
	}
	#calendar .child_heading {
		top: 125px;
	}
	#erectronic .corporate_contaner {
		padding: 0;
	}
	#erectronic .padding60 {
		padding: 0;
	}
	#erectronic .child_heading {
		top: 145px;
	}
	#erectronic h3 .cont_h3.font-size23 {
		width: 30%;
	}
	#career + .inner p:first-of-type {
		font-size: 1em;
	}
	#career + .inner p {
		/*font-size:0.875em;*/
		line-height: 1.4em;
		text-align: left;
	}
	.header_link li a br {
	display: block;
}
	.header_link li a {
		line-height: 1.2em;
	}
	
	#remote .child_heading,
	#sns .child_heading {
		top: 160px;
	}
	.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
	margin-top: 8%;
}
.slide_box div#n2-ss-2 .n2-font-a2deff64592bcb7e33e265942ab27518-link a {
	font-size: 14px;
	font-weight: bold;
}
	div#n2-ss-2 .n2-style-970a7ae5ce5708733406de6900e47e74-heading {
		padding: 5px;
	}
	.slide_box .n2-ss-slider .n2-ss-layer[data-pm=absolute] {
		left: -4px;
		top: 4px;
	}

	.change_box dt, .change_box-02 dt, .about_box dt {
		width: 25%;
		font-weight: bold;
	}
	.change_box-02 dd, .change_box dd, .about_box dd {
		width: 70%;
	}
	.news_in dl a {font-size: 16px;}
	#development .child_heading {
		top: 198px;
	}
	.sol_contaner {
		padding-left: 0;
		padding-right: 0;
	}
	#sms.sol_contaner {
		margin-top: 0;
	}
	#erectronic {
    margin-bottom: 50px;
}
	#erectronic.sol_contaner {
		padding-top:0;
	}

	
	.accordion-header {
		font-weight: bold;
	}

	#investor-relations {margin-bottom: 8%;}
	#calendar .back_gry_02 {
		width: 22%;
	}
	/*#calendar.sol_contaner {
		padding-top:70px;
		margin-top:-70px;
	}
	#stock.sol_contaner {
		margin-bottom: 75px;
	}*/
	#stock .btn01-02 a:after {
		display: none;
	}
	/*#calendar {
		margin-bottom: 60px;
	}*/
	.site-link {
		width: 90%;
	}
	#sitemap + .sol_contaner .corporate_contaner .child_heading {
		top: 128px;
	}
	#sitemap + .sol_contaner .corporate_contaner02 .child_heading{
		top: 70px;
	}
	#sitemap + .sol_contaner.margin60-1 .corporate_contaner02 .child_heading{
		top: 126px;
	}
	#sitemap .inner {
		width: 90%+
	}
	#sitemap + .sol_contaner .corporate_contaner .child_heading p, 
	#sitemap + .sol_contaner .corporate_contaner02 .child_heading p {
		height: auto;
	}
	#sitemap + .sol_contaner:nth-of-type(1) .corporate_contaner02 .child_heading {
		top: 126px;
	}
	.sm_ir_c .child_heading{
		top: 125px;
	}
	.sm_con_c .corporate_contaner02 .child_heading{
		top: 125px;
	}
	.sol_left h3 {
		font-size: 20px;
		padding-left: 0;
	}
	#business + .inner + .sol_contaner .child_heading {
		top: 126px;
	}
	.arrow02 {
		width: 10%;
	}
	.company_link li a br {display: block;}
	.company_link li a {line-height: 1.2em;}
	#marketing .child_heading {
		top:197px;
	}
	.sol_list_02 li {
		margin-top: 5%;
	}
	#company + .company_link li {width: 50%;}
	#message, #ir-news {
		margin-top: 0;
	}
	#other,#security {
		margin-top: 0;
	}
	#company + .company_link li:nth-child(2),
	#company + .company_link li:nth-child(4) {
		border-right: none;
	}
	#company + .company_link li:nth-child(5) {
		border-bottom: none;

	}
	.solution_box, .solution_box_02 {
		min-height: inherit;
	}
 
}

@media (max-width: 500px){
.icon_left {
    padding: 0px;
}
.btn01-02 a span br {
	display: block;
}
	/*#remote .back_icon-33 {
		top:11%;
		background-size: 88%;
	}
	#sns .back_icon-34{
		background-size:88%;
	}
	#development .back_icon-35{
		background-size:88%;
	}
	#marketing .back_icon-36 {
		background-size:88%;
	}
	#security .back_icon-37 {
		background-size:88%;
		top: 28%;
	}
	#other .back_icon-38 {
		background-size: 88%;
		right: 0;
	}*/
		.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
	margin-top: 0%;
}



}
 
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
	z-index: 99999;
}
