@charset "utf-8";
body {
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    color: #333333;
    line-height: 180%;
    font-family: 'M PLUS 1 Code', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(../img/body_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    width: auto;
}
.area_green {
    background-color: #66BB44;
    padding-top: 1px;
    padding-bottom: 1px;
}
.area_white {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #FFFFFF;
}

.area_gray {
    background-color: #F6F6F6;
    padding-top: 1px;
    padding-bottom: 1px;
}
h1,h2,h3,h4,h5,p,ol,ul,li,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
    text-decoration: none;
    color: #369;
    transition: all 0.5s;
}
a:hover,a:active {
    color: #069;
    transition: all 0.5s;
    opacity: 0.5;
}
a img:link,a img:visited {
    transition: all 0.5s;
}
a img:hover,a img:active {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    transition: all 0.5s;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	}
table {
    margin-top: 2em;
    margin-bottom: 2em;
}
#header {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    margin-top: 0px;
    min-height: 3em;
    text-align: right;
}
#header_logo {
    float: left;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 100%;
}
#header_menu {
    padding-top: 1em;
    float: right;
    font-size: 90%;
    line-height: 140%;
    padding-bottom: 0.5em;
}
#header_menu a:link,#header_menu a:visited {
    color: #333;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
#header_menu a:hover,#header_menu a:active {
    color: #333;
}
#header_status {
    margin-top: 0.5em;
    margin-right: 0.5em;
    font-weight: bold;
}

#menu {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 94%;
}
#menu li {
    width: 31.3%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    display: inline;
    list-style-type: none;
	background-color: #FFFFFF;
    border-radius: 2em;
}
#menu a {
    color: #000;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
}
#menu a:link,#menu a:visited {
    text-decoration: none;
}
#menu a:hover,#menu a:active {
    transition: all 0.5s;
}
#member_menu {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: right;
}
#member_menu li {
    margin-left: 0em;
    display: inline-block;
    list-style-type: none;
    position: relative;
    padding-left: 2em;
}
#member_menu li::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.5em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: #66BB44;
}
#member_menu li::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.8em;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
#member_menu a {
    color: #000;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
}
#member_menu a:link,#member_menu a:visited {
    text-decoration: none;
}
#member_menu a:hover,#member_menu a:active {
    transition: all 0.5s;
}
.clear {
	clear: both;
	height: 0px;
}
.first {
    margin-top: 4em;
}
.smallfont {
  font-size: 80%;
  line-height: 160%;
}
.text_button_box {
    text-align: center;
    margin-top: 2em;
}
.text_button {
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-radius: 3em;
    display: inline-block;
}
.text_button a:link,.text_button a:visited {
    text-decoration: none;
    display: block;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
    background-color: #333;
    color: #FFF;
    border-radius: 0.4em;
    padding-left: 3em;
    padding-right: 3em;
    transition: all 0.5s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 90%;
}
.text_button a:hover,.text_button a:active {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all 0.5s;
    color: #FFF;
}
.contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 94%;
    padding-top: 5em;
    padding-bottom: 5em;
}
.contents  h1  {
    font-size: 180%;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 120%;
    margin-bottom: 2em;
}

.contents h2 {
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 3em;
    line-height: 140%;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    border-bottom: 1px solid #6B4;
}
.contents h3 {
    font-size: 110%;
    margin-top: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}
.contents h4 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.contents ol {
    margin-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.contents ul {
    margin-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.table_100 {
    border-collapse: collapse;
    border: 1px solid #999;
    width: 100%;
}
table caption {
    font-weight: bold;
}

.table_item,.table_header,.table_data_left,.table_data_center,.table_data_right {
  border: 1px solid #999;
  vertical-align: top;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.table_item {
  white-space: nowrap;
  background-color: #EED;
}
.table_header {
    font-weight: normal;
    white-space: nowrap;
    background-color: #F6F6F6;
}
.table_data_left {
	text-align: left;
}
.table_data_center {
	text-align: center;
}
.table_data_right {
	text-align: right;
}
.image_left {
    margin-bottom: 2em;
    float: left;
    margin-right: 2em;
}
.image_right {
    margin-bottom: 2em;
    float: right;
    margin-left: 2em;
}
.image_center {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
#footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 94%;
    color: #FFFFFF;
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}
#footer a {
    color: #FFFFFF;
}
.toyota {
    font-size: 70%;
}
.copyright {
    font-size: 100%;
}
#footer li {
    list-style-type: none;
}
.footer_link {
    margin-top: 0.5em;
    padding-left: 2em;
    color: #333;
    font-weight: bold;
    position: relative;
}
.footer_link:before {
    content: '';
    width: 4px;
    height: 4px;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    position: absolute;
    top: 30%;
    left: 0;
    transform: rotate(45deg);
    margin-left: 0.5em;
}
.footer_link_second {
    position: relative;
    padding-left: 4em;
    color: #333;
}
.footer_link_second:before {
    content: '';
    width: 5px;
    height: 5px;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    position: absolute;
    top: 30%;
    left: 0;
    transform: rotate(45deg);
    margin-left: 2.5em;
}


#page-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    opacity: 0.8;
    padding-top: 0px;
}















@media screen and (max-width: 768px) {
body {
    font-size: 100%;
    line-height: 180%;
}
#header {
    padding-top: 0.5em;
}
#header_logo {
    max-width: 60%;
    text-align: center;
    float: none;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-left: auto;
    margin-right: auto;
}
#header_menu {
    text-align: center;
    font-size: 90%;
    float: none;
    padding-top: 0.5em;
}
#menu li {
    width: 45%;
}
#menu li:first-child  {
    width: 26%;
}
#menu li:last-child  {
    width: 23%;
}
#menu a {
    font-size: 90%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    letter-spacing: 0em;
    border-radius: 1em;
}
#member_menu {
    text-align: center;
}
#member_menu a {
    font-size: 90%;
    letter-spacing: 0em;
}
#member_menu li {
	padding-left: 1.5em;
}
#member_menu li::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.3em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #66BB44;
}
#member_menu li::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.6em;
  width: 0.2em;
  height: 0.2em;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
}
.text_button {
    font-size: 90%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}
.text_banner {
    margin-top: 0.5em;
    font-size: 90%;
}
.contents {
    padding-top: 3em;
    padding-bottom: 3em;
}
.contents h1 {
    letter-spacing: 0em;
    font-size: 120%;
    margin-bottom: 1em;
}
.contents .h1_sub {
  font-size: 80%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.contents .h1_margin_bottom {
    margin-bottom: 1em;
}
.contents h2 {
    margin-top: 2em;
    font-size: 110%;
    margin-bottom: 1em;
}
.contents h3 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 105%;
}
.contents h4 {
    font-size: 100%;
    margin-top: 1em;
}
.table_100 {
  margin-top: 20px;
  border-style: none;
}
.table_item,.table_header,.table_data_left,.table_data_center,.table_data_right {
  font-size: 90%;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: block;
  border-style: none;
}
.table_header {
  font-weight: bold;
  margin-top: 20px;
}
.image_left {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0em;
    margin-bottom: 1em;
}
.image_right {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0em;
    margin-bottom: 1em;
}
.image_right img {
    width: 100%;
}
.image_center {
}
#footer {
    text-align: left;
}
.copyright {
    padding-bottom: 5em;
}
#page-top {
    width: 60px;
    bottom: 5em;
}

}
