@charset "UTF-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;	
    width:1080px;
    height:140px;
    margin: 0 auto;
}

/*ロゴ画像*/
#logo {margin: 0;padding: 0;}
#logo p{
    position: absolute;
    top:0;
    font-size:var(--font-size-small);
    font-weight:var(--font-weight-normal);
    margin: 2px 0;
    line-height: 1.2;
}
#logo img {
	display: block;
	width: 370px;
}

header .head-tel {
	max-width: 540px;
	flex: 1;
	margin: 0 2vw;	
    font-size:0.8em;    
    text-align: right;
    margin-top: 4em;
    margin-bottom: 0;    
}
header .head-tel p{
    display: inline-block;
    color: #002060;
    text-align: center;
    background: url(../images/icon_tel.png) 0 center no-repeat;
    padding:20px 0 20px 20px;
    line-height:1.2;
}
header .head-tel p span{
    font-size: 2.2em;    
}

address {
	font-style: normal;
	line-height: 1.2;
	text-align: center;	
	padding: 10px 0;	
	margin-top: 20px;	
}
address.margin-top-reset {margin-top: 0;}

	/*画面幅900px以下の追加指定*/
	@media screen and (max-width:900px) {
	
        header {
            flex-direction: column;	
        }
        
        #logo img {
            margin-top: 20px;
        }
        
        address {
            margin-top: 0;
        }
	
	}


	/*画面幅400px以下の追加指定*/
	@media screen and (max-width:400px) {
	
        #logo img {
            width: 200px;
        }
	
	}

header ul.header-nav{
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    right: 0px;		
    top: 0px;
}
header ul.header-nav li{
    position: relative;
    font-size: 0.8em;
    padding: 5px 10px;
    margin: 0 0 0 20px;
    display: block;
    float: left;
}
header ul.header-nav li.contact{
    color: #fff;
    font-weight: bold;
    background-color: #ff0000;
    padding: 5px 20px;
}

header ul.header-nav li:before{
    position: absolute;
    top: 5px;
    left: 0px;
    margin: 0 0.5em 0 0;
    content: url(../images/icon_arrowbg2.png);
}
header ul.header-nav li.contact:before{
    content: url(../images/icon_arrowbg3.png);
    left: 9px;
}


header p.cont{
    margin: 0;
    float: right;
}
header p.cont .btn {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 13px 8px;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}
header p.cont .btn02 {
    background-color: #ff0000;
    color: #fff !important;
}
header p.cont .btn02:hover {
    background-color: #002060;
}
header p.cont .btn:hover {
    opacity: 1.0;
}

header p.cont a{
    color: #fff;
    text-decoration: none;
}
header p.cont a:hover{
    background-color: #002060;
    text-decoration: none;
}

@media screen and (max-width:568px) {
    header {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        align-items:start;
    }    
    #logo img {
        width: 100%;
        margin-top: 1.5em;
    }
    header ul.header-nav{
        display: none;
    }
    header .head-tel {        
        margin: 0 auto 0;
        text-align: center;
        font-size: 0.6em;
    }
    header .head-tel p {
        padding: 10px 0 10px 20px;
        margin: 0;
    }
    address {
        display: none;
    }
}



#headerMain{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
}

#headerMain h1{
    margin: 0;
    padding: 5px 0 20px 0;
    text-align: left;
    font-weight: normal;
    line-height: 15px;
    font-size: 13px;
    width: 600px;
    float: left;
}
#headerMain h1 span{
    text-indent:-9999px;
    overflow: hidden;
height: 0;
}

#headerMain ul.headernav{
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
}
#headerMain ul.headernav li{
    position: relative;
    font-size: 0.8em;
    padding: 5px 10px;
    margin: 0 0 0 20px;
    display: block;
    float: left;
}
#headerMain ul.headernav li.contact{
    color: #fff;
    font-weight: bold;
    background-color: #ff0000;
    padding: 5px 20px;
}

#headerMain ul.headernav li:before{
    position: absolute;
    top: 5px;
    left: 0px;
    margin: 0 0.5em 0 0;
    content: url(../images/icon_arrowbg2.png);
}
#headerMain ul.headernav li.contact:before{
    content: url(../images/icon_arrowbg3.png);
    left: 9px;
}

#headerLogo{
    width: 400px;
    width: 360px;
    float: left;
}

#headerLogo a{
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 58px;
    background-image : url(../images/logo.svg);
    background-position: top left;
    background-repeat: no-repeat;
}

#headerExtra1{
    color: #002060;
    width: 355px;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
}

#headerExtra1 p.tel{
    display: inline-block;
    margin: 0;
    padding: 0 0 0 35px;
    line-height: 1.2;
    font-size: 1.7em;
    background: url(../images/icon_tel.png) 0 center no-repeat;
    float: left;
}

#headerExtra1 p.tel span{
    font-size: 0.45em;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 30px;
}

#headerExtra1 span.address{
    padding: 0 !important;
}

#headerExtra1 p.contact{
    margin: 0;
    float: right;
}
#headerExtra1 p.contact .btn {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 13px 8px;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}
#headerExtra1 p.contact .btn02 {
    background-color: #ff0000;
    color: #fff !important;
}
#headerExtra1 p.contact .btn02:hover {
    background-color: #002060;
}
#headerExtra1 p.contact .btn:hover {
    opacity: 1.0;
}

#headerExtra1 p.contact a{
    color: #fff;
    text-decoration: none;
}
#headerExtra1 p.contact a:hover{
    background-color: #002060;
    text-decoration: none;
}

/* フッター内パーツ */
#footer{
    clear: both;
    background-color: #f4f1f1;
}

#footer-nav{
    display: block;
    text-align: center;
    width: 960px;
    width: 1080px;
    padding: 0 0 0px 0;
    margin: 0px auto;
    overflow: hidden;
}
#footer-nav ul{
    display: inline-block;
    padding: 0;
    margin: 20px auto !important;
    list-style-type: none;
    overflow: hidden;
}
#footer-nav ul li{
    line-height: 1.1;
    padding: 0 15px !important;
    border-right: 1px solid #ccc;
    float: left;
}
#footer-nav ul li:last-child {
	border-right: none;
}

