<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html{
    font-size: 62.5%;
    font-family: 'Meiryo UI',sans-serif;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 1.6;
}
h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media screen and (max-width: 640px) {/* 640px以下*/
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }
}
h3 { font-size: 1.7rem;}
h4 { font-size: 1.6rem;}
h5 { font-size: 1.6rem;}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
sup {
    padding: 0;
    margin: 0;
}
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
  vertical-align: bottom;
}
a {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.8;
}
li {
    list-style: none;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner{
  width: 100%;
  max-width: 950px;
  margin: 10px auto;
}

header {
  width: 100%;
  background: #E5E5E5;
  padding: 10px 10px 5px 10px;
  margin: 0 0 20px;
}
header .logo{
  width: 30%;
}
header .logo img{
  width: 100%;
}
header .issue{
  text-align: right;
  margin-top: -5px;
}
.roof {
  width: 100%;
  margin-bottom:20px;
  border: 5px solid #B4B4B5;
  padding: 15px 15px 10px;
  text-align: center;
}
.roof .logo{
  width: 50%;
  max-width: 300px;
  margin:0 auto 5px;
}
.roof h1{
  margin-bottom: 10px;
  text-align: center;
}
.roof h2{
  color: #39964F;
  text-align: center;
  font-size: 160%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.roof .logo img{
  width: 100%;
}
.roof h1 span{
  position: relative;
}
.roof h1 .logo_k{
  margin-right: 20px;
}
.roof h1 .logo_y{
  margin-right: 20px;
}
.roof h1 .logo_k:after{
  content: "";
  position: absolute;
  top:-2.5em;
  left: 0;
  width: 100%;
  height: 2.3em;
  background:url(../images/logo_k.png)no-repeat top left;
  background-size:auto 100%; 
}
.roof h1 .logo_y:after{
  content: "";
  position: absolute;
  top:-2.5em;
  left:-10px;
  width: 100%;
  height: 2.3em;
  padding-right: 20px;
  background:url(../images/logo_y.png)no-repeat top left;
  background-size:auto 100%; 
}
.roof h1 .logo_t:after{
  content: "";
  position: absolute;
  top:-2.5em;
  left:-10px;
  width: 100%;
  height: 2.3em;
  background:url(../images/logo_t.png)no-repeat top left;
  background-size:auto 100%; 
}
.roof p{
  text-align: center;
}
@media (max-width:767px){
  .roof p{
    text-align: left;
  }
}
.question {
  width: 100%;
  margin-bottom:20px;
  border: 5px solid #B4B4B5;
}
.icon_title_unit{
  width: 100%;
  display: flex;
  align-items: center;
}
.icon_title_unit .icon{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}
.icon_title_unit .title{
  width: 80%;
}
.question .icon{
  background: #F1BC18;
}
.question .title{
  padding: 10px;
}
.answer .icon{
  background: #8DBF55;
}
.icon_title_unit .icon img{
  width: 90%;
  max-width: 100px;
}
.question .scene{
  width: 100%;
  border-top: 3px solid #B4B4B5;
  border-bottom: 3px solid #B4B4B5;
}
.question .scene img{
  width: 100%;
}
.question .situation {
  width: 100%;
  margin-bottom: 5px;
}
.situation dt{
  background: #F1BC18;
  padding:5px 10px;
}
.situation dt{
  background: #F1BC18;
  padding:5px 10px;
}
.situation dd{
  padding:5px 10px;
}
.situation li{
  text-indent: -1em;
  margin-left: 1em;
}
.answer {
  width: 100%;
  margin-bottom:1%;
  border: 5px solid #B4B4B5;
}
.answer .scene{
  width: 100%;
  text-align: center;
}
.answer h3 {
  background: rgba(141,191,85,0.7);
  margin:0 10px;
  padding: 5px 10px;
  flex-grow: 1;
}
.case {
  margin: 20px 5px 20px 20px;
}
.case h4{
  background: url("../images/checkbox.png")no-repeat top left;
  background-size: 25px;
  padding:5px 0 5px 30px;
}
.case p {
  margin:0 0 10px 20px;
}
.ind {
  text-indent: -1em;
  margin-left: 1em;
}
.credit {
  text-align: right;
  font-size: 1.2rem;
  padding-right: 5px;
}
footer {
  width: 100%;
  background: #000000;
  padding: 10px;
  margin: 20px 0 0;
  color: #FFFFFF;
}
footer p{
  text-align: center;
}
footer ul{
  width: 80%;
  margin: 0 auto 10px;
  text-align: center;
}
footer ul li{
  width: 10%;
  display: inline-block;
  margin: 10px;
}
footer ul li img{
  width: 100%;
}</pre></body></html>