@charset "utf-8";

/* CSS Document */

@media only screen and (min-width: 769px) {
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-size: 14px;
}
/*outer
----------------------------------------------------------------*/
#outer .mainVisual {
  background-color: "#e3e2e7";
  background-repeat: no-repeat;
  background-position: center top;
}
#outer .pic img {
  width: 100%;
  height: auto;
  margin: 0 0 100px 0;
  display: block;
}
/*header include
----------------------------------------------------------------*/
header {
  max-width: 1100px;
  margin: 44px auto 44px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header h1 {
  width: 420px;
  height: 38px;
  padding: 10px 0;
}
header h1 a {
  display: table;
}
.flexiblebox {
  display: -webkit-flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
}
header h1 img {
  width: 205px;
  display: table-cell;
  margin: 0 25px 0 0;
}
header h1 span{
  display: table-cell;
  vertical-align: middle;
}
header nav ul {
  width: 520px;
  height: 38px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
header nav ul li a:hover {
  opacity: 0.2;
}
/*news include
----------------------------------------------------------------*/  
#inner .news {
  padding: 60px;
  margin: 0 auto 100px auto;
  border: 1px solid #ececec;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#inner .news ul li {
  padding: 0 0 10px 0;
}
#inner .news ul li:last-child {
  padding: 0;
}
#inner .news ul li br {
  display: none;
}
#inner .news a {
  color: #00bbdd;
  font-weight: bold;
}
#inner .news a:hover {
  color: #6bddf2;
  font-weight: bold;
}
/*活動内容
----------------------------------------------------------------*/
#inner section ul.memuLink {
  width: 100%;
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start; 
}
#inner section ul.memuLink li {
  flex-basis: 15%;
  padding: 8px;
}
#inner section ul.memuLink li a {
  padding: 14px;
  display: block;
  position: relative;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
#inner section ul.memuLink li a:hover {
  opacity: 0.2;
}
#inner section ul.memuLink li a::after {
  position: absolute;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 12%;
  top: 42%;
}
#inner section ul.memuLink li a span {
  font-size: 11px;
}
#inner section .profileList table.list {
  width: 1050px;
  margin: 0 auto 40px auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
#inner section .profileList table.list th {
  width: 150px;
  background: #f8f8f8;
  vertical-align: middle;
  text-align: center;
  line-height: 1.6;
  padding: 10px 10px 10px 15px;
}
#inner section .profileList table.list td {
  padding: 10px;
  padding-left: 10px;
  line-height: 1.6;
  vertical-align: middle;
}
#inner section .profileList table.list td a {
  color: #00bbdd;
  font-weight: bold;
}
#inner section .profileList table.list td a:hover {
  color: #6bddf2;
  font-weight: bold;
}  
/*inner
----------------------------------------------------------------*/
#inner,
.inner{
  max-width: 1100px;
  margin: 44px auto 80px auto;
}
#inner section .contents-header {
  display: table;
  margin: 0 0 60px 0;
}
#inner section .contents-header h1 {
  width: 120px;
  height: 120px;
  background: #000;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

#inner section h3 {
  margin: 0 0 20px 0;
  padding: 20px;
  border-bottom: 1px #000 solid;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
}
/*index
----------------------------------------------------------------*/
#inner section .cntList h2 {
  margin: 80px 0 90px 0;
  color: #fff;
  font-size: 28px;
  text-align: center;
}
#inner section ul.cntList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
#inner section ul.cntList li {
  width: 332px;
  height: 400px;
  margin: 0 0 60px 0;
  position: relative;
}
#inner section ul.cntList li img {
  width: 100%;
}
#inner section ul.cntList li h2 {
  width: 100px;
  height: 100px;
  margin: 0;
  position: absolute;
  left: 4%;
  bottom: 100px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 100px;
}
#inner section ul.cntList li p {
  position: absolute;
  left: 4%;
  bottom: 0;
  box-sizing: border-box;
  color: #000;
  line-height: 1.8;
}
#inner .index .video {
  position: relative;
  width: 100%;
  height: 650px;
  margin: 0 auto;
}
#inner .index .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*profile
----------------------------------------------------------------*/ 

