@charset "UTF-8";

/* PC　共通部分 */

html {
  font-size: 100%;
  text-align: center;
  margin: auto;
  zoom:0.8;
}

body{
    font-family: 'Zen Kaku Gothic Antique', sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    color: #000;
}

header h1{
	padding: 60px 15px;
	color: #000000;
	background: #FFFFFF;
	font-size: 1em;
}

h2 {
  font-size: 1.5rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif, 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 0%;
}

/* PC index.html */

.page-header {
  display: flex;
  font-size: 120%;
  justify-content: space-between;
  margin: 50px 0px 0px;
}


.logo {
  display: flex;
  width: 400px;
  margin: -70px 20px 20px;
}

.main-nav {
  display: flex;
  font-size: 100%;
  text-transform: uppercase;
  margin-top: 50%;
  list-style: none;
}

li {
	float:left;
	width:160px;
	text-align:center;
	list-style-type:none;
}

ul ul{
	display:none;
	position:relative;
	width:150px;
  right:0px;
}

li li{
	float:none;
	border-top:0px solid #FFFFFF;
}

li a{
	display:block;
	padding:10px 0px;
	color:#000000;
	background:#FFFFFF;
	border-right:0px solid;
	text-decoration:none;
}

li a:hover{
	color:#FFFFFF;
	background:#000000;
}

#g-nav > li:last-child > a, nav li:last-child li a{
	border-right:none;
}

p{
	margin-bottom:50px;
	line-height:2em;
	color:#394C4A;
  font-size: 1.5em;
}

.big-bg {
  background-size: cover;
  background-position: center;
}

#home {
    background-image: url(../images/HOME６_edited.jpg);
    min-height: 120vh;
    opacity: 0.5;
    /* z-index: auto; */
}

.page-title {
  font-size: 500%;
  font-family: 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 20px 50px;
  z-index: 1;
}

.home-content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-content p {
  font-size: 1.5em;
  color: #fff;
  padding: 20px 20px 20px;
  margin: 20px 600px 10px;
  background-color: #6E6E6E;
}

.home-content a:link {
  color: #FFF;
}

.home-content a:visited {
  color: #FFF;
}

.home-content a:hover {
  color: #dcdcdc;
}

.subtitle {
  font-size: 4em;
  color: #FFF;
  padding: 100px 10px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif, 'Architects Daughter', cursive;
}

.sub {
  font-size: 1rem;
  background-color: #a9a9a9;
  padding-bottom: 40px;
}

.sub p {
  margin-top: -100px;
  color: #FFF;
}

/* PC menu.html */

.menu_list {
  position: relative;
  display: inline-flex;
  list-style: none;
  width: 350px;
  height: 400px;
  vertical-align: bottom;
  margin-bottom: 150px;
}

.menu_list img {
  width: 100%;
  height: 120%;
}

.menu_list p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 140%;
  color: #ffffff;
  position: absolute;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  width: 100%;
}

.menu_list_button {
  font-size: 120%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 20px 20px;
  width: 120%;
  text-decoration: none;
}

.menu_list_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

/* PC lesson.html */

.lesson_list {
  position: relative;
  display: inline-block;
  list-style: none;
  width: 500px;
  height: 600px;
  vertical-align: bottom;
  margin-bottom: 150px;
}

.lesson_list img {
  width: 100%;
  height: 120%;
}

.lesson_list p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 120%;
  color: #ffffff;
  position: absolute;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.lesson_button {
  font-size: 120%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 10px 10px;
  width: 120%;
  text-decoration: none;
}

.lesson_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.lesson_button {
  font-size: 120%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 10px 10px;
  width: 100%;
}

.lesson_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.lesson_sodateru p {
  font-size: 130%;
  margin-top: 40%;
  color: #FFF;
  text-align: left;
}

/* PC sodateru.html */

.sodateru_img {
  float: left;
  height: auto;
  width: 40%;
  padding-left: 10%;
}

.sodateru_1 {
  font-size: 100%;
  text-align: left;
  padding-left: 55%;
}

.sodateru_2 p {
  font-size: 120%;
  text-align: left;
  padding-top: 2%;
  margin-left: 55%;
  margin-right: 10%;
  background-color: #E0F2F7;
  padding-left: 1%;

}

.sodateru_button {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 10px 40px;
  margin-left: 20%;
  width: 100%;
  text-decoration: none;
}

.sodateru_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

/* 基礎知識 */

.kiso {
  text-align: center;
  margin-left: 15%;
}


.kiso_img {
  float: left;
  height: auto;
  width: 45%;
}

.kiso_1 {
  font-size: 100%;
  text-align: left;
  padding-left: 55%;
}

.kiso_2 p {
  font-size: 120%;
  text-align: left;
  padding-top: 2%;
  margin-left: 55%;
  margin-right: 15%;
  background-color: #E0F2F7;
  padding-left: 1%;

}



.reds {
  font-size: 17px;
  color: #CC0000;
}

/* お片付けレッスン */

.okataduke_img {
  float: left;
  height: auto;
  width: 35%;
  padding-left: 15%;
}

.okataduke_1 {
  font-size: 100%;
  text-align: left;
  padding-left: 55%;
}

.okataduke_2 p {
  font-size: 120%;
  text-align: left;
  padding-top: 2%;
  margin-left: 55%;
  margin-right: 10%;
  background-color: #E0F2F7;
  padding-left: 1%;

}
/* PC yomimono*/
.text-image {
  position: relative;
  width: 500px;
  display: inline-block;
  margin-bottom: 150px;
}

.text-image img {
  width: 100%;
}

.text-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.yomimono_button {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 18px 50px;
  width: 100%;
}

.yomimono_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

  /* PC yoyaku.html */

.yoyaku {
  background-color: #e6e6fa;
  padding: 5%;
}

.yoyaku_top {
  text-align: left;
  margin-left: 5%;
}

.yoyaku_top_img {
  width: 60%;
  height: 500px;
  object-fit: cover;
  opacity: 0.8;
  z-index: 0;
  position: relative;
}

.yoyaku_1 {
  background-color: #c0c0c0;
  float: right;
  margin-top: -20%;
  z-index: 1;
  position: absolute;
  margin-left: 45%;
  padding: 0.2% 3%;
  opacity: 0.9;
}

.yoyaku_2 {
  margin-top: 5%;
  margin-bottom: 2%;
}

.yoyaku_text a:link {
  color: #424242;
}

.yoyaku_text a:visited {
  color: #424242;
}

.yoyaku_text a:hover {
  color: #6E6E6E;
}
.yoyaku_text{
    width:1000px;
    margin:0 auto 50px;
    display:block;
    text-align:center;
}
.yoyaku_text{
	background:#e7f8f9;
	border-radius:15px;
	padding:50px 40px;
}
.yoyaku_text{
	margin-bottom:50px;
}
/* PC kakei.html */

.title {
  border-bottom: 1px solid #808080;
	width: 1400px;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */

}

