			.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 1079px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

  body {
display:block;
height:100%;
width:100%;
top:0;
left:0;
margin:auto;
padding:auto;
font-family:ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;  }

a{
text-decoration:none;
}

a:hover{
	opacity:1;
}

h1{
	text-decoration:none;
}

.wp-show-posts-inner {
}


.wp-show-posts-inner header {
}

.wp-show-posts-image img {
}

/* コンテンツ */

.contents-title{
 font-size: 48px;
text-align: center;
     color: #00c8af;
	line-height:1.5em;
}

.contents-title2{
         display: flex;
       max-width: 98%;
           width: 950px;
   border-radius: 50px;
background-color: #00c8af;
           color: #fff;
       font-size: 30px;
      text-align: center;
  vertical-align: middle;
     align-items: center;
 justify-content: center;
          margin: 100px auto;
         padding: 30px 0px;
}

.contents-comment{
        position: relative;
             top: 50px;
         z-index: 1000;
         display: flex;
       max-width: 100%;
           width: 950px;
background-color: #fff;
          border: 0.5rem solid #00c8af;
           color: #333;
       font-size: 30px;
      text-align: center;
  vertical-align: middle;
     align-items: center;
 justify-content: center;
          margin: auto;
         padding: 30px 0px;
}

.contents-lead{
        display: flex;
      max-width: 98%;
          width: 900px;
     text-align: justify;
justify-content: center;
         margin: auto;
      font-size: 24px;
	line-height:1.8em;
}

/* コンテンツ・スクロールダウン */

.contents-scrolldown{
         display: flex;
	width:100px;
	height:100px;
      text-align: center;
  vertical-align: middle;
     align-items: center;
 justify-content: center;
          margin: 100px auto;
         padding: auto;
}

.contents-scrolldown a{
         width: 60px;
        height: 60px;
    border-top: solid 2px #00c8af;
  border-right: solid 2px #00c8af;
      position: absolute;
     transform: rotate(135deg);
}

/* 会社概要 */

.company{
        display: flex;
justify-content: center;
          width: 950px;
      max-width: 98%;
         margin: auto;
        padding: auto;
}

.company ul{
	width:100%;
      font-size: 18px;
    line-height: 1.8em;
 letter-spacing: 0.06em;
     list-style: none;
}

.company li {
        display: flex;
        padding: 20px 30px;
     border-top: solid 1px #333;
}

.company li:last-child {
     border-bottom: solid 1px #333;
}

.company-title {
width:30%;
}

.company-lead {
width:70%;
}

.company-border {
	display: flex;
	align-items: center;
         height: auto;
          width: 0px;
         border-left: solid 1px #333;
         margin: -10px 25px;
	padding:auto;
}



/* スライダー */

  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }
  
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img{
    animation: zoomUp 15s linear 0s 1 normal both;  
  }

 .swiper-wrapper {
  overflow: hidden;
     width: 100%;
    height: 800px;
  position: relative;
object-fit: cover;
  }

  .slide-img img{
object-fit: cover;
     width: 100%;
    height: 800px;
  }

.slide-telop{
        display: flex;
        z-index: 1000;
       position: absolute;
          width: 100%;
         height: 100%;
     text-align: center;
    align-items: center;
justify-content: center;
         margin: auto;
      font-size: 60px;
          color: #fff;
 letter-spacing: 0.2em;
         filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.6));
}

.home .main-header-original, .home .site-header{
	display: none;
}

.slide-bottom {
   opacity: 0;
 transform: translateY(100px);
transition: all 2s 0s ease-out;
	 }

.slide-left {
   opacity: 0;
 transform: translateX(-100px);
transition: all 2s 0s ease-out;
	 }

.slide-right {
   opacity: 0;
 transform: translateX(100px);
transition: all 2s 0s ease-out;
	 }

.slide-top {
   opacity: 0;
 transform: translateY(-100px);
transition: all 2s 0s ease-out;
	 }


/* つづきを読む */

.cp_box *, .cp_box *:before, .cp_box *:after {
-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
        position: relative;
}

