<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Body */
body {
    font-family:"M PLUS 1p", 'Noto Sans JP', 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background-color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
    color: #333;
    line-height: 1.5;
}

body p {
    font-size: 1rem;
}

/* common */


/*-----------------------------------------------------------

	loading
    
-----------------------------------------------------------*/

.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #7cd1ff;
    z-index: 1000;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pc {
    display: block !important;
}

@media print,
screen and (max-width: 900px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: none !important;
}

@media print,
screen and (max-width: 900px) {
    .sp {
        display: block !important;
    }
}

.bg_L {
    background-image: url(../images/bg_L.png);
    background-position: left 0;
    background-repeat: repeat-y;
    background-size: auto;
}

.bg_R {
    background-image: url(../images/bg_R.png);
    background-position: right 0;
    background-repeat: repeat-y;
    background-size: auto;
}

/* Container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*height: 1000px;*/
     background-image:url(../images/bg.png);
     background-repeat: repeat-y;
     background-size: contain;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}


/* Navigation */
header {
    width: 100%;
    height: 5%;
    text-align: right;
    padding: 3px 0;
}


.logo {
    font-weight: bold;
    text-align: undefined;
    /*width: 10%;*/
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px;
}

.logo img {
    max-width: 90px;
}

nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px;
}

header nav ul {
    list-style: none;
    float: right;
}

nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
}

ul li a {
    /*color: #FFFFFF;*/
    text-decoration: none;
}

ul li:hover a {
    color: #2C9AB7;
}

section {
    text-align: center;
    margin: 0 auto;
}

.hero_header {
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 4px;
    font-size: 200%;
    background: linear-gradient(transparent 0%, #333 0%);
    display: inline;
    padding: 0 4px 4px;
}

/* Hero Section */
.hero {
    /*background: url(../images/hero_img.png) no-repeat center center;*/
    background-size: cover;
    text-align: center;
}


.hero h1 {
    width: 100%;
    max-width:1080px;
    margin: 0 auto 0;
}

.hero h1 img{
    width: 100%;
}

.light {
    font-weight: bold;
    color: #717070;
}

.tagline {
    text-align: center;
    color: #FFFFFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1rem;
}

.inner .ttl img {
    width: 100%;
    max-width: 860px;
}

.leadtxt {
    position: relative;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 1.5rem;
    background: -webkit-linear-gradient(135deg,#FFB600 25%,#FFC440 0,#FFC440 50%,#FFB600 0,#FFB600 75%,#FFC440 0);
    background: linear-gradient(-45deg,#FFB600 25%,#FFC440 0,#FFC440 50%,#FFB600 0,#FFB600 75%,#FFC440 0);
    background-size: 20px 20px;
  }



  .ttl_howto {
      background-color: #00B9FC;
      padding: 1rem;
  }
  .hukidashi {
    position: relative;
    padding: 1rem 0.5rem;
    color: #00ADF9;
    border-radius: 10px;
    background: #FFFF00;
    max-width: 150px;
    font-weight: bold;
    top: -10px;
  }
  
  .hukidashi:after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #FFFF00 transparent transparent transparent;
  }

.huchi {
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    font-size: 1.5;
}

/*photo*/

.photoArea {
    padding: 5px 40px;
    margin: 0 auto;
}

.slick-slide img {
    margin: 0 1px;
}

.slick-slider .slick-track, .slick-slider .slick-list{
    max-height: 120px;
}
.slick-track {
    top:-20px;
}
/* About Section */
.text_column {
    width: calc(100% - 2rem);
    text-align: justify;
    font-weight: lighter;
    line-height: 25px;
    color: #333;
    padding: 1rem;
    background-color: #fff;
}

.about {
    margin: 0 auto;
}

.about h2 {
    font-size: 1rem;
    color: #fff
}

.btnArea {
    margin: 2rem auto;
    text-align: center;
}


/*-----------------------------------------------------------
	#news setting
-----------------------------------------------------------*/
#news {
    margin: 0 auto 0 auto;
    padding-bottom: 0;
    text-align: center;
    padding-top: 0px;
}

#news h2 {
    font-weight: bold;
    font-size: 150%;
}

#news .box {
    width: 90%;
    /*min-height: 100px;*/
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    padding: 3% 5% 3% 5%;
}

#news .box_srcollbar {
    overflow:auto;
    width:100%;
    height:90px;
    color:#000;
    font-size:12px;
}

#news ul li {
    width: 100%;
}

