@charset "utf-8";

body {
font-family: 'Noto Sans JP',sans-serif;
font-weight: 400;
color: #262626;
}
p {
line-height: 1.6;
}
.disp_n {
display: none;
}
.vis_h {
visibility: hidden;
}
.pos_r {
position: relative;
}
.ovf_h {
overflow: hidden;
}
.mg-t1 {
margin-top: 30px;
}
.mg-t2 {
margin-top: 15px;
}
.pd-t1 {
padding-top: 100px;
}
.pd-b1 {
padding-bottom: 100px;
}
.pd-lr {
padding-left: 15px;
padding-right: 15px;
}
.fs-1 {
font-size: 40px;
}
.fs-2 {
font-size: 32px;
}
.fs-3 {
font-size: 24px;
}
.fs-4 {
font-size: 18px;
}
.font_m {
font-weight: 500;
}
.font_b {
font-weight: bold;
}
.bgc_sk {
background-color: #EDF7FD;
}
.mw1440 {
max-width: 1440px;
}
.mw1240 {
max-width: 1240px;
}
.mw1000 {
max-width: 1000px;
}
.mw800 {
max-width: 800px;
}
.w50p {
width: 50%;
}
.fa {
opacity: 0;
visibility: hidden;
transform: translateY(30px);
transition: transform 0.8s ease-in-out, opacity 1s ease-in-out;
}
.fa.on {
opacity: 1;
visibility:visible;
transform: translateY(0px);
}
#to_top {
position: fixed;
right: 10px;
bottom: 10px;
max-width: 125px;
max-height: 125px;
width: 8.7%;
border-radius: 50%;
border: dotted 3px #707070;
background-color: rgba(255,255,255,0.8);
cursor: pointer;
z-index: 998;
visibility: hidden;
}
#container {
max-width: 1920px;
margin: 0 auto;
background-color: #FAFDFF;
}
#top-head {
height: 100px;
}
#top-head .inner {
padding-left: 30px;
padding-right: 30px;
}
#top-head .logo {
float: left;
line-height: 100px;
max-width: 260px;
width: 20%;
}
#top-head .logo a {
display: inline-block;
vertical-align: middle;
}
#global-nav {
float: right;
}
#global-nav ul,#footer ul {
list-style: none;
}
#global-nav li {
line-height: 100px;
margin-left: 30px;
float: left;
}
#global-nav li:first-child {
margin-left: 0;
}
#global-nav li a {
display: inline-block;
height: 24px;
font-size; 16px;
color: #262626;
font-weight: bold;
position: relative;
overflow: hidden;
vertical-align: middle;
}
#global-nav li a div {
position: absolute;
bottom: -24px;
left: 0;
transition: 0.3s ease-in-out;
}
#global-nav li a:hover,#footer li a:hover {
opacity: 1;
}
#global-nav li a:hover div,#footer li a:hover div {
bottom: 0;
}

#global-nav li a div span,#footer li a div span {
display: block;
line-height: 24px;
color: #000;
} 
#top-head a.contact {
width: 160px;
height: 44px;
line-height: 44px;
display: inline-block;
text-align: center;
background-color: #FFE600;
border-radius: 30px;
}
#top-head a.contact div {
left: 13px;
bottom: -44px;
}
#top-head a.contact div span {
line-height: 44px;
}

