@charset "utf-8";
main{
	height:400px;
	overflow: hidden;
}
.carousel-item {
    height: 400px;
}

/***** ページタイトル *****/
.box_page{
width:100%;
position:relative;
padding:0 0;
height: 100px;
}
.box_page .inner{
width:100%;
max-width:1380px;
margin:0 auto;
position:relative;
z-index:1;
}
/*カテゴリタイトル*/
.box_page .categorytitlebox{
	position:absolute;
    top:-75px;
    left:5%;
	z-index:100;
}
.box_page .categorytitle {
    width: 150px;
    height: 150px;
	position: relative;
	background:rgba(0,60,111,0.9);
    /*writing-mode: tb-rl;*/ /* 縦書き */
    top:0;
    bottom:0;
    text-align: center;
    left:50%;
    transform:translate(-50%, 0%);
}


@media screen and (min-width: 961px){
.box_page .categorytitlebox {
    left: 10%;
}
}
@media screen and (min-width: 768px){
.box_page .categorytitlebox {
    top:-100px;
}
.box_page .categorytitle,
.box_page .categorytitle_w{
    position: relative;
    width: 200px;
    height: 200px;
}
.box_page .txt-wrapper p,
.box_page .txt-wrapper_w p {
    font-size: 1.7rem !important;
}
}
/***** 事業 *****/
.box_service{
width:100%;
position:relative;
padding:40px 0;
}
.box_service .carousel-item{
	height: 500px;	
}
.box_service .inner{
width:100%;
max-width:1380px;
margin:0 auto;
position:relative;
z-index:1;
min-height:500px;
}

.box_service .ph{ 
width:50%;
max-width:690px;
float:left;
max-height: 500px;
overflow: hidden;
}
.box_service .phR{ 
width:50%;
max-width:690px;
float:right;
max-height: 500px;
overflow: hidden;
}

.box_service .ph img,
.box_service .phR img{
width:100%;
height:auto;
}

.box_service .txt{
background:rgba(255,255,255,0.8);
width:52%;
max-width:690px;
padding:40px 2% 40px;
position:absolute;
top:40px;
right:0%;
z-index:100;
font-size: 1.0rem;
font-weight: 400;
}

.box_service .txtL{
background:rgba(255,255,255,0.8);
width:52%;
max-width:690px;
padding:40px 2% 40px;
position:absolute;
top:40px;
left:0%;
z-index:100;
font-size: 1.0rem;
font-weight: 400;
}
p.txt_s,
span.txt_s{
    font-size: 0.9rem;
    font-weight: 400;
}
.box_service h4{
font-weight:bold;
color:#053785;
margin-top:18px;
text-align: center;
letter-spacing: .2rem;
	font-size: 1.7rem;
}
.box_service h5{
font-weight:500;
color:#053785;
margin-top:15px;
text-align: left;
letter-spacing: .2rem;
}

.box_service p,
.saiyou_txt{ margin-top:5px; }

.more img{
	margin-left: 15px;
}
/*事業動画*/
.box_movie{
width:100%;
position:relative;
padding: 5% 0;
}

.box_movie .inner{
width:100%;
max-width:1380px;
margin:0 auto;
background: rgba(255,255,255,0.8);
}

.box_movie .txt {
padding: 40px 3% 40px;
}

.box_movie .comment{
color: white;
line-height: 1.5;
font-size: 1.0rem;
font-weight: 400;
}
.box_movie video{
  width: 100%;
  height:100%
}

