﻿@charset "UTF-8";
/* CSS Document */
/* contents---------------
   1.Reset
   2.Base

   3.Layout
   4.Common
   5.Page
   6.Script
    ------------ */
/*----------------------------------------------------------
  reset
--------------------------------------------------------- */
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}
img#sdgs{
width: 55px;
height:  55px;
}
ul, dl {
  list-style-type: none;
}

/*----------------------------------------------------------
  Base
--------------------------------------------------------- */
body {
  font-size: 15px;
  color: #454545;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  margin: 0 auto;
  background: #f9fbed;
  display: flex;
  flex-direction: column;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

p {
  line-height: 1.6;
  word-break: break-all;
}

/*
a{-webkit-tap-highlight-color:rgba(0,0,0,0);}
*/
a:link {
  color: #596da6;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #486083;
}

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.65;
}

a:active {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

small {
  font-size: 85%;
  line-height: 1.1;
}

blockquote {
  padding: 2px 0 2px 1em;
  border-left: 7px #C0D9FE solid;
  margin: 10px 0;
}

.noscript {
  background: #FFEDED;
  padding: 15px 10px;
  display: block;
  text-align: center;
}
.noscript em {
  color: green;
  font-style: normal;
  font-size: 18px;
}
.noscript em:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\e60e";
}

.spDisp {
  display: none;
}

.pcDisp {
  display: block;
}

/*----------------------------------------------------------
  Common 
--------------------------------------------------------- */
/*#contents p {
  margin-bottom: 0.7em;
}*/

/*----------------------------------------------------------
  Layout 
--------------------------------------------------------- */
html, body {
  width: 100%;
  min-height: 100vh;  /* 最小高さを画面の高さに */
  overflow-x: hidden;  /* 横スクロールを無効化 */
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;  /* 縦方向のフレックスボックス */
  min-height: 100vh;
}

#wrapper {
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


/* login 20190524 
----------------------------------------------- */
header .topmidori {
	border-top: 25px solid green ;
    width: 100%;
}

.under {
  color: green;
}

h1 .logo img{
	text-align: left;}

#contents .box2 {
	text-align: center;
	width: 550px;
    padding: 2em 2em;
    margin: 100px auto ; 
    font-weight: bold;
    color: green;/*文字色*/
    background: #FFF;
    border: solid 3px green;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#contents .box2 p {
    margin-bottom: 30px;
}

#contents .box2 .loginlogo{
	margin-bottom: 30px ;
}

.box2 .login{
	width: 300px;
	margin: 10px 110px ;
	text-align: left;
}

.login dl label {
    display: inline-block;
    vertical-align: middle;
}

.login dt {
	margin-bottom: 15px;
}

.btn-loginArea button {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: green;/*ボタン色*/
  color: #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
  border-bottom: solid 3px #005e23;
  border-radius: 3px;
text-align: center;
  font-weight: bold;
  padding: 0.4em 0.6em;
	height: 40px;
	width: 280px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.btn-loginArea button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

/*
.btn-loginArea button{
  background: green !important;
  display: block;
  color: #FFF  ;
  text-decoration: none;
  text-align: center;
  font-weight: 1.2em;
  padding: 0.4em 0.6em;
	border: none;
	font-weight: bold;
width: 280px;
	border-radius: 3px;
	height: 40px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.btn-loginArea button :hover {
  color: #F9FFA0;}
*/

select, input[type="text"], input[type="tel"], input[type="url"], input[type="email"], textarea {
    border: green 1px solid;
    color: #333;
    padding: 5px 5px;
    border-radius: 0 !important;
	}
  
  
select, input[type="number"] {
    border: green 1px solid;
    color: #333;
    padding: 5px 5px;
    border-radius: 0 !important;
	}
	
select, input[type="password"] {
    border: green 1px solid;
    color: #333;
   padding: 5px 5px;
    border-radius: 0 !important;
	}
.sizeHalf{
width: 185px;
}

/* index 20250313 */
.entryForm {
  width: 100%;
}

/* index 20190524 
----------------------------------------------- */

.formBox {
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
/*	width: 850px;4カラムのため削除*/
    margin: auto;
    margin-bottom: 50px;
    margin-left: 20px;
    width: 100%;
}
/*20211014追記*/
.formAdd_var .formBox dl {
    margin-right: 25px;
}
div.topdownload p.futomidori span{
	font-size: 95%;
    color: #AC1010;
	border-bottom: dashed 1px #AC1010;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: -15px;
}
/*20211014追記 おわり*/

.formBox .btnNormal {
	font-size: 1.5em;
	color: green;
}

.formBox .btnGray {
  display: inline-block;
	width: 100%;
  max-width: 300px;
	height: 64px;
  margin: 10px 0;
  padding: 0.5em 1em;
  text-decoration: none;
  background: white;
  border-left: solid 10px green;/*左線*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	cursor: pointer;
/*  margin-right: 30px;4カラムのため削除*/
}
.formBox .btnGray:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.formBox .btnGray:hover {
  background: #F9FFA0;
}

.formBox2 {
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	width: 850px;
    margin: auto;
    margin-bottom: 50px;
    margin-left: 20px;
}

.formBox2 .btnNormal {
	font-size: 1.5em;
	color: green;
	font-weight: bold;
}

.formBox2 .btnGray {
  display: inline-block;
	width: 220px;
	height: 80px;
  padding: 0.5em 1em;
  text-decoration: none;
  background: white;
  border-left: solid 10px green;/*左線*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	cursor: pointer;
  margin-right: 30px;
}
.formBox2 .btnGray:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.formBox2 .btnGray:hover {
  background: #F9FFA0;
}

.alerts {
	width: 100%;
  margin-top: 10px;
	padding:8px 0 5px 35px;
	line-height: 1.5em;
  position: relative;
  color: green;
border: dotted 1px #81D050;
margin-bottom: 50px;	
}
.alerts a{
text-decoration:underline;
color: #0000CC;
}

.alerts:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.alerts-red {
	width: 100%;
	background-color: #FFE2E3;
  /*margin-left: 10px;*/
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
  position: relative;
  color: red;
margin-bottom: 30px;	
}

.alerts-red:before {
  /*font-family: "Font Awesome 5 Free";
  content: "・";
  position: absolute;*/
  left : -5px; /*左端からのアイコンまでの距離*　0.5em*/
}

.alerts-green {
	width: 100%;
  /*margin-left: 10px;*/
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
  position: relative;
  color: green;
margin-bottom: 30px;
border: dotted 1px #81D050;	
}

.alerts-green:before {
  /*font-family: "Font Awesome 5 Free";
  content: "・";
  position: absolute;*/
  left : -5px; /*左端からのアイコンまでの距離*　0.5em*/
}


/* テーブル　20190527 
----------------------------------------------- */
table.basic{
border: 2px green solid;
background: white ;	
border-collapse: collapse ;	
width: 100%;
}
.basic th{
background-color: #DBE7CD;
}
.basic th,td{
border: 2px green solid;
border-collapse: collapse ;
font-size: 80%;
word-break: break-all;
word-wrap: break-word;
}

.basic td{
font-size: 0.8em;
line-height: 1.1em;	
padding: 2px;
word-break: break-all;
word-wrap: break-word;
}

table.check-box td {
  display: block;
}

/* ログイン以外のヘッダー　20190527 
----------------------------------------------- */
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none !important;
  color: green !important;
  border: solid 2px green;
  border-radius: 3px;
margin-top: 20px;
    margin-right: 10px;
    height: 35px;	
}

