@charset "utf-8";
/* CSS Document */
/*main css
/*reset css
---------------------------------------------------------------------------*/
html, body, h1, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/*全体の設定
---------------------------------------------------------------------------*/
html {
	height: 100%;
	font-size: 18px;
	-webkit-text-size-adjust: 18px;
	-ms-text-size-adjust: 18px;
}
@media screen and (max-width: 768px)
 /*　画面サイズが768px以下からはここを読み込む　*/
{
html {
	width:100%;
	
  }

html.disable-navigation {
  /*左右スワイプによる履歴ナビゲーションを無効化する*/
  overscroll-behavior-x: none;
}	
	
}
body{
	font-family: "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, メイリオ, Meiryo, sans-serif;
	background-color:#FFFFFF;
	color: #222222;
	font-size: 18px;
	letter-spacing: 1.5px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-feature-settings: "palt";
 	
	
}
@media screen and (max-width: 768px) {
body {
	font-size: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "";
	}
}
section {
	padding-top: 0px;
	padding-bottom: 0px;
}
u {
   text-decoration: none;
   border-bottom: 1px solid;
}
/*テキスト関連*/
p { margin-top: 0; margin-bottom: 0 ;  padding-bottom:0px;
}
a {
	color: #6CADD0;
}
a:hover {
	color:#ED6152;
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}

h1{
color: #FFF;
padding: 20px 0px 10px 0px;
text-align: center;
font-size: 80%;
}


h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h5 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h6 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
h1 {
   font-size: 100%;
}
}


/*コンテンツエリアの設定
---------------------------------------------------------------------------*/
/*コンテンツの切り替え*/
.pc-contents { display: block;}
.sp-contents { display: none;}
@media only screen and (max-width: 768px) {
.pc-contents { display: none;}
.sp-contents { display: block;}
}
/*　ヘッダー
---------------------------------------------------------------------------*/
header {
  background: url(../img/header-back0.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
	
}

header h1 {
  margin-top: 60px;
  margin-bottom: 50px;
	
}



.header-bg0{
background-size: cover;
background-position: center;
height: 30vw;
background-image:url(../img/header-back.jpg);
}

.headerbg_01{
background-size: cover;
background-position: center;
height: 37vw;
background-image:url(../img/header-back.jpg);
}

.headerbg_02{
background-size: cover;
background-position: center;
height: 20vw;
background-image:url(../img/header_02.png);

}


/* 固定ヘッダーバー 
----------------------------------------------------------- */
div#header  {
    width: 100%;
	height: 70px;
	background-color:  rgba(51,51,51,0.85);
    position: fixed;
    background-position: center center;
	background-position: 50% 0%;
	z-index: 9999;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	
div#header  {
    width: 100%;
	height: 70px;
	background-color:  rgba(51,51,51,0.85);
    position: fixed;
    background-position: center center;
	background-position: 50% 0%;
	z-index: 9999;
	color: #ffffff;
}
}

/*wrapper 背景設定など
---------------------------------------------------------------------------*/

.wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:210%;
	
}

.wrapper2 {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:210%;
	background-color:#FFFFFF;
}
.wrapper500 {
	height: auto;
	margin: 0px auto;
	max-width: 500px;
	line-height:210%;
}
.wrapper900 {
	height: auto;
	margin: 0px auto;
	max-width: 900px;
	line-height:210%;
}

.wrapper960 {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:210%;
	background-size: contain;
}

.wrapper960-2 {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:210%;
	background-color: #ffca5d;
	background-size: contain;
}

.wrapper980 {
	height: auto;
	margin: 0px auto;
	max-width: 980px;
	line-height:210%;
	background-size: contain;
	color: #000;
}

.wrapper1000 {
	height: auto;
	margin: 0px auto;
	max-width: 1000px;
	line-height:210%;
	background-image:url(../img/.png);
	background-size: contain;
}
.wrapper1000-2 {
	height: auto;
	margin: 0px auto;
	max-width: 1000px;
	line-height:210%;
	background-color: #ffd57d;
	background-size: contain;
}
.wrapper1200 {
	height: auto;
	margin: 0px auto;
	max-width: 1200px;
	line-height:210%;
	background-image:url(../img/.png);
	background-size: contain;
}
.header-wrapper {
	height: auto;
	margin: 0px auto;
	width: 960px;
}

/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.wrapper1000-2 {
	background-color: #ffd57d;
	max-width: 768px;
	line-height:180%;
}

}

/*本文ボディ
---------------------------------------------------------------------------*/

.inner {
	padding:0px 0px;
	text-align:left;
}

