@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning-pro
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.2.0
*/



/* 　スライダー下調整　*/

.carousel {
    border-bottom:none;
    }

.home .siteContent {
    padding-top:5 !important;
    }

/* 　囲み線　*/

.kakomi-box3 {
 margin: 2em auto;
 padding: 1em;
 border: 1px solid #ccc; /* 枠線 */
 background-color: #fff; /* 背景色 */
 box-shadow: 1px 1px 2px #ccc;
}

.page-header .page-header_pageTitle {
    color: #454545;
}


body,
p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
 font-weight:500 !important;

    }

@media (min-width: 992px) {
    
p {
font-size:18px;
    } 
    
}

/* 979px以下用（タブレット用）の記述 */
@media screen and (max-width: 979px) {
p {
font-size:18px;
    } 
}	

/* 767px以下用（タブレット／スマートフォン用）の記述 */
@media screen and (max-width: 767px) {
p {
font-size:18px;
    } 
}	

/* 479px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 479px) {
p {
font-size:18px;
    } 
}	



/* ヘッダーメニュー */

.gMenu_name {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
 font-weight:500 !important;
    }

nav {
    font-size: 17px;
}


/* 見だしフォント */
.veu_leadTxt, dt, h1, h2, h3, h4, h5, h6 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
 font-weight:500 !important;
}



.page-header .page-header_pageTitle {
    letter-spacing: 3px;
     font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
 font-weight:500 !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #bbb;
}



.site-header-logo img{
width: 280px;
height: 60px;
max-height: 60px;
}


/* — お問い合わせフォーム　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:1em;/* ボタン内の余白 */
margin:2em 0em;/* ボタンの上下にのみ余白 */
background: #49a9d4;/* 背景色 */
border-radius: 5px;/* 角を丸く*/
border-color: #fff!important;
color: #fff!important;/* 文字の色*/
font-size: 18px;/* 文字の大きさ */
font-weight: bold;/* 太字*/
}
input.wpcf7-submit:hover {
opacity: 0.8;/* マウスオンで半透明に */
}


/* 　シンプルボタン　*/

.simple_square_btn2 {
	display: block;
	position: relative;
	width: 200px;
	padding: 0.6em;
	text-align: center;
	text-decoration: none;
	color:#337ab7;
	background: #fff;
	border:1px solid #337ab7;
}
.simple_square_btn2:hover {
	 background: #337ab7;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}








/* ロゴ右側のブロック */
.logo-after {
    display: block;
    width: 200px;
    float: right;
	text-align:right；
}
 
.logo-after img {
    max-height: 60px;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}



.veu_contact .contact_txt_tel {
    padding: 5px 0;
    font-size: 28px;
    line-height: 105%;
    font-weight: 700;
    color: #EE86A1;
}




.headerTop .headerTop_description {
    font-size: 15px;
}


.headerTop ul>li>a, .headerTop ul>li>span {
    font-size: 18px;
}







table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #FCEDF1;
  color: #000;
  
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}



table{
  border-collapse: collapse;
  width: 100%;
}
.tb02 th,
.tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb02 th {
  background: #DEEEEE;
  color: #000;
  
}
@media screen and (max-width: 640px) {
  .tb02 {
    width: 100%;
  }
  table.tb02 th,
  table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #bbb;
}



/* 　スライド下タイトル　*/

/* デフォルト：980px以上用（PC用）の記述 */
.widget_ltg_adv_full_wide_title_title, .widget_ltg_full_wide_title_title {
padding: 0;
line-height: 1.5em;
background: 0 0;
border: none;
font-size:32px;
color:#008df9;
margin-bottom: 20px;	
}

/* 979px以下用（タブレット用）の記述 */
@media screen and (max-width: 979px) {
.widget_ltg_adv_full_wide_title_title, .widget_ltg_full_wide_title_title {	
font-size:30px;	
color::#008df9;
}		
}	

/* 767px以下用（タブレット／スマートフォン用）の記述 */
@media screen and (max-width: 767px) {
    
.widget_ltg_adv_full_wide_title_title, .widget_ltg_full_wide_title_title {	
font-size:22px;	
color::#008df9;
}		
}

/* 479px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 479px) {

.widget_ltg_adv_full_wide_title_title, .widget_ltg_full_wide_title_title {	
font-size:21px;	
color:#02B1AA;
}		
}




.vk_post .vk_post_excerpt {
    margin: .8rem 0;
    font-size: 16px;
    line-height: 1.6;
    opacity: .8;
}




/*ロゴ画像を元画像どおりのサイズで表示*/
.navbar-brand img {
max-height: none !important;
width:380px;/* 例 */
}




/* 　スライド下タイトル02　*/

/* デフォルト：980px以上用（PC用）の記述 */
.toptopic, 
.toptopic {
padding: 0;
line-height: 1.5em;
background: 0 0;
border: none;
font-size:40px;
color:#242424;
margin-bottom: 20px;	
}

/* 979px以下用（タブレット用）の記述 */
@media screen and (max-width: 979px) {
.toptopic,
.toptopic {	
font-size:30px;	
color:#242424;
}		
}	

/* 767px以下用（タブレット／スマートフォン用）の記述 */
@media screen and (max-width: 767px) {
    
.toptopic,
.toptopic {	
font-size:22px;	
color:#242424;
}		
}

/* 479px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 479px) {

.toptopic, 
.toptopic {	
font-size:21px;	
color:#242424;
}		
}
