@charset "UTF-8";
/* CSS Document */
/*------------------------------------------

　いわての牛乳月間キャンペーン：共通スタイル

------------------------------------------*/
/*リセット
-----------------------------*/
html,body{
	margin: 0;
	padding: 0;
}
html *{
	box-sizing: border-box;
}
body{
	font-size: 1em;
	min-width: 1000px;
	background-color: #00aae0;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #fd5050;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:736px){
	body{
		min-width: 100%;
	}
}
/* 表示非表示切り替え
-----------------------------*/
/* SP */
@media screen and (max-width:736px) {
	.-u-SpNonePcBlock {
		display: none;
	}
	.-u-SpNonePcinline {
		display: none;
	}
	.-u-PcNoneSpBlock {
		display: block;
	}
	.-u-PcNoneSpinline {
		display: inline;
	}
}
/* PC */
@media print, screen and (min-width:737px) {
	.-u-SpNonePcBlock {
		display: block;
	}
	.-u-SpNonePcinline {
		display: inline;
	}
	.-u-PcNoneSpBlock {
		display: none;
	}
	.-u-PcNoneSpinline {
		display: none;
	}
}

/*header
-----------------------------*/
.header_wrap{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.back_top{
	display: inline-block;
	margin: 0;
}
.back_top a{
	background-color: #fff;
	padding: .3em 1.5em .3em 3em;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	color: #01a0da;
	font-weight: bold;
	font-size: 1.1em;
	background-image: url("../../images/back_top_bg.png");
	background-position: left 1em center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}
.back_top a:hover{
	text-decoration: underline;
}
.back_top_box{
	text-align: center;
}
.header_wrap{
}

.header_img {
	margin: 0;
}
/*1000px以下*/
@media screen and (max-width:1000px) {
	.header_wrap{
		padding: 0 20px;
	}
	.header_img{
		margin: 0 -20px;
		    padding: 0 1em;
	}
}
/*スマホ*/
@media screen and (max-width:736px){
	.header_wrap{
		width:100%;
	}
	.back_top a{
		padding: .5em 1em .5em 2em;
		font-size: 1em;
		background-position: left .51em center;
		background-size: 10px auto;
	}
	.header_wrap .back_top{
		display: none;
	}
}

/*main
-----------------------------*/
main{

}
.main_wrap{
	width: 1000px;
	margin: 0 auto;
}
.main_btn{
	text-align: center;
	margin: 0;
	padding: 0;
}
.main_title+.main_btn{
	text-align: center;
	margin: 0;
	padding: 30px 0 0;
	background: #fff;
	height: 167px;
}
.main_btn a{
	display: inline-block;
	min-width: 70%;
	color: #000;
	background-color: #F9BCD3;
	padding: .8em .5em;
	font-size: 2em;
	font-weight: bold;
	border-radius: 5px;
	    border-bottom: 5px solid #C97695;
	text-decoration: none;
}
.main_btn a:hover{
	background-color: #e383a8;
}
/*スマホ*/
@media screen and (max-width:736px){
	.main_wrap{
		width:100%;
	}
	.main_btn{
		padding:  0 20px;
	}
	.main_btn a{
		min-width: 100%;
		font-size: 1.6em;
	}
}

/*mainvisual
-----------------------------*/
#mainvisual{
}
.main_title,
.main_img{
	margin: 0;
	padding: 0;
}
.main_img{
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}
/*スマホ*/
@media screen and (max-width:736px){
.main_title+.main_btn{
	padding: 10px 40px 0;
	height: 120px;
}
}

/*recipe
-----------------------------*/
#recipe{
/*	background-color: #fff;*/
	padding: 0px 0 50px;
	position: relative;
}
.recipe_btn{
		text-align: center;
	margin: 0;
	padding: 0;
}
.recipe_btn a{
	display: inline-block;
	min-width: 70%;
	color: #fff;
	background-color: rgba(56,181,229,1.00);
	padding: .8em .5em;
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 5px;
	border-bottom: 5px solid rgba(53,122,231,1.00);
	text-decoration: none;
}
.recipe_btn a:hover{
	background-color: rgba(48,163,222,1.00);
}
.recipe_character{
    position: absolute;
    max-width: 170px;
    height: auto;
    top: -80px;
    right: 0px;
}
/*スマホ*/
@media screen and (max-width:736px){
	#recipe{
		padding: 30px 20px;
	}
	.recipe_btn a{
		min-width: 100%;
		font-size: 1.3em;
	}