.inner01 {
	padding:20px 30px;
	text-align:left;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.inner02 {
	padding:20px 30px;
	text-align:left;
}

.inner03 {
	padding:20px 30px;
	text-align:right;
}

.inner860 {
	padding:20px 50px;
	text-align:left;
}
.inner820 {
	padding:20px 70px;
	text-align:left;
}
.inner800 {
	padding:20px 80px;
	text-align:left;
}
.inner780 {
	padding:20px 90px;
	text-align:left;
}

.inner480 {
	padding:20px 240px;
	text-align:left;
}
/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.inner, .inner02, .inner03, .inner860, .inner820 , .inner800 , .inner780 , .inner760  {
	padding:10px 15px;
	text-align:left;
}
	.inner01	{
	padding:10px 15px;
	text-align:left;
	margin:0 20px
}	
}


/*画像の設定
---------------------------------------------------------------------------*/
/*空白消し*/
img{
	margin: 0;
	padding: 0;
	display: block;
}
/*画像切り替え*/
.pc-img { display: block;}
.sp-img { display: none;}
@media only screen and (max-width: 768px) {
.pc-img { display: none;}
.sp-img { display: block;}
}
/*イメージカット用スケーリング*/
.rs-img {
    max-width:100%;
	height:auto;
}
@media only screen and (max-width: 768px) {
.rs-img {
    width:38%;
	height:auto;
}
}
/*スケーリング*/
.scaling{
	max-width:100%;
	height:auto;
}
.scaling2{
	max-width:100%;
	height:auto;
	padding:0px 20px;
}
.scaling3{
	max-width:100%;
	height:auto;
	padding:0px 20px 20px 20px;
}
/*左寄せ右マージン1em*/
.img-left {
  float: left;
  margin-right: 1.8em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*右寄せ左マージン1em*/
.img-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}

/*動画の設定
---------------------------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 55.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.youtube {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 55.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

/*コンテンツの背景（固定）
---------------------------------------------------------------------------*/

.bg-fix_01{
	height: auto;
    background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-color: #ffca5d;
	text-align: center;
}

.bg-fix_02{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	text-align: center;
	background-color: #f51a1a;
}

.bg-fix_03{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-image:url(../img/bg03.jpg);
	background-attachment: fixed;
	text-align: center;
}
.bg-fix_04{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-color: #f51a1a;
	text-align: center;
}

.bg-fix_05{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-color: #3578c8;
	text-align: center;
}

@media only screen and (max-width: 768px) {
.bg-fix_02{
	background-color: #264755;

	
}
	
.bg-fix_05{
	background-color: #3578c8;
	text-align: center;
}	
	
}
	
	
	
/*コンテンツの背景（スクロール）*/
.bg_01{
    height:auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	text-align: center;
}
.bg_02{
    height: 1356px;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-image:url(../img/hatanback.png);
	text-align: center;
}
.bg_03{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-color: #ffffff;
	text-align: center;
}

/*サブヘッド
---------------------------------------------------------------------------*/
.sub-bg {
text-align: center;
height: 320px;
background-image: url(../img/sub-bg.png);
background-position: center center;
background-position: 50% 0%;
padding: 25px 0px 0px 0px;
}
.sub-bg2 {
text-align: center;
height: 350px;
background-image: url(../img/sub-bg2.png);
background-position: center center;
background-position: 50% 0%;
padding: 37px 0px 0px 0px;
}
.sub-bg3 {
text-align: center;
height: 350px;
background-image: url(../img/sub-bg2.png);
background-position: center center;
background-position: 50% 0%;
padding: 30px 0px 0px 0px;
}

.contents-bg{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-image:url(../img/bg.png);
	text-align: center;
	font-size: 120%;
	background-attachment: fixed;
}

	.space02 {
margin-top: 40px;
}
/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.sub-bg {
text-align: center;
height: auto;
background-image: url(../img/sub-bg.png);
background-position: center center;
background-position: 50% 50%;
padding: 20px 0px 20px 0px;
}
.sub-bg2 {
text-align: center;
height: auto;
background-image: url(../img/sub-bg.png);
background-position: center center;
background-position: 50% 50%;
padding: 20px 0px 20px 0px;
}
.sub-bg3 {
text-align: center;
height: auto;
background-image: url(../img/sub-bg.png);
background-position: center center;
background-position: 50% 50%;
padding: 20px 0px 20px 0px;
}
	
.space02 {
margin-bottom: 20px;
}
}	


/*フッター
---------------------------------------------------------------------------*/
footer {
  background: #FFFFFF;
  text-align: center;
  padding: 50px 0;
  position: relative;
  z-index: 1000000;
  font-size: 13px;
  color: #000;
  z-index: 1000;
}

footer a {
  display: inline-block;
  color: #000;
  margin-right: 25px;
}

footer a:last-child {
  margin-right: 0;
}

