@charset "UTF-8";
* {
  line-height: 140%; }

body {
  font-size: 90%;
  color: #000;
  text-align: center;
  z-index: 0;
  background-image: url("../image/body_bg.png");
  background-position: top left;
  background-repeat: repeat;
  background-color: #fff; }

p {
  margin: 1.2em auto;
  text-indent: 0px; }

main {
  display: block; }

#base {
  text-align: left;
  background-color: #fff; }

#header {
  position: fixed;
  width: 100%;
  zoom: 1;
  text-align: center;
  margin: 0px 0px;
  background-color: #fff;
  z-index: 1000; }

#main {
  position: relative;
  zoom: 1;
  text-align: center;
  margin: 0px 0px;
  overflow: hidden;
  background-color: #fff; }

#footer {
  position: relative;
  zoom: 1;
  text-align: center;
  margin: 0px 0px;
  overflow: hidden;
  background-color: #1d1e1e; }

#head_menu {
  position: relative;
  zoom: 1;
  text-align: center;
  margin: 0px 0px; }

#header_in {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 960px;
  height: 60px; }

#main_in {
  position: relative;
  margin: 0px auto;
  padding-top: 60px;
  text-align: center; }

#footer_in {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 960px;
  background: url("../image/head_bg.png") repeat-y top center; }

#head_menu_in {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 960px;
  overflow: hidden; }

#head_menu_in a {
  display: block;
  float: left;
  text-align: center; }

#left {
  left: 0px;
  top: 0px;
  padding: 0px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  width: 200px; }

#right {
  margin-left: 200px;
  width: 780px;
  text-align: left;
  background-color: #fff;
  padding: 0px 20px;
  position: relative;
  min-height: 1000px;
  _height: 1000px; }

.section_in {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 960px;
  overflow: hidden; }

.clear {
  clear: both; }

.f_group,
.f_box {
  overflow: hidden;
  zoom: 1; }

.f_left {
  float: left; }

.f_right {
  float: right; }

/* for IE6 or lower */
* html .f_left, * html .f_right {
  display: inline; }

.f_clear {
  clear: both;
  display: block; }

.f_clear_r {
  clear: right; }

.clear_height {
  clear: both;
  font-size: 1px; }

.clear_height_right {
  clear: right;
  font-size: 1px; }

/* layout */
.center * {
  text-align: left; }

.center {
  text-align: center; }

