﻿.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;
}


.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;
}

.recruit_button_gr {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #989898;
  border: 2px solid #989898;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
	width: 100%;
	font-weight: bold;
}
.recruit_button_gr::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: #333;
  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;
}
@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;
  }
}.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}