@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: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
    color: #333;
    line-height: 1.5;
}

/* common */


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

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

.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #3273c7;
    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-color: #3273c7;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}


/* Navigation */
header {
    width: 100%;
    height: 5%;
}

.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: 720px;
    margin: 0 auto 0;
    padding-top: 1rem;
}

.hero h1 img{
    width: 95%;
}

.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: 860px;
    margin: 0 auto;
    padding: 1rem;
}

.leadtxt {
    color: #fff;
    font-size: 80%;
}
/*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 1rem auto;
}

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

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

/*box1*/

.box1 {
    margin: 1rem auto;
  text-align: center;
  padding: 0.25em;
    font-size: 120%;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.box1 p {
       text-align: center;
    color: #e6326e;
    font-weight: bold;
    font-size:95%;
}

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

.tab .txt {
    width: 50%;
    max-width: 320px;
    margin: 0 10px 10px;
    position: relative;
    padding:10px 0;
    background: #e6326e;
    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 #e6326e;
    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;
    color: #FFF;
margin: 1em auto;
    font-size: 110%;
 padding: 0.5em 0;/*上下の余白*/
  border-top: solid 1px #FFF;/*上線*/
  border-bottom: solid 1px #FFF;/*下線*/
}

.eventArea .flexbox {
    display: flex;
}

.eventArea .flexbox .img {
    text-align: center;

}
.eventArea .mainbnr {
    max-width: 240px;
}
    .group {
        margin: 0 0 40px;
    }

.ttlArea {
  width:100%;
  margin: 20px auto 0;
  padding: 10px 0;
  font-size: 18px;
  color:#6cc0eb;

}
.heading {
  margin: 10px 0
}
.style1 .heading {
  position: relative;
  height: 50px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /*border: 1px solid #6cc0eb;*/
  line-height: 50px;
    background: #fff;
}
.style1 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: #6cc0eb;
  color: #fff;
border-radius: 0 6px 6px 0px;
}
.style1 .heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color:#6cc0eb;
}
.style1 .heading .title{
  float: left;
  padding-left: 10px;
    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 {
    min-width: 240px;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    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 #e6326e;
  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: #e6326e;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
    margin-bottom: 10px;
}

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

#sec2 p {
    font-size: 85%;
    padding: 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*/

.footer_share_sns {
    background-color: #fff;
    margin: 10px 0;
    padding: 10px;

}

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

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

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

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

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

.footer_share_sns a {
  display: inline-block;
}

.footer_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;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-size: 11px;
}

.footer_banner {
    padding: 10px;
    margin: 0;
    color: #fff;
}

.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;
    }

    .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%;
    }
}

/* 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: #e6326e;
}
#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: #e6326e;
}
#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;  
}