/*
**********************************************************************************

  共通

**********************************************************************************
*/
body{
    font-family: 'Noto Sans JP', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}
a[href$="/news.html"] {
    pointer-events: auto;
}

#pagetitle.template_c2 {
    padding: 0;
    margin-bottom: 0;
    text-align: inherit;
    background: none;
}
#pagetitle.template_c2 .pagetitle_bg {
    background: none;
}

main.inner {
	position: relative;
}

#contents_left{
    float: right;
}



#contents_right{
    float: left;
}


@media only screen and (min-width: 1024px) {
	.side_fixed #contents_right {
		position: fixed;
		top:140px;
	}

	.side_fixed.side_fixed_bottom #contents_right {
		position: absolute;
		bottom:0;
		top:auto;
	}
}

.rss_title a {
    color: #000000;
}

@media only screen and (max-width: 979px){
    .table_wrap{
        overflow: scroll;
    }
}

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

}



/*
**********************************************************************************

  共通 ： ボタン全般、装飾パーツ

**********************************************************************************
*/
.dlb_btn a, .dlb_btn_inlineb a {
    padding: 16px 2.5em 16px 1.5em;
    border-radius: 30px;
    border: none;
    font-size: 1.6rem;
}
.dlb_btn a:hover, .dlb_btn_inlineb a:hover {
    color: #0C7DC1;
    background: linear-gradient(45deg, #fff, transparent);
}
.dlb_btn a::before, .dlb_btn_inlineb a::before{
    left: auto;
    right: 1.5em;
    width: 13px;
    height: 13px;
    top: calc(50% - 7px);
}


/* border */
.bldg-border_2px{
    position: relative;
    border-bottom: 2px solid #767676;
}
.bldg-border_2px::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    max-width: 200px;
    height: 2px;
    background-color: #0C7DC1;
}

.dlb_c35_block.bldg-border_2px {
	align-items: center;
}

/* arrow_circle_right */
.arrow_circle_right{
    /* padding-left:2rem; */
}
.arrow_circle_right::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    background-image: url(../image/arrow_circle_right@2x.png);
    background-size: contain;
    vertical-align: middle;
}

/* icon */
.dl_icon a{
    /* padding-left: 3em; */
}
.dl_icon a::before{
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.7rem;
    background-image: url(../image/dl_icon@2x.png);
    background-size: contain;
    vertical-align: middle;
}
.dl_icon a:hover::before{
    background-image: url(../image/dl_icon_bl@2x.png);
}
.exlink_icon{
    font-size: 110%;
    padding: 1em 0;
}
.exlink_icon a{
    padding-right: 3em;
}
.exlink_icon a::after{
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 1.2em;
    margin-left: 0.7rem;
    background-image: url(../image/exlink_icon@2x.png);
    background-size: contain;
    vertical-align: middle;
}

/* left_blue_border */
.left_blue_border{
    border-left: 5px solid #0C7DC1;
    padding-left: 1em;
    margin-bottom: 5px;
}

/* marker */
.marker_y{
    display: inline-block;
    padding-bottom: 0.1em;
    background:linear-gradient(transparent 50%, #F5FF00 50%);
}

/* 資料ダウンロード */
#dl_banner {
    position: fixed;
    right: 0;
    top: 350px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    background: #0090E6;
    border-radius: 3px;
    z-index: 3;
    transition: .6s;
}
#dl_banner:hover{
    background: #ffffff;
    box-shadow: 0 0 10px #0C7DC1;
}
#dl_banner a{
    display: block;
    padding: 1.5em 1em;
    color: #ffffff;
}
#dl_banner:hover a{
    text-decoration: none;
    color: #0C7DC1;
}
.dl_icon:hover a::before{
    background-image: url(../image/dl_icon_bl@2x.png);
}
#dl_banner a::before{
    margin-right: 0;
    margin-bottom: 0.7rem;
    padding-left: 0;
    vertical-align: baseline;
}
@media only screen and (max-width: 690px) {
    #dl_banner{
        display: none;
    }
}



