@charset "UTF-8";
/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*******************font color ベース*********************/
a {
  color: #1111cc;
}

a:visited {
  color: #660099;
}

/*******************theme-style*********************/
html {
  font-size: 12px;
}

.clear {
  overflow: hidden;
  zoom: 1;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  color: #3f3f3f;
  background: white;
}

a {
  color: #1111cc;
}

a:visited {
  color: #660099;
}

table {
  margin-bottom: 1em;
  border: 2px solid #5f5f5f;
  border-collapse: collapse;
}

caption {
  margin: 0 0 5px 0;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #5f5f5f;
  caption-side: top;
}

td, th {
  padding: 5px;
  border: 1px solid #5f5f5f;
  line-height: 1.75em;
  vertical-align: middle;
}

th {
  background: #efefef;
}

html, body {
  width: 100%;
  /*
  height: 100%;
  */
  overflow: auto;
}

#wrap {
  width: 100%;
  min-width: 240px;
  height: 100%;
  height: auto !important;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#head-logo-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  zoom: 1;
}

#head-logo {
  width: 85%;
  max-width: 496px;
  min-width: 240px;
  float: left;
}
#head-logo a img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

#store_logo{
  max-width: 960px;
  margin: 0 auto 0 auto;
}
.logo1 img {
	display:inline-block;
	width: 30%!important;
	vertical-align: middle;
}
.logo1 .logo_text {
	display:inline-block;
	width: 65%;
	vertical-align: middle;
	font-weight: bold;
  font-size: large;
}

.fitapi_policy{
  border: 1px solid #ff0000;
  padding: 8px;
}

.menu_btn {
  display: block;
  float: right;
  width: 10%;
  max-width: 48px;
  height: auto;
  margin-right: 1%;
}
.menu_btn img {
  width: 100%;
  height: auto;
}

#global-navi {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10000;
  border-top: 1px solid #073a51;
  border-bottom: 1px solid #073a51;
  background-image: url("../images/navi-back.png");
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c7399), color-stop(1, #165c7c));
  background-image: -o-linear-gradient(bottom, #1c7399 0%, #165c7c 100%);
  background-image: -moz-linear-gradient(bottom, #1c7399 0%, #165c7c 100%);
  background-image: -webkit-linear-gradient(bottom, #1c7399 0%, #165c7c 100%);
  background-image: -ms-linear-gradient(bottom, #1c7399 0%, #165c7c 100%);
  background-image: linear-gradient(to bottom, #1c7399 0%, #165c7c 100%);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}
#global-navi ul {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
#global-navi ul li {
  height: 40px;
  border-top: solid 1px #073a51;
  background-image: url("../images/navi-back.png");
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c7399), color-stop(1, #165c7c));
  background-image: -o-linear-gradient(bottom, #1c7399 0%, #165c7c 100%);
  background-image: -moz-linear-gradient(bottom, #1c7399 0%, #165c7c 100%);
  background-image: -webkit-linear-gradient(bottom, #1c7399 0%, #165c7c 100%);
  background-image: -ms-linear-gradient(bottom, #1c7399 0%, #165c7c 100%);
  background-image: linear-gradient(to bottom, #1c7399 0%, #165c7c 100%);
}
#global-navi ul li a {
  display: block;
  padding: 0 20px;
}
#global-navi ul li a img {
  float: left;
}
#global-navi ul li a .menu-arrow {
  float: right;
}
#global-navi ul li:first-child {
  border-top: none;
}

#head-images {
  display: none;
  width: 100%;
  min-width: 960px;
  height: 350px;
  position: relative;
  overflow: hidden;
}
#head-images ul {
  position: absolute;
  top: 0;
  left: 0;
}
#head-images ul li {
  float: left;
}
#head-images ul li a img {
  width: 960px;
  height: 350px;
}

#head-image-buttons {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#prev {
  width: 960px;
  height: 350px;
  position: absolute;
  bottom: -350px;
  left: -1060px;
  z-index: 100;
  cursor: pointer;
  background-image: url(../images/screen_l.png);
  box-shadow: 3px 0 15px 0 #444444;
}
#prev img {
  position: absolute;
  bottom: 0;
  right: -160px;
}

#next {
  width: 960px;
  height: 350px;
  position: absolute;
  bottom: -350px;
  right: -1060px;
  z-index: 100;
  cursor: pointer;
  background-image: url(../images/screen_r.png);
  box-shadow: -3px 0 15px 0 #444444;
}
#next img {
  position: absolute;
  bottom: 0;
  left: -160px;
}

#breadcrumbs {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#breadcrumbs ul {
  margin: 0 1%;
  line-height: 20px;
  overflow: hidden;
  zoom: 1;
}
#breadcrumbs ul li {
  margin: 0 5px 0 0;
  font-size: 1em;
  float: left;
}

#contents {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 0 auto;
  padding-bottom: 80px;
  overflow: hidden;
  zoom: 1;
}

#main-content .each-content {
  width: 98%;
  overflow: hidden;
  margin: 0 auto 20px auto;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#main-content .each-content h2 {
  height: 50px;
}
#main-content .each-content h2 img {
  margin: 6px 0 6px 10px;
}
#main-content .each-content {
  background: white;
}