#news ul li {
    margin: 0 0 10px 0;

    display: flex;

    text-align: left;

    line-height: 1.8;
}

#news ul li .date {
    margin-right: 3%;
    color:#3285bf;
    font-weight: bold;
    white-space: nowrap;
    font-size: 90%;
}

#news ul li .txt {
    padding-left: 0;
    position: relative;
    font-weight: bold;
    font-size: 90%;
}

#news ul li .txt span {
    color: #007976;
}

#news ul li .txt::before {
    content: "";
    width: 30px;
    height: 100%;
    background: url(../img/item_db_01.svg) no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}
.scrollArea{
    max-height: 200px;
      overflow: scroll;
    padding-right: 20px;
    font-size: 80%;
    letter-spacing: normal;
    scrollbar-color:#CCC;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .scrollArea dl::after{
      content: "";
    clear: both;
    display: block;
  }
  .scrollArea dl dt{
      float: left;
      clear: both;
  }
  .scrollArea dl dd{
      padding: 0 0 10px 120px;
      margin: 0 0 10px 0;
    border-bottom: dotted 1px #CCC;
    text-align: left;
  }
  
  .block-news a:hover {
    color:#556bae!important;
  }
  
  /*スクロールバーの横幅指定*/
  .scrollArea.deco::-webkit-scrollbar {
      width: 10px;
  }
  /*スクロールバーの背景色・角丸指定*/
  .scrollArea.deco::-webkit-scrollbar-track {
    border-radius: 10px;
      background: #f2f2f2;
  }
  /*スクロールバーの色・角丸指定*/
  .scrollArea.deco::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:#CCC;
    height: 50px;
  }



/*===================sp=*/
@media screen and (max-width: 768px) {
    #news {
        margin-top: 0;
    }

    #news ul li {
        width: 100%;
        font-size: 90%;
    }

    #news ul li .txt {
        padding-left: 3%;
        position: relative;
    }

    #news ul li .txt::before {
        content: "";
        width: 16%;
        height: 100%;
        background: url(../img/item_db_01.svg) no-repeat top left;
        background-size: auto 80%;
        position: absolute;
        left: 0;
        top: 0;
    }


}

/*====================*/

/*kikan*/

.kikan .box1 {
    max-width: 560px;
    margin:0 auto 1rem auto;
  text-align: center;
  padding: 0.5em;
    border: 1px solid #cf111b;
    background-color: #fff;
}

.kikan .box1 p {
    text-align: center;
    color: #cf111b;
    font-weight: bold;
    margin: 10px 0;
    font-size: 1.2em;
}

.kikan .box1 .atte {
    text-align: left;
    color: #000;
    line-height: 1.5;
    display:block;
    max-width: 460px;
    margin: 1rem auto;
}
/*====================*/

/*howto*/

.howto .box1 {
    margin: 0 auto ;
  padding: 1rem;
    border: 3px solid #00B9FC;
    background-color: #fff;
    max-width: calc(860px - 2em);
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-wrap: wrap;
}

.howto .box1 p {
    font-weight: bold;
    margin: 0;
    text-align: left;
}

.howto .box1 .autow {
    width: 85%;
}
.howto .btn a{
    display: block;
    margin: 1rem auto;
    border-radius: 5px;
    background-color: #333;
    padding:10px;
    width: 90%;
    max-width: 320px;
    color: #fff;
}

.howto .btn a:link {
    text-decoration: none;
}
.howto .bnr img{
    width: 70%;
    max-width: 400px;

}
/*
.howto .step {
    position: relative;
    padding-left: 120px;
    min-height: 56px;
  }
  
  .howto .step span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    color: #fff;
    background: #00B9FC;
    font-size: 1.5rem;
    border-radius: 5px;
  }
  
  .howto .step span:after {
    position: absolute;
    top: calc(50% - 7px);
    right: -11px;
    width: 0;
    height: 0;
    content: '';
    border-width: 7px 0 7px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #00B9FC;
  }

  .howto .step p {
      text-align: left;
      font-size: 1.2rem;
  }
*/
.howto .img {
    padding: 0 0.5rem 0 0;
}
  .howto .img img {
      max-height: 100px;
  }

  .howto .arrow img {
      max-height: 40px;
  }

  .howto .f12 {
      line-height: 1.2;
  }


  @media (min-width: 321px)and (max-width: 767px) {
    .howto .img {
        padding: 0;
        margin: 0 auto!important;
    }
    .howto .box1 .autow {
        width: 100%;
        margin-bottom: 10px;
    }
  }


