/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline-block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/*---------------- ▽clearfix▽ ----------------*/
/* clear */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/*---------------- ▽style▽ ----------------*/
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  cursor: pointer;
}


/*---------------- ▽foam reset▽ ----------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
/*  display: none;*/
  appearance: auto;
	width: auto!important;
	
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
/* ==========================================

　大分大学アンケートページ

========================================== */
.BUNDAI_foam_wrap{
	max-width: 870px;
	margin: 50px auto 20px;
}
.BUNDAI_foam_wrap h1{
	font-size: 25px;
    color: #63B95F;
    border-bottom: #48A024 solid 3px;
	margin-bottom: 0.5em;
	line-height: 1.5em;
    font-weight: bold;
}
.BUNDAI_foam_wrap p{
	font-size: 16px;
	line-height: 1.5em;
}
div.wpcf7{
	width: 870px;
	margin: 0 auto 80px;
}
.foam_list{
	font-size: 18px;
    font-weight: bold;
    color: #48A024;
    margin-bottom: 16px;
	padding: 0.5em;/*文字周りの余白*/
	background: #E8FFE6;/*背景色*/
	border-left: solid 5px #48A024;/*左線（実線 太さ 色）*/
	line-height: 1.5em;
}
div.wpcf7 dd{
	margin-bottom: 20px;
}
div.wpcf7 dd.select_content {
	position: relative;
}
div.wpcf7 dd .wpcf7-select{
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	padding: 1em 0.5em;
	border: 1px solid #aaa;
    border-radius: 10px;
	box-sizing: border-box;
}
div.wpcf7 dd.select_content:after{
	content: "▼";
	font-size: 18px;
	color: #aaa;
	position: absolute;
	right:1em;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
div.wpcf7 dd .wpcf7-text{
	font-size: 16px;
	line-height: 1.5em;
	width: 100%!important;
	padding: 1em 0.5em;
	border: 1px solid #aaa;
    border-radius: 10px;
	box-sizing: border-box;
}
div.wpcf7 dd .wpcf7-checkbox span.wpcf7-list-item{
	display: block;
	margin-bottom: 1em;
}
div.wpcf7 dd .wpcf7-checkbox span.wpcf7-list-item>span{
	line-height: 1.5em;
}
div.wpcf7 dd .wpcf7-textarea{
	font-size: 16px;
	line-height: 1.5em;
	width: 100%!important;
	padding: 1em 0.5em;
	border: 1px solid #aaa;
    border-radius: 10px;
	box-sizing: border-box;
}
div.wpcf7 dl>p{
	text-align: center;
}
div.wpcf7 button{
	width: 500px;
}
div.wpcf7 .wpcf7-submit{
	font-size: 24px;
    font-weight: bold;
    background: #48A024;
    padding: 0.5em 2em;
    border-radius: 10px;
	color: #fff;
	border:3px solid #48A024;
}
div.wpcf7 .wpcf7-submit:hover{
	opacity: 0.5;
}

@media only screen and (max-width: 900px) {
	div.wpcf7{
		width: 90%;
	}
	.BUNDAI_foam_wrap{
		width: 90%;
	}
}
@media only screen and (max-width: 620px) {
	div.wpcf7 button{
		width: 100%;
	}
}
