@charset "utf-8";

/*
#【reset】
*/
html,
body,
a,
abbr,
acronym,
address,
area,
b,
bdo,
big,
blockquote,
button,
caption,
cite,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
img,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
q,
samp,
small,
span,
strong,
sub,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

sup {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

ul { list-style: none; }

del { text-decoration: line-through; }

fieldset {
  border: 0;
  display: inline;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; }

img {
  border: 0;
  vertical-align: bottom;
	max-width: 100%;
}

ins { text-decoration: none; }

tt {
  border: solid 1px #d5dbdb;
  padding: 10px;
  line-height: 18px;
  margin-bottom: 10px;
  background: #f9f9f7;
  display: block;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
#【line & unit】
line 後方フロート解除
unit 左フロート
lastunit 右フロート
<a href="http://192.168.0.100/testsite.com/jtm_framework/rules.html" target="_blank">≫line&unitの使い方</a>
*/
.line:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.line {
 *zoom:1; clear: both; }

.unit { float: left; }

.lastunit {
  margin-right: 0px !important;
  float: right;
}

html .lastunit { margin-left: -5px !important; } /* ie6 */

/*
#【font】

基礎フォントサイズ = 14px相当

1.4rem = 14px

1.2rem = 12px

*/
*:first-child + html body { /* ゴシック */ font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

* html body { vertical-align: baseline; }

html { font-size: 62.5%; }
body {
  font-size: 14px;
  font-size: 1.4rem;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 { font-size: 62.5%; }
*/
body { font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: bold; }

select,
input,
button,
textarea,
button,
code,
pre { font: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif }

table,
th,
td {
  font-size: 14px;
  font-size: 1.4rem;
}

/*
#【basic setting】
*/

/*
## [ width ]
`.w_100per` = 幅100%
`.w_100` = 幅100px

```
<div class="col_001">カラム幅パターン1</div>
```
```
<div class="col_002">カラム幅パターン2</div>
```
```
<div class="col_003">カラム幅パターン3</div>
```
*/
.col_001 { width: 70%!important; }
.col_002 { width: 24%!important; }
.col_003 { width: 280px!important; }
.col_004 { width: auto!important; }

.w_10per { width: 10%!important; }

.w_20per { width: 20%!important; }

.w_30per { width: 30%!important; }

.w_40per { width: 40%!important; }

.w_44per { width: 44%!important; }

.w_50per { width: 50%!important; }

.w_60per { width: 60%!important; }

.w_70per { width: 70%!important; }

.w_80per { width: 80%!important; }

.w_90per { width: 90%!important; }

.w_100per { width: 100%!important; }

.w_10 { width: 10px!important; }

.w_20 { width: 20px!important; }

.w_30 { width: 30px!important; }

.w_40 { width: 40px!important; }

.w_50 { width: 50px!important; }

.w_60 { width: 60px!important; }

.w_70 { width: 70px!important; }

.w_80 { width: 80px!important; }

.w_90 { width: 90px!important; }

.w_100 { width: 100px!important; }

.w_110 { width: 110px!important; }

.w_120 { width: 120px!important; }

.w_130 { width: 130px!important; }

.w_140 { width: 140px!important; }

.w_150 { width: 150px!important; }

.w_160 { width: 160px!important; }

.w_170 { width: 170px!important; }

.w_180 { width: 180px!important; }

.w_190 { width: 190px!important; }

.w_200 { width: 200px!important; }

.w_300 { width: 300px!important; }

.w_400 { width: 400px!important; }

.w_500 { width: 500px!important; }

.w_600 { width: 600px!important; }

.w_700 { width: 700px!important; }

.w_800 { width: 800px!important; }


/*
## [ margin ]
*/

/* `m = 4方向margin` */
.m_5 { margin: 5px; }

.m_10 { margin: 10px; }

.m_20 { margin: 20px; }

/* `mr = margin-right` */

.mr_5 { margin-right: 5px!important; }

.mr_10 { margin-right: 10px!important; }

.mr_15 { margin-right: 15px!important; }

.mr_20 { margin-right: 20px!important; }

.mr_30 { margin-right: 30px!important; }

.mr_40 { margin-right: 40px!important; }

.mr_50 { margin-right: 50px!important; }

.mr_60 { margin-right: 60px!important; }

.mr_70 { margin-right: 70px!important; }

.mr_80 { margin-right: 80px!important; }

.mr_90 { margin-right: 90px!important; }

.mr_100 { margin-right: 100px!important; }

.mr_m5 { margin-right: -5px!important; }

.mr_m10 { margin-right: -10px!important; }

.mr_m15 { margin-right: -15px!important; }

.mr_m20 { margin-right: -20px!important; }

.mr_m30 { margin-right: -30px!important; }

.mr_m40 { margin-right: -40px!important; }

/* `mb = margin-bottom` */
.mb_5 { margin-bottom: 5px!important; }

.mb_10 { margin-bottom: 10px!important; }

.mb_15 { margin-bottom: 15px!important; }

.mb_20 { margin-bottom: 20px!important; }

.mb_30 { margin-bottom: 30px!important; }

.mb_40 { margin-bottom: 40px!important; }

.mb_50 { margin-bottom: 50px!important; }

.mb_60 { margin-bottom: 60px!important; }

.mb_70 { margin-bottom: 70px!important; }

.mb_80 { margin-bottom: 80px!important; }

.mb_90 { margin-bottom: 90px!important; }

.mb_100 { margin-bottom: 100px!important; }

.mb_m5 { margin-bottom: -5px!important; }

.mb_m10 { margin-bottom: -10px!important; }

.mb_m15 { margin-bottom: -15px!important; }

.mb_m20 { margin-bottom: -20px!important; }

.mb_m30 { margin-bottom: -30px!important; }

.mb_m40 { margin-bottom: -40px!important; }

/* `ml = margin-left` */
.ml_5 { margin-left: 5px!important; }

.ml_10 { margin-left: 10px!important; }

.ml_15 { margin-left: 15px!important; }

.ml_20 { margin-left: 20px!important; }

.ml_30 { margin-left: 30px!important; }

.ml_40 { margin-left: 40px!important; }

.ml_50 { margin-left: 50px!important; }

.ml_60 { margin-left: 60px!important; }

.ml_70 { margin-left: 70px!important; }

.ml_80 { margin-left: 80px!important; }

.ml_90 { margin-left: 90px!important; }

.ml_100 { margin-left: 100px!important; }

.mlm_5 { margin-left: -5px!important; }

.ml_m10 { margin-left: -10px!important; }

.ml_m15 { margin-left: -15px!important; }

.ml_m20 { margin-left: -20px!important; }

.ml_m30 { margin-left: -30px!important; }

.ml_m40 { margin-left: -40px!important; }

/* `mt = margin-top` */
.mt_5 { margin-top: 5px!important; }

.mt_10 { margin-top: 10px!important; }

.mt_15 { margin-top: 15px!important; }

.mt_20 { margin-top: 20px!important; }

.mt_30 { margin-top: 30px!important; }

.mt_40 { margin-top: 40px!important; }

.mt_50 { margin-top: 50px!important; }

.mt_60 { margin-top: 60px!important; }

.mt_70 { margin-top: 70px!important; }

.mt_80 { margin-top: 80px!important; }

.mt_90 { margin-top: 90px!important; }

.mt_100 { margin-top: 100px!important; }

.mt_m5 { margin-top: -5px!important; }

.mt_m10 { margin-top: -10px!important; }

.mt_m15 { margin-top: -15px!important; }

.mt_m20 { margin-top: -20px!important; }

.mt_m30 { margin-top: -30px!important; }

.mt_m40 { margin-top: -40px!important; }

.p_5 { padding: 5px; }

.p_10 { padding: 10px; }

.p_20 { padding: 20px; }


/*
## [ text ]

```
<p class="alignL">テキスト左寄せ</p>
```

```
<p class="alignR">テキスト右寄せ</p>
```

```
<p class="alignC">テキスト中央寄せ</p>
```

```
<p class="bold">テキスト強調</p>
```

```
<p class="normal">テキスト標準(強制)</p>
```

*/
.alignL { text-align: left!important; }

.alignR { text-align: right!important; }

.alignC { text-align: center!important; }

.bold { font-weight: bold!important; }

.normal { font-weight: normal!important; }

.f_xxs { font-size:;
}

.f_xs { font-size:;
}

.f_ss { font-size:;
}

.f_s {
  font-size: 12px;
  font-size: 1.2rem;
}

.f_m { font-size:;
}

.f_l {
  font-size: 16px;
  font-size: 1.6rem;
}

.f_ll {
  font-size: 18px;
  font-size: 1.8rem;
}

.f_xl {
  font-size: 20px;
  font-size: 2.0rem;
}

.f_xxl {
  font-size: 24px;
  font-size: 2.4rem;
}

.f_xxxl {
  font-size: 30px;
  font-size: 3rem;
}

.fl_13 { line-height: 1.3; }

.fl_15 { line-height: 1.5; }

.fc_001 { color: #666;}

.fc_002 { color: #FFA600; }

.fc_003 { color: #00A9CC; }

.fc_004 { color: #0074be; }

p {
  line-height: 1.75;
  margin-bottom: 5px;
}

em { border-bottom: 1px dotted #CCC; }

/*
#【links】

```
<a href="#">リンクデフォルト</a>
```
*/

a:link { color: #0000ff; }

a.visited { color: #551A8B; }

a:hover { text-decoration: none; }

/*

```
<a href="#" class="link_001">リンク1</a>
```
```
<a href="#" class="link_pdf">PDFリンク</a>
```
```
<a href="#" class="link_more">more</a>
```
```
<a href="#" class="link_for_top">Back to Top</a>
```
*/
.link_001 {
  background: url(../images/icon_001.gif) no-repeat scroll 0 2px;
  line-height: 1.4;
  margin: 0 0 10px 5px;
  padding: 1px 0 0 16px;
}

.link_pdf {
  background: url(../images/icn_pdf.gif) no-repeat scroll 0 0;
  margin: 3px 0 0;
  padding: 2px 0 5px 22px;
  display: inline-block;
  *display: inline;
}

.link_more {
  background: url(../images/icon_001.gif) no-repeat scroll 0 2px;
  line-height: 1.4;
  margin: 0 0 10px 5px;
  padding: 1px 0 0 16px;
}

.link_for_top {
  background: url(../images/arr_up.gif) no-repeat scroll 0 2px;
  line-height: 1.4;
  margin: 0 0 10px 5px;
  padding: 1px 0 0 16px;
}


/*
#【basic layout】
*/
body {
  width: 100%;
  height: 100%;
}


.contents,
.site_name,
.footer,
.title_copyright { margin: 0 auto; }

.container { }

.contents {
  margin: 0 auto 40px 10px;
}

#index {
  width: 960px!important;
  margin: 0 auto;
}

.contents:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.col_001 p + p {
  margin-top: 20px;
}

/*

/*
## [ header ]
*/
.header { margin-bottom: 20px; }

.header a {
  color: #FFF;
  text-decoration: none;
}

.block_header_001 {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 55px;
  background: url(../images/img_logo_001.png) no-repeat;
}

.logo_001 a {
  display: block;
  width: 382px;
  height: 42px;
  position: absolute;
  top: 6px;
  left: 9px;
  text-indent: -9999px;
}

.block_header_002 {
  background: #006FC5;
  height: 85px;
}

.block_header_nav {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 85px;
}

.block_search_001 {
  position: absolute;
  right: 190px;
  top: -4px;
  width: 200px;
}

.block_search_001 input[type=text] {
  width: 120px;
  background: #EEE;
  margin-right: 5px;
}

.block_search_001 input[type=submit] {
  font-size: 12px;
  font-size: 1.2rem;
}

.block_header_links {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 11px;
  font-size: 1.1rem;
}

.block_header_links li { display: inline; }

.block_header_links li + li {
  border-left: 1px solid #FFF;
  padding-left: 6px;
}

.block_nav_001 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.block_nav_001 ul {
  display: table;
  table-layout: fixed;
  height: 28px;
  width: 960px;
}

.block_nav_001 li {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  height: 28px;
}

.block_nav_001 li a {
  display: block;
  line-height: auto;
  color: #000;
  background: url(../images/bg_nav_001.png) repeat-x left bottom;
  width: auto;
  font-size: 14px;
  font-size: 1.4rem;
  height: 28px;
  line-height: 28px;
}

.block_nav_001 li a:hover {
  background: url(../images/bg_nav_001.png) repeat-x left top;
  text-shadow: 1px 1px #999;
  color: #FFF;
}

/*
## [ footer ]
*/
.footer {
  border-top: 1px solid #006FC5;
  text-align: center;
  padding: 20px 0 40px;
  margin-top: 40px;
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
}

/*
#【Layout Block / Box】

```
<div class="box_001">ボックス1</div>
```
```
<div class="box_002">ボックス2</div>
```
```
<div class="box_003">ボックス3</div>
```
<div class="box_004">ボックス4</div>
```
*/
.block_center {
  margin: 0 auto;
}

.block_sidebar {
  margin-right: 15px;
}

.box_sidebar {
  background: #f7f7f7;
  border-bottom: 1px solid #cccccc;
}

/* 縦並び画像間10pxマージン `block_photo_001` */
.block_photo_001 img {
  display: block;
}

.block_photo_001 img + img {
  margin-top: 10px;
}

.box_001 { margin-bottom: 20px; margin-left: 15px; }

.box_002 {
  width: 100%;
  border-right: 1px dotted #CCC;
  padding-right: 20px;
}

.box_003 {
  width: 100%;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.box_004 {
  border: 3px solid #0074be;
  padding: 30px;
  background-color: #F9F9F9;
}

.box_005 {
  background: #f0f4fb;
  padding: 10px;
}

/*
#【title】

```
<div class="title_001">タイトル1</div>
```
```
<div class="title_002">タイトル2</div>
```
```
<div class="title_003">タイトル3</div>
```
```
<div class="title_004">タイトル4</div>
```
```
<div class="title_005">タイトル5</div>
```
```
<div class="title_006">タイトル6</div>
```
```
<div class="title_007">タイトル7</div>
```
*/
.title_001 {
  background-color: #f7f7f7;
  background-image: url(../images/title_001.jpg);
  background-repeat: repeat-x;
  height: 65px;
  margin: 0 0 16px;
  padding: 1px 0 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 23px;
}

.title_002 {
  background-image: url(../images/title_002.jpg);
  background-repeat: no-repeat;
  margin: 5px 0 20px;
  padding: 3px 22px 5px;
  line-height: 1.4;
  border-bottom: 1px solid #E4E4E4;
}

.title_003 {
  background: url(../images/title_003.jpg) no-repeat scroll 0 0 #efefef;
  color: #000000;
  height: 28px;
  line-height: 1.8;
  padding-left: 30px;
  padding-top: 2px;
  white-space: nowrap;
  margin-bottom: 10px;
}

.title_004 {
  margin: 23px 0 0 15px;
  height: 90px;
}

.title_005 {
  background-image: url(../images/h3.gif);
  background-repeat: no-repeat;
  margin: 0 15px 10px 7px;
  padding: 0 15px;
  color: #435596;
  font-weight: bold;
}

p + .title_005 {
  margin-top: 40px;
}

.title_006 {
  font-weight: bold;
  margin-bottom: 5px;
  text-indent: -30px;
  margin-left: 30px;
}

p.title_006 + p {
  margin-top: 5px;
}

.title_007 {
  color: #435596;
}

.title_008 {
  background-image: url(../images/title_005.jpg);
  background-repeat: no-repeat;
  margin: 5px 0 20px;
  padding: 3px 22px 5px;
  line-height: 1.4;
  border-bottom: 1px solid #E4E4E4;
	background-position: 4px 4px;
}


/*
#【topicpath】

```
<div id="topicpath">
  <a href="/">HOME</a><a href="#">リンク</a><a href="#">リンク</a>リンクなし 
</div>
```
*/
#topicpath {
  border-bottom: 1px solid #cccccc;
  font-size: 0.9em;
  line-height: 150%;
  margin: 15px 0 0;
  padding-left: 16px;
}

#topicpath a {
  background: url(../images/gt.gif) no-repeat right center;
  padding-right: 20px;
}

/*
#【list】

```
<ul class="list_001">
  <li><a href="#">リスト</a></li>
  <li><a href="#">リスト</a></li>
  <ul>
    <li><a href="#">サブリスト</a></li>
    <li><a href="#">サブリスト</a></li>
  </ul>
  <li><a href="#">リスト</a></li>
</ul>
```
```
<ul class="list_002">
  <li><a href="#">リスト</a></li>
  <li><a href="#">リスト</a></li>
  <ul>
    <li><a href="#">サブリスト</a></li>
    <li><a href="#">サブリスト</a></li>
  </ul>
  <li><a href="#">リスト</a></li>
</ul>
```
```
<ul class="list_003">
  <li><a href="#">リスト</a></li>
  <li><a href="#">リスト</a></li>
  <ul>
    <li><a href="#">サブリスト</a></li>
    <li><a href="#">サブリスト</a></li>
  </ul>
  <li><a href="#">リスト</a></li>
</ul>
```
```
<ol class="olist_001">
  <li><a href="#">リスト</a></li>
  <li><a href="#">リスト</a></li>
  <li><a href="#">リスト</a></li>
</ol>
```
```
<ol class="olist_002">
  <li><a href="#">リスト</a></li>
  <li><a href="#">リスト</a></li>
  <li><a href="#">リスト</a></li>
</ol>
```
```
<dl class="dlist_001">
  <dt>リスト</dt>
  <dd>リスト</dd>
  <dt>リスト</dt>
  <dd>リスト</dd>
</dl>
```
```
<dl class="dlist_002">
  <dt>1</dt>
  <dd>リスト</dd>
</dl>
```
*/
.list_001 li {
  background: url(../images/icon_001.gif) no-repeat scroll 0 2px;
  line-height: 1.4;
  margin: 0 0 10px 10px;
  padding: 1px 0 0 16px;
}

.list_001 ul li {
  background: url(../images/list_img.gif) no-repeat scroll 0 2px!important;
  margin-left: 20px;
}

.list_002 li {
  background: url(../images/list_img.gif) no-repeat scroll 0 0;
  line-height: 1.4;
  margin: 0 0 10px 10px;
  padding: 1px 0 0 16px;
}

.list_002 ul li {
  margin-left: 20px;
}

.list_003 li {
  list-style-type:disc;
  list-style-position: outside;
  line-height: 1.4;
  margin: 0 0 10px 20px;
  padding: 1px 0 0 5px;
}

.list_003 ul li {
  list-style: none;
  margin-left: 20px;
}

.olist_001 {
  list-style-type:decimal;
  list-style-position: outside;
  line-height: 100%;
  margin: 0 0 5px 20px;
  padding: 1px 0 0 5px;
}

.olist_001 li + li {
  margin-top: 10px;
}

.olist_002 {
  list-style-type:none;
  text-indent: -26px;
  line-height: 1.4;
  margin: 0 0 10px 20px;
  padding: 1px 0 0 5px;
}

.olist_002 li + li {
  margin-top: 20px;
}

.dlist_001 {
  list-style-type:none;
  line-height: 1.4;
  margin: 0 0 10px 20px;
  padding: 1px 0 0 5px;
}

.dlist_001 dt,
.dlist_001 dd {
  list-style-type:disc;
  list-style-position: outside;
  line-height: 1.3;
  margin: 0 0 10px 20px;
  padding: 1px 0 0 5px;
}

.dlist_001 dt {
  background: url(../images/icon_001.gif) no-repeat scroll 0 1px;  
  padding: 1px 0 0 16px;
  font-weight: bold;
}

.dlist_002 {
  list-style-type:none;
  line-height: 1.4;
  padding: 1px 0 0 5px;
  clear: both;
  display: table;
  width: 70%;
}

.dlist_002 dt,
.dlist_002 dd {
  list-style-position: outside;
  line-height: 1.3;
  display: table-cell;
}

.dlist_002 dt {
  font-weight: bold;
  font-size:  20px;
  font-size: 2.0rem;
  vertical-align: middle;
  padding-left: 10px;
}

.dlist_002 dd {
  padding-left: 20px;
 padding-bottom: 10px;
 padding-top: 10px;
 border-bottom: 1px solid #CCC;

}

/*
#【table】
```
<table class="tbl_001">
  <tbody>
   <tr>
    <th>aaa</th>
    <td>bbb</td>
   </tr>
   <tr>
    <th>aaa</th>
    <td>aaa</td>
   </tr>
   <tr>
    <th>aaa</th>
    <td>aaa</td>
   </tr>
  </tbody>
</table>
```
```
<table class="tbl_002">
  <tbody>
   <tr>
    <th>aaa</th>
    <th>bbb</th>
   </tr>
   <tr>
    <td>aaa</td>
    <td>aaa</td>
   </tr>
   <tr>
    <td>aaa</td>
    <td>aaa</td>
   </tr>
  </tbody>
</table>
```
```
<table class="tbl_003">
  <tbody>
   <tr>
    <th>aaa</th>
    <th>bbb</th>
   </tr>
   <tr>
    <td>aaa</td>
    <td>aaa</td>
   </tr>
   <tr>
    <td>aaa</td>
    <td>aaa</td>
   </tr>
  </tbody>
</table>
```
*/
.tbl_001 th {
  padding: 5px;
  vertical-align: top;
}

.tbl_001 td {
  padding: 5px;
  vertical-align: top;
}

table.tbl_002 {
  border: 1px solid #CCC;
  margin-top: 10px;
  line-height: 160%;
}

.tbl_002 th {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #CCC;
  background: #eee;
}

.tbl_002 td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #CCC;
}

table.tbl_003 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.tbl_003 th {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #CCC;
  text-align: left;
}

.tbl_003 td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #CCC;
}

table.tbl_004 {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.tbl_004 th {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

.tbl_004 td {
  padding: 10px;
  vertical-align: top;
  position: relative;
}

.tbl_004 td .url {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.tbl_005 {
  border: none;
}

.tbl_005 th {
  padding: 5px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border: none;
  background:#FFF;
}

.tbl_005 td {
  padding: 5px;
  vertical-align: top;
  border: none;
}

.td_c_001 {
  background: #f0f4fb;
}

/*
#【Top Page】
*/
.block_bnr_001 img + img,
.block_bnr_001 a + a {
  margin-top: 20px;
  display: block;
}

img.img_no_to_nuclear_weapons {
  width: 210px;
}

/*
## [ tabs ]
*/
ul.list_tab_001 {
  height: 30px;
  z-index: 100;
  width: 100%;
}

ul.list_tab_001 li { float: left; }

ul.list_tab_001 li a {
  display: block;
  line-height: 30px;
  width: 190px;
  text-align: center;
  color: #0000ff;
  text-decoration: none;
  background: url(../images/bg_tab_001.png) no-repeat left bottom;
}

ul.list_tab_001 li a.active {
  background: url(../images/bg_tab_001.png) no-repeat left 2px;
  color: #000;
}

.block_tab_contents_001 {
  background: #fff;
  border: solid #ccc 1px;
  padding: 20px 10px;
  position: relative;
  display: block;
  z-index: 1;
  margin-top: -2px;
}

.block_tab_contents_001 div { background: #fff; }

.block_tab_contents_001 dl {
  font-size: 12px;
  font-size: 1.2rem;
}

.block_tab_contents_001 dt {
  font-weight: bold;
  width: 12em;
  float: left;
  clear: both;
  margin-bottom: 7px;
}

.block_tab_contents_001 dd {
  width: 40em;
  float: left;
  margin-bottom: 7px;
}

.block_tab_contents_001:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.input_search_001 {
  width: 120px;
}

.btn_submit_001 {
  width: 60px;
}
.search_select {
  display: none;
}

#TabContents {
  margin-top: 2px;
}

/*
#【About Page】
*/
.about_box_001 {
  background: url(../about/images/about_img_001.png) no-repeat right 40px;
}

/*.about_box_001 p {
  width: 300px;
  margin: 20px 0 0 20px;
  font-weight: bold;
}
*/

.block_affiliate {
  position: relative;
  width: 44%;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
}

.affiliate {
  font-weight: bold;
  margin-bottom: 5px;
}

.affiliate_image {
  position: absolute;
  top: 0;
  right: 0;
}

.affiliate_caption {
  margin-right: 100px;
}

.membership {
  position: absolute;
  right: 0;
  bottom: 5px;
  text-align: right;
  font-weight: bold;
}

.border_none {
  border: none!important;
}


.block_affiliates_icons {
  border: 1px solid #CCC;
  margin-bottom: 30px;
}

.block_affiliates_icons ul {
  text-align: center;
  margin: 5px;
}

.block_affiliates_icons ul li {
  display: inline;
  margin-right: 10px;
}

.block_affiliates_icons img {
  vertical-align: middle;
}

.message_title_block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.message_title_block::after {
    content: "";
    display: table;
    clear: both;
}

.title_message {
  color: #0074be;
  font-weight: bold;
  font-style: italic;
  font-size: 58px;
  font-size: 5.8rem;
  font-family:  "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  line-height: 120%;
  margin-top: 20px;
    margin-bottom: 40px;
}

.message_photo {
    width: 140px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.message_photo_caption {
    width: 136px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 10px;
}

/*
a[href*=".pdf"]:after {
	    font-family: 'Font Awesome 5 Free';
    content: "\f1c1";
    font-weight: 900;
    display: inline-block;
    font-size: 16px;
    color: #B1070A;
    margin-left: 5px;
}
*/

.title_action_policy_001 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.title_action_policy_001.item_001 {
  color: #E94661;
  border-bottom: 1px solid #E94661;
}

.title_action_policy_001.item_002 {
  color: #009ea6;
  border-bottom: 1px solid #009ea6;
}

.title_action_policy_001.item_003 {
  color: #f8b500;
  border-bottom: 1px solid #f8b500;
}

.title_action_policy_001.item_004 {
  color: #71bc48;
  border-bottom: 1px solid #71bc48;
}

.title_action_policy_001.item_005 {
  color: #5593cf;
  border-bottom: 1px solid #5593cf;
}

.title_action_policy_001.item_006 {
  color: #b09cc9;
  border-bottom: 1px solid #b09cc9;
}

.title_action_policy_001.item_007 {
  color: #6b6c66;
  border-bottom: 1px solid #6b6c66;
}

.title_action_policty_001_sub {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 2px 4px;
  color: #FFF;
}

p + .title_action_policty_001_sub {
  margin-top: 40px;
}

.title_action_policty_001_sub.item_001 {
  background: #E94661;
}

.title_action_policty_001_sub.item_002 {
  background: #009EA6;
}

.title_action_policty_001_sub.item_003 {
  background: #F8B500;
}

.title_action_policty_001_sub.item_004 {
  background: #71BC48;
}

.title_action_policty_001_sub.item_005 {
  background: #5593CF;
}

.title_action_policty_001_sub.item_006 {
  background: #B09CC9;
}

.title_action_policty_001_sub.item_007 {
  background: #6B6C66;
}

.title_action_policy_001 .number {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: normal;
}

.block_title_action_number {
    position: relative;
}

.title_action_number {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.block_title_action_number_icons {
    text-align: right;
	margin-bottom: 10px;
}

.block_title_action_number_icons li {
    display: inline-block;
}

.block_title_action_number_icons li img {
    width: 40px;
    height: auto;
}

.block_action_item {
    margin-bottom: 40px;
}

.block_action_item a {
    color: #000;
    text-decoration: none;
}

.block_action_item a:hover .block_action_item_lead {
    opacity: .5;
}

.block_action_item_lead {
    padding: 20px 20px 40px;
    font-size: 20px;
    position: relative;    
}

.block_action_item_lead::after {
    content: "＞";
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 7px;
    background: #fff;
    padding: 5px;
    line-height: 100%;
    border-radius: 4px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .2);
}

.priority_area1 {
    background: #FFE5E5;
}

.priority_area2 {
    background: #FFEBC2;
}

.priority_area3 {
    background: #f5fea6;
}

.area_for_advancement1 {
    background: #DEF8CE;
}

.area_for_advancement2 {
    background: #DCFAFF;
}

.area_for_advancement3 {
    background: #D4DDFC;
}

.area_for_advancement4 {
    background: #EFE2FD;
}

.area_for_advancement5 {
    background: #d5d5d5;
}


.block_action_item_list {
    margin: 20px 0 0 0;
    margin-left: 2em;
}

.block_action_item_list li + li {
    margin-top: 10px;
}

.title_action_policty_page img {
	max-width: 100%;
}
.item_action_policy p {
	margin-bottom: 20px;
	margin-left: 2em;
}
.item_action_policy__number {
	margin-left: -1em;
}
.item_action_policy__child {
	margin-left: 2em;
}
.item_action_policy__child_number {
	margin-left: -1.5em;
}

.item_action_policy_notes p {
	font-size: 14px; padding: 10px; background:#efefef;
}


/* Updates */
.contents_updates ul li {
  margin: 1em 0 10px 15px;
  padding: 0 0 0 10px;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -15px;
}

.contents_updates ol li {
  margin: 1em 0 10px 15px;
  padding: 0 0 0 10px;
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -15px;
}

.contents_updates .list_001 li {
  list-style: none;
  padding: 0 0 0 20px;
  text-indent: 0;
}

.contents_updates .olist_001 {
    list-style-type: decimal;
    list-style-position: outside;
    line-height: 100%;
    margin: 0 0 5px 20px;
    padding: 1px 0 0 5px;
    text-indent: 0;
}
/* switch */
.sw-priorityArea1 {
	background: rgb(255,229,229);
background: linear-gradient(180deg, rgba(255,229,229,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}

.sw-priorityArea2 {
	background: rgb(255,235,194);
background: linear-gradient(180deg, rgba(255,235,194,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}

.sw-priorityArea3 {
	background: rgb(245,254,166);
background: linear-gradient(180deg, rgba(245,254,166,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}

.sw-areasForAdvancement1 {
	background: rgb(222,248,206);
	background: linear-gradient(180deg, rgba(222,248,206,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}

.sw-areasForAdvancement2 {
	background: rgb(220,250,255);
background: linear-gradient(180deg, rgba(220,250,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}

.sw-areasForAdvancement3 {
	background: rgb(212,221,252);
background: linear-gradient(180deg, rgba(212,221,252,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}

.sw-areasForAdvancement4 {
	background: rgb(239,226,253);
background: linear-gradient(180deg, rgba(239,226,253,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}

.sw-areasForAdvancement5 {
	background: rgb(213,213,213);
background: linear-gradient(180deg, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}

/* page nav */
.action_policy_page_nav {
	background: #f7f7f7;
	padding: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

.action_policy_page_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	
}

.action_policy_page_nav li {
	display: inline-block;
}

/* script */
/* toggle */
.js-toggleTitle {
	color: #0000ff;
	cursor: pointer;
}
.js-toggleTitle::after {
	font-family: 'Font Awesome 5 Free';
		content: "\f078";
		font-weight: 900;
		display: inline-block;
		font-size: 16px;
		margin-left: 5px;
	color: #ff7600;
}
.js-toggleTitle.isActive::after {
		content: "\f077";
	font-size: 16px;
}
.js-toggleContents {
	display: none;
}