* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 13px;
  line-height: 1.5;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:link {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #303030;
  text-decoration: underline;
  cursor: pointer;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.small{
  font-size: 70%;
}
.large{
  font-size: 110%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.contents {
  width: 980px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.contents:before,
.contents:after {
  display: table;
  content: "";
}
.contents:after {
  clear: both;
}
.slicknav_menu {
  display: none;
}
#logo {
  text-align: center;
  top: 9px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 24px 0 18px 0;
}

#logo_wrap {
  display: inline-block;
  max-width: 944px;
  width: 100%;
  text-align: center;
  top: 9px;
  padding: 24px 0 18px 0;
}
#logo_wrap .center{
  display: inline-block;
  max-width: 500px;
  width: 72%;
  margin-left: 220px;
  float: center;
}
#logo_wrap .right{
  display: inline-block;
  max-width: 224px;
  width: 20%;
  margin-top: 70px;
  float: right;
}
#logo_wrap .right i{
  display: inline-block;
  margin-left: 28px;
  font-size: 38px;
  color: #0088af;
}
#logo_wrap .right i a{
  display: inline-block;
  text-decoration: none;
}

#gnav {
  width: 100%;
  background: #0088af;
  margin-bottom: 30px;
}
#gnav #menu {
  list-style-type: none;
  max-width: 976px;
  height: 100px;
  margin: 0 auto;
}
#gnav #menu ul li {
  display: none;
}
#gnav #menu li {
  width: 16.6%;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#gnav #menu li a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 42px 1.6%;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}
#gnav #menu li strong {
  width: 100%;
  display: block;
  margin: 0;
  padding: 42px 1.6%;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  background: #f9ab15;
}
#gnav #menu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#gnav #menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#gnav #menu li ul li a {
  padding: 13px 10px;
  background: #323232;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}
#gnav #menu > li:hover > a {
  background: #f9ab15;
}
#gnav #menu > li:hover li:hover > a {
  background: #f9ab15;
}
#gnav #menu li:hover > ul > li {
  overflow: visible;
  height: 36px;
}
#gnav #menu li ul li ul {
  top: 0;
  left: 100%;
}
#gnav #menu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#gnav #menu li ul li ul li a {
  background: #616d0b;
}
#gnav #menu li:hover ul li ul li:hover > a {
  background: #535d09;
}
#gnav #menu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#gnav #menu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
#gnav #menu .letterspacing {
  letter-spacing: 10px;
}
.books {
  width: 940px;
  margin: 0 auto;
}
.books ul {
  width: 960px;
  margin-right: -20px;
  margin-bottom: 10px;
  *zoom: 1;
  text-align: left;
}
.books ul li {
  list-style: none;
}
.books ul:before,
.books ul:after {
  display: table;
  content: "";
}
.books ul:after {
  clear: both;
}
.books ul li {
  width: 297px;
  height: 300px;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 20px 0 30px 0;
  margin: 0 20px 20px 0;
  float: left;
}
.books ul li a {
  display: block;
}
.books ul li a img {
  width: 140px;
  border: 1px solid #d9d9d9;
  margin-bottom: 16px;
}
.books ul li a .icon {
  margin-bottom: 15px;
}
.books ul li a .icon span:nth-child(2n+1) {
  margin-right: 3px;
}
.books ul li a .icon .new {
  background: #f9ab15;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  padding: 3px 6px 4px 8px;
  text-align: center;
}
.books ul li a .icon .pickup {
  background: #0088af;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  padding: 3px 6px 4px 8px;
  text-align: center;
}
.books ul li a .icon .book {
  font-size: 12px;
  line-height: 1;
  color: #000;
  padding: 3px 6px 4px 8px;
  text-align: center;
	border: solid 1px #000;
}
.books ul li a h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 5px!important;
}
.books ul li a h3 + p {
  font-size: 12px;
  color: #666666;
}
.books ul li a h3 i {
  margin-left: 12px;
}
.books ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}



.books-2022 {
  width: 940px;
  margin: 0 auto;
}
.books-2022 ul {
  width: 960px;
  margin-right: -20px;
  margin-bottom: 10px;
  *zoom: 1;
  text-align: left;
}
.books-2022 ul li {
  list-style: none;
}
.books-2022 ul:before,
.books-2022 ul:after {
  display: table;
  content: "";
}
.books-2022 ul:after {
  clear: both;
}
.books-2022 ul li {
  width: 297px;
  height: 320px;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 20px 0 30px 0;
  margin: 0 20px 20px 0;
  float: left;
}
.books-2022 ul li img {
  display: block;
  width: 140px;
  border: 1px solid #d9d9d9;
  margin: 0 auto;
  margin-bottom: 16px;
}
.books-2022 ul li .iconarea {
  width: 100%;
}
.books-2022 ul li .iconarea .icon {
  width: 100%;
  margin-bottom: 15px;
  margin: 0 auto;
}
.books-2022 ul li .iconarea .icon span:nth-child(2n+1) {
  margin-right: 3px;
}
.books-2022 ul li .iconarea .icon .book{
  width: 36%;
  display: inline;
  float: left;
  margin: 8px 0 16px 16px;
  font-size: 12px;
  line-height: 1;
  color: #000;
  padding: 6px 6px 6px 6px;
  text-align: center;
  border: solid 1px #000;
}
.books-2022 ul li .iconarea .icon .book a{
  font-size: 12px;
  line-height: 1;
  color: #000;
  padding: 1px 6px 2px 8px;
  text-align: center;
  border: solid 1px #000;
}
.books-2022 ul li .iconarea .icon .syoseki{
  width: 36%;
  display: inline;
  float: left;
  margin: 8px 0 16px 16px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 6px 6px 6px 6px;
  text-align: center;
  background: #f9ab15;
}
.books-2022 ul li .iconarea .icon .syoseki a{
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 1px 6px 2px 8px;
  text-align: center;
  background: #f9ab15;
}
.books-2022 ul li .iconarea .icon .denshi{
  width: 36%;
  display: inline;
  float: left;
  margin: 8px 0 16px 16px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 6px 6px 6px 6px;
  text-align: center;
  background: #0088af;
}
.books-2022 ul li .iconarea .icon .denshi a{
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 1px 6px 2px 8px;
  text-align: center;
  background: #0088af;
}
.books-2022 ul li .iconarea .icon .dummy{
  width: 36%;
  display: inline;
  float: left;
  margin: 8px 0 16px 16px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 6px 6px 6px 6px;
  text-align: center;
  background: #cccccc;
}
.books-2022 ul li .clear{
  clear: both;
}
.books-2022 ul li h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 5px!important;
}
.books-2022 ul li h3 + p {
  font-size: 12px;
  color: #666666;
}
.books-2022 ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}