#news {
  border: solid 1px #244c5d;
}
#news h2 {
  background: #165c7c;
}

#latest-news {
  padding: 20px 10px;
}
#latest-news ul {
  overflow: auto;
}
#latest-news ul li {
  padding: 20px 0;
  margin: 0 10px;
  line-height: 1.5em;
  border-bottom: dotted 1px #3f3f3f;
}
#latest-news ul li span a {
  color: #165c7c;
  text-decoration: none;
}
#latest-news ul li .news-date {
  display: block;
  width: 110px;
  float: left;
  font-size: 1em;
}
#latest-news ul li .each-title {
  display: block;
  overflow: hidden;
  margin-left: 110px;
}
#latest-news ul li .each-title a:hover {
  text-decoration: underline;
}

#link-news-list {
  margin: 20px 20px;
  text-align: right;
}
#link-news-list a {
  font-size: 1em;
  text-decoration: none;
  color: #165c7c;
}
#link-news-list a:hover {
  text-decoration: underline;
}
#link-news-list a:before {
  content: url(../images/list-arrow.png);
  margin: 0 5px;
}

#column {
  border: solid 1px #244c5d;
}
#column h2 {
  background: #165c7c;
}

#column-box-wrap {
  width: 96%;
  max-width: 295px;
  margin: 10px auto;
  overflow: hidden;
  zoom: 1;
}
#column-box-wrap div {
  height: auto;
  margin: 0 auto 10px auto;
  background: white;
}
#column-box-wrap div a {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#column-box-wrap div a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#column-box-wrap div a:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#column-box-wrap div:last-child {
  margin-bottom: 0;
}

#side-column {
  width: 98%;
  margin: 0 1%;
}

#contents-image-list li {
  margin: 0 10px 20px 0;
  float: left;
}
#contents-image-list li a img {
  width: 100%;
  max-width: 248px;
  height: auto;
  max-height: 139px;
}

#footer {
  width: 100%;
  padding: 0 0 0 0;
  position: absolute;
  bottom: 0;
  background: #073a51;
}

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

#site-map {
  padding: 20px 0 20px 0;
  overflow: hidden;
  zoom: 1;
  color: white;
}

#site-map-list1 {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 0 0;
  line-height: 16px;
}
#site-map-list1 .each-list {
  margin: 28px 20px;
}
#site-map-list1 .each-list ul li {
  margin: 10px 0;
  font-size: 1em;
  text-indent: 10px;
}
#site-map-list1 .each-list ul li a {
  text-decoration: none;
  color: white;
}
#site-map-list1 .each-list ul li a:hover {
  text-decoration: underline;
}

#column-sub {
  margin-top: 32px;
}

#site-map-list2 li {
  margin: 10px 20px;
  font-size: 1em;
}
#site-map-list2 li a {
  text-decoration: none;
  color: white;
}
#site-map-list2 li a:hover {
  text-decoration: underline;
}
#site-map-list2 li:before {
  content: url(../images/white_arrow.png);
  margin: 0 5px 0 0;
}

#tbc-banner {
  margin-left: 20px;
  width: 100px;
}
#tbc-banner img {
  width: 100px;
}
#pmark-banner {
  margin-left: 20px;
  margin-bottom:  10px;
  width: 96px;
  background: #FFFFFF;
  padding-left: 2px;
  padding-right: 2px;
}
#pmark-banner img {
  width: 64px;
  padding: 16px;
  background: #FFFFFF;
}

#information {
  margin: 20px 0 20px 10px;
  font-size: 1em;
  color: white;
  line-height: 1.4em;
}

.content-box {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 20px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#content-type {
  height: 50px;
}
#content-type img {
  margin: 6px 0 6px 10px;
}

#individual-content {
  letter-spacing: 0.1em;
  padding: 40px 10px;
}
#individual-content .written_date {
  margin: 10px 0;
  text-align: right;
}
#individual-content .content-title {
  font-size: 2.0em;
  padding: 20px;
}
#individual-content .sentence-box .sentence {
  word-wrap: break-word;
  padding: 20px 0;
}
#individual-content .sentence-box h1, #individual-content .sentence-box h2, #individual-content .sentence-box h3 {
  font-size: 2.0em;
  margin: 20px 0;
}
#individual-content .sentence-box h4 {
  font-size: 1.8em;
  margin: 20px 0;
  padding: 16px 20px;
  background: #d7e0e2;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#individual-content .sentence-box h5 {
  font-size: 1.3em;
  margin: 20px 10px;
  padding: 0 0 2px 0;
  border-bottom: 1px dashed #3f3f3f;
}
#individual-content .sentence-box h6 {
  font-size: 1.3em;
  margin: 20px 10px;
}
#individual-content .sentence-box p, #individual-content .sentence-box blockquote, #individual-content .sentence-box dl, #individual-content .sentence-box ul, #individual-content .sentence-box ol {
  margin: 20px 10px;
  line-height: 1.75em;
}
#individual-content .sentence-box table {
  margin: 0 0;
  border: solid 2px #3f3f3f;
  border-collapse: collapse;
}
#individual-content .sentence-box th, #individual-content .sentence-box td {
  border: solid 1px #3f3f3f;
  border-collapse: collapse;
}
#individual-content .sentence-box th {
  background: #dfdfdf;
}
#individual-content .sentence-box img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
#individual-content .sentence-box .wide-parent {
  overflow: auto;
}

