@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.pc,nav,.fnavi{
	display:none !important;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
	transition: 1.4s;
	transform: translateY(40px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	margin:0;
	padding:0;
}

img{
	max-width: 100%;
	height: auto;
	border:0;
	border-style:none;
}

a{
	color: #3b5996;
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	width:100%;
	height:100%;
	margin:0;
}

header ul {
	list-style:none;
}

.totop a{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

#wrapper{
	display: block;
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
}
header{
	display: block;
	width: 100%;
	height: 60px;
	background-color: #fff !important;
	margin: 0 auto !important;
	float: left;
	clear: both;
}
main{
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 auto;
	float: left;
	clear: both;
	z-index: 1 !important;
}
main section{
	display: block;
	width: 100%;
	margin: 0 auto 0 auto !important;
	float: left;
	clear: both;
}
footer{
	display: block;
	width: 100%;
	background-color: #015490;
	padding: 0;
	float: left;
	clear: both;
}

#topimg{
	display: block;
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
}
#topimg .slides{
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#secondary #topimg{
	display: block;
	width: 100%;
	height: 125px !important;
    background-color: #ccc;
	float: left;
	clear: both;
	z-index: 1 !important;
}
#secondary #topimg img{
	width: 100%;
    height: 125px !important;
    object-fit: cover !important;
    object-position: top center;
}
.cover_top{
	display: none;
}
.cover_bottom{
	display: none;
}

#logo a{
	display: block;
	width:280px;
	height:auto;
	padding: 0 !important;
	margin:15px 0 0 15px;
	clear: both;
}
#logo img{
	display: block;
	width:280px;
	height:auto;
}

#logo2 a{
	display: block;
	width:70%;
	height:auto;
	padding: 0 !important;
	margin:20px 15% 12px 15%;
	float: left;
	clear: both;
}

.copyright{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 70%;
	margin: 30px 0;
	float: left;
	clear: both;
}

.fnavi2{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}
.fnavi2 li{
	display: inline;
	font-size: 70%;
	line-height: 100%;
	font-weight: 400 !important;
	padding: 0 6px 0 6px;
}
.fnavi2 li a{
	color: #fff;
	text-decoration: none;
	transition-duration: 0.3s;
}
.fnavi li a:hover,.fnavi2 li a:hover{
	color: #fff;
	transition-duration: 0.1s;
}

.business_area{
	display: block;
	position: relative;
	width: 90%;
	background-color: #fff;
	margin: 30px 5% 30px 5% !important;
}
.business_area p strong{
	display:inline-block;
	font-size:22px;
	font-weight: 700;
	color: #005491;
	margin-bottom: 30px;
	float: left;
	clear: both;
}

