@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/* The page Css
------------------------------------------------ */
/*見出し*/
#main > .container > .contents .detail h1,
#main > .container > .contents .detail .h1 {
    position: relative;
    width: 100%;
    font-size: 45px;
    font-size: 4.5rem;
	font-weight:bold;
	color:#40220f;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 50px;
/*	background-color:#fff !important;*/
}
#main > .container > .contents .detail h1::before,
#main > .container > .contents .detail .h1::before,
#main > .container > .contents .detail h1::after,
#main > .container > .contents .detail .h1::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    line-height: 3px;
    border-radius:3px;
	/*border-bottom:3px solid #ea6088 !important;*/
	background-color: #ea6088;
}
#main > .container > .contents .detail h1::before,
#main > .container > .contents .detail .h1::before {
    top: 0;
    left: 0;
}
#main > .container > .contents .detail h1::after,
#main > .container > .contents .detail .h1::after {
    bottom: 0;
    left: 0;
}
#main > .container > .contents .detail h2,
#main > .container > .contents .detail .h2 {
    position: relative;
    width: 100%;
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bolder;
	color:#40220f;
	text-align: left;
    box-sizing: border-box;
	margin: 100px 0px 60px;
	padding-left: 85px;
	background-color:#fff !important;
	padding-bottom: 7px;
	border-radius:unset;
}
#main > .container > .contents .detail h2::after,
#main > .container > .contents .detail .h2::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    line-height: 3px !important;
/*    border-radius: 3px !important;*/
	margin-top: 10p;
	margin-left: -80px;
	border-bottom:3px solid #ea6088 !important;
}

/*見出し数字*/
#main > .container > .contents .detail .titlenumber{
  counter-reset: h2;
  list-style-type: none!important;
}
#main > .container > .contents .detail .titlenumber2 h2::before{
  position: absolute;
  counter-increment: h2;
  content: counter(h2,decimal);
  display: block;
  background: #ea6088;
  color: white;
  font-weight: 500;
  font-size: 33px;
  border-radius: 50%;
  left: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align:center;
  vertical-align:bottom;
  margin:-2px 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
#main > .container > .contents .detail .titlenumber2 h2 span,
#main > .container > .contents .detail .h2 span {
	font-size:1em;
    display: inline-block;
	color: #ea6088;
	margin-right:10px;
}
/* Font-Awesome データセット */

/* tag-solid */
#main > .container > .contents .detail div[class*="main"] section h5:before {
    display: inline-block;
    content:"";
    -webkit-mask-image: url(/assets/images/shared/tag-solid.svg);
	vertical-align:middle;
}

/* chevron-circle-down-solid.svg */
#main > .container > .contents .detail div[class*="ac-container"] label:after{
    display: inline-block;
    content:"";
    -webkit-mask-image: url(../images/shared/chevron-circle-down-solid.svg);
}

/* arrow-circle-right-solid.svg */
#main > .container > .contents .detail ul.ybox li::before {
    display: inline-block;
    content:"";
    -webkit-mask-image: url(../images/shared/arrow-circle-right-solid.svg);
}

/* open_in_new.svg */
#main > .container > .contents .detail div.main7 section h5::before {
    display: inline-block;
    content:"";
    -webkit-mask-image: url(../images/shared/open_in_new.svg);
}

/*ここまで*/
#main > .container > .contents .detail h3,
#main > .container > .contents .detail .h3 {
    position: relative;
    box-sizing: border-box;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
	color:#40220f;
    text-align: center;
	padding:30px;
	margin:100px auto 40px;
	border: 1px solid #40220f;
}

#main > .container > .contents .detail h3 span,
#main > .container > .contents .detail .h3 span {
    display: block;
	color: #ea6088;
    font-size: 20px;
    font-size: 2.0rem;
	margin-bottom:5px;
}

#main > .container > .contents .detail h4,
#main > .container > .contents .detail .h4 {
    color: #40220f;
    font-size: 27px;
    font-size: 2.7rem;
	text-align: center;
	padding: 0.6em;
	margin:50px auto;
	border-left: solid 6px #ea6088;
	border-right: solid 6px #ea6088;
	background-color:rgba( 234, 96, 136, 0.1 );
}

#main > .container > .contents .detail h5,
#main > .container > .contents .detail .h5 {
    position: relative;
    box-sizing: border-box;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bolder;
	color: #40220f;
	text-align: left;
	margin: 10px 10px 10px 0px;
	padding: 10px;
}
#main > .container > .contents .detail h6,
#main > .container > .contents .detail .h6 {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background: url(../images/shared/line-pink.png) left center repeat-x;
}
/*ここまで*/


#main > .container > .contents .detail .content {
    width: 100%;
    text-align: left;
}
#main > .container > .contents .detail .content:last-of-type {
    margin-bottom: 0;
}
#main > .container > .contents .detail .content p,
#main > .container > .contents .detail .content li {
    line-height: 1.8;
}
#main > .container > .contents .detail .content p {
	font-size:1.2em;
    margin-bottom: 10px;
}

#main > .container > .contents .detail .content p:last-of-type {
    margin-bottom: 0;
}

/*テーブル*/
#main > .container > .full_contents table,
#main > .container > .contents .detail .content table {
    border-collapse: collapse;
    width: 100%;
	margin:15px 0px 50px;
}
#main > .container > .full_contents th,
#main > .container > .full_contents td,
#main > .container > .contents .detail .content th,
#main > .container > .contents .detail .content td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 1px solid #dda357;
}
#main > .container > .full_contents thead th,
#main > .container > .contents .detail .content thead th {
    text-align: center;
    background-color: #f7ecdf;
	color:#40220f;
	font-weight:bold;
}
#main > .container > .full_contents tbody th,
#main > .container > .contents .detail .content tbody th {
	text-align:center;
    background-color: #f7ecdf;
	color:#40220f;
	font-weight:bold;
}
#main > .container > .full_contents table a {
    color: #0087eb;
}
#main > .container > .full_contents table a img{
	vertical-align:middle;
}