footer .copy {
  margin-top: 20px;
	line-height: 180%;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
	 font-size: 0.5em; 
	  color: #000;
  }
	footer .copy {
  margin-top: 20px;
		font-size: 0.8em; 
		color: #000;
		line-height: 180%;
}
}

	
/*固定フッター*/
.footer {
	text-align: center;
	}
.footer-top {
	background-position: center top;
	background-position: 50% 0%;
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	width:100%;
	height: auto;
	padding: 20px 0px;
	background-color: #264755;
	color: #ffffff;
	z-index: 9999;
	}
.footer-wrapper {
	height: auto;
	margin: 0px auto;
	width: 960px;
}
.footer-top.static {
	position:static;
	}
@media screen and (max-width: 768px) {
.footer-wrapper {
	width: 100%;
}
}

	
/*特定商法
---------------------------------------------------------------------------*/

.tokusyo-wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
	background-color: #FFFFFF;	
	background-size: contain;
}
.tokusyo{
	max-height: 560px;
	overflow-y:scroll;
	font-size: 80%;
}
table.tokusyo {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.tokusyo th,
table.tokusyo td {
  padding: 5px 10px;
  border: 1px solid #A2A2A2;
  text-align:left;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 140%;
}
table.tokusyo th {
  background-color: #D5D5D5;
  text-align: left;
  width: 25%;
}

@media screen and (max-width: 768px) {
.tokusyo{
	max-height: 380px;
}	
  table.tokusyo {
    border-top: 1px solid #999;
  }
  table.tokusyo td {
    display: block;
    text-align: left;
  }
  table.tokusyo th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}

/*レスポンシブテーブル
---------------------------------------------------------------------------*/
/*1行*/
table.one {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.one th,
table.one td {
  padding: 5px 10px;
  text-align:left;
  width: 50%;
}


@media screen and (max-width: 768px) {
table.one {
  }
table.one td {
    display: block;
    text-align: center;
	width: 100%;
  }
table.one th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}


/*　画像エフェクト
---------------------------------------------------------------------------*/

/*ドロップシャドウ*/

.doropleft {
    filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.3));
	max-width:100%;
	height:auto;
	float: left;
	margin-right: 2em;
		
	}
.doropenter {
    filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.3));
	max-width:100%;
	height:auto;
	float: center;
	
	
	}

/*ドット背景*/