.business_area ul{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
.business_area ul li{
	display: block;
	width: 48%;
	height: 240px;
	margin: 1% 1% 65px 1%;
	float: left;
}
.business_area ul li img{
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position:top center;
}
.business_area ul li a{
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
	color: #fff;
	font-size: 100%;
	text-align: center;
	font-weight: 400;
	background-color: #29ABE2;
	background-image: url("../images/tri.svg");
	background-size: cover;
	padding: 12px 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
	transition-duration: 0.3s;
}

.business_area ul li a:hover{
	color: #000;
	background-color: #FFE900 !important;
	transition-duration: 0.1s;
}

.totop a{
	display: block;
	position: fixed;
	width: 30px;
	height: 30px;
	background-image: url("../images/totop.svg");
	background-size: cover;
	background-color: #F15A24;
	right: 12px !important;
	bottom: 150px !important;
	z-index: 100;
}
.totop a:hover{
	filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
	transition-duration: 0.1s;
}

.topics_area{
	display: block;
	position: relative;
	width: 90%;
	background-color: #fff;
	margin: 0 5% 50px 5% !important;
	z-index: 10 !important;
	float: left;
	clear: both;
}
.topics_area p strong{
	display:inline-block;
	font-size:22px;
	font-weight: 700;
	color: #005491;
	margin-bottom: 30px;
	float: left;
	clear: both;
}

.topics_area dl{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
.topics_area dl dt{
	display: block;
	width: 100%;
	font-weight: 400;
	float: left;
	clear: both;
}
.topics_area dl dd{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
.topics_area dl hr{
	display: block;
	width: 100%;
	height: 22px;
	border: none;
	border-top: dotted 1px #999;
	margin: 25px 0 0 0;
	float: left;
	clear: both;
}
.topics_area dl dd a{
	color: #000;
}
.topics_area dl dd a:hover{
	text-decoration: none;
}

.topics dt .category1{
	display: inline-block;
	width: 100px;
	font-size: 10px !important;
	line-height: 10px !important;
	text-align: center;
	color: #fff;
	padding: 6px 0 !important;
	margin: 0 0 0 0;
	background-color: #22B574;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}
.topics dt .category2{
	display: inline-block;
	width: 100px;
	font-size: 10px !important;
	line-height: 10px !important;
	text-align: center;
	color: #fff;
	padding: 6px 0 !important;
	margin: 0 0 0 0;
	background-color: #C0272D;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}
.topics dt .category3{
	display: inline-block;
	width: 100px;
	font-size: 10px !important;
	line-height: 10px !important;
	text-align: center;
	color: #000;
	padding: 6px 0 !important;
	margin: 0 0 0 0;
	background-color: #FFCC56;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}
.topics dt .category4{
	display: inline-block;
	width: 100px;
	font-size: 10px !important;
	line-height: 10px !important;
	text-align: center;
	color: #000;
	padding: 6px 0 !important;
	margin: 0 0 0 0;
	background-color: #EAEAEB;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}


.list_link a{
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	font-weight: 400;
	background-image: url("../images/tri2.svg");
	background-size: auto 15px;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 15px 0 15px;
	margin: 8px 0 0 0;
	transition-duration: 0.3s;
	float: right;
}
.list_link a:hover{
	color: #FFA900;
	transition-duration: 0.1s;
}

.contact_area{
	display: block;
	width: 90%;
	color: #fff;
	padding: 15px 5% 50px 5%;
	background-color: #0466AD;
	float: left;
	clear: both;
}
.contact_area p{
	font-size:100%;
}
.contact_area p strong{
	display: block;
	width: 100%;
	font-size:22px;
	font-weight: 700;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.contact_area ul,
.contact_area ul li{
	list-style: none !important;
}
.contact_area .apply a{
	display: block;
	list-style: none !important;
	text-decoration: none;
	text-align: center;
	width:100%;
	color: #fff;
	font-size:20px;
	font-weight: 400;
	line-height: 100% !important;
	background-color: #F05A24;
	padding: 11px 0 13px 0;
	margin: 20px auto 0 auto;
	transition-duration: 0.3s;
}
.contact_area .apply a:hover{
	color: #000;
	background-color: #FFE900 !important;
	transition-duration: 0.1s;
}

#title{
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
}
#secondary #title{
	display: block;
	position: absolute;
	top:60px;
}
#title h2{
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 35px 0 0 0;
	float: left;
	clear: both;
	z-index: 4 !important;
}
#title h2 span{
	display: block;
	width: 100%;
	font-style: italic;
	color: #fff;
	font-size: 10px !important;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 5px 0 0 0;
	float: left;
	clear: both;
}

.contents_area{
	display: block;
}
.contents_area article{
	display: block;
	width: 90%;
	min-height: 300px;
	margin: 30px 5% 80px 5%;
	float: left;
	clear: both;
}

.contents_area article p{
	font-size: 90%;
	line-height: 150%;
	text-align: justify;
	margin-bottom: 20px;
}
.contents_area article h3{
	display: inline-block;
	font-size: 18px;
	line-height: 120%;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 15px;
}
.contents_area article h3::after {
   content:"";
   display:block;
   width:30%;
   height:4px;
   background-color:#005491;
   position:absolute;
   margin: 5px 0 0 0;
}
.contents_area article .sub_h3{
	display: block;
	width:100%;
	margin-top: 30px !important;
	float:left;
	clear:both;
}
.contents_area article h4{
	display: inline-block;
	font-size: 18px;
	line-height: 140%;
	font-weight: 500;
	border-left: solid 6px #015492;
	padding: 1px 0 1px 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.contents_area article .sub_h4{
	display: block;
	width:100%;
	margin-top: 15px !important;
	float:left;
	clear:both;
}

.table01{
	display: table;
	width: 100%;
	font-size: 85%;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
	clear: both;
}
.table01 th{
	display: table-cell;
	width: 30% !important;
	font-weight: 400 !important;;
	padding: 10px 5px;
	margin: 0;
	border: solid 1px #ccc !important;
	background-color: #f5f5f5 !important;
}
.table01 td{
	display: table-cell;
	padding: 10px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
}

.form_area{
	display: table;
	width: 100%;
	max-width:100%;
	margin: 40px 0;
	clear: both;
}

.form_area th{
	display: block;
	width: 100%;
	max-width:100%;
	padding: 20px 0 0 0;
	text-align: left;
	clear: both;
}
.form_area td{
	display: block;
	width: 100%;
	max-width:100%;
	padding-bottom: 15px !important;
}
.form_area th .required{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size:10px;
	background-color: #D90000;
	padding: 1px 12px 2px 12px;
	margin: 0 0 2px 12px;
	vertical-align: bottom;
}

.form_area input{
	width: 90%;
	padding: 5%;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #ccc;
	background-color: #FBFDFF;
}

.form_area textarea{
	width: 90%;
	padding: 5%;
	height: 200px;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 25px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #ccc;
	background-color: #FBFDFF;
}


input::-webkit-input-placeholder{
    color: #999;
}
input::-moz-placeholder{
    color: #999;
}
input:-moz-placeholder{
    color: #999;
}
input::placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder {
  color: #999 !important;
}
input::-ms-input-placeholder {
  color: #999 !important;
}

.agreement{
	display: block;
	font-size: 12px;
	float: left;
	clear: both;
}

.wpcf7 input[type="submit"] {
	display: block;
	width: 200px;
	font-size: 20px;
	padding: 10px 0;
	margin: 0 auto 0 auto;
	background-color: #F5AC33 !important;
	color: #fff;
	cursor: pointer;
	border-style: none;
	clear: both;
}
.wpcf7 input[type="submit"]:active{
	background-color: #FFD413 !important;
}

.policy_area{
	display: block;
	width: calc(100% - 22px);
	height: 200px !important;
	border: solid 1px #999;
	padding: 10px;
	margin-bottom: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.policy_area p{
	font-size: 90% !important;
	line-height: 150% !important;
	margin-bottom: 20px;
}

/* メディアファイルレイアウト */
.alignleft{
	display: inline;
	float:left !important;
	max-width: 45%;
	height: auto;
	margin:0 20px 20px 0;
	clear: none !important;
}

.alignright{
	display: inline;
	float:right !important;
	max-width: 45%;
	height: auto;
	margin:0 0 20px 20px;
	clear: none !important;
}

.aligncenter{
	display:block;
	max-width: 70%;
	height: auto;
	margin:0 auto 20px auto;
	float:none;
	clear:both;
}

aside{
	display: block;
	width: 90%;
	padding: 5%;
	margin-top: 50px;
	background-color: #DAF2FD;
	float: left;
	clear: both;
}

.widget_title{
	display: block;
	width: 100%;
	text-align: center;
	background-color: #29ABE2;
	color: #fff;font-weight: 500;
	font-size: 13px;
	padding: 1px 0 3px 0;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
aside ul{
	display: block;
	list-style: none;
	width: 100%;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
aside ul a{
	color:#000;
}
aside ul a:hover{
	text-decoration: none;
}
aside ul li{
	display: block;
	padding-left: 30px;
	background-image: url("../images/tri.png");
	background-repeat: no-repeat;
	background-position: 7px 3px;
	background-size: auto 18px;
	float: left;
	clear: both;
}
aside ul li a{
	display: block;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.news_area{
	display: block;
	width: 100%;
	min-height: 300px;
	margin: 0 auto 0 auto;
	float: left;
	clear: both;
}
.news_area article{
	display: block;
	width: 90%;
	padding:0;
	margin: 0 5%;
	float: left;
	clear: both;
}

.news_area .contents{
	display: block;
	width: 100%;
	border-bottom: solid 1px #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

.news_area .category1{
	display: inline-block;
	width: 100px;
	font-size: 10px !important;
	line-height: 10px !important;
	text-align: center;
	color: #fff;
	padding: 6px 0 !important;
	margin: 0 0 0 0;
	background-color: #22B574;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}
.news_area .category2{
	display: inline-block;
	width: 100px;
	font-size: 10px !important;
	line-height: 10px !important;
	text-align: center;
	color: #fff;
	padding: 6px 0 !important;
	margin: 0 0 0 0;
	background-color: #C0272D;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}
.news_area .category3{
	display: inline-block;
	width: 100px;
	font-size: 10px !important;
	line-height: 10px !important;
	text-align: center;
	color: #000;
	padding: 6px 0 !important;
	margin: 0 0 0 0;
	background-color: #FFCC56;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}
.news_area .category4{
	display: inline-block;
	width: 100px;
	font-size: 10px !important;
	line-height: 10px !important;
	text-align: center;
	color: #000;
	padding: 6px 0 !important;
	margin: 0 0 0 0;
	background-color: #EAEAEB;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}

.to_list{
	display: block;
	width: 100%;
	text-align: center !important;
	margin: 50px 0 0 0;
	float: left;
	clear: both;
}
.to_list a{
	font-size: 100%;
	color: #000;
}
.to_list a:hover{
	text-decoration: none;
}


.news_area article{
	margin-top: 50px;
}
.news_area article p{
	font-size: 90%;
	line-height: 150%;
	text-align: justify;
	margin-bottom: 20px;
}
.news_area article h3{
	display: block;
	font-size: 110%;
	line-height: 125%;
	font-weight: 500;
	padding: 1px 0 5px 10px;
	margin-top: 10px;
	margin-bottom: 22px;
	border-bottom: solid 1px #000;
	border-left: solid 10px #29AAE2;
}
.news_area .list_title strong a{
	font-size: 110%;
	font-weight: 500;
	color: #000;
}
.news_area .list_title strong a:hover{
	text-decoration: none !important;
}

/* pager */
.pager{
	display:block;
	width:100%;
	height:40px;
	text-align:center;
	font-size:12px;
	margin:30px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #888;
	text-decoration: none;
	border:solid 1px #888;
	padding:0px 6px 3px 6px;
	margin:0 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pager .current{
	border:solid 1px #888;
	background:#888;
	color:#fff;
}

.group_block{
	display:block;
	width:100%;
	border:none;
	border-bottom:solid 1px #333;
	padding-bottom:30px;
	margin-bottom:40px;
	float:left;
	clear:both;
}
.group_block h4{
	border:none !important;
	font-size:130%;
	padding:0 !important;
}
.group_block img{
	display:block;
	width:60%;
	height:auto;
	margin:15px 20% 15px 20%;
	float:none;
	clear:both;
}
.group_block .outline{
	display:block;
	width:100%;
	font-size:90%;
	float:left;
	clear:both;
}
.group_block .outline hr{
	display:block;
	width:100%;
	height:20px;
	border:none;
	border-top:dotted 1px #999;
	float:left;
	clear:both;
}
.group_block .outline strong{
	font-weight:500 !important;
	margin-bottom:3px;
}
.group_block .outline a{
	color:#000;
}
.group_block .outline a:hover{
	text-decoration:none;
}

.bnr_recruit_area{
    display: block;
    width: 90%;
    height: auto;
    margin: 0 5% !important;
    float: left;
    clear: both;
}
.bnr_recruit_area img{
    display: block;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0 !important;
    transition: 0.1s;
    float: left;
    clear: both;
}
.bnr_recruit_area img:hover{
    opacity: 0.5;
    transition: 0.3s;
}

.bnr_recruit_area p strong{
	display:block;
    width: 100%;
	font-size:22px;
    text-align: center !important;
	font-weight: 700;
	color: #005491;
    margin-top: 60px !important;
	margin-bottom: 40px;
	float: left;
	clear: both;
}

.bnr_recruit_area ul{
	display:flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 50px 0 !important;
	clear: both;
}
.bnr_recruit_area ul li{
	display:inline-block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.bnr_recruit_area ul li a{
	display:block;
    width: 100%;
}
.bnr_recruit_area ul li img{
	display: block;
    width: calc(90% - 2px);
    height: auto;
    padding: 0 !important;
    margin: 0 5% !important;
    border: solid 1px #ccc !important;
}


/*20231220*/
.bnr_service5{
	display:flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0 0 !important;
	clear: both;
}
.bnr_service5 li{
	display:inline-block;
    width: 80%;
    margin: 0 10% 25px 10%;
    float: left;
}
.bnr_service5 li a{
	display:block;
    width: 100%;
}
.bnr_service5 li img{
	display: block;
    width: calc(100% - 2px);
    height: auto;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    border: solid 1px #ccc !important;
    transition: 0.1s;
}
.bnr_service5 li img:hover{
    opacity: 0.5;
    transition: 0.3s;
}

.contents_area2 article .block p strong{
	display:block;
    width: 100%;
	font-size:20px;
    line-height: 150%;
    text-align: center;
	font-weight: 700;
	color: #005491;
    margin-top: 0 !important;
	margin-bottom: 40px;
	float: left;
	clear: both;
}
.contents_area2 article .block .lead{
    display: block;
    width: 100%;
	text-align: left !important;
    margin-bottom: 30px !important;
    float: left;
    clear: both;
}
.contents_area2 article .block .lead br{
    display: none !important;
}

.contents_area2 article .block .right_column p strong,
.contents_area2 article .block .left_column p strong{
	display:block;
    width: 100%;
    font-style: italic;
	font-size:20px;
    line-height: 130%;
    text-align: left !important;
	font-weight: 700;
	color: #005491;
    margin-top: 0 !important;
	margin-bottom: 15px !important;
	float: left;
	clear: both;
}

.contents_area2 article .block .right_column,
.contents_area2 article .block .left_column{
	display:block;
    width: 100%;
    padding-bottom: 40px;
    margin: 20px 0 !important;
    border-bottom: solid 1px #ccc;
	float: left;
	clear: both;
}
.contents_area2 article .block .more a{
	display:block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 6px 0 7px 0;
    border: solid 1px #666;
    background-image: url("../images/recruit_tri.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px 12px;
	float: left;
	clear: both;
    transition: 0.3s;
}
.contents_area2 article .block .more a:hover{
    background-color: #28A2D8;
    border: solid 1px #28A2D8;
    color: #fff;
	transition: 0.2s;
}

.contents_area2 article .block .right_column .text{
	display:block;
    width: 100%;
	float: left;
    clear: both;
}
.contents_area2 article .block .left_column .text{
	display:block;
    width: 100%;
	float: left;
    clear: both;
}
.contents_area2 article .block .right_column img{
	display:block;
    width: 80%;
    height: auto;
    margin: 0 10% 15px 10%;
	float: left;
}
.contents_area2 article .block .left_column img{
	display:block;
    width: 80%;
    height: auto;
    margin: 0 10% 15px 10%;
	float: left;
}


.contents_area article .block2 .right_column p strong{
	display:block;
    width: 100%;
	font-size:20px;
    line-height: 130%;
    text-align: left !important;
	font-weight: normal;
	color: #005491;
    margin-top: 20px !important;
	margin-bottom: 20px !important;
    letter-spacing: 0;
	float: left;
	clear: both;
}
.contents_area article .block2 .right_column .name{
	display:block;
    width: 100%;
	font-size:20px;
    line-height: 130%;
    text-align: left !important;
	font-weight: normal;
    color: #666;
	margin-bottom: 5px !important;
    letter-spacing: 0;
	float: left;
	clear: both;
}
.contents_area article .block2 .right_column .year{
    color: #999;
	margin-bottom: 10px !important;
	float: left;
	clear: both;
}
.contents_area article .block2 .right_column .previous{
    color: #999;
	float: left;
	clear: both;
}
.contents_area article .block2 .right_column{
	display:block;
    width: 100%;
    padding-bottom: 40px;
    margin: 20px 0 !important;
    border-bottom: dashed 1px #29AAE2;
	float: left;
	clear: both;
}
.contents_area article .block2 .right_column .text{
	display:block;
    width: 100%;
    text-align: center !important;
	float: left;
    clear: both;
}
.contents_area article .block2 .right_column img{
	display:block;
    width: 80%;
    height: auto;
    margin: 0 10%;
	float: left;
    clear: both;
}
.contents_area article .block2 .more a{
	display:block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 6px 0 7px 0;
    margin-top: 20px !important;
    border: solid 1px #666;
    background-image: url("../images/recruit_tri.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px 12px;
	float: right;
	clear: both;
    transition: 0.3s;
}
.contents_area article .block2 .more a:hover{
    background-color: #28A2D8;
    border: solid 1px #28A2D8;
    color: #fff;
	transition: 0.2s;
}

.contents_area article .block2b .right_column{
	display:block;
    width: 100%;
    padding-bottom: 40px;
    margin: 20px 0 !important;
    border-bottom: none !important;
	float: left;
	clear: both;
}

.contents_area article .block2c p strong{
	display:block;
    width: 100%;
	font-size:20px;
    line-height: 150%;
    text-align: center;
	font-weight: 700;
	color: #005491;
    margin-top: 0 !important;
	margin-bottom: 40px;
	float: left;
	clear: both;
}
.contents_area article .block2c h4{
	display:block;
    width: 100%;
	float: left;
	clear: both;
}

.contents_area article .block2c .right_column,
.contents_area article .block2c .left_column{
	display:block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
	float: left;
	clear: both;
}

.contents_area article .block2c .right_column .text p,
.contents_area article .block2c .left_column .text p{
	font-size: 90% !important;
}
.contents_area article .block2c .right_column .text{
	display:block;
    width: 100%;
    margin: 0 0 0 0 !important;
	float: left;
    clear: both;
}
.contents_area article .block2c .right_column img{
	display:block;
    width: 80% !important;
    height: auto;
    margin: 0 10% 15px 10% !important;
	float: left !important;
    clear: both;
}
.contents_area article .block2c .left_column .text{
	display:block;
    width: 100%;
    margin: 0 0 0 0 !important;
	float: left;
    clear: both;
}
.contents_area article .block2c .left_column img{
	display:block;
    width: 80% !important;
    height: auto;
    margin: 0 10% 15px 10% !important;
	float: left !important;
    clear: both;
}
.contents_area article .block2c .text strong{
	width: initial !important;
    display: inline !important;
    color: initial !important;;
    font-size: 100% !important;
    font-weight: bold !important;
    text-align: initial;
    line-height: initial;
    padding: initial !important;
    margin: initial !important;
    float: none !important;
    clear: none !important;
}
.bnr_recruit2_area img{
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0 !important;
    transition: 0.1s;
    float: left;
    clear: both;
}
.bnr_recruit2_area img:hover{
    opacity: 0.5;
    transition: 0.3s;
}

.lineup_area img{
    max-width: 100%;
    height: auto;
}
.lineup_area h3{
    display: block;
    width: 100%;
    margin: 30px 0 30px 0 !important;
    clear: both !important;
}
.lineup_area p strong{
	display:block;
    width: 100%;
	font-size:20px;
    line-height: 150%;
    text-align: center;
	font-weight: 700;
    letter-spacing: 2px;
	color: #005491;
    margin-top: 0 !important;
	margin-bottom: 25px;
	float: left;
	clear: both;
}
.lineup_area .lead{
	display:block;
    width: 100%;
	font-size:100% !important;
    line-height: 170%;
    text-align: center;
	font-weight: bold;
    letter-spacing: 1px;
	float: left;
	clear: both;
}
.lineup1_img1_area{
	display:block;
    width: 100%;
	margin: 0 auto 50px auto !important;
    float: left
	clear: both;
}
.lineup1_img1_area img{
	display:block;
    width: 90%;
    height: auto;
    margin: 0 10%;
	float: left;
    clear: both;
}
.lineup1_img1_area p{
	display:block;
    width: 100%;
    height: auto;
    text-align: center !important;
    font-size:100% !important;
    line-height: 170%;
	font-weight: bold;
    letter-spacing: 0;
	float: left;
    clear: both;
}

.lineup_area .lead2{
	display:block;
    width: 100%;
	font-size:100%;
    line-height: 170%;
    text-align: center;
	font-weight: bold;
    letter-spacing: 0;
    margin: 0 auto 30px auto !important;
	float: left !important;
	clear: both;
}
.lineup2_img1_area{
	display:block;
    width: 100%;
	margin: 0 auto 10px auto !important;
    float: left;
	clear: both;
}
.lineup2_img1_area img{
	display:block;
    width: 80%;
    height: auto;
    margin: 0 10%;
	float: left;
}
.lineup2_img1_area p{
	display:block;
    width: 100%;
    height: auto;
    font-size:100% !important;
    line-height: 170%;
	font-weight: bold;
    letter-spacing: 0;
	float: left;
    clear: both;
}
.lineup2_img1_area p br{
	display:none;
}


.lineup_caution{
    display:block;
    width: 100%;
    font-size: 80% !important;
    line-height: 150% !important;
    margin: 0 auto !important;
    float: left!important;
    clear: both;
}

.lineup2_block_area{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 !important;
    float: left;
    clear: both;
}
.lineup2_block_area .lineup2_block{
    display: inline-block;
    width: calc(31% - 10px);
    text-align: center !important;
    padding: 5px 5px 10px 5px;
    border: solid 1px #ccc;
    float: left;
}
.lineup2_block_area .lineup2_block img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.lineup2_block_area .lineup2_block p{
    display: inline-block;
    width: auto !important;
    font-size: 80% !important;
    line-height: 160% !important;
    margin: 0 auto !important;
}
.lineup2_block_area .lineup2_block p br{
    display: none !important;
}
.lineup2_bottom_area{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    clear: both;
}
.lineup2_bottom_text1{
    display: inline-block;
    width: 100%;
    font-size: 100% !important;
    margin: 0 auto 15px auto !important;
    float: none;
    clear: both !important;
}
.lineup2_bottom_text2{
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 90%;
    padding: 6px 10px 8px 10px;
    margin: 0 auto 50px auto !important;
    background-color: #EDEDEE;
    float: none;
    clear: both !important;
}
.lineup2_bottom_text2 br{
    display: none !important;
}
.lineup2_lead2{
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    float: left;
    clear: both;
}
.lineup2_lead2 p{
    display: inline-block;
    font-size: 90% !important;
    font-weight: 700;
    margin: 0 auto;
}
.lineup2_lead2 p img{
    width: 60px;
    height: 60px;
    vertical-align: middle !important;
    margin-right: 10px !important;
}
.lineup2_block2_area{
    display: block;
    width: 100%;
    margin: 0 auto;
    float: left;
    clear: both;
}
.lineup2_block2_area img{
    display: block;
    width: 80% !important;
    height: auto;
    margin: 0 10%;
    float: left;
    clear: both;
}
.lineup2_block2_area .text{
    display: block;
    width: 100% !important;
    height: auto;
    text-align: center !important;
    margin: 20px 0 0 0;
    float: left;
    clear: both;
}
.lineup2_block2_area .text .lineup2_block2_name{
    display: inline !important;
    height: auto;
    font-size:30px;
    line-height: 150%;
	font-weight: 700;
    letter-spacing: 1px;
	color: #005491;
}
.lineup2_block2_area .text .price{
    display: inline-block !important;
    height: auto;
    font-size:18px;
    line-height: 150%;
	font-weight: 700;
    letter-spacing: 1px;
}
.lineup2_block2_area .text .price span{
    font-size:30px;
    line-height: 150%;
	font-weight: 700;
    letter-spacing: 1px;
}

.lineup_area .lead3{
	display:block;
    width: 100%;
	font-size:100%;
    line-height: 170%;
    text-align: left;
	font-weight: bold;
    letter-spacing: 0;
    margin: 0 auto !important;
	float: left !important;
	clear: both;
}

.pink_area{
    display: inline-block;
    width: calc(100% - 30px);
    font-size: 100%;
    line-height: 170%;
    padding: 10px 15px 12px 15px;
    margin: 0 auto 15px auto !important;
    background-color: #FFE5FF;
    float: left; 
    clear: both !important;
}
.lineup3_caution{
    font-size: 15px !important;
}
.lineup3_img1_area{
    display: block;
    width: 100%;
    margin: 50px 0 0 0 !important;
    float: left;
    clear: both;
}
.lineup3_img1_area img{
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 0 10% 20px 10%;
}

.lineup3_img3_area{
    display: block;
    width: 100%;
    margin: 0 0 50px 0 !important;
    float: left;
    clear: both;
}
.lineup3_img3_area img{
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 0 10% 20px 10%;
}

.lineup3_img4_area{
    display: block;
    width: 100%;
    margin: 0 0 50px 0 !important;
    float: left;
    clear: both;
}
.lineup3_img4_area img{
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 0 10% 20px 10%;
}
.lineup3_img4_area .text{
    display: block;
    width: 100%;
    font-size: 14px !important;
    float: right;
}
.lineup3_img4_area .text td{
    padding-bottom: 10px;
}
.lineup3_img4_area .text br{
    display: none !important;
}
.lineup3_img5_area{
    display: block;
    width: 100%;
    margin: 0 0 50px 0 !important;
    float: left;
    clear: both;
}
.lineup3_img5_area img{
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 0 10% 20px 10%;
}

.lineup3_table{
	display: table;
	width: 100%;
	font-size: 90% !important;
	line-height: 160%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: solid 1px #666;/*表全体を線で囲う*/
	background-color: #fff;
    float: right;
}
.lineup3_table th{
	display: table-cell;
	width: auto !important;
	font-weight: 400 !important;;
	padding: 8px 10px;
	margin: 0;
	border: solid 1px #666 !important;
	background-color: #EBEBFA !important;
}
.lineup3_table td{
	display: table-cell;
	padding: 8px 10px;
	margin: 0;
	border: solid 1px #666 !important;
}

.lineup4_img1_area img{
	display:block;
    width: 80%;
    height: auto;
    margin: 0 10%;
	float: left;
}
.lineup4_img1_area p{
	display:block;
    width: 100%;
    height: auto;
    font-size:100% !important;
    line-height: 170%;
	font-weight: bold;
    letter-spacing: 0;
	float: left;
    clear: both;
}
.lineup4_img1_area p br{
	display:none;
}
