﻿/*全体*/
/*A:link は、まだ１回も行ったことがないリンク先。
A:visited は、１度は行ったことがあるリンク先。
A:active は、クリックしてアクティブ状態になったとき。
A:hover は、マウスカーソルが触れた時。*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');
* {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sefif;
}
/*画像の枠をでなくする*/
img {
  border-style: none;
}
/*リンクの色が変わらないようにする*/
a {
  color: #0099ff;
  text-decoration: none;
}
a:hover {
  color: #cc33ff;
  text-decoration: underline;
}
.txt1 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #ffffff;
}
body {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  text-align: center;
}


/*ヘッダーのレイアウト*/
header {
  width: 200px;
  height: 70px;
  margin: 0 auto;
  min-width: 200px;
  float: left;
}
.header_back {
  background-color: #092846;
  height: 50px;
}
.header_left_area {
  width: 160px;
  float: left;
  margin: 10px 0px 0px 0px;
}
.main_name img {
  margin: 5px 0px 0px 0px;
  float: left;
	
}
.main_name h1 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  margin: 8px 0px 0px 20px;
  padding: 0px 0px 0px 10px;
}
.main_name p {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  margin: 8px 0px 0px 20px;
  padding: 0px 0px 0px 10px;
}
/*ナビのレイアウト*/
/*width: 100%;を指定すること*/
nav {
  background-color: #fff;
  width: 1198px;
  position: absolute;
  visibility: visible;
  z-index: 1;
  position: -webkit-sticky; /* Safari対応 */
  position: sticky;
  top: 0; /* 画面最上部で固定 */
	z-index: 1000;
	border-bottom: solid;
	border-color: #CDDEE3;
}
/*jqueryでクラスをつける(ﾒﾆｭｰ固定)*/
nav.fixed {
  position: fixed;
  margin: 0 auto;
  top: 0px;
}
.main_name {
  width: 400px;
  height: 40px;
  margin: 0 ;
  float: left;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
.main_menu {
  width: 798px;
  height: 45px;
  margin: 0px 0px 2px 400px ;
	
	
}
.main_menu ul {
  display: table;
  margin: 0px;
  position: relative;
	margin: 0 0 0 auto;
}
.main_menu li {
  width: 100px;
  height: 45px;
  display: table-cell;
  position: relative;
  text-align: center;
  list-style-type: none;
  background-position: top;
  background-repeat: no-repeat;
}
.main_menu span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  font-size: 15px;
  color: #092846;
}
.main_menu a {
  display: block;
  width: 100%;
  height: 100%;
}