.button {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.button a {
  width: 400px;
  height: 23px;
  background: #f9ab15;
  padding: 20px 0;
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.button a i {
  margin-right: 12px;
}
.button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}


.buttonarea-2022 {
  width: 940px;
  margin: 0 auto;
}
.buttonarea-2022 .button {
  display: inline;
  width: 38%;
  float: left;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 6%;
}
.buttonarea-2022 .button a {
  width: 100%;
  height: 23px;
  background: #f9ab15;
  padding: 20px 0;
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.buttonarea-2022 .button a i {
  margin-right: 12px;
  font-size: 24px;
}
.buttonarea-2022 .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

.buttonarea-2022 .button-syoseki {
  display: inline;
  width: 38%;
  float: left;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 6%;
}
.buttonarea-2022 .button-syoseki a {
  width: 100%;
  height: 23px;
  background: #f9ab15;
  padding: 20px 0;
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.buttonarea-2022 .button-syoseki a i {
  margin-right: 12px;
  font-size: 24px;
}
.buttonarea-2022 .button-syoseki a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

.buttonarea-2022 .button-denshi {
  display: inline;
  width: 38%;
  float: left;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 6%;
}
.buttonarea-2022 .button-denshi a {
  width: 100%;
  height: 23px;
  background: #0088af;
  padding: 20px 0;
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.buttonarea-2022 .button-denshi a i {
  margin-right: 12px;
  font-size: 24px;
}
.buttonarea-2022 .button-denshi a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}



#home #headline h1 {
  text-align: center;
  margin: 32px 0;
  font-size: 20px;
  font-weight: normal;
}
#home h2 {
  background: url("../images/headline-h2.png") no-repeat 0 0;
  height: 34px;
  padding: 14px 0 18px 0;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 30px;
}
#home #news {
  margin-bottom: 30px;
}
#home #news .contents {
  background: #f1f1f1;
  text-align: center;
  padding: 0 0 30px 0;
}
#home #news .contents i {
  text-align: center;
  font-size: 80px;
  line-height: 1.1;
  color: #0088af;
}
#home #news .contents i + p {
  margin: 26px 0;
  font-size: 16px;
}
#home #news .contents #facebook {
  margin: 0 auto;
  text-align: center;
}

/*20200525*/
#home #info {
  margin-bottom: 10px;
}
#home #info .contents {
  text-align: center;
  padding: 0 0 0px 0;
}
#home #info .contents p {
  margin: 6px 0 26px 0;
  font-size: 20px;
}
#home #info .contents p a {
  text-decoration: none;
}
#home #info .contents p a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#home #info .contents i {
  color: #0088af;
}


#home #new-guidance-2022 {
  text-align: center;
}
#home #new-guidance-2022 h2 + i {
  font-size: 97px;
  line-height: 1.1;
  color: #0088af;
}
#home #new-guidance-2022 h2 + i + p {
  margin: 26px 0;
  font-size: 16px;
}





#home #new-guidance {
  text-align: center;
}
#home #new-guidance h2 + i {
  font-size: 97px;
  line-height: 1.1;
  color: #0088af;
}
#home #new-guidance h2 + i + p {
  margin: 26px 0;
  font-size: 16px;
}


#home #new-ebook {
  text-align: center;
}
#home #new-ebook h2 + i {
  font-size: 97px;
  line-height: 1.1;
  color: #0088af;
}
#home #new-ebook h2 + i + p {
  margin: 26px 0;
  font-size: 16px;
}


#list h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
#list .h1border {
  width: 100px;
  height: 4px;
  background: #ffc000;
  margin: 0 auto 40px;
}
#list #tab {
  width: 800px;
  margin: 0 auto;
  *zoom: 1;
}
#list #tab:before,
#list #tab:after {
  display: table;
  content: "";
}
#list #tab:after {
  clear: both;
}
#list #tab .text-book,
#list #tab .general-book {
  width: 380px;
}
#list #tab .text-book a,
#list #tab .general-book a {
  width: 380px;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #0088af;
  display: block;
}
#list #tab .text-book {
  float: left;
}
#list #tab .general-book {
  float: right;
}
#list .border {
  border-bottom: 4px solid #0088af;
  margin-bottom: 25px;
}
#list .border + p {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}
#list h2 {
  background: #a8b7bb;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
#list .books {
  margin-bottom: 20px;
}






#ebooklet {
  margin-bottom: 40px;
}
#ebooklet h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
#ebooklet .h1border {
  width: 100px;
  height: 4px;
  background: #ffc000;
  margin: 0 auto 40px;
}
#ebooklet h2 {
  background: #a8b7bb;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
#ebooklet h2 + p {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}
#ebooklet p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
}
#ebooklet .subttl {
  font-size: 20px;
  color: #0088af;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.8;
}
#ebooklet .subttltxt{
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.8;
}
#ebooklet ol{
  padding: 0 40px;
}
#ebooklet li{
  font-size: 16px;
  margin-bottom: 8px;
  text-align: left;
}
#ebooklet .spacer{
  margin-bottom: 40px;
}
#ebooklet .pics {
  text-align: right;
  top: 9px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 24px 18px 18px 0px;
}



