@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, textarea, p, th, td {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

 img {
  border: 0;
  vertical-align: middle;
}

code, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/*===============================================
	li
===============================================*/
li {
  list-style: outside none none;
}

/*===============================================
	box-sizing
===============================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*===============================================
	cFix
===============================================*/
/*Opera Fix*/
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

main {
  display: block;
	padding-top: 104px;
}


/*cFix*/

/* IE-mac */

img {
  width: 100%;
}


/*===============================================
	a,text
===============================================*/
a:hover, a:hover img {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

a, a img {
  text-decoration: none;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/*===============================================
 2021-11-5 追加 by Chikane Mitani
===============================================*/
.xxximg {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

li.chara img {
	width: 25%;
	padding: 0 5px;
	box-sizing: border-box;
}
/*=============================================== 
	base
===============================================*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 80%;
  }
}

html, body {
  height: 100%;
}

/*===============================================
	font
===============================================*/
body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #000;
  background: white;
}

/*input,textarea,select{font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size:1.2rem;}*/
/* for IE6 */
* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* --responsive------------------------------------------- */
 .ButtonKu a, .Link li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}

 .ButtonKu a::before, .Link li a::before, .ButtonKu a::after, .Link li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/*===============================================
  タイトルスタイル
===============================================*/
h2 {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 2.5em;
}

h2::after {
  content: "";
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 1px;
  width: 4em;
  background: black;
}


/*=============================================== 
	head
===============================================*/
header {
  width: 100%;
  position: fixed;
	z-index: 3;
}
#HeaderWrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 3;
  position: relative;
}

#Header {
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Header .Logo {
  margin: 0 20px 0 0;
  width: 30%;
}

@media screen and (max-width: 640px) {
  #Header .Logo {
    width: 50%;
  }
}

#Header .access {
  width: 10%;
}

@media screen and (max-width: 640px) {
  #Header .access {
    width: 20%;
  }
}

#Header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  #Header ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

#Header ul li:last-child {
  margin: 0;
  line-height: .8;
}

/*=============================================== 
	Gnav
===============================================*/
nav {
  position: relative;
  background: white;
  padding-bottom: .42em;
}

nav .accordion {
  width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: white;
}

@media screen and (max-width: 640px) {
  nav .accordion {
    padding: 0;
    display: block;
    width: 100%;
  }
}

nav .accordion li {
  position: relative;
  color: black;
  text-align: center;
  display: block;
  padding: 0em 1em;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-right: solid 1px #cccccc;
}

nav .accordion li:first-child {
  border-left: solid 1px #cccccc;
}

@media screen and (max-width: 640px) {
  nav .accordion li {
    width: 100%;
    text-align: left;
    padding: 1em;
    border-left: none;
    border-right: none;
  }
}

nav .accordion li a {
  color: black;
  border-bottom: none;
  position: relative;
}

nav .accordion li a:hover {
  color: #e5004f;
}

@media screen and (max-width: 640px) {
  nav .accordion li a:hover {
    color: black;
  }
}

nav .accordion li p {
  position: relative;
}