#footer-nav ul li a{
    color: #333;
}

#footer-address{
    color: #fff;
	background-color: #002060;
}

#footer-address .tn-inner{
    display: block;
    width: 960px;
    width: 1080px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: url(../images/logo_footer.svg) no-repeat 0 15px;
    background-size:261px;
}
#footer-address p{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 300px;
}
#footer-address img{
    padding-bottom: 5px;
    margin-top: 5px;
    margin-right: 40px;
    margin-bottom: 10px;
    float: left;
}

#footerMain{
    background-color: #ff0000;
    overflow: hidden;
}

#footerMain .tn-inner{
    display: block;
    width: 960px;
    width: 1080px;
    margin: 0 auto;
}
#footerMain p{
    margin: 0 auto;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 6px;
    text-align: right;
    float: right;
}

#footerMain ul{
    display: inline-block;
    padding: 5px 0 6px 0;
    margin: 0 auto !important;
    list-style-type: none;
    overflow: hidden;
    float: left;
}
#footerMain ul li{
    font-size: 90%;
    line-height: 1.41;
    padding: 0 15px !important;
    border-right: 1px solid #ccc;
    float: left;
}
#footerMain ul li:last-child {
	border-right: none;
}
#footerMain ul li a{
    color: #fff;
}

/*-ナビゲーション-*/
#nav{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 960px;
    width: 100%;
    height: 55px;
    overflow: hidden;
    background-color: #ff0000;
}

#nav ul{
    width: 960px;
    width: 1080px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
}
#nav li{
    display: block;
    float: left;
    overflow: hidden;
}

* html #nav li{
	/*for IE6*/
	width: 130px;
}

#nav li.last p{
    border-right: none !important;
}
#nav li a{
    padding: 0;
    display: block;
}

#nav li p{
    text-align: center;
    padding: 0;
    margin: 18px 0;
    width: 159px;
    width: 179px;
    border-right: solid 1px #fff;
    display: inline-block;
    letter-spacing: 0.005em;
}
#nav a:link{
    background-image : url(../images/mainmenu.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}
#nav a:visited{
    background-image : url(../images/mainmenu.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}
#nav a:hover{
	background-image : url(../images/mainmenu_on.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}
#nav a:active{
	background-image : url(../images/mainmenu_on.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}


#nav .sp{
    display: none;
}


/* Pankuzu
------------------------------------------------------------------- */

.pankuzu {
    width: 960px;
    width: 1080px;
    font-size: 0.9em;
    line-height: 1;
    margin: 0 auto;
}

.pankuzu ul {
    padding: 10px 0;
    margin: 0;
    text-align: left;
}

.pankuzu ul li {
    display: inline;
}

.pankuzu ul li.top:after,
.pankuzu ul li.sub:after {
    font-size: 0.9em;
    content: ">";
    color: #ccc;
}

.pankuzu ul li a {
    margin: 0 1em;
    text-decoration: none;
    color: #444;
    display: inline-block;
}

.pankuzu ul li.top a {
    margin-left: 5px;
}

.pankuzu ul li.sub a {
    margin-left: 12px;
}

.pankuzu ul li a:hover {
    text-decoration: underline;
}

/* サイドブロック内パーツ */

#banner ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#banner ul li a{
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#nav li a{
    /* ナビゲーション文字設定 */
    color: #fff;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #167bd6;
    text-decoration: underline;
}
a:visited{
    color: #167bd6;
    text-decoration: underline;
}
a:hover{
    color: #81BA32;
    text-decoration: none;
}
a:active{
    color: #81BA32;
    text-decoration: none;
}

#skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;

    
    margin-top: 2em;
    margin-bottom: 4em;
}

p.large{
    margin-bottom: -0.5em;
	color: #167bd6;
}
p.indent{
    padding-left: 15px;
    background-image : url(../images/point.png);
    background-position: top 5px;
    background-repeat: no-repeat;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin: 10px auto 20px auto;
    padding: 0;
    clear: both;
    border: none;
    color: #ffffff;
}

br.sp-y {
    display: none;
}

.layoutset-02 h2{
    width: 960px;
    width: 1080px;
    padding: 70px 0px;
    margin: 0px auto;
    font-size: 2em;
    text-align: center;
    color: #002c6d;
}

.layoutset-02 h2 span.ja{
    padding: 30px 50px;
    background-color: rgba( 255, 255, 255, 0.55 );
    border-bottom: solid 5px red;
}

.layoutset-02 h2 span.en{
    display: none;
}

.layoutset-02 #wrapper h3{
    font-size: 130%;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    padding: 10px 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: none;
    background-color: #f4f1f1;
    border-left: 5px solid #ff0000;
}

#wrapper h3{
    clear: both;
    color: #002060;
    background-image : url(../images/indexBg_3F_02.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 10px;
}
#wrapper h3 span.en {
    
}

#wrapper h3 span.ja {
}

h3.c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
    border-bottom-style: none;
}

h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0;
	font-size: 1em;
}

h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #63c7f0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #63c7f0;
}

table th{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #63c7f0;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #63c7f0;
	background-image : url(../images/pageBg_3F.png);
}

table td{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #63c7f0;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #63c7f0;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 380px;
    height: 200px;
}

input.l{
    width: 380px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#main ul li{
    text-align: left;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 15px;
    background-image : url(../images/point.png);
    background-position: 4px 3px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #63c7f0;
}

#main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 5px;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
    width: 9em !important;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
    background-image : url(../images/point.png);
    background-position: top left;
    background-repeat: no-repeat;

}

#main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 7px;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.4;
    padding-left: 11em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #63c7f0;
}

* #main dd{
    height: 1%; /* for IE6 */
}

#main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

/*-ページトップへ-*/
#page-top{
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 150%;
    z-index: 9999;
}

#page-top a {
    background: url(../images/returnTop.png) no-repeat;
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}


