/* img */
/*---------------------------------------------*/
.inner img {
	width:auto;
}
img.img_bd {
    border: solid 1px #d1d1d1;
}
/* layout */
/*---------------------------------------------*/
@media only screen and (max-width:690px) {
	main .inner {
		padding-left:2.5%;
		padding-right:2.5%;
	}
}

/* header */
/*---------------------------------------------*/
.gnavi_contact2 {
	display:none;
}
.top_contact_sp {
	display:none;
}
header.template_c3 .gnavi_area ul li.main_current a {
    color: #0031b1;
    text-decoration: none;
}

@media only screen and (max-width:1024px) {
	.gnavi_contact2 {
		display:block;
	}
	.top_contact_sp {
		display:block;
	}
}

/* locator */
/*------------------------------------------------*/
#locator {
    font-size: 12px;
    line-height: 1.4;
    padding: 12px 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    margin-bottom: 0;
    width: 100%;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
    margin-top: 85px;
}
#locator li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    position: relative;
}
#locator li:first-child {
    margin-left: 0;
}
#locator li::after {
    content: ">";
    margin-left: 6px;
}
#locator li:last-child::after {
	content:none;
}
#locator li a {
    text-decoration: underline;
}
@media only screen and (max-width:980px) {
	#locator {
    margin-top: 65px;
	}
}
@media only screen and (max-width:690px) {
	#locator {
		font-size: 10px;
    	padding: 8px 0;
	}
}

/* pagetitle */
/*-------------------------------------------------------*/
#pagetitle {
    padding: 50px 0;
	color:#ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#pagetitle.btn_on {
	 padding: 20px 0;
}

.btn_in_title {
	margin-top:10px;
	display:inline-block;
}
.btn_in_title a {
	background: #EC8141;
	color:#ffffff;
	display:block;
	font-size:18px;
	font-weight:bold;
	padding:12px 25px;
	border-radius:5px;
	min-width: 260px;
	text-align: center;
	box-shadow:0px 3px 5px 2px rgba(0,0,0,0.16);
}
.btn_in_title a:hover {
	background:#e59f75;
	text-decoration: none;
}
#pagetitle h1,
#pagetitle p {
	font-size:36px;
	letter-spacing: 0;
	text-align:left;
}

@media only screen and (max-width:1024px) {
	#pagetitle {
    	padding: 30px 0;
	}
	#pagetitle h1,
	#pagetitle p {
		font-size:32px;
	}
}

@media only screen and (max-width:690px) {
	#pagetitle {
    	padding: 25px 0;
	}
	#pagetitle h1.inner {
		font-size:24px;
		padding: 0 3%;
		line-height:1.4;
	}
	
	.btn_in_title a {
		font-size:16px;
		min-width: 200px;
		padding:10px 20px;
	}
	
	
}

/* contents margin top */
/*-------------------------------------------------------*/
.mt_contents {
	margin-top:50px;
}

@media only screen and (max-width:690px) {
	.mt_contents {
		margin-top:30px;
	}
}

/* subtitle */
/*-------------------------------------------------------*/
.catch_txt {
	font-size:36px;
	font-weight: bold;
	color: #2A5288;
	line-height:1.6;
	margin-bottom:40px;
}
.subtitle02 {
	font-size:32px;
	color:#2A5288;
	letter-spacing: 0;
	border-bottom:1px solid #707070;
	line-height:1.4;
	padding-bottom:12px;
	margin-bottom:30px;
}
.subtitle02.flex {
	display:flex;
	align-items: flex-start;
}
.subtitle02 .title_head {
	color:#ffffff;
	background: #2A5288;
	width:120px;
	text-align: center;
	margin-right:20px;
}
.subtitle02 .title {
	width:calc(100% - 140px);
}

.subtitle03 {
	font-size:24px;
	font-weight:bold;
	color:#2A5288;
	line-height:1.4;
	border-left:5px solid #2A5288;
	padding-left:15px;
	margin-bottom:30px;
}
.subtitle04 {
	color:#2A5288;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.subtitle_simple {
	font-size:24px;
	color:#2A5288;
	margin-bottom:10px;
}
.subtitle_simple a {
	color:#2A5288;
}

@media only screen and (max-width:1024px) {
	.catch_txt {
		font-size:30px;
	}
	.subtitle02 {
		font-size:28px;
	}
}

@media only screen and (max-width:690px) {
	.catch_txt {
		font-size:23px;
		margin-bottom:25px;
	}
	.subtitle02 {
		font-size:22px;
		margin-bottom:25px;
	}
	.subtitle02.flex {
		flex-direction: column;
	}
	.subtitle02 .title_head {
		margin-bottom:10px;
	}
	.subtitle02 .title {
		width:100%;
	}
	.subtitle03 {
		font-size:18px;
		padding-left:10px;
		margin-bottom:20px;
	}
	.subtitle04 {
		font-size:16px;
		margin-bottom:15px;
	}
	.subtitle_simple {
		font-size:18px;
	}
}

/* history_title */
/*-------------------------------------------------------*/
.history_subtitle {
	display:flex;
	align-items:flex-start;
	margin-bottom:30px;
}
.history_subtitle .age {
	width:200px;
	background: #2A5288;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	padding:5px;
    margin-right: 20px;
}
.history_subtitle h3 {
	width:calc(100% - 180px);
	margin-left: 0;
	color:#2A5288;
	font-size:24px;
	font-weight:bold;
	letter-spacing: 0;
}

@media only screen and (max-width:690px) {
	.history_subtitle {
		flex-direction:column;
		margin-bottom:20px;
	}
	.history_subtitle .age {
		font-size:20px;
		margin-right: 0;
		margin-bottom:8px;
	}
	.history_subtitle h3 {
		width:100%;
		font-size:20px;
		line-height:1.4;
	}
}