.v_line_left {
  border-left: thick solid #f4ffff;
  border-right: thick solid #f4ffff;
  padding-left: 20px;
  margin-left: 15%;
  margin-right: 15%;
  border-style: solid;
  border-width: 0px 20px;
}

.kakeishindan{
    margin:1%;
    margin-left: 15%;
}

.kakeishindan_img {
  float: left;
  height: auto;
  margin: 2%;
  width: 40%;

}

.kakeishindan p {
  font-size: 150%;
  text-align: left;
  padding: 5% 0% 5% 0%;
}

.kakeishindan_1 p {
  font-size: 20px;
  text-align: left;
  margin-left: 20%;
  margin-top: 10%;

}

.kakeishindan_2{
    margin:5%;
}
.kakeishindan_2 p {
  font-size: 20px;
  text-align: left;
  padding: 3em 10em 10em 0em;
  color: red;
}

.kakei_button {
  font-size: 160%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: -50%;
  width: 100%;
  text-decoration: none;
}

.kakei_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.redg {
  font-size: 20px;
  background-color: #dfdfdf;
  color: #CC0000;
}

.kakeishindan_2_img {
  float: left;
  height: auto;
  margin: 2%;
  width: 30%;
  margin-left: 15%;
}



.hoken_button {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  width: 100%;
  text-decoration: none;
}

h3 {
  text-align: left;
  margin-left: 15%;
  margin-top: 5%;
  font-size: 200%;
  font-family: 'Zen Kaku Gothic Antique', sans-serif, 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10%;
}

.koe {
  display: inline-block;
  width: 20%;
  margin: 2%;
}


.yoyaku_button {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: 5%;
  width: 100%;
  text-decoration: none;
}

  .yoyaku_button_2 {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: 5%;
  width: 100%;
  text-decoration: none;
}
.yoyaku_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.kakeishindan_3{
    padding:10px;
    padding-bottom: 5%;
}

.strong {
  font-size: 25px;
}

.red {
  color: 	#CC0000;
}

.big {
  font-size: 80%;
  color: 	#CC0000;
}
.daiet{
  margin-left: 15%;
  margin-bottom:25%;
}
.daiet p {

  font-size: 20px;
  text-align: left;
  padding: 5em 0em 0em 0em;
}

.daiet_img {
  float: left;
  height: auto;
  margin: 5%;
  width: 30%;
}

/* free */

.free_1 {
    margin-left: 15%;
    margin-top: 5%;
}

.free_img {
  float: left;
  height: auto;
  margin: 0%;
  width: 40%;

}

.free_1 p {
  font-size: 120%;
  text-align: left;
  padding: 1%;
  background-color: #E0F2F7;
  margin-right: 15%;
  margin-left: 45%;

}
.free_2 {
  font-size: 100%;
  text-align: left;
  padding-top: 20%;
  padding-left: 20%;
}

.free_3 {
  font-size: 100%;
  background-color: #E0F2F7;
  text-align: left;
  margin-left: 20%;
  margin-right: 40%;
  padding-left: 1%;
  margin-top: 5%;
}

.free_4 {
  font-size: 100%;
  text-align: left;
  margin-left: 20%;
}

.free_5 {
  font-size: 100%;
  background-color: #E0F2F7;
  text-align: left;
  margin-left: 20%;
  margin-right: 35%;
  padding-left: 1%;
  margin-top: 5%;
}

.free_6 {
  font-size: 100%;
  text-align: left;
  margin-left: 20%;
}


.free_button {
  font-size: 120%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: 40%;
  width: 80%;
  text-decoration: none;
}

.free_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

/* PC hoken_minaoshi */

.hoken_minaoshi_1 {
    margin:2%;
    margin-left: 18%;
    margin-bottom: 5%;
}

.hoken_minaoshi_img {
  float: left;
  height: auto;
  width: 35%;
  margin-left: 20%;
}


.hoken_minaoshi_1 p {
  font-size: 120%;
  text-align: left;
  margin-left: 40%;
  margin-right: 20%;
  background-color: #E0F2F7;
  padding-left: 2%;

}

.hoken_minaoshi_button_1 {
  font-size: 160%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: 50%;
  width: 100%;
  text-decoration: none;
}

.hoken_minaoshi_button_1:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.hoken_minaoshi_2 {
  font-size: 100%;
  text-align: left;
  padding-left: 20%;
}

.hoken_minaoshi_3 p{
  font-size: 140%;
  text-align: left;
  margin-left: 0%;
  margin-right: 30%;
  background-color: #E0F2F7;
  padding-left: 2%;

}

.hoken_minaoshi_4 {
  font-size: 100%;
  text-align: left;
  padding-left: 0%;
}

.hoken_minaoshi_5 p {
  font-size: 140%;
  text-align: left;
  margin-left: 0%;
  margin-right: 45%;
  background-color: #E0F2F7;
  padding-left: 2%;

}

.hoken_minaoshi_6 p {
  font-size: 120%;
  text-align: left;
  padding-left: 0%;
}

.hoken_minaoshi_yoyaku {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: 65%;
  width: 100%;
  text-decoration: none;
}

.hoken_minaoshi_yoyaku:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.hoken_minaoshi_button {
  font-size: 160%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: 40%;
  width: 100%;
  text-decoration: none;
}

.hoken_minaoshi_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.okyaku_koe_yoyaku {
font-size: 1.375rem;
background: #80796c;
color: #fff;
border-radius: 0px;
padding: 5px 50px;
margin-top: 50%;
margin-left: 60%;
width: 100%;
text-decoration: none;
}

.okyaku_koe_yoyaku:hover {
background: #80796c;
opacity: 0.5;
transition: .5s;
}

/*member*/

.member_1{
    margin-bottom: 30%;
    font-size:1.5em;
    text-align: left;
    margin-left: 10%;
}

.member_1_img {
  float: left;
  height: auto;
  margin: 5%;
  width: 45%;
  margin-top: 0%;
}

.member_1 p{
  float:left;
  margin-bottom:20%;
}

.member img {
  width: 35%;
}
.member_2{
    text-align:left;
    margin-left:15%;
    font-size:1.5em;
}
.member_2_img {
  float: right;
  height: 600px;
  margin: 2%;
  width: 45%;
}
.member_2 p{
    font-size:25px;
}
.member_3{
    margin-bottom: 10%;
    text-align:left;
    margin-left:10%;
    font-size:1.5em;
}
.member_3_img {
  float: left;
  height: 600px;
  margin: 5%;
  width: 45%;
}
.member_3 p{
    float:left;
    margin-bottom:50px;
    font-size:25px;
}
.member_4{
    margin-bottom: 15%;
    text-align:left;
    margin-left:15%;
    font-size:1.5em;
}
.member_4_img {
  float: right;
  height: 600px;
  margin: 5%;
  width: 45%;
}
.member_4 p{
    float:left;
    margin-bottom:50px;
    font-size:25px;
    margin-left: 2%;
    margin-right: 2%;
}

