/*配信・スマフォ*/

#none_pc { display: none; overflow: hidden; }/*ＰＣ表示させない*/
#none_smart { }/*スマフォ表示させない*/

smart_br {/*改行*/
display: block;
}

@media screen and (min-width: 680px){   
.pc { display:block; }
.sp { display:none; }
}
@media screen and (max-width: 680px){   
.pc { display:none; }
.sp { display:block; }
}


html,body,table,th,td,div {
font-size: 100%;
}



/* ページトップへ戻るボタン */
#pagetop { position:fixed; bottom:0px; right:10px; padding:0; z-index: 900;}
#pagetop img { width: 100px; }











#Main_Grid {
max-width: 100%;
padding: 50px 20px 50px 20px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Main_Center {
width: 100%;
text-align: center;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 20px auto 20px auto;/* 上・右・下・左*/
}
#Main_Left {
width: 100%;
text-align: justify;/*両端揃え*/
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 50px auto 20px auto;/* 上・右・下・左*/
}





#Background_White {/* BOX-ホワイト */
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
color: #3A3A3A;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
background: linear-gradient(90deg,#DCDCDC,#E7E7E7,#DCDCDC);/*背景色*/
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#White_Title {
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
text-align: center;
width: 100%;
color: #003759;/*フォント色*/
font-size: 150%;
line-height: 130%;
font-feature-settings: "palt";/* 文字詰め */
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 10px 0px 10px 0px;/* 上・右・下・左*/
}
#White_ZOBI {
font-family: rift-soft, sans-serif;
font-weight: 500;
font-style: normal;
text-align: center;
width: 100%;
color: #003759;/*フォント色*/
font-size: 90%;
line-height: 100%;
letter-spacing:0.1em;/*文字間隔*/
text-indent:0.1em;/*文字間隔*/
opacity: 0.5;/*透明度*/
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px 0px 30px 0px;/* 上・右・下・左*/
}

#Background_Black {/* BOX-ブラック */
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
color: #FFFFFF;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
background: linear-gradient(90deg,#1C2226,#232a30,#1C2226);/*背景色*/
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Black_Title {
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
text-align: center;
max-width: 100%;
color: #FFCF37;/*フォント色*/
font-size: 150%;
line-height: 130%;
font-feature-settings: "palt";/* 文字詰め */
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 10px 0px 10px 0px;/* 上・右・下・左*/
}
#Black_ZOBI {
font-family: rift-soft, sans-serif;
font-weight: 500;
font-style: normal;
text-align: center;
width: 100%;
color: #FFCF37;/*フォント色*/
font-size: 110%;
line-height: 100%;
letter-spacing:0.1em;/*文字間隔*/
text-indent:0.1em;/*文字間隔*/
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px 0px 50px 0px;/* 上・右・下・左*/
}

#Background_Grid_box {
max-width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 50px auto 0px auto;/*上・右・下・左*/
}
#Grid_2 {
width: calc(100% / 1);/*2等分*/
display: flex;
box-sizing:border-box;
}
#Grid_box {
width: 100%;
text-align: justify;/*両端揃え*/
padding: 10px 0px 10px 0px;/* 上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_box img {
max-width: 100%;
height: auto;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px 0px 50px 0px;/*上・右・下・左*/
border-radius: 5px;/*角丸める*/
}
#Grid_box_title {
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
width: 100%;
color: #FFCF37;/*フォント色*/
font-size: 120%;
line-height: 150%;
text-align: left;
display:inline-block;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
padding: 2px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px auto 10px auto;/* 上・右・下・左*/
}

#Title_LS {
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
text-align: center;
font-size: 100%;
line-height: 130%;
display: flex;
align-items: center;
justify-content: center;
font-feature-settings: "palt";/* 文字詰め */
margin: 0px 0px 20px 0px;/* 上・右・下・左*/
}
#Title_LS:before,
#Title_LS:after {
border-top: 1px solid #686868;
content: "";
width: 30px; 
}
#Title_LS:before {
margin-right: 10px; 
}
#Title_LS:after {
margin-left: 10px; 
}


.img100 {
width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
}


.table_business {/*業務一覧*/
width: 100%;
text-decoration: none;
text-align:center;
border-collapse:  collapse;/*テーブル枠1px*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.table_business th {
display:none;
}
.table_business td {
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
width: 100%;
font-size: 100%;
line-height: 180%;
text-align: justify;/*両端揃え*/
color: #FFFFFF;
padding: 20px 0px 20px 0px;/*上・右・下・左*/
border-top: 1px solid #707070;
border-bottom: 1px solid #707070;
}
.table_business img {
float: right;
max-width: 40%;
padding: 0px 0px 0px 20px;/*上・右・下・左*/
}
.table_business_title {
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
font-size: 130%;
line-height: 120%;
padding: 2px 0px 2px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
padding-left:1.3em; text-indent:-1.3em;
font-feature-settings: "palt";/* 文字詰め */
}





.photo_2 {/* 写真掲載 */
text-align: justify;/*両端揃え*/
width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 20px auto;/*上・右・下・左*/
}
.photo_2 ul {
text-align:center;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.photo_2 li {
max-width: 100%;
display:table;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
.photo_2 img {
width: 100%;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
}

.photo_4 {/* 写真掲載 */
text-align: justify;/*両端揃え*/
width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 20px auto;/*上・右・下・左*/
}
.photo_4 ul {
text-align:center;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.photo_4 li {
max-width: 50%;
display:table;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
.photo_4 img {
width: 100%;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
}
























#Background_Maine_Grid_Button {/* メニューボタン */display: none; overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
z-index: 1000;
text-align: center;
background-color: #003759;/*背景色*/
border-top:5px solid #FFFFFF;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Background_Grid_Button {
width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_Button_6 {
width: calc(100% / 6);/*2等分*/
display: flex;
box-sizing:border-box;
border-left:1px solid #003E65;
border-right:1px solid #002740;
}
#Grid_Button_box {
width: 100%;
text-align: center;
margin: 15px auto 20px auto;/*上・右・下・左*/
}
a.Button_Link {
width: 100%;
color: #FFFFFF;
text-align: center;
text-decoration: none;
background-image: linear-gradient(to bottom, #003759, #00263F);
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a.Button_Link:hover {
color: #114c96;
text-decoration: none;
background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
}
#Grid_Button_S {/*メニュー・日本字*/
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
max-width: 100%;
text-align: center;
font-size: 0.8em;
line-height: 100%;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 20px auto 2px auto;/*上・右・下・左*/
font-feature-settings: "palt";
}
#Grid_Button_L {/*メニュー・英字*/
font-family: rift-soft, sans-serif;
font-weight: 300;
font-style: normal;
text-align: center;
font-size: 1em;
line-height: 130%;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 0px 0px 20px 0px;/*上・右・下・左*/
}