.btn-flat-border:hover {
  background: green;
  color: white !important;
}

header .logoset {
	display: flex;
	justify-content:space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.author {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

#login-button {
  text-align: right;
}

/* Contents 
----------------------------------------------- */
#contentsTop {
  padding-bottom: 40px;
  min-height: 680px;
}
#contents {
  padding-bottom: 40px;
}

.contents__iner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

/* Footer 
----------------------------------------------- */
footer {
  width: 100%;
  height: 25px;
  background-color: green;
}

footer .footer-copy {
	text-align: center;
    color: white ;
    font-size: 12px;
	padding-top: 5px;
}

/* 実施団体申請 20190524 
----------------------------------------------- */
.mailbox dl {
	margin-bottom: 20px;
}

.btnmail {
	display: flex;
	justify-content:space-between;
	width: 320px;
}

.btn-modoru button{
  background: white !important;
  display: block;
  color:green;
  text-decoration: none;
  text-align: center;
  font-weight: 1.5em;
  padding: 0.4em 0.6em;
	border: solid 2px green;
  border-radius: 3px;
width: 150px;
	height: 40px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.btn-modoru button:hover {
    background-color: mediumseagreen;}

.btn-kakutei button{
  background: green !important;
  display: block;
  color:white;
  text-decoration: none;
  text-align: center;
  font-weight: 1.5em;
  padding: 0.4em 0.6em;
	border: solid 2px green;
  border-radius: 3px;
width: 150px;
	height: 40px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.btn-kakutei button:hover {
background: #F9FFA0 !important;
color: green;}


/*  ダウンロード一覧20190723 
----------------------------------------------- */
.topdownload ul {
	padding-top: 10px;
	list-style : none ;/*disc !important*/
	margin-left: 20px;
}

div.topdownload p.topdownload{
	border-bottom: dashed 1px green;
	padding: 5px;
	font-size: 110%;
	color: green;
}
div.topdownload p.topdownload-red{
	border-bottom: dashed 1px #AC1010;
	padding: 5px;
	font-size: 110%;
	color: #AC1010;
}

/*  CSV出力ボタン20210910 
----------------------------------------------- */
.csv-button{
  border-radius: 5px;
  background-color: green;
  padding: 0.5em 2em;
  text-align: center;
  color: white;
border: none;	
}
.btn-page {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px;
    margin-top: 20px;
}
.csv-button:hover {
    opacity: 0.7 ;
    }

/*  見出し20190527 
----------------------------------------------- */
.h-bg {
  background: green;/*背景色*/
  border-bottom: solid 5px #81D050;/*下線*/
	margin-bottom: 20px;
}
.h-bg h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字色*/
	font-size: 150%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h2-inner a {
  font-size: .9rem;
  color: #FFF;
}

#contents h3 {
  position: relative;
font-size: 1.2em;
	color: green;
  padding: 0 .5em 0em 1.7em;
	font-weight: bold;
	margin-bottom: 20px;
}

#contents h3::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: green;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contents h4 {
  border-top: 2px dotted #BABABA;
  margin: 23px 0 10px;
  text-align: left;
  padding: 0;
  height: 1.5em;
}
#contents h4 span {
  position: relative;
  display: inline-block;
  top: -1em;
  padding: 3px 6px 3px 0;
  background: #F8F8F8;
  color: #A53939;
  font-size: 17px;
  font-weight: bold;
}
#contents h4.right {
  text-align: right;
}
#contents h4.right span {
  padding: 3px 0 3px 6px;
}
#contents h5 {
  font-weight: bold;
  margin: 0.5em 0;
  font-size: 17px;
}





/*  list 
----------------------------------------------- */
ol {
  margin: 0;
  padding-left: 22px;
}

ol li {
  list-style: decimal;
  margin: 0.5em 0px;
  line-height: 1.5em;
}

ul li {
  margin: 10px 0px;
  font-size: 100%;
  line-height: 1.1em;
}

ul.normal li:before {
  font-family: 'basicicon';
  content: "\e625";
}

ul.border li:before {
  font-family: 'basicicon';
  content: "\71";
}

ul.arrow li:before {
  font-family: 'basicicon';
  content: "\72";
}

ul.dot li:before {
  font-family: 'basicicon';
  content: "\e625";
}

ul.record li:before {
  font-family: 'basicicon';
  content: "\e620";
}

ul.notice-red li {
  color: #CC0000;
}

ul.notice li:before,
ul.notice-red li:before {
  font-family: 'basicicon';
  content: "\31";
  font-size: 90%;
}

ul.indent {
  padding-left: 0;
  margin-left: 0;
}

ul.indent li {
  margin: 10px 0px;
  padding-left: 1em;
  text-indent: -1em;
}

