html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
}

body {
   background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: メイリオ,"Hiragino kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/*ボックスの左右に確保する余白*/
.header-site1, .header-nav-inner, {
    padding-left: 10px;
    padding-right: 10px;
}
/*サイト名*/
header {margin: 0;}

.header-site {
    max-width: 980px;
    margin: auto;
    }

.header-site1 {float: left;} 

.header-site2 {float: left;}

.header-site1 h1 a {color: #030aba;
                  text-decoration: none;
                  font-size: 25px}

.header-site1 h1 {margin: 0;
                 color: #030aba}
.header-site1 p {margin: 0;
                font-size: 12px;}

/*ヘッダー画像*/
.header-site2 img {background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    display: block;
    margin: 1.3em auto;
    max-width: 98%;
    float: right}

/*top画像*/
.top img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*キャッチコピー*/
.catch {margin-bottom: 0;
padding: 15px;
background-color: rgba(255, 255, 255, 0.46);
font-size: 2.5vw;
font-weight: bold;
color: #fa082d;
text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;}
.catch1 {margin-bottom: 0;
padding: 15px;
font-size: 3vw;
font-weight: bold;
color: #fa082d;
text-shadow: 2px 2px 0 #fff,
             -2px 2px 0 #fff,
             2px -2px 0 #fff,
             -2px -2px 0 #fff;}

/*ヘッダー画像にキャッチコピーを重ねる*/
.top {position: relative}
.catch {position: absolute;
bottom: 7%;
left: 3%}

.catch1 {position: absolute;
bottom: 55%;
right: 3%;
padding: 0;
margin-right: 0
}

.header-nav {
    background-color: rgba(23, 10, 180, 0.81);
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0
    }

.header-nav ul {
     width: 100%;
     list-style: none;
     margin: 0;
     padding: 0;
    text-align: center;
}

.header-nav ul li {
    width: 138px;
    float: left;
    margin-right: 0;
}

.header-nav ul li+ li {
  border-left: 0.5px solid rgba(255, 255, 255, 0.62);
}

.header-nav ul li a {
    display: block;
    padding: 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none
 }

.header-nav ul li a:hover {background-color: #ed1862}

/*wrapperのワイド*/
.wrapper {max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*サイトマップ配置*/
.map .breadcrumb {float: left;} 

.map .sitemap{float: right;
     margin-right: 10px;
     margin-bottom: 0}

/*パンくずリスト*/
.breadcrumb {margin-bottom: 8px}

.breadcrumb ol {margin: 0;
	padding: 0;
	list-style: none}

.breadcrumb li a {display: inline-block;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	text-decoration: none}

.breadcrumb li a:hover {background-color: #eeeeee}

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

.breadcrumb li {float: left;
	width: auto}

.breadcrumb li:after {content: '>';
	margin-left: 10px;
	margin-right: 10px;
	color: #888888}

.breadcrumb ol li:last-child::after {
    content: none;
}
/*mapとcontentsの回り込み禁止*/
.map{
    max-width: 980px;
    margin: 0;
}

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

/*contentsとfooterの回り込み禁止*/
.contents {
    max-width: 980px;
    margin: 0;
}

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

/*mainとsidebarの位置関係*/
.main {
    width: 75%;
    float: left;
}

.sidebar {
    width: 25%;
    float: left;
}

/*mainとsidebarの左右の間隔*/
.main {padding-right: 20px;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     }

/*pでのimgの位置の指定*/

p.img_center {
    text-align: center;/*img中央揃え*/
}

p.img_left {
    float: left;/*左揃え*/
    margin-right:10px;
    margin-bottom:10px
    }

p.hidari {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}


/*kekkon代行画像*/
.top img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*gaiyouのh1のサイズ変更*/
.gaiyou a {
    font-size: 20px
}
.gaiyou h1 a :hover {background-color: #eeeeee}


/*menuの画像をワイドサイズを合わせる*/
.menu img {max-width: 100%}

/*sliderの画像をワイドサイズを合わせる*/
.slider img {max-width: 100%}

/*mainの画像をワイドサイズに合わせる*/
.main img {max-width: 100%}

/*文字色強調の一般定義*/
b, strong {
    font-weight: 600;
    color: deeppink
}


    /*menuの下に区切り線を入れる*/
    .menu {border-bottom: dotted 1px #dddddd}
    
    /*概要を横に並べる設定*/
    .menu:after {content: "";
                 display: block;
                 clear: both}

    .menu .gaiyou {float: left;
                   width: 25%;
                   box-sizing: border-box;}
    
    .menu img {max-width: 100%;
               height: auto;
               border: none}
    
    .menu .gaiyou .text1 {padding; 20px 20px; 
               background-color: rgba(241, 248, 255, 0.5);
               color: rgba(23, 4, 252, 0.99);
               font-size: 1.4vw;
               font-weight: bold;
               text-shadow: 2px 2px 2px #fff;
               width: 200%;} 
    
    .menu .text2{padding: 45px 10px 40px;
               color: #00f;
               font-size: 12px;
               font-weight: bold;
               text-shadow: 2px 2px 1px #fff;
               width: 100%;}
    

    /*textをimgに重ねる設定*/
    .menu a {position: relative}
    .menu .text1 {position: absolute;
                bottom: 20px;
                left: 0;
                width: 100%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box}
    
     .menu .text2 {position: absolute;
                bottom: 100%;
                left: 0;
                width: 100%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box}
    
 .menu .gaiyou {padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}

 .menu .gaiyou:nth-child(5)
    {padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both} 

.main span.under {
  background: linear-gradient(transparent 50%, #fcf5a7 50%);
 color: #fd0808;
}
.main span.under02 {
  background: linear-gradient(transparent 0%, #fcf5a7 50%);
 color: #534d4d;
}

.waku01 {
    padding: 0.5em 1em;
    margin: 1.5em 0;
    background: #fffeea;
    border: dashed 2px #5b8bd0;/*点線*/
}
.waku01 p {
    margin: 0; 
    padding: 10px 0px;
}
.waku01 img {
    margin-right: 6px
}

dl.tbl01 {
  width: 100%；
　border-spacing: 0;
 border-collapse: collapse;
}
.tbl01 dt {
  background: rgba(255, 66, 117, 0.63);
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  text-align: left;
  max-width: 100%;
  font-weight: 600;
}
.tbl01 dd {
  background: rgb(253, 248, 248);
　border: solid 1px #ccc;
  padding: 10px;
  display: block;
  max-width: 100%;
    margin-left: auto;
}

.tbl01 img {
    padding-right: 10px
}

dl.tbl02 {
  width: 100%；
　border-spacing: 0;
 border: solid 1px #6c6b6b;
}


.tbl02 dt {
  background: rgba(71, 72, 88, 0.86);
  border: solid 1px #6c6b6b;
  color: #fff;
  padding: 10px;
  text-align: left;
  max-width: 100%
}
.tbl02 dd {
  background: rgb(248, 249, 255);
　border: solid 5px #de0e0e;
  padding: 10px;
  display: block;
  max-width: 100%;
    margin-left: auto;
}

dl.tbl03 {
  width: 100%；
　border-spacing: 0;
 border-collapse: collapse;
}
.tbl03 dt {
  background: rgb(9, 9, 185);
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  text-align: left;
  max-width: 100%;
  font-weight: 600;
}
.tbl03 dd {
  background: rgb(253, 248, 248);
　border: solid 1px #ccc;
  padding: 10px;
  display: block;
  max-width: 100%;
    margin-left: auto;
}

.tbl03 img {
    padding-right: 10px
}

table {
  margin: 0;
  width: 100%;
table-layout: fixed;
}

table.tbl-r02 th {
  background: rgba(255, 66, 117, 0.63);
  border: solid 1px #9a9595;
  color: #fff;
  padding: 10px;
　width: 20%;
  margin: 0;
}
table.tbl-r02 td {
  border: solid 1px #ccc;
  color: #6c5f60;
  padding: 10px;
  margin: 0;
  width: 80%;
}
table.tbl-r02 p{
　font-size: 14px;
　text-align: center;
  line-height: 1.2em
}

table.tbl-r02 td .under {
  background: linear-gradient(transparent 50%, #fcf5a7 50%);
 color: #fd0808;
}

  .tbl-r03 {
    max-width: 100%;
  }

  .tbl-r03 tr {
    display: block;
    float: left;
  }
.tbl-r03 tr th {
  background: #09138d;
  color: #fff;
  border: solid 0.5px #e8eaff;
  border-left: none;
  display: block;
  height: 50px;
  text-align: center;
  padding-top: 20px;
}
  .tbl-r03 tr td {
    border-left: none;
    border: solid 0.5px #09138d;
    display: block;
    height: 50px;
    text-align: center;
    padding-top: 20px;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 50%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 50%;
  }
  .tbl-r03 tbody tr {
    width: 50%;
  }
.first{
    background: #f8f8b7;
}
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 0.5px #09138d;
  }

table.tbl-r04 th {
  background: rgba(101, 106, 244, 0.63);
  border: solid 1px #9a9595;
  color: #fff;
  padding: 10px;
　width: 20%;
  margin: 0;
}
table.tbl-r04 td {
   border: solid 1px #ccc;
  color: #6c5f60;
  padding: 10px;
  margin: 0;
  width: 80%;
}
table.tbl-r04 p{
　font-size: 14px;
　text-align: center;
  line-height: 1.2em
}

table.tbl-r04 td .under {
  background: linear-gradient(transparent 50%, #fcf5a7 50%);
 color: #fd0808;
}

table.tbl-r05 th {
  background: rgba(101, 106, 244, 0.63);
  border: solid 1px #9a9595;
  color: #fff;
  padding: 10px;
　width: 20%;
  margin: 0;
}
table.tbl-r05 td {
   border: solid 1px #ccc;
  color: #6c5f60;
  padding: 10px;
  margin: 0;
  width: 80%;
}
table.tbl-r05 p{
　font-size: 14px;
　text-align: center;
  line-height: 1.2em
}

table.tbl-r06 th {
  background: #09138d;
  border: solid 1px #9a9595;
  color: #fff;
  padding: 10px;
　width: 40%;
  margin: 0;
}
table.tbl-r06 td {
  border: solid 1px #9a9595;
  color: #6c5f60;
  padding: 10px;
  margin: 0;
  width: 60%;
}
table.tbl-r06 p{
　font-size: 14px;
　text-align: center;
  line-height: 1.5em
}

table.tbl-r06 td .under {
  background: linear-gradient(transparent 50%, #fcf5a7 50%);
 color: #fd0808;
}


 .tbl-r07 {
    max-width: 100%;
  }

  .tbl-r07 tr {
    display: block;
    float: left;
      font-size: 14px; 
  }
.tbl-r07 tr th {
  background: #09138d;
  color: #fff;
  border: solid 0.5px #e8eaff;
  border-left: none;
  display: block;
  height: 80px;
  text-align: center;
  padding-top: 20px;
}
  .tbl-r07 tr td {
    border-left: none;
    border: solid 0.5px #09138d;
    display: block;
    height: 80px;
    text-align: center;
    padding-top: 20px;
  }
  .tbl-r07 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r07 thead tr {
    width: 100%;
  }
  .tbl-r07 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .tbl-r07 tbody tr {
    width: 50%;
  }
.first{
    background: #f8f8b7;
}
  .tbl-r07 tr td + td {
    border-left: none;
  }
  .tbl-r07 tbody td:last-child {
    border-bottom: solid 0.5px #09138d;
  }


/*メニューおしらせ*/
.main .news h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #666666;
}
.news {
    padding: 20px;
    border: solid 3px #dddddd
}
.news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news li a {
    display: block;
    padding: 5px;
    border-bottom: dotted 2px #dddddd;
    color: #000000;
    font-size: 14px;
    text-decoration: : none;
}
.news li a:hover {
    background-color: #eeeeee;
}
.news time {
    color: #1309f5;
    font-weight: bold
}
.news a:after {
    contents: "";
    display: block;
    clear: both
}
.news time {
    float: left;
    width: 100px;
}

.news .text1 {
    float: none;
    width: auto;
    margin-left: 100px;
}


/*サイトマップ*/

/*サイドメニュー*/
.side_banner {
   margin-bottom: 20px;     
    }
.side_banner ul {margin: 0;
    padding: 0;
    list-style: none;
    }

.side_banner li {
    height: 38px; 
    border-bottom: dotted 2px #dddddd !important;
}

.side_banner li a {display: block;
    color:  #8d8989;
    font-size: 1rem;
    padding: 7px;
    text-decoration: none;
    border-bottom: dotted 2px #dddddd !important;
    background: floralwhite;
}

.side_banner li a:hover {background-color: #bcbdc3;
    color: #ffffff
}

.side_banner i {
    margin-right: 5px;
    color: #8d8989;
}

.side_banner h1{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #666666;
    padding: 7px;
    padding-left: 8px;
    font-size: 1.3rem;
    background-color: rgba(255, 248, 204, 0.99);
    border-bottom: dotted 1px #dddddd;
}

.side_contents ul {margin: 0;
    padding: 0;
    list-style: none;
    }

/*おすすめ記事メニュー*/
.side_contents　ul {
    margin: 0;
    padding: 0;
    list-style: none      
    }
    .side_contents li a{
        margin-bottom: 10px;
        display: block;
        padding: 0;
        color: #8d8989;
        font-size: 1rem;
        text-decoration: none;
    }

.side_contents li a:hover {background-color: #1239db;
    color: #ffffff;
    opacity: 0.8
}
  
.side_contents h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #666666;
    padding: 7px;
    padding-left: 8px;
    font-size: 1.3rem;
    background-color: rgba(255, 248, 204, 0.99);
    border-bottom: dotted 1px #dddddd;
    }

.side_contents h2{
    margin-top: 0;
    margin-bottom: 10px;
    color: #666666;
    padding: 7px;
    font-size: 23px;
}

.side_contents img {
    width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
    }

.side_contents .text {
        padding: 5px 10 px;
        background-color: rgba(0, 0, 139, 0.5);
        color: #ffffff;
        font-size: 18px;
    }

/*案内とテキストを重ねる設定*/
    .side_contents a {
       position: relative 
    }
    .side_contents .text{
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

/*サイドコンテンツ２*/
.side_contents2 ul {margin: 0;
    padding: 0;
    list-style: none;
    }

.side_contents2 li {
    height: 38px
}

.side_contents2 li a {
    color:  #8d8989;
    font-size: 16px;
    text-decoration: none;
}

.side_contents2 a:hover {background-color: #1239db;
    color: #ffffff;
    opacity: 0.8
}
.side_contents2 i {
    margin-right: 5px;
    color: #8d8989;
}

.side_contents2 h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #666666;
    padding: 7px;
    padding-left: 8px;
    font-size: 20px;
    background-color: rgba(255, 248, 204, 0.99);
    border-bottom: dotted 1px #dddddd;
    }

.side_contents2 img {
    width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
    }
/*ページトップに戻る*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 2px 0 0 0;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: rgba(52, 211, 199, 0.48);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*フッターんの設定処理*/
footer {
    max-width: none;
    text-align: center;
}

.footer-nav {
    background-color: #0707d3;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    height: auto;
 }
    
.footer-nav-inner {
    padding: 10px 0;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
 }
 .footer-nav1 {
        width: 25%;
        float: left;
    }
 .footer-nav2 {
        width: 25%; 
        float: left;
    }
 .footer-nav3{
        width: 25%; 
        float: left;
    }
.footer-nav4{
        width: 25%; 
        float: left;
    }
.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav li {
    display: block;
    margin-left: 8px;
    padding-left: 8px;
    font-size: smaller;
    text-align: left;
    color:#cfffd4;
}

.footer-nav i {
    margin-right: 5px;
    color: #fff;
}
    
.footer-nav li a {
    text-decoration: none;
    color: #fff;
}
.footer-nav li a:hover {background-color: #f53561;
    color: #ffffff}

.footer-nav:after {
    content: "";
    display: block;
    clear: both;
    }
    
.small {
    display: block;
    padding: 8px 0;
    color: #ff7f7f;
    background-color: rgba(244, 255, 254, 0.96);
    width: auto;
}

    
/*######767px以下##########*/
@media(max-width: 767px){
table.tbl-r03 {
     width: 100%;    
    }
table.tbl-r03 th,
table.tbl-r03 td {
    font-size: 2vw;      
    }
    
table.tbl-r07 {
     width: 100%;    
    }
table.tbl-r07 th,
table.tbl-r07 td {
    font-size: 13px;  
    height: 100px;
    }

}
/*######599px以下##########*/
@media screen and (max-width: 599px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: auto;
  }
table.tbl-r02 {
    width: 100%;
  }
table.tbl-r02 th{
　　border-bottom: none;
    display: block;
    width: auto;
  }
    
table.tbl-r02 td{
    border-bottom: none;
    display: block;
    width: auto;  
    } 

table.tbl-r03 {
     width: 100%;    
    }
table.tbl-r03 th,
table.tbl-r03 td {
    font-size: 2.6vw;      
    }
  
table.tbl-r04 {
    width: 100%;
  }
table.tbl-r04 th{
　　border-bottom: none;
   display: block;
   width: auto;
  }
    
table.tbl-r04 td{
    border-bottom: none;
    display: block;
    width: auto;   
    }
    
table.tbl-r05 {
    width: 100%;
  }
table.tbl-r05 th{
　　border-bottom: none;
   display: block;
   width: auto;
  }
    
table.tbl-r05 td{
    border-bottom: none;
    display: block;
    width: auto;   
    } 

table.tbl-r06 {
    width: 100%;
  }
table.tbl-r06 th{
    border: solid 1px #9a9595;
    display: block;
    width: auto;
  }
    
table.tbl-r06 td{
    border: solid 1px #9a9595;
    display: block;
    width: auto;  
    } 
table.tbl-r06 p {
     line-height: 150%;
    }

    
/*フッターの設定処理*/
footer {
    max-width: none;
    text-align: center;
}

.footer-nav {
    background-color: #0707d3;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    height: auto;
 }
    
.footer-nav-inner {
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
 }
 .footer-nav1 {
        width: 50%;
        float: left;
    }
 .footer-nav2 {
        width: 50%; 
        float: left;
    }
 .footer-nav3{
        width: 50%; 
        float: left;
    }
.footer-nav4{
        width: 50%; 
        float: left;
    }
.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav li {
    display: block;
    margin-left: 8px;
    padding-left: 8px;
    font-size: smaller;
    text-align: left;
    color:#f25c7f;
}

.footer-nav i {
    margin-right: 5px;
    color: #fff;
}
    
.footer-nav li a {
    text-decoration: none;
    color: #fff;
}
.footer-nav li a:hover {background-color: #f53561;
    color: #ffffff}

.footer-nav:after {
    content: "";
    display: block;
    clear: both;
    }
    
.small {
    display: block;
    padding: 8px 0;
    color: #ff7f7f;
    background-color: rgba(244, 255, 254, 0.96);
    width: auto;
}

}

.img_center {text-align:center;}

/*問い合わせページ*/
#entry dl {
    background: #f1ede4;
    border: 1px solid #ddd;
    border-top: 0;
}
#entry dl dt,
#entry dl dd {
    padding: 10px;
    border-top: 1px solid #ddd;
}

#entry dl dt {
    width: 13em;
    float: left;
    clear: both;
    font-weight: bold;
}

#entry dl dd {
    background-color: #fff;
    border-left: 1px solid #ddd;
    margin-left: 13em;
    
}

.must { color: #f00; }
.name{ color: #f00;}
.detail{ color: #f00;}

#entry #name {
    width: 20em;
    padding: 3px
}

#entry #mail {
 width:70%;
 padding: 3px
}
#entry #tel {
 width:70%;
 padding: 3px
}
#entry #where {
 width:90%;
 padding: 3px
}

#entry #category2,
#entry #category3,
#entry #questionnaire2,
#entry #questionnaire3 {
    margin-left: 15px;
}

#entry #detail {
    width: 90%;
    height: 30em;
    padding:  3px;
}

#entry #submit_button_cover {
    text-align: center;
}
#entry #submit_button {
    background-color: #b7a077;
    border: 1px solid #b7a077;
    padding: 15px 100px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.1s liner;
}

#entry #submit_button:hover {
    background-color: #c7ae81;
}

@media screen and (max-width: 640px) {

#entry dl {
width: 100%;
margin: 0 auto;
margin-top: 2.5%;
}
    
#entry dl dt {
    width: auto;
    float: none;
    clear: none;
    border-left: 0;
    margin-left: 0;
    }
    
#entry dl dd {
    width: auto;
border-left: 0;
margin-left: 0;
}

