.bg {
  background-color: #f7f7f0;
  margin: 5% -200%;
  padding: 5% 200%;
}
.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.full-width img {
  width: 100%;
  height: auto;
}
main {
  width: 980px;
  margin: 0 auto;
}
.red {
  color: #FF0004;
}
.title {
  width: 100%;
}
.sbtitle {
  padding: 0 10px;
  border-left: 4px solid #FF0004;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 20px;
  background-color: #f7f7f0
}
.text {
  font-size: 15px;
  padding-left: 15px;
}
.text a {
  color: #1a0dab;
}
.text a:hover {
  text-decoration: underline;
}
.flexs {
  background-color: #fdf3bd;
  padding: 10px;
  margin: 10px auto;
  display: table;
}
.flexs06 {
  display: table-cell;
  vertical-align: top;
  width: 50% /*display: flex;
width: 50%
*/
}
.dlposition {
  text-align: center;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carea {
  padding: 10px 0
}
.textc {
  float: right;
  font-size: 13px
}
.tabtext4 a {
  color: #1a0dab;
}
.tabtext4 a:hover {
  text-decoration: underline;
}
.intro {
  font-size: 15px;
  padding-left: 15px;
}
.intro2 {
  font-size: 15px;
  padding-left: 5px;
}
.intro a {
  color: #1a0dab;
}
.intro a:hover {
  text-decoration: underline;
}
.about {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#ff8c00));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #ff8c00 100%);
  background-image: linear-gradient(to right, #f83600 0%, #ff8c00 100%);
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.small {
  font-size: 12px;
}
.small2 {
  font-size: 15px;
  font-weight: bold;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent2 {
  padding-left: 2em;
  text-indent: -1em;
}
*, *:before, *:after {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .col_2 > div {
    width: 100%;
    text-align: center;
  }
}
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .col_3 > div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_3 > div {
    width: 100%;
    text-align: center;
  }
}
.area {
  margin: 20px 0;
}
.box {
  width: 300px;
  margin: 5px auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.boxtitle {
  font-size: 18px;
  font-weight: bold;
  color: #EB0003;
  margin: 10px 0;
  text-align: center;
}
.boxtext {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 22px;
  padding: 15px 0 0 20px
}
.boximg img {
  max-width: initial;
}
.accordion {
  margin: auto;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin: 2em 0;
}
.sidebar, .note {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.sidebar {
  border: solid 1px #ccc;
  padding: 8px;
  display: block;
  color: #333;
  font-weight: bold;
  width: 500px;
  text-align: center;
  margin-left: 1.5rem;
}
.sidebar::after, .sidebar::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.sidebar::after {
  transform: rotate(90deg);
}
.note {
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 1em;
}
.toggle:checked + .sidebar + .note {
  max-height: 100%;
  transition: all 1.5s;
}
.toggle:checked + .sidebar::before {
  transform: rotate(90deg) !important;
}
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border: 1px solid #61A078;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/2);
  padding: 15px 0;
  border-bottom: 3px solid #37beb0;
  background-color: #ececec;
  text-align: center;
  color: #37beb0;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #37beb0;
  color: #fff;
}
/*.shadow{
	padding-left: 1em;
	margin: 10px 0 0;
}
*/
.shadow {
  list-style: none; /*デフォルトの指定を解除*/
  display: inline-block; /*liをインラインブロック要素に*/
  padding: 10px 0; /*縦の余白を指定*/
  vertical-align: middle; /*縦方向を中央揃え*/
  text-align: center; /*横方向を中央揃え*/
}
.shadow img {
  /*  border: 1px solid #D5D5D5;
*/ /*	width: 40%;
	display: flex
*/
}
.heading {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff
}
.backgroundcolor {
  background-color: #ff0004;
  padding: 5px;
  border-radius: 10px;
}
.heading1 {
  font-size: 15px;
  font-weight: bold;
}
.tabtext {
  font-size: 15px;
  padding-left: 1em;
}
.tabtext4 {
  font-size: 15px;
  padding-left: 2em;
  text-indent: -1.2em
}
.tabtext6 {
  font-size: 13px;
  padding-left: 4em;
  text-indent: -4em
}
.tabtext5 {
  font-size: 13px;
  padding-left: 5em;
  text-indent: -1em
}
.tabtext2 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 1em;
}
.tabtext3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.tabtext2 a {
  color: #1a0dab;
  text-decoration: underline;
}
.tabtext2 a:hover {
  opacity: 0.8;
}
.ma30 {
  margin-top: 30px;
}
.areatable {
  border-collapse: collapse;
  margin: 15px;
}
.areath, .areatd {
  border: solid 1px black;
  padding: 8px;
}
.areath {
  background: #CDCDCD;
  font-size: 15px;
  font-weight: bold;
}
.areatd {
  font-size: 13px;
}
.listimg img {
  width: 85px;
}
.button {
  width: 450px;
  margin: 30px auto;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #FF0000;
  border-radius: 30px;
  box-sizing: border-box;
  color: #FF0000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}
.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  top: 52%;
  right: 25px;
  margin-top: -6px;
}
.btn:hover {
  background: #FF0000;
  color: #fff;
}
.btn:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width:799px) {
  main {
    width: 100%;
    padding: 0 8px;
  }
  .sbtitle {
    font-size: 15px;
    margin: 40px 0 10px;
  }
  .text {
    font-size: 14px;
  }
  .textc {
    float: left !important;
    font-size: 13px;
    padding-left: 15px
  }
  .flexs {
    background-color: #fdf3bd;
    padding: 5px;
    margin: 10px auto;
    display: table;
  }
  .flexs06 {
    display: block;
    vertical-align: top;
    width: 100% /*display: flex;
width: 50%
*/
  }
  .intro {
    font-size: 14px;
  }
  .intro2 {
    font-size: 14px;
  }
  .about {
    font-size: 14px;
  }
  .small2 {
    font-size: 13px;
    font-weight: bold;
  }
  .accordion {
    max-width: 100%;
    margin: 1em auto;
  }
  .option {
    margin: 0;
  }
  .sidebar {
    font-size: 14px;
    padding: 8px;
    width: 100%;
    margin-left: 0;
  }
  .note {
    padding: 8px 0 0;
  }
  /*3特徴*/
  .box {
    width: 300px;
    margin: 5px auto;
    padding: 8px;
    display: flex;
    flex-direction: column;
  }
  .boxtitle {
    font-size: 16px;
  }
  .boxtext {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
    margin: 0 auto;
    width: 90%;
    /*text-align: left;*/
  }
  .boximg img {
    text-align: center;
    width: 60%;
  }
  .areath {
    font-size: 14px;
  }
  .areatd {
    font-size: 13px;
  }
  .listimg {
    width: 100%;
  }
  .listimg img {
    width: 15%;
  }
  .button {
    width: 100%;
  }
  .btn {
    font-size: 14px;
  }
  .btn:before {
    top: 53%;
    right: 15px;
  }
  .shadow {
    text-align: center;
    padding-left: 0;
  }
  .shadow img {
    width: 80%;
  }
  .heading {
    font-size: 14px;
  }
  .heading1 {
    font-size: 14px;
  }
  .tabtext {
    font-size: 14px;
  }
  .tabtext4 {
    font-size: 14px;
  }
  .tabtext6 {
    padding-left: 5em;
    font-size: 13px;
    text-indent: -5em
  }
  .tabtext5 {
    font-size: 13px;
  }
  .tabtext2 {
    font-size: 14px;
  }
  .tabtext3 {
    font-size: 14px;
  }
  .tab_item {
    width: 0px;
    height: 0px;
    padding: 0;
    border-bottom: 0px;
    background-color: #fff;
    color: #fff;
    display: block;
  }
  .tab_item:hover {
    opacity: 1;
  }
  .tab_content {
    display: block;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
  }
  .ma30 {
    margin-top: 5px;
  }
}
#prefecturesContainer {
  padding-bottom: 20px;
}
.prefecturesList {
  background: #F7F7F0;
  margin: 30px 0 10px;
  padding: 21px 25px 1px;
  width: 980px
}
.prefecturesList_ttl {
  margin-bottom: 20px;
}
.prefecturesList_ttl h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.prefecturesList_areaBox {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}
.prefecturesList .prefecturesList_areaBox:last-child {
  border-bottom: none;
}
.prefecturesList_areaBox dt {
  font-weight: bold;
}
.prefecturesList_areaBox dd {
  padding-left: 185px;
  margin-top: -1.75em;
}
.prefecturesList_link a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-right: 10px;
  margin-right: 21px;
  position: relative;
}
.prefecturesList_link a:hover {
  text-decoration: underline;
}
.prefecturesList_link a::before {
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20em;
}
/* Icon */
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
 .spmenu {
  max-width: 340px;
  margin: 0 auto;
  padding: 0;
}
.spmenu label {
  text-align: center;
  background: #F7F7F0 !important;
  padding: 10px !important;
  display: block !important;
  margin: 0 !important;
  border: 1px solid #fff !important;
}
.spmenu input[type=checkbox] + label::after {
  content: '+';
}
input[type="checkbox"].on-off {
  display: none;
}
.spmenu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spmenu li {
  padding: 5px;
}
.spmenu ul li a:hover {
  text-decoration: underline;
  color: #ed0000;
}
input[type="checkbox"].on-off + ul {
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul {
  height: auto;
}
/*@media screen and (max-width:767px) {*/
.cp_menu {
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
}
.cp_menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000000;
  line-height: 1;
}
.cp_menu input {
  display: none;
}
.cp_menu ul {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  list-style: none;
}
.cp_menu li {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li, #cp_menu_bar2:checked ~ #link2 li, #cp_menu_bar3:checked ~ #link3 li, #cp_menu_bar4:checked ~ #link4 li, #cp_menu_bar5:checked ~ #link5 li {
  max-height: 46px;
  opacity: 1;
}
.follow {
  position: fixed;
  border: 1px solid #F9245B;
  border-radius: 8px;
  background-color: #fff;
  right: 30px;
  bottom: 120px;
  box-shadow: 0px 0px 9px rgba(114, 117, 121, 0.45)
}
.follow-closeBtn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer
}
@media (max-width: 767.98px) {
  .follow-closeBtn {
    right: -15px;
    top: -15px
  }
}
.follow-title {
  background-color: #F9245B;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 20px
}
@media (max-width: 767.98px) {
  .follow-title {
    padding: 10px 20px
  }
}
.follow-title-h2 {
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  text-align: left
}
@media (max-width: 767.98px) {
  .follow-title-h2 {
    font-size: 1.2rem;
    text-align: center
  }
}
@media (max-width: 767.98px) {
  .follow-title figure img {
    width: 21px
  }
}
.follow-inner {
  padding: 15px
}
@media (max-width: 767.98px) {
  .follow-inner {
    padding: 8px 15px
  }
  .follow-inner .br {
    display: block
  }
}
@media (max-width: 767.98px) {
  .follow-inner-qr {
    display: none
  }
}
.follow-inner-link a {
  display: block;
  margin: 4px 0
}
.follow-inner-link a:hover {
  opacity: .8
}
.follow-inner p {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center
}
.follow-inner p a {
  color: #046BF7;
  text-align: center
}
.follow-inner p .br {
  display: none
}
.justify-content-center {
  justify-content: center !important
}
.d-flex {
  display: flex !important
}
@media (max-width: 767.98px) {
  .follow-inner p {
    font-size: 1rem
  }
  .follow-inner p .br {
    display: block
  }
}
.sb_r {
  margin: 40px 0 20px;
  font-size: 20px;
  position: relative;
  background-color: #cffae0;
  padding: 0.25em 0.5em;
  border-left: solid 2em #02ce53;
  font-weight: bold;
}
.sb_r:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nonstress {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 2rem 2rem 2rem 3rem;
  box-shadow: 5px 5px #008f39;
  background-image: linear-gradient(135deg, transparent 10px, #efefef 10px);
  /*    color: #212121;
    font-weight: bold;
    font-size: 26px;
*/ overflow: hidden;
  margin-top: 1.5em
}
.point_r::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  position: absolute;
  padding: 0em;
  color: #008f39;
  font-weight: 900;
  left: 1em;
  top: 18%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.point_r2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  position: absolute;
  padding: 0em;
  color: #008f39;
  font-weight: 900;
  left: 1em;
  top: 28%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.point_r::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  position: absolute;
  padding: 1em;
  color: #008f39;
  font-weight: 900;
  left: -1em;
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
.nonstress::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  border-width: 15px 15px 0px 0px;
  border-style: solid;
  border-color: transparent #008f39 transparent;
  box-shadow: 0 0 5px #000;
}
.nonstress ul {
  display: flex;
}
.nonstress ul li {}
.boxtext_r {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 22px;
  padding: 15px 0 0 20px;
  text-align: center;
}
.col_3r {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin: 0 auto;
  background-color: #fcf5cf;
  border-radius: 20px;
}
.app_essential {
  background-color: #fcf5cf;
  border-radius: 20px;
  padding: 1em
}
@media screen and (max-width: 960px) {
  .col_3r > div {
    width: 50%;
  }
  .boxtext_r {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
    margin: 0 auto;
    width: 90%;
    /*text-align: left;*/
  }
  .sb_r {
    font-size: 15px;
  }
  .nonstress {
    font-size: 13px;
    margin-top: 1em
  }
  .point_r::before {
    left: 1.2em;
    top: 15%;
  }
  .point_r2::before {
    left: 1.2em;
    top: 20%;
  }
}
@media screen and (max-width: 480px) {
  .col_3r > div {
    width: 100%;
    text-align: center;
  }
}