@media (max-width: 767px){  /*スマホ*/
.box_service{
width:100%;
position:relative;
padding:35px 0;
}
.box_service .inner{ 
min-height:100%; 
background:rgba(255,255,255,0.8);
}
.box_service .ph,
.box_service .phR{ 
width:100%;
/*max-width:690px;*/
height: 250px;
overflow: hidden;
float:none;
margin:0 auto;
}
.box_service .txt,
.box_service .txtL{
width:100%;
max-width:740px;
padding:30px 2% 30px;
position:static;
background:rgba(255,255,255,0.9);
}
.box_movie .inner{
background: rgba(255,255,255,0);
}

.box_movie .txt {
padding: 0 0 0;
}
}
@media (max-width: 1020px) and (min-width: 768px) {/*狭いブラウザとタブレット向け*/
.box_service{
padding:60px 0;
}
.box_service .txt,
.box_service .txtL{
padding:0px 2% 40px;
position: static;
float: right;
width: 50%;
}
.box_service .inner{
min-height:400px;
}
}
@media screen and (min-width: 1021px) {　 /*PC*/
.box_service{
padding:100px 0 0px;
}
.box_service .txt,
.box_service .txtL{
padding:40px 2% 40px;		
}
}


/*****お知らせ*****/
.box_newslist{
width:100%;
position:relative;
padding: 5% 0;
}

.box_newslist .inner{
width:100%;
max-width:1380px;
margin:0 auto;
position:relative;
z-index:1;
min-height:500px;
background: rgba(255,255,255,0.9);
}

.box_newslist.txt {
    background: rgba(255,255,255,0.8);
	width: 80%;
    padding: 40px 2% 40px;
    position: absolute;
    top: 200px;
    left: 10%;
    z-index: 100;
    font-size: 1.0rem;
    font-weight: 400;
}

.box_newslist .news_txt{
font-size: 1.0rem;
font-weight: 400;
}

.box_newslist p.maintitle {
    font-size: 1.7rem;
	font-weight: 600;
    color: #26507b;
    text-align: center;
	padding: 50px 0 30px;
}
.box_newslist p.subtitle {
    font-size: 1.7rem;
	font-weight: 600;
    color: #26507b;
    text-align: left;
	padding: 10px 0;
	margin: 0 0 30px;
	border-bottom: solid #d9d9d9 1px;
	width: 100%;
}
.box_newslist .newsdate{
	width: 100%;
    font-size: 1.0rem;
    color: #26507b;
	text-align: right;
	padding: 50px 0 0;
	clear: both;
}
.newsarea{
width: 80%;
margin: 0 10% 40px;
z-index:100;
font-size: 1.0rem;
font-weight: 400;
line-height: 1.5;
float: right;
color: #000;
}
.newsarea table {
    border-top: 1px solid #d9d9d9;
	margin-bottom: 0px;
}
.newsarea table th {
    border-bottom: 1px solid #d9d9d9;
	color: #005bac;
}
.newsarea table td {
    border-bottom: 1px solid #d9d9d9;
}

.box_news div.more {
    text-align: center;
    margin: 0 auto 0 0;
}
.box_news .more a {
	background-color:#FFF;
	border: 1px solid #FFF;
	color:#003c6f;
	line-height:70px;
	width:100%;
	padding: 15px;
	font-size: 1.0rem;
    font-weight: 500;
}
.box_news .more a:hover {
	background-color:rgba(0,34,66,1);
	color:#FFF;
	text-decoration: none;
}

.newsarea nav{
	text-align: center;
	margin: 0 auto;
    border-top: 1px solid #d9d9d9;
	padding: 40px 0 0;
}
.newsarea .newstxt{
margin-bottom: 40px;
}
.page-link {
    position: relative;
    display: block;
    padding: .75rem 1.0rem;
	margin-left: 15px;
    line-height: 1.25;
    border: 1px solid #003c6f;
}
.page-link a:hover {
    z-index: 2;
  }
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > li > a
{
    background-color: FFF;
    color: #003c6f;
    border-color: #003c6f;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #FFF;
    background-color: #003c6f;
    border-color: #003c6f;
}

.pagination > .active > a
{
    color: #FFF;
    background-color: #003c6f;
    border-color: #003c6f;
}

.pagination > .active > a:hover
{
    background-color: #003c6f !Important;
    border: solid 1px #003c6f;
}

