@charset "shift_jis";

/* -----------------------------------------------

	Site: 
	Type: page styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.

----------------------------------------------- */

/* --- 1.common --- */
body {
}

#wrapper {
  width: 960px;
  margin: 0px auto;
}

@media screen and (max-width: 960px) {
  #wrapper {
    width: 96%;
  }
}

/* --- 2.contents --- */
#contents {
  width: 800px;
  margin: 20px 80px 50px 80px;
}

#contents2 {
  float: left;
  width: 700px;
  margin: 20px 0px 50px 0px;
}

#pankuzu {
  font-size: 12px;
}

#contents h1,
#contents2 h1 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
  margin-bottom: 2em;
  /* padding-top: 0.8em; */
}

#contents h2,
#contents2 h2 {
  position: relative;
  padding-bottom: 0.7em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  margin: 1.43em 0 0.7em;
}

#contents h2::before,
#contents2 h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(
    270deg,
    rgb(128, 206, 226) 0%,
    rgb(135, 217, 153) 100%
  );
}

#contents h3,
#contents2 h3 {
  background-color: #f1f5f5;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 2em 0 1em;
  padding: 0.5em 0.8em;
}

#contents h4,
#contents2 h4 {
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  margin: 1.875em 0px 1.25em 0px;
}

#contents h4::before,
#contents2 h4::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 1em;
  width: 1.25em;
  background-image: url(../assets/images/common/icon_star.png);
  flex-shrink: 0;
  margin-top: 0.3125em;
  margin-right: 0.25em;
}

@media screen and (min-width: 768px) {
  #contents h2,
  #contents2 h2 {
    font-size: 1.75rem;
  }

  #contents h2::before,
  #contents2 h2::before {
    width: 80px;
    height: 3px;
  }

  #contents h3,
  #contents2 h3 {
    font-size: 1.25rem;
  }

  #contents h1,
  #contents2 h1 {
    font-size: 2.25rem;
  }
}

/*
#contents h1 {
	position: relative;
	font-size: 24px;
	line-height: 1.6;
	margin: 20px 0px 40px 0px;
	padding: 13px 270px 10px 20px;
	background-color: #80cee2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#contents h1:after {
	content: url(../images/img_h1.png);
	display: block;
	position: absolute;
	top: -20px;
	right: 10px;
	z-index: 100;
}

#contents2 h1 {
	font-size: 20px;
	line-height: 1.6;
	margin: 15px 0px 40px 0px;
	padding: 13px 20px 10px 20px;
	background-color: #80cee2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#contents h2,
#contents2 h2 {
	font-size: 18px;
	line-height: 1.6;
	margin: 40px 0px 20px 0px;
	padding: 10px 10px 7px 15px;
	background-color: #ccf1de;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#contents h3,
#contents2 h3 {
	font-size: 16px;
	line-height: 1.6;
	margin: 40px 0px 20px 0px;
	padding: 8px 5px 5px 5px;
	border-bottom: solid 2px #b49846;
	border-top: solid 2px #b49846;
}

#contents h4,
#contents2 h4 {
	font-size: 16px;
	line-height: 1.6;
	margin: 30px 0px 20px 0px;
	padding: 5px 3px 3px 30px;
	background-image: url(../images/bg_h4.png);
	background-position: left center;
	background-repeat: no-repeat;
}

*/

#contents h5,
#contents2 h5 {
  font-size: 16px;
  line-height: 1.6;
  margin: 30px 0px 20px 0px;
  padding: 2px 0px 0px 0px;
  font-size: 16px;
}

#contents h6,
#contents2 h6 {
  line-height: 1.6;
  margin: 30px 0px 20px 0px;
  font-size: 14px;
  font-weight: bold;
}

#contents p,
#contents2 p {
  margin: 10px 0px 20px 0px;
  font-size: 14px;
  line-height: 1.8;
}

#contents p.u-fz16 {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #contents .u-blue-title01 {
    font-size: 14px;
  }
}

#contents .u-df01 {
  margin: 10px 0px 20px 0px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#contents .u-df01 img {
  width: calc((100% - 20px) / 3);
}

#contents .u-blue-title01 {
  color: #80cee2;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 16px;
}

#contents .u-list01 {
  margin-left: 0;
}

#contents .u-list01 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-weight: 500;
  line-height: 1.6;
  list-style: none;
  font-size: 16px;
}

#contents .u-list01 li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #80cee2;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  #contents .u-blue-title01 {
    font-size: 14px;
  }

  #contents .u-list01 li {
    font-size: 14px;
  }

  #contents .u-list01 li::before {
    width: 4px;
    height: 4px;
  }
}