.m_center,
.center > * {
  margin-left: auto;
  margin-right: auto; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.top {
  vertical-align: top; }

.middle {
  vertical-align: middle !important; }

.bottom {
  vertical-align: bottom; }

div.hr {
  clear: left;
  font-size: 1px; }

div.hr hr {
  display: none; }

.notice {
  color: #ff0000;
  font-weight: 800; }

.bold {
  font-weight: 800; }

.large {
  font-size: 114%; }

.larger {
  font-size: 125%; }

.small {
  font-size: 86%; }

.smaller {
  font-size: 75%; }

.caution {
  color: #ff0000;
  font-weight: 800;
  font-size: 130%; }

.form_long {
  width: 350px; }

.form_middle {
  width: 120px; }

.form_short {
  width: 70px; }

.form_tel {
  width: 50px; }

.form_table textarea {
  width: 600px;
  height: 200px; }

.imeOff {
  ime-mode: disabled; }

.hidden {
  display: none; }

input.disabled,
select.disabled,
textarea.disabled {
  background-color: #dddddd; }

.ie6_fclear {
  font-size: 1px;
  clear: left; }

.mgL10 {
  margin-left: 10px; }

.mgL30 {
  margin-left: 30px; }

.mgR10 {
  margin-right: 10px; }

.mgT10 {
  margin-top: 10px; }

.mgT30 {
  margin-top: 30px; }

.mgT50 {
  margin-top: 50px; }

.mgB30 {
  margin-bottom: 30px; }

.width50p {
  width: 50%; }

.width90p {
  width: 90%; }

/* --------------------------------------------------
   角丸 Table
-------------------------------------------------- */
.table_radius {
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #CCC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 2px 2px 1px #cccccc; }

.table_radius th,
.table_radius td {
  padding: 10px;
  background: #ffffff;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc; }

.table_radius th {
  background: #e3dcd5;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  color: #69655c; }

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.table_radius tr:first-child th:first-child,
.table_radius tr:first-child td:first-child {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; }

/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.table_radius tr:first-child th:last-child,
.table_radius tr:first-child td:last-child {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; }

/* -----------------------
  右上角丸 thead内　最初の行の最初かつ最後のセル
----------------------- */
.table_radius thead tr:first-child th:first-child:last-child,
.table_radius thead tr:first-child td:first-child:last-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/* -----------------------
  左下角丸　最後の行の最初のセル
----------------------- */
.table_radius tr:last-child th:first-child,
.table_radius tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

/* -----------------------
  右下角丸　最後の行の最後のセル
----------------------- */
.table_radius tr:last-child th:last-child,
.table_radius tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; }

/* -----------------------
  右下角丸　最後の行の最初かつ最後のセル
----------------------- */
.table_radius tr:last-child th:first-child:last-child,
.table_radius tr:last-child td:first-child:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* --------------------------------------------
  thead,tbodyを使う場合の設定
-------------------------------------------- */
.table_radius thead th {
  background: #ddd7d0; }

.table_radius thead + tbody th {
  background: #f4ede6; }

.table_radius tbody th {
  /*IE*/
  text-align: left; }

/* -----------------------
  左上角丸 thead内　最初の行の最初のセル
----------------------- */
.table_radius thead tr:first-child th:first-child,
.table_radius thead tr:first-child td:first-child {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; }

/* -----------------------
  右上角丸 thead内　最初の行の最後のセル
----------------------- */
.table_radius thead tr:first-child th:last-child,
.table_radius thead tr:first-child td:last-child {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; }

/* -----------------------
  左右上角丸 thead内　最初かつ最初の行の最後のセル
----------------------- */
.table_radius thead tr:first-child th:first-child:last-child,
.table_radius thead tr:first-child td:first-child:last-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/* -----------------------
  角丸なし　theadの後のtbody 最初の行の最初のセル
  角丸なし　theadの後のtbody 最初の行の最後のセル
  角丸なし　tfootの後のtbody 最初の行の最初のセル
  角丸なし　tfootの後のtbody 最初の行の最後のセル
----------------------- */
.table_radius thead + tbody tr:first-child th:first-child,
.table_radius thead + tbody tr:first-child td:first-child,
.table_radius thead + tbody tr:first-child th:last-child,
.table_radius thead + tbody tr:first-child td:last-child,
.table_radius thead + tfoot + tbody tr:first-child th:first-child,
.table_radius thead + tfoot + tbody tr:first-child td:first-child,
.table_radius thead + tfoot + tbody tr:first-child th:last-child,
.table_radius thead + tfoot + tbody tr:first-child td:last-child,
.table_radius thead + tfoot + tbody tr:last-child th:first-child,
.table_radius thead + tfoot + tbody tr:last-child td:first-child,
.table_radius thead + tfoot + tbody tr:last-child th:last-child,
.table_radius thead + tfoot + tbody tr:last-child td:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

/* -----------------------
  左下角丸　theadの後のtbody 最後の行の最初のセル
----------------------- */
.table_radius thead + tbody tr:last-child th:first-child,
.table_radius thead + tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

/* -----------------------
  右下角丸　theadの後のtbody 最後の行の最後のセル
----------------------- */
.table_radius thead + tbody tr:last-child th:last-child,
.table_radius thead + tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; }

/* -----------------------
  左右下角丸　theadの後のtbody 最後の行の最初かつ最後のセル
----------------------- */
.table_radius thead + tbody tr:last-child th:first-child:last-child,
.table_radius thead + tbody tr:last-child td:first-child:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* -----------------------
  左下角丸　theadの後のtfoot 最後の行の最初のセル
----------------------- */
.table_radius thead + tfoot tr:last-child th:first-child,
.table_radius thead + tfoot tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

/* -----------------------
  右下角丸　theadの後のtfoot 最後の行の最後のセル
----------------------- */
.table_radius thead + tfoot tr:last-child th:last-child,
.table_radius thead + tfoot tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; }

/* -----------------------
  左右下角丸　theadの後のtfoot 最後の行の最初かつ最後のセル
----------------------- */
.table_radius thead + tfoot tr:last-child th:first-child:last-child,
.table_radius thead + tfoot tr:last-child td:first-child:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

tbody.deleted td,
tr.deleted td {
  background-color: #ccccda; }

tbody.checked th,
tbody.checked td.checkbox,
tr.checked th,
tr.checked td.checkbox {
  background-color: #fff266 !important; }

.noBorder,
.noBorder th,
.noBorder td {
  border: none; }

.noBg,
.noBg th,
.noBg td {
  background: none; }

.btn_spMenu {
  display: none; }

/****************************
	etc
****************************/
.privacy {
  margin: 20px; }

#pri-lead {
  padding-top: 20px; }

.level1 {
  margin-left: 15px; }

.level2 {
  margin-left: 30px; }

.mini {
  font-size: 80%; }

#privacy h4 {
  margin-top: 20px;
  font-size: 1.1em; }

p.level1 {
  margin-top: 5px;
  margin-bottom: 0px; }

.table01 {
  margin: 20px auto;
  width: auto; }

.table01 th {
  padding: 9px 20px;
  background-color: #000;
  text-align: left;
  vertical-align: top;
  font-weight: 800;
  border: 1px solid white;
  color: white; }

.table01 tr:first-child th {
  border-top: 1px solid #000; }

.table01 tr:last-child th {
  border-bottom: 1px solid #000; }

.table01 td {
  border: 1px solid #000;
  padding: 9px 20px;
  text-align: left; }

.flex_between {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex_around {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

/* Reset Style */
* {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-size: 100%;
  list-style: none;
  word-break: break-all; }

img {
  margin: 0px;
  border: none; }

em {
  font-weight: bold;
  font-style: normal; }

table {
  font-size: 100%;
  border-collapse: collapse; }

.checkbox {
  white-space: nowrap; }

.parallax-window {
  min-height: 130px;
  background: transparent; }

.parallax-slider {
  top: 0;
  left: 0; }

#home00 {
  position: relative;
  z-index: 1;
  margin-top: -61px; }

.home0001 {
  position: relative;
  min-height: 660px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  text-align: center;
  oveflow: hidden;
  background-size: cover;
  background-color: #000000; }

.home0002 {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime1 25s infinite;
  background-position: center;
  background-color: #ffffff; }

.home0002_src1 {
  background-image: url(../image/home00_slide11.jpg);
  background-size: cover;
  animation: bgAnime2 25s infinite;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 0 ) ); }

.home0002_src2 {
  background-image: url(../image/home00_slide12.jpg);
  background-size: cover;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 1 ) ); }

.home0002_src3 {
  background-image: url(../image/home00_slide13.jpg);
  background-size: cover;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 2 ) ); }

.home0002_src4 {
  background-image: url(../image/home00_slide14.jpg);
  background-size: cover;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 3 ) ); }

.home0002_src5 {
  background-image: url(../image/home00_slide15.jpg);
  background-size: cover;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 4 ) ); }

