@charset "utf-8";
html {
	overflow-y: scroll; 
}

body,
html {  
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
	margin: 0;
	padding: 0;
}
	
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:100%;
}


caption {text-align: left;}

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

object,
embed {vertical-align: top;}

h1,
h2,
h3,
h4,
h5,
h6 {font-size: 100%;}

img,
abbr,
acronym,
fieldset {border: 0;}

img{
	vertical-align: bottom;
	line-height: 0;
}

li {list-style-type: none;}
li img{vertical-align: bottom;}
p{
	text-justify: inter-ideograph;
}

a {color: #0a337f; text-decoration:none;}
a:hover{opacity:0.7;}
.underline{text-decoration:underline;}

/* clearfix */
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

/*hr reset*/
hr {
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
.hr01{
	border-bottom:1px #ccc solid;
}

/*font*/
.fs-14{font-size:14px !important;}
.fs-24{font-size:24px !important;}
.fs-30{font-size:30px !important;}
.fs-36{font-size:36px !important;}

.fs-letter{letter-spacing:-0.07em !important;}

.f-center{text-align:center !important;}
.f-left{text-align: left !important;}
.f-right{text-align:right !important;}

.fc-blue{ color:#2396fa; font-weight:700;}

.f-bold{font-weight:700;}

/*margin*/
.mb20{margin:0 0 20px 0;}
.mb40{margin:0 0 40px 0;}
.mb60{margin:0 0 60px 0;}
.mb80{margin:0 0 80px 0;}
.ml40{margin:0 0 0 40px;}

/*padding*/
.ptb120{padding:120px 0;}

/*border-box*/
.boder-b{ box-sizing:border-box;}

/*iphone reset*/
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: 768px) {
	body {
		font-size:4.5vw !important; 
	}
	.img-auto{
		width:100%;
		height:auto;
	}
	.img-50{
		width:50%;
		height:auto;
	}
	.sp-none{display:none;}
	.ib{ display:inline-block;}
	.f-left-sp{text-align: left !important;}
	
	/*font*/
	.fs-24{font-size:4vw !important;}
	.fs-30{font-size:5.5vw !important;}
	.fs-36{font-size:7vw !important;}
	
	/*margin*/
	.mb20{margin:0 0 10px 0;}
	.mb40{margin:0 0 20px 0;}
	.mb60{margin:0 0 30px 0;}
	.mb80{margin:0 0 40px 0;}
	.ml40{margin:20px  0;}

	/*padding*/
	.ptb120{padding:60px 0;}
}

/*====================================
 default 
====================================*/
body {
	background: #fff;
	color: #000;
	font-family: 'Noto Sans JP';
	font-size: 18px;
	font-weight:300;
	line-height: 2;
	text-align: center;
}
#wrap{
  position:relative;
  height:auto;
}
#wrap:before {
    content: "";
    display: block;
}
#wrap section{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.container{
	padding:120px 0;
	position:relative;
}
.flex-bt{
	display: -webkit-flex;
    display: flex; 
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.align-c{
	align-items: center;
}

@media screen and (min-width: 769px) {
	.pc-none{
		display:none;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media screen and (max-width: 768px) {
	#wrap section{
		width:90%;
		margin:0 5%;
	}
	.container{
		padding:60px 0;
	}
	.flex-bt{
		display: block;
	}
}

/*====================================
 HEADER
====================================*/
header{height:70px;}
header h1 img{
	height:70px;
}
.flex-bt-nav{
	display: -webkit-flex;
    display: flex; 
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
header ul{
	display: -webkit-flex;
    display: flex; 
	-webkit-justify-content:start;
    justify-content:start;
}
header li{
	font-size:14px;
	height:70px;
	font-weight:700;
	position:relative;
}
header li:nth-of-type(1){
	text-align:right;
	padding:10px 20px 0 0;
	line-height:1.5;
}
header li a{
	font-size:24px;
	color:#fff;
	background:#2396fa;
	line-height:70px;
	height:100%;
	padding:0 20px;
	display:block;
}
header li a:before{
	content: "";
	display: inline-block;
	position: relative;
	background: url(../images/icon_tel.png) 0 0 no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	padding-left: 8px;
}
@media screen and (max-width: 768px) {
	header{height:60px;}
	header h1 img{
		height:60px;
	}
	header li{
		height:60px;
	}
	header li a{
		font-size:6vw;
		line-height:60px;
		padding:0 10px;
	}
	header li a:before{
		background: url(../images/icon_tel.png) 0 0 no-repeat;
		background-size: 18px 18px;
		width: 18px;
		height: 18px;
		padding-left: 8px;
	}
}

/*====================================
 MAIN
====================================*/
.main{
	padding:80px 0 0 0;
	background:url(../images/main_bg_pc.jpg) no-repeat;
	background-size: cover;
	min-height:800px;
}
@media screen and (max-width: 768px) {
	.main{
		padding:0;
		background:none;
		min-height: auto !important;
	}
	.main h2{
		margin:0;
	}
}

/*====================================
 contents
====================================*/
p{
	font-size:1em;
}

/*H2*/
h2{
	font-size:44px;
	margin:0 0 60px 0;
	text-align:center;
	font-weight:700;
}
h2 span {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #fff100 0%) repeat scroll 0 0;
}
/*H3*/
h3{
	font-size:36px;
	text-align:center;
	font-weight:700;
	color:#005bad;
}

/*btm-bnr*/
.btm-bnr {
	z-index:1000;
	bottom:0;
	left:0;
	width: 100%;
	color:#fff;
	font-weight:700;
	line-height:1.3;
	background:rgba(0,34,64,0.9);
}
.btm-bnr .tel-com{
	font-size:14px;
	text-align:left;
}
.btm-bnr li:nth-child(1){
	background:#fc5130;
	-webkit-box-shadow: #f91a09 0px 5px 0px;
	-moz-box-shadow: #f91a09 0px 5px 0px;
	box-shadow: #f91a09 0px 5px 0px;
}
.btm-bnr li:nth-child(2){
	background:#fba010;
	-webkit-box-shadow: #ef5b05 0px 5px 0px;
	-moz-box-shadow: #ef5b05 0px 5px 0px;
	box-shadow: #ef5b05 0px 5px 0px;
}
.btm-bnr li:nth-child(3){
	background:#2396fa;
	-webkit-box-shadow: #0558f5 0px 5px 0px;
	-moz-box-shadow: #0558f5 0px 5px 0px;
	box-shadow: #0558f5 0px 5px 0px;
}
.btm-bnr li a{
	display:block;
}
.btm-bnr .tel a{
	color:#fff;
}
/*スクロール前*/
.btm-bnr section{
	padding:20px 0 !important;
}
.btm-bnr .tel{
	font-size:48px;
	text-align:left;
	position:relative;
}
.btm-bnr .tel:before{
	content: "";
	display: inline-block;
	position: relative;
	background: url(../images/icon_tel.png) 0 0 no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
	padding-left: 8px;
}
.btm-bnr .tel span{
	font-size:20px;
	margin:0 0 0 1em;
}
.btm-bnr ul{
	margin:15px 0;
}
.btm-bnr li{
	width:48%;
	border-radius:6px;
	position:relative;
	height:100px;
	line-height:75px;
	display: block;
}

/*スクロール後*/
.btm-bnr.is-fixed {
	position: fixed;
}
.btm-bnr.is-fixed section{
	padding:5px 0 15px 0 !important;
}
.btm-bnr.is-fixed .tel{
	font-size:36px;
	text-align:left;
	position:relative;
}
.btm-bnr.is-fixed .tel:before{
	content: "";
	display: inline-block;
	position: relative;
	background: url(../images/icon_tel.png) 0 0 no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	padding-left: 8px;
}
.btm-bnr.is-fixed .tel span{
	font-size:18px;
	margin:0 0 0 1em;
}
.btm-bnr.is-fixed ul{
	margin:5px 0 15px 0;
}
.btm-bnr.is-fixed li{
	width:48%;
	border-radius:6px;
	position:relative;
	height:56px;
	line-height:50px;
	display: block;
}
.btm-bnr.is-fixed li img{
	width:60%;
}

/*staff*/
.staff{
	padding:60px 0 0 0;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#d8dbe4));
	background: -webkit-linear-gradient(#fff, #d8dbe4);
	background: -moz-linear-gradient(#fff, #d8dbe4);
	background: -ms-linear-gradient(#fff, #d8dbe4);
	background: -o-linear-gradient(#fff, #d8dbe4);
	background: linear-gradient(#fff, #d8dbe4);
}

.answer{
	font-size: 30px;
}

/*present*/
.present{
	padding:60px 0;
}

/*about*/
.about{
	padding:40px;
	border-color:rgba(0, 81, 155, 0.3);
	border-style:solid;
	border-width:4px;
}
.about h2{
	margin:0 0 30px 0;
}

/*interview*/
.interview{
	padding:120px 0;
	background:url("../images/interview_bg.webp") no-repeat 0 top #b1dafd;
	background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root #main {
		padding:120px 0;
		background:url(../images/interview_bg.jpg) no-repeat 0 top #b1dafd;
		background-size: contain;
	}
}
.interview li{
	width:50%;
	padding:20px;
	margin:-1px 0 0 -1px;
	border:1px #ddd solid;
	background:#fff;
}
.interview li .number{
	color:#fba010;
	margin:0 0 1em 0;
}
.interview li .number{
	font-size:16px;
	padding:0.5em 1em;
	display:inline-block;
	border:2px #fba010 solid;
	border-radius:6px;
	background:#fff;
}
.interview li h3{
	font-size:24px;
	margin:0 0 20px 0;
	color:#000;
	line-height:1.5;
}
.interview li p{
	font-size:16px;
	text-align:left;
}
.interview li .icon{
	text-align:center;
}
.interview li .icon img{
	width:300px;
}

/*keiei*/
.keiei{
	padding:120px 0 0 0;
	background:url("../images/keiei_bg.webp") no-repeat 0 top #d5eafc;
	background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root #main {
		padding:120px 0 0 0;
		background:url(../images/keiei_bg.jpg) no-repeat 0 top #d5eafc;
		background-size: contain;
	}
}
.keiei li, .risk li{
	width:33.333%;
	padding:20px;
	margin:-1px 0 0 -1px;
	border:1px #ddd solid;
	background:#fff;
}
.keiei li .number{
	color:#fc5130;
	margin:0 0 1em 0;
}
.keiei li .number, .risk li .number{
	font-size:16px;
	padding:0.5em 1em;
	display:inline-block;
	border:2px #fc5130 solid;
	border-radius:6px;
	background:#fff;
}
.keiei li h3{
	font-size:24px;
	margin:0 0 20px 0;
	color:#000;
	line-height:1.5;
}
.keiei li p, .risk li p{
	font-size:16px;
	text-align:left;
}
.keiei li .icon{
	text-align:center;
}
.keiei li .icon img{
	width:80px;
}
/*risk*/
.risk{
	margin:-80px 0 0 0;
	padding:160px 0 120px 0;
	background: rgba(35,116,215,1.00);
}
.risk li .number{
	padding:0.25em 1em;
	border:2px #005bad solid;
}
.risk li h3{
	font-size:28px;
	margin:0 0 20px 0;
	padding:10px 0;
	background:#f2f7fb;
}

/*merit*/
.merit dl{
	text-align:left;
}
.merit dt{
	font-size:28px;
	margin:0 0 40px 0;
	font-weight:700;
	color:#005bad;
}
.merit dt img{
	width:60px;
	margin:0 1em 0 0;
}
.order1{order: 1;}

/*faq*/
.faq{background:#f5f5f5;}
.faq dl{
	padding:40px;
	margin:0 0 40px 0;
	text-align:left;
	background:#fff;
	border:1px #ddd solid;
	border-radius:10px;
}
.faq dt{
	font-size:20px;
	padding:0 0 0.5em 0;
	margin:0 0 0.5em 0;
	font-weight:700;
	color:#005bad;
	border-bottom:1px #005bad solid;
}

/*voice*/
.voice dl{
	padding:40px;
	margin:0 0 40px 0;
	text-align:left;
	background:#fff;
	border:4px #005bad solid;
	border-radius:10px;
}
.voice dt{
	width:20%;
	margin:0 4% 0 0;
	font-size:20px;
	line-height:1.5;
	text-align:center;
	display:block;
	font-weight:700;
	color:#005bad;
}
.voice dd{
	width:76%;
}
.voice dd p{
	border-bottom:1px #aaa dashed;
	display:inline;
}

/*form*/
.contact{ background: url(../images/form_bg.jpg) repeat;}
.form{
	padding:80px 40px;
	background:#fff;
}
.form h3{
	margin:0 0 60px 0;
	color:#000;
}

/*form*/
.form table{
	width:100%;
	text-align:left;
}
.form .flex-bt-form{
	display: -webkit-flex;
    display: flex; 
	-webkit-justify-content: space-between;
    justify-content: space-between;
	align-items: center;
}
.form th, .form td{
	font-weight:300;
	padding:15px 0;
}
.form th{
	font-weight:700;
	width:94%;
}
.form td{ width:70%;}
.form .must, .form .any{
	color:#fc5130;
	font-size:14px;
}
.form .any{
	color:#005bad;
}
input, textarea, select {
	font-size:18px;
	background:#f5f5f5;
	font-family:inherit;
    border: 1px #ccc solid;
    padding: 5px 10px;
}
.plchld::-placeholder {
    color: #999;
}
.plchld::-webkit-input-placeholder {
    color: #999;
}
.plchld:-ms-input-placeholder {
    color: #999;
}
.plchld::-moz-placeholder {
    color: #999;
}
.plchld::-placeholder {
    color: #999;
}
.input-90{ width:90%;}
.select01{
	color:#999;
	width:94%;
}
input#submit_btn {
    padding: 15px 2em;
    font-size: 30px;
    background: #fc5130;
    color: #fff;
    border-style: none;
    font-weight: 700;
}

/*map*/
.map iframe{
	width:100%;
	height:400px;
}
/*company*/
.company table{
	width:800px;
	border-top:1px #ddd solid;
	margin:0 auto;
	text-align:left;
}
.company th, .company td{
	border-bottom:1px #ddd solid;
	padding:20px 0;
	vertical-align:top;
}

/*campaign*/
.campaign{
	padding:0 0 40px 0;
	background-size: contain;
}
.campaign li{
	width:33.333%;
	padding:20px;
	margin:-1px 0 0 -1px;
	border:1px #ddd solid;
	background:#fff;
}
.campaign li .number{
	color:#e6c619;
	margin:0 0 1em 0;
	font-size:16px;
	padding:0.5em 1em;
	display:inline-block;
	border:2px #e6c619 solid;
	border-radius:6px;
	background:#fff;
}
.campaign li h3{
	font-size:24px;
	margin:0 0 20px 0;
	color:#000;
	line-height:1.5;
}
.campaign li p{
	font-size:16px;
	text-align:left;
}
.campaign li .icon{
	text-align:center;
}
.campaign li .icon img{
	width:120px;
}

/*footer*/
footer{
	color:#fff;
	background:#333;
	padding:10px 0 180px 0;
}

/*pagescroll*/
#scrollUp {
    bottom: 0;
    right: 0;
}


/*====================================
 SP版
====================================*/
@media screen and (max-width: 768px) {
	/*H2*/
	h2{
		font-size:7.0vw;
		line-height:1.5;
		margin:0 0 30px 0;
	}
	/*H3*/
	h3{
		font-size:8.5vw;
		line-height:1.5;
	}
	/*btm-bnr*/
	.btm-bnr.is-fixed {
		position: relative;
	}
	.btm-bnr section{
		padding:20px 0 !important;
	}
	.btm-bnr .tel{
		font-size:11vw;
		line-height:0.5;
		text-align: center;
	}
	.btm-bnr .tel:before{
		background: url(../images/icon_tel.png) 0 0 no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
		padding-left: 8px;
	}
	.btm-bnr .tel span, .btm-bnr p{
		font-size:4vw;
		line-height:1.5;
		margin:0;
	}
	.btm-bnr .tel-com{
		font-size:3.5vw;
		text-align: center;
	}
	.btm-bnr ul{
		margin:10px 0;
	}
	.btm-bnr li{
		width:100%;
		height:50px;
		line-height:40px;
		margin:0 0 10px 0;
	}
	.btm-bnr li img{
		width:96%;
	}
	.btm-bnr li:nth-child(1){
		-webkit-box-shadow: #f91a09 0px 3px 0px;
		-moz-box-shadow: #f91a09 0px 3px 0px;
		box-shadow: #f91a09 0px 3px 0px;
	}
	.btm-bnr li:nth-child(2){
		-webkit-box-shadow: #ef5b05 0px 3px 0px;
		-moz-box-shadow: #ef5b05 0px 3px 0px;
		box-shadow: #ef5b05 0px 3px 0px;
	}
	.btm-bnr li:nth-child(3){
		-webkit-box-shadow: #0558f5 0px 3px 0px;
		-moz-box-shadow: #0558f5 0px 3px 0px;
		box-shadow: #0558f5 0px 3px 0px;
	}

	/*staff*/
	.staff{
		padding:60px 0 0 0;
	}
	.answer{
		font-size:6vw;
	}
	/*present*/
	.present{
		padding:30px 0;
	}
	/*about*/
	.about{
		padding:20px 6%;
	}
	.about h2{
		margin:0 0 15px 0;
	}
	.about p{text-align:left;}
	/*interview*/
	.interview{
		padding:60px 0;
	}
	.interview li{
		width:90%;
		padding:15px 5%;
	}
	.interview li .number{
		font-size:4vw;
	}
	.interview li h3{
		font-size:6vw;
		margin:0 0 10px 0;
	}
	.interview li p{
		font-size:4vw;
	}
	/*keiei*/
	.keiei{
		padding:60px 0 0 0;
	}
	.keiei li, .risk li{
		width:90%;
		padding:15px 5%;
	}
	.keiei li .number, .risk li .number{
		font-size:4vw;
	}
	.keiei li h3{
		font-size:6vw;
		margin:0 0 10px 0;
	}
	.keiei li p, .risk li p{
		font-size:4vw;
	}
	/*risk*/
	.risk{
		margin:-40px 0 0 0;
		padding:80px 0 60px 0;
	}
	.risk li h3{
		font-size:7vw;
		margin:0 0 10px 0;
	}
	/*merit*/
	.merit dt{
		font-size:7vw;
		margin:0 0 20px 50px;
		text-indent:-50px;
	}
	.merit dt img{
		width:40px;
		margin:0 10px 0 0;
	}
	/*faq*/
	.faq dl{
		padding:20px 6%;
		margin:0 0 20px 0;
	}
	.faq dt{
		font-size:5vw;
	}
	/*voice*/
	.voice dl{
		padding:20px 6%;
		margin:0 0 20px 0;
	}
	.voice dt{
		width:100%;
		margin:0 0 10px 0;
		font-size:5vw;
	}
	.voice dt img{
		width:120px;
		margin:0 0 10px 0;
	}
	.voice dd{
		width:100%;
	}
	/*form*/
	.form{
		padding:40px 6%;
	}
	.form h3{
		margin:0 0 30px 0;
	}

	/*form*/
	.form th, .form td{
		padding:5px 0;
		display:block;
	}
	.form .flex-bt-form{
		display: -webkit-flex;
		display: flex; 
		-webkit-justify-content:start;
		justify-content:start;
	}
	.form th{
		width:100%;
	}
	.form td{ width:100%;}
	.form .must, .form .any{
		font-size:3.5vw;
		margin:0 0 0 1em;
	}
	input, textarea, select {
		font-size:4.5vw;
	}
	.select01{
		width:98%;
	}
	input#submit_btn {
		padding: 15px 2em;
		font-size: 7.5vw;
	}
	/*form*/
	.formbody th, .formbody td{
		display:block;
	}
	.formbody th{
		width:100%;
		font-size:5vw;
	}
	.formbody .must, .formbody .any{
		font-size:4vw;
	}
	input, textarea, select {
		font-size:4.5vw;
	}
	.input-15, .input-25{ width:35%;}
	.input-50{ width:90%;}
	.input-90{ width:90%;}

	input#search_btn {
		padding: 5px 0;
		margin:10px 0 0 0;
		width:100%;
	}

	input#submit_btn {
		padding: 10px 0;
		width:100%;
		font-size: 6vw;
	}
	/*company*/
	.company table{
		width:100%;
	}
	.company th, .company td{
		display:block;
		padding:10px 0;
	}
	/*campaign*/
	.campaign{
		padding:60px 0 0 0;
	}
	.campaign li{
		width:90%;
		padding:15px 5%;
	}
	.campaign li .number{
		font-size:4vw;
	}
	.campaign li h3{
		font-size:6vw;
		margin:0 0 10px 0;
	}
	.campaign li p{
		font-size:4vw;
	}
	
	/*btm-bnr*/
	.btm-bnr2 {
		position: fixed;
		bottom: 0;
		width: 100%;
		background:rgba(0,0,0,0.5);
	}
	.btm-bnr2 ul{
		display: -webkit-flex;
		display: flex; 
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#scrollUp {
		bottom: 130px;
		right: 0;
	}
	#scrollUp img{
		width:50px;
	}
	
}

.accordion {
	border-bottom: thin solid #E0DBDB;
}
.accordion a {
	display: block;
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	color: rgba(0,0,0,1.00);
	cursor: pointer;
	margin-bottom: 10px;
}
.accordion p {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .1s;
	box-sizing: border-box;
}
.accordion .accordion_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	right: 10px;
}
.accordion .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 3px;
    background-color: rgba(0,0,0,1.00);
}
.accordion .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
.accordion a {
	font-size: 14px;
}
.accordion p {
	font-size: 10px;
}
.accordion .accordion_icon {
	width: 14px;
	height: 14px;
	top: -6px;
	right: 10px;
}
.accordion .accordion_icon span {
	height: 2px;
}
}