/* カスタム CSS をここに入力してください */
.main-body h2{
 	margin-top: 20px; 
  margin-bottom: 20px;
}

.col1 .section-wrap{
 	padding-top: 5px; 
}

.section-title{
 	display: none; 
}

/* for recruit */

.recruit_job,
.button{
	display: flex;
	flex-wrap: wrap;
  width: 80%;
  margin: auto;
}

.recruit_job a,
.button a{
 	text-align: center;
  padding: 20px 0;
  width: 15em;
  color: #2ea7e0;
  background-color: #fff;
	border: solid 2px #2ea7e0;
	cursor: pointer;
	display: inline-block;
  border-radius:10px;
  text-decoration: none;
  font-size: 1.33rem;
  font-weight: bold;
  margin:auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.recruit_job a:hover,
.button a:hover{
 	background-color:#2ea7e0;
  color: #fff;
}

.form_input_submit {
    text-align: center;
    padding-bottom: 100px;
}

.form_input_submit input[type=submit], 
.form_input_submit a {
    text-align: center;
    padding: 30px 0;
    width: 50%;
    color: #fff;
    background-color: #2ea7e0 !important;
    font-size: 150%;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
  	border-radius:5px;
}

.form_input_submit:after {
    content: "";
    width: 11px;
    height: 11px;
    position: relative;
    right: 4em;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

input[type=submit]:hover, 
input[type="button"]:hover, 
button:hover, 
.buttonchange:hover,
form_input_submit a:hover {
    background-color: #f2f9ff;
    /* color: #fff; */
    top: 1px;
    left: 1px;
    position: relative;
}

@media only screen and (max-width: 640px) {
  .form_input_submit input[type=submit], 
	.form_input_submit a {
    width: 80%;
  }
}

/* ---------- company ---------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

dt, dd{
 	margin: 0; 
  padding: 0;
  border: 0;
}

.about_tbl{
	display: flex;
	flex-wrap: wrap;
	width: 740px;
	max-width: 100%;
	margin: auto;
	border-top: 1px solid #a3a3a3;
	margin-top: 40px;
	margin-bottom: 58px;
}
.about_tbl dt,
.about_tbl dd{
	padding: 17px;
	letter-spacing: -0.025em;
}
.about_tbl dt{
	width: 170px;
	background-color: #eef5fa;
	border-bottom: 1px solid #a3a3a3;
}
.about_tbl dd{
	width: calc( 100% - 170px );
	border-bottom: 1px solid #a3a3a3;
	padding-left: 35px;
}
.about_tbl dd span.att{
	display: inline-block;
	font-size: 0.8rem;
	margin-left: 30px;
}
.about_tbl dd .logo img{
	margin-left: 0;
	margin-bottom: 10px;
}
.about_tbl dd a{
	color: #3366cc;
	text-decoration: underline;
}
.about_tbl dd a:hover{
	text-decoration: none;
}

.service_tbl dt{
	background-color: #ffffff;
	width: 340px; 
}

.about_cnt{
  width: 740px;
  max-width: 100%;
  margin: auto;
}
.about_cnt .imgbox{
  display: flex;
}
.img_ribbon_wrap {  
  display: block;
  position: relative;
  margin: 15px 20px;
  padding: 10px 0 0;
  width: 100%;
  background: #f1f1f1;
  }
.img_ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 0 0 -13px;
  width: calc(100% + 13px);
  font-size: 18px;
  font-weight: 600;
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.ribbon1 {
  background: #65a0ce;
}
.ribbon2 {
  background: #93c0df;
}
.img_ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 13px #517693;
}
.about_cnt .txtbox{
 	margin-top: 1rem;
}
.about_cnt .txtbox p{
}

.about_cnt .txtbox p + p{
  margin-top: 27px;
}

/*------------------- 640 ------------------*/

@media only screen and (max-width: 640px) {
 	.about_tbl{
		display: block;
		margin: 20px auto;
	}
	.about_tbl dt,
	.about_tbl dd{
		width: 100%;
		padding: 10px;
	}
	.about_tbl dt{
		border: none;
	}
	.about_tbl dd span.att{
		font-size: 0.9rem;
		margin: auto;
	}
	.about_tbl dd .logo img{
		width: 146px;
		margin-bottom: 10px;
	}
 	.about_cnt{
    display: flex;
    flex-direction: column;
	}
	.about_cnt .imgbox,
	.about_cnt .txtbox{
		width: 100%;
		margin: auto;
	}
  .about_cnt .imgbox{
    flex-direction: column;
    width: 90%;
	}
  .img_ribbon_wrap {
    margin: 0;
  }
  .img_ribbon_wrap + .img_ribbon_wrap {
    margin: 20px 0 0;
  }
	.about_cnt .txtbox{
		margin-top: 20px;
	}
	.about_cnt .txtbox p{
		font-size: 1rem;
	} 
}

/* for service */
.service_tbl dd{
	background-color: #eef5fa;  
 	width: calc( 100% - 340px ); 
}

.service_tbl dd .title{
	font-size: 1.3rem; 
  line-height: 1.33;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 640px) {
 	.service_tbl{
		display: block;
		margin: 20px auto;
	}
	.service_tbl dt,
	.service_tbl dd{
		width: 100%;
		padding: 10px;
	}
	.service_tbl dt{
		border: none;
	}  
}

/* for top page */
.top_tbl{
 	width: 940px; 
}
.top_tbl dt{
	width: 410px; 
}
.top_tbl dd{
	width: calc( 100% - 410px); 
}

@media only screen and (max-width: 640px) {
 	.top_tbl{
		display: block;
		margin: 20px auto;
	}
	.top_tbl dt,
	.top_tbl dd{
		width: 100%;
		padding: 10px;
	}
	.top_tbl dt{
		border: none;
	}
}

.rss-item a
{
	color: #3770ad;
}

.attention
{
	align-content:center;
}

/* -----------------------
  　　　　Pマーク関連
 ----------------------- */
.footer-signature{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.footer-signature img {
  width: 60px;
  background: #fafafa;
  padding: 5px;
  border-radius: 5px;
  margin: 0 20px;
}
.copyright p {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .footer-signature{
        flex-direction: column;
        align-items: center;
    }
  .footer-signature img{
      	margin-bottom: 10px;
    }
}