.member img {
  width: 35%;
}
.member_1 .yoyaku_button {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 10%;

  width: 30%;
}

 .member_2 .yoyaku_button {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 10%;

  width: 30%;
}
.member_3 .yoyaku_button {
 font-size: 1.375rem;
 background: #80796c;
 color: #fff;
 border-radius: 0px;
 padding: 5px 50px;
 margin-top: 10%;
 width: 30%;
}

.member_4 .yoyaku_button {
 font-size: 1.375rem;
 background: #80796c;
 color: #fff;
 border-radius: 0px;
 padding: 5px 50px;
 margin-top: 10%;
 width: 30%;
}

.strong{
    margin-bottom:20px;
}
.green {
  background-color: #edffdb;
}
/* 投資 */

.toushi {
  text-align: center;
  margin-left: 20%;
}

.toushi p {
  font-size: 20px;
  text-align: left;
  padding: 10em 10em 15em 0em;
}

.toushi_1 p {
  font-size: 20px;
  text-align: left;
  padding: 5em 10em 10em 2em;
  margin-left: 20%;
}

.toushi_img {
  float: left;
  height: auto;
  margin: 2%;
  width: 35%;
}

/* PC plan.html */

.plan{
  text-align: center;
  margin-left: 10%;
}

.plan p {
  font-size: 120%;
  text-align: left;
  padding: 2em 10em 0em 0em;
}

.plan_1 p {
  font-size: 120%;
  text-align: left;
  margin: 0% 20% 5% 48%;
  padding: 0%;
  background-color: #d3d3d3;

}

.plan_yoyaku_button {
font-size: 1.375rem;
background: #80796c;
color: #fff;
border-radius: 0px;
padding: 5px 50px;
margin-top: 50%;
margin-left: 50%;
width: 100%;
text-decoration: none;
}

.plan_yoyaku_button:hover {
background: #80796c;
opacity: 0.5;
transition: .5s;
}

.plan_img {
  float: left;
  margin: 2%;
  width: 45%;
}

.plan_price {
  background-color: #E0F2F7;
  color: #CC0000;
  font-size: 130%;
  margin-left: 48%;
  margin-right: 25%;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: left;
  padding-left: 2%;
}

.plan_2 {
  text-align: left;
  padding: 5em 15em 20em 0em;
  color: red;
  margin-left: 15%;

}

.plan_2 p {
  font-size: 120%;
}

.plan_2 img {
  width: 40%;
  float: right;
  margin-right: 10%;
}

.plan_yoyaku_button_2 {
font-size: 1.375rem;
background: #80796c;
color: #fff;
border-radius: 0px;
padding: 5px 50px;
margin-top: 50%;
margin-left: 30%;
width: 100%;
text-decoration: none;
}

.plan_yoyaku_button_2:hover {
background: #80796c;
opacity: 0.5;
transition: .5s;
}

/* profile */

.profile {
  background-color: #f4f9ff;
  padding-top: 10%;
  padding-bottom: 3%;
}

.staff_list {
  max-width: 100%;
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  display: flex;
}


.staff_list:nth-child(even) {
  flex-direction: row-reverse;
}
.staff_list:nth-child(even) .text {
  text-align: right;
}
.staff_list:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

.staff_name {
  font-size: 30px;
  margin-bottom: 20px;
}

.staff_name p {
  font-size: 30px;
}

.style {
  border-bottom: 2px solid;
	width: 600px;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */
}

.staff_k {
  float: left;
}

.staff_s{
  float: right;
}

.staff_n {
  float: left;
}

.staff_list img {
  width: 30%;
  margin: 0 5% 0;
  padding-bottom: 10%;
  flex-direction: column-reverse;
}

.staff_text {
  margin-left: 15px;
}

.staff_list td {
  border: 0px;
  padding: 100px;
}
.staff_text .td_left {
  background-color: #f4f9ff;
}

.staff_text .td_right {
  background-color: #f4f9ff;
}

.staff_text table{

    width: 500px;
}

.staff_text .td_left{
    width: 10%;
}

.staff_text .td_right{
    width: 90%;
}

.staff_text tr td {
  padding: 15px 10px;
  font-size: 140%;
  text-align: left;
}

.staff_message {
  font-family: sans-serif;
  max-width: 700px;
  width: 700px;
  margin: 0 auto;
  margin-bottom:50px;
  padding: 30px 50px;
  text-align: left;
  padding-bottom: 20px;
}

/* etc.html */

.etc_zizen{
  padding: 10%;
}
.etc p{
  font-size: 180%;
}

iframe[src$=".pdf"]{
    width:60%;
    height:80vh;
    margin-bottom: 10%;
}

.etc_button a {
  font-size: 160%;
  text-decoration: none;
  background-color: #d3d3d3;
  color: #000;
  padding: 0% 5% 0% 5%;
  text-align: center;

}



/* 利用規約 */
.aaa{
  text-align:left;
  margin-bottom: 10%;
}

.aaa h3 {
  font-size: 3rem;
  text-align: left;
  padding-left: 2%;
  margin-left: 1%;
}

.desc p {
  text-align: center;
}

#next {
  margin-bottom: 10%;
}

.riyoukiyaku {
  height: 100px;
  border: 1px solid;
}
.next_box{
  text-align: center;
}


/* 事前資料 */

.zizenn {
  text-align: left;
  margin: 100px;
}

/* PC footer */

footer {
  background: #E0F2F7;
  text-align: center;
  padding: 70px 0;
}

.footer_p {
  color: #000;
  font-size: 100%;
  margin-top: 2%;
}

.footer_button {
  font-size: 120%;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: 45%;
  margin-right: 44%;
  margin-bottom: 0.5%;
  color: #000;

}

.footer_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}


/* タブレット　
------------------------------ */

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

html {
  font-size: 100%;
  text-align: center;
  margin: auto;
}

body{
  font-family: 'Zen Kaku Gothic Antique', sans-serif,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000;
}

.page-header {
  display: flex;
  font-size: 100%;
  justify-content: space-between;
  margin: 50px 10px 10px;
}

.logo {
  text-align: center;
  display: block;
  width: 400px;
  margin-top: 10%;
  margin-left:1%;
}