.cp_box label {
        position: absolute;
         z-index: 1;
          bottom: 0;
           width: 100%;
          height: 140px;
          cursor: pointer;
      text-align: center;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
}

.cp_box input:checked + label {
      background: inherit;
          height: 0px;
}

.cp_box label:after {
     line-height: 2.5rem;
        position: absolute;
         z-index: 2;
             top: 100px;
            left: 50%;
           width: 300px;
 justify-content: center;
     align-items: center;
          margin: auto;
         padding: auto;
         content: ' 続きをよむ';
       transform: translate(-50%, 0);
  letter-spacing: 0.05em;
           color: #333;
       font-size: 24px;
   border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
          filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.2));
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	overflow: hidden;
	height: 400px;
	transition: all 0.5s;
}

.cp_box input:checked + label:after {
	top:-25px;
	content: ' 閉じる';
}

.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px;
	transition: all 0.5s;
}

/* すまきた年表 */

.sumakita-history{
display:flex;
color:#fff;
font-size:24px;
line-height:1.5em;
text-align:center;
justify-content:center;
margin:auto;
}

.sumakita-history-contents{
width:950px;
}

.sumakita-history li{
list-style:none;
display:flex;
align-items:center;
text-align:left;
margin:30px 0px;
padding:auto;
}

.sumakita-history li span{
content:"";
display:flex;
align-items:center;
justify-content:center;
margin-right:30px;
padding:auto;
width:100px;
height:100px;
border-radius:50px;
background-color:#fff;
font-size:20px;
letter-spacing:0.02em;
color:#00c8af;
}

.sumakita-history-br{
display:none;
}


/* トップバナー */

.top-banner{
        display: flex;
          width: 1080px;
       position: relative;
        z-index: 1000;
     text-align: center;
justify-content: center;
         margin: auto;
}

.top-banner a li{
         display: flex;
           width: 600px;
background-color: #00c8af;
           color: #fff;
       font-size: 50px;
      text-align: center;
  vertical-align: middle;
     align-items: center;
 justify-content: center;
          margin: 0px 15px;
         padding: 30px 0px;
      list-style: none;
          filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.2));
}

/* トップに戻る */

.upper{
	display:flex;
	justify-content:center;
	align-items:center;
position:fixed;
width:100px;
height:100px;
border-radius:50px;
background-color:#00c8af;
right:50px;
bottom:50px;
z-index:10000;
transition:1s;
	margin:auto;
padding:auto;
}

.upper span{
		display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
		margin:auto;
	font-size:15px;
	color:#fff;
	
	
}

.upper:hover{
opacity:1;
}

/* すまきたグループ */

.sumakita-group{
         display: flex;
       flex-wrap: wrap;
           width: 100%;
 justify-content: center;
          margin: auto;
      list-style: none;
}

.sumakita-group li{
         display: flex;
           width: 300px;
          height: 300px;
background-color: #00c8af;
      text-align: center;
     align-items: center;
 justify-content: center;
          margin: 10px;
       font-size: 24px;
           color: #fff;
}

.sumakita-group li img{
object-fit:cover;
	width:100%;
	height:100%;
	opacity:0.3;
}

.sumakita-group li span{
	display:flex;
	position:absolute;
	width:100%;
	padding:25px 0px;
	justify-content:center;
}

/* コアバリュー */

.corevalue{
}

.corevalue img{
          width: 400px;
	        display: flex;
     text-align: center;
justify-content: center;
         margin: auto;
}


.corevalue-lead{
      font-size: 18px;
          color: #333;
        display: flex;
     text-align: center;
justify-content: center;
         margin: auto;
}

.corevalue-contents{
        display: flex;
      flex-wrap: wrap;
          width: 100%;
justify-content: center;
         margin: auto;
}

.corevalue-contents li{
        display: block;
          width: 300px;
         height: 400px;
     text-align: center;
    align-items: center;
justify-content: center;
         margin: 30px 25px;
      font-size: 22px;
          color: #333;
}

.corevalue-contents hr{
display: flex;
 height: 0;
  width: auto;
 border: solid 1px #333;
 margin: 20px 0px;
}