.main_box {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  min-width: 1200px;
}
.mobile_name {
  display: none;
}
/*枠用ID*/
.structure {
  background-color: #ffffff;
  background-repeat: repeat-y;
  width: 1200px;
  text-align: left;
  margin: 20px 0 0 0;
  padding: 20px 0px 0px;
  box-shadow: 2px 2px 4px #dddddd;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
}
.structurebottom {
  background-color: #CDDEE3;
  background-repeat: repeat-y;
  width: 1200px;
  height: 200px;
  text-align: left;
  margin-bottom: 20px;
  padding: 20px 0px 0px;
  box-shadow: 2px 2px 4px #dddddd;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}
.structurebottomSub {
  background-color: #ffffff;
  width: 1200px;
  height: 30px;
  box-shadow: 2px 2px 4px #dddddd;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}
.titleSpace1 {
	width: 700px;
	height: 240px;
	padding: 5px 0px 0px 30px;
	font-weight:bold;
	font-size: 45px;
}
.titleSpace2 {
	width: 700px;
	height: 280px;
	padding: 0px 0px 0px 30px;
	font-size: 30px;
}
.titleSpace3 {
	width: 1000px;
	height: 240px;
	padding: 5px 0px 0px 30px;
	font-weight:bold;
	font-size: 45px;
	-webkit-text-stroke: 8px #ffffff;
  text-stroke: 8px #ffffff;
  paint-order: stroke;
	line-height: 0px;
}
/*ｺﾝﾃﾝﾂ用*/
.titleSpace4 {
	width: 1000px;
	height: 240px;
	padding: 5px 0px 0px 30px;
	font-weight:bold;
	font-size: 45px;
	-webkit-text-stroke: 8px #ffffff;
  text-stroke: 8px #ffffff;
  paint-order: stroke;
	line-height: 0px;
	position: relative;
}

.titleSpace3Moji {
	font-size: 90px;
	
}
/*タイトルの画像指定*/
.title {
  width: auto;
  max-width: 820px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  height: 240px;
  background: #fff url(../image/share/title2.gif) no-repeat;
  font-size: 25pt;
}
.pan_list {
  width: 840px;
  height: auto;
  margin: 0px 0px 0px 40px;
  padding: 0px;
}
/*--snsの部分*/
.list_sns {
  width: 840px;
  height: 40px;
  margin: 0px 0px 0px 5px;
  padding: 0px;
}
.list_sns a {
  float: left;
  text-decoration: none;
}
.list_sns a em {
  visibility: hidden
}
/*--facebookボタン*/
.list_fb {
  background: url(../image/sns/sns_fb.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 120px;
}
/*--twitterボタン*/
.list_tw {
  background: url(../image/sns/sns_tw.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 120px;
}
/*--lineボタン*/
.list_li {
  background: url(../image/sns/sns_li.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 120px;
}
/*--はてブボタン*/
.list_ha {
  background: url(../image/sns/sns_ha.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 120px;
}
/*--google+ボタン*/
.list_go {
  background: url(../image/sns/sns_go.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 120px;
}
.update {
  float: right;
}
/*--もくじ--*/
.t_contents {
  background-color: #f8f9ff;
  border: dashed 1px #4865b2;
  width: 600px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.t_contents a:link {
  color: #000000;
}
.t_contents a:visited {
  color: #000000;
}
.t_contents a:hover {
  color: #808080;
  text-decoration: none;
}
.t_contents a:active {
  color: #000000;
}
.t_contentsP li {
  margin: 10px 10px 0px 10px;
}
.t_contentsP p {
  margin: 0px 0px 10px 0px;
}
.myads {
  display: flex;
  text-align: center;
}
.myads-box1 {
  flex: 1;
  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
}
.myads-box2 {
  flex: 1;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
}
.myads-box3 {
  flex: 1;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
}
/*トップ画面の画像*/
#titleimage {
  width: auto;
  height: 500px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  background: url("../image/top_V02/title03.png");
  background-size: 1200px 500px;
  background-repeat: no-repeat;
}
#titleimageST1 {
  width: auto;
  height: 300px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  background: url("../image/index/st1/title.png");
  background-size: 1200px 400px;
  background-repeat: no-repeat;
}
#titleimageCON {
  width: auto;
  height: 200px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
#titleimageCON img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 画像をトリミングしてBOXいっぱいに表示 */
}
#titleimageCON h1 {
	width: 100%;
	position: absolute;
	top:50px;
	left:50px;
	font-weight:bold;
	font-size: 80px;
	-webkit-text-stroke: 8px #ffffff;
  text-stroke: 8px #ffffff;
  paint-order: stroke;
	line-height: 0px;
}
#top-head, .inner {
    display: none;
  }
.topBox {
    padding: 20px 40px;
	box-sizing: border-box;
}
.main-gr {
	float: left;
    height: 400px;
    width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
	text-align: center;
	margin: 10px 0;
}
.sub-gr {
	float: left;
    height: 200px;
    width : 50% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;
	text-align: center;
	margin: 10px 0;
}
/* ﾒｲﾝ画面に適用させる */
.sub-gr2 {
	float: left;
    height: 160px;
    width : 90% ; 
	margin: 10px 0;
}
.foot-gr {
	float: left;
    height: 150px;
    width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
	text-align: center;
}
.foot-gr a {
	display: block;
	text-decoration: none;
	color:dimgray;
}
.main-waku {
	margin: 0 auto;
	padding: 20px 10px;
	width: 280px;
	height: 349px;
	border: solid;
	border-width: 6px;
	border-radius: 20px;
	border-color: #eeeeee;
	text-align: center;
	transition: transform 0.2s ease-out; /* 動きを滑らかにする */
}
.main-waku a {
	display: block;
	text-decoration: none;
	color:dimgray;
}
.main-waku:hover {
	transform: translate(3px, 3px);
}
/*各章の項目*/
.sub-waku {
	margin: 0 auto;
	padding: 20px 10px;
	width: 90%;
	height: 150px;
	border: solid;
	border-width: 6px;
	border-radius: 20px;
	border-color: #eeeeee;
	text-align: center;
	transition: transform 0.2s ease-out; /* 動きを滑らかにする */
}
.sub-waku a {
	display: block;
	text-decoration: none;
	color:dimgray;
}
.sub-wakuLeft {
	width: 120px;
	height: 140px;
    float: left;
    display: flex;                /* フレックスボックスにする */
  align-items: center;          /* 縦方向の中央揃え */
  justify-content: center;      /* （オプション）横方向も中央揃えにする場合 */
}
.sub-wakuRight {
	width: 400px;
	height: 100%;
    text-align: left;
	float: left;
}
/*INDEXのTAB内*/
.sub-waku2 {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px 10px;
	width: 90%;
	height: 120px;
	border: solid;
	border-width: 6px;
	border-radius: 20px;
	border-color: #eeeeee;
	text-align: center;
	transition: transform 0.2s ease-out; /* 動きを滑らかにする */
}
.sub-waku2 a {
	display: block;
	text-decoration: none;
	color:dimgray;
}
.sub-wakuLeft2 {
	width: 120px;
	height: 140px;
    float: left;
    display: flex;                /* フレックスボックスにする */
  align-items: center;          /* 縦方向の中央揃え */
  justify-content: center;      /* （オプション）横方向も中央揃えにする場合 */
}
.sub-wakuRight2 {
	width: 570px;
	height: 140px;
    text-align: left;
	float: left;
}
.main-space1 {
	width: 1000px;
	height: 100px;
	border: 1px solid #dddddd;
}
/*Index内の文字*/
.waku-title1 {
	width: 100%;
	height: auto;
	font-size: 24px;
	font-weight: bold;
}
.waku-title2 {
	width: 90%;
	height: auto;
	font-size: 20px;
	font-weight: bold;
}
.waku-title3 {
	width: 90%;
	height: auto;
	font-size: 18px;
	text-align-last: left;
	padding: 0px 10px 0px 10px;
}
/*各章の項目の文字*/
.waku-title4 {
	width: 100%;
	height: auto;
	font-size: 25px;
	font-weight: bold;
}
.waku-title5 {
	width: 100%;
	height: auto;
	font-size: 20px;
}
.foot-waku {
	margin: 0 auto;
	padding: 20px 10px;
	width: 200px;
	height: 140;
}
.tab-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #e9f0f6;
    color: #535353;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: #3994d5 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #333333;
}

.tab-1 label:has(:checked) + div {
    display: block;
}
/*----メイン部分----*/
/*--左枠の設定*/
#main-left {
  width: 100%;
  max-width: 890px;
  float: left;
  background-color: #ffffff;
  padding: 20px 40px;
  font-size: 90%;
  box-sizing: border-box;
}
#main-left em {
  visibility: hidden
}
.main-prod1_1 {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  text-align: center;
}
.main-prod1_2 {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  text-align: center;
  display: none;
}
.youtubebox {
  width: 50%;
  float:left;
  padding: 3px;
  box-sizing: border-box;
}
.youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  z-index: 0;
}
.youtube iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
}
/*--右枠の設定*/
#main-right {
  width: 250px;
  height: 600px;
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 20px;
  background-color: #ffffff;
}
#foot {
  clear: both;
  padding: 7px 100px 7px 100px;
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  width: 90%;
}
#copy {
	text-align: center;
}
.inner {
  width: 980px;
  margin: 0 auto;
  display: none;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 100;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
.fa-check:before {
  content: "\f00c";
}
/*--左右枠の設定_サイトマップ時*/
#main-left2 {
  width: 350px;
  height: auto;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 20px;
  background-color: #ffffff;
}
#main-right2 {
  width: 350px;
  height: auto;
  float: left;
  background-color: #ffffff;
  padding: 20px;
}
/* スマホだけに適用するCSS */
@media screen and (max-width:1100px) {
  /*header {
    width: auto;
    height: 70px;
    margin: 0 auto;
  }*/
  .header_center_area {
    display: none;
  }
  nav {
    width: auto;
  }
  .structure {
    width: auto;
  }
  .main_box {
    width: auto;
  }
  .pan_list {
    width: auto;
  }
}
/*
  #main-left {
    float: left;
  }
  #main-right {
    float: both;
  }
  .pan_list {
    width: auto;
  }
}*/
/* スマホだけに適用するCSS */
@media screen and (max-width:640px) {
  body {
    font-size: 15px;
  }
  header {
    width: auto;
    height: 70px;
    margin: 0 auto;
	min-width: 50px;
	}
  .header_back {
    background-color: #ffffff;
    width: auto;
  }
  .header_right_area {
    display: none;
  }
  .header_left_area {
    display: none;
  }
  .main_menu {
    width: 100%;
    display: none;
  }
  .structure {
    background-color: #FFFFFF;
    background-image: none;
    width: 100%;
	border: none;
	border: 0px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	box-shadow: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
  }
  .title {
    width: auto;
    height: 123px;
    background: #fff url(../image/share/title2_s.gif) no-repeat;
    background-position: center;
    font-size: 18pt;
  }
  .t_contents {
    width: 250px;
  }
  #titleimage {
    display: none;
  }
  #titleimageST1 {
  width: auto;
  height: 120px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  background: url("../image/index/st1/title.png");
  background-size: 900px 300px;
  background-repeat: no-repeat;
  background-position: center;
  }
  #titleimageCON h1 {
	width: 100%;
	position: absolute;
	top:50px;
	left:40px;
	font-weight:bold;
	font-size: 45px;
	-webkit-text-stroke: 8px #ffffff;
  text-stroke: 8px #ffffff;
  paint-order: stroke;
	line-height: 0px;
}
  .titleSpace3 {
	width: 400px;
	height: 140px;
	padding: 5px 0px 0px 30px;
	font-weight:bold;
	font-size: 25px;
	-webkit-text-stroke: 8px #ffffff;
  text-stroke: 8px #ffffff;
  paint-order: stroke;
	line-height: 0px;
  }
  .titleSpace3Moji {
	font-size: 50px;
    }
  .main_box {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0px 0px 0px;
	min-width: 100px;
  }
  #top {
    width: auto;
    height: 10px;
    background-image: none;
    text-align: left;
    margin: 0%;
    padding: 0px 0px 0px;
  }
  #top2 {
    width: auto;
    height: 10px;
    background-image: none;
    text-align: right;
    margin: 0%;
    padding: 0px 0px 0px;
  }
  #main {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
  }
  #main-left {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #ffffff;
    font-size: 90%;
    padding: 10px;
  }
  #main-left em {
    visibility: hidden
  }
  #main-right {
    display: none;
  }
	#main-right .menu {
		display: none;
	}
  #floating {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0px 0px 0px 10px;
  }
  #foot {
    width: 90%;
    clear: both;
    margin: 0px;
    padding: 7px;
    font-family: HG丸ｺﾞｼｯｸM-PRO;
	box-sizing: border-box;
  }
  #foot2 {
    width: auto;
    height: 60px;
    margin: 0%;
    padding: 15px 0px 0px;
    background: none;
  }
  /* 画像の最大幅を指定する */
  img {
    max-width: 100%;
    /* 横幅の100% */
    height: auto;
    /* 縦幅を自動調整 */
  }
  /*ここから*/
  nav {
    visibility: hidden;
    position: absolute;
  }
  #top-head, .inner {
    width: 99%;
    padding: 0px;
    display: block;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
  }
  #top-head {
    bottom: 0;
    width: 100%;
    position: fixed;
    margin-top: 0;
    left: 0px;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    display: flex;
    background-color: #ffffff;
    /*border-bottom: 1px solid #808080;*/
	padding: 0px;
    width: 100%;
    height: 80px;
    z-index: 1000;
    position: relative;
  }
	body {
		padding-bottom: 80px;
	}
  .mobile-menu {
    flex: 1;
    background-color: #808080;
    text-align: center;
    padding: 15px 0px;
    position: relative;
  }
  .mobile-menu a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-menu a:hover {
    text-decoration: none;
    color: #ffffff;
  }