/*  iconfont
----------------------------------------------- */
@font-face {
  font-family: 'basicicon';
  src: url("../fonts/basicicon.eot?5jmqvw");
  src: url("../fonts/basicicon.eot?#iefix5jmqvw") format("embedded-opentype"), url("../fonts/basicicon.woff?5jmqvw") format("woff"), url("../fonts/basicicon.ttf?5jmqvw") format("truetype"), url("../fonts/basicicon.svg?5jmqvw#basicicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: 'basicicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.3;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 3px;
  font-size: 120%;
}

[class^="icon-"]:after, [class*=" icon-"]:after {
  margin-left: 3px;
  font-size: 120%;
}

[class^="icon-fl_"]:before, [class*=" icon-fl_"]:before,
[class^="icon-fl_"]:after, [class*=" icon-fl_"]:after {
  font-size: 160%;
  vertical-align: middle;
}

.icon-fl_pdf:before {
  color: #D31F1F;
  margin-right: 0.3em;
}

.icon-fl_doc:before {
  color: #1659C7;
  margin-right: 0.3em;
}

.icon-fl_xls:before {
  color: #16B006;
  margin-right: 0.3em;
}

.icon-fl_ppt:before {
  color: #E48B00;
  margin-right: 0.3em;
}

.icon-fl_etc:before {
  color: #A264B6;
  margin-right: 0.3em;
}

.icon-popup:before {
  color: green;
}

.icon-trash:before {
  content: "\e62b";
}

.icon-eye:before {
  content: "\e628";
}

.icon-new:before {
  content: "\e629";
}

.icon-preview:before {
  content: "\e62a";
}

.icon-arrow-d3:before {
  content: "\e602";
}

.icon-arrow-l3:before {
  content: "\e603";
}

.icon-arrow-r3:before {
  content: "\e604";
}

.icon-arrow-u3:before {
  content: "\e605";
}

.icon-phone:before {
  content: "\21";
}

.icon-mail:before {
  content: "\22";
}

.icon-pencil:before {
  content: "\e60f";
}

.icon-location:before {
  content: "\23";
}

.icon-star:before {
  content: "\e610";
}

.icon-popup:before {
  content: "\24";
}

.icon-search:before {
  content: "\e612";
}

.icon-close1:before {
  content: "\e614";
}

.icon-minus2:before {
  content: "\2d";
}

.icon-plus2:before {
  content: "\2b";
}

.icon-close2:before {
  content: "\e615";
}

.icon-minus3:before {
  content: "\e616";
}

.icon-plus3:before {
  content: "\e617";
}

.icon-close3:before {
  content: "\e618";
}

.icon-minus1:before {
  content: "\e619";
}

.icon-plus1:before {
  content: "\e61a";
}

.icon-info:before {
  content: "\e61b";
}

.icon-help:before {
  content: "\e61c";
}

.icon-warning:before {
  content: "\e61d";
}

.icon-list:before {
  content: "\e61e";
}

.icon-text:before {
  content: "\e61f";
}

.icon-record:before {
  content: "\e620";
}

.icon-arrow-l1:before {
  content: "\e621";
}

.icon-arrow-d1:before {
  content: "\e622";
}

.icon-arrow-u1:before {
  content: "\e623";
}

.icon-arrow-r1:before {
  content: "\72";
}

.icon-arrow-l2:before {
  content: "\61";
}

.icon-arrow-d2:before {
  content: "\7a";
}

.icon-arrow-u2:before {
  content: "\77";
}

.icon-arrow-r2:before {
  content: "\73";
}

.icon-ellipsis:before {
  content: "\e624";
}

.icon-dot:before {
  content: "\e625";
}

.icon-twitter:before {
  content: "\e626";
}

.icon-facebook:before {
  content: "\46";
}

.icon-tree_01:before {
  content: "\e611";
}

.icon-tree_02:before {
  content: "\e613";
}

.icon-tree_03:before {
  content: "\e627";
}

.icon-post:before {
  content: "\e609";
}

.icon-hitokoma:before {
  content: "\e608";
}

.icon-like:before {
  content: "\e607";
}

.icon-required2:before {
  content: "\e600";
  font-size: 80%;
  padding-right: 5px;
  color: orangered;
}

.icon-required1:before {
  content: "\e601";
}

.icon-fl_doc:before {
  content: "\64";
}

.icon-fl_etc:before {
  content: "\65";
}

.icon-fl_img:before {
  content: "\6a";
}

.icon-li_basic:before {
  content: "\30";
}

.icon-li_border:before {
  content: "\71";
}

.icon-li_notice:before {
  content: "\31";
  font-size: 90%;
}

.icon-fl_mp3:before {
  content: "\6d";
}

.icon-fl_pdf:before {
  content: "\70";
}

.icon-fl_ppt:before {
  content: "\74";
}

.icon-fl_xls:before {
  content: "\78";
}

.icon-camera:before {
  content: "\e606";
}

.icon-home2:before {
  content: "\e901";
}

.icon-check:before {
  content: "\ea11";
}

.icon-pc:before {
  content: "\e60a";
}

.icon-mobile:before {
  content: "\e60b";
}

.icon-lock:before {
  content: "\e60c";
}

.icon-unlocked:before {
  content: "\e60d";
}

.icon-notification:before {
  content: "\e60e";
}

/*  table
----------------------------------------------- */
table.data,
table.data_noRwd {
  margin: 10px 0px;
  border: 1px solid #999;
  border-collapse: collapse;
  word-break: break-all;
  background: #FFF;
}

table.data th,
table.data_noRwd th {
  padding: 5px 8px;
  color: #333;
  background: #F9FFA0;
  font-weight: bold;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  text-align: center;
  font-size: 88%;
}

table.data td.h1,
table.data_noRwd td.h1 {
  text-align: center !important;
  background: #FFF0F0;
}

table.data td,
table.data_noRwd td {
  word-break: break-all;
  padding: 10px 8px;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: none;
  font-size: 100%;
	width: 100%;
}

table.other {
  margin: 10px 0px;
  border: 1px solid #999;
  border-collapse: collapse;
  border: 1px solid #999;
  word-break: break-all;
  background: #FFF;
  width: 100%;
}

table.other th {
  padding: 5px 8px;
  color: #333;
  background: #FFC1C9;
  font-weight: bold;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  font-size: 105%;
  text-align: center;
}

table.other td.h1
{
  text-align: center !important;
  background: #FFF0F0;
}
/*差し戻し*/
table.sendback {
  margin: 10px 0px;
  border: 1px solid #999;
  border-collapse: collapse;
  border: 1px solid #999;
  word-break: break-all;
  background: #FFF;
  width: 100%;
}

table.sendback th {
  padding: 5px 8px;
  color: #333;
  background: #FFC1C9;
  font-weight: bold;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  font-size: 90%;
  text-align: center;
}

table.sendback td
{
  text-align: left;
  padding: 10px 8px;
  background: #FFF0F0;
  border: none;
  font-size: 98%;
}

table.layout {
  border: none;
}
table.layout th {
  padding: 0;
  border: none;
}
table.layout td {
  padding: 0 5px;
  border: none;
  font-size: 105%;
}

/*  box
----------------------------------------------- */
.box {
  background: #FFF;
  border: #FFDFDF dotted 1px;
  padding: 8px;
  margin: 0.7em 0px;
}

/* .box2 {
  border: dashed 1px green;
  background: rgba(255, 255, 255, 0.6);
  padding: 1em;
  margin: 0.8em 0;
  font-size: 90%;
}

.box3 {
  border: 1px solid #ACACAC;
  background: rgba(255, 255, 255, 0.6);
  padding: 1em;
  margin: 0.8em 0;
}

.box2 p.title, .box3 p.title {
  font-weight: bold;
  font-size: 110%;
}
.box2 p.title:before, .box3 p.title:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\30";
}
*/
.boxWhite {
  background: #FFF;
  padding: 8px;
  margin: 0.7em 0px;
  border-radius: 5px;
}

div.clearBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

div.clearBox {
  overflow: hidden;
  height: auto;
}
div.clearBox .img-l, div.clearBox .img-r {
  margin-bottom: 10px;
}
div.clearBox .img-l {
  float: left;
  margin-right: 10px !important;
}
div.clearBox .img-r {
  float: right;
  margin-left: 10px !important;
}
div.clearBox .hidden {
  height: auto;
}
div.clearBox .auto {
  overflow: auto !important;
  height: auto;
}


.clm2, .clm3 {
  width: 100%;
}

.clm2 .clm {
  width: 49%;
  display: inline-block;
}

.clm3 .clm {
  width: 32.5%;
  display: inline-block;
  vertical-align: top;
}

span.caption {
  display: block;
  font-size: 13px;
}

/*  Arrangement
----------------------------------------------- */
.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.valign-t {
  vertical-align: top;
}

/*  Margin
----------------------------------------------- */
*.sp-v0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

*.sp-v5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

*.sp-v10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

*.sp-v15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

*.sp-v20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

*.sp-v25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

*.sp-v30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

*.sp-t0 {
  margin-top: 0px !important;
}

*.sp-t5 {
  margin-top: 5px !important;
}

*.sp-t10 {
  margin-top: 10px !important;
}

*.sp-t15 {
  margin-top: 15px !important;
}

*.sp-t20 {
  margin-top: 20px !important;
}

*.sp-t25 {
  margin-top: 25px !important;
}

*.sp-t30 {
  margin-top: 30px !important;
}

*.sp-t40 {
  margin-top: 40px !important;
}

*.sp-t50 {
  margin-top: 50px !important;
}

*.sp-b0 {
  margin-bottom: 0px !important;
}

*.sp-b5 {
  margin-bottom: 5px !important;
}

*.sp-b10 {
  margin-bottom: 10px !important;
}

*.sp-b15 {
  margin-bottom: 15px !important;
}

*.sp-b20 {
  margin-bottom: 20px !important;
}

*.sp-b25 {
  margin-bottom: 25px !important;
}

*.sp-b30 {
  margin-bottom: 30px !important;
}

*.sp-b40 {
  margin-bottom: 40px !important;
}

*.sp-b50 {
  margin-bottom: 50px !important;
}


*.pd-lr5 {
  padding-right: 5px;
  padding-left: 5px;
}

*.pd-lr10 {
  padding-right: 10px;
  padding-left: 10px;
}

*.pd-lr15 {
  padding-right: 15px;
  padding-left: 15px;
}

*.pd-lr20 {
  padding-right: 20px;
  padding-left: 20px;
}

.indent {
  margin-left: 1em;
}

/*  hr
----------------------------------------------- */
hr {
  border: 0;
  border-bottom: 1px dashed #ccc;
}

hr.check {
  background: url(../img/line_check.png) repeat-x;
  height: 10px;
  border: none;
}

hr.check2 {
  background: url(../img/line_check2.png) repeat-x;
  height: 18px;
  border: none;
}

/*  form
----------------------------------------------- */
button {
  border-radius: 4px;
  border: 1px solid #8f8f9d;
  cursor: pointer;
  outline: none;
  padding: 2px 4px;
  color: #000
  
}

input[type="button"] {
  background: green !important;
  color: #FFF;
  font-weight: 100%;
  border: none;
  border-bottom: #8b8b8b 2px solid;
  border-radius: 4px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  padding: 5px 20px;
    cursor: pointer;
    margin: 0 14px;
}

input[type="button"]:hover {
  border-bottom: none;
  position: relative;
  /*margin-top: 2px;*/
  opacity: 0.9;
  border-bottom: #8b8b8b 2px solid;
}



/*button[type="button"] {
  background: green !important;
  color: #FFF;
  font-weight: 100%;
  border: none;
  border-bottom: #8b8b8b 2px solid;
  border-radius: 4px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0 7px;
}

button[type="button"]:hover {
  border-bottom: none;
  position: relative;
  /*margin-top: 2px;
  opacity: 0.9;
  border-bottom: #8b8b8b 2px solid;
}*/

.textBtn {
  margin: 0 auto;
}
.textBtn a {
  background: green !important;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: 100%;
  padding: 0.4em 0.6em;
  border-radius: 4px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.textBtn a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------
  Page 
--------------------------------------------------------- */
/*  common
----------------------------------------------- */
.pankuzu {
  margin-bottom: 0.7em;
}
.pankuzu ul {
  font-size: 12px;
}
.pankuzu ul li {
  display: inline-block;
}
.pankuzu ul li.home:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\23";
}
.pankuzu ul li:after {
  font-family: 'basicicon';
  font-weight: normal;
  padding-left: 2px;
  position: relative;
  content: "\73";
}
.pankuzu ul li.now:after {
  content: "";
}

.pankuzu + h2 {
  margin-top: 0px !important;
}

.pankuzu.news li.now {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 21em;
  vertical-align: bottom;
}

/*  hitokoma
----------------------------------------------- */
.pager {
  text-align: right;
  font-size: 13px;
}

.pager ul li {
  display: inline-block;
}

.pager ul li a {
  display: block;
  padding: 5px 6px;
  min-width: 2em;
  border: 1px solid #DFDFDF;
  border-bottom: 3px solid #DFDFDF;
  border-radius: 2px;
  text-decoration: none;
  background: #FFF;
  text-align: center;
}

.pager ul li a:hover {
  background: #FFE2E2;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
  top: 1px;
}

.pager ul li.active a {
  border-bottom: 1px solid #DFDFDF;
  position: relative;
  top: 1px;
  background: #DFDFDF;
}

.pager ul li.active a:hover {
  background: #DFDFDF;
  position: relative;
  top: 1px;
}

.disp-inBlock {
  display: inline-block;
}

.hitokoma .itemBox {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  vertical-align: top;
  min-height: 280px;
  width: 31%;
  border: 1px solid gray;
  border-radius: 5px;
  background: #fff;
  margin: 1.2% 0.8%;
  padding: 10px;
  text-align: left;
  word-break: break-all;
}
.hitokoma .itemBox .remodal-confirm {
  position: absolute;
}
.hitokoma .itemBox:before {
  position: absolute;
  font-family: 'basicicon';
  content: "\e608";
  font-size: 110px;
  top: -30px;
  left: -8px;
  color: green;
  z-index: 10;
}
.hitokoma .itemBox dl {
  position: relative;
  padding-bottom: 40px;
}
.hitokoma .itemBox dl dt.date {
  text-align: right;
  color: #a9a9a9;
  font-size: 90%;
}
.hitokoma .itemBox dl dd.img {
  text-align: center;
}
.hitokoma .itemBox dl dd.img a img {
  max-width: 100%;
  max-height: 151px;
}
.hitokoma .itemBox dl dd.img a {
  text-decoration: none;
  color: #454545;
}
.hitokoma .itemBox dl dd.img p.title {
  text-align: left;
  font-weight: bold;
}
.hitokoma .itemBox dl dd.profile span {
  display: block;
  text-align: right;
  font-size: 90%;
}
.hitokoma .itemBox dl dd.profile .theme span {
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  margin: 2px 0;
  padding: 2px 0 0 4px;
  line-height: 1;
}
.hitokoma .itemBox dl dd.profile .theme1 {
  border-left: 10px solid #ff8c00;
  color: #ff8c00;
}
.hitokoma .itemBox dl dd.profile .theme2 {
  border-left: 10px solid #ea5550;
  color: #ea5550;
}
.hitokoma .itemBox dl dd.profile .theme3 {
  border-left: 10px solid #2e8b57;
  color: #2e8b57;
}
.hitokoma .itemBox dl dd.like {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.hitokoma .itemBox dl dd.like .btnset div {
  display: inline-block;
}
.hitokoma .itemBox dl dd.like .btn button {
  background: green;
  color: #FFF;
  border-radius: 30px;
  padding: 0px 10px 4px;
  height: 30px;
  border-style: none;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #696969;
}
.hitokoma .itemBox dl dd.like .btn button span:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  color: #FFF;
  font-family: 'basicicon';
  content: "\e607";
  font-size: 20px;
  top: 3px;
  margin-right: 2px;
}
.hitokoma .itemBox dl dd.like .btn button:hover,
.hitokoma .itemBox dl dd.like .btn button:active {
  position: relative;
  top: 2px;
  border-bottom: none;
}
.hitokoma .itemBox dl dd.like .btn button.vote {
  position: relative;
  top: 2px;
  background: #BBB !important;
  color: #FFF;
  border-bottom: none;
}
.hitokoma .itemBox dl dd.like .btn button.vote span:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  color: #FFF;
  content: "\ea11";
  font-size: 18px;
}
.hitokoma .itemBox dl dd.like .btnset .balloon {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  width: auto;
  min-width: 4em;
  height: 30px;
  color: green;
  line-height: 30px;
  text-align: center;
  background: #eeeeee;
  z-index: 0;
  font-weight: bold;
  font-size: 15px;
  margin-right: 10px;
}
.hitokoma .itemBox dl dd.like .btnset .balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #eeeeee;
}