#news-content-box {
  border: solid 1px #073a51;
  background: white;
}
#news-content-box #content-type {
  background: #165c7c;
}
#news-content-box #individual-content .content-title {
  border-left: solid 7px #165c7c;
  border-bottom: solid 1px #165c7c;
}
#news-content-box #individual-content .sentence-box h4 {
  border-bottom: 4px solid #165c7c;
}

#column-content-box {
  border: solid 1px #073a51;
  background: white;
}
#column-content-box #content-type {
  background: #165c7c;
}
#column-content-box #individual-content .content-title {
  border-left: solid 7px #165c7c;
}
#column-content-box #individual-content .sentence-box h4 {
  border-bottom: 4px solid #165c7c;
}

#base-content-box {
  border: solid 1px #073a51;
  border-top: solid 20px #073a51;
  background: white;
}
#base-content-box #individual-content .content-title {
  border-left: solid 7px #165c7c;
}
#base-content-box #individual-content .sentence-box h4 {
  border-bottom: 4px solid #165c7c;
}

#permanent-content-box {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 20px;
  border: solid 1px #244c5d;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: white;
}

#permanent-content .content-title {
  font-size: 40px;
  padding: 20px;
}
#permanent-content .sentence-box .sentence {
  word-wrap: break-word;
  padding: 20px;
  font-size: 14px;
}
#permanent-content .sentence-box h1 {
  margin: 20px 10px 5px 10px;
  padding: 20px;
  font-size: 2.4em;
  border-left: solid 10px #165c7c;
  border-bottom: solid 1px #165c7c;
}
#permanent-content .sentence-box h1.title-topics-article {
  border-left: solid 10px #16757d;
  border-bottom: solid 1px #165c7c;
}
#permanent-content .sentence-box h2 {
  margin: 20px 10px 5px 10px;
  padding: 16px;
  font-size: 2.0em;
  border-left: solid 9px #165c7c;
  border-bottom: solid 1px #165c7c;
}
#permanent-content .sentence-box h2.title-topics-article {
  border-left: solid 9px #16757d;
  border-bottom: solid 1px #165c7c;
}
#permanent-content .sentence-box h3 {
  margin: 20px 10px 5px 10px;
  padding: 14px;
  font-size: 1.5em;
  border-left: solid 7px #165c7c;
  border-bottom: solid 1px #165c7c;
}
#permanent-content .sentence-box h3.title-topics-article {
  border-left: solid 7px #16757d;
  border-bottom: solid 1px #165c7c;
}
#permanent-content .sentence-box h4 {
  margin: 10px 10px 5px 10px;
  padding: 10px;
  font-size: 1.5em;
  border-left: solid 5px #165c7c;
  border-bottom: solid 1px #165c7c;
}
#permanent-content .sentence-box h4.title-topics-article {
  border-left: solid 5px #16757d;
  border-bottom: solid 1px #165c7c;
}

#title-permanent-page {
  height: 50px;
  background: #165c7c;
}
#title-permanent-page img {
  margin: 6px 0 6px 10px;
}

#title-topics-page {
  height: 50px;
  background: #16757d;
}
#title-topics-page img {
  margin: 6px 0 6px 10px;
}

