@charset "utf-8";


.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }

html,body{
    width: 100%;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');blktable
}

 



body{
	font-family:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;



	font-size:90%;
    line-height:160%;
	
}
.wrap{
    overflow: hidden;
}
h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 700;
}



a {
	color:#333;
	outline: none;
	text-decoration: none;
	
}

a:hover{
	color: #666;
	text-decoration: underline;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}


.width100{
	width:100%;
}

.wrap{
	
}


.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

 .upper-roman{
    list-style-type: upper-roman 
 }





/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}





.wrap{
   padding: 145px 0 0;
}
.home .wrap{

}
/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}



 Futura PT Book{
 font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

 
 }






 

.mainbody{
	max-width:1100px;
	margin: 0 auto;
}
 .mainbody2{
	max-width:1000px;
	margin: 0 auto;
}

/*ヘッダー
------------------------------------------------*/
.headerwrap{

    width: 100%;
    position:fixed;
    top: 0;
    z-index: 10;
    background: #fff;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.logo{
    flex-basis: 40%;
}
.logo h1{
    font-size: 90%;
    font-weight: 400;
    margin: 0 0 10px;
}
.headerright{
    flex-basis: 50%;
}

#menu-header-mini{
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px;
}
#menu-header-mini li{
    padding: 0 0 0 20px;
}

.headbtn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headbtn img{
    max-height: 25px;
}
.headbtn li:nth-child(2) a{
    font-size: 110%;
    font-weight: 800;
    display: block;
    background: #c1272d;
    color: #fff;
    padding: 5px 20px;
    margin: 0 0 0 20px;
}
.headbtn li:nth-child(2) a:before{
    display: inline-block;
    content: "";
    width: 24px;
    height: 15px;
    background: url("/common/img/head_mail.png") no-repeat center center;
    background-size: cover;
    margin: 0 10px 0 0;
}
.headbtn li:nth-child(2) a:hover{
    text-decoration:none;
    opacity:0.8;
	filter: alpha(opacity=80);
}

/*gnavi**/
.gnaviwrap{
    background: #004e8f;
}

.gnavi ul{
    display:flex;
    justify-content: space-between;
    font-weight: 800;
    
}
.gnavi li{
    flex-basis: 100%;
    text-align: center;
    position: relative;
    font-size: 105%;
}
.gnavi a{
    color: #fff;
    display: block;
    padding: 18px 0;
    border-right: 1px solid #fff;
}
.gnavi li a:hover{
	background: #f2f2f2;
}
.gnavi li ul.sub-menu {
/*	display: none;*/
	position: absolute;
	margin: 0px 0 0 0;
	top: 60px;
	left: 0;
	width: 100%;
  background: #004e8f;
	opacity:0;
	visibility: hidden;
}
.gnavi li:hover ul.sub-menu {
	flex-flow: column;
	    visibility: visible;
    opacity: 1;
}

.gnavi ul li:nth-child(1) a{
    border-left: 1px solid #fff;
}
.gnavi ul ul li:nth-child(1) a,
.gnavi ul li:nth-child(1) ul li a{
    border-left: none;
}

.gnavi a:hover{
    text-decoration: none;
}


.gnavi li li{
	margin: 0;
	padding: 0;
	display: block;
    font-size: 90%;
    font-weight: 400;
    
    
}
.gnavi li li a{
	display: block;
    border: none;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 10px 5px;
	font-size: 80%;
    margin: 0;
}


.gnavi  li:nth-child(1) a:hover,
.gnavi  li:nth-child(1) li a:hover,
.gnavi  li:nth-child(7) a:hover,
.gnavi  li:nth-child(7) li a:hover{
	color: #004e8f;
}
.gnavi li:nth-child(2) a:hover,
.gnavi li:nth-child(2) li a:hover{
	color: #53834f;
}
.gnavi li:nth-child(3) a:hover,
.gnavi li:nth-child(3) li a:hover{
	color: #7d4698;
}
.gnavi li:nth-child(4) a:hover,
.gnavi li:nth-child(4) li a:hover{
	color: #d3a100;
}
.gnavi li:nth-child(5) a:hover,
.gnavi li:nth-child(5) li a:hover{
	color: #7baa17;
}
.gnavi li:nth-child(6) a:hover,
.gnavi li:nth-child(6) li a:hover{
	color: #0081cc;
}

.menubtn {
  display: none;
}

/*全体レイアウト
------------------------------------------------*/

/**スマホのメニュー***/
body .sidr{
background: #004e8f;
color:#fff;

}
.sidr a{

}


#sidr-menu{

}
.spclose {
    text-align: right;
    padding: 10px 0;
   
}
.spclose img{
    max-height: 20px;
    padding: 5px;
}
.spmenu{
    padding: 20px 0;
}
.spmenu li a span{
    padding: 10px;
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
    font-weight: 800;
    font-size: 110%;
}
.spmenu span:after{
    content: "▼";
    position: absolute;
    right: 0;
}
.spmenu .active:after{
    content: "▲";
}

.spmenu a{
    color: #fff;
}
.spmenu li a:not([href="#"]){
    display: block;
    border-bottom: 1px solid #fff;
    padding: 5px 20px;
		margin: 0 0 10px;
}
.spnavi {
    display: flex;
    flex-wrap: wrap;
}
.spnavi li{
    flex-basis: 50%;
    margin: 0 0 5px;
}
.spnavi li a{
    color: #fff;
}
.spnavi li a:after {
	margin-left: 10px;
	content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

}