/* トップページ デザイン定義 */

#toppage{
    width: 960px;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

/*-トップページ　挨拶-*/

#toppage-text{
    position: relative;
    /* padding: 10px 30px 30px 30px; */
    margin: 30px 0 50px 0;
    /* border: 2px solid #ccc; */
    overflow: hidden;
}
#toppage-text .message{
    width: 57%;
    padding-right: 20px;
    float: left;    
    
    
    width: 55%;
    padding-right: 20px;
}
#toppage-text h3{
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.4;
    /* padding: 0 0 0 1.5em; */
    /* text-indent: -1.5em; */
    margin-left: 15px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    background: none !important;

    
    
    font-size: 1.6em;
    letter-spacing: .1em;
    margin-top: 50px !important;    
    margin-bottom:70px;    
    margin-left: 0em;
}

#toppage-text p{
    padding-left: 5px;
    padding-right: 5px;

    
    font-size: 1em;
    line-height: 2 !important;
    margin-bottom:70px;
}


#toppage-text img{
    width: 40%;
    /* margin-top: 30px; */
    float: right;
    
    width: 38%;
}
#toppage .pc { display: block !important; }
#toppage .sp { display: none !important; }

#toppage-text .name{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    font-weight: bold;
    line-height: 1.1;
    /* position: absolute;
    top: 65px;
    right: 420px; */
    text-align: right;
}
#toppage-text .name2{
    font-size: 1.3em;
}

/*-トップページ　お知らせ-*/
#toppage-info{
    background-color: #fff;
    padding: 5px 0 0;
    overflow: hidden;    
    border-bottom: 1px solid #ccc;
}
#toppage-info .tn-inner{
    width: 960px;
    width: 1080px;
    padding:10px 20px;
    margin-right: auto;
    margin-left: auto;
}
#toppage-info .tn-inner::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/info-circle-fill.svg);
    background-size: contain;
    vertical-align: middle;
}
#toppage-info .info-iten{
    background-color:#efefef;
    padding:2em;
    border-radius:5px;
    max-width:720px;
    margin:2em auto;
}
#toppage-info .info-iten .inn{
    width: 70%;
    margin: 0 auto;
}
#toppage-info .info-iten h2{
    text-align:center; 
    font-size:1.2em !important; 
    margin-bottom:0.6em;
    overflow: hidden;
    text-indent: 0 !important;
}

#toppage-info .sp { display: none !important; }

/*-トップページ　注目記事-*/
#toppage-news{
    background-color: #f4f1f1;
    padding: 5px 0;
    overflow: hidden;
}
#toppage-news .pc{display: block;}
#toppage-news .sp{display: none;}

#toppage-news .tn-inner{
    width: 960px;
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
#toppage-news h3{
    color: #002060;
    font-size: 1.30em;
    font-weight: normal;
    background: none !important;
    padding-bottom: 2px;
    margin: 5px 20px 0px 0 !important;
    float: left;
}

#main-news{
    position: relative;
    border-color: #8f8f49;
    overflow: hidden;
}
#main-news > h3  { }
#main-news-past{
	background-color: transparent ;
}
#main-news-past a{
    font-size: 80%;
    background-image : url(../images/icon_arrowbg.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-bottom: 1px;
    padding-left: 8px;
    position: absolute;
    top: 50px;
    left: 0px;
}
#main-news-past a:link{
    color: #404f7e ;
}
#main-news-past a:visited{
    color: #404f7e;
}
#main-news-past a:hover{
    color: #ff3f00;
    text-decoration: none;
}
#main-news-past a:active {}

#main-news ul{
    list-style-type: none;
    padding-left: 20px;
    margin-top: 5px;
    margin-left: 25px;
    border-left: 1px solid #002060;
    float: left;
}
#main-news ul li{
    padding-left: 0px;
    background: none !important;
    border: none !important;
}
#main-news ul li span{
    color: #6d0006 ;
}
#main-news span{
    float:left;
    padding-left: 55px;
    width: 9em;
}
#main-news ul li span.fresh{
    background : url(../images/ec_new.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}
#main-news ul li a{
    display: block;
    margin-left: 9em;
    padding-right: 6px;
    width: auto;
    width: 600px;
    word-break: break-all;
}
#main-news ul li a:link{
    color: #362fa8 ;
}
#main-news ul li a:visited{
    color: #362fa8 ;
}
#main-news ul li a:hover{
    color: #751511 ;
}
#main-news ul li a:active   {}

/*-トップページ リンク-*/
#toppage-link{
    margin: 20px 0;
    overflow: hidden;
    
  text-align: center;
}
#toppage-link h3{
    text-align: center;
    background: none !important;
    font-size: 2.0em;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    font-weight: bold;
    margin-bottom: 2em;

    position: relative;
    display: inline-block;
    margin: 2em auto 3em;
}

#toppage-link h3::after {
    content: '';
    position: absolute; 
    bottom: -1em; 
    left: 50%; 
    transform: translateX(-50%);
    width: 50%; 
    height: 1px;
    background-color: currentColor;
    border-bottom: 2px solid currentColor;
}



#toppage-link ul{
    display: block;
    list-style-type: none;
    margin-top: 5px;
    margin-left: 0px;
}
#toppage-link ul.sp{display: none;}

#toppage-link ul li{
    padding-left: 0px !important;
    margin-left: 15px !important;
    border: none !important;
    background: none !important;
    float: left;
}
#toppage-link ul li img{
    width: 225px;
    width: 255px;
}
#toppage-link ul li a:hover{
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/*-トップページ サービス-*/
#toppage-service{
    padding: 0 0 40px 0;
    padding: 0 0 80px 0;
    margin: 20px 0;
    background-color: #f4f1f1;
    overflow: hidden;
}
#toppage-service .tn-inner{
    width: 960px;
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#toppage-service h3{
    text-align: center;
    background: none !important;
    font-size: 2.0em;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    font-weight: bold;

    position: relative;
    display: inline-block;
    margin: 2em auto 3em;
}

