/* CSS Document */

.anch-tab{
  margin:0 auto;
  width:100%;
  padding:0;
}

.anch-tab li{
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  width:32.8%;
  height:60px;
  margin:0 .75% 0 0;
  padding:0;
  float:left;
}

.anch-tab li:last-child{
   margin:0;
}

.anch-tab li em{
   display:table;
   width:100%;
  height:100%;
  vertical-align:middle;
  text-align:center;
  background-color:#434343;
  color:#ffffff;
  cursor:pointer;
  font-weight:bold;
  font-style:normal;
}

.anch-tab li.on em{
  color:#000000;
  background-color:#F3F4F6;
}

.anch-tab li em span{
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  color:#ffffff;
}
.anch-tab li.on em span{
   color:#000000;
}

.cont{
  clear:both;
  display:none;
  width:100%;
}
/*
.cont .s5-row__col1{
  display:block;
  width:100% !important;
}
*/
.cont ul,
.cont li{
  list-style:none;
  margin:0;
  padding:0;
}

.cont .flex img{
    height: 100%;
    margin: auto;
    width: 100%;
}

.movie-box-wrap{
  margin-top:20px;
   width: 640px;
}

.movie-box{
  position: relative;
  padding-top: 56.25%;
  margin-bottom:10px!important;
  background-color:#ffffff;
}

.movie-box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  max-width:640px;
  max-height:360px;
}

.s5-anchorLinks {
  margin-top:0;
  margin-bottom:0;
}

.flowimg{
  text-align:center;
  background-color:#F2F2F0;
}

.flowimg img{
  max-width:725px;
  margin:0 auto;
}


@media screen and (max-width:639px){

.movie-box-wrap{
   width: 100%;
}

}


/* コンテンツ ムービー配置 */

.movie-box .title {
	margin: 0 0 20px;
	padding: 10px 15px;
	background: #f0f0f0;
	font-weight: bold;
	color: #333333;
}
.movie-box .txt {
	color: #333333;
}

@media (max-width:640px){
.movie-box .title {
		margin: 0 0 10px;
		padding: 10px;
		background: #f0f0f0;
		font-weight: bold;
		color: #333333;
	}
.movie-box .txt {
		color: #333333;
	}
}

/* ムービーボタン調整 */
.c5-secondaryButton{
	width: 380px;
}

@media (max-width:640px){
	.c5-secondaryButton{
	width: 95%;
}
}

.c5-imgCols img,
.c5-img100 {
  max-width: 100%;
  height: auto;
}
.c5-txtC {
  text-align: center;
}
.c5-imgCols {
  display: flex;
  justify-content: center;
  margin: 0 -10px 30px -10px;
}
.c5-imgCols img {
  vertical-align: bottom;
}
.c5-imgCols > div {
  margin: 0 10px;
}
.c5-imgCols p {
  margin-top: 10px;
}
.c5-imgCols + h3 {
  margin-top: 60px;
}
.c5-txtbox {
  display: inline-block;
  border: 2px solid red;
  padding: 0 3px;
}

@media (max-width:640px){
  .c5-imgCols.sp_noCols {
    display: block;
    margin: 0;
  }
  .c5-imgCols.sp_noCols > div {
    margin: 0;
  }
  .c5-imgCols.sp_Col2 {
    flex-wrap: wrap;
  }
  .c5-imgCols.sp_Col2 > div {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .c5-imgCols + h3 {
    margin-top: 40px;
  }
}