#permanent-content-body, #topics-content-body {
  padding: 0 10px 40px 10px;
}
#permanent-content-body .tiny-chapter, #topics-content-body .tiny-chapter {
  margin: 40px 0;
}
#permanent-content-body .tiny-chapter .to-detail, #topics-content-body .tiny-chapter .to-detail {
  text-align: center;
}
#permanent-content-body .tiny-chapter .to-detail a, #topics-content-body .tiny-chapter .to-detail a {
  display: block;
  width: 200px;
  height: 16px;
  margin: 10px 0;
  padding: 10px 15px;
  line-height: 16px;
  color: white;
  text-decoration: none;
  text-shadow: -1px 0 0 black;
  background-image: url(../images/detail-button.png);
  border: solid 1px #073a51;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#permanent-content-body #findings #findings_image_list li, #topics-content-body #findings #findings_image_list li {
  float: left;
}
#permanent-content-body .tiny-chapter:last-child, #topics-content-body .tiny-chapter:last-child {
  margin-bottom: 0;
}
#permanent-content-body h4, #topics-content-body h4 {
  font-size: 1.8em;
  margin: 20px 0;
  padding: 16px 20px;
  border-bottom: 4px solid #165c7c;
  background: #d7e0e2;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#permanent-content-body h5, #topics-content-body h5 {
  font-size: 1.3em;
  margin: 20px 10px;
  padding: 0 0 2px 0;
  border-bottom: 1px dashed #3f3f3f;
}
#permanent-content-body h6, #topics-content-body h6 {
  font-size: 1.3em;
  margin: 20px 10px;
}
#permanent-content-body p, #permanent-content-body blockquote, #permanent-content-body dl, #permanent-content-body ul, #permanent-content-body ol, #topics-content-body p, #topics-content-body blockquote, #topics-content-body dl, #topics-content-body ul, #topics-content-body ol {
  margin: 20px 10px;
  line-height: 1.75em;
}
#permanent-content-body table, #topics-content-body table {
  margin: 0 0;
  border: solid 2px #3f3f3f;
  border-collapse: collapse;
}
#permanent-content-body th, #permanent-content-body td, #topics-content-body th, #topics-content-body td {
  border: solid 1px #3f3f3f;
  border-collapse: collapse;
}
#permanent-content-body th, #topics-content-body th {
  background: #dfdfdf;
}
#permanent-content-body img, #topics-content-body img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
#permanent-content-body .title_and_lead, #topics-content-body .title_and_lead {
  padding: 32px 20px;
  border-bottom: solid 1px #dfdfdf;
}
#permanent-content-body .title_and_lead:last-of-type, #topics-content-body .title_and_lead:last-of-type {
  border-bottom: none;
}
#permanent-content-body .title_and_lead .formed_title, #topics-content-body .title_and_lead .formed_title {
  padding: 5px 0 5px 5px;
  /*
  border-left: solid 7px $theme_blue;
  border-bottom: solid 1px $theme_blue;
  */
}
#permanent-content-body .title_and_lead .formed_title a, #topics-content-body .title_and_lead .formed_title a {
  font-size: 1.3em;
  color: #165c7c;
  text-decoration: none;
}
#permanent-content-body .title_and_lead .formed_title a span, #topics-content-body .title_and_lead .formed_title a span {
  margin-left: 20px;
  font-size: 14px;
  color: #1111cc;
}
#permanent-content-body .title_and_lead .written_date, #topics-content-body .title_and_lead .written_date {
  margin: 0;
  padding: 5px;
  font-size: 0.9em;
}
#permanent-content-body .title_and_lead .lead_sentence, #topics-content-body .title_and_lead .lead_sentence {
  /*
  margin: 10px 10px;
  */
  margin-top: 12px;
  padding: 0 5px;
}
#permanent-content-body .title_and_lead .lead_sentence h1, #permanent-content-body .title_and_lead .lead_sentence h2, #permanent-content-body .title_and_lead .lead_sentence h3, #permanent-content-body .title_and_lead .lead_sentence h4, #permanent-content-body .title_and_lead .lead_sentence h5, #permanent-content-body .title_and_lead .lead_sentence h6, #topics-content-body .title_and_lead .lead_sentence h1, #topics-content-body .title_and_lead .lead_sentence h2, #topics-content-body .title_and_lead .lead_sentence h3, #topics-content-body .title_and_lead .lead_sentence h4, #topics-content-body .title_and_lead .lead_sentence h5, #topics-content-body .title_and_lead .lead_sentence h6 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.75em;
  border: none;
  background: none;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#permanent-content-body .title_and_lead p, #topics-content-body .title_and_lead p {
  margin: 0;
}
#permanent-content-body .to-children-list li, #topics-content-body .to-children-list li {
  margin: 10px;
  float: left;
}
#permanent-content-body .to-children-list li a, #topics-content-body .to-children-list li a {
  display: block;
  width: 200px;
  height: 16px;
  padding: 10px 15px;
  line-height: 16px;
  color: white;
  border: 1px solid #bfbfbf;
  text-decoration: none;
  text-shadow: -1px 0 0 black;
  background-image: url(../images/detail-button.png);
  border: solid 1px #073a51;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#topics-content-body h4 {
  border-bottom: 4px solid #16757d;
}

#message {
  margin: 40px 0;
}
#message a {
  display: block;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 64px;
  font-size: 1.4em;
  text-decoration: none;
  color: white;
  border: none;
  background: none;
  background-image: url(../images/button_back.png);
  text-shadow: -1px 0 0 black;
}

#mail-form {
  margin: 0 10px;
}
#mail-form table {
  width: 100%;
  border: none;
}
#mail-form table tr {
  padding: 40px 0;
  border-bottom: dashed 1px #3f3f3f;
}
#mail-form table tr th {
  width: 25%;
  margin: 0;
  padding: 40px 0;
  font-size: 1em;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  border: none;
  background: white;
}
#mail-form table tr th span {
  color: #883044;
  font-weight: normal;
}
#mail-form table tr td {
  width: 75%;
  margin: 0;
  padding: 40px 0;
  border: none;
}
#mail-form table tr td input {
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  padding: 5px 0;
  font-size: 1.15em;
}
#mail-form table tr td textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  height: 150px;
  padding: 5px 0;
  font-size: 1.15em;
}
#mail-form table tr td .error {
  color: #883044;
}
#mail-form table tr #input-tel input {
  width: 24%;
}

#form-lead {
  font-size: 1em;
  padding: 40px 0;
  border-bottom: dashed 1px #3f3f3f;
  line-height: 1.75em;
}

#submit-button {
  margin: 40px 0;
}
#submit-button input {
  display: block;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  color: white;
  letter-spacing: 1.5em;
  text-indent: 1.5em;
  border: none;
  background: none;
  background-image: url(../images/button_back.png);
  text-shadow: -1px 0 0 black;
  cursor: pointer;
}