#top-head a.contact .ar {
width: 30px;
height: 30px;
}
#top-head a.contact .ar:after {
background-image: url(images/ra.png);
}
.ar {
display: inline-block;
vertical-align: middle;
margin-left: 7px;
margin-top: -4px;
position: relative;
}
.ar:before {
content:'';
border-radius: 50%;
background-color: #fff;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: 0.3s ease-in-out;
}
.ar:after {
content:'';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-position: center center;
background-repeat: no-repeat;
}
a:hover .ar:before {
transform: scale(1.1);
}
#mobile-nav {
display: none;
position: absolute;
width: 50px;
height: 65px;
right: 15px;
top: 0;
z-index: 102;
}
/* Toggle Button */
#nav-toggle {
position: absolute;
top: 13px;
right: 0px;
width: 40px;
height: 40px;
background-color: #FFE600;
border-radius: 50%;
text-align: center;
cursor: pointer;
z-index: 104;
padding: 14px 11px;
}
#nav-toggle div {
position: relative;
height: 100%;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #262626;
  top: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0px;
}
#nav-toggle span:nth-child(2) {
  top: 5px;
}
#nav-toggle span:nth-child(3) {
  top: 11px;
}
/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global-nav */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(2065px);
  -webkit-transform: translateY(2065px);
  transform: translateY(2065px);
}
#access-map iframe {
width: 100%;
height: 480px;
}
#footer {
padding: 80px 15px 30px;
}
#footer .footer_top {
text-align: right;
}
.btn {
display: inline-block;
height: 59px;
line-height: 59px;
width: 210px;
font-size: 20px;
border-radius: 30px;
background-color: #FFE600;
color: #262626;
font-weight: bold;
position: relative;
overflow: hidden;
vertical-align: middle;
text-align: center;
}
.btn div {
position: absolute;
left: 20px;
bottom: -59px;
transition: 0.3s ease-in-out;
}
.btn div span {
display: block;
line-height: 59px;
}
.btn .ar {
width: 39px;
height: 39px;
}
.btn .ar:after {
background-image: url(images/ra-2.png);
}
.btn:hover {
opacity: 1!important;
}
.btn:hover div {
bottom: 0;
}

#footer .logo {
width: 284px;
display: block;
margin-bottom: 15px;
}
#footer .footer_menu > div {
margin-top: 30px;
margin-left: -30px;
}
#footer .menu {
width: 20%;
padding-left: 30px;
float: left;
}
#footer .menu .title {
padding-bottom: 10px;
margin-bottom: 15px;
position: relative;
}
#footer .menu .title:before {
content: '';
height: 2px;
width: 100%;
position: absolute;
background-color: #262626;
bottom: 0;
left: 0;
}
#footer .menu .title:after {
content: '';
height: 2px;
width: 48px;
position: absolute;
background-color: #FFE600;
bottom: 0;
left: 0;
}
#footer .menu .title img {
width: 92px;
}

#footer .menu a {
font-size: 16px;
font-weight: bold;
color: #262626;
transition: 0.3s ease-in-out;
}
#footer .menu li {
margin-top: 10px;
}
#footer .menu li a{
font-size: 14px;
font-weight: 500;
}
#footer .menu li a:hover {
margin-left: 10px;
}

#footer .copyright {
width: 105px;
}
#footer .footer_bottom {
height: 35px;
margin-top: 15px;
padding-top: 20px;
}
#footer .totop {
position: absolute;
height: 34px;
width: 145px;
line-height: 34px;
bottom: 0;
right: 0;
display: block;
}
#footer .totop span {
display: block;
width: 106px;
position: absolute;
left: 0;
top: 10px;
}
#footer .totop:after {
content: '';
width: 30px;
height: 30px;
margin-left: 113px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
background-image: url(images/ta.png);
background-repeat: no-repeat;
background-position: center center;
background-color: #FFE600;
transition: 0.3s ease-in-out;
}
#footer .totop:hover {
opacity: 1;
}
#footer .totop:hover:after {
width: 34px;
height: 34px;
margin-left: 111px;
}
#main {
max-width: none;
}

.rbox {
border-radius: 40px 40px 0 0;
}
.rbox2 {
border-radius: 20px;
overflow: hidden;
}
.rbox3 {
border-radius: 40px;
overflow: hidden;
}

.bdr {
border-top: solid 2px #CDD6DD;
}
/* top */
#topmain {
padding-left: 30px;
padding-right: 30px;
margin-bottom: 100px;
}
#topmain .right {
max-width: 960px;
width: 69.6%;
border-radius: 20px;
overflow: hidden;
}
#topmain .left {
width: 30.4%;
float: left;
z-index: 2;
}
#topmain .left > div {
width: 157.2%;
padding-left: 15%;
padding-top: 20%;
}
#topmain .top-image {
margin-bottom: 5%;
}
#topmain .left > div p {
font-size: 18px;
line-height: 1.6;
margin-top: 15px;
}
#topmain .left .scroll {
width: 17px;
margin-top: 50px;
}
#topmain .left .scroll .bar {
width: 2px;
height: 50px;
margin: 5px auto 0;
background-color: #262626;
}
#topmain .left .scroll .bar:before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #ffe600;
position: absolute;
top: 0;
left: 50%;
margin-left: -4px;
animation: ball 1.5s ease-in-out infinite;
}
@keyframes ball {
0% { top: 0; opacity: 0; }
5% { opacity: 1; }
95% { opacity: 1; }
100% { top: 90%; opacity: 0; }
}


