@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%

*/
/************************************************************************************
全横幅共通
*************************************************************************************/ 
.mainContents {
background-color: #fff;
}

.clear {
    clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* Safari (ただし、iOSのChromeにも適用される) */
_::-webkit-full-page-media, _:future, :root input[type=text] {
  font-size: 1.6rem!important;

}


a:hover {
  opacity: .8;
}


br.only_pc {
  display: none;
}
br.only_sp {
  display: inline-block;
}



/* --------------------------------
下層ページ
----------------------------------*/
.mainContents p{
    font-size: 1.6rem;
    margin-bottom: 7px;
}
span.tBlank_inner {
   /*font-size:1.8rem;*/
}
.main_inner h2{
font-size: 1.8rem;
color: #fff;
background-color: #050c88;
padding: 8px 20px;
    margin:0 0 15px ;	
}
.main_inner h3{
font-size: 1.8rem;
color: #fff;
background-color: #6569b6;
padding: 8px 20px;
    margin:0 0 15px ;	
}
.main_inner h4 {
    padding-left: 10px;
    margin-bottom: 15px;
    border-left: 10px solid #050c8a;
    font-size: 2.0rem;
    line-height: 1.4;
}

.main_inner h5 {
    border-left: 10px solid #cacaca;
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-left: 10px;
    background: none;
}

.main_inner h6 {
    color: #050c8a;
    font-size: 1.6rem;
    margin-bottom: 7px;
}




/* --------------------------------
標準定義リスト
----------------------------------*/

.mainContents dl {
    margin: 0 0 15px;
    line-height: 1.5;
    font-size: 1.4rem;
    clear: both;
}

.mainContents dl dt {
    display: block;
    float: none;
    margin-bottom: 0;
    font-weight: bold;
    color: #050c8a;
}

.mainContents dl dd {
    display: block;
    padding-left: 0;
    margin: 0;
}

.main_inner ul {
	margin-bottom:15px;
}
.main_inner ul li {
	margin-bottom:15px;
}
.main_inner ul li ul {
	margin-left:15px;
	margin-top:15px;
}
/**バックナンバー　***/
.backnumber_list {
	background-color: #efefef;
padding:15px;
}
.backnumber_list dl.backnumber_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.backnumber_list dl.backnumber_list_item dt.backnumber_list_title {
    white-space: nowrap;
	margin-bottom:0;
	width: 6em;
		font-size: 1.4rem;
}
.backnumber_list dl.backnumber_list_item dd{
padding-left: 0;
margin-bottom: 0;
	margin-right:1rem;
}

.backnumber_list dl.backnumber_list_item dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.backnumber_list dl.backnumber_list_item dd ul li {
	padding:2px;
	margin:3px;
	background-color:#fff;
	width:5rem;
}
.backnumber_list dl.backnumber_list_item dd ul li a {
	background:none;
	padding-left:0;
}

/* moreLink 2020*/
/*.moreLink {
text-align: right;
}
.moreLink a {
display: inline-block;
font-size: 1.2rem;
font-weight: bold !important;
line-height: 24px;
background-color: #d7d7d7;
box-sizing: border-box;
padding: 0 10px 0 30px;
background-image:url("../module/common/images/link002.svg");
background-repeat: no-repeat;
background-position: left 5px center;
background-size: 19px auto;
color:#000;
}
.moreLink a:link 
{color: #000;
}*/
/* 右寄せ、左寄せ*/

.img_left {
    display: inline;
    float: left;
}
.img_right {
    display: inline;
    float: right;
}
.clear {
    clear: both;
}



#side_underlayers {
  margin-bottom: 20px;
}

.tokusyu_issue .box_tokusyu a {
	color:#000;
}

/* for TB (Vertical) */
@media screen and (min-width: 768px){
	.mainContents dl {
    margin: 0 15px 15px;

}

.mainContents dl dt {
    float: none;
    margin-bottom: 7px;
    width: 100%;
    clear: both;
}
.mainContents dl.yoko dd {
    padding-left: 7em;
    margin-bottom: 7px;
}
}

/* for PC (XVGA) */
@media screen and (max-width: 1280px) and (min-width: 961px){}

