/*-----------------------  フォント指定 -------------------------------*/
/*
紺        #193e84
薄水色    #E8F0FF
黄色      #D0CE7C

/*
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    src: url("../../font/YakuHanJP-Regular.woff2") format("woff2"),
    url("../../font/YakuHanJP-Regular.woff") format("woff");
}
*/
/* ルートのフォントサイズを10pxに設定しておく */
html {
    font-size: 62.5%;
}

/*
    font-family:"新丸ゴ R", 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "メイリオ","ＭＳ Ｐゴシック", sans-serif;
    font-family: "TBUDゴシック R","TBUDゴシック E", "游ゴシック Medium", "メイリオ","ＭＳ Ｐゴシック", sans-serif;

	font-family: 'YakuHanJP', "メイリオ", 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;    
	font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;    
.wf-mplus1p { font-family: "M PLUS 1p"; }

    font-family: "Noto Sans JP";
    color: #445E42;

	font-family: "Sawarabi Gothic", "游ゴシック Medium", "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-family:'Arial',"Helvetica Neue",'Kosugi Maru',"游ゴシック", "メイリオ","ＭＳ Ｐゴシック", sans-serif;

*/
body {
	text-align: justify;
	font-family: 'Arial',"Helvetica Neue","Noto Serif JP","Noto Sans JP","游ゴシック", "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #111111;
	line-height: 1.5em!important;
	font-weight: normal;
}


body{   box-sizing: border-box; }
body *{   box-sizing: inherit; /* box-sizingの値は継承されないので明示的に設定 */ }

/* 以下、rem指定となる   18px は 1.8rem   */
/*
P {color: #010101;}
*/
 
P { 	margin-bottom: 0em!important; }

/*---------------  初期設定  ---------------*/
a {
    color: #006E35;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
}
a:hover{    color: #aacf45; }
img {		max-width: 100%; 	}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*
    font-feature-settings: "palt";
    */
}

UL{
    list-style-position: outside;
    margin-left: 30px;    
}

/* iPhoneリスト先頭の文字化け対策  */
LI { text-align:left; }

/*---------------  bootstraps 上書き  ---------------*/

BUTTON:focus{ outline: none}

/*---------------  文字オーバー色  ---------------*/
::selection {
    background-color: #dddddd;
}
::-moz-selection {
  background: #dddddd; /* Firefox */
}
::-webkit-selection {
  background: #dddddd; /* Safari */
}

/*----------------------- 見出し ----------------------------*/

H1,H2,H3,H4,H5 {
	line-height: 1.6;
}
H1 {
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	margin-top: 60px;
	display: block;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold!important;
}
H2 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 60px;
} 

H3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
} 
H4{
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
	color: #007e34;
}H5{
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
}

/*  見出し用アンダーライン  */
.under_line {
	border-bottom: 1px solid #e4e4e4;
	text-align: left;
	color: #121212;
	position: relative;
	line-height: 1.5em;
	padding-bottom: 5px;
	font-size: 26px;
	font-size: 2.6rem;
	padding-left: 15px;
}
.under_line::after {
	content: "";
	background-color: #D1AC00;
	background-color: #BA1B1D;
	background-color: #6096BA;
	background-color: #A53F2B;
	background-color: #BE6E46;
	background-color: #193e84;
	height: 3px;
	width: 150px;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;

}


@media only screen and (max-width: 500px){
H2 {
	font-size: 26px;
	font-size: 2.6rem;

} 
H3 {
	font-size: 22px;
	font-size: 2.2rem;
}
H4{
	font-size: 20px;
	font-size: 2.0rem;
}	
}



