@charset "utf-8";
html {
	word-wrap: break-word;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 100%;
}
 @media screen and (max-width:640px) {
html {
	font-size: 70%;
}
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style-type: none;
	line-height: 1.2;
	color: #292929;
	text-align: left;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}
 @media screen and (max-width:640px) {
p {
	font-size: 2.2px;
	font-size: 2.2rem;
	line-height: 1.4;
}
}
img {
	width: 100%;
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.info_title {
	background-color: #0885e2;
	color: #fff;
	padding: 5px 0 4px;
	font-weight: bold;
	text-align: center;
}
.txt_cn {
	text-align: center;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.f_red {
	color: #e73828;
}
a:link {
	text-decoration: none;
}
.box {
	margin-bottom: 30px;
}
.btn {
	margin-bottom: 15px;
}
.more {
	width: 95%;
	margin: 10px auto;
}
.open, .close {
	display: block;
	width: 100%;
	margin: 40px auto;
	border-radius: 4px;
	padding: 15px 0;
	text-align: center;
	width: 75%;
	color: #031638;
	border: 2px solid #15286B;
	text-decoration: none;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.open a {
	font-weight: bold;
	color: #15286B;
}
.close {
	display: none !important;
}
#faq {
	margin-bottom: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.question_cont .q {
	background: url(../images/faq_icon.png) no-repeat 10px 33% / 70px;
	font-weight: bold;
	padding: 25px 35px 20px 120px;
	margin: 10px 10px 5px 10px;
	position: relative;
	letter-spacing: -1px;
}
.question_cont .q p {
	color: #00a0e9;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}
.question_cont .q:after {
	content: "";
	background: url(../images/faq_arrow.png) no-repeat;
	background-size: 25px;
	width: 30px;
	height: 25px;
	right: 0px;
	position: absolute;
	background-position: 0% 100%;
	top: 30%;
}
div.ui-state-active.q:after {
	background-position: 0% 0%!important;
}
.question_cont {
	border-bottom: 2px solid #15286b;
}
.question_cont .a {
	padding: 10px 0 0 0px;
	color: #031638;
	font-weight: bold;
	/*border-top:1px dashed #031638;*/
	width: 580px;
	margin: 0 30px 30px;
	line-height: 36px;
	box-sizing: border-box;
}
.faq_title {
	background: repeating-linear-gradient(-30deg, #FDD000 0, #FDD000 4px, #fdd51c 4px, #fdd51c 8px);
	color: #000;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	padding: 15px 0;
	text-align: center;
}
#button_set_bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background: white none repeat scroll 0 0;
	bottom: 0;
	box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.75);
	display: none;
	padding-top: 8px;
	position: fixed;
	width: 640px;
	z-index: 9999;
}
#button_set_bottom a {
	display: block;
	width: 49.5%;
	margin: 0 auto;
    float: left;
}
#button_set_bottom a img {
}
#pagetop {
	padding: 30px 20px 20px 0;
	text-align: right;
}
header {
	padding: 7px 15px 5px;
}
header .logo {
	float: left;
	width: 36% !important;
	margin: 15px 0 0 0;
}
header .tel {
	float: right;
	width: 30% !important;
	margin-top: 7px;
}
.pc{
	display: block;
}
@media screen and (max-width:640px) {
	.pc{
		display: none;
	}
}
/* メールフォーム
**********************************************************************/
input, textarea {
	background: white none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 20px;
	width: 600px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 35px
}
form {
	margin: 0;
	padding: 0;
}
.item_label {
	color: #000000;
	font-weight: bold;
}
.mailform {
	margin: 0 auto 30px;
}
.mailform h2 {
	color: white;
	line-height: 68px;
	padding-left: 25px;
	font-weight: normal;
}
.mailform-in {
	width: 600px;
	margin: 0 auto;
	padding: 0;
}
.submit {
	width: 100%;
	text-align: center;
}
.submitbtn {
	border: 1px solid #de2d88;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	padding: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #ef66ae;
	background: -moz-linear-gradient(top, #ef66ae 0%, #dc3086 100%);
	background: -webkit-linear-gradient(top, #ef66ae 0%, #dc3086 100%);
	background: linear-gradient(to bottom, #ef66ae 0%, #dc3086 100%);
}
/* clearfix
**********************************************************************/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* header
**********************************************************************/
.top-box {
	clear: both;
	margin-bottom: 25px;
}
.title1, .title2 {
	background-color: #FDD000;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-family: "Noto Serif Japanese", serif, san-serif;
	padding: 10px 0 12px;
}
.title1 {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
}
.title2 {
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

 @media screen and (max-width:640px) {
.title2 {
	font-size: 34px;
	font-size: 3.4rem;
}
}
.sub-txt {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.cont1 img {
	display: block;
	width: 583px;
	margin: 0 auto 40px;
}
/* お問合せ
**********************************************************************/


.info {
	width: 90%;
	margin: 0 auto 40px;
}
.info p {
	color: #292929;
	margin-bottom: 10px;
	text-align: center;
	/*font-size:24px;*/
	line-height: 1.4;
}
.info img.cp {
	display: block;
	margin-bottom: 15px;
}
/*スカウトマンにピッタリ！
********************************************/

#failure_story .title2 {
	margin-bottom: 20px;
}
.list1_box {
	position: relative;
	padding: 20px 13px;
}
.list1_box ul {
	width: 80%;
}
.list1_box ul li {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: -0.05em;
}
.list1_box ul li .f_red {
	font-weight: bold;
}
img.ico_check {
	display: inline-block;
	width: 22px;
	margin: 0 5px 0 0;
}
.img-photo1 {
	position: absolute;
	width: 31%;
	top: 0;
	right: 0;
}
.failure_story_img {
	display: block;
	width: 95%;
	margin: 0 auto;
}
/*安心のサポート
********************************************/
.cp_bgpattern05 {
	background-color: #fff;
	background-size: 80px 80px;
	background-image: linear-gradient(rgba(204, 204, 204, .3) 1%, rgba(204, 204, 204, .3) 1%, transparent 1%, transparent 99%, rgba(204, 204, 204, .3) 99%, rgba(204, 204, 204, .3) 100%), linear-gradient(90deg, rgba(204, 204, 204, .3) 1%, rgba(204, 204, 204, .3) 1%, transparent 1%, transparent 99%, rgba(204, 204, 204, .3) 99%, rgba(204, 204, 204, .3) 100%), linear-gradient(transparent, transparent 25%, rgba(204, 204, 204, .3) 25%, rgba(204, 204, 204, .3) 26%, transparent 26%, transparent 50%, rgba(204, 204, 204, .3) 50%, rgba(204, 204, 204, .3) 51%, transparent 51%, transparent 75%, rgba(204, 204, 204, .3) 75%, rgba(204, 204, 204, .3) 76%, transparent 76%, transparent 100%), linear-gradient(90deg, transparent, transparent 25%, rgba(204, 204, 204, .3) 25%, rgba(204, 204, 204, .3) 26%, transparent 26%, transparent 50%, rgba(204, 204, 204, .3) 50%, rgba(204, 204, 204, .3) 51%, transparent 51%, transparent 75%, rgba(204, 204, 204, .3) 75%, rgba(204, 204, 204, .3) 76%, transparent 76%, transparent 100%);
}
.cont3 {
	margin-bottom: 35px;
}
.cont3_in ul {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 25px;
}
.cont3_in ul li .link1{
	font-size: 14px;
    padding-top: 10px;
    display: inline-block;
    text-decoration: underline;
	transition: 0.3s;
}
.cont3_in ul li .link1:hover{
	opacity: 0.8;
}
.cont3_in ul li.no1, .cont3_in ul li.no2, .cont3_in ul li.no3, .cont3_in ul li.no4 {
	padding: 15px 0 0 110px;
	margin: 0 0 40px 0;
	min-height: 100px;
}
.cont3_in ul li.no1 {
	background: url(../images/cont3_no1.png) no-repeat 0 0;
}
.cont3_in ul li.no2 {
	background: url(../images/cont3_no2.png) no-repeat 0 0;
}
.cont3_in ul li.no3 {
	background: url(../images/cont3_no3.png) no-repeat 0 0;
}
.cont3_in ul li.no4 {
	background: url(../images/cont3_no4.png) no-repeat 0 0;
}
.cont3_in ul li p.txt1 {
	color: #15286b;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
 @media screen and (max-width:640px) {
.cont3_in ul li p.txt1 {
	font-size: 30px;
	font-size: 3.0rem;
}
}
/*何をする会社？
********************************************/
.cont4 {
	margin-bottom: 40px
}
.cont4 .txt1 {
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.cont4 .txt1 span {
	text-align: center;
	display: block;
	color: #e73828;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}
.cont4 .txt2 {
	color: #15286b;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.2;
}
.cont4_in {
	width: 90%;
	margin: 0 auto;
}
.cont4 p {
	margin-bottom: 15px;
}
/*スカウトマンの主な一日
********************************************/
.cont5 {
	position: relative;
}
.cont5 .box1 {
	background-color: #e5f5fd;
	overflow: hidden;
	width: 95%;
	margin: 0 auto 25px;
}
.scout_1day_img01 {
	display: block;
	width: 190px;
	position: absolute;
	top: 69px;
	left: 16px;
}
.sp {
	display: none
}
.pc {
	display: block
}
.box1_right {
	width: 65%;
	float: right;
	padding: 0px 5px 0px 0;
}
.cont5 .box1_right p.txt1 {
	color: #15286b;
	font-weight: bold;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 15px 0px 5px 0;
	line-height: 1.4;
}
.cont5 .box1_right p.txt2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 14px;
}
.cont5 .box2 {
	background: url(../images/scout_1day_bg.jpg) no-repeat 0 0 / 100%;
}
.cont5 .box2_in {
	width: 75%;
	margin: 0 auto 30px;
	overflow: hidden;
}
.cont5 .box2_in .fl {
	display: block;
	float: left;
	width: 18%;
}
.cont5 .box2_in .fr {
	display: block;
	float: left;
	width: 80%;
}
.cont5 .box2_in .fr .txt1 {
	color: #15286b;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	border-bottom: 1px solid #15286b;
	padding: 5px 0 0 10px;
	margin: 0 0 15px 0;
}
.cont5 .box2_in .fr .txt2 {
	padding: 0px 0 0 10px;
	text-shadow: 0 0 5px #fff;
	-moz-text-shadow: 0 0 5px #fff;
	-ms-text-shadow: 0 0 5px #fff;
}
 @media screen and (max-width:640px) {
.sp {
	display: block
}
.pc {
	display: none
}
.scout_1day_img01 {
	display: block;
	width: 190px;
	position: absolute;
	top: 73px;
	left: 16px;
}
.cont5 .box2_in {
	width: 80%;
	margin: 0 auto 30px;
	overflow: hidden;
}
.cont5 .box2_in .fr .txt1 {
	font-size: 24px;
	font-size: 2.4rem;
}
.cont5 .box1_right p.txt1 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 9px 0 9px;
	line-height: 1.2;
}
.cont5 .box1_right p.txt2 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.4;
	margin-bottom: 19px;
}
.cont5 .box2_in .fl {
	display: block;
	float: left;
	width: 19%;
}
.cont5 .box2_in .fr {
	width: 75%;
}
}
/*仕事をする事で何が身につくのか？
********************************************/
.cont6 {
}
.cont6_in {
	width: 95%;
	margin: 0 auto 25px;
	overflow: hidden;
}
.cont6_in .fl {
	width: 40%;
	float: left;
	padding: 0 15px;
}
.cont6_in .fr {
	width: 60%;
	float: right;
}
.cont6_in .fl .txt1 {
	background-color: #7fcff4;
	border-radius: 5px;
	padding: 14px 0 10px;
	font-size: 19px;
	font-size: 1.9rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.txt1_plus {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	color: #7fcff4;
}
.cont6_box1 {
	margin-bottom: 45px;
	overflow: hidden;
}
.cont6_box2 {
	position: relative;
	clear: both;
}
.cont6_box2 .txt2 {
	color: #e73828;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	width: 78%;
	line-height: 1.6;
}
 @media screen and (max-width:640px) {
.cont6_box2 .txt2 {
	font-size: 22px;
	font-size: 2.2rem;
}
}
.cont6_box_in {
	padding: 15px 25px;
	border-top: 1px solid #15286b;
	border-bottom: 1px solid #15286b;
}
.cont6_img {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 140px;
}
/*採用後の未来図
********************************************/
.cont7 {
	margin-bottom: 35px;
}
.cont7_in {
	width: 95%;
	margin: 0 auto;
}
.cont7 .txt1, .cont9 .txt1 {
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.cont7 .line_left, .cont9 .line_left {
	display: inline-block;
	transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	font-size: 25px;
}
.cont7 .line_right, .cont9 .line_right {
	display: inline-block;
	font-size: 25px;
}
.cont7_list {
	position: relative;
	margin-bottom: 55px;
}
.cont7_list dt {
	border: 1px solid #00a0e9;
	padding: 12px 15px 8px;
	border-radius: 5px;
	color: #00a0e9;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.cont7_list dd {
	margin: 0 0 15px 0;
}
.cont7_list dd p {
	width: 60%;
}
.cont7_list dd p.sp_w {
	width: 60% !important;
}
 @media screen and (max-width:640px) {
.cont7_list dd p.sp_w {
	width: 100% !important;
}
}
.cont7_img01 {
	display: block;
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.cont7_box {
	position: relative;
}
.cont7_box_in {
	background-color: #e5f5fd;
	padding: 50px 15px 20px;
}
.cont7_box .txt2 {
	position: absolute;
	top: -75px;
	left: 165px;
}
 @media screen and (max-width:640px) {
.cont7_box .txt2 {
	position: absolute;
	top: -85px;
	left: 145px;
}
}
.cont7_box .txt2_in {/* position:relative; background:#15286b; */
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 40px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 27px;
	font-size: 2.7rem;
	background: #15286b;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.cont7_box .txt2_in:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 54%;
	margin-left: -15px;
	border: 8px solid transparent;
	border-top: 15px solid #15286b;
}
.cont7_box .txt3 {
	margin-bottom: 10px;
	color: #e73828;
	font-size: 35px;
	font-size: 3.5rem;
	text-align: center;
	text-shadow: 5px 5px 5px #fff;
	-moz-text-shadow: 5px 5px 5px #fff;
	-ms-text-shadow: 5px 5px 5px #fff;
	font-weight: bold;
}
 @media screen and (max-width:640px) {
.cont7_box .txt3 {
	font-size: 30px;
	font-size: 3.0rem;
}
}
.cont7_box .txt4 {
	padding: 0 10px;
}
/*体験談
********************************************/
.cont8 {
	margin-bottom: 35px;
}
.cont8_in {
	width: 95%;
	margin: 0 auto;
}
.cont8_box {
	margin-bottom: 25px;
}
.cont8_box .top {
	background-color: #e5f5fd;
	padding: 10px;
	border-bottom: 2px solid #15286b;
	overflow: hidden;
	margin: 0 0 15px 0;
}
.cont8_box .top .fl {
	display: block;
	width: 22%;
	float: left;
}
.cont8_box .top .fr {
	display: block;
	width: 77%;
	float: right;
}
.balloon {
	position: relative;
	padding: 10px 10px 0px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 10px;
}
.balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 40px;
	border-right: 15px solid #ccc;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.balloon::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -12px;
	top: 40px;
	border-right: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.cont8_box .top .txt1 {
	display: block;
	background-color: #ff0000;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	width: 80px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	float: left;
}
.cont8_box .top .txt1 .txt1_sub {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}
.cont8_box .top .txt2 {
	display: block;
	float: right;
	font-size: 28px;
	font-size: 2.8rem;
	color: #ff0000;
	width: 80%;
}
.cont8_box .top .txt2 .txt2_sub {
	font-size: 43px;
	font-size: 4.3rem;
	color: #ff0000;
	font-weight: bold;
}
.balloon_txt {
	margin-bottom: 5px;
	overflow: hidden;
}
.cont8_box .top .txt3 {
	display: block;
	margin: 5px 0 0 5px;
}
.cont8_box .txt4 {
	line-height: 1.5;
}
.cont8_box .story {
	margin-bottom: 15px;
}
.cont8_box .story_in {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 5px 25px;
	width: 100%;
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	background: #15286b;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 1.5;
}
.cont8_box .story_in:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 8px solid transparent;
	border-top: 15px solid #15286b;
}
.cont8_box .story_in span {
	display: block;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.cont8_box .fl {
	display: block;
	width: 44%;
	float: left;
}
.cont8_box .fr {
	width: 50%;
	float: right;
}
.cont8_box .fr li {
	overflow: hidden;
	clear: both;
	color: #ff0000;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0 0 15px 0;
}
.cont8_box .fr li .month {
	display: block;
	background-color: #ff0000;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	width: 80px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	float: left;
}
.cont8_box .fr li .money {
	font-size: 43px;
	font-size: 4.3rem;
	font-weight: bold;
	color: #ff0000;
}
.cont8_box .bd {
	border-bottom: 2px solid #15286b;
	padding-bottom: 15px;
}
 @media screen and (max-width:640px) {
.cont8_box .story_in {
	font-size: 31px;
	font-size: 3.1rem;
	letter-spacing: -0.05em;
}
.cont8_box .story_in span {
	font-size: 20px;
	font-size: 2.0rem;
}
.cont8_box .fr li .month {
	padding: 9px 0 0;
	letter-spacing: -0.05em;
}
}
/*お礼のライン
********************************************/
	
.cont9 {
	margin-bottom: 35px;
}
.cont9 .txt1 {
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
 @media screen and (max-width:640px) {
.cont9 .txt1 {
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
 }
.cont10 {
	margin-bottom: 35px;
}
.cont10_box_in {
	background-color: #fff;
	padding: 10px 20px;
}
.cont10_box_in {
}
.title4 {
	background-color: #15286b;
	color: #fff;
	padding: 0;
	text-align: center;
	font-weight: normal;
}
.cont10_box_bd {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.list2_title {
	display: block;
	color: #031638;
	font-weight: bold;
	padding: 3px 0 0 0;
	font-size: 20px;
	font-size: 2.0rem;
}
.cont10_box_bd .list2_txt {
	display: block;
	padding-left: 28%;
	font-size: 20px;
	font-size: 2.0rem;
}
/*応募の流れ
********************************************/
.cont11 {
	margin-bottom: 55px;
}
.cont11_in ul {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 25px;
	color: #3e3a39;
}
.cont11_in {
	width: 95%;
	margin: 0 auto;
	border-left: 4px solid #e0d2b7;
	border-right: 4px solid #e0d2b7;
	border-bottom: 4px solid #e0d2b7;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	background: #f7f6f3 url(../images/cont11_bg.png) no-repeat right bottom / 50%;
}
.cont11_in ul li {
	min-height: 120px;
}
.cont11_in ul li.no1, .cont11_in ul li.no2, .cont11_in ul li.no3, .cont11_in ul li.no4 {
	padding: 15px 0 0 120px;
	margin: 0 0 40px 0;
}
.cont11_in ul li.no1 {
	background: url(../images/cont11_no1.png) no-repeat 0 0;
}
.cont11_in ul li.no2 {
	background: url(../images/cont11_no2.png) no-repeat 0 0;
}
.cont11_in ul li.no3 {
	background: url(../images/cont11_no3.png) no-repeat 0 0;
}
.cont11_in ul li.no4 {
	background: url(../images/cont11_no4.png) no-repeat 0 0;
}
.cont11_in ul li p.txt1 {
	color: #3e3a39;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.2;
	margin: 20px 0 20px 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
/*応紹介担当者経歴
********************************************/
.balloon2 {
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	color: #15286b;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #15286b;
	box-sizing: border-box;
	width: 100%;
}
.balloon2:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.balloon2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #15286b;
	z-index: 1;
}
.balloon2 p {
	color: #15286b;
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
}
 @media screen and (max-width:640px) {
.balloon2 p {
	font-size: 23px;
	font-size: 2.3rem;
}
}
.career {
	padding: 20px 0 0 0;
	position: relative;
}
.career_in {
	margin: 60px auto 0;
	padding: 25px 25px;
	border-left: 4px solid #e0d2b7;
	border-right: 4px solid #e0d2b7;
	border-bottom: 4px solid #e0d2b7;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.career_title {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
}



/* PC閲覧
------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
body {
	width: 640px;
	margin: 0 auto;
	text-align: left;
}
}
.thanks_line_in {
	clear: both;
	width: 95%;
	margin: 0 auto 10px;
	overflow: hidden;
}
.thanks_line_in .fl_l {
	display: block;
	width: 49%;
	float: left;
}
.thanks_line_in .fl_r {
	display: block;
	width: 49%;
	float: right;
}
