@charset "UTF-8";

/* #experience */

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

#experience input[type="radio"] {
  display: none;
}

#experience .comment {
  font-weight: bold;
  padding: 0 0 10px 0;
  text-align: center;
	color: #dd4343;
}

#experience .tab_area + .comment {
  padding: 10px 0 20px!important;
}

#experience .comment2 {
  #experience font-weight: bold;
  padding: 20px 0 40px 0;
  text-align: center;
}

#experience .tab_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;

  background-color: #f0f8ff;
}

#experience .tab_area>* {
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  max-width: 180px;
  text-align: center;
  transition: ease 0.2s opacity;
  width: 27%;
}

#experience .tab_area img {
  margin: 0 0 10px 0;
}
#experience .tab_area p {
  line-height: 1.3;
}

#experience .tab_area label:hover {
  opacity: 0.5;
}

#experience .tab_panel {
  display: none;
  width: 100%;
}

#tab1:checked~.panel_area #panel1,
#tab2:checked~.panel_area #panel2,
#tab3:checked~.panel_area #panel3,
#tab4:checked~.panel_area #panel4,
#tab5:checked~.panel_area #panel5 {
  display: block;
}

#experience h2 {
  font-size: 2.0rem;
  margin: 0 0 20px 0;
}

#experience .sbttl {
  background-color: #243763;
  border-radius: 25px 0px 0px 25px;
  color: #fff;
  font-size: 2.0rem;
  margin: 30px 0;
  padding: 5px 0 5px 10px;
  vertical-align: middle;
}

#experience .sbttl::before {
  content: '●';
  color: #fff;
  margin-right: 8px;
}

#experience .student-list {
  display: flex;
  flex-direction: row;
}

#experience .student-list > * {
  margin: 0 10px 0 0;
  max-width: 132px;
  text-align: center;
  width: 19%;
}

#experience .student-list > :last-child {
  margin: 0;
}

#experience .student-list p {
  padding: 10px 0;
}

#experience .interview-box{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

#experience .interview-box .left{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin: 0 2%;
  max-width: 25%;
}

#experience .interview-box .right{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.article_footer {
  margin-top: 20px;
}

@media screen and (max-width:576px) {
	
img {
  width: 100%;
}

#experience .student-list {
  flex-direction: column;
}

#experience .student-list > * {
  margin: 0 auto;
  text-align: center;
  width: 132px;
}

#experience .student-list > :last-child {
  margin: 0 auto;
}

#experience .interview-box .left,
#experience .interview-box .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#experience .interview-box .left {
  margin: 0 auto 10px;
  max-width: 180px;
}
}

.experience_box{margin-bottom: 30px;}