@charset "UTF-8";
/****************************************
		General Setting 
*****************************************/

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-strict;
  text-rendering: optimizeLegibility;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}

h3, h1, h2{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: bold;
}

h5{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


.minc {
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #1D3E96;
}

em {
  font-weight: 900;
}

.underline-black{
	border-bottom: 1px solid black;
    height: 1px;
    width: 30px;
    display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.underline-black-tittle{
	border-bottom: 1px solid black;
    height: 1px;
    width: 20px;
    display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.underline-white{
	border-bottom: 1px solid white;
    height: 1px;
    width: 20px;
    display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.underline-white-about{
	border-bottom: 1px solid white;
    height: 1px;
    width: 20px;
    display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.head {
	margin-top: 10px;
	margin-bottom: 10px;
}

h6 {
  color:#000000;
  font-size:12px;
}

.head_img {
	margin-top:-5px;
	margin-left: 30px;
	width:20px;
	height:20px;
	border:0;
}

.helv{
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}
.times{
	font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: white;
}


.blue-ribbon{
	background-image: linear-gradient(to right, #099bd0, #46acd5);
	background-position: top left;
	background-size: 100%;
	background-repeat: repeat;
}

.font-spacing{
	letter-spacing: 2px;
}

.font-spacing2{
	letter-spacing: 1px;
}

.btn-geral {
	box-shadow: none !important;
	outline: 0;
	border-radius: 0.1rem;
	border: 1.5px solid  black;
	padding-left: 35px;
	padding-right: 10px;
  }

/****************************************
		Index 
*****************************************/
.indexpic {
	background-image: url("../imagens/Top/top-img3.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 100%;
}
.main-tittle{
	font-size: 40pt;
	letter-spacing: 1px;
	text-shadow: 2px 2px 5px black;
	color: #ffffff;
}
.main-subtext{
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	font-weight: 300;
	font-size: 16pt;
	letter-spacing: 1px;
	text-shadow: 2px 2px 5px black;
	color: #ffffff;
}

.topImage-subText-shadow{
	text-shadow: 1px 1px 1px black;
}

.uppad {
	padding-top: 150px;
	padding-bottom: 150px;
}

.negativepadd {
	margin-top: -19.2rem;
	margin-bottom: -6.45rem;
}

.textColor {
	color: black;
	margin: auto;
	font-size: 14px;
}

.nopadding-left{
	padding-left: 0px;
}

.nopadding-rigth{
	padding-right: 0px;
}

.padding-about{
	padding-right: 12%;
	padding-left: 16%;
}

.sub-color{
	color: #1b8eec;
}

.about-subtext{
	font-size: 16px;
}

/****************************************
		About 
*****************************************/
.about-text{
	letter-spacing: 1px;
}

.about-text-left{
	padding-left: 60px;
}

.about-text-right{
	padding-right: 60px;
}

.tabble-1-padding{
	padding-left: 175px;
	padding-right: 175px;
}

.table{
	width: auto;
	margin-bottom: 1rem;
    color: #212529;
}

.about-tittle{
	font-weight: 300;
	letter-spacing: 2px;
	color: #ffffff;
}
/****************************************
		Member 
*****************************************/
.card{
	border: 2px solid #7c7c7c;
	border-radius: 0;
}
.card-header:first-child {
    border-radius: 0;
}
/****************************************
		Diary 
*****************************************/
.card-diary{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	border-right: 1px solid #7c7c7c;
	border-left: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
    border-radius: 0;
}

.card-header:first-child {
    border-radius: 0;
}

.btn-diary {
	box-shadow: none !important;
	outline: 0;
	border-radius: 0;
	border: 0;
	padding-left: 35px;
	padding-right: 10px;
  }
.margin-o{
	margin-bottom: 0;
}

.diary-tittle{
	font-size: 24px;
}

/****************************************
		Contact us
*****************************************/
.alert{
    margin-left: 16px; 
    margin-top: -8px;
    background-color: red;
    text-align: center;
    color:white;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    border-radius: 0;
  }

.imgstep1{

    background-image: url(../img/arrow002.png);
	background-repeat:no-repeat;
	background-size: 100%;	
	background-position: center;
	position: relative;
	margin-right: 0.20rem;
	margin-left: 0.20rem;
	padding-left: 8px;
}


.imgstep2{
	
    background-image: url(../img/arrow001.png);
	background-repeat:no-repeat;
	background-size: 100%;	
	background-position: center;
	position: relative;
	margin-right: 0.20rem;
	margin-left: 0.20rem;
	padding-left: 8px;
}

.imgstep3{

    background-image: url(../img/arrow001.png);
	background-repeat:no-repeat;
	background-size: 100%;	
	background-position: center;
	position: relative;
	margin-right: 0.20rem;
	margin-left: 0.20rem;
	padding-left: 8px;
}



.font1{
	padding-top: 20%;
	padding-bottom: 20%;
	padding-right: 15px;
	color: white;
	margin-bottom: 0;
	font-size: calc(6pt + (2/400) * 100 * 1vw);
} 

.font2{
	padding-top: 20%;
	padding-bottom: 20%;
	padding-right: 15px;
	color: black;
	margin-bottom: 0;
	font-size: calc(6pt + (2/400) * 100 * 1vw);
} 


.font3{
	padding-top: 20%;
	padding-bottom: 20%;
	padding-right: 15px;
	color: black;
	margin-bottom: 0;
	font-size: calc(6pt + (2/400) * 100 * 1vw);
} 

.form-base{
	display: block;
    width: 100%;
    height: calc(2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-label{
	padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.required{
    color: #fff;
	background: #DA0023;
	font-size: 80%;
	padding: 2px 5px;
  }

  .col-yubin1{
	  width: 70px;
  }

  .col-yubin2{
	width: 80px;
}

  .col-yubin-hifen{
	width: 20px;
	display: inline;
  	text-align:center;
  	padding-top: 6px;
  }


/****************************************
		Footer 
*****************************************/
.footerpic {
	background-image: url(../imagens/footer_art2.jpg);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 100%;
}

.footer-padding-top{
	margin-top: 3px;
}

.uppad-footer {
	margin-top: 25%;
	margin-bottom: 7%;
	margin-left: 10%;
	margin-right: 10%;
}

.nav-link-2{
	display: block;
    padding: .5rem 0.5rem;
}

.border-nav-right {
	border-right: 1px solid black;
	line-height: 1px;
}

.border-nav-right-2 {
	border-right: 1px solid transparent;
	line-height: 1px;
}
  
a:link,
a:visited {
	color: #222;
}
  
a:hover,
a:focus {
	color: orange;
}
  
.list-group-item span {
	border: solid #222;
	border-width: 0 1px 1px 0;
	display: inline;
	cursor: pointer;
	padding: 3px;
	position: absolute;
	right: 0;
	margin-top: 10px;
}
  
.list-group-item a.btn.collapsed span {
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transition: .3s transform ease-in-out;
}
  
.list-group-item a.btn span {
	transform: rotate(-140deg);
	-webkit-transform: rotate(-140deg);
	transition: .3s transform ease-in-out;
}

.footerbox {
	
}

.footertext {
	color: #ffffff;
}

.btn-custom {
	box-shadow: none !important;
	outline: 0;
	border-radius: 0.1rem;
	border: 1.5px solid  white;
	padding-left: 35px;
	padding-right: 10px;
	color: white !important;
}


.arrowimg {
	background-image: url("../imagens/Top/lamp-arrow-right2.png");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	margin-bottom: 5rem;
}


.handspic {
	background-image: url("../imagens/Top/hands1.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100%;
}

.handstext {
	text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
}

.breadcrumb-custom{
	padding-left: 9%;
	font-size: 12px;
}

.breadcrumb-text{
	color: black;
}

.padxs {

}

.arr-right .breadcrumb-item+.breadcrumb-item::before {
	content: "›";
	vertical-align:top;
  }

  
@media only screen and (max-width: 1199px) {
	.negativepadd {
		margin-top: -19.2rem;
		margin-bottom: -6.45rem;
	}

	.font1{
		color: white;
	} 

	.font2{
		color: black;
	} 


	.font3{
		color: black;
	} 


  }

  @media only screen and (max-width: 992px) {
	.negativepadd {
		margin-top: -20.72rem;
		margin-bottom: -6.45rem;
	}

	.font1{
		color: white;
	} 

	.font2{
		color: black;
	} 


	.font3{
		color: black;
	} 
	.hide-lg {
		display: none;
	}


  }

@media only screen and (max-width: 767px) {
	.footerpic {
	  background-image: url(../imagens/footer_art_sp.jpg);
	}
	.footerbox {
		background-color: #ffffff;
		opacity: 70%;
	}
	.footertext{
		color: #000000;
		font-size: 19px;
		padding-top: 15px;
	}
	.hide-sp {
		display: none;
	}
	.btn-custom {
		box-shadow: none !important;
		outline: 0;
		border-radius: 0.1rem;
		border: 1.5px solid  black;
		padding-left: 35px;
		padding-right: 10px;
		color: black !important;
	}
	.indexpic {
		background-image: url("../imagens/Top/topimg.jpg");
	}
	.negativepadd {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.handstext {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.arrowimg {
		background-image: url("../imagens/Top/lamp-arrow-down.png");
		background-position: center;
		background-size: 60%;
		background-repeat: no-repeat;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.breadcrumb-custom{
		padding-left: 6%;
	}

	.padxs {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.padding-about{
		padding-right: auto;
		padding-left: auto;
	}

	.about-text-left{
		padding-left: 0;
	}
	
	.about-text-right{
		padding-right: 0;
	}

	.tabble-1-padding{
		padding-left: 0;
		padding-right: 0;
	}

	.nopadding-rigth{
		padding-right: 15px;
	}

	.font1{
		color: white;
	} 

	.font2{
		color: black;
	} 


	.font3{
		color: black;
	} 



	.imgstep1{
	background-image: url(../img/arrow003.png);
	margin-right: 0.15rem;
	margin-left: 0.15rem;
	padding-left: 5px;
	}

	.imgstep2{
	background-image: url(../img/arrow004.png);
	margin-right: 0.15rem;
	margin-left: 0.15rem;
	padding-left: 5px;
	}

	.imgstep3{
	background-image: url(../img/arrow004.png);
	margin-right: 0.15rem;
	margin-left: 0.15rem;
	padding-left: 5px;
	}

	.table{
		font-size: 8.8pt;
	}

}
@media only screen and (max-width: 400px) {
	.btn-custom {
		padding-left: 30px;
		padding-right: 10px;
	}

}