/*
Theme Name: higaisha_theme2025
Theme URI: http://www.vsc-fukushima.net/
Description: 公益社団法人ふくしま被害者支援センター
Author: 公益社団法人ふくしま被害者支援センター
*/

@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* @group Common ======================================================== */

/*　リセットCSS
--------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

a {
  color: #333333;
	text-decoration : none;
	border: none;
	outline: none;
}

img {
  border-style:none;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
a img {
  border-style:none;
}
ul, ol {
	list-style : none;
	margin: 0;
	padding: 0;
}

hr {
	display:block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px dashed #cccccc; 
}

/* @end */

/* @group HTML */
html,body{
    width: 100%;
}
html {
	font-family: 'Noto Sans Japanese', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
	font-size : 1em;
	line-height: 150%;
	color: #333333;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size-adjust: none;
	-webkit-font-size-adjust: none;
}
/* @end */

/* @group color font float */
.fw {
	font-weight: 700 !important;
}

.fw_n {
	font-weight: 100 !important;
}

.bold {
	font-weight: bold;
}

.tx_r {
	text-align: right !important;
	display: block;
}

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

.tx_l {
	text-align: left !important;
}

.f_small {
	font-size: 75% !important;
}

.f_midsmall {
	font-size: 80% !important;
}

.f_mid {
	font-size: 100% !important;
}

.f_midmid {
	font-size: 113% !important;
}

.f_large {
	font-size: 160% !important;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.bloc {
	display: block;
}

/* @end */

/* @group clear */

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

* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.cle {
	clear: both;
}
/* @end */


/*　ベースカラー
--------------------------------------------- */
/* センター（青） */
.color_blue {
  color: #005bab;
}
.bgcolor_blue {
  background-color: #005bab;
}
/* 相談・支援内容（濃いピンク） */
.color_pink {
  color: #d83939;
}
.bgcolor_pink {
  background-color: #d83939;
}
/* 被害にあうと */
.color_orange {
  color: #ec7820;
}
.bgcolor_orange {
  background-color: #ec7820;
}
/* 支援のお願い */
.color_green {
  color: #519b40;
}
.bgcolor_green {
  background-color: #519b40;
}
/* お問い合わせ */
.color_lightblue {
  color: #65B8ED;
}
.bgcolor_lightblue {
  background-color: #65B8ED;
}
.tx_red {
  color: #D22932;
}



/* @group 1024px PC ===================================================================================== */
@media print, screen and (min-width : 767px) {
.smp {
  display: none !important;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 ;
  filter: alpha(opacity=100) ; /* Ie用 */
  -webkit-transition: 0s ;
  transition: 0s ;
}

a:hover, a p:hover, a img:hover, a li:hover, a div:hover {
  opacity: 0.8 ;
  filter: alpha(opacity=80) ; /* Ie用 */
  -webkit-transition: 0.6s ;
  transition: 0.6s ;
}

#font p {
  color: #ffffff;
  background-color: #604c3f;
  width: 100px;
  height: 46px;
  line-height: 40px;
  float: left;
  border-radius: 0 0 0 6px;
  display: table-cell;
  text-align:center;
  vertical-align:middle;
}
#font ul {
    margin-bottom: 2em;
    background-color: #E9C129;
    height: 46px;
    border-radius: 0 0 6px 0;
    margin-right: 10px;
    padding: 6px 0 0 6px;
    float: left;
}
#font li {
   float:left;
   list-style:none;
   margin-right:5px;
   padding:5px;
   color:#604c3f;;
   font-size:20x;
   line-height:1.0;
   background:#ffffff;
   border: 3px solid #cccccc;
   border-radius: 100%;
   cursor:pointer;
}

#font li.active {
  background-color: #604c3f;
  color: #ffffff;
  border-color: #604c3f;
}




/*　文字基本
--------------------------------------------- */
h1 {
  color: #333333;
  font-size: 160%;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
h2 {
  font-weight: normal;
  font-size: 130%;
  line-height: 1.6em;
}
h3 {
  font-weight: normal;
  font-size: 110%;
  margin-bottom: 1em;
}
p {
  font-size: 95%;
  color: #333333;
  line-height: 1.4em;
}
.page .content_right p,
.page .content_in p,
.single .content_right p,
.single .content_in p {
  margin-bottom: 1em;
  line-height: 1.8em;
  color: #5d5d5d;
  padding: 0 1%;
}


/*　文字装飾
--------------------------------------------- */
.gray_under {
  border-bottom: 1px #cccccc dotted;
}
.gray_top {
  border-top: 1px #cccccc dotted;
}


/*　行間
--------------------------------------------- */
.mt1 { margin-top: 1em; }
.mt05 {margin-top: 0.5em;}
.mt2 { margin-top: 2em; }
.mt3 { margin-top: 3em; }
.mb1 { margin-bottom: 1em; }
.mb05 { margin-bottom: 0.5em; }
.mb2 { margin-bottom: 2em; }
.mb3 { margin-bottom: 3em; }
.mr1 { margin-right: 1em; }
.mr2 { margin-right: 2em; }
.mr3 { margin-right: 3em; }
.ml1 { margin-left: 1em; }
.ml2 { margin-left: 2em; }
.ml3 { margin-left: 3em; }
.pt1 { padding-top: 1em; }
.pt2 { padding-top: 2em; }
.pt3 { padding-top: 3em; }
.pb1 { padding-bottom: 1em; }
.pb2 { padding-bottom: 2em; }
.pb3 { padding-bottom: 3em; }
.pr1 { padding-right: 1em; }
.pr2 { padding-right: 2em; }
.pr3 { padding-right: 3em; }
.pl1 { padding-left: 1em; }
.pl2 { padding-left: 2em; }
.pl3 { padding-left: 3em; }


/*　幅と枠
--------------------------------------------- */
.w_1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.w_980 {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
.content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}
.content2 {
  width: 1200px;
  margin: 0 auto;
}
.sidebar {
  width: 400px;
  float: left;
}
.sidebar2 {
  width: 380px;
  padding-right: 20px;
  float: left;
}
.content_right {
  width: 780px;
  margin-left: 20px;
  float: left;
}
.top_right {
  width: 750px;
  float: left;
  margin-left: 50px;
}
.gray_wrap {
  border: 2px solid #d2d2d2;
  border-radius: 10px;
  padding: 15px;
}
.gray_wrap2 {
  border: 2px solid #cccccc;
  border-radius: 6px;
  padding: 1.5%; 
}
.width_50 {
  width: 50%;
}
.width_48 {
  width: 48%;
}


/*　リンクボタン
--------------------------------------------- */
.linkbutton:before {
  content: " ";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 0.25em;
  margin-top: -0.25em;
  background: url(img/arrow_white.png);  
  background-size: contain;
  vertical-align: middle;
}
.linkbutton {
  color: #ffffff;
  padding: 10px 10px 10px 20px;
  font-size: 110%;
  border-radius: 8px;
  text-align: left !important;
  -moz-box-shadow: 1px 2px 2px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 2px 2px rgba(000,000,000,0.3);

}


/*　ヘッダー・メニュー
--------------------------------------------- */

.home #header {
  background: url("img/back_header.jpg");
  height: 100%;
  background-repeat: repeat-y;
  background-position: center bottom;
  padding-bottom: 2em;
  border-bottom: solid 10px #e1de7c;
}
.page #header,
.single #header,
.category #header {
  background: url("img/back_header2.jpg");
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