/* btn col1/col2 */
/*-------------------------------------------------------*/
.btn_list1 {
	margin-top:50px;
}
.btn_list2 {
	display:flex;
	justify-content: space-between;
	margin-top:50px;
	width:830px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.btn_list2 li, .btn_list1 li {
	list-style-type:none;
}
.btn_list2 li a, .btn_list1 li a {
    display: block;
    border-radius: 30px;
    border: 0;
    color: #fff;
    padding: 15px 2em 15px 1em;
    font-size: 18px;
	text-align: center;
    font-weight: bold;
    background: #5bafc2;
    background: -webkit-linear-gradient(top, #5bafc2 0%, #5bc0b8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#5bafc2), to(#5bc0b8));
    background: -o-linear-gradient(top, #5bafc2 0%, #5bc0b8 100%);
    background: linear-gradient(to bottom, #5bafc2 0%, #5bc0b8 100%);
    width: 390px;
	position:relative;
}
.btn_list1 li a {
	margin-left:auto;
	margin-right:auto;
}
.btn_list1.left,
.btn_list1.right {
	margin-top:0;
}
.btn_list1.right li {
	text-align:right;
}
.btn_list1.left li a,
.btn_list1.right li a {
	width:300px;
	display:inline-block;
}
.btn_list2 li a:hover, .btn_list1 li a:hover  {
	text-decoration:none;
	opacity:0.7;	
}
.btn_list2 li a::after, .btn_list1 li a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 1.5em;
    -webkit-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
}

@media only screen and (max-width:1024px) {
	.btn_list2 li {
		max-width:48%;	
	}
	.btn_list2 li a {
		max-width:100%;
	}
}

@media only screen and (max-width:690px) {
	.btn_list2 { 
		flex-direction:column;
		margin-top:30px;
	}
	.btn_list2 li {
		max-width:100%;
		margin-bottom:15px;
	}
	.btn_list2 li a {
		margin:0 auto;
		font-size:16px;
	}
	.btn_list1 {
		margin-top:30px;
	}
	.btn_list1 li a {
		max-width: 100%;
		font-size:16px;
	}
	.btn_list1.left li,
	.btn_list1.right li {
		text-align: center;
	}
	.btn_list1.left li a,
	.btn_list1.right li a {
		max-width:100%;
	}
}

/* btn col3 */
/*-------------------------------------------------------*/
.btn_list3 {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.btn_list3 li {
	list-style-type: none;
	width:32%;
	margin-left:2%;
	margin-bottom:10px;
}
.btn_list3 li:nth-child(3n+1) {
	margin-left:0;
}
.btn_list3 li a {
	color:#ffffff;
	background: #2A5288;
	text-align: center;
	display:block;
	border:1px solid #2A5288;
	font-size: 15px;
	padding:15px 0;
}
.btn_list3 li a:hover,
.btn_list3 li.current a {
	background:#ffffff;
	color:#2A5288;
	text-decoration:none;
}

@media only screen and (max-width:1024px) {
	.btn_list3 li a {
		font-size:14px;
	}
}

@media only screen and (max-width:767px) {
	.btn_list3 {
		flex-wrap:wrap;
		margin-bottom:30px;
	}
	.btn_list3 li {
		width:48%;
		margin-left:4%;
	}
	.btn_list3 li:nth-child(3n+1) {
		margin-left:4%;
	}
	.btn_list3 li:nth-child(odd) {
		margin-left:0;
	}
}

@media only screen and (max-width:500px) {
	.btn_list3 {
		flex-direction:column;
	}
	.btn_list3 li {
		width:100%;
		margin-left:auto;
		margin-right: auto;
		margin-bottom:10px;
	}
	.btn_list3 li:nth-child(3n+1) {
		margin-left:auto;
	}
	.btn_list3 li:nth-child(odd) {
		margin-left:auto;
	}
}

/* btn col5 */
/*-------------------------------------------------------*/
.btn_list5 {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.btn_list5 li {
	list-style-type: none;
	width:19%;
	margin-left:1.25%;
	margin-bottom:10px;
}
.btn_list5 li:nth-child(5n+1) {
	margin-left:0;
}
.btn_list5 li a {
	color:#ffffff;
	background: #2A5288;
	text-align: center;
	display:block;
	border:1px solid #2A5288;
	font-size: 15px;
	padding:15px 0;
}
.btn_list5 li a:hover,
.btn_list5 li.current a {
	background:#ffffff;
	color:#2A5288;
	text-decoration:none;
}

@media only screen and (max-width:980px) {
	.btn_list5 li {
		width:23.8%;
		margin-left:1.6%;
	}
	.btn_list5 li:nth-child(5n+1) {
		margin-left:1.6%;
	}
	.btn_list5 li:nth-child(4n+1) {
		margin-left:0;
	}
}

@media only screen and (max-width:767px) {
	.btn_list5 {
		margin-bottom: 30px;
	}
	.btn_list5 li {
		width:32%;
		margin-left:2%;
	}
	.btn_list5 li:nth-child(4n+1) {
		margin-left:2%;
	}
	.btn_list5 li:nth-child(3n+1) {
		margin-left:0;
	}
}

@media only screen and (max-width:550px) {
	.btn_list5 li {
		width:49%;
		margin-left:2%;
		font-size:14px;
	}
	.btn_list5 li:nth-child(3n+1) {
		margin-left:2%;
	}
	.btn_list5 li:nth-child(odd) {
		margin-left:0;
	}
	.btn_list5 li a {
		font-size:14px;	
	}
}

/* btn exclusive */
/*-------------------------------------------------------*/
.btn_exclusive a {
	color:#ffffff;
	font-size:20px;
	line-height:1.4;
	font-weight:bold;
	background: #293A45;
	text-align: center;
	display:block;
	width:420px;
	max-width:100%;
	padding:15px 0;
	margin-left:auto;
	margin-right:auto;
}
.btn_exclusive a:hover {
	opacity:0.7;
	text-decoration:none;
}

@media only screen and (max-width:690px) {
	.btn_exclusive a {
		font-size:16px;
	}
}

/* border box */
/*-------------------------------------------------------*/
.border_gray {
	border:1px solid #707070;
	padding:20px;
}
.border_gray h3 {
	font-size:24px;
	color:#2A5288;
	letter-spacing: 0;
	margin-bottom: 15px;
}

@media only screen and (max-width:690px) {
	.border_gray {
		padding:20px 3%;
	}
	.border_gray h3 {
		font-size:18px;
	}
}

/* box2_01 (2column box) */
/*-------------------------------------------------------*/
.box2_01 {
	display:flex;
	justify-content: space-between;
}
.box2_01 figure {
	width:400px;
}
.box2_01 .txt {
	width:calc(100% - 430px);
}

@media only screen and (max-width:1024px) {
	.box2_01 figure {
		width:35%;
	}
	.box2_01 .txt {
		width:62%;
	}
}

@media only screen and (max-width:690px) { 
	.box2_01 { 
		flex-direction: column-reverse;
	}
	.box2_01 figure {
		width:100%;
		margin-bottom:15px;
	}
	.box2_01 .txt {
		width:100%;
	}
}

/* box2_02 (2column box) */
/*-------------------------------------------------------*/
.box2_02 {
	display:flex;
	justify-content: space-between;
}
.box2_02 figure {
	width:500px;
}
.box2_02 .txt {
	width:calc(100% - 530px);
}

@media only screen and (max-width:1024px) {
	.box2_02 figure {
		width:40%;
	}
	.box2_02 .txt {
		width:58%;
	}
}

@media only screen and (max-width:690px) { 
	.box2_02 { 
		flex-direction: column-reverse;
	}
	.box2_02 figure {
		width:100%;
		margin-bottom:15px;
	}
	.box2_02 .txt {
		width:100%;
	}
}

/* box2_03 (2column box) */
/*-------------------------------------------------------*/
.box2_03 {
	display:flex;
	justify-content: space-between;
}
.box2_03 figure {
	width:400px;
}
.box2_03 .txt {
	width:calc(100% - 430px);
}

@media only screen and (max-width:1024px) {
	.box2_03 figure {
		width:35%;
	}
	.box2_03 .txt {
		width:62%;
	}
}

@media only screen and (max-width:690px) { 
	.box2_03 { 
		flex-direction: column;
	}
	.box2_03 figure {
		width:100%;
		margin-bottom:15px;
	}
	.box2_03 .txt {
		width:100%;
	}
}

/* box2_04 (2column box) */
/*-------------------------------------------------------*/
.box2_04 {
	display:flex;
	justify-content: space-between;
}
.box2_04 figure {
	width:400px;
}
.box2_04 .txt {
	width:calc(100% - 430px);
}

@media only screen and (max-width:1024px) {
	.box2_04 figure {
		width:40%;
	}
	.box2_04 .txt {
		width:58%;
	}
}

@media only screen and (max-width:690px) { 
	.box2_04 { 
		flex-direction: column;
	}
	.box2_04 figure {
		width:100%;
		margin-top:15px;
	}
	.box2_04 .txt {
		width:100%;
	}
}
/*FLEXBOX*/
.box2_01 .fl{
	width: 430px;
}
.fl{
	display: flex;
	align-items: center;
}
.fl .col{
	flex: 1;
}
@media only screen and (max-width:690px) {
	.box2_01 .fl{
		width: 100%;
	}
}


/* box2_05 (2column box) */
/*-------------------------------------------------------*/
.box2_05 {
	display:flex;
}
.box2_05 > div {
	width:50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
.box2_05 > div p {
	font-size:18px;
	font-weight:bold;
	color: #2A5288;
	margin-bottom:30px;
}

@media only screen and (max-width:1200px) { 
	.box2_05 > div p {
		font-size:16px;
	}
}

@media only screen and (max-width:690px) { 
	.box2_05 {
		flex-direction:column;
	}
	.box2_05 > div p {
		margin-bottom:15px;
	}
	.box2_05 > div p.sp_zoom {
		font-size:14px;
		color:#333333;
		font-weight:normal;
		margin-bottom:5px;
		text-align: left;
	}
	.box2_05 > div {
		width:100%;
		margin-bottom:30px;
	}
}

/* box2_06 (2column box) */
/*-------------------------------------------------------*/
.box2_06 {
	display:flex;
	justify-content: space-between;
}
.box2_06 > div {
	width:48%;
	border:1px solid #707070;
	padding:20px;
}
.box2_06 > div h3 {
	font-size:24px;
	font-weight:bold;
	color:#2A5288;
	margin-bottom:15px;
}
.box2_06 > div ul li {
	margin-left:1.5em;
	font-size:20px;
}

@media only screen and (max-width:1024px) { 
	.box2_06 > div {
		padding:15px 2%;
	}
	.box2_06 > div ul li {
		font-size:18px;
	}
}

@media only screen and (max-width:690px) {
	.box2_06 {
		flex-direction:column;
	}
	.box2_06 > div {
		width:100%;
		margin-bottom:15px;
		padding:15px 4%;
	}
	.box2_06 > div h3 { 
		font-size:20px;
		margin-bottom:10px;
	}
	.box2_06 > div ul li {
		font-size:16px;
	}
}

/* box2_07 (2column box) */
/*-------------------------------------------------------*/
.box2_07 {
	display:flex;
	justify-content: space-between;
}
.box2_07 > div {
	width:48%;
}
.box2_07 > div figure {
	margin-bottom:10px;
}

@media only screen and (max-width:600px) { 
	.box2_07 {
		flex-direction:column;	
	}
	.box2_07 > div {
		width:100%;
		margin-bottom:30px;
	}
}

/* download.html (box4_01 etc..) */
/*-------------------------------------------------------*/
.download_box01 {
	display:flex;
	justify-content: space-between;
}
.download_box01 > div {
	width:47.5%;
}
.download_box01_in {
	display:flex;
	justify-content: space-between;
}
.download_box01_in > figure {
	width:180px;
}
.download_box01_in > .txt {
	width:calc(100% - 200px);
}
.tag_new {
	display:inline-block;
	font-weight:bold;
	background:#9D1212;
	color:#ffffff;
	padding:2px 12px;
	margin-bottom:15px;
}
.tag_pickup {
	display:inline-block;
	font-weight:bold;
	background:#00D20E;
	color:#ffffff;
	padding:2px 12px;
	margin-bottom:15px;
}
.box4_01 {
	display:flex;
	border-bottom:1px dotted #707070;
	padding-bottom:30px;
}
.box4_01 > div {
	width:23.8%;
	margin-left:1.6%;
}
.box4_01 > div:first-child {
	margin-left:0;
}
.box4_01 > div figure {
	margin-bottom:10px;
}
.dl_subtitle03 {
	font-size:22px;
	font-weight:bold;
	letter-spacing: 0;
	color:#005AAA;
	margin-bottom:15px;
}
.dl_subtitle04 {
	font-size:18px;
	color:#005AAA;
	letter-spacing: 0;
}
.dl_subtitle04 span {
	color:#ffffff;
	background:#9D1212;
	font-size:15px;
	padding:3px 10px;
	display:inline-block;
	margin-right:15px;
}
.btn_dl {
	margin-top:16px;
}
.btn_dl a {
	text-align: center;
	display:block;
	color:#ffffff;
	background: #293A45;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
}
.btn_dl a:hover {
	opacity:0.7;
	text-decoration:none;
}

@media only screen and (max-width:1024px) { 
	.dl_subtitle04 {
		font-size:16px;
	}
}

@media only screen and (max-width:768px) { 
	.download_box01 {
		flex-direction:column;
	}
	.download_box01 > div {
		width:100%;
		margin-bottom:30px;
	}
	.box4_01 {
		flex-wrap:wrap;
	}
	.box4_01 > div {
		width:48%;
		margin-left:4%;
		margin-bottom:30px;
	}
	.box4_01 > div:nth-child(odd) {
		margin-left:0;
	}
}

@media only screen and (max-width:450px) {
	.dl_subtitle03 {
		font-size:18px;
	}
	.download_box01_in {
		flex-direction:column;
	}
	.download_box01_in > figure {
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
	}
	.download_box01_in > .txt {
		width:100%;
	}
	.box4_01 {
		flex-direction:column;
		padding-bottom:1px;
	}
	.box4_01 > div {
		width:100%;
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
	}
	.box4_01 > div:nth-child(odd) {
		margin-left:auto;
	}
}

/* photoswipe sp only */
/*-------------------------------------------------------*/
.zoom a {
	pointer-events: none;
}
.sp_zoom {
	display:none;
}

@media only screen and (max-width:690px) { 
	.zoom a {
		pointer-events:inherit;
	}
	.sp_zoom {
		display:block;
		margin-bottom:5px;
	}
}

/* our_weill.html */
/*-------------------------------------------------------*/
.our_will_bg {
	background-position:center top;
	background-size:cover;
}
.our_will_top {
	padding:130px 24px;
}
.our_will_box3 {
	display:flex;
	margin-bottom:60px;
	margin-top:-100px;
}
.our_will_box3 > div {
	width:32%;
	margin-left:2%;
	border:1px solid #cccccc;
	padding:12px 12px 40px;
	position:relative;
	background: #ffffff;
}
.our_will_box3 > div:first-child {
	margin-left:0;
}
.our_will_box3 > div h3 {
	margin-bottom:8px;
}
.our_will_box3 > div .link_arr {
	position:absolute;
	right:12px;
	bottom:12px;
}
.our_will_box3 > div .link_arr a {
	color:#2A5288;
}
.our_will_box3 > div .link_arr::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-size: 14px;
    padding-right: 3px;
    position: relative;
    text-decoration: none;
	color:#2A5288;
}
.person_col2 {
	display:flex;
	justify-content: space-between;
	border:1px solid #cccccc;
	padding:20px 20px 10px;
	width: 100%;
	position:relative;
}
.person_col2::before {
	content:"";
	width:1px;
	height:calc(100% - 40px);
	position: absolute;
	top:20px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	border-left:2px dotted #dddddd;
}
.person_col2 > div {
	width:48%;
}
.person_col2 > div figure {
	width:200px;
	height:auto;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
.person_name {
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}

@media only screen and (max-width:980px) {
	.our_will_top {
		padding:80px 24px 130px;
	}
	.person_col2 {
		flex-direction:column;
	}
	.person_col2::before {
		content:none;
	}
	.person_col2 > div {
		width:100%;
	}
	.person_col2 > div:first-child {
		margin-bottom:20px;
		border-bottom:2px dotted #dddddd;
	}	
	.person_col2 > div:first-child figure {
		margin-bottom:20px;
	}
}

@media only screen and (max-width:767px) { 
	.our_will_box3 {
		flex-wrap:wrap;
		justify-content: center;
		margin-bottom:30px;
	}
	.our_will_box3 > div {
		width:48%;
		margin-left:4%;
		margin-bottom:20px;
	}
	.our_will_box3 > div:nth-child(odd) {
		margin-left:0;
	}
}

@media only screen and (max-width:690px) { 
	.person_col2 {
		padding:20px 3% 1px;
	}
	.person_col2 > div figure {
		width:35%;
		margin-right:15px;
		margin-bottom:10px;
	}
	.person_name {
		font-size:20px;
	}
	.person_col2 > div figure {
		margin-bottom:20px;
	}
}

@media only screen and (max-width:500px) { 
	.our_will_top {
		padding:40px 2.5% 130px;
	}
	.our_will_box3 {
		margin-bottom:20px;
	}
	.our_will_box3 > div {
		width:100%;
		margin-left:0;
	}
}

/* reason.html */
/*-------------------------------------------------------*/
.reason_box01_wrap {
	background:#F5F4F2;
	padding:40px 0;
}
.reason_box01 figure {
	float:right;
	width:400px;
	margin-left:20px;
	margin-bottom:10px;
}
.reason_box02 figure {
	float:left;
	width:400px;
	margin-right:20px;
	margin-bottom:10px;
}
.reason_subtitle {
	width:calc(100% - 420px);
	border-bottom:2px solid #2A5288;
	margin-bottom:20px;
	display:flex;
}
.reason_box01 .reason_subtitle {
	float:left;
}
.reason_box02 .reason_subtitle {
	float:right;
}
.reason_subtitle .reason_num {
	padding:10px 0;
	width:90px;
	color:#ffffff;
	background:#2A5288;
	font-size:22px;
	font-weight:bold;
	display:flex;
	align-items: center;
	justify-content: center;
}
.reason_subtitle h2 {
	color:#2A5288;
	text-align: left;
	width:calc(100% - 90px);
	padding:10px 0 10px 20px;
	font-size:22px;
}

@media only screen and (max-width:1024px) { 
	.reason_box01 figure,
	.reason_box02 figure {
		width:38%;		
	}
	.reason_subtitle {
		width:calc(62% - 20px);
	}
}

@media only screen and (max-width:690px) { 
	.reason_box01 figure,
	.reason_box02 figure {
		float:none;
		max-width:400px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
	}
	.reason_box01 .reason_subtitle,
	.reason_box02 .reason_subtitle {
		float:none;
		width:100%;
	}
	.reason_subtitle .reason_num {
		font-size:16px;
		width:60px;
	}
	.reason_subtitle h2 {
		width:calc(100% - 60px);
		padding-left:10px;
		font-size:16px;
	}
}

/* service.html */
/*-------------------------------------------------------*/
.service_top {
	padding:60px 16px 0;
}
.service_range {
	display:flex;
	flex-wrap:wrap;
}
.service_range > div {
	width:23.2%;
	margin-left:2.4%;
	margin-bottom:25px;
	padding:16px 16px 32px;
	border:1px solid #707070;
	border-radius:15px;
}
.service_range > div:first-child {
	margin-left:0;
	width:48.8%;
}
.service_range > div:nth-child(4) {
	margin-left:0;
}

/*
.service_range > div:last-child {
	background: #E5FFD8;
}
*/

.service_range .color_y {
	background: #FFFFDF;	
}


.service_range > div h3 {
	font-size:18px;
	color:#005AAA;
	line-height:1.4;
	margin-bottom:20px;
}
.service_list li {
	margin-left:1.5em;
}
.service_list2 {
	display:flex;
	flex-wrap:wrap;
}
.service_list2 li {
	width:calc(50% - 1.5em);
	margin-left:1.5em;
}

@media only screen and (max-width:768px) { 
	.service_range > div {
		width:48.5%;
		margin-left:3%;
		margin-bottom:20px;
		padding:16px 16px 32px;
	}
	.service_range > div:first-child {
		margin-left:0;
		width:100%;
	}
	.service_range > div:nth-child(even) {
		margin-left:0;
	}
	.service_range > div h3 {
		margin-bottom:12px;
	}
}

@media only screen and (max-width:690px) { 
	.service_top {
		padding:30px 8px 0;
	}
}

@media only screen and (max-width:450px) { 
	.service_range {
		flex-direction:column;
	}
	.service_range > div {
		width:100%;
		margin-left:0;
		margin-bottom:15px;
		padding:12px 3% 18px;
	}
	.service_range > div:last-child {
		margin-bottom:0;
	}
}

/* interview.html */
/*----------------------------------------------------------*/
.interview_box {
	border-bottom:1px dotted #dddddd;
}
.interview_box figure {
	float:left;
	width:400px;
	margin-right:20px;
	margin-bottom:40px;
}
.interview_subtitle {
	width:calc(100% - 420px);
	margin-bottom:15px;
}
.interview_box .interview_subtitle {
	float:right;
}
.interview_subtitle h2 {
	color:#2A5288;
	text-align: left;
	font-size:24px;
}
.interview_catch {
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
}

@media only screen and (max-width:1024px) { 
	.interview_box figure {
		width:38%;		
	}
	.interview_subtitle {
		width:calc(62% - 20px);
	}
}

@media only screen and (max-width:690px) { 
	.interview_box figure {
		float:none;
		max-width:400px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
	}
	.interview_box .interview_subtitle {
		float:none;
		width:100%;
	}
	.interview_catch {
		font-size:18px;
	}
}

/* interview.html 下層 */
/*----------------------------------------------------------*/
.company_data {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:20px;
}
.company_data figure.logo {
	width:240px;
	margin-right:0;
	margin-left:auto;
	display:block;
}
.company_data .data {
	width:calc(100% - 240px);
	display:flex;
}
.company_data .data dl {
	display:flex;
	flex-grow:1;
}
.company_data .data dl dt {
	color:#ffffff;
	background: #2A5288;
	padding:5px 0;
	width:100px;
	font-weight: bold;
	margin-right:15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company_data .data dl dd {
	padding:5px 0;	
}
.interview_box3 {
	display:flex;
}
.interview_box3 > div {
	width:32%;
	margin-left:2%;
	border:1px solid #cccccc;
	padding:20px;
}
.interview_box3 > div:first-child {
	margin-left:0;
}
.baloon {
	border-radius:50%;
	background: #E9F0F4;
	height:60px;
	display:flex;
	align-items: center;
	justify-content: center;
	color:#2A5288;
	font-weight:bold;
	width:240px;
	margin-bottom:40px;
	margin-right: auto;
	margin-left: auto;
	position:relative;	
}
.baloon::before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #E9F0F4 transparent transparent transparent;
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	bottom:-20px;
}
.border_t_dot {
	border-top:1px dotted #cccccc;
	padding-top:30px;
	margin-top:40px;
}
.interview_related {
	background: #F5F4F2;
	padding:20px 20px 30px;
}
.interview_related_in {
	display:flex;
}
.interview_related_in > div {
	width:32%;
	margin-left:2%;
}
.interview_related_in > div:first-child {
	margin-left:0;
}
.interview_related_in > div h3 {
	font-size:18px;
	color:#2A5288;
	margin-top:10px;
}

@media only screen and (max-width:900px) {
	.company_data .data {
		flex-wrap:wrap;
	}
	.company_data .data dl {
		width:50%;
		flex-grow:auto;
		margin:5px 0;
	}
	.interview_box3 {
		flex-wrap:wrap;
		justify-content: center;
	}
	.interview_box3 > div {
		width:48%;
		margin-left:4%;
		padding:20px;
		margin-bottom:20px;
	}
	.interview_box3 > div:nth-child(odd) {
		margin-left:0;
	}
}

@media only screen and (max-width:690px) {
	.company_data {
		align-items: flex-end;
	}
	.company_data .data {
		width:67%;
		flex-direction:column;
	}	
	.company_data .data dl {
		width:100%;
	}
	.company_data .data dl dt {
		width:90px;
		margin-right:10px;
	}
	.company_data figure.logo {
		width:160px;
		max-width:33%;
	}
	.interview_box3 {
		flex-direction:column;	
	}
	.interview_box3 > div {
		width:100%;
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
		padding:15px 3%;
		margin-bottom:20px;
	}
	.interview_box3 > div:nth-child(odd) {
		margin-left:auto;
	}
	.border_t_dot {
		padding-top:20px;
		margin-top:30px;
	}
	.interview_related {
		padding:20px 2%;
	}
	.interview_related_in > div h3 {
		font-size:16px;
	}
}

@media only screen and (max-width:480px) { 
	.interview_related_in {
		flex-direction:column;
	}
	.interview_related_in > div {
		width:100%;
		margin-left:0;
		display:flex;
		align-items: center;
		margin-bottom:10px;
	}
	.interview_related_in > div figure {
		width:35%;
		margin-right:10px;
	}
	.interview_related_in > div h3 {
		margin-top:auto;
		marginleft:0;
		width:calc(65% - 10px);
	}
}

/* trouble.html */
/*-------------------------------------------------------*/
.trouble_box {
	background:#F5F4F2;
	padding:20px;
}
.trouble_title {
	display:flex;
	margin-bottom:20px;
	align-items:flex-start;
}
.trouble_title .trouble_tag {
	background:#2A5288;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding:5px 0;
	text-align: center;
	width:120px;
	margin-right:15px;
}
.trouble_title h3 {
	margin-left:0;
	color:#2A5288;
	width:calc(100% - 135px);
	font-size: 20px;
}

@media only screen and (max-width:690px) { 
	.trouble_box {
		padding:20px 2.5%;
	}
	.trouble_title {
		flex-direction:column;
		margin-bottom:12px;
	}
	.trouble_title .trouble_tag {
		font-size:18px;
		margin-bottom:5px;
	}
	.trouble_title h3 {
		width:100%;
		font-size:18px;
	}
}

/* outsourcing.html */
/*-------------------------------------------------------*/
.outsourcing_box01 {
	width:100%;
	display:flex;
	margin-bottom:100px;
	margin-top:70px;
	position:relative;
}
.outsourcing_box01::before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 80px 0 80px;
	border-color: #2A5288 transparent transparent transparent;
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	bottom:-75px;
}
.outsourcing_box01::after {
	content:"";
	width:50px;
	height:40px;
	background: #2A5288;
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	bottom:-25px;	
}
.outsourcing_box01 > div {
	width:calc(50% - 50px);
	background: #2A5288;
	color:#ffffff;
	padding:15px;
	position:relative;
}
.outsourcing_box01 > div:first-child {
	margin-right:100px;
}
.outsourcing_box01 > div:first-child::before {
	content:"";
	width:60px;
	height:8px;
	background: #cccccc;
	position:absolute;
	right:-80px;
	top:45%;
}
.outsourcing_box01 > div:first-child::after {
	content:"";
	width:8px;
	height:60px;
	background: #cccccc;
	position:absolute;
	right:-54px;
	top:45%;
	margin-top:-26px;
}
.outsourcing_box01 > div h3 {
	width:85%;
	display:block;
	margin-top:-2.5em;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	background: #F5F4F2;
	text-align: center;
	padding:10px;
	color:#2A5288;
}
.list_disc.col2 {
	display:flex;
	flex-wrap:wrap;
}
.list_disc.col2 > li {
	width:calc(50% - 20px);
}
.outsourcing_box02, .outsourcing_box03 {
	padding:20px 30px 30px;
	margin-left:10px;
}
.outsourcing_box02 {
	background: #FFE3CB;
}
.outsourcing_box03 {
	background:#CBEAFF;
}
.outsourcing_box02 h3, .outsourcing_box03 h3 {
	font-size: 24px;
	color:#ffffff;
	display:inline-block;
	padding:8px 40px;
	margin-left:-40px;
	position:relative;
	margin-bottom:35px;
	letter-spacing: 0;
}
.outsourcing_box02 h3 {
	background:#FF7700;
}
.outsourcing_box03 h3 {
	background:#0099FF;
}
.outsourcing_box02 h3::before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #D56502 transparent transparent;
	position:absolute;
	left:0;
	bottom:-10px;
}
.outsourcing_box03 h3::before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #015D9A transparent transparent;
	position:absolute;
	left:0;
	bottom:-10px;
}
.merit_demerit {
	display:flex;
}
.merit_demerit .title {
	width:190px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:22px;
	font-weight: bold;
	margin-right:30px;
}
.merit_demerit .list {
	width:calc(100% - 220px);
}
.outsourcing_box02 .merit_demerit .title {
	background:#FFCDA1;
	color:#FF7700;
}
.outsourcing_box03 .merit_demerit .title {
	background:#A1D9FF;
	color:#005AAA;
}

@media only screen and (max-width:690px) { 
	.outsourcing_box01 {
		flex-direction:column;
	}
	.outsourcing_box01::before {
		bottom:-90px;
	}
	.outsourcing_box01::after {
		bottom:-50px;
	}
	.outsourcing_box01 > div {
		width:100%;
		padding:15px;
	}
	.outsourcing_box01 > div:first-child {
		margin-bottom:120px;
	}
	.outsourcing_box01 > div:first-child::before {
		right:0;
		left:0;
		margin-left:auto;
		margin-right:auto;
		top:auto;
		bottom:-50px;
	}
	.outsourcing_box01 > div:first-child::after {
		right:0;
		left:0;
		margin-left:auto;
		margin-right:auto;
		top:auto;
		margin-top:0;
		bottom:-76px;
	}
	.outsourcing_box02, .outsourcing_box03 {
		padding:15px 15px 20px;
	}
	.outsourcing_box02 h3, .outsourcing_box03 h3 {
		margin-left:-25px;
		margin-bottom:30px;
		display:block;
		padding:10px 10px 10px 20px;
		font-size:20px;
	}
	.merit_demerit {
		flex-direction:column;
	}
	.merit_demerit .title {
		margin-bottom:15px;
	}
	.merit_demerit .list {
		width:100%;
	}
}

/* reduction.html */
/*-------------------------------------------------------*/
.reduction_result {
	display:flex;
	font-size:22px;
	font-weight:bold;
	margin-left:60px;
	color:#2A5288;
	position:relative;
}
.reduction_result::before {
	content:"";
	width:20px;
	height:8px;
	background: #2A5288;
	position:absolute;
	left:-40px;
	top:0;
	bottom:0;
	margin:auto;
}
.reduction_result::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 12px;
	border-color: transparent transparent transparent #2A5288;
	position: absolute;
	left:-20px;
	top:0;
	bottom:0;
	margin:auto;
}
.reduction_result .result {
	background: #2A5288;
	color:#ffffff;
	padding:2px 0;
	min-width:80px;
	text-align: center;
	display:flex;
	align-items:center;
	justify-content: center;
	margin-right:10px;
}
.reduction_result > div {
	padding:2px 0;	
}

@media only screen and (max-width:690px) { 

	.reduction_result {
		flex-direction: column;
		align-items:flex-start;
		font-size:18px;
		margin-left:40px;
	}
	.reduction_result .result {
		display:inline-block;
		margin-bottom:5px;
		font-size:18px;
	}
}

/* history.html */
/*-------------------------------------------------------*/
.base_list {
	display:flex;
	flex-wrap:wrap;
}
.base_list > div {
	width:23.5%;
	margin-left:2%;
	margin-bottom:25px;
	padding:16px 16px 32px;
	border:1px solid #707070;
	border-radius:15px;
}
.base_list > div:nth-child(4n+1) {
	margin-left:0;
}
.base_list > div h3 {
	font-size:16px;
	letter-spacing: 0;
	margin-bottom:12px;
}

@media only screen and (max-width:979px) { 
	.base_list > div {
		width:48.5%;
		margin-left:3%;
		padding:12px 2% 18px;
		margin-bottom:15px;
	}
	.base_list > div:nth-child(4n+1) {
		margin-left:3%;
	}	
	.base_list > div:nth-child(odd) {
		margin-left:0;
	}
	.base_list > div h3 {
		font-size:16px;
	}
}

@media only screen and (max-width:550px) { 
	.base_list > div {
		width:100%;
		margin-left:0;
		padding:12px 4% 18px;
	}
	.base_list > div:nth-child(3n+1) {
		margin-left:0;
	}	
}

/* flow (yearend_adjust.html) */
/*-------------------------------------------------------*/
.ya_flow_box {
	width:100%;
	border:1px solid #707070;
	border-radius: 20px;
	padding:25px;
	margin-bottom:50px;
	position:relative;
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.ya_flow_box::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 75px 0 75px;
	border-color: #94DCF3 transparent transparent transparent;
	position:absolute;
	bottom:-40px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.ya_flow_box.last::after {
	content:none;
}
.ya_flow_box .number {
	width:60px;
	height:60px;
	background:#0D3780;
	border-radius:30px;
	color:#ffffff;
	font-size:32px;
	font-weight:bold;
	line-height:60px;
	text-align: center;
}
.ya_flow_box .txt {
	width:calc(100% - 60px);
	margin-left:15px;
}
.flow_title {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

@media only screen and (max-width:690px) {

	.ya_flow_box {
		border-radius: 15px;
		padding:15px 3%;
	}
	.ya_flow_box .number {
		width:40px;
		height:40px;
		border-radius:20px;
		font-size:24px;
		line-height:40px;
	}
	.ya_flow_box .txt {
		width:calc(100% - 40px);
	}
	.flow_title {
		font-size:16px;
	}
}

/* table 01 */
/*-------------------------------------------------------*/
table.tab_original01 {
	width:100%;
	border-collapse:separate;
}
table.tab_original01 th {
	font-size:20px;
	padding:8px;
	background: #BAE0E2;
	border:1px solid #ffffff;
}
table.tab_original01 tbody tr td {
	background: #E9F4F6;
	border:1px solid #ffffff;
	padding:8px 12px;
}
table.tab_original01 tbody tr:nth-child(even) td {
	background: #F4F7FC;
}
table.tab_original01 tbody tr td:first-child {
	text-align: center;
	font-size:20px;
	font-weight:bold;
}
.bold_red {
	color:#FF001A;
	font-weight:bold;
}
.sp_only {
	display:none;
}

@media only screen and (max-width:767px) {
	table.tab_original01 th {
		font-size:18px;
	}
	.scroll {
		width:100%;
		overflow:scroll;
		-webkit-overflow-scrolling: touch
	}
	.scroll table.tab_original01 {
		width:800px;
	}
	.sp_only {
		display:block;
	}
}

/* table 02 (company.html) */
/*-------------------------------------------------------*/
table.tab_original02 {
	width:100%;
}
table.tab_original02 th {
	width:220px;
	background: #E9F0F4;
	text-align: left;
	font-weight:normal;
	border:1px solid #cccccc;
	border-right:none;
	padding:12px 20px;
	vertical-align: top;
}
table.tab_original02 td {
	width:calc(100% - 220px);
	border:1px solid #cccccc;
	border-left:none;
	padding:12px 20px;
}

@media only screen and (max-width:690px) {
	table.tab_original02 th {
		display:block;
		width:100%;
		border-bottom:none;
		border-top:none;
		border-right:1px solid #cccccc;
		padding:12px 3%;
	}
	table.tab_original02 tr:first-child th {
		border-top:1px solid #cccccc;
	}
	table.tab_original02 td {
		display:block;
		width:100%;
		border-top:none;
		border-left:1px solid #cccccc;
		padding:12px 3%;
	}
}

/* table 03 (comparison.html) */
/*-------------------------------------------------------*/
table.tab_original03 {
	width:100%;
}
table.tab_original03 th {
	border:1px solid #707070;
}
table.tab_original03 thead th {
	background:#E9F0F4;
	padding:10px 0;
}
table.tab_original03 th:first-child {
	width:16%;
	background: #ffffff;
}
table.tab_original03 td {
	width:21%;
	border:1px solid #707070;
	padding:5px 15px 25px;
	vertical-align: top;
}
.symbol_compare {
	font-size:36px;
	text-align: center;
}
.symbol_compare.red {
	color:#FF0000;
}

@media only screen and (max-width:767px) {
	.scroll table.tab_original03 {
		width:1000px;
	}
}

/* table 04 (clients.html) */
/*-------------------------------------------------------*/
table.tab_original04 {
	width:100%;
}
table.tab_original04 th {
	border:1px solid #cccccc;
}
table.tab_original04 thead th {
	background: #E9F0F4;
	font-size:24px;
	padding:10px;
}
table.tab_original04 td {
	border:1px solid #cccccc;
	padding:10px 20px;
	text-align: center;
	font-size:18px;
	width:40%;
}
table.tab_original04 tbody th {
	text-align: left;
	font-weight: normal;
	padding:10px 20px;
	font-size:18px;
	width:60%;
}

@media only screen and (max-width:690px) {
	table.tab_original04 thead th {
		font-size:16px;
		padding:10px 0;
	}
	table.tab_original04 tbody th {
		padding:10px 2%;
		font-size:15px;
		width:65%;
	}
	table.tab_original04 td {
		padding:10px 0;
		font-size:15px;
		width:35%;
	}
}

/* table 05 (privacy.html) */
/*-------------------------------------------------------*/
table.tab_original05 {
	width:100%;
}
table.tab_original05 tbody th {
	border:1px solid #cccccc;
	text-align: left;
	font-weight:normal;
	padding:15px 20px;
	width:250px;
}
table.tab_original05 tbody td {
	border:1px solid #cccccc;
	padding:15px 20px;
	width:calc(100% - 250px);
}
table.tab_original05 thead th {
	text-align:left;
	padding:15px 20px;
	border:1px solid #cccccc;
	background: #E9F0F4;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
	
@media only screen and (max-width:767px) {
	.scroll table.tab_original05 {
		width:750px;
	}
	table.tab_original05 thead th,
	table.tab_original05 th {
		padding:15px 2%;
	}
	table.tab_original05 td {
		padding:15px 2%;	
	}
}

/* table 06 (privacy.html) */
/*-------------------------------------------------------*/
table.tab_original06 {
    width: 100%;
    border-collapse: separate;
}

table.tab_original06 .tab_on{
	display: none;
}

table.tab_original06 thead th {
    background-color: #2A5288;
    color: #FFF;
    padding: 5px;
    font-size: 20px;
    border: solid #FFF;
    border-width: 0 15px;
}
.tab_original06 tbody th{
    display: flex;
}
.tab_original06 tbody .numtt {
    font-size: 17px;
    text-align: left;
    color: #2a5288;
    background-color: #e5f2f8;
    border: solid 15px #FFF;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 170px;
    width: 100%;
}
.tab_original06 span.num {
    background-color: #2a5288;
    color: #fff;
    padding: 0px 10px;
    font-size: 20px;
    margin-right: 10px;
}
.tab_original06 tbody .numtt::after {
    content: "";
    position: absolute;
    border-bottom: solid transparent;
    border-left: solid #e5f2f8;
    border-width: 0px 0px 40px 40px;
    right: -30px;
    z-index: 1;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.tab_original06 tbody td {
    padding: 10px 30px;
    width: 55%;
    background-color: #eee;
    border:solid 15px #FFF;
}
.tab_original06 tbody .checkbox {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: flex;
    vertical-align: middle;
}
.tab_original06 tbody .checkbox::before {
    content: "■";
}
ul.list_dot li {
    list-style: none;
    display: flex;
}
ul.list_dot li::before {
    content: "・";
}

@media only screen and (max-width:767px) {
	table.tab_original06 .numtt {
		font-size:18px;
	}
	.scroll table.tab_original06 {
		width:760px;
	}
}

.flow_table .col{
	margin-bottom: 0;
}

.flow_table .tab_on{
	display: none;
}

@media only screen and (max-width:979px) {
.flow_table .tab_on{
	display: block;
}
}

.flow_table .all_on{
	margin-bottom: 15px;
}

.flow_table .col .num{
	background-color: #2a5288;
    color: #fff;
    padding: 0px 10px;
    font-size: 20px;
    margin-right: 10px;
}

.flow_table .no_1,
.flow_table .no_3{
    background-color: #2A5288;
    color: #FFF;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: solid #FFF;
    border-width: 0 15px;
}

.flow_table .no_2{
	font-size: 17px;
	font-weight: bold;
    text-align: left;
    color: #2a5288;
    background-color: #e5f2f8;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    border:solid 15px #FFF;
}

.flow_table .no_2::after {
    content: "";
    position: absolute;
    border-bottom: solid transparent;
    border-left: solid #e5f2f8;
    border-width: 0px 0px 40px 40px;
    right: -30px;
    z-index: 1;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media only screen and (max-width:979px) {
.flow_table .no_2{
	margin-bottom: 35px;
}
.flow_table .no_2::after {
    border-width: 0px 0px 30px 30px;
    right: calc(50% - 15px);
    bottom: -20px;
    z-index: 1;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
}

.flow_table .no_2 p{
	display: contents;
}

.flow_table .no_2 .num{
	background-color: #2a5288;
    color: #fff;
    padding: 0px 10px;
    font-size: 20px;
    margin-right: 20px;
}

.flow_table .no_4{
	padding: 10px 30px;
    background-color: #eee;
    font-size: 90%;
    border:solid 15px #FFF;
}

@media only screen and (max-width:979px) {
.flow_table .no_1{
	order: 1;
	margin-bottom: 0;
	border: none;
}
.flow_table .no_2{
	order: 2;
	margin-top: 0;
	border: none;
}
.flow_table .no_3{
	order: 3;
	margin-bottom: 0;
	border: none;
}
.flow_table .no_4{
	order: 4;
	margin-top: 0;
	margin-bottom: 30px;
	border: none;
}
}

/* comparison.html reason */
/*-------------------------------------------------------*/
.comparison_reason {
	border:1px solid #707070;
	background: #F5F4F2;
	padding:25px;
}
.reason_point {
	display:flex;
	align-items:flex-start;
	justify-content: space-between;
	margin-bottom:20px;
}
.reason_point .number {
	width:140px;
	background: #727272;
	color:#ffffff;
	text-align: center;
	padding:5px 0;
}
.reason_point .txt {
	width:calc(100% - 165px);
	font-size:24px;
	line-height:1.4;
}
.reason_point .txt a {
	color:#2A5288;
}

@media only screen and (max-width:690px) {
	.comparison_reason {
		padding:20px 3%;	
	}
	.reason_point {
	}
	.reason_point .txt {
		width:100%;
		font-size:14px;
		margin-top:0px;
		margin-left: 10px;
	}
	.reason_point .number {
	width:70px;
	background: #727272;
	color:#ffffff;
	text-align: center;
	padding:5px 0;
	font-size: 12px;
}
}

/* flow.html */
/*-------------------------------------------------------*/
.anchor_box {
	background:#F0F6FA;
	padding:20px;
}
.anchor_box ol {
	margin-left:2em;
}
.anchor_box ol li {
	color:#2A5288;
	font-size:18px;
	font-weight:bold;
	margin-bottom:6px;
}
.anchor_box ol li a {
	color:#2A5288;
}
.orange_title {
	color:#EF6D1F;
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
}
.test_list {
	margin-left:1.5em;
}
.test_list li {
	margin-bottom:6px;
}

@media only screen and (max-width:690px) {
	.anchor_box {
		padding:20px 3%;
	}
	.anchor_box ol li {
		font-size:16px;
	}
	.orange_title {
		font-size:18px;
	}
}

/* faq.html */
/*-------------------------------------------------------*/
.faq_q {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom:20px;
}
.faq_q .initials {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-family: Arial, Helvetica, "sans-serif";
	font-size:24px;
	background: #2A5288;
	color:#ffffff;
	border:1px solid #2A5288;
}
.faq_q .txt {
	width:calc(100% - 70px);
	color:#2A5288;
	font-size:18px;
	font-weight:bold;
	padding-top:3px;
}
.faq_a {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom:30px;
	border-bottom:1px dotted #707070;
}
.faq_a .initials {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-family: Arial, Helvetica, "sans-serif";
	font-size:24px;
	background: #ffffff;
	color:#2A5288;
	border:1px solid #2A5288;
}
.faq_a .txt {
	width:calc(100% - 70px);
}

@media only screen and (max-width:690px) {
	.faq_q .txt {
		width:calc(100% - 50px);
		font-size:16px;
	}
	.faq_a {
		padding-bottom:20px;
	}
	.faq_a .txt {
		width:calc(100% - 50px);
	}
}

/* news */
/*-------------------------------------------------------*/
.rss_new {
	background:#1D256a;
	border-radius:3px;
}
.rss_box dl {
	border-bottom:1px dotted #dddddd;
}

@media only screen and (max-width:690px) {
	.rss_title {
		line-height:1.8;
	}
}

/* clients.html */
/*-------------------------------------------------------*/
.clients_list {
	display:flex;
	flex-wrap:wrap;
}
.clients_list li {
    list-style-type: none;
    width: 19.2%;
    margin-left: 1%;
    margin-bottom: 20px;
}
.clients_list li:nth-child(5n+1) {
	margin-left:0;
}
@media only screen and (max-width:980px) {
	.clients_list li {
		width:23.8%;
		margin-left:1.6%;
	}
	.clients_list li:nth-child(5n+1) {
		margin-left:1.6%;
	}
	.clients_list li:nth-child(4n+1) {
		margin-left:0;
	}
}
@media only screen and (max-width:690px) {
	.clients_list li {
		list-style-type:none;
		width:32%;
		margin-left:2%;
		margin-bottom:15px;
	}
	.clients_list li:nth-child(5n+1) {
		margin-left:2%;
	}
	.clients_list li:nth-child(4n+1) {
		margin-left:2%;
	}
	.clients_list li:nth-child(3n+1) {
		margin-left:0;
	}
}

@media only screen and (max-width:480px) {
/*	.clients_list li {
		list-style-type:none;
		width:48.5%;
		margin-left:3%;
		margin-bottom:10px;
	}
	.clients_list li:nth-child(3n+1) {
		margin-left:3%;
	}
	.clients_list li:nth-child(odd) {
		margin-left:0;
	}*/
}

/* bottom download box (sp slider) */
/*-------------------------------------------------------*/
.bg_lightblue {
	background:#F4F8FB;
	padding-bottom:1px;
}
#bottom_dl_box {
	padding:50px 0;
}
.bottom_dl_box_in {
	width:100%;
}
.bottom_dl_box_in > div figure {
	margin-bottom:15px;
}
.bottom_dl_box_in > div h4 {
	font-size:18px;
	font-weight:normal;
	color:#2A5288;
	letter-spacing: 0;
	line-height:1.4;
}
.bottom_dl_box_in.slick-initialized .slick-slide {
	padding:0 15px;
}
.slick-dots li button::before,
.slick-dots li.slick-active button::before {
	color:#2A5288;
}
#bottom_dl_box .slick-dots {
	bottom:-35px;
}

@media only screen and (max-width:1024px) {
	.bottom_dl_box_in > div h4 {
		font-size:16px;
	}
}

@media only screen and (max-width:690px) {
	#bottom_dl_box {
		padding:25px 0;
	}
}

/* subnav */
/*-------------------------------------------------------*/
aside.inner {
	margin:15px auto;
}
#subnav {
	display:flex;
	align-items: center;
}
#subnav #subnav_title {
	width:250px;
}
#subnav #subnav_title a {
	color:#2A5288;
	font-size:18px;
	font-weight:bold;
}
#subnav #subnav_title a:hover {
	text-decoration: none;
	opacity:0.7;
}
#subnav_list li {
	list-style-type: none;
	display:inline-block;
	padding:0 15px;
	border-right:1px solid #cccccc;
	line-height:1;
	margin:10px 0;
}
#subnav_list li:last-child {
	border-right:none;
}
#subnav_list li a:hover,
#subnav_list li.current a {
	color:#2A5288;
}