.main-nav {
  display: flex;
  font-size: 120%;
  text-transform: uppercase;
  margin-top: 50%;
  list-style: none;
}

  header h1{
  	padding: 60px 25px;
  	color: #000000;
  	background: #FFFFFF;
  	font-size: 1em;
  }

  h2 {
    font-size: 1.5rem;
    font-family: 'Zen Kaku Gothic Antique', sans-serif, 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 0%;
  }


  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 120vh;
    background: #fff;
    transition: all 0.6s;
    opacity: 1;
  }

  #g-nav.panelactive{
      right: 0;
  }

  #g-nav ul ul{
    display: none;
  }

  #g-nav li li{
  	display: none;
  }

  #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
  }

  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    font-size: 120%;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding-right: 1px;
    padding-left: 1%;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
  }

  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;
    background-color: gray;
  }

  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  	background-color: #666;
  	width: 45%;
  }

  .openbtn span:nth-of-type(1) {
  	top:15px;
  }

  .openbtn span:nth-of-type(2) {
  	top:23px;
  }

  .openbtn span:nth-of-type(3) {
  	top:31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
  	opacity: 0;
  }

  .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  html {
      zoom:0.8;
  }
  p{
  	margin-bottom:50px;
  	line-height:2em;
  	color:#394C4A;
    font-size: 1.5em;
  }

  /* タブレット　home */

  .big-bg {
    background-size: cover;
    background-position: center;
  }

  #home {
      background-image: url(../images/HOME６_edited.jpg);
      min-height: 100vh;
      opacity: 0.5;
      z-index: 5;
  }
  /*
  .home-content p {
    font-size: 1.5em;
    color: #fff;
    padding: 20px 20px 20px;
    margin: 20px 600px 10px;
    background-color: #6E6E6E;
  } */

  .page-title {
    font-size: 500%;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px 50px;
    z-index: 1;
  }

  .home-content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .home-content p {
    font-size: 120%;
    color: #fff;
    padding: -10px 20px 10px;
    top: 20%;
    margin: -2% 10% 0% 10%;
    background-color: #6E6E6E;
    z-index: 1;
    opacity: 0.9;

  }

  .home-content a:link {
    color: #FFF;
  }

  .home-content a:visited {
    color: #FFF;
  }

  .home-content a:hover {
    color: #dcdcdc;
  }

  .subtitle {
    font-size: 4em;
    color: #FFF;
    padding: 100px 10px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif, 'Architects Daughter', cursive;
  }

  .sub {
    font-size: 1rem;
    background-color: #a9a9a9;
    padding-bottom: 40px;
  }

  .sub p {
    margin-top: -100px;
    color: #FFF;
  }

  /* タブレット　menu.html */

  .menu_list {
    position: relative;
    display: block;
    list-style: none;
    width: 400px;
    height: 180px;
 
    margin-bottom: 10px;
    margin-left: 30%;
  }

  .menu_list img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    object-position: center;
  }

  .menu_list_button {
    font-size: 120%;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
  }

  .menu_list_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }

  /* タブレット　lesson.html */

  .lesson_list {
    position: relative;
    display: inline-block;
    list-style: none;
    width: 500px;
    height: 600px;
    vertical-align: bottom;
    margin-bottom: 150px;
  }

  .lesson_list img {
    width: 100%;
    height: 120%;
  }

  .lesson_list p {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 120%;
    color: #ffffff;
    position: absolute;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
  }

  .lesson_button {
    font-size: 120%;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 10px 10px;
    width: 120%;
    text-decoration: none;
  }

  .lesson_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }

  .lesson_button {
    font-size: 120%;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 10px 10px;
    width: 100%;
  }

  .lesson_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }

  .lesson_sodateru p {
    font-size: 130%;
    margin-top: 40%;
    color: #FFF;
    text-align: left;
  }

  /* タブレット　sodateru.html */


  .sodateru_img {
    width: 95%;
    padding-left: 3%;
  }


  .sodateru_1 {
    text-align: left;
    padding-left: 1%;
  }

  .sodateru_1 p {
    font-size: 140%;
    text-align: left;
    margin-top: 150%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #E0F2F7;
    padding-left: 1%;

  }

  .sodateru_2 p {
    font-size: 140%;
    text-align: left;
    padding-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #E0F2F7;
    padding-left: 1%;

  }

  .sodateru_button {
    font-size: 1.375rem;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 10px 40px;
    margin-left: 20%;
    width: 100%;
    text-decoration: none;
  }

  .sodateru_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }

  /* タブレット　kiso.html */
  .kiso {
    text-align: center;
    margin-left: 1%;
  }


  .kiso_img {
    height: auto;
    width: 100%;
    padding-bottom: 5%;
  }

  .kiso_1 {
    text-align: left;
    padding-left: 1%;
  }

  .kiso_1 p {
    font-size: 140%;
    text-align: left;
    padding-top: 2%;
    padding-left: 1%;

  }

  .kiso_2 p {
    font-size: 140%;
    text-align: left;
    padding-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #E0F2F7;
    padding-left: 1%;

  }

  /* タブレット　okataduke.html */


  .okataduke_img {
    height: auto;
    width: 95%;
    padding-left: 3%;
  }

  .okataduke_1 {
    text-align: left;
    padding-left: 1%;
  }

  .okataduke_1 p {
    font-size: 140%;
    text-align: left;
    padding-top: 5%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 1%;
  }

  .okataduke_2 p {
    font-size: 140%;
    text-align: left;
    padding-top: 5%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #E0F2F7;
    padding-left: 1%;

  }

  /* タブレット　yomimono.html */
  .text-image {
    position: relative;
    width: 500px;
    display: inline-block;
    margin-bottom: 150px;
  }

  .text-image img {
    width: 100%;
  }

  .text-image p {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
  }

  .yomimono_button {
    font-size: 1.375rem;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 18px 50px;
    width: 100%;
  }

  .yomimono_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }

/* タブレット　yoyaku.html */

.yoyaku {
  background-color: #e6e6fa;
  padding: 5%;
}
.yoyaku_top {
  text-align: left;
  margin-left: 1%;
}

.yoyaku_top_img {
  width: 80%;
  height: 400px;
  object-fit: cover;
  opacity: 0.8;
  z-index: 0;
  position: relative;
}

.yoyaku_1 {
  background-color: #c0c0c0;
  float: right;
  margin-top: -20%;
  z-index: 1;
  position: absolute;
  margin-left: 30%;
  margin-right: 3%;
  padding: 0.2% 3%;
  opacity: 0.9;
}

.yoyaku_2 {
  margin-top: 20%;
  margin-bottom: 2%;
}

.yoyaku_2 p {
  font-size: 120%;
}

.yoyaku_3 p {
  font-size: 120%;
}

.yoyaku_4 p {
  font-size: 120%;
}

.yoyaku_text a:link {
  color: #424242;
}

.yoyaku_text a:visited {
  color: #424242;
}