@media (max-width: 767px){  /*スマホ*/
.box_newslist{
width:100%;
position:relative;
padding:35px 0;
}
.box_news {
    padding: 0 0 40px 0;
}
.newsarea {
	width: 100%;
    max-width: 740px;
    padding: 0 2% 30px;
    position: static;
	margin: 0 0 0 0;
}
.newsarea table {
margin: 0 0 0 0;		
}
.newsarea table th {
    border-bottom: 0px solid #FFF;
}
.newsarea table th {
    padding: 10px 10px 0 10px;
    text-align: left;
}
.newsarea table td {
    padding: 0px 10px 10px 10px;
    text-align: left;
}
.box_newslist p.maintitle{
    font-size: 1.3rem;
}
.box_newslist p.subtitle{
    font-size: 1.3rem;
}
}
@media (max-width: 1020px) and (min-width: 828px) {　 /*狭いブラウザとタブレット向け*/
.newsarea {
}
}
@media screen and (min-width: 1021px) {　 /*PC*/
.newsarea{
width:60%;
margin: 0 10% 0 0;
}
}

/***** 会社概要　社長あいさつ *****/
.box_president{
width:100%;
position:relative;
padding: 5% 0;
}

.box_president .inner{
width:100%;
max-width:1380px;
margin:0 auto;
background: rgba(0,60,111,0.9);
}

.box_president .txt {
padding: 40px 3% 40px;
}

.box_president .comment{
color: white;
line-height: 1.5;
font-size: 1.0rem;
font-weight: 400;
}
.box_president p.maintitle {
font-size: 1.7rem;
font-weight: 600;
color: #FFF;
text-align: center;
padding: 0;
}
.presidentname{
font-size: 1.0rem;
font-weight: 400;
width: 100%;
text-align: right;
color: #FFF;
}

/***** 会社概要 *****/
.box_second .txt {
    background: rgba(255,255,255,0.8);
	width: 80%;
    padding: 40px 2% 40px;
    position: absolute;
    top: 200px;
    left: 10%;
    z-index: 100;
    font-size: 1.0rem;
    font-weight: 400;
}

.box_second .saiyou_txt{
font-size: 1.0rem;
font-weight: 400;
}

.box_second .txt div.ph{
width: 100%;
margin: 0 0 30px 0;
}
.box_second p.txt {
    font-size: 1.0rem;
    font-weight: 400;
}
.box_second p.txt_s {
    font-size: 1.0rem;
    font-weight: 400;
}
.box_second div.more{
	text-align: center;
	margin: 20px auto 0;
	font-size: 1.0rem;
    font-weight: 400;
}

.box_company,
.box_bosyu{
width:100%;
position:relative;
padding:0 0;
/*min-height: 1200px;*/
}

.box_company .inner,
.box_bosyu .inner{
width:100%;
max-width:1380px;
margin:0 auto;
position:relative;
z-index:1;
min-height:750px;
}

.box_company .ph,
.box_bosyu .ph{ 
width:100%;
}

.box_company .ph img,
.box_bosyu .ph img{
width:100%;
height:auto;
margin: 0 0 0 0;
}

.box_company p.txt,
.box_bosyu p.txt{
    font-size: 1.0rem;
    font-weight: 400;
}
.box_company p.txt_s,
.box_bosyu p.txt_s{
    font-size: 0.9rem;
    font-weight: 400;
}
.box_company div.more{
	text-align: center;
	margin: 20px auto 0;
}
.box_company p.maintitle,
.box_bosyu p.maintitle{
	margin: 0 0 30px;
	font-size: 1.7rem;
	font-weight: 600;
	color: #26507b;
	text-align: center;
}
.box_company table th,
.box_bosyu table th{
    border-bottom: 1px solid #005bac;
    padding: 20px;
    vertical-align: top;
    width: 20%;
    text-align: left;
	background-color: #f5f9ff;
	color: #005bac;
}
@media (max-width: 1020px) and (min-width: 828px) { /*狭いブラウザとタブレット向け*/
.box_company,
.box_bosyu{
	padding:0 0 50px;
/*min-height: 1200px;*/
}
.box_company .inner{
    min-height: 650px;
}
.box_bosyu .inner{
    min-height: 750px;
}
}

