@charset "utf-8";
/************************************************
 Reset
*************************************************/
/*

8px font-size: 50.0%
9px font-size: 56.3%
10px font-size: 62.5%
11px font-size: 68.8%
12px font-size: 75.0%
13px font-size: 81.3%
14px font-size: 87.5%
15px font-size: 93.8%
16px font-size: 100.0%
18px font-size: 112.5%
20px font-size: 125.0%
22px font-size: 137.5%
24px font-size: 150.0%
28px font-size: 175.0%
30px font-size: 187.6%

*/
/************************************************************************************
全横幅共通
*************************************************************************************/ :root {
  font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  -webkit-print-color-adjust: exact;
}
.fixed {
  position: fixed;
	max-width: 100%;
}
.scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: calc(100% - 80px);
  -webkit-overflow-scrolling: touch;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*input[type=text] {
  font-size: 1.6rem;
  transform: scale(0.8);
}*/
/*iOSでは、入力フォームにフォーカスすると、自動でビューポート(ズーム値)を調整する。この自動調整を防ぐため、フォントサイズを16px以上に設定。*/
/*input[type=text] {
  font-size: 16px!important;
  transform:scale;
}*/

/* Safari (ただし、iOSのChromeにも適用される) */
_::-webkit-full-page-media, _:future, :root input[type=text] {
  font-size: 1.6rem!important;

}

#wrapper {
  background-color: #e6e6e6;
}
/*, */h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section {
  color: #111;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p, li {
  font-size: 1.6rem;
  line-height: 1.6;
}
ul {
	list-style: inside none none;
}

a:link {
	color: #006fff;
	text-decoration:none;
}

a:visited {
	color: #636;
}

a:hover {
  opacity: .8;
}
/*別ウィンドウアイコンを表示したくない画像（バナー等）は下記にセレクタを追加してください*/
.bn_block img.tBlank, .tile a img.tBlank, /*.banner_area img.tBlank,*/ .link_area img.tBlank, .top #contents.container .wrap #pickup .feature .bx-wrapper .bx-viewport #slide_disp .slide a img.tBlank, .bn_contents a img.tBlank, body#tokusyu img.tBlank, #breadcrumb ul li a img.tBlank, #column #side .section.list .box a img.tBlank, #contents_inner #side .side_bnr ul li a img.tBlank, #contents_inner_underlayers #side_underlayers .side_bnr ul li a img.tBlank {
  display: none;
}
p.skipmenu {
  position: absolute;
  right: 0;
  top: -10em;
}
br.only_pc {
  display: none;
}
br.only_sp {
  display: inline-block;
}
a[href$=".pdf"]::after {
    content: url(../images/common/ico_pdf.png);
    margin: 0 2px;
}

/* --------------------------------
header
----------------------------------*/
#sp_header .header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  width: 100%;
  background-color: #080486;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
}
#sp_header #header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4% 0 2%;
  margin: 15px 4%;
  border-radius: 50px;
  background-color: #fff;
}
#sp_header .header span.toggle_menu {
  color: #000;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  left: 8px;
  top: 31px;
}
#pc_header {
  display: none;
}
#sp_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: 50px;
  background-color: #fff;
}
#sp_header .header_logo {
  width: 60%;
}
#sp_header .header_logo img {
  vertical-align: top;
  margin-top: 0;
}
#sp_header .search {
  width: 10%;
}
#sp_header .search span {
  position: absolute;
  right: 0;
  top: -50em;
}
#panel-btn {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
#panel-btn:hover {
  opacity: 1;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 28px;
  height: 4px;
  margin: -7px 0 0 -7px;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 28px;
  height: 4px;
  margin-left: -14px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 7px;
}
#panel-btn .close {
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}
#panel-btn .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#panel-btn .close:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#panel {
  display: none;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
.sp_nav {
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
}
dl.accordion_nav {
  border-top: solid 1px #fff;
  text-align: left;
	}
dl.accordion_nav > dt {
  position: relative;
  background: url(../images/icon_plus.png) no-repeat 96% center;
  background-size: 15px 15px;
  background-color: #fff;
  cursor: pointer;
  padding: 8px 25px 8px 4%;
  margin-bottom: 0;
  font-size: 1.8rem;
  border-bottom: solid 1px #c2c2c2;
}
dl.accordion_nav > dt.open {
  position: relative;
  background: url(../images/icon_minus_white.png) no-repeat 96% center;
  background-size: 15px 3px;
  background-color: #050c8a;
  cursor: pointer;
  padding: 8px 25px 8px 4%;
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #fff;
  border-bottom: solid 1px #c2c2c2;
}
dl.accordion_nav > dd {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  display: none;
  text-indent: 4%;
}
dl.accordion_nav > dd > ul {
  border-bottom: solid 1px #c2c2c2;
}
dl.accordion_nav > dd > ul > li {
  background: url(../images/icon_arrow_black.png) no-repeat 96% center;
  background-size: 12px 12px;
  background-color: #fff;
  border-bottom: solid 1px #c2c2c2;
  padding-left: 4%;
}
dl.accordion_nav > dd > dl.accordion_nav > dt.direct_link { /*大カテゴリだが小カテゴリを傘下に持たないもの。タップにより直接当該ページに遷移する（例：子育て・教育）*/
  background: url(../images/icon_arrow_black.png) no-repeat 96% center;
  background-size: 15px 15px;
  background-color: #fff;
  border-bottom: solid 1px #c2c2c2;
}
dl.accordion_nav > dd > ul > li:last-child {
  border-bottom: none;
}
dl.accordion_nav > dd > ul > li a {
  color: #111;
  display: block;
  text-decoration: none;
  padding: 8px 0 8px 4%;
}
/*大カテゴリだが小カテゴリを傘下に持たないもの。タップにより直接当該ページに遷移する（例：子育て・教育）*/
/*親要素である「dt.direct_link」タップ時にイベントハンドラーが発生しないよう、a要素で上をおおっている。*/
dl.accordion_nav > dd > dl.accordion_nav > dt.direct_link > a {
  color: #111;
  display: block;
  width: 100%;
  padding: 0;
}
#cse-search-box-input {
  display: flex;
  justify-content: center;
}
.serach_title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 5px;
}
#cse-search-box-input #q {
  font-size: 1.4rem;
  border: solid 1px #ccc;
  border-radius: 0;
  margin: 0;
  width: 100%;
}
#cse-search-box-input .subBtn {
  font-size: 1.6rem;
  color: #fff;
  padding: 3px 10px 3px 10px;
  margin: 0;
  background-color: #050c8a;
  text-align: center;
  border: none;
  border-radius: 0;
}
/* --------------------------------
contents
----------------------------------*/
#contents {
  padding-top: 95px;
}
#contents {}
#contents_inner {}
#main, #main_underlayers {
  clear: both;
  /*margin: 0 4%;*/
  margin: 0 2%;
}
#contents_underlayers .category_title, #contents_underlayers h2.sub_category_title, #main_underlayers.single_column {
  clear: both;
  /*margin: 0 4%;*/
  width: auto;
	/*width: 100%;*/
  float: none;
}
/*特集　ラベル*/
.category_tokusyu a,
.side_box_inner ul li p.category_tokusyu a{
  color: #e01700;
position: relative;
padding-left: 1.6rem;
}
.category_tokusyu a::after,
.category_tokusyu a::before,
.side_box_inner ul li p.category_tokusyu a::after,
.side_box_inner ul li p.category_tokusyu a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_tokusyu a::after,
.side_box_inner ul li p.category_tokusyu a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #e01700;
  border-bottom: 1px solid #e01700;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_tokusyu a::before,
.side_box_inner ul li p.category_tokusyu a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #e01700;
}
/*キャンペーンサイト　ラベル*/
.category_campaign a,
.side_box_inner ul li p.category_campaign a{
  color: #9b9700;
position: relative;
padding-left: 1.6rem;
}
.category_campaign a::after,
.category_campaign a::before,
.side_box_inner ul li p.category_campaign a::after,
.side_box_inner ul li p.category_campaign a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_campaign a::after,
.side_box_inner ul li p.category_campaign a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #9b9700;
  border-bottom: 1px solid #9b9700;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_campaign a::before,
.side_box_inner ul li p.category_campaign a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #9b9700;
}
/*暮らしに役立つ情報　ラベル*/
.category_useful a,
.side_box_inner ul li p.category_useful a{
  color: #f67100;
position: relative;
padding-left: 1.6rem;
}
.category_useful a::after,
.category_useful a::before,
.side_box_inner ul li p.category_useful a::after,
.side_box_inner ul li p.category_useful a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_useful a::after,
.side_box_inner ul li p.category_useful a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #f67100;
  border-bottom: 1px solid #f67100;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_useful a::before,
.side_box_inner ul li p.category_useful a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #f67100;
}
/*動画　ラベル*/
.category_doga a,
.side_box_inner ul li p.category_doga a{
  color: #008852;
position: relative;
padding-left: 1.6rem;
}
.category_doga a::after,
.category_doga a::before,
.side_box_inner ul li p.category_doga a::after,
.side_box_inner ul li p.category_doga a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_doga a::after,
.side_box_inner ul li p.category_doga a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #008852;
  border-bottom: 1px solid #008852;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_doga a::before,
.side_box_inner ul li p.category_doga a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #008852;
}

/*政府刊行物月報　ラベル*/
.category_publication a,
.side_box_inner ul li p.category_publication a{
  color: #666600;
position: relative;
padding-left: 1.6rem;
}
.category_publication a::after,
.category_publication a::before,
.side_box_inner ul li p.category_publication a::after,
.side_box_inner ul li p.category_publication a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_publication a::after,
.side_box_inner ul li p.category_publication a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666600;
  border-bottom: 1px solid #666600;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_publication a::before,
.side_box_inner ul li p.category_publication a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #666600;
}

/*世論調査　ラベル*/
.category_survey a,
.side_box_inner ul li p.category_survey a{
  color: #330000;
position: relative;
padding-left: 1.6rem;
}
.category_survey a::after,
.category_survey a::before,
.side_box_inner ul li p.category_survey a::after,
.side_box_inner ul li p.category_survey a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_survey a::after,
.side_box_inner ul li p.category_survey a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #330000;
  border-bottom: 1px solid #330000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_survey a::before,
.side_box_inner ul li p.category_survey a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #330000;
}

/*メディア別の政府広報　ラベル*/
.category_pr a,
.side_box_inner ul li p.category_pr a{
  color: #8b2ed9;
position: relative;
padding-left: 1.6rem;
}
.category_pr a::after,
.category_pr a::before,
.side_box_inner ul li p.category_pr a::after,
.side_box_inner ul li p.category_pr a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_pr a::after,
.side_box_inner ul li p.category_pr a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #8b2ed9;
  border-bottom: 1px solid #8b2ed9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_pr a::before,
.side_box_inner ul li p.category_pr a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #8b2ed9;
}
/*あなたの相談窓口　ラベル*/
.category_kurashinosodan a,
.side_box_inner ul li p.category_kurashinosodan a{
  color: #00a5a8;
position: relative;
padding-left: 1.6rem;
}
.category_kurashinosodan a::after,
.category_kurashinosodan a::before,
.side_box_inner ul li p.category_kurashinosodan a::after,
.side_box_inner ul li p.category_kurashinosodan a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_kurashinosodan a::after,
.side_box_inner ul li p.category_kurashinosodan a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #00a5a8;
  border-bottom: 1px solid #00a5a8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_kurashinosodan a::before,
.side_box_inner ul li p.category_kurashinosodan a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #00a5a8;
}
/*月間週間　ラベル*/
.category_calendar a,
.side_box_inner ul li p.category_calendar a{
  color: #669966;
position: relative;
padding-left: 1.6rem;
}
.category_calendar a::after,
.category_calendar a::before,
.side_box_inner ul li p.category_calendar a::after,
.side_box_inner ul li p.category_calendar a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_calendar a::after,
.side_box_inner ul li p.category_calendar a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #669966;
  border-bottom: 1px solid #669966;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_calendar a::before,