.home0002_src6 {
  background-image: url(../image/home00_slide16.jpg);
  background-size: cover;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 5 ) ); }

.home0002_src7 {
  background-image: url(../image/home00_slide17.jpg);
  background-size: cover;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 6 ) ); }

.home0002_src8 {
  background-image: url(../image/home00_slide18.jpg);
  background-size: cover;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 7 ) ); }

.home0002_src9 {
  background-image: url(../image/home00_slide19.jpg);
  background-size: cover;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 8 ) ); }

.home0002_src10 {
  background-image: url(../image/home00_slide20.jpg);
  background-size: cover;
  animation-delay: calc( 25s * ( 0.14 + 1 / 12 * 9 ) ); }

/* 12.5%+クロスフェード前後1% */
@keyframes bgAnime1 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  9.5% {
    opacity: 1; }
  14.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes bgAnime2 {
  0% {
    opacity: 0;
    filter: brightness(50%); }
  5% {
    opacity: 1; }
  6% {
    opacity: 1;
    filter: brightness(50%); }
  9.5% {
    opacity: 1; }
  14.5% {
    opacity: 0;
    filter: brightness(100%); }
  100% {
    opacity: 0; } }
.home0012 {
  position: absolute;
  top: 200px;
  left: calc( 50vw - 150px );
  width: 300px;
  height: 70px;
  z-index: 100;
  animation: home-main-catch 25s infinite;
  -webkit-animation: home-main-catch 25s infinite;
  opacity: 0; }

.home0013 {
  position: absolute;
  top: 200px;
  left: calc( 50vw - 150px );
  width: 300px;
  height: 70px;
  z-index: 100;
  animation: home-main-catch 25s infinite;
  -webkit-animation: home-main-logo 25s infinite;
  animation-delay: calc( 25s * ( 0.14 + 0.125 * 5 ) );
  opacity: 0; }

.home0011_sp {
  display: none; }

.home0012_sp {
  animation: home-main-catch 25s infinite;
  -webkit-animation: home-main-catch 25s infinite;
  opacity: 0; }

.home0013_sp {
  animation: home-main-catch 25s infinite;
  -webkit-animation: home-main-logo 25s infinite;
  animation-delay: calc( 25s * ( 0.14 + 0.125 * 5 ) );
  opacity: 0; }

@keyframes home-main-catch {
  3% {
    opacity: 0;
    transform: scale(0.1); }
  9% {
    opacity: 0.8;
    transform: scale(1.2); }
  12% {
    opacity: 1;
    transform: scale(1); }
  25% {
    opacity: 1; }
  27.5% {
    opacity: 0; }
  100% {
    opacity: 0;
    filter: invert(0%); } }
@keyframes home-main-logo {
  3% {
    opacity: 0;
    transform: scale(4); }
  9% {
    opacity: 0.8;
    transform: scale(1); }
  12% {
    opacity: 1;
    transform: scale(1); }
  21% {
    opacity: 1; }
  23.5% {
    opacity: 0; }
  100% {
    opacity: 0;
    filter: invert(0%); } }
#home_menu {
  position: relative;
  z-index: 100;
  margin-top: -60px;
  background-color: rgba(0, 0, 0, 0.9); }
  #home_menu .section_in {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  #home_menu .home_menu01 {
    padding-top: 6px;
    padding-bottom: 6px; }
    #home_menu .home_menu01 img {
      height: 48px; }
  #home_menu .home_menu02 {
    width: 400px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center; }
    #home_menu .home_menu02 img {
      height: 10px; }
    #home_menu .home_menu02 div:nth-child(4) img {
      height: 12px; }
  #home_menu .home_menu03 img {
    height: 26px; }

#home_menu.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  margin-top: 0; }

#home01 {
  background: url("../image/home01_bg.png") center center repeat;
  padding: 50px 0px; }
  #home01 .section_in {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  #home01 .home0102 img {
    height: 55px; }
  #home01 .home0103 {
    margin-top: 20px; }
    #home01 .home0103 img {
      height: 200px; }

