@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/* IE 6 does not support max-width so default to width 100% */

img, object, embed, video {
width: 100%;
margin: auto;
}


/* Mobile Layout: 480px and below. */


@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/*PC*/
@media print, screen and (min-width: 769px) {

/*--スクロールトップ---------*/
.totop { position: fixed; bottom: 100px; right: 20px; z-index: 2000; }
.totop .img { width: 40px; }



/*com*/
/*----------------------------*/
main { width: 100%; min-width: 1200px; margin: auto; overflow: hidden; }

.pc { display: block; }
.pcBr { display: inline-block; }
.sp { display: none!important; }
.spBr { display: none; }

.comPd_80 { padding: 80px 0; }
.comPd_100 { padding: 100px 0; }
.comPd_150 { padding: 150px 0; }
.comPd_200 { padding: 200px 0; }

.w1400 { max-width: 1400px; margin: auto;}
.w1200 { max-width: 1200px; margin: auto;}
.w1000 { max-width: 1000px; margin: auto;}
.w960 { max-width: 960px; margin: auto;}

.w100 { width: 100%; margin: auto;}
.w90 { width: 90%; margin: auto;}
.w80 { width: 80%; margin: auto;}
.w70 { width: 70%; margin: auto;}


.error404 .cont01 { margin-top: 200px; }
.error404 .cont01 h4 { font-size: 2.0rem; margin: 0 0 30px; }
.error404 .cont01 p { font-size: 1.8rem; }



/* header
--------------------------------------------*/
header { min-width: 1200px; position: relative; }

#top_header { display: flex; flex-wrap: wrap; justify-content: space-between; background: #0078E5; }
#top_header .head_flex { width: 90%; padding: 20px 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
#top_header .logo_img { width: 55%; display: flex; flex-wrap: wrap; align-items: flex-end; }
#top_header .logo_img a { width: 110px; display: inline-block; margin-right: 30px; }
#top_header .logo_img p { font-size: 14px; color: #fff; line-height: 1.8; }
#top_header .logo_img p span { font-size: 1.3em; }
#top_header .hed_wrap { width: 30%; }
#top_header .hed_wrap ul.hed_nav { display: flex; flex-wrap: wrap; justify-content: end; margin-bottom: 20px; }
#top_header .hed_wrap ul.hed_nav li { margin: 0 0 0 20px; font-size: 0.8em; }
#top_header .hed_wrap ul.hed_nav li a { color: #fff; }
#top_header .hed_wrap ul.hed_nav li a:hover {  }
#top_header .hed_wrap button { background: #0F326E; border: none; width: 35px; height: 35px; }
#top_header .hed_wrap button { background: #0F326E; border: none; width: 35px; height: 35px; }
#top_header .hed_wrap form { text-align: end; font-size: 14px; }
#top_header .hed_wrap form input { width: 70%; }
#top_header .hed_wrap form button { background: #0F326E; border: none; width: 30px; height: 30px; }
#top_header .hed_wrap form button img { width: 90%; }


#header { width: 100%; }
#header .menu { background: #D8DBDE; }
#header ul.menu_list { width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
#header ul.menu_list li { position: relative; width: 20%; font-weight: 600; text-align: center; margin: auto; }
#header ul.menu_list li::before {
content: "";
position: absolute;
top: 30%; bottom: 30%; left: 0;
margin: auto;
width: 1px; height: 40%;
background: #0078E5;
}
#header ul.menu_list li:last-child::after {
content: "";
position: absolute;
top: 30%; bottom: 30%; right: 0;
margin: auto;
width: 1px; height: 40%;
background: #0078E5;
}
#header ul.menu_list li a { position: relative; display: block; padding: 20px 0; letter-spacing: 5px; line-height: 1.8; }
#header ul.menu_list li a::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 0%;
height: 1px;
background: #0078E5;
transition: all 0.5s ease;
}
#header ul.menu_list li a:hover::before { width: 100%; }
#header ul.menu_list li a span { display: block; font-size: 0.8em; font-weight: 400; color: #0078E5; letter-spacing: 2px; }


.burger-btn{ display: none; }