.yoyaku_text a:hover {
  color: #6E6E6E;
}
.yoyaku_text{
    width:1000px;
    margin:0 auto 50px;
    display:block;
    text-align:center;
}
.yoyaku_text{
	background:#e7f8f9;
	border-radius:15px;
	padding:50px 40px;
}
.yoyaku_text{
	margin-bottom:50px;
}

  /* タブレット　kakei.html */

  .title {
    border-bottom: 1px solid #808080;
  	width: 300px;
  	margin-left: auto; /* 中央寄せにするため */
  	margin-right: auto; /* 中央寄せにするため */

  }

  .kakeishindan {
    margin:1%;
    margin-left: 1%;
  }

  .kakeishindan_img {
    float: left;
    height: auto;
    margin: 0%;
    width: 100%;

  }

  .kakeishindan p {

    font-size: 150%;
    text-align: left;
    padding: 0%;


  }

  .kakeishindan_1 p {
    font-size: 150%;
    text-align: left;
    margin-left: 1%;
    margin-top: 10%;

  }

  .kakeishindan_2 {
    margin-top: 10%;
  }

  .kakeishindan_2 p {
    font-size: 150%;
    text-align: left;
    padding: 0%;
    margin-left: -2%;
    color: red;
  }

  .kakeishindan_2_img {
    display: block;
    height: auto;
    margin: 0%;
    width: 110%;
    margin-left: -5%;
  }

  .kakei_button {
    font-size: 200%;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 5px 50px;
    margin-top: 50%;
    margin-left: 10%;
    width: 100%;
    text-decoration: none;
  }

  .kakei_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }

  .redg {
    font-size: 150%;
    background-color: #dfdfdf;
    color: #CC0000;
  }

  .okyaku_koe{
    margin:5%;
  }

  /* タブレット hoken.html */

  .hoken_minaoshi_1 {
      margin-left: 0%;
  }

  .hoken_minaoshi_img {
    /* float: left; */
    height: auto;
    width: 100%;
    margin-left: 0%;
  }


  .hoken_minaoshi_1 p {
    font-size: 130%;
    text-align: left;
    margin-left: 0%;
    margin-right: -4%;
    margin-top: 100%;

    background-color: #E0F2F7;
  }

  .hoken_minaoshi_2 {
    padding-left: 1%;
  }

  .hoken_minaoshi_2 p {
    font-size: 120%;
    text-align: left;
    margin-top: 5%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 1%;
  }

  .hoken_minaoshi_3 p{
    font-size: 120%;
    text-align: left;
    margin-top: 5%;
    margin-left: -1%;
    margin-right: 0%;
    background-color: #E0F2F7;
    padding-left: 2%;

  }

  .hoken_minaoshi_4 {
    font-size: 100%;
    text-align: left;
    padding-left: 0%;
  }

  .hoken_minaoshi_5 p {
    font-size: 120%;
    text-align: left;
    margin-left: -1%;
    margin-right: 0%;
    background-color: #E0F2F7;
    padding-left: 2%;

  }

  .hoken_minaoshi_6 p {
    font-size: 120%;
    text-align: left;
    padding-left: 0%;
  }

  .hoken_minaoshi_button {
    font-size: 140%;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 5px 50px;
    margin-top: 50%;
    margin-left: 10%;
    width: 100%;
    text-decoration: none;
  }

  .hoken_minaoshi_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }

  h3 {
    font-size: 180%;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 10%;
  }

  .koe {
    width: 60%;
    margin: 5%;
  }

  .yoyaku_button {
    font-size: 1.375rem;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 5px 50px;
    margin-top: 3%;
    margin-bottom:5%;
    margin-left:25%;
    width: 30%;
  }

  .yoyaku_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }
  /* タブレット member */

  .member_1{
      text-align: center;
      display: flex;
      flex-direction: column;
      margin:0 auto;
      font-size:1.6em;

  }

  .member_1_img {
    text-align: center;
    float: center;
    height: auto;
    margin-left:0;
    width: 40%;
  }

  .member_1 p {
    display: block;
    text-align: left;
    padding: 3em 10em 0.5em 0em;
    color: #000;
    margin-bottom:5px;
  }

  .member_1 img{
    display: block;
    text-align: center;
    height: auto;
    width: 100%;
  }
  .member_2{
      text-align: center;
      display: flex;
      flex-direction: column;
      margin:0 auto;
      font-size:1.6em;

  }
  .member_2_img {
    float: center;
    height: auto;
    margin-left:0;
    width: 40%;
  }

  .member_2 p {
    display: block;
    text-align: center;
    padding: 3em 1em 0.5em 1em;
    color: #000;
    margin-bottom:5px;
  }

  .member_2 img{
      display: block;
    text-align: center;
    height: auto;
    width: 100%;
    margin-bottom: 8%;
  }

  .member_3{
      text-align: center;
      display: flex;
      flex-direction: column;
      margin:0 auto;
      font-size:1.6em;

  }
  .member_3_img {
    float: center;
    height: auto;
    margin-left:0;
    width: 40%;
  }

  .member_3 p {
    display: block;

    text-align: center;
    padding: 3em 2em 0.5em 2em;
    color: #000;
    margin-bottom:5px;
  }

  .member_3 img{
      display: block;
    text-align: center;
    height: auto;

    width: 100%;
  }

  .member_4{
      text-align: center;
      display: flex;
      flex-direction: column;
      margin:0 auto;
      font-size:1.6em;
  }
  .member_4_img {
    float: center;
    height: auto;
    margin-left:0;
    width: 40%;
  }

  .member_4 p {
    display: block;

    text-align: center;
    padding: 3em 1em 0.5em 1em;
    color: #000;
    margin-bottom:5px;
  }

  .member_4 img{
      display: block;
    text-align: center;
    height: auto;

    width: 100%;
  }
  .strong{
      padding: 2%;
  }
  .strong{
      font-size:1.9em;
  }
  .strong {
    font-size: 25px;
  }

  .red {
    color: 	#CC0000;
    font-size: 25px;
  }

  .big {
    font-size: 100%;
    color: 	#CC0000;
  }
  /* タブレット 投資 */

  .toushi {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin:0 auto;
  }
  .toushi p {
    font-size: 20px;
    text-align: left;
    padding: 1em;
    margin-left: 1%;
  }

  .toushi_1 p {
    display: block;
    font-size: 20px;
    text-align: left;
    padding: 1em 0.5em 1em 0.5em;
    margin-bottom: 10px;
    margin-left: 1%;
  }

  .toushi_img {
    float: left;
    height: auto;
    margin: 1%;
    width: 100%;
  }

  /* タブレット daiet */
  .daiet {
      text-align: center;
      display: flex;
      flex-direction: column;
      margin:0 auto;

  }
  .daiet_img {
    float: center;
    height: auto;
    margin-left:0;
    width: 40%;
  }

  .daiet p {
    display: block;
    font-size: 23px;
    text-align: left;
    padding: 3em 0.5em 3em 0.5em;
    margin-bottom: 10px;
    margin-left: 10%;
  }

  .daiet_img {
    display: block;
    text-align: center;
    height: auto;
    margin-left: 10%;
    width: 80%;
  }

  /* タブレット plan */

  .plan{
    text-align: center;
    margin-left: 1%;
  }

  .plan_pare p {
    font-size: 140%;
    text-align: left;
    padding: 1%;
  }

  .plan_1 p {
    font-size: 120%;
    text-align: left;
    margin: 1%;
    padding: 0%;
    background-color: #d3d3d3;
    margin-bottom: 10%;
  }

  .plan_img {
    margin: 1%;
    margin-left: -10%;
    width: 110%;
  }

  .plan_price {
    background-color: #E0F2F7;
    color: #CC0000;
    font-size: 140%;
    text-align: left;
    margin-left: 1%;
    margin-right: 25%;
    padding: 5%;
  }

  .plan_2 {
    text-align: left;
    padding: 1%;
    color: red;
    margin-left: 1%;
  }

  .plan_2 p {
    font-size: 120%;
  }

  .plan_2 img {
    width: 100%;
    margin: 1%;
  }

  /* タブレット　lesson */

  .lesson_list {
    position: relative;
    display: inline-block;
    list-style: none;
    width: 450px;
    height: 600px;
    vertical-align: bottom;
    margin-bottom: 150px;
  }

  .lesson_list img {
    width: 100%;
    height: 120%;
  }

  .lesson_list p {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 120%;
    color: #ffffff;
    position: absolute;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
  }

  .lesson_button {
    font-size: 120%;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 10px 10px;
    width: 120%;
    text-decoration: none;
  }

  .lesson_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }

  .lesson_button {
    font-size: 120%;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 10px 10px;
    width: 100%;
  }

  .lesson_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }

  .lesson_sodateru p {
    font-size: 130%;
    margin-top: 40%;
    color: #FFF;
    text-align: left;
  }

  /* タブレット sodateru.html */

  .sodateru_img {
    height: auto;
    width: 95%;
    padding-left: 3%;
  }

  .sodateru_1 {
    text-align: left;
    padding-left: 1%;
  }

  .sodateru_1 p {
    font-size: 140%;
    text-align: left;
    margin-top: 150%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #E0F2F7;
    padding-left: 1%;

  }

  .sodateru_2 p {
    font-size: 140%;
    text-align: left;
    padding-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #E0F2F7;
    padding-left: 1%;

  }

  .sodateru_button {
    font-size: 1.375rem;
    background: #80796c;
    color: #fff;
    border-radius: 0px;
    padding: 10px 40px;
    margin-left: 20%;
    width: 100%;
    text-decoration: none;
  }

  .sodateru_button:hover {
    background: #80796c;
    opacity: 0.5;
    transition: .5s;
  }


  /* タブレット 利用規約 */
  .riyoukiyaku h3 {
    font-size: 2rem;
    text-align: left;
    padding-left: 2%;
  }

  .riyoukiyaku .td_left p {
    font-size: 1.2rem;
    text-align: left;
    display: block;
  }

  .riyoukiyaku .td_right p {
    font-size: 1.2rem;
    padding-bottom: 10%;
    text-align: left;
    display: block;
  }

  .riyoukiyaku table {
    max-width: 100%;
    width: 300%;
    display: block;
  }

  .riyoukiyaku .td_left {
    width: 100%;
    display: block;
  }

  .riyoukiyaku .td_right {
    width: 100%;
    display: block;
  }

  .riyoukiyaku tr td {
    display: block;
    padding: 15px 10px;
    font-size: 1.2rem;
  }

  /* タブレット 事前資料 */

  .zizenn {
    text-align: left;
    margin: 100px;
  }