.side_box_inner ul li p.category_calendar a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #669966;
}
/*暮らしのQ＆A　ラベル*/
.category_kurashinoqa a,
.side_box_inner ul li p.category_kurashinoqa a{
  color: #0057d9;
position: relative;
padding-left: 1.6rem;
}
.category_kurashinoqa a::after,
.category_kurashinoqa a::before,
.side_box_inner ul li p.category_kurashinoqa a::after,
.side_box_inner ul li p.category_kurashinoqa a::before{
  display: block;
  content: '';
  position: absolute;
}
.category_kurashinoqa a::after,
.side_box_inner ul li p.category_kurashinoqa a::after{
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0057d9;
  border-bottom: 1px solid #0057d9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category_kurashinoqa a::before,
.side_box_inner ul li p.category_kurashinoqa a::before{
  top: 12px;
  left: 0em;
  width: 8px;
  height: 1px;
  background-color: #0057d9;
}
#main .btn_more, #main .btn_close, #main_underlayers .btn_more, #main_underlayers .btn_close {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 60px;
  text-align: center;
}
.btn_more, .btn_close {
  display: block;
}
#main .btn_more:before, #main_underlayers .btn_more:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_plus.png) no-repeat left center;
  background-size: 12px 12px;
  vertical-align: middle;
  margin-right: 5px;
}
#main .btn_close:before, #main_underlayers .btn_close:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 2px;
  background: url(../images/icon_minus.png) no-repeat left center;
  background-size: 12px 12px;
  vertical-align: middle;
  margin-right: 5px;
}
#main .btn_more:hover, #main .btn_close:hover, #main_underlayers .btn_more:hover, #main_underlayers .btn_close:hover {
  opacity: .8;
  cursor: pointer;
}
#main .btn_more a, #main .btn_close a, #main_underlayers .btn_more a, #main_underlayers .btn_close a {
  color: #111;
}
/*サイドエリアの一部を「もっと見る」で表示非表示を切り替える。
PC版・スマホ版両方で作動。*/
.on-off {
  display: none;
}
.on-off + label + ul {
  display: none;
}
.on-off + label + ul + label {
  display: none;
}
.on-off:checked + label {
  display: none;
}
.on-off:checked + label + ul {
  display: block;
}
.on-off:checked + label + ul + label {
  display: block;
}
.more_area label {
  text-align: center;
  display: block;
  margin: 10px auto;
}
.more_area label img {
  cursor: pointer;
}
.more_area label img:hover {
  opacity: 0.7;
}
.more_area ul {
  margin-top: 0 !important;
}
.btn_list {
  font-size: 1.1rem;
  width: 100%;
  padding: 5px 0;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 60px;
  text-align: center;
}
.btn_list a {
  background: url(../images/icon_arrow_skyblue.png) no-repeat 2px center;
  background-size: 10px 10px;
  padding-left: 20px;
  color: #111;
  text-decoration: none;
}
.btn_list2 {
  font-size: 1.2rem;
  width: 30%;
  padding: 5px 0;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 60px;
  text-align: center;
}
.btn_list2 a {
  /*background: url(../images/icon_arrow_skyblue.png) no-repeat 10px center;*/
  background-size: 10px 10px;
  padding-left: 20px;
  color: #111;
  text-decoration: none;
}
.bnr_media {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bnr_media li {
  background: url(../images/icon_arrow_black_02.png) no-repeat 95% center;
  background-size: 10px 16px;
  background-color: #fff;
  width: 49%;
  margin-bottom: 2%;
}
.bnr_media li a {
  text-decoration: none;
  display: block;
  padding: 15px 10px;
}
.bnr_media li h2 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.bnr_media li p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.bnr_media li p.media_image {
  text-align: center;
  margin-bottom: 10px;
}
.bnr_media li p.media_image img {
  height: 40px;
}
.media_txt .keyword {
	color:#111;
}
#etc_public {}
#etc_public .govbook, #etc_public .govpublic, #etc_public .monthweek {
  background-color: #fff;
  padding: 20px 4%;
  margin-bottom: 20px;
}
#etc_public .govbook, #etc_public .govpublic {}
#etc_public .govbook h3, #etc_public .govpublic h3, #etc_public .monthweek h3 {
  font-size: 1.6rem;
  font-weight: normal;
  border-left: solid 4px #031489;
  padding-left: 10px;
  margin-bottom: 10px;
  float: left;
}
#etc_public .govbook p, #etc_public .govpublic p, #etc_public .monthweek p {
  float: right;
  font-size: 1.2rem;
  padding: 5px 10px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 60px;
  text-align: center;
}
#etc_public .govbook p a, #etc_public .govpublic p a, #etc_public .monthweek p a {
  background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 15px;
  color: #111;
  text-decoration: none;
}
.link_01 {
  clear: both;
}
.link_01 li {
  font-size: 1.3rem;
  background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.link_01 li:last-child {
  margin-bottom: 0;
}
.link_01 li a {
  color: #006fff;
  text-decoration: none;
}
.link_02 {
  margin-bottom: 20px;
}
.link_02 li {
  font-size: 1.3rem;
  background-image: url(../images/icon_arrow_skyblue.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 10px 10px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.link_02 li:last-child {
  margin-bottom: 0;
}
.link_02 li a {
  color: #006fff;
  text-decoration: none;
}
.link_03 {
  margin-bottom: 20px;
}
.side_box_inner .link_03:last-child {
  margin-bottom: 0;
}
#main_underlayers .link_03 li {
  font-size: 1.6rem;
  background-image: url(../images/icon_arrow_skyblue.png)/*, url(../images/icon_external_link.png)*/;
  background-repeat: no-repeat, no-repeat;
  background-position: left 4px, 15px 4px;
  background-size: 10px 10px, 10px 10px;
  background-size: 10px 10px;
  padding-left: 30px;
  margin-bottom: 5px;
}
#main_underlayers .link_03 li:last-child {
  margin-bottom: 0;
}
#main_underlayers .link_03 li a {
  color: #006fff;
  text-decoration: none;
}
.link_04 {
  font-size: 1.4rem;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 60px;
  text-align: center;
  background: url(../images/icon_arrow_skyblue.png) no-repeat 10% center;
  background-size: 10px 10px;
  padding: 5px 10px 5px 30px;
}
.link_04 a {
  color: #111;
}
#side {
  clear: both;
}
.side_box {
  background-color: #fff;
  padding: 30px 0 20px 0;
  margin-bottom: 20px;
}
.side_box_inner {
  margin: 0 4%;
}

.side_box h2 {
  font-size: 2rem;
  border-left: solid 6px #031489;
  padding-left: 10px;
  margin: 0 0 5px 4%;
  line-height: 1.1;
}
#side_inner .side_box h2 span.addition {
    font-size: 1.5rem;
    font-weight: normal;
}
.side_box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.side_box p.update {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}
.side_box li {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.side_box li ul li{
  padding-left:1.6rem;
  margin-bottom: 0;
}
.side_box_image {
  width: 25%;
  float: left;
}
.side_box_image img {
  width: 100%;
}
.side_box_txt {
  width: 70%;
  float: right;
}
.side_box_txt p{
	font-size:1.4rem;
	color:#006fff;
}
.side_box .keyword {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 5px;
	color: #111;
}

.side_box .btn_more, .side_box .btn_close {
  font-size: 1.5rem;
  padding: 8px 0;
  border: solid 1px #ccc;
  border-radius: 60px;
  text-align: center;
}
.side_box .btn_more:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_plus.png) no-repeat left center;
  background-size: 12px 12px;
  vertical-align: middle;
  margin-right: 5px;
}
.side_box .btn_close:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 2px;
  background: url(../images/icon_minus.png) no-repeat left center;
  background-size: 8px 2px;
  vertical-align: middle;
  margin-right: 5px;
}
.side_box .btn_more:hover, .side_box .btn_close:hover {
  opacity: .8;
  cursor: pointer;
}
.btn_more_border {
  border: solid 1px #999;
  padding: 8px 0;
  border-radius: 60px;
  text-align: center;
}
.side_box.twitter_wrap .twitter {
  height: 500px;
  overflow: scroll;
}
.date_infor {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 4%;
}
.date_infor h1 {
  width: 40%;
}
.btn_rss_list {
  width: 60%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.btn_rss_list p:first-child {
  margin-right: 5px;
}
.btn_new_list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.btn_new_list p {
  margin-bottom: 0 !important;
}
.btn_new_list .btn_list {}
.side_bnr {
  margin: 0 4% 10px 4%;
}
.side_bnr ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.side_bnr li {
  width: 48%;
  margin-bottom: 3%;
}
.side_bnr li img {
  width: 100%;
}
.side_bnr li:last-child {
  margin-bottom: 0;
}
.side_bnr li img {
  height: auto;
}

.side_box_inner ul li .category_tokusyu,
.side_box_inner ul li .category_campaign,
.side_box_inner ul li .category_useful,
.side_box_inner ul li .category_doga,
.side_box_inner ul li .category_pr{
	position:relative;
	bottom: 0;
right: 0;

}
.socialBar {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
font-weight: normal;
}
#main_underlayers .socialBar ul {
    display: flex;
    margin: 2rem 0;
    justify-content: flex-start;
	list-style: none;
}
.main_underlayers_inner .socialBar ul li {
    margin: 15px 0;
    padding-left: 18px!important;
	text-indent:0;
}
.fb_iframe_widget > span {/*いいねボタンだけが下にずれてしまう時の修正方法*/
  vertical-align: baseline !important;
}
/* --------------------------------
footer
----------------------------------*/
#footer {
  clear: both;
}
footer {
  background-color: #050c8a;
}
.bg_white {
  width: 100%;
  background-color: #fff;
}
.footer_logo {
  padding: 2% 0 2% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer_logo .logo {
  margin: 0 0 0 2%;
}
.backtop {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 12%;
}
.footer_logo ul {
  display: flex;
  justify-content: center;
  margin: 5px 13% 0 0;
}
.footer_logo ul li {
  width: 20%;
  margin-right: 8px;
}
.footer_logo ul li:last-child {
  margin-right: 0;
}
.footer_nav {
  display: none;
}
.footer_sub {
  width: 100%;
  background-color: #050944;
}
.footer_nav h2 {
  color: #fff;
}
.footer_bottom {}
.footer_bottom ul {
  margin: 0 0 20px 0;
  padding: 20px 0 0 4%;
  background-color: #050c8a;
}
.footer_bottom ul li {
  color: #fff;
  font-size: 1.625rem;
  background: url(../images/icon_arrow_white_01.png) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 15px;
  margin: 0 20px 5px 0;
}
.footer_bottom ul li:last-child {
  margin-right: 0;
}
.footer_bottom ul li a {
  color: #fff;
  text-decoration: none;
}
.address {
  text-align: center;
  background-color: #050944;
  padding: 20px 0;
}
.address p {
  color: #fff;
  font-size: 1.4rem;
}
.address p:first-child {
  margin-bottom: 15px;
}
/*ページ最上部にスクロールアップするフロートナビ*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 1.9%;
  font-size: 77%;
  z-index: 10000;
}
#page-top a {
  background:
    #fff;
  color:
    #222;
  text-decoration: none;
  width: 80px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 0;
  line-height: 1.3;
  border: 1px solid #dddddd;
}
/* --------------------------------
下層ページ
----------------------------------*/
#contents_underlayers {
  padding-top: 100px;
  background-color: #fff;
}
#contents_underlayers p {
  margin-bottom: 15px;
}
#breadcrumb {
    display:none;
}
#breadcrumb ul {}
#breadcrumb li {
  font-size: 1.2rem;
  margin: 0 10px 0 0;
  float: left;
}
#breadcrumb li:after {
  content: ">";
  margin-left: 10px;
}
#breadcrumb li:last-child:after {
  content: "";
  margin-left: 0;
}
#breadcrumb li a {
  color: #006fff;
}
.title {
  margin-bottom: 5px;
}
.common_box {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#contents_underlayers .common_box p {
  margin-bottom: 0;
}
.thumnail {
  width: 26%;
}
.thumnail img {
  width: 100%;
}
.meta, .common_box h4 {
  margin-bottom: 5px;
}
.common_box .date {
  font-size: 1.5rem;
}
.text {
  width: 70%;
}
.arrow {
  color: #006fff;
  background: url(../images/icon_arrow_skyblue.png) no-repeat left 5px;
  background-size: 10px 10px;
  padding-left: 15px;
}


.intro, .category_title, .sub_category_title { /*特集の古いページやカテゴリーページのh1、h2*/
  margin-bottom: 15px;
}
.intro_description {
  display: none;
}
.title_illust {
  width: 80%;
  margin: 0 auto;
}
.index {
  border: solid 1px #999999;
  border-radius: 5px;
  padding: 15px 4% 0 4%;
}
.index_inner {
  margin-bottom: 15px;
}
.index_inner p.number {
    margin-bottom: 0 !important;
}
.index h2.index_link_title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.index p {
  margin-bottom: 10px;
}
.index span {
  display: block;
  margin: 10px 0 0 0;
}
.index a span.tBlank_inner {
		display:inline;
	}
.index p.link_common {
  margin: 0 0 15px 3rem;
	font-size: 1.4rem;
}
#main_underlayers .hash {
  overflow: hidden;
          margin:0;
}
#main_underlayers .hash li {
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
          padding:0;
}
   #main_underlayers  .keyword li::after {
      content:none;
  }