.recipe_character{
	position: static;
	text-align: center;
	margin: 2em auto 0;
}
}

/*form_box
-----------------------------*/
.form_box{
	background-color: #fff;
	padding: 40px;
	margin: 50px 0;
	margin-top: 0;
	border: 5px solid #333;
	border-radius: 0 0 10px 10px;
}
.form_title{
	background-color: #F9F38C;
	color: #000;
	border-radius: 5px;
	font-size: 1.6em;
	font-weight: bold;
	padding: .3em 1em;
	margin: 0 0 1em;
	text-align: center;
}
/*1000px以下*/
@media screen and (max-width:1000px) {
	.form_box{
		margin: 50px 20px;
	}
}
/*スマホ*/
@media screen and (max-width:736px){
	.form_box{
		margin: 30px 20px;
		padding: 20px;
	}
	.form_title{
		font-size: 1.3em;
	}
}

/*method
-----------------------------*/
#method{
}
.method_text{
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
.method_text strong{
	color: #E14343;
	text-decoration: underline;
}
.method_dl{
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}
.method_dl dt{
	width: 10em;
	margin: 0;
	padding: 1em 0;
	float: left;
	clear: both;
	font-weight: bold;
	color: #000;
}
.method_dl dd{
	width: 100%;
	margin: 0;
	padding: 1em 0 1em 11em;
	border-bottom: 1px solid #ccc;
}
span.red{
	color: #E14343;
}
/*1000px以下*/
@media screen and (max-width:1000px) {
}
/*スマホ*/
@media screen and (max-width:736px){
	.method_text{
		font-size: 1.2em;
		text-align: left;
	}
	.method_dl dt{
		float: none;
		width: 100%;
		padding: 1em 0 .5em;
		display: block;
	}
	.method_dl dd{
		width: 100%;
		padding: 0 0 1em;
		border-bottom: 1px solid #ccc;
		display: block;
	}
}

/*contactbox
-----------------------------*/
.contactbox{
	background-color: #FEF9D1;
	padding: 30px;
	margin: 30px 0 0;
	text-align: center;
	color: #614d40;
	
}
.contactbox address{
	font-style: normal;
}
.contact_name{
	margin: .5em 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
}
.contact_add{
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.contact_tel,
.contact_time{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 .5em;
	padding: 0;
}
.contact_time{
	font-size: 1em;
}
.contact_tel span,
.contact_time span{
	display: inline-block;
	border:1px solid #000;
	padding: .3em 1em;
	margin: 0 .5em 0 0;
	font-size: .8rem;
	vertical-align: middle;
}
.contact_tel img{
	width: 30px;
	height: auto;
	margin: 0 .2em 0 0;
	vertical-align: middle;
}
/*スマホ*/
@media screen and (max-width:736px){
	.contactbox{
		padding: 15px;
	}
	.contact_name{
		font-size: 1.3em;
	}
	.contact_tel,
	.contact_time{
		font-size: 1.2em;
	}
	.contact_time{
		font-size: 1em;
	}
	.contact_tel span,
	.contact_time span{
		margin: 0 0 .3em;
	}
	.contact_tel img{
		width: 15px;
	}
}

/*footer
-----------------------------*/
.footer_wrap{
	width: 1000px;
	margin: 80px auto 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.footer_wrap p{
	margin: 0;
	padding: 0;
}
.copyright{
	font-size: .8em;
}
/*1000px以下*/
@media screen and (max-width:1000px) {
	.footer_wrap{
		padding: 0 20px;
	}
}
/*スマホ*/
@media screen and (max-width:736px){
	.footer_wrap{
		width: 100%;
		margin: 50px auto 20px;
	}
	.footer_wrap{
		display: block;
		text-align: center;
	}
	.footer_wrap p + p{
		margin-top: 1em;
	}
}

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

　クイズ・フォーム　ページ

------------------------------------------*/
/*quiz
-----------------------------*/
.quiz_title{
	background-color: #F9F38C;
	color: #000;
	border-radius: 5px;
	font-size: 2em;
	font-weight: bold;
	padding: .3em 1em;
	margin: 0 0 1em;
	text-align: center;
	background-image: url("../../images/quiz_title_bg01.png"),url("../../images/quiz_title_bg02.png");
	background-size: 80px auto;
	background-repeat: no-repeat;
	background-position: top 5px left 10px, top 5px right 10px;
}
.quiz_title span{
	display: block;
	font-size: .6em;
	font-weight: normal;
}
.hint{
	background-color: #FEF9D1;
	text-align: center;
	padding: 10px 20px;
	font-size: 1.1em;
}
.quizbox{
	border-bottom: #CDE6F0 1px dashed;
	padding: 0 0 1.5em;
}
.quizbox h3{
	color: #00a0d8;
	font-weight: 1.5em;
	padding:.4em 0 .2em 2.5em;
	position: relative;
}
.quizbox h3 span{
	position: absolute;
	top: 0;
	left:0;
	border-radius: 2em;
	padding: .4em .3em;
	background-color: #00a0d8;
	color: #fff;
}

/*画像ありクイズ*/
.quizbox.img_q .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.quizbox.img_q .inner #quiz05array {
	width: 50%;
}
.quizbox.img_q .inner .img_box {
	width: 50%;
}


.img_box2 {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 20px;
}


.radio_btn{
	display: inline-block;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	margin: .3em .5em .3em 0;
	min-width: 32%;
}
.radio_btn input[type="radio"] {
	display: none;
}
.radio_btn label {
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	padding: 1em .8em 1em 2em;
	cursor: pointer;
	background-color: #E6E6E6;
	display: block;
	border-radius: 5px;
	line-height: 1.3em;
}
.radio_btn input[type="radio"] + label:before {
	content: "";
	border: 3px solid #fff;
	width: .8em;
	height: .8em;
	border-radius: .8em;
	position: absolute;
	top: 1em;
	left: .5em;
	background-color: #ffffff;
}
.radio_btn input[type="radio"]:checked + label {
	background-color: #F9F27F;
}
.radio_btn input[type="radio"]:checked + label:before {
	content: "";
	background-color: #CDE6F0;
}

/*画像ありクイズ（ボタン）*/
.img_q .radio_btn {
	display: block;
	min-width: 100%;
}
.img_q .radio_btn label {
	max-width: 290px;
}


.submit_btn{
	text-align: center;
	margin: 30px 0 0;
}
.submit_btn input[type="submit"]{
	background-color: #F9BCD3;
	padding: .8em 1em;
	line-height: 1.5em;
	min-width: 60%;
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
	border-radius: 5px;
}
.submit_btn input[type="submit"]:hover{
	background-color: #e383a8;
}
/*スマホ*/
@media screen and (max-width:736px){
	.quiz_title{
		font-size: 1.5em;
		padding: .3em 55px;
		margin: 0 0 1em;
		background-size: 60px auto;
		background-position: center left -10px, center right -10px;
	}
	.quiz_title span{
		display: block;
		font-size: .6em;
		font-weight: normal;
	}
	.radio_btn{
		min-width: 100%;
	}
	.submit_btn input[type="submit"]{
		width: 100%;
	}
	
	/*画像ありクイズ*/
	.quizbox.img_q .inner #quiz05array {
		width: 100%;
		order: 2;
	}
	.quizbox.img_q .inner .img_box {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}
	/*画像ありクイズ（ボタン）*/
	.img_q .radio_btn label {
		max-width: 100%;
	}
}

/*miss
-----------------------------*/
#miss{
	text-align: center;
}
.miss_title{
	background-image: url("../../images/miss_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 300px auto;
	min-height: 300px;
	padding: 30px 0;
	margin: 0;
	font-size: 4em;
	color: #0050a0;
	line-height: 1.7em;
}
.miss_title span{
	font-size: .4em;
	display: block;
	margin: .5em 0 0;
	line-height: 1.7em;
}
.miss_text{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}
.retry_btn{
	text-align: center;
	margin: 50px 0 0;
	padding: 0;
}
.retry_btn a{
	display: inline-block;
	min-width: 70%;
	color: #000;
    background-color: #F9BCD3;
	padding: .8em .5em;
	font-size: 2em;
	font-weight: bold;
	border-radius: 5px;
	border-bottom: 5px solid #C9768D;
	text-decoration: none;
}
.retry_btn a:hover{
    background-color: #e383a8;
}

#miss .accordion-area{
	margin-top: 5em;
}#miss .box{
	display: block;
	text-align: left;
}
#miss .box .text_box p{
	text-indent: 0;