/* タブレット footer */

footer p {
  color: #000;
  font-size: 100%;
}

footer {
  background: #E0F2F7;
  text-align: center;
  padding: 70px 0;
}

.footer_button {
  font-size: 120%;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: 40%;
  margin-right: 35%;
  margin-bottom: 0.5%;
  color: #000;
}

.footer_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

}


/* モバイル
------------------------------ */

@media (max-width: 540px) {

html {
  zoom:0.7;
}

html {
  font-size: 100%;
  text-align: center;
  margin: auto;
}

body{
font-family: 'Zen Kaku Gothic Antique', sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000;
}

.page-header {
  display:block;
  margin: 50px 10px 10px;
}

.logo {
  text-align: center;
  display: block;
  width: 400px;
  margin-top: 10%;
  margin-left:1%;
}

p{
  margin-bottom:50px;
  line-height:2em;
  color:#394C4A;
  font-size: 2rem;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 120vh;
  background: #fff;
  transition: all 0.6s;
  opacity: 1;
}

#g-nav.panelactive{
    right: 0;
}

#g-nav ul ul{
  display: none;
}

#g-nav li li{
	display: none;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 55%;
  transform: translate(-50%,-50%);
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  font-size: 120%;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  padding-right: 1px;
  padding-left: 1%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
}

.openbtn {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
  background-color: gray;
}

.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
	background-color: #666;
	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top:15px;
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}



/* モバイル home */

.big-bg {
  background-size: cover;
  background-position: center;
}

#home {
    background-image: url(../images/HOME６_edited.jpg);
    min-height: 100vh;
    opacity: 0.5;
    z-index: 5;
}

.page-title {
  font-size: 2.5rem;
  font-family: 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 4%;

}

.home-content {
  text-align: center;
  position: absolute;
  top:40%;
  left: 0;
  right: 0;

}

.home-content p {
  font-size: 1rem;
  color: #fff;
  padding: 0%;
  margin: 10% 10% 10% 10%;
  background-color: #6E6E6E;
  z-index: 1;
}

.home-content a:link {
  color: #FFF;
}

.home-content a:visited {
  color: #FFF;
}

.home-content a:hover {
  color: #dcdcdc;
}

.subtitle {
  font-size: 2.5rem;
  color: #FFF;
  padding: 100px 10px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.sub {
  font-size: 100%;
  background-color: #a9a9a9;
  padding-bottom: 40px;
}

.sub p {
  font-size: 110%;
  margin-top: -100px;
  color: #FFF;
}

/* モバイル menu */

.menu_list {
  position: relative;
  display: inline-block;
  list-style: none;
  width: 400px;
  height: 180px;
  vertical-align: bottom;
  margin-bottom: 10px;
  margin-left: 5%;
}

.menu_list img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  object-position: center;
}

.menu_list_button {
  font-size: 120%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 10px 15px;
  width: 100%;
  text-decoration: none;
}

.menu_list_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}


/* モバイル staff */

.profile {
  padding-left: -10%;
  padding-bottom: 10%;
}

.staff_list {
  max-width: 100%;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  display: block;

}

.staff_list img {
  margin: 0 auto;
  width: 330px;
  margin-left: -5%;
}

.staff_name {
  font-size: 100%;
  margin-left: -5%;
}

.staff_name p {
  font-size: 140%;
}

.style {
  border-bottom: 2px solid;
	width: 300px;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */
}

.staff_text {
  margin-left: -5%;
  padding-bottom: 30%;
}

  .staff_list td {
    border: 0px;
    padding: 100px;
  }
  .staff_text .td_left {
    background-color: #f4f9ff;
  }

  .staff_text .td_right {
    background-color: #f4f9ff;
  }

  .staff_text table{
      max-width: 100%;
      width: 300px;
  }

  .staff_text .td_left{
      width: 10%;
  }

  .staff_text .td_right{
      width: 90%;
  }

  .staff_text tr td {
    padding: 10px 5px;
    font-size: 1.3rem;
  }

  .staff_message {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    max-width: 300px;
    width: -800px;
    margin: 0 auto;
    margin-bottom:50px;
    padding: 30px 50px;
    display: block;
  }

  .staff_message p {
    font-size: 1.3rem;
    margin-left: -10%;
  }