.top-title .img {
max-width: 620px;
}
.top-title p {
font-size: 32px;
margin: 15px 0;
}
.topbox-1 {
margin-left: 6.45%;
}
.topbox-1 .top-title .img {
width: 106.9%;
}
.top-recruit {
margin-top: -20px;
background: url(images/top-recruit_bg.png) center top no-repeat;
padding-top: 50px;
}
.news {
list-style: none;
}
.news li {
margin-top: 15px;
}
.news li a {
display: block;
padding: 30px;
padding-right: 110px;
border: solid 1px #CDD6DD;
border-radius: 8px;
position: relative
}
.news li a:before {
content: '';
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #FFE600;
position: absolute;
top: 50%;
margin-top: -30px;
right: 30px;
transition: 0.3s ease-in-out;
}
.news li a:after {
content: '';
width: 60px;
height: 60px;
background: url(images/ra-3.png) center center no-repeat;
position: absolute;
top: 50%;
margin-top: -30px;
right: 30px;
}
.news .date {
font-weight: bold;
color: #6C6C6C;
margin-bottom: 10px;
line-height: 1;
}
.news .text {
font-size: 20px;
height: 24px;
line-height: 1;
font-weight: bold;
color: #262626;
}
.news li a:hover {
opacity: 1;
background-color: #EDF7FD;
}
.news li a:hover:before {
transform: scale(1.1);
}
.mg-t {
margin-top: -55px;
}
.gm {
display: inline-block;
text-decoration: underline;
margin-top: 5px;
padding-left: 20px;
height: 22px;
color: #262626;
background: url(images/gm.png) left center no-repeat;
}
.gm span {
padding-bottom: 4px;
display: inline-block;
border-bottom: solid 1px #262626;
}
.gm:hover {
color: #FFE600;
background-image: url(images/gm_y.png);
}
.gm:hover span {
border-color: #FFE600;
}

/* page */
#pagetopmain {
margin-bottom: 100px;
}
.subtm {
width: 183px;
margin-bottom: -5px;
}
.about-1 {
background: url(images/about-bg.png) center top no-repeat;
background-size: cover;
border-radius: 40px;
}
.about-2 .left {
width: 42%;
}
.about-2 .right {
width: 54%;
}
.about-3 {
padding-top: 50px;
padding-bottom: 50px;
border-top: solid 2px #CDD6DD;
}
.about-3 .img {
max-width: 500px;
}
.about-3 .content {
width: 92%;
}
.about-3 .content .font_m {
margin-top: 20px;
}