/*----------------------- 線 ----------------------------*/
/*
HR{
    background-image: url(../images/footer.jpg);
    background-position: left bottom;
    height: 14px;
    background-repeat: repeat-x;
    border-top-width: 0px;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
*/
HR{
	background-image: url(../images/d_line.png);
    background-position: left bottom;
    height: 14px;
    background-repeat: repeat-x;
    border-top-width: 0px;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
HR.hr2{
	background-image: url(../images/d_line2.png);
	background-position: center bottom;
	height: 14px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
HR.hr3{
	background-image: url(../images/d_line3.png);
	background-position: left bottom;
	height: 14px;
	background-repeat: repeat-x;
	border-top-width: 0px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*----------------------- マージン ----------------------------*/

.m_0 {
	margin-top: 0px !important;
	margin-right: 0px !important ;
	margin-bottom: 0px !important;
	margin-left: 0px !important; }

.m_t0 {	margin-top: 0px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t45 { margin-top: 45px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t60 { margin-top: 60px !important; }
.m_t90 { margin-top: 90px !important; }
.m_t120 { margin-top: 120px !important; }

.m_t1e { margin-top: 1em !important;  }
.m_t2e { margin-top: 2em !important;  }
.m_t3e { margin-top: 3em !important;  }

.m_nt30 { margin-top: -30px !important; }
.m_nt120 { margin-top: -120px !important; }

.m_b0 { margin-bottom: 0px !important; }
.m_b1e { margin-bottom: 1em !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b60 { margin-bottom: 60px !important; }
.m_b90 { margin-bottom: 90px !important; }
.m_b120 { margin-bottom: 120px !important; }
.m_b150 { margin-bottom: 150px !important; }

.m_l15 { margin-left: 15px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l60 { margin-left: 60px !important; }

.m_r15 { margin-right: 15px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r60 { margin-right: 60px !important; }

.m_lr10 { 	margin-left: 10px !important;
	margin-right: 10px !important; }

.mp_l0 {
	margin-left: 0px!important;
	padding-left: 0px!important;
}

.p_0 {  padding-top :0px !important; padding-bottom :0px !important; padding-left: 0px !important;    padding-right: 0px  !important;}
.p_30 {  padding-top :30px !important; padding-bottom :30px !important; padding-left: 30px !important;    padding-right: 30px  !important;}
.p_60 {  padding-top :60px !important; padding-bottom :60px !important; padding-left: 60px !important;    padding-right: 60px  !important;}

.p_t0 {     padding-top: 0px !important; }
.p_t30 {     padding-top: 30px !important; }
.p_t60 {     padding-top: 60px !important; }
.p_t90 {     padding-top: 90px !important; }

.p_b0 {     padding-bottom: 0px !important; }
.p_b30 {     padding-bottom: 30px !important; }
.p_b60 {     padding-bottom: 60px !important; }
.p_b120 {     padding-bottom: 120px !important; }

.p_lr0 { padding-left: 0px !important;
	     padding-right: 0px  !important; }
.p_lr10 { padding-left: 10px !important;
	     padding-right: 10px  !important; }
.p_l0 {  padding-left: 0px !important; }
.p_r0 {  padding-right: 0px !important; }


.p_tb30 {     padding-top: 30px !important; padding-bottom: 30px !important; }
.p_tb60 {     padding-top: 60px !important; padding-bottom: 60px !important; }
.p_tb90 {     padding-top: 90px !important; padding-bottom: 90px !important; }


/*----------------------- フォント ----------------------------*/

/* フォント */
.f80p {	font-size: 80%!important;}
.f90p {	font-size: 90%!important;}

.f-Gothic {	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.f_bold{ 	font-weight: bold!important;  }

.f14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.f15 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7em;
}
.f16 {  font-size: 16px;
       font-size: 1.6rem;
}
.f20 {  font-size: 20px;
       font-size: 2.0rem;
}
.f32 {  font-size: 32px;
       font-size: 3.2rem;
}

.f_lh2 {    line-height: 2em!important; }


/*----------------------- 文字色 ----------------------------*/


.colorBk {	color: #111111!important; }
.colorW {	color: #FFFFFF!important; }
.colorO {    color: #FCC800!important;}
.colorP {	color: #912F56!important; }
.colorG {	color: #009E96!important; }
.colorR {	color: #C71616!important; }
.colorTitle {	color: #7A918D!important; }



/*----------------------- 背景色 ----------------------------*/

/* ライトグリーン   */

.bg_colorW {    background-color: #FFFFFF!important; }
.bg_colorG {    background-color: #EDF3EF!important; }


/*
.bg_color1 {
	background-color: #FFFFFF;
	position: relative;
	margin-top: 240px;
}
.bg_color1::before {
  content: '';
  width: 30%;
  height: calc(100% + 20rem);
  background: #E1E7F2;
  display: block;
  position: absolute;
  right: 20%;
  bottom: 0;
  margin: auto;
}
*/
/* 斜め背景
*/
.bg_color1 {
	position: relative;
	padding-top: 400px;
	margin-top: -200px;
	margin-bottom: 200px;
}
.bg_color1:before {
	content: "";
	position: absolute;
	width: 100%;
	background-size: contain;
	height: 100%;
	top: 300px;
	right: 0;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	background-color: #EFECE9;
    z-index: -20;    
}
.bg_color2 {
	position: relative;
	padding-top: 400px;
	margin-top: -200px;
	margin-bottom: 200px;
}
.bg_color2:before {
	content: "";
	position: absolute;
	width: 100%;
	background-size: contain;
	height: 100%;
	top: 300px;
	right: 0;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	background-image: url(../images/bg0.jpg);
    z-index: -20;    
}
.bg_color3 {
	position: relative;
	padding-top: 400px;
	margin-top: -200px;
	margin-bottom: 200px;
}
.bg_color3:before {
	content: "";
	position: absolute;
	width: 100%;
	background-size: contain;
	height: 100%;
	top: 300px;
	right: 0;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	background-image: url(../images/bg0.jpg);
    z-index: -20;
}



.z-index-100{z-index: 100;}

    
.bg_color_b {
    background-image: url("../images/top_b_footer.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    z-index: 100;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 120px;
}
@media only screen and (min-width: 1921px){
.bg_color_b  {
	display: none;
 }
}
/*----------------------- ボタン ----------------------------*/
/*

    .btn_1 {
	background: #006E35;
	border: 1px solid #004923;
	box-shadow: 0px 2px 0 #34473D,2px 4px 6px #34473D;
	font-weight: 900;
	letter-spacing: 1px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	width: 250px;
	height: 200px;
	-webkit-box-shadow: 0px 2px 0 #34473D,2px 4px 6px #34473D;
    }
    .btn_1:hover {
        background: #8EC31F;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
        text-decoration: none;
        text-shadow: -1px -1px 0 #c2211c;
        -webkit-transition: all 250ms linear;
        transition: all 250ms linear;
    }

*/



/*----------------------- 改行 ----------------------------*/

    .span500_d { display: inline-block;}   
    .br768_off {display: block!important;}   
    .br768_on  {display: none!important;}  
    .br500_off {display: block;}   
    .br500_on  {display: none;}  

@media only screen and (max-width: 767px){
    .br768_off {display: none!important;}   
    .br768_on  {display: block!important;}  
}
@media only screen and (max-width: 500px){
    .span500_d {display: block;}   
    .br500_off {display: none;}   
    .br500_on  {display: block;}  
}
    