#main > .container > .contents .detail .content .tbl tr:nth-child(2n+1) {
	background: #fcf5ed;
}

#main > .container > .contents .detail .content .tbl tr:hover {
	background:#fcf0e0;
}
#main > .container > .contents .detail .content .tbr {
	text-align:center;
}
#main > .container > .contents .detail .content .tbr2 {
	text-align:right;
}
#main > .container > .contents .detail .content .tbr3 {
	text-align:left;
}
/*ここまで*/
/*テーブル内リンク*/
#main > .container > .contents .detail .content table a {
    color: #0087eb;
}
/*ここまで*/
/*テーブル内行間*/
.text {
	line-height : 180% ;
} 
/*ここまで*/

/*リスト*/
#main > .container > .contents .detail .content ul > li,
#main > .container > .contents .detail .content ol > li {
    position: relative;
    margin-left: 2em;
}
#main > .container > .contents .detail .content ul > li {
    list-style: disc;
}
#main > .container > .contents .detail .content ol > li::before {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -1em;
}
#main > .container > .contents .detail .content ol > li:nth-of-type(1)::before {
    content: "①";
}
#main > .container > .contents .detail .content ol > li:nth-of-type(2)::before {
    content: "②";
}
#main > .container > .contents .detail .content ol > li:nth-of-type(3)::before {
    content: "③";
}
#main > .container > .contents .detail .content ol > li:nth-of-type(4)::before {
    content: "④";
}
#main > .container > .contents .detail .content ol > li:nth-of-type(5)::before {
    content: "⑤";
}
#main > .container > .contents .detail .content ol > li:nth-of-type(6)::before {
    content: "⑥";
}
#main > .container > .contents .detail .content ol > li:nth-of-type(7)::before {
    content: "⑦";
}
#main > .container > .contents .detail .content ol > li:nth-of-type(8)::before {
    content: "⑧";
}
#main > .container > .contents .detail .content ol > li:nth-of-type(9)::before {
    content: "⑨";
}
#main > .container > .contents .detail .content ol > li:nth-of-type(10)::before {
    content: "⑩";
}
/*ここまで*/

/*ul○形*/
.ullist,
.ullist li{
	padding:0px;
	margin:0px;
}
 
.ullist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 30px !important;
}
 
.list2 li{
	position:relative;
	padding-left:20px;
	font-size:1.2em;
}
.list2 li:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:9px; 
	left:-3px; 
	border-radius:30px;
	height:10px; 
	width:10px; 
	border:3px solid #ea6088;
}
/*サイトマップul○形（ピンク）*/
.list2-2 li{
	position:relative;
	padding-left:45px;
	font-size:1.1em;
}
.list2-2 li:after{
	content:'●';
	color: #ea6088;
	display:block; 
	position:absolute;
	top:1px;  
	left:20px; 
	height:10px; 
}
/*ここまで*/
.list3 li{
	position:relative;
	padding-left:10px;
}
.list3 li:after{
	content:'●';
	color:#40220f;
	display:block; 
	position:absolute;
	top:-20px; 
 	border-radius:30px;
	height:10px; 
	width:10px;
}
/*ここまで*/
/*サイトマップul○形（オレンジ）*/
.list4 li{
	position:relative;
	padding-left:20px;
	font-size:1.2em;
}
.list4 li:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:9px; 
	left:-3px; 
	border-radius:30px;
	height:10px; 
	width:10px; 
	border:3px solid #FBB03B;
}
.list4-2 li{
	position:relative;
	padding-left:45px;
	font-size:1.1em;
}
.list4-2 li:after{
	content:'●';
	color: #FBB03B;
	display:block; 
	position:absolute;
	top:1px;  
	left:20px; 
	height:10px; 
}
/*ここまで*/
/*サイトマップul○形（グリーン）*/
.list5 li{
	position:relative;
	padding-left:20px;
	font-size:1.2em;
}
.list5 li:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:9px; 
	left:-3px; 
	border-radius:30px;
	height:10px; 
	width:10px; 
	border:3px solid #A8DC88;
}
.list5-2 li{
	position:relative;
	padding-left:45px;
	font-size:1.1em;
}
.list5-2 li:after{
	content:'●';
	color: #A8DC88;
	display:block; 
	position:absolute;
	top:1px;  
	left:20px; 
	height:10px; 
}
/*ここまで*/
/*サイトマップul○形（パープル）*/
.list6 li{
	position:relative;
	padding-left:20px;
	font-size:1.2em;
}
.list6 li:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:9px; 
	left:-3px; 
	border-radius:30px;
	height:10px; 
	width:10px; 
	border:3px solid #E096E2;
}
.list6-2 li{
	position:relative;
	padding-left:45px;
	font-size:1.1em;
}
.list6-2 li:after{
	content:'●';
	color: #E096E2;
	display:block; 
	position:absolute;
	top:1px;  
	left:20px; 
	height:10px; 
}
/*ここまで*/
/*サイトマップul○形（ブルー）*/
.list7 li{
	position:relative;
	padding-left:20px;
	font-size:1.2em;
}
.list7 li:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:9px; 
	left:-3px; 
	border-radius:30px;
	height:10px; 
	width:10px; 
	border:3px solid #6BC9FC;
}
.list7-2 li{
	position:relative;
	padding-left:45px;
	font-size:1.1em;
}
.list7-2 li:after{
	content:'●';
	color: #6BC9FC;
	display:block; 
	position:absolute;
	top:1px;  
	left:20px; 
	height:10px; 
}
/*ここまで*/
/*サイトマップul○形（レッド）*/
.list8 li{
	position:relative;
	padding-left:20px;
	font-size:1.2em;
}
.list8 li:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:9px; 
	left:-3px; 
	border-radius:30px;
	height:10px; 
	width:10px; 
	border:3px solid #F95F5F;
}
.list8-2 li{
	position:relative;
	padding-left:45px;
	font-size:1.1em;
}
.list8-2 li:after{
	content:'●';
	color: #F95F5F;
	display:block; 
	position:absolute;
	top:1px;  
	left:20px; 
	height:10px; 
}/*ここまで*/