#toppage-service h3::after {
    content: '';
    position: absolute; 
    bottom: -1em; 
    left: 50%; 
    transform: translateX(-50%);
    width: 10%; 
    height: 1px;
    background-color: currentColor;
    border-bottom: 2px solid currentColor;
}
#toppage-service ul{display: block;}
#toppage-service ul.sp{display: none;}

#toppage-service ul{
    list-style-type: none;
    padding: 0;
    margin: 0px;
    background-color: #fff;
    overflow: hidden;
}
#toppage-service ul li{
    width: 270px;
    height: 180px;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none;
    float: left;
}
#toppage-service ul li p{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 1.2;
}
#toppage-service ul li img{
    width: 100%;
}
#toppage-service ul li p span{
    color: #ff0000;
    color: #8c0000;
    font-weight: bold;
    font-size: 10px;
}
#toppage-service ul li p small{
    line-height: 1.2;
}
.col-red{color:#f00}
.bg-red{
    background-color: #ff0000 !important;
}
.bg-bul{
    background-color: #000206 !important;
}

@media screen and (max-width:568px) {
    #toppage-service ul li p small{
        font-size:30% !important;
        line-height:0.5em !important;
    }
}


/* 会社案内ページ デザイン定義 */
#guide{
}
#guide h3{
}
#guide p.message{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-top: 4em;
    line-height: 2;
}
#guide h4 {display: block;}
#guide h4.sp {display: none;}

#guide h4{
    position: relative;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 0 0 0em;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    background: none !important;

    letter-spacing: .1em;
}

#guide h4 p{
    font-size: 90%;
    position: absolute;
    top: 30px;
    left: 20px;
    margin-bottom: 0;
}
#guide .name{
    /* color: #fff; */
    /* font-size: 80%; */
    /* position: absolute;
    top: 90px;
    left: 20px; */

    font-size: 1.5em;
    font-weight: bold;
    font-family: var(--font-family-mincho);

    text-align: right;
}
#guide .name p{ 
display:inline-block;
  text-align: left;
}


#guide .name span{
    /* color: #fff; */
    font-size: 0.8em;
    /* position: absolute;
    top: 110px;
    left: 20px; */
    margin-right: 2em;
}

#guide p.comment{
    font-size: 105%;
    line-height: 1.4;
    /* padding: 30px 50px; */
    /* margin: 20px 50px 50px 50px; */
    /* border: 5px #ccc solid; */


font-size: 1em;
    line-height: 2 !important;
    margin-top: 100px
}

#guide table{
    /* display: block; */
    width: 80%;
    /* border-top: 1px solid #e5e5e5; */
    border: none;
    margin:0 0 80px !important ;
}

#guide table th{
    width: 25%;

    font-weight: bold;
    line-height: 1.5;
    padding: 20px 20px 18px 30px;
    padding: 20px 30px 20px 50px;
    text-align: left;
    color: #333;
    border-right: 0px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: none;

    letter-spacing: 0.5em;

}

#guide table.history table{
     width: 90%;
}
#guide table.history th{
    font-weight: normal;
    padding: 20px 20px 20px 40px;

    letter-spacing: 0.05em;
}
#guide table.history th span{
    display: inline-block;
  width: 1.5em;
  text-align: right;
}
#guide table td{
    line-height: 1.5;
    padding: 20px 20px 18px 30px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;

    letter-spacing: 0.2em;
}

/*-業務内容-*/
#service p.message{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-top: 4em;
    line-height: 2;
}
#service p.comment{
    font-size: 105%;
    line-height: 1.6;
    padding: 0 50px 0px 50px;
    margin: 0px 50px 8em 50px;
}

#service .category{
    width: 450px;
    width: 490px;
    height: 490px;
    margin: 0px 0 30px 60px;
    background-color: #f4f1f1;
    float: left;
}
#service .category:nth-child(odd) {
    margin: 0px 0 30px 0;
}
#service .category:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
#service .category img{
    width: 100%;
}

#service h3{
    text-align: center;
    border: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#service h4{
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
}
#service .category p{
    font-size: 85%;
    line-height: 1.4;
    padding-right: 20px;
    padding-left: 20px;
}

#service .industry{display: block;}
#service .industry-sp{display: none;}

#service .industry{
    clear:both;
    display: block;
    margin: 30px 0 80px 0 !important;
    border: 5px #ccc solid;
    overflow: hidden;
    background-color: #f4f1f1;
}
#service .industry h3{
    width: 200px;
    float: left;
    border-left: none;
    margin: 35px 20px;
}
#service .industry p{
    font-size: 105%;
    line-height: 1.5;
    width: 550px;
    padding: 20px 0;
    margin: 0;
    float: right;
}

/*-アクセス-*/
#access h3{

}

#access h4{
    color: #002c6d;
}

#access iframe{
    width:1080px;
    height:500px;
}

#access p{
    padding: 0 18px;
    margin-top: 0.1em;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 0em;
    font-size: 1.1em;
    line-height: 1.2;
    /* width: 630px; */
}

#access .map-wrap {
    position: relative;
}
#access #gmap {
    width: 960px;
    width: 1080px;
    height: 500px;
    text-align: center;
    margin-bottom: 50px;
    float: left;
}

#access .map-wrap .link-map {
    position: absolute;
    top: 233px;
    left: 170px;
    width: 90px;
    background: #ffffff url(../images/expand.gif) 5px center no-repeat;
    background-size: 16px;
    filter: alpha(opacity=85);
    opacity: 0.85;
    padding: 2px 5px 2px 30px;
    font-size: 11px;
}
#access .map-wrap .link-map a {
    color: #0000ff;
}
#access .map-wrap .link-map a:hover {
    color: #ff9900;
}
#access .map-wrap .link-map p {
    line-height: 1.2;
}

#access .unioninfo-access{
    position: absolute;
    top: 10px;
    left: 340px;
    width: 330px;
}

#access .information{
    display:flex;
    margin-top: 50px;
}

#access .info{
    width: 50%;
    margin-bottom: 30px;
}
#access .adrs{
    width: 50%;
}