@media screen and (max-width: 960px) {
  #contents {
    width: 100%;
    margin: 20px auto 50px auto;
  }

  #contents2 {
    float: none;
    width: 100%;
    margin: 20px auto 50px auto;
  }

  /* #contents h1 {
		padding: 13px 20px 10px 20px;
	}

	#contents h1:after {
		content: none;
	} */
}

#contents ul,
#contents ol,
#contents2 ul,
#contents2 ol {
  margin: 15px 0px 35px 40px;
}

#contents ul li,
#contents2 ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}

#contents ol li,
#contents2 ol li {
  list-style: decimal;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}

#contents ul.list-index,
#contents2 ul.list-index {
  margin-top: 40px;
  margin-bottom: 40px;
  margin: 25px 0px 25px 0px;
}

#contents ul.list-index li,
#contents2 ul.list-index li {
  list-style: none;
  font-size: 18px;
  border-bottom: dotted 1px #666;
  padding: 10px;
}

#contents ul.list-index li:first-child,
#contents2 ul.list-index li:first-child {
  border-top: dotted 1px #666;
}

#contents ul.list-index li a,
#contents2 ul.list-index li a {
  display: block;
  background-image: url(../images/arrow04.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 13px;
}

#contents ul.list-index ul.children li,
#contents2 ul.list-index ul.children li {
  border: none;
  font-size: 16px;
  padding: 5px;
}

#contents ul.link-btn {
  margin: 15px 0px 35px 30px;
}

#contents ul.link-btn li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  width: 360px;
  margin: 0px 20px 0px 0px;
}

#contents ul.link-btn li.link-btn01 a {
  display: block;
  border: solid 10px #ffc0c0;
  padding: 30px 0px;
  background-color: #ffd9d9;
}

#contents ul.link-btn li.link-btn02 a {
  display: block;
  border: solid 10px #ffcf8c;
  padding: 30px 0px;
  background-color: #ffe4bf;
}

#contents ul.link-btn li.link-btn01 a:hover {
  text-decoration: none;
  background-color: #ffc0c0;
}

#contents ul.link-btn li.link-btn02 a:hover {
  text-decoration: none;
  background-color: #ffcf8c;
}

#contents table,
#contents2 table {
  margin: 30px 0px;
  border: solid 1px #999;
  border-collapse: collapse;
}

#contents table th,
#contents table td,
#contents2 table th,
#contents2 table td {
  border: solid 1px #999;
  font-size: 14px;
  padding: 3px 5px 3px 5px;
  text-align: left;
}

#contents table th,
#contents2 table th {
  font-weight: normal;
  background-color: #ccf1de;
  white-space: nowrap;
}

#contents table.no-frame,
#contents2 table.no-frame {
  margin: 30px 0px;
  border: none;
  border-collapse: collapse;
}

#contents table.no-frame td,
#contents2 table.no-frame td {
  border: none;
  font-size: 14px;
  padding: 3px 5px 3px 5px;
  text-align: left;
}

#contents table.line,
#contents2 table.line {
  margin: 30px 0px;
  border: none;
  border-top: dotted 1px #999;
  border-collapse: collapse;
}

#contents table.line td,
#contents2 table.line td {
  border: none;
  font-size: 14px;
  padding: 10px 5px 10px 5px;
  text-align: left;
  border-bottom: dotted 1px #999;
}

#contents p.link-btn a,
#contents2 p.link-btn a {
  border: solid 5px #999;
  padding: 3px 10px 0px 10px;
  margin: 10px 0px;
}

#contents p.link-btn a:hover,
#contents2 p.link-btn a:hover {
  background-color: #efefef;
}

@media screen and (max-width: 960px) {
  #contents table {
    width: 100%;
  }
}

#contents #nou h1 {
  margin: 15px 0px 40px 0px;
  padding: 0px;
  background-color: #fff;
  background-image: none;
  border-radius: 0px;
  /* �f�t�H���g */
  -webkit-border-radius: 0px;
  /* Safari,Google Chrome�p */
  -moz-border-radius: 0px;
  /* Firefox�p */
}

#contents #nou h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0px 20px 0px;
  padding: 6px 10px 3px 15px;
  background-color: #1bb8ce;
  background-image: none;
  color: #fff;
}

#contents #nou h2.org {
  background-color: #f6ab00;
}

#contents #nou table.no-frame {
  margin: 30px 0px;
  border: none;
  border-collapse: collapse;
}

#contents #nou table.no-frame td {
  border: none;
  font-size: 14px;
  padding: 3px 0px 3px 0px;
  text-align: left;
}

#contents .blog-box {
  clear: both;
  margin-top: 15px;
}

#contents .photo-box {
  float: left;
  margin-left: 0px;
}

#contents .text-box {
  margin-left: 115px;
}

#contents .text-box h2 {
}