.remodal .detail .title {
  text-align: left;
  font-size: 110%;
  margin: 10px 0 10px 0;
  word-break: break-all;
}
.remodal .detail .profile {
  text-align: right;
  font-size: 90%;
}
.remodal .detail .profile .theme span {
  display: block;
  margin: 2px 0 0 auto;
  width: 9em;
  text-align: center;
  font-size: 90%;
  padding: 2px 3px 0 4px;
  line-height: 1.2;
  background: #FFF;
}
.remodal .detail .profile .theme1 {
  border-left: 10px solid #ff8c00;
  color: #ff8c00;
}
.remodal .detail .profile .theme2 {
  border-left: 10px solid #ea5550;
  color: #ea5550;
}
.remodal .detail .profile .theme3 {
  border-left: 10px solid #2e8b57;
  color: #2e8b57;
}
.remodal .detail .comment {
  background-color: rgba(255, 255, 255, 0.7);
  color: #454545;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  font-size: 90%;
  margin: 10px 0;
  word-break: break-all;
}

.itemBox:before {
  font-size: 90px !important;
  top: -35x;
  left: -8px;
}

/*  hitokoma_refine
----------------------------------------------- */
.refine h2 .s_date,
.refine h2 .s_pre,
.refine h2 .s_text {
  border-bottom: 1px dotted green;
  margin: 0 2px;
}