nav .accordion li p::after {
  content: "";
  width: 0;
  height: 6px;
  background: #e5004f;
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav .accordion li p:hover {
  color: #e5004f;
}

nav .accordion li p:hover::after {
  width: 100%;
}

@media screen and (max-width: 640px) {
  nav .accordion li p:hover {
    color: black;
  }
  nav .accordion li p::after {
    display: none;
  }
}

nav .accordion .inner {
  display: none;
  position: absolute;
  left: 1em;
  top: 34px;
  z-index: 5;
  width: 180px;
  border: solid 1px #cccccc;
}

@media screen and (max-width: 640px) {
  nav .accordion .inner {
    position: unset;
  }
}

nav .accordion .inner li {
  background: white;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: solid 1px #cccccc;
  padding: .5em 1em;
  border-right: none;
  border-left: none;
}
nav .accordion .inner li ul.tab-list li {
  background: white;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: solid 1px #cccccc;
  border-right: none;
  border-left: none;
}
nav .accordion .inner li ul.tab-list li a.active {
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 47%, #ffffff 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #ffffff), color-stop(64%, #ffffff));
    background: linear-gradient(to bottom, #ffffff 47%, #ffffff 64%);
}

nav .accordion .inner li a {
  padding: 0;
  display: block;
  text-align: left;
}

nav .accordion .inner li:last-child {
  border: none;
}

@media screen and (max-width: 640px) {
  nav .accordion .inner {
    width: 100%;
    left: 0;
  }
}

/*nav .accordion .active {
  background: #ffffff;*/
  /* Old browsers */
  /* FF3.6-15 */
/*  background: -webkit-linear-gradient(top, #ffffff 47%, #ffe8a8 64%);*/
  /* Chrome10-25,Safari5.1-6 */
/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #ffffff), color-stop(64%, #ffe8a8));*/
/*  background: linear-gradient(to bottom, #ffffff 47%, #ffe8a8 64%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*}*/

nav .accordion .active p {
  color: #ff6806;
}

@media screen and (max-width: 640px) {
  nav .accordion .active {
    background: white;
  }
  nav .accordion .active p {
    color: black;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1c95db;
  z-index: 100;
}

.is-fixed ul {
  width: 960px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  /*=============================================== 
	head
===============================================*/
  #HeaderWrapper {
    width: 100%;
    height: auto;
  }
  #Header {
    width: 100%;
    background: white;
    position: relative;
    padding: 1em;
  }
  #Header ul .Logo {
    width: 40%;
    position: relative;
    margin: 0;
    padding: 0 .7em;
  }
  /*=============================================== 
	global navi
===============================================*/
  .side-menu {
    position: fixed;
    top: 0;
    right: -300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 300px;
    height: 100%;
    padding: 30px 0 0;
    text-align: left;
    font-size: 1.6rem;
    background: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 9999;
    overflow: scroll;
  }
  .side-menu li a {
    color: black;
  }
  .side-open .side-menu,
  .side-open .overlay {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    background: white;
  }
  .overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 9997;
  }
  .side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
  }
  .overlay::after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .side-open .overlay::after {
    visibility: visible;
    color: rgba(255, 255, 255, 0.8);
  }
  /* --------------------------------------------------- btn */
  /* --------------------------------------------------- side menu */
  /* --------------------------------------------------- ellipsis btn */
  .side-menu-btn {
    position: absolute;
    background: #e5044f;
    border-radius: 100% 0 0 100%;
    top: 5em;
    right: 0;
    left: unset;
    width: 70px;
    height: 65px;
    padding: 5px;
    cursor: pointer;
    z-index: 990;
    text-align: center;
  }
  .side-menu-btn em {
    font-size: 1.3rem;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    font-style: normal;
    font-weight: bold;
    margin-top: -5px;
  }
  .is-fixed {
    position: fixed;
    /*top: 0.5em !important;*/
  }
  .side-open .side-menu-btn em {
    display: none;
  }
  .ellipsis-v {
    position: relative;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .ellipsis-v .point {
    position: absolute;
    left: .4em;
    right: 0;
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 2px;
    margin: auto;
    background: #fff;
  }
  .ellipsis-v .point.top {
    top: 0.5em;
  }
  .ellipsis-v .point.mid {
    top: 0.5em;
    bottom: 0;
  }
  .ellipsis-v .point.bot {
    bottom: 0em;
  }
  .side-menu-btn:hover .top {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .side-menu-btn:hover .bot {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .side-menu-btn_close {
    display: none;
  }
  .side-open {
    position: relative;
  }
  .side-open .side-menu-btn {
    display: none;
  }
  .side-open .side-menu-btn_close {
    display: block;
    position: fixed;
    background: #ccc;
    border-radius: 100% 0 0 100%;
    top: 0.5em;
    right: 300px;
    width: 70px;
    height: 65px;
    padding: 5px;
    cursor: pointer;
    z-index: 9998;
    opacity: 1;
    text-align: center;
    -webkit-animation-name: slidebtn;
    animation-name: slidebtn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
  }
  .side-open .side-menu-btn_close .ellipsis-v {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .side-open .side-menu-btn_close .ellipsis-v .point {
    left: .0em;
  }
  .side-open .side-menu-btn_close .ellipsis-v .top {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 0.5em;
    left: .7em;
  }
  .side-open .side-menu-btn_close .ellipsis-v .bot {
    bottom: 1em;
    left: 0.7em;
  }
  @-webkit-keyframes slidebtn {
    from {
      z-index: 9990;
      right: 0;
      opacity: 0;
    }
    to {
      z-index: 9998;
      opacity: 1;
      right: 300px;
    }
  }
  @keyframes slidebtn {
    from {
      z-index: 9990;
      right: 0;
      opacity: 0;
    }
    to {
      z-index: 9998;
      opacity: 1;
      right: 300px;
    }
  }
}

/*=============================================== 
	footer
===============================================*/
#footerBg {
  width: auto;
  border-top: 10px solid #e5004f;
  background: #313131;
  width: 100%;
  padding: 30px 0;
  /*margin-top: 50px;*/
}

#footer {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  #footer {
    width: 100%;
    padding: .5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.footer-list a {
  color: white;
}

.footer-list p {
  margin-bottom: 1em;
}

.footer-list li {
  width: 30%;
  font-size: 1.4rem;
  line-height: 1.4;
  color: white;
  /*margin-bottom: 10px;*/
  margin-right: 20px;
  margin-bottom: 1em;
}

.footer-list li .inner {
  padding-left: 1em;
}

.footer-list li .inner li {
  margin-bottom: .5em;
  width: 100%;
}

.footer-list li.top {
  width: 100%;
}

.footer-list li .access {
  margin-top: 4em;
}

#copy {
  font-size: 1.2rem;
  text-align: center;
  background: #313131;
  color: white;
}

#copy a {
  color: white;
}