@media screen and (min-width: 1021px) {　 /*PC*/
.box_company{
	padding:0 0 100px;
    min-height: 650px;
}
.box_bosyu{
	padding:0 0 100px;
    min-height: 750px;
}
}
@media screen and (max-width:740px){
.box_second{
width:100%;
position:relative;
padding:60px 0;
/*background:rgba(255,255,255,0.8);*/
}	
.box_second .inner{ 
min-height:100%; 
}

.box_second .txt {
background-color: rgba(255,255,255,0.9);
padding:30px 2% 30px;
width: 100%;
position: static;
}
.box_company p.saiyou_syokusyu {
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
/*table th,table td{display: block;width: 100%;padding: 10px;text-align: left;}
table th{border: none;}*/
.box_company table th,
.box_bosyu table th{
    border:none;
    padding: 20px 0 10px;
    vertical-align: top;
    width: 100%;
    text-align: left;
	background-color: #f5f9ff;
	color: #005bac;
}
.box_company table td,
.box_bosyu table td{
    padding: 10px 0 20px;
    width: 100%;
    text-align: left;
}
}
/***** 会社沿革*****/
.box_history{
width:100%;
position:relative;
padding: 40px 3% 40px;
margin: 80px 0;
background: url("../images/company/bg_enkaku.png") center center / cover;
background-color: #001629;
}

.box_history .inner{
width:100%;
max-width:1380px;
margin:0 auto;
position:relative;
z-index:1;
}
.historyarea{
width: 100%;
margin: 0;
font-size: 1.0rem;
font-weight: 400;
font-size: 1.0rem;
color: white;
line-height: 1.5;
}
.historyarea p.maintitle {
font-size: 1.7rem;
font-weight: 600;
color: #FFF;
text-align: center;
padding: 0;
}

@media (max-width: 767px){  /*スマホ*/
.box_history {
    padding: 0 0 40px 0;
    margin: 0px 0;
}
.historyarea {
	width: 100%;
    max-width: 740px;
    padding: 30px 0 30px;
    position: static;
	margin: 0 0 0 0;
}
}
@media (max-width: 1020px) and (min-width: 828px) {　 /*狭いブラウザとタブレット向け*/
.historyarea {
}
}
@media screen and (min-width: 1021px) {　 /*PC*/
.historyarea{
width:100%;
margin: 0 0 0 0;
}
}
/*沿革　タイムライン*/
#timeline.container{
	width: 100%;
}
#timeline.container ul {
    list-style: none;
    position: relative;
    /*padding: 5% 30% 0;*/
    color: #FFF;
    font-size: 1.0rem;
    font-weight: 400;
}
/*@media(min-width: 768px){
#timeline.container ul {
  width: 2px;
}
}*/
#timeline.container ul:before {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
/*  border-left: 2px solid #4e5b61;*/
}
#timeline.container ul li {
  position: relative;
  margin-left: 30%;
  padding: 14px;
  width: 400px;
}
#timeline.container ul li:not(:first-child) {
  margin-top: 20px;
}
#timeline.container ul li > span {
  width: 0px;
  height: 100%;
