@charset "UTF-8";

html {
    font-size: 100%;
    height: 100%;
}
body{
    
    color: #033146;
    height: 100%;
    background-color:#fffef8;
}
a {
    text-decoration: none;
}
textarea {
  -webkit-appearance: none;
}

img {
    max-width: 100%;
}

.picture-im{
    background-color:#57a7bc;
    margin-top:20px;
    margin-bottom:30px;
  
}
.picture-im-ex{
    
    padding-top:30px;
    padding-bottom:20px;
}
.picture-im-ex p{
    font-size: 1.0rem;    
    text-align: center; 
    color:#fffef8;   
}
.upload{
    background-color:;
    padding-top:20px;    
    padding-bottom:20px;
}
.upload p{
    font-size: 0.9rem;    
    text-align: left;    
}
.upload h2{
    font-size: 1.1rem;    
    text-align: center;    
}
.upload h3{
    font-size: 1.4rem;    
    text-align: center;    
}
.upload label{
    font-size: 1.4rem;    
    text-align: center;    
}

.prv {
     background-color:#888888;
     color:#fff;
     width:370px;
     height:200px;
     font-size:12px;
}

#DropArea{
     background: #2D3374;
     color: #fff; 
     border-width:5px;    
     border-style:ridge;
     width:370px;
     height:50px;
     text-align:center;
     padding: 10px;
     margin: 0 10px 0 0;
     
}
#label {
     background: #2D3374;
     color: #fff;
     border-width:5px;    
     border-style:ridge;
     cursor: pointer;
     width:370px;
     height:80px;
     text-align:center;
     padding: 15px;
     margin: 0 10px 0 0;
     display: inline-block;
     
}
#label p{
     font-size:0.8rem;
}
.preview {
     color:black;
     border: 5px ridge;
     padding: 10px;
     width: 370px;
     background-color:#fff;     
}
#ImagPart{
     width:350px;
}
.container {
   display:flex;
   justify-content: space-around; 
}

.slide {
    margin : 0 auto;
    /*border: 1px solid gray;*/
    width: 410px;
    background-color: ;
}
.slide #main_image{ 
    height:125px;
    
}

.toolbar {
    overflow: hidden;
    text-align: center;
}
.image_box {
    text-align:center;
}
.image_box p {
    color:white;
    font-size:15px;
}
.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
#prev {
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-left.svg) no-repeat;
}
#next {
    margin-left: 0.5rem;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-right.svg) no-repeat;
}


#page {
    color: white;    
} 

.nurie_mes {
    padding-top:10px;
    background-color:;
    text-align: center;
   
}
.nurie_mes h2 {
    font-size:0.8rem;
    color:#033146;
    line-height:1.5;
}


.nurie_mes a:hover{
    border-bottom: 2px solid #2d3374;
    padding-bottom: .2rem;
    border-color:#f2a55f;
    color:#f5a22f;
}
.line {
   background-color:;
   padding-top:10px;
   padding-bottom:10px;
}

.line p{
    font-size: 0.8rem;
}
.line h3 {
    font-size: 1.0rem;
}
.line h2 {
    font-size: 1.0rem;
    text-align:center;
}



*/
/*senga---------------------------------------------------*/
.grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(1, 1fr);  
  /*margin-top: 6%;
  margin-bottom: 50px;*/
  margin:20px;
}
.item {
   margin-bottom:10px;   
}

.item p{
  width:365px;
  height:auto;
  background-color:white;
  text-align:center;
  
}

#cap {
  text-align: center;
  border-style:solid;
  border-width:1px;
  padding:5px;
  background: #57a7bc;
  font-size:1.2rem;
  color:#fff;
}

#cap-image {
  text-align: center;
  border-style:solid;
  border-width:3px;
  border-style:ridge;
  padding:5px;
  background: #193278;
}
#cap-dl h3{
  font-size:1.2rem; 
  color:#fff;
  background:#57a7bc;
}

#cap-dl h3:hover{
  color:#f5a22f;
}
#cap-dl {
  border-style:solid;
  border-width:1px;
  padding:5px;
  text-align:center;
  background:#fff;
}



/*
DESKTOP SIZE
================================================ */
@media (min-width: 600px) {



/* 共通部分------------------------------- */

.picture-im-ex{
    padding-top:30px;
    padding-bottom:20px;
}
.picture-im-ex p{
    font-size: 2.0rem;    
    text-align: center;    
}

.line {
   background-color:;
   padding-top:10px;
   padding-bottom:10px;
}

.line p{
    font-size: 2.0rem;
}
.line h3 {
    font-size: 1.4rem;
}
.line h2 {
    font-size: 2.5rem;
    text-align:center;
}

/* grid senga no kakudai-------------------------------*/
/*
.grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);  
  margin-top: 6%;
  margin-bottom: 50px;
}

.item img{
  width:780px;
  height:auto;
  object-fit:grid;
}

.item {
   margin-bottom:10px;   
}

.item p{
  width:780px;
  height:auto;
  background-color:white;
  text-align:center;  
  font-size:2.0rem;
}

.item h3{
  height:auto;
  background-color:white;
  text-align:center;  
  font-size:2.0rem;

}
.item p:hover {
  width:auto;
  height:auto;
  background-color:white;
  transform: scale(1.5,1.5);
}
#cap {
  text-align: center;
  border-style:solid;
  border-width:1px;
  padding:5px;
  background: #fff;
  font-size:2.0rem;
}
#cap-image {
  text-align: center;
  border-style:solid;
  border-width:3px;
  border-style:ridge;
  padding:5px;
  background: #57a7bc;
}
#cap-dl {
  border-style:solid;
  border-width:1px;
  padding:5px;
  text-align:center;
  background:#fff;
}
*/
/*senga----------------------------------------------------*/

.grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);  
  /*margin-top: 6%;
  margin-bottom: 50px;*/
  margin:20px;
}
.item {
   margin-bottom:10px;   
}