/* モバイル yomimono*/
.text-image {
  position: relative;
  width: 400px;
  display: inline-block;
  margin-bottom: 50px;
}

.text-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

  /* モバイル yoyaku */

  .yoyaku {
    background-color: #e6e6fa;
    padding: 0%;
    padding-bottom: 10%;
  }

  .yoyaku_top {
    text-align: left;
    margin-left: 0%;
  }

  .yoyaku_top_img {
    width: 100%;
    /* height: 500px; */
    /* object-fit: cover; */
    opacity: 0.8;
    /* z-index: 0; */
    /* position: relative; */
    display: block;
  }

  .yoyaku_1 {
    background-color: #c0c0c0;
    /* float: right; */
    /* margin-top: -20%; */
    /* z-index: 1; */
    /* position: absolute; */
    margin-left: 0%;
    display: block;
    padding: 0.2% 3%;
    margin-top: 0%;
    opacity: 0.9;
    margin-right: 0%;
  }

  .yoyaku_1 p {
    font-size: 140%;
  }

  .yoyaku_2 {
    margin-top: 60%;
    margin-bottom: 2%;
  }

  .yoyaku_2 p {
    font-size: 130%;
  }

  .yoyaku_3 p {
    font-size: 130%;
  }

  .yoyaku_4 p {
    font-size: 130%;
  }

  .yoyaku_text a:link {
    color: #424242;
  }

  .yoyaku_text a:visited {
    color: #424242;
  }

  .yoyaku_text a:hover {
    color: #6E6E6E;
  }

  .yoyaku_text{
    width:1000px;
    margin:0 auto 50px;
    display:block;
    text-align:center;
  }

  .yoyaku_text{
    background:#e7f8f9;
    border-radius:15px;
    padding:50px 40px;
  }

  .yoyaku_text{
    margin-bottom:50px;
  }


/* モバイル 基礎知識 */

.kiso {
  text-align: center;
  margin-left: 1%;
}


.kiso_img {
  height: auto;
  width: 100%;
  padding-bottom: 5%;
}

.kiso_1 {
  text-align: left;
  padding-left: 1%;
}

.kiso_1 p {
  font-size: 140%;
  text-align: left;
  padding-top: 2%;
  padding-left: 1%;

}

.kiso_2 p {
  font-size: 140%;
  text-align: left;
  padding-top: 2%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #E0F2F7;
  padding-left: 1%;

}

/* モバイル お片付けレッスン */

.okataduke_img {
  height: auto;
  width: 95%;
  padding-left: 3%;
}

.okataduke_1 {
  text-align: left;
  padding-left: 1%;
}

.okataduke_1 p {
  font-size: 140%;
  text-align: left;
  padding-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 1%;
}

.okataduke_2 p {
  font-size: 140%;
  text-align: left;
  padding-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #E0F2F7;
  padding-left: 1%;

}


/* モバイル kakei.html */


.title {
  border-bottom: 1px solid #808080;
	width: 300px;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */

}

.kakeishindan {
  margin:1%;
  margin-left: 1%;
}

.kakeishindan_img {
  float: left;
  height: auto;
  margin: 0%;
  width: 100%;

}

.kakeishindan p {

  font-size: 150%;
  text-align: left;
  padding: 0%;


}

.kakeishindan_1 p {
  font-size: 150%;
  text-align: left;
  margin-left: 1%;
  margin-top: 10%;

}

.kakeishindan_2 {
  margin-top: 10%;
}

.kakeishindan_2 p {
  font-size: 150%;
  text-align: left;
  padding: 0%;
  margin-left: -2%;
  color: red;
}

.kakeishindan_2_img {
  display: block;
  height: auto;
  margin: 0%;
  width: 110%;
  margin-left: -5%;
}

.kakei_button {
  font-size: 200%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: 10%;
  width: 100%;
  text-decoration: none;
}

.kakei_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.redg {
  font-size: 150%;
  background-color: #dfdfdf;
  color: #CC0000;
}

.okyaku_koe{
  margin:5%;
}

/* モバイル hoken.html */

.hoken_minaoshi_1 {
    margin-left: 0%;
}

.hoken_minaoshi_img {
  /* float: left; */
  height: auto;
  width: 100%;
}


.hoken_minaoshi_1 p {
  font-size: 130%;
  text-align: left;
  margin-left: 0%;
  margin-right: -4%;
  margin-top: 100%;
  padding-left: 2%;
  padding-right: 10%;
  background-color: #E0F2F7;
}

.hoken_minaoshi_2 {
  padding-left: 1%;
}

.hoken_minaoshi_2 p {
  font-size: 120%;
  text-align: left;
  margin-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 1%;
}

.hoken_minaoshi_3 p{
  font-size: 120%;
  text-align: left;
  margin-top: 5%;
  margin-left: -1%;
  margin-right: 0%;
  background-color: #E0F2F7;
  padding-left: 2%;

}

.hoken_minaoshi_4 {
  font-size: 100%;
  text-align: left;
  padding-left: 0%;
}

.hoken_minaoshi_5 p {
  font-size: 120%;
  text-align: left;
  margin-left: -1%;
  margin-right: 0%;
  background-color: #E0F2F7;
  padding-left: 2%;

}

.hoken_minaoshi_6 p {
  font-size: 120%;
  text-align: left;
  padding-left: 0%;
}

.hoken_minaoshi_button {
  font-size: 140%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: 8%;
  width: 100%;
  text-decoration: none;
}

.hoken_minaoshi_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.hoken_minaoshi_yoyaku {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 50%;
  margin-left: 50%;
  width: 100%;
  text-decoration: none;
}

.hoken_minaoshi_yoyaku:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

h3 {
  font-size: 180%;
  font-family: 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10%;
  margin-left: 1%;
  padding-top: 5%;
}

.koe {
  width: 60%;
  margin: 5%;
}

.yoyaku_button {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 5px 50px;
  margin-top: 3%;
  margin-bottom:5%;
  margin-left:25%;
  width: 30%;
}

.yoyaku_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.okyaku_koe_yoyaku {
font-size: 1.375rem;
background: #80796c;
color: #fff;
border-radius: 0px;
padding: 5px 50px;
margin-top: 50%;
margin-left: 50%;
width: 100%;
text-decoration: none;
}

.okyaku_koe_yoyaku:hover {
background: #80796c;
opacity: 0.5;
transition: .5s;
}


/* モバイル yoyaku_button_2 */