/*ここからuse.html専用*/
.col_4 {
  margin: 30px auto;
  max-width: 980px;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 960px) {
  .col_4 {
    margin: 20px auto;
	      display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    width: 100%;
  }
}
/*@media screen and (max-width: 480px) {
  .col_4 > div {
    width: 100%;
    text-align: center;
  }
}
*/
.main-h1 {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .main-h1 {
    font-size: 2rem
  }
}
.text-center {
  text-align: center;
}
.top_link {
  border: solid #d90b0b 2px;
  padding: 0.5em;
  width: calc(85%/4);
  border-radius: 15px;
  margin: 0 auto;
  align-items: stretch;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;

	/*background-color: #d90b0b;*/
}
.top_link:hover {
  border: solid #d90b0b 2px;
	background-color: #d90b0b;
	color:#ffffff
}
/*.top_link p {
  vertical-align: middle !important;
  font-size: 15px;
  line-height: 1.5em;
}
.top_link p:hover {
	color: #FFFFFF
}
*//*.fa-angle-right {
    content: "&#xf105;";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-right: 3px solid #d90b0b;
    border-bottom: 3px solid #d90b0b;
    /* content: ""; */
/*    width: 8px;
    height: 8px;
    right: 20px;
    top: 20%;
    display: inline-block;
    transform: translateY(-50%) rotate(-45deg);
    margin-bottom: 5px;
    margin-left: 30px;}
*/
.top_link:after {
  position: absolute;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-bottom: solid 2px #d90b0b;
  border-right: solid 2px #d90b0b;
  margin-left: 10em;
  transform: rotate(45deg);
}
.top_link:hover:after {
  border-bottom: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}