#entry #name {
    width: 97%;
    padding: 3px
}

#entry #mail {
 width: 97%;
 padding: 3px
}
#entry #tel {
 width: 97%;
 padding: 3px
}
#entry #where {
 width: 97%;
 padding: 3px
}
#entry #detail {
    width: 97%;
    height: 20em;
    padding:  3px;
}
}

/*説明リストのパターン*/
.list ul {
    list-style-position: inside;
     list-style-image: url(img/listcheck01.gif);
}
.list01 ul li{
    line-height: 2.9em;
    list-style: none;
    margin-left: 0;
     list-style-image: url(img/listcheck01.gif);
}
.list01 ul li p {
    line-height: 1.5em; 
}

/*線を入れる*/
hr {
  height: 0.1px;
  border: none;
  border-top: 1px #ffa6a6 solid;
}


/*###########599px以下###################*/
@media( max-width: 599px){
/*header*/
/*ボックスの左右に確保する余白*/
.header-site, .breadcrumb, .slider, .gaiyou, .menu, .contents, .footer{
    padding-left: 10px;
    padding-right: 10px;
}
/*タイトルを縮小*/
.header-site1 h1 a {color: #0a0aba;
                  text-decoration: none;
                  max-width: 100%;
                  font-size: 5vw;
}

/*ナビゲーションの変更*/
 .header-nav-inner {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding: 0}
    
.header-nav ul li {
    width: 50%;
    padding: 0.5px;
    margin: 0;
    box-sizing: border-box
}
 .header-nav ul li a {
    margin: 0;
    display: block;
    padding: 10px 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none
 }   
.header-nav ul li:last-child {
        width: 100%;
    }
.header-nav ul li+ li {
  border: 0.5px solid rgba(255, 255, 255, 0.62);
}

/*コンテンツ内のmainとsidebarの位置*/
/*mainとsidebarの位置関係*/
.main {
    padding: 0;
    width:100%;
    float:  left;
}

.sidebar {
    width: 100%;
     float:  left;
}
/*コンテンツmainの調整*/

.main h1 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  color: #0b0be2
}