.mobile_name {
  display:inline;
  float: left;
  width: 100%;
}
.main-prod1_1 {
  width: 100%;
  padding: 0px;
  display: none;
}
.main-prod1_2 {
  width: 100%;
  padding: 0px;
  display: inline;
}
.main-gr {
	float: left;
    height: 400px;
    width : 50% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;
	text-align: center;
	margin: 10px 0px;
}
.sub-gr {
	clear: both;
    min-width: 200px;
    height: auto;
    width : 98% ; 
	text-align: center;
	margin: 10px;
	box-sizing: border-box;
}
.main-waku {
	margin: 0 auto;
	padding: 20px 10px;
	width: 80%;
	height: 349px;
	background-image: none;
	text-align: center;
	transition: transform 0.2s ease-out; /* 動きを滑らかにする */
	border: solid;
	border-radius: 20px;
	border-color: #eeeeee;
}
.main-waku img {
		width: 80%;
		height: 80%;
	}
.main-waku a {
	display: block;
	text-decoration: none;
	color:dimgray;
}
.main-waku:hover {
	transform: translate(0px, 0px);
}
.waku-title1 {
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: bold;
}
.waku-title2 {
	width: 100%;
	height: auto;
	font-size: 15px;
	font-weight: bold;
}
.waku-title3 {
	width: 90%;
	height: auto;
	font-size: 16px;
	text-align-last: left;
	padding: 0px 10px 0px 10px;
}
/*各章の項目の文字*/
.waku-title4 {
	width: 100%;
	height: auto;
	font-size: 25px;
	font-weight: bold;
}
.waku-title5 {
	width: 100%;
	height: auto;
	font-size: 16px;
}
	.main-wakufoot {
		width: 100%;
	}