padding-left: 0;
}
#miss .title::before, #miss .title::after{
display: none;
}

/*スマホ*/
@media screen and (max-width:736px){
	.miss_title{
		background-size: 150px auto;
		background-position: top center;
		min-height: 150px;
		padding: 15px 0;
		margin: 0;
		font-size: 3em;
	}
	.miss_title span{
		font-size: .4em;
	}
	.miss_text{
		font-size: 1.2em;
	}
	.retry_btn{
		padding: 0;
		margin: 30px 0 0;
	}
	.retry_btn a{
		min-width: 100%;
		font-size: 1.6em;
	}
}

/*ouboform
-----------------------------*/
#ouboform{}
.ouboform_title{
	font-weight: bold;
	font-size: 2.8em;
	text-align: center;
	color: #01a0da;
	background-image: url("../../images/ouboform_title_bg01.png"),url("../../images/ouboform_title_bg02.png");
	background-size: 125px auto;
	background-repeat: no-repeat;
	background-position: center left 10px,center right 10px;
	min-height: 97px;
	padding: 30px 130px;
	margin: 0;
}
.center_text{
	text-align: center;
}
#ouboform .form_title{
	margin-top: 50px;
}
.must{
	color: #E14343;
}
.formTable{
	border: #ccc 2px solid;
	width: 100%;
}
.formTable th{
	border: #ccc 1px solid;
	padding: 15px;
	background-color: #F1F1F1;
	background-color: rgba(0,163,155,.1);
	width: 30%;
}
.formTable td{
	border: #ccc 1px solid;
	padding: 15px;
	width: 70%;
}
.formTable input[type="text"],.formTable textarea{
	width: 100%;
	line-height: 1.5em;
	padding: .5em;
	border: #ccc 1px solid;
}
#address1{
	margin: .5em 0;
}
.reset_btn{
	text-align: center;
}
.question_q{
	display: block;
	font-size: 1em;
	margin: 1.5em 0 .5em;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: rgba(0,163,155,.3);
}
tr .question_q:first-child{
	margin-top: 0;
}
.question_a,.question_a_text{
	display: block;
	line-height: 1.7em;
}
.question_a_text{
	margin-top: .5em;
}
.question_a span{
	display: inline-block;
}
/*エラーの追加css*/
table.formTable td .err{
	border: 4px solid #F60;
/*padding: 0.4em 0.1em;*/
}
.attention{
	color: #808080;
}
/*希望賞品一つしかないためinput消す*/
#presentarray input{
	/*display: none;*/
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
	padding: 0;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
	font-size: 1.3rem;
	font-weight: normal;
	padding: 1.5% 3% 1.5% 50px;
	transition: all .5s ease;
	background-color: #00a0d8;
	margin: 0 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    right: 25px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    right: 25px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:3%;
    padding: 3%;
}



