@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Description: ★ むすぶ ★
Tags:
Version: 0.1.2
*/



/* common */
body {
    font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serifNoto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN";
}
p {
	line-height: 2rem;
	margin-bottom:0　!important；
}
a:hover {
	opacity: 0.8 ;
}
h2 {
	font-size:32px;
	font-weight: normal;
}
h3.index-content-h3  {
	padding: 0rem 2rem;
   border-left: 6px solid #faaf08;
	font-size:28px;
	font-weight: normal;
}
li a, p a {
	color: #222222;
    text-decoration: none !important;
}
li a, p a:hover {
    color: #faaf08;
}

a.entry-btn :hover  {
  background-color: rgb(255, 243, 226);
  color:rgb(5, 243, 226);
}
.page_top_btn {
	position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 40px;
    height: 38px;
    color: transparent;
    border: none;
	 background: rgba(215, 43, 22);
    box-shadow: none;
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
    text-decoration: none;
    border-radius: 100px;
}

/* index */
.about-table table th {
  background-color: rgb(254, 243, 226);
	text-align: left;
	font-weight: normal;
}
.about-table table td {
  background-color: rgb(255, 255, 255);
	text-align: left;
	vertical-align：　top;
	font-weight: normal;
}
.about-table table td ul {
	margin-top:0;
}
.index-conet-navi {
  background-color: rgb(254, 243, 226);
  width: 100%;
  padding:1rem;
}
p.index-content-navi a {
 text-decoration: none;
}
.index-conent-read {
	top: 3rem;
}


@media screen and (min-width: 768px) {
.index-conet-navi a:before {
  content: "　｜　";
}
.index-conet-navi a:first-child:before {
  content: "";
}
}


@media screen and (max-width: 767px) {
	/* index-conet-navi */
	.index-content-navi a {
	display:　block;
	width:100%;
	text-align:　center;
	text-decoration: none;
   border-bottom: medium solid #ffffff;
}
.index-conet-navi a:before {
	 content: "\f054";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
}
.index-conet-navi a:first-child:before {
	 content: "\f054";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
}
#vk-mobile-nav-menu-btn {
		display: none;
	}
}
	
/* footer */
footer .site-footer-copyright p:nth-child(2) {
    display:none !important;
}
.site-footer {
	  background-color: rgb(254, 243, 226);
}
.footer-nav {
	text-align: center;
	font-size: 1rem;
   background-color: #faf8f5;
}
.footer_sns {
	text-align: right;
	font-weight: 400;
	font-size: 1.5rem;
}
.footer_sns a {
	color: #d72b16;
}



.entry-footer, .next-prev, .entry-title, .entry-meta {
	display:none;
}
li a, p a  {
	color:#333333;
}
li a, p a:hover  {
	color:#d72b16 ;
}

#acf_top_list.single-post {
	display:none;
}
#acf_top_list h2 {
	border-top: solid 2px #d72b16;
}
/* エントリー */
.cform {
	width: 100%;
	margin: auto;
}
.cform tbody tr th {
	width: 20em; 
	border-bottom: solid 1px #d6d6d6;
	background-color: rgb(254, 243, 226);
	text-align: left;
	font-weight: normal;
}
.cform tbody tr th .required-srt {
	font-size: 0.8em;
	padding: 0.5em 1.5em;
	background: #D72A15;
	color: #fff;
	float: right;
	margin-right: 5%;
	vertical-align: middle;
}
.cform_submit-btn {
	text-align: center;
	margin: 1em auto;
}
.wp-block-buttons.is-content-justification-center {
    display: flex;
	margin-top: 1rem;
}
@media only screen and (max-width:767px) {
	.cform tbody tr th,
	.cform tbody tr td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cform tbody tr th .required-srt {
	float: none;
	margin-left: 5%;
	vertical-align: middle;
}

}

/* job */
.page-header {
  background-image: -moz-linear-gradient( 90deg, rgb(250,248,245) 0%, rgb(254,243,226) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(250,248,245) 0%, rgb(254,243,226) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(250,248,245) 0%, rgb(254,243,226) 100%);
	color:#d72b16;
}

h1.page-header-title, .page-header-title {
	font-weight: 500;
}

.entry-body h2 {
	border-top: 2px solid #d72b16;
}

h3.job-content-h3 {
	padding: 0rem 2rem;
  border-left: 6px solid #faaf08;
	font-size:28px;
	font-weight: normal;
	border-bottom: none;
}
h3.job-content-h3:after {
	content: none;
}

/* 採用情報 */
#cfs_Employment_Information table th{
	width:20%;
	background-color: rgb(254, 243, 226);
}
#cfs_Employment_Information table td{
	background-color: #fff;
	line-height: 1.8;
}
table a {
	color: red;
}

#acf_top {
	display:flex;
	flex-wrap:wrap;
}
#acf_top table {
	border: 0px none;
	line-height: 1.5em;
}
#acf_top table th {
	border: 0px none;
	padding:0;
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}
#acf_top table td {
	border: 0px none;
	padding:0;
	font-size: .8em;
	font-weight: normal;
}
.acf_top_card {
	box-sizing: border-box;
	padding:1em;
	background-color: #fff;
	margin:0 20px 20px 0;
	width: calc(50% - 20px / 2);
}
.acf_top_card:nth-child(2n){
	margin-right:0;
}
.acf_top_title {
	font-size: 1em;
	font-weight: bold;
	border-bottom: solid 1px #d72b16;
	margin-bottom: 10px;
}
.acf_top_box {
	display:flex;
}
.acf_top_img {
	margin-right: 2%;
	width:30%;
	height:auto;
}
.acf_top_info{
	width:70%;
}
.acf_top_butbox {
	text-align:right;
	padding-right:5%;
}
.acf_top_but {
	background-color: #faaf08;
	color:#fff;
	border-radius: 6px;
	border: 1px solid transparent;
	padding: .5em;
}

@media screen and (max-width: 767px) {
	#acf_top {
	display:block;
}
	.acf_top_card {
	width: calc(100% - 0px);
}
	.acf_top_img {
	width:100%;
	margin-right: 0;
}
	.acf_top_img img {
	width:100%;
}
	.acf_top_box {
	display:block;
}
	.acf_top_info{
	width:100%;
}

}