#inner section .profile .profileDetail {
  margin: 0 0 60px 0;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#inner section .profile .profileDetail li {
  display: flex;
  width: 100%;
}
#inner section .profile ul.profileDetail p.name {
  font-size: 20px;
  margin: 0 0 10px 0;
}
#inner section .profile ul.profileDetail p.job {
  font-size: 16px;
  margin: 0 0 30px 0;
}
#inner section .profile ul.profileDetail p.detailTxt {
  line-height: 2.0;
}
#inner section .profile ul.profileDetail li .img {
  width: 300px;
}
#inner section .profile ul.profileDetail li .txt {
  padding: 0 90px;
}

/*work01
----------------------------------------------------------------*/
#inner section .work01 ul {
  padding: 0 0 30px 40px;
  font-size: 15px;
  line-height: 2.5;
}
#inner section .work01 ul + p {
  margin: 0 0 30px 0;
  padding: 20px;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#inner section .work01 ul + p + img {
  width: 1000px;
  margin: 0 auto 100px auto;
  display: block;
}
#inner section .work01 .leftBox,
  #inner section .work01 .rightBox {
  padding: 40px;
}
#inner section .work01 .leftBox p {
  width: 570px;
  margin: 0 100px 0 0;
  float: left;
  line-height: 2.5;
  font-size: 15px;
}
#inner section .work01 .leftBox img {
  width: 350px;
}
#inner section .work01 .rightBox p {
  width: 640px;
  margin: 0 0 0 30px;
  line-height: 2.5;
  font-size: 15px;
  float: right;
}
#inner section .work01 .rightBox img {
  width: 280px;
  float: left;
}
/*work02
----------------------------------------------------------------*/
#inner section .work02 .bookList {
  padding: 40px 0 0 0;
}
#inner section .work02 .bookList .bookTitle {
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}
#inner section .work02 .bookList .bookDetail {
  padding: 30px 0;
  line-height: 2.0;
}
#inner section .work02 .bookList li {
  display: flex;
  margin: 0 0 100px 0;
  position: relative;
}
#inner section .work02 .bookList li img {
  width: 250px;
  display: block;
  margin: 0 40px 0 0;
}
#inner section .work02 .bookList p.btn a {
  display: block;
  width: 200px;
  padding: 20px;
  border: #000 1px solid;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 290px;
  bottom: 0;
}
#inner section .work02 .bookList p.btn a:hover {
  border: #000 1px solid;
  background: #fff;
  color: #000;
}
/*work03
----------------------------------------------------------------*/
#inner section .work03 ul {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#inner section .work03 ul li {
  flex-basis: 32%;
}
#inner section .work03 ul li img {
  width: 100%;
}
#inner section .work03 table.list {
  width: 1050px;
  margin: 0 auto 40px auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
  display: flex;
}
#inner section .work03 table.list th {
  width: 150px;
  background: #f8f8f8;
  vertical-align: middle;
  text-align: center;
  line-height: 1.6;
  padding: 10px 10px 10px 15px;
}
#inner section .work03 table.list td {
  padding: 10px;
  padding-left: 10px;
  line-height: 1.6;
  vertical-align: middle;
}
/*media
----------------------------------------------------------------*/ 

#inner section .media .videoList .videoTxt {
  width: 550px;
}
#inner section .media .videoTitle,
#inner section .media .bookTitle {
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
#inner section .media .videoList .videoDetail {
  padding: 30px 0;
  line-height: 2.0;
}
#inner section .media .videoList li {
  display: flex;
  margin: 0 0 100px 0;
}
#inner section .media .videoList .video {
  position: relative;
  width: 510px;
  height: 300px;
  margin: 0 40px 0 0;
}
#inner section .media .videoList .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#inner section .media .videoList .photoList{
  display: flex;
      justify-content: space-between;
    flex-wrap: wrap;
  }
#inner section .media .videoList .column img {
  width: 270px;
  padding: 76px 0 0 0;
  transition-duration: 0.3s;	/*変化に掛かる時間*/
}
#inner section .media .videoList .column img:hover {
	transform: scale(1.5);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