#Column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#Column a {
  color: #000;
}

#wrapper {
  padding: 0;
  overflow: hidden;
}

#page {
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#contents {
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 2em;
}

.conte {
  width: 960px;
  /*margin: 0 auto;*/
	margin-top: -104px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 104px;
}

.num li {
  list-style: decimal;
  margin-left: 1em;
}

.ButtonKu {
  text-align: center;
}

.ButtonKu a {
  color: black;
  background: white;
  border: solid black 1px;
  padding: .2em 1em .2em 2em;
  display: inline-block;
}

.ButtonKu a::before {
  left: .5em;
  width: 9px;
  height: 9px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .ButtonKu {
    width: 80%;
    margin: 0 auto 1em;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}



.contentsWrapper {
  margin-bottom: 80px;
}

#TopPage .main {
  width: 960px;
  margin: auto;
  padding-bottom: calc(24px);
}

@media screen and (max-width: 640px) {
  #TopPage .main {
    width: 100%;
  }
}

#TopPage .bk_tec {
  padding: 2em;
  background: url(../img/top/bk.jpg);
/*  background-size: cover; */
  background-size: 960px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 2.1rem;
  color: white;
  line-height: 1.8;
  margin-bottom: 3em;
}

@media screen and (max-width: 640px) {
  #TopPage .bk_tec {
    font-size: 1.5rem;
    text-align: justify;
    background-position-x: center;
  }
}

#TopPage .MenuBtn .cls-1 {
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#TopPage .MenuBtn .cls-2 {
  fill: #e5004f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#TopPage .MenuBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#TopPage .MenuBtn ul li {
  width: 300px;
  margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
  #TopPage .MenuBtn ul li {
/*    width: 48%; */
    width: 32%;
  }
}

#TopPage .MenuBtn ul li a:hover {
  opacity: 1;
}

#TopPage .MenuBtn ul li a:hover .cls-1 {
  fill: #e5004f;
}

#TopPage .MenuBtn ul li a:hover .cls-1.mozi {
  fill: white;
}

#TopPage .MenuBtn ul li a:hover .cls-2 {
  fill: white;
}

#TopPage .MenuBtn ul li a:hover .cls-2.obi {
  fill: #e5004f;
}

#TopPage .MenuBtn ul li a:hover .cls-2.sen {
  fill: #e5004f;
}

#TopPage .news {
  margin-top: -60px;
}

#TopPage .news .new {
  width: 45px;
}

#TopPage .news li {
  margin-bottom: 1em;
}