/*スマホ*/
@media screen and (max-width:736px){
/*アコーディオンタイトル*/
.title {
	    padding: 6% 10% 6% 3%;
}
.title::before {
    right: 10px;
}
.title::after {
    right: 10px;
}
	.ouboform_title{
		font-size: 1.5em;
		background-image: none;
		min-height: 0;
		padding: 15px 0 0;
		position: relative;
	}
	.ouboform_title::before{
		content: "";
		display: block;
		width: 70px;
		height: 70px;
		background-image: url("../../images/ouboform_title_bg01.png");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		top: -50px;
		left: -15px;
	}
	.ouboform_title::after{
		content: "";
		display: block;
		width: 70px;
		height: 70px;
		background-image: url("../../images/ouboform_title_bg02.png");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		top: -50px;
		right: -15px;
	}
	#ouboform .form_title{
		margin-top: 30px;
	}
	.formTable,
	.formTable tbody,
	.formTable tr,
	.formTable th,
	.formTable td{
		display: block;
		width: 100%;
		text-align: left;
	}
	.formTable tr:first-child th{
		border-top: none;
	}
	.formTable th{
		border-left: none;
		border-right: none;
	}
	.formTable td{
		padding: 15px 15px 30px;
		border: none;
	}
}

/*confirm
-----------------------------*/
.form_back{
	text-align: center;
}
.form_back a{
	min-width: 10em;
	background-color: #F1F1F1;
	border: #ccc 1px solid;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	color: #666;
}
.form_back a:hover{
	background-color: #D7D7D7;
}
.jump_btn a{
    background:url("../../images/jump_bg.png"),#01a0da;
    width: 100%;
    display: block;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    font-size: 1.1rem;
	font-weight: bold;
	border-radius: 5px;
	    min-width: 60%;
	    background-size: 23px;
    background-repeat: no-repeat;
    background-position: right 24px center;
}
.jump_btn a:hover{
    background-color: #0187b1;

}
.thankyou_title{
	font-weight: bold;
	font-size: 2.8em;
	text-align: center;
	color: #01a0da;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
.thankyou_text{
	font-size: 1.2em;
	text-align: center;
	color: #01a0da;
	line-height: 1.7em;
	margin: .3em 0;
	padding: 0;
}

/*ミルクおにのコメント*/
.comment{
	display: flex;
	justify-content: center;
	max-width: 800px;
	margin: 2em auto;
	align-items: center;
}
.img_box{
	width: 20%;
}
.img_box img{
	width: 100%;
}
.text_box {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 1em;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #00a0d8;
  box-sizing: border-box;
	width: 65%;
}

.text_box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.text_box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #00a0d8;
  z-index: 1;
}