.bg_2 {
    margin: 2rem auto;
    padding: 2rem 0;
    background-image: url(../images/bg_2.png);
    background-repeat: repeat;
    background-size: contain;
}

/*一覧*/

.lineup .ttl {
        position: relative;
        padding: 1.5rem 2.5rem;
        border: 4px solid #0083b3;
        background-color: #FFF89F;
        color: #0083b3;
        font-weight: bold;
      }
      
      .lineup .ttl:before {
        position: absolute;
        top: 4px;
        left: 4px;
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        content: '';
        border: 4px dotted #0083b3;
      }
      

/*タブ*/
.tab {
    display: flex;
    justify-content: center;
}

.tab .txt {
    width: 50%;
    max-width: 320px;
    margin: 0 10px 10px;
    position: relative;
    padding:10px 0;
    background: #cf111b;
    text-align: center;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    line-height: 1.2;
}

.tab .txt:after {
    position: absolute;
    content: '';
    top: 100%;
    left: calc(50% - 15px);
    border: 15px solid transparent;
    border-top: 15px solid #cf111b;
    width: 0;
    height: 0;
}

.tab a.txt:link {
    color: #FFF;
}

.tab a.txt:hover {
    color: #FFF;
}

.tab a.txt:visited {
    color: #FFF;
}

/*アコーディオン*/

.acd-check{
    display: none;
}
.acd-label{
    max-width: 640px;
    margin: 0 auto 10px;
    background: #333;
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
    font-size: 120%;
    border-radius: 8px;
}
.acd-label:after{
    box-sizing: border-box;
    content: '\f150';
    display: block;
    font-family: "Font Awesome 5 Free";
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f151';
}
.acd-check:checked + .acd-label + .acd-content{
    display: contents;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.btnArea {
    margin: 0 auto 0;
    text-align: center;
}

/*eventArea*/
.eventArea {
    margin: 0 auto 40px;
}

.eventArea .stats {
    text-align: center;
margin: 1em auto;
    font-size: 110%;
 padding: 0.5em 0;/*上下の余白*/
  border-top: solid 1px #043745;/*上線*/
  border-bottom: solid 1px #043745;/*下線*/
  color:  #043745;
}

.eventArea .flexbox {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.eventArea .flexbox li {
    width: calc(25% - 2rem);
    padding: 1rem;
}

.eventArea .flexbox li img{
    width: 100%;
}

.eventArea .flexbox .img {
    text-align: center;
}
.eventArea .mainbnr {
    max-width: 240px;
}
    .group {
        margin: 0 0 40px;
    }

/*メッセージ*/

.message h2 {
    padding: 0 2rem 1rem 2rem;
    margin-bottom:2rem ;
    border-bottom: 6px double #cf111b;
    color: #cf111b;
  }
  .message h2 span {
      font-size: 2em;
  }

    .message .box11{
        margin: 2em auto;
        padding: 1em;
    border: 3px solid #cf111b;
    background-color: rgba(255,248,159,1);
    max-width: calc(860px - 2em);
    border-radius: 10px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
    }
    .message .box11 p {
        margin: 1rem 0; 
        padding: 0;
        font-size: 90%;
    }



.ttlArea {
  width:100%;
  margin:0 auto ;
  padding: 10px 0;
  font-size: 90%;

}
.heading {
 /* margin: 10px 0*/
}
.style1 .heading {
  padding: 0;
  /*border: 1px solid #6cc0eb;*/
    background: #0083b3;
    color: #fff;
    text-align: center;
    padding:5px;
}

.style1 .heading p {
    font-size: 80%;
}

.heading .title {
    font-size: 150%;
    font-weight: bold;
}

/* info */

.info {
    flex-grow:2;
    /*margin: 2rem auto 0;*/
    /* [disabled]min-width: 400px;
*/
    padding-top: 0px;
    margin-left: 10px;
}


.info h3 {
    position: relative;
    color: white;
    background: #6cc0eb;
    line-height: 1.4;
    padding: 0.5em 0.5em 0.5em 1.8em;
    letter-spacing: 0.25em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.info h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    left: 0.5em;
    /*左端からのアイコンまでの距離*/
}

.info p {
    padding: 8px;
    color: #333;
    background: #c7ecff;
}



.info .f11 {
    line-height: 1.2;
}

.info dl {
    background: #FFF;
    padding: 0.5em;
    font-size: 85%;
}

.info dl dt {
    margin: 0.5em 0;
}

.info dl dt span {
  position: relative;
  padding-left: 35px;
    color: #ff8b5f;
}
.info dl dt span:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info dl dt span:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info dl dd {
    margin-top: 0.5em; 
    padding: 0.5em;
    /*display: flex;*/
}

.info dl dd p {
    background: none;
    text-align: left;
}

.info dl dd img {
    max-width: 180px;
    float: right;
}

@media (max-width: 640px) {
    .info dl dd {
    text-align: center;
    }
   .info dl dd img {
    float: none;
       margin: 0 auto;

}
}

.info .site {
    font-size:85%;
    word-wrap: break-word;
}

.btn-gradient-radius {
    max-width: 460px;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    background-color:#FF8B00;
    transition: .4s;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    cursor: pointer;
}

.btn-gradient-radius:hover {
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

.btn-gradient-radius:link {
    color: #fff;
}

/*sec2 */
#sec2 .bg {
    background-color: #fff;
    padding:1em 0.5em 20px;
}

#sec2 h2 {
  position: relative;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
#sec2 h2:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 4px solid #cf111b;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sec2 h3 {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #3285bf;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #eeeeee;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

#sec2 h3:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #3285bf; /*アイコン色*/
}

#sec2 h4 {
    margin-top: 1rem;;
}
#sec2 p {
    font-size: 0.9rem;
    padding: 0.5rem;
    margin-bottom:0.5rem ;
}