.corevalue-contents span{
       display: flex;
    text-align: justify;
     font-size: 16px;
   line-height: 1.8em;
letter-spacing: 0.03em;
         margin: auto;
   font-weight: lighter;
}

/* コアバリュー */
.rebase369-info{
	display:block;
	justify-content:center;
	width:1080px;
	max-width:100%;
	margin:auto;
	
}
	.topics {
	height:4em;
	width:100%;
	overflow: auto;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 24px;
	}
	
	.topics-font{
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 24px;
	color:#ef877e;
	}
	
	.topics dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	margin: 15px auto;
	padding: auto;
	}
	
	.topics dt {
	font-weight: normal;
	text-align: center;
	clear: left;
	float: left;
	width: 30%;
	}
	
	.topics dd {
	font-weight: normal;
	text-align: center;
	margin-left: 20px;
	}

/* 社長 */

.ceo{
width:100%;
padding:auto;
background-color:#fff5d7
}

.ceo div{
display:flex;
justify-content:center;
align-items:center;
margin:auto;
padding:auto;
font-size:24px;
}

.ceo span{
font-size:20px;
margin:25px;
text-align:center;
}

.ceo img{
height:500px;
margin-top:25px;
}

.sumakita-tsushin{
}

.sumakita-tsushin img{
          width: 1080px;
	        display: flex;
     text-align: center;
justify-content: center;
         margin: auto;
}

.rebase369-insta{
display:flex;
justify-content:center;
width:800px;
	max-width:95%;
	margin:auto;
}


/* YouTube */

.sumakita-youtube{
	display:flex;
	justify-content:center;
	margin:auto;
	width:1080px;
	max-width:95%;
	height:607px; 
}


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


/* YouTube */

	.sumakita-youtube{
	height:300px; 
}
	
	
.main-menu{
display:none;
}

.top-banner{
flex-flow: column;
    width: 100%;
}

.top-banner a li{
    width: 100%;
font-size: 30px;
   margin: auto;
  padding: 15px 0px;
}

.swiper-wrapper {
   height: 500px;
}

.slide-img img{
   height: 500px;
}

.slide-telop{
font-size: 30px;
}


.contents-title{
font-size: 30px;
}

.contents-title2{
font-size: 25px;
   margin: 50px 0px;
}

.contents-comment{
font-size: 20px;
  padding: 15px 0px;
}

.contents-lead{
font-size: 18px;
	width:90%;
}

	
.sumakita-history{
font-size:15px;
}

.sumakita-history-contents{
width:95%;
}

.sumakita-history li{
list-style:none;
display:flex;
align-items:center;
margin:20px 0px;
padding:auto;
}

.sumakita-history li span{
margin-right:15px;
padding:auto;
width:40px;
height:40px;
border-radius:20px;
font-size:8px;
}

.sumakita-history-br{
display:block;
}


	
	.upper{
width:100%;
height:80px;
border-radius:0px;
		right:0px;
bottom:0px;
}

.upper span{
font-size:15px;
}

	


	.sumakita-group li{
width:160px;
		height:160px;
		font-size:16px;
	}

	.sumakita-none{
		display:none;
	}
	
	.corevalue img{
		width:200px;
	}
	.corevalue-lead{
		font-size:12px;
	}
	
	.corevalue-contents li{
		max-width:100%;
         height: auto;
         margin: 30px 15px;
      font-size: 18px;
}

.topics dt{
font-size:20px;
line-height:1.2;
}
	
.topics dd{
font-size:20px;
line-height:1.2;
}
	.ceo span{
		margin:25px;
	}
	.ceo img{
		height:300px;
	}
	.sumakita-tsushin img{
          width: 400;
}
	
	.rebase369-insta{
		width:auto;
	}


.company{
	margin:0px;
}

.company ul{
	width:100%;
      font-size: 16px;
}

.company li {
	flex-flow:column
}

.company li:last-child {
}

.company-title {
	width:200px;
	margin-bottom:10px;
	border-bottom:solid 1px #333;
}

.company-lead {
	width:100%;
}

.company-border {
display:none;
}	


	
}


.wrap{
overflow: hidden;
}

/* ヘッダー */