#inner section .media .bookList .bookTxt {
  width: 550px;
}
#inner section .media .bookList .bookTitle {
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}
#inner section .media .bookList .bookDetail {
  padding: 30px 0;
  line-height: 2.0;
}
#inner section .media .bookList li {
  display: flex;
  margin: 0 0 100px 0;
  position: relative;
}
#inner section .media .bookList li figure {
  display: flex;
  align-items: flex-start;
}
#inner section .media .bookList li .img {
  width: 510px;
  display: block;
  margin: 0 40px 0 0;
}
#inner section .media .bookList li img {
  width: 100%;
}
#inner section .media .bookList p.btn a {
  display: block;
  width: 200px;
  padding: 20px;
  border: #000 1px solid;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0%;
}
#inner section .media .bookList p.btn a:hover {
  border: #000 1px solid;
  background: #fff;
  color: #000;
}
/*contact
----------------------------------------------------------------*/
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*privacy
----------------------------------------------------------------*/
#inner section .privacy-header h2 {
  margin: 0 0 80px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
#inner section .privacy dl {
  width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
}
#inner section .privacy dl dt {
  padding: 40px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}
#inner section .privacy dl dd ul {
  padding: 20px 0 10px 20px;
}
#inner section .privacy dl dd ul li {
  padding: 8px 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
/*footer include
----------------------------------------------------------------*/
footer {
  text-align: center;
}
footer .info {
  margin: 100px 0;
  text-align: center;
}
footer .info p:first-child {
  margin: 0 0 25px 0;
}
footer .info p a {
  width: 436px;
  margin: 0 auto;
  display: block;
  padding: 26px 0;
  border: 1px solid #000;
  font-size: 30px;
}
footer .info img {
  margin: 0 auto;
  padding: 100px 0 0 0;
  display: block;
}
footer .info br {
  display: none;
}
footer nav ul {
  width: 660px;
  margin: 0 auto 77px auto;
  display: flex;
  justify-content: space-between;
}
footer nav ul li a:hover,
footer .info p a:hover {
  opacity: 0.2;
}

.cyzowoman{
  margin: 100px 0;
}
.cyzowoman__block{
  display:flex;
  align-items: center;
  justify-content: center;
}
.cyzowoman__image{
  width: 266px;
}
.cyzowoman_image img{
  width: 100%;
}
.cyzowoman__text{
  text-align: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.cyzowoman__item {
  list-style-type: disc;
  list-style-position: inside;
  color: #00bbdd;
}
.cyzowoman__item:not(:last-child){
  margin-bottom: 10px;
}
.cyzowoman__item a{
  color: #00bbdd;
  font-weight: bold;
  text-decoration: underline;
}

/*トップへ戻る
----------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  width: 80px;
  height: 80px;
  background: #000;
  display: block;
  line-height: 80px;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#page-top a:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}
}


@media only screen and (max-width: 768px) {
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-size: 14px;
}
img {
  width: 100%;
}
/*outer
----------------------------------------------------------------*/
.spSide {
  margin: 0 10px;
}
/*header include
----------------------------------------------------------------*/
header {
  margin: 0 0 35px 0;
}
header h1 {
  height: 38px;
  padding: 10px 0;
  font-size: 11px;
}
.flexiblebox {
  display: -webkit-flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
}
header h1 a{
  display: table;
}
header h1 img {
  width: 108px;
  display: table-cell;
  margin: 0 25px 0 18px;
}
header h1 span{
  display: table-cell;
  vertical-align: middle;
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
}
header nav ul li {
  width: 50%;
  padding: 3.5%;
  box-sizing: border-box;
  border-top: 1px solid #ececec;
}
header nav ul li a{
  width: 100%;
  display: block;
}
header nav ul li:nth-child(odd) {
  border-right: 1px solid #ececec;
}
header nav ul li:nth-last-child(2),
header nav ul li:last-child {
  border-bottom: 1px solid #ececec;
}
header.indexHader nav ul li:first-child,
header.indexHader nav ul li:nth-child(2) {
  border-top: none;
}
/*news include
----------------------------------------------------------------*/
#inner .index .news {
  margin: 0 10px 35px 10px;
}
#inner .news {
  margin-bottom: 35px;
  padding: 6%;
  border: 1px solid #ececec;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.6;
  font-size: 13px;
}
#inner .news li{
  margin: 0 0 18px 0;
}
#inner .news li:last-child{
  margin: 0;
}
#inner .news a {
  color: #00bbdd;
  font-weight: bold;
  text-decoration: underline;
}
#inner .news a:active {
  color: #6bddf2;
  font-weight: bold;
}
/*活動内容
----------------------------------------------------------------*/
#inner section ul.memuLink {
  width: 100%;
  margin: 0 auto 26px auto;
}
#inner section ul.memuLink li {
  padding: 6px 0;
}
#inner section ul.memuLink li a {
  padding: 13px 0;
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  color: #000;
}
#inner section ul.memuLink li a::after {
  position: absolute;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 5%;
  top: 35%;
}
#inner section .profileList table.list {
  margin: 0 auto 26px auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