/*リンク表示*/
#main > .container > .contents .detail .content a {
    display: inline;
    color: #0087eb;
    vertical-align: middle;
}

#main > .container > .contents .detail .content a:hover {
	text-decoration: underline;
    color: #ea6088;
}

/*ここまで*/
/*枠*/
#main > .container > .contents .detail .waku-box1 {
	box-sizing: border-box;
	font-size:1.1em;
	margin: 2em auto;
	padding: 1.5em;
	background-color: #fff;
	border: 1px solid #ccc;
}
/*枠*/
#main > .container > .contents .detail .waku-box1a {
	box-sizing: border-box;
	margin: 2em auto;
	padding: 1.5em;
	background-color: #fff;
	border: 1px solid #ccc;
}
#main > .container > .contents .detail .waku-box2 {
	box-sizing: border-box;
	margin: 2em auto;
	padding: 1.5em;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}
/*枠：歴史・概要・広報誌ページ内リンク*/
#main > .container > .contents .detail .waku-box3 {
	position: relative;
	box-sizing: border-box;
	margin: 3em auto;
	padding: 1.5em;
	background-color: #fff;
	border: 1px solid #ccc;
}
#main > .container > .contents .detail .wakutitle-box3 {
	position: absolute;
	font-weight: bold;
	font-size:1.4em;
	color: #40220f;
	padding: 0.8em;
	left: 25px;
	top: -28px;
	background-color: #fff;
}
/*サイトマップ枠*/
#main > .container > .contents .detail .waku-box4 {
	box-sizing: border-box;
	margin: 2em auto;
	padding: 1.5em;
	border: 1px solid #ccc;
}
/*ここまで*/
#main > .container > .contents .detail .chuuki-box4 {
	box-sizing: border-box;
	width:90%;
	font-size: 0.9em;
	margin: 5px;
	padding: 0.5em 1.4em 0.5em;
	border-left: 5px solid #ea6088;
}
/*ここまで*/
/*ピンクアコーディオン*/
#main > .container > .contents .detail .ac-container{
    width: auto;
	height: auto;
	margin: 30px auto 5px;
}
#main > .container > .contents .detail .ac-container label{
    position: relative;
    display: block;
    width:auto;
	font-size:20px;
    color: #fff;
	font-weight:500;
	text-align: center;
    background: rgba( 234, 96, 136, 0.85 );
    height: auto;
    cursor: pointer;
    padding: 10px;
    margin: auto;
}
#main > .container > .contents .detail .ac-container label:hover{
    background: rgba( 234, 96, 136, 0.6 );
    -webkit-transition: all .3s;
    transition: all .3s;
}
#main > .container > .contents .detail .ac-container label:after{
    width: 21px;
    height: 21px;
	margin-right:10px;
	vertical-align:middle;
    background-color: #fff;
}
#main > .container > .contents .detail .ac-container input:checked ~ label::after {
   color: #fff;
   font-family:"FontAwesome";
   content:"\f139";
}
#main > .container > .contents .detail .ac-container input{
   display: none;
}
#main > .container > .contents .detail .ac-container div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}
#main > .container > .contents .detail .ac-container input:checked ~ div{
   transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
#main > .container > .contents .detail .ac-container div p{
   line-height: 23px;
   font-size: 14px;
   padding: 20px;
}
#main > .container > .contents .detail .ac-container input:checked ~ div.ac-large{
   height: auto;
}
/*ここまで*/

/*オレンジアコーディオン*/
#main > .container > .contents .detail .ac-containerb{
    width: auto;
	height: auto;
	margin: 0px auto 5px;
}
#main > .container > .contents .detail .ac-containerb label{
    position: relative;
    display: block;
    width:auto;
	font-size:20px;
    color: #fff;
	font-weight:500;
	text-align: center;
    background: rgba( 247, 172, 65, 0.95 );
    height: auto;
    cursor: pointer;
    padding: 10px;
    margin: auto;
}
#main > .container > .contents .detail .ac-containerb label:hover{
    background: rgba( 247, 172, 65, 0.6 );
    -webkit-transition: all .3s;
    transition: all .3s;
}
#main > .container > .contents .detail .ac-containerb label:after{
    width: 21px;
    height: 21px;
	margin-right:10px;
	vertical-align:middle;
    background-color: #fff;
}
#main > .container > .contents .detail .ac-containerb input:checked ~ label::after {
   color: #fff;
   font-family:"FontAwesome";
   content:"\f139";
}
#main > .container > .contents .detail .ac-containerb input{
   display: none;
}
#main > .container > .contents .detail .ac-containerb div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}
#main > .container > .contents .detail .ac-containerb input:checked ~ div{
   transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
#main > .container > .contents .detail .ac-containerb div p{
   line-height: 23px;
   font-size: 14px;
   padding: 20px;
}
#main > .container > .contents .detail .ac-containerb input:checked ~ div.ac-large{
   height: auto;
}
/*ここまで*/

/*緑コーディオン*/
#main > .container > .contents .detail .ac-containerc{
    width: auto;
	height: auto;
	margin: 0px auto 5px;
}
#main > .container > .contents .detail .ac-containerc label{
    position: relative;
    display: block;
    width:auto;
	font-size:20px;
    color: #fff;
	font-weight:500;
	text-align: center;
    background: rgba( 143, 195, 31, 0.85 );
    height: auto;
    cursor: pointer;
    padding: 10px;
    margin: auto;
}
#main > .container > .contents .detail .ac-containerc label:hover{
    background: rgba( 143, 195, 31, 0.6 );
    -webkit-transition: all .3s;
    transition: all .3s;
}
#main > .container > .contents .detail .ac-containerc label:after{
    width: 21px;
    height: 21px;
	margin-right:10px;
	vertical-align:middle;
    background-color: #fff;
}
#main > .container > .contents .detail .ac-containerc input:checked ~ label::after {
   color: #fff;
   font-family:"FontAwesome";
   content:"\f139";
}
#main > .container > .contents .detail .ac-containerc input{
   display: none;
}
#main > .container > .contents .detail .ac-containerc div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}
#main > .container > .contents .detail .ac-containerc input:checked ~ div{
   transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