.refine .nonresult {
  background: #EDF5FF;
  padding: 15px;
  text-align: center;
}
.refine .number {
  text-align: center;
  font-size: 18px;
}
.refine .number span {
  font-weight: bold;
  font-size: 22px;
  margin: 0 3px;
  color: green;
}

/*  top
----------------------------------------------- */
.topMsg {
  padding: 2%;
  background: #FFF;
  margin-bottom: 15px;
  border: 1px solid #A4C3D8;
}

.noCMSmsg {
  display: none;
}


.topContents .tableRow {
  letter-spacing: -0.4em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 6px;
}
.topContents .tableRow .topmenu.imgbottom {
  background-position: left bottom !important;
}
.topContents .tableRow .topmenu.message {
  background-image: url(../img/img_topmenu01.jpg);
}

.topContents .tableRow .topmenu {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #636363;
  background-size: 100%;
  background-position: center -10px;
  background-repeat: no-repeat;
}
.topContents .tableRow .topmenu a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.topContents .tableRow .topmenu dl {
  position: absolute;
  letter-spacing: 0;
  bottom: 0px;
  padding: 0px 8px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 60px;
  width: 100%;
}
.topContents .tableRow .topmenu dl dt.title {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
.topContents .tableRow .topmenu dl dt.title:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\e604";
  color: #FFF;
  font-size: 20px;
  margin-right: 2px;
  top: 3px;
}
.topContents .tableRow .topmenu dl dd.text {
  font-size: 13px;
  line-height: 1.4;
}
.topContents .tableRow .topmenu:hover {
  opacity: 0.65;
}
.topContents .clm2 .topmenu {
  min-height: 180px;
  width: 49.5%;
  margin-right: 1%;
  padding: 0;
  margin-bottom: 10px;
}
.topContents .clm3 .topmenu {
  height: 230px;
  width: 32.8%;
  margin-right: 0.8%;
}
.topContents .clm3 .topmenu dl {
  height: 115px;
}
.topContents .clm2 .topmenu:last-child,
.topContents .clm3 .topmenu:last-child {
  margin-right: 0;
}
.topContents .newsBlock {
  border: 1px dashed #CCC;
  background: #FFF;
  padding: 8px 12px;
  margin: 15px 0 10px 0;
}
.topContents .newsBlock .title {
  position: relative;
  font-size: 18px;
  border: 0;
  margin: 0;
  padding-top: 0px;
  color: green;
  font-weight: bold;
}
.topContents .newsBlock .title span {
  position: absolute;
  right: 0px;
  top: 0px;
}
.topContents .newsBlock .title span a {
  background: green;
  color: #FFF;
  padding: 0.5em 0.7em;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
}
.topContents .newsBlock .title span a:hover {
  opacity: 0.7;
}