#contents .text-box p {
  margin: 10px 0px 30px 0px;
  font-size: 14px;
  line-height: 1.8;
}

.paging {
  zoom: 100%;
  margin: 13px 0px -13px 0px;
}

.paging:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.paging-bottom {
  zoom: 100%;
  background-color: #efefef;
  margin: 50px 0px 0px 0px;
  padding: 3px 5px;
}

.paging-bottom:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.next {
  float: left;
  font-size: 12px;
}

.prev {
  float: right;
  font-size: 12px;
}

.wpcf7-text {
  padding: 5px;
  border: solid 1px #999;
  border-radius: 3px;
  /* �f�t�H���g */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome�p */
  -moz-border-radius: 3px;
  /* Firefox�p */
}

.wpcf7-select {
  padding: 5px;
  border: solid 1px #999;
  border-radius: 3px;
  /* �f�t�H���g */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome�p */
  -moz-border-radius: 3px;
  /* Firefox�p */
}

.wpcf7-submit {
  font-size: 16px;
  padding: 5px 20px 7px 20px;
  border: solid 1px #999;
  border-radius: 3px;
  /* �f�t�H���g */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome�p */
  -moz-border-radius: 3px;
  /* Firefox�p */
}

/* --- 3.sidebar --- */
#sidebar {
  float: right;
  width: 230px;
  margin: 20px 0px 50px 0px;
}

#sidebar h2 {
  background-color: #b49846;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px 2px 10px;
  margin-bottom: 10px;
}

#sidebar ul.childmenu {
  margin-bottom: 20px;
}

#sidebar ul.childmenu li {
  font-size: 14px;
  padding: 5px;
  border-bottom: dotted 1px #999;
}

#sidebar ul.childmenu li img[src$="icon_new.gif"] {
  position: relative;
  left: 5px;
  top: -1px;
}

#sidebar ul.childmenu li:first-child {
  border-top: dotted 1px #999;
}

#sidebar ul.childmenu li a {
  display: block;
  padding-left: 13px;
  background-image: url(../images/arrow03.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#sidebar ul.childmenu ul.children {
  display: none;
}

#sidebar ul.submenu {
  margin-top: 20px;
}

#sidebar ul.submenu li {
  margin-bottom: 5px;
  font-size: 14px;
}

#sidebar ul.submenu li a {
  display: block;
  padding-left: 15px;
  background-image: url(../images/arrow01.png);
  background-position: left center;
  background-repeat: no-repeat;
}

#sidebar table#wp-calendar {
  width: 230px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#sidebar table#wp-calendar caption {
  font-size: 14px;
}

#sidebar table#wp-calendar th,
#sidebar table#wp-calendar td {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding: 2px;
  border: solid 1px #bbb;
}

#sidebar table#wp-calendar tfoot td {
  border: none;
}

#sidebar table#wp-calendar td a {
  display: block;
}

#sidebar table#wp-calendar td a:hover {
  background-color: #efefef;
}

#sidebar table#wp-calendar th {
  background-color: #ccf1de;
}

#sidebar p {
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  #sidebar {
    float: none;
    width: 100%;
  }
}

/*�@�����j���[
#sidebar ul.banner li {
	margin-bottom: 5px;
}
#sidebar ul.banner li a {
	display: block;
	width: 230px;
	height: 60px;
	background-image: url(../images/side_bnr.png);
	text-indent: -9999px;
}
#sidebar ul.banner li.bnr05 a, #sidebar ul.banner li.bnr06 a, #sidebar ul.banner li.bnr07 a {
	width: 230px;
	height: 40px;
}
li.bnr01 a {background-position: 0px 0px;}
li.bnr02 a {background-position: 0px -60px;}
li.bnr03 a {background-position: 0px -120px;}
li.bnr04 a {background-position: 0px -180px;}
li.bnr05 a {background-position: 0px -240px;}
li.bnr06 a {background-position: 0px -280px;}
li.bnr07 a {background-position: 0px -320px;}
li.bnr01 a:hover {background-position: -230px 0px;}
li.bnr02 a:hover {background-position: -230px -60px;}
li.bnr03 a:hover {background-position: -230px -120px;}
li.bnr04 a:hover {background-position: -230px -180px;}
li.bnr05 a:hover {background-position: -230px -240px;}
li.bnr06 a:hover {background-position: -230px -280px;}
li.bnr07 a:hover {background-position: -230px -320px;}
*/

#footbar {
  margin: 100px 0px 30px 0px;
  padding: 15px;
  border: solid 10px #dbdcdc;
}

/* --- 4.footer --- */
#footer-sitemap {
  clear: both;
  background-color: #ccf1de;
  background-image: url(../images/bg_footer-sitemap_page.png);
  background-position: center top;
  background-repeat: no-repeat;
}