#main > .container > .contents .detail .ac-containerc div p{
   line-height: 23px;
   font-size: 14px;
   padding: 20px;
}
#main > .container > .contents .detail .ac-containerc input:checked ~ div.ac-large{
   height: auto;
}
/*ここまで*/

/*青コーディオン*/
#main > .container > .contents .detail .ac-containerd{
    width: auto;
	height: auto;
	margin: 0px auto 5px;
}
#main > .container > .contents .detail .ac-containerd label{
    position: relative;
    display: block;
    width:auto;
	font-size:20px;
    color: #fff;
	font-weight:500;
	text-align: center;
    background: rgba( 46, 167, 224, 0.85 );
    height: auto;
    cursor: pointer;
    padding: 10px;
    margin: auto;
}
#main > .container > .contents .detail .ac-containerd label:hover{
    background: rgba( 46, 167, 224, 0.6 );
    -webkit-transition: all .3s;
    transition: all .3s;
}
#main > .container > .contents .detail .ac-containerd label:after{
    width: 21px;
    height: 21px;
	margin-right:10px;
	vertical-align:middle;
    background-color: #fff;
}
#main > .container > .contents .detail .ac-containerd input:checked ~ label::after {
   color: #fff;
   font-family:"FontAwesome";
   content:"\f139";
}
#main > .container > .contents .detail .ac-containerd input{
   display: none;
}
#main > .container > .contents .detail .ac-containerd div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}
#main > .container > .contents .detail .ac-containerd input:checked ~ div{
   transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
#main > .container > .contents .detail .ac-containerd div p{
   line-height: 23px;
   font-size: 14px;
   padding: 20px;
}
#main > .container > .contents .detail .ac-containerd input:checked ~ div.ac-large{
   height: auto;
}
/*ここまで*/

/*紫アコーディオン*/
#main > .container > .contents .detail .ac-containere{
    width: auto;
	height:auto;
	margin: 0px auto 5px;
}
#main > .container > .contents .detail .ac-containere label{
    position: relative;
    display: block;
    width:auto;
	font-size:20px;
    color: #fff;
	font-weight:500;
	text-align: center;
    background: rgba( 183, 19, 113, 0.8 );
    height: auto;
    cursor: pointer;
    padding: 10px;
    margin: auto;
}
#main > .container > .contents .detail .ac-containere label:hover{
    background: rgba( 183, 19, 113, 0.6 );
    -webkit-transition: all .3s;
    transition: all .3s;
}
#main > .container > .contents .detail .ac-containere label:after{
    width: 21px;
    height: 21px;
	margin-right:10px;
	vertical-align:middle;
    background-color: #fff;
}
#main > .container > .contents .detail .ac-containere input:checked ~ label::after {
   color: #fff;
   font-family:"FontAwesome";
   content:"\f139";
}
#main > .container > .contents .detail .ac-containere input{
   display: none;
}
#main > .container > .contents .detail .ac-containere div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}
#main > .container > .contents .detail .ac-containere input:checked ~ div{
   transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
#main > .container > .contents .detail .ac-containere div p{
   line-height: 23px;
   font-size: 14px;
   padding: 20px;
}
#main > .container > .contents .detail .ac-containere input:checked ~ div.ac-large{
   height: auto;
}
/*ここまで*/
/*福祉のことばアコーディオン*/
#main > .container > .contents .detail .ac-containerf{
    width:auto;
	height:auto;
	margin: 0px auto 5px;
}
#main > .container > .contents .detail .ac-containerf label{
    position: relative;
    display: block;
    width:auto;
	font-size:24px;
    color: #ea6088;
	font-weight:bold;
	text-align: center;
    background: #fff;
    height: auto;
    cursor: pointer;
    padding: 10px;
    margin: -10px 0px 0px;
	border: 1px solid #ccc;
}
#main > .container > .contents .detail .ac-containerf label:hover{
    background: rgba( 234, 96, 136, 0.6 );
    -webkit-transition: all .3s;
    transition: all .3s;
	color:#fff;
}
#main > .container > .contents .detail .ac-containerf label:after{
    width: 21px;
    height: 21px;
	margin-right:10px;
	vertical-align:middle;
    background-color: #ea6088;
}
#main > .container > .contents .detail .ac-containerf input:checked ~ label::after {
   color: #ea6088;
   font-family:"FontAwesome";
   content:"\f139";
}
#main > .container > .contents .detail .ac-containerf input{
   display: none;
}
#main > .container > .contents .detail .ac-containerf div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: 0px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}
#main > .container > .contents .detail .ac-containerf input:checked ~ div{
   transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(204,204,204,0.7);
}
#main > .container > .contents .detail .ac-containerf div p{
   font-size: 14px;
}
#main > .container > .contents .detail .ac-containerf input:checked ~ div.ac-large{
   height: auto;
}
/*ここまで*/

/*セクション1*/
#main > .container > .contents .detail .main {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main section {
   box-sizing: border-box;
   border-radius: 5px;
   background: #fefef7;
   margin: 3px;
   padding: 20px;
}
#main > .container > .contents .detail .main section h5 {
	font-weight:bold;
	color:#40220f;
	border-bottom: 1px solid #40220f;
	margin:20px 0px;
}
#main > .container > .contents .detail .main section p {
    margin-bottom: -25px;
}

#main > .container > .contents .detail .main section ul {
	text-align:left;
	margin-top:-15px;
	margin-left:5px;
}
/*ここまで*/
/*セクション2「相談してください」*/
#main > .container > .contents .detail .main2 {
   display:block;
   width:auto;
   text-align:center;
}
#main > .container > .contents .detail .main2 section {
   display:inline-block;
   box-sizing: border-box;
   width:auto;
   background: #fff;
   margin: 7px;
}
#main > .container > .contents .detail .main2 section h5 {
	text-align:center;
	color:#40220f;
	font-size:18px;
}
#main > .container > .contents .detail .main2 section img {
	text-align:center;
	margin-top:-10px;
	margin-bottom:20px;
}