/* サブナビ */
.sub_nav {
  background-color: #604c3f;
  text-align: right;
}
.sub_nav ul {
  padding: 0.2% 0;
  float: right;
}
.sub_nav ul li {
  color: #ffffff;
  float: left;
  margin-right: 0.5em;
  font-size: 90%;
}
.sub_nav ul li:before {
  content: url("img/arrow_subnav.png");
  vertical-align: middle;
  margin-right: 0.2em;
}
.sub_nav ul li a {
  color: #ffffff;
}

/* ナビ */
.main_nav {
  font-family: 'Noto Sans Japanese', serif;
  /*border: 1px solid #ccc;*/
  padding: 0.5em 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px -2px rgba(102,102,102,0.58);
  -moz-box-shadow: 0px 3px 10px -2px rgba(102,102,102,0.58);
  box-shadow: 0px 3px 10px -2px rgba(102,102,102,0.58);
}
.main_nav .logo {
  width: 42%;
  padding: 16px 0 0 10px;
}
.main_nav ul {
  float: right;
}
.main_nav ul li {
  float: left;
  display: block;
  width: 110px;
  padding: 5px 10px;
  border-left: 1px solid #cccccc;
}
.main_nav ul li img {
  width: 100%;
}


/*　フッター
--------------------------------------------- */
#footer {
  padding-top: 3em;
}
.home #footer .footer_inner {
  background: url("img/back_footer.jpg");
  height: 100%;
  background-repeat: repeat-y;
  background-position: center bottom;
  margin-top: 3em;
}

#footer .footer_inner .content,
#footer .footer_inner .content2 {
  position: relative;
}
.page_top {
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .gray_wrap {
  background-color: #ffffff;
}
.footer_sitemap {
  color: #ffffff;
  background-color: #604c3f;
}
.footer_sitemap ul {
  width: 17%;
  float: left;
}
.footer_sitemap ul a {
  color: #ffffff;
}
.site_info {
  width: 28%;
  background-color: #ffffff;
  float: right;
  padding: 10px;
}
.site_info p {
  font-size: 80%;
  color: #666666;
  border-top: 1px solid #999999;
  padding-top: 0.5em;
}
.copyright {
  text-align: center;
  padding: 1% 0;
  color: #604c3f;
}


/*　各ページ見出し-共通設定
--------------------------------------------- */
h1.h1_center {
  font-size: 180%;
  border-bottom: 1px #005bab solid;
}
h1.h1_center:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_center.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_news {
  font-size: 180%;
  border-bottom: 1px #005bab solid;
}
h1.h1_news:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_news.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_shien {
  font-size: 180%;
  border-bottom: 1px #d83939 solid;
}
h1.h1_shien:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_soudan.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_higai {
  font-size: 180%;
  border-bottom: 1px #ec7820 solid;
}
h1.h1_higai:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_higai.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_kifu {
  font-size: 180%;
  border-bottom: 1px #519b40 solid;
}
h1.h1_kifu:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_shien.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_contact {
  font-size: 180%;
  border-bottom: 1px #65B8ED solid;
}
h1.h1_contact:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_contact.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.page h2,
.single h2 {
  position: relative;
  color: #ffffff;
  padding: 0.5em;
  border-radius: 6px;
  margin-bottom: 1em;
}
.page h3,
.single h3 {
  border: 2px solid #cccccc;
  border-radius: 6px;
  padding: 0.5em; 
}
h3.arrow_blue:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_blue.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
h3.arrow_pink:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_pink.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
h3.arrow_orange:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_orange.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
h3.arrow_green:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_green.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


/*　ul装飾
--------------------------------------------- */
ul.simple_ul {
  width: 98%;
  margin: 0 auto;
}
.simple_ul li {
  line-height: 1.8em;
  color: #5d5d5d;
  padding: 1%;
  border-bottom: 1px #cccccc dotted;
}
ul.simple_ul_gray {
  width: 97%;
  margin: 0 auto;
  background-color: #EFEFEF;
  padding: 1.5%;
  border-radius: 6px;
}
.simple_ul_gray li {
  line-height: 1.8em;
  color: #5d5d5d;
  padding: 1%;
  border-bottom: 1px #cccccc dotted;
}
.simple_ul_gray li span {
  margin-right: 1em;
}
table.enkaku_table {
  width: 98%;
  margin: 0 auto;
}
.enkaku_table th,
.enkaku_table td {
  border: 0;
  border-bottom:1px dotted #cccccc;
  border-collapse: collapse;
  line-height: 1.8em;
  color: #5d5d5d;
  padding: 1%;
  border-bottom: 1px #cccccc dotted;
}

/*　トップページ
--------------------------------------------- */

/* センターについて */
.top_center {
  width: 90%;
  margin: 2em auto;
}
.top_center h1:before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 47px;
  margin-right: 0.25em;
  background: url(img/mark_center.png); 
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.top_pickup {
    margin-bottom: 2rem;
}
.top_pickup h1:before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 47px;
  margin-right: 0.25em;
  background: url(img/mark_pickup.png); 
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.top_pickup p span {
    color: #F36969;
    padding-top: 0.5em;
    margin-right: 0.5em;
}
.fukushima_sora {
    position: relative;/*
    width: 100%;*/
    padding: 10px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #cccccc;
    border-bottom-right-radius: 60px 5px;
    -webkit-box-shadow: inset -20px -20px 5px -20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset -20px -20px 5px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -20px -20px 5px -20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.fukushima_sora:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.sora_img {
  position: relative;
  width: 30%;
  height: auto;
  line-height: 0;
  margin-right: 0.5em;
}
.sora_img p {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 0.2em 0;
}
.sora_number {
  position: absolute;
  bottom: 0;
}
.sora_date {
  color: #F36969;
  padding-top: 0.5em;
}
.katsudo_date {
  color: #66ccff;
  padding-top: 0.5em;
}
.sora_date:before, .katsudo_date:before {
  content: "\25B6";
  margin-right: 0.25em;
  font-size: 80%;
}
.sora_title {
  font-size: 140%;
}

/* ご相談・支援について */
.top_soudan {
  margin-bottom: 1em;
}
.top_soudan h1:before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 47px;
  margin-right: 0.25em;
  background: url(img/mark_soudan.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.contact-phone h2.top_soudan1 {
  position: relative;
  color: #ffffff;
  padding: 2%;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  border-radius: 4px;
}
.contact-phone h2.top_soudan1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #d83939;
}
.contact-phone p.color_pink {
  font-weight: normal;
  font-size: 110%;
  margin-bottom: 1em;
}
.top_soudan ul.ul_soudan {
  display: flex;
  flex-wrap: wrap;
}
.top_soudan ul.ul_soudan li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  text-align: center;
  overflow: hidden;
  border-bottom: 0;
}
.top_soudan ul.ul_soudan li a {
  display: block;
}
.top_soudan ul.ul_soudan li:last-child {
  margin-right: 0;
}
.top_soudan ul.ul_soudan li p {
  text-align: left;
  font-size: 90%;
  margin-top: 1em;
}
h2.top_soudan2 {
  font-size: 110%;
  text-align: center;
  position: relative;
  color: #ffffff;
  padding: 6%;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  border-radius: 4px;
}
h2.top_soudan2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 75px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #d83939;
}