/*
**********************************************************************************

  共通_サイドナビ

**********************************************************************************
*/
    #subnav.sb_col2_accordion {
        display: none;
    }
    #subnavpc {
    }
    #subnavpc .accordion_one {
    }
    #subnavpc .accordion_one .accordion_header {
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 1.5rem;
      padding: 1rem 2rem;
      text-align: center;
      position: relative;
      z-index: +1;
      cursor: pointer;
      transition-duration: 0.2s;
    }
    #subnavpc .accordion_one .accordion_header a{
      color: #fff;
    }
    #subnavpc .accordion_one .accordion_header a:hover{
      text-decoration: none;
    }
    #subnavpc .accordion_one .accordion_header:hover {
      opacity: .8;
    }
    #subnavpc .accordion_one .accordion_one .accordion_header{
      text-align: left;
    }
    #subnavpc .accordion_one .accordion_one .accordion_one .accordion_header{
      background: #ffffff;
      color: #000000;
      border-bottom: 1px solid #0C7DC1;
    }
    #subnavpc .accordion_one .accordion_one .accordion_one .accordion_header a{
      color: #000000;
    }
/*
    #subnavpc .accordion_one .accordion_header .i_box {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 50%;
      right: 5%;
      width: 40px;
      height: 40px;
      border: 1px solid #fff;
      margin-top: -20px;
      box-sizing: border-box;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transform-origin: center center;
      transition-duration: 0.2s;
    }
    #subnavpc .accordion_one .accordion_header .i_box .one_i {
      display: block;
      width: 18px;
      height: 18px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transform-origin: center center;
      transition-duration: 0.2s;
      position: relative;
    }
    #subnavpc .accordion_one .accordion_header.open .i_box {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
    #subnavpc .accordion_one .accordion_header .i_box .one_i:before, #subnavpc .accordion_one .accordion_header .i_box .one_i:after {
      display: flex;
      content: '';
      background-color: #fff;
      border-radius: 10px;
      width: 18px;
      height: 4px;
      position: absolute;
      top: 7px;
      left: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      transform-origin: center center;
    }
    #subnavpc .accordion_one .accordion_header .i_box .one_i:before {
      width: 4px;
      height: 18px;
      top: 0;
      left: 7px;
    }
    #subnavpc .accordion_one .accordion_header.open .i_box .one_i:before {
      content: none;
    }
    #subnavpc .accordion_one .accordion_header.open .i_box .one_i:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
*/
    #subnavpc .accordion_one .accordion_inner {
      display: none;
      padding: 0;
      box-sizing: border-box;
    }
    #subnavpc .accordion_one .accordion_inner.stay {
        display: block;
    }
    #subnavpc .accordion_one .accordion_inner .box_one {
    }
    #subnavpc .accordion_one .accordion_inner p.txt_a_ac {
      margin: 0;
    }

@media only screen and (max-width: 979px){
    #contents_right {
        margin-top: 0;
    }
    #subnavpc .accordion_one .accordion_inner.stay {
        display: none;
    }
}

@media only screen and (max-width: 690px) {
    #subnav.sb_col2_accordion {
        display: block;
    }
    #subnavpc {
        display: none;
    }
}

/*
**********************************************************************************

  ダウンロードブロック上書き

**********************************************************************************
*/

.dlb_rss dl {
    padding: 20px 0;
}

.dlb_c68_day_last::after{
    content: none;
}

@media only screen and (max-width: 980px){
    .col {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 690px){
    .dlb_btn_w50,
    .dlb_btn_w60{
        max-width: 80%;
    }
}



/*------------------------------------------------

_title.css

-------------------------------------------------*/
/* h1 template_overwrite ***/
#pagetitle.template_c2 .pagetitle_block .pagetitle {
    text-align: left;
    color: #0B7DC1;
    font-size: 2.5rem;
    padding-left: 4.5rem;
    margin-bottom: 4rem;
}
#pagetitle.template_c2 .pagetitle_block .pagetitle::before {
    background-color: #0B7DC1;
    content: "";
    width: 34px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