.item p{
  width:auto;
  height:auto;
  background-color:white;
  text-align:center;  
   transition-duration:1.0s;
}
.item p:hover {
  width:auto;
  height:auto;
  background-color:white;
  transform: scale(2.0,2.0);
}
#cap {
  text-align: center;
  border-style:solid;
  border-width:1px;
  padding:5px;
  background:#57a7bc;
  font-size:2.0rem;
  color:#fff;
}
#cap-image {
  text-align: center;
  border-style:solid;
  border-width:3px;
  border-style:ridge;
  padding:5px;
  background: #193278;
}
#cap-dl {
  border-style:solid;
  border-width:1px;
  padding:5px;
  text-align:center;
  background:#fff;
  height:100px;
  background:#57a7bc;
}
#cap-dl h3{
  font-size:2.0rem; 
  color:#fff;
  padding-top:30px
  
}

#cap-dl h3:hover{
  color:#f5a22f;
}

/*
.container {
   display:flex;
   justify-content: space-around; 
}
*/
.slide {
    margin : 0 auto;
    /*border: 1px solid gray;*/
    width: 1400px;
    background-color: #57a7bc;
    /*background-color: #696969;*/
}
.slide #main_image{ 
    height:450px;
}

.toolbar {
    overflow: hidden;
    text-align: center;
}

.image_box p {
    color:white;
    font-size:2.0rem;
    text-align:center;
}
.upload{
    background-color:;
    padding-top:20px;    
    padding-bottom:20px;
}

.upload p{
    font-size: 1.4rem;    
    text-align: left;    
}
.upload h2{
    font-size: 1.6rem;    
    text-align: center;    
}
.upload h3{
    font-size: 1.4rem;    
    text-align: center;    
}
.upload label{
    font-size: 1.4rem;    
    text-align: center;    
}

#upimage p{
    padding-left:100px;
}
#upimage h2{
    font-size:2.2rem;
}
#upimage p{
    font-size:1.8rem;
}
.image-input{
    background-color:;
    text-align:center;
}
#texta {
    text-align:center;
}
#texta p{
    text-align:center;
    font-size:2.0rem
}
.prv {
     background-color:#888888;
     color:#fff;
     width:1450px;
     height:400px;
     font-size:22px;
     padding:20px;
}
.drop-up{
     display: flex;
     justify-content: center;
     align-items: center;
}
#DropArea{
     background: #4586c7;
     color: #fff; 
     border-width:5px;    
     border-style:ridge;
     width:600px;
     height:120px;
     text-align:center;
     padding:10px;
     margin-right:40px ;  
     display: inline-block;
}
#DropArea p{
     font-size:1.8rem;
}
#label {
     background: #4586c7;
     color: #fff;
     border-width:5px;    
     border-style:ridge;
     cursor: pointer;
     width:600px;
     height:120px;
     text-align:center;
     padding:10px ;
     margin: 5px 0 0 0;
     display: inline-block;        
}
#label p{
     font-size:1.8rem;
}
.preview {
     border: 5px ridge;
     padding: 10px;
     width: 600px;
     background-color:#fff; 
     font-size:1.5rem;
     color:#033146; 
     text-align:center; 
     margin-top:50px; 
     margin-left:485px;
}

#ImagPart{
     width:600px;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
#prev {
    margin-right: 0.5rem;
    width: 40px;
    height: 40px;
    background: url(../images/arrow-left.svg) no-repeat;
}
#next {
    margin-left: 0.5rem;
    width: 40px;
    height: 40px;
    background: url(../images/arrow-right.svg) no-repeat;
}

#page {
    color: white;
    width:80px;    
} 
/*-------------------------------*/
/* nurie */
.nurie_mes {
    background-color:;
    text-align: center;
    color:black;
    border-style:solid;
    border-color:#57a7bc;
    border-width:3px;
    padding-top:30px;
    padding-bottom:20px;
    
}
.nurie_mes h2 {
    font-size:2.0rem;
}

.nurie_mes h1 {
    font-size:2.5rem;
}
#back-input {
    text-align:center;
}
#back-btn{
    font-size:2.0rem;
}

/*fade*/
#cover {
    width: 300px;
    height: 80px;
    position: relative;
    overflow: hidden;
}
 
#cover>div {
    position: absolute;
    top: 0;
    opacity: 0;
}
}