/* 被害にあうと */
.top_higai h1:before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 47px;
  margin-right: 0.25em;
  background: url(img/mark_higai.png);  
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.top_higai h2 {
  position: relative;
  color: #ffffff;
  padding: 2%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 4px;
}
.top_higai h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #ec7820;
}
.top_higai .fl_l {
  width: 35%;
  margin-right: 20px;
}
.higaisha_shuki p {
  color: #666666;
}
.higaisha_shuki {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    position: relative;
    /*width: 100%;*/
    padding: 10px;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom-right-radius: 60px 5px;
    -webkit-box-shadow: inset -20px -20px 5px -20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset -20px -20px 5px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -20px -20px 5px -20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.higaisha_shuki:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.higaisha_shuki .shuki_title {
  font-size: 110%;
  background-image: url(img/higai_shuki_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.shuki_bassui {
  font-size: 90%;
}
.higaisha_shuki .tx_r {
  font-size: 80%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.higaisha_shuki .tx_r:before {
  content: "\25B6";
  margin-right: 0.5em;
  font-size: 80%;
  color: #99cc33;
}
.top_higai ul li {
  width: 44.4%;
  float: left;
  margin: 1%;
}
.top_higai ul li.arrow_orange:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.25em;
  margin-top: -2px;
  background: url(img/arrow_orange.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.top_higai ul li.arrow_pink:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.25em;
  margin-top: -2px;
  background: url(img/arrow_pink.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* 被害者支援活動 ご協力のお願い */
.top_shien {
  margin-top: 2em;
}
.top_shien h1:before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 47px;
  margin-right: 0.25em;
  background: url(img/mark_shien.png);  
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.top_shien .tx_c img {
  width: 48%;
  height: 48%;
}

/* 新着情報 */
.top_news {
  margin-bottom: 3em;
}
.top_news h1:before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 47px;
  margin-right: 0.25em;
  background: url(img/mark_news.png);  
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.top_news span {
  color: #F36969;
  padding-top: 0.5em;
  margin-right: 0.5em;
}
.top_news span:before {
  content: "\25B6";
  margin-right: 0.25em;
  font-size: 80%;
}


/*　センターについて ページ
--------------------------------------------- */
.page p.linkbutton {
  position: relative;
}
.activepage p.linkbutton:after {
  content: "";
  position: absolute;
  top: 25%;
  right: -20px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-left: 10px solid #005bab;
}
.page-template-page_center dl {
  width: 95%;
  margin: 0 auto 1em auto;
  padding-bottom: 1em;
  border-bottom: 1px dotted #cccccc;
}
.page-template-page_center dl dt {
  clear: both;
  color: #ffffff;
  background-color: #65b8ed;
  border-radius: 4px;
  padding: 0.5% 1%;
  width: 10%;
  float: left;
  text-align: center;
}
.page-template-page_center dl dd {
  padding: 0.5% 1%;
  margin-left: 14%;
}
.page-template-page_center dl dd span {
  width: 20%;
  display: inline-block;
}
ul.ul_access, ul.ul_link {
  width: 98%;
  margin: 0 auto 2em auto;
}
.ul_access li, .ul_link li {
  line-height: 1.8em;
  color: #5d5d5d;
  padding: 1%;
  border-bottom: 1px #cccccc dotted;
}
.ul_access li span {
  border-left: 5px solid #005bab;
  padding-left: 5px;
  display: inline-block;
  width: 30%;
}
.ul_link li:before {
  content: "»";
  color: #005bab;
  margin-right: 5px;
  font-size: 130%;
}


/*　相談・支援　ページ
--------------------------------------------- */
.soudan_box {
  width: 48%;
  padding: 0 1%;
  float: left;
}
.soudan_box2 {
  clear: both;
  padding: 0 1%;
  float: left;
}
.soudan_box figure, .soudan_box2 figure {
  width: 120px;
  height: 120px;
  border: 2px solid #cccccc;
  border-radius: 5px;
  padding: 4% 2% 1% 2%;
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
  vertical-align: middle;
  display:table;
}
ul.ul_soudan {
  width: 98%;
  margin: 0 auto 2em auto;
}
.ul_soudan li {
  line-height: 1.8em;
  color: #5d5d5d;
  border-bottom: 1px #cccccc dotted;
}
.ul_soudan li span {
  border-left: 5px solid #d83939;
  padding-left: 5px;
}


/*　SACRAふくしま　ページ
--------------------------------------------- */
.sakura_table_title {
  margin-bottom: 0.3em !important;
  font-size: 110%;
}
.sakura_table_title span {
  color: #ffffff;
  background-color: #d83939;
  padding: 0.5em;
  border-radius: 6px 6px 0 0;
  margin-bottom: 1em;
}
.sakura_table_title span:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -0.25em;
  background: url(img/arrow_white.png);
  background-size: contain;
  vertical-align: middle;
}
.sacra_tab {
  border-collapse: collapse;
  border: 1px solid #aaaaaa;
  font-size: 95%;
  color: #5d5d5d;
  margin-bottom: 2em;
}
.td_last {
  border-top: none !important;
  border-bottom: 1px solid #aaaaaa !important;
  border-right: none !important;
  border-left: none !important;
}
.tr_back:nth-child(2n+1) {
    background: #f5f5f5;
}
.tr_back2:nth-child(2n) {
    background: #f5f5f5;
}
.sacra_tab th {
  background-color: #EA6058;
  color: #ffffff;
  padding: 8px;
  font-weight: normal;
  border: 1px solid #ffffff;
}
.sacra_tab .th1 {
  width: 25%;
}
.sacra_tab .th2 {
  width: 20%;
}

.sacra_tab td {
  padding:4px;
  border-right: 1px solid #aaaaaa;
}

.clinic_name {
  color: #EA6058;
}
.docter_name {
  font-size: 80%;
  text-align: right;
}
.clinic_tel {
  color: #ffffff;
  background-color: #EA6058;
  padding: 0 4px;
  margin-right: 5px;
  border-radius: 4px;
}
.clinic_time {
  width: 8%;
  margin-right: 5px;
  border: none !important;
}
.clinic_time p, .td_last p {
  color: #996633;
  background-color: #FEF0A1;
  padding: 0 4px;
  margin: 0 !important;
  text-align: center;
  border-radius: 4px;
}
.clinic_time2 {
  width: 10%;
  border: none !important;
}


/*　被害にあうとページ
--------------------------------------------- */
ul#menu_tab {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  list-style: none;
}
ul#menu_tab li {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 20px 14px 20px;
  width: 538px;
  background-color: #DCDDDD;
  border: 6px solid #DCDDDD;
  border-bottom: none !important;
  border-radius: 10px 10px 0 0;
  float: left;
  margin-right: 10px;
}
/*ul#menu_tab li:first-child {
  margin-right: 20px;
}*/
ul#menu_tab li:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
ul#menu_tab li:hover {
  opacity: 0.5 ;
  filter: alpha(opacity=50) ; /* Ie用 */
  -webkit-transition: 0.6s ;
  -moz-transition: 0.6s ;
  transition: 0.6s ;
}
ul#menu_tab li.active {
  position: relative;
  background-color: #ffffff;
}
div.tabContent {
    clear: both;
    border: 6px solid #DCDDDD;
    display: none;
    padding: 3% 1%;
    margin-top: -6px;
    margin-bottom: 2em;
}
div.active {
    display: block;
}

.kokoro_ul {
  padding-left: 1%;
  margin-bottom: 1.5em;
}
.kokoro_ul li {
  width: 32%;
  padding: 0.5%;
  float: left;
}
.kokoro_ul li p {
  padding: 0 !important;
}
.kokoro_ul li:first-child p span {
  border-bottom: 1px solid #e896a1;
}
.kokoro_ul li:nth-child(2) p span {
  border-bottom: 1px solid #A6C49B;
}
.kokoro_ul li:last-child p span {
  border-bottom: 1px solid #ACD7E5;
}
.tabContent .linkbutton {
  width: 30%;
  float: right;
  margin-right: 1%;
  padding: 1% !important;
  color: #ffffff !important;
}


/*　被害者の手記
--------------------------------------------- */
.page-template-page_shuki .sidebar,
.single-higaisya_shuki_post .sidebar {
  width: 300px !important;
  margin-top: 2em;
}
.page-template-page_shuki .content_right,
.single-higaisya_shuki_post .content_right {
  width: 880px !important;
  margin-left: 20px !important;
  margin-top: 2em;
}
.page-template-page_shuki .sidebar h3,
.single-higaisya_shuki_post .sidebar h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: none !important;
  font-size: 120%;
  color: #5d5d5d;
  background-image: url(img/higai_shuki_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0 !important;
}
.page-template-page_shuki .content_right h3,
.single-higaisya_shuki_post .content_right h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: none !important;
  font-size: 140%;
  color: #5d5d5d;
  background-image: url(img/higai_shuki_title2.png);
  width: 60%;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-page_shuki .shuki_list,
.page-template-page_shuki .shuki_content,
.single-higaisya_shuki_post .shuki_list,
.single-higaisya_shuki_post .shuki_content {
  border: 1px solid #cccccc;
  margin-bottom: 1em;
  padding: 2% 3%;
}
.shuki_list .f_midsmall {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page-template-page_shuki .shuki_content p.shuki_honbun,
.single-higaisya_shuki_post .shuki_content p.shuki_honbun {
  background-image: url(img/p_higaishuki_note.png);
  line-height: 25px !important;
  margin-bottom: 2em;
}
.page-template-page_shuki .shuki_content:before,
.single-higaisya_shuki_post .shuki_content:before {
  content: " ";
  display: inline-block;
  width: 140px;
  height: 49px;
  margin-top: -60px;
  margin-left: 350px;
  background: url(img/p_higaishuki_tape.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


/*　捜査から裁判まで
--------------------------------------------- */
.ul_saiban1 {
  background-color: #FFE0E9;
  padding: 1%;
  margin-bottom: 2.5em;
}
.ul_saiban2 {
  background-color: #D3E9D5;
  padding: 1%;
  margin-bottom: 2.5em;
}
.ul_saiban3 {
  background-color: #B9E2F9;
  padding: 1%;
  margin-bottom: 2.5em;
}
.ul_saiban1 ul,
.ul_saiban2 ul,
.ul_saiban3 ul {
  background-color: rgba(255,255,255,0.8);
  padding: 1%;
  border-radius: 6px;
}
.ul_saiban1 h2 span {
  color: #d83939;
  border-left: 6px solid #d83939;
  padding-left: 6px;
}
.ul_saiban2 h2 span {
  color: #519b40;
  border-left: 6px solid #519b40;
  padding-left: 6px;
}
.ul_saiban3 h2 span {
  color: #005bab;
  border-left: 6px solid #005bab;
  padding-left: 6px;
}
.ul_saiban1 ul li h3,
.ul_saiban2 ul li h3,
.ul_saiban3 ul li h3 {
  background-color: #ffffff;
 }
.ul_saiban1 ul li,
.ul_saiban2 ul li,
.ul_saiban3 ul li {
width: 48%;
float: left;
margin: 0 1% 1% 1%;
}
ul.saiban_shien {
  margin-bottom: 1em;
}
ul.saiban_shien li {
  width: 28.5%;
  float: left;
  border: 10px solid #e6e6e6;
  padding: 1%;
  margin: 0.5%;
  color: #5d5d5d;
  font-size: 95%;
}
ul.saiban_shien li h4 {
  font-size: 110%;
  font-weight: normal;
  text-align: center;
  color: #333333;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/*　支援のお願い
--------------------------------------------- */
.page-template-page_kifu .content_in ul.ul_kifu {
  margin-top: 2em;
}
.page-template-page_kifu .content_in ul.ul_kifu > li {
  width: 32%;
  margin: 0 0.5%;
  float: left;
}
.page-template-page_kifu table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}
.page-template-page_kifu table td {
  border: 1px solid #cccccc;
  padding: 1%;
  text-align: center;
  color: #5d5d5d;
}


/*　自販機設置のお願い
--------------------------------------------- */
.page-template-page_jihanki h2.none-submenu {
  margin-top: 2em !important;
}
.ul_jihanki_wrap  {
  background-color: #D3E9D5;
  width: 95%;
  margin: 0 auto;
  padding: 10px;
}
.ul_jihanki  {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 6px;
}
.ul_jihanki li {
    display: inline-block;
    width: 48%;
    float: left;
    line-height: 1.8em;
    color: #5d5d5d;
    padding: 1%;
}
.ul_jihanki li span,
.ul_jihanki_vender li span {
    border-left: 5px solid #519b40;
    padding-left: 5px;
}
.ul_jihanki_vender li {
    display: inline-block;
    width: 29%;
    float: left;
    margin: 0 1%;
    line-height: 1.8em;
    color: #5d5d5d;
    padding: 1%;
    border-bottom: 1px #cccccc dotted;
}


/*　お問い合わせ
--------------------------------------------- */
.page-template-page_contact .content_in ul.ul_contact {
  margin: 2em 0;
}
.page-template-page_contact .content_in ul.ul_contact > li {
  float: left;
}
.page-template-page_contact .content_in ul.ul_contact > li:first-child {
  width: 64%;
  margin: 0 0.5%;
}
.page-template-page_contact .content_in ul.ul_contact > li:last-child {
  width: 35%;
}
.page-template-page_contact .content_in figure {
  width: 40%;
  float: left;
  padding: 0 1%;
  margin-right: 1%;
  margin-bottom: 1em;
}
.page-template-page_contact .content_in .gray_under {
  width: 53%;
  float: left;
  padding-bottom: 2em;
}
.page-template-page_contact .content_in span.smp_br {
  color: #ffffff;
  background-color: #005bab;
  margin-right: 0.5em;
  padding: 0 1%;
  border-radius: 3px;
}


/*　新着情報・個別記事ページ
--------------------------------------------- */
.single_page a {
  color: #005bab;
}
.single_page h2 {
  font-weight: normal;
  font-size: 130%;
  line-height: 1.6em;
  padding: 0.5em;
  border-radius: 6px;
  margin-bottom: 1em;
  color: #ffffff;
  background-color: #005bab;
}
.single_page p span {
  color: #F36969;
  padding-top: 0.5em;
  margin-right: 2em;
}
.single_page p span:before {
    content: "\25B6";
    margin-right: 0.25em;
    font-size: 80%;
}
.single_left {
  width: 20%;
  float: left;
}
.single_page .single_right {
  width: 80%;
  float: left;

}
.category-news p {
  line-height: 2em;
}

/*ページネーション*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
    float: right;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #E9C129;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 5px 10px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #005bab;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}




/*　プライバシーポリシー
--------------------------------------------- */
.page-template-page_privacy h1 {
  font-weight: normal;
  font-size: 130%;
  line-height: 1.6em;
  padding: 0.5em;
  border-radius: 6px;
  margin-bottom: 1em;
  color: #ffffff;
  background-color: #EA6058;
}
.page-template-page_privacy h2 {
  font-weight: normal;
  font-size: 110%;
  margin-bottom: 1em;
  border: 2px solid #cccccc;
  color: #333333;
  border-radius: 6px;
  padding: 0.5em;
}
.page-template-page_privacy h2:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_subnav.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


/*　活動報告
--------------------------------------------- */
.timeline h3 {
  border: none !important;
  margin-bottom: 0 !important;
}
.timeline h3 span {
  font-size: 80% !important;
  color: #898989 !important;
}
.timeline p {
  margin-bottom: 0.5em !important;
  padding: 0.5% 1% 0 1% !important;
  line-height: 1.4em !important;
}
.katsudou_kensyu {
  color: #519B40;
}
.katsudou_kensyu:before {
  content: "研　修";
  font-size: 90%;
  color: #ffffff;
  background-color: #519B40;
  padding: 0.2em 0.5em;
  border-radius: 6px;
  margin-right: 5px;
}
.katsudou_kouhou {
  color: #EC7820;
}
.katsudou_kouhou:before {
  content: "広報・啓蒙";
  font-size: 90%;
  color: #ffffff;
  background-color: #EC7820;
  padding: 0.2em 0.5em;
  border-radius: 6px;
  margin-right: 5px;
}
.katsudou_other {
  color: #39A7D8;
}
.katsudou_other:before {
  content: "その他";
  font-size: 90%;
  color: #ffffff;
  background-color: #39A7D8;
  padding: 0.2em 0.5em;
  border-radius: 6px;
  margin-right: 5px;
}
.timeline {
  list-style: none;
}
.timeline li {
  margin-bottom: 2em;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  color: #005bab !important;
  font-size: 110%;
  width: 110px;
  float: left;
  margin-top: 20px;
}
.timeline-content {
  width: 85%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}
.timeline-content:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #005bab;
  position: absolute;
  left: 127px;
  top: 27px;
  border-radius: 100%;
}
.timeline-contentin {
  border: 2px solid #cccccc;
  border-radius: 6px;
  padding: 0.2em;
  margin-bottom: 2em;
}
ul.houkoku_oldlist {
  margin-top: 2em;
  padding-left: 2.5%;
}
ul.houkoku_oldlist li {
  width: 15%;
  margin: 1%;
  padding: 2% 1%;
  float: left;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}
.houkoku_oldlist h4 {
  font-weight: normal;
  font-size: 120%;
}
.houkoku_oldlist h4 span {
  font-size: 80%;
}
.houkoku_oldlist .date {
  color: #39A7D8;
}


/*　ふくしまの空
--------------------------------------------- */
.page-template-page_sora .content .single_page ul  {
  padding-left: 2%;
}
.page-template-page_sora .content .single_page ul li {
  width: 30%;
  float: left;
  margin: 1%;
}
.page-template-page_sora .content .single_page ul li .sora_img p {
  text-align: center;
}

}
/* @end 


/* @group 768px smart phone ===================================================================================== */
@media screen and (max-width : 767px){

.pc {
  display: none !important;
}
body {
-webkit-text-size-adjust: 100%;
}

ul a {
display: block;
}


/*　文字基本
--------------------------------------------- */
h1 {
  color: #333333;
  font-size: 120%;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
h2 {
  font-weight: normal;
  font-size: 110%;
  line-height: 1.6em;
}
h3 {
  font-weight: normal;
  font-size: 100%;
  margin-bottom: 1em;
}
p {
  font-size: 95%;
  color: #333333;
  line-height: 1.4em;
}

.smp_box p,
.page .content_right p,
.page .content_in p,
.single .content_right p,
.single .content_in p {
  margin-bottom: 1em;
  line-height: 1.8em;
  color: #5d5d5d;
  padding: 0 1%;
}
.smp_br:after {
  content: "\A" !important;
  white-space: pre !important;
}


/*　行間
--------------------------------------------- */
.mt1 { margin-top: 1em; }
.mt05 {margin-top: 0.5em;}
.mt2 { margin-top: 2em; }
.mt3 { margin-top: 3em; }
.mb1 { margin-bottom: 1em; }
.mb05 { margin-bottom: 0.5em; }
.mb2 { margin-bottom: 2em; }
.mb3 { margin-bottom: 3em; }
.mr1 { margin-right: 1em; }
.mr2 { margin-right: 2em; }
.mr3 { margin-right: 3em; }
.ml1 { margin-left: 1em; }
.ml2 { margin-left: 2em; }
.ml3 { margin-left: 3em; }
.pt1 { padding-top: 1em; }
.pt2 { padding-top: 2em; }
.pt3 { padding-top: 3em; }
.pb1 { padding-bottom: 1em; }
.pb2 { padding-bottom: 2em; }
.pb3 { padding-bottom: 3em; }
.pr1 { padding-right: 1em; }
.pr2 { padding-right: 2em; }
.pr3 { padding-right: 3em; }
.pl1 { padding-left: 1em; }
.pl2 { padding-left: 2em; }
.pl3 { padding-left: 3em; }


/*　幅と枠
--------------------------------------------- */
.smp_box {
  padding: 3%;
}

.top_right {
  padding: 3%;
}

/*　共通アコーディオン
--------------------------------------------- */
div.acordion h2 {
  color: #ffffff;
  margin-bottom: 0.5em;
  border-radius: 3px;
}
.none-submenu,
.active-submenu {
  padding: 2%;
}
.submenu {
  background-color: #ffffff;
  color: #333333;
  padding: 2% 2% 5% 2%;
}
.none-submenu {
background: url(img/trigger-arrow.png) no-repeat 98% 50%;
background-size: 5%;
display: block;
}
 
.active-submenu {
background: url(img/triggeractive-arrow.png) no-repeat 98% 50%;
background-size: 5%;
display: block;
}
.none-submenu2 {
background: url(img/trigger-arrow2.png) no-repeat 98% 50%;
background-size: 5%;
display: block;
}
 
.active-submenu2 {
background: url(img/triggeractive-arrow2.png) no-repeat 98% 50%;
background-size: 5%;
display: block;
}



/*　メニューナビ 
--------------------------------------------- */
.smp_nav {
  width: 98%;
  padding: 14px 4px;
  top: 0;
  z-index: 2;
  border-bottom: 10px solid #604C3F;
}
ul.drawer-menu li {
  width: 100%;
  height: 50px;
  padding: 3%;
  border-bottom: 1px solid #cccccc;
  background-color: #F9F8F4;
  font-size: 120%;
}
ul.drawer-menu img {
  width: 12%;
  height: auto;
  margin-right: 0.5em;
  float: left;
}
ul.drawer-menu p {
  padding-top: 0.5em;
}

/*　フッター
--------------------------------------------- */
#footer .footer_sitemap {
  background: url("img/back_footer_smp.jpg");
  height: 100%;
  background-repeat: repeat-y;
  background-position: center bottom;
  margin-top: 1em;
  padding: 3%;
  border-bottom: 10px solid #604c3f;
}
.footer_sitemap {
  position: relative;
}

#footer .footer_sitemap .content,
#footer .footer_sitemap .content2 {
  position: relative;
}
.page_top {
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0 !important;
}
#footer .gray_wrap {
  background-color: #ffffff;
}
.footer_sitemap {
  color: #ffffff;
  background-color: #604c3f;
}
.footer_sitemap ul {
  width: 17%;
  float: left;
}
.footer_sitemap ul a {
  color: #ffffff;
}
.site_info {
  width: 85%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 5%;
}
.site_info p {
  font-size: 80%;
  color: #666666;
  border-top: 1px solid #999999;
  padding-top: 0.5em;
}
.copyright {
  text-align: center;
  padding: 1% 0;
  color: #604c3f;
}


/*　各ページ見出し-共通設定
--------------------------------------------- */
h1.h1_center,
h1.h1_news,
h1.h1_shien,
h1.h1_higai,
h1.h1_kifu,
h1.h1_contact  {
  font-size: 140%;
  border-bottom: 1px #cccccc solid;
  background-color: #F9F8F4;
  padding: 2% 2% 1% 2%;
}
h1.h1_center:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_center.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_news:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_news.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_shien:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_soudan.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_higai:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_higai.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_kifu:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_shien.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
h1.h1_contact:before {
  content: " ";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  background: url(img/mark_contact.png);  
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.page h2,
.single h2 {
  position: relative;
  color: #ffffff;
  padding: 0.5em;
  border-radius: 6px;
}
.page h3,
.single h3 {
  border: 2px solid #cccccc;
  border-radius: 6px;
  padding: 0.5em; 
}
h3.arrow_blue:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_blue.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
h3.arrow_pink:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_pink.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
h3.arrow_orange:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_orange.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
h3.arrow_green:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  margin-top: -5px;
  background: url(img/arrow_green.png);  
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


/*　トップページ
--------------------------------------------- */

/* スライダー */
.bx-controls-direction {
  display: none;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: none !important;
    left: 0 !important; 
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

/* トップリード文 */
.top_soudan h1 {
    position: relative;
    color: #ffffff;
    padding: 2% 2% 2.5% 2%;
    margin-top: 0.5em;
    border-radius: 4px;
    background-color: #d83939;
}
.top_soudan h1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top: 10px solid #d83939;
}

/* サービスリスト */
.top_soudan ul.ul_soudan {
  display: flex;
  flex-wrap: wrap;
}
.top_soudan ul.ul_soudan li {
  width: 44%;
  margin: 1%;
  padding: 1%;
  color: #d83939;
  border: 3px solid #d83939;
  border-radius: 5px;
  text-align: center;
}
.top_soudan ul.ul_soudan li a {
  color: #d83939;
}
.top_soudan ul.ul_soudan li a h2 {
  background-color: #fff;
}
.top_soudan ul.ul_soudan li a p {
  text-align: left;
  margin-top: 1em;
}
.top_soudan ul.ul_soudan li img {
  width: 60%;
  margin: 0.5em auto 0 auto;
}

/* 被害にあうと */
.top_higai h1 {
    position: relative;
    color: #ffffff;
    padding: 2% 2% 2.5% 2%;
    margin-top: 0.5em;
    border-radius: 4px;
    background-color: #ec7820;
}
.top_higai h1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ec7820;
}
.top_higai ul {
  margin-top: 1em;
}
.top_higai ul li {
  border: 2px solid #d2d2d2;
  border-radius: 3px;
  padding: 8px 5px;
  margin-bottom: 0.5em;
}
.top_higai ul li.arrow_orange:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 0.25em;
    margin-top: -2px;
    background: url(img/arrow_orange.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.top_higai ul li.arrow_pink:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 0.25em;
    margin-top: -2px;
    background: url(img/arrow_pink.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* 被害にあうと */
.top_shien {
    padding: 3%;
}
.top_shien h1 {
    position: relative;
    color: #ffffff;
    padding: 2% 2% 2.5% 2%;
    margin-top: 0.5em;
    border-radius: 4px;
    background-color: #519b40;
}
.top_shien h1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top: 10px solid #519b40;
}
.top_shien .tx_c img {
  width: 100%;
  height: 100%;
}

/* 新着情報*/
.top_news {
    padding: 3%;
}
.top_news h1 {
    position: relative;
    color: #ffffff;
    padding: 2% 2% 2.5% 2%;
    margin-top: 0.5em;
    border-radius: 4px;
    background-color: #005bab;
}
.top_news h1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top: 10px solid #005bab;
}
.top_news span {
    color: #F36969;
    padding-top: 0.5em;
    margin-right: 0.5em;
}
.top_news span:before {
    content: "\25B6";
    margin-right: 0.25em;
    font-size: 80%;
}
.top_news p {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 1em;
}
.fukushima_sora {
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    border: 1px solid #dddddd;
    border-bottom-right-radius: 60px 5px;
    -webkit-box-shadow: inset -20px -20px 5px -20px rgba(0, 0, 0, 0.2);
    background: rgb(255,255,255); 
}
.fukushima_sora:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.fukushima_sora p {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.sora_img {
    position: relative;
    width: 30%;
    height: auto;
    line-height: 0;
    margin-right: 0.5em;
    text-align: center;
}
.sora_img p {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 0.2em 0;
  margin-bottom: 0 !important;
}
.sora_date {
    color: #F36969 !important;
/*    padding-top: 0.5em !important;*/
    padding-bottom: 0.5em !important;
}
.sora_title {
    font-size: 1.2rem !important;
}
.sora_number {
    position: absolute !important;
    bottom: 0 !important;
    color: #ffffff !important;
    padding: 0 !important;
}
.katsudo_date {
    color: #66ccff !important;
    padding-top: 0.5em !important;
}


/*　センターについて
--------------------------------------------- */

.page-template-page_center .acordion h2 {
  background-color: #005bab !important;
}

ul.simple_ul {
    width: 98%;
    margin: 0 auto;
}
.simple_ul li {
    line-height: 1.8em;
    color: #5d5d5d;
    padding: 1%;
    border-bottom: 1px #cccccc dotted;
}
.simple_ul li span {
  color: #005bab;
  font-weight: bold;
}
ul.simple_ul_gray {
    width: 97%;
    margin: 0 auto;
    background-color: #EFEFEF;
    padding: 1.5%;
    border-radius: 6px;
}
.simple_ul_gray li {
    line-height: 1.8em;
    color: #5d5d5d;
    padding: 1%;
    border-bottom: 1px #cccccc dotted;
}

.page-template-page_center dl {
    width: 95%;
    margin: 0 auto 1em auto;
    padding-bottom: 1em;
    border-bottom: 1px dotted #cccccc;
}
.page-template-page_center dl dt {
    clear: both;
    color: #ffffff;
    background-color: #65b8ed;
    border-radius: 4px;
    padding: 0.5% 1%;
    text-align: center;
    margin-bottom: 0.5em;
}
.page-template-page_center dl dd {
  clear: both;
  padding: 0.5% 1%;
  margin-bottom: 0.5em;
}
ul.ul_access, ul.ul_link {
  width: 98%;
  margin: 0 auto 2em auto;
}
.ul_access li, .ul_link li {
  line-height: 1.8em;
  color: #5d5d5d;
  padding: 1%;
  border-bottom: 1px #cccccc dotted;
}
.ul_access li span {
  border-left: 5px solid #005bab;
  padding-left: 5px;
}
.ul_link li:before {
  content: "»";
  color: #005bab;
  margin-right: 5px;
  font-size: 130%;
}


/*　支援・相談について
--------------------------------------------- */
.page-template-page_shien .acordion h2 {
  background-color: #d83939 !important;
}
.page-template-page_shien .acordion .submenu figure {
  text-align: center;
}
.page-template-page_shien .acordion .submenu figure img {
  width: 70% !important;
  height: auto;
  margin-bottom: 1em;
}
ul.ul_soudan {
  width: 98%;
  margin: 0 auto 2em auto;
}
.ul_soudan li {
  line-height: 1.8em;
  color: #5d5d5d;
  padding: 1%;
  border-bottom: 1px #cccccc dotted;
}
.ul_soudan li span {
  border-left: 5px solid #d83939;
  padding-left: 5px;
}


/*　SACRAについて
--------------------------------------------- */
.sacra_smp_h2_1 {
  border-radius: 3px !important;
  margin-bottom: 1em;
}
.page-template-page_sakura .acordion h2 {
  background-color: #d83939 !important;
}
.page-template-page_sakura h1 {
  margin-bottom: 0 !important;
}
.sakura_table_title {
  color: #333333;
  font-size: 120%;
  text-align: center;
  background-color: #DCDDDD;
  padding: 2%;
  border-radius: 3px;
  margin-bottom: 1em;
}

/* table */
table.sacra_tab {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DCDDDD;
  font-size: 95%;
  color: #5d5d5d;
  margin-bottom: 1em;
}
table.sacra_tab p {
  margin-bottom: 0 !important;
}
table.sacra_tab tr td {
  padding: 1% 2%;
  border: none;
}
.sacra_tab_tdback {
  background-color: #DCDDDD;
}
.clinic_label {
  background-color: #EFEFEF;
  border: 1px solid #DCDDDD;
  border-radius: 2px;
  padding: 2%;
}


/*　被害にあうと
--------------------------------------------- */
.page-template-page_higai h1 {
  margin-bottom: 0.5em !important;
}
.page-template-page_higai .acordion h2 {
  background-color: #ec7820 !important;
}
.kokoro_ul li:first-child p span {
    border-bottom: 1px solid #e896a1;
}
.kokoro_ul li:nth-child(2) p span {
    border-bottom: 1px solid #A6C49B;
}
.kokoro_ul li:last-child p span {
    border-bottom: 1px solid #ACD7E5;
}
.page-template-page_higai .seikatsu_ul {
  background-color: #FBF5EF;
  padding: 3%;
  margin-bottom: 1em;
}
.page-template-page_higai .seikatsu_ul li {
  border-bottom: 1px dotted #999999;
  padding: 0.5em 0;
}
.page-template-page_higai .seikatsu_ul li span {
  border-left: 5px solid #EC7820;
  padding-left: 0.5em;
}
.page-template-page_higai .seikatsu_ul2 {
  background-color: #EFF8FB;
  padding: 3%;
  margin-bottom: 1em;
}
.page-template-page_higai .seikatsu_ul2 li {
  border-bottom: 1px dotted #999999;
  padding: 0.5em 0;
}
.page-template-page_higai .seikatsu_ul2 li span {
  border-left: 5px solid #005bab;
  padding-left: 0.5em;
}
.page-template-page_higai .linkbutton {
    padding: 2% !important;
    color: #ffffff !important;
}
.page-template-page_higai .linkbutton {
    color: #ffffff;
    padding: 10px 10px 10px 30px;
    font-size: 110%;
    border-radius: 3px;
    text-align: left !important;
    -moz-box-shadow: 1px 2px 2px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 2px 2px rgba(000,000,000,0.3);
}
.page-template-page_higai .linkbutton:before {
    content: " ";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 0.25em;
    margin-top: -0.25em;
    background: url(img/arrow_white.png);
    background-size: contain;
    vertical-align: middle;
}


/*　被害者遺族の手記
--------------------------------------------- */
.page-template-page_shuki h1,
.single-higaisya_shuki_post h1 {
  margin-bottom: 0em !important;
}
.shuki_smp_h2_1 {
  border-radius: 3px !important;
  margin-bottom: 1em !important;
}
.page-template-page_shuki .shuki_list, 
.page-template-page_shuki .shuki_content, 
.single-higaisya_shuki_post .shuki_list, 
.single-higaisya_shuki_post .shuki_content {
    border: 1px solid #cccccc;
    margin-bottom: 1em;
    padding: 2% 3%;
}
.page-template-page_shuki .sidebar h3, 
.single-higaisya_shuki_post .sidebar h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border: none !important;
    font-size: 120%;
    color: #5d5d5d;
    background-image: url(img/higai_shuki_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
}
.single-higaisya_shuki_post .content_right h3 {
    font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 140%;
    color: rgb(93, 93, 93);
    background-image: url("img/higai_shuki_title2.png");
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
    border-image:  !important;
}
.page-template-page_shuki .shuki_content p.shuki_honbun, .single-higaisya_shuki_post .shuki_content p.shuki_honbun {
    background-image: url(img/p_higaishuki_note.png);
    line-height: 25px !important;
    margin-bottom: 2em;
}


/*　捜査から裁判まで
--------------------------------------------- */
.page-template-page_saiban h1 {
  margin-bottom: 0em !important;
}
.page-template-page_saiban .acordion h2 {
  background-color: #ec7820 !important;
}
.shuki_smp_h2_1 {
  border-radius: 3px !important;
  margin-bottom: 1em !important;
}
.ul_saiban1 {
    background-color: #FFE0E9;
    padding: 1%;
    margin-bottom: 1em;
}
.ul_saiban2 {
    background-color: #D3E9D5;
    padding: 1%;
    margin-bottom: 1em;
}
.ul_saiban3 {
    background-color: #B9E2F9;
    padding: 1%;
    margin-bottom: 1em;
}
.ul_saiban1 ul, .ul_saiban2 ul, .ul_saiban3 ul {
    background-color: rgba(255,255,255,0.8);
    padding: 2%;
    border-radius: 6px;
}
.ul_saiban1 ul li h3, .ul_saiban2 ul li h3, .ul_saiban3 ul li h3 {
    background-color: #ffffff;
}
.ul_saiban1 h2,
.ul_saiban2 h2,
.ul_saiban3 h2 {
  margin-bottom: 0.5em;
}
.ul_saiban1 h2 span {
    color: #d83939;
    border-left: 6px solid #d83939;
    padding-left: 6px;
}
.ul_saiban2 h2 span {
    color: #519b40;
    border-left: 6px solid #519b40;
    padding-left: 6px;
}
.ul_saiban3 h2 span {
    color: #005bab;
    border-left: 6px solid #005bab;
    padding-left: 6px;
}
ul.saiban_shien li {
    border: 10px solid #e6e6e6;
    padding: 1%;
    margin-bottom: 1em;
    color: #5d5d5d;
    font-size: 95%;
}
ul.saiban_shien li h4 {
    font-size: 110%;
    font-weight: normal;
    text-align: center;
    color: #333333;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}


/*　支援のお願い
--------------------------------------------- */
.page-template-page_kifu h1 {
  margin-bottom: 0em !important;
}
.page-template-page_kifu .acordion h2 {
  background-color: #519b40 !important;
}
.page-template-page_kifu table {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}
.page-template-page_kifu table td {
    border: 1px solid #cccccc;
    padding: 1%;
    text-align: center;
    color: #5d5d5d;
}


/*　寄付型自動販売機のご案内
--------------------------------------------- */
.page-template-page_jihanki h1 {
  margin-bottom: 0em !important;
}
.page-template-page_jihanki h2 {
  margin-bottom: 1em;
}
.page-template-page_jihanki .acordion h2 {
  background-color: #519b40 !important;
  margin-bottom: 0.5em !important;
}
.ul_jihanki_wrap {
    background-color: #D3E9D5;
    margin: 0 auto;
    padding: 10px;
}
.ul_jihanki {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 6px;
}
.ul_jihanki li {
    display: inline-block;
    line-height: 1.8em;
    color: #5d5d5d;
    padding: 1%;
}
.ul_jihanki li span, .ul_jihanki_vender li span {
    border-left: 5px solid #519b40;
    padding-left: 5px;
}
.ul_jihanki_vender li {
    line-height: 1.8em;
    color: #5d5d5d;
    padding: 1%;
    border-bottom: 1px #cccccc dotted;
}

/*　お問い合わせ
--------------------------------------------- */
.page-template-page_contact h1 {
  margin-bottom: 0em !important;
}
.page-template-page_contact h2 {
  background-color: #65B8ED !important;
  margin-bottom: 0.5em !important;
}
.page-template-page_contact .content_in span.smp_br {
    color: #ffffff;
    background-color: #005bab;
    margin-right: 0.5em;
    padding: 0 1%;
    border-radius: 3px;
}

/*　プライバシーポリシー
--------------------------------------------- */
.page-template-page_privacy h1 {
    font-weight: normal;
    font-size: 100%;
    line-height: 1.6em;
    padding: 0.5em;
    border-radius: 3px;
    margin-bottom: 0.5em !important;
    color: #ffffff;
    background-color: #EA6058;
}
.page-template-page_privacy h2 {
    font-weight: normal;
    font-size: 110%;
    margin-bottom: 1em;
    border: 2px solid #cccccc;
    color: #333333;
    border-radius: 6px;
    padding: 0.5em;
}
.page-template-page_privacy h2:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.25em;
    margin-top: -5px;
    background: url(img/arrow_subnav.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}


/*　新着情報
--------------------------------------------- */
.single_page h1 {
  margin-bottom: 0em !important;
}
.single_page h2 {
    font-weight: normal;
    font-size: 130%;
    line-height: 1.6em;
    padding: 0.5em;
    border-radius: 6px;
    margin-bottom: 1em;
    color: #ffffff;
    background-color: #005bab;
}
.single_page p span {
    color: #F36969;
    padding-top: 0.5em;
    margin-right: 2em;
}
.single_page p span:before {
    content: "\25B6";
    margin-right: 0.25em;
    font-size: 80%;
}
.single_page a {
    color: #005bab;
}
.category-news .single_page p {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 1em;
}

/* ページネーション */
.pagenation {
    margin: 1em 0;
}
.pagenation ul {
    margin: 0;
    float: right;
}
.pagenation li.active {
    background-color: #E9C129;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 5px 10px;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #005bab;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}


/*　ふくしまの空
--------------------------------------------- */
.page-template-page_sora p {
  margin-bottom: 1em;
  line-height: 1.8em;
  color: #5d5d5d;
  padding: 0 1%;
}

/*　活動報告
--------------------------------------------- */
.single-houkoku h2 {
  background-color: #005bab !important;
  margin-bottom: 0.5em !important;
}
.timeline h3 {
  border: none !important;
  margin-bottom: 0 !important;
}
.timeline h3 span {
  font-size: 90% !important;
  color: #898989 !important;
  clear: both;
}
.timeline p {
  margin-bottom: 0.5em !important;
  padding: 0.5% 1% 0 1% !important;
  line-height: 1.4em !important;
}
.katsudou_kensyu {
  color: #519B40;
}

.katsudou_kensyu:before {
  content: "研　修";
  font-size: 90%;
  color: #ffffff;
  background-color: #519B40;
  padding: 0.2em 0.5em;
  border-radius: 6px;
  margin-right: 5px;
}
.katsudou_kouhou {
  color: #EC7820;
}
.katsudou_kouhou:before {
  content: "広報・啓蒙";
  font-size: 90%;
  color: #ffffff;
  background-color: #EC7820;
  padding: 0.2em 0.5em;
  border-radius: 6px;
  margin-right: 5px;
}
.katsudou_other {
  color: #39A7D8;
}
.katsudou_other:before {
  content: "その他";
  font-size: 90%;
  color: #ffffff;
  background-color: #39A7D8;
  padding: 0.2em 0.5em;
  border-radius: 6px;
  margin-right: 5px;
}
.timeline {
  list-style: none;
}
.timeline li {
  margin-bottom: 2em;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  color: #005bab !important;
  font-size: 110%;
  width: 110px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
.timeline-content {
  width: 100%;
  float: left;
}
.timeline-date:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #005bab;
  position: absolute;
  left: 0;
  top: 27px;
  border-radius: 100%;
}
.timeline-contentin {
  border: 2px solid #cccccc;
  border-radius: 6px;
  padding: 0.2em;
  margin-bottom: 1em;
}
ul.houkoku_oldlist {
  margin-top: 2em;
  padding-left: 2.5%;
}
ul.houkoku_oldlist li {
  margin: 1%;
  padding: 2% 1%;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}
.houkoku_oldlist h4 {
  font-weight: normal;
  font-size: 120%;
}
.houkoku_oldlist h4 span {
  font-size: 80%;
}
.houkoku_oldlist .date {
  color: #39A7D8;
}


}






/*　共通：各所連絡先
--------------------------------------------- */
.phone-list {
  margin-top: 1rem;
}
.phone-list-detail {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #FDF0A1;
  box-sizing: border-box;
  text-align: center;
}
.phone-list-detail h4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5em;
  color: #005bab;
  text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}
.phone-list-detail p.tel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto;
  padding: 0.75rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #005bab;
  border-radius: 3em;
  cursor: default;
}
.phone-list-detail p.tel a:hover {
  opacity: 1;
}
.phone-list-detail p.tel a:before {
  content: "";
  display: block;
  margin-right: 0.125em;
  width: 0.9em;
  height: 0.9em;
  background: url(img/icon-tel.svg) no-repeat center center / contain;
}
.phone-list-detail p.tel a.noicon::before {
  content: none;
}
.phone-list-detail p.tel a span {
  font-size: 1rem;
  margin-right: 0.5em;
}
.phone-list-detail .time {
  margin-bottom: 0.5rem !important;
  color: #005bab;
  text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
  font-size: 0.85rem;
}
.phone-list-detail.sacra h4,
.phone-list-detail.sacra .time {
  color: #F36969;
}
.phone-list-detail.zenkoku h4,
.phone-list-detail.zenkoku .time {
  color: #604c3f;
}
.phone-list-detail.sanjo h4,
.phone-list-detail.sanjo .time {
  color: #519b40;
}
.phone-list-detail.sacra p.tel a {
  background-color: #F36969;
}
.phone-list-detail.zenkoku p.tel a {
  background-color: #604c3f;
}
.phone-list-detail.sanjo p.tel a {
  background-color: #519b40;
}
.phone-list-detail ul.caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.85rem;
  line-height: 1.5em;
}
.phone-list-detail ul.caution li:before {
  content: "※";
}