#pagetitle.template_c2 .pagetitle_block .pagetitle::after {
    content: none;
}
@media only screen and (max-width: 979px) {
  #contents_left #pagetitle.template_c2 {
    margin-right: 0;
    margin-left: 0;
  }
}


/* h2 ***/
.dlb_subtitle2_01 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
.dlb_subtitle2_02 {
    font-size: 2.5rem;
    border-width: 0 0 0 5px;
}
.dlb_subtitle2_03 {
    font-size: 2.4rem;
    padding: 0;
    padding-top: 2.5rem;
    border-width: 0;
    border-top: 1px solid #E7F2F9;
}
.dlb_subtitle2_03::after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 10%;
    max-width: 40px;
    height: 1px;
    background-color: #0C7DC1;
}
.dlb_subtitle2_04 {
    font-size: 3.5rem;
    line-height: 2;
}
.dlb_subtitle2_05 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    padding: 0.8rem 1.2rem;
    border-left: solid 8px #02314D;
}

/* h3 ***/
.dlb_subtitle3_02 {
    border-width: 0 0 0 5px;
}
.dlb_subtitle3_03 {
    font-size: 2.4rem;
    padding: 0;
    padding-top: 2.5rem;
    border-width: 0;
    border-top: 1px solid #E7F2F9;
}
.dlb_subtitle3_03::after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 10%;
    max-width: 80px;
    height: 1px;
    background-color: #0C7DC1;
}
    /* border_bottom_ver */
    .dlb_subtitle3_03_bottom {
        padding-top: 0;
        padding-bottom: 2.5rem;
        border-top: none;
        border-bottom: 1px solid #E7F2F9;
    }
    .dlb_subtitle3_03_bottom::after{
        top: auto;
        bottom: 0;
    }
.dlb_subtitle3_05 {
    margin-bottom: 3rem;
    padding: 0.8rem 1.2rem;
    border-left: solid 8px #02314D;
}
.dlb_subtitle3_06 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-width: 2px;
    border-color: #0C7DC1;
    border-radius: 9px;
    padding: 1.3rem;
}

/* h4 ***/
.dlb_subtitle4_02 {
    font-weight: 400;
    border-width: 0 0 0 5px;
}

/* h5 ***/
.dlb_subtitle5_05 {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.dlb_subtitle5_05::before {
    content: none;
}

@media only screen and (max-width: 690px){
    .dlb_subtitle2_01,
    .dlb_subtitle2_02,
    .dlb_subtitle2_03,
    .dlb_subtitle2_04,
    .dlb_subtitle2_05 {
        font-size: 2.2rem;
    }
}

/*
**********************************************************************************

  共通 ： ヘッダー

**********************************************************************************
*/
header.template_c2 {
    top: 30px;
}
header.template_c2 #header {
    background-color: #F8FBFD;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    /*innder*/
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
}
header.template_c2 #header_area {
    height: 80px;
    padding: 18px 12px;
}
#locator_template_c2 {
    color: #999999;
    margin-top: 130px;
    margin-bottom: 60px;
    border: none;
}
#locator_template_c2 li a{
    color: #999999;
    text-decoration: none;
}
#locator_template_c2 li a:hover{
    text-decoration: underline;
}

header.template_c2 .gnavi_area ul li a:hover {
    color: #0090E6;
}
header.template_c2 .gnavi_area ul li a::after{
    content: none;
}
header.template_c2 .gnavi_area ul li.main_current a {
    color: #0090E6;
}

header.template_c2 #contact_area,
header.template_c2 #contact_area2 {
    width: auto;
    height: auto;
}
header.template_c2 #contact_area a,
header.template_c2 #contact_area2 a
{
    box-sizing: border-box;
    background-image: none;
    padding: 16px 31px;
    height: auto;
    border-radius: 27px;
    white-space: nowrap;
}
header.template_c2 #contact_area a {
    background: #0090E6;
    border: solid 2px #0090E6;
    box-shadow: 0 0 3px #0090E6;
}
header.template_c2 #contact_area2 a {
    margin-left: 0.6rem;
    background: #FF6900;
    border: solid 2px #FF6900;
    box-shadow: 0 0 3px #FF6900;
}
header.template_c2 #contact_area a:hover {
    color: #0090E6;
    background-color: #ffffff;
}
header.template_c2 #contact_area2 a:hover {
    background-color: #ffffff;
    color: #FF6900;
}