/*トップページ
------------------------------------------------*/
/*メインビジュアル***/
/*.mainvisual{
    height: 740px;
    background: url("../img/top/mainvisual.jpg") no-repeat top center;
    background-size: cover;
}*/
.mainvisual video,
.mainvisualsp video{
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 1500px) {
	.mainvisual {
		height: 665px;
		overflow: hidden;
    position: relative;
	}
    .topdptmv .mainvisual {
		
    }
    
    
	.mainvisual video {
		width: auto;
    height: 100%;
    position: absolute;
    left: -500px;
    right: -500px;
    margin: auto;
	}
}



/**講座について**/
.topcoursewrap{
    padding: 80px 0 10px;
}
.topcoursetitle h2{
    text-align: center;
    font-size: 200%;
    margin: 0 0 50px;
}
.topcoursetitle h2:after{
      content: "";
  width: 40px;
  height: 4px;
  display: block;
  margin: 10px auto 30px auto;
  background: rgb(29,161,242);
  background: #004e8f;
}

.topcoursebox{
    display: flex;
    flex-wrap: wrap;
}
.topcoursebox dl{
    flex-basis: 30%;
    margin:0 1.5% 70px;
    display: flex;
    flex-direction: column;
}
.topcoursebox h3{
    background: #004e8f;
    color: #fff;
    padding: 5px;
    font-size: 110%;
}
.topcoursebox dl:nth-child(even) h3{
    background: #0071bc;
}
.topcoursebox h4{
    color: #004e8f;
    padding: 10px;
    font-size: 130%;
}
.topcoursebox dl:nth-child(even) h4{
   color:#0071bc;
}
.topcoursebox dd p{
    padding:0 0 20px;
}
.topcoursebox .alncenter{
    margin-top: auto;
}
.btn01{
  width: 200px;
  font-size: 105%;
  font-weight: 800;
  padding: 5px 0px;
  border-radius: 99px;
  color: #004e8f;
  border: 1px solid #004e8f;
  display: inline-block;
  text-align: center;
}
.btn01:hover{
    text-decoration: none;
    color: #004e8f;
    opacity:0.8;
	filter: alpha(opacity=80);  
}
.maincont .btn01{
    text-decoration: none;
}


.topcoursebox dl:nth-child(even) .btn01{
color: #0071bc;
  border: 1px solid #0071bc;
}

/**news*/
.topnewswrap{
    overflow: hidden;
    margin: 0 0 50px;
}

.topnewsbox{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.topnewsbox a{
    color: #fff;
}
.topnewsbox h2{
    border-bottom: 1px solid #fff;
    font-size: 130%;
    padding: 0 20px 5px 20px;
    margin: 0 0 30px;
}
.topnews01,
.topnews02{
    flex-basis: 50%;
    position: relative;
    padding: 30px 30px;
}
.topnews01:after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #004e8f;
}
.topnews02:after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #0071bc;
}
.newslist{
    margin: 0 20px;
}
.newslist dl{
    display: flex;
    margin: 0 0 5px;
}
.newslist dt{
    flex-basis: 25%;
}
.newslist dd{
    flex-basis: 75%;
}

.topaboutbox{
    display: flex;
    justify-content: space-between;
     padding: 0 0 50px;
}
.topaboutbox dl{
    flex-basis: 48%;
}
.topaboutbox dt{
    background: #004e8f;
    color: #fff;
    padding: 10px;
    font-size: 130%;
    text-align: center;
    font-weight: 800;
}
.topaboutbox dd{
    padding: 20px 30px;
}
.toprecruitbox{
    display: flex;
    padding: 0 0 50px;
}
.toprecruitbox dt{
    font-size: 160%;
    font-weight: 800;
    margin: 30px 0 30px;
    text-align: center;
}
.toprecruitbox dd p{
    font-size: 90%;
    padding: 0 0 20px;
}
.toprecruit01,
.toprecruit02{
    flex-basis: 50%;
    
}
.toprecruit01{
    background: url("../common/img/top/bg_toppartner.png") no-repeat top center;
    background-size: cover;
}
.toprecruit02{
    background: #f2f2f2;
}
.toprecruit01 dl{
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 20px;
    margin: 20px;
}
.toprecruit02 dl{
    padding: 40px;
}


/*フッター
------------------------------------------------*/
.footinfowrap{
    border-top: 1px solid #004e8f;
    padding: 10px 0;
}
.footinfobox dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footinfobox dd{
    margin-right: 14%;
}
.footinfobox ul{
    display: flex;
    align-items: center;
}
.footbtn img {
  max-height: 25px;
}
.footbtn li:nth-child(2) a {
  font-size: 110%;
  font-weight: 800;
  display: block;
  background: #004e8f;
  color: #fff;
  padding: 5px 20px;
  margin: 0 0 0 20px;
}
.footbtn li:nth-child(2) a:hover {
    text-decoration:none;
    opacity:0.8;
	filter: alpha(opacity=80);
}
.footbtn li:nth-child(2) a::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 15px;
    background: url("../common/img/head_mail.png") no-repeat center center;
        background-size: auto;
    background-size: cover;
    margin: 0 10px 0 0;
}
.footerwrap{
    background: #004e8f;
    color: #fff;
    padding: 50px 0 0;
}
.footerwrap a{
    color: #fff;
}
.footer{
    display: flex;
    justify-content: space-between;
}
.footer h2{
    font-size: 100%;
    flex-basis: 10%;
}
.footmenu {
    flex-basis: 85%;
}
.footmenu ul{
    display: flex;
    flex-wrap: wrap;
}
.footmenu li{
    flex-basis: 33%;
    font-weight: 800;
    margin: 0 0 30px;
}
.footmenu ul ul > li{
    flex-basis: 100%;
    font-weight: 400;
    margin: 0 0 2px 1em;
    text-indent: -1em;
}
.footmenu ul ul > li:before{
    content: "-";
    margin: 0 .5em 0 0;
}
.footnaviwrap{
    background: #004e8f;
    padding: 10px 0;
    border-top: 1px solid #00396d;
}
.footnavi {
    display: flex;
    justify-content: center;
}
.footnavi li a{
    color: #fff;
    margin: 0 20px;
}
.copyrightwrap{
    text-align: center;
    padding: 5px 0;
    font-size: 80%;
}
.sidefixedbtn{
    position: fixed;
    right: -0px;
    top: 200px;
    z-index: 1000;
    width: 50px;
}