#home01_sp {
  display: none; }

#home02 h2 {
  padding-top: 10px;
  text-align: center; }
  #home02 h2 img {
    height: 120px; }
#home02 .section_in {
  overflow: visible; }
#home02 .home02_bg {
  height: 1450px;
  position: relative;
  overflow: visible; }
#home02 .home0201 {
  position: absolute;
  top: 10px;
  left: -90px; }
#home02 .home0202 {
  position: absolute;
  top: 98px;
  right: 60px; }
  #home02 .home0202 img {
    height: 300px; }
#home02 .home0204 {
  position: absolute;
  top: 430px;
  left: -115px; }
#home02 .home0205 {
  position: absolute;
  top: 485px;
  right: 50px; }
#home02 .home0206 {
  position: absolute;
  top: 730px;
  right: -75px; }
#home02 .home0207 {
  position: absolute;
  top: 970px;
  right: 95px; }
#home02 .home0208 {
  position: absolute;
  top: 910px;
  left: 55px; }
  #home02 .home0208 img {
    height: 300px; }
#home02 .home0209 {
  position: absolute;
  bottom: 0px;
  right: -125px; }
#home02 .home0210 {
  position: absolute;
  left: calc( 50% - 323px );
  bottom: 20px; }
  #home02 .home0210 img {
    width: 680px; }
#home02 .home02_sp {
  display: none; }

#home03 h2 {
  text-align: center; }
  #home03 h2 a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }
  #home03 h2 img {
    height: 130px; }
#home03 .home0301 {
  background-color: #898989;
  padding-top: 30px;
  text-align: center; }
#home03 .home0311 {
  width: 980px;
  margin: 0px auto; }
#home03 .home0321 {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
#home03 .home0321_left {
  width: 450px; }
#home03 .home0321_right {
  width: 490px; }
#home03 .home0322 {
  padding-top: 30px;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left; }
#home03 .home0323 {
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: left; }
#home03 .home0324 {
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left; }
#home03 .home0325 {
  display: none;
  font-size: 1.1em;
  color: white;
  background-color: #898989;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px; }
#home03 .home0326 {
  margin-bottom: 40px;
  text-align: left; }
#home03 .home0335 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px; }
  #home03 .home0335 img {
    width: 390px; }
#home03 .home03sp_sentence01 {
  display: none; }

#home04 {
  background-color: #f6ab00; }
  #home04 h2 {
    background-color: #f6ab00;
    text-align: center; }
    #home04 h2 a {
      display: block;
      padding-top: 45px;
      padding-bottom: 45px; }
    #home04 h2 img {
      height: 25px; }
  #home04 #home04_in {
    width: 980px;
    margin: 0px auto; }
  #home04 .home0401 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid white; }
  #home04 .home0401out {
    overflow: hidden; }
  #home04 .home0402 {
    float: right; }
  #home04 .home0403 {
    text-align: left;
    margin-bottom: 15px; }
    #home04 .home0403 img {
      height: 20px; }
  #home04 .home0404 {
    text-align: left;
    width: 360px; }
  #home04 .home0405 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 800; }
  #home04 .home0407 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  #home04 .home0411 {
    text-align: center;
    padding: 30px 20px 60px; }
    #home04 .home0411 img {
      width: 390px; }

#home05 {
  margin: 60px 0px;
  text-align: center;
  color: white; }
  #home05 .section_in {
    background-color: #ea5504; }
  #home05 .home0502 {
    margin: 20px 0px;
    text-align: center; }
  #home05 .home0503 {
    margin: 20px 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 0px 20px; }
    #home05 .home0503 img {
      height: 40px; }
  #home05 .home0504 {
    margin: 20px 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    #home05 .home0504 a {
      color: white;
      text-decoration: none; }
  #home05 .home0505 {
    text-align: center;
    padding-bottom: 20px; }
    #home05 .home0505 img {
      width: 350px; }

#home06 {
  margin: 80px 0px;
  text-align: center; }
  #home06 .home0601 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 0px 300px; }
    #home06 .home0601 img {
      height: 30px; }

#home07 {
  margin: 60px 0px;
  padding: 20px 0px;
  text-align: center; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadeinGroup > * {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
  transition-delay: 2000ms; }

.fadeinGroup > *:nth-child(1) {
  transition-delay: 0ms; }

.fadeinGroup > *:nth-child(2) {
  transition-delay: 200ms; }

.fadeinGroup > *:nth-child(3) {
  transition-delay: 400ms; }

.fadeinGroup > *:nth-child(4) {
  transition-delay: 600ms; }

.fadeinGroup > *:nth-child(5) {
  transition-delay: 800ms; }

.fadeinGroup > *:nth-child(6) {
  transition-delay: 1000ms; }

.fadeinGroup > *:nth-child(7) {
  transition-delay: 1200ms; }

.fadeinGroup > *:nth-child(8) {
  transition-delay: 1400ms; }

.fadeinGroup > *:nth-child(9) {
  transition-delay: 1600ms; }