.newentry {
  /* sp */
}
.newentry .clm {
  background: #FFF;
  min-height: 270px;
  padding-bottom: 27px;
  position: relative;
}
.newentry .clm a {
  display: block;
  text-decoration: none;
}
.newentry .clm a:hover {
  opacity: 0.7;
}
.newentry .clm dl dt.title {
  font-size: 13px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.newentry .clm dl dt.title a {
  color: #FFF;
  padding: 0.3em 0.8em 0.2em 0.5em;
  position: relative;
  display: block;
}
.newentry .clm dl dt.title a span {
  text-decoration: underline;
}
.newentry .clm dl dt.title a:after {
  position: absolute;
  text-decoration: none !important;
  display: block;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  font-family: 'basicicon';
  content: "\73";
  font-size: 26px;
}
.newentry .clm dl dd.text {
  font-size: 13px;
  white-space: 1;
  border-bottom: 1px #dadada solid;
}
.newentry .clm dl dd.text a {
  color: #676767;
  padding: 10px 22px 10px 10px;
  position: relative;
  display: block;
}
.newentry .clm dl dd.text a span:after {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  font-family: 'basicicon';
  content: "\73";
  font-size: 26px;
}
.newentry .clm dl dd.new a.entry {
  text-decoration: none !important;
}
.newentry .clm dl dd.new a.entry span.img {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  max-height: 130px;
  overflow: hidden;
}
.newentry .clm dl dd.new a.entry span.img img {
  width: 100%;
  position: relative;
  bottom: 0px;
  vertical-align: bottom;
}
.newentry .clm dl dd.new a.entry span.img img:hover {
  opacity: 1;
}
.newentry .clm dl dd.new a.entry dd {
  padding: 3px 8px 8px;
}
.newentry .clm dl dd.new a.entry span.date {
  font-size: 11px;
  color: #8a8a8a;
  display: block;
}
.newentry .clm dl dd.new a.entry span.title {
  font-size: 14px;
  color: green;
  display: block;
  font-weight: bold;
  line-height: 1.3;
}
.newentry .clm dl dd.new .list {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: dotted 1px #C4C4C4;
  text-align: right;
  margin-bottom: 3px;
  text-decoration: none;
  display: block;
  padding: 0px 8px;
}
.newentry .clm dl dd.new .list a {
  display: inline-block;
}
.newentry .clm dl dd.new .list span {
  font-size: 13px;
  font-weight: normal;
}
.newentry .clm dl dd.new .list span:before {
  font-family: 'basicicon';
  content: "\73";
  color: green;
  position: relative;
  top: 1px;
}
.newentry .clm.action {
  border: 1px solid #85be0c;
}
.newentry .clm.action dt.title {
  background: #85be0c;
}
.newentry .clm.action dd.text a span:after {
  color: #85be0c;
}
.newentry .clm.unique {
  border: 1px solid #f19149;
}
.newentry .clm.unique dt.title {
  background: #f19149;
}
.newentry .clm.unique dd.text a span:after {
  color: #f19149;
}
.newentry .clm.bosai {
  border: 1px solid #5da9cb;
}
.newentry .clm.bosai dt.title {
  background: #5da9cb;
}
.newentry .clm.bosai dd.text a span:after {
  color: #5da9cb;
}
.newentry .clm {
  margin-right: 0.55%;
}
.newentry .clm:nth-child(3n) {
  margin-right: -0.55%;
}


/* newentry */
#contents .newentry.archive .clm {
  background: #FFF;
  min-height: 260px;
  padding-bottom: 15px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  /* box-shadow */
  box-shadow: rgba(196, 196, 196, 0.52941) 0px 3px 2px 1px;
  -webkit-box-shadow: rgba(196, 196, 196, 0.52941) 0px 3px 2px 1px;
  -moz-box-shadow: rgba(196, 196, 196, 0.52941) 0px 3px 2px 1px;
  /* middle SP */
  /* sp*/
}
#contents .newentry.archive .clm a {
  display: block;
  text-decoration: none;
}
#contents .newentry.archive .clm a:hover {
  opacity: 0.7;
}
#contents .newentry.archive .clm dl span.img {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  height: 120px;
  overflow: hidden;
  margin-top: 2%;
}
#contents .newentry.archive .clm dl span.img img {
  width: 96%;
  position: relative;
  bottom: 0px;
  vertical-align: bottom;
}
#contents .newentry.archive .clm dl span.img img:hover {
  opacity: 1;
}
#contents .newentry.archive .clm dl dd {
  padding: 3px 8px 8px;
}
#contents .newentry.archive .clm dl span.date {
  font-size: 13px;
  color: #8a8a8a;
  display: block;
  margin-bottom: 2px;
}
#contents .newentry.archive .clm dl span.title {
  font-size: 15px;
  color: green;
  display: block;
  font-weight: bold;
  line-height: 1.3;
}
#contents .newentry.archive .clm dl dd.area {
  position: absolute;
  top: -18px;
  left: -13px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #505050;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}
#contents .newentry.archive .clm dl dd.area span {
  padding: 0.2em 1em;
}
#contents .newentry.archive .clm dl dd.area span.hokkaido {
  background: #36AEC7;
  color: #FFF;
}
#contents .newentry.archive .clm dl dd.area span.tohoku {
  background: #1EB384;
  color: #FFF;
}
#contents .newentry.archive .clm dl dd.area span.kanto {
  background: #86C358;
}
#contents .newentry.archive .clm dl dd.area span.tokyo {
  background: #C7DC74;
}
#contents .newentry.archive .clm dl dd.area span.shinetsu {
  background: #90A3CE;
}
#contents .newentry.archive .clm dl dd.area span.hokuriku {
  background: #B59FCB;
}
#contents .newentry.archive .clm dl dd.area span.tokai {
  background: #EFD850;
}
#contents .newentry.archive .clm dl dd.area span.kinki {
  background: #F5B443;
}
#contents .newentry.archive .clm dl dd.area span.chugoku {
  background: #EE7332;
  color: #FFF;
}
#contents .newentry.archive .clm dl dd.area span.shikoku {
  background: #EB6460;
  color: #FFF;
}
#contents .newentry.archive .clm dl dd.area span.kyushu {
  background: #AC622A;
  color: #FFF;
}
#contents .newentry.archive .clm dl dd.area span.okinawa {
  background: #F094B6;
}


