@charset "utf-8";

/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	background-color:#fff;
	color:#000;
	font-size: 16px;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}

.fixedcontainer{
	width:1080px;
	margin:0 auto;
	padding:0px;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}
a{
	color: #000;
}

.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/

/*-----------        -----------------*/
.menu{
	border-top: 6px solid #00479b;
	padding: 20px 0;
	font-size: 16px;
}
.menu .fixedcontainer{
	overflow: hidden;
}
.logo{
	float: left;
}
.menu_list{
	float: right;
	overflow: hidden;
	margin-top: 20px;
}
.menu_list li{
	margin-left: 20px;
	float: left;
}
.menu_list li a{
	border-bottom: 2px solid #fff;
}
.menu_list li a.select{
	border-bottom-color: #00479b;
}
.menu_list li a:hover{
	border-bottom-color: #00479b;
}
.menu_list li a img{
	vertical-align: top;
	margin-top: 2px;
	margin-right: 5px;
}
.menu a{
	display: inline-block;
}
.main{
	padding: 135px 0;
	text-align: center;
	background: url(../img/main_img.jpg) no-repeat;
	background-size: cover;
	background-position: top;
}
.list{
	overflow: hidden;
}
.list_in{
	width: 50%;
	float: left;
	border: 1px solid #00479b;
	padding: 30px 0 40px;
	text-align: center;		
	color: #00479b;
}
.list .list_in:nth-child(2n){
	border-right: none;
}
.list .list_in:nth-child(2n-1){
	border-left: none;
}
.list_in.blue{
	background: #00479b;
	color: #fff;
}
.list .list_in.blue:first-child{
	border-right: 1px solid #fff;
}
.list .list_in.blue:nth-child(2){
	border-left: 1px solid #fff;
}
.detail{
	display: block;
	padding: 5px;
	border-radius: 5px;
	background: #f7b844;
	color: #00479b;
	font-size: 13px;
	width: 75px;
	margin: 20px auto 0;
}
.list_title{
	font-size: 24px;
	font-weight: bold;
}
.list_desc{
	margin-top: 15px;
	font-size: 18px;
}

.contact_div{
	text-align: center;
	margin-top: 50px;
}

.title{
	font-size: 36px;
	font-weight: bold;
	color: #00479b;
	margin-bottom: 15px;
}
.contact_btn{
	display: block;
	width: 494px;
	text-align: center;
	padding: 20px 0;
	font-size: 25px;
	font-weight: bold;
	background: #f7b844;
	color: #00479b;
	margin: 20px auto 0;
	border-radius: 5px;
}
article{
	padding-bottom: 70px;
}
.footer{
	text-align: center;
	padding: 25px 0;
}
.address{
	margin: 20px 0 10px;
	font-size: 16px;
}
.copyright{
	font-size: 11px;
}


.company_main{
	padding: 70px 0;
	background: url(../img/company_img.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.company_main h2{
	font-size: 34px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.c_title{
	text-align: center;
	font-size: 28px;
	color: #00479b;
	margin: 50px 0 30px;
}
.c_title img{
	vertical-align: middle;
}
.company_in {
	width: 100%;
	border-top: 1px solid #00479b;
}
.company_in th{
	width: 12%;
	background: #00479b;
	padding: 20px 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}
.company_in td{
	padding: 20px 0 20px 15px;
	border-bottom: 1px solid #00479b;
}
.company_in th.last{
	border-bottom-color: #00479b;
}
a.outpage{
	color: #00479b;
	text-decoration: underline;
}
.loc{
	color: #00479b;
	border-right: 1px solid #00479b;
	width: 18%;
}
.company_main.handling{
	background: url(../img/list_img.jpg) no-repeat;
	background-size: cover;
}
.company_list{
	overflow: hidden;
	border-top: 1px solid #00479b;
	padding-top: 40px;
}
.company_one{
	margin-top: 10px;
	width: 21%;
	float: left;
	margin-right: 5.333%;
}
.company_list .company_one:nth-child(4n){
	margin-right: 0;
}
.company_img{
	text-align: center;
}
.company_img img{
	border-bottom: 1px solid #00479b;
}
.company_name{
	
	padding: 10px 0;
	text-align: center;
	color: #00479b;
}
.date{
	font-size: 14px;
	text-align: right;
}
.content{
	border-top: 1px solid #00479b;
	padding-top: 20px;
}
.p_title{
	color: #00479b;	
}
.company_main.noimg{
	background-image: none;
	background-color: #00479b;
}
.contact_table{
	width: 100%;
	border-top: 1px solid #7c7c7c;
}
.contact_title{
	margin: 40px 0;
	text-align: center;
}

.contact_table th{
	width: 21%;
	border-bottom: 1px solid #7c7c7c;
	padding: 25px 15px 25px 25px;
	position: relative;
	font-size: 18px;
	color: #00479b;
	text-align: left;
	background: #e0e0e0;
}
.contact_table th span{
	float: right;
	padding: 5px;
	background: #e64646;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
}
.contact_table td{
	padding: 20px 0 20px 25px;
	border-bottom: 1px solid #7c7c7c;
}
input{
	font-size: 18px;
	height: 35px;
	width: 456px;
	border-radius: 5px;
	border: 1px solid #7c7c7c;
	padding: 5px 10px;
}
textarea{
	font-size: 18px;
	height: 240px;
	width: 456px;
	border-radius: 5px;
	border: 1px solid #7c7c7c;
	padding: 5px 10px; 
}
.privacy_txt{
	height: 330px;
	overflow: scroll;
}
.agree{
	text-align: center;
	font-size: 20px;
	margin: 50px 0;
}
.agree input{
	width: 28px;
	height: 28px;
	vertical-align: middle;
}
.submit_btn{
	height: auto;
}

.com_txt{
	padding: 20px 20px 50px 20px;
}