body {
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
margin: 0;
background-color: #ffffff;
}



/* アンカー */

a {
color: #4682b4;
text-decoration: underline;
}

a:link {
color: #4682b4;
text-decoration: none;
}

a:visited {
color: #4682b4;
text-decoration: none;
}

a:active {
color: #cc0000;
text-decoration: none;
}

a:hover {
color: #cc0000;
text-decoration: underline;
}



/* Hタグ */

h1{
text-decoration: none;
font-size: 14px;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
background-color: #fafafa;
text-align:center;
}



h2{
text-decoration: none;
font-size: 19px;
color: #0066cc;
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
text-align:left;
}


h3{
text-decoration: bold;
font-size: 20px;
color: #ffff00;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
text-align:left;
border: 2px;
border-bottom: medium solid #ffffff;
}


h4{
text-decoration: bold;
font-size: 18px;
color: #143d69;
margin-top: 10px;
margin-left: 0;
margin-right: 0;
text-align:left;
border: 1px;
border-bottom: medium solid #143d69;
}



h5{
text-decoration: none;
font-size: 19px;
color: #143d69;
background-color: #ffffff;
margin-top:24px;
margin-bottom: 3px;
margin-right: 0;
margin-right: 0;
padding: 10px;
text-align:left;
border: 1px;
border: medium solid #143d69;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}




span {
    background-color: #ff9;
}


dt {
font-weight:bold ;
}

dd {

}



span {
background: linear-gradient(transparent 0%, #ffff66 0%);
}



.1st { 
color: #000000;
font-weight: bold;
font-size: 16px;
}

.2nd { 
color: #000000;
font-weight: nomal;
font-size: 14px;
}


ul{
padding-left: 10px;
padding-right: 10px;
font-size:16px;
}




/* テキストエリア */



#box143d69 {
text-align:center;
font-size:14px;
color: #143d69;
background-color:#143d69;
padding: 10px;
}


#white {
color: #000000;
font-size: 16px;
text-decoration: none;
text-align:left;
margin: 10px;
padding: 10px;
border-width: 3px;
border-style: solid;
border-color: #ffffff;
background-color: #ffffff;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}




#frame {
text-align:left;
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:40px;
padding:10px;
border-width: 2px;
border-style: solid;
border-color: #f1f1f1;
padding: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}




#text {
text-align:left;
margin:10px;
padding:10px;
line-height: 180%;
font-size:18px;
}



#text2 {
background-image: url(img/back-index.png);
text-align:left;
margin:0;
padding:20px;
line-height: 180%;
font-size:18px;
color: #ffffff;
}


#text3 {
text-align:left;
margin:10px;
padding:10px;
line-height: 180%;
font-size:16px;
}



#text4 {
text-align:left;
margin-top:10px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #f8f8f8;
}









/* Link Box */

#link a {
  width: 100%;
  padding:10px 0 10px 10px;
  margin:0;
  background:#ffffff;
  text-align:left;
  float:left;
  box-sizing: border-box; 
  border-top:1px solid #555;
 text-decoration: none;
 font-size:16px;
}
#link a:nth-child(2n+1){
  border-right:1px solid #555;
}
#link a:nth-child(2n+1){
  border-left:1px solid #555;
}
#link a:nth-last-child(1),#menu a:nth-last-child(2){
  border-bottom:1px solid #555;
}









/* 画像の角丸 */

img.home {
max-width : 100% ;
height : auto ;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}





/* コピーライツ */

#copyrights {
text-align:center;
font-size:14px;
color: #000000;
background-color:#ffffff;
padding: 10px;
}


/* フローティングバナー */

.floating-banner {
  position: fixed;
  z-index: 99999;
  top: 80px;
  right: 40px;
}
.floating-banner:hover {
  opacity: .8;
}
.banner {
  width: 300px; /* バナーの横幅 */
  height: 250px; /* バナーの高さ */
  padding-top: 40px;
  background: linear-gradient(86.13deg, #143d96 -3.42%, #143d69 59.59%); /* バナーの背景色 */
  color: #fff; /* バナー内の文字色 */
  font-weight: bold;
  text-align: center;
}
a {
  text-decoration: none; /* リンクに下線が入らないように */
}
.copy {
  font-size: 28px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.cta {
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: linear-gradient(270deg, #143d69 0%, #143d69 100%); /* ボタンの背景 */
  box-shadow: 0px 0px 30px #2984BA; /* ボタンの影 */
  border-radius: 25px;
}

@media screen and (max-width: 990px) {
  .floating-banner {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .floating-banner {
    display: inline-block;
    top: unset;
    right: 0;
    bottom: 0;
  }
  .banner {
    width: 100vw;
    height: 80px;
    padding: 8px;
  }
  .sp {
    display: none;
  }
  .copy {
    font-size: 18px;
    margin: 0 auto 6px;
  }
  .cta {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
}


/* ページトップに戻る */

.pagetop {
    display: none;
    position: fixed;
    bottom: 160px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #cc0000;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}





#menu3 a {
  width: 100%;
  padding:10px 0 10px 10px;
  vertical-align: middle;
  margin:0;
  background:#ffffff;
  text-align:left;
  float:left;
  box-sizing: border-box; 
  border-top:1px solid #f5f5f5;
  border-bottom:1px solid #f5f5f5;
 text-decoration: none;
 font-size:16px;
 color:#000000;
}
#menu3 a:nth-child(2n+1){
  border-right:1px solid #f5f5f5;
}
#menu3 a:nth-child(2n+1){
  border-left:1px solid #f5f5f5;
}
#menu3 a:nth-last-child(1),#menu a:nth-last-child(2){
  border-bottom:1px solid #f5f5f5;
}