/*  background: #4e5b61;*/
  left: -100px;
  top: 0;
  position: absolute;
}
#timeline.container ul li > span:before /*,.container ul li > span:after*/ {
  content: "";
  width: 0px;
  height: 10px;
  position: absolute;
  background: #f5f9ff;
  top: 45%;
  left: 30%;
}
#timeline.container ul li span:after {
  top: 100%;
}
#timeline.container ul li > div {
 /* margin-left: 10px;*/
}
#timeline.container div .title, #timeline.container div .type {
  font-weight: 500;
  float: left;
}
#timeline.container div .info {
  font-weight: 500;
}
#timeline.container div > div {
  /*margin-top: 5px;*/
}
#timeline.container span.number {
  height: 100%;
}
#timeline.container span.number span {
  position: absolute;
  left: -80px;
  font-weight: bold;
  margin-top: 15px;
  width: 120px;
  text-align: right
}
#timeline.container span.number span:first-child {
  top: 0;
}
#timeline.container span.number span:last-child {
  top: 100%;
}
@media (max-width: 767px){  /*スマホ*/
	#timeline.container ul {
    list-style: none;
    position: relative;
    padding: 5% 0 0;
    color: #FFF;
    font-size: 0.9rem;
    font-weight: 400;
}
	#timeline.container ul:before {
    width: 0px;
	display: none;
}
	#timeline.container ul li {
    width: auto;
    padding: 0 0 0 0;
    margin-left: 120px;
	}
	#timeline.container ul li > span:before {
    left: 75px;
	display: none;
}	
	#timeline.container span.number span {
    left: -50px;
    margin-top: 0px;
}
	#timeline.container ul li > span {
    left: -80px;
}
}
@media (max-width: 1020px) and (min-width: 828px) {　 /*狭いブラウザとタブレット向け*/
	#timeline.container ul li {
    width: auto;
    padding: 0 30%;
    margin-left: 300px;
	}
}
@media screen and (min-width: 1021px) {　 /*PC*/
	#timeline.container ul {
    list-style: none;
    position: relative;
    padding: 5% 50% 0;
    color: #FFF;
    font-size: 1.0rem;
    font-weight: 400;
}
	#timeline.container span.number span {
    left: -60px;
}
}
/***** アクセス *****/
.box_access{
width:100%;
position:relative;
padding:100px 0;
}