.fadeinGroup > *:nth-child(10) {
  transition-delay: 1800ms; }

.fadeinGroup.scrollin > * {
  opacity: 1;
  transform: translate(0, 0); }

/*------------------------画面幅切り分け------------------------*/
header #home_menu {
  margin-top: 0px !important; }

#header_pc {
  position: fixed;
  width: 100%;
  zoom: 1;
  text-align: center;
  margin: 0px 0px;
  background-color: #000;
  z-index: 1000; }

#header_pc_in {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 960px;
  height: 60px; }

#agent01 {
  padding-top: 50px; }
  #agent01 .agent0101 {
    text-align: center; }
    #agent01 .agent0101 img {
      height: 30px; }
  #agent01 .agent0102 {
    text-align: center;
    margin-top: 20px; }
    #agent01 .agent0102 input {
      width: 400px; }
  #agent01 .agent0103 {
    text-align: center; }
    #agent01 .agent0103 input {
      width: 380px;
      padding: 5px 10px;
      border-radius: 10px;
      margin-top: 10px; }
  #agent01 .agent0104 {
    margin: 10px auto;
    width: 400px; }

#loginpage01 .loginpage0101 {
  text-align: center; }
  #loginpage01 .loginpage0101 img {
    height: 30px; }
#loginpage01 .loginpage0102 {
  text-align: center;
  margin-top: 10px; }
  #loginpage01 .loginpage0102 input {
    width: 400px; }
#loginpage01 .loginpage0103 {
  text-align: center; }
  #loginpage01 .loginpage0103 input {
    width: 380px;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 10px; }
#loginpage01 .loginpage0104 {
  margin: 10px auto;
  width: 400px; }

#goods01 .goods0101_right {
  padding-left: 450px; }
#goods01 .goods0101 {
  float: left; }
  #goods01 .goods0101 img {
    width: 400px; }
#goods01 .goods0102 {
  margin: 20px 0px; }
  #goods01 .goods0102 img {
    width: 510px; }
#goods01 .goods0103 {
  margin: 20px 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
#goods01 .goods010301 {
  text-align: right;
  background-color: #e6e6e6;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px; }
  #goods01 .goods010301 span {
    font-size: 0.7em;
    margin-left: 3px; }
  #goods01 .goods010301 a {
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    color: #000; }
#goods01 .goods0103_sp {
  display: none; }
#goods01 .goods0104 {
  margin: 20px 0px;
  border: 1px solid #000;
  padding: 10px 15px;
  border-radius: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center; }
#goods01 .goods010401 {
  font-size: 1.1em; }
#goods01 .goods010402 {
  font-size: 1.1em; }
#goods01 .goods010403 {
  font-size: 1.8em;
  color: #ea5532;
  font-weight: 800;
  margin-right: 5px; }
  #goods01 .goods010403 span {
    font-size: 0.7em;
    color: #000; }
#goods01 .goods010405 {
  font-size: 0.7em;
  color: #898989; }
#goods01 .goods0105 {
  margin: 15px 0px;
  color: red; }
  #goods01 .goods0105 .goods010501 {
    font-size: 1.2em;
    font-weight: 800; }
  #goods01 .goods0105 .goods010502 {
    margin-top: 5px; }
#goods01 .goods0106 {
  margin: 20px auto;
  text-align: center; }
  #goods01 .goods0106 input {
    width: 300px; }

#contact h1 {
  text-align: center;
  margin: 10px 0px 40px;
  font-size: 1.7em;
  font-weight: 800; }
#contact .contact0100 {
  margin: 20px 0px; }

#faq {
  margin-top: -60px; }

#faq01 {
  margin: 60px 0px; }
  #faq01 dl {
    margin: 20px 0px;
    padding: 20px 0px; }
  #faq01 dl:nth-child(odd) {
    background-color: white; }
  #faq01 dl:nth-child(even) {
    background-color: #fff5d7; }
  #faq01 dt {
    margin: 0px 30px 20px;
    padding-bottom: 15px;
    padding-left: 60px;
    border-bottom: 2px solid #eca515;
    font-size: 1.7em;
    font-weight: 900;
    min-height: 30px;
    background: url("../image/icon_q.png") top left no-repeat; }
  #faq01 dd {
    margin: 0px 30px;
    padding-left: 60px;
    font-size: 1.1em;
    background: url("../image/icon_a.png") top left no-repeat;
    min-height: 30px; }

* {
  font-family: "Noto Sans JP"; }

header {
  position: relative;
  z-index: 1000; }

body {
  position: relative;
  z-index: 1; }

/* スマホ用メニュー */
/* #head_menu_sp    { */
#head_menu_sp {
  display: none; }

.head_logo {
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1010; }
  .head_logo img {
    height: 40px; }

.head_logo2 {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1010; }
  .head_logo2 img {
    height: 40px; }

.head_rightmenu {
  position: absolute;
  top: 20px;
  right: 0px; }
  .head_rightmenu span {
    margin-left: 15px; }
  .head_rightmenu img {
    /*        width: 33px;*/
    height: 44px; }