#inner section .profileList table.list th,
#inner section .profileList table.list td {
  width: 100%;
  display: block;
}
#inner section .profileList table.list th {
  background: #f8f8f8;
  vertical-align: middle;
  text-align: left;
  line-height: 1.6;
  padding: 8px 10px;
  box-sizing: border-box;
}
#inner section .profileList table.list td {
  padding: 10px;
  line-height: 1.6;
  vertical-align: middle;
  box-sizing: border-box;
}
#inner section .profileList table.list td a {
  color: #00bbdd;
  font-weight: bold;
  text-decoration: underline;
}
  
  
/*inner
----------------------------------------------------------------*/
#inner section {
  padding: 0 10px;
}
#inner section .contents-header {
  display: table;
  margin: 0 0 40px 0;
}
#inner section .contents-header h1 {
  display: table-cell;
  line-height: 1.4;
  font-size: 13px;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background: #000;
  text-align: center;
  color: #fff;
}
#inner section h3 {
  margin: 0 0 14px 0;
  padding: 10px;
  border-bottom: 1px #000 solid;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
}
/*index
----------------------------------------------------------------*/
#inner section .cntList h2 {
  margin: 40px 0 50px 0;
  font-size: 15px;
  text-align: center;
}
#outer .pic {
  height: 0;
  padding-bottom: 79.33%;
  background: url(../images/bg_main_sp3.jpg) no-repeat;
  background-size: contain;
}
#inner .news dl dt.date {
  padding: 0 0 2% 0;
}
ul.cntList li {
  margin: 0 0 30% 0;
  position: relative;
}
ul.cntList li img {
  width: 100%;
}
ul.cntList li h2 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 4%;
  bottom: -85px;
  background: #000;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
ul.cntList li p {
  position: absolute;
  left: 0;
  top: 120%;
  box-sizing: border-box;
  color: #000;
  line-height: 1.6;
}
ul.cntList li p br {
  display: none;
}
#inner .video {
  position: relative;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
}
#inner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*profile
----------------------------------------------------------------*/
#inner section .profile .profileDetail {
  margin: 0 0 26px 0;
}
#inner section .profile ul.profileDetail p.name {
  font-size: 20px;
  margin: 40px 0;
  text-align: center;
}
#inner section .profile ul.profileDetail p.job {
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0 8px;
}
#inner section .profile ul.profileDetail p.detailTxt {
  padding: 0 8px;
  line-height: 1.6;
}
#inner section .profile ul.profileDetail li img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

/*work01
----------------------------------------------------------------*/
#inner section .work01 ul {
  padding: 0 0 15px 0;
  font-size: 14px;
  line-height: 1.6;
}
#inner section .work01 ul li {
  margin: 0 0 16px 0;
  text-indent: -1em;
  padding-left: 1em;
}
#inner section .work01 ul + p {
  margin: 0 0 30px 0;
  padding: 20px;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: bold;
}
#inner section .work01 ul + p + img {
  margin: 0 0 50px 0;
}
#inner section .work01 .leftBox p,
#inner section .work01 .rightBox p {
  margin: 0 0 40px 0;
  line-height: 2.0;
}
#inner section .work01 .leftBox img {
  margin: 0 0 40px 0;
  display: block;
}
#inner section .work01 .rightBox {
  display: flex;
  flex-direction: column;
}
#inner section .work01 .rightBox img {
  order: 2;
}
#inner section .work01 .rightBox p {
  order: 1;
}
/*work02
----------------------------------------------------------------*/
#inner section .work02 .bookList .bookTitle {
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}
#inner section .work02 .bookList .bookDetail {
  padding: 30px 0;
  line-height: 2.0;
}
#inner section .work02 .bookList p.btn a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: #000 1px solid;
  background: #000;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
