﻿@charset "utf-8";
/* CSS Document */
section[id^="select"] > p {
	font-size: 14px;
	line-height: 2em;
	padding: 30px 20px;
}
section[id^="select"] > h2 {
	font-size: 20px;
	line-height: 2em;
	padding: 30px 20px 0 20px;
	margin: 0 0 30px 0;
	border-bottom: solid 2px #e2883a;
}
h2.bar_t_t03+div {
	font-size: 14px;
	line-height: 1.8em;
	padding: 1em 20px 1em 20px;
	margin: 0 0 30px 0;
	background-color: #f8f0ea;
	color: #000;
}
.Box_item_2 {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.Box_item_2 li {
	float: left;
	flex-basis: 31.3333%;
	margin-bottom: 1.5em;
	text-align: center;
	
	list-style-position: outside;
	list-style-type: none;
	padding: 0px!important;
	margin: 0px 0 2em 1%;
}
.Box_item_2 li .qa {
	list-style-position: outside;
	list-style-type: none;
	margin: 0.5em;
	text-align: left;
	font-size: 0.9em;  
	background-image: url(../img/common/mark_q.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.Box_item_2 li .qa a {
	color: #292929;
	text-decoration: none;
	display:block;
}
.Box_item_2 li .qa a:hover {
	color: #292929;
	text-decoration: underline;
}
.Box_item_2 li .qa a:visited {
		color: #292929;
	text-decoration: none;

}
.Box_item_2 li img {
	
	width: 210px;
	margin: 0 auto;


}
.Box_item_2 li img.logo {
	
	width: 50px;
	


}
.Box_item_2 li img.bnr_camp {
	
	width: 125px;

	
}
.Box_item_2 p {
	padding: 0px!important;
	line-height: 18px;
	margin: 0.5em 1em!important;
	text-align: left;
	font-size: 12px!important;

}
.Box_item_2 .btn_1 {
	text-align: center;
	margin-bottom: 2px;
	
	

}
.Box_item_2 .btn_1 a {
	display: block;
	background-color: #1f7ab7;	
	padding: 5px;
	color:#ffffff;

}
.Box_item_2 .btn_1 a:hover {
	background-color: #2952a3;
	padding: 5px;
	

}
.Nameitem  {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.Nameitem::before  {
	content: "\f0da";
  	font-family: 'Font Awesome 5 Free';
font-weight: 900;
	margin: 0 5px 0 5px;
}

.Box_item_2 .btn {
	/* 文字サイズを1.4emに指定 */
	font-size: 1em;

	/* 背景色を濃い青色に指定 */
	background-color: #fff;
	/* 文字色を白色に指定 */
	color: #606060;
	width: 210px;
	margin-top: 0.5em;
	margin-bottom: 0em;
	border-style: none;
	text-align: center;
	text-decoration: none;

}
.Box_item_2 .btn a {
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	display: block;
	color: #606060;
	border: 1px solid #606060;
	text-decoration: none;
	background-image: url(../img/common/arrow_upp_1.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	background-size: 5% auto;
	border-radius: 5px;
}
.Box_item_2 .btn a:hover {
	background-color: #fff;
	color: #fff!important;
	text-decoration: none;
	border: 1px solid #606060;
	background-image: url(../img/common/arrow_upp_2.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	background-size: 5% auto;
	background-color: #606060;
	

}
blockquote {
    position: relative;
    padding: 10px 12px;
    box-sizing: border-box;
    font-style: normal;
    color: #464646;
    border-left: solid 50px #e2883a;
    background: #fbf4ed;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
font-weight: 900;
    color: #FFF;
    font-size: 22px;
    line-height: 1;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
blockquote a {
   color: #000;
	display: block;
}
 @media screen and (min-width: 499px) { 
	 section.form_info {
		 width: 100%;
		 max-width: 100%;
		 margin: 0 auto;
	 }
	 section.form_info img {
		 width: 96%;
		 height: auto;
	 }
  }
  @media screen and (min-width: 500px) and (max-width: 999px) {
	 section.form_info {
		 max-width: 760px;
	 }
	 section.form_info img {
		 width: 96%;
		 height: auto;
	 }
   
  }
  @media screen and (min-width:1000px) {
	   section.form_info {
		 max-width: 760px;
	 }
      section.form_info img {
		 max-width: 760px;
		 height: auto;
	 }
    
  }