#proceeded-form #form-lead {
  display: none;
}

pre {
  border: 1px dashed black;
  padding: 10px 10px 10px 10px;
  background-color: #eeffdd;
  height: auto;
  margin: 10px 10px 10px 10px;
  line-height: 115%;
  color: black;
  font-size: 11px;
}

blockquote {
  border: 1px dashed black;
  padding: 15px 10px 15px 10px;
  background-color: #ffffcc;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  line-height: 115%;
  color: black;
  font-size: 12px;
}

cite {
  font-weight: bold;
}

/* add 2013-02-13 S.Y */
@media print {
  /* 邏吝ｪ剃ｽ灘髄縺代せ繧ｿ繧､繝ｫ螳夂ｾｩ */
  #main > section {
    display: none;
  }

  #NaviList {
    display: none;
  }
}
/* introduce application style */
/* add 2014-05-22 */
#introduction-wrap {
  width: 920px;
}

.introduction_title {
  background: #c92d63;
  border: solid 1px #afafaf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #F27981;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #d9686a), color-stop(1, #a65357));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #30b1bf), color-stop(1, #1d6c73));
  background-image: -o-linear-gradient(bottom, #30b1bf 75%, #1d6c73 100%);
  background-image: -moz-linear-gradient(bottom, #30b1bf 75%, #1d6c73 100%);
  background-image: -webkit-linear-gradient(bottom, #30b1bf 75%, #1d6c73 100%);
  background-image: -ms-linear-gradient(bottom, #30b1bf 75%, #1d6c73 100%);
  background-image: linear-gradient(to bottom, #30b1bf 75%, #1d6c73 100%);
}

.introduction_title_h {
  font-size: 30px;
  padding: 20px 20px;
  color: #ffffff;
  text-shadow: 0 -1px 0 #000;
}

#application-summary {
  margin: 40px 0 0 0;
  padding: 20px 0;
  border: solid 1px #afafaf;
  background: #f2f2e7;
  overflow: auto;
  zoom: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.9, #f2f2e7), color-stop(1, #ccccc4));
  background: -o-linear-gradient(bottom, #f2f2e7 90%, #ccccc4 100%);
  background: -moz-linear-gradient(bottom, #f2f2e7 90%, #ccccc4 100%);
  background: -webkit-linear-gradient(bottom, #f2f2e7 90%, #ccccc4 100%);
  background: -ms-linear-gradient(bottom, #f2f2e7 90%, #ccccc4 100%);
  background: linear-gradient(to bottom, #f2f2e7 90%, #ccccc4 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 3px #a0a0a0;
  -moz-box-shadow: 0px 3px 3px #a0a0a0;
  -o-box-shadow: 0px 3px 3px #a0a0a0;
  box-shadow: 0px 3px 3px #a0a0a0;
}

#eyecatche-wrap {
  width: 240px;
  float: left;
}

#eyecatche-i {
  width: 200px;
  height: 424px;
  margin: 0 auto;
  overflow: hidden;
}

#mock-i {
  position: absolute;
  z-index: 1000;
}

#eyecatche-slide {
  position: absolute;
}

#eyecatche-slide ul {
  position: relative;
  top: 63px;
  left: 17px;
}

#eyecatche-slide ul li {
  position: absolute;
}

#summary-sentence {
  margin: 20px;
}

#summary-sentence p {
  line-height: 1.5em;
}

#licence {
  font-size: 0.8em;
}

#special {
  margin-top: 40px;
  border: solid 1px #afafaf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 1px #a0a0a0;
  -moz-box-shadow: 0px 2px 1px #a0a0a0;
  -o-box-shadow: 0px 2px 1px #a0a0a0;
  box-shadow: 0px 3px 3px #a0a0a0;
}

#special h4 {
  padding: 20px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1em;
  background-image: url(../images/noise-white.jpg);
  border-top: solid 5px #d9686A;
  border-bottom: solid 1px #afafaf;
  text-shadow: 0 1px 0 #fff;
}

#special-details {
  padding: 20px 20px 20px 20px;
}

#special-details .each-details {
  margin-top: 40px;
  padding: 20px 20px;
  border-top: solid 10px #30b1bf;
  border-left: solid 1px #30b1bf;
  border-right: solid 1px #30b1bf;
  border-bottom: solid 1px #30b1bf;
  overflow: hidden;
  zoom: 1;
  background: #ebf2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#special-details .each-details:first-child {
  margin-top: 0;
}

.each-details h5 {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  color: #f27981;
  text-shadow: 0 -1px 0 #8f8f8f;
}

.each-details h5:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  zoom: 1;
}

#always-title:before {
  content: url(../images/always-mark.png);
}

#location-title:before {
  content: url(../images/location-mark.png);
}

#destination-title:before {
  content: url(../images/destination-mark.png);
}

#special-details .each-details p {
  line-height: 1.5em;
}

