@charset 'UTF-8';
/*  Add Custom CSS here.  */

@media screen and (max-width:767px) {
	body#top{
		padding-top: 0;
	}
}	

.th__table, .td__table {
	font-size: 20px;
	line-height: 24px;
}
.legalrow {
	padding: 0 0 90px 0;
}
.th__table {
	width: 300px;
	text-align: left;
	padding: 10px 20px 10px 0;
}
.td__table {
	font-size: 14px;
	line-height: 20px;
}
.td__table a{
	color: #2E4B92
}
.td__table ul li {
	position: relative;
	padding-left: 14px;
}	
.td__table ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #96A5C8;
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
@media screen and (max-width:767px) {
	.th__table, .td__table {
		display: block;
		width: 100%;
	}
	.td__table ul li {
		padding-left: 0;
	}	
	.td__table ul li::before {
		left: -10px
	}
	.legalrow {
		margin-top: 45px
	}
	.td__table {
		margin-bottom: 10px;
	}	
}	

.row_sm {
  display: flex;
}

.twentytwenty-container {
  max-width: 600px;
}

/* Navbar container */
.navbar {
	overflow: hidden;
	color: #505050;
	background-color: #FFFFFF;
  width: 1000px;
	margin: auto; 
}

/* Links inside the navbar */
.navbar a {
	float: left;
	font-size: 15px;
	font-weight: 900;
	color: #505050;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	/* padding-right: 28px;
	padding-left: 28px; */
  padding-right: 71px;
	padding-left: 11px;
	padding-bottom: 17px;
	text-decoration: none;
}
.navbar a:nth-child(2){
  padding-left: 0;
}
.navbar .dropdown{
	padding-right: 28px;
	padding-left: 0;
}
.navbar .dropdown a:nth-child(2){
  padding-left: 16px;
}
.navbar .dropdown .dropbtn{
	padding-left: 0;
}
/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
	z-index: 999;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 15px;
	font-weight: 900;
  border: none;
  outline: none;
  color: #505050;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
	background: #F6F6F6;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #9591D2;
	
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
	background: #F6F6F6;
} 

/* Style the header */
.header1 {
	background: #fff;
	color: #3F3F3F;
	/*display: block;*/
	/*margin: 0 auto; */
	width: 100%;
	z-index: 999;
	margin: 0; 
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Page content */
.content {
  padding: 0px;

}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 80px;
}

/*logo slide animation*/

.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

@media screen and (max-width: 480px){
.spNone { display: none;}
}

#nav-drawer {
	opacity: 1 !important;
	background: #333;
	position: fixed;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
	padding-top: 22px;
	z-index: 101;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	margin-right: 0px;
}

#hum {
  width: 25px;
  height: 2px;
  background-color: white;
  margin: 6px 0;
  margin-top: 0px;
  margin-left: 21px;
}

#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -18px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	font-size: 18px ;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: rgba(46,75,146,1.00);/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
.nav-content ul li {
	margin: 0;
	border-bottom: 1px solid #fff
}
.nav-content ul li a {
	font-size: 18px;
	color: white;
	background-size: 6px 11px;
	padding: 12px 10px 13px 30px;
	margin: 5px;
	background-position: center left 11px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
@media screen and (max-width:768px) {
  .nav-content ul li a {
    font-size: 14px;
    padding: 12px 10px 13px 16px;
  }
}
/*custom slide image at wedding page */
@media screen and (min-width:480px) {
  #nav-open,#nav-drawer {
    display:none;
  }
 
}
@media screen and (max-width:374px) {
.nav-content ul li a {
  font-size: 13px;
  padding: 12px 5px 13px 5px;
}
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
	margin: 0 4px;
	
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}