#about {
  margin-bottom: 40px;
}
#about h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
#about .h1border {
  width: 100px;
  height: 4px;
  background: #ffc000;
  margin: 0 auto 40px;
}
#about h2 {
  background: #a8b7bb;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
#about h2 + p {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}

#about .white {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding: 14px 0px 14px 0px;
  overflow:hidden;
}
#about .white .left{
  width: 20%;
  padding-left: 4%;
  float: left;
}
#about .white .right{
  width: 68%;
  padding-left: 4%;
  padding-right: 4%;
  float: right;
}
#about .gray {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding: 14px 0px 14px 0px;
  background: #f1f1f1;
  overflow:hidden;
}
#about .gray .left{
  width: 20%;
  padding-left: 4%;
  float: left;
}
#about .gray .right{
  width: 68%;
  padding-left: 4%;
  padding-right: 4%;
  float: right;
}
#about .clear{
  clear: both;
  padding-bottom: 40px;
}
#about p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
}
#about .tel {
  font-size: 24px;
  color: #0088af;
  text-align: center;
  margin-bottom: 30px;
}
#about h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
}
#about h3 + p {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  margin-left: 20px;
}
#about h3 + p .caution {
  color: #ff0000;
}
#about #map {
  width: 640px;
  margin: 0 auto 40px;
  padding-top: 20px;
}
#about .pics {
  text-align: center;
  top: 9px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 24px 0 18px 0;
}


#sale {
  margin-bottom: 40px;
}
#sale h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
#sale .h1border {
  width: 100px;
  height: 4px;
  background: #ffc000;
  margin: 0 auto 40px;
}
#sale h2 {
  background: #a8b7bb;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
#sale h2 + p {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}
#sale p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
}
#sale .center {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.8;
}
#sale .right {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  margin-right: 20px;
  text-align: right;
}
#sale .waku {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  padding: 20px;
  text-align: left;
  border: dotted 1px;
}
#sale .tel {
  font-size: 20px;
  color: #0088af;
  text-align: center;
  padding-top: 18px;
  margin-bottom: 8px;
}
#sale .fax {
  font-size: 20px;
  color: #0088af;
  text-align: center;
  margin-bottom: 8px;
}
#sale .mail {
  font-size: 20px;
  color: #0088af;
  text-align: center;
  margin-bottom: 28px;
}
#sale h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
#sale h3 + p {
  font-size: 16px;
  text-align: left;
  margin-left: 20px;
  line-height: 1.8;
}
#sale h3 + p .caution {
  color: #ff0000;
  line-height: 1.8;
}
#sale #map {
  width: 640px;
  margin: 0 auto 40px;
}
#sale .spacer{
  margin-bottom: 40px;
}

#sale .pics {
  width: 100%;
  text-align: center;
  top: 9px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 8px 0 18px 0;
}


#sale .sale-button {
  width: 400px;
  margin: 0 auto;
}
#sale .sale-button a {
  width: 400px;
  height: 23px;
  background: #f9ab15;
  padding: 20px 0;
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
#sale .sale-button a i {
  margin-right: 12px;
}
#sale .sale-button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}


#contact {
  margin-bottom: 0px;
}
#contact h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
#contact .h1border {
  width: 100px;
  height: 4px;
  background: #ffc000;
  margin: 0 auto 40px;
}
#contact .pre {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}
#contact h2 {
  background: #a8b7bb;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
#contact h2 + p {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}
#contact p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
}
#contact .center {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.8;
}
#contact .tel {
  font-size: 30px;
  color: #0088af;
  text-align: center;
  margin-bottom: 0px;
}
#contact .fax {
  font-size: 30px;
  color: #0088af;
  text-align: center;
  margin-bottom: 8px;
}
#contact .mail {
  font-size: 30px;
  color: #0088af;
  text-align: center;
  margin-bottom: 28px;
}
#contact .spacer{
  margin-bottom: 40px;
}


#contact .form {
  font-size: 30px;
  color: #0088af;
  text-align: center;
  margin-bottom: 28px;
}