.each-details img {
  margin: 0 20px;
  border: solid 1px #5f5f5f;
  float: left;
  -webkit-box-shadow: 0px 2px 1px #a0a0a0;
  -moz-box-shadow: 0px 2px 1px #a0a0a0;
  -o-box-shadow: 0px 2px 1px #a0a0a0;
  box-shadow: 0px 0px 3px 3px #dadad3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.each-details:nth-child(even) img {
  float: right;
}

#other-introduction {
  margin-top: 40px;
  border: solid 1px #afafaf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 1px #a0a0a0;
  -moz-box-shadow: 0px 2px 1px #a0a0a0;
  -o-box-shadow: 0px 2px 1px #a0a0a0;
  box-shadow: 0px 3px 3px #a0a0a0;
}

#other-introduction h4 {
  padding: 20px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.25em;
  background-image: url(../images/noise-white.jpg);
  border-top: solid 5px #ff7a82;
  border-bottom: solid 1px #afafaf;
  text-shadow: 0 1px 0 #fff;
}

.each-other-introduction {
  padding: 20px 20px;
}

.each-other-introduction h5 {
  font-size: 18px;
  border-bottom: dotted 1px #5f5f5f;
}

.each-other-introduction p {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 0.9em;
}

#product-info {
  font-size: 0.8em;
  margin: 30px 0;
  padding: 20px;
  background-image: url(../images/noise-gray.jpg);
  -webkit-box-shadow: 2px 2px 2px #5f5f5f inset;
  -moz-box-shadow: 2px 2px 2px #5f5f5f inset;
  -o-box-shadow: 2px 2px 2px #5f5f5f inset;
  box-shadow: 2px 2px 2px #5f5f5f inset;
}

#product-info h4 {
  font-size: 13px;
  color: #fcfcfc;
  text-shadow: 0 -1px 0 #3f3f3f;
  border-bottom: solid 1px #fcfcfc;
  -webkit-box-shadow: 0px -1px 0px #3f3f3f inset;
  -moz-box-shadow: 0px -1px 0px #3f3f3f inset;
  -o-box-shadow: 0px -1px 0px #3f3f3f inset;
  box-shadow: 0px -1px 0px #3f3f3f inset;
}

.each-product-info {
  margin: 20px 0;
  padding: 0 20px;
}

.each-product-info h5 {
  font-size: 13px;
  color: #fcfcfc;
  text-shadow: 0 -1px 0 #3f3f3f;
}

.each-product-info h5:after {
  content: "\30fb\30fb\30fb";
}

.each-product-info p {
  padding: 0 10px;
  font-size: 12px;
  color: #fcfcfc;
  text-shadow: 0 -1px 0 #3f3f3f;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
/* shimoda-page */
#introduction-app {
  padding-bottom: 988px;
}
#introduction-app #introduction-shimoda {
  color: black;
  overflow-x: hidden;
  font-size: 16px;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header {
  min-height: 300px;
  background-image: url(../images/shimoda-head-back.png);
  background-repeat: no-repeat;
  margin: 0 -50%;
  padding: 0 50%;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner {
  min-height: 300px;
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #title {
  max-width: 620px;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #title h2 {
  max-width: 500px;
  width: 100%;
  float: left;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #title h2 img {
  width: 100%;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #gis_award_logo {
  width: 100%;
  max-width: 100px;
  height: 100px;
  z-index: 100;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #mock {
  width: 100%;
  max-width: 270px;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner .dl-section {
  width: 100%;
  max-width: 540px;
  overflow-x: auto;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner .dl-section table {
  margin: 0;
}
#introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner .dl-section table tbody tr td {
  padding: 0 5px;
}
#introduction-app #introduction-shimoda #summary {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  line-height: 28px;
}
#introduction-app #introduction-shimoda #summary #summary-inner {
  width: 96%;
  margin: 0 auto;
  padding: 100px 0;
}
#introduction-app #introduction-shimoda #summary #outside-links {
  margin: 40px 0 0 0;
  line-height: 20px;
  word-wrap: break-word;
}
#introduction-app #introduction-shimoda #features {
  width: 96%;
  max-width: 960px;
  color: white;
  background: #3abbe4;
  margin: 0 auto;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 8px;
}
#introduction-app #introduction-shimoda #features #features-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0;
  overflow: hidden;
  zoom: 1;
  border-bottom: solid 1px white;
}
#introduction-app #introduction-shimoda #features #features-inner .each-feature {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 80px;
}
#introduction-app #introduction-shimoda #features #features-inner .each-feature h4 {
  margin: 20px;
  font-size: 24px;
}
#introduction-app #introduction-shimoda #features #features-inner .each-feature p {
  margin: 15px 0;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