.num-1 {
width: 93px;
margin-bottom: 20px;
}
.office_info {
width: 100%;
margin-top: 20px;
border-collapse: collapse;
border-top: solid 3px #CDD6DD;
border-bottom: solid 3px #CDD6DD;
font-weight: 500;
}
.office_info th {
padding: 20px;
padding-left: 0;
vertical-align: top;
text-align: left;
color: #7B8288;
border-top: solid 1px #CDD6DD;
width: 150px;
line-height: 1.6;
}
.office_info td {
padding: 20px 0;
border-top: solid 1px #CDD6DD;
line-height: 1.6;
}
.works-1 .content {
width: 92%;
}
.works-2 {
background-color: #fff;
padding: 40px 20px;
}
.works-2 > div {
max-width: 920px;
}
.works-2 .img {
max-width: 440px;
width: 47.83%;
border-radius: 10px;
overflow: hidden;
}
.works-2 .img2 {
max-width: 293px;
width: 31.85%;
}
.works-2 .content {
width: 47.83%;
}
.works-2 .content2 {
width: 63.8%;
}
.works-2 .title {
padding: 4px 0 4px 16px;
margin-bottom: 15px;
border-left: solid 6px #FFE600;
}
.works-2 .title2 {
padding-left: 15px;
margin-bottom: 15px;
background: url(images/cy.png) left center no-repeat;
}
.flow_tbl {
width: 100%;
border-collapse: collapse;
}
.flow_tbl th {
width: 140px;
text-align: left;
vertical-align: top;
background: url(images/bar_bg.png) 41px top repeat-y;
}
.flow_tbl .num-1 {
padding: 15px 0 25px;
background-color: #FAFDFF;
}
.flow_tbl td {
padding-bottom: 25px;
}
.flow_tbl td .box {
padding-top: 10px;
padding-bottom: 25px;
border-bottom: solid 2px #CDD6DD;
}
.flow_tbl td .box .font_m {
margin-top: 10px;
}
.works-3 > div {
width: 47%;
padding: 30px 20px;
background-color: #FFE600;
margin-top: 30px;
height: 240px;
}
.works-3 .content {
max-width: 390px;
}
.works-3 .content .font_m {
margin-top: 10px;
}
.works-3 .rnum {
width: 48px;
}
.recruit-1 {
background: url(images/top-recruit_bg.png) center top no-repeat;
}
.recruit-1 .catch {
max-width: 540px;
}
.recruit-1 .slides {
max-width: 350px;
}
.recruit-1 .slides .slick-slide {
padding: 0 15px;
}
.recruit-1 .slides .slick-slide img {
border-radius: 20px;
}