#sec2 p img {
    width: 100%;
    max-width: 340px;
}

/* sec3 */

#sec3 {
    padding: 40px 0;
    margin:0 auto;
}

/* sec4 */

#sec4 h2 {
  position: relative;
    color: #fff;
    padding-bottom: 10px;
    font-size: 100%;
}

#sec4 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6cc0eb, #6cc0eb 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6cc0eb, #6cc0eb 2px, #fff 2px, #fff 4px);
} 

#sec4 .bnr img {
    width: 100%;
    max-width: 320px;
    border: 1px solid #fff;
    margin: 30px auto;
}


/*シェア SNS*/

.share_sns {
    background-color:rgba(255,255,255,0.6);
    margin: 10px auto;
    padding: 1em;
    border-radius: 16px;
    max-width: calc(860px - 2em);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.share_sns h2 {
    text-align: center;
}

.share_sns h3 {
  line-height: 1.4;/*行高*/
  display: inline-block;
    margin: 10px auto;
}

.share_sns h3:before, .share_sns h3:after { 
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.0em;
  color: #cf111b;
}
.share_sns h3:before {
  content:"\f053";/*アイコン種類*/
  padding-right: 0.5em
}
..share_sns h3:after {
  content:"\f054";/*アイコン種類*/
  padding-left: 0.5em
}
.share_sns .share {
    max-width: 240px;
    margin: 10px auto;
    display: flex;
}
.share_sns .share li {
  display: inline-block;
    width: 33%;
  margin: 0 auto;
    text-align: center;
}

.share_sns .share li img{
    width: 44px;
}

@media print, screen and (max-width: 900px) {
    .share_sns .share li {
    width: 33.3333333%;
    margin: 0;
  }
}

@media print, screen and (max-width: 900px) {
    .share_sns .share li:last-child {
    margin-right: 0;
  }
}

..share_sns a {
  display: inline-block;
}

.share_sns a:hover {
  opacity: .6;
}


/* フォローボタン全体 */
.flowbtn{
font-family:'Arial',sans-serif;/* 好きなフォントを指定してね */
border-radius:4px;
position:relative;
display:inline-block;
width:66px;
height:58px;
font-size:30px;
color:#fff!important;
transition:.5s;
text-decoration:none;
box-shadow:0 1px 2px #fff;
}
.flowbtn i{
position:relative;
/*bottom:5px;*/
}
/* Twitter */
.fl_tw1{
background:#55acee;
}
/* Facebook */
.fl_fb1{
background:#3b5998;
}
/* LINE */
.fl_li1{
background:#00c300;
}
/* ボタン内テキスト調整 */
.flowbtn div{
font-size:11px;	
font-weight:bold;
letter-spacing:0;
position:relative;
bottom:8px;
}
/* ボタンマウスホバー時 */
.flowbtn:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
text-decoration:none;
}
/* ulタグの内側余白を０にする */
.snsbtniti{
    margin: 20px auto;
padding:0!important;
    max-width: 320px;
}
/* ボタン全体の位置調整 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}
/* ボタン同士の余白調整 */
.snsbtniti li{
flex:0 0 33%;
text-align:center!important;
}



