@charset "UTF-8";
/*=========================================================
デフォルト系
主にサイトの下層のページに関わるものが入っています。
=========================================================*/
.inner {
  padding-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .inner {
		width: 97%;
        margin: 0 auto;
      padding-bottom: 43vw; } }

/*=============================*/
/*下層ページファーストビュータイトル
/*=============================*/
.section-top-box {
  background-color: #ffd2d2;
  padding: 25px 0 0;
  position: relative; }
  .section-top-box:after {
    content: "";
    height: 40px;
    width: 100%;
    background-color: #eb6d56;
    position: absolute;
    bottom: 0;
    left: 0; }
  .section-top-box .section-title {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    .section-top-box {
      padding: 2.6666666667vw 4vw 0; }
      .section-top-box:after {
        height: 5.8666666667vw; }
      .section-top-box .section-title {
        border-radius: 15px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        height: 24vw;
        font-size: 17px;
        font-size: 1.7rem; } }

.title02{
	width: 18%;
	height: 15vh;
	background:linear-gradient(135deg, #eb6d58 0%, #eb6d58 50%, #f5a375 50%, #f5a375 100%); 
}
.header02{
	background-color: #f5a375;
	width: 100%;
	height: 15vh;
	top: 0;
	display: block;
	
}
.fotter_title02{
	position: absolute;
	right: 0;
	width: 40%;
	height: 61px;
	background:linear-gradient(135deg, #f5a375 0%,  #f5a375 50%, #eb6d58 50%, #eb6d58 100%); 
}
.fotter02{
	position: absolute;
	background-color: #f5a375;
	width: 100%;
	height: 100px;
	bottom: 0;
	display: block;
}
.privacy {
    overflow: scroll;
    height: 14em;
}
.btn.-detail:hover {
    color: #eb6d58;
    background-color: #fff;
}
.btn.-detail {
    display: flex;
    align-items: center;
    letter-spacing: 0.2em;
    justify-content: center;
    background-color: #eb6d58;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
    width: 340px;
    height: 64px;
    border-radius: 32px;
    margin: 40px auto 0;
    border: 1px solid #eb6d58;
    transition: background-color .3s, color .3s;
    position: relative;
    position: relative;
}

.btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
footer{
	height: 61px;
	background-color: #f5a375;
}
/*=============================*/
/*メニュー
/*=============================*/

#menu-btn-check{
		display: none;
}
.menu-btn{
	position: absolute;
}

.menu-content ul li{
	list-style: none;
	line-height: 3em;
	height: 3em;
}
.menu-content ul li:hover{
	background: rgba(255,255,255,0.4);
}
.menu-content ul li a{
	color: #606060;
	text-decoration: none;
	width: 100%;
	display: block;
}
/*=============================*/
/*テーブル
/*=============================*/
.table-style1 {
  width: 100%; }
  .table-style1 th,
  .table-style1 td {
    border-top: 1px solid #ccc;
    padding: 20px; }
  .table-style1 th {
    width: 310px;
    background-color: #f4c5ae;
	font-weight: normal;
	text-align: left;

}
    .table-style1 th::after {
      content: "";
      clear: both;
      display: block;
      visibility: hidden; }
  .table-style1 .tag {
    float: right;
    background: #eb6d58;
    color: #fff;
    width: 44px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 12px; }
  .table-style1 .any th {
    background-color: #fff5dc; }
  .table-style1 .any .tag {
    background-color: #4893c3; }
  @media screen and (max-width: 768px) {
    .table-style1 {
      display: block; }
      .table-style1 th,
      .table-style1 td {
        display: block;
        width: auto;
        border: none;
        padding: 1.5%; }
      .table-style1 td {
        padding: 0 0 4vw; }
      .table-style1 .tag {
        width: 10.9333333333vw;
        height: 6vw;
        font-size: 10px;
        font-size: 1rem; }
	  .title02 {
		  width: 35%;
		  height: 12vh;
	  }
}