#introduction-app #introduction-shimoda #features #ss-list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0;
}
#introduction-app #introduction-shimoda #features #ss-list ul {
  overflow: hidden;
  zoom: 1;
}
#introduction-app #introduction-shimoda #features #ss-list ul li {
  float: left;
}
#introduction-app #introduction-shimoda #features #ss-list ul li a img {
  width: 200px;
  margin: 20px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px 0 black;
  -moz-box-shadow: 0 0 10px 0 black;
  -webkit-box-shadow: 0 0 10px 0 black;
  -ms-box-shadow: 0 0 10px 0 black;
  box-shadow: 0 0 10px 0 black;
}
#introduction-app #introduction-shimoda #other-info {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  line-height: 24px;
}
#introduction-app #introduction-shimoda #other-info #other-info-inner {
  width: 96%;
  margin: 0 auto;
  padding: 100px 0;
}
#introduction-app #introduction-shimoda #other-info #other-info-inner .each-section {
  margin: 50px 0;
}
#introduction-app #introduction-shimoda #other-info #other-info-inner .each-section h3 {
  margin: 0 0 10px 0;
  padding: 0 4px 4px;
  font-size: 24px;
  border-bottom: solid 1px #3abbe4;
}
#introduction-app #introduction-shimoda #other-info #other-info-inner .each-section p, #introduction-app #introduction-shimoda #other-info #other-info-inner .each-section ul {
  margin-left: 40px;
  font-size: 14px;
}
#introduction-app #introduction-shimoda #other-info #other-info-inner .dl-section {
  width: 100%;
  max-width: 540px;
  overflow-x: auto;
}

@media (min-width: 280px) {
  #introduction-app #introduction-shimoda #features #ss-list {
    width: 240px;
  }
}
@media (min-width: 520px) {
  #introduction-app #introduction-shimoda #features #ss-list {
    width: 480px;
  }
}
@media (min-width: 780px) {
  #introduction-app #introduction-shimoda #features #ss-list {
    width: 720px;
  }
}
@media (min-width: 960px) {
  #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #title, #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #gis_award_logo, #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner .dl-section, #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #mock {
    position: absolute;
  }
  #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #title {
    top: 0;
    left: 0;
    width: 620px;
    overflow: hidden;
    zoom: 1;
  }
  #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #title h2 {
    width: 500px;
    float: left;
  }
  #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #mock {
    right: 0;
    bottom: 0;
  }
  #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner #gis_award_logo {
    width: 100px;
    height: 100px;
    left: 600px;
    bottom: 10px;
    z-index: 100;
  }
  #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner .dl-section {
    width: 540px;
    bottom: 5px;
    left: 10px;
  }
  #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner .dl-section table {
    margin: 0;
  }
  #introduction-app #introduction-shimoda #shimoda-header-wrap #shimoda-header #shimoda-header-inner .dl-section table tbody tr td {
    padding: 0 5px;
  }
  #introduction-app #introduction-shimoda #summary #summary-inner {
    width: 90%;
    padding: 100px 0;
  }
  #introduction-app #introduction-shimoda #features {
    width: 100%;
  }
  #introduction-app #introduction-shimoda #features #ss-list {
    width: 100%;
  }
  #introduction-app #introduction-shimoda #other-info-inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1120px) {
  #introduction-app #introduction-shimoda #features #features-inner .each-feature {
    max-width: 320px;
    float: left;
    margin: 0;
  }
}
#wrap-app_buttons {
  width: 100%;
  padding: 5px 0;
}
#wrap-app_buttons #app_buttons {
  max-width: 920px;
  margin: 0 auto;
}
#wrap-app_buttons #app_buttons ul {
  overflow: hidden;
  zoom: 1;
}
#wrap-app_buttons #app_buttons ul li {
  float: left;
  margin: 0 2px;
}

/* .wpp-list */
#ppl-list {
  margin: 0 0 20px 0;
  border: solid 1px #244c5d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#ppl-list h2 {
  padding: 20px 12px;
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  background: #88adbd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#ppl-list .wpp-list {
  margin: 0 10px;
}
#ppl-list .wpp-list li {
  padding: 16px 0;
  border-top: solid 1px #dfdfdf;
}
#ppl-list .wpp-list li a {
  font-size: 14px;
  text-decoration: none;
  color: #165c7c;
}
#ppl-list .wpp-list li a:before {
  content: url(../images/list-arrow.png);
  margin: 0 5px 0 0;
}
#ppl-list .wpp-list li a:hover {
  text-decoration: underline;
}
#ppl-list .wpp-list li:first-child {
  border: none;
}

/* page access */
#content-body-googlemaps iframe {
  width: 100%;
}

/* swiper */
.swiper-container {
  width: 100%;
  max-width: 960px;
}

