﻿@charset "UTF-8";
/*================================================
 *　ヘッダー
 ================================================*/

#header2 {
  padding: 0 0 0 3% ;
   position: fixed;
   top: 0;
   width: 100%;
/*  background:#fff;*/
   display: flex;
   align-items: center;
    font-weight: 500;
	    transition: all, 0.5s;
	z-index: 999;
	   color: #fff;
}


#header2 a {	
   text-decoration: none;
    position: relative;/*下線に必要*/
}

.a_color{
	color: #fff;
}


.change-color{
	 color: #360568 !important;
}

#header2 nav {
   margin: 0 0 0 auto;
}

#pc-nav{
		color: #fff;
}

#header2 ul {
   list-style: none;
   margin: 0;
   display: flex;
        height: 70px;
}
#header2 li {
   margin: 0 0 0 23px;
   font-size: 16px;
    position: relative;/*下線に必要*/
    line-height: 70px;
		font-weight: bold;
}

#header2 a:hover {
	color: #fff;
}

#header2 li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0.1%;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#360568;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
#header2 li.current a::after,
#header2 li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

.sp-nav {
   display: none;
}

#header2 li.login a {
	background-color: #C4C423;
	color: #fff !important;
    padding: 0 20px;
	margin-left: 10px;
        display: block;
}
#header2 li.login a:hover {
	background-color: #C4C423;
	color: #fff !important;
}

#header2 li.login a::before {
	display: none;
}


	
	.logo2{
		width: 320px;
		height: 40px;
				background:url("../img/logo2.png") no-repeat;

	}

	.logo2_add{
				background:url("../img/logo.png") no-repeat;

	}


/*================================================
 *　トップ
 ================================================*/
#top{
    width: 100%;
    height: 550px;
    margin: 0;
    padding-top: 260px;
   background: url("../img/ac_top_index.jpg") no-repeat ;  
    background-position: right /*80px*/;  
    background-size: cover;
    /*background-size: 1000px auto;*/
    text-align: center;
	    position: relative;/*中央寄せ配置の起点とするためのrelative*/
}



.top_txt{
        font-size: 35px;
    width:100%;
    margin: 0 auto;
	padding-left: 100px;
    text-align: left;
	color: #fff;
	text-shadow: 1px 2px 3px #333;
	    position:absolute;
	font-weight: bold;
    /*要素を天地中央寄せ*/

}

/*h2{	
	box-sizing: border-box;
	display: block;
	height: 59px;
	border: 1px solid #360568;
width: 80%;
	max-width: 930px;
	margin: 280px auto 0 auto;
	z-index: auto;
	background-color: #fff;
	font-size:0.9em;
	font-weight: normal;
}
*/
/*#info_title{
	width: 150px;
	line-height: 58px;
	background-color: #360568;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	float: left;
}
*/
/*.info_contents{
	line-height: 58px;
	margin-left: 170px;
	text-align: left;
}

.info_contents p{
	float: left;
}

.info_contents span{
	padding-left: 30px;
}*/

/*タイトル文*/
h3{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 2.8em;
	font-weight: bold;
}

h3 p{font-size: 0.5em;}

.h3_white{
	color: #fff;
}

/*ブロック枠*/
.top_block{
	width: 100%;
	height: auto;
	margin: 0 auto 80px auto;
	text-align: center;
}

.top_block2{
	width: 100%;
	height: auto;
	margin: 0 auto 80px auto;
	text-align: center;
	background-color: #C4C423;
	padding: 50px 0 80px 0;
}

/*特徴*/
.top_tokucyo_txty{color: #C4C423}

.top_tokucyo{
		width: 100%;
	max-width: 1000px;
		height: auto;
	margin: 20px auto 0 auto;
	font-size: 1.1em;
	text-align: left;
}

/*ソリューションブロック*/

#top_solution{
	width: 100%;
	max-width: 1400px;
	margin: 50px auto 0 auto;
	display: flex;
  justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
/*	justify-content: flex-start;*/
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.top_solution_cel{
	width: 40%;
	height: 400px;
	margin: 0 20px;
	text-align: left;
}

#top_solution a{
	display: block;
	width: 100%;
	height: 100%;
  position: relative; 
  overflow: hidden; 
	 cursor : pointer;
	
}
.sol:after{
		text-align: center;
  position: absolute; 
  content: ""; 
  display: block;  
  width: 100%; 
  height: 100%;
	top: 0;
	  transition: all .5s ease;   
}


.sol01:after{
	background: url("../img/ac_top_service_01.jpg") no-repeat center center;
	  background-size: cover; 
}

.sol02:after{
	background: url("../img/ac_top_service_02.jpg") no-repeat center center;
		  background-size: cover; 
}


.sol:hover:after {
  transform: scale(1.05);
}

.sol-content {
	color: #222;
	font-size: 1em;
  z-index: 1;  
  position: absolute; 
	bottom: 0;
	width: 100%;
	height: 170px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 20px;
}

.sol-content p{
	color: #360568;
	text-align: center;
	margin: 20px auto 10px auto;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: normal;
}


.sol_btn{display: inline-block;
  *display: inline;
  zoom: 1;
  width: 600px;
  vertical-align: middle;
  text-align: center;
  line-height: 2.8em;
  margin: 40px 0 0 0;
  overflow: visible;
  text-decoration: none;
  border: solid 2px #fff;
  border-radius: 50px;
  color: #222;
	font-size: 1.3em;
  font-weight: bold;
  background: #fff;}

/*ご利用の流れ*/
	.top_nagare_bn{
	max-width: 900px;
	margin: 0 auto;
}

/*更新履歴*/
#news{
		width: 100%;
	margin: 0 auto;
	padding: 50px 0 30px 0;
	background-color: #fff;
	
}

.news-list{
  list-style: none outside;
	width: 100%;
		max-width: 900px;
	  margin: 50px auto;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

