@charset "utf-8";

body{
    min-width: 1120px;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #333;
}

a:hover {
    opacity: 0.7;
}

.headerDescriptionWrapper01{
    background-color: #f9fafb;
}

.headerDescription01{
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    width: 1120px;
    font-size: 11px;
}

.headerContent01{
    margin: 0 auto;
    padding-top: 1px;
    width: 1120px;
}

.headerContentLogo01{
    margin-top: 15px;
}

.headerContentLogo01 img, .headerContentLogo01 a{
    vertical-align: bottom;
}

.headerContent01Tel01{
    margin: 15px 0 0 45px;
	width:540px;
	font-size:11px;
	font-weight:bold;
}

.headerContent01Tel01 img {
	margin-bottom:11px;
}

.headerContent01Contact01{
    margin-top: -31px;
}

.headerContent01Contact01Form01{
    width: 180px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #014188;
}

.headerContent01Contact01Form01 a{
    display: block;
    text-decoration: none;
    color: #fff;
}

.headerContent01Contact01Email01{
    margin: 13px 0 0 3px;
    font-size: 12px;
}

.headerContent01Contact01Email01 a{
    color: #005ac0;
}

.gNaviWrapper01{
    margin-top: 20px;
    border-top: 3px solid #025cc2;
}

.naviFixed {
    min-width: 1120px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    margin: 0;
    border-bottom: 3px solid #b3b3b3;
}

.gNavi01{
    margin: 0 auto;
    width: 100%;
    z-index: 999;
    position: relative;
    display: flex;
}

.gNaviParent {
    height: 53px;
}

.gNaviParent{
    /* float: left; */
    width: calc((100% / 7) - 1px); /* 元 123px; */
    position: relative;/* ボックスの配置基準 */
    text-align: center;
    border-left: 1px solid #ccc;
    z-index: 1;/* 前面に描画 */
}
.gNaviParent:last-child {
    width: calc((100% / 7) - 2px);
    border-right: 1px solid #ccc;
}

.gNavi01 li a{
    /* padding-top: 17px; */
    display: block;
    text-decoration: none;
    color: #000;
    /* font-weight: bold; */
}

.gNaviParent {
    padding-top: 17px;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: white;
}

.gNaviParent img {
    vertical-align: bottom;
    display: block;
    float: right;
    margin: -10px 5px 0 -50px;
    /* margin-left: -15px; */
}

.font-red01 {
    color: #fff;
    font-size: 0.8rem;
    margin-left: 10px;
    padding: 2px 5px;
    vertical-align: middle;
    background: #005FA3;
    border-radius: 5px;
}

.font-red {
    color: red;
    font-size: 0.6rem;
    padding-left: 10px;
    vertical-align: middle;
}

.gray {
    display: block;
    color: #666;
    font-size: 0.5rem;
    margin-top: 10px;
    opacity: 0.8;
    font-family: serif;
}

.gray_center {
    display: block;
    color: #666;
    font-size: 0.5rem;
    margin: 10px auto 0 auto;
    opacity: 0.8;
    text-align: center;
    width: 100%;
    /* width: 50px; */
    font-family: serif;
}

.gNavi01 li ul {/* 子メニュー */
    position: absolute;/* ボックスの配置基準 */
    top: 100%;/* 親メニュー上部からの表示位置 */
    left: 0;/* 親メニュー左端からの表示位置 */
    width: 100%;/* 親メニュー幅に合わせる */
}
.gNavi01 li ul li {
    visibility: hidden;/* 子メニューの非表示 */
    /* スライド表示させる場合は以下も */
    overflow: hidden;/* ボックスからはみ出た部分を非表示 */
    height: 0px;
    transition-duration: 0.2s;/* 変化にかかる時間 */
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
}

.gNavi01 li ul li a {
    padding: 28px 0;
    vertical-align: bottom;
}

.gNavi01 li ul li a:hover {
    background-color: #e6e6e6;/* リンク選択時の背景色 */
}

.gNaviParent:hover > ul > li {
    visibility: visible;/* 子メニューの表示 */
    /* スライド表示させる場合は以下も */
    overflow: visible;/* ボックスからはみ出た部分を表示 */
    height: 70px;/* 項目名が途切れて隠れないように注意 */
}

.gNavi01 li.active a,
.gNavi01:hover{
    background: url(../img/common/cmn_header02_bg01.png) repeat-x 1px top;
	opacity:1!important;
}

.footerWrapper01{
    position: relative;
    border-top: 2px solid #014188;
}

.footerPageTop01{
	position: absolute;
	top: -130px;
	right: 80px;
	z-index: 1000;
}

.footerPageTop01.fixed{
	position: fixed;
	top: auto;
	bottom: 20px;
}

.footerContent01{
    margin: 0 auto;
    padding: 40px 0;
}

.footerLogoDescription01{
    font-size: 13px;
}

.footerLogo01{
    margin-top: 20px;
}

.fR {
    margin-right: 10%;
}

.takken_text {
  font-size: 14px;  
}

.companyAddress01{
    margin-top: 20px;
}

.companyAddress01First{
    margin-top: 35px;
}

.companyAddress01Name{
    font-weight: bold;
    font-size: 16px;
}

.companyAddress01Detail{
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5em;
}

.companyAddress01Detail a{
    color: #004692;
}

.footerNav01{
    margin-left: 170px;
    padding-left: 15px;
    width: 225px;
    height: 305px;
    border-left: 1px solid #ccc;
}

.footerNav01 li{
    margin-top: 18px;
    padding-left: 25px;
    font-weight: bold;
    font-size: 13px;
    background: url(../img/common/cmn_footer02_bg01.png) no-repeat left center;
}

.footerNav01 li:first-child{
    margin-top: 0;
}
.fL {
    margin-left: 10%;
}

.footerNav01 li a{
    text-decoration: none;
    color: #525252;
}

.footerNav02{
    margin-left: 0;
    width: 260px;
    border-right: 1px solid #ccc;
}

.footerCopyright01{
    padding: 10px 0 0px;
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #eee;
}

.mainContentWrapper01{
    width: 100%;
    overflow: hidden;
}

.mainContentInner01{
    position: relative;
    margin: 0 auto;
    width: 1120px;
}

.mainContentInner01:before{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 200%;
    height: 100%;
    background: #f1f7fe;
}

.mainContentInner01Left01{
    padding-top: 40px;
    padding-bottom: 120px;
    position: relative;
    width: 830px;
    background: #fff;
}

.mainContentInner01Right01Inner01{
    padding: 40px 0 0 22px;
    position: relative;
}

.footerDescription01Text01 {
    font-size: 13px;
    margin-left: 0;

}

.banners,
.sns_banners {
	width:266px;
}

.banners li {
	margin-bottom:15px;
}

.sns_banners li {
	margin-bottom:10px;
}

.sideRadioWrapper01{
    margin:0 auto 20px auto;
    padding: 2px 2px 7px;
    background: #014794;
}

.sideRadioTitle{
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #0174f3;
}

.sideRadioLinks01{
    margin: 15px auto 0;
    width: 250px;
}

.sideRadioLinks01 li{
    margin-top: 5px;
}

.sideRadioLinks01 li:first-child{
    margin-top: 0;
}

.sideRadioLinks01 li a{
    display: block;
    padding: 10px 13px 10px;
    color: #10529a;
    text-decoration: none;
    font-size: 14px;
    background-color: #fff;
    background-image: url(../img/common/cmn_sidebar01_bg01.png);
    background-repeat: no-repeat;
    background-position: 225px center;
}
@media (max-width:1380px) {

    .gNaviParent img{
        margin:-10px 0px 0 -20px;
    }

}
