/* ----------------------------------
ボタン
---------------------------------- */
.button-type-1{
  font-size: 2.1rem;
  font-weight: 900;
  text-align: center;
  padding: 20px 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .4s;
  max-width: 320px;
  margin: 30px auto;
}


/* ----------------------------------
カラムコンテンツ
---------------------------------- */
.col-2{
  display: flex;
  justify-content: space-between;
}
.col-2 > *{
  width: 48%;
}
@media screen and (max-width:768px) {
  .col-2 {flex-direction: column;}
  .col-2 > *{width: 100%;}
  .col-2 > *:nth-child(2){margin: 20px 0 0;}
}


/* ２カラム-段落ち */
.col-2-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col-2-wrap li{
  width: calc(50% - 15px);
}
.col-2-wrap li img{margin: 10px 0;}
.col-2-wrap li img+p{margin: 10px 0 0;}
.col-2-wrap li:nth-child(n+3){
  margin-top: 30px;
}

/* ２カラム-段落ち-スマホ_１カラム */
.col-2-wrap-sp_1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col-2-wrap-sp_1 > li{
  list-style: none!important;
  margin-left: 0!important;
}
.col-2-wrap-sp_1 li img{
  margin: 0 auto;
}
.col-2-wrap-sp_1 li{
  width: calc(50% - 15px);
}
.col-2-wrap-sp_1 li:nth-child(n+3){
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .col-2-wrap-sp_1 li{
    width: 100%;
  } 
  .col-2-wrap-sp_1 li:nth-child(n+2){
    margin-top: 30px;
  }
}



