@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/


@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:600&display=swap&subset=japanese');
/*@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:500,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');*/



body {
    color: #333;
    /*font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Verdana,Meiryo,sans-serif;*/
}

p {
	font-size: 16px;
}	


@media (min-width: 576px) {
p {
	font-size: 17px;
}		
}


/*ロゴ調整*/

@media (min-width: 992px) {
.siteHeader .container {
    padding-top: 27px;
    padding-bottom: 14px;
}
}

@media (max-width: 991.98px) {
.navbar-header {
    padding-top: 15px;
	padding-bottom: 15px;
}
}


.gMenu>#menu-item-344:before {
	display: none;
}

/*ヘッダーのカラー調整onoff--------------------------------------------------*/
/*.headerTop, .siteHeader {
	background: url(image/header3.jpg) no-repeat;
    background-size: cover;
}*/





/*メニューのホバーカラー*/
/*.gMenu>li:before {
    border-bottom: 1px solid #FFFFFF;
}*/



/*ヘッダーのカラー調整onoff--------------------------------------------------*/







dt {
    border-left-color: #faaf3b;
}

.dashed {
 border-bottom: dashed 2px #b2b2b2 !important;
 padding: 0 0 0.5em 0 !important;
}


.memories {
	margin-top: -6%;
	width: 70%;
	float: right;
}



/*立体ボタン*/

.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f05a24;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #d8491d;
  border-radius: 3px;
	letter-spacing: 1px;
	font-weight:600;
	
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.btn-square:hover {
  /*ボタンを押したとき*/
  text-decoration: none;
  background: #ff7f57;/*ボタン色*/
  transition: 0.5s;
  color: #FFF;
}


.btn-square-color-green {
  border-bottom: solid 4px #33ab3c !important;
  background: #3cbf49 !important;/*ボタン色*/
  color: #FFF !important;
}

.btn-square-color-green:hover {
  background: #1ea62b !important;/*ボタン色*/
  color: #FFF !important;
}






.grecaptcha-badge {
  bottom: 80px !important; 
}




/*ipad ヘッダーカラム1段への調整*/


@media (min-width: 992px) {
.gMenu_outer {
    right: 0;
    float: right;
    width: unset;
}
.siteHeader_logo {
    float: left;
    width: unset;
}
}




/*上記テーマ毎に任意に変更---------------------------------------------*/


.base-color-f {
	color: #49a8b2;
}

.base-color-bg {
	color: #49a8b2;
}


h3 {
	line-height: 1.6;
}

p {
    line-height: 1.6;
}

.m-plus {
	font-family: 'M PLUS 1p', sans-serif;
}

.m-plus-r {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
}


.mincho {
	font-family: 'Noto Serif JP', serif;
}


/*会社ごとの追加デザイン-----------------------------------------------------------*/


a:hover.wink-custom {
    opacity: 0.8;
    transition: 0.5s;
	text-decoration: none;
	color: #3A3A3A;
}


/*見出し右ポイント装飾*/



.midashi-point {
	position: absolute;
	right: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -30px;
}



.profile-box {
	background-color: #1E1E1E;
	padding: 1.5em;	
}


h3.haikei-maru {
  background: #55a577; /*背景色*/
  padding: 0.5em 1em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.2em;/*角の丸み*/
  display: block;
  width: 100%;
}



/*角がぺろっと剥がれるデザイン 上書き*/
h2.h-01 {
  position: relative !important;
  background: #c69c6d !important;
  box-shadow: 0px 0px 0px 5px #c69c6d !important;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em !important;
  color: #FFFFFF !important;
}

h2.h-01:after {
  position: absolute !important;
  content: '' !important;
  left: -7px !important;
  top: -7px !important;
  border-width: 0 0 15px 15px !important;
  border-style: solid !important;
  border-color: #fff #fff #996e44 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
}


/*角丸ボックス*/

.box2 {
    padding: 2em;
    background: #fff8ee;
    border: solid 2px #faaf3b;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/*二重線の枠ボックス*/

.box5 {
    padding: 2.5em 2.5em;
    margin: 0;
    border: double 5px #55a577;
	background-color: #FFFFFF;
}
.box5-2 {
    padding: 1em;
    margin: 0;
    border: double 3px #66806c;
	background-color: #FFFFFF;
}

/*ベタボックス*/

.box3 {
    padding: 20px 1em;
    background: #cd4339;/*背景色*/
}

.h-box {
    padding: 0.5em 1em;
    background: #42210b;/*背景色*/
}


/*ノーマル　リスト*/

ul.no-list {
	padding-left: 1em;
}

ul.no-list li {
	margin-bottom: 1.6em;
}

/*会社ごとの追加デザインend-----------------------------------------------------------*/




.siteHeader {
    box-shadow: 0 1px 3px rgb(255 255 255);
}









/*トップメイン*/


.main-bg {
    background: url("image/img-main-bg.jpg");
    background-position: center;
	background-size:cover;
}



@media (min-width: 768px) {
.main-border {
	background: url(image/main-under.png) repeat-x;
	margin-top: -30px;
	padding-top: 30px;
	position: relative;
}
}


/*中ぺージのヘッダー設定*/

.page-header {
    background-color: #036eb7;
    /*text-align: center;
    background: url(image/page-header.jpg) no-repeat;
    background-size: cover;*/
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 2em 0;
    font-size: 16px !important;
    line-height: 1.1;
	font-family: 'Noto Serif JP', serif;
	/*color: #FFFFFF;*/
}
@media (min-width: 768px) {
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 3em 0;
    font-size: 20px !important;
}	
}


/*共通css---------------------*/






/*見出し指定---------------------*/

/*アンダーバー*/

.txt-under {
  position: relative !important;
  margin-bottom: 40px !important;
}

@media screen and (min-width:768px){
.txt-under {
  margin-bottom: 40px !important;
}
}

.txt-under:before {
  content: '';
  position: absolute !important;
  bottom: -15px !important;
  display: inline-block !important;
  width: 60px !important;
  height: 2px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-color: #66806c !important;
  border-radius: 2px !important;
}

/*アンダーバー*/



h2.maintxt {
    background: none;
    border: none;
    padding:0;
	line-height: 1.4;
	
}






.normal-txt {
    background: none;
    border: none;
    padding:0;
	margin: 0;
	text-align: left;
	line-height: 1.4;
	box-shadow: none;
}

.normal-txt:after {
    display: none !important;
}




/*背景指定---------------------*/

.bg-001 {
    background: url(image/bg001.jpg) repeat;

	background-size:cover;
    background-position: center;
}

.bg-002 {
    background: url(image/bg-02.jpg) no-repeat;
	background-size:cover;
    background-position: center;
}

.bg-002-sp {
    background: url(image/img-02.jpg) no-repeat;
	background-size:cover;
    background-position: left;
}
.bg-003 {
    background: url(image/bg-03.jpg) no-repeat;
	background-size:cover;
    background-position: center;
}
.bg-004 {
    background: url(image/bg-04.png) no-repeat;
	background-size:100%;
    background-position: center;
}


.bg-maru {
    background: url(image/maru00-sp.jpg) no-repeat;
	background-size: cover;
    background-position: center;
	height: 250px;
}


@media (min-width: 576px) {
.bg-maru {
    background: url(image/maru00.jpg) no-repeat;
	background-size: cover;
    background-position: center;
	height: 360px;
}
}



.bar-01 {
    width: 100%;

}


@media (min-width: 576px) {
.bar-01 {
    width: 70%;
}
}