#inner section .work02 .bookList li {
  margin: 0 0 100px 0;
}
#inner section .work02 .bookList li img {
  width: 60%;
  display: block;
  margin: 0 auto 40px auto;
}
/*work03
----------------------------------------------------------------*/
#inner section .work03 ul {
  margin: 30px 0 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#inner section .work03 ul li {
  flex-basis: 32%;
}
#inner section .work03 ul li img {
  width: 100%;
}
#inner section .work03 table.list {
  margin: 0 auto 26px auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
#inner section .work03 table.list th,
#inner section .work03 table.list td {
  width: 100%;
  display: block;
}
#inner section .work03 table.list th {
  background: #f8f8f8;
  vertical-align: middle;
  text-align: left;
  line-height: 1.6;
  padding: 8px 10px;
  box-sizing: border-box;
}
#inner section .work03 table.list td {
  padding: 10px;
  line-height: 1.6;
  vertical-align: middle;
  box-sizing: border-box;
}
/*media
----------------------------------------------------------------*/
#inner section .media .videoList {
  padding: 0 0 50px 0;
}
#inner section .media .videoTitle,
#inner section .media .bookTitle {
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
#inner section .media .videoList .videoDetail {
  padding: 30px 0;
  line-height: 2.0;
}
#inner section .media .videoList .video {
  margin: 0 0 20px 0;
}
#inner section .media .photoList {
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
} 
#inner section .media .videoList .column {
  width: 49%;
  padding: 14px 0 0 0;
} 
#inner section .media .bookList .bookDetail {
  padding: 30px 0;
  line-height: 2.0;
}
#inner section .media .bookList li {
  margin: 0 0 40px 0;
}
#inner section .media .bookList li figure {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
#inner section .media .bookList li img {
  width: 100%;
  margin: 0 auto 20px auto;
}
#inner section .media .bookList p.btn a {
  display: block;
  width: 100%;
  padding: 20px;
  border: #000 1px solid;
  background: #000;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
/*contact
----------------------------------------------------------------*/ 
#inner section.contact .contents-header {
  padding: 0 10px;
}
#inner section.contact {
  padding: 0;
}
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 420%;
  margin-left: auto;
  margin-right: auto;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*privacy
    ----------------------------------------------------------------*/ 
#inner section .privacy-header h2 {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
#inner section .privacy {
  line-height: 1.8;
}
#inner section .privacy dl dt {
  padding: 40px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}
#inner section .privacy dl dd ul {
  padding: 20px 0 20px 8px;
}
#inner section .privacy dl dd ul li {
  padding: 8px 0 0 0;
  padding-left: 1em;
  text-indent: -1.6em;
}
/*footer include
----------------------------------------------------------------*/
footer {
  text-align: center;
}
footer .info {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
footer .info p:first-child {
  margin: 0 0 12px 0;
  text-align: center;
  line-height: 1.6;
}
footer .info p a {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 16px 0;
  border: 1px solid #000;
  font-size: 15px;
}
footer .info img {
  width: 100%;
  padding: 60px 0 0 0;
  display: inline-block;
}
footer nav ul {
  margin: 0 auto 30px auto;
  display: flex;
  flex-wrap: wrap;
}
footer nav ul li {
  width: 100%;
}
footer nav ul li a {
  width: 100%;
  padding: 4.5%;
  border-top: 1px solid #ececec;
  box-sizing: border-box;
  display: block;
  text-align: left;
}
footer nav ul li:last-child {
  border-bottom: 1px solid #ececec;
}
footer address {
  margin: 0 0 30px 0;
}
.cyzowoman{
  margin-top: 60px;
  margin-bottom: 60px;
}
.cyzowoman__block{
  display: block;
}
.cyzowoman_image{
  width: 70%;
  margin: 0 auto 20px auto;
}
.cyzowoman__text{
  width:100%;
  text-align: center;
}
.cyzowoman__item a{
  color: #00bbdd;
  font-weight: bold;
  text-decoration: underline;
}
.cyzowoman__item:not(:last-child){
  margin-bottom: 20px;
}
/*トップへ戻る
----------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,.2);
  display: block;
  line-height: 50px;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#page-top a:active {
  text-decoration: none;
  background: #000;
  color: #000;
}
}