/*ここまで*/
/*セクション3 研修会・広報誌*/
#main > .container > .contents .detail .main3 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main3 section {
   box-sizing: border-box;
   width:auto;
   border-radius: 5px;
   background: #FFFBF0;
   margin: 20px 9px;
   padding: 20px 30px;
   text-align:left;
}
#main > .container > .contents .detail .main3 section h5 {
	color:#40220f;
	border-bottom: 1px solid #40220f;
	margin-bottom:20px;
}
#main > .container > .contents .detail .main3 section h5:before {
    width: 23px;
    height: 23px;
	margin-right:10px;
	vertical-align:middle;
	background-color: #EA6088;
}
#main > .container > .contents .detail .main3 section img {
	text-align:center;
}
#main > .container > .contents .detail .main3 section td {
	background:white;
}
#main > .container > .contents .detail .main3 section ol {
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	font-weight:bold;
	font-size:16px;
	color:#40220f;
}
/*ここまで*/
/*セクション3-1 その他の冊子（ピンク）*/
#main > .container > .contents .detail .main3-1 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main3-1 section {
   box-sizing: border-box;
   width:auto;
   border-radius: 5px;
   background: rgba(234,96,136,0.04);
   margin: 20px auto;
   padding: 20px 30px;
   text-align:left;
}
#main > .container > .contents .detail .main3-1 section h5 {
	color:#40220f;
	border-bottom: 1px solid #40220f;
	margin-bottom:20px;
}
#main > .container > .contents .detail .main3-1 section h5::before {
    background-color: #EA6088;
    width: 23px;
    height: 23px;
	margin-right:10px;
	vertical-align:middle;
}
#main > .container > .contents .detail .main3-1 section img {
	text-align:center;
}
#main > .container > .contents .detail .main3-1 section td {
	background:white;
}
/*ここまで*/
/*セクション3-2 その他の冊子（オレンジ）*/
#main > .container > .contents .detail .main3-2 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main3-2 section {
   box-sizing: border-box;
   width:auto;
   border-radius: 5px;
   background: rgba(243,152,0,0.05);
   margin: 20px auto;
   padding: 20px 30px;
   text-align:left;
}
#main > .container > .contents .detail .main3-2 section h5 {
	color:#40220f;
	border-bottom: 1px solid #40220f;
	margin-bottom:20px;
}
#main > .container > .contents .detail .main3-2 section h5::before {
    background-color: #F39800;
    width: 23px;
    height: 23px;
	margin-right:10px;
	vertical-align:middle;
}
#main > .container > .contents .detail .main3-2 section img {
	text-align:center;
}
#main > .container > .contents .detail .main3-2 section td {
	background:white;
}
/*ここまで*/
/*セクション3-3 その他の冊子（緑）*/
#main > .container > .contents .detail .main3-3 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main3-3 section {
   box-sizing: border-box;
   width:auto;
   border-radius: 5px;
   background: rgba(143,195,31,0.05);
   margin: 20px auto;
   padding: 20px 30px;
   text-align:left;
}
#main > .container > .contents .detail .main3-3 section h5 {
	color:#40220f;
	border-bottom: 1px solid #40220f;
	margin-bottom:20px;
}
#main > .container > .contents .detail .main3-3 section h5::before {
    width: 23px;
    height: 23px;
	margin-right:10px;
	vertical-align:middle;
    background-color: #8FC31F;
}
#main > .container > .contents .detail .main3-3 section img {
	text-align:center;
}
#main > .container > .contents .detail .main3-3 section td {
	background:white;
}
/*ここまで*/
/*セクション3-4 その他の冊子（緑）*/
#main > .container > .contents .detail .main3-4 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main3-4 section {
   box-sizing: border-box;
   width:auto;
   border-radius: 5px;
   background: rgba(34,172,56,0.05);
   margin: 20px auto;
   padding: 20px 30px;
   text-align:left;
}
#main > .container > .contents .detail .main3-4 section h5 {
	color:#40220f;
	border-bottom: 1px solid #40220f;
	margin-bottom:20px;
}
#main > .container > .contents .detail .main3-4 section h5::before {
    width: 23px;
    height: 23px;
	margin-right:10px;
	vertical-align:middle;
    background-color: #22AC38;
}
#main > .container > .contents .detail .main3-4 section img {
	text-align:center;
}
#main > .container > .contents .detail .main3-4 section td {
	background:white;
}
/*ここまで*/
/*セクション3-5 その他の冊子（水色）*/
#main > .container > .contents .detail .main3-5 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main3-5 section {
   box-sizing: border-box;
   width:auto;
   border-radius: 5px;
   background: rgba(46,167,224,0.05);
   margin: 20px auto;
   padding: 20px 30px;
   text-align:left;
}
#main > .container > .contents .detail .main3-5 section h5 {
	color:#40220f;
	border-bottom: 1px solid #40220f;
	margin-bottom:20px;
}
#main > .container > .contents .detail .main3-5 section h5::before {
    width: 23px;
    height: 23px;
	margin-right:10px;
	vertical-align:middle;
    background-color: #2EA7E0;
}
#main > .container > .contents .detail .main3-5 section img {
	text-align:center;
}
#main > .container > .contents .detail .main3-5 section td {
	background:white;
}
/*ここまで*/

