/*######################################################################

	Style CSS

************************************************************************/

/* Reset Stylesheet */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {vertical-align: bottom;}

a:focus {outline:none;}

html, body {height: 100%;}

strong {font-weight: normal;}


/************************************************************************

    テキストスタイル & マージン

************************************************************************/

.img-center {
  display: block;
  margin: 0 auto;
}

.img-left {
  display: block;
  float: left;
  margin-right: 1.2rem;
}

.img-right {
  display: block;
  float: right;
  margin-left: 1.2rem;
}

.line-dot-bottom {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}

.txt-center {text-align: center; margin: 0 auto;}
.txt-right {float: right;}
.txt-left {float: left;}

.txt-bold {font-weight: bold;}

.txt-size10 {
  font-size: 10px;
  line-height: 1.5;
}

.txt-size11 {
  font-size: 11px;
  line-height: 1.4;
}

.txt-size12 {
  font-size: 12px;
  line-height: 1.4;
}

.txt-size13 {
  font-size: 13px;
  line-height: 1.5;
}

.txt-size14 {
  font-size: 14px;
  line-height: 1.6;
}

.txt-size15 {
  font-size: 15px;
  line-height: 1.5;
}

.txt-size16 {
  font-size: 16px;
  line-height: 1.4;
}

.txt-size17 {
  font-size: 17px;
  line-height: 1.5;
}

.txt-size18 {
  font-size: 18px;
  line-height: 1.5;
}

.txt-size19 {
  font-size: 19px;
  line-height: 1.5;
}

.txt-size20 {
  font-size: 20px;
  line-height: 1.4;
}

.txt-size21 {
  font-size: 21px;
  line-height: 1.2;
}

.txt-size22 {
  font-size: 22px;
  line-height: 1.2;
}

.txt-size23 {
  font-size: 23px;
  line-height: 1.1;
}

.txt-size24 {
  font-size: 24px;
  line-height: 1.0;
}

