@charset "utf-8";

/* CSS Document */
section.fieldtrip_Head {
	background-image: url("../images/kengakuHead.jpg");
	background-size: cover;
    background-repeat: no-repeat;
	width: 100%;
    height: 300px;
}
section.fieldtrip_Head div.text {
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#sect_comment,
#sect_howto {
	max-width: 900px;
	margin: 0 auto;
}

#sect_frtour,
#sect_howto {
	margin-top: -60px;
	padding-top: 120px;
	max-width: 900px;
	margin: 0 auto;
}


.first_comment {
	margin: 0;
}

.first_comment>li {}

.first_comment>li+li {
	padding-top: 3em;
}

.first_comment>li .person_box {
	text-align: center;
}

.first_comment>li .person_box img {
	display: inline-block;
	width: 80px;
}

.first_comment>li .comment_box {
	padding: 3em 2em;
	position: relative;
	text-align: center;
	border-radius: 6px;
	background-color: #eeeeee;
	max-width: 730px;
	margin: 0 auto;
}

.first_comment>li .comment_box:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(0, 153, 255, 0);
	border-top-width: 13px;
	border-bottom-width: 13px;
	border-left-width: 7px;
	border-right-width: 7px;
	margin-left: -7px;
	border-bottom-color: #eeeeee;
	bottom: 100%;
	left: 50%;
}

.first_comment>li .comment_box .message_list {
	display: inline-block;
	text-align: left;
}

.first_comment>li .comment_box .message_list li {
	text-indent: -1.7em;
	margin-left: 1.7em;
	padding-bottom: 0.5em;
	font-size: 1.95rem;
	list-style: none;
}

.first_comment>li .comment_box .message_list li:last-child {
	padding-bottom: 0;
}

.first_comment>li .comment_box .message_list li:before {
	content: "";
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	vertical-align: middle;
	margin-right: 0.5em;
}

.first_comment>li .comment_box .anata_box {
	text-align: center;
	font-size: 1.65rem;
	padding-bottom: 0.75em;
	padding-top: 2em;
	font-weight: bold;
}

.first_comment>li [class^="comm_btn"].arr_down:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

/**色別**/
.first_comment>li.blue_list .comment_box .anata_box {
	color: #229ba0;
}

.first_comment>li.green_list .comment_box .anata_box {
	color: #5bc515;
}

.first_comment>li.blue_list .comment_box .message_list li:before {
	background-image: url("../images/first_check-BLUE.svg");
}

.first_comment>li.green_list .comment_box .message_list li:before {
	background-image: url(../images/first_check-GREEN.svg);
}

.formBG{
	background-color: #fff;
	padding: 3em;
}
.text-center{
	text-align: center;
}
.sr-only {
border: 0;
    clip: rect(0,0,0,0);
    margin: -1px;
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    position: unset;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  height: 33px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}
@media screen and (max-width: 760px) {

	#sect_comment,
	#sect_frtour,
	#sect_howto {
		border: none;
	}

	#sect_frtour,
	#sect_howto {}

	.first_comment {
		margin: 0 auto;
    	width: 90vw;
	}

	.first_comment>li {}

	.first_comment>li+li {
		padding-top: 3em;
	}

	.first_comment>li .person_box {
		text-align: center;
	}

	.first_comment>li .person_box img {
		display: inline-block;
		width: 70px;
	}

	.first_comment>li .comment_box {
		padding: 1em;
	}

	.first_comment>li .comment_box:after {}

	.first_comment>li .comment_box .message_list {
		margin: 0;
	}

	.first_comment>li .comment_box .message_list li {
		padding-bottom: 1em;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.first_comment>li .comment_box .message_list li:last-child {}

	.first_comment>li .comment_box .message_list li:before {}

	.first_comment>li .comment_box .anata_box {
		font-size: 1.4rem;
		text-align: left;
	}

	.first_comment>li [class^="comm_btn"]:after {}

	#sticky_btn .conv_box .btn_box [class^="col_03"]>* {
		width: 100%;
	}

	#sticky_btn [class^="comm_btn"]:after {
		display: block;
	}
	section.fieldtrip_Head {
	background-image: url("../images/kengakuHead_sp.jpg");
	background-size: cover;
    background-repeat: no-repeat;
	width: 100%;
    height: 300px;
}
	.formBG{
		background-color: #fff;
		padding: 2.3em;
}
	.form-control {
		font-size: 14px;
}
}