/*  unique
----------------------------------------------- */
.entryList {
  margin: 15px 0;
  border-bottom: 1px dashed #BBB;
  padding: 10px 0;
}
.entryList .img {
  position: relative;
  float: left;
  margin-right: 2%;
  max-width: 28%;
  width: 100%;
  min-height: 230px;
  overflow: hidden;
  text-align: center;
}
.entryList .img img {
  position: absolute;
  top: -10%;
  left: 0;
}
.entryList dl {
  float: left;
  width: 70%;
}
.entryList dl .title {
  font-size: 20px;
  color: green;
  background: #FFF;
  border-left: 10px solid #BBB;
  padding: 10px 10px 10px 14px;
}
.entryList dl .title span {
  display: block;
  font-size: 13px;
}
.entryList dl .title a {
  text-decoration: none;
}
.entryList dl .title:hover {
  background: #FFCFCF;
}
.entryList dl .date {
  text-align: right;
  margin: 4px 0 5px;
  font-size: 12px;
}
.entryList dl .text {
  line-height: 1.6;
  padding-left: 1em;
}
.entryList dl .more a {
  background: #818181;
  color: #FFF;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  width: 80%;
  margin: 10px auto;
}
.entryList dl .more a span:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\e604";
  color: #FFF;
  font-size: 16px;
  margin-right: 2px;
  top: 3px;
}
.entryList dl .more a:hover {
  opacity: 0.7;
}

.entryList:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/*  single
----------------------------------------------- */
.lead {
  text-align: center;
  color: #696969;
}

/*  sitemap 
----------------------------------------------- */
ul.sitemap li {
  position: relative;
}
ul.sitemap li p {
  text-indent: 0em;
  padding-left: 2.5em;
  font-size: 90%;
  margin: 6px 0;
}
ul.sitemap li .tree01:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\e611";
  color: #707070;
  font-size: 24px;
  margin-right: 6px;
  top: 6px;
}
ul.sitemap li .tree02:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\e613";
  color: #707070;
  font-size: 24px;
  margin-right: 6px;
  top: 6px;
}
ul.sitemap li .tree03:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\e627";
  color: #707070;
  font-size: 24px;
  margin-right: 6px;
  top: 6px;
}
ul.sitemap li .home:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\e901";
  color: #707070;
  font-size: 24px;
  margin-right: 6px;
  top: 3px;
}
ul.sitemap li.child {
  margin-left: 1em;
}

/*  intro
----------------------------------------------- */
.activityList {
  padding: 0 10px;
}
.activityList li {
  margin-bottom: 0.5em;
}
.activityList span {
  font-size: 13px;
  color: green;
  display: block;
  margin-bottom: 0.2em;
}

/*  action/bosaishi
----------------------------------------------- */
#contents dl.qa {
  background: #FFF;
  padding: 10px 2%;
}
#contents dl.qa dt {
  color: #A84433;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 17px;
  border-bottom: dotted 1px #D3D3D3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#contents dl.qa dt:before {
  font-family: 'basicicon';
  padding-right: 2px;
  font-weight: normal;
  position: relative;
  content: "\e619";
  font-size: 25px;
  position: relative;
  top: 4px;
}
#contents dl.qa dd span.name {
  font-weight: bold;
  margin-right: 0.8em;
  margin-bottom: 15px;
}
#contents dl.qa dd span.name + p {
  display: inline !important;
}
#contents dl.qa dd p {
  margin: 0.3em 0;
}

.clearBox img.w150 + .qa {
  margin-left: 160px;
}

/* sp */
.actionList a {
  width: 47.8%;
  min-height: 220px;
  margin: 0.9% 0.9% 2%;
  text-align: center;
  display: inline-block;
  background: #FFF;
  padding: 1.5% 10px 15px;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px;
  border: green 1px solid;
  /* box-shadow */
  box-shadow: rgba(196, 196, 196, 0.52941) 0px 3px 2px 1px;
  -webkit-box-shadow: rgba(196, 196, 196, 0.52941) 0px 3px 2px 1px;
  -moz-box-shadow: rgba(196, 196, 196, 0.52941) 0px 3px 2px 1px;
}
.actionList dl {
  position: relative;
}
.actionList dt.img {
  margin: 0 auto 10px;
}
.actionList img {
  max-width: 160px;
  height: auto;
  overflow: hidden;
  border-radius: 160px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
}
.actionList img:hover {
  opacity: 1;
}
.actionList a:hover {
  background: #FFF7F7;
}
.actionList dd.title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.2em;
  text-align: left;
  line-height: 1.4;
}
.actionList dd.name {
  text-align: right;
  font-size: 90%;
}
.actionList dd.area {
  position: absolute;
  top: -18px;
  left: -13px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #505050;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}
.actionList dd.area span {
  padding: 0.4em 1.2em;
}
.actionList dd.area span.hokkaido {
  background: #36AEC7;
  color: #FFF;
}
.actionList dd.area span.tohoku {
  background: #1EB384;
  color: #FFF;
}
.actionList dd.area span.kanto {
  background: #86C358;
}
.actionList dd.area span.tokyo {
  background: #C7DC74;
}
.actionList dd.area span.shinetsu {
  background: #90A3CE;
}
.actionList dd.area span.hokuriku {
  background: #B59FCB;
}
.actionList dd.area span.tokai {
  background: #EFD850;
}
.actionList dd.area span.kinki {
  background: #F5B443;
}
.actionList dd.area span.chugoku {
  background: #EE7332;
  color: #FFF;
}
.actionList dd.area span.shikoku {
  background: #EB6460;
  color: #FFF;
}
.actionList dd.area span.kyushu {
  background: #AC622A;
  color: #FFF;
}
.actionList dd.area span.okinawa {
  background: #F094B6;
}

.total {
  text-align: right;
  background: #FFF;
  padding: 15px 1em 10px;
  display: inline;
}
.total span.num {
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}

.map_bosaishi {
  position: relative;
}
.map_bosaishi ul li {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  text-align: center;
  position: absolute;
  padding: 0.4em;
  height: 84px;
  width: 84px;
}
.map_bosaishi ul li span {
  display: block;
}
.map_bosaishi ul li span.name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.map_bosaishi ul li span.number {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
}
.map_bosaishi ul li span.support {
  font-size: 13px;
  font-weight: bold;
  margin-top: 2px;
}
.map_bosaishi ul li.hokkaido {
  top: 4%;
  right: 18%;
  border: #36AEC7 2px solid;
}
.map_bosaishi ul li.tohoku {
  top: 33%;
  right: 18%;
  border: #1EB384 2px solid;
}
.map_bosaishi ul li.kanto {
  top: 60%;
  right: 15%;
  border: #86C358 2px solid;
}
.map_bosaishi ul li.tokyo {
  top: 72%;
  right: 25%;
  border: #C7DC74 2px solid;
}
.map_bosaishi ul li.shinetsu {
  top: 45%;
  right: 30%;
  border: #90A3CE 2px solid;
}
.map_bosaishi ul li.hokuriku {
  top: 48%;
  right: 41%;
  border: #B59FCB 2px solid;
}
.map_bosaishi ul li.tokai {
  top: 73%;
  right: 38%;
  border: #EFD850 2px solid;
}
.map_bosaishi ul li.kinki {
  top: 63%;
  left: 37%;
  border: #F5B443 2px solid;
}
.map_bosaishi ul li.chugoku {
  top: 55%;
  left: 25%;
  border: #EE7332 2px solid;
}
.map_bosaishi ul li.shikoku {
  top: 78%;
  left: 25%;
  border: #EB6460 2px solid;
}
.map_bosaishi ul li.kyushu {
  top: 60%;
  left: 10%;
  border: #AC622A 2px solid;
}
.map_bosaishi ul li.okinawa {
  top: 15%;
  left: 20%;
  border: #F094B6 2px solid;
}


/*  link
----------------------------------------------- */
.linkList ul li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.linkList ul li img {
  max-width: 170px;
}
.linkList ul li div {
  display: table-cell;
  vertical-align: middle;
}
.linkList ul li div.bnr {
  margin-right: 10px;
  width: 170px;
}
.linkList ul li .title {
  padding-left: 10px;
}

-------------------------------------------------------
  Script 
--------------------------------------------------------- */
/* drwer menu */
.naver {
  margin: 0;
}

.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}