.gotop img{
    position: fixed;
    right: -1px;
    bottom: 155px;
    z-index: 1000;
    width: 50px;
}



/*コンテンツ
------------------------------------------------*/
.pagetitlewrap {
	background: no-repeat top center;
	background-size: cover;
}
.prospective-employee .pagetitlewrap{
	background-image: url("../common/img/pagetitle/prospective-employee.jpg");
    background-size: cover;
}
.new-employee .pagetitlewrap{
	background-image: url("../common/img/pagetitle/new-employee.jpg");
    background-size: cover;
}
.company-employee .pagetitlewrap{
	background-image: url("../common/img/pagetitle/company-employee.jpg");
    background-size: cover;
}
.open-course .pagetitlewrap{
	background-image: url("../common/img/pagetitle/open-course.jpg");
    background-size: cover;
}
.educational-career-education .pagetitlewrap{
	background-image: url("../common/img/pagetitle/educational-career-education.jpg");
    background-size: cover;
}
.recruit .pagetitlewrap{
	background-image: url("../common/img/pagetitle/recruit.jpg");
    background-size: cover;
}
.pagetitle{
    width: 90%;
    max-width:1000px;
    margin: 0 auto;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
    color: #fff;
}
.pagetitle h2{
	font-size: 250%;
	border-bottom: 2px solid #fff;
	width: 600px;
	max-width: 90%;
	margin: 0 auto 10px;
	padding: 0 0 20px;
	position: relative;
    text-align: center;
    letter-spacing: .1em;
}
.pagetitle h2:after{
	content: "";
	display: block;
	height: 2px;
	width: 90px;
	background: #1749ff;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%);
}
.prospective-employee .pagetitle h2:after{
    background: #004e8f;
}
.new-employee .pagetitle h2:after{
    background:#7ac943;
}
.company-employee .pagetitle h2:after{
    background:#7d4698;
}
.open-course .pagetitle h2:after{
    background:#d3a100;
}
.recruit .pagetitle h2:after{
    background:#7baa17;
}
.educational-career-education .pagetitle h2:after{
    background:#0081cc;
}

.pagetitle p{
	font-size: 140%;
     font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
}
/**共通**/
.maincont{
    padding: 50px 0;
}
.maincont a{
    text-decoration: underline;
}
.contentbox{
    margin: 0 0 50px;
}

.contentbox p{
    padding: 0 0 20px;
}

.mtitle{
    color: #004e8f;
    font-size: 160%;
    padding: 0 0 5px;
    margin: 0 0 20px;
    border-bottom: 10px solid #dfdfdf;
    position: relative;
}
.prospective-employee .mtitle{
    color:#004e8f;
}
.new-employee .mtitle{
    color:#53834F;
}
.company-employee .mtitle{
    color:#7d4698
}
.open-course .mtitle{
     color:#d3a100;
}
.recruit .mtitle{
     color:#7baa17
}
.educational-career-education .mtitle{
     color:#0081cc
}
.mtitle:after{
    content: "";
    display: block;
    height: 10px;
    width: 30px;
    background: #004e8f;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.prospective-employee .mtitle:after{
    background: #004e8f;
}
.new-employee .mtitle:after{
   background:#53834F;
}
.company-employee .mtitle:after{
   background:#7d4698;
}
.open-course .mtitle:after{
   background:#d3a100;
}
.recruit .mtitle:after{
   background:#7baa17;
}

.educational-career-education .mtitle:after{
   background:#0081cc;
}


.contentbox h2,
.contentbox .st02{
    background: #eee;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 150%;
}
.prospective-employee  .contentbox h2,
.prospective-employee .contentbox .st02{
background:  #004e8f;
color: #fff;
}
.new-employee  .contentbox h2,
.new-employee .contentbox .st02{
background:  #53834F;
color: #fff;
}
.company-employee  .contentbox h2,
.company-employee .contentbox .st02{
background:  #7d4698;
color: #fff;
}
.open-course  .contentbox h2,
.open-course .contentbox .st02{
background:  #d3a100;
color: #fff;
}
.recruit  .contentbox h2,
.recruit .contentbox .st02{
background:  #7baa17;
color: #fff;
}
.educational-career-education  .contentbox h2,
.educational-career-education .contentbox .st02{
background:  #0081cc;
color: #fff;
}
.contentbox h3,
.contentbox .st03{
    border-bottom: 2px solid #ccc;
    padding: 5px 10px;
    margin: 0 0 20px;
    font-size: 140%;
}
.prospective-employee  .contentbox h3,
.prospective-employee .contentbox .st03{
color:  #004e8f;
}
.new-employee .contentbox h3,
.new-employee .contentbox .st03{
color:  #53834F;
}
.company-employee .contentbox h3,
.company-employee .contentbox .st03{
color:  #7d4698;
}
.open-course .contentbox h3,
.open-course .contentbox .st03{
color:  #d3a100;
}
.recruit .contentbox h3,
.recruit .contentbox .st03{
color:  #7baa17;
}
.educational-career-education .contentbox h3,
.educational-career-education .contentbox .st03{
color:  #0081cc;
}