/* for PC */
@media screen and (min-width: 1281px) {
	
		.main_inner h2{
		font-size: 2.0rem;
		font-weight: bold;
	}
		.main_inner h3{
		font-size: 2.0rem;
		font-weight: bold;

		}
}

/* for PC ,PC (XVGA) */
@media screen and (min-width: 961px) {}



.title {
  margin-bottom: 5px;
}
.common_box {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.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;*/
color: #005ED9;
  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 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;
}
.hash {
  overflow: hidden;
          margin:0;
}
.hash li {
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
          padding:0;
}
.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;
}
.thums_txt p {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.thums li p.link {
  font-size: 1.6rem;
  /*color: #006fff;*/
color: #005ED9;
  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;*/
color: #005ED9;
  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;*/
color: #005ED9;
  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;
}

.no_link li {
    position: relative;
	list-style:  none;  /* デフォルトのアイコンを消す */
  margin: 0 0 1rem 0;         /* デフォルト指定上書き */
  padding-left: 1.6rem;         /* デフォルト指定上書き */
text-indent: -1.6rem;	/* 2行目以降1字下げ */
    }
     
     
.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;          /* 余白指定 */
    }

.hash li::after {
    content: none;
}
.disc {
  margin-bottom: 15px;
}
.disc li {
    list-style: disc;
    margin: 0 0 5px 25px;
            padding:0;
  }
.disc li::after{
      content:none;
  }
.link_common a {
  /*color: #006fff;*/
color: #005ED9;
}

.break {
  margin-bottom: 50px;
  /*overflow: hidden;*/
}
.break .category_title {
    padding:0;
}
.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: 1.9rem;
    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%;
}
#to_adobe_dl {
  background:
    #fff;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
  border: solid 1px #dadada;
}
#to_adobe_dl a::before,
#to_adobe_dl a::after {
all:initial;
}
.side_bnr #to_adobe_dl p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

/*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;
	align-items: flex-start;/*ieで横並びにした際、画像が縦に伸びる現象を回避*/
}
.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;
}
/************************************************
テーブル風の横並び定義リスト　罫線あり　2列
*************************************************/

dl.table_like {
 margin-bottom: 15px;
}
dl.table_like dt,
dl.table_like dd {
 margin: 0;
 padding: 0;
}
dl.table_like {
 background-color: #333;
 border: 1px solid #999;
 border-top: none;
width:auto;
}
dl.table_like dt {
 color: #fff;
 width: 7em;
 padding: 0.5em;
 border-top: 1px solid #999;
 float: left;
 text-align:center;
}
dl.table_like dd {
 background-color: #FFF;
 margin: 0 0 0 8em;
 /*padding: 0.5em 1em 0.5em 1em;*/
 border-top: 1px solid #999;
 border-left: 1px solid #999;
}
/*テーブル風の横並び定義リスト スマホの場合縦組みに変化　罫線あり　2列*/
dl.table_like.tate_sp {
 margin-bottom: 15px;
}
dl.table_like.tate_sp dt,
dl.table_like.tate_sp dd {
 margin: 0;
 padding: 0;
}
dl.table_like.tate_sp {
 background-color: #333;
 border: 1px solid #999;
 border-top: none;
 width:auto;
}
dl.table_like.tate_sp dt {
 color: #fff;
 padding: 0.5em 0;
 border-top: 1px solid #999;
 float: none;
 text-align:center;
 width:auto;
}
dl.table_like.tate_sp dd {
 background-color: #FFF;
 margin: 0;
 padding: 0.5em;
 border-top: 1px solid #999;
 border-left: 1px solid #999;
}

/* 769px以上の記述
------------------*/
@media screen and (min-width:769px) {
/************************************************
テーブル風の横並び定義リスト　罫線あり　2列
*************************************************/

dl.table_like.tate_sp {
 background-color: #333;
 border: 1px solid #999;
 border-top: none;
 margin:0 0 15px;
/*width:100%;*/
}
dl.table_like.tate_sp dt {
 color: #fff;
 width: 7em;
 padding: 0.5em 0;
 border-top: 1px solid #999;
 float: left!important;
 text-align:center;
}
dl.table_like.tate_sp dd {
 background-color: #FFF;
 margin: 0 0 0 8em;
 padding: 0.5em;
 border-top: 1px solid #999;
 border-left: 1px solid #999;
}

}