/*セクション4（研修会用）*/
#main > .container > .contents .detail .main4 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main4 section {
   box-sizing: border-box;
   width:auto;
   border-radius: 5px;
   background-color:#fffce3;
   margin: 9px;
   padding: 20px 30px;
   text-align:left;
}
#main > .container > .contents .detail .main4 section h5 {
	color:#40220f;
	border-bottom: 1px solid #40220f;
	margin-bottom:20px;
}
#main > .container > .contents .detail .main4 section h5::before {
    background-color: #ea6088;
	margin-right:10px;
	vertical-align:middle;
}
#main > .container > .contents .detail .main4 section img {
	text-align:center;
}
#main > .container > .contents .detail .main4 section ul {
	text-align: left;
	margin: 10px ;
}
/*セクション5（広報誌・最新号用）*/
#main > .container > .contents .detail .main5 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main5 section {
   box-sizing: border-box;
   width:auto;
   background-color:#fff;
   margin: 5px;
}
#main > .container > .contents .detail .main5 section h5 {
	color:#40220f;
	margin-bottom:10px;
}
#main > .container > .contents .detail .main5 section h5::before {
    color: #ea6088;
    content:"最新号";
	margin-right:10px;
}
#main > .container > .contents .detail .main5 section img {
	text-align:center;
	width:auto;
}
/*ここまで*/
/*セクション6（データで見る・互助）*/
#main > .container > .contents .detail .main6 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main6 section {
   box-sizing: border-box;
   width:auto;
   border-radius: 5px;
   background: #fff;
   margin: 20px 0px;
   padding: 10px;
   text-align:left;
}
#main > .container > .contents .detail .main6 section h5 {
	color:#40220f;
	border-bottom: 1px solid #40220f;
	margin-bottom:20px;
}
#main > .container > .contents .detail .main6 section img {
	text-align:center;
}
/*セクション7（研修ページ内リンク）*/
#main > .container > .contents .detail .main7 {
   display:block;
   width:auto;
}
#main > .container > .contents .detail .main7 section {
   box-sizing: border-box;
   width:auto;
   border-radius: 5px;
   background: #fff;
   margin: 20px 0px;
   padding: 10px;
   text-align:left;
}
#main > .container > .contents .detail .main7 section h5 {
	color:#40220f;
	font-size:1.8em;
	border-bottom: 1px solid #40220f;
	margin-bottom:20px;
}
#main > .container > .contents .detail .main7 section h5::before {
    background-color: #ea6088;
    width: 32px;
    height: 32px;
	margin-right:15px;
	vertical-align:middle;
}

/*ここまで*/
/*横並び*/
#main > .container > .contents .detail ul.ybox {
	width: auto;
	padding: 5px;
}

#main > .container > .contents .detail ul.ybox li {
	width:auto;
	display: inline-block;
    text-align: left;
    margin: 0 0 0 10px;
}
#main > .container > .contents .detail ul.ybox li::before {
    width: 14px;
    height: 14px;
    background-color: #0087eb;
	margin-right:5px;
	vertical-align:middle;
}
/*ここまで*/
/*img横並び（複数枚：折り返しあり）*/
#main > .container > .contents .detail .flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    background-color: #fff;
	padding: 2.5%;
    justify-content: space-between;
}
#main > .container > .contents .detail .flex-item {
	flex:auto;
    color: #fff;
	align-items:stretch;
	text-align:center;
	margin:20px 0px;
}
#main > .container > .contents .detail .flex-item p span{
    color: #40220f;
	font-size:18px;
	font-weight:bold;
}
/*ここまで*/
/*img横並び（主な活動、法令･通知メニュー、複数枚：折り返しあり pなし）*/
#main > .container > .contents .detail .flex-box2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
	padding:3px;
}
#main > .container > .contents .detail .flex-item2 {
    flex: inherit;
    color: #fff;
	align-items:center;
    justify-content: center;
	text-align:center;
	margin:3px;
}
#main > .container > .contents .detail .flex-box2.photo .flex-item2 {
    flex: auto;
}
    
/*ここまで*/
/*img縦並び（複数枚：折り返しあり）*/
#main > .container > .contents .detail .flex-box3 {
	display: flex;
	width:100%;
	flex-direction: column;
	flex-wrap: wrap;
    background-color: #fff;
	padding: 2.5% 0;
    justify-content: space-between;
}
#main > .container > .contents .detail .flex-item3 {
	flex:auto;
	align-items:stretch;
	text-align:center;
	margin:10px 0px;
}
/*ここまで*/
/*img横並び（複数枚：折り返しあり）*/
#main > .container > .contents .detail .flex-box4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    background-color: #fff;
	padding: 2.5%;
    justify-content: flex-start;
}
#main > .container > .contents .detail .flex-item4 {
	flex:auto;
    color: #fff;
	align-items:stretch;
	text-align:center;
	margin:20px 0px;
}
/*市町村･地区リーフレットimg横並び（複数枚：折り返しあり）*/
#main > .container > .contents .detail .flex-box5 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 2.5%;
    justify-content:space-between;
}
#main > .container > .contents .detail .flex-item5 {
	flex:auto;
	width:200px;
	height:auto;
	align-items:center;
	text-align:center;
	margin:10px;
}
/*ここまで*/
/*黒板・民生委員？児童委員？*/
#main > .container > .contents .detail .kokuban-box {
 	position: relative;
	margin: 2em auto;
	padding: 4em 2em 2em;
	width: auto;
 	background-color: #006633;
	color: #fff;
 	font-weight:bold;
 	font-size:1.4em;
 	border: 8px solid #b2771f;
 	border-radius: 3px;
 	box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
}
#main > .container > .contents .detail .kokuban-box a{
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
#main > .container > .contents .detail .kokuban-box a:hover {
	text-decoration: underline;
    color: yellow;
}

#main > .container > .contents .detail .kokuban-box::before,
#main > .container > .contents .detail .kokuban-box::after {
 	position: absolute;
	content: '';
	bottom: 0;
} 
#main > .container > .contents .detail .kokuban-box::before {
	right: 20px;
	border: solid 3px #fff; /*（白）*/
	width: 20px; 
	border-radius: 3px 2px 0 2px;
}
#main > .container > .contents .detail .kokuban-box::after {
	right: 50px;
	border: solid 3px #EA6088; /*（ピンク）*/
	width: 15px; 
	border-radius: 8px 5px 2px 5px;
}
#main > .container > .contents .detail .title-box {
	position: absolute;
	left: 1em;
	top:  1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #ea6088;
}
@media only screen and (max-width: 720px) {
    #main > .container > .contents .detail .kokuban-box { 
        font-size: 1em;
        padding: 5em 2em 2em;
    }
}
/*ここまで*/