#header {
  display: none;
  -webkit-box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.6);
  -moz-box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.6);
  -ms-box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.6);
  box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.6); }

#head_menu {
  position: absolute;
  top: 56px;
  left: 250px;
  width: 650px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  #head_menu a {
    color: black;
    text-decoration: none;
    display: block;
    font-weight: 500; }
  #head_menu div {
    margin: 0px 0px;
    width: 100px;
    font-size: 0.8em; }
  #head_menu div:nth-child(1) {
    width: 150px; }

#right_menu {
  position: fixed;
  right: 0px;
  top: 30%; }
  #right_menu img {
    width: 60px; }
  #right_menu .right_menu01 {
    position: relative;
    z-index: 10; }
  #right_menu .right_menu02 {
    position: relative;
    z-index: 9;
    top: 0px; }
  #right_menu .right_menu03 {
    position: relative;
    z-index: 8;
    top: 0px; }

#foot01 {
  padding-top: 50px;
  padding-bottom: 30px; }
  #foot01 .section_in {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  #foot01 .foot0101 {
    width: 980px; }
  #foot01 .foot0102 {
    padding: 20px 0px;
    text-align: center; }
    #foot01 .foot0102 img {
      height: 48px; }
  #foot01 .foot0103 {
    padding: 20px 200px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    #foot01 .foot0103 a {
      color: white;
      text-decoration: none; }
  #foot01 .foot0104 {
    text-align: center;
    color: white;
    padding-top: 20px; }

#footer_copyright {
  color: white;
  padding: 30px 0px; }

#login {
  display: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 50px 0px; }
  #login .section_in {
    width: 520px;
    text-align: center;
    margin: 0px auto; }
  #login h2 {
    margin-bottom: 40px; }
  #login .login0101 {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #login .login0101 input {
      width: 220px;
      padding: 3px 5px; }
  #login .login0102 {
    margin-bottom: 20px; }

#foot_spmenu {
  display: none; }

.form_table {
  width: 95%; }

.form_table input,
.form_table textarea {
  padding: 3px 5px; }

.form_table th {
  font-weight: 800;
  text-align: left; }

.form_table th,
.form_table td {
  padding: 20px 50px; }

.form_table tr:nth-child(odd) th,
.form_table tr:nth-child(odd) td {
  background-color: #e6e6e6; }

.tfoot {
  margin: 30px 0px; }

.paginate {
  margin: 10px 0px; }

.paginate a {
  margin: 5px 2px;
  border: 1px solid #000;
  background-color: white;
  padding: 5px;
  color: #000; }

.paginate a:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #ffffff; }

.form_send {
  text-align: center;
  margin: 60px 0px;
  margin-bottom: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .form_send input {
    height: 60px; }

.notice {
  margin-left: 15px; }

.notice img {
  position: relative;
  top: 5px;
  height: 21px; }

.contact_note {
  margin: 40px 100px;
  margin-bottom: 0px; }

.contact_note_title {
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 2px;
  background-color: #000;
  padding: 3px;
  color: #ffffff; }

.contact_note_in {
  border: 1px solid #000;
  padding: 10px; }

.send_success {
  margin: 50px 20px;
  border: 1px solid #000;
  text-align: center;
  padding: 30px 40px; }

.form_table h2 {
  font-size: 1.5em; }

@CHARSET "UTF-8";
/*===============================================
●mobile.css  画面の横幅が640pxまで
　一般設定
===============================================*/
@media screen and (min-width: 768px) {
  body,
  #base,
  #header,
  #body,
  #footer {
    min-width: 960px; } }
@media screen and (max-width: 767px) {
  #head_menu {
    display: none; }

  img {
    max-width: 100%;
    height: auto;
    width: auto; }

  .display_inline {
    display: inline; }

  .display_block {
    display: block; }

  .bold_sp {
    font-weight: 800; }

  .center_sp {
    text-align: center !important; }

  .header_search {
    position: relative;
    top: 10px;
    left: auto; }

  #base {
    width: 100%; }

  #body {
    position: relative;
    width: auto; }

  #head {
    width: 100%; }

  #main {
    width: 100%; }

  #header_in {
    width: 100%; }

  #head_menu {
    width: 100%; }

  #head_menu_in {
    width: 100%; }

  #main_in {
    width: 100%; }

  #footer_in {
    width: 100%; }

  #sidebar {
    width: 95%; }

  .section_in {
    width: 100% !important; }

  table {
    border-collapse: separate;
    border-spacing: 0; }

  table,
  tr,
  tbody {
    display: block; }

  th,
  td {
    display: block;
    width: auto; }

  input {
    max-width: 100%; }

  .btn_spMenu {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px; }

  h1 {
    text-align: center; }

  .h1_sub {
    text-align: center; }

  .spbr {
    display: block; }

  .pcbr {
    display: inline; }

  .btn_spMenu {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px; } }
@media screen and (min-width: 768px) {
  .btn_spMenu {
    display: none; } }