.box_access .inner{
width:100%;
max-width:1380px;
margin:0 auto;
position:relative;
z-index:1;
min-height:500px;
}
.box_access .map{ 
width:50%;
right: 0;
z-index: 2;
position: absolute;
}
.box_access .accessarea{
background:rgba(255,255,255,0.8);
width:52%;
max-width:690px;
padding: 60px 10% 40px;
position:absolute;
top:115px;
left:0;
z-index:0;
font-size: 1.0rem;
font-weight: 400;
}
.map iframe{
	width: 685px;
	height: 500px;
}
@media (max-width: 767px){  /*スマホ*/
.box_access{
width:100%;
position:relative;
padding:60px 0;
}
.box_access .inner{ 
min-height:100%; 
background:rgba(255,255,255,0.8);
}
.box_access .map{
width:100%;
padding:0 0 0px;
position:static;
float: left;
overflow: hidden;
}
.map iframe{
width: 100%;
height: 500px;
}
.box_access .accessarea{
width:100%;
max-width:740px;
padding:0 2% 30px;
float:left;
margin:0 auto;
background:rgba(255,255,255,0.9);
position: static;
}
}
@media (max-width: 1020px) and (min-width: 768px) {/*狭いブラウザとタブレット向け*/
.box_access{
padding:60px 0;
}
.box_access .inner{
min-height:600px;
}
.box_access .accessarea{
padding:170px 0 40px 2%;
position: static;
float: left;
width: 100%;
z-index:0;
overflow: hidden;
}
.map iframe{
	width: 100%;
	height: 500px;
}
}
@media screen and (min-width: 1021px) {　 /*PC*/
.box_access{
padding:100px 0 0px;
}
.box_access .accessarea{
padding:40px 0 40px 2%;		
}
}
.accessarea table{border-top: 0px solid #005bac;width: 100%;}
.accessarea table th{border-bottom: 0px solid #005bac;display: block; padding: 0px 20px 0px; vertical-align: top; width: 100%; text-align: left; color: #003c6f;}
.accessarea table td{border-bottom: 0px solid #005bac;display: block; padding: 0px 20px 20px; font-weight: normal; vertical-align: top;  width: 100%; text-align: left; line-height: 1.5;}
@media (max-width: 767px) {
.accessarea table th,table td{display: block;width: 100%;padding: 5px 20px 0px ;text-align: left;}
.accessarea table th{border: none;}
}

/***** 採用情報 *****/
.entry{
	width: 100%;
	text-align: center;
	padding: 50px 0;
}
.entrybutton a {
	background-color:#003c6f;
	border: 1px solid #003c6f;
	color:#fff;
	line-height:70px;
	width:100%;
	padding: 20px 70px;
	font-size: 1.3rem;
	font-weight: 600;
}
.entrybutton a:hover {
	background-color:rgba(0,34,66,1);
	color:#FFF;
	text-decoration: none;
}
.box_schedule{
width:100%;
position:relative;
padding:0 0;
background-color:rgba(255,255,255,0.9);
color: #003c6f;
margin: 0 0 50px;
}
.box_schedule .inner{
width:100%;
max-width:1380px;
margin:0 auto;
position:relative;
z-index:1;
}
.box_schedule .txt{
font-size: 1.0rem;
font-weight: 400;
padding: 40px 3% 40px;
}
.box_schedule p.maintitle {
font-size: 1.7rem;
font-weight: 600;
text-align: center;
padding: 0;
}
@media (max-width: 767px){  /*スマホ*/
.entry{
padding: 0px 0 35px;
}
.box_schedule{
margin: 0 0 30px;
}
}
@media (max-width: 1020px) and (min-width: 768px) {/*狭いブラウザとタブレット向け*/
.box_schedule{
margin: 0 0 50px;
}
}
@media screen and (min-width: 1021px) {　 /*PC*/
.box_schedule{
margin: 0 0 50px;
}
}
/***** 一日の流れ　タイムライン *****/


/**お問い合わせ**/
.box_faq{
width:100%;
position:relative;
padding:0 0 40px;
background-color: #001629;
}

.box_faq .inner{
width:100%;
max-width:1380px;
margin:0 auto;
position:relative;
z-index:1;
}
.faqarea{
padding:40px 2% 40px;
/*position:absolute;*/
/*top:0px;
right:10%;
width: 80%;
margin: 0 10% 0 0;*/
width: 70%;
margin: 0 0% 0 0;
z-index:100;
font-size: 1.0rem;
font-weight: 400;
font-size: 1.0rem;
color: white;
line-height: 1.5;
float: right;
}
.faqarea table {
    border-top: 1px solid #001629;
	margin-bottom: 0px;
}
.faqarea table th {
    border-bottom: 1px solid #b3b3b3;
	width: 30%;
}
.faqarea table td {
    border-bottom: 1px solid #b3b3b3;
}

.box_faq div.more {
    text-align: center;
    margin: 0 auto 0 0;
}
.box_faq .more a {
	background-color:#FFF;
	border: 1px solid #FFF;
	color:#003c6f;
	line-height:70px;
	width:100%;
	padding: 15px;
	font-size: 1.3rem;
    font-weight: 600;
}
.box_faq .more a:hover {
	background-color:rgba(0,34,66,1);
	color:#FFF;
	text-decoration: none;
}

@media (max-width: 767px){  /*スマホ*/
.box_faq {
    padding: 0 0 40px 0;
	margin-top: 50px;
}
.faqarea {
	width: 100%;
    max-width: 740px;
    padding: 30px 2% 30px;
    position: static;
	margin: 0 0 0 0;
}
.faqarea table {
margin: 120px 0 0 0;		
}
.faqarea table th {
    border-bottom: 0px solid #b3b3b3;
	padding: 10px 10px 0 10px;
    text-align: left;
	width: 100%;
}
.faqarea table td {
    padding: 10px;
    text-align: left;
}
}
@media (max-width: 1020px) and (min-width: 828px) {　 /*狭いブラウザとタブレット向け*/
.faqarea {
}
}
@media screen and (min-width: 1021px) {　 /*PC*/
.faqarea{
width:60%;
margin: 0 10% 0 0;
}
}

.box_faq .txt-wrapper_w p {
    color: #003c6f;
    font-weight: bold;
    font-size: 1.3rem !important;
    letter-spacing: 0rem;
    white-space: nowrap;
}
@media screen and (min-width: 961px){
.box_faq .categorytitlebox {
    left: 10%;
}
}
@media screen and (min-width: 768px){
.box_faq .categorytitle,
.box_faq .categorytitle_w{
    position: relative;
    width: 200px;
    height: 200px;
}
.box_faq .txt-wrapper p,
.box_faq .txt-wrapper_w p {
    font-size: 1.5rem !important;
    letter-spacing: 0.3rem;
}
}
/**お問い合わせ　フォーム**/
.asta{
	color: #FF0004;
	font-size: 0.8rem;
}
.cp_iptxt {
	position: relative;
	width: 100%;
	/*margin: 10px 0%;*/
}
.cp_iptxt input[type='text'],.cp_iptxt input[type='date'] ,.cp_iptxt input[type='tel'] ,.cp_iptxt input[type='email'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding: 10px;
}
.cp_iptxt input[type='text']:focus,
.cp_iptxt textarea:focus{
	outline: none;
}
.cp_iptxt textarea{
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding: 10px;
}
.cp_iptxt select{
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	letter-spacing: 1px;
	padding: 10px;
	margin-right: .5rem;
}

.ef ~ .focus_line:before,
.ef ~ .focus_line:after {
	position: absolute;
	top: -1px;
	left: 50%;
	width: 0;
	height: 2px;
	content: '';
	transition: 0.4s;
	background-color: #005bac;
}
.ef ~ .focus_line:after {
	top: auto;
	bottom: 0;
}
.ef ~ .focus_line i:before,
.ef ~ .focus_line i:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 0;
	content: '';
	transition: 0.6s;
	background-color: #005bac;
}
.ef ~ .focus_line i:after {
	right: 0;
	left: auto;
}
.ef:focus ~ .focus_line:before,
.ef:focus ~ .focus_line:after,
.cp_iptxt.ef ~ .focus_line:before,
.cp_iptxt.ef ~ .focus_line:after {
	left: 0;
	width: 100%;
	transition: 0.4s;
}
.ef:focus ~ .focus_line i:before,
.ef:focus ~ .focus_line i:after,
.cp_iptxt.ef ~ .focus_line i:before,
.cp_iptxt.ef ~ .focus_line i:after {
	top: -1px;
	height: 100%;
	transition: 0.6s;
}
.ef ~ label {
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 14px;
	width: 100%;
	transition: 0.3s;
	letter-spacing: 0.5px;
	color: #aaaaaa;
}
.ef:focus ~ label,
.cp_iptxt.ef ~ label {
	font-size: 12px;
	top: -18px;
	left: 0;
	transition: 0.3s;
	color: #da3c41;
}

/*フォーム確認ボタン設定*/
.btnarea{
	text-align: center;
	width: 100%;
}
.formbtn{
	position: relative;
	display: inline-block;
	margin: 0 auto 10px;
	width: 280px;
	line-height: 60px;
	margin: 40px auto 0px;
	padding: 0 10px;
	color: #fff;
	background-color:  var(--main-color);
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
		 -moz-transition: all 0.25s ease;
			-ms-transition: all 0.25s ease;
			 -o-transition: all 0.25s ease;
					transition: all 0.25s ease;
}

.formbtn img{
	position: relative;
	vertical-align: middle;
}
 
@media (min-width: 768px) {
.cp_iptxt {
	width: 80%;
	/*margin: 10px 0%;*/
}

.formbtn{
	margin-bottom: 10px;
	padding: 0 10px;
}
}

/*ラジオボタン*/

.md-radio {
    margin: 0 0;
}
.md-radio-inline {
    display: inline-block;
    }