﻿/*提携用ヘッダー*/
.mainHeader_tei_topNav{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 14px 10px 12px 10px;
  width: 1080px;
}
.mainHeader_tei_headerLogo img {
  max-width: 150px;
  width: 100%;
  border: 1px solid #fff;
}
@media screen and (max-width:799px) {
.mainHeader_tei_sp {
 background-color: #ed0000;
	}
	
　.mainHeader_tei_sp_topNav {
  background-color: #ed0000;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 0;
  position: relative;
  width: 100%;
  z-index: 140;
}

.mainHeader_tei_sp_headerLogo {
  /*padding: 4.7% 5% 4.7% 4%;*/
  display: flex;
  align-items: center;
  padding: 13px 13px 13px 13px;
  text-align: center;
  width: 38.67%;
}

.mainHeader_tei_sp_headerLogo img {
  max-width: 114px;
  width: 100%;
  border: 1px solid #fff;
}
	
	
}
/*提携用ヘッダー*/




.mainHeader + .container{
	padding-top: 0px;
}

main{max-width:1080px;margin:0 auto;padding:0 20px}

.main-title{font-size:3.4rem;font-weight:600;border-bottom: solid red 5px;}


.cp_headline05 {
	position: relative;
	padding: 0.3em 0.3em 0.3em 0.8em;
	-webkit-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	background-color: #FF0000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 20px 0;
}
.cp_headline05 span {
	display: block;
	-webkit-transform: skewX(15deg);
	        transform: skewX(15deg);
}
.cp_headline05::after {
	position: absolute;
	width: 90px;
	height: 20px;
	content: '';
	border-width: 0 1px 2px 0;
	border-style: solid;
	border-color: #ffecb3;
	border-radius: 0 0 3px 0;
}
.cp_headline05::after {
	right: 3px;
	bottom: 3px;
}

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #fff;
    font-weight: bold;
    background: #001197;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#88EDF9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}
.btnarea{
	margin: 20px auto 50px;
	
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	/*width: 33.33333%;*/
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}
.recruit_button {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #fff;
  border: 2px solid #FF0000;
  color: #FF0000;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
	width: 100%;
	font-weight: bold;
}
.recruit_button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #FF0000;
  transition: all .3s;
}

.recruit_button:hover{
	opacity: 0.5;
}


.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table th {
	width: 20%;
	/*text-align: left;*/
	background: #f4f4f4;
	vertical-align: middle;
}

li a{color: #1a0dab;}
li a:hover{text-decoration: underline;}

@media only screen and (max-width:480px) {
	.recruit_button{
		padding: 8px;
	}
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
	.cp_headline05{
		font-size: 1.5rem;
	}
}

@media (max-width: 768px){.main-title{font-size:1.8rem}}

.last{
	margin: 100px;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}