.japanuniverse-header{
         display: flex;
      	position: fixed;
 justify-content: center;
     align-items: center;
      text-align: center;
           width: 100%;
          height: 80px;
background-color: #0086bc;
          margin: auto;
	z-index:10000;
}

.japanuniverse-header1{
        display: flex;
justify-content: space-between;
    align-items: center;
          width: 1080px;
         height: 80px;
          margin: auto;
}

.japanuniverse-header1a{
        display: flex;
justify-content: center;
    align-items: center;
}

.japanuniverse-header1a img{
       width: 40px;
margin-right: 10px;
}

.japanuniverse-header1a span{
  display: flex;
    color: #fff;
font-size: 17px;
}

.japanuniverse-header1b{
        display: flex;
justify-content: center;
    align-items: center;
         height: 80px;
margin:0;
	padding:0;
}

.japanuniverse-header1b ul{
        display: flex;
justify-content: center;
    align-items: center;
     list-style: none;
}

.japanuniverse-header1b ul li{
      display: flex;
        color: #fff;
    font-size: 17px;
 border-right: solid 1px #fff;
 margin-right: 25px;
padding-right: 25px;
   margin-top: auto;
margin-bottom: auto;
}

.japanuniverse-header1b ul li a{
        color: #fff;
}

.japanuniverse-header1b ul li:last-child{
 border-right: none;
 margin-right: 0px;
padding-right: 0px;
}


/* トップ画像 */

.japanuniverse-top{
         display: flex;
 justify-content: center;
     align-items: center;
           width: 100%;
       max-width: 100%;
          height: 1000px;
left:0;
}

.japanuniverse-top img{
object-fit: cover;
     width: 100%;
    height: 100%;
}