.dot1 {
  background-color: #fff;
  background-image:
    radial-gradient(#FFF 30%, transparent 10%),
    radial-gradient(#FFF 30%, transparent 10%);
  background-size:4px 4px;
  background-position: 0 0, 2px 2px;
background-color: rgba(0,0,0,.1);	
	
}

/*ここから追加CSS
---------------------------------------------------------------------------*/

/*プレゼント
---------------------------------------------------------------------------*/
.inner960 {
	padding:20px 70px;
	text-align:center;
}
	
.chui01 {
	width: 700px;
    padding: 1em 1em;
    margin: 2em 0;
   	font-size: 60%;	
	line-height: 160%;
    border: solid 1px #000000;
	background-color: none;
}
.chui01 p {
	line-height: 180%;
    margin: 0; 
    padding: 0;
}
.chuitext {
	text-align: center;
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
.chui01 {
	width: 300px;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size: 70%;	
    border: solid 1px #000000;
}
	
.chuitext {
	text-align: center;
	font-size: 0.6em;
}
	
}
/*ダウンロードフォーム
---------------------------------------------------------------------------*/
.form_back {
padding: 0px 0px 0px 0px;	
background-image: url(../img/form_02.png);
	
}
.form_mei {
width: 700px;
height: 40px;
font-size: 20px;
border: none;
margin: 0px 0px 0px 0px;
padding-left: 0px;	
}
	
.form_mail {
width: 700px;
height: 40px;
font-size: 20px;
border: none;
margin: 10px 0px 0px 0px;	
padding-left: 0px;
}

.form_keta {
width: 500px;
height: 40px;
font-size: 20px;
border: none;
margin: 10px 0px 0px 0px;	
padding-left: 0px;	
}

.form_hito {
width: 700px;
height: 100px;
font-size: 20px;
border: none;
margin: 10px 0px 0px 0px;	
padding-left: 0px;	
}


.form_btn {
	letter-spacing: 3px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	width: 600px;
	height: 100px;
	margin: 0.5em auto ;
	padding: 10px 130px;
	border-radius: 45px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	text-decoration: inherit;
	background: #13ae67;
	box-shadow: 0px 6px 0px #13ae67, 0px 12px 0px rgba(0,0,0,.1);
	transition: color .3s, background .3s, box-shadow .3s, transform .3s;
}
.form_btn:hover {
	background: #96e9e6;
	box-shadow: 0 3px 0 #12978d, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.form_btn:active {
	color: #ddd;
	background: #13ae67;
	box-shadow: 0 0 0 #13ae67, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}

.form-honimg {
    float: left;
    padding: 40px 0px 0px 35px;

}


@media screen and (max-width: 768px) {
.form_back {
background-color: none;
background-image: none;	
padding: 20px 0px 20px 0px;	
margin: 10px;	
	
}

.form_mei {
width: 300px;
height: 30px;
font-size: 20px;
border: none;
margin: 0px 0px 0px 0px;
padding-left: 0px;	
}
	
.form_mail {
width: 300px;
height: 30px;
font-size: 20px;
border: none;
margin: 10px 0px 0px 0px;
padding-left: 0px;
}

.form_keta {
width: 300px;
height: 30px;
font-size: 20px;
border: none;
margin: 10px 0px 0px 0px;	
padding-left: 0px;	
}

.form_hito {
width: 300px;
height: 80px;
font-size: 20px;
border: none;
margin: 10px 0px 0px 0px;
padding-left: 0px;	
}


.form_btn {
	letter-spacing: 3px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	width: 300px;
	height: 100px;
	margin: 1em auto ;
	padding: 10px 0px;
	border-radius: 45px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-decoration: inherit;
	background: #13ae67;
	box-shadow: 0px 6px 0px #13ae67, 0px 12px 0px rgba(0,0,0,.1);
	transition: color .3s, background .3s, box-shadow .3s, transform .3s;
}
.form_btn:hover {
	background: #96e9e6;
	box-shadow: 0 3px 0 #12978d, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.form_btn:active {
	color: #ddd;
	background: #13ae67;
	box-shadow: 0 0 0 #13ae67, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}	
	
}


/*プロフィール
---------------------------------------------------------------------------*/
.proftext {
	text-align: left;
	margin-left: 0px;
}

.profmidashi {
	font-family: '源ノ角ゴシック JP Heavy';
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
    src: url('../font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
    url('../font/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-size: 1.5em;
	line-height: 250%;
	text-align: left;
	 padding: 0.3em 1.2rem;
  border-left: 10px solid #f51a1a;
	
}

.profmidashi02 {
	font-family: '源ノ角ゴシック JP Heavy';
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
    src: url('../font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
    url('../font/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-size: 1.5em;
	line-height: 250%;
	text-align: left;
	 padding: 0.3em 1.2rem;
  border-left: 10px solid #3578c8;
	
}
.profimg {
	text-align: center;
	padding-left: 45px;
	
}
@media screen and (max-width: 768px) {
	
	
.proftext {
	text-align: left;
	margin: 30px 0px 20px 10px;
}
.profmidashi {	
	line-height: 180%;
	font-size: 1.8em;
	
}
	
.profmidashi02 {	
	line-height: 180%;
	font-size: 1.8em;
	
}		
}

.kounyu01 {
	width: 700px;
    padding: 1em 1em;
    margin: 2em 0;
   	font-size: 60%;	
	line-height: 160%;
    border: solid 1px #f51a1a;
	background-color: none;
}

.kounyu02 {
	width: 700px;
    padding: 1em 1em;
    margin: 2em 0;
   	font-size: 60%;	
	line-height: 160%;
    border: solid 1px #3578c8;
	background-color: none;
}

@media screen and (max-width: 768px) {
.kounyu01 {
	width: auto;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size: 70%;	
    border: solid 1px #f51a1a;
}

.kounyu02 {
	width: auto;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size: 70%;	
    border: solid 1px #3578c8;
}	
	
}

/*動画セクション
---------------------------------------------------------------------------*/
.douga_back{
	height: auto;
    background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-color: #FFFFFF;
	text-align: center;
}


/*アンケートセクション
---------------------------------------------------------------------------*/
.ank_back{
	background-color: #ffca5d;
	text-align: center;
}

.ank_text{

}
.obi2 {
  position: relative;
  padding: 1.5rem 2rem;
  border: 4px solid #000;
	font-weight: bold;
	font-size: 1.5em;
}

.obi2:before,
.obi2:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #000;
}

.obi2:before {
  top: 6px;
}

.obi2:after {
  bottom: 6px;
}
@media screen and (max-width: 768px) {
.ank_text{
	height: 150%;
	font-size: 0.8em;
}	
	
	
.obi2 {
	font-size: 1em;
	padding: 0.5rem 1rem;
}
}

/*アンケートボタン
---------------------------------------------------------------------------*/
.ank_back{
	height: auto;
    background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-color: #fcc103;
	text-align: center;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 768px) {

.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
   padding: 1rem 2rem;

}
}