.contentbox h4{
     border-left: 10px solid #ccc;
    padding: 0px 10px;
    margin: 0 0 20px;
    font-size: 130%;
}
.prospective-employee .contentbox h4{
    border-color:  #004e8f;
}
.new-employee .contentbox h4{
    border-color:  #53834F;
}
.company-employee .contentbox h4{
    border-color:  #7d4698;
}
.open-course .contentbox h4{
    border-color:  #d3a100;
}
.recruit .contentbox h4{
    border-color:  #7baa17;
}
.educational-career-education .contentbox h4{
    border-color:  #0081cc;
}

.contentbox h5 {
    padding: 0 0 20px;
    font-size: 120%;
}
.contentbox h5 strong{
    background: #004e8f;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 110%;
}
.prospective-employee .contentbox h5 strong{
    background: #004e8f;
}
.new-employee .contentbox h5 strong{
     background:#53834F;
}
.company-employee .contentbox h5 strong{
     background:#7d4698;
}
.open-course .contentbox h5 strong{
     background:#d3a100;
}
.recruit .contentbox h5 strong{
     background:#7baa17;
}
.educational-career-education .contentbox h5 strong{
     background:#0081cc;
}


.point{
    display: inline-block;
    padding: 2px 10px;
    margin: 0 5px 0 5px;
    background: #aaa;
    font-size: 80%;
    color: #fff;
}

#ez-toc-container{
box-sizing: border-box;
padding: 20px;
}


.box01{
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 0 30px;
}
.fbox01 {
    display: flex;
    justify-content: space-between;
}
.fbox01 dl{
     border: 1px solid #ccc;
    
    margin: 0 0 30px;
}
.fbox01 dt{
    padding: 10px;
    text-align: center;
    background: #eee;
    font-size: 120%;
    font-weight: 800;
}
.prospective-employee .fbox01 dt{
     background:  #004e8f;
     color: #fff;
}
.new-employee .fbox01 dt{
     background:  #53834F;
     color: #fff;
}
.company-employee .fbox01 dt{
     background:  #7d4698;
     color: #fff;
}
.company-employee .fbox01 dt{
     background:  #7d4698;
     color: #fff;
}
.open-course .fbox01 dt{
     background:  #d3a100;
     color: #fff;
}
.recruit .fbox01 dt{
     background:  #7baa17;
     color: #fff;
}
.educational-career-education .fbox01 dt{
     background:  #0081cc;
     color: #fff;
}
.fbox01 dd{
    padding: 20px;
}
.table01{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
}
.table01 th,
.table01 td{
    padding: 10px;
    border: 1px solid #ccc;
}
.table01 th{
    background: #eee;
}

.indexbox01{
    padding: 20px;
    margin: 0 0 40px;
    border: 1px solid #ccc;
    background: #F9F9F9;
}

.indexbox01 li{
text-indent: -1em;
margin-left: 1em;
}
.indexbox01 a{
    text-decoration: none;
}
.indexbox01 li:before{
display: inline-block;
margin: 0 .5em 0 0;
content: '';
width: 6px;
height: 6px;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
transform: rotate(-45deg);
}




.ez-toc-list-level-3{
    display: flex;
    flex-wrap: wrap;
}
.ez-toc-list-level-3 li{
    flex-basis: 50%;
}