.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("../module/common/images/common/icon_popup_inettv.png");
  top:  calc(50% - 40px);/*サムネイルの中心に来るように、中央50％の位置からアイコンの半分の大きさを減じた位置に設定*/
  left:  calc(50% - 40px);/*サムネイルの中心に来るように、中央50％の位置からアイコンの半分の大きさを減じた位置に設定*/
}

/*下部1行アキ*/
.bottom_one_l {
margin-bottom:1em;	
}


/*吹き出し装飾テキスト（新設）*/
.fukidashi {
  position: relative;
  padding: 0.6em;
  margin-bottom:1.6rem!important;
  background: #e0edff;
  font-weight:bold;
}

.fukidashi:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}
/*吹き出し装飾テキスト（新設）ここまで*/
img.img_border {
    border: 1px solid #ccc;
}

/*蛍光アンダーライン*/
.keikou_red {
    background: linear-gradient(transparent 60%, #ff9999 70%);
}

.keikou_yellow {
    background: linear-gradient(transparent 60%, #ffff66 70%);
}

.keikou_pink {
    background: linear-gradient(transparent 60%, #ff99ff 70%);
}

.keikou_orange {
    background: linear-gradient(transparent 60%, #fd7e00 70%);
}
/*点線囲み*/
.kakomi_dotted {
margin: 0;
padding: 1rem;
border: 2px dotted #CCC;
}

/************************************************
 ブロックレベル要素内のインライン要素の中央寄せ・右寄せ・左寄せ
************************************************/
.inline_center {
  text-align: center;
}
.inline_right {
  margin: 15px;
  text-align: right !important;
}
.inline_left {
  margin: 15px;
  text-align: left !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_inner ul.like_table {
	margin:10px 0;

	}
.main_inner ul.like_table li {
	background-color:#EBEBEB;
	display: inline-block;
	float:left;
	width:10%;
	padding:7px;
	margin:1px;
		font-size: 1.4rem;
	
}
.main_inner ul.like_table li::before {
	content: none;
}

/* 768px以下の記述
------------------*/
@media screen and (max-width:768px){

.main_inner ul.like_table li {
	font-size: 75.0%;
	padding:7px;
	margin:0 0.5em 0.5em 0;
	width:20%;
}	
}

/************************************************************************************
-768 大雑把にSP以下
*************************************************************************************/
@media screen and (max-width:768px) {

.yoko_scroll {
    overflow-x: auto;
    width: 100%;
    margin: 40px 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: -25px;
    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%;
	text-align: center;
}



.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) {}
/************************************************************************************
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) {

  br.only_pc {
    display: inline-block;
  }
  br.only_sp {
    display: none;
  }

  /* --------------------------------
contents
----------------------------------*/
  #contents {
    max-width: 1200px;
    margin: 0 auto;
  }
  #contents_inner {}
  #main {
    /*width:93.3%;*/
    margin: 0;
  }
  .category_title, h2.sub_category_title, #main_underlayers.single_column {
    margin: 0 0 15px;
  }

.btn_more, 
.btn_close {
    font-size: 100%;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 60px;
    text-align: center;
  }
.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;
  }
.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;
  }

.btn_more:hover,
.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;*/
color: #005ED9;
    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;*/
color: #005ED9;
    text-decoration: none;
  }
 
  .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;
  }
  .questionnaire #insert_container form #insert_questions dl dd fieldset label::after {
    content: none;
  }
 }
/************************************************************************************
961-1199 細かく　TB
*************************************************************************************/
@media screen and (min-width:961px) and (max-width:1199px) {
  
  br.only_pc {
    display: inline-block;
  }
  br.only_pc_tb {
    display: inline-block;
  }
  br.only_sp {
    display: none;
  }

  /* --------------------------------
contents
----------------------------------*/
  #contents_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 4%;
  }
  #main {
    width: 72.5%;
    margin: 0;
  }
  .category_title {
    margin-bottom: 10px;
    background-color:
      #fff;
    padding: 20px 4% 1px 4%;
  }
	h2.sub_category_title, #main_underlayers.single_column {
    margin: 0 0 10px;
}