.thums {}
.thums li {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.thums_image {
  width: 30%;
  float: left;
}
.thums_txt {
  width: 65%;
  float: right;
}
#contents_underlayers .thums_txt p {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.thums li p.link {
  font-size: 1.6rem;
  color: #006fff;
  background: url(../images/icon_arrow_skyblue.png) no-repeat left 8px;
  background-size: 10px 10px;
  padding-left: 20px;
}
.thums li p.link_ {
  font-size: 1.6rem;
  color: #006fff;
  background: url(../images/icon_arrow_skyblue.png) no-repeat left 8px;
  background-size: 10px 10px;
  padding-left: 20px;
}
.thums li p.link_external {
  font-size: 1.6rem;
  color: #006fff;
  background-image: url(../images/icon_arrow_skyblue.png), url(../images/icon_external_link.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 8px, 15px 8px;
  background-size: 10px 10px, 10px 10px;
  background-size: 10px 10px;
  padding-left: 30px;
}
/***意見集約機能管理システム（三菱スペースソフトウェア製）に関する部分～埋め込み式　***/

#insert_container .skipmenu {
	display: none;
}
.questionnaire {
    clear:both;

    /*border:1px solid #ccc;*/
}
.questionnaire #insert_questions {
	margin:15px;
		line-height: 1.6;

}
.questionnaire #insert_container #insert_title, .questionnaire #insert_container form #insert_questions dl dd fieldset legend {
  display: none;
}
.questionnaire #insert_container form #insert_questions dl dt span.question {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
	color: #111;
}
.questionnaire #insert_container form #insert_questions dl dd {
  overflow: hidden;
  margin: 0 0 5px;
}
fieldset {
  border: none;
  margin: 0 0 15px;
  padding: 0;
}
.questionnaire #insert_container form #insert_questions dl dd fieldset input#Q1_Other, .questionnaire #insert_container form #insert_questions dl dd fieldset input#Q2_Other, .questionnaire #insert_container form #insert_questions dl dd fieldset input#Q3_Other {
  display: block;
  width: 100%;
}
.questionnaire #insert_container form #insert_questions dl dd fieldset label {
  font-size: 1.4rem;
  margin: 0 10px 5px 0;
}

.opinion li input[type=radio], .questionnaire #insert_container form #insert_questions dl dd fieldset input[type=radio] {
  margin: 0 3px;
}
#side_underlayers {
  margin-bottom: 20px;
}
/* --------------------------------
汎用パーツ
----------------------------------*/
/*#main_underlayers h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.4;
  border-left: none;
  padding-left: 0;
}
#main_underlayers h3 {
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 5px solid #006eda;
  font-size: 1.8rem;
  font-weight: normal;
}
#main_underlayers h4 {
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 5px solid #ccc;
  font-size: 1.8rem;
  font-weight: normal;
}
#main_underlayers h5 {
  font-size: 1.8rem;
  padding: 0 10px;
  margin-bottom: 10px;
  background-color:
    #e5e5e5;
  font-weight: normal;
}
#main_underlayers h6 {
  color: #050c8a;
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: normal;
}*/
.tit_1 {
  clear: both;
  border-left: solid 5px #031489;
  font-size: 1.4rem;
  padding-left: 10px;
  margin-bottom: 15px;
}
h1 {
  clear: both;
  border-left: solid 5px #031489;
  font-size: 2.1rem;
  padding-left: 10px;
  margin-bottom: 15px;
}
.tit_2 {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
.tit_3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #050c8a;
  margin-bottom: 15px;
  background-color: #050c8a;
}
#contents_underlayers .tit_3 p {
  color: #fff;
  font-weight: bold;
  width: 7%;
  background-color: #050c8a;
  margin: 0;
  text-align: center;
}
#contents_underlayers .tit_3 span {
  font-size: 2.0rem;
}
#contents_underlayers .tit_3 h3 {
  width: 93%;
  font-size: 1.6rem;
    font-weight: bold;
  background-color: #fff;
  line-height: 1.4;
  padding-left: 10px;
    margin-bottom: 0;
     border-left:none;
}
#contents_underlayers .tit_3 h3.single_line {
line-height: 2.5;
font-size: 2.0rem;
}
.tit_4 {
  border-bottom: solid 2px #031489;
  font-size: 1.7rem;
  margin-bottom: 15px;
}
h4.tit_4 {
		margin-top:30px;
	}
.tit_5, .questionnaire h2,
#main_underlayers .questionnaire h2{
  color: #fff;
  font-size: 1.8rem;
  background-color: #146cd5;
  padding: 5px 5px 5px 10px;
  margin-bottom: 15px;
	border-left: none;
line-height: normal;
}
.tit_6 {
  clear: both;
  border-left: solid 5px #031489;
  font-size: 1.8rem;
  padding-left: 10px;
  margin-bottom: 15px;
}
.btn_print {
  display: none;
}
.txt_small {
  font-size: 1.4rem;
}
.txt_smaller {
  font-size: 1.2rem;
}
.txt_smallest {
  font-size: 1rem;
}
.txt_bold {
  font-weight: bold;
}
.txt_gray {
  color: #676767;
}
.txt_right {
  clear: both;
  text-align: right;
}
.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}
/*リンクなし共通リスト*/
#main_underlayers ul {
  margin: 0 0 2rem 0;
}
#main_underlayers ul.no_link li {
    position: relative;
	list-style:  none;  /* デフォルトのアイコンを消す */
  margin: 0 0 1rem 0;         /* デフォルト指定上書き */
  padding-left: 1.6rem;         /* デフォルト指定上書き */
text-indent: -1.6rem;	/* 2行目以降1字下げ */
    }
     
     
#main_underlayers ul.no_link li::before {
        content:  "";     /* 空の要素作成 */
        width:  10px;               /* 幅指定 */
        height:  10px;              /* 高さ指定 */
        display:  inline-block;     /* インラインブロックにする */
        background-color: #ccc;  /* 背景色指定 */
        border-radius:  50%;        /* 要素を丸くする */
        position:  relative;        /* 位置調整 */
        top: -1px;                  /* 位置調整 */
        margin-right: 5px;          /* 余白指定 */
    }

#main_underlayers .hash li::after {
    content: none;
}
.disc {
  margin-bottom: 15px;
}
  #main_underlayers .disc li {
    list-style: disc;
    margin: 0 0 5px 25px;
            padding:0;
  }
    #main_underlayers .disc li::after{
      content:none;
  }
.link_common a {
  color: #006fff;
}

.break {
  margin-bottom: 50px;
  overflow: hidden;
}
#contents_underlayers .break .category_title {
    padding:0;
}
#contents_underlayers .break .category_title p {
    margin-bottom:5px;
    font-size: 1.6rem;}
.col_between {
  display: flex;
  justify-content: space-between;
}
.col_between_cneter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
hr {
  border: none;
  border-bottom: solid 4px #e6e6e6;
}
.number {
  color: #525252;
/*  padding-left: 3rem;
  text-indent: -3rem;*/
	/*font-size:1.2rem;*/
}
.number strong {
  color: #111;
}
.number1:before,
.number2:before,
.number3:before,
.number4:before,
.number5:before,
.number6:before {
display: inline-block;
font-weight: bold;
background: #050c8a;
color: #fff;
text-align: center;
width: 20px;
height: 20px;
padding: 0.3rem 0.3rem 0.5rem;
margin-right: 8px;
margin-bottom: 0.5rem;
}
.index_inner.column_kakomi_index .number.number1:before,
.index_inner.column_kakomi_index .number.number2:before,
.index_inner.column_kakomi_index .number.number3:before{
		background: #00a0d5;
	}
.number1:before {  content: "1";}
.number2:before {  content: "2";}
.number3:before {  content: "3";}
.number4:before {  content: "4";}
.number5:before {  content: "5";}
.number6:before {  content: "6";}
.column_kakomi {/*コラムの囲み*/
    position: relative;
    margin: 2rem 0;
    padding: 1.6rem;
    border: solid 3px #00a0d5;
    /*border-radius: 8px;*/
}
.column_kakomi .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #00a0d5;
    font-weight: bold;
}
.column_kakomi p {
    margin: 0; 
    padding: 0;
}  

.point {
  font-weight: bold;
}
.point:before {
  color: #acacac;
  content: "●";
  margin-right: 5px;
}
.check {
  font-weight: bold;
  position: relative;
  background: url(../images/icon_check.png) no-repeat left 5px;
  background-size: 15px 15px;
  padding-left: 20px;
}
.input_text {
  font-size: 1.6rem;
  width: 100%;
}
.questionnaire #insert_container form #insert_button input {
  clear: both;
  display: block;
  width: 40%;
  background: url(../images/icon_arrow_skyblue.png) no-repeat 25% center;
  background-size: 10px 10px;
  padding-left: 15px;
  border: solid 1px #999999;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 0 auto;
}
#to_adobe_dl {
  background:
    #fff;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
  border: solid 1px #dadada;
}
#main_underlayers #to_adobe_dl a::before,
#main_underlayers #to_adobe_dl a::after {
all:initial;
}
.side_bnr #to_adobe_dl p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
a img.tBlank {
  margin: 0 0.5rem 0.5rem 0;
  line-height: 1rem;
	width:10px;
  ;
}
/*table**/
table.table_normal {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 20px 0 30px;
	width:100%;
	-webkit-text-size-adjust: 100%; /*iPhone版Safariの文字サイズの自動調整をOFFにする*/
}

table.table_normal tbody tr th {
	background-color:#F7DFB8;
	font-weight:bold;
		padding:7px;
	}

table.table_normal tbody tr td {
	background-color:#EBEBEB;
	padding:7px;
	}
table.table_normal.td_white tbody tr td {/*tdの背景色を一括で白くする*/
    background-color: 
    #FFF;
}
table.table_normal_center {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 20px 0 30px;
	width:100%;
}

table.table_normal_center tbody tr th {
	background-color:#F7DFB8;
	font-weight:bold;
		padding:7px;
	}

table.table_normal_center tr td {
	background-color:#EBEBEB;
	text-align:center;
	padding:7px;
	}

table.table_normal.table_top th,
table.table_normal.table_top td {
	vertical-align:top;
}
table.table_normal.table_td_right td {
	text-align:right;
}
	
table.back_number_table tr th,
table.back_number_table tr td {
	background-color:#EBEBEB;
}

table.table_list tr th,
table.table_list tr td {
	background-color:#FFFFFF;
    padding: 7px;
}

table.table_list tr th.nowrap {
	white-space:nowrap;
}

table.table_tvradio {
	border-bottom: dotted 2px #111111;
}
 
table.table_tvradio tr th {
	background-color:#FFFFFF;
	font-weight:bold;
	white-space:nowrap;
	text-align:left;
	vertical-align: top;
}

table.table_tvradio tr td {
	background-color:#FFFFFF;
	font-weight:normal;
	vertical-align: top;
}

table.table_tvradio tbody tr td.sub-th {
	white-space:nowrap;
}

table.table_tvradio tbody tr td a img {
	vertical-align: top;
	margin-left:1em;	
}

table.table_tvradio tr th.part_th {
	border:dotted 1px #EEEEEE;
	background-color:#EEEEEE;
}
.nowrap {
	white-space:nowrap;
}
table caption {
	margin-bottom:1em;
	font-weight:bold;
}
.nowrap {
  white-space: nowrap;
}
table caption {
  margin-bottom: 1em;
  font-weight: bold;
}
.flex_container_pc {
	display:flex;
	margin-bottom: 30px;
}
.flex-left,.flex-right {
	width:50%;
}

/*　　　　　　　左右並列のレイアウト　　　*/
.lr_flex {
    margin-bottom: 20px;
	display:flex;
}
.lr_flex .l_block {
    display:inline-block;
    width:48%;
    margin-right:2%;
}
.lr_flex .r_block {
    display:inline-block;
    width:48%;
    margin-left:2%;
}
/*　　　　　　pcで左右並列、spで上下一列のレイアウト　　　*/
.lr_flex_onlypc {
    margin-bottom: 20px;
	display:flex;
}
.lr_flex_onlypc .l_block {
    display:inline-block;
    width:48%;
    margin-right:2%;
}
.lr_flex_onlypc .r_block {
    display:inline-block;
    width:48%;
    margin-left:2%;
}

/*flexを使用した横3分割*/
.third_flex_onlypc {
	display:block;
	margin:1.6rem 0 3rem;
}
.third_flex_onlypc .l_block,
.third_flex_onlypc .c_block,
.third_flex_onlypc .r_block{
	display:block;
	margin-bottom:1.6rem;
	width:100%;/*IE11で縮小されない不具合を回避*/
flex-basis: auto;/*IE11で縮小されない不具合を回避*/
}
.third_flex_onlypc ul {
	padding-left:1.6rem;
}


#main_underlayers .socialBar.noprint ul li.twitter {
	height: auto;
overflow: hidden;
}

.text_brown{
	 color:#993300;
}

ul li.bottom_border {
    border-bottom: 1px dotted 
    #111;
    padding-bottom: 1em;
}
.margin-bottom_zero {
margin-bottom: 0;
	}