/*広報誌img横並び*/
#main > .container > .contents .detail figure {
	display:block;
	position:relative;
	width:auto;
	height:450px;
	float:left;
	margin:20px 10px;
}
#main > .container > .contents .detail figcaption {
	position:absolute;
	color:#40220f;
	font-size:14px;
	line-height:1.4em;
	margin:10px;
}
/*ここまで*/

/*サイト内リンク用inline-block*/
#main > .container > .contents .detail .box {
    display: block;
	text-align:center;
	margin:3px 0px;
}

#main > .container > .contents .detail .box-img,
#main > .container > .contents .detail .box-text{
    display: inline-block;
    margin:3px;
}
/*ここまで*/
/*資料用inline-block*/
#main > .container > .contents .detail .box_book {
    display: block;
	width:100%;
	text-align:left;
}
#main > .container > .contents .detail .box_book-img,
#main > .container > .contents .detail .box_book-text{
    display: inline-block;
	height:200px;
    vertical-align: top;
	margin:7px;
}
#main > .container > .contents .detail .box_book-text span{
	font-weight:bold;
	font-size:1.2em;
    color:#40220f;
	margin-bottom:5px;
}
/*ここまで*/
/*p img挿入用float（縦長）*/
#main > .container > .contents .detail .float_box {
	width:180px;
	float:right;
	margin:0px 10px;
	vertical-align:middle;
}
#main > .container > .contents .detail .clear_box {
    clear:  both;
}
/*p img挿入用float（横長）福祉のことば（チーバくん）*/
#main > .container > .contents .detail .float_box2 {
	width:245px;
	float:right;
	margin:10px 10px;
	vertical-align:middle;
}
/*p img挿入用float（研修会用）*/
#main > .container > .contents .detail .float_box3 {
	width:133px;
	float:right;
	margin:10px;
	vertical-align:middle;
}
/*p img挿入用float（広報誌用）*/
#main > .container > .contents .detail .float_box4 {
	width:200px;
	height:auto;
	float:right;
	margin:10px;
	vertical-align:middle;
}
/*p img挿入用float（歴史用:笠井氏）*/
#main > .container > .contents .detail .float_box5 {
	width:200px;
	float:left;
	margin:5px 30px 15px 5px;
}
/*p その他の冊子１（150×212）*/
#main > .container > .contents .detail .float_box6 {
	width:150px;
    height:auto;
	float:right;
	margin:0px 10px;
	vertical-align:middle;
}
/*p その他の冊子２（横100）*/
#main > .container > .contents .detail .float_box7 {
	width:100px;
    height:auto;
	float:right;
	margin:0px 10px;
	vertical-align:middle;
}
/*p その他の冊子３（横212）*/
#main > .container > .contents .detail .float_box8 {
	width:212px;
    height:auto;
	float:right;
	margin:0px 10px;
	vertical-align:middle;
}
/*p img挿入用float（縦長）助成制度（チーバくん）*/
#main > .container > .contents .detail .float_box9 {
	width:160px;
	float:right;
	margin:10px 10px;
	vertical-align:middle;
}
/*リンクボタン*/
#main > .container > .contents .detail .link_button {
    display: inline-block;
	font-weight: bold;
	color: #40220f;
	margin:0px 7px;
	padding:25px;
	border-radius: 2px;
	background-color:#fff;
	border: 1px solid #ccc;
}
#main > .container > .contents .detail .link_button:hover {
	color: #fff;
	background: #ea6088;
	text-decoration:none;
}
/*ここまで*/
/*強調*/
#main > .container > .contents .detail .koi {
	font-size:1.3em;
	color:#ea6088;
}
#main > .container > .contents .detail .koi2 {
	color:#ea6088;
	font-weight:bold;
}
/*●＋茶強調　font1.2*/
#main > .container > .contents .detail .koi3 {
	color:#40220f;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0px 10px 10px;
}
#main > .container > .contents .detail .koi3::before {
	color:#ea6088;
	content:"●";
	margin-right:10px;
}
/*●＋茶強調 font拡大なし*/
#main > .container > .contents .detail .koi4 {
	color:#40220f;
	font-weight:bold;
	padding:10px;
}
#main > .container > .contents .detail .koi4::before {
	color:#ea6088;
	content:"●";
	margin:0px 10px;
}
/*ピンク強調*/
#main > .container > .contents .detail .koi5 {
	font-size:1.2em;
	color:#ea6088;
}
/*ピンク強調*/
#main > .container > .contents .detail .koi6 {
	font-weight:bold;
	color:#40220f;
	padding-right:5px;
}
#main > .container > .contents .detail .koi6::before {
	color:#ea6088;
	content:"●";
	margin:0px 3px;
}
/*歴史・本文*/
#main > .container > .contents .detail .koi7 {
	color:#F39800;
	font-weight:bold;
}
#main > .container > .contents .detail .koi8 {
	color:#8FC31F;
	font-weight:bold;
}
#main > .container > .contents .detail .koi9 {
	color:#2EA7E0;
	font-weight:bold;
}
#main > .container > .contents .detail .koi10 {
	color:#F39800;
}
#main > .container > .contents .detail .koi11 {
	color:#A40B5D;
}
#main > .container > .contents .detail .koi13 {
	color:#22AC38;
}
#main > .container > .contents .detail .koi14 {
	color:#036EB8;
}
#main > .container > .contents .detail .koi15 {
	color:#40220f !important;
}
/*相談窓口・市町村●＋強調なし font拡大なし*/
#main > .container > .contents .detail .koi16 {
	padding:0px 15px;
}
#main > .container > .contents .detail .koi16::before {
	color:#ea6088;
	content:"●";
	margin:0px 5px;
}
#main > .container > .contents .detail .koi17 {
	font-size:1.1em;
	color:#40220f;
	font-weight:bold;
}
/*ここまで*/
/*主な活動/本文*/
#main > .container > .contents .detail .koi12 {
	color:#40220f;
	font-weight:bold;
	margin:30px 10px;
}
/*ここまで*/
/*その他の冊子項目（オレンジ）●＋茶強調 font拡大なし*/
#main > .container > .contents .detail .koi18 {
	color:#40220f;
	font-weight:bold;
	padding:10px;
}
#main > .container > .contents .detail .koi18::before {
	color:#F39800;
	content:"●";
	margin:0px 10px;
}
/*ここまで*/
/*その他の冊子項目（黄緑）●＋茶強調 font拡大なし*/
#main > .container > .contents .detail .koi19 {
	color:#40220f;
	font-weight:bold;
	padding:10px;
}
#main > .container > .contents .detail .koi19::before {
	color:#8FC31F;
	content:"●";
	margin:0px 10px;
}
/*ここまで*/
/*その他の冊子項目（緑）●＋茶強調 font拡大なし*/
#main > .container > .contents .detail .koi20 {
	color:#40220f;
	font-weight:bold;
	padding:10px;
}
#main > .container > .contents .detail .koi20::before {
	color:#22AC38;
	content:"●";
	margin:0px 10px;
}
/*ここまで*/
/*その他の冊子項目（緑）●＋茶強調 font拡大なし*/
#main > .container > .contents .detail .koi21 {
	color:#40220f;
	font-weight:bold;
	padding:10px;
}
#main > .container > .contents .detail .koi21::before {
	color:#2EA7E0;
	content:"●";
	margin:0px 10px;
}
/*ここまで*/