#form {
  width: 980px;
  margin: 0 auto;
}
#form .contents {
  padding: 0;
}
#form #form-main {
  margin-bottom: 0px;
}
#form #form-main p {
  font-size: 13px;
  text-align: left !important;
  margin-bottom: 12px;
}
#form #form-main .errs {
  width: 980px;
  text-align: center;
  margin: 0 0 14px 0;
}
#form #form-main .errs li {
  list-style: none;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  padding: 18px 0;
  margin: 0 0 1px 0;
  background: #0088af;
}
#form #form-main .radio {
  display: none;
}
#form #form-main .radio + label {
  padding-left: 23px;
  position: relative;
}
#form #form-main .radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 50%;
}
#form #form-main .radio:checked + label {
  color: #FF4F00;
}
#form #form-main .radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #FF4F00;
  border-radius: 50%;
}
#form #form-main table {
  width: 980px;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
}
#form #form-main table th {
  width: 30%;
  border: 1px solid #a5a5a5;
  background: #f1f1f1;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  padding: 14px 14px 14px 14px;
}
#form #form-main table th .need {
  color: red;
}
#form #form-main table .radiotext {
  text-align: left;
  padding-left: 81px;
}
#form #form-main table .left {
  text-align: left;
}
#form #form-main table td {
  border: 1px solid #a5a5a5;
  text-align: center;
  padding: 14px;
}
#form #form-main table td .radioelement {
  font-size: 15px;
  margin-right: 30px;
}
#form #form-main table td input,
#form #form-main table td select {
  vertical-align: middle;
}
#form #form-main table td .text {
  width: 440px;
  border: 1px solid #a5a5a5;
  font-size: 15px;
  ime-mode: auto;
  padding: 4px 3px;
  margin: 0;
}
#form #form-main table td textarea {
  width: 444px;
  height: 300px;
  border: 1px solid #a5a5a5;
  font-size: 15px;
  ime-mode: auto;
  padding: 4px 3px;
}
#form #form-main table td select {
  width: 447px;
  border: 1px solid #a5a5a5;
  font-size: 15px;
  ime-mode: auto;
  padding: 4px;
  margin: 0 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  color: #292929;
}
#form #form-main .button {
  width: 978px;
  padding: 40px 0;
  border-right: 1px #B3B3B3 solid;
  border-bottom: 1px #B3B3B3 solid;
  border-left: 1px #B3B3B3 solid;
  text-align: center;
  background: #f1f1f1;
}
#form #form-main .button .submit {
  width: 480px;
  padding: 18px;
  font-size: 18px;
  background: #f9ab15;
  text-align: center;
  border: none;
  color: #fff;
}
#form #form-main .button .back {
  width: 240px;
  padding: 18px;
  font-size: 18px;
  background: #a8b7bb;
  border: none;
  text-align: center;
  color: #fff;
}
#form #form-main .button .send {
  width: 328px;
  padding: 18px;
  font-size: 18px;
  background: #f9ab15;
  border: none;
  text-align: center;
  color: #fff;
}
#form #form-main .button input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#form #form-main .button-config {
  width: 962px;
  padding: 40px 0;
  border-right: 1px #B3B3B3 solid;
  border-bottom: 1px #B3B3B3 solid;
  border-left: 1px #B3B3B3 solid;
  text-align: center;
  background: #0088af;
}
#form #form-main .button-config .space {
  margin-right: 10px;
}
#form #form-main .button-config .back {
  width: 240px;
  padding: 20px 20px;
  font-size: 24px;
  background: #a8b7bb;
  border: none;
  text-align: center;
  color: #fff;
}
#form #form-main .button-config .send {
  width: 328px;
  padding: 20px 20px;
  font-size: 24px;
  background: #f9ab15;
  border: none;
  text-align: center;
  color: #fff;
}
#form #form-main .button-config input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#form #form-main .err {
  border: 4px solid #0088af;
}
#form #form-main .err_2 {
  background: #fff7d1;
}
#form #form-main .err_msg {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  padding-top: 4px;
  font-size: 15px;
  color: #ff5a00;
  text-align: left;
}
#form #form-main .err_title {
  list-style: none;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding: 36px 0;
  margin: 8px 0 12px 0;
  background: #f9ab15;
}
#form #form-main .confirm_msg {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding-top: 4px;
  font-size: 15px;
  text-align: left;
}

.c-block-input_items {
  width: 448px;
  margin: 0 auto;
}
.c-block-input_title {
  width: 448px;
  font-size: 15px;
  margin-bottom: 8px;
  display: block
}
.c-block-input_title a{
  text-decoration: underline;
}
.c-block-input_title a:hover{
  text-decoration: none;
}
.c-block-input_checkbox input[type=checkbox] {
  display: none
}
.c-block-input_checkbox label {
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 3px 30px;
  position: relative;
  width: auto
}
.c-block-input_checkbox label::before {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #999;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -9px
}
.c-block-input_checkbox label::after {
  content: "";
  display: block;
  border-right: 3px solid #f9ab15;
  border-bottom: 3px solid #f9ab15;
  width: 5px;
  height: 9px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
  transform: rotate(45deg)
}

.c-block-input_checkbox input[type=checkbox]:checked+label::after {
  opacity: 1
}

#form #thanks {
  margin: 20px 0 40px 0px;
}
#form #thanks .msg{
  background: #fff7d1;
  padding: 40px;
}
#form #thanks .msg .finish{
  text-align: center;
  margin: 20px 0 20px 0px;
  font-size: 24px;
}
#form #thanks .msg .txt{
  text-align: center;
  margin: 0px 0 20px 0px;
  font-size: 15px;
  line-height: 2;
}

#form #thanks .info{
  padding: 40px;
}
#form #thanks .info .txt{
  text-align: center;
  margin: 0px 0 40px 0px;
  font-size: 15px;
  line-height: 2;
}
#form #thanks .info .tel{
  text-align: center;
  margin: 0px 0 0px 0px;
  font-size: 24px;
}

#form #thanks .button{
  padding: 0px;
}
#form #thanks .button .home a{
  padding: 18px;
  font-size: 18px;
  background: #f9ab15;
  text-align: center;
  border: none;
  color: #fff;
}


#privacy {
  margin-bottom: 40px;
}
#privacy h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
#privacy .h1border {
  width: 100px;
  height: 4px;
  background: #ffc000;
  margin: 0 auto 40px;
}
#privacy h2 {
  background: #a8b7bb;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
#privacy h2 + p {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}
#privacy p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
}
#privacy .sub {
  font-size: 14px;
  margin-bottom: 16px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: left;
  line-height: 1.8;
}
#privacy .left {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: left;
  line-height: 1.8;
}
#privacy .center {
  font-size: 18px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.8;
}
#privacy .tel {
  font-size: 20px;
  color: #0088af;
  text-align: center;
  padding-top: 18px;
  margin-bottom: 0px;
  line-height: 1.8;
}
#privacy .fax {
  font-size: 20px;
  color: #0088af;
  text-align: center;
  margin-bottom: 8px;
}
#privacy .mail {
  font-size: 20px;
  color: #0088af;
  text-align: center;
  margin-bottom: 28px;
}
#privacy .spacer{
  margin-bottom: 40px;
}


#law {
  margin-bottom: 40px;
}
#law h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
#law .h1border {
  width: 100px;
  height: 4px;
  background: #ffc000;
  margin: 0 auto 40px;
}
#law h2 {
  background: #a8b7bb;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
#law h2 + p {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}