@media only screen and (max-width:690px) {
	aside.inner {
		padding:0;
		width:95%;
	}
	#subnav {
		flex-direction:column;
	}
	#subnav #subnav_title {
		width:100%;
		text-align: center;	
	}
	#subnav #subnav_title a {
		color:#ffffff;
		background: #2A5288;
		display: block;
		padding:10px 0;
	}
	#subnav_list {
		width:100%;
	}
	#subnav_list li {
		display:block;
		border-right:none;
		text-align: center;
		border:1px solid #dddddd;
		border-top:none;
		padding:12px 5px;
		margin:0;
	}
	#subnav_list li:last-child {
		border-right:1px solid #dddddd;
	}
}

/* cv area */
/*-------------------------------------------------------*/
.dlb_area_2 .dlb_contact_info {
	text-align: center;
}
.dlb_area_2 .dlb_contact_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position:relative;
}
.dlb_btn a {
	display:block;
	text-align: center;
}
.dlb_btn a:hover {
	text-decoration:none;
}
.dlb_area_2 .dlb_contact_tel .dlb_contact_telnum::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    font-size: 32px;
}




@media only screen and (max-width:690px) {
.top_new_01_box .rss_title_in{
	padding-left: 20px;
}
}

a[id] {
    display: inline-block;
    padding-top: 120px;
    margin-top: -120px;
}