.sb_u {
  margin: 40px 0 20px;
  font-size: 18px;
  position: relative;
  background-color: #fddedf;
  padding: 0.25em 0.5em;
  border-left: solid 3px #d90b0b;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
.top_link {
    width: calc(100%/2.5);
    font-size: 15px;
    height: 4em;
    margin: 0.5em 0.5em;
  }
.top_link:after {
    margin-left: 7.2em;
}
	}

.line_u {
  background: linear-gradient(transparent  50%, #fba0a4  70%);
}

.listtext {
  margin-bottom: 5px;
  color: #d90b0b!important;
  font-size: 14px;
	margin-left: 1em
}
.listtext a:hover {
  text-decoration: underline;
}
.qatitle {
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  background: #fddedf;
  text-indent: -25px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8rem;
}
.qatitle:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 7px;
}
.qaarea {
  padding: 0 1em 0 2.5em;
  margin-top: 10px;
}
.answer {
  font-size: 1.4rem;
  text-indent: -1.6em;
}
.answer1 {
  font-size: 1.4rem;
}
.answer:before {
  content: "A.";
  color: #FF0000;
  font-weight: bold;
  margin-right: 7px;
}
.answer a:hover {
  text-decoration: underline;
}
.agreen {
	color: #fb5e64!important
}
.indent3 {
	padding-left: 1em;
    text-indent: -2.5em !important;
}