#law .white {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding: 14px 0px 14px 0px;
  overflow:hidden;
}
#law .white .left{
  width: 26%;
  padding-left: 4%;
  float: left;
}
#law .white .right{
  width: 62%;
  padding-left: 4%;
  padding-right: 4%;
  float: right;
}
#law .gray {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding: 14px 0px 14px 0px;
  background: #f1f1f1;
  overflow:hidden;
}
#law .gray .left{
  width: 26%;
  padding-left: 4%;
  float: left;
}
#law .gray .right{
  width: 62%;
  padding-left: 4%;
  padding-right: 4%;
  float: right;
}
#law .clear{
  clear: both;
  padding-bottom: 40px;
}
#law p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
}
#law h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
}
#law h3 + p {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  margin-left: 20px;
}
#law h3 + p .caution {
  color: #ff0000;
}
#law .pics {
  text-align: center;
  top: 9px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 24px 0 18px 0;
}

#law .sub {
  font-size: 14px;
  margin-bottom: 16px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: left;
  line-height: 1.8;
}








#pagetop {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  right: 0;
  text-align: right;
}
#pagetop a {
  width: 50px;
  height: 50px;
  bottom: 180px;
  position: fixed;
}
#pagetop a:hover {
  text-decoration: none;
}
#footer {
  padding: 20px 0 0 0;
  text-align: center!important;
}
#footer .pc {
  padding: 0 0 17px 0;
  width: 980px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
#footer .pc:before,
#footer .pc:after {
  display: table;
  content: "";
}
#footer .pc:after {
  clear: both;
}
#footer .pc a {
  margin: 0 16px;
  font-size: 14px;
}
#footer .sp {
  display: none;
}
#footer #copyright {
  background: #0088af;
  font-size: 11px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  padding: 34px 0;
}
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  input,
  button,
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contents {
    width: 93%;
    margin: 0 auto;
    *zoom: 1;
  }
  .contents:before,
  .contents:after {
    display: table;
    content: "";
  }
  .contents:after {
    clear: both;
  }
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  #logo {
    margin-bottom: 0;
    position: relative;
    height: 100px;
  }
  #logo img {
    width: 140px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
	


#logo_wrap {
  display: inline;
  width: 93%;
  text-align: center;
}
#logo_wrap img {
  width: 70%;
  margin: 8% 0 2% 0;
}
#logo_wrap .center{
  display: inline-block;
  width: 40%;
  margin-left: 34%;
  float: center;
}
#logo_wrap .right{
  display: inline-block;
  width: 24%;
  margin-top: 40px;
  float: right;
}
#logo_wrap .right i{
  display: inline-block;
  margin-left: 10%;
  font-size: 20px;
  color: #0088af;
}
#logo_wrap .right i a{
  display: inline-block;
  text-decoration: none;
}
	
	
	
  #gnav {
    margin-bottom: 10px!important;
  }
  .books {
    width: 93%;
    margin: 0 auto;
  }
  .books ul {
    width: 106%;
    margin-right: -14px;
    margin-bottom: 10px;
    *zoom: 1;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .books ul li {
    list-style: none;
  }
  .books ul:before,
  .books ul:after {
    display: table;
    content: "";
  }
  .books ul:after {
    clear: both;
  }
  .books ul li {
    width: 45.5%;
    height: auto;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 20px 5px 20px 5px;
    margin: 0 14px 14px 0;
    float: none;
  }
  .books ul li a {
    display: block;
  }
  .books ul li a img {
    width: 100px;
    border: 1px solid #d9d9d9;
    margin-bottom: 16px;
  }
  .books ul li a .icon {
    margin-top: -7px;
    margin-bottom: 6px;
  }
  .books ul li a .icon span:nth-child(2n+1) {
    margin-right: 3px;
  }
  .books ul li a .icon .new {
    background: #f9ab15;
    font-size: 11px;
    line-height: 1;
    color: #ffffff;
    padding: 4px 6px;
    text-align: center;
  }
  .books ul li a .icon .pickup {
    background: #0088af;
    font-size: 11px;
    line-height: 1;
    color: #ffffff;
    padding: 4px 6px;
    text-align: center;
  }
  .books ul li a h3 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0!important;
  }
  .books ul li a h3 + p {
    font-size: 12px;
    color: #666666;
  }
  .books ul li a h3 i {
    margin-left: 12px;
  }


  .books-2022 {
    width: 93%;
    margin: 0 auto;
  }
  .books-2022 ul {
    width: 106%;
    margin-right: -14px;
    margin-bottom: 10px;
    *zoom: 1;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .books-2022 ul li {
    list-style: none;
  }
  .books-2022 ul:before,
  .books-2022 ul:after {
    display: table;
    content: "";
  }
  .books-2022 ul:after {
    clear: both;
  }
  .books-2022 ul li {
    width: 45.5%;
    height: auto;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 20px 5px 20px 5px;
    margin: 0 14px 14px 0;
    float: none;
  }
  .books-2022 ul li  {
    display: block;
  }
  .books-2022 ul li img {
    width: 100px;
    border: 1px solid #d9d9d9;
    margin-bottom: 16px;
  }

  .books-2022 ul li .iconarea .icon .book{
  width: 43%;
  display: inline;
  float: left;
  margin: 0 0 4% 4%;
  font-size: 12px;
  line-height: 1;
  color: #000;
  padding: 2% 0;
  text-align: center;
  border: solid 1px #000;
  }
  .books-2022 ul li h3 {
    font-size: 14px;
    line-height: 1.3;
	padding-bottom: 4px;
    margin-bottom: 0!important;
  }
  .books-2022 ul li h3 + p {
    font-size: 12px;
    color: #666666;
  }

  .button {
    width: 60%;
    margin: 0 auto;
	margin-bottom: 40px;
  }
  .button a {
    width: 100%;
    height: auto;
    background: #f9ab15;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
  }
  .button a i {
    margin-right: 12px;
  }
  .button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }

  .buttonarea-2022 {
    width: 98%;
    height: 60px;
    margin: 0 auto;
  }
  .buttonarea-2022 .button {
  display: inline;
  width: 44%;
  float: left;
  margin-top: 0px;
  margin-left: 4%;
  padding: 20px 0 0px 0;
  height: 30px;
  }
  .buttonarea-2022 .button a {
  width: 100%;
  height: 40px;
  background: #f9ab15;
  padding: 12px 0 10px 0;
  display: block;
  font-size: 12px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  }
  .buttonarea-2022 .button a i {
  margin-right: 4px;
  font-size: 14px;
  }
  .buttonarea-2022 .button-syoseki {
  display: inline;
  width: 44%;
  float: left;
  margin-top: 0px;
  margin-left: 4%;
  padding: 20px 0 0px 0;
  height: 30px;
  }
  .buttonarea-2022 .button-syoseki a {
  width: 100%;
  height: 40px;
  background: #f9ab15;
  padding: 12px 0 10px 0;
  display: block;
  font-size: 12px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  }
  .buttonarea-2022 .button-syoseki a i {
  margin-right: 4px;
  font-size: 14px;
  }
  .buttonarea-2022 .button-denshi {
  display: inline;
  width: 44%;
  float: left;
  margin-top: 0px;
  margin-left: 4%;
  padding: 20px 0 0px 0;
  height: 30px;
  }
  .buttonarea-2022 .button-denshi a {
  width: 100%;
  height: 40px;
  background: #0088af;
  padding: 12px 0 10px 0;
  display: block;
  font-size: 12px;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  }
  .buttonarea-2022 .button-denshi a i {
  margin-right: 4px;
  font-size: 14px;
  }


  #home #headline h1 {
    text-align: center;
    margin: 18px 0;
    font-size: 14px;
    font-weight: normal;
  }
  #home h2 {
    background: url("../images/headline-h2.png") no-repeat 0 0;
    height: 66px;
    padding: 18px 0 18px 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 20px;
  }
  #home #news {
    margin-bottom: 20px;
  }
  #home #news .contents {
    background: #f1f1f1;
    text-align: center;
    padding: 0 0 30px 0;
  }
  #home #news .contents i {
    text-align: center;
    font-size: 60px;
    line-height: 1.1;
    color: #0088af;
  }
  #home #news .contents i + p {
    margin: 10px 10px 15px 10px;
    font-size: 14px;
  }
  #home #news .contents #facebook {
    margin: 0 auto;
    text-align: center;
  }

