
* {
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
body , html {
height: 100%;

}
a {
color: #555;
}
body{
margin: 0;
padding: 0;
background-color: #fff;
background-image: url(bg.gif);
background-position: top;
background-repeat: no-repeat;
color:#555;
line-height: 180%;
}
.txt-l{
font-size: 1.2em;
color:#000;
font-weight: bold;
}
.txt-b{
font-weight: bold;
}
.txt-s{
font-size: 0.9em;
}
img{
max-width: 100%;
}
/*
.cont2{
background: linear-gradient(-245.11258828907546deg, rgba(141, 222, 124,1) 3.515625000000014%,rgba(64, 122, 88,1) 104.55729166666666%);
}
*/
h3{
color: #fff;
margin: 10px;
}

a img{
background:none!important;
}
a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.clear10{
clear:both;
height:10px;
}
.clear30{
clear:both;
height:30px;
}

li{
  text-align: left;
}

.kyousan{
width: 620px;
text-align: left;
}

.container-fluid {
  margin: 0;
margin-right: auto;
margin-left: auto;
max-width: 960px;
text-align: center;
background-color: #fff;
padding: 0 1em;
}


.cont2{
background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(228, 238, 236, 1) 10px, rgba(228, 238, 236, 1) 20px );

background-image: url(bg.gif);
background-position: top;
}

.box-naiyou2{
  -webkit-border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  border-radius:10px 10px 10px 10px;
width:80%;
margin:10px auto;
overflow-y: auto;
overflow-x: hidden;
background-color: #fff;
line-height: 150%;
padding: 10px;
}

.contents{
  -webkit-border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  border-radius:10px 10px 10px 10px;
background-color:#fff;
      border: 5px solid #1B3774;
margin-right: 20px;
margin-left: 20px;
}
.contents-in{
  padding: 10px;
}
.contents-in img{
max-width: 100%;
height:auto;
}


ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}



#footer{
  padding: 20px 0;
  background-color: #000;
  border-top: 3px solid #1B3774;
  bottom: 0;
  width: 100%;

}

.pan {
	font-size: small;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.text-center {
    text-align: center;
}


.ghost-btn  {
  border: 2px solid #999;
  color: #999;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 240px;
}

.req-out{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    font-size: 94%;
}
.req{
width:49%;
text-align: left;
}




@media screen and (max-width: 750px) {
.box-naiyou2{
text-align: left;
}
.req{
width:100%;
margin-left: 5px;
float: left;
text-align: left;
}

}