.japanuniverse-top1{
        display: flex;
      flex-flow: column;
justify-content: center;
     text-align: center;
        display: flex;
       position: absolute;
        z-index: 200;
         margin: auto;
         filter: drop-shadow(0 0 0.25rem #333)
}

.japanuniverse-top1 img{
display: flex;
  width: 200px;
 height: auto;
 margin: auto;
}

.japanuniverse-top1 span{
text-align: center;
 font-size: 30px;
     color: #fff;
margin-top: 25px;
}


/* 求人バナー */

.japanuniverse-top-recluit{
        display: flex;
justify-content: center;
         margin: 100px 0px;
}

.japanuniverse-top-recluit ul{
        display: flex;
justify-content: center;
    align-items: center;
     list-style: none;
   padding-left: 0;
}

.japanuniverse-top-recluit ul li{
         display: flex;
       flex-flow: column;
 justify-content: center;
      text-align: center;
           width: 675px;
       max-width: 50%;
          height: 350px;
background-color: #96cfe6;
}

.japanuniverse-top-recluit ul li a{
color: #fff;
}

.japanuniverse-top-recluit ul li:last-child{
}

.japanuniverse-top-recluit ul li img{
object-fit: cover;
     width: 100%;
    height: 350px
}


/* 事業案内 */

.japanuniverse-top-business{
         display: flex;
       flex-flow: column;
 justify-content: center;
          margin: 100px 0px;
     padding-top: 50px;
  padding-bottom: 50px;
    padding-left: 0;
           width: 100%;
background-color: #0086bc;
}

.japanuniverse-top-business1{
        display: flex;
justify-content: center;
          width: 900px;
      max-width: 100%;
  border-bottom: solid 1px #fff;
         margin: 25px auto;
}

.japanuniverse-top-business span{
        display: flex;
justify-content: center;
          width: 900px;
     text-align: justify;
          color: #fff;
      font-size: 20px;
 letter-spacing: 0.1em;
    line-height: 1.8em;
         margin: auto;
}

.japanuniverse-top-business ul{
        display: flex;
justify-content: center;
     list-style: none;
   padding-left: 0;
}

.japanuniverse-top-business ul li{
         display: flex;
       flex-flow: column;
 justify-content: center;
      text-align: center;
       max-width: 100%;
           width: 675px;
          height: 350px;
background-color: #96cfe6;
}

.japanuniverse-top-business ul li:last-child{
background-color: none;
}

.japanuniverse-top-business ul li img{
object-fit: cover;
     width: 100%;
    height: 350px;
}

.japanuniverse-top-business ul li a{
color: #fff;
}

.japanuniverse-top-business2{
        display: flex;
justify-content: center;
     text-align: center;
          color: #fff;
      font-size: 40px;
 letter-spacing: 0.1em;
    line-height: 1.8em;
         margin: auto;
}


/* 特徴 */

.japanuniverse-top-feature{
         display: flex;
       flex-flow: column;
 justify-content: center;
          margin: 100px 0px;
     padding-top: 50px;
  padding-bottom: 50px;
           width: 100%;
background-color: #fff;
}

.japanuniverse-top-feature1{
        display: flex;
justify-content: center;
     text-align: center;
          color: #333;
      font-size: 40px;
 letter-spacing: 0.1em;
    line-height: 1.8em;
         margin: auto;
}

.japanuniverse-top-feature2{
        display: flex;
justify-content: center;
          width: 900px;
  border-bottom: solid 1px #333;
         margin: 25px auto;
}

.japanuniverse-top-feature3{
        display: flex;
justify-content: center;
          width: 900px;
     text-align: justify;
          color: #333;
      font-size: 20px;
 letter-spacing: 0.1em;
    line-height: 1.8em;
         margin: auto;
}

.japanuniverse-top-feature ul{
        display: flex;
justify-content: center;
     list-style: none;
   padding-left: 0;
}

.japanuniverse-top-feature ul li{
         display: flex;
       flex-flow: column;
 justify-content: center;
           width: 400px;
       max-width: 100%;
          height: 400px;
background-color: #fff;
}

.japanuniverse-top-feature ul li img{
object-fit: cover;
     width: 100%;
    height: 300px;
       top: 0;
}

.japanuniverse-top-feature ul li a{
        display: flex;
justify-content: center;
    align-items: center;
     text-align: center;
          width: 100%;
         height: 100px;
         bottom: 0;
          color: #333;
      font-size: 20px;
    line-height: 1.5em;
 letter-spacing: 0.1em;
}


/* インフォ */

.japanuniverse-top-info{
         display: flex;
       flex-flow: column;
 justify-content: center;
          margin: 100px 0px;
     padding-top: 50px;
  padding-bottom: 50px;
           width: 100%;
background-color: #96cfe6;
}

.japanuniverse-top-info ul{
        display: flex;
justify-content: center;
     list-style: none;
   padding-left: 0;
}

.japanuniverse-top-info ul li{
         display: flex;
       flex-flow: column;
 justify-content: center;
      text-align: center;
           width: 675px;
          height: 350px;
background-color: #fff;
}

.japanuniverse-top-info ul li:last-child{
         display: flex;
 justify-content: center;
           width: 675px;
          height: 350px;
background-color: transparent;
}

.japanuniverse-top-info ul li a{
  font-size: 30px;
      color: #333;
line-height: 1.8em;
}

.japanuniverse-top-info ul li a:last-child{
  font-size: 17px;
}

.japanuniverse-top-info ul li img{
height: 60px;
}

.japanuniverse-top-info ul li iframe{
object-fit: cover;
     width: 100%;
    height: 350px;
}


/* すまきたグループ */
.japanuniverse-sumakita-group1{
         display: flex;
       flex-flow: column;
 justify-content: center;
          margin: 100px 0px;
}

.japanuniverse-sumakita-group1 a{
        display: flex;
justify-content: center;
          color: #333;
      font-size: 20px;
}

.japanuniverse-sumakita-group{
         display: flex;
 justify-content: center;
           width: 100%;
background-color: #fff;
}

.japanuniverse-sumakita-group ul{
        display: flex;
justify-content: center;
     list-style: none;
      max-width: 33%;
        padding: 0px;
}

.japanuniverse-sumakita-group ul li{
         display: flex;
 justify-content: center;
           width: 200px;
          height: auto;
background-color: #fff;
          margin: 0px;
}

.japanuniverse-sumakita-group ul li img{
opacity: 1;
}

      /* 切り替えボタン */
  
  .tab > input[type="radio"] {
      display: none;
  }
  
  .tab_btns {
      display: flex;
      margin: 0px -2px -1px;
  }
  
  .tab_btn {
      padding: 1em;
      margin: 0px 2px;
      width: 100%;
      text-align: center;
  }
  .tab_btn:hover {
      cursor: pointer;
  }
  
  .tab_pages {
      position: relative;
      z-index: 1;
      background-color: #fff;
  }
  
  .tab_page {
      display: none;
  }
  
  .tab > #tab_01:checked ~ .tab_btns > label[for="tab_01"],
  .tab > #tab_02:checked ~ .tab_btns > label[for="tab_02"],
  .tab > #tab_03:checked ~ .tab_btns > label[for="tab_03"] {
      position: relative;
      z-index: 2;
  background-color:#fadbda;
  }
  
  .tab > #tab_01:checked ~ .tab_pages > .tab_page:nth-of-type(1),
  .tab > #tab_02:checked ~ .tab_pages > .tab_page:nth-of-type(2),
  .tab > #tab_03:checked ~ .tab_pages > .tab_page:nth-of-type(3) {
      display: block;
  }