/*-採用情報-*/
#recruit ul.recnavi{
    display: block;
    padding: 0;
    margin: 2em 0 2em;
    float: right;
    position: relative;
}
#recruit ul.recnavi li{
    display: block;
    padding: 10px 40px 10px 20px;
    border: 1px solid #002c6d;
    background: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#recruit ul.recnavi li a{
    color: #002c6d;
}
#recruit ul.recnavi li a::before {
    position: absolute;
    right: 10px;
    top: 20.5px;
    display: block;
    content: "";
    width: 15px;
    height: 1px;
    background: #002c6d;
}
#recruit ul.recnavi li a::after {
    position: absolute;
    right: 10px;
    top: 16px;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-right: 1px solid #002c6d;
    border-top: 1px solid #002c6d;
    transform: rotate(45deg);
}

#recruit h2.sub{
    clear:both;
    font-size: 1.5em;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    padding: 30px 0 20px;
    background: -moz-linear-gradient(top, #c9eaed, #FFF);
    background: -webkit-linear-gradient(top, #c9eaed, #FFF);
    background: linear-gradient(to bottom, #c9eaed, #FFF);

    margin-bottom: 3em;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #002c6d;
}
.head-border:before {
    left: 0;
}
.head-border:after {
    right: 0;
}

#recruit .msg{
    font-size: 120%;
    font-weight:bold;
}

#recruit dl dt{
    color: #002c6d;
    background: none;
    width: 10em !important;
}
#recruit dl dd{
    border-bottom: 1px dotted #ccc;
    padding-left: 12em;
}

#recruit p{
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

#recruit br.sp{display: none !important;}

/*-新採用-*/
/*-臨時-st*/
#recruit .message{
    display: block;
    padding: 30px 50px;
    margin: 30px 20px 50px;
    border: 5px solid #002c6d;
    border: 5px solid #ccc;
    background: none;
    border-radius: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 3px;
}
#recruit .link2{
    display: block;
    color: #FFF;
    font-size: 0.9em;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    width: 40%;
    padding: 15px 20px;
    margin: 25px auto 20px;
    background-color: #25d2ed;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#recruit .link2:link,
#recruit .link2:visited{
     color: #FFF;
}
#recruit .link2:hover{
     background-color: #f9c500;
}
/*-臨時-end*/

#recruit table{
    /* display: block; */
    width: 100%;
    /* border-top: 1px solid #e5e5e5; */
    border: none;
    margin:0 0 80px !important ;
}

#recruit table th{
    width: 25%;

    font-weight: bold;
    line-height: 1.5;
    padding: 20px 30px 40px 50px;
    text-align: left;
    color: #333;
    border-right: 0px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: none;

font-size:1.2em;
vertical-align:top;
letter-spacing: 0.1em;
}
#recruit table td{
    line-height: 1.5;
    padding: 20px 20px 18px 30px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;

    letter-spacing: 0.2em;
}



#recruit .link{
    display:inline-block;
    color: #FFF;
    font-size: 0.9em;
    width: auto;
    height: auto;
    line-height: 14px;
    padding: 7px;
    margin-top: -40px;
    text-decoration: none;
    text-align: center;
    background-color: #25d2ed;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    float: right;
}
#recruit .link:link,
#recruit .link:visited{
     color: #FFF;
}
#recruit .link:hover{
     background-color: #f9c500;
}
#recruit h4{
    position: relative;
    font-size: 130%;
    font-weight: normal;
    margin: 0 0 20px;
}
#recruit .process{
    list-style-type: none;
    padding:0;
    margin:0;
    float: left;

}
#recruit .process li{
    position: relative;
    padding: 0em;
    margin-bottom: 1em;
    text-align:center;
}
#recruit .process li:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -15px;
    left: 0;
    border-style: solid;
    border-color: #25d2ed transparent transparent transparent;
    border-width: 15px 115px 0 115px;
    z-index: 1;
}
#recruit .process li dl{
    background: #25d2ed;
}
#recruit .process li dt{
    width: 230px !important;
    padding:0;
    margin:0;
    background: #25d2ed;
}
#recruit .process li dt p{
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
#recruit .process li dd{
    padding: 0 0 0 0px;
    margin:0;
    padding-left: 230px;
    border-bottom: 0px dotted #ccc;
}
#recruit .process li dd p{
    padding: 5px 10px;
    margin: 0 0 0 0px;
    border: 1px solid #25d2ed;
    background: #fff;
}
#recruit .message {
    padding: 50px 40px;
    margin: 30px 20px 100px;
}
#recruit ul.message{
}
#recruit ul.message h4{
    display: inline-block;
    padding: 10px 10px;
    padding-bottom: 0;
    border-bottom: 2px solid #25d2ed;
}
#recruit ul.message li{
    width: 45%;
    margin: 30px 10px;
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    background-image: none;
    float: left;
}

#recruit .bg_gray{
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    background: #f4f1f1;
}
#recruit .link2 {
    width: 90%;
    padding: 10px 5px;
    margin: 35px auto 20px;
}
#recruit dl dt {
    width: 100% !important;
}
#recruit dl dd {
    padding-left: 15px;
}

/*-お知らせ-*/
#news h3{
    text-align: center;
    border:none !important;
}

/*-サイトマップ-*/
#sitemap ul{
    margin: 20px 50px;
}
#sitemap ul li.top{
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
#sitemap ul li{
    padding: 10px 0 10px 30px;
    border: none;
    background: url(../images/arrow_2.png) no-repeat 10px center;
}