.naver-handle {
  background: green;
  color: #FFF;
  cursor: pointer;
  display: none;
  top: 0;
  right: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.naver-handle:after {
  position: absolute;
  left: 20%;
  top: 20%;
  color: #FFF;
  font-family: 'basicicon';
  content: "\e61e";
}

.naver.open .naver-handle:after {
  color: #FFF;
  font-family: 'basicicon';
  content: "\e618";
}

.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* animation */
.naver.open .naver-wrapper {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.naver.enabled .naver-handle {
  display: block;
}

.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}

.naver.enabled .naver-container {
  height: auto;
}

/*20190619*/
.box-inner{
display: inline-block;
margin-right: 20px;
margin-bottom: 20px;
}
.box-inner span{
color: green;
font-weight: bold;
}

.box-inner label:has(input[type="checkbox"]), .box-inner label:has(input[type="radio"]) {
  margin-right: 1rem;
  margin-bottom: 10px;
}

button{
cursor: pointer;
}

caption{
text-align: left;
}

/* .resultArea{
margin-top: -30px;
} */

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.sizeDate{
width: 80px;
}

/*ステータス*/
.c01{/*新規*/
background-color:#669D09;
color: #FFF;
padding: 3px;
font-weight: bold;
}
.c02{/*内容修正*/
background-color:#00698C;
color: #FFF;
padding: 3px;
font-weight: bold;
}
.c03{/*公開停止*/
background-color:#FF5C26;
color: #FFF;
padding: 3px;
font-weight: bold;
}
.c04{/*差し戻し*/
background-color:#FB5396;
color: #FFF;
padding: 3px;
font-weight: bold;
}
.c05{/*公開*/
background-color:#2196ED;
color: #FFF;
padding: 3px;
font-weight: bold;
}
.c06{/*非公開*/
background-color:#878787;
color: #FFF;
padding: 3px;
font-weight: bold;
}
/*end ステータス*/

em{
display:block;
color: #CC0000;
border: 1px solid #CC0000;
}

/*20190712追記*/

.err{
 color: #C00;
 background-color: #F8D8D8;
 display: block;
 text-align: center;
 padding: 2px;
 margin-bottom: 15px;
}
div.err ul li{
margin: 0;
}
input.cancel{
background-color: #DDD !important;
color: #666;
}
input.del{
background-color:#C43B48 !important;
}

.table-scroll-wrapper {
  margin-bottom: 15px;
}

/* loading */
/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  padding: 8px;
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #008000;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}

.inner-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px;
}

.img-box {
  width: 150px;
}

.img-box img {
  width: 100%;
  height: auto;
}

.text-box {
  width: calc(100% - 150px);
}

.text-box P {
  margin-bottom: 10px;
}


@media (max-width: 1024px) {

}

@media (max-width: 768px) {
  .spDisp {
    display: block;
  }
  
  .pcDisp {
    display: none;
  }

  ul li {
    margin: 16px 0;
  }

  header .logoset {
    display: block;
  }

  header .set {
    text-align: right;
  }

  header .set > a {
    margin-top: 0;
    margin-bottom: 10px;

  }
  #contents .box2 {
    width: 90%;
  }
  .box2 .login {
    text-align: center;
    margin: 10px auto;
  }
  .table-scroll-wrapper {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
    padding-top: 25px;
  }

  /* スクロールアイコンの表示 */
  .table-scroll-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/icon_swipe.svg') no-repeat center;
    width: 24px;
    height: 24px;
    filter: invert(26%) sepia(8%) saturate(14%) hue-rotate(24deg) brightness(95%) contrast(91%);
  }

  .table-scroll-wrapper::after {
    content: "横にスクロールできます";
    position: absolute;
    top: 2px;
    left: 25px;
    color: #454545;
    font-size: 14px;
  }

  /* テーブル自体の調整 */
  table.basic {
    width: 100%;
    min-width: 800px;  /* テーブルの最小幅を設定 */
  }

  .basic td {
    padding: 8px 2px;
  }

  table.data colgroup {
    display: none;
  }

  table.data,
  table.data tbody,
  table.data tr,
  table.data th,
  table.data td {
    display: block;
  }

  table.data, table.data_noRwd {
    border-bottom: none;
  }
  table.data th, table.data_noRwd th {
    text-align: left;
    border-left: none;
    border-right: none;
  }

  table.data td, table.data_noRwd td {
    border-right: none;
  }
  .box-inner label:has(input[type="checkbox"]), .box-inner label:has(input[type="radio"]) {
    display: block;
  }
  .form-flex {
    display: flex;
    flex-direction: column;
  }
  .box-inner span {
    margin-bottom: 10px;
    display: block;
  }
  .t-label-sp {
    margin-bottom: 10px;
    margin-right: 8px;
  }
  
  .t-label-sp label {
    display: inline-block;
    margin-bottom: 10px;
  }

  .t-label-sp br {
    display: none;
  }
  .sizeHalf, .sizeMiddle {
    padding: 6px;
  }

  #div_pref br {
    display: none;
  }
  #div_pref label {
    margin-bottom: 10px;
    margin-right: 8px;
    display: inline-block;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
  .box2 .login {
    text-align: left;
    width: 100%;
  }
  .sizeHalf, .sizeMiddle {
    display: block;
    width: 100%;
  }
  .btn-loginArea button {
    width: 100%;
  }
  .box-inner span {
    display: block;
  }
  .box-inner span {
    margin-bottom: 10px;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .btnArea > input[type="button"] {
    margin-bottom: 10px;
  }
}