.yoyaku_button_2 {
font-size: 1.375rem;
background: #80796c;
color: #fff;
border-radius: 0px;
padding: 5px 50px;
margin-top: 50%;
margin-left: 5%;
width: 100%;
text-decoration: none;
}
.yoyaku_button:hover {
background: #80796c;
opacity: 0.5;
transition: .5s;
}

/* モバイル member */

.member_1{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin:0 auto;
    font-size:1.6em;

}

.member_1_img {
  text-align: center;
  float: center;
  height: auto;
  margin-left:0;
  width: 40%;
}

.member_1 p {
  display: block;
  text-align: left;
  padding: 3em 10em 0.5em 0em;
  color: #000;
  margin-bottom:5px;
}

.member_1 img{
  display: block;
  text-align: center;
  height: auto;
  width: 100%;
}
.member_2{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin:0 auto;
    font-size:1.6em;

}
.member_2_img {
  float: center;
  height: auto;
  margin-left:0;
  width: 40%;
}

.member_2 p {
  display: block;
  text-align: center;
  padding: 3em 1em 0.5em 1em;
  color: #000;
  margin-bottom:5px;
}

.member_2 img{
    display: block;
  text-align: center;
  height: auto;
  width: 100%;
  margin-bottom: 8%;
}

.member_3{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin:0 auto;
    font-size:1.6em;

}
.member_3_img {
  float: center;
  height: auto;
  margin-left:0;
  width: 40%;
}

.member_3 p {
  display: block;

  text-align: center;
  padding: 3em 2em 0.5em 2em;
  color: #000;
  margin-bottom:5px;
}

.member_3 img{
    display: block;
  text-align: center;
  height: auto;

  width: 100%;
}

.member_4{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin:0 auto;
    font-size:1.6em;
}
.member_4_img {
  float: center;
  height: auto;
  margin-left:0;
  width: 40%;
}

.member_4 p {
  display: block;

  text-align: center;
  padding: 3em 1em 0.5em 1em;
  color: #000;
  margin-bottom:5px;
}

.member_4 img{
    display: block;
  text-align: center;
  height: auto;

  width: 100%;
}
.strong{
    padding: 2%;
}
.strong{
    font-size:1.9em;
}
.strong {
  font-size: 25px;
}

.red {
  color: 	#CC0000;
  font-size: 25px;
}

.big {
  font-size: 100%;
  color: 	#CC0000;
}
/* モバイル 投資 */

.toushi {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.toushi p {
  font-size: 20px;
  text-align: left;
  padding: 1em;
  margin-left: 1%;
}

.toushi_1 p {
  display: block;
  font-size: 20px;
  text-align: left;
  padding: 1em 0.5em 1em 0.5em;
  margin-bottom: 10px;
  margin-left: 1%;
}

.toushi_img {
  float: left;
  height: auto;
  margin: 1%;
  width: 100%;
}

/* モバイル daiet */
.daiet {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin:0 auto;

}
.daiet_img {
  float: center;
  height: auto;
  margin-left:0;
  width: 40%;
}

.daiet p {
  display: block;
  font-size: 23px;
  text-align: left;
  padding: 3em 0.5em 3em 0.5em;
  margin-bottom: 10px;
  margin-left: 10%;
}

.daiet_img {
  display: block;
  text-align: center;
  height: auto;
  margin-left: 10%;
  width: 80%;
}

/* モバイル plan */

.plan{
  text-align: center;
  margin-left: 1%;
}

.plan_pare p {
  font-size: 140%;
  text-align: left;
  padding: 1%;
}

.plan_1 p {
  font-size: 120%;
  text-align: left;
  margin: 1%;
  padding: 0%;
  background-color: #d3d3d3;
  margin-bottom: 10%;
}

.plan_img {
  margin: 1%;
  margin-left: -10%;
  width: 110%;
}

.plan_price {
  background-color: #E0F2F7;
  color: #CC0000;
  font-size: 140%;
  text-align: left;
  margin: 1%;
  padding: 5%;
}

.plan_2 {
  text-align: left;
  padding: 1%;
  color: red;
  margin-left: 1%;
}

.plan_2 p {
  font-size: 120%;
}

.plan_2 img {
  width: 100%;
  margin: 1%;
}

/* モバイル　lesson */

.lesson_list {
  position: relative;
  display: inline-block;
  list-style: none;
  width: 450px;
  height: 600px;
  vertical-align: bottom;
  margin-bottom: 150px;
}

.lesson_list img {
  width: 100%;
  height: 120%;
}

.lesson_list p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 120%;
  color: #ffffff;
  position: absolute;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.lesson_button {
  font-size: 120%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 10px 10px;
  width: 120%;
  text-decoration: none;
}

.lesson_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.lesson_button {
  font-size: 120%;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 10px 10px;
  width: 100%;
}

.lesson_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

.lesson_sodateru p {
  font-size: 130%;
  margin-top: 40%;
  color: #FFF;
  text-align: left;
}

/* モバイル sodateru.html */

.sodateru_img {
  height: auto;
  width: 95%;
  padding-left: 3%;
}

.sodateru_1 {
  text-align: left;
  padding-left: 1%;
}

.sodateru_1 p {
  font-size: 140%;
  text-align: left;
  margin-top: 150%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #E0F2F7;
  padding-left: 1%;

}

.sodateru_2 p {
  font-size: 140%;
  text-align: left;
  padding-top: 2%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #E0F2F7;
  padding-left: 1%;

}

.sodateru_button {
  font-size: 1.375rem;
  background: #80796c;
  color: #fff;
  border-radius: 0px;
  padding: 10px 40px;
  margin-left: 20%;
  width: 100%;
  text-decoration: none;
}

.sodateru_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}


/* モバイル 利用規約 */
.riyoukiyaku h3 {
  font-size: 2rem;
  text-align: left;
  padding-left: 2%;
}

.riyoukiyaku .td_left p {
  font-size: 1.2rem;
  text-align: left;
  display: block;
}

.riyoukiyaku .td_right p {
  font-size: 1.2rem;
  padding-bottom: 10%;
  text-align: left;
  display: block;
}

.riyoukiyaku table {
  max-width: 100%;
  width: 300%;
  display: block;
}

.riyoukiyaku .td_left {
  width: 100%;
  display: block;
}

.riyoukiyaku .td_right {
  width: 100%;
  display: block;
}

.riyoukiyaku tr td {
  display: block;
  padding: 15px 10px;
  font-size: 1.2rem;
}

/* モバイル 事前資料 */

.zizenn {
  text-align: left;
  margin: 100px;
}

/* モバイル フッター */

footer {

  background: #E0F2F7;
  text-align: center;
  padding: 70px 0;

}

.footer_p {
  color: #000;
  font-size: 100%;
  margin-top: 2%;
}

.footer_button {
  font-size: 160%;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: 27%;
  margin-right: 10%;
  margin-bottom: 5%;
  color: #000;

}

.footer_button:hover {
  background: #80796c;
  opacity: 0.5;
  transition: .5s;
}

}