.structurebottom {
  width: 99%;
  height: 200px;
  border: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  margin: 0px;
}
.structurebottomSub {
  width: 99%;
  height: 40px;
  border: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  margin: 0px;
}
/*各章のタイトル*/
.sub-waku {
	margin: 0 auto;
	padding: 20px 10px;
	width: 80%;
    min-height: 148px;
    height: auto;
	border: solid;
	border-width: 6px;
	border-radius: 20px;
	border-color: #eeeeee;
	text-align: center;
	transition: transform 0.2s ease-out; /* 動きを滑らかにする */
}
.sub-wakuLeft {
	width: 30%;
	min-height: 140px;
    height: 100%;
    float: left;
    display: flex;                /* フレックスボックスにする */
  align-items: center;          /* 縦方向の中央揃え */
  justify-content: center;      /* （オプション）横方向も中央揃えにする場合 */
    }
.sub-wakuRight {
	width: 65%;
    min-height: 140;
    height: auto;
    text-align: left;
}
/*INDEXのTAB内*/
.sub-waku2 {
	margin-left: 0px;
	padding: 2px 5px;
	width: 100%;
	height: 100px;
	border: solid;
	border-width: 6px;
	border-radius: 20px;
	border-color: #eeeeee;
	text-align: center;
	transition: transform 0.2s ease-out; /* 動きを滑らかにする */
    box-sizing: border-box;
}
.sub-wakuLeft2 {
	width: 80px;
	height: 100px;
    float: left;
    display: flex;                /* フレックスボックスにする */
  align-items: center;          /* 縦方向の中央揃え */
  justify-content: center;      /* （オプション）横方向も中央揃えにする場合 */
}
.sub-wakuRight2 {
	width: 80%;
	height: 140px;
    text-align: left;
	float: left;
}
.foot-waku {
	width: 90%;
	height: 140;
}
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    top: 0px;
    color: #333;
    font-size: 26px;
  }
	/*スマホ用のスライドナビの設定
	これが元のブロック*/
  #global-nav {
    display: block;
    position: absolute;
    /* 開いてないときは画面外に配置 */
	top: -750px;
    left: -700px;
    background: #8f8f8f;
    width: 100%;/*400px*/
    padding: 10px 0px 10px 0px;
	  z-index: 100;
	/* ﾒﾆｭｰ上をｽｸﾛｰﾙ可能にする */
	height: 100vh;
	overflow-y: scroll;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
	#global-nav a {
		float: none;
    position: static;
		background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
	  text-decoration: none;
		width: 100%;
    display: block;
		margin: 0px;
		right: 0px;
		font-size: 20px;
	}
	#global-nav > a {
		text-align: center;
		padding: 0px;
			
	}
  #global-nav ul {
    list-style: none;
    /*liの領域をなくすために指定*/
	padding-left: 0px;
	padding-right: 0px;
    bottom: 0;
    font-size: 16px;
	  width: 100%;
  }
  #global-nav ul li {
    float: none;
    position: static;
	background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
	  text-decoration: none;
  }
	
	#global-nav ul li br {
    display: none;
  }
  #global-nav ul li:hover {
    background-color: #dcdcdc;
	text-decoration: none;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 8px 0px 8px 20px;
  }
  #nav-toggle {
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	padding: 10px;
    display: block;
	position:absolute;
	background-color: #dcdcdc;
	text-align: center;
	  z-index: 2147483647;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateX(+700px);
    -webkit-transform: translateX(+700px);
    transform: translateX(+700px);
  }
  /*--snsの部分*/
  .list_sns {
    width: auto;
    height: 70px;
    margin: 0 auto;
  }
  #navi_sns a {
    float: left;
    text-decoration: none;
  }
  #navi_sns a em {
    visibility: hidden
  }
  /*--facebookボタン*/
  .list_fb {
    background: url(../image/sns/sns_fb_s.png);
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
  }
  /*--twitterボタン*/
  .list_tw {
    background: url(../image/sns/sns_tw_s.png);
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
  }
  /*--lineボタン*/
  .list_li {
    background: url(../image/sns/sns_li_s.png);
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
  }
  /*--はてブボタン*/
  .list_ha {
    background: url(../image/sns/sns_ha_s.png);
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
  }
  /*--google+ボタン*/
  .list_go {
    background: url(../image/sns/sns_go_s.png);
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
  }
}
@media screen and (max-width:419px) {
  #header {
    color: #ffffff;
    width: auto;
    height: 83px;
    background: #fff url(../image/share/title1_ss.gif) no-repeat;
    margin: 0 auto;
    padding: 20px 0px 0px 60px;
    font-size: 14pt;
  }
  #header2 {
    color: #ffffff;
    width: auto;
    height: 83px;
    background: #fff url(../image/share/title2_ss.gif) no-repeat;
    margin: 0 auto;
    padding: 20px 0px 0px 60px;
    font-size: 14pt;
  }
}