.container_in_m{
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.news_detail_date{
  font-size: 18px;
line-height: 1;
margin-bottom: 10px;
font-weight: bold;
}

.news_detail_title{
  font-size: 18px;
margin-bottom: 28px;
font-weight: bold;
}

.news_img_box { padding: 20px 0; }

.news_contents {
margin-bottom: 20px;
line-height: 1.8;
letter-spacing: 0em;
text-align: justify;
font-size: 12px;
}

.news_contents_2 {
margin-bottom: 20px;
line-height: 1.8;
letter-spacing: 0em;
font-size: 15px;
}

.news_contents a:not(.button), .news_contents_2 a {
  color: #007ee5;
}

.control{
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -webkit-justify-content:space-around;/*--- safari（PC）用 ---*/
  justify-content:space-around;
}

.prev, .back, .next{
  background-color: #fff;
  color: #000;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5) ;
  text-align: center;
  padding: 6px 10px;
}

.backs{
  width: 90%;
   position: relative;
   padding: 0 20px;
   min-height: 1px;
   margin: auto;
   float: none;
}

.longer{
  width: 292px;
}

.right{
  text-align: right;
}

.right img{
  text-align: right;
  width:123px;
  padding-bottom: 10px;
}

.button{
  background-color: rgb(35, 71, 148);
  color: #fff;
  box-shadow: 3px 3px 5px #000;
  -webkit-box-shadow: 3px 3px 5px #000;
}

.button:hover{
  background-color: #fff;
}

.button,
.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
   font: 14px/24px 'montserrat-bold', sans-serif;
   /*background: #000;*/
   color: #fff;
   display: inline-block;
	text-decoration: none;
   letter-spacing: 0;
	padding: 12px 20px;
	margin-bottom: 18px;
   border: none;
   cursor: pointer;
   height: auto;

   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

   border-radius: 3px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
   /*background: #2c9fe5;*/
  color: rgb(35, 71, 148);
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
   /*background: #2c9fe5;*/
  color: rgb(35, 71, 148);
}

/*
.row .backs {
    width: 25%;
}
*/

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.news_detail_title_sub {
  font-size: 14px;
  font-weight: bold;
  border-left: solid 6px #1fa67a;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin: 1.4em 0 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}

.news_detail_list ul {
  padding-left: 2.3em;
  position: relative;
}

.news_detail_list ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.2em;
  list-style-type: none!important;
}

.news_detail_list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left : 1em;
}

.news_detail_list ul li ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  position: absolute;
  left : 1em;
}

#sf-form-page {
  margin-top: -50px;
  padding-top: 50px;
}

#toc ul {
  padding-left: 2.3em;
  position: relative;
  margin-top: -60px;
  padding-top: 60px;
}

#toc ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.2em;
  list-style-type: none!important;
}

#toc a {
  text-decoration: none;
  font-weight: bold;
}

#toc li.toc-h3 a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left : 1em;
}

#toc li.toc-h4 {
  padding-left: 2em;
}

#toc li.toc-h4 a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 3em;
}

#pageTop {
  position: fixed;
  bottom: 5vh;
  right: 20px;
}

#pageTop i {
  padding-top: 8px
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.col-xs-12 {
  margin-bottom: 1.5em;
}