/* ----------------------------------
パンくずリスト
---------------------------------- */
.breadcrumb{
  position: relative;
}
.breadcrumb ul{
  display: flex;
  flex-flow: wrap;
  max-width: 1150px;
  margin: 20px auto 50px;
}
.breadcrumb ul li:not(:last-child):after{
  content: '';
  width: 8px;
  min-width: 8px;
  height: 8px;
  transform: rotate(45deg);
  display: block;
  margin: 0 8px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  transform: rotate(45deg);
}
.breadcrumb ul li{
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .breadcrumb{
    padding: 0 20px;
  }
  .breadcrumb ul{
    margin: 20px 0;
  }
  .breadcrumb ul li{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb{
    display: none;
  }
}



/* ----------------------------------
Q&A
---------------------------------- */
/*TYPE-1*/
.q-and-a{
  display: flex;
  justify-content: center;
}
.q-and-a .q,.q-and-a .a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: 900;
  padding: 30px 0;
  width: 40%;
}
.q-and-a .q:before,.q-and-a .a:before{
  content: '';
  min-width: 90px;
  height: 90px;
  display: block;
  margin: 0 20px 0 0;
}
.q-and-a .q{
  color: #00a29a;
}
.q-and-a .a{
  color: #f24099;
}
.q-and-a .q:before{
  background: url(../img/common/icon_q.svg) no-repeat;
}
.q-and-a > div:nth-child(2){
  width: 20%;
  display: flex;
  justify-content: center;
}
.q-and-a > div:nth-child(2) span{
  background: radial-gradient(circle farthest-side, #ccc, #ccc 20%, transparent 40%, transparent);
  background-size: 4px 10px;
  width: 4px;
}
.q-and-a .a:before{
  background: url(../img/common/icon_a.svg) no-repeat;
}
/*TYPE-2*/
body{
  counter-reset: number;
}
.page-faq .movie-notes:nth-child(n+2){
  margin: 10px 0 0;
}
.page-faq section > h2:nth-child(n+2){
  margin-top: 80px;
}
.page-faq .q-and-a-type-2 h3{
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-faq .q-and-a-type-2 .a div:not(.float) > h3:first-of-type{
  margin-top: 0px;
}
.page-faq .q-and-a-type-2 .a div:not(.float) > p+h3:first-of-type{
  margin-top: 20px;
}

.q-and-a-type-2{
  margin: 30px 0 50px; 
}
.q-and-a-type-2 .q-icon,.q-and-a-type-2 .a-icon{
  position: relative;
  display: block;
}
.q-and-a-type-2 > div:nth-child(2) {
  width: 100%;
}
.q-and-a-type-2 .q+div > span{
  background: radial-gradient(circle farthest-side, #ccc, #ccc 20%, transparent 40%, transparent);
  background-size: 12px 6px;
  width: 100%;
  height: 6px;
  display: block;
  margin: 20px 0;
}
.q-and-a-type-2 .q+.q > span{
  background: #00a29a;
}
.q-and-a-type-2 .q{
  display: flex;
  align-items: center;
}
.q-and-a-type-2 .q:nth-of-type(n+2){
  margin: 80px 0 0;
}
.q-and-a-type-2.q-only .q:nth-of-type(n+2){
  margin: 25px 0 0;
}
.q-and-a-type-2 .q h2{
  color: #00a29a;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
}
.q-and-a-type-2 h2 a{
  color: #00a29a;
}
.q-and-a-type-2 h2 a:hover{
  opacity: .8;
}
.q-and-a-type-2 .a{
  margin: 20px 0 0;
  display: flex;
}
.q-and-a-type-2 .q .q-icon,
.q-and-a-type-2 .a .a-icon{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: bold;
  font-size: 4rem;
  min-width: 90px;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin: 0 20px 0 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.q-and-a-type-2 .q .q-icon{
  background-color: #00a29a;
}
.q-and-a-type-2 .q .q-icon > span > span{
  font-size: 2.4rem;
}
.q-and-a-type-2 .a .a-icon{
  background-color: #f24099;
}
.q-and-a-type-2 .q .q-icon > span:after{
  counter-increment: number;
  content: counter(number);
}
.q-and-a-type-2 .a .a-icon:before{
  content: "A";
  font-size: 4.8rem;
}

@media screen and (max-width:980px) {
  .q-and-a{
    flex-direction: column;
  }
  .q-and-a .q:before,.q-and-a .a:before{
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .q-and-a .q, .q-and-a .a{
    justify-content: flex-start;
    font-size: 1.8rem;
    width: 100%;
  }
  .q-and-a > div:nth-child(2){
    width: 100%;
  }
  .q-and-a > div:nth-child(2) span{
    background-size: 12px 6px;
    width: 100%;
    height: 6px;
  }
  .q-and-a-type-2 .q h2{
    font-size: 1.8rem;
  }
  .q-and-a-type-2 .q .q-icon > span{
    font-size: 2.4rem;
  }
  .q-and-a-type-2 .a .a-icon:before{
    font-size: 3rem;
  }
  .q-and-a-type-2 .q .q-icon > span > span{
    font-size: 1.4rem;
  }
  .q-and-a-type-2 .q .q-icon,
  .q-and-a-type-2 .a .a-icon{
    font-size: 3rem;
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
  }
}



/* ----------------------------------
アコーディオンQ&A
---------------------------------- */
.ac-q-and-a li{
	border: 2px solid #ccc;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.ac-q-and-a li:not(:last-child){
	margin-bottom: 20px;
}
.ac-question{
	position: relative;
	padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ac-question:hover{
	opacity: 0.8;
  cursor: pointer;
}
.ac-q-icon{
	position: absolute;
	width: 60px;
	height: 60px;
	margin: auto;
  top: 0;
  bottom: 0;
	left: 7px;
}
.ac-q-and-a .ac-question p{
	color: #00a29a;
  font-weight: bold;
	margin-bottom: 0;
	padding-left: 85px;
	padding-right: 60px;
	max-width: 950px;
	width: 100%;
	font-size: 1.6rem;
	line-height: 24px;
}
.ac-q-downArrow{
  position: relative;
}
.ac-q-downArrow:before,.ac-q-downArrow:after{
  display: block;
  content: '';
  background-color: #00a29a;
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  margin: 0 10px 0 0;
}
.ac-q-downArrow:before{
  width: 3px;
  height: 20px;
  right: 17px;
  transition: all .4s;
}
.ac-answer{
	position: relative;
	overflow: hidden;
	display: none;
  margin: 10px 0 0;
}
.ac-question.open .ac-q-downArrow:before{
  opacity: 0;
}
.ac-a-icon{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 10px;
	left: 7px;
}
.ac-answer h3{
	padding: 0 34px 0 74px;
	margin: 20px 0 0 0;
	line-height: 30px;
}
.ac-answer h4 {
  display: table;
  background: #f2fcf8;
  width: 100%;
  margin: 40px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.ac-answer h4 span {
  display: table-cell;
  padding: 10px 10px 8px 10px;
  color: #009c64;
  line-height: 1.5;
}
.ac-answer h4 span.h4-number {
  background: #009c64;
  color: #fff;
  text-align: center;
  width: 20px;
  vertical-align: middle;
}
.ac-answer p{
	margin-bottom: 0;
	color: #5A5A5A;
	padding: 22px 34px 22px 74px;
}
.ac-answer p .image-right{
	margin: 0 0 0 15px;
}
.ac-a-case::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #299eac;
  border-radius: 100%;
  margin: 0 0.4em 0.1em;
}
.a-indent{
	display: block;
	padding-left: 2em;
}
.open .ac-question{
  border-radius: 8px 8px 0 0;
}
.ac-ancer-inner{
  padding: 22px 34px 22px 74px;
}
.ac-ancer-inner ol li{
  font-size: 1.6rem;
  margin-left: 2rem;
  list-style-type: decimal;
}
.ac-ancer-inner ol li a{
  color: #009c64;
}
.ac-ancer-inner ol {
  margin-top: 20px;
}
.ac-q-and-a .ac-answer .ac-ancer-inner h3.type-1 {
  padding-left: 0;
}
.ac-q-and-a .ac-answer .ac-ancer-inner h4 {
  padding:0;
  margin-left: 0;
}
.ac-q-and-a .ac-answer .ac-ancer-inner p{
  padding:0;
}
.ac-q-and-a .ac-answer .ac-ancer-inner li {
  border: none;
}
.ac-q-and-a .ac-answer .ac-ancer-inner li:not(:last-child) {
  margin-bottom: 0px;
}
.a-case::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #009c64;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 0.4em 0.1em;
}
@media screen and (max-width: 768px) {
  .ac-q-open .ac-q-downArrow{
		top: 10px;
	}
  .ac-question{
		padding: 8px 0;
	}
  .ac-q-icon{
		width: 30px;
		height: 30px;
	}
  .ac-q-and-a .ac-question p{
		font-size: 15px;
		font-weight: bold;
		padding-left: 50px;
    padding-right: 45px;
		width: 100%;
	}
  .ac-a-icon{
		width: 30px;
		height: 30px;
	}
  .ac-q-and-a .ac-answer h3{
		padding: 0 16px 0 46px;
	  margin: 10px 0 0 0;
	  line-height: 24px;
	}
  .ac-q-and-a .ac-answer h4{
		font-size: 14px;
		padding: 12px 10px 10px 10px;
	  margin: 10px 0 0 40px;
	  line-height: 18px;
	}
  .ac-q-and-a .ac-answer p{
		padding: 16px 16px 16px 46px;
	}
  .ac-ancer-inner{
		padding: 16px 16px 16px 46px;
  }
  .ac-q-downArrow:before,.ac-q-downArrow:after{
    width: 15px;
    height: 2px;
    transform: translate(-50%, -50%);
  }
  .ac-q-downArrow:before{
    width: 2px;
    height: 15px;
    right: 13px;
  }
}



/* ----------------------------------
リード文エリア
---------------------------------- */
.read-area{
  background: #f7f8f8;
  padding: 50px;
  margin: 50px 0;
  text-align: center;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .read-area{
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .read-area{
    text-align: left;
  }
}


/* ----------------------------------
動画リード文エリア
---------------------------------- */
.movie-read-area{
  text-align: center;
  font-size: 2.0rem;
  font-weight: 900;
  margin: 50px 0 0;
}


/* ----------------------------------
枠付きBOX in list
---------------------------------- */
.border-frame-in-list{
  background: #fff;
  border: 2px solid #299eac;
  padding: 20px;
  border-radius: 20px;
}
.border-frame-in-list li:not(:first-child){
  margin: 5px 0 0;
}



/* ----------------------------------
枠付き見出し
---------------------------------- */
.border-frame{
  margin: 40px 0;
}
.border-frame dt{
  font-size: 1.8rem;
  display: block;
  color: #fff;
  padding: 5px 10px 2px;
  border-radius: 10px 10px 0 0;
  border: 2px solid #eb850d;
  font-weight: bold;
  text-align: center;
}
.border-frame dd{
  border: 2px solid #eb850d;
  padding: 15px;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin: 0 0 30px;
  box-sizing: border-box;
}
.border-frame dd ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.border-frame dd ul li:not(:first-child){
  margin: 5px 0 0;
}
.border-frame dd ul li:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #000;
  margin: 0 10px 0 0;
}



/* ----------------------------------
上記枠付き見出しがなくなった事により、新たに追加されたデザイン
---------------------------------- */
.bg-area{
  background: #f7f8f8;
  border-radius: 20px;
  padding: 30px;
  margin: 50px 0;
}
.bg-area + .bg-area{
  margin-top: -25px;
}
h2 + .bg-area,h3 + .bg-area{
  margin-top: 20px;
}

.bg-area h3{
  font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-weight: normal;
  font-weight: 900;
}
.bg-area h3:after{
	display:block;
	content:"";
	width:100%;
	height: 4px;
  background: radial-gradient(circle farthest-side, #19c764, #19c764 10%, transparent 50%, transparent); 
  background-size: 8px 4px;
  margin: 10px 0;
}
.bg-area.color-db0000 h3{
  color: #db0000!important;
}
.bg-area.color-db0000 h3:after{
  background: radial-gradient(circle farthest-side, #db0000, #db0000 10%, transparent 50%, transparent)!important; 
  background-size: 8px 4px!important;
}
.bg-area.color-cede68 h3{
  color: #cede68!important;
}
.bg-area.color-cede68 h3:after{
  background: radial-gradient(circle farthest-side, #cede68, #cede68 10%, transparent 50%, transparent)!important; 
  background-size: 8px 4px!important;
}
.bg-area.color-93d2d3 h3{
  color: #93d2d3!important;
}
.bg-area.color-93d2d3 h3:after{
  background: radial-gradient(circle farthest-side, #93d2d3, #93d2d3 10%, transparent 50%, transparent)!important; 
  background-size: 8px 4px!important;
}
.bg-area.color-fedd78 h3{
  color: #fedd78!important;
}
.bg-area.color-fedd78 h3:after{
  background: radial-gradient(circle farthest-side, #fedd78, #fedd78 10%, transparent 50%, transparent)!important; 
  background-size: 8px 4px!important;
}

@media screen and (max-width: 768px) {
  .bg-area{
    padding: 20px;
  }
  .bg-area h3{
    font-size: 1.8rem;
  }
}



/* ----------------------------------
コラム
---------------------------------- */
.column-content{
  border: 2px solid #ff4d4d;
  background: #f2fcf8;
  border-radius: 10px;
  overflow: hidden;
  margin: 50px 0 20px;
  padding: 10px;
  background: url(../img/common/column_bg.png);
}
.column-content h3:first-of-type{
  font-size: 2.2rem;
  font-weight: 900;
  color: #ff4d4d;
  padding: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.column-content h3:first-of-type > span{
  display: flex;
  align-items: flex-start;
  float: left;
  letter-spacing: .3rem;
  margin: 3px 15px 0 0;
}
.column-content h3:first-of-type > span > span{
  background: #ff4d4d;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: .1rem;
  line-height: 27px;
  font-weight: bold;
}
.column-content h3:first-of-type > span > span:not(:first-child){
  margin: 0 0 0 5px;
}
.column-content h4:first-of-type{
  margin: 30px 0 10px;
}
.column-content h4{
  padding: 0 15px;
  margin: 10px 0 10px;
}
.column-content h5{
  color: #eb566d;
  margin: 0 15px;
  padding: 15px 0 0;
  line-height: 1.5;
  font-size: 2.0rem;
  border-bottom: dotted 2px #eb566d;
}
.column-content p{
  padding: 15px;
}
.column-content p+p{
  margin-top: 0;
}
.column-content figure{
  padding: 0 15px;
}
.column-content figure figcaption {
  margin: 0 0 15px;
}
.column-content-list{
  padding: 15px;
}
.column-content-list li{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.0rem;
  line-height: 1.8;
}
.column-content-list li:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 10px 0 0;
}
.column-content .graph_overview{
  font-size: 1.8rem;
  margin: 15px 0;
  padding: 0 15px;
}
.column-content .graph_overview dt {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin: 0 0 0!important;
}
.column-content .default-list{
  padding: 0 15px;
}


/* STUDY NOTE */
.column-content.study{
  background: #f7f8f8;
  border-radius: 20px;
  padding: 20px;
  border: none;
  /* border: 2px solid #eb566d;
  background: #f2fcf8;
  border-radius: 10px;
  overflow: hidden;
  margin: 50px 0 20px;
  padding: 0; */
}
.column-content.study h3:first-of-type{
  font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-weight: normal;
  font-weight: 900;
  display: block;
  /* font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center; */
}
.column-content.study h3:first-of-type:after{
  display:block;
	content:"";
	width:100%;
	height: 4px;
  background: radial-gradient(circle farthest-side, #19c764, #19c764 10%, transparent 50%, transparent); 
  background-size: 8px 4px;
  margin: 10px 0;
}
.column-content.study h4:first-of-type{
  margin: 0px 0 0;
}
/* .column-content.study h3:first-of-type span{
  display: block;
  float: left;
  font-size: 70%;
  background: #fff;
  padding: 7px;
  border-radius: 4px;
  text-align: center;
  margin: 0 10px 0 0;
  line-height: 1;
  letter-spacing: .3rem;
  font-weight: 500;
  white-space: nowrap;
  margin: 3px 10px 0 0;
} */

.bg-area{
  background: #f7f8f8;
  border-radius: 20px;
  padding: 30px;
  margin: 50px 0;
}
.bg-area + .bg-area{
  margin-top: -25px;
}
h2 + .bg-area,h3 + .bg-area{
  margin-top: 20px;
}

.bg-area h3{
  font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-weight: normal;
  font-weight: 900;
}
.bg-area h3:after{
	display:block;
	content:"";
	width:100%;
	height: 4px;
  background: radial-gradient(circle farthest-side, #19c764, #19c764 10%, transparent 50%, transparent); 
  background-size: 8px 4px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .bg-area{
    padding: 20px;
  }
  .bg-area h3{
    font-size: 1.8rem;
  }
}




@media screen and (min-width: 769px) {
  .column-content .image-right.mb-0{
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .column-content{
    padding: 5px;
  }
  .column-content h3:first-of-type{
    align-items: flex-start;
    flex-direction: column;
    font-size: 2rem;
  }
  .column-content h3:first-of-type > span{
    margin: 0 0 5px;
  }
  .column-content h3:first-of-type > span > span{
    font-size: 1.6rem;
    letter-spacing: .2rem;
  }
  .column-content-list li{
    font-size: 1.4rem;
  }
}



/* ----------------------------------
「確認してみましょう」
---------------------------------- */
.confirmation{
  margin: 70px 0 10px;
}
.confirmation_frame{
  padding: 5px 10px 10px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.confirmation_head {
  display: inline-block;
  position: relative;
  top: -20px;
  padding: 10px 20px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 10px;
}
.confirmation_title {
  font-size: 2.2rem;
  padding: 0 0 10px 20px;
}
.confirmation > .sm-text{
  padding: 0 0 0 30px;
}
.confirmation ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.confirmation ul li{
  font-size: 1.8rem;
  padding: 0 40px 5px 20px;
}
.confirmation li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 10px 0 0;
}
@media screen and (max-width:768px) {
  .confirmation {
    margin: 50px 0;
  }
  .confirmation_head {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 10px 10px;
  }
  .confirmation_title {
    font-size: 1.6rem;
    padding: 0 0 10px 10px;
  }
  .confirmation > .sm-text{
    padding: 0;
  }
  .confirmation ul li{
    font-size: 1.4rem;
    padding: 0 30px 5px 10px;
  }
}



/* ----------------------------------
アンケートエリア
---------------------------------- */
.enquete-area > img{
  width: 100%;
  max-width: 680px;
  margin: 60px auto 30px;
}
.enquete-area > p{
  max-width: 680px;
  margin: 0 auto;
}
.enquete-btn{
  width: 35%;
  min-width: 280px;
  margin: 50px auto 100px;
}
.enquete-btn a{
  background: #ff4d4d;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  position: relative;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  transition: all .4s;
}
.enquete-btn a span{
  display: flex;
  align-items: center;
  margin: 0 -11.31px 0 auto;
}
.enquete-btn a:after{
  content: '';
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  display: block;
  margin: 0 10px 0 auto;
}
.enquete-btn a:hover{
  opacity: .8;
}


/* ----------------------------------
［ 例 ］
---------------------------------- */
.example-area{
  margin: 30px 0;
}
.example-area ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f8f8;
  border-radius: 20px;
  padding: 40px 60px;
}
.example-area ul:not(:first-child){
  margin: 30px 0 0;
}
.example-area ul li{
  width: 47.5%;
}
.example-area ul li p{
  font-weight: 500;
}
.example-area .example-title{
  font-weight: 900;
  font-size: 2.4rem;
}
.example-area .example-title:after{
  content: '';
  width: 100%;
  height: 6px;
  display: block;
  margin: 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .example-area ul{
    flex-direction: column;
    padding: 30px;
  }
  .example-area ul li{
    width: 100%;
  }
  .example-area ul:not(.type-img-right) li:last-child{
    margin: 20px 0 0;
  }
  .type-img-right li:nth-child(1){
    order: 1;
    margin: 20px 0 0;
  }
  .example-area .example-title{
    font-size: 1.8rem;
  }
}




/* ----------------------------------
動画関連
---------------------------------- */
.movie-wrap{
  margin: 20px 0;
}
.movie-notes{
  margin: 10px 0;
  font-size: 14px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.movie-notes p{
  background: #299eac;
  color: #FFF;
  margin-right: 10px;
  padding: 6px;
  border-radius: 3px;
  line-height: 1;
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  min-width: 50px;
  font-size: 1.6rem;
  text-align: center;
}
.movie-notes span{
  display: block;
  padding-top: 0.08em;
  float: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .movie-notes p{
    padding: 3px 0;
    border-radius: 6px;
    line-height: 1.4;
  }
  .movie-notes span{
    padding-top: 0;
  }
}



/* ----------------------------------
ページ下部、前のページ、次のページ
---------------------------------- */
.page-link-prev-next{
  margin: 80px 0 0;
}
.page-link-prev-next ul{
  display: flex;
  justify-content: space-between;
}
.page-link-prev-next ul li{
  width: 33%;
  min-width: 300px;
}
.page-link-prev-next ul li a{
  font-size: 2.1rem;
  font-weight: 900;
  text-align: center;
  padding: 20px 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-link-prev-next ul li a{
  display: flex;
  transition: all .4s;
}
.page-link-prev-next ul li a span{
  margin: auto;
}
.page-link-prev-next ul li.prev a:before,
.page-link-prev-next ul li.next a:after{
  content: '';
  width: 10px;
  min-width: 10px;
  height: 10px;
  display: block;
  margin: 0 8px;
}
.page-link-prev-next ul li.prev{
  margin-right: auto;
}
.page-link-prev-next ul li.prev a:before{
  transform: rotate(45deg);
  margin-right: -10px;
}
.page-link-prev-next ul li.next{
  margin-left: auto;
}
.page-link-prev-next ul li.next a:after{
  transform: rotate(45deg);
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .page-link-prev-next ul li{
    min-width: 130px;
  }
  .page-link-prev-next ul li a{
    font-size: 1.4rem;
  }
}



/* ----------------------------------
マンガエリア
---------------------------------- */
.manga_content{
  display: none;
}
.manga-area{
  max-width: 500px;
  margin: 0 auto;
}
.manga-area > img{
  margin: 50px 0 0;
  width: 100%;
  transition: all .3s;
}
.manga-area:hover img{
  opacity: .8;
}
.manga-area .manga-view-button{
  font-size: 2.1rem;
  font-weight: 900;
  color: #333;
  border: 2px solid #f1f1f1;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  margin: 20px 0 30px;
  transition: all .4s;
}



/* ----------------------------------
下層ページへのリンクリスト(アイコン▶付き)
---------------------------------- */
.current-page-link-list{
  font-size: 1.8rem;
}
.current-page-link-list li{
  margin: 10px 0 0;
}
.current-page-link-list li a:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #333;
  margin: 0 0 -1px 10px;
}
@media screen and (max-width: 768px) {
  .current-page-link-list{
    font-size: 1.6rem;
  }
}



/* ----------------------------------
アンカーリンクリスト
---------------------------------- */
.anker-link-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anker-link-list li{
  width: calc(50% - 15px);
}
.anker-link-list li:nth-child(n+3){
  margin-top: 15px;
}
.anker-link-list li a{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #19c764;
  border: 2px solid #19c764;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 25px;
  transition: all .4s;
}
.anker-link-list li a:hover{
  color: #fff;
  background-color: #19c764;
}
@media screen and (max-width: 768px) {
  .anker-link-list li{
    width: calc(50% - 10px);
  }
  .anker-link-list li a{
    font-size: 1.4rem;
    padding: 10px 10px;
  }
}



/* ----------------------------------
caution area
---------------------------------- */
.caution-area{
  border: 2px solid #ff4c4d;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.caution-area:before{
  content: '';
  display: block;
  background: url(../img/common/icon_caution.png)no-repeat center center / cover;
  min-width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}



/* ----------------------------------
テーブル
---------------------------------- */
.table-size-2_7 tr th:first-of-type{
  width: 20%!important;
}
.table-size-2_7 tr th:last-of-type{
  width: 80%!important;
}
@media screen and (max-width: 768px) {
  table th{
    font-size: 1.4rem!important;
  }
  table td{
    font-size: 1.2rem!important;
  }
}