@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1025px){
body{
	width: 100%;
	margin: 0px;
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
}
.slick-slider{
	margin: 0;
}
p{
	font-size: 1rem;
	font-weight: 400;
	color: rgba(54,54,54,1.00); 
}
h1, h2{
	color: rgba(54,54,54,1.00); 
}
a {
	text-decoration: none;
	color: rgba(54,54,54,1.00); 
}
img{
	width: 100%;
}
.container{
	width: 100%;
}
/*ヘッダー start*/
.header{
	display: grid;
	grid-template-columns: 300px auto;
	grid-template-rows: auto;
	gap : 5%;
}
.header-logo{
	display: flex;
	align-items: center;
}
.header-logo-sp{
	display: none;
}
.header img{
	width: 80%;
	margin: auto 0px auto 30%;
}
.main-menu{
	display: grid;
	grid-template-columns: repeat(9, 8%);
	grid-auto-rows: auto;
	margin-top: 10px;
	margin-right :20px;
	margin-bottom: 10px;
	justify-content: end;
	grid-column-gap: 1%;
	align-content: center;
}
.main-menu p{
	font-size: 0.8rem;
	font-weight: 500;
}
.main-box{
	text-align: center;
	align-content: center;
	border-left: 1px solid rgba(88,88,88,0.30);
	border-right: 1px solid rgba(88,88,88,0.30);
	border-bottom: 1px solid rgba(88,88,88,0.30);
	border-radius: 5px;
	background-color: white;
	opacity: 0.9;
	/*height: 60px;*/
	max-width: 150px;
}
.main-box:hover{
	background-color: rgba(213,212,212,0.20);
}
/*メインメニュー end*/
/* サブメニュー start */
.sub-menu-container{
	width: 100%;
	background-color: rgba(235,239,251,0.20);
}
.sub-menu{
	width: 80%;
	margin: 10px auto 0px auto;
	display: grid;
	grid-template-columns: 1fr 5fr;
	/*align-content: flex-start;*/
	/*justify-content: center;*/
}
.sub-icon{
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center; 
	min-width: 200px;
	max-width: 250px;
}
.sub-icon img{
	width: 60%;
}
.sub-icon p{
	font-size: 1.0rem;
	font-weight: 600;
	text-align: center;
}
.sub-box{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	gap: 2%;
	margin: 20px auto;
}

.sub-card{
	border: 1px solid rgba(192,192,192,1.00);
	border-radius: 10px;
	width: 125px;
	display: flex;
	flex-flow: row wrap;
	margin: 5px auto;
	background-color: white;
}
.sub-card:hover{
	background-color: rgba(217,227,251,0.4);	
}
.sub-card p{
	font-size: 0.8rem;
	text-align: center;
}
.sub-card img{
	width: 8%;
	padding:0px 10px;
}
/* サブメニュー end */
/*タイトル　start*/
.title-bar{
	width: 100%;
	background-color: #0e61ab;
	/*border-top-right-radius: 10px;*/
	clip-path: polygon(
 		0% 0%,
 		98% 0%,
 		100% 50%,
 		100% 100%,
 		0% 100%
		);
	margin-bottom: 80px;
}
.title-bar p{
	font-size: 1.4rem;
	font-weight: 500;
	margin-left: 15%;
	color: white;
	line-height: 2.0;
}
.title-bar h1{
	font-size: 1.4rem;
	font-weight: 500;
	margin-left: 15%;
	color: white;
	line-height: 2.0;
}
/*タイトル end*/
/*不明点があれば start */
.quest-container{
	width: 100%;
	background-color: #fffff1;
	padding: 100px 0px;
	text-align: center;
}
.quest-section{
	width: 80%;
	max-width: 1000px;
	margin: auto;
	background-color: rgba(137,195,235,0.6);
	display: grid;
	grid-template-columns: 1fr 6fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"women box man";
	gap: 2%;
	border-radius: 10px;

}
.women{
	grid-area: women;
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
}
.box{
	grid-area: box;
}
.box00{
	display: grid;
	grid-template-columns: 2fr 5fr 3fr;
	grid-template-areas:
	  "box0001 box0002 box0003"
	  "box0004 box0005 box0006";
	background-color: white;
	border-radius: 10px;
	margin: 50px auto;
	place-items: center;   /* 各セルの中身を中央 */
}
.box0001{
	grid-area: box0001;
}
.box0002{
	grid-area: box0002;
}
.box0003{
	grid-area: box0003;
}
.box0004{
	grid-area: box0004;
}
.box0005{
	grid-area: box0005;
}
.box0006{
	grid-area: box0006;
}
.box0002 p, .box0005 p, .box0003 p, .box0006 p, .box000 p{
	font-size: 1.1rem;
	font-weight: 600;
	color: rgba(54,54,54,1.00); 
}
.box img{
	width: 100%;
}
.box000{
	background-color: white;
	border-radius: 5px;
	margin: 50px auto;
	place-items: center;   /* 各セルの中身を中央 */	
}
.man{
	grid-area: man;
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
}
.man img, .women img{
	width: 60%;
}
/*不明点があれば　end */
/*FORM　start*/
.form-container{
background-color:#fafdff;
width:100%;
margin:100px auto;
padding:60px 0px 50px 0px;
}

.form-title{
width:100%;
text-align:center;
font-size:1.6rem;
font-weight:bold;
color:#5d6971;
margin:50px 0px 30px 0px;
}

.form-text{
width:100%;
text-align:center;
font-size:1.0rem;
color:#5d6971;
margin:0px 0px 30px 0px;
}

  form {
    width: 60%;
    margin: auto;
    padding:30px 0px 0px 0px;
	max-width: 800px;
  }

label {
    display: block;
    margin-top: 15px;
    font-size:1rem;
  }
 
  input[type="text"],

  input[type="email"],

  input[type="tel"],

  textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-size: 1.0rem;

  }
 
  textarea {
    height: 150px;
    resize: vertical;
  }
 