.txt-red {color: #d90000;}
.txt-orange {color: #fd9501;}
.txt-mark-yellow {background-color: #fff287;}

.mar-top5 {margin-top: 5px;}
.mar-top10 {margin-top: 10px;}
.mar-top20 {margin-top: 20px;}
.mar-top30 {margin-top: 30px;}
.mar-top40 {margin-top: 40px;}
.mar-top50 {margin-top: 50px;}
.mar-top60 {margin-top: 60px;}
.mar-top70 {margin-top: 70px;}
.mar-top80 {margin-top: 80px;}
.mar-top90 {margin-top: 90px;}
.mar-top100 {margin-top: 100px;}

.mar-top-5 {margin-top: -5px;}
.mar-top-10 {margin-top: -10px;}

.mar-bottom5 {margin-bottom: 5px;}
.mar-bottom10 {margin-bottom: 10px;}
.mar-bottom20 {margin-bottom: 20px;}
.mar-bottom30 {margin-bottom: 30px;}
.mar-bottom40 {margin-bottom: 40px;}
.mar-bottom50 {margin-bottom: 50px;}
.mar-bottom60 {margin-bottom: 60px;}
.mar-bottom70 {margin-bottom: 70px;}
.mar-bottom80 {margin-bottom: 80px;}
.mar-bottom90 {margin-bottom: 90px;}
.mar-bottom100 {margin-bottom: 100px;}

.mar-bottom-5 {margin-bottom: -5px;}
.mar-bottom-10 {margin-bottom: -10px;}

.mar-right10 {margin-right: 1rem;}
.mar-left10 {margin-left: 1rem;}

.side-space {padding: 0 11px 0 11px; text-align: left;}

.wp10 {width: 10%;}
.wp15 {width: 15%;}
.wp20 {width: 20%;}
.wp30 {width: 30%;}
.wp40 {width: 40%;}
.wp50 {width: 50%;}
.wp60 {width: 60%;}
.wp70 {width: 70%;}
.wp80 {width: 80%;}
.wp90 {width: 90%;}

a{color: #3a8dd5;}
a:hover, a:active, a:focus{color: #3a8dd5;}


body {
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;  /* iOS フォント崩れ回避 */
    line-height: 1.5;
    min-width: 1400px;
    background-color: #fff;
    text-align: center;
    color: #000;
}

header {
    background-image: url(../images/head_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #000;
    overflow: hidden;
}

header .wrap {
    text-align: center;
    /*width: 1400px;*/
    margin: 0 auto;
}

header .wrap .header-top {
    position: relative;
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}

header .wrap .header-top .logo {
    margin-top: 24px;
    display: block;
    position: absolute;
    left: 0;
}

header .wrap .header-top .res-top {
    margin-top: 23px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

header .FV_quize{
  background: url(../images/quize_bg.png) no-repeat;
  background-size: cover;
}

header .FV_quize .quize_content{
  padding-top: 40px;
}

.btn01 {
  padding: 30px 0;
}

header .FV_quize .attention{
  padding-bottom: 30px;
}

/* --------------------------------------------------- 動画エリア */

.yt-area {
    text-align: center;
    background-color: #000;
    padding: 5px 0 60px 0;
}

.yt-area .inbox{
    width: 860px;
    margin: 0 auto;
}

.yt-wrap {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
}

.yt-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-area .yt-name {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
}

.yt-area .yt-bottom {
  margin-bottom: 20px;
  overflow: hidden;
}

.yt-area .yt-bottom li {
  float: left;
  display: block;
  width: 48.5%;
  margin-top: 40px;
  margin-right: 3%;
}

.yt-area .yt-bottom li:last-child {
  margin-right: 0;
}

.yt-area .yt-name-s {
  clear: both;
  color: #aeaeae;
  font-size: 10px;
  text-align: right;
  /*padding-bottom: 15px;*/
  margin: 0 0 40px 0;
  /*border-bottom: 1px dotted #aeaeae;*/
}

.arrow01 {
    margin: -50px 0 0 -70px;
}

.box01 {
  background-color: #fff;
  text-align: left;
  border: 6px solid #e4e5e5;
  padding: 30px;
  margin: 50px 0 70px 0;
  box-sizing: border-box;
}

.box01 p {margin-bottom: 30px;}
.box01 p:last-child {margin-bottom: 0;}

.wrapper {
    background-image: url(../images/wrap_bg.png);
    background-repeat: repeat;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
}

.wrapper .inner {
    margin: 0 70px 0 70px;
    padding: 50px 0 50px 0;
    width: 860px;
}


/* --------------------------------------------------- 原因エリア */

.cause-area {
    background-color: #f2f2f2;
    margin: 0 -70px -50px -70px;
}

.cause-inner {
  background-image: url(../images/cause_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  text-align: left;
  padding: 0 120px 0 120px;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow: hidden;
}


/* --------------------------------------------------- 強みエリア */

.catch-area {
    background-color: #000;
    position: relative;
    border-top: 10px solid #ce952e;
    padding-bottom: 50px;
}

.catch-icon {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.strong-ttl {
  background-color: #000;
  color: #fff;
  font-size: 38px;
  line-height: 1.4;
  font-weight: bold;
  padding: 60px 12px 40px 12px;
}

.teacher-bot {
  background-color: #000;
  color: #fff;
  padding: 40px 0 0 0;
}

.teacher-bot-txt { /*注釈*/
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding-top: 20px;
}

.kome { /*注釈マーク*/
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
  position: relative;
  top: 5px;
}

.ttl01 {
  background-color: #fd9501;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding:20px 15px 20px 15px;
  margin:0 0 40px 0;
  position:relative;
}

.ttl01:after {
  content:'';
  margin:35px auto 0 auto;
  text-align:center;
  position:absolute;
  left:46%;
  width:0px;
  border-color:#fd9501;
  border-style:solid;
  border-width:40px;
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-right-color:transparent;
}

.ttl02 {
  background-color: #3972ac;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  padding:25px 0 25px 0;
  margin:0 0 0 0;
}

.ttl02 span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}

.box02 {
  background-color: #fff;
  text-align: left;
  border: 5px solid #e4e5e5;
  padding: 50px 55px;
  margin: 70px 0 60px 0;
  box-sizing: border-box;
  overflow: hidden;
}


/* --------------------------------------------------- ボタン */

.btn-area {
  background-color: #fff;
  border: 10px solid #cdb255;
  margin: 60px 0 40px 0;
  padding: 45px 50px 45px 50px;
  overflow: hidden;
}

.btn-ttl {margin-bottom: 30px;}

.btn-txt {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 25px;
}


/* --------------------------------------------------- 講師インタビュー */

.teacher-box {
  background-color: #fff8ef;
  padding-bottom: 50px;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.ttl03 {
  background-color: #000;
  color: #fff;
  font-size: 30px;
  width: 1000px;
  text-align: center;
  line-height: 1.4;
  padding: 40px 0 40px 0;
  margin:0 auto 50px auto;
  position:relative;
}

.ttl03:after {
  content:'';
  margin:60px auto 0 auto;
  text-align:center;
  position:absolute;
  left:46%;
  width:0px;
  border-color:#000;
  border-style:solid;
  border-width:50px;
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-right-color:transparent;
}

.teacher-name {
  background-color: #fd9501;
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 5px;
  margin: 50px 0 30px 0;
  border-radius: 30px;
}

.teacher-box .inner {
  padding: 0 70px 0 70px;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.teacher-side {
   overflow: hidden;
}

.teacher-side img {
    float: left;
    display: block;
    width: 380px;
    margin-right: 30px;
}

.teacher-side .teacher-ttl {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  margin-top: 50px;
}

.ttl04 {
  color: #fd9501;
  font-weight: bold;
  font-size: 20px;
  margin: 40px 0 25px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #fd9501;
}

.ttl05 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 40px 0;
}


/* --------------------------------------------------- カウンセリングエリア */

.step-area {
    background-color: #000;
    text-align: center;
}

.step-area .inner {
    background-image: url(../images/step_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    text-align: center;
    overflow: hidden;
    padding-bottom: 70px;
}

.step-area .inner .step-box {
    background-color: #fff;
    text-align: left;
    width: 760px;
    padding: 30px 50px 40px 50px;
    margin: 0 auto;
}


/* --------------------------------------------------- 無料体験 */

.taiken-box {
  background-color: #fffbea;
  line-height: 1.4em;
  padding: 25px;
  margin: 40px 0;
}

.taiken-box li.num01 {
  background-image: url(../images/01.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 10px 28px;
}

.taiken-box li.num02 {
  background-image: url(../images/02.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 10px 28px;
}

.taiken-box li.num03 {
  background-image: url(../images/03.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 10px 28px;
}

.taiken-box li.num04 {
  background-image: url(../images/04.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 10px 28px;
}

.taiken-box li:last-child {
  padding-bottom: 0;
}


/* --------------------------------------------------- 返金エリア */

.henkin-box {margin: 0 0 0 0;}

.henkin-box .henkin-inner {
  background-color: #fffeee;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 40px;
  border-left: 3px solid #00869a;
  border-right: 3px solid #00869a;
  border-bottom: 3px solid #00869a;
  box-sizing: border-box;
}

.henkin-box .henkin-inner p {margin-bottom: 30px;}
.henkin-box .henkin-inner p:last-child {margin-bottom: 0;}


/* --------------------------------------------------- 店舗エリア */

.ttl06 {margin: 0 0 20px 0;}

.ttl07 {
  background-color: #000;
  color: #fff;
  font-size: 30px;
  text-align: center;
  width: 1000px;
  line-height: 1.4;
  padding: 40px 0 40px 0;
  margin:60px -70px 50px -70px;
  position:relative;
}

.ttl07:after {
  content:'';
  margin:60px auto 0 auto;
  text-align:center;
  position:absolute;
  left:46%;
  width:0px;
  border-color:#000;
  border-style:solid;
  border-width:50px;
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-right-color:transparent;
}

.area {
    text-align: center;
    overflow: hidden;
    margin-bottom: -40px;
}

.school-txt {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

.area .area-inner {
    width: 860px;
    margin: 0 auto;
}

.area .area-ttl {
    background-color: #fd9501;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin: 50px 0 20px 0;
    clear: both;
}

.area .area-inner li {
    width: 420px;
    text-align: left;
    float: left;
    display: block;
    margin-right: 20px;
    padding: 20px 0;
    height: 100px;
    border-bottom: 1px dotted #ccc;
}

.area .area-inner li:nth-child(even) {margin-right: 0;}

.area .area-inner ul > *:first-child + *,
.area .area-inner ul > *:first-child + * + * + *,
.area .area-inner ul > *:first-child + * + * + * + * + *,
.area .area-inner ul > *:first-child + * + * + * + * + * + * + *,
.area .area-inner ul > *:first-child + * + * + * + * + * + * + * + * + * {margin-right: 0;}

.area .area-inner li .scl-name {
    font-weight: bold;
    font-size: 17px;
    /*color: #cfa81e;*/
    color: #000;
    width: 100px;
    float: left;
    display: block;
}

.area .area-inner li .scl-station {
    font-size: 13px;
    width: 312px;
    float: right;
    display: block;
}

.area .area-inner li.dot-none {
    border-bottom: none !important;
}

.new-icon {
  background-color: #08bd11;
  color: #fff;
  font-size: 12px;
  padding: 1px 6px 1px 6px;
  border-radius: 5px;
}


/* --------------------------------------------------- VOICEエリア */

.voice-area-top {
    background-color: #000;
    position: relative;
    border-top: 10px solid #ce952e;
    padding-bottom: 10px;
}

.voice-icon {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.voice-area {
    background-color: #000;
    text-align: center;
    overflow: hidden;
    padding-bottom: 50px;
}

.voice-area .voice-box {
    background-color: #fff;
    width: 860px;
    overflow: hidden;
    margin: 0 auto 50px auto;
    padding: 0 70px 70px 70px;
}

.voice-area .voice-box .voice-top {
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.voice-area .voice-box .voice-top .voice-ttl {
    float: left;
    text-align: left;
    display: block;
}

.voice-area .voice-box .voice-top .voice-ttl h3 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 30px;
}

.voice-area .voice-box .voice-top .voice-ttl .name-txt {
    font-size: 16px;
    margin: 25px 0 0 0;
}

.voice-area .voice-box .voice-top img {
    width: 200px;
    float: right;
    display: block;
}

.voice-area .voice-box .inbox {
    clear: both;
    text-align: left;
    padding: 10px 0 0 0;
}

.voice-area .voice-box .inbox .mokuhyo {
    padding: 0 0 8px 0;
    overflow: hidden;
}

.voice-area .voice-box .inbox .mokuhyo p {
    font-weight: bold;
    float: left;
    margin-top: 40px;
}

.voice-area .voice-box .inbox .mokuhyo span {
    font-size: 26px;
    font-weight: bold;
}

.voice-area .voice-box .inbox .mokuhyo img {
    width: 110px;
    float: right;
    margin-top: 5px;
}

.voice-area .voice-box .inbox .m-ttl {
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 10px 8px 10px;
    margin: 20px 0 10px 0;
}

.voice-area .anke-bot {
    color: #fff;
    font-size: 14px;
    margin: -20px 0 0 0;
}

.voice-area .anke-area {
    float: left;
    width: 200px;
}

.voice-area .anke-area p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.voice-area .anke-txt {
    float: right;
    width: 630px;
}



/* --------------------------------------------------- 拡大 */
        
.wrap_img_zoom {
    display: none;
    position: absolute;
    z-index: 10;
}
        
.btnOpen {
    margin: 20px 0 0 0;
    width: 200px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    cursor: pointer;
}
        
.btnOpen:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
        
.btnClose {
    position: absolute;
    top: -40px;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
        
.btnClose::before,
.btnClose::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 30px;
    height: 3px;
    margin-right: -20px;
    background: #fff;
}
        
.btnClose::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
        
.btnClose::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
        
#glayLayer {
    display: none;
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.85;
}


/* --------------------------------------------------- コース */

.course {
    background-image: url(../images/wrap_bg.png);
    background-repeat: repeat;
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}

.course .inner {
    background-image: url(../images/course_bg.png);
    background-repeat: repeat-y;
    text-align: left;
    padding: 60px 130px 60px 130px;
}


/* --------------------------------------------------- FAQ */

.faq_area {
    background-image: url(../images/wrap_bg.png);
    background-repeat: repeat;
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
}

.faq_area .inner {
    width: 860px;
    margin: 0 70px;
    text-align: left;
}

.faq_area .faq-ttl {
    background-image: url(../images/faq_bar.png);
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    height: 79px;
    padding: 15px 15px 0 15px;
    margin: 60px 0 0 0;
}

.faq_area .faq-head {
    font-size: 20px;
    font-weight: bold;
    background-image: url(../images/q.png);
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 30px;
    padding: 0 0 15px 40px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    cursor: pointer;
    display: block;
}

.faq_area .faq-answer {
    background-color: #fff8ef;
    padding: 30px;
    margin-bottom: 30px;
    display: none;
    border-radius: 5px;
}

.faq_area .faq-answer p {margin-bottom: 30px;}

.faq_area .faq-answer p:last-child {margin-bottom: 0;}


/* --------------------------------------------------- footer */

#footer {
    padding-top: 20px;
    text-align: center;
}

.bot-txt {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 60px;
    text-align: center;
}

.pagetop {
    width: 220px;
    margin: 50px auto 0 auto;
}

#footer #footer-link {
    font-size: 14px;
    padding: 0 0 20px 0;
}

#footer #footer-link li {
    display: inline;
    text-decoration: none;
}

#footer #footer-link a:link {
    color: #000;
    text-decoration: underline;
}

#footer #footer-link a:hover {
    color: #000;
    text-decoration: none;
}

#footer #footer-link a:visited {
    color: #000;
}

#footer .copyright {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 20px 0 20px 0;
}


/* --------------------------------------------------- 固定ボタン */

#slide-btn {
    background-color: #fff; 
    display: block;
    position: fixed;
    top: 25%;
    right: 0;
}

#slide-btn a {
    width: 80px;
    height: 420px;
    display: block;
}

#slide-btn a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* --------------------------------------------------- キャンペーン */

.cp {
  background: #cfb54c;
  text-align: center;
}