
@charset "UTF-8";

body {
    margin: 0 1vw;
    background-color: #f0f6f4;
    font-family: "Noto Sans JP"; 
     }
p { 
    margin: 0;            /* ﾌﾞﾗｳｻﾞﾃﾞﾌｫﾙﾄ解除  */
    padding: 0;            /* ﾌﾞﾗｳｻﾞﾃﾞﾌｫﾙﾄ解除  */
/*    font-size: 16px; */
    } 
a{
    color: #277196;
    text-decoration: none;
    }
a:hover{
    color: #788d98;
    text-decoration: underline;
    }

#remark {
    margin: 30px 80px;
    font-size: 20px;
    font-weight: 600;
    color:#c71c1c;
    }
.global-nav {
    float: right;
    margin: 5px 1vw 20px;
    }
.global-nav li{
    float: left;
    padding: 0 1vw;
    list-style: none;
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: 750;
    }
h1 {
    margin-top: 0px;         /* ﾌﾞﾗｳｻﾞﾃﾞﾌｫﾙﾄ解除  */
    font-size: 28px;
    white-space: nowrap;  /* テスト中 */
    }
h1 span {
        font-size: 20px;
    }
@media screen and (max-width:530px) {
    h1 {
        font-size: 20px;
        }
    h1 span {
        font-size: 14px;
        }
    }
       
.hedder-0 {
    height: 80px;
    margin: 15px 0 0;
    padding: 1px 1vw;
    color: #000070;
    background-color:#c8d4cb ;
    }
/* 本体 */
.wrap {
    clear: both;
    margin: 0 1vw;
    display: flex; 
    justify-content: center;
    font-size: 16px;
/*  border: 1px solid #4d978b;  */
    }

.main-center {
    width: 1050px; 
    margin: 0 0 20px ;
/*   border: 1px dashed #1f6d60;  */
    }

#intro {
    padding: 25px 0 0 0;
    font-family: "Sawarabi Mincho";
    font-size: 18px;
    font-weight: 500;
    }
#intro span{
    color: #c71c1c;
    }

img {
    margin-right: 10px;
    vertical-align: bottom;     /* ﾌﾞﾗｳｻﾞﾃﾞﾌｫﾙﾄ解除  */
    width: 18%;
    float: right;
    }
.button-select {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
 /*   flex-direction: row;*/
    }
.btn {
    margin: 12px 5px;
 
    width: 180px;
    height: 100px;
    font-size: 16px;
    font-weight: 550;
    color:rgb(29, 126, 58); 
    background: #bbb8d1;
    box-shadow: 3px 3px #8e7dba;
    border: 0.2px solid #cccccc;
    }
.btn:hover {
    color:#877cd8;
    background: rgb(216,216,228);
    }
#button-select {
    padding:0 2px 0;
    }

.clearfix:after {
    content:"";
    display:block;
    clear: both;
    }

/* footer */
footer {
/*    display: flex;
    justify-content: space-between; 
    flex-direction: row-reverse;     
    align-items: flex-start;  */
    font-size: 16px;
    }


.main-footer {
    margin: 0 10% 0 0;
    padding: 0 0 0 10vw;
    float: left;
    width: 360px; 
    line-height: 1.3;
    white-space: nowrap;  /* テスト中 */
/*    border: 1px dotted #361f6d; */
    }
.copyright-footer {
    margin: 0 0 10px 0;
    float: right;
    width: 285px; 
/*    white-space: nowrap;    テスト中 */
/*   border: 1px dashed #1f6d30; */
    }