/*-お問い合わせ-*/
#contact p.comment {
    font-size: 105%;
    line-height: 1.6;
    padding: 0 200px;
    margin-bottom: 0px;
}
#contact .comment-notic{
    font-size: 85%;
    line-height: 3;
    /* text-indent: -1.0em; */
    padding: 20px 0;;
}
#contact .con-tel p{
    font-size: 110%;
    line-height: 2;
    margin-bottom: 2em;
}
#contact .con-tel {
    /* padding: 30px 50px; */
    margin: 20px 50px 50px 50px;
    border: 5px #ccc solid;

    display: flex;
  justify-content: center;
  align-items: center;
}
#contact .tel {
    color: #cc0000;
    font-size: 1.7em;
    font-weight: bold;
    margin-right: 5px;
}
#contact p.mail{
    margin: 0;
    margin: 20px auto 30px;
}
#contact p.mail .btn {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 20px 160px;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}
#contact p.mail .btn02 {
    color: #fff !important;
    background-color: #002060;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #000099;
}
#contact p.mail .btn02:hover {
    border: solid 2px #990000;
    background-color: #ff0000;
}
#contact p.mail .btn:hover {
    opacity: 1.0;
}

/*-個人情報指針-*/
#privacy{
    margin-right: 50px;
    margin-left: 50px;
}
#privacy p{
    line-height: 1.8 !important;
}
#privacy .policy{
    margin-right: 20px;
    margin-left: 40px;
}

#privacy .policy h4{
    margin-left: -1em;
}

#privacy .policy p.bt0{
    margin-bottom: 10px !important;
}

#privacy .policy ul li{
    text-indent: -2.0em;
    padding-bottom: 0 !important;
    padding-left: 2.0em !important;
    margin-bottom: 0 !important;
    border: none !important;
    background: none !important;
}
#privacy .policy ul li ul li{
    text-indent: -1.0em;
    padding-left: 1.0em !important;
}

#privacy .policy .contact{
    display: block;
    padding: 20px 40px;
    margin: 20px 0 60px 00px;
    border: 1px solid #ccc;
}

#privacy .policy h5{
    font-size: 100%;
    margin-left: -20px;
}
#privacy .policy p.cont{
    margin-left: 20px;
    margin-bottom: 0px;
}

#privacy .policy p.sign{
    text-align: right;
    margin-top: 50px;
}


.center{
    text-align: center;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#headerMain h1{
		padding: 0;
		width: 100%;
	}
	
	#headerMain ul.headernav{
		display: none;
	}

	#headerLogo{
		width: 98%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	#headerLogo a{
		max-width: 100%;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		background-size: contain;
		background-position: top center;
	}

	#headerExtra1{
		width: 98%;
		font-size: 98%;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	#headerExtra1 p.tel {
		font-size: 130%;
		line-height: 1.0;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	#headerExtra1 p.tel span{
		display: block;
		padding: 0 0 5px 20px;
	}
	
	#headerExtra1 p.contact {
		display: none;
	}

/*-トップページ　注目記事-*/
	#toppage-news .pc{display: none;}
	#toppage-news .sp{display: block;}

    #toppage-info .tn-inner{
        width: 100%;
        font-size: 95%;
    }
    #toppage-info .info-iten{
        padding:1em 0;
    }
    #toppage-info .info-iten .inn{
        width: 90%;
    }

	#toppage-news .tn-inner{
		width: 100%;
		font-size: 80%;
	}
	#main-news h3{
		display: inline-block;
		padding-left: 5px;
		float: left;
	}
	#main-news-past a {
		margin-top: 5px;
		margin-right: 5px;
		position: static;
		float: right;
	}
	#main-news ul {
		padding-left: 0px;
		margin-left: 0;
		border-left: none;
	}
	#main-news span {
		float: left;
		padding-left: 50px;
		width: 6.5em;
	}
	#main-news ul li{
		line-height: 1.4;
		padding-bottom: 7px;
	}
	#main-news ul li a {
		margin-left: 10.5em;
		width: auto;
	}
	#main-news ul li span.fresh {
		background: url(../images/ec_new.png) 0 -3px no-repeat;
	}

/*-トップページ　あいさつ-*/
	#toppage{
		width: 100%;
	}

	#toppage .pc { display: none !important; }
	#toppage .sp { display: block !important; }

	#toppage-text{
		padding: 5px;
		margin-right: 5px;
		margin-left: 5px;
	}
	#toppage-text .message{
		clear: left;
		line-height: 1.2;
		width: 100%;
		padding-right: 0px;
	}
	#toppage-text .message p{
		clear: both;
		font-size: 95%;
		line-height: 1.2 !important;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 1em;
	}
	#toppage-text h3{
		font-size: 1.7em;
		font-size: 130%;
		padding: 0 0 0 0em;
		margin: 0 auto;
		text-indent: -0.5em;
		text-align: center;
	}

	#toppage-text img{
		clear: left;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
		clear: right;
		max-width: 100%;
		height: auto;
	}

	#toppage-text .name{
		color: #000;
		font-size: 90%;
		margin-bottom: 10px;
		position: static;
		float: right;
	}

/*-トップページ　業務内容-*/
	#toppage-service .tn-inner {
		width: 100%;
	}
	#toppage-service ul{display: none;}
	#toppage-service ul.sp{display: block;}

	#toppage-service ul.sp li{
		width: 100%;
	}
	#toppage-service ul.sp img{
		width: 50%;
		float: left;
	}
	#toppage-service ul.sp p{
		font-size: 95%;
		width: 50%;
		margin-top: 0;
		float: left;
	}