/*説明*/
#main > .container > .contents .detail .setsu {
	font-size:0.9em;
	color:#40220f;
	padding-left:25px;
}
/*ここまで*/
/*余白*/
main .bs {
  margin-bottom: 2em;
}
main .ss {
  margin-bottom: 0.5em;
}
/*ここまで*/


/*img*/
main > .container > .contents .detail .box1 {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}

#main > .container > .contents .detail .content p img {
	width: 100%;
    height: auto;
}
/*ここまで*/
/*img民生委員・福祉関係者向け*/
 .posi {
    position: relative;
    width: 260px;
}
 .posi2 {
	 position:absolute;
	 left: 23px;
	 top: 150px;
}
 .posi3 {
	 position:absolute;
	 left: 23px;
	 top: 375px;
}
 .posi4 {
	 position:absolute;
	 left: 23px;
	 top: 600px;
}
 /*ここまで*/
/*img中央*/
 .chuo {
	 text-align:center;
	 margin-right:auto;
	 margin-left:auto;
} 
/*データで見るグラフimg中央2*/
 .chuo2 {
	 text-align:center;
	 margin:50px auto;
} 
/*ここまで*/



@media only screen and (max-width: 480px) {
    #main > .container > .contents .detail h1,
    #main > .container > .contents .detail .h1,
    #main > .container > .contents .detail h1, #main > .container > .contents .detail .h1 {
        font-size: 3rem;
        padding: 20px 0;
    }
    #main > .container > .contents .detail h2,
    #main > .container > .contents .detail .h2 {
        font-size: 18px;
        font-size: 1.8rem;
        padding-left: 55px;
        margin: 50px 0px 30px;
    }
    #main > .container > .contents .detail .titlenumber2 h2::before,
    #main > .container > .contents .detail .titlenumber2 .h2::before{
        font-size: 22px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    
    }
    #main > .container > .contents .detail h3,
    #main > .container > .contents .detail .h3 {
        font-size: 2.5rem;
        padding: 10px;
    }
    #main > .container > .contents .detail h3 span,
    #main > .container > .contents .detail .h3 span {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #main > .container > .contents .detail h5 {
        font-size: 1.2em;
    }
    #main > .container > .contents .detail .content p img,
    #main > .container > .contents .detail .content table img {
        width: auto;
        height: 16px;
        vertical-align: middle;
    }
    #main > .container > .contents .detail .ac-container label{
		font-size: 16px;
        font-size: 1.6rem;
	}
    #main > .container > .contents .detail .ac-containerb label{
		font-size: 16px;
        font-size: 1.6rem;
	}
    #main > .container > .contents .detail .ac-containerc label{
		font-size: 16px;
        font-size: 1.6rem;
	}
    #main > .container > .contents .detail .ac-containerd label{
		font-size: 16px;
        font-size: 1.6rem;
	}
    #main > .container > .contents .detail .ac-containere label{
		font-size: 16px;
        font-size: 1.6rem;
	}
	#main > .container > .full_contents th,
    #main > .container > .full_contents td,
    #main > .container > .contents .detail .content th,
    #main > .container > .contents .detail .content td {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 10px 5px;
    }
    #main > .container > .full_contents th,
    #main > .container > .contents .detail .content thead th {
        white-space: nowrap;
    }
	#main > .container > .contents .detail .content p img {
		width: auto;
        height: auto;
    }
    #main > .container > .contents .detail .kokuban-box {
        font-size: initial;
        padding: 4em 1.5em 1em;
    }
    #main > .container > .contents .detail .kokuban-box .title-box {
        line-height: 1.5em;
    }
    #main > .container > .contents .detail .float_box4,
    #main > .container > .contents .detail .float_box6,
    #main > .container > .contents .detail .float_box7,
    #main > .container > .contents .detail .float_box8 {
        float: none;
        margin: 0 auto 20px;
    }
    #main > .container > .contents .detail .content p {
        font-size: 16px;
    }
    #main > .container > .contents .detail div[class*="main"] section {
        padding: 10px;
    }
    #main > .container > .contents .detail .koi4 ,
    #main > .container > .contents .detail .content a {
        display: contents;
    }
    .gmap {
        position: relative;
        padding-bottom: 65%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        }
         
        .gmap iframe,
        .gmap object,
        .gmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}