@charset "utf-8";

body {
  margin: 0;　
  padding: 0;
  background-color: white;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  color: #333333;
  line-height: 2;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

a,a:hover,a:visited{
text-decoration: none;
    color: inherit;
}

a:hover {
cursor: pointer;
  text-decoration: underline;
}

#wrap {
  clear: both;
  background-color: white;
  margin-top: 550px;
  padding: 15px 35px 35px 35px;
}

footer {
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  background-color: white;
}


table {
  border-spacing: 0;
  border-collapse: collapse;
}

.link img{
 margin: 20px 20px;
}

.event {
clear: both;
}

table.event {
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing:4px 4px;
  text-align: center;
  color: white;
}


table.event th {
   background-color: #018E62;
   width: 300px;
   font-size: 24px;
}

table.event td {
   background-color: brown;
   width: 300px;
   font-size: 25px;
}

footer {
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  margin-bottom:0;
  background-color: white;
}

.main-center {
 width: 940px;
 margin: 0 auto;
}

h1 {
  font-size:2.3vw;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

h2 {
  font-size:2.0vw;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-decoration:underline;
  text-align: center;
  margin-top:20px;      
  margin-bottom:50px; 
}

#about .profile-txt{
  width: 960px;
  float: left;
  font-size: 14px;
  margin-bottom: 30px;
}

.clearfix:after {
  content:"";
  display: block;
  clear: both;
}

section {
  padding-top: 35px;
  margin-bottom: 35px;
}

.info {
  clear: both;
}


.career {
clear: both;
}

#about .career th {
  width: 400px;
  background-color: #BCC0F5;
  padding: 12px;
  border: 1px solid #0D1BC2;
}

#about .career td {
  width: 400px;
  background-color: white;
  padding: 12px 0 12px 20px;
  border: 1px solid #0D1BC2;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.link img{
 margin: 20px 20px;
}

P {
font-size: 20px;
line-height:line-height;
}

.end P{
   font-size:1.8vw;
   text-align: center;
}

/*親要素*/
.text-center-text-left-wrap {
  text-align: center;
}

/*子要素(リスト部分)*/
.text-center-text-left__child {
  text-align: left;
  display: inline-block;
}

/*リストver*/
ul {
   font-size:1.8vw;
   line-height: 1.3;
   white-space: nowrap;
   width: fit-content;
   margin: auto;           
}
ul li{
    vertical-align: top;
    list-style: disc;     
}


/*以下レスポンシブ設定*/

@media screen and (max-width: 500px) { 

ul {
   font-size:2.3vw;
   line-height: 1.2;
   white-space: nowrap;
   width: fit-content;
}

ul li{
    vertical-align: top;
    list-style: disc;
}

h1 {
  font-size:4.3vw;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}

h2 {
  font-size:3.2vw;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;text-decoration:underline;
  margin-top:15px;      
  margin-bottom:15px; 
}

.end P{
   font-size:2.7vw;
   text-align: center;
   margin-top:15px;
   line-height: 1.5;
}
.end p span{
   display: block;
}

footer {
  text-align: center;
  color: #ffffff;
  background-color: white;
  padding-top:0;
}

footer img{
  width:40%;
}

.break-keep-all {
    word-break: keep-all;

}

table.event th {
   background-color: #018E62;
   width:60%;
   font-size: 10px;
}

}