.popup-iframe {
	position:relative;
	display:inline-block;
	width:320px;
	margin-left:3rem;
	
	
}
.popup-iframe::after {
	  position: absolute;
  content:url("../images/common/icon_popup_inettv.png");
  top:  calc(50% - 40px);/*サムネイルの中心に来るように、中央50％の位置からアイコンの半分の大きさを減じた位置に設定*/
  left:  calc(50% - 40px);/*サムネイルの中心に来るように、中央50％の位置からアイコンの半分の大きさを減じた位置に設定*/
}

/*下部1行アキ*/
.bottom_one_l {
margin-bottom:1em;	
}

/*2行目以降を1文字下げる*/
.indent-1 {
padding-left:1em;
text-indent:-1em;
}

/************************************************************************************
-768 大雑把にSP以下
*************************************************************************************/
@media screen and (max-width:768px) {
#contents_underlayers .category_title p {
    display:none;
}
	
p.category_campaign,
p.category_tokusyu,
p.category_useful{
	display:none;
	
	}  .yoko_scroll {
    overflow-x: auto;
    width: 100%;
    margin: 30px auto;
  }
  .yoko_scroll::before {
    content: "←　スワイプしてスクロール　→";
    display: block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-size: 1.4rem;
    left: 20px;
    color:
      #050c8a;
    margin-top: -30px;
    position: absolute;
  }
	.yoko_scroll table, .yoko_scroll p {
    width: 677px;
}
	.flex_container_pc {
	display:block;
}
	.flex-left,.flex-right {
	width:100%;
}
/*　　　　　　pcで左右並列、spで上下一列のレイアウト　　　*/
.lr_flex_onlypc {
    display:block;
}
.lr_flex_onlypc .l_block,
.lr_flex_onlypc .r_block  {
    width:100%;
    margin-left:0;
	margin-right:0;
    margin-bottom: 2%;
}

	.questionnaire #insert_container form #insert_questions dl dd fieldset label::after {
  content: "\A";
  white-space: pre;
		line-height: 2;
}
#side .twitter {
	margin:5%;
	border:dotted 1px #111;
}
.sp_none {
    display: none;
}
.pc_none {
    display: block;
}
h1 {
    border-left: none;
}
	.col_between_cneter {
    display: inline-block;
}
		.pc90,
.pc80,
.pc70,
.pc60,
.pc50,
.pc48,
.pc45,
.pc40,
.pc30,
.pc20,
.pc10 {
width:100%;
	text-align: center;
	}
	.lr {
		padding:15px 15px 0;
	}	
	.lr .l_block {
		display: block;
		margin:0 auto 15px;
			text-align:center;
	}
	.lr .r_block {
		display: block;
	}
.popup-iframe {
	width:auto;
	margin-left:0;
	
	
}
}
/************************************************************************************
480-768　細かく　TB
*************************************************************************************/
@media screen and (min-width:480px) and (max-width:768px) {

	
	#sp_header .header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    width: 100%;
    background-color: #080486;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
  }
  #sp_header #header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 3% 3px 2%;
    margin: 15px 4%;
    border-radius: 50px;
    background-color: #fff;
  }
  #sp_header .header span.toggle_menu {
    color: #000;
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    left: 8px;
    top: 31px;
  }
  #pc_header {
    display: none;
  }
  #sp_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    border-radius: 50px;
    background-color: #fff;
  }
  #sp_header .header_logo {
    width: 35%;
  }
  #sp_header .header_logo img {
    vertical-align: middle;
    margin-top: 0;
  }
  #sp_header .search {
    width: 5%;
  }
  #cse-search-box-input #q {
    font-size: 1.4rem;
    border: solid 1px #ccc;
    border-radius: 0;
    margin: 0;
    width: 80%;
  }
  .backtop {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 8%;
  }

}
/************************************************************************************
769- 大雑把にTB以上　PC
*************************************************************************************/
@media screen and (min-width:769px) {
.gnav-wrapper p,
.gnav-wrapper li {
    line-height: 1.6;
}
#breadcrumb {
 display:block; 
margin: 0 4% 20px 4%;
  overflow: hidden;
    }
	questionnaire #insert_container form #insert_questions dl dd fieldset label::after {
    content: none;
    white-space: pre;
}
ul {
	list-style: inside none none;
}

.sp_none {
    display: block;
}
.pc_none {
    display: none;
}
.number {
  color: #525252;
/*  padding-left: 5rem;
  text-indent: -5rem;*/
	/*font-size:1.2rem;*/
}
	/*.pc80等　PC、スマホともに縦並びかつ真ん中合わせで表示し、PC表示では横幅80％等、スマホ表示では横幅100％表示*/

/* 768px以上の記述
------------------*/

.pc90 {
		margin:15px auto 0!important;
		display: block;
		width:90%;
	text-align: center;
	}
.pc80 {
		margin:15px auto 0!important;
		display: block;
		width:80%;
	text-align: center;
	}
.pc70 {
		margin:15px auto 0!important;
		display: block;
		width:70%;
	text-align: center;
	}	
		
.pc60
 {
		margin:15px auto 0!important;
		display: block;
		width:60%;
	 text-align: center;
	}	
	
.pc50 {
		margin:15px auto 0!important;
		display: block;
		width:50%;
	text-align: center;
	}
.pc48 {
		margin:15px auto 0!important;
		display: block;
		width:48%;
	text-align: center;
	}
.pc45 {
		margin:15px auto 0!important;
		display: block;
		width:45%;
	text-align: center;
	}		
.pc40 {
		margin:15px auto 0!important;
		display: block;
		width:40%;
	}
.pc30 {
		margin:15px auto 0!important;
		display: block;
		width:30%;
	text-align: center;
	
	}
.pc20 {
		margin:15px auto 0!important;
		display: block;
		width:20%;
	text-align: center;
	}
.pc10 {
		margin:15px auto 0!important;
		display: block;
		width:10%;
	text-align: center;
	}	
	
.pc90 img,.pc80 img,.pc70 img,.pc60 img,.pc50 img,.pc48 img,.pc45 img,.pc40 img,.pc30 img,.pc20 img,.pc10 img 
{height:auto;}

/*flexを使用した横3分割*/
	.third_flex_onlypc {
	display:flex;
}
.third_flex_onlypc .l_block,
.third_flex_onlypc .c_block{
	margin-right:5%;
}
.third_flex_onlypc .r_block{
	margin-right:0;
}
	.mfp-iframe-holder .mfp-content {/*動画embedをモーダルウィンドウ「Magnific-Popup」で開いた際のwindowサイズを指定*/
    width: 651px;
	margin:0;
}
	.mfp-iframe-holder .mfp-content .mfp-iframe-scaler iframe.mfp-iframe body {margin:0;
	}
	}
/************************************************************************************
769-960　細かく　TB
*************************************************************************************/
@media screen and (min-width:769px) and (max-width:960px) {
  #wrapper {
    background-color: #e6e6e6;
  }
  br.only_pc {
    display: inline-block;
  }
  br.only_sp {
    display: none;
  }
  /* --------------------------------
header
----------------------------------*/
  #sp_header .header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    width: 100%;
    background-color: #080486;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
  }
  #sp_header #header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 2.5% 3px 2%;
    margin: 15px 4%;
    border-radius: 50px;
    background-color: #fff;
  }
  #sp_header .header span.toggle_menu {
    color: #000;
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    left: 8px;
    top: 31px;
  }
  #sp_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    border-radius: 50px;
    background-color: #fff;
  }
  #sp_header .header_logo {
    width: 28%;
    margin: 0;
  }
  #sp_header .header_logo img {
    vertical-align: middle;
    margin-top: 0;
  }
  #sp_header .search {
    width: 3.5%;
    padding-top: 0;
  }
  #cse-search-box-input #q {
    font-size: 1.4rem;
    border: solid 1px #ccc;
    border-radius: 0;
    margin: 0;
    width: 50%;
  }
  /* --------------------------------
contents
----------------------------------*/
  #contents {
    max-width: 1200px;
    margin: 0 auto;
  }
  #contents_inner {}
  #main {
    /*width:93.3%;*/
    margin: 0;
  }
  #contents_underlayers .category_title, #contents_underlayers h2.sub_category_title, #main_underlayers.single_column {
    margin: 0 0 15px;
  }
  #main .btn_more, #main .btn_close, #main_underlayers .btn_more, #main_underlayers .btn_close {
    font-size: 100%;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 60px;
    text-align: center;
  }
  #main .btn_more:before, #main_underlayers .btn_more:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icon_plus.png) no-repeat left center;
    background-size: 12px 12px;
    vertical-align: middle;
    margin-right: 5px;
  }
  #main .btn_close:before, #main_underlayers .btn_close:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background: url(../images/icon_minus.png) no-repeat left center;
    background-size: 12px 12px;
    vertical-align: middle;
    margin-right: 5px;
  }
  #main .btn_more:hover, #main .btn_close:hover, #main_underlayers .btn_more:hover, #main_underlayers .btn_close:hover {
    opacity: .8;
    cursor: pointer;
  }
  /*サイドエリアの一部を「もっと見る」で表示非表示を切り替える。
PC版・スマホ版両方で作動。*/
  .on-off {
    display: none;
  }
  .on-off + label + ul {
    display: none;
  }
  .on-off + label + ul + label {
    display: none;
  }
  .on-off:checked + label {
    display: none;
  }
  .on-off:checked + label + ul {
    display: block;
  }
  .on-off:checked + label + ul + label {
    display: block;
  }
  .more_area label {
    text-align: center;
    display: block;
    margin: 10px auto;
  }
  .more_area label img {
    cursor: pointer;
  }
  .more_area label img:hover {
    opacity: 0.7;
  }
  .more_area ul {
    margin-top: 0 !important;
  }
  .btn_list {
    font-size: 1rem;
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  .btn_list a {
    background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    color: #111;
    text-decoration: none;
  }
  .btn_list2 {
    font-size: 1rem;
    width: 45%;
    padding: 5px 0;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  .btn_list2 a {
    /*background: url(../images/icon_arrow_skyblue.png) no-repeat 10px center;*/
    background-size: 10px 10px;
    padding-left: 20px;
    color: #111;
    text-decoration: none;
  }
  .bnr_media {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px 0;
  }
  .bnr_media li {
    background: none;
    background-color: #fff;
    width: 49.5%;
    margin-bottom: 10px;
    border: solid 1px #dadada;
    border-radius: 10px;
  }
  .bnr_media li a {
    padding: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .bnr_media li h2 {
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 0;
  }
  .bnr_media li p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .bnr_media li p.media_image {
    text-align: center;
    margin: 0 10px 0 0;
  }
  .bnr_media li p.media_image img {
    width: 100%;
    height: auto;
  }
  .bnr_media .media_txt {}
  #etc_public {
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  #etc_public .govbook, #etc_public .govpublic, #etc_public .monthweek {
    width: 32%;
    background-color: #fff;
    padding: 2%;
  }
  #etc_public .govbook, #etc_public .govpublic {
    margin-right: 1.6%;
  }
  #etc_public .govbook h3, #etc_public .govpublic h3, #etc_public .monthweek h3 {
    font-size: 1.5rem;
    font-weight: normal;
    border-left: solid 4px #031489;
    padding-left: 10px;
    margin-bottom: 15px;
    float: left;
  }
  #etc_public .govbook p, #etc_public .govpublic p, #etc_public .monthweek p {
    float: right;
    font-size: 75%;
    padding: 5px 10px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  #etc_public .govbook p a, #etc_public .govpublic p a, #etc_public .monthweek p a {
    background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    color: #111;
    text-decoration: none;
  }
  .link_01 {
    clear: both;
  }
  .link_01 li {
    font-size: 87.5%;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .link_01 li:last-child {
    margin-bottom: 0;
  }
  .link_01 li a {
    color: #006fff;
    text-decoration: none;
  }
  .link_02 {
    margin-bottom: 5px;
  }
  .link_02 li {
    font-size: 75%;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 4px;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .link_02 li:last-child {
    margin-bottom: 0;
  }
  .link_02 li a {
    color: #006fff;
    text-decoration: none;
  }
  #side {
    width: 100%;
    margin: 0;
  }
  #side_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .side_box {
    width: 49%;
    background-color: #fff;
    padding: 15px 0 20px 0;
    margin-bottom: 20px;
  }
  .side_box_inner {
    margin: 0 15px;
  }
  .side_box h2 {
    font-size: 1.6rem;
    font-weight: normal;
    border-left: solid 4px #031489;
    padding-left: 10px;
    margin: 0 0 5px 4%;
    line-height: 1.1;
  }
  .side_box .keyword {
    color: #111;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
  }
  .side_box p.update {
    font-size: 1rem;
    margin: 0 0 10px 0;
  }
  .side_box li {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .side_box_image {
    width: 15%;
    float: left;
  }
  .side_box_txt {
    width: 80%;
    float: right;
  }
.side_box_txt p{

}

  .side_box .btn_more, .side_box .btn_close {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
    padding: 3px 0;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  .side_box .btn_more:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/icon_plus.png) no-repeat left center;
    background-size: 8px 8px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .side_box .btn_close:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 2px;
    background: url(../images/icon_minus.png) no-repeat left center;
    background-size: 8px 2px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .side_box .btn_more:hover, .side_box .btn_close:hover {
    opacity: .8;
    cursor: pointer;
  }
  .twitter_wrap {
    width: 100%;
  }
#side #side_inner .twitter {
    height: 500px;
    overflow-y: scroll;
  }
  .date_infor {
    display: block;
    margin-right: 4%;
  }
  .date_infor h1 {
    width: 100%;
  }
  .btn_rss_list {
    width: 96%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 4% 10px 4%;
  }
  .btn_rss_list p:first-child {
    margin-right: 5px;
  }
  .btn_new_list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .btn_new_list .btn_list {
    width: 95px;
  }
  .side_bnr {
    margin: 0 0 10px 0;
  }
  .side_bnr ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .side_bnr li {
    width: 24%;
    margin: 0 1.3% 1.3% 0;
  }
  .side_bnr li:nth-child(4n) {
    margin: 0 0 1.3% 0;
  }
  .side_bnr li:last-child {
    margin-bottom: 0;
  }