.swiper-wrapper {
  margin-top: 8px;
}
.swiper-wrapper li a img {
  width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  opacity: 0.75;
  background: none;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.75;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0f414c;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

@media screen and (min-width: 480px) {
  #column-box-wrap {
    width: 100%;
    max-width: 100%;
  }
  #column-box-wrap div {
    width: 48%;
    margin: 0 1%;
    float: left;
  }
}
/* マイナーブレークポイント 600px */
@media screen and (min-width: 610px) {
  .menu_btn {
    display: none;
  }

  #global-navi {
    position: relative;
    display: block;
  }
  #global-navi ul li {
    float: left;
    border-top: none;
    border-right: 1px solid #073a51;
  }
  #global-navi ul li:hover {
    background: #244c5d;
  }
  #global-navi ul li:first-child {
    border-left: 1px solid #073a51;
  }

  .menu-arrow {
    display: none;
  }

  .swiper-wrapper {
    margin-top: 0;
  }

  .menu_btn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }

  #breadcrumbs ul li {
    font-size: 0.9em;
  }

  #contents, #introduction-app {
    padding-bottom: 320px;
  }

  #main-content {
    width: 67%;
    float: left;
  }

  #latest-news {
    padding: 20px;
  }
  #latest-news ul {
    height: 250px;
  }
  #latest-news ul li {
    padding: 10px 0;
  }
  #latest-news ul li .news-date {
    font-size: 0.9em;
  }
  #latest-news ul li span a {
    color: #3f3f3f;
  }

  #side-column {
    width: 31%;
    float: left;
  }

  #contents-image-list li {
    float: none;
  }

  #ppl-list {
    line-height: 1.4em;
  }
  #ppl-list .wpp-list li a {
    color: #3f3f3f;
  }

  #footer {
    height: 262px;
  }

  #footer-wrap {
    height: 262px;
  }

  #site-map {
    padding: 20px 0;
    float: left;
  }

  #site-map-list1 .each-list {
    float: left;
    margin: 0 20px;
  }
  #site-map-list1 .each-list ul li {
    font-size: 0.9em;
    margin: 6px 0;
  }

  #column-sub {
    margin-top: 10px;
  }

  #site-map-list2 {
    overflow: visible;
    zoom: 1;
    position: absolute;
    left: 0;
    bottom: 20px;
  }
  #site-map-list2 li {
    margin: 0 10px;
    float: left;
    font-size: 0.9em;
  }

  #tbc-banner {
    margin: 0 0 0 auto;
    padding: 20px 10px 0 0;
  }
  #pmark-banner {
    margin: 0 10px 0 auto;
    padding-left: 2px;
    padding-right: 2px;
  }
  #pmark-banner img {
    padding-left: 16px;
    padding-right: 16px;
  }

  #information {
    position: absolute;
    right: 0;
    bottom: 20px;
    margin: 0 10px 0 auto;
    float: right;
    font-size: 0.9em;
  }

  #permanent-content-body, #topics-content-body {
    padding: 0 40px;
  }
  #permanent-content-body h5, #topics-content-body h5 {
    margin: 20px;
  }
  #permanent-content-body h6, #topics-content-body h6 {
    margin: 20px;
  }
  #permanent-content-body p, #permanent-content-body blockquote, #permanent-content-body dl, #permanent-content-body ul, #permanent-content-body ol, #topics-content-body p, #topics-content-body blockquote, #topics-content-body dl, #topics-content-body ul, #topics-content-body ol {
    margin: 20px;
    line-height: 1.75em;
  }
  #permanent-content-body table, #topics-content-body table {
    margin: 0 20px;
  }
  #permanent-content-body .tiny-chapter .to-detail a, #topics-content-body .tiny-chapter .to-detail a {
    margin: 20px 20px 20px auto;
  }
  #permanent-content-body .title_and_lead, #topics-content-body .title_and_lead {
    /*
    	padding: 56px 30px;
    */
  }
  #permanent-content-body .title_and_lead .lead_sentence p, #topics-content-body .title_and_lead .lead_sentence p {
    margin: 0 0;
  }
  #permanent-content-body > p, #topics-content-body > p {
    margin: 0;
  }

  #permanent-content .sentence-box h1 {
    margin: 40px 40px 5px 20px;
  }
  #permanent-content .sentence-box h2 {
    margin: 30px 30px 5px 25px;
  }
  #permanent-content .sentence-box h3 {
    margin: 20px 20px 5px 30px;
  }
  #permanent-content .sentence-box h4 {
    margin: 15px 15px 5px 5px;
  }
  #permanent-content .sentence-box h5 {
    margin: 10px 10px 5px 40px;
  }

  #mail-form {
    padding: 0 60px;
  }

  #individual-content {
    padding: 40px;
  }
  #individual-content .sentence-box .sentence {
    padding: 20px;
  }
  #individual-content .sentence-box h5 {
    margin: 20px;
  }
  #individual-content .sentence-box h6 {
    margin: 20px;
  }
  #individual-content .sentence-box p, #individual-content .sentence-box blockquote, #individual-content .sentence-box dl, #individual-content .sentence-box ul, #individual-content .sentence-box ol {
    margin: 20px;
    line-height: 1.75em;
  }
  #individual-content .sentence-box table {
    margin: 0 20px;
  }

  #introduction-shimoda {
    padding: 0 0 320px 0;
  }
}

.sentence-box {
  margin: 50px;
  line-height: 1.5em;
}
.sentence-box p {
  margin: auto auto 1em;
}
.sentence-box div {
  margin: 20px;
}
.sentence-box ol, .sentence-box ul {
  list-style: decimal;
  margin-left: 3em ;
}
.sentence-box li {
  margin-bottom: 1em ;
}
.sentence-box bold {
  font-weight: bold;
}
@media (max-width: 768px) {
  .header {
    margin: 5px !important;
  }
  .header * {
    margin: 5px !important;
  }
  .sentence-box {
    margin: 5px;
  }
  .sentence-box div {
    margin: 5px;
  }
}

.sentence-box > p,.sentence-box > div {
	padding: 0 40px;
}