.recruit-1 .slides .slick-list {
overflow: visible;
}
.recruit-2 > div {
width: 47%;
margin-top: 50px;
}
.recruit-2 .num-1 {
margin-left: 15px;
margin-bottom: -15px;
position: relative;
z-index: 2;
}
.recruit-2 .img {
margin-bottom: 15px;
border-radius: 10px;
overflow: hidden;
}
.recruit-2 ul {
margin-left: 20px;
text-indent: -8px;
}
.recruit-2 .no-prof-image {
margin-top: 49px;
}
.recruit-3 {
margin-left: -40px;
margin-right: -40px;
font-size: 0;
}
.recruit-3 > div {
display: inline-block;
vertical-align: top;
padding: 0 15px;
margin-top: 40px;
max-width: 270px;
width: 50%;
}
.recruit_form .title {
margin-top: 30px;
margin-bottom: 10px;
}
.recruit_form input[type=text],
.recruit_form input[type=email],
.recruit_form textarea {
width: 99%;
border: solid 1px #CDD6DD;
padding: 12px 10px;
}
.recruit_form .wpcf7-radio .wpcf7-list-item {
margin-left: 0;
margin-right: 1em;
margin-bottom: 10px;
}
.recruit_form .wpcf7-radio .wpcf7-list-item-label {
font-weight: 500;
}
.recruit_form input[type=radio] {
width: 30px;
height: 30px;
vertical-align: middle;
margin-right: 5px;
}
.recruit_form input[type=checkbox] {
width: 22px;
height: 22px;
vertical-align: middle;
margin-right: 5px;
}
.recruit_form input[type=submit] {
display: block;
font-family: 'Noto Sans JP',sans-serif;
font-size: 20px;
font-weight: bold;
width: 280px;
padding: 25px 10px;
background-color: #FFE600;
margin: 40px auto 0;
border: none;
}
.recruit_form input[type=submit]:disabled {
background-color: #ccc;
}
.privacypolicy {
overflow: auto;
height: 200px;
border: solid 1px #CDD6DD;
background-color: #fff;
margin-top: 20px;
margin-bottom: 20px;
padding: 40px;
}
.privacypolicy p {
font-size: 14px;
}
/* post */
.wp-pagenavi .pages {
display: none;
}
.wp-pagenavi {
font-size: 0px;
text-align: center;
margin-top: 60px;
}
.wp-pagenavi span,
.wp-pagenavi a {
color: #98A6B5;
font-size: 18px;
font-weight: bold;
display: inline-block;
text-align: center;
padding: 10px 2px;
margin: 0 10px;
vertical-align: middle;
border: none;
border-bottom: solid 3px transparent;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.postlinks .prev,
.postlinks .next {
position:relative;
width: 60px;
height: 60px;
border: none!important;
font-size: 0;
display: inline-block;
vertical-align: middle;
}
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before,
.postlinks .prev:before,
.postlinks .next:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
background-color: #FFE600;
transition: 0.3s ease-in-out;
}
.wp-pagenavi a.previouspostslink:after,
.postlinks .prev:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-position: center center;
background-repeat: no-repeat;
background-image: url(images/la-3.png);
}
.wp-pagenavi a.nextpostslink:after,
.postlinks .next:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-position: center center;
background-repeat: no-repeat;
background-image: url(images/ra-3.png);
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
color: #262626;
opacity: 1;
border-bottom: solid 3px #262626;
}
.postlinks a:hover {
color: #262626;
opacity: 1;
}
.wp-pagenavi a.previouspostslink:hover:before,
.wp-pagenavi a.nextpostslink:hover:before,
.postlinks a:hover .prev:before,
.postlinks a:hover .next:before {
transform: scale(1.1);
}
.archive article {
padding: 24px 20px;
border-bottom: solid 1px #707070;
}
.archive article:first-child {
border-top: solid 1px #707070;
}
.entry-header .date {
font-size: 16px;
font-weight: bold;
color: #6C6C6C;
}
.entry-title.single {
margin-top: 20px;
margin-bottom: 30px;
font-size: 24px;
}
.postlinks {
margin: 60px auto 0;
max-width: 500px;
text-align: center;
}
.postlinks a {
padding: 0;
margin: 0;
line-height: 60px;
font-size: 18px;
font-weight: bold;
color: #98A6B5;
}
.postlinks .list {
display: inline-block;
max-height: 100%;
}
.postlinks .list a {
display: inline-block;
vertical-align: middle;
text-align: center;
margin-left: 10px;
margin-right: 10px;
}
.postlinks .prev {
margin-right: 10px;
}
.postlinks .next {
margin-left: 10px;
}
@media screen and (max-width: 999px){
#top-head .inner {
padding-left: 15px;
padding-right: 15px;
}
#top-head .logo {
width: 15%;
}
#topmain {
padding-left: 15px;
padding-right: 15px;
}
#topmain .left > div p {
font-size: 16px;
}
.recruit-3 {
margin-left: -15px;
margin-right: -15px;
}
}
@media screen and (max-width: 880px){
.works-3 > div {
height: 300px;
}
}
@media screen and (max-width: 799px){
#to_top {
width: 50px;
height: 50px;
}
body.open {
 overflow: hidden;
}
#top-head {
position: absolute;
height: 65px;
width: 100%;
margin-top: -65px;
top: 65px;
transition: margin-top 0.5s ease-in-out;
z-index: 100;
}
#top-head.open {
height: 100%;
}
#top-head.open:after {
content:'';
position: absolute;
background-color: #000;
width: 100%;
height: 100%;
opacity: 0.6;
}

#top-head:before {
content:'';
position: absolute;
width: 100%;
height: 0px;
background-color: #fff;
z-index: 102;
}
#top-head.fixed {
position: fixed;
margin-top: 0;
top: 0;
}
#top-head.open:before,
#top-head.fixed:before {
height: 65px;
}
#top-head.fixed:before {
opacity: 0.8;
}
#top-head .logo {
position: relative;
width: auto;
max-width: 165px;
padding: 10px 0;
line-height: 45px;
margin-right: 165px;
z-index: 103;
}
#mobile-nav {
display: block;
}
#top-head a.contact {
width: 100px;
height: 65px;
line-height: 65px;
font-size: 14px;
}
#global-nav {
 position: absolute;
 width: 100%;
 max-height: 100%;
 overflow: auto;
 float: none;
 clear: both;
 font-size: 0;
 top: -2000px;
 margin-top: -70px;
 padding-top: 70px;
 left: 0;
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
z-index: 101;
}
#global-nav ul {
margin-right: auto;
}
#global-nav li {
float: none;
margin-left: auto;
border-top: solid 1px #000;
}
#global-nav li a {
display: block!important;
width: auto!important;
height: 60px!important;
line-height: 24px!important;
padding: 16px 20px!important;
padding-right: 35px!important;
background-color: #fff!important;
border-radius: 0!important;
text-align: left!important;
}
#top-head a.contact .ar {
display: none;
}
#global-nav ul li a:after {
content: url(images/menu-arrow.png);
position: absolute;
width: 6px;
height: 10px;
top: 50%;
right: 20px;
left: auto;
visibility: visible;
opacity: 1;
background-color: transparent;
margin-top: -10px;
}
#global-nav li a .vis_h {
visibility: visible;
font-size: 16px;
color: #000;
vertical-align: middle;
}
#global-nav li a > div {
display: none;
}