@media only screen and (max-width:1024px) {
a[id] {
    padding-top: 90px;
    margin-top: -90px;
}
}

/*_________________________________________________________________________*/
/*セミナー情報*/

.seminer_box {
    padding: 20px;
    border: solid 1px #CCC;
}
.seminer_pic {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.seminer_pic .status {
    background-color: #e60010;
    color: #FFF;
    padding: 0px 10px;
    margin-right: 15px;
    width: 65px;
    margin-bottom: 10px;
}
.seminer_pic .status.end {
    background-color: #9f9f9f;
    width: 80px;
}
.seminer_pic .YMDay {
    color: #1b83bf;
    margin-right: 15px;
    width: 120px;
    margin-bottom: 10px;
}
.seminer_pic .sem_tag {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 330px;
}
.seminer_pic .tag {
    margin-right: 15px;
    background-color: #293a45;
    color: #FFF;
    padding: 0 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.seminer_title {
    font-size: 18px;
    color: #2A5288;
    margin-bottom: 20px;
    font-weight: bold;
}
.seminer_prevnext {
    margin-right: auto;
    margin-left: auto;
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.seminer_prevnext .prev_btn a, .seminer_prevnext .next_btn a {
    border: solid 1px #333;
    padding: 5px 10px;
    color: #2A5288;
    font-weight: bold;
}
.seminer_prevnext .prev_btn a:hover, .seminer_prevnext .next_btn a:hover {
    border: solid 1px #2A5288;
    background-color: #2A5288;
    color: #FFF;
    text-decoration: none;
}
.seminer_Ypast {
    padding: 20px;
    background-color: #f0f0f0;
}
.seminer_Ypast .Ypast_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px auto;
}
.seminer_Ypast .Ypast_list li a {
    margin-right: 10px;
    border-right: solid 1px #2A5288;
    padding-right: 10px;
    color: #2A5288;
}
.seminer_Ypast .Ypast_list li:last-child a {
    border-right: none;
}
@media only screen and (max-width:690px) {
.pc_on{display: none;}
}
/*紙運用コンテンツ*/
.title03Style01 {
    font-size: 30px;
    color: #2A5288;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.title03Style01::before {
    content: url(../image/proTitleIcon.png);
    margin-right: 10px;
}
@media only screen and (max-width: 1130px) {
	.title03Style01 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 690px) {
	 .title03Style01 {
        font-size: 18px;
    }
}
.problemArea {
    padding: 30px 40px;
    background-color: #E9F0F4;
    position: relative;
    margin-bottom: 70px;
}
.problemArea:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -50px;
    left: calc(50% - (160px / 2));
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 50px solid #E9F0F4;
}
.problemArea .listStyle01 {
    width: 80%;
}
.listStyle01 li {
    list-style-type: none;
    position: relative;
    margin: 10px 0;
    padding-left: 45px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.listStyle01 li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 3px #CCCCCC solid;
    background: #fff;
    top: 5px;
}

.listStyle01 li::after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 18px;
    top: 3px;
    left: 12px;
    border: 3px #ED6500 solid;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}
.problem_txt{
    font-size: 30px;
    color: #2A5288;
    font-weight: bold;
    text-align: center;
}
.sp_on{display: none;}
@media only screen and (max-width: 1130px) {
	.problem_txt {
        font-size: 25px;
    }
}
@media only screen and (max-width: 690px) {
    .problemArea {
        padding: 20px;
        margin-bottom: 40px;
    }
    .problem_txt {
        font-size: 22px;
        line-height: 1.3;
    }
    .problemArea .listStyle01 {
        width: 100%;
    }
    .listStyle01 li {
        margin: 5px 0;
        font-size: 14px;
        padding-left: 35px;
    }
    .listStyle01 li::before {
        width: 15px;
        height: 15px;
    }
    .listStyle01 li::after {
        width: 6px;
        height: 14px;
    }
    .problemArea:after {
        bottom: -30px;
        left: calc(50% - (80px / 2));
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 30px solid #E9F0F4;
    }
    .sp_on{display: block;}
}

/*給与業務のこんなお悩みありませんか？*/
.Bg_Beige {
    background: #F5F4F2;
    padding: 60px 0 80px;
    margin-bottom: 70px;
}
.Bg_Beige::after {
    content: url(../lp_image/icon_down.png);
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
}
.problem_Area01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.problem_Area01_in{
	width: 49%;
	margin-bottom: 20px;
}
.problem_Area01_in .tit {
    color: #fff;
    background-color: #2A5288;
    font-size: 22px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 20px;
    border: 1px solid #2A5288;
}
.problem_Area01_in .CheckList {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #fff;	
	border:1px solid #2A5288;
	padding: 20px;
}
.problem_Area01_in.Green .tit {
    background-color: #008c8d;
    border: 1px solid #008c8d;
}
.problem_Area01_in.Green .CheckList {
	border:1px solid #008c8d;
}
.CheckList li {
    list-style: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}
.CheckList li::before {
    content:url(../lp_image/icon_lp_check_sp.png) ;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
} 
@media only screen and (max-width: 690px) {
.Bg_Beige {
    padding: 30px 0 40px;
    margin-bottom: 50px;
}
.Bg_Beige::after {
    -webkit-transform: translate(-50%, -15%) scale(0.6);
    transform: translate(-50%, -15%) scale(0.6);
}
.problem_Area01_in{
	width: 100%;
}
.problem_Area01_in .tit {
    font-size: 20px;

}
}	
.problem_Area .h2ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
.problem_Area .h2ttl .notice {
    font-size: 63px;
    color: #fd3e3e;
}
.problem_Area .h2ttl .under_dot {
    position: relative;
}
.problem_Area .h2ttl .under_dot::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0075a9;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.red_txt{
	color: #FF0000;
	font-weight: bold;
}
@media only screen and (max-width: 980px) {
.problem_Area .h2ttl {
    font-size: 40px;
}
.problem_Area .h2ttl .notice {
    font-size: 50px;
}
}
@media only screen and (max-width: 690px) {
.problem_Area .h2ttl {
        font-size: 22px;
        letter-spacing: -0.6px;
    }
    .problem_Area .h2ttl .notice {
        font-size: 30px;
    }
    .problem_Area .h2ttl .under_dot::before {
        width: 5px;
        height: 5px;
        bottom: -5px;
    }
}
.problem_Area03.cv_area .inner {
    width: auto;
    max-width: 812px;
}
.problem_Area03.cv_area .cv_btns a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
}
.problem_Area03.cv_area .cv_btns .col {
    width: calc(50% - 22px);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4);
    margin-bottom: 10px;
    transition: all .3s ease 0s;
}
.problem_Area03.cv_area .cv_btns .col:hover {
    width: calc(50% - 22px);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0);
    margin-bottom: 10px;
}
.problem_Area03.cv_area .cv_btns .doc {
    background-color: #0075a9;
    border-radius: 30px;
}
.problem_Area03.cv_area .cv_btns .form {
    background-color: #f19149;
    border-radius: 30px;
    margin-left: 44px;
}
@media only screen and (max-width: 690px) {
.problem_Area03.cv_area .cv_btns a {
    font-size: 18px;
}
.problem_Area03.cv_area .cv_btns .col {
    width: 100%;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4);
    margin-bottom: 10px;
    transition: all .3s ease 0s;
}
.problem_Area03.cv_area .cv_btns .form {
    margin-left: 0;
}
}
.problem_Area04.dl_wrap .inner_848 {
    width: auto;
    max-width: 858px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    border: 3px solid #2e568c;
    border-radius: 12px;
    position: relative;
}
.problem_Area04.dl_wrap .inner_848::before {
    content:url(../lp_image/icon_lp_rightnow.png);
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: 5;
}
.problem_Area04.dl_wrap .inner_848 .img_left {
    position: absolute;
    width: 33%;
    max-width: 274px;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.shiyan img {
    width: 100%;
}
.problem_Area04.dl_wrap .ttl_wrap {
    background-color: #2e568c;
    height: 110px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.problem_Area04.dl_wrap .btm_wrap {
    position: relative;
    height: 98px;
}
.problem_Area04.dl_wrap .ttl_wrap strong {
    font-size: 30px;
    color: #fbf66c;
}
.problem_Area04.dl_wrap .ttl_wrap .in,
.problem_Area04.dl_wrap .btm_wrap .in {
    display: block;
    width: auto;
    max-width: 510px;
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 2;
}
.problem_Area04 .dl_wrap .ttl_wrap .in {
    text-shadow: 0 0 20px #2e568c;
}
.problem_Area04.dl_wrap .btm_wrap .in {
    right: 110px;
}
.problem_Area04 .dl a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #e52929;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 356px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    text-decoration: none;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.problem_Area04 .dl a:hover {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0);
}
.problem_Area04 .logos_lead {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

@media only screen and (max-width: 980px) {
.pc_tb_only{
	display: none;
}
.problem_Area04.dl_wrap .inner_848::before {
    top: -40px;
    left: -10px;
}
}
@media only screen and (max-width: 690px) {
   .cv_btns_sp.inner {
        padding: 20px 16px;
    }
    .cv_btns_sp .btn a {
        display: block;
        max-width: 316px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        background-color: #f19149;
        border-radius: 25px;
        font-size: 25px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
    .cv_btns_sp .doc a {
        background-color: #0075a9;
        margin-top: 8px;
        margin-bottom: 20px;
    }
    .problem_Area04 .dl_area_sp {
        display: flex;
        align-items: center;
        padding: 10px 25px 10px 7px;
        border: 3px solid #2e568c;
        background-color: #fff;
        margin-bottom: 15px;
        position: relative;
    }
    .problem_Area04 .dl_area_sp img {
        margin-left: 0;
        margin-right: 10px;
    }
    .problem_Area04 .dl_area_sp a {
        display: block;
        font-size: 18px;        
    }
    .problem_Area04 .dl_area_sp a::before {
        position: absolute;
        content: url(../lp_image/icon_arr_dl.png);
        right: 5px;
        top: calc(50% - 10px);
    }
    .problem_Area04 .dl_area_sp a img {
        display: inline;
        margin-left: 0;
    }
    .problem_Area04 .dl_area_sp .txt_box {
        font-size: 17px;
        letter-spacing: -2px;
        line-height: 1.3;
    }
    .problem_Area04 .dl_area_sp .txt_box:hover {
       text-decoration: none;
    }
    .problem_Area04 .dl_area_sp.pr15 {
        padding-right: 15px;
    }
    .problem_Area04 .dl_area_sp .txt_box .in1 {
        font-size: 12px;
    }
    .problem_Area04 .dl_area_sp .txt_box .in3 {
        font-size: 21px;
    }
    .problem_Area04 .dl_area_sp .txt_box strong {
        color: #e52929;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: -3px;
    }
}
/*ペイロールのアウトソーシングの流れ*/
.inh1.btn_bulebeta a{
	margin-left: 0 !important;
}
.Flow ul {
	padding: 0;
}
.Flow li {
	list-style-type: none;
}
.Flow dd {
	margin-left: 0;
}

.Flow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Flow > li {
    flex-basis: 30.5%;
    margin-bottom: 20px;
}
.Flow > li .icon {
	font-size: 18px;
	line-height: 50px;
	width: 50px;
	color: #fff;
	background: rgb(107,144,219);
	margin: 0 auto 20px;
	display: block;
	border-radius: 50%;
	text-align: center;
	position: relative;
	letter-spacing: 2px;
}
.Flow > li .icon::before {
	content: "";
	border: solid transparent;
	border-width: 8px;
	border-top-color: rgb(107,144,219);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Flow > li dl {
	padding: 30px 20px;
	margin: 0;
	border: 3px solid rgb(107,144,219);
	position: relative;
}
.Flow > li:not(:last-child) dl::before {
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 10px;
	display: inline-block;
	border-top: 4px solid #80cfd6;
	border-right: 4px solid #80cfd6;
	position: absolute;
	top: calc(50% - 14px);
	left: 104%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.Flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: rgb(107,144,219);
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 1vh;
    text-align: center;
}
.outsourcing_flow_Area .h2ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
.outsourcing_flow_Area .h2ttl .notice {
    font-size: 40px;
    color: #fd3e3e;
}
.outsourcing_flow_Area .h2ttl .under_dot {
    position: relative;
}
.outsourcing_flow_Area .h2ttl .under_dot::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0075a9;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 980px) {
.FlowBox.inner{
	width: 90%;
}
.Flow> li:not(:last-child) dl::before {
    left: 102%;
}
.outsourcing_flow_Area .h2ttl .notice {
    font-size: 34px;
}
}
@media only screen and (max-width: 690px) {
.Flow > li {
    flex-basis: 100%;
    margin-bottom: 20px;
}
.Flow > li dl {
    padding: 20px 20px;
    margin-bottom: 15px;
}
.Flow > li:not(:last-child) dl::before {
    top: auto;
    bottom: -25px;
    left: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.outsourcing_flow_Area .h2ttl {
    font-size: 20px;
}
.outsourcing_flow_Area .h2ttl .notice {
    font-size: 22px;
}
.outsourcing_flow_Area .h2ttl .under_dot::before {
    width: 5px;
    height: 5px;
    top: -7px;
}
}
.Bg_Gray {
    background: #F5f5f5;
    padding: 60px 0 80px;
    margin-bottom: 70px;
}
.Bg_Gray::after {
    content: url(../lp_image/icon_down.png);
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
}
.reason_subtitle.Left0 h2 {
    color: #2A5288;
    text-align: left;
    width: 100%;
    padding: 10px;
    font-size: 22px;
}
@media only screen and (max-width: 690px) {
.Bg_Gray {
    padding: 30px 0 40px;
    margin-bottom: 50px;
}
.Bg_Gray::after {
    -webkit-transform: translate(-50%, -15%) scale(0.6);
    transform: translate(-50%, -15%) scale(0.6);
}
}