#TopPage .news li a {
  color: black;
}

#TopPage .news li a:hover {
  color: #e5004f;
}

#TopPage .news li a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#TopPage .news li a div .date {
  font-size: 1.4rem;
  width: 125px;
}

@media screen and (max-width: 640px) {
  #TopPage .news li a div .date {
    width: 30%;
  }
}

@media screen and (max-width: 640px) {
  #TopPage .news li a div .title {
    width: 55%;
  }
}

#TopPage .news li a div .new {
  margin-left: 1.5em;
  margin-right: .5em;
}

@media screen and (max-width: 640px) {
  #TopPage .news li a div .new {
    margin-left: 1em;
  }
}


.news ul li div p.new img {
    display: none;
}
.news ul li:nth-child(1) div p.new img ,
.news ul li:nth-child(2) div p.new img ,
.news ul li:nth-child(3) div p.new img {
    display: inline-block;
}


#blog {
  margin-top: 65px;
  border-bottom: solid 2px #ff6806;
}

#blog h2 {
  background: #ff6806;
  color: white;
  text-align: center;
  padding: 13px 0 10px;
  border: none;
  font-size: unset;
}

#blog h2::after {
  display: none;
}

#blog h2 img {
  width: 118px;
  margin-right: 15px;
}

#blog dl dt, #blog dl dd {
  padding: 10px 30px;
  border-bottom: solid 1px #898989;
}

#blog dl dt:hover p, #blog dl dd:hover p {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0.6;
}

#blog dl dt {
  width: 40%;
}

#blog dl dd {
  width: 60%;
  padding-top: 15px;
}

#blog .conte {
  padding: 20px 0 30px;
}

#blog .date {
  color: black;
  font-size: 1.4rem;
}

#blog .title {
  font-size: 1.9rem;
  color: #36ab69;
}

.Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.Link li {
  background: #c3e4cd;
  padding: .2em;
  font-size: 2.2rem;
  width: 380px;
  margin-left: 90px;
}

.Link li span {
  font-size: 1.7rem;
}

.Link li a {
  color: #36aa69;
  background: white;
  border: solid #69bc82 2px;
  padding: .5em;
  display: block;
}

.Link li a::before {
  left: .5em;
  width: 9px;
  height: 9px;
  border-top: 1px solid #69bc82;
  border-right: 1px solid #69bc82;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Link li a::before {
  left: unset;
  right: 10px;
}

@media screen and (max-width: 640px) {
  .Link li {
    width: 80%;
    margin: 0 auto 1em;
  }
}



/*style*/
.sp {
  display: none;
}

.pc {
  display: block;
}

/*===============================================
	font-size
===============================================*/

/*===============================================
	float
===============================================*/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

/*===============================================
	margine
===============================================*/
.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

/*===============================================
	padding
===============================================*/

/*===============================================
	align
===============================================*/
.center {
  text-align: center !important;
  margin: 0 auto !important;
}

.bold {
  font-weight: bold;
}

/*===============================================
	color
===============================================*/

.red {
  color: #ff0000;
}

/*responsive*/
/********max-width:640px************/
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  body {
    background: #fff;
    font-size: 2.0rem;
    -webkit-text-size-adjust: 100%;
  }
  /*=============================================== 
	上書き
===============================================*/
  /*=============================================== 
	フォントサイズ
===============================================*/
  html {
    font-size: 85.0%;
  }
  body {
    background: #fff;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
  }
  /*===============================================*/
  /*=============================================== 
	基本コンテンツ
===============================================*/
  #page {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: none;
  }
  #contents {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 1.8em;
    padding: 0;
  }
  .conte {
    width: 95%;
  }
  .conte img {
    width: 100%;
  }

  }
  .conte_plus {
	margin: auto;
	margin-bottom: 2em;
	padding: 2em;
	background: #EE8888;
	width: 960px;
	border: solid 12px #CC3333;
  }

  .conte_plus img {
    width: 320px;
  }
  
  
/*=============================================== 
	wrapper
===============================================*/
  #wrapper {
    background: #fff;
    width: 100%;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /*=============================================== 
	独自
===============================================*/
}