#footer .footer_menu,
#footer .contact {
display: none;
}
/* #global-nav */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(2065px);
  -webkit-transform: translateY(2065px);
  transform: translateY(2065px);
}
#main {
margin-top: 65px;
}
.about-2 > div {
width: auto!important;
float: none;
}
.about-2 .left {
max-width: 320px;
margin: 40px auto 0;
}
.works-3 > div {
float: none;
width: auto;
max-width: 600px;
height: auto;
}
}
@media screen and (max-width: 639px){
html {
font-size: 14px;
}
.pd-t1 {
padding-top: 60px;
}
.pd-b1 {
padding-bottom: 60px;
}
.fs-1 {
font-size: 32px;
}
.fs-2 {
font-size: 24px;
}
.fs-3 {
font-size: 20px;
}
.fs-4 {
font-size: 16px;
}
.w639a {
width: auto!important;
float: none!important;
}
.sp639_fn {
float: none;
}
.rbox {
border-radius: 20px 20px 0 0;
}
.rbox2 {
border-radius: 20px;
overflow: hidden;
}
.rbox3 {
border-radius: 20px;
}
.mg-t {
margin-top: 10px;
}
.w639_mg-t {
margin-top: 40px;
}
#topmain .right {
width: auto;
}
#topmain .left {
width: auto;
}
#topmain .left > div {
width: auto;
padding: 0;
margin-top: -20%;
}
#topmain .top-image {
width: 65%;
}
#topmain .left .scroll {
display: none;
}
.topbox-1 {
margin-left: auto;
}
.topbox-1 .btn {
display: block;
margin-left: auto;
margin-right: auto;
}
#pagetopmain {
margin-bottom: 60px;
}
.about-3 {
padding-top: 40px;
padding-bottom: 40px;
}
.about-3 .content,
.works-2 .content,
.works-2 .content2 {
width: auto;
float: none;
margin-bottom: 30px;
}
.office_info th {
width: 100px;
}
.works-1 .content {
margin-bottom: 30px;
}
.recruit-1 .slides {
max-width: 280px;
}
.wp-pagenavi span,
.wp-pagenavi a,
.postlinks a {
font-size: 16px;
}
.news li a {
padding: 15px;
padding-right: 70px;
}
.news li a:before,
.news li a:after {
width: 40px;
height: 40px;
margin-top: -20px;
right: 15px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.postlinks .prev,
.postlinks .next {
position:relative;
width: 40px;
height: 40px;
}
.news li a:after,
.wp-pagenavi a.previouspostslink:after,
.wp-pagenavi a.nextpostslink:after,
.postlinks .prev:after,
.postlinks .next:after {
background-size: 15px;
}
.news .date,
.entry-header .date {
font-size: 14px;
}
.news .text {
font-size: 18px;
height: 20px;
}
.entry-title.single {
font-size: 20px;
}
}
@media screen and (max-width: 480px){
.sp480_tbl,
.sp480_tbl thead,
.sp480_tbl tbody,
.sp480_tbl tr,
.sp480_tbl th,
.sp480_tbl td {
display: block!important;
width: auto!important;
}
#footer {
padding-top: 50px;
}
#footer .footer_bottom {
padding-bottom: 50px;
}
.num-1 {
width: 70px;
}
.recruit-2 > div {
width: auto;
margin-top: 40px;
}
.recruit-2 .no-prof-image {
margin-top :0;
}
.recruit-3 .fs-3 {
font-size: 16px;
}
.flow_tbl th {
width: 90px;
background-position: 29px top;
}
.privacypolicy {
padding: 20px;
}
}