.text_box p {
  margin: 0;
  padding: 0;
	line-height: 1.8;
}
.text_box span {
  font-size: 1.25em;
	font-weight: bold;
}
.text_box strong {
  font-size: 1.1em;
	color: rgb(210, 86, 66);
}

/*応募フォーム画面の時のみ*/
.accordion-area .img_box {
	width: 110px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
  border: solid 3px #00a0d8;
}
.accordion-area .img_box img{
width: 100%;
height: auto;
	object-fit: cover;
}
.accordion-area .comment {
	margin: 0em auto;

}
.accordion-area .text_box {
	width: 90%;
	margin: 0em 0 0em 15px;
	font-size: 0.8em;
}
.accordion-area .text_box p{
	text-indent: -4em;
	padding-left: 4em;
}
.quiz{
	color: #00a0d8;
	font-weight: bold;
	padding: .4em 0 .2em 2.5em;
	position: relative;
}
.quiz span {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2em;
	padding: .4em .3em;
	background-color: #00a0d8;
	color: #fff;
}
.answer{
	color: #D33626;
	font-weight: bold;
	padding: .4em 0 .2em 2.5em;
	position: relative;
}
.answer span {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2em;
    padding: .4em .7em;
    background-color: #D33626;
    color: #fff;

}
.flex{
	display: flex;
	align-items: flex-start;
}
.flex img{
	max-width:70px;
	height: auto;
	margin-left:12%;
}
.flex+.answer {
    /*margin-top: -3em;*/

}
/*スマホ*/
@media screen and (max-width:736px){
/*応募フォーム画面の時のみ*/
.accordion-area .img_box {
	width: 100px;
}
	.thankyou_title{
		font-size: 1.7em;
		line-height: 1.3em;
	}
	.thankyou_text{
		font-size: 1.1em;
		text-align: left;
		margin: .5em 0 0;
	}
.jump_btn a{
    background-position: right 10px center;
}
	.comment{
		flex-wrap: wrap;
	}
	.text_box{
		width: 100%;
		margin: 1.5em 0 1.5em 0px;
		order: 1;
	}
	.text_box:before {
		bottom: -24px;
		left: 50%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
		top:auto;
	}

	.text_box:after {
		bottom: -30px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		  border-top: 14px solid #e383a8;
	  z-index: 1;
		top:auto;
	}
	.accordion-area .text_box {
		width: 90%;
		margin: 0;
		font-size: 0.8em;
	}
.accordion-area .text_box p {
     text-indent: 0em; 
     padding-left: 0em; 
}
	.img_box{
		order:2;
	}
	.flex+.answer {
		margin-top: 0em;
	}
}

/*result
-----------------------------*/
.result .back_top_box{
	margin-top: 2em;
}