.main h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
} 
    
.main h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  font-size: 20px
    }
    
.main h3{
   padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}  

/*お知らせ調整*/
.news time {
    float: left;
    width: 100px;
}
.news .text1 {
    float: none;
    width: auto;
    margin-left: 100px;
}

/*サイドバー調整携帯用*/
.side_banner h1{
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
        
.side_banner li a:hover {background-color: #bcbdc3;
    color: #ffffff}

.side_contents h1{
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.side_contents2 h1{
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

/*topimg　キャッチコピーのサイズ調整*/
 .catch {padding: 5px 10px;
            font-size: 12px}
 .catch1 {padding: 5px 10px;
            font-size: 4vw}
    
/*gaiyouのh1のサイズ変更*/
.gaiyou a {
    font-size: 17px;
    line-height: 1.2em
}
/*gaiyouのpの文字サイズ*/
 
.gaiyou p {font-size: 16px;
    line-height: 1.5em}
}


/*######600px以上979px以下#############*/
@media(min-width: 599px) and ( max-width: 979px){
/*ボックスの左右に確保する余白*/
.header-site, .breadcrumb, .gaiyou, .menu, .main {
    padding-left: 10px;
    padding-right: 10px;
}

/*ナビケーションの縮小*/
.header-nav ul li {
    width: 14%;
    float: left;
    margin-right: 1px;
}
  .header-nav ul li a {
    display: block;
    padding: 10px 3px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none
 } 
/*gaiyouのh1のサイズ変更*/
.gaiyou a {
    font-size: 2.4vw
}
.gaiyou h1 a :hover {background-color: #eeeeee}

/*gaiyouのpの文字サイズ*/
.gaiyou p {font-size: 16px;
    line-height: 1.5em}

     /*menuの下に区切り線を入れる*/
    .menu {border-bottom: dotted 1px #dddddd}
    
    /*概要を横に並べる設定*/
    .menu:after {content: "";
                 display: block;
                 clear: both}
    .menu .gaiyou {float: left;
                   width: 25%;
                   box-sizing: border-box;
                   vertical-align: bottom}
    
    .menu img {max-width: 100%;
               height: auto;
               border: none}
    
    .menu .text1{padding: 20px 20px;
               background-color: rgba(241, 248, 255, 0.5);
               color: #000;
               font-size: 1.4vw;
               font-weight: bold;
               margin-left: auto;
               margin-right: auto;
               text-shadow: 2px 2px 1px #fff;
               width: 100%;} 
    
    .menu .text2{padding: 45px 10px 40px;
               color: #00f;
               font-size: 12px;
               font-weight: bold;
               text-shadow: 2px 2px 1px #fff;
               max-width: 100%;}
    

    /*textをimgに重ねる設定*/
    .menu a {position: relative}
    .menu .text1 {position: absolute;
                bottom: 20px;
                left: 0;
                width: 100%;
                line-height: 20px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box}
    
     .menu .text2 {position: absolute;
                bottom: 100%;
                left: 0;
                width: 100%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box}
    
   
}

/*##########980px以上###########*/
@media(min-width: 980px){
/*ナビゲーション全体の横幅を980PXで固定*/
    .header-nav-inner {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding: 0
    }
/*menuの下に区切り線を入れる*/
    .menu {border-bottom: dotted 1px #dddddd}
    
/*概要を横に並べる設定*/
    .menu:after {content: "";
                 display: block;
                 clear: both}
    .menu .gaiyou {float: left;
                   width: 25%;
                   box-sizing: border-box;
                   vertical-align: bottom}
    
    .menu img {max-width: 100%;
               height: auto;
               border: none}
    
    .menu .text1{padding: 20px 20px;
               background-color: rgba(241, 248, 255, 0.5);
               color: #000;
               font-size: 1.4vw;
               font-weight: bold;
               margin-left: auto;
               margin-right: auto;
               text-shadow: 2px 2px 1px #fff;
               width: 100%;} 
    
    .menu .text2{padding: 45px 10px 40px;
               color: #00f;
               font-size: 12px;
               font-weight: bold;
               text-shadow: 2px 2px 1px #fff;
               max-width: 100%;}
    

    /*textをimgに重ねる設定*/
    .menu a {position: relative}
    .menu .text1 {position: absolute;
                bottom: 20px;
                left: 0;
                width: 100%;
                line-height: 20px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box}
    
     .menu .text2 {position: absolute;
                bottom: 100%;
                left: 0;
                width: 100%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box}
    

}



/*######768px以上##########*/
@media(min-width: 768px){
    .header-site:after {
        content:"";
        display: block;
        clear: both
    }
    .header-site1 {float: left;
        width: auto}
    .header-site2 {float: right;
        width: auto}


    
/*ヘッダ―画像*/
.main_visual { 
    max-width: 100%;
    height: auto;
 
    vertical-align: bottom
    }

/*boxの上下：/
.box6 {padding-top: 20px}


.box6-1,.box-6-2,.box6-3
    {padding-bottom: 10px}
}

/*#####768px以上########*/
@media(min-width: 768px){
/*box6-1,box6-2,box6-3を横に並べる設定*/
.box6:after {content: "";
             display: block;
             clear: both}
    .box6-1 {float: left;
     width: 32%;
    margin-right: 2%}
    .box6-2 {float: left;
     width: 32%;
    margin-right: 2%}
    .box-3 {float: left;
     width: 32%;
    }



.menu .gaiyou img{max-width: 100%}
    
}
/*######599px以下########*/
@media(max-width: 599px)
{
    .menu .gaiyou  {margin-bottom: 20px}
    
    .menu .gaiyou a {display: block;
               border: solid 1px #dddddd;
               color: #000000;
               text-decoration: none}
    
    .menu .gaiyou a:hover {box-shadow: 0 0 10px #dddddd}
    
    .gaiyou img {max-width: 100%;
               height: auto;
               border: none;
               margin-bottom: 15px;
               vertical-align: bottom}
    
    .menu .gaiyou h1 a{
        margin-top: 0;
        margin-bottom: 5px;
        margin-right: 15px;
        margin-left: 15px;
        font-size: 0.5vw;}
    
    .menu .gaiyou p {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 14px;
    }

}

/*#######600px以上###########*/
@media(min-width: 600px){
    /*menuの下に区切り線を入れる*/
    .menu {border-bottom: dotted 1px #dddddd}
    
    /*概要を横に並べる設定*/
    .menu:after {content: "";
                 display: block;
                 clear: both}
    .menu .gaiyou {float: left;
                   width: 25%;
                   box-sizing: border-box;}
    
    .menu img {max-width: 100%;
               height: auto;
               border: none;
               vertical-align: bottom}
    
    .menu .text1{padding: 10px 10px 10px;
               background-color: rgba(241, 248, 255, 0.5);
               color: #000;
               font-size: 2vw;
               font-weight: bold;
               margin-left: auto;
               margin-right: auto;
               text-shadow: 2px 2px 1px #fff;
               max-width: none;} 
    
    .menu .text2{padding: 45px 10px 40px;
               color: #00f;
               font-size: 12px;
               font-weight: bold;
               text-shadow: 2px 2px 1px #fff;
               width: 100%;}
    

    /*textをimgに重ねる設定*/
    .menu a {position: relative}
    .menu .text1 {position: absolute;
                bottom: 100%;
                left: 0;
                max-width: none;
                line-height: 30px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box}
    
     .menu .text2 {position: absolute;
                bottom: 100%;
                left: 0;
                width: 100%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box}
       
    .menu h1  {
        margin-top: 0;
        margin-bottom: 5px;
        margin-right: 15px;
        margin-left: 15px;
        font-size: 15px;}
    
     .menu .gaiyou p {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 12px;
    }
    /*続きを読む*/
    .more  {display: inline-block;
            padding: 5px 15px;
            background-color: #3077be;
            color: #ffffff
            }
    .more i {margin-left: 10px}
    
}

/*#########*/
.main {
    width: 75%;
    float: left;
}

p.img_center {
    text-align: center;
}

p.img_left {
    float: left;
    margin-right:10px;
    margin-bottom:10px
    }

p.hidari {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.sidebar {
    width: 25%;
    float: left;
}


.main h1 {
    background-color: rgb(38, 228, 235);
    padding: 5px 5px 5px 10px;
    font-size: 26px;
    color: #ffffff;
    border-left: solid 6px #091cf5;
    border-bottom: solid 1px #091cf5;
}

.main h2 {
    padding: 10px 5px 5px 20px;
    border: solid 1px #3118ed;
    border-radius: 5px;
}

.main h3 {
    font-size: 22px;
    border-left: solid 3px #ed1862;
    border-bottom: solid 1px #ed1862;
    padding: 4px 9px 4px 14px;   
}

.main h4 {
      font-size: 20px;
      color:  rgba(10, 39, 198, 0.91);
      border-left: solid 3px #ed1862; 
      padding: 4px 9px 4px 14px; 
}

.test {background-color: antiquewhite}

.test p{padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;}


/*関連サイトの案内*/
.kanrensite ul {margin: 0;
                padding: 0;
                list-style: 0}

.kanrensite li a {display: block;
                 padding: 20px;
                 border-bottom: dotted 1px #dddddd;
                 color: #2288bb;
                 font-size: 14px;
                 text-decoration: none}

.kanrensite li a:hover {background-color: #eeeeee}

.kanrensite li a img {border: none}

.kanrensite h1 {font-size: 26px;
                border-left: solid 3px #ed1862;
                border-bottom: solid 1px #ed1862;
                padding: 4px 9px 4px 14px;
                background-color: #fff;
                color: #575353;}

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

.kanrensite img {float: left;
                 width: 120px}

.kanrensite .text {float:none;
                   width: auto;
                   margin-left: 120px;
                   padding-left: 20px;}

.kanrensite span {display: block;
                  color: #ef0707;
                  font-size: 14px;
                  font-weight: bold;}

.kanrensite p.img_center02 {
                  text-align: center;}



/*######600px767px以下##########*/
@media(min-width: 600px)and(max-width: 767px){
/*サイドメニューコンテンツを横に並べる設定*/
    .sidebar:after {
        content:"";
        display: block;
        clear: both
    }
    .side_banner {
        float: left;
        width: 30%;
    }
    .side_contents {
        float:left;
        width: 30%;
    }
  .side_contents2 {
        float:left;
        width: 30%;
    }
    
    }
    

p {
    margin-top: 0;
    line-height: 1.6;
}
   
q {
    color: #0ea5d8;
    font-size: 18px;
    font-weight: 400;
    background: #f1fdfd;
    padding-right: 5px;
    margin-right: 5px;
    }
q1 {
    color: #0ea5d8;
    font-size: 18px;
    font-weight: 400;
    background: #f1fdfd;
    padding: 0 5px;
    margin: 0 5px;
    }
q3 {
    color: #f7485c;
    font-size: 18px;
    font-weight: 400;
    background: #ffeaef;
    padding: 0 5px;
    margin: 0 5px;
    }

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
    color: deeppink
}

samp {
    display: none;
}



@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}