@media print, screen and (min-width : 767px) {
  .phone-list-detail {
    display: flex;
    align-items: center;
  }
  .phone-list-detail p {
    margin-bottom: 0 !important;
  }
  .phone-list-detail h4 {
    width: 35%;
    padding-right: 0.5rem;
  }
  .phone-list-detail .right {
    width: 65%;
    padding-left: 0.5rem;
    border-left: 2px dotted #ec7820;
  }
  .page-template-page_shien .phone-list,
  .page-template-page_contact .phone-list,
  .page-template-page_sakura .phone-list {
    width: 98%;
    margin: 0.5rem auto;
  }
  .page-template-page_shien .phone-list-detail,
  .page-template-page_sakura .phone-list-detail,
  .phone-list-detail.sanjo {
    flex-direction: column;
  }
  .page-template-page_sakura .phone-list-detail {
    padding: 1rem;
  }
  .page-template-page_shien .phone-list-detail h4,
  .page-template-page_sakura .phone-list-detail h4,
  .phone-list-detail.sanjo h4 {
    width: 100%;
    padding-right: 0;
  }
  .page-template-page_shien .phone-list-detail .right,
  .page-template-page_sakura .phone-list-detail .right,
  .phone-list-detail.sanjo .right {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .page-template-page_sakura .phone-list-detail.sacra .right {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .page-template-page_sakura .phone-list-detail.sacra .right div {
    width: 50%;
    padding: 0 1rem;
  }
  .page-template-page_sakura .phone-list-detail.sacra {
    width: 80%;
    margin: 0 auto 1rem auto;
  }
  .page-template-page_sakura .phone-list-detail.sacra .right div:nth-of-type(1) {
    border-right: 2px dotted #ec7820;
  }
}
@media screen and (max-width : 767px){
  .phone-list-detail {
    padding: 1.5rem 1rem;
  }
  .phone-list-detail p {
    margin-bottom: 0 !important;
  }
  .phone-list-detail h4 {
    margin-bottom: 0.5rem;
  }
  .contact-phone h2.top_soudan1 {
    color: #d83939;
    background-color: #ffffff;
    padding: 2%;
    margin-top: 0.5em;
    margin-bottom: 1em;
    border: 2px solid #d83939;
    border-radius: 4px;
  }
}