/* submenu */
.gnavi_area li{
    position: relative;
    cursor: pointer;
}

.gnavi_area .gnavi_area_sublist{
    position: absolute;
    left: 0;
}

.gnavi_area .gnavi_area_sub li{
    display: block;
    white-space: nowrap;
    background-color: #0C7DC1;
    border: 1px solid #ffffff;
    padding: 0 1em;
    margin: none;
}
.gnavi_area .gnavi_area_sub li:hover{
    background-color: #ffffff;
}
header.template_c2 .gnavi_area .gnavi_area_sub .gnavi_area_sublist a{
	color: #ffffff;
}
header.template_c2 .gnavi_area .gnavi_area_sub .gnavi_area_sublist a:hover{
    color:  #0C7DC1;
}
header.template_c2 .gnavi_area ul.gnavi_area_sublist{
    display: none;
	height: auto;
}
header.template_c2 .gnavi_area ul.gnavi_area_sublist li a {
	display: block;
}

/*
header.template_c2 .gnavi_area .gnavi_area_sub:hover ul.gnavi_area_sublist{
    display: block;
}
*/

@media only screen and (max-width: 979px){
    header.template_c2 .gnavi_area .gnavi_area_sub:hover ul.gnavi_area_sublist{
        display: none;
    }
    header.template_c2 .gnavi_btn_sp {
        top: 24px;
        right: 50px;
    }
    header.template_c2 .gnavi_contact a {
        background: #0090E6;
    }
    header.template_c2 .gnavi_contact.no2 a {
        background: #FF6900;
    }
    header.template_c2 .gnavi_contact a .txt {
        padding-left: 0;
        background: none;
    }
    .gnavi_area .gnavi_area_sublist{
        position: relative;
    }
}


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

    header.template_c2 {
        top: 15px;
    }

    header.template_c2 #header_area {
        height: inherit;
        padding: 5px 50px 5px 0px;
    }
    header.template_c2 .gnavi_btn_sp {
        top: 18px;
        right: 30px;
    }
    

    #locator_template_c2 {
        margin-top: 90px;
        margin-bottom: 0;
    }

    header.template_c2 .gnavi_contact a {
        background: #0090E6;
    }
    header.template_c2 .gnavi_contact a .txt {
        padding-left: 0;
        background:none;
    }
    header.template_c2 .gnavi_contact.no2 a {
        background: #FF6900;
    }
}



/*
**********************************************************************************

  共通 ： コンタクトエリア

**********************************************************************************
*/
#cta_area.template_c2 {
    background-color: rgba(12,125,193,0.2);
    padding: 64px 16px 50px;
}
#cta_area.template_c2 .cta_block {
    max-width: 1120px;
}
#cta_area.template_c2 .cta_txt {
    color: #0C7DC1;
}
#cta_area.template_c2 .cta_txt_telbox,
#cta_area.template_c2 .cta_txt_telbox_sub {
    font-family: 'Roboto', 'Noto Sans JP', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}