/*  .category_campaign {
    color: #e01700;
    background: url(../images/icon_arrow_red.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_tokusyu {
    color: #0057d9;
    background: url(../images/icon_arrow_blue.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_kurashi {
    color: #f67100;
    background: url(../images/icon_arrow_orange.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_kaigaikoho {
    color: #8b2ed9;
    background: url(../images/icon_arrow_purple.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_tv {
    color: #008852;
    background: url(../images/icon_arrow_green.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_radio {
    color: #9b9700;
    background: url(../images/icon_arrow_khaki.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_doga {
    color: #00a5a8;
    background: url(../images/icon_arrow_seegreen.png) no-repeat left center;
    background-size: 10px 10px;
  }*/
  .questionnaire #insert_container form #insert_questions dl dd fieldset label::after {
    content: none;
  }
  /* --------------------------------
footer
----------------------------------*/
  #footer {
    clear: both;
  }
  footer {
    background-color: #050c8a;
  }
  .bg_white {
    width: 100%;
    background-color: #fff;
  }
  .footer_logo {
    padding: 35px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .backtop {
    position: absolute;
    bottom: 0;
    right: 1.9%;
    width: 80px;
  }
  .footer_logo ul {
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
  }
  .footer_logo ul li {
    width: 30px;
    margin-right: 10px;
  }
  .footer_logo ul li:last-child {
    margin-right: 0;
  }
  .footer_nav {
    color: #fff;
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }
  .footer_nav h2 {
    font-weight: normal;
    font-size: 112.5%;
    margin-bottom: 10px;
  }
  .footer_nav h3 {
    font-weight: normal;
    font-size: 100%;
    background: url(../images/icon_arrow_white_01.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .footer_nav ul li {
    background: url(../images/icon_arrow_white_01.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .footer_nav a {
    color: #fff;
    text-decoration: none;
  }
  .category_left, .category_center, .footer_category, .footer_contents {
    margin-right: 70px;
  }
  .footer_category ul {
    margin: 0 0 25px 15px
  }
  .footer_category ul:last-child {
    margin-bottom: 0;
  }
  .footer_category ul li {
    font-size: 1.4rem;
  }
  .footer_contents ul li, .footer_recommended ul li {
    font-size: 100%;
  }
  .category_wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer_sub {
    width: 100%;
    background-color: #050944;
    padding: 40px 0 0 0;
  }
  .footer_bottom {
    padding: 0;
  }
  .footer_bottom ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    background-color: #050944;
  }
  .footer_bottom ul li {
    color: #fff;
    font-size: 1.4rem;
    background: url(../images/icon_arrow_white_01.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-right: 20px;
  }
  .footer_bottom ul li:last-child {
    margin-right: 0;
  }
  .footer_bottom ul li a {
    color: #fff;
    text-decoration: none;
  }
  .address {
    text-align: center;
    background-color: #050944;
    padding: 20px 0;
  }
  .address p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
  }
  .address p:first-child {
    margin-bottom: 15px;
  }
  .address p br {
    display: none;
  }
  .address p br:first-child {
    display: block;
  }
  .address p.copy br {
    display: none;
  }
  /* --------------------------------
下層ページ
----------------------------------*/
/*  #contents_inner_underlayers {
    background-color:
      #fff;
    max-width: 720px;
    margin: auto;
  }*/
}
/************************************************************************************
961-1199 細かく　TB
*************************************************************************************/
@media screen and (min-width:961px) and (max-width:1199px) {
  #wrapper {
    background-color: #e6e6e6;
  }
  #sp_header .header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    width: 100%;
    background-color: #080486;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
  }
  #sp_header .header #header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 2% 3px 1.5%;
    margin: 15px 4%;
    border-radius: 50px;
    background-color: #fff;
  }
  #sp_header .header span.toggle_menu {
    color: #000;
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    left: 8px;
    top: 31px;
  }
  br.only_pc {
    display: inline-block;
  }
  br.only_pc_tb {
    display: inline-block;
  }
  br.only_sp {
    display: none;
  }
  /* --------------------------------
header
----------------------------------*/
  #sp_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    border-radius: 50px;
    background-color: #fff;
  }
  #sp_header .header_logo {
    width: 25%;
    margin: 0;
  }
  #sp_header .header_logo img {
    vertical-align: middle;
    margin-top: 0;
  }
  #sp_header .search {
    width: 3.5%;
    padding-top: 0;
  }
  /* --------------------------------
contents
----------------------------------*/
  #contents_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 4%;
  }
  #main {
    width: 72.5%;
    margin: 0;
  }
  #contents_underlayers .category_title {
    margin-bottom: 10px;
    background-color:
      #fff;
    padding: 20px 4% 1px 4%;
  }
	#contents_underlayers h2.sub_category_title, #main_underlayers.single_column {
    margin: 0 0 10px;
}
  #main .btn_more, #main .btn_close, #main_underlayers .btn_more, #main_underlayers .btn_close {
    font-size: 1.6rem;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 20px;
    border-radius: 60px;
    text-align: center;
  }
  #main .btn_more:before, #main_underlayers .btn_more:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icon_plus.png) no-repeat left center;
    background-size: 12px 12px;
    vertical-align: middle;
    margin-right: 5px;
  }
  #main .btn_close:before, #main_underlayers .btn_close:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background: url(../images/icon_minus.png) no-repeat left center;
    background-size: 12px 12px;
    vertical-align: middle;
    margin-right: 5px;
  }
  #main .btn_more:hover, #main .btn_close:hover, #main_underlayers .btn_more:hover, #main_underlayers .btn_close:hover {
    opacity: .8;
    cursor: pointer;
  }
  /*サイドエリアの一部を「もっと見る」で表示非表示を切り替える。
PC版・スマホ版両方で作動。*/
  .on-off {
    display: none;
  }
  .on-off + label + ul {
    display: none;
  }
  .on-off + label + ul + label {
    display: none;
  }
  .on-off:checked + label {
    display: none;
  }
  .on-off:checked + label + ul {
    display: block;
  }
  .on-off:checked + label + ul + label {
    display: block;
  }
  .more_area label {
    text-align: center;
    display: block;
    margin: 10px auto;
  }
  .more_area label img {
    cursor: pointer;
  }
  .more_area label img:hover {
    opacity: 0.7;
  }
  .more_area ul {
    margin-top: 0 !important;
  }
  .btn_list {
    font-size: 1rem;
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  .btn_list a {
    background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    color: #111;
    text-decoration: none;
  }
  .btn_list2 {
    font-size: 1rem;
    width: 45%;
    padding: 5px 0;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  .btn_list2 a {
    /*background: url(../images/icon_arrow_skyblue.png) no-repeat 10px center;*/
    background-size: 10px 10px;
    padding-left: 20px;
    color: #111;
    text-decoration: none;
  }
  .bnr_media {
    display: block;
    margin: 20px 0;
  }
  .bnr_media li {
    background: none;
    background-color: #fff;
    width: 100%;
    margin-bottom: 5px;
    border: solid 1px #dadada;
    border-radius: 10px;
  }
  .bnr_media li a {
    padding: 10px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bnr_media li h2 {
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 0;
  }
  .bnr_media li p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .bnr_media li p.media_image {
    text-align: center;
    margin: 0 10px 0 0;
  }
  .bnr_media li p.media_image img {
    width: 60px;
    height: auto;
  }
  #etc_public {
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 4% 60px;
  }
  #etc_public .govbook, #etc_public .govpublic, #etc_public .monthweek {
    width: 32%;
    background-color: #fff;
    padding: 2%;
  }
  #etc_public .govbook, #etc_public .govpublic {
    margin-right: 1.6%;
  }
  #etc_public .govbook h3, #etc_public .govpublic h3, #etc_public .monthweek h3 {
    font-size: 112.5%;
    font-weight: normal;
    border-left: solid 4px #031489;
    padding-left: 10px;
    margin-bottom: 15px;
    float: left;
  }
  #etc_public .govbook p, #etc_public .govpublic p, #etc_public .monthweek p {
    float: right;
    font-size: 75%;
    padding: 5px 10px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  #etc_public .govbook p a, #etc_public .govpublic p a, #etc_public .monthweek p a {
    background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    color: #111;
    text-decoration: none;
  }
  .link_01 {
    clear: both;
  }
  .link_01 li {
    font-size: 87.5%;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .link_01 li:last-child {
    margin-bottom: 0;
  }
  .link_01 li a {
    color: #006fff;
    text-decoration: none;
  }
  .link_02 {
    margin-bottom: 5px;
  }
  .link_02 li {
    font-size: 75%;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 4px;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .link_02 li:last-child {
    margin-bottom: 0;
  }
  .link_02 li a {
    color: #006fff;
    text-decoration: none;
  }
  .link_03 {
    margin-bottom: 20px;
  }
  .side_box_inner .link_03:last-child {
    margin-bottom: 0;
  }
  #main_underlayers .link_03 li {
    font-size: 1.3rem;
    background-image: url(../images/icon_arrow_skyblue.png), url(../images/icon_external_link.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 4px, 15px 4px;
    background-size: 10px 10px, 10px 10px;
    background-size: 10px 10px;
    padding-left: 30px;
    margin-bottom: 5px;
  }
  #main_underlayers .link_03 li:last-child {
    margin-bottom: 0;
  }
  #main_underlayers .link_03 li a {
    color: #006fff;
    text-decoration: none;
  }
  .link_04 {
    font-size: 1.4rem;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
    background: url(../images/icon_arrow_skyblue.png) no-repeat 10% center;
    background-size: 10px 10px;
    padding: 5px 10px 5px 30px;
  }
  .link_04 a {
    color: #111;
  }
  #side {
    width: 300px;
    margin: 0 0 20px 2.5%;
  }
  .side_box {
    background-color: #fff;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
  }
  .side_box_inner {
    margin: 0 15px;
  }
  .side_box h2 {
    font-size: 1.6rem;
    font-weight: normal;
    border-left: solid 4px #031489;
    padding-left: 10px;
    margin: 0 0 5px 4%;
    line-height: 1.1;
  }
  .side_box .keyword {
    color: #111;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
  }
  .side_box p.update {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
  }
  .side_box li {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .side_box_image {
    width: 25%;
    float: left;
  }
  .side_box_txt {
    width: 70%;
    float: right;
  }
.side_box_txt p{

}
  .side_box .btn_more, .side_box .btn_close {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  .side_box .btn_more:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/icon_plus.png) no-repeat left center;
    background-size: 8px 8px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .side_box .btn_close:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 2px;
    background: url(../images/icon_minus.png) no-repeat left center;
    background-size: 8px 2px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .side_box .btn_more:hover, .side_box .btn_close:hover {
    opacity: .8;
    cursor: pointer;
  }
#side #side_inner .twitter {
    height: 600px;
    overflow-y: scroll;
  }
  .date_infor {
    display: block;
    margin-right: 4%;
  }
  .date_infor h1 {
    width: 100%;
  }
  .btn_rss_list {
    width: 96%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 4% 10px 4%;
  }
  .btn_rss_list p:first-child {
    margin-right: 5px;
  }
  .btn_new_list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .btn_new_list .btn_list {
    width: 95px;
  }
  .side_bnr {
    margin: 0;
  }
  .side_bnr ul {
    display: block;
  }
  #contents #side .side_bnr li,
	#side_underlayers .side_bnr li {
    width: 100%;
    margin-bottom: 15px;
	padding-left:0;
  }
  .side_bnr li:last-child {
    margin-bottom: 0;
  }