/* 「scroll-navクラス」がヘッダーについたとき */
#header.scroll-nav { position: fixed; top: 0; bottom: auto; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) }
#header.scroll-nav ul.menu_list li { font-size: 0.9em; font-weight: 500; }



/* footer
--------------------------------------------*/
footer { position: relative; min-width: 1200px; margin-top: 150px; background: #D8DBDE; }

footer #footer { width: 90%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; padding: 30px 0; }
footer #footer .footer_logo { display: flex; flex-wrap: wrap; align-items: flex-end; }
footer #footer .footer_logo img { width: 110px; margin: 0 30px 0 0; }
footer #footer .footer_logo p { font-size: 0.8em; }
footer #footer ul.footer_menu { display: flex; flex-wrap: wrap; justify-content: flex-end; }
footer #footer ul.footer_menu li { margin-left: 20px; }
footer #footer ul.footer_menu li p { font-size: 0.9em; font-weight: 600; }
footer #footer ul.footer_menu li p a { position: relative; z-index: 1; }

footer .copy { background: #0078E5; padding: 10px 0; }
footer .copy p { font-size: 0.7em; font-weight: 400; color: #fff; text-align: center; }



/* hed_img
--------------------------------------------*/
.hed { position: relative; }
.hed .hed_tit { position: relative; font-size: 2.2em; font-weight: 500; z-index: 1; }

.hed .pankuzu { display: flex; position: absolute; top: 150px; right: 5%; }
.hed .pankuzu li { font-size: 0.9em; font-weight: 400; }
.hed .pankuzu li:last-child { color: #0659a2; }
.hed .pankuzu li::after { content: ">"; padding: 0 10px; text-decoration: nonep;}
.hed .pankuzu li:nth-last-of-type(1)::after { content: none;}
.hed .pankuzu li a { border-bottom: 1px solid #999; }



/*more
----------------------------*/
.more { width: 250px; margin: 100px auto 0; }
.more a { position: relative; display: block; color: #0078E5; background: #fff; border: 1px solid #0078E5; padding: 10px 0; text-align: center; font-size: 0.9em; }
.more a:hover { color: #fff; background: #0078E5; }

.more_w a { color: #fff; background: #0078E5; }
.more_w a:hover { color: #fff; }



/* btnBk
--------------------------------------------*/
.more.btnBk { margin: 150px auto 0; width: 280px; }




/* index
--------------------------------------------*/
#index .idx_tit { margin-bottom: 50px; font-size: 1.4em; line-height: 1.2; }
#index .idx_tit span { width: 16px; padding-left: 5px; display: inline-block; }

#index .cont01 { margin-top: 100px; }
#index .cont02 { margin-top: 100px; }

#index dl {  }
#index dl .news_list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 20px; padding: 0 20px 10px; border-bottom: 1px solid #0078E5; }
#index dl .news_list dt { color: #646464; font-size: 0.9em; width: 25%; }
#index dl .news_list dd { font-size: 0.9em; width: 70%; }
#index dl .news_list dd span { background: #2EA6DF; color: #fff; padding: 3px 20px; margin-right: 10px; display: inline-block; font-size: 0.9em; }




/* news
--------------------------------------------*/
#news .cont01 { margin-top: 100px; }

#news .cont01 h2 { font-size: 2em; margin-bottom: 50px; text-align: center; padding-bottom: 15px; position: relative; }
#news .cont01 h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 50px; }

#news .cont01 dl {  }
#news .cont01 dl .news_list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 20px; padding: 0 20px 10px; border-bottom: 1px solid #0078E5; }
#news .cont01 dl .news_list dt { color: #646464; font-size: 0.9em; width: 25%; }
#news .cont01 dl .news_list dd { font-size: 0.9em; width: 70%; }
#news .cont01 dl .news_list dd span { background: #2EA6DF; color: #fff; padding: 3px 20px; margin-right: 10px; display: inline-block; font-size: 0.9em; }




/* news_detail
--------------------------------------------*/
#news_detail .cont { margin-top: 100px; }

#news_detail .cont #update { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; border-bottom: 2px solid #0078E5; padding-bottom: 20px; margin-bottom: 50px; }
#news_detail .cont #update h2 { color: #0078E5; font-size: 1.6em; }
#news_detail .cont #update .date { font-size: 0.9em; }

#news_detail .cont figure { width: 70%; margin-bottom: 20px; }
#news_detail .cont p { margin-bottom: 20px; line-height: 2.2; font-weight: 400; }
#news_detail .cont p a { border-bottom: 1px solid #0078E5; }




/* report
--------------------------------------------*/
#report .cont01 { margin-top: 100px; }

#report .cont01 h2 { font-size: 2em; margin-bottom: 50px; text-align: center; padding-bottom: 15px; position: relative; }
#report .cont01 h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 50px; }

#report .cont01 dl {  }
#report .cont01 dl .news_list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 20px; padding: 0 20px 10px; border-bottom: 1px solid #0078E5; }
#report .cont01 dl .news_list dt { color: #646464; font-size: 0.9em; width: 25%; }
#report .cont01 dl .news_list dd { font-size: 0.9em; width: 70%; }
#report .cont01 dl .news_list dd span { background: #2EA6DF; color: #fff; padding: 3px 20px; margin-right: 10px; display: inline-block; font-size: 0.9em; }




/* report_detail
--------------------------------------------*/
#report_detail .cont { margin-top: 100px; }

#report_detail .cont #update { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; border-bottom: 2px solid #0078E5; padding-bottom: 20px; margin-bottom: 50px; }

#report_detail .cont .label span { padding: 3px 20px; display: inline-block; font-size: 0.9em; }
#report_detail .cont .label.category01 span { border: 1px solid #2EA6DF; color: #2EA6DF; }
#report_detail .cont .label.category02 span { border: 1px solid #B464FF; color: #B464FF; }
#report_detail .cont .label.category03 span { border: 1px solid #EB9600; color: #EB9600; }
#report_detail .cont .label.category04 span { border: 1px solid #4DC68C; color: #4DC68C; }
#report_detail .cont .label.category05 span { border: 1px solid #EC8DC8; color: #EC8DC8; }
#report_detail .cont .label.category06 span { border: 1px solid #C89F63; color: #C89F63; }
#report_detail .cont .date { font-size: 0.9em; }

#report_detail .cont h2 { color: #0078E5; font-size: 1.6em; }
#report_detail .cont figure { width: 70%; margin-bottom: 20px; }
#report_detail .cont p { margin-bottom: 20px; line-height: 2.2; font-weight: 400; }
#report_detail .cont p a { border-bottom: 1px solid #0078E5; }




/* outline
--------------------------------------------*/
#outline .cont { margin-top: 100px; }

#outline .cont h2 { font-size: 2em; margin-bottom: 50px; text-align: center; padding-bottom: 15px; position: relative; }
#outline .cont h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 50px; }
#outline .cont p { margin-bottom: 30px; line-height: 2.2; font-size: 0.9em; font-weight: 400; }
#outline .cont ol { list-style: decimal; line-height: 1.8; font-size: 0.9em; font-weight: 400; padding-left: 2em; margin-bottom: 30px; color: #0078E5; }
#outline .cont ol li { margin-bottom: 5px; }

#outline .cont .is-layout-flex { justify-content: space-between; align-items: flex-start; }
#outline .cont .imgbox p { font-size: 0.9em; }




/* contact
--------------------------------------------*/
#contact .cont01 { margin-top: 100px; }

#contact .cont01 h2 { font-size: 2em; margin-bottom: 50px; text-align: center; padding-bottom: 15px; position: relative; }
#contact .cont01 h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 50px; }

#contact .cont01 table { display: block; border-top: 1px solid #0078E5; border-right: 1px solid #0078E5; }
#contact .cont01 table tbody { width: 100%; display: block; }
#contact .cont01 table tr { width: 100%; display: table; background: #0078E5; border-bottom: 1px solid #fff; }
#contact .cont01 table tr th { width: 40%; text-align: left; padding: 20px 30px; box-sizing: border-box; color: #fff; }
#contact .cont01 table tr th span { background: #ed2717; padding: 5px 10px; box-sizing: border-box; color: #fff; margin-left: 20px; font-size: 1.4rem; }
#contact .cont01 table tr td { width: 60%; font-weight: 400; padding: 20px 30px; box-sizing: border-box; background: #fff; border-bottom: 1px solid #0078E5; }
#contact .cont01 table tr td p { font-size: 1.4rem; }
#contact .cont01 table tr td span.error { display: block; color: #ed2717; }
#contact .cont01 table tr td input { padding: 10px 20px; box-sizing: border-box; background: #fff; border: 1px solid #ddd; }

/* チェックボックス */
#contact .cont01 table tr td .radio__item { display: none; }
/* spanの左側にボタンを配置するスペースを作る */
#contact .cont01 table tr td .radio__item + span { margin-right: 10px; padding-left: 1.5em; display: inline-block; position: relative; }
/* 各パーツを作成 */
#contact .cont01 table tr td .radio__item + span::after,
#contact .cont01 table tr td .radio__item + span::before {
content: '';
display: block;
border: 3px solid #0078E5;
background: #fff;
width: 15px; height: 15px;
position: absolute;
top: 15%; left: 0;
}
/* after上書き */
#contact .cont01 table tr td .radio__item + span::after{
content: "✔";
opacity: 0;
color: #0078E5;
font-size: 1.4rem;
line-height: 1;
text-align: center;
}
/* checked状態 ボタンのopacityを変更 */
#contact .cont01 table tr td .radio__item:checked + span::after { opacity: 1; }

#contact .cont01 table tr td input[type=text],
#contact .cont01 table tr td input[name="input_mail"],
#contact .cont01 table tr td input[name="confirm_system_mail"],
#contact .cont01 table tr td input[name="input_tel"],
#contact .cont01 table tr td textarea[name="input_message"] { width: 100%; }

#contact .cont01 dl.info_blk { margin-top: 30px; }
#contact .cont01 dl.info_blk dt { margin-bottom: 10px; }

#contact .cont01 .more input[type=submit] { width: 100%; color: #fff; background: #0078E5; border: 2px solid #0078E5; padding: 20px 0; text-align: center; transition: all 0.3s ease; }
#contact .cont01 .more input[type=submit]:hover { color: #0078E5; background: #fff; }




/* privacy
--------------------------------------------*/
#privacy .cont { margin-top: 100px; }

#privacy .cont h2 { font-size: 2em; margin-bottom: 50px; text-align: center; padding-bottom: 15px; position: relative; }
#privacy .cont h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 50px; }
#privacy .cont h3 { font-size: 1.2em; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #0078E5; }
#privacy .cont p { margin-bottom: 50px; line-height: 2.2; font-size: 0.9em; font-weight: 400; }




/* link
--------------------------------------------*/
#link .cont { margin-top: 100px; }

#link .cont h2 { font-size: 2em; margin-bottom: 50px; text-align: center; padding-bottom: 15px; position: relative; }
#link .cont h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 50px; }
#link .cont ul { width: 90%; margin: 0 auto; line-height: 1.8; font-size: 0.9em; font-weight: 400; }
#link .cont ul li { padding-bottom: 10px; margin-bottom: 40px; border-bottom: 1px solid #0078E5; }
#link .cont ul li a { display: block; padding: 0 10px; }




/* sitemap
--------------------------------------------*/
#sitemap .cont { margin-top: 100px; }

#sitemap .cont h2 { font-size: 2em; margin-bottom: 50px; text-align: center; padding-bottom: 15px; position: relative; }
#sitemap .cont h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 50px; }
#sitemap .cont ul { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; line-height: 1.8; font-size: 0.9em; }
#sitemap .cont ul li { width: 32%; padding-bottom: 5px; margin-bottom: 30px; border-bottom: 1px solid #0078E5; }
#sitemap .cont ul li a { display: block; padding: 0 10px; }





}







/*sp*/
@media only screen and (max-width: 768px) {

html.noscroll { overflow-y: hidden; }

/*--スクロールトップ---------*/
.totop { position: fixed; bottom: 50px; right: 20px; z-index: 2000; }
.totop .img { width: 40px; }


	
/*com*/
/*----------------------------*/
main { width: 100%; margin: auto; overflow: hidden; }

.pc { display: none;}
.pcBr { display: none;}
.sp { display: block;}
.spBr { display: inline-block;}

.comPd_80 { padding: 50px 0; }
.comPd_100 { padding: 80px 0; }
.comPd_150 { padding: 100px 0; }
.comPd_200 { padding: 150px 0; }

.w1400 { width: 100%; margin: auto;}
.w1200 { width: 90%; margin: auto;}
.w1000 { width: 80%; margin: auto;}
.w960 { width: 70%; margin: auto;}

.w100 { width: 100%; margin: auto;}
.w90 { width: 95%; margin: auto;}
.w80 { width: 90%; margin: auto;}
.w70 { width: 70%; margin: auto;}


.error404 .cont01 { margin-top: 100px; }
.error404 .cont01 h4 { font-size: 1.8rem; margin: 0 0 30px; }
.error404 .cont01 p { font-size: 1.6rem; }



/* header
--------------------------------------------*/
header { width: 100%; position: relative; }
#top_header { background: #0078E5; position: fixed; top: 0; z-index: 100; width: 100%; }
#top_header .head_flex { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }

#top_header .logo_img { width: 60px; margin: 0 0 0 3%; }
#top_header .logo_img p { display: none; }

#top_header .hed_wrap { width: 60%; }
#top_header .hed_wrap ul.hed_nav { display: none; }
#top_header .hed_wrap form { text-align: center; font-size: 14px; }
#top_header .hed_wrap form input { width: 70%; }
#top_header .hed_wrap form button { background: #0F326E; border: none; width: 30px; height: 30px; }
#top_header .hed_wrap form button img { width: 90%; }


/* 以下、ハンバーガーボタン */
#top_header .burger-btn { width: 60px; height: 60px; background: #fff; border: 1px solid #0078E5; position: relative; z-index: 3; border:none; }    
#top_header .burger-btn .bar { width: 50%; height: 2px; display: block; position: absolute; left: 50%; transform: translateX(-50%); background-color: #0659a2 }

#top_header .burger-btn .bar_top { top: 20px; transition: transform .3s; }
#top_header .burger-btn .bar_mid { top: 50%; transform: translate(-50%,-50%); transition: transform .3s; }
#top_header .burger-btn .bar_bottom { bottom: 20px; transition: transform .3s; }

#top_header .burger-btn.close .bar_top{ transform: translate(-50%,11px) rotate(45deg); transition: transform .3s; }
#top_header .burger-btn.close .bar_mid{ opacity: 0; transition: opacity .3s; }
#top_header .burger-btn.close .bar_bottom{ transform: translate(-50%,-7px) rotate(-45deg); transition: transform .3s; }


/* 全画面表示 */
#header .menu_wrap{ position: fixed; top: 0; right: 0; transition: all .5s; z-index: 2; background: #fff; }
#header .menu_wrap .menu { width: 100%; height: 100%; z-index: 5; position: relative; margin: 0 -500px 0 auto; transition: all .5s; }

/* メニューオープン時 */
.noscroll{ overflow: hidden; }
#header .menu_wrap.fade { width: 100vw; height: 100vh; }
#header .menu_wrap.fade .menu { margin: 0 0 0 auto; transition: all .5s; }
#header .menu_wrap.fade .menu .menu_list{ width: 80%; margin: 10vh auto 15vh; align-items: center; overflow-y: auto; height: calc(75vh - 50px); overflow-y: scroll; scrollbar-width: thin; padding-right: 10px; }      
#header .menu_wrap.fade .menu .menu_list li { margin-bottom: 40px; border-bottom: 1px solid #0078E5; padding-bottom: 5px; }
#header .menu_wrap.fade .menu .menu_list li:last-child { margin-bottom: 0px; }
#header .menu_wrap.fade .menu .menu_list li a { color: #0078E5; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
#header .menu_wrap.fade .menu .menu_list li a span { font-size: 0.7em; font-weight: 300; padding-left: 30px; color: #0078E5; }
#header.scroll-nav { padding: 5px 0px; background: #fff; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); transition: 0.5s; }
#header.scroll-nav .burger-btn { position: fixed; top: 0; right: 0; }






/* footer
--------------------------------------------*/
footer { position: relative; margin-top: 50px; background: #D8DBDE; }

footer #footer { width: 90%; padding: 10px 0 20px; }
footer #footer .footer_logo { text-align: center; }
footer #footer .footer_logo img { width: 100px; margin: 0 auto 15px; }
footer #footer .footer_logo p { font-size: 0.8em; }
footer #footer .footer_menu { display: none; }

footer .copy { background: #0078E5; padding: 10px 0; }
footer .copy p { font-size: 0.7em; font-weight: 400; color: #fff; text-align: center; }



/* hed_img
--------------------------------------------*/
.hed { position: relative; margin-top: 60px; }

.hed .pankuzu { display: flex; position: absolute; bottom: 10px; right: 5%; z-index: 1; }
.hed .pankuzu li { font-size: 0.8em; font-weight: 400; }
.hed .pankuzu li:last-child { color: #0659a2; }
.hed .pankuzu li::after { content: ">"; padding: 0 10px; text-decoration: nonep;}
.hed .pankuzu li:nth-last-of-type(1)::after { content: none;}
.hed .pankuzu li a { border-bottom: 1px solid #999; }



/*more
----------------------------*/
.more { width: 200px; margin: 50px auto 0; }
.more a { position: relative; display: block; color: #0078E5; background: #fff; border: 1px solid #0078E5; padding: 10px 0; text-align: center; font-size: 0.8em; }

.more_w a { color: #fff; background: #0078E5; }



/* btnBk
--------------------------------------------*/
.more.btnBk { margin: 80px auto 0; width: 200px; }




/* index
--------------------------------------------*/
#index .idx_tit { margin-bottom: 30px; font-size: 1.4em; line-height: 1.2; }
#index .idx_tit span { width: 12px; padding-left: 5px; display: inline-block; }

#index .cont01 { margin-top: 100px; }
#index .cont02 { margin-top: 100px; }

#index dl {  }
#index dl .news_list { margin-top: 10px; padding: 0 10px 10px; border-bottom: 1px solid #0078E5; }
#index dl .news_list dt { color: #646464; font-size: 0.9em; }
#index dl .news_list dd { font-size: 0.9em; }
#index dl .news_list dd span { background: #2EA6DF; color: #fff; padding: 3px 20px; margin-right: 5px; display: table; font-size: 0.9em; }




/* news
--------------------------------------------*/
#news .news_tag .flex_wrap { margin-top: 50px; display: flex; flex-wrap: wrap; }
#news .news_tag .flex_wrap .idx_tit { width: 30%; line-height: 1.2; }
#news .news_tag .flex_wrap .idx_tit span { width: 12px; padding-left: 5px; display: inline-block; }
#news .news_tag .flex_wrap .box { width: 70%; }
#news .news_tag .flex_wrap .box .tag { position: relative; background: #0078E5; margin: 0 0 10px 10px; }
#news .news_tag .flex_wrap .box .tag .icon { background: #0F326E; position: absolute; left: 0; top: 20%; padding: 3px; }
#news .news_tag .flex_wrap .box .tag.all .icon { background: none; }
#news .news_tag .flex_wrap .box .tag .icon span { width: 10px; height: 20px; display: block; }
#news .news_tag .flex_wrap .box .tag.category01 .icon span { background: url("../images/index/icon02.png") no-repeat center; background-size: contain; }
#news .news_tag .flex_wrap .box .tag.category02 .icon span { background: url("../images/index/icon03.png") no-repeat center; background-size: contain; }
#news .news_tag .flex_wrap .box .tag.category03 .icon span { background: url("../images/index/icon04.png") no-repeat center; background-size: contain; }
#news .news_tag .flex_wrap .box .tag.category04 .icon span { background: url("../images/index/icon05.png") no-repeat center; background-size: contain; }
#news .news_tag .flex_wrap .box .tag.category05 .icon span { background: url("../images/index/icon06.png") no-repeat center; background-size: contain; }
#news .news_tag .flex_wrap .box .tag.category06 .icon span { background: url("../images/index/icon07.png") no-repeat center; background-size: contain; }
#news .news_tag .flex_wrap .box .tag p { text-align: center; }
#news .news_tag .flex_wrap .box .tag p a { font-size: 0.9em; color: #fff; padding: 10px 0; display: block; }


#news .news { margin-top: 50px; }
#news .news h2 { font-size: 1.6em; margin-bottom: 30px; text-align: center; padding-bottom: 10px; position: relative; }
#news .news h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 30px; }
#news .news dl .news_list { margin-top: 20px; padding: 0 10px 20px; border-bottom: 1px solid #ccc; }
#news .news dl .news_list dt { color: #646464; font-size: 0.9em; }
#news .news dl .news_list dd { margin-top: 5px; font-size: 0.9em; }
#news .news dl .news_list dd span { border: 1px solid #2EA6DF; padding: 3px 20px; margin-bottom: 5px; display: table; font-size: 0.9em;; }
#news .news dl .news_list.category01 dd span { border: 1px solid #2EA6DF; color: #2EA6DF; }
#news .news dl .news_list.category02 dd span { border: 1px solid #B464FF; color: #B464FF; }
#news .news dl .news_list.category03 dd span { border: 1px solid #EB9600; color: #EB9600; }
#news .news dl .news_list.category04 dd span { border: 1px solid #4DC68C; color: #4DC68C; }
#news .news dl .news_list.category05 dd span { border: 1px solid #EC8DC8; color: #EC8DC8; }
#news .news dl .news_list.category06 dd span { border: 1px solid #C89F63; color: #C89F63; }

#news .news p { text-align: center; }




/* news_detail
--------------------------------------------*/
#news_detail .cont { margin-top: 50px; }

#news_detail .cont #update { border-bottom: 2px solid #0078E5; padding-bottom: 10px; margin-bottom: 30px; }

#news_detail .cont .label span { padding: 3px 20px; margin-bottom: 5px; display: inline-block; font-size: 0.8em; }
#news_detail .cont .label.category01 span { border: 1px solid #2EA6DF; color: #2EA6DF; }
#news_detail .cont .label.category02 span { border: 1px solid #B464FF; color: #B464FF; }
#news_detail .cont .label.category03 span { border: 1px solid #EB9600; color: #EB9600; }
#news_detail .cont .label.category04 span { border: 1px solid #4DC68C; color: #4DC68C; }
#news_detail .cont .label.category05 span { border: 1px solid #EC8DC8; color: #EC8DC8; }
#news_detail .cont .label.category06 span { border: 1px solid #C89F63; color: #C89F63; }
#news_detail .cont .date { font-size: 0.9em; }

#news_detail .cont h2 { color: #0078E5; font-size: 1.2em; margin-bottom: 20px; }
#news_detail .cont figure { width: 90%; margin: 0 auto 20px; }
#news_detail .cont p { margin-bottom: 15px; line-height: 2; font-weight: 400; }
#news_detail .cont p a { border-bottom: 1px solid #0078E5; }




/* outline
--------------------------------------------*/
#outline .cont { margin-top: 50px; }

#outline .cont h2 { font-size: 1.6em; margin-bottom: 30px; text-align: center; padding-bottom: 10px; position: relative; }
#outline .cont h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 30px; }
#outline .cont p { margin-bottom: 20px; line-height: 2.2; font-size: 0.9em; font-weight: 400; }
#outline .cont ol { list-style: decimal; line-height: 1.8; font-size: 0.8em; font-weight: 400; padding-left: 2em; margin-bottom: 20px; color: #0078E5; }
#outline .cont ol li { margin-bottom: 5px; }

#outline .cont .imgbox p { font-size: 0.8em; margin-bottom: 0; }




/* contact
--------------------------------------------*/
#contact .cont01 { margin-top: 50px; }

#contact .cont01 h2 { font-size: 1.6em; margin-bottom: 30px; text-align: center; padding-bottom: 10px; position: relative; }
#contact .cont01 h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 30px; }

#contact .cont01 table { display: block; border: 1px solid #0078E5; }
#contact .cont01 table tbody { width: 100%; display: block; }
#contact .cont01 table tr { width: 100%; display: table; background: #0078E5; }
#contact .cont01 table tr th { display: block; text-align: left; padding: 10px 15px; box-sizing: border-box; color: #fff; }
#contact .cont01 table tr th span { background: #ed2717; padding: 2px 10px; box-sizing: border-box; color: #fff; margin-left: 20px; font-size: 1.2rem; }
#contact .cont01 table tr td { display: block; font-weight: 400; padding: 10px 15px; box-sizing: border-box; background: #fff; }
#contact .cont01 table tr td p { font-size: 1.4rem; }
#contact .cont01 table tr td span.error { display: block; color: #ed2717; }
#contact .cont01 table tr td input { padding: 10px 20px; box-sizing: border-box; background: #fff; border: 1px solid #ddd; }

/* チェックボックス */
#contact .cont01 table tr td .radio__item { display: none; }
/* spanの左側にボタンを配置するスペースを作る */
#contact .cont01 table tr td .radio__item + span { margin-right: 10px; padding-left: 1.5em; display: inline-block; position: relative; }
/* 各パーツを作成 */
#contact .cont01 table tr td .radio__item + span::after,
#contact .cont01 table tr td .radio__item + span::before {
content: '';
display: block;
border: 3px solid #0078E5;
background: #fff;
width: 15px; height: 15px;
position: absolute;
top: 15%; left: 0;
}
/* after上書き */
#contact .cont01 table tr td .radio__item + span::after{
content: "✔";
opacity: 0;
color: #0078E5;
font-size: 1.4rem;
line-height: 1;
text-align: center;
}
/* checked状態 ボタンのopacityを変更 */
#contact .cont01 table tr td .radio__item:checked + span::after { opacity: 1; }

#contact .cont01 table tr td input[type=text],
#contact .cont01 table tr td input[name="input_mail"],
#contact .cont01 table tr td input[name="confirm_system_mail"],
#contact .cont01 table tr td input[name="input_tel"],
#contact .cont01 table tr td textarea[name="input_message"] { width: 100%; }

#contact .cont01 dl.info_blk { margin-top: 30px; }
#contact .cont01 dl.info_blk dt { margin-bottom: 10px; }

#contact .cont01 .more input[type=submit] { width: 100%; color: #fff; background: #0078E5; border: 2px solid #0078E5; padding: 10px 0; text-align: center; transition: all 0.3s ease; }




/* privacy
--------------------------------------------*/
#privacy .cont { margin-top: 50px; }

#privacy .cont h2 { font-size: 1.6em; margin-bottom: 30px; text-align: center; padding-bottom: 10px; position: relative; }
#privacy .cont h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 30px; }
#privacy .cont h3 { font-size: 1em; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #0078E5; }
#privacy .cont p { margin-bottom: 50px; line-height: 2.2; font-size: 0.9em; font-weight: 400; }




/* link
--------------------------------------------*/
#link .cont { margin-top: 50px; }

#link .cont h2 { font-size: 1.6em; margin-bottom: 30px; text-align: center; padding-bottom: 10px; position: relative; }
#link .cont h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 30px; }
#link .cont ul { line-height: 1.8; font-size: 0.9em; font-weight: 400; }
#link .cont ul li { padding-bottom: 5px; margin-bottom: 30px; border-bottom: 1px solid #0078E5; }
#link .cont ul li a { display: block; padding: 0 10px; }




/* sitemap
--------------------------------------------*/
#sitemap .cont { margin-top: 50px; }

#sitemap .cont h2 { font-size: 1.6em; margin-bottom: 30px; text-align: center; padding-bottom: 10px; position: relative; }
#sitemap .cont h2::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; margin: auto; border-bottom: 3px solid #0078E5; width: 30px; }
#sitemap .cont ul { line-height: 1.8; font-size: 0.9em; }
#sitemap .cont ul li { padding-bottom: 5px; margin-bottom: 30px; border-bottom: 1px solid #0078E5; }
#sitemap .cont ul li a { display: block; padding: 0 10px; }




}