/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.5.1
*/

/*全体*/
/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 600px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
}

.contdan {
    padding: 3%;
}

.contdan-bkg {
    background-color: #FFFEF2;
	border: 2px solid #9EE2FF;
	margin: 4%;
    padding: 2%;
	border-radius: 10px 10px 10px 10px;
}

.contdan-lr {
    padding-left: 3%;
    padding-right: 3%;
}
/*余白*/
.yoha-gl{
	height:100px;
}
.yoha-l{
	height:50px;
}
.yoha-m{
	height:20px;
}
.yoha-s{
	height:10px;
}
/*見出し*/
.mida1 {
  background: #4974bc; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  padding-top: 12px;
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
  font-size:30px;
}

.mida1:before {
    margin-right: 0.5rem;
    border-left: 10px solid;
    content: '';
}


.mida2 {
  background: #FF7598; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  padding-top: 12px;
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
  font-size:30px;
}
.mida2:before {
    margin-right: 0.5rem;
    border-left: 10px solid;
    content: '';
}
.mida3 {
  background: #17c350; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  padding-top:0.3em;
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
  font-size:30px;
}
.mida3:before {
    margin-right: 0.5rem;
    border-left: 10px solid;
    content: '';
}


/*トップページ*/
img.wp-image-1837 {
    border-radius: 50% 50% 50% 50%;
}
@media screen and (max-width:600px) {
	h2.is-style-vk-heading-plain {
	    text-align: center;
	}
}
/*ボタン*/
.btn--orange,
a.btn--orange {
	color: #fff;
	background-color: #eb6100;
	width: 100%;
	box-shadow: 1px 2px #c4c2c2;
}
.btn--orange:hover,
a.btn--orange:hover {
	color: #eb6100;
	background: #ffe685;
}
.btn--green,
a.btn--green {
	color: #fff;
	background-color: #b9db51;
	width: 100%;
	box-shadow: 1px 2px #c4c2c2;
}
.btn--green:hover,
a.btn--green:hover {
	color: #869f3a;
	background: #ffe685;
}
.btn--blue,
a.btn--blue {
	color: #fff;
	background-color: #4974BC;
	width: 100%;
	box-shadow: 1px 2px #c4c2c2;
	height: 70px;
	font-size: 1.5rem;
    padding-top: 4%;
}
.btn--blue:hover,
a.btn--blue:hover {
	color: #4974BC;
	background: #ffe685;
}
.btn--pink,
a.btn--pink {
	color: #fff;
	background-color: #FF7598;
	width: 100%;
	box-shadow: 1px 2px #c4c2c2;
	height: 70px;
	font-size: 1.4rem;
    padding-top: 0%;
}
.btn--pink:hover,
a.btn--pink:hover {
	color: #FF7598;
	background: #ffe685;
}
.btn--green2,
a.btn--green2 {
	color: #fff;
	background-color: #18D958;
	width: 100%;
	box-shadow: 1px 2px #c4c2c2;
	height: 70px;
	font-size: 1.5rem;
	padding-top: 0%;
}
.btn--green2:hover,
a.btn--green:hover {
	color: #14c950;
	background: #ffe685;
}

a.btn--radius {
	border-radius: 100vh;
}

.kankaku {
    margin-bottom: 54px!important;
}

.tbt {
    max-width: 300px;
}
/*横並び*/
.itemsk{
  box-sizing: border-box;
  padding: 40px 80px;  
}

/*フッター*/
.site-footer-copyright p+p{
    display:none !important;
}
/*投稿者非表示*/
#padSection {
    display:none !important;
}
/*アーカイブ非表示*/
.widget_wp_widget_vk_archive_list{
    display:none !important;
}
/*表デザイン*/
table.tade1 {
	border-collapse: collapse;
	width:100%;
}
table.tade1 th {
    border-bottom: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    background-color: #3657a1;
    color: #FFF;
    height: 80px;
    text-align: center;
	width: 25%;
}
table.tade1 td {
	border-bottom: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

/*受講者の声*/
.voice {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 12px 3rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  font-size: 16px;
}
.voice:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
.h-body {
    background-color: #FFFEF2;
    border: solid ,1;
    border: 2px solid #9EE2FF;
	border-radius: 20px 20px 20px 20px;
}
.h-bp{

    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}
/*フォーム*/
#contactf {
    /* max-width: 80%; */
    /* border: 1px solid; */
    padding: 3%;
}

/*研修情報*/
#post-1926 h2 {
    padding: 0.5em 0;
    border-bottom: 2px solid var(--vk-color-primary);
    border-top: none;
}
#post-1926 h4 {
    background-color: #dbdbdb;
}
.lemag{
    margin-left: 20px;
    margin-top: 15px;
	margin-right: 20px;
}
/*スキルドエヒメってなに*/
.bgi {
  background-image: url(https://skilled-ehime.jp/wp-content/uploads/2022/03/4193003_ms.jpg);
  background-position: center center;
  background-repeat: no-repeat;
/*  background-attachment: fixed;   */
  background-size: cover;
  background-color: #464646;
  padding: 2%;
}
.yakuf{
	font-size:19px!important;
}
.namef{
	font-size:25px!important;
}
.kanaf{
	font-size:15px!important;
}
.font1{
	font-size:30px!important;
	color: #3461ac;
}
@media screen and (max-width:600px) {
	img.wp-image-2056{
	    width: 60%!important;
	    margin-left: auto;
	    margin-right: auto;
	}
	img.wp-image-2057{
	    width: 60%!important;
	    margin-left: auto;
	    margin-right: auto;
	}

}
h2.phone_area {
    text-align: center;
}

/*お知らせ*/
.entry-header .entry-meta {
    display: none;
}