/* スマホ */

@media screen and (max-width:1079px){
	
/* ヘッダー */

.japanuniverse-header{
  max-width: 100%;
}

.japanuniverse-header1{
      flex-flow: column;
justify-content: center;
    align-items: center;
	max-width: 100%;
}

.japanuniverse-header1a{
      height: 30px;
      margin: 0;
padding-left: 0;
}

.japanuniverse-header1a img{
       width: 20px;
margin-right: 10px;
}

.japanuniverse-header1a span{
font-size: 14px;
}

.japanuniverse-header1b{
      height: 30px;
      margin: 0;
padding-left: 0;
}

.japanuniverse-header1b ul{
padding-left: 0;
}

.japanuniverse-header1b ul li{
    font-size: 13px;
 margin-right: 10px;
padding-right: 10px;
}

.japanuniverse-header1b ul li a{
color: #fff;
}

.japanuniverse-header1b ul li:last-child{
}



/* トップ画像 */

.japanuniverse-top{
height: 500px;
	padding-top:80px;
}
	.japanuniverse-top1 img{
width:100px;
	}

	.japanuniverse-top1 span{
	font-size:24px;
		margin-top:5px;
	}
	
/* 求人バナー */

.japanuniverse-top-recluit ul{
flex-flow: column;
}

.japanuniverse-top-recluit ul li{
   margin: auto;
max-width: 100%;
}


/* 事業案内 */

.japanuniverse-top-business ul{
flex-flow: column;
}

.japanuniverse-top-business ul li{
margin: auto;
}

.japanuniverse-top-business{
}

.japanuniverse-top-business1{
}

.japanuniverse-top-business span{
    width: 90%;
font-size: 15px;
}


/* 特長 */

.japanuniverse-top-feature1{
font-size: 24px;
}

.japanuniverse-top-feature3{
        width: 90%;
    font-size: 15px;
margin-bottom: 25px;
}

.japanuniverse-top-feature ul{
   flex-flow: column;
padding-left: auto;
      margin: auto;
}

.japanuniverse-top-feature ul li{
width: 100%;
}


/* インフォ */

.japanuniverse-top-info ul{
flex-flow: column;
    width: 100%;
}

.japanuniverse-top-info ul li{
 width: 100%;
margin: auto;
}

.japanuniverse-top-info ul li:last-child{
  width: 100%;
	margin:auto;
	padding:auto;
}

.japanuniverse-top-info ul li a{
  font-size: 24px;
}

.japanuniverse-top-info ul li a:last-child{
	width: 100%;
  font-size: 14px;
}

.japanuniverse-top-info ul li iframe{
	width: 100%;
}


/* すまきたグループ */
	
.japanuniverse-sumakita-group1 a{
      font-size: 14px;
}
	
.japanuniverse-sumakita-group{
flex-flow: column;
}

.japanuniverse-sumakita-group ul{
max-width: 100%;
   margin: auto;
  padding: 10px 0px 0px 0px;
}

.japanuniverse-sumakita-group ul li{
 width: 100%;
height: auto;
}

}
