@charset "utf-8";

.sai_body{
    background-size: contain;
    background-position: right bottom;
}

.sai_ftred{
    color:#ff0000;
}

.sai_box{
    width:100%;
    max-width: 1000px;
    margin:0 auto 48px;
    padding:24px;
    background-color: rgba(255,255,255,0.3);
}

.sai_box h2{
    background-color: #d52e31;
    color:#fff;
    padding:1em;
    font-size:1.25em;
    font-weight: bold;
    letter-spacing: 0.25em;
}

.sai_reqarea{
    background-color: #fff;
    margin:24px auto;
    padding:24px;
    border:solid 2px #d52e31;
    clear: both;
    overflow: hidden;
}


.sai_reqarea h3{
    width:20em;
    margin:0 0 0 -24px;
    padding:1em;
    background: #d52e31;
    background: -moz-linear-gradient(-45deg,  #d52e31 0%, #ff7a7c 84%, #ef2b2e 87%, #d30018 100%);
    background: -webkit-linear-gradient(-45deg,  #d52e31 0%,#ff7a7c 84%,#ef2b2e 87%,#d30018 100%);
    background: linear-gradient(135deg,  #d52e31 0%,#ff7a7c 84%,#ef2b2e 87%,#d30018 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52e31', endColorstr='#d30018',GradientType=1 );
    color:#fff;
    font-weight: bold;
    z-index: 2;
}
.sai_reqbox{
    width:100%;
    margin:-3em 0 2em 0;
    padding:4em 1em 1em 3em; 
    overflow: hidden;
    border-bottom:dotted #ccc 1px;
	  position:relative;
}

.sai_reqbox i{
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

.sai_reqbox > p.sai_closed{
    color:red;
    font-weight: bold;
    font-size: 1.25em;
}

.sai_reqarea h4, .sai_sechd{
    display: block;
    width:98%;
    padding:0.8em;
    margin:0.6em 0;
    background-color:#FFCCCC;
    border-radius: 4px;
    font-weight: bold;
}

.sai_reqbox span{
    display: inline-block;
}

.sai_reqbox b{
	font-weight:bold;
}

.sai_reqbox dl{
    margin:8px 0 1em 0;
    clear: both;
    overflow: hidden;
}
.sai_reqbox dt:not([class]){
    display: block;
    width:14em;
    padding:1em;
    line-height: 1.42em;
    float:left;
}

.sai_reqbox dd{
    line-height: 1.42em;
}

.sai_reqbox dt:not([class]) + dd{
    display: block;
    width:100%;
    padding:1em 1em 1em 12em;
}

.sai_reqbox dd{
    padding:0 1em;
}

.sai_reqbox > p{
    margin:1em 0 1em 1em;
	line-height:1.5;
}

.sai_reqbox > ul{
    margin-left:1em;
}

.sai_reqbox > ul li{
	line-height: 1.5;
}

.sai_reqbox > ul li:nth-of-type(1){
    margin:0.5em 0;
}

.sai_reqbox a{
    color:#0052C3;
}

.sai_reqbox a:hover{
    color:#002A63;
}

.sai_txtbx01{
  padding-right:28%;
}

.sai_reqarea > a{
  display: inline-block;
  color:#0052C3;
  text-decoration: none;
  padding:1em 2em;
  border:dashed 1px #d52e31;
}

.sai_reqarea > a:hover{
  background-color: #FFDADA;
  text-decoration: underline;
}

.sai_reqbox:nth-of-type(2) dt{
	width:14em !important;
}

.sai_reqbox span.caution{
  display:block;
  font-size:0.75em;
}

.sai_btmlnk{
	display:flex;
	justify-content: space-around;
	padding-bottom:8px;
}

.sai_btmlnk li a{
	color:#0052C3;
	text-decoration: none;
	padding:1em 2em;
	border:dashed 1px #d52e31;
}

.sai_btmlnk li a:hover{
  background-color: #FFDADA;
  text-decoration: underline;	
}

.sai_btmcp{
	margin-top:-1em;
	padding-bottom:3em;
	text-align:center;
}

/*-- 2021 add --*/

.sai_bnr{
	position:absolute;
	right:32px;
	top:4em;
	font-size:0.75rem;
	line-height:2;
	text-align: center;
}

.sai_flx{
	display:flex;
	justify-content: space-between;
	padding-bottom:60px;
}

.sai_flx > div{
	width:50%;
}

.sai_flx > div:nth-of-type(2){
	border-left:dashed 1px #CCC;
}

.sai_flx > div >p{
  width: 80%;
  padding: 0.8em;
  margin: 1em auto;
  background-color: #cae7ff;
  border-radius: 4px;
  font-weight: bold;
	text-align: center;
}

.sai_flx > div:nth-of-type(2) >p{
	background-color: #fcc;
}

.sai_flx > div div{
	margin-top:20px;
}

.sai_flx > div div p:not([class]){
	padding:1em;
	border:solid 1px #000;
	width:70%;
	margin:auto;
	text-align: center;
}

.sai_flx > div div p.sai_alw{
	text-align: center;
	margin:16px auto;
	font-size:1.25em;
}

.sai_back{
  text-align:center;
  font-size:1rem;
}

.sai_back a{
  color:#000;
}

#sai_gototop{
  bottom: 100px;
}

/*-- スマホ用 --*/

@media screen and (max-width:740px){
    .sai_reqarea{
        padding:8px 8px 18px 8px;
        font-size:0.875em;
    }
    
    .sai_reqarea h3{
        margin:0 0 0 -8px;
    }
    
    .sai_reqbox{
        margin:0 0 2em 0;
        padding:0; 
    }
    .sai_reqbox dt:not([class]){
        width:100%;
        float:none;
        padding:0.5em;
        margin-left:1em;
        border-left:solid 8px #FFCCCC;
        border-bottom:solid 1px #FFCCCC;
    }
    
    .sai_reqbox dt:not([class]) + dd{
        padding:0.5em;
        margin-left:1.5em;
    }
    
    .sai_reqarea h4, .sai_sechd{
        width:98%;
        margin:1em auto;
    }
    
    .sai_reqbox > p{
        margin:0.5em 0 0.5em 0.5em;
        padding:0.5em;
    }
    
    .sai_reqbox > ul{
        margin-left:0;
    }

    .sai_reqbox > ul li{
        margin:0.5em;
        line-height: 1.42em;
    }
    
    dl.sai_records > dt{
            display: block !important;
            width:8em !important;
            padding:0.5em 1em 0 !important;
            line-height: 1.42em !important;
            float:left !important;
            border:none !important;
    }
    dl.sai_records > dd{
            display: block !important;
            width:100% !important;
            padding:0.5em 1em 0 5em !important;
    }
    .sai_reqbox p:nth-of-type(2){
      margin-top:0;
    }
	  .sai_bnr{position:static;text-align: center;}
	  .sai_flx{display:block;}
	  .sai_flx > div{width:100%}
	.sai_flx > div:nth-of-type(2){margin:40px 0;border-left:none;}
	
}
