h1.SiteTitle {
  padding: 0 50px;
}
main {
  max-width: 1000px;
  margin: 0 auto
}
ul.link_list li {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  border: 1px solid #161616;
}
.recruit_tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
}
.tab_contetns {
  text-align: left;
  padding: 3%;
  padding-top: 0;
}
.tab_contetns li {
  margin: 3% 0;
}
.PageLinkList li {
  margin: 1% 0;
}
#intro {
  margin: 3% 0;
	padding: 0 3%;
}
/*h2 h3 h4装飾*/
h2 {
  font-size: 40px;
  background: #364e96;
  color: #fff;
  border: solid 3px #364e96;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  margin-bottom: 3%;
}
h3, h4 {
  margin-bottom: 1%;
}
h4 {
  padding: 0.2em 0;
  font-size: 20px;
  text-align: center;
  border-top: solid 3px #364e96;
  border-bottom: solid 3px #364e96;
}
/*プライバシーポリシー*/
h3 {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 1.5em;
  font-size: 20px;
  color: #474747;
  border-radius: 10px;
  text-align: left;
}
h1.stajast {
  width: 500px;
  font-size: 24px;
}
.policy_area {
  padding: 0 3%;
}
.policy_area div {
  text-align: left;
}
ul.tab_contetns h3:before {
  font-family: "Font Awesome 5 Free";
  content: "　";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #002DA8;
  width: 40px;
  text-align: center;
  height: 40px;
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%; /*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);*/
}
/*メール情報**/
.mailform ul li {
  display: flex;
  width: 100%;
  text-align: center;
  background: #E4E4E4;
  border-bottom: 1px solid #FFFFFF;
}
.mailform ul div.item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.tab_contetns .mailform li {
  margin: 0;
}
ul.common_contents h3 {
  width: 30%;
  background: #9E0002;
}
ul.common_contents li.column1 h3 {
  width: 100%;
  background: #9E0002;
  padding: 1% 0;
}
ul.tab_contetns .mailform h3 {
  width: 30%;
  background: #00317C;
}
.mailform ul div.item {
  width: 30%;
  /*background: #9C0002;*/
	background:#717171;
	
}
ul.tab_contetns li div, ul.common_contents li div, .mailform ul li div:not(.item) {
  width: 100%;
  padding: 1% 0;
}
.select_tab {
  background: #00317C;
}
.recruit_tab {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
}
.tab {
  cursor: pointer;
  /*margin: 0 1%;*/
  padding: 1% 10px;
  font-size: 12px;
  /*color: #FFFFFF;
    background: #0057CD;*/
}
.recruit_tab .tab {
  padding: 0;
}
.recruit_tab .tab a {
  text-decoration: none;
  font-size: 12px;
  width: 100%;
  height: 100%;
  color: #0057CD;
  background: #fff;
  padding: 10px;
  border-top: 2px solid #0057CD;
  border-bottom: 2px solid #0057CD;
  border-left: 2px solid #0057CD;
  border-right: 2px solid #0057CD;
  transition: all 200ms;
}
.recruit_tab .tab a:hover, .recruit_tab a.this_tab {
  background: #0057CD;
  color: #fff;
}
.tab_contents_area {}
/*フォーム*/
input[type=text], textarea {
  width: 80%;
}
.mailform h4 {
  display: block;
  color: #FF5E61;
  padding: 0;
  font-size: 14px;
  text-align: center;
  border-top: none;
  border-bottom: none;
}
textarea {
  resize: vertical;
  min-height: 200px;
}
.submit_area {
  text-align: center;
}
/*メール情報*/
.img_centter {
  max-width: 500px;
  margin: 0 auto;
}
.img_centter img {
  width: 100%;
}
@media screen and (max-width: 750px) {
	  main {
    margin-bottom: 100px;
  }
  h1.SiteTitle {
    padding: 0 30px;
  }
  #intro {
    font-size: small;
  }
  .recruit_tab {
    width: 100%;
    flex-direction: column;
  }
  .recruit_tab .tab a {
    display: block;
    padding: 5px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    /*width: 100%;*/
  }
  h1.stajast {
    width: 300px;
    font-size: 18px;
  }
  .recruit_tab li {
    margin-bottom: 0%;
  }
  .tab_contetns li div {
    font-size: small;
  }
  .PageLinkList li {
    font-size: small;
  }
  h2 {
    font-size: 20px;
  }
  ul.tab_contetns h3 {
    position: relative;
    background: #f4f4f4;
    padding: 2px 5px 2px 35px;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
  }
  ul.tab_contetns h3:before {
    font-family: "Font Awesome 5 Free";
    content: "　";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #002DA8;
    width: 40px;
    text-align: center;
    height: 40px;
    left: -0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
  }
}