/*-トップページ　関連リンク-*/
	#toppage-link h3{
		font-size: 130%;
	}
	#toppage-link ul li {
		width: 180px;
		width: 120px;
		padding: 0 3px !important;
		margin: 0 !important;
	}
	#toppage-link ul li img{
		min-width: 180px;
		min-width: 120px;
	}

	#toppage-service h3{
		font-size: 130%;
		text-align: left;
		line-height: 1.3;
	}
	#toppage-service .tn-inner img{
		width: auto;
	}

	/* フッター内パーツ */
	#footer{
		font-size: 90%;
	}
	#footer-nav{
		width: 100%;
	}
	#footer-nav ul{
		display: block;
		padding: 0;
		margin: 0 !important;
		list-style-type: none;
		overflow: hidden;
		border-top: 1px solid #333;
	}
	#footer-nav ul li{
		box-sizing: border-box;
		display: inline-block;
		text-align: left;
		width: 100%;
		line-height: 2.5;
		float: none;
		background: url(../images/icon_arrowbg.png) no-repeat 10px 50%;
		padding: 0px 0 0px 25px !important;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	#footer-nav ul li a{
		display: block;
		color: #333;
		text-decoration: none;
	}
	#footer-nav ul li a:hover{
		text-decoration: underline;
	}

	#footer-address .tn-inner{
		width: 100%;
	}
	#footer-address p {
		margin-top: 50px;
		margin-left: 5px;
		line-height: 1.1;
	}
	#footerMain .tn-inner {
		width: 100%;
	}
	#footerMain{
		padding-right: 5px;
		padding-left: 5px;
	}
	#footerMain p{
		line-height: 1.1;
	}

	/* ナビゲーション内パーツ */
	#nav{
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		background-color: #002060;
	}

	#nav ul{
		display: none;
	}

	#nav li{
		float: none;
		border-top-color: #ffffff;
		border-top-style: solid;
		border-top-width: 1px;
	}

	#nav li a p{
		text-align: left;
		margin: 6px 0;
		border: none;
	}
	#nav li a{
		height: auto;
		line-height: 1.4;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
	}

	#nav a:link{
		background-image: none;
		background-color: #002060;
	}
	#nav a:visited{
		background-image: none;
		background-color: #002060;
	}
	#nav a:hover{
		background-image: none;
		background-color: #ff0000;
	}
	#nav a:active{
		background-image: none;
		background-color: #ff0000;
	}


	/* サイドブロック内パーツ */
	#banner ul li a{
	    max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
		
	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#nav h3.c-index{
		width: 27px;
		height: 20px;
		background-image : url(../images/btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		cursor: pointer;
	}

	#nav ul.toggled-on{
		display: block;
	}

	#nav ul li.sp{
		display: block;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
	    padding-right: 0;
	    padding-left: 0;
	}

	.layoutset-02 h2{
		width: 100%;
		padding: 0;
	}

	.layoutset-02 h2 span.ja{
		font-size: 0.8em;
		padding-right: 0;
		display: block;
		padding-right: 0;
		padding-left: 0;
	}
	.layoutset-02 h2 span.en{
		display: none;
	}
	
	.layoutset-02 #wrapper h3 {
		font-size: 1em;
		padding: 5px 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	h4{
	    padding-right: 0;
	}

	h5{
	    padding-right: 15px;
	}

	table{
		width: 100%;
		box-sizing: border-box;
	}
		
	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}

	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#main dt{
		float: none;
		margin-left: 0;
		max-width:100%;
	}
	#main dd{
		padding-left: 15px;
	}
	#main img.left{
		margin-right: 0;
		float: none;
	}

	#main img.right{
		margin-left: 0;
		float: none;
	}

	#pagetop{
		margin-bottom: 0;
	}
	.pankuzu {
		width: 100%;
	}
	br.sp {
		display: none !important;
	}
	br.sp-y {
		display: block;
	}
	/* トップページ デザイン定義 */

	/* 業務内容ページ デザイン定義 */
	#service p.message {
		font-size: 1.15em;
        line-height: 1.2;
		margin: 0.5em 0.5em 2em;
	}
	#service h3{
		padding-left: 0;
	}
	#service h4 {
		line-height: 1.2;
		padding-right: 0px;
		padding-left: 5px;
	}
	#service p.comment {
		font-size: 95%;
		line-height: 1.2;
		padding: 0;
		margin: 0;
	}
	#service .category {
		width: 100%;
		height: auto;
		margin: 0px 0 30px 0px;
		left: clear;
	}
	#service .category p{
		padding-right: 5px;
		padding-left: 5px;
	}
	#service .industry{display: none;}
	#service .industry-sp{display: block;}

	#service .industry-sp{
		clear:both;
		display: block;
		margin: 30px 0 80px 0 !important;
		border: 2px #ccc solid;
		overflow: hidden;
		background-color: #f4f1f1;
	}
	#service .industry-sp h3{
		text-align: center;
		width: 100%;
		clear: both;
		border-left: none;
		padding: 5px 0;
		margin: 10px 0 !important;
	}
	#service .industry-sp p{
		font-size: 100%;
		line-height: 1.1;
		width: 100%;
		clear: both;
		margin-bottom: 20px;
	}
	#service .industry-sp table{
		font-size: 95%;
		border: none;
		padding: 0;
	}
	#service .industry-sp table td{
		border: none;
		padding: 0;
	}

	/* 会社案内ページ デザイン定義 */
	#guide p.message {       
		font-size: 1.15em;
        line-height: 1.2;
		margin: 0.5em 0.5em 2em;
	}
	#guide h4 {display: none;}
	#guide h4.sp {
		display: block;
		padding-bottom: 5px;
		background-color: #f4f4f4 !important;
	}
	#guide h4.sp p{
		color: #000;
		font-size: 0.70em;
		text-align: center;
		line-height: 1.1;
		position: static;
		margin-bottom: 5px;
	}
	#guide .name{
		color: #000;
		position: static;
	}
	#guide .name2 {
		font-size: 120%;
		color: #000;
		position: static;
	}
	#guide p.comment {
		font-size: 95%;
		line-height: 1.2 !important;
		padding: 10px;
		margin: 0px;
	}
    #guide table{
        width: 100%;
    }
	#guide table.sp th,
	#guide table.sp td{
		font-size: 95%;
		width: 98%;
		display: block;
		padding: 5px 0 5px 10px;
		border-right: 0px solid #ccc;
	}

	/* アクセスページ デザイン定義 */
    #access iframe{
        width:100%;
        height:350px;
    }
    #access .information {
        display: block;
    }
	#access #gmap {
		width: 100%;
		height: 200px;
		text-align: center;
		margin-bottom: 30px;
	}
	#access .info {
		clear: both;
		width: 100%;
		margin-bottom: 20px;
	}
	#access .adrs {
		clear: both;
		width: 100%;
	}
	#access p {
		width: 100%;
		font-size: 95%;
		padding: 0;
		margin: 0;
	}

	/* 採用情報ページ デザイン定義 */
    #recruit h2.sub {    
        margin-bottom: 1em;
    }
    #recruit .message {
        padding: 10px 10px;
        margin: 10px 20px 50px;
    }
    #recruit .msg {
        font-size: 100%;
        font-weight: normal;
    }
	#recruit p {
		font-size: 95%;
	}
	#recruit dl{
		font-size: 95%;
	}



    #recruit .process li dt{
        width: 50% !important;
    }
    #recruit .process li dd {
        padding-left: 0%;
    }
    #recruit ul.message li{
        width: 90%;
    }
    #recruit table {
        width: 100%;
    }
    #recruit table.sp th,
    #recruit table.sp td {
        font-size: 95%;
        width: 98%;
        display: block;
        padding: 5px 0 5px 10px;
        border-right: 0px solid #ccc;
    }
    #recruit br.sp{display: block !important;}