#cta_area.template_c2 .cta_txt_telbox {
    font-size: 5.3rem;
    font-weight: 700;
}
#cta_area.template_c2 .cta_txt_telbox .tel_icon{
    display: inline-block;
    width: 41px;
    height: auto;
    margin-right: 0.1em;
}
#cta_area.template_c2 .cta_btn {
    max-width: 550px;
}
#cta_area.template_c2 .cta_btn a {
    position: relative;
    font-size: 24px;
    padding: 24px 16px 24px 8px;
    border-radius: 45px;
}
#cta_area.template_c2 .cta_btn a::before {
    content: '';
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    position: absolute;
    right: 1.5em;
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
    transition: all .2s ease-in 0s;
}
#cta_area.template_c2 .cta_l .cta_btn a {
    background-color: #0C7DC1;
    box-shadow: 0 0 10px #0C7DC1;
}
#cta_area.template_c2 .cta_r .cta_btn a {
    background-color: #FF6900;
    box-shadow: 0 0 10px #DD630D;
}
#cta_area.template_c2 .cta_l .cta_btn a:hover {
    color: #0C7DC1;
    background-color: #ffffff;
}
#cta_area.template_c2 .cta_r .cta_btn a:hover {
    background-color: #ffffff;
    color: #FF6900;
}


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

    #cta_area.template_c2 {
        padding: 30px 16px 10px;
    }
    #cta_area.template_c2 .cta_block .col {
        margin: 0 auto 16px;
    }
    #cta_area.template_c2 .cta_txt {
        font-size: 15px;
    }
    #cta_area.template_c2 .cta_btn a {
        font-size: 18px;
        padding: 15px 16px 15px 8px;
    }
    #cta_area.template_c2 .cta_txt_telbox {
        font-size: 4rem;
    }
    #cta_area.template_c2 .cta_txt_telbox .tel_icon{
        width: 30px;
    }

}

/*
**********************************************************************************

  共通 ： フッター

**********************************************************************************
*/


body.page_index footer.template_c2 {
    margin-top: 0;
}

footer.template_c2 #footer_info small {
    margin-left: 0;
    color: #000000;
}
footer.template_c2 #footer_nav {
    background-color: #02314D;
}
footer.template_c2 .footer_nav_block {
    justify-content: space-between;
}
footer.template_c2 .fnav_unit {
    width: 23%;
    flex-shrink: 0;
}
footer.template_c2 .fnav_unit_w {
    width: 45%;
}
footer.template_c2 .fnav_unit,
footer.template_c2 .fnav_unit a {
    color: #ffffff;
}

footer.template_c2 .fnav_title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dotted;
}
footer.template_c2 .fnav_title:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
footer.template_c2 .fnav_list li a {
    padding-left: 0;
}
footer.template_c2 .fnav_list li a::before {
    content: '>';
    border: 0px;
    border-top: none;
    border-right: none;
    transform: none;
    position: relative;
    padding-right: 0.5em;
    margin-top: 0;
}
footer.template_c2 .fnav_title a {
    background: none;
    padding-left: 0;
}

footer.template_c2 .footer_logo{
    margin-top: 2.5em;
}
footer.template_c2 .footer_logo a img {
    margin: 0;
    max-width: 100%;
    width: 168px;
}
footer.template_c2 .footer_add {
    font-weight: 400;
    line-height: 2;
}
footer.template_c2 #footer_info .inner {
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
footer.template_c2 #footer_info {
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
}
footer.template_c2 #footer_info .privacymark {
    width: 44px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
footer.template_c2 #footer_info .footer_info_navi a + a {
    border-left: 1px solid #000000;
}
footer.template_c2 #footer_info .footer_info_navi a {
    color: #000000;
    white-space: nowrap;
}


@media only screen and (max-width: 979px){
    body.page_index footer.template_c2 {
        margin-top: 0;
    }
    footer.template_c2 #footer_info .inner {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    footer.template_c2 #footer_info .footer_info_navi a {
        padding: 0;
    }
    footer.template_c2 #footer_info .footer_info_navi a + a {
        padding-left: 1rem;
        margin-left: 1rem;
    }

    footer.template_c2 #footer_info .privacymark {
        width: 33px;
    }
}

@media only screen and (max-width: 690px){
    body.page_index footer.template_c2 {
        margin-top: 0;
    }
    footer.template_c2 .footer_nav_block {
        display: block;
    }
    footer.template_c2 .fnav_unit {
        width: 100%;
        padding-top: 2rem;
    }
    footer.template_c2 .fnav_title a {
        padding: 0;
        border: none;
    }
    footer.template_c2 .fnav_list {
        display: block;
    }
    footer.template_c2 .footer_logo{
        margin-top: 1.5rem;
    }
    footer.template_c2 .footer_add {
        padding-bottom: 2rem;
    }
    footer.template_c2 #footer_info .footer_info_navi a + a {
        border-left: none;
        padding-left: 1rem;
    }
}