/*  .category_campaign {
    color: #e01700;
    background: url(../images/icon_arrow_red.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_tokusyu {
    color: #0057d9;
    background: url(../images/icon_arrow_blue.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_kurashi {
    color: #f67100;
    background: url(../images/icon_arrow_orange.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_kaigaikoho {
    color: #8b2ed9;
    background: url(../images/icon_arrow_purple.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_tv {
    color: #008852;
    background: url(../images/icon_arrow_green.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_radio {
    color: #9b9700;
    background: url(../images/icon_arrow_khaki.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_doga {
    color: #00a5a8;
    background: url(../images/icon_arrow_seegreen.png) no-repeat left center;
    background-size: 10px 10px;
  }*/
  .questionnaire #insert_container form #insert_questions dl dd fieldset label::after {
    content: none;
  }
  /* --------------------------------
footer
----------------------------------*/
  #footer {
    clear: both;
  }
  footer {
    background-color: #050c8a;
  }
  .bg_white {
    width: 100%;
    background-color: #fff;
  }
  .footer_logo {
    padding: 35px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .backtop {
    position: absolute;
    bottom: 0;
    right: 1.9%;
    width: 80px;
  }
  .footer_logo ul {
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
  }
  .footer_logo ul li {
    width: 30px;
    margin-right: 10px;
  }
  .footer_logo ul li:last-child {
    margin-right: 0;
  }
  .footer_nav {
    color: #fff;
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }
  .footer_nav h2 {
    font-weight: normal;
    font-size: 112.5%;
    margin-bottom: 10px;
  }
  .footer_nav h3 {
    font-weight: normal;
    font-size: 100%;
    background: url(../images/icon_arrow_white_01.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .footer_nav ul li {
    background: url(../images/icon_arrow_white_01.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .footer_nav a {
    color: #fff;
    text-decoration: none;
  }
  .category_left, .category_center, .footer_category, .footer_contents {
    margin-right: 70px;
  }
  .footer_category ul {
    margin: 0 0 25px 15px
  }
  .footer_category ul:last-child {
    margin-bottom: 0;
  }
  .footer_category ul li {
    font-size: 1.4rem;
  }
  .footer_contents ul li, .footer_recommended ul li {
    font-size: 100%;
  }
  .category_wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer_sub {
    width: 100%;
    background-color: #050944;
    padding: 40px 0 0 0;
  }
  .footer_bottom {
    padding: 0;
  }
  .footer_bottom ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    background-color: #050944;
  }
  .footer_bottom ul li {
    color: #fff;
    font-size: 1.4rem;
    background: url(../images/icon_arrow_white_01.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-right: 20px;
  }
  .footer_bottom ul li:last-child {
    margin-right: 0;
  }
  .footer_bottom ul li a {
    color: #fff;
    text-decoration: none;
  }
  .address {
    text-align: center;
    background-color: #050944;
    padding: 20px 0;
  }
  .address p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
  }
  .address p:first-child {
    margin-bottom: 15px;
  }
  .address p br {
    display: none;
  }
  .address p br:first-child {
    display: block;
  }
  .address p.copy br {
    display: none;
  }
  /* --------------------------------
下層ページ
----------------------------------*/
  #contents_underlayers {
    padding-top: 0;
    max-width: 960px;
    margin: 86px auto 0;
    background: none;
  }
  .contents_inner_underlayers {}
  #breadcrumb {
    background-color: #fff;
    margin: 88px 0 10px 0;
    padding: 10px 10px 10px 15px;
  }
  #breadcrumb ul {
    display: -webkit-flex;
    display: flex;
  }
  #breadcrumb li {
    font-size: 1.2rem;
    margin: 0 10px 0 0;
  }
  #breadcrumb li:after {
    content: ">";
    margin-left: 10px;
  }
  #breadcrumb li:last-child:after {
    content: "";
    margin-left: 0;
  }
  #breadcrumb li a {
    color: #006fff;
  }
  #main_underlayers {
    width: 75%;
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    background-color: none;
  }
  .main_underlayers_inner {
    padding: 30px 4% 1px 4%;
    background-color: #fff;
    margin-bottom: 40px;
  }
  .title {
    margin: 0;
  }
  .title .tit_2 {
    float: left;
  }
  .title p {
    font-size: 1.4rem;
    margin-bottom: 0;
    float: right;
  }
  .common_box {
    clear: both;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .common_box:hover {
    opacity: .8;
  }
  .thumnail {
    width: 22%;
  }
  .thumnail img {
    width: 100%;
  }
  .meta, .common_box h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .common_box .date {
    font-size: 1.4rem;
  }
  .text {
    width: 73%;
  }
  .arrow {
    color: #006fff;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 5px;
    background-size: 10px 10px;
    padding-left: 15px;
  }
  .intro, .category_title, .sub_category_title { /*特集の古いページやカテゴリーページのh1、h2*/
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px 4% 1px 4%;
  }
  .intro_description {
    display: block;
    font-size: 1.4rem;
  }
  .title_illust {
    width: 45%;
    float: left;
    margin: 0 5% 0 0;
  }
  .index {
    clear: both;
    border: solid 1px #999999;
    border-radius: 5px;
    padding: 30px 4% 1px 4%;
  }
.index_inner {
  margin-bottom: 15px;
}
.index_inner p.number {
    margin-bottom: 0 !important;
}
  .index h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .index p {
    margin-bottom: 10px;
  }
  .index span {
    display: block;
    margin: 10px 0 0 0;
  }
	.index a span.tBlank_inner {
		display:inline;
	}
  .index p.link_common {
    margin: 0 0 15px 3rem;
	  font-size: 1.4rem;
  }
  #main_underlayers .hash {
    overflow: hidden;
      margin:0;
  }
  #main_underlayers .hash li {
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
            padding:0;
  }
  #main_underlayers .hash li::after {
      content:none;
  }
  .thums {}
  .thums li {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .thums li a {
    display: block;
  }
  .thums_image {
    width: 25%;
    float: left;
  }
  .thums_image img {
    width: 100%;
  }
  .thums_txt {
    width: 70%;
    float: right;
  }
  #contents_underlayers .thums_txt p {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .thums li p.link {
    font-size: 1.5rem;
    color: #006fff;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 8px;
    background-size: 10px 10px;
    padding-left: 20px;
  }
  .thums li p.link_external {
    font-size: 1.5rem;
    color: #006fff;
    background-image: url(../images/icon_arrow_skyblue.png), url(../images/icon_external_link.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 8px, 15px 8px;
    background-size: 10px 10px, 10px 10px;
    background-size: 10px 10px;
    padding-left: 30px;
  }
  .category_title {
    border-bottom: solid 1px #bbbbbb;
    margin-bottom: 15px;
  }
  #contents_underlayers .category_title p {
    display: block;
    font-size: 1.4rem;
  }
  .opinion {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .opinion h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .opinion ul {
    overflow: hidden;
    margin-bottom: 5px;
  }
  .opinion li {
    font-size: 1.4rem;
    float: left;
    margin: 0 10px 5px 0;
  }
  .opinion li input[type=radio] {
    margin-right: 3px;
  }
  #side_underlayers {
    width: 24%;
    margin: 0 0 30px 1%;
    float: right;
  }
  /* --------------------------------
汎用パーツ
----------------------------------*/
/*  #main_underlayers h1 {
    border-left: solid 5px #031489;
    font-size: 2.8rem;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }*/
  #contents_underlayers .category_title p {
    display: block;
    font-size: 1.4rem;
  }