#recruit .ind-4em {
    padding-left: 0em;
}

	/* 個人情報保護指針ページ デザイン定義 */
	#privacy {
		margin-right: 0px;
		margin-left: 0px;
	}
	#privacy .policy {
		margin-right: 0px;
		margin-left: 0px;
	}
	#privacy .policy h4 {
		margin-left: 0;
	}
	#privacy .policy .contact {
		padding: 10px 10px;
		margin: 10px 0 30px 0px;
	}
	#privacy .policy p{
		font-size: 95%;
        line-height: 1.2 !important;
	}
	#privacy .policy p.cont {
		margin-left: 0px;
	}
	#privacy .policy ul{
		font-size: 95%;
	}

	/* お問い合わせページ デザイン定義 */
	#contact p{
		font-size: 95%;
	}
	#contact p.comment {
		font-size: 95%;
		line-height: 1.2;
		padding: 0;
	}
	#contact p.comment-notic {
		font-size: 85%;
		line-height: 1.1;
		text-indent: -1.0em;
		padding: 0 0 0 1em;
	}
	#contact .con-tel {
		font-size: 95%;
		line-height: 1.1;
		padding: 10px 5px;
		margin: 0px;
		border: 2px #ccc solid;
	}
	#contact .tel {
		color: #cc0000;
		font-size: 1.4em;
		font-weight: bold;
		margin-right: 5px;
	}
	#contact p.mail{
		margin: 0;
	}
	#contact p.mail .btn {
		font-size: 0.9em;
		padding: 5px;
	}

	/*-サイトマップページ デザイン定義 */
	#sitemap ul{
		font-size: 95%;
		margin: 0 0 10px 0;
	}
	#sitemap ul li.top{
		margin-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}
	#sitemap ul li{
		padding: 0px 0 5px 30px;
		border: none;
		background: url(../images/arrow_2.png) no-repeat 5px 2px;
	}

}


@media screen and (max-width: 377px) {

    #toppage-link ul li {
        width: 48%;
    }
    #toppage-link ul li img{
        min-width: 48%;
    }
    #toppage-info .sp { display: block !important; }

}

.flex{display:flex;}

.ai-c {
    align-items: center !important;
}
.c {
    text-align: center !important;
}
.b-c{
    display: flex;
  justify-content: center;
  align-items: center;
}
.b{font-weight: bold;}
.col-prime{color: var(--primary-color);}
.col-prime-line{color: var(--primary-line-color);}
.ind-4em{padding-left: 6em;}
.ind{text-indent: 1em;}
.mb0{margin-bottom: 0 !important;}
.mb2em{margin-bottom: 2em !important;}
.mt0{margin-top: 0 !important;}
.pt2em{padding-top: 4em;}

.nwtt  {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    font-weight: normal;
    margin-top: 6vw;
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    line-height: 2;
}
.nwtt  span.small {
    display: inline-block;
    border-top: 2px solid var(--primary-line-color);
    font-size: 0.9rem;
    opacity: 0.6;
    letter-spacing: 0.1rem;
    padding-top: 1.5rem;
}


.list-half * {margin: 0;padding: 0;}

@media screen and (max-width:568px) {
    .nwtt {    
        font-size: 1.4em;
        line-height: 1.3;
    }
}


/*背景画像*/
#kodawari {
	background: url("../images/bg-kodawari.png") no-repeat left top / 50vw;	/*left(左)、top(上)に配置し、幅は画面幅の50%に。*/
}


.list-half .list {
	display: flex;
	flex-direction: column;	
	margin-bottom: 5rem;
}


.list-half .list h4 {
	font-size: 1.4rem;	
	margin-bottom: 1.5rem;	
}

.list-half .list h4 span {
	display: block;
	opacity: 0.5;
	font-weight: normal;
	font-size: 0.5em;	
	letter-spacing: 0.1em;	
}

/*画像ブロック共通*/
.list-half .image-l img, .list-half .image-r img {
    width:100%;
}

#guide .list-half .list .pc{
    display: block;
}    
#guide .list-half .list .sp{
    display: none;
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	.list-half .list {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.list-half .image-l, .list-half .image-r {
		width: 45%;	
	}

	.list-half .image-r {
		margin-left: 4rem;	
	}

	.list-half .image-l {
		order: -1;
		margin-right: 4rem;	
	}

	.list-half .text {
		flex: 1;
	}

	}

@media screen and (max-width:568px) {
    #guide .list-half .list {
        display: block;
    }
    #guide .list-half .list .pc{
        display: none;
    }    
    #guide .list-half .list .sp{
        display: block;
    }
}

.font-mincho{
    font-family: var(--font-family-mincho);
}

:root {
    --primary-color: #002060;
    --primary-line-color: #0e28e5;
    --primary-inverse-color: #fff;
    --secondary-color: #121a5a;
    --secondary-inverse-color: #fff;
    --accent-color: #c43311;
    --accent-inverse-color: #fff;
    --content-space: 4rem;

    --font-family-mincho: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "icons";
    --font-size-small: 0.42em;
    --font-weight-normal: normal;
}