.btn_more,
.btn_close {
    font-size: 1.6rem;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 20px;
    border-radius: 60px;
    text-align: center;
  }

.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;
  }

.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;
  }
.btn_more:hover,
.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;*/
color: #005ED9;
    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;*/
color: #005ED9;
    text-decoration: none;
  }
  .link_03 {
    margin-bottom: 20px;
  }
  .side_box_inner .link_03:last-child {
    margin-bottom: 0;
  }
/*.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;
  }*/
.link_03 li:last-child {
    margin-bottom: 0;
  }
.link_03 li a {
    /*color: #006fff;*/
color: #005ED9;
    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;
  }
    .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;
  }

  /* --------------------------------
下層ページ
----------------------------------*/

  #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;*/
color: #005ED9;
  }
  .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;*/
color: #005ED9;
    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;
  }
.hash {
    overflow: hidden;
      margin:0;
  }
.hash li {
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
            padding:0;
  }
.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;
  }
  .thums_txt p {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .thums li p.link {
    font-size: 1.5rem;
    /*color: #006fff;*/
color: #005ED9;
    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;*/
color: #005ED9;
    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;
  }
  .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;
  }

  /* --------------------------------
汎用パーツ
----------------------------------*/

 .category_title p {
    display: block;
    font-size: 1.4rem;
  }

  .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;
  }
  .tit_3 p {
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
    width: 7%;
    background-color: #050c8a;
    margin: 0;
    text-align: center;
  }
  .tit_3 span {
    font-size: 2.0rem;
  }
  .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;
	background-image: none;
    padding-left:0;
  }
  .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;
  }
.disc li {
    list-style: disc;
    margin: 0 0 5px 25px;
            padding:0;
  }
.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;*/
color: #005ED9;
  }
  .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) {

  br.only_pc {
    display: inline-block;
  }
  br.only_sp {
    display: none;
  }

  /* --------------------------------
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;
  }
  h2.sub_category_title, #main_underlayers.single_column {
    margin: 0 0 10px;
  }


  #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;
  }
 
  /* --------------------------------
下層ページ
----------------------------------*/


  #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;*/
color: #005ED9;
  }

  .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;*/
color: #005ED9;
    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%;
  }
  h1.sub_category_title { /*特集の古いページやカテゴリーページのh1、h2*/
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px 4%;
  }
  .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;
  }
    .keyword {
    overflow: hidden;
  }
  .hash li {
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
      padding:0;
  }
  .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;
  }
  .thums_txt p {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .thums li p.link {
    font-size: 1.5rem;
    /*color: #006fff;*/
color: #005ED9;
    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;*/
color: #005ED9;
    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;
  }
  .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;
  }

  /* --------------------------------
汎用パーツ
----------------------------------*/

  .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;
  }
  .tit_3 p {
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
    width: 7%;
    background-color: #050c8a;
    margin: 0;
    text-align: center;
  }
  .tit_3 span {
    font-size: 2.0rem;
  }
  .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;
  }
	.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;
	      background-image: none;
    padding-left:0;
  }
  .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;
  }
  .disc li {
    list-style: disc;
    margin: 0 0 5px 25px;
      padding:0;
  }
    .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;*/
color: #005ED9;
  }
  .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;
  }
}

/************************************************
テーブルのセルのような表示をするリスト
************************************************/

ul.like_table {
	margin:10px 0;

	}
ul.like_table li {
	background-color:#EBEBEB;
	display: inline-block;
	float:left;
	width:10%;
	padding:7px;
	margin:1px;
		font-size: 1.4rem;
	
}
ul.like_table li::before {
	content: none;
}

/* 768px以下の記述
------------------*/
@media screen and (max-width:768px){

ul.like_table li {
	font-size: 75.0%;
	padding:7px;
	margin:0 0.5em 0.5em 0;
	width:20%;
}	
}
/************************************************
 下線
************************************************/
/* 全横幅共通
------------------*/
.underline_tomato {
border-bottom: solid 2px #FF6347;
}