@media only screen and (max-width: 767px) {
  .listtext {
    font-size: 13px;
  }
  .qatitle {
    font-size: 15px;
  }
  .qaarea {
    padding-left: 2em;
    margin-top: 10px;
  }
  .answer {
    font-size: 13px;
  }
  .answer1 {
    font-size: 13px;
  }

}

.col_u {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    margin: 1em auto;
}

.in_u1 {
    width: 80%;
    /*display: flex;*/
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    margin: 3em 2em 1em auto;
	/*padding-right: 2em*/
}
.in_u2 {
    width: 40%;
    /*display: flex;*/
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    margin: 1em auto;
	text-align: center
}
.in_u1_2 {
    width: 60%;
    /*display: flex;*/
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    margin: 3em 2em 1em auto;
	/*padding-right: 2em*/
}
.in_u2_2 {
    width: 60%;
    /*display: flex;*/
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    margin: auto;
	text-align: center
}

.uimg {
	max-width: 80%!important;
	margin-top: 20px;
	border: 1px solid rgba(140,140,140,1.00);
}

@media only screen and (max-width: 767px) {
.col_u {
    display: block;
}

.in_u1 {
    margin: 5px auto;
    padding: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.in_u2 {
    margin: 5px auto;
    /*padding: 8px;*/
    display: flex;
    flex-direction: column;
    width: 100%;
}
.in_u1_2 {
    margin: 5px auto;
    padding: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.in_u2_2 {
    margin: 5px auto;
    padding: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
	.uimg {
	max-width: 90%!important
}

}