/*20200525*/
  #home #info {
    margin-bottom: 10px;
  }
  #home #info .contents {
    text-align: center;
    padding: 0 0 10px 0;
  }
  #home #info .contents p {
    margin: 0px 0;
    font-size: 14px;
  }


  #home #new-guidance-2022 {
    text-align: center;
  }
  #home #new-guidance-2022 h2 + i {
    font-size: 80px;
    line-height: 1.1;
    color: #0088af;
  }
  #home #new-guidance-2022 h2 + i + p {
    margin: 22px 20px 15px 20px;
    font-size: 14px;
  }


  #home #new-guidance {
    text-align: center;
  }
  #home #new-guidance h2 + i {
    font-size: 80px;
    line-height: 1.1;
    color: #0088af;
  }
  #home #new-guidance h2 + i + p {
    margin: 22px 20px 15px 20px;
    font-size: 14px;
  }

  #home #new-ebook {
    text-align: center;
  }
  #home #new-ebook h2 + i {
    font-size: 80px;
    line-height: 1.1;
    color: #0088af;
  }
  #home #new-ebook h2 + i + p {
    margin: 22px 20px 15px 20px;
    font-size: 14px;
  }
  #list h1 {
    font-size: 24px;
	padding-top: 20px;
    text-align: center;
  }
  #list .h1border {
    width: 100px;
    height: 4px;
    background: #ffc000;
    margin: 0 auto 25px;
  }
  #list #tab {
    width: 94%;
    margin: 0 auto;
    *zoom: 1;
  }
  #list #tab:before,
  #list #tab:after {
    display: table;
    content: "";
  }
  #list #tab:after {
    clear: both;
  }
  #list #tab .text-book,
  #list #tab .general-book {
    width: 48.8%;
  }
  #list #tab .text-book a,
  #list #tab .general-book a {
    width: 100%;
    padding: 16px 0 12px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #0088af;
    display: block;
  }
  #list #tab .text-book {
    float: left;
  }
  #list #tab .general-book {
    float: right;
  }
  #list .border {
    border-bottom: 4px solid #0088af;
    margin-bottom: 25px;
  }
  #list .border + p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  #list h2 {
    background: #a8b7bb;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
  }


  #ebooklet {
    margin-bottom: 40px;
  }
  #ebooklet h1 {
    font-size: 24px;
	padding-top: 20px;
    text-align: center;
  }
  #ebooklet .h1border {
    width: 100px;
    height: 4px;
    background: #ffc000;
    margin: 0 auto 25px;
  }
  #ebooklet h2 {
    background: #a8b7bb;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  #ebooklet h2 + p {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
  #ebooklet p {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: left;
  }
  #ebooklet .subttl {
  font-size: 18px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.8;
  }
  #ebooklet .subttltxt{
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.8;
  }
  #ebooklet ol{
  padding-left: 20px;
  }
  #ebooklet li{
  font-size: 14px;
  margin-bottom: 8px;
  text-align: left;
  }
  #ebooklet .pics img{
  width: 50%;
  }
  


  #about {
    margin-bottom: 40px;
  }
  #about h1 {
    font-size: 24px;
	padding-top: 20px;
    text-align: center;
  }
  #about .h1border {
    width: 100px;
    height: 4px;
    background: #ffc000;
    margin: 0 auto 25px;
  }
  #about h2 {
    background: #a8b7bb;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  #about h2 + p {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
  #about p {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: left;
  }
  #about .tel {
    font-size: 16px;
    color: #0088af;
    text-align: center;
    margin-bottom: 38px;
  }
  #about .tel a {
    color: #0088af;
  }
  #about h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  #about h3 + p {
    font-size: 14px;
    text-align: left;
    margin-left: 17px;
  }
  #about h3 + p .caution {
    color: #ff0000;
  }
  #about #map {
    width: 100%;
    margin: 0 auto 20px;
  }
  #about #map .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #about #map .ggmap iframe,
  #about #map .ggmap object,
  #about #map .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #about .pics img{
  	width: 140px;
    top: 9px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 8px 0 8px 0;
  }


  #sale {
    margin-bottom: 40px;
  }
  #sale h1 {
    font-size: 24px;
	padding-top: 20px;
    text-align: center;
  }
  #sale .h1border {
    width: 100px;
    height: 4px;
    background: #ffc000;
    margin: 0 auto 25px;
  }
  #sale h2 {
    background: #a8b7bb;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  #sale h2 + p {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
  #sale p {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: left;
  }
  #sale .center {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: center;
  }
  #sale .right {
    font-size: 14px;
    margin-bottom: 14px;
	margin-right: 10px;
    text-align: right;
  }
  #sale .waku {
    font-size: 14px;
  }
  #sale .tel {
    font-size: 21px;
    color: #0088af;
    text-align: center;
    margin-bottom: 18px;
  }
  #sale .tel a {
    color: #0088af;
  }
  #sale .fax {
    font-size: 21px;
    color: #0088af;
    text-align: center;
    margin-bottom: 18px;
  }
  #sale .mail {
    font-size: 21px;
    color: #0088af;
    text-align: center;
    margin-bottom: 28px;
  }
  #sale h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  #sale h3 + p {
    font-size: 14px;
    text-align: left;
    margin-left: 17px;
  }
  #sale h3 + p .caution {
    color: #ff0000;
  }
  #sale #map {
    width: 100%;
    margin: 0 auto 20px;
  }
  #sale #map .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #sale #map .ggmap iframe,
  #sale #map .ggmap object,
  #sale #map .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #sale .pics img{
  width: 60%;
  padding: 8px 0 0px 0;
  }


  #sale .sale-button {
    width: 60%;
    margin: 0 auto;
	margin-bottom: 40px;
  }
  #sale .sale-button a {
    width: 100%;
    height: auto;
    background: #f9ab15;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
  }
  #sale .sale-button a i {
    margin-right: 12px;
  }
  #sale .sale-button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }

  
  #contact {
    margin-bottom: 0px;
  }
  #contact h1 {
    font-size: 24px;
	padding-top: 20px;
    text-align: center;
  }
  #contact .h1border {
    width: 100px;
    height: 4px;
    background: #ffc000;
    margin: 0 auto 15px;
  }
  #contact h2 {
    background: #a8b7bb;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  #contact h2 + p {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
  #contact p {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: left;
  }
  #contact .pre {
    font-size: 14px;
  }
  #contact .center {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: center;
  }
  #contact .tel {
    font-size: 21px;
    color: #0088af;
    text-align: center;
    margin-bottom: 18px;
  }
  #contact .tel a {
    color: #0088af;
  }
  #contact .fax {
    font-size: 21px;
    color: #0088af;
    text-align: center;
    margin-bottom: 18px;
  }
  #contact .mail {
    font-size: 21px;
    color: #0088af;
    text-align: center;
    margin-bottom: 28px;
  }

  #form {
    width: 100%;
    margin: 0 auto;
  }
  #form #form-main {
    width: 100%;
    margin-bottom: 0px;
  }
  #form #form-main > p {
    font-size: 13px;
    text-align: left !important;
    margin-bottom: 12px;
  }
  #form #form-main .errs {
    width: 100%;
    text-align: center;
    margin: 0 0 7px 0;
  }
  #form #form-main .errs li {
    width: 100%;
    list-style: none;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    padding: 13px 0;
    margin: 0 0 1px 0;
    background: #0088af;
  }
  #form #form-main table {
    width: 100%;
    border: none;
    border-collapse: collapse;
  }
  #form #form-main table tr {
    width: 100%;
    display: block;
    margin-bottom: 1.5em;
  }
  #form #form-main table tr th,
  #form #form-main table tr td {
    width: 100%;
    display: list-item;
    list-style: none;
    border: none;
  }
  #form #form-main table tr th {
    width: 100%;
    border: 1px solid #a5a5a5;
    background: #f1f1f1;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top;
    padding: 10px;
  }
  #form #form-main table tr th .need {
    color: red;
  }
  #form #form-main table tr .radiotext {
    text-align: center;
    padding-left: 0;
  }
  #form #form-main table tr .left {
    text-align: left;
  }
  #form #form-main table tr td {
    width: 100%;
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    text-align: center;
    padding: 10px;
  }
  #form #form-main table tr td .radioelement {
    font-size: 13px;
    margin-right: 10px;
  }
  #form #form-main table tr td input,
  #form #form-main table tr td select {
    vertical-align: top;
    font-size: 13px;
  }
  #form #form-main table tr td .text {
    width: 90%!important;
    border: 1px solid #a5a5a5;
    font-size: 13px;
    ime-mode: auto;
    padding: 5px 3px;
    margin: 0;
  }
  #form #form-main table tr td textarea {
    width: 90%!important;
    height: 160px;
    border: 1px solid #a5a5a5;
    font-size: 13px;
    ime-mode: auto;
    padding: 5px 3px;
  }
  #form #form-main table tr td select {
    width: 90%!important;
    border: 1px solid #a5a5a5;
    font-size: 13px;
    ime-mode: auto;
    padding: 5px;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    color: #292929;
  }
  #form #form-main .button {
    width: 100%;
    padding: 20px 0;
    border: 1px #B3B3B3 solid;
    text-align: center;
    background: #f1f1f1;
  }
  #form #form-main .button .submit {
    width: 84%!important;
    padding: 10px 20px;
    font-size: 14px;
    background: #f9ab15;
    border: none;
    color: #fff;
    text-align: center;
  }
  #form #form-main .button .back {
    width: 30%;
    padding: 10px 20px;
    font-size: 14px;
    background: #a8b7bb;
    border: none;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
  }
  #form #form-main .button .send {
    width: 60%;
    padding: 10px 20px;
    font-size: 14px;
    background: #f9ab15;
    border: none;
    text-align: center;
  }
  #form #form-main .button input:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #form #form-main .button-config {
    width: 100%;
    padding: 20px 0;
    border: 1px #B3B3B3 solid;
    text-align: center;
    background: #0088af;
  }
  #form #form-main .button-config input {
    display: block;
    margin: 0 auto;
  }
  #form #form-main .button-config .space {
    margin-right: 0;
  }
  #form #form-main .button-config .back {
    width: 90%!important;
    padding: 12px 20px;
    font-size: 14px;
    background: #a09e9e;
    border: none;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
  }
  #form #form-main .button-config .send {
    width: 90%!important;
    padding: 12px 20px;
    font-size: 14px;
    background: #f9ab15;
    border: none;
    text-align: center;
  }
  #form #form-main .button-config input:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #form #form-main .err {
    border: 4px solid #0088af;
  }
  #form #form-main .err_title {
    list-style: none;
    font-size: 16px;
	text-align: center;
    line-height: 1.3;
    color: #fff;
    padding: 24px 0;
    margin: 0 0 20px 0;
    background: #f9ab15;
  }
  #form #form-main .err_msg {
  width: 90%;
  font-size: 12px;
  }
  #form #form-main .confirm_msg {
  width: 94%;
  font-size: 12px;
  }
  #form #form-main .confirm {
  width: 90%;
  font-size: 12px;
  }
  .c-block-input_items {
   width: 100%;
   margin: 0 auto;
  }
  .c-block-input_title {
  width: 100%;
  font-size: 12px;
  padding: 10px 0 0 0;
  }
  .c-block-input_checkbox {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  }
  .c-block-input_checkbox label {
  font-size: 12px;
  }


  #form #thanks {
  margin: 20px 0 40px 0px;
  }
  #form #thanks .msg{
  background: #fff7d1;
  padding: 40px;
  }
  #form #thanks .msg .finish{
  text-align: center;
  margin: 20px 0 20px 0px;
  font-size: 20px;
  }
  #form #thanks .msg .txt{
  text-align: center;
  margin: 0px 0 20px 0px;
  font-size: 13px;
  line-height: 2;
  }

  #form #thanks .info{
  padding: 40px;
  }
  #form #thanks .info .txt{
  text-align: center;
  margin: 0px 0 40px 0px;
  font-size: 13px;
  line-height: 2;
  }
  #form #thanks .info .tel{
  font-size: 18px;
  }

  #form #thanks .button{
  padding: 0px;
  }
  #form #thanks .button .home a{
  padding: 10px;
  font-size: 15px;
  }


  #privacy {
    margin-bottom: 40px;
  }
  #privacy h1 {
    font-size: 24px;
	padding-top: 20px;
    text-align: center;
  }
  #privacy .h1border {
    width: 100px;
    height: 4px;
    background: #ffc000;
    margin: 0 auto 25px;
  }
  #privacy h2 {
    background: #a8b7bb;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  #privacy h2 + p {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
  #privacy p {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: left;
  }
  #privacy .left {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: left;
  }
  #privacy .center {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: center;
  }
  #privacy .tel {
    font-size: 21px;
    color: #0088af;
    text-align: center;
    margin-bottom: 18px;
  }
  #privacy .tel a {
    color: #0088af;
  }
  #privacy .fax {
    font-size: 21px;
    color: #0088af;
    text-align: center;
    margin-bottom: 18px;
  }
  #privacy .mail {
    font-size: 21px;
    color: #0088af;
    text-align: center;
    margin-bottom: 28px;
  }



  #law {
    margin-bottom: 40px;
  }
  #law h1 {
    font-size: 24px;
	padding-top: 20px;
    text-align: center;
  }
  #law .h1border {
    width: 100px;
    height: 4px;
    background: #ffc000;
    margin: 0 auto 25px;
  }
  #law h2 {
    background: #a8b7bb;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  #law h2 + p {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
  #law p {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: left;
  }
  #law h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  #law h3 + p {
    font-size: 14px;
    text-align: left;
    margin-left: 17px;
  }



  
  
  #facebook {
    width: 76%;
    margin: 0 auto 40px;
    text-align: center;
  }
  #facebook .fb_iframe_widget,
  #facebook .fb_iframe_widget span,
  #facebook .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
  #pagetop {
    width: 66%;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 10;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
    bottom: 164px;
    position: fixed;
  }
  #pagetop a img {
    width: 70%;
  }
  #pagetop a:hover {
    text-decoration: none;
  }
  #footer {
    padding: 30px 0 0 0;
    text-align: center!important;
  }
  #footer .pc {
    display: none;
  }
  #footer .sp {
    display: block;
    *zoom: 1;
    margin-bottom: 10px;
  }
  #footer .sp:before,
  #footer .sp:after {
    display: table;
    content: "";
  }
  #footer .sp:after {
    clear: both;
  }
  #footer .sp a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    text-decoration: none;
  }
  #footer .sp .privacy {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #ffffff;
  }
  #footer .sp .privacy a {
    font-size: 12px;
    color: #ffffff;
    display: block;
    background: #a8b7bb;
    padding: 12px 0;
  }
  #footer .sp .law {
    width: 50%;
    float: right;
    text-align: center;
  }
  #footer .sp .law a {
    font-size: 12px;
    color: #ffffff;
    display: block;
    padding: 12px 0;
    background: #a8b7bb;
  }
  #footer .sp .contact {
    width: 100%;
    clear: both;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
  #footer .sp .contact a {
    font-size: 12px;
    color: #ffffff;
    display: block;
    background: #a8b7bb;
    padding: 12px 0;
  }
  #footer #copyright {
    background: #0088af;
    font-size: 12px;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
    padding: 22px 0;
  }
}