/* listitem */
.listitem .stats {
    color: #717070;
    margin-bottom: 5px;
}

.listitem {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}

.thumbnail {
    width: 25%;
    text-align: center;
    float: left;
    margin-top: 35px;
}

.listitem .thumbnail h4 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #52BAD5;
}

.listitem .thumbnail p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #A3A3A3;
}

/* Parallax Section */
.banner {
    background-color: #2D9AB7;
    background-image: url(../images/parallax.png);
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax {
    color: #FFFFFF;
    text-align: right;
    padding-right: 100px;
    padding-top: 110px;
    letter-spacing: 2px;
    margin-top: 0px;
}

.parallax_description {
    color: #FFFFFF;
    text-align: right;
    padding-right: 100px;
    width: 30%;
    float: right;
    font-weight: lighter;
    line-height: 23px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/* More info */
.copyright {
    text-align: center;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-size: 11px;
}

.footer_banner {
    padding: 10px;
    margin: 3rem 0 0;
    color: #fff;
    background-color: #0083b3;
}

.footer_banner .footer_logo {
    margin: 40px auto;
}

footer {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.hidden {
    display: none;
}

/* ------------------------------------- Mobile */
@media (max-width: 640px) {
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 10px;
    }

    .bg_L {
        background-image: none;
    }

    .bg_R {
        background-image: none;
    }

    .bg_SP {
        height: 160px;
        background-image: url(../images/bg_sp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .container {
        width: 100%;
    }

    .container header nav {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        float: none;
        display: none;
    }

    header nav ul {}

    nav ul li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .about h2 {
        text-align: left;
        font-size: 0.8rem;
    }

    .photoArea {
        padding: 5px 20px;
        margin: 0 auto;
    }

    .eventArea {
        margin-bottom: 0;
    }
    
    .eventArea .flexbox li {
        width: calc(33% - 1rem);
        padding: 0.5rem;
    }
    
    .eventArea .flexbox li img{
        width: 100%;
    }
    
    .eventArea .flexbox .img {
        text-align: center;
    }

    .text_column {
        width: 100%;
        text-align: justify;
        margin: 1rem 0 0;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        font-size: 0.9rem;
    }

    .info {
        /*width: auto;*/
        display: inline-block;
        margin-left: 0;
    }

    
    /*.flexbox{
        flex-direction: column;
    }*/
    

    .sideL img {
        width: 100%;
    }

    .sideR {
        width: 100%;
    }

    .footer_column {
        width: 100%;
        margin-top: 0px;
    }

 
    .banner {
        background-color: #2D9AB7;
        background-image: none;
    }

    .tagline {
        margin-top: 20px;
        line-height: 22px;
    }

    .hero_header {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 150%;
        line-height: 1.3;
    }
}



/* --------------------------------------------- Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        color: #043745;
    }

    .container {
        width: 100%;
    }

    .container header nav {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        float: none;
        overflow: auto;
        display: inline-block;
        background: #52bad5;
    }

    header nav ul {
        padding: 0px;
        float: none;
    }

    nav ul li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .about h2 {
        font-size: 0.8rem;
        margin: 0 auto;
    }

    .text_column {
        width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .info {
        display: inline-block;
    }

    .sideR {
        width: 100%;
    }

    .footer_column {
        width: 100%;
        margin-top: 0px;
    }


    .banner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_column {
        width: 100%;
    }
    .leadtxt {
        font-size: 1rem;
    }
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
    .about h2 {
        font-size: 0.8rem;
    }

    .thumbnail {
        width: 50%;
    }

    .text_column {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;

    }

    .banner {
        margin-top: 0px;
        padding-top: 0px;
    }

    
}


/*------検定　-------*/

#kentei {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 ;
    box-sizing: border-box;
}

#kentei ul {
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
#kentei ul li {
    text-align: center;
}
#kentei ul li:last-child {
    margin-bottom: 0;
}
#kentei ul li span {
    display: inline-block;
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    font-size: 250%;
}
#kentei ul .areaname {
    margin-bottom: 10px;
    font-size: 130%;
  color: #cf111b;
}
#kentei ul li span img {
    width: 100%;
    margin: 0 auto;
}
#kentei .choice {
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
} 