.radio-group {
  display: flex;
  gap: 30%;
  margin-top: 10px;
  align-items: center;
}

.radio-group label {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size:1.0rem;
}

.radio-group input {
  margin-right: 6px;
  transform:scale(2.0)
}

  button {
  display: block;
    margin:25px auto 0px auto;
    width: 140px;
    padding: 12px;
    font-size: 1.2rem;
    background: #0093d7;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
 
  button:hover {
    opacity: 0.6;
  }

  .required{
    display: inline-block;
    background: #e6134a;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 3px;
    vertical-align: middle;
  }
  ::placeholder {
  color:#cccccc;

}

/*FORM　end*/
/*フッター strat*/

.footer{
	width: 100%;
	background-color: #284c95;
	padding-bottom: 20px;
}
.footer-links{
	margin: 0px auto;
	width: 80%;
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	justify-content: center;
	align-content: center;
	gap: 1%;
	padding: 30px 0px;
	background-color: #284c95;
}
.footer-link{
	margin: 0px auto;

}
.footer p{
	color: white;
	font-size: 1rem;
	font-weight: 500;
	line-height: 20%;
}
/*フッター end*/
/*サイドメニュー480 start*/
.side-menu{
	position: fixed;
	bottom :20px;
	right: 20px;
	width: 60px;
	opacity: 0.4;
}
.side-top{
}
.side-call{
	display: none;
}
/*サイドメニュー480 end*/
/*バー*/
.bar{
	height: 2px;
	width: 100%;
	background: linear-gradient(white, rgb(228, 228, 228));
	margin-bottom: 50px;
}

/*バー*/
}
@media screen and (min-width: 481px) and (max-width: 1024px){
body{
	width: 100%;
	margin: 0px;
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
}
.slick-slider{
	margin: 0;
}
p{
	font-size: 1rem;
	font-weight: 400;
	color: rgba(54,54,54,1.00); 
}
h1{
	color: rgba(54,54,54,1.00); 
}
a {
	text-decoration: none;
	color: rgba(54,54,54,1.00); 
}
img{
	width: 100%;
}
.container{
	width: 100%;
}
/*ヘッダー start*/
.header{
	display: grid;
	grid-template-columns: 190px auto;
	grid-template-rows: auto;
	gap : 1%;
}
.header-logo{
	display: flex;
	place-content: center;
	align-items: center;
}
.header-logo-sp{
	display: none;
}
.header img{
	width: 100%;
	margin: auto 0px auto 10%;
}
.main-menu{
	display: grid;
	grid-template-columns: repeat(4, 22%);
	grid-auto-rows: 60px;;
	margin-top: 10px;
	margin-right :20px;
	margin-bottom: 10px;
	justify-content: end;
	grid-column-gap: 1%;
	align-content: center;
}
.main-menu p{
	font-size: 0.8rem;
	font-weight: 500;
}
.main-box{
	text-align: center;
	align-content: center;
	border-left: 1px solid rgba(88,88,88,0.30);
	border-right: 1px solid rgba(88,88,88,0.30);
	border-bottom: 1px solid rgba(88,88,88,0.30);
	border-radius: 5px;
	background-color: white;
	opacity: 0.9;
	max-width: 150px;
}
.main-box:hover{
	background-color: rgba(213,212,212,0.20);
}
/*メインメニュー end*/
/* サブメニュー start */
.sub-menu-container{
	width: 100%;
	background-color: rgba(235,239,251,0.20);
	margin: auto;
}
.sub-menu{
	width: 90%;
	margin: 0px auto 10px auto;
	display: grid;
	grid-template-columns: 3fr 5fr;
	align-content: flex-start;
}
.sub-icon{
	width: 100%;
	display: flex;
	flex-direction: row wrap;
	justify-content: center;  /* 縦中央 */
	align-items: center;
}
.sub-icon img{
	min-width: 100px;
	width: 40%;
}
.sub-icon p{
	font-size: 1.0rem;
	font-weight: 600;
	text-align: center;
	width: 60%;
}
.sub-box{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	gap: 3%;
	margin: 30px auto;
}
.sub-card{
	border: 1px solid rgba(192,192,192,1.00);
	border-radius: 10px;
	align-items: center;
	width: 125px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 1%;
	background-color: white;
}
.sub-card:hover{
	background-color: rgba(217,227,251,0.4);	
}
.sub-card p{
	/*padding:10px;*/
	font-size: 0.8rem;
	text-align: center;
}
.sub-card img{
	width: 8%;
	padding:0px 10px;
}
/* サブメニュー end */
/*タイトル　start*/
.title-bar{
	width: 100%;
	background-color: #0e61ab;
	/*border-top-right-radius: 10px;*/
	/*clip-path: polygon(
 		0% 0%,
 		98% 0%,
 		100% 50%,
 		100% 100%,
 		0% 100%
		);*/
	margin-bottom: 30px;
}
.title-bar p{
	font-size: 1.4rem;
	font-weight: 500;
	margin-left: 15%;
	color: white;
	line-height: 2.0;
}
.title-bar h1{
	font-size: 1.4rem;
	font-weight: 500;
	margin-left: 5%;
	color: white;
	line-height: 2.0;
}
/*タイトル end*/
/*不明点があれば start */
.quest-container{
	width: 100%;
	background-color: #fffff1;
	padding: 100px 0px;
	text-align: center;
}
.quest-section{
	width: 80%;
	max-width: 1000px;
	margin: auto;
	background-color: rgba(137,195,235,0.6);
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"women man"
	"box box";
	gap: 2%;
	border-radius: 10px;
}
.women{
	grid-area: women;
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	margin-top: 50px;
}
.box{
	grid-area: box;
}
.box00{
	width: 80%;
	min-width: 350px;
	max-width: 700px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-areas:
	  "box0001 box0002"
	  "box0003 box0003"
	  "box0004 box0005"
	  "box0006 box0006";
	background-color: white;
	border-radius: 10px;
	margin: 50px auto;
	place-items: center;   /* 各セルの中身を中央 */
}
.box0001{
	grid-area: box0001;
}
.box0002{
	grid-area: box0002;
}
.box0003{
	grid-area: box0003;
}
.box0004{
	grid-area: box0004;
}
.box0005{
	grid-area: box0005;
}
.box0006{
	grid-area: box0006;
}
.box0002 p, .box0005 p, .box0003 p, .box0006 p, .box000 p{
	font-size: 1.1rem;
	font-weight: 600;
	color: rgba(54,54,54,1.00); 
}
.box img{
	width: 70%;
}
.box000{
	background-color: white;
	border-radius: 5px;
	margin: 50px auto;
	place-items: center;   /* 各セルの中身を中央 */	
}
.man{
	grid-area: man;
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	margin-top: 50px;
}
.man img, .women img{
	width: 30%;
	max-width: 70px;
}
/*不明点があれば　end */
/*FORM　start*/
.form-container{
background-color:#fafdff;
width:100%;
margin:100px auto;
padding:60px 0px 50px 0px;
}

.form-title{
width:100%;
text-align:center;
font-size:1.6rem;
font-weight:bold;
color:#5d6971;
margin:50px 0px 30px 0px;
}

.form-text{
width:100%;
text-align:center;
font-size:0.8rem;
color:#5d6971;
margin:0px 0px 30px 0px;
}

  form {
    width: 80%;
    margin: auto;
    padding:30px 0px 0px 0px;
	max-width: 1000px;
  }

label {
    display: block;
    margin-top: 15px;
    font-size:1rem;
  }
 
  input[type="text"],

  input[type="email"],

  input[type="tel"],

  textarea {
	margin: auto;
    width: 90%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-size: 1.0rem;

  }
 
  textarea {
    height: 150px;
    resize: vertical;
  }
 
.radio-group {
  display: flex;
  gap: 30%;
  margin-top: 10px;
  align-items: center;
  flex-flow: row wrap;
}

.radio-group label {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size:1.0rem;
  min-width: 150px;
}

.radio-group input {
  margin-right: 6px;
  transform:scale(2.0)
}

  button {
  display: block;
    margin:25px auto 0px auto;
    width: 140px;
    padding: 12px;
    font-size: 1.2rem;
    background: #0093d7;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
 
  button:hover {
    opacity: 0.6;
  }

  .required{
    display: inline-block;
    background: #e6134a;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 3px;
    vertical-align: middle;
  }
  ::placeholder {
  color:#cccccc;

}

/*FORM　end*/
/*フッター strat*/

.footer{
	width: 100%;
	background-color: #284c95;
}
.footer-content{
	margin: auto;
	width: 80%;
}
.footer-links{
	margin: 50px auto;
	width: 80%;
	max-width: 1000px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	column-gap: 1%;
	padding-bottom: 50px;
	background-color: #284c95;
}
.footer-link{
	width: 180px;

}
.footer p{
	color: white;
	font-size: 1rem;
}
/*フッター end*/
/*サイドメニュー480 start*/
.side-menu{
	position: fixed;
	bottom :20px;
	right: 20px;
	width: 60px;
	opacity: 0.4;
}
.side-top{
}

.side-call{
	display: none;
}
/*サイドメニュー480 end*/
/*バー*/
.bar{
	height: 2px;
	width: 100%;
	background: linear-gradient(white, rgb(228, 228, 228));
	margin-bottom: 50px;

}
/*バー*/
}
@media screen and (max-width: 480px){
body{
	width: 100%;
	margin: 0px;
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
}
.slick-slider{
	margin: 0;
}
p{
	font-size: 1rem;
	font-weight: 400;
	color: rgba(54,54,54,1.00); 
}
h1{
	color: rgba(54,54,54,1.00); 
}
a {
	text-decoration: none;
	color: rgba(54,54,54,1.00); 
}
img{
	width: 100%;
}
.container{
	width: 100%;
}
/*ヘッダー start*/
.header{
	display: grid;
	grid-template-columns: 100px auto;
	grid-template-rows: auto;
	gap : 3%;
}
.header-logo{
	display: none;
}
.header-logo-sp{
	display: flex;
	align-items: center;
}
.header-logo-sp img{
	width: 50%;
}
.header img{
	width: calc(100% - 5px);
	margin: auto 0px auto 5px;
}
.main-menu{
	display: grid;
	grid-template-columns: repeat(4, 25%);
	grid-auto-rows: 55px;
	margin-top: 0px;
	margin-bottom: 10px;
	justify-content: end;
	grid-column-gap: 1%;
	/*align-content: center;*/
}
.main-menu p{
	font-size: 0.8rem;
	font-weight: 500;
}
.main-box{
	text-align: center;
	align-content: center;
	border-left: 1px solid rgba(88,88,88,0.30);
	border-right: 1px solid rgba(88,88,88,0.30);
	border-bottom: 1px solid rgba(88,88,88,0.30);
	border-radius: 5px;
	background-color: white;
	opacity: 0.9;
	max-width: 150px;
}
.main-box:hover{
	background-color: rgba(213,212,212,0.20);
}
/*メインメニュー end*/
/* サブメニュー start */
.sub-menu-container{
	width: 100%;
	background-color: rgba(235,239,251,0.20);
}
.sub-menu{
	width: 100%;
	margin: 0px auto 10px auto;
	display: grid;
	grid-template-columns: 120px auto;
	align-content: flex-start;
	justify-content: center;
}
.sub-icon{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;  /* 縦中央 */
	align-items: center;
}
.sub-icon img{
	width: 100%;
}
.sub-icon p{
	font-size: 1.0rem;
	font-weight: 600;
	text-align: center;
}
.sub-box{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	gap: 1%;
	margin: 20px auto;
}
.sub-card{
	border: 1px solid rgba(192,192,192,1.00);
	border-radius: 10px;
	align-items: center;
	width: 120px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 1%;
	background-color: white;
}
.sub-card:hover{
	background-color: rgba(217,227,251,0.4);	
}
.sub-card p{
	/*padding:10px;*/
	font-size: 0.8rem;
	text-align: center;
}
.sub-card img{
	width: 6%;
	padding:0px 10px;
}
/* サブメニュー end */
/*タイトル　start*/
.title-bar{
	width: 100%;
	background-color: #0e61ab;
	margin-top: 50px;
	margin-bottom: 30px;
}
.title-bar p{
	font-size: 1.2rem;
	font-weight: 500;
	margin-left: 15%;
	color: white;
	line-height: 2.0;
}
.title-bar h1{
	font-size: 1.2rem;
	font-weight: 500;
	margin-left: 5%;
	color: white;
	line-height: 2.0;
}
/*タイトル end*/
/*不明点があれば start */
.quest-container{
	width: 100%;
	background-color: #fffff1;
	padding: 100px 0px;
	text-align: center;
}
.quest-section{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	background-color: rgba(137,195,235,0.6);
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-template-areas:
	"women man"
	"box box";
	gap: 2%;
	border-radius: 10px;
}
.women{
	grid-area: women;
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	margin-top: 50px;
}
.box{
	grid-area: box;
}
.box00{
	width: 90%;
	/*min-width: 350px;
	max-width: 700px;*/
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:
	  "box0001"
	  "box0002"
	  "box0003"
	  "box0004"
	  "box0005"
	  "box0006";
	background-color: white;
	border-radius: 10px;
	margin: 20px auto;
	place-items: center;   /* 各セルの中身を中央 */
}
.box0001{
	grid-area: box0001;
}
.box0002{
	grid-area: box0002;
}
.box0003{
	grid-area: box0003;
}
.box0004{
	grid-area: box0004;
}
.box0005{
	grid-area: box0005;
}
.box0006{
	grid-area: box0006;
}
.box0002 p, .box0005 p, .box0003 p, .box0006 p, .box000 p{
	font-size: 1.0rem;
	font-weight: 600;
	color: rgba(54,54,54,1.00); 
}
.box img{
	width: 30%;
}
.box000{
	width :80%;
	margin: auto;
	background-color: white;
	border-radius: 5px;
	margin: 50px auto;
	place-items: center;   /* 各セルの中身を中央 */	
}
.man{
	grid-area: man;
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	margin-top: 50px;
}
.man img, .women img{
	width: 30%;
	max-width: 70px;
}
/*不明点があれば　end */
/*FORM　start*/
.form-container{
background-color:#fafdff;
width:100%;
margin:50px auto;
padding:60px 0px 50px 0px;
}

.form-title{
width:100%;
text-align:center;
font-size:1.6rem;
font-weight:bold;
color:#5d6971;
margin:50px 0px 30px 0px;
}

.form-text{
width:100%;
text-align:center;
font-size:0.8rem;
color:#5d6971;
margin:0px 0px 30px 0px;
}

  form {
    width: 70%;
    margin: auto;
    padding:30px 0px 0px 0px;
  }

label {
    display: block;
    margin-top: 15px;
    font-size:1rem;
  }
 
  input[type="text"],

  input[type="email"],

  input[type="tel"],

  textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-size: 1.0rem;

  }
 
  textarea {
    height: 150px;
    resize: vertical;
  }
 
.radio-group {
  display: flex;
  gap: 30%;
  margin-top: 10px;
  align-items: center;
  flex-flow: row wrap;
}

.radio-group label {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size:1.0rem;
}

.radio-group input {
  margin-right: 6px;
  transform:scale(2.0)
}

  button {
  display: block;
    margin:25px auto 0px auto;
    width: 140px;
    padding: 12px;
    font-size: 1.2rem;
    background: #0093d7;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
 
  button:hover {
    opacity: 0.6;
  }

  .required{
    display: inline-block;
    background: #e6134a;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 3px;
    vertical-align: middle;
  }
  ::placeholder {
  color:#cccccc;

}

/*FORM　end*/
/*フッター strat*/

.footer{
	width: 100%;
	background-color: #284c95;
}
.footer-content{
	margin: auto;
	width: 80%;
}
.footer-links{
	margin: 50px auto;
	width: 80%;
	max-width: 1000px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	padding: 50px 0px 50px 0px;
	background-color: #284c95;
}
.footer-link{
	width: 80%;
}
.footer p{
	color: white;
	font-size: 1rem;
	line-height: 1.0;

}
/*フッター end*/
/*サイドメニュー480 start*/
.side-menu{
	position: fixed;
	bottom :1%;
	right: 20px;
	width: 50px;
	opacity: 0.4;
*/
}
.side-top{
}
.side-call{
	position: fixed;
	bottom :0px;
	left: 10px;
	width: 40%;
	opacity: 1.0;
}
/*サイドメニュー480 end*/
/*バー*/
.bar{
	height: 2px;
	width: 100%;
	background: linear-gradient(white, rgb(228, 228, 228));
	margin-bottom: 50px;

}
/*バー*/
}
