<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Open Sans", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "YuGothic", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5em;
}
p {
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
} 


/* Grobal Class
---------------------------------------------------------------*/
.container {
  max-width: 960px;
  padding: 20px 0;
  margin: 0 auto;
}
.contents {
  padding: 0 0.5rem;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.contents &gt; section {
 }
.flex {
  display: flex;
}
.flex &gt; div {
}
.right {
  float: right;
}

.ttl01 {
  margin-bottom: 1rem;
  border: 2px solid #ccc;
  border-radius: 0.3rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
  color: #666;
}
.ttl02 {
  font-size: 1.3rem;
  border-bottom: 7px solid #0d4238;
  padding: 0.3rem 0.5rem;
  margin-bottom: 1rem;
}
.ttl03 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.ttl04 {
  font-weight: bold;
  color: #0d4238;
}
.ttl05 {
  font-weight: bold;
  color: #0d4238;
  border-left: 8px solid #0d4238;
  padding-left: 0.5rem;
}
.mb {
  margin-bottom: 1rem;
}
.mb3 {
  margin-bottom: 3rem;
}
.mt{
  margin-top:1rem;
}
.list {
  list-style-type: disc;
}
.list li {
  margin-left: 1.5rem;
}
.arrow4 {
  padding-left: 1.5rem;
  position: relative;
}
.arrow4:before {
  content: url(../img/arrow04.png);
  position: absolute;
  left: 2px;
  top: 1px;
}

.cf {
  clear: both;
}
.txt-ul{
    text-decoration: underline;
    font-weight: bold;
}
/* header
---------------------------------------------------------------*/
header {
  max-width: 960px;
  background-color: #e9feff;
  border-top: 20px #ddd solid;
  border-bottom: 20px #004101 solid;
  padding: 1rem;
  box-sizing: border-box;
  margin-bottom: 1rem;

  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
header div {
  flex: 1;
}
header div:last-child {
  text-align: right;
  align-self: flex-end;
}
.logo {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 0.5rem 0;
}
.logo a {
  color: #0d4238;
}
.subtitle {
  font-size: 0.7rem;
  color: #999;
  line-height: 1rem;
}
.tel {
  font-size: 1.3rem;
  line-height: 1.5rem;
}



/* side
---------------------------------------------------------------*/
.side {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.nav {
  display: block;
  margin-bottom: 2rem;
}
.nav ul {

}
.nav li {
  margin-bottom: 0.7rem;
}
.nav li a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 1px #ccc;
}
.hunberger {
  display: none;
}

.side_info {
  background-color: #e8e8e8;
  overflow: hidden;
  padding-bottom: 1rem;
}
.side_info h2 {
  background-color: #003300;
  color: #fff;
  padding: 0.5rem;
  margin-bottom: 0.6rem;
  box-shadow: 0 1px 1px #004101;
}
.side_info h2 img {
  width: 1rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.side_info p {
  margin: 0 0.5rem 0.3rem;
}

/* main
---------------------------------------------------------------*/
.main {
  width: 100%;
  max-width: 700px;
  margin-bottom: 1rem;
}
.visual {
/*  border: 1px solid #ccc;
  border-radius: 0.3rem;
  padding: 0.2rem;*/
  margin-bottom: 2rem;
}

.information {

}
.information h2 {
  color: #0d4238;
  font-weight: bold;
}
.information ul {
}
.information ul li {
  display: flex;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #ddd;
}
.information ul li p:first-child {
  min-width: 6rem;
}

.topicpass {
  margin-bottom: 1rem;
}
.main section {
  
}

/* point
---------------------------------------------------------------*/
.point {
  clear: both;
  margin-bottom: 2rem;
}
.point li {
  border: 2px solid #b1dcfc;
  margin-bottom: 1rem;
  padding: 1rem;
  padding-left: 8rem;
}
.point1 {
  background: url(../img/point1.png) no-repeat 2rem center; 
}
.point2 {
  background: url(../img/point2.png) no-repeat 2rem center; 
}
.point3 {
  background: url(../img/point3.png) no-repeat 2rem center; 
}
.point4 {
  background: url(../img/point4.png) no-repeat 2rem center; 
}


/* hiyou
---------------------------------------------------------------*/
.hiyou p:first-child {
  min-width: 8rem;
}

.hiyou p:last-child {
  font-weight: bold;
}

/* anshin
---------------------------------------------------------------*/
.anshin {

}
.anshin div {
  margin: 0.5rem;
  flex: 1;
}
.anshin p {
  font-weight: bold;
}

/* gaiyou
---------------------------------------------------------------*/
.greeting {
  margin-bottom: 1rem;
}
.greeting p {
  margin-bottom: 1rem;
}
.greeting p.sign {
  text-align: right;
}
.gaiyou p,
.gaiyou ul {
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.gaiyou p:first-child {
  width: 6rem;
  min-width: 6rem;
}
.gaiyou .profile {
  list-style-type: disc;
  margin-left: 1.2rem;
}


/* form
---------------------------------------------------------------*/
#formWrap {
  max-width: 700px;
  margin:0 auto 1rem;
  color:#555;
  line-height:120%;
  font-size:90%;
}
table.formTable{
  width:100%;
  margin:0 auto 1rem;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  border:1px solid #ccc;
  padding:10px;
}
table.formTable th{
  width:30%;
  font-weight:normal;
  background:#efefef;
  text-align:left;
}

/* footer
---------------------------------------------------------------*/
footer {
  max-width: 960px;
  background-color: #e9feff;
  border-top: 10px solid #004101;
  padding: 1rem 0.5rem;
  overflow: hidden;
}
footer div {
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  margin-bottom: 1rem;
}
footer div a {
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #999; 
}
footer div a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none; 
}
footer p {
  text-align: right;
}


/* responsive
---------------------------------------------------------------*/

@media screen and (max-width: 768px) {

header {
  display: block;
}
.contents {
  display: block;
}
.side {
  margin-right: 0;
}
.side_info {
  display: none;
}
.nav {
  display: none;
}
.hunberger {
  display: block;
  width: 120px;
  height: 40px;
  margin-bottom: 0.5rem;
}
.right {
  float: none;
  margin-bottom: 1rem;
}

table.formTable td,table.formTable th{
  width: 100%;
  display: block;
  box-sizing: border-box;
}
table.formTable td {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
table.formTable input {
  width: 80%;
  border: 1px solid #ccc;
  padding: 0.5rem;
  box-sizing: border-box;
 }

footer div {
  display: block;
}

}

@media screen and (max-width: 480px) {


}
</pre></body></html>