@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body{
	font-size: 15px;
font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic,
'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*サイトネーム*/
.site-name,.site-name a, .site-name a:active, .site-name a:focus, .site-name a:hover, .site-name a:visited {
    color: #323232;
}
.site-name {
    font-size: 2em;
}
@media (min-width: 768px){
.site-name {
    font-size: 2.4em;
}}
.site-logo {
    width: 50px;
}
/*グローバルナビ*/
.navbar-side {
    font-size: 12px;
}
.navbar-side-link {
    padding: 10px 14px 10px 10px;
}
.global-navi-area{
	background-color:#0072cf;
}
.navar>ul{
	width:100%;
}
@media (min-width: 1024px){
.navbar>ul {
    float: left;
}}
.navbar>ul {
	width: 100%;
}
.navbar li{
	margin:0px;
}
.navbar>ul>li {
	width: 12%;/* グローバルナビ8個の場合・10個の場合は9%*/
	margin-left: 0px;
}
.navbar>ul>li:last-child {
	width:11%;
}
.navbar>ul>li>a {
	margin: 0;
	padding: .8em 0;
	color:#ffffff;
	font-weight: 500;
}
.navbar>ul>li>ul {
	margin-left: 0;
}
.navbar li.stay a{
	border-bottom:4px solid #68ace5;
	color:#fff;
}

.navbar li:hover a{
	border-bottom:4px solid #ffffff;
		color:#fff;
}
.navbar-side {
    font-size: 14px;
		font-weight: bold;
}
/*headerエリア*/
.navbar-side-list {
    background: #C4CF00;
}

.main-slider-main-copy,.main-slider-side-copy{
	text-shadow:
    #000 2px 0px 0px, #000 -2px 0px 0px,
    #000 0px -2px 0px, #000 0px 2px 0px,
    #000 2px 2px 0px, #000 -2px 2px 0px,
    #000 2px -2px 0px, #000 -2px -2px 0px,
    #000 1px 2px 0px, #000 -1px 2px 0px,
    #000 1px -2px 0px, #000 -1px -2px 0px,
    #000 2px 1px 0px, #000 -2px 1px 0px,
    #000 2px -1px 0px, #000 -2px -1px 0px,
    #000 1px 1px 0px, #000 -1px 1px 0px,
    #000 1px -1px 0px, #000 -1px -1px 0px;
}


/*footerエリア*/
.foot-wrapper{
	background-color: #68ace5;
}
.btn-attention-block-large {
    background: #ff6418;
	}
	.company-name{
		font-size: 1.4em;
	}
	.company-detail{
		font-size:1.2em;
	}
	h1.entry-title{
		text-align: center;
	}
	.page-header{
		text-align: center;
	}
	.acms-page-header {
    border-bottom: 1px solid #333;
}

.footer-nav-list,.footer-nav-list a {
    color: #fff;
}


/*見出し3*/
	.entry-column h3{
	background-color: #fff;
	color:#0072cf;
	text-align: center;
	font-size: 1.4em;
	}
	/*本文ottomの余白・標準の2倍*/
	.entry-column p {
    margin-bottom: 50px;
}
.module-header {
    border-style:none;
		text-align: center;
}
/*テーブル*/
.entry-column td, .entry-column th {
    border: 1px solid #d2d2d2;
}
.entry-column td{
	background-color: #fff;
}
.entry-column th{
	background-color: #f2f2f2;
}
/*pager.html*/
@media screen and (min-width: 768px){
.serial-nav a {
font-size: 1em;
}}
.serial-nav{
	color:#00539f;
	font-weight: 600;
}
	/*定義リスト*/
	.entry-column dt
      {
         font-weight: bold;
         border-bottom: solid 1px #cccccc;
         color: #68ace5;
         margin-top: 1em;
      }

      .entry-column dd
      {
         border: solid 1px #cccccc;
         padding: 1em;
         margin-left: 0em;
         margin-top: 0.5em;
      }

	/*よくある質問・定義リスト*/
	.qaContainer dt {
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background: #f0f3f8;
	text-indent: -25px;
	border-style:none;
	color:#333;
	margin-top:0px;
	}

	.qaContainer dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 7px;
	color:#cc0000;
	}
	.qaContainer dd {
	margin: 20px 10px 40px 35px;
	text-indent: -25px;
	border-style:none;
	padding:0px;
	}
	.qaContainer dd:before {
	content: "A.";
	color: #1771c6;
	font-weight: bold;
	margin-right: 7px;
	}

	.search-form .btn-search {
	    padding: 10px 20px;
	    color: #fff;
	    background: #0072cf;
	    border: 1px solid #0072cf;
	    border-radius: 0 4px 4px 0;
	    filter: none;
	    font-size: 16px;
	}
	.site-header {
	    border-top: 4px solid #0072cf;
	    border-bottom: 1px solid #0072cf;
	}.nav-menu-action-link,.nav-menu-action-link:active, .nav-menu-action-link:focus, .nav-menu-action-link:hover, .nav-menu-action-link:visited {
    color: #0072cf;
}
.nav-menu-action-item {
    color: #0072cf;
}
.nav-menu-btn-text {
    color: #0072cf;
    font-size: 14px;
}
.icon-toggle-menu,.icon-toggle-menu:after, .icon-toggle-menu:before {
    background-color: #0072cf;
}


.column-media-left :not([href*=media-download])+.caption {
    text-align: left;
		font-weight: bold;
		font-size: 14px;
}