/*コンテンツのトップ***/
.indextopwrap{
    padding: 20px 0;
    border-bottom: 7px solid #00195d;
    position: relative;
    margin: 0 0 80px;
    
    
    background: rgb(0,78,143);
background: -moz-linear-gradient(0deg, rgba(0,78,143,1) 10%, rgba(255,255,255,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(0,78,143,1) 10%, rgba(255,255,255,1) 90%);
background: linear-gradient(0deg, rgba(0,78,143,1) 10%, rgba(255,255,255,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004e8f",endColorstr="#ffffff",GradientType=1);
}
.new-employee .indextopwrap{
border-bottom: 7px solid #375933;

background: rgb(83,131,79);
background: -moz-linear-gradient(0deg, rgba(83,131,79,1) 10%, rgba(255,255,255,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(83,131,79,1) 10%, rgba(255,255,255,1) 90%);
background: linear-gradient(0deg, rgba(83,131,79,1) 10%, rgba(255,255,255,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53834f",endColorstr="#ffffff",GradientType=1);
}

.company-employee .indextopwrap{
border-bottom: 7px solid #532986;

background: rgb(125,70,152);
background: -moz-linear-gradient(0deg, rgba(125,70,152,1) 10%, rgba(255,255,255,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(125,70,152,1) 10%, rgba(255,255,255,1) 90%);
background: linear-gradient(0deg, rgba(125,70,152,1) 10%, rgba(255,255,255,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d4698",endColorstr="#ffffff",GradientType=1);
}

.open-course .indextopwrap{
border-bottom: 7px solid #9e801f;

background: rgb(211,161,0);
background: -moz-linear-gradient(0deg, rgba(211,161,0,1) 10%, rgba(255,255,255,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(211,161,0,1) 10%, rgba(255,255,255,1) 90%);
background: linear-gradient(0deg, rgba(211,161,0,1) 10%, rgba(255,255,255,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3a100",endColorstr="#ffffff",GradientType=1);
}
.recruit .indextopwrap{
border-bottom: 7px solid #688f14;

background: rgb(123,170,23);
background: -moz-linear-gradient(0deg, rgba(123,170,23,1) 10%, rgba(255,255,255,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(123,170,23,1) 10%, rgba(255,255,255,1) 90%);
background: linear-gradient(0deg, rgba(123,170,23,1) 10%, rgba(255,255,255,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7baa17",endColorstr="#ffffff",GradientType=1);
}
.educational-career-education .indextopwrap{
border-bottom: 7px solid #146da1;

background: rgb(0,129,204);
background: -moz-linear-gradient(0deg, rgba(0,129,204,1) 10%, rgba(255,255,255,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(0,129,204,1) 10%, rgba(255,255,255,1) 90%);
background: linear-gradient(0deg, rgba(0,129,204,1) 10%, rgba(255,255,255,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0081cc",endColorstr="#ffffff",GradientType=1);
}



.indextopwrap:before{
content: "";
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #00195d transparent transparent transparent;
 border-width: 75px 105px 0 105px;
}
.new-employee .indextopwrap:before{
border-color: #375933 transparent transparent transparent;
}
.company-employee .indextopwrap:before{
border-color: #532986 transparent transparent transparent;
}
.open-course .indextopwrap:before{
border-color: #9e801f transparent transparent transparent;
}
.recruit .indextopwrap:before{
border-color: #688f14 transparent transparent transparent;
}
.educational-career-education .indextopwrap:before{
border-color: #146da1 transparent transparent transparent;
}


.indextopwrap:after{
content: "";
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #004e8f transparent transparent transparent;
  border-width: 70px 100px 0 100px;
}
.new-employee .indextopwrap:after{
  border-color: #53834f transparent transparent transparent;
}

.company-employee .indextopwrap:after{
  border-color: #7d4698 transparent transparent transparent;
}
.open-course .indextopwrap:after{
  border-color: #d3a100 transparent transparent transparent;
}
.recruit .indextopwrap:after{
  border-color: #7baa17 transparent transparent transparent;
}
.educational-career-education .indextopwrap:after{
  border-color: #0081cc transparent transparent transparent;
}


.indextopbox{
    background: #fff;
    padding: 30px;
}
.indextopbox h2{
    font-size: 180%;
    margin: 0 0 30px 0;
    position: relative;
    padding: 0 20px;
    
}
.indextopbox h2:after {
  content: "";
  width: 100vw;
  height: 3px;
  display: block;
  background: #004e8f;
  position: absolute;
  top: 10px;
  right: 99%;
}
.new-employee .indextopbox h2:after {
 background: #375933;
}
.company-employee .indextopbox h2:after {
 background: #532986;
}
.open-course .indextopbox h2:after {
 background: #9e801f;
}
.recruit .indextopbox h2:after {
 background: #688f14;
}
.educational-career-education .indextopbox h2:after {
 background: #146da1;
}




.indextopbox p strong{
    color: #004e8f;
}
.new-employee .indextopbox p strong{
     color: #375933;
}
.company-employee .indextopbox p strong{
     color: #532986;
}
.open-course .indextopbox p strong{
     color: #9e801f;
}
.recruit .indextopbox p strong{
     color: #688f14;
}
.educational-career-education .indextopbox p strong{
     color: #146da1;
}

.indexpointbox{
    padding: 50px 50px 30px;
    margin: 0 0 50px;
    position: relative;
    
    border-bottom:5px solid #00195d;
    border-right:5px solid #00195d;
    
background: rgb(0,46,129);
background: -moz-linear-gradient(0deg, rgba(0,46,129,1) 10%, rgba(0,78,143,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(0,46,129,1) 10%, rgba(0,78,143,1) 90%);
background: linear-gradient(0deg, rgba(0,46,129,1) 10%, rgba(0,78,143,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002e81",endColorstr="#004e8f",GradientType=1);

}
.new-employee .indexpointbox{
 border-bottom:5px solid #375933;
    border-right:5px solid #375933;

background: rgb(70,97,64);
background: -moz-linear-gradient(0deg, rgba(70,97,64,1) 10%, rgba(83,131,79,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(70,97,64,1) 10%, rgba(83,131,79,1) 90%);
background: linear-gradient(0deg, rgba(70,97,64,1) 10%, rgba(83,131,79,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#466140",endColorstr="#53834f",GradientType=1);
}
.company-employee .indexpointbox{
 border-bottom:5px solid #532986;
    border-right:5px solid #532986;

background: rgb(99,64,143);
background: -moz-linear-gradient(0deg, rgba(99,64,143,1) 10%, rgba(125,70,152,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(99,64,143,1) 10%, rgba(125,70,152,1) 90%);
background: linear-gradient(0deg, rgba(99,64,143,1) 10%, rgba(125,70,152,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63408f",endColorstr="#7d4698",GradientType=1); 
}
.open-course .indexpointbox{
 border-bottom:5px solid #9e801f;
    border-right:5px solid #9e801f;

background: rgb(179,146,40);
background: -moz-linear-gradient(0deg, rgba(179,146,40,1) 10%, rgba(211,161,0,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(179,146,40,1) 10%, rgba(211,161,0,1) 90%);
background: linear-gradient(0deg, rgba(179,146,40,1) 10%, rgba(211,161,0,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b39228",endColorstr="#d3a100",GradientType=1);
}

.recruit  .indexpointbox{
 border-bottom:5px solid #688f14;
    border-right:5px solid #688f14;

background: rgb(123,170,23);
background: -moz-linear-gradient(0deg, rgba(123,170,23,1) 10%, rgba(165,210,69,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(123,170,23,1) 10%, rgba(165,210,69,1) 90%);
background: linear-gradient(0deg, rgba(123,170,23,1) 10%, rgba(165,210,69,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7baa17",endColorstr="#a5d245",GradientType=1);
}

.educational-career-education  .indexpointbox{
 border-bottom:5px solid #146da1;
    border-right:5px solid #146da1;

background: rgb(24,120,176);
background: -moz-linear-gradient(0deg, rgba(24,120,176,1) 10%, rgba(28,165,245,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(24,120,176,1) 10%, rgba(28,165,245,1) 90%);
background: linear-gradient(0deg, rgba(24,120,176,1) 10%, rgba(28,165,245,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1878b0",endColorstr="#1ca5f5",GradientType=1);
}



.indexpointbox dt{
    display: inline-block;
    background: #fff;
    border: 3px solid #004e8f;
    color: #004e8f;
    padding: 10px 40px;
    border-radius: 99px;
    font-weight: 800;
    font-size: 180%;
    position: absolute;
    top: -20px;
    
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);  
}
.new-employee .indexpointbox dt{
 border: 3px solid #53834f;
    color: #53834f;
}

.company-employee .indexpointbox dt{
 border: 3px solid #532986;
    color: #532986;
}
.open-course .indexpointbox dt{
 border: 3px solid #9e801f;
    color: #9e801f;
}
.recruit .indexpointbox dt{
 border: 3px solid #688f14;
    color: #688f14;
}
.educational-career-education .indexpointbox dt{
 border: 3px solid #146da1;
    color: #146da1;
}
.indexpointbox{
    padding: 50px 40px 30px;
    margin: 0 0 50px;
    position: relative;

}


.indexpointbox dt{
    display: inline-block;
    background: #fff;
    border: 2px solid #004e8f;
    padding: 10px 40px;
    border-radius: 99px;
    font-weight: 800;
    font-size: 180%;
    position: absolute;
    top: -20px;
    
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    
    
}


.indexpointbox ul{
    display: flex;
    flex-wrap: wrap;
   
}
.indexpointbox li{
 flex-basis: 46%;
 color: #fff;
 font-size: 120%;
 font-weight: 800;
 margin: 0 0 10px;
  margin-left: 1.2em;
 text-indent: -1.2em;
 }



/*企業情報***/
.corptable{
    width: 100%;
    border-collapse: collapse;
}
.corptable td,
.corptable th{
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

/***プライバシーポリシー**/
.list01{
    padding: 0 0 20px;
}
.list01 li{ 
    list-style: disc;
    margin: 0 0 0 20px;
}

.list02{
    padding: 0 0 20px;
}
.list02 li{ 
    text-indent: -1em;
    margin-left: 1em;
}
.list02 li:before{
display: inline-block;
margin: 0 .5em 0 0 ;
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.table01 .list01{
    padding-bottom: 0;
}

.list03 {
 padding: 0 0 20px;
 display: flex;
 flex-wrap: wrap;
}
.list03 li{
    flex-basis: 32%;
    margin: 0 1% 5px 0;
    background: #eee;
    padding: 5px;
    box-sizing: border-box;
}




/**サイトマップ**/
.sitemapbox{
    max-width: 800px;
    margin: 0 auto;
}
.sitemapbox ul{
list-style-type:square; 
padding:0 0 0 20px;
}
.sitemapbox ul li{
padding:0 0 10px;
}
.sitemapbox ul li ul{
list-style-type:circle;
}
.sitemapbox ul li ul {
    display: flex;
    flex-wrap: wrap;
}
.sitemapbox ul li ul li{
    margin: 0 40px 0 0 ;
}


/*お知らせ一覧***/
.newslist a{
    text-decoration: underline;
}
.posts_title{
	border-bottom:1px solid #DFDFDF;
}

.post_titleL{
	float:left;
}

.post_titleR{
	float:right;
}

.posts_body{
	margin:2em 0px;
	padding:0px 1em;
}

.posts_more{
	text-align:right;
	margin-bottom:3em;
}

/*お知らせ詳細***/
.post-meta{
	text-align:right;
    padding: 0 0 10px;
	border-bottom:1px solid #dfdfdf;
}
.newsdetail a{
    text-decoration: underline;
}

.post-content{
	padding:1em;
}
.post-content img{
	vertical-align:middle;
}
.navigation{
    margin: 0 0 30px;
}

.prev{
	float:left;
}
.next{
	float:right;
}






/**お問い合わせの部分**/
.page_contact table{
	width:100%;
    border-collapse: collapse;
   
}
.page_contact th{

}



.page_contact h2{
	color:#4a93a5;
}
.page_contact table td,
.page_contact table th{
	border:4px solid #dfdfdf;
	padding:10px;
}
.page_contact .btn{
text-align: center;
	margin:2em auto;
    
}
.page_contact .btn input{
    border: 1px solid #ccc;
    background: #eee;
    font-size: 120%;
}

.prospective-employee .page_contact th,
.prospective-employee .page_contact td{
    border-color: #004e8f;
}
.new-employee .page_contact th,
.new-employee .page_contact td{
    border-color: #53834F;
}
.company-employee .page_contact th,
.company-employee .page_contact td{
     border-color: #7d4698;
}
.open-course .page_contact th,
.open-course .page_contact td{
    border-color:#d3a100;
}
.recruit .page_contact th,
.recruit .page_contact td{
     border-color: #7baa17;
}
.educational-career-education .page_contact th,
.educational-career-education .page_contact td{
     border-color: #0081cc;
}


.moviebox p {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.moviebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.companylist{
    display: flex;
    flex-wrap: wrap;
}
.companylist li{
    flex-basis: 18%;
    margin: 0 1% 10px 1%;
}




.gocontactbox dl{
    border: 2px solid #ccc;
    display: flex;
    padding: 20px 50px;
    margin: 0 0 30px;
    justify-content: space-between;
    align-items: center;
}
.gocontactbox dt{
    font-size: 120%;
    text-align: center;
}
.gocontactbox dt p{
    padding: 5px 0;
}
.gocontactbox dt img{
    max-height: 30px;
}

.gocontactbox dd a{
  font-size: 150%;
  font-weight: 800;
  display: block;
  background: #c1272d;
  color: #fff;
  padding: 10px 50px;
  margin: 0 0 0 20px;
  text-decoration: none;
}
.gocontactbox dd a:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 15px;
  background: url("../common/img/head_mail.png") no-repeat center center;
    background-size: auto;
  background-size: cover;
  margin: 0 10px 0 0;
}









.pager {
	text-align: center;
	padding: 10px 0 10px 0;
}
.pager span,
.pager a{
	display: inline-block;
	padding: 3px 10px;
    border: 2px solid #000;
	
}

.pager .current{
	background: #000 ;
    color: #fff;
	
}









/**お問い合わせ**/
.contacttitle{
    padding: 50px 0 0;
    text-align: center;
}

.formbox{
margin: 0 0 20px 0;

}
.contactbox {
    padding: 50px 0px;

}

.formbox{
	width:100%;
	margin: 0 0 20px 0;
}
.formtable {
    margin: 0 0 40px 0;
    width: 100%;
     border-collapse: collapse;
}
.formtable td,
.formtable th{
	padding:20px 10px;
	vertical-align: middle;
}
.formtable th {
width: 30%;
text-align: left;
background: #e5e5e5;

}
.hissu{
    display: inline-block;
    background: #b11c24;
    color: #fff;
    padding: 0px 10px;
    font-size: 80%;
    margin: 0 10px 0 0;
    float: right;
}
.nini{    
display: inline-block;
    background: #808080;
    color: #fff;
    padding: 0px 10px;
    font-size: 80%;
    margin: 0 10px 0 0;
    float: right;
}

.formtable input, .formtable select, .formtable textarea {
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 2px;
}
.formtable input{
	vertical-align: middle;
}
.formtable input[type=checkbox],
.formtable input[type=radio]{
  vertical-align: top;
    margin: 7px 0 0 0;
}

.borderbtm1{
    border-bottom: 1px solid #000;
    margin: 0 0 10px 0;
}

.formprivacy{
    overflow: auto;
    height: 150px;
    margin: 0 0 30px 0;
    padding: 10px;
    border:1px solid #ccc;
}
input[type=text],
  textarea{
	/*width:90%;*/
}

.mw_wp_form .formtable .horizontal-item + .horizontal-item{
    margin: 0;
}

.formtable .zip{
	width:15%;
}

.formtable label{
    min-width: 300px;
}
.formtable .senmonradio label{
    min-width: 30%;
}
.mw_wp_form .formtable .vertical-item{
    display: inline-block;
}


.contactbox .linkbtn01,.contactbox .linkbtn02 {
    text-align: center;
    color: #fff;
    font-size: 110%;
    text-decoration: none;
    padding: 10px 60px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 5px 10px;
    background: #000;
}
.linkbtn02 {
    color: #666;
}


.mw_wp_form_confirm .confirmnone{
    display: none;
}




.mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0;
}

/**確認画面に表示*/
.confirmtxt{
    display: none;
}
.mw_wp_form_confirm .confirmtxt{
    display: block;
}
.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_input .input-confirm {
  display: none;
}









/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {	
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: block!important;
}


.leftbox{
	display:inline-block;
	float:left;
	padding:0px 2% 0px 0;
}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 2%;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 1%;
}

.mwidth50{
    width: 100%;
    max-width: 48%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}
.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}




}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1023px) {
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {*/
.gnaviwrap, .menu-header-mini-container{
	display:none;
}


}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {



.slick-slider {
    touch-action: pan-y;
}





.wrap,
.home .wrap{
   padding: 60px 0 0 0;
}




.mainbody,
.mainbody2,
.header .mainbody{
    margin: 0 20px;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
#mw_wp_form_mw-wp-form-24{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}


/*ヘッダー
------------------------------------------------*/
.headerwrap{
    left: 0;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;  
     height: 60px;
     position: relative;
     padding: 0;
}
.logo{
   flex-basis: 80%;
}


.menu-icon{
    display: block;
    width: 30px;
    padding: 5px;   
    background: #004e8f;
    
    
}
.menu-icon img{
    
    
}

/*.gnaviwrap{
	display:none;
}
*/

.logo h1{
    display: none;
}
.headerright{
   display: none;
}









/*トップページ
------------------------------------------------*/
/*.mainvisual{
    height: 280px;
}*/
.mainvisual {
    height: 170px;
}



/**講座について**/
.topcoursewrap{
    padding: 40px 0 10px;
}
.topcoursetitle h2{
    font-size: 150%;
    margin: 0 0 20px;
}

.topcoursebox{
    display: block;
}
.topcoursebox dl{
    margin:0 0% 40px;

}



/**news*/
.topnewswrap{
    margin: 0 0 30px;
}

.topnewsbox{
    display: block;
}

.topnewsbox h2{
    font-size: 130%;
    padding:5px;
    margin: 0 0 20px;
}
.topnews01,
.topnews02{
    padding: 30px 0px;
}
.topnews01:after {
  right: -20px;
}
.topnews02:after {
  left: -20px;
}
.newslist{
    margin: 0 0px;
}
.newslist dl{
    display: flex;
    margin: 0 0 5px;
}
.newslist dt{
    flex-basis: 25%;
}
.newslist dd{
    flex-basis: 75%;
}

.topaboutbox{
    display: block;
     padding: 0 0 20px;
}
.topaboutbox dl{
    
}

.toprecruitbox{
    display: block;
    padding: 0 0 50px;
}
.toprecruitbox dt{
    font-size: 130%;
    margin: 10px 0 20px;
}
.toprecruitbox dd p{
    font-size: 90%;
    padding: 0 0 20px;
}
.toprecruit01,
.toprecruit02{
    flex-basis: 50%;
    
}
.toprecruit01{
    padding: 1px 0;
}






/*コンテンツ
-----------------------------------------------*/
/**タイトル**/
.pagetitle{
    margin: 0 auto;
    height: 200px;
}
.pagetitle h2{
	font-size: 180%;
}

.fbox01{
    display: block;
}

.mwidth50{

    max-width:none;
}
.mwidth30{

    max-width:none;
}
.mwidth25{
    max-width:none;
}


.list03 {

 display: block;

}


/*企業情報***/

.corptable td,
.corptable th{
    display: block;
    padding: 5px;
    
}




.blktable td,
.blktable th{
    display: block;
    width: auto;
}

.scroll-wrap table{
    width: 100%;
}

  .scroll-wrap{
    width: 100%;
    padding: 0%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .scroll-wrap::-webkit-scrollbar {
    height: 10px;

  }
  .scroll-wrap::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .scroll-wrap::-webkit-scrollbar-track-piece {
    background: #efefef;
  }  


.indexpointbox{
    padding: 50px 10px 20px;
    margin: 0 0 40px;

}


.indexpointbox dt{
    padding: 10px 10px;
    font-size: 130%;

    
}



.indexpointbox ul{
    display: block;
   
}


.ez-toc-list-level-3{
  display: block;
}



.page_contact table th,
.page_contact table td{
	display: block;
    
}
.page_contact input[type=text],
.page_contact textarea{
    width: 85%;
    display: block;
}
.page_contact label{
    display: inline-block;
    padding: 0 10px 0 0;
}

.pager {
	padding: 10px 0 10px 0;
}



.gocontactbox dl{
    display: block;
    padding: 20px 20px;
    margin: 0 0 30px;
}
.gocontactbox dt{
    font-size: 110%;
    padding: 0 0 20px;
}



.gocontactbox dd a{
  font-size: 150%;
  padding: 10px 0px;
  margin: 0 0 0 0px;
  text-align: center;
}











/**お問い合わせ**/
.contacttitle{
    padding: 30px 0 20px;
}
.contacttitle h3{
    font-size: 100%;
}


.formbox{
margin: 0 0 20px 0;

}


.contactbox {
    padding: 10px;
    margin: 0 0 0px 0;
}

.formbox{
	width:98%;
	margin: 0 0 20px 0;
}

.formbox table{
	text-align: left;
	margin: 0 0 20px 0;
}
.formbox td,
.formbox th{
	display: block;
	padding:10px 5px;
}

.formbox th {
width: 100%;
text-align: left;
padding:10px 5px;
}


.formtable .senmonradio label{
    min-width: 45%;
}

input[type=text], textarea {
    padding: 5px 5%;
	width: 90%;
}
.zip{
	width:20%;
}

.linkbtn01,
.linkbtn02{
display: block;
font-size: 110%;
width: 80%;
margin: 0 auto 10px auto;
}









/*フッター
------------------------------------------------*/
.footinfowrap{
   border-bottom: 1px solid #004e8f;
   background: #fff;
}
.footinfobox dl{
    display: block;
    
}
.footinfobox dd{
    margin-right: 0%;
}
.footinfobox ul{
 justify-content: center;
 padding: 10px 0 0;
}


.footerwrap{
    display: none;
}
.footnaviwrap{
    display: none;
}

.footbtn li:nth-child(2) a {
  font-size: 105%;
  padding: 5px 10px;
}


.sidefixedbtn{
    display: none;
}



.onlypc{
	display:none;
}
.onlysp{
	display: block;
}



.spblock{
	display: block;
}

}





/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{
  
}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {
.twitter-timeline{
    display: none;
}
.toptwitterbox:before{
    content: "ご利用のブラウザではサポートされていません。";
}



}

