﻿
/* タブデザイン　開始 */

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 2px solid #313d5a;
    border-radius: 6px 6px 0 0;
	border-bottom: 0;
    font-size:1.3vw;
    min-width:25%;
    text-align:center;    
    
}

.cp_tabpanels{
    border-left: 2px solid #313d5a;    
    border-bottom: 2px solid #313d5a;
    border-right:2px solid #313d5a;
}

.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -2px;
	border-color: #313d5a;
	/*border-bottom: 1px solid #ffffff;*/	
    background-color: #313d5a;
    color:white;
    
}
.cp_tab .cp_tabpanel {
    border-top: 2px solid #313d5a;      
    padding: 0.5em 1em;
    width: 100%;    
	/*
	
    
  height: 0;
  
  ;
  */
}

.iframe-box{
    position:relative;
    width:100%;
    height:0;
    padding-top:40%;    
}

.cp_tab .iframe-box .iframe-video {
    position: absolute;
    top: 0;
  left: 0;
  bottom:0;
  right:0;
  margin:auto;
  width:60% !important;
  height:95% !important;  

  /*
  height:70% !important
  
  ;
  border:1px #ccc solid;*/
}

/* タブデザイン　終了 */

ul.move-menu{        
    padding-left:0px;    
    list-style-type:none;    
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; 
    margin-top:1.5em;        
    margin-bottom:1.25em;
    flex-wrap:wrap;    
    clear:both;        
}

ul.move-menu li{
    margin-left:3.5%;    
    position: relative;        
    margin-top:1.5em;
}

ul.move-menu li a.manual{
    color: #fff;
    background-color: #4cae4c;
}

ul.move-menu li a.survey{
    color: #fff;
    background-color: #990033;   
}

ul.move-menu li a.slide{
    color: #fff;
    background-color: #fe985e;   
}

ul.move-menu li a.slide2{
    color: #fff;
    background-color: #0066cc;
}


li.btn--orange a:hover {
  color: #fff;
  background: #f56500;
}

li.btn-c a{
  font-size:1.3vw;
  border-radius: 100vh;
  padding:0.5em 1em 0.5em 0.5em;
}

li.btn-c i.fa {
  margin-right: 1rem;
}

/* 締め切りタイトル */

.deadline{
    text-align:right;
    /*animation: title-fade-in 5s ease -2s infinite alternate;*/
}

/* 目次 */

.contents-list
{
    list-style-type:none;
    margin-left:0px;
    padding-left:1.2%;
}

@keyframes title-fade-in {
0% {width: 50%; background-color: aqua; color:white}
100% {width: 100%;  background-color: blue; color:yellow}
}

@media (max-width: 480px) {
	.cp_tab {
		width: 100%;		
	}
	.cp_tab label {
		padding: 0.5em;
        font-size:20%;
	}
    
}

.caution_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FF8080;
    border-radius: 8px;
    font-weight:bold;
}
.caution_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #FF8080;
    font-weight: bold;
}
.caution_box p {
    margin: 0; 
    padding: 0;
}