@CHARSET "UTF-8";
/*===============================================
●mobile.css  画面の横幅が640pxまで
　個別設定
===============================================*/
@media screen and (max-width: 767px) {
  /*---------mobileここから---------*/
  #header_pc {
    display: none; }

  #header {
    display: block;
    background-color: #000;
    box-shadow: 3px 3px 6px 0px #7a7a7a; }
    #header #header_in {
      height: 90px; }

  #header.scrolled {
    animation: none;
    animation-delay: 0s; }

  main {
    padding-top: 90px; }

  .active #head_menu_sp {
    display: block; }

  .head_menu_sp_open {
    float: right;
    font-weight: 800;
    color: white;
    padding: 1px 4px;
    background: #000; }

  #head_menu_sp > div {
    clear: right; }

  header > menu {
    position: relative;
    z-index: 1001; }

  #head_menu_sp_out {
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 10000; }

  #head_menu_sp {
    display: none; }
    #head_menu_sp .head_menu_sp_head {
      position: relative;
      height: 90px;
      background-color: black; }
    #head_menu_sp .head_close {
      position: absolute;
      top: 20px;
      right: 10px; }
      #head_menu_sp .head_close img {
        width: 50px; }
    #head_menu_sp .head_menu_sp_head00 {
      position: relative;
      left: 35vw;
      overflow: auto;
      text-align: left;
      width: 65vw;
      background-color: white; }
    #head_menu_sp .head_menu_sp_head01 {
      margin: 30px 0px; }
      #head_menu_sp .head_menu_sp_head01 img {
        height: 18px; }
    #head_menu_sp .head_menu_sp_head01 > div {
      margin: 15px 20px;
      padding: 10px 10px; }
    #head_menu_sp .head_menu_sp_head02 {
      margin: 40px 30px; }
      #head_menu_sp .head_menu_sp_head02 img {
        height: 60px; }
    #head_menu_sp .head_menu_sp_head03 {
      margin: 20px 30px; }
    #head_menu_sp .head_menu_sp_head0301 {
      margin-bottom: 15px;
      margin-left: 5px; }
      #head_menu_sp .head_menu_sp_head0301 img {
        height: 20px; }
    #head_menu_sp .head_menu_sp_head0302 img {
      margin-right: 40px;
      height: 40px; }

  .head_logo {
    top: 20px;
    left: 10px;
    width: 60%; }
    .head_logo img {
      height: auto;
      width: 100%; }

  .head_rightmenu {
    position: absolute;
    text-align: right;
    top: 25px;
    right: 25px; }
    .head_rightmenu span img {
      width: 50px;
      height: auto; }

  #right_menu {
    display: none; }

  #foot_spmenu {
    display: block;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    width: 100%;
    /*--background-color: rgba(0,0,0,0.8);--*/
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    #foot_spmenu .foot_spmenu01 {
      padding-top: 15px;
      text-align: center;
      width: 35%;
      background-color: #3e3a39; }
      #foot_spmenu .foot_spmenu01 img {
        height: 36px; }
    #foot_spmenu .foot_spmenu02 {
      background-color: #e95504;
      padding-top: 15px;
      text-align: center;
      width: 35%; }
      #foot_spmenu .foot_spmenu02 img {
        height: 36px; }
    #foot_spmenu .foot_spmenu03 {
      padding-top: 15px;
      background-color: #3e3a39;
      text-align: center;
      width: 15%; }
      #foot_spmenu .foot_spmenu03 img {
        height: 36px; }
    #foot_spmenu .foot_spmenu04 {
      padding-top: 10px;
      width: 15%;
      text-align: center;
      background-color: #3e3a39; }
      #foot_spmenu .foot_spmenu04 img {
        height: 40px; }

  #footer {
    background-color: #000; }
    #footer .foot0111 {
      display: none; }

  #foot01 {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px; }
    #foot01 .section_in > div {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      font-size: 1.1rem; }
    #foot01 .section_in > div:nth-child(1) {
      order: 5; }
    #foot01 .foot0101 {
      text-align: left;
      padding-top: 0px;
      padding-bottom: 0px;
      margin-left: 10px;
      margin-right: 10px; }
    #foot01 .foot0102 {
      margin-bottom: 10px; }
      #foot01 .foot0102 img {
        width: 70vw; }
    #foot01 .foot0103 {
      display: none; }
    #foot01 .foot0104 {
      display: none; }

  #footer_copyright {
    margin-bottom: 60px;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    font-size: 0.9em; }

  .form_table {
    width: 100%; }

  .form_table th {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px; }

  .form_table td {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px; }

  .form_long {
    width: 80vw; }

  .form_table textarea {
    width: 80vw; }

  .home0002_src1 {
    background-image: url(../image/home00_slide11_sp.jpg);
    background-position: center; }

  .home0002_src2 {
    background-image: url(../image/home00_slide12_sp.jpg);
    background-position: center; }

  .home0002_src3 {
    background-image: url(../image/home00_slide13_sp.jpg);
    background-position: center; }

  .home0002_src4 {
    background-image: url(../image/home00_slide14_sp.jpg);
    background-position: center; }

  .home0002_src5 {
    background-image: url(../image/home00_slide15_sp.jpg);
    background-position: center; }

  .home0002_src6 {
    background-image: url(../image/home00_slide16_sp.jpg);
    background-position: center; }

  .home0002_src7 {
    background-image: url(../image/home00_slide17_sp.jpg);
    background-position: center; }

  .home0002_src8 {
    background-image: url(../image/home00_slide18_sp.jpg);
    background-position: center; }

  .home0002_src9 {
    background-image: url(../image/home00_slide19_sp.jpg);
    background-position: center; }

  .home0002_src10 {
    background-image: url(../image/home00_slide20_sp.jpg);
    background-position: center; }

  #home_menu {
    display: none; }

  #home00 .home0001 {
    width: auto;
    height: calc( 100vh - 60px - 60px - 30px );
    min-height: auto;
    min-width: auto; }
  #home00 .home0011 {
    display: none; }
  #home00 .home0011_sp {
    display: block;
    position: absolute;
    top: 33vh;
    left: 20vw;
    width: 60vw;
    z-index: 1000; }

  #home01 {
    display: none; }

  #home01_sp {
    display: block;
    background: url("../image/home01_bg.png") center center repeat;
    padding: 30px 0px; }
    #home01_sp .section_in {
      background: transparent; }
    #home01_sp .home0102 {
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      #home01_sp .home0102 img {
        height: 55px; }
    #home01_sp .home0111 {
      margin-top: 30px; }
    #home01_sp .home0103 {
      margin-top: 30px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      #home01_sp .home0103 img {
        height: 200px; }

  #home02 {
    padding-bottom: 0px; }
    #home02 h2 {
      padding-top: 30px;
      text-align: center; }
      #home02 h2 img {
        height: 96px; }
    #home02 .home0211 {
      margin: 30px 20px; }
    #home02 .home02_bg {
      display: none; }
    #home02 .home02_sp {
      display: block;
      margin-top: 20px; }

  #home03 .home0301 {
    padding: 30px 20px; }
  #home03 .home0311 {
    width: auto; }
  #home03 .home0321 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px; }
  #home03 .home03sp_sentence01 {
    display: block;
    margin: 40px 20px; }
  #home03 .home0321_left {
    display: none; }

  .include_buy {
    display: block;
    margin: 30px 20px;
    text-align: center;
    width: 100%; }
    .include_buy img {
      height: 40px; }

  #home04 h2 img {
    height: 60px; }
  #home04 #home04_in {
    width: auto; }
  #home04 .home0401 {
    padding-left: 20px;
    padding-right: 20px; }
  #home04 .home0402 {
    float: none;
    margin-bottom: 20px; }
  #home04 .home0403 {
    margin-top: 50px; }
  #home04 .home0403sp {
    display: none; }
  #home04 .home0404 {
    width: auto; }
  #home04 .home0405 {
    display: none; }
  #home04 .home0406 {
    margin-top: 30px; }
  #home04 .home0407 {
    margin-top: 30px;
    display: block; }
    #home04 .home0407 > div {
      margin-bottom: 20px;
      text-align: center; }

  #home05 .home0501 {
    padding-left: 20px;
    padding-right: 20px; }
  #home05 .home0503 {
    padding: 0px 20px; }
    #home05 .home0503 div {
      margin: 10px 0px; }

  #home06 .home0601 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px; }

  #home07 {
    margin: 0px;
    padding: 0px; }

  #agent01 .agent0101 {
    text-align: center; }
    #agent01 .agent0101 img {
      height: 25px;
      max-width: 300px; }
  #agent01 .agent0102 {
    text-align: center;
    margin-top: 20px; }
    #agent01 .agent0102 input {
      width: 300px; }
  #agent01 .agent0103 {
    text-align: center; }
    #agent01 .agent0103 input {
      width: 280px;
      padding: 5px 10px;
      border-radius: 10px;
      margin-top: 10px; }
  #agent01 .agent0104 {
    margin: 10px auto;
    width: 300px; }

  #loginpage01 .loginpage0101 {
    text-align: center; }
    #loginpage01 .loginpage0101 img {
      width: 300px;
      height: auto; }
  #loginpage01 .loginpage0102 {
    text-align: center;
    margin-top: 10px; }
    #loginpage01 .loginpage0102 input {
      width: 300px; }
  #loginpage01 .loginpage0103 {
    text-align: center; }
    #loginpage01 .loginpage0103 input {
      width: 280px;
      padding: 5px 10px;
      border-radius: 10px;
      margin-top: 10px; }
  #loginpage01 .loginpage0104 {
    margin: 10px auto;
    width: 300px; }

  #faq01 {
    margin: 30px 0px; }
    #faq01 dl {
      margin: 20px 0px;
      padding: 20px 0px; }
    #faq01 dl:nth-child(odd) {
      background-color: white; }
    #faq01 dl:nth-child(even) {
      background-color: #fff5d7; }
    #faq01 dt {
      margin: 0px 20px 20px; }
    #faq01 dd {
      margin: 0px 20px; }

  /*---------mobileここまで---------*/ }

/*# sourceMappingURL=style.css.map */