/*  #main_underlayers h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  #main_underlayers h3 {
    font-size: 2.3rem
  }
  #main_underlayers h4 {
    font-size: 2.3rem
  }
  #main_underlayers h5 {
    font-size: 2.0rem;
    font-weight: bold;
  }
  #main_underlayers h6 {
    color: #050c8a;
    font-size: 1.8rem;
    font-weight: bold;
  }*/
  .tit_1 {
    font-size: 2.8rem;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .tit_2 {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .col_between {
    display: flex;
    justify-content: space-between;
  }
  hr {
    border: none;
    border-bottom: solid 4px #e6e6e6;
  }
  #contents_underlayers .tit_3 p {
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
    width: 7%;
    background-color: #050c8a;
    margin: 0;
    text-align: center;
  }
  #contents_underlayers .tit_3 span {
    font-size: 2.0rem;
  }
  #contents_underlayers .tit_3 h3 {
    width: 93%;
    font-size: 1.6rem;
      font-weight: bold;
    background-color: #fff;
    line-height: 1.4;
    padding-left: 10px;
      margin-bottom: 0;
       border-left:none;
  }
  .tit_4 {
    border-bottom: solid 2px #031489;
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .tit_5 {
    color: #fff;
    font-size: 1.8rem;
    background-color: #146cd5;
    padding: 8px 8px 8px 12px;
    margin-bottom: 20px;
  }
  .tit_6 {
    border-left: solid 5px #031489;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .btn_print {
    display: block;
    font-size: 1.4rem;
    float: right;
    width: 23%;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: url(../images/icon_print.png) no-repeat 8% center;
    background-size: 20px 20px;
    padding: 10px 0 10px 25px;
    text-align: center;
  }
  .btn_print a {
    color: #111;
  }
  .txt_small {
    font-size: 1.4rem;
  }
  .txt_smaller {
    font-size: 1.2rem;
  }
  .txt_smallest {
    font-size: 1rem;
  }
  .txt_bold {
    font-weight: bold;
  }
  .txt_gray {
    color: #676767;
  }
  .txt_right {
    text-align: right;
  }
  .txt_center {
    text-align: center;
  }
  .txt_left {
    text-align: left;
  }
  .disc {
    margin-bottom: 15px;
  }
  #main_underlayers .disc li {
    list-style: disc;
    margin: 0 0 5px 25px;
            padding:0;
  }
    #main_underlayers .disc li::after{
      content:none;
  }
  .link_common {
    /*background: url(../images/icon_arrow_skyblue.png) no-repeat left center;*/
    background-size: 10px 10px;
    padding: 0 0 0 15px;
	  text-align: right;
  }
  .link_common a {
    color: #006fff;
  }
  .break {
    clear: both;
    margin-bottom: 50px;
  }
  .col_between {
    display: flex;
    justify-content: space-between;
  }
  .fig {
    width: 80%;
    margin: 0 auto;
  }
  .fig_2 {
    width: 50%;
    margin: 0 auto;
  }
  hr {
    border: none;
    border-bottom: solid 4px #e6e6e6;
  }
  .number {
    color: #525252;
    margin-bottom: 30px;
    padding-left: 3rem;
    text-indent: -3rem;
  }
  .number strong {
    color: #111;
  }
  .point {
    font-weight: bold;
  }
  .point:before {
    color: #acacac;
    content: "●";
    margin-right: 5px;
  }
  .serach_title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .check {
    font-weight: bold;
    position: relative;
    background: url(../images/icon_check.png) no-repeat left 5px;
    background-size: 15px 15px;
    padding-left: 20px;
  }
  .input_text {
    font-size: 1.6rem;
    width: 100%;
  }
  .btn_button {
    clear: both;
    display: block;
    width: 25%;
    background: url(../images/icon_arrow_skyblue.png) no-repeat 30% center;
    background-size: 10px 10px;
    padding-left: 15px;
    border: solid 1px #999999;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .btn_button:hover {
    opacity: .8;
  }
}
/************************************************************************************
-1200 細かく　PC
*************************************************************************************/
@media screen and (min-width: 1200px) {
  #wrapper {
    background: url(../images/body_bg.gif) repeat-x left top #e6e6e6;
    padding-top: 1px;
  }
  br.only_pc {
    display: inline-block;
  }
  br.only_sp {
    display: none;
  }
  /* --------------------------------
header
----------------------------------*/
  .header {
    padding: 0;
    width: 100%;
    max-width: 1280px;
    background-color: #fff;
    border-radius: 50px;
    display: block;
    position: fixed;
    text-outline: 5px;
    left: 0;
    right: 0;
    z-index: 200;
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, .3);
    margin: 5px auto 0;
  }
  #sp_header {
    display: none;
  }
  #pc_header {
    display: block;
  }
  #pc_header h1 {
    z-index: 200;
  }
  .gnav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5% 3.1%;
  }
  .gnav > li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 30px 0;
  }
  .header ul.gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
  }
  .header ul.gnav > li {
    background: url(../images/icon_arrow_black_01.png) no-repeat left center;
    background-size: 14px 14px;
    padding-left: 20px;
    margin-right: 30px;
    transition: all .2s ease-out;
    line-height: 1.3;
  }
  .header ul.gnav > li:hover {
    box-shadow: 0 2px #050c8a;
  }
  .header ul.gnav > li a {
    color: #111;
    text-decoration: none;
    display: block;
  }
  .header ul.gnav > li.active {
    box-shadow: 0 2px #050c8a;
  }
  .megamenu {
    background: #fff;
    opacity: 0;
    overflow: hidden;
    width: 1280px;
    position: absolute;
    max-height: 0;
    top: 40px;
    left: 0;
    transition: all .2s ease-out;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, .3);
    z-index: -5;
  }
  .megamenu p {
    font-size: 3rem;
    text-align: center;
    padding: 30px 0 30px 0;
  }
  .megamenu .megamenu_wrap {
    display: flex;
  }
  .megamenu-inner {
    display: flex;
    padding: 0 2% 20px 2%;
  }
  .megamenu_wrap .megamenu-inner {
    display: inline-block;
    /*width:24%;*/
    padding: 0 0 20px 1%;
  }
  .megamenu-inner > li.bottom-three {
    margin-bottom: 3rem;
  }
  .megamenu-inner > li {
    font-size: 1.8rem;
    color:
      #111;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 0.7rem;
    background-size: auto;
    background-size: 12px 12px;
    padding-left: 18px;
    margin-right: 30px;
  }
  .megamenu_wrap .megamenu-inner > li {
    padding-left: 18px;
    margin-right: 0;
    white-space: nowrap;
  }
  .megamenu p.all_cate {
    text-align: right;
  }
  .header .megamenu p.all_cate a {
    font-size: 1.8rem;
    color:
      #111;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 0.7rem;
    background-size: auto;
    background-size: 12px 12px;
    padding-left: 18px;
    margin-right: 30px;
    display: inline;
  }
  /*  .megamenu-inner > li.gnav_category_tit1, .megamenu-inner > li.gnav_category_tit2, .megamenu-inner > li.gnav_category_tit3, .megamenu-inner > li.gnav_category_tit4, .megamenu-inner > li.gnav_category_tit5, .megamenu-inner > li.gnav_category_tit6, .megamenu-inner > li.gnav_category_tit7, .megamenu-inner > li.gnav_category_tit8 {
    font-size: 1.4rem;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 5px;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-right: 0;
  }*/
  /*.megamenu-inner > li.gnav_category_tit1 {
    width: 15%;
  }
  .megamenu-inner > li.gnav_category_tit2 {
    width: 17%;
  }
  .megamenu-inner > li.gnav_category_tit3 {
    width: 16%;
  }
  .megamenu-inner > li.gnav_category_tit4 {
    width: 13%;
  }
  .megamenu-inner > li.gnav_category_tit5 {
    width: 12%;
  }
  .megamenu-inner > li.gnav_category_tit6 {
    width: 12%;
  }
  .megamenu-inner > li.gnav_category_tit7 {
    width: 15%;
  }
  .megamenu-inner > li.gnav_category_tit8 {
    width: 15%;
  }
  .megamenu-inner > li > ul {
    margin-top: 5px;
  }*/
  .megamenu-inner > li > ul > li {
    font-size: 1.25rem;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 5px;
    background-size: 8px 8px;
    padding-left: 12px;
    margin-bottom: 2px;
  }
  .gnav_category {}
  .header .nav_sub {
    z-index: 199;
  }
  .header ul.nav_guide {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5px;
  }
  .header ul.nav_guide li {
    background: url(../images/icon_arrow_black_02.png) no-repeat left center;
    background-size: 8px 12px;
    padding-left: 15px;
    margin-right: 15px;
  }
  .header ul.nav_guide li:last-child, .header ul.nav_guide > li:last-child {
    background: none;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
  }
  .header ul.nav_guide li.search a {
    margin-top: 15px;
  }
  .header ul.nav_guide li a {
    color: #111;
    text-decoration: none;
    margin-top: 15px;
  }
  .header ul.nav_guide li.search a:hover {
    box-shadow: none;
  }
  .header .header_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .header_option .textsizer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
  }
  .header .header_option .textsizer li:first-child {
    margin-right: 10px;
  }
  .header .header_option .textsizer li:nth-child(2) {
    background-color: #efefef;
    padding: 2px 8px;
    border-radius: 5px;
  }
  .header .header_option .textsizer li a {
    color: #111;
    text-decoration: none;
  }
  .header .header_option .support {
    border: solid 1px #999;
    border-radius: 5px;
    padding: 4px 8px 1px 8px;
  }
  .header .header_option .support a {
    display: block;
    color: #111;
    text-decoration: none;
    background: url(../images/icon_speak_black.png) no-repeat left center;
    background-size: 18px 18px;
    padding-left: 25px;
  }
  #cse-search-box-input {
    display: flex;
    justify-content: center;
  }
  .serach_title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 5px;
  }
  #cse-search-box-input #q {
    font-size: 1.4rem;
    border: solid 1px #ccc;
    border-radius: 0;
    margin: 0;
    width: 40%;
  }
  #cse-search-box-input .subBtn {
    font-size: 1.6rem;
    color: #fff;
    padding: 3px 10px 3px 10px;
    margin: 0;
    background-color: #050c8a;
    text-align: center;
    border: none;
    border-radius: 0;
  }
  /* --------------------------------
contents
----------------------------------*/
  #contents {
    max-width: 1200px;
    margin: 83px auto 0;
    padding: 0;
  }
  #contents_inner {
    display: flex;
    justify-content: space-between;
  }
  #main {
    width: 72.5%;
    margin: 0;
  }
  #contents_underlayers h2.sub_category_title, #main_underlayers.single_column {
    margin: 0 0 10px;
  }
  #main .btn_more, #main .btn_close, #main_underlayers .btn_more, #main_underlayers .btn_close {
    font-size: 1.6rem;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 20px;
    border-radius: 60px;
    text-align: center;
  }
  #main .btn_more:before, #main_underlayers .btn_more:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icon_plus.png) no-repeat left center;
    background-size: 12px 12px;
    vertical-align: middle;
    margin-right: 5px;
  }
  #main .btn_close:before, #main_underlayers .btn_close:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background: url(../images/icon_minus.png) no-repeat left center;
    background-size: 12px 12px;
    vertical-align: middle;
    margin-right: 5px;
  }
  #main .btn_more:hover, #main .btn_close:hover, #main_underlayers .btn_more:hover, #main_underlayers .btn_close:hover {
    opacity: .8;
    cursor: pointer;
  }
	
#contents #side .side_bnr li {
    width: 100%;
    margin-bottom: 15px;
	padding-left:0;
  }
  /*サイドエリアの一部を「もっと見る」で表示非表示を切り替える。
PC版・スマホ版両方で作動。*/
  .on-off {
    display: none;
  }
  .on-off + label + ul {
    display: none;
  }
  .on-off + label + ul + label {
    display: none;
  }
  .on-off:checked + label {
    display: none;
  }
  .on-off:checked + label + ul {
    display: block;
  }
  .on-off:checked + label + ul + label {
    display: block;
  }
  .more_area label {
    text-align: center;
    display: block;
    margin: 10px auto;
  }
  .more_area label img {
    cursor: pointer;
  }
  .more_area label img:hover {
    opacity: 0.7;
  }
  .more_area ul {
    margin-top: 0 !important;
  }
  .btn_list {
    font-size: 1rem;
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  .btn_list a {
    background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    color: #111;
    text-decoration: none;
  }
  .btn_list2 {
    font-size: 1rem;
    width: 45%;
    padding: 5px 0;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  .btn_list2 a {
   /* background: url(../images/icon_arrow_skyblue.png) no-repeat 10px center;*/
    background-size: 10px 10px;
    padding-left: 20px;
    color: #111;
    text-decoration: none;
  }
  .bnr_media {
    display: block;
    margin: 20px 0;
  }
  .bnr_media li {
    background: none;
    background-color: #fff;
    width: 100%;
    margin-bottom: 5px;
    border: solid 1px #dadada;
    border-radius: 10px;
  }
  .bnr_media li a {
    padding: 10px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bnr_media li h2 {
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 0;
  }
  .bnr_media li p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .bnr_media li p.media_image {
    text-align: center;
    margin: 0 10px 0 0;
  }
  .bnr_media li p.media_image img {
    width: 60px;
    height: auto;
  }
  #etc_public {
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
  }
  #etc_public .govbook, #etc_public .govpublic, #etc_public .monthweek {
    width: 32%;
    background-color: #fff;
    padding: 2%;
  }
  #etc_public .govbook, #etc_public .govpublic {
    margin-right: 1.6%;
  }
  #etc_public .govbook h3, #etc_public .govpublic h3, #etc_public .monthweek h3 {
    font-size: 112.5%;
    font-weight: normal;
    border-left: solid 4px #031489;
    padding-left: 10px;
    margin-bottom: 15px;
    float: left;
  }
  #etc_public .govbook p, #etc_public .govpublic p, #etc_public .monthweek p {
    float: right;
    font-size: 75%;
    padding: 5px 10px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  #etc_public .govbook p a, #etc_public .govpublic p a, #etc_public .monthweek p a {
    background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    color: #111;
    text-decoration: none;
  }
  .link_01 {
    clear: both;
  }
  .link_01 li {
    font-size: 87.5%;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .link_01 li:last-child {
    margin-bottom: 0;
  }
  .link_01 li a {
    color: #006fff;
    text-decoration: none;
  }
  .link_02 {
    margin-bottom: 5px;
  }
  .link_02 li {
    font-size: 1.4rem;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 4px;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .link_02 li:last-child {
    margin-bottom: 0;
  }
  .link_02 li a {
    color: #006fff;
    text-decoration: none;
  }
  .link_03 {
    margin-bottom: 20px;
  }
  .side_box_inner .link_03:last-child {
    margin-bottom: 0;
  }
  #main_underlayers .link_03 li {
    /*font-size: 1.3rem;*/
    background-image: url(../images/icon_arrow_skyblue.png),/* url(../images/icon_external_link.png)*/;
    background-repeat: no-repeat, no-repeat;
    background-position: left 4px, 15px 4px;
    background-size: 10px 10px, 10px 10px;
    background-size: 10px 10px;
    padding-left: 16px;
    margin-bottom: 5px;
  }
  #main_underlayers .link_03 li:last-child {
    margin-bottom: 0;
  }
  #main_underlayers .link_03 li a {
    color: #006fff;
    text-decoration: none;
  }
  .link_04 {
    font-size: 1.4rem;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
    background: url(../images/icon_arrow_skyblue.png) no-repeat 10% center;
    background-size: 10px 10px;
    padding: 5px 10px 5px 30px;
  }
  .link_04 a {
    color: #111;
  }
  #side {
    width: 300px;
    margin: 0 0 20px 2.5%;
  }
  .side_box {
    background-color: #fff;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
  }
  .side_box_inner {
    margin: 0 15px;
  }
  .side_box h2 {
    font-size: 1.8rem;
    font-weight: normal;
    border-left: solid 4px #031489;
    padding-left: 10px;
    margin: 0 0 5px 4%;
    line-height: 1.1;
  }
.side_box_txt p {

}
  /*  .side_box h2 {
    color: #111;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
  }*/
  .side_box p.date, .side_box p.update {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
  }
  .side_box li {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
	      font-size: 1.3rem;
  }
  .side_box_image {
    width: 25%;
    float: left;
  }
  .side_box_txt {
    width: 70%;
    float: right;
  }

  .side_box .btn_more, .side_box .btn_close {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    border: solid 1px #ccc;
    border-radius: 60px;
    text-align: center;
  }
  .side_box .btn_more:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/icon_plus.png) no-repeat left center;
    background-size: 8px 8px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .side_box .btn_close:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 2px;
    background: url(../images/icon_minus.png) no-repeat left center;
    background-size: 8px 2px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .side_box .btn_more:hover, .side_box .btn_close:hover {
    opacity: .8;
    cursor: pointer;
  }
#side #side_inner .twitter {
    height: 600px;
    overflow-y: scroll;
  }
  .date_infor {
    display: block;
    margin-right: 4%;
  }
  .date_infor h1 {
    width: 100%;
  }
  .btn_rss_list {
    width: 96%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 4% 10px 4%;
  }
  .btn_rss_list p:first-child {
    margin-right: 5px;
  }
  .btn_new_list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .btn_new_list .btn_list {
    width: 95px;
  }
  .side_bnr {
    margin: 0;
  }
  .side_bnr ul {
    display: block;
  }
 #side_underlayers .side_bnr li {
    width: 100%;
    margin-bottom: 15px;
	  padding-left:0;
  }
  .side_bnr li:last-child {
    margin-bottom: 0;
  }