@media (max-width: 768px) {
   #kentei .choice {
       flex-direction: column;
}    
}

#kentei label {
    display: block;
    padding: 5px 0;
    font-size: 100%;
}

#kentei .gaiyo {
    padding: 15px;
    border: 1px solid #FFF;
    color: #fff;
}

#kentei .gaiyo h3 {
    font-weight: bold;
    text-align: center;
    margin:10px auto 20px;
}

#kentei .gaiyo ol {
    margin-left: 1em;
    line-height: 1.2;
}

#kentei .gaiyo ol li {
    margin-bottom: 8px;
}

/*ラジオボタン*/

.cp_ipradio .list_item .bg {
    	margin: 0 0 40px 0;
	padding:1rem 10px 0;
        background-color: #e9f4ff;
}
.cp_ipradio label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.cp_ipradio .option-input {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.cp_ipradio .option-input:before,
.cp_ipradio .option-input:after {
	position: absolute;
	z-index: 1;
	top: -0.125rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	border-radius: 50%;
	background: #ffffff;
}
.cp_ipradio .option-input:after {
	z-index: 0;
	top: -0.25rem;
	left: -0.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background: #5c90d2;
}
.cp_ipradio .option-input:checked:before {
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-width: 0.625rem;
	border-color: #5c90d2;
}

/*正誤表示*/
.cp_ipradio .list_item h3 {
    padding: 0 0 20px;
    font-size: 130%;
    color: red;
}

#kentei .btnArea {
    margin: 40px auto;
}

#kentei button {
    cursor: pointer;
}





/*結果*/

#kentei .result {    
    padding: 20px;
    background: #fff;
    border: 3px solid #f1f1f1;
    box-sizing: border-box;
    margin: 40px auto 0;
    display: none;
}
#kentei .result h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: #cf111b;
}
#kentei .result h2 strong {
    font-size: 24px;
}

#kentei .result p {
    font-size: 90%;    
}

#kentei .result h3 {
    padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
    margin:20px auto;
    font-size: 90%;
}

/*結果ツイート*/

#kentei .btn-social-long-twitter {
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  display: inline-block;
  height: 50px;/*高さ*/
  width: 240px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 20px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: #1da1f3;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
  cursor: pointer;
}

#kentei .btn-social-long-twitter .fa-twitter {
  text-shadow: 2px 2px 0px #4287d6;
  font-size: 24px;
}

#kentei .btn-social-long-twitter span {
  display:inline-block;
  transition: .5s;
}

#kentei .btn-social-long-twitter:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

#kentei .footer_share_sns ul li {
    margin-bottom: 0;
}

#kentei .back {
    margin-top: 40px;
}

#kentei .back a:link {
    color:#fff;
}

#kentei .back a:visited {
    color:#fff;
}

#kentei .seikai {
      display: none;  
}

p.icon_a {
    position: relative;
    padding-left: 2.5em!important;
}
p.ac-q {
    position: relative;
    padding-left: 2.5em!important;
}


/*faq*/
.ac-q::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 5px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}

.icon_a::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 5px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}

.ac &gt; .ac-q {
    font-size:1rem;
    font-weight: bold;
    color: #111;
    padding: 10px 30px 10px 10px;
    margin: 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
}

.ac &gt; .ac-a p {
    font-size:1rem;
    color: #777;
    margin: 0;
    padding: 10px;
}

.ac &gt; .ac-q::after {
    content: '+';
    text-align: center;
    width: 15px;
    right: 10px;
    top: 50%;
    color: #A3A3A3;
    font-size: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}

/*問い合わせボタン*/
.flx_items {
    display: flex;
    justify-content: center;
  }
  .flx_items .item {
    width: 40%;
    margin: 15px ;
  }

  .flx_items a{
      display: block;
      padding: 5px;
      border-radius: 5px;
      color: #fff;
      width: 100%;
      font-size: 110%;
  }

  .flx_items .type1{
    background-color: #3273C7;
}

.flx_items .type2{
    background-color: #dc1e00;
}

.btn a img {
    width: 100%;
    max-width: 400px;

}
  @media screen and (max-width: 768px) {
    .flx_items {
      flex-direction: column;
    }
    .flx_items .item {
      width: 100%;
      margin: 5px auto;
    }
  }

  .twArea {
      padding:10px;
      max-height: 200px;
      overflow: scroll;
      margin: 0 auto;
  }

</pre></body></html>