/*  .category_campaign {
    color: #9b9700;
    background: url(../images/icon_arrow_khaki.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_tokusyu {
    color: #e01700;
    background: url(../images/icon_arrow_red.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_kurashi {
    color: #f67100;
    background: url(../images/icon_arrow_orange.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_kaigaikoho {
    color: #8b2ed9;
    background: url(../images/icon_arrow_purple.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_tv {
    color: #008852;
    background: url(../images/icon_arrow_green.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_radio {
    color: #9b9700;
    background: url(../images/icon_arrow_khaki.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .category_doga {
    color: #00a5a8;
    background: url(../images/icon_arrow_seegreen.png) no-repeat left center;
    background-size: 10px 10px;
  }
  .questionnaire #insert_container form #insert_questions dl dd fieldset label::after {
    content: none;
  }*/
  /* --------------------------------
footer
----------------------------------*/
  #footer {
    clear: both;
  }
  footer {
    background-color: #050c8a;
  }
  .bg_white {
    width: 100%;
    background-color: #fff;
  }
  .footer_logo {
    padding: 35px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .backtop {
    position: absolute;
    bottom: 0;
    right: 1.9%;
    width: 80px;
  }
  .footer_logo ul {
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
  }
  .footer_logo ul li {
    width: 30px;
    margin-right: 10px;
  }
  .footer_logo ul li:last-child {
    margin-right: 0;
  }
  .footer_nav {
    color: #fff;
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }
  .footer_nav h2 {
    font-weight: normal;
    font-size: 112.5%;
    margin-bottom: 10px;
  }
  .footer_nav h3 {
    font-weight: normal;
    font-size: 100%;
    background: url(../images/icon_arrow_white_01.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .footer_nav ul li {
    background: url(../images/icon_arrow_white_01.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .footer_nav a {
    color: #fff;
    text-decoration: none;
  }
  .category_left, .category_center, .footer_category, .footer_contents {
    margin-right: 70px;
  }
  .footer_category ul {
    margin: 0 0 25px 15px
  }
  .footer_category ul:last-child {
    margin-bottom: 0;
  }
  .footer_category ul li {
    font-size: 1.4rem;
  }
  .footer_contents ul li, .footer_recommended ul li {
    font-size: 100%;
  }
  .category_wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer_sub {
    width: 100%;
    background-color: #050944;
    padding: 40px 0 0 0;
  }
  .footer_bottom {
    padding: 0;
  }
  .footer_bottom ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    background-color: #050944;
  }
  .footer_bottom ul li {
    color: #fff;
    font-size: 1.4rem;
    background: url(../images/icon_arrow_white_01.png) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-right: 20px;
  }
  .footer_bottom ul li:last-child {
    margin-right: 0;
  }
  .footer_bottom ul li a {
    color: #fff;
    text-decoration: none;
  }
  .address {
    text-align: center;
    background-color: #050944;
    padding: 20px 0;
  }
  .address p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
  }
  .address p:first-child {
    margin-bottom: 15px;
  }
  .address p br {
    display: none;
  }
  .address p br:first-child {
    display: block;
  }
  .address p.copy br {
    display: none;
  }
  /* --------------------------------
下層ページ
----------------------------------*/
  #contents_underlayers {
    padding-top: 0;
    max-width: 960px;
    margin: 86px auto 0;
    background: none;
  }
  .contents_inner_underlayers {}
  #breadcrumb {
    background-color: #fff;
    margin: 88px 0 10px 0;
    padding: 10px 10px 10px 15px;
  }
  #breadcrumb ul {
    display: block;
  }
  #breadcrumb li {
    font-size: 1.2rem;
    margin: 0 10px 0 0;
  }
  #breadcrumb li:after {
    content: ">";
    margin-left: 10px;
  }
  #breadcrumb li:last-child:after {
    content: "";
    margin-left: 0;
  }
  #breadcrumb li a {
    color: #006fff;
  }
  #main_underlayers {
    /* width: 73%;*/
    width: 75%;
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    background-color: none;
  }
  .main_underlayers_inner {
    padding: 30px 3% 40px 3%;
    background-color: #fff;
    margin-bottom: 40px;
  }
  .title {
    margin: 0;
  }
  .title .tit_2 {
    float: left;
  }
  .title p {
    font-size: 1.4rem;
    margin-bottom: 0;
    float: right;
  }
  .common_box {
    clear: both;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .common_box:hover {
    opacity: .8;
  }
  .thumnail {
    width: 22%;
  }
  .thumnail img {
    width: 100%;
  }
  .meta, .common_box h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .common_box .date {
    font-size: 1.4rem;
  }
  .text {
    width: 73%;
  }
  .arrow {
    color: #006fff;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 5px;
    background-size: 10px 10px;
    padding-left: 15px;
  }
  .intro, .category_title, .sub_category_title, .category_title { /*特集の古いページやカテゴリーページのh1、h2*/
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px 4% 1px 4%;
  }
  #main_underlayers h1.sub_category_title { /*特集の古いページやカテゴリーページのh1、h2*/
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px 4%;
  }
  #main_underlayers .category_title p, .intro_description {
    display: block;
    font-size: 1.4rem;
  }
  .title_illust {
    width: 45%;
    float: left;
    margin: 0 5% 0 0;
  }
  .index {
    clear: both;
    border: solid 1px #999999;
    border-radius: 5px;
    padding: 30px 4% 1px 4%;
  }
  .index_inner {
  margin-bottom: 15px;
  }
.index_inner p.number{
    margin-bottom: 0!important;
  }
  .index h2.index_link_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .index p {
    margin-bottom: 10px;
  }
  .index span {
    display: block;
    margin: 10px 0 0 0;
  }
.index a span.tBlank_inner {
		display:inline;
	}
  .index p.link_common {
    margin: 0 0 0 3rem!important;
	  font-size: 1.4rem;
  }
   #main_underlayers  .keyword {
    overflow: hidden;
  }
  #main_underlayers .hash li {
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
      padding:0;
  }
  #main_underlayers .hash li::after {
      content:none;
  }
  .thums {}
  .thums li {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .thums li:hover {
    opacity: .8;
  }
  .thums_image {
    width: 25%;
    float: left;
  }
  .thums_image img {
    width: 100%;
  }
  .thums_txt {
    width: 70%;
    float: right;
  }
  #contents_underlayers .thums_txt p {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .thums li p.link {
    font-size: 1.5rem;
    color: #006fff;
    background: url(../images/icon_arrow_skyblue.png) no-repeat left 8px;
    background-size: 10px 10px;
    padding-left: 20px;
  }
  .thums li p.link_external {
    font-size: 1.5rem;
    color: #006fff;
    background-image: url(../images/icon_arrow_skyblue.png), url(../images/icon_external_link.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 8px, 15px 8px;
    background-size: 10px 10px, 10px 10px;
    background-size: 10px 10px;
    padding-left: 30px;
  }
  .category_title {
    border-bottom: solid 1px #bbbbbb;
  }
  #contents_underlayers .category_title p {
    margin-bottom: 5px;
  }
  .opinion {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .opinion h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .opinion ul {
    overflow: hidden;
    margin-bottom: 5px;
  }
  .opinion li {
    font-size: 1.4rem;
    float: left;
    margin: 0 10px 5px 0;
  }
  .opinion li input[type=radio] {
    margin: 0 3px;
  }
  #side_underlayers {
    /*width: 231px;*/
    width: 24%;
    /*margin: 0 0 30px 2.5%;*/
    margin: 0 0 30px 1%;
    float: right;
  }
  /* --------------------------------
汎用パーツ
----------------------------------*/
 /* #main_underlayers h1 {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  #main_underlayers h3 {
    font-size: 2.0rem;
    font-weight: bold;
  }
  #main_underlayers h4 {
    font-size: 2.0rem;
    font-weight: bold;
  }
  #main_underlayers h5 {
    font-size: 2.0rem;
    font-weight: bold;
  }
  #main_underlayers h6 {
    color: #050c8a;
    font-size: 1.8rem;
    font-weight: bold;
  }*/
  .tit_1, .category_title h1 {
    font-size: 2.8rem;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .tit_2 {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .col_between {
    display: flex;
    justify-content: space-between;
  }
  hr {
    border: none;
    border-bottom: solid 4px #e6e6e6;
  }
  #contents_underlayers .tit_3 p {
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
    width: 7%;
    background-color: #050c8a;
    margin: 0;
    text-align: center;
  }
  #contents_underlayers .tit_3 span {
    font-size: 2.0rem;
  }
  #contents_underlayers .tit_3 h3 {
    width: 93%;
    font-size: 1.6rem;
      font-weight: bold;
    background-color: #fff;
    line-height: 1.6;
    padding-left: 10px;
      margin-bottom: 0;
      border-left:none;
  }
	#contents_underlayers .tit_3 h3.single_line {
    line-height: 2.9;
font-size: 2.0rem;
}
  .tit_4 {
    border-bottom: solid 2px #031489;
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  .tit_5 {
    color: #fff;
    font-size: 1.8rem;
    background-color: #146cd5;
    padding: 8px 8px 8px 12px;
    margin-bottom: 20px;
  }
  .tit_6 {
    border-left: solid 5px #031489;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .btn_print {
    display: block;
    font-size: 1.4rem;
    float: right;
    width: 23%;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: url(../images/icon_print.png) no-repeat 8% center;
    background-size: 20px 20px;
    padding: 10px 0 10px 25px;
    text-align: center;
  }
  .btn_print a {
    color: #111;
  }
  .txt_small {
    font-size: 1.4rem;
  }
  .txt_smaller {
    font-size: 1.2rem;
  }
  .txt_smallest {
    font-size: 1rem;
  }
  .txt_bold {
    font-weight: bold;
  }
  .txt_gray {
    color: #676767;
  }
  .txt_right {
    text-align: right;
  }
  .txt_center {
    text-align: center;
  }
  .txt_left {
    text-align: left;
  }
  .disc {
    margin-bottom: 15px;
  }
  #main_underlayers .disc li {
    list-style: disc;
    margin: 0 0 5px 25px;
      padding:0;
  }
    #main_underlayers .disc li::after{
      content:none;
  }
  .link_common {
    /*background: url(../images/icon_arrow_skyblue.png) no-repeat left center;*/
    background-size: 10px 10px;
    padding: 0 0 0 15px;
  }
  .link_common a {
    color: #006fff;
  }
  .break {
    clear: both;
    margin-bottom: 50px;
  }
  .col_between {
    display: flex;
    justify-content: space-between;
  }
  .fig {
    width: 80%;
    margin: 0 auto;
  }
  .fig_2 {
    width: 50%;
    margin: 0 auto;
  }
  hr {
    border: none;
    border-bottom: solid 4px #e6e6e6;
  }
  .number strong {
    color: #111;
  }
	.point {
    font-weight: bold;
  }
  .point:before {
    color: #acacac;
    content: "●";
    margin-right: 5px;
  }
  .check {
    font-weight: bold;
    position: relative;
    background: url(../images/icon_check.png) no-repeat left 5px;
    background-size: 15px 15px;
    padding-left: 20px;
  }
  .input_text {
    font-size: 1.6rem;
    width: 100%;
  }
  .btn_button {
    clear: both;
    display: block;
    width: 25%;
    background: url(../images/icon_arrow_skyblue.png) no-repeat 30% center;
    background-size: 10px 10px;
    padding-left: 15px;
    border: solid 1px #999999;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .btn_button:hover {
    opacity: .8;
  }
	.margin-bottom_zero {
margin-bottom: 0;
	}
}
/*これより下は、主要なクラスを配置。メディアクエリを混在させる記述としています*/
/************************************************
 ブロックレベル要素内のインライン要素の右寄せ・中央寄せ
************************************************/
.inline_center {
  text-align: center;
}
.inline_right {
  margin: 15px;
  text-align: right !important;
}
/************************************************
 PC版で右寄せ、スマホ版で下に移動しセンタリング
************************************************/
/* 全横幅共通
------------------*/
.imgOnOf {
  float: none;
  text-align: center;
  width: auto;
}
/* 769px以上の記述
------------------*/
@media screen and (min-width:769px) {
  .imgOnOf {
    float: right;
    margin: 0 2% 0;
  }

}
/************************************************
 PC版で左寄せ、スマホ版で下に移動しセンタリング
************************************************/
/* 全横幅共通
------------------*/
.imgOnOf_left {
  float: none;
  text-align: center;
  width: auto;
}
/* 769px以上の記述
------------------*/
@media print, screen and (min-width:769px) {
  .imgOnOf_left {
    float: left;
    margin: 0 2% 0;
  }
}

/************************************************
テーブルのセルのような表示をするリスト
************************************************/

#main_underlayers ul.like_table {
	margin:10px 0;

	}
#main_underlayers ul.like_table li {
	background-color:#EBEBEB;
	display: inline-block;
	float:left;
	width:10%;
	padding:7px;
	margin:1px;
		font-size: 1.4rem;
	
}
#main_underlayers ul.like_table li::before {
	content: none;
}

/* 768px以下の記述
------------------*/
@media screen and (max-width:768px){

#main_underlayers ul.like_table li {
	font-size: 75.0%;
	padding:7px;
	margin:0 0.5em 0.5em 0;
	width:20%;
}	
}
