@charset "utf-8";


.txtSize--small {
  font-size: 14px;
}

/*====================================================================================
Flex content
====================================================================================*/

.jus_between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}





/*====================================================================================
■01.Header
====================================================================================*/


.align__center { text-align: center !important; }
.align__center .btn__default, .align__center img { margin: 0 auto; }
.btn__default {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	background-color: rgba(255, 255, 255, 0.75);
	font-size: 15px;
	color: #727171;
	text-align: center;
	height: 42px;
	width: 80%;
	border-radius: 21px;
	line-height: 1.2;
	font-weight: 500;
}

@media screen and (min-width:768px){
	.btn__default {
    width: 320px;
    height: 48px;
		font-size: 16px;
		border-radius: 37px;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.btn__default:hover {
		background-color: #727171;
		color: #fff;
	}
	.btn__default--md-small {
		height: 30px;
		width: 145px;
		border-radius: 25px;
	}

}

/* main
-------------------------------------- */

.subtitle {
  font-size: 26px;
  font-weight: 500;
  margin: 40px 0 20px;
/*  padding: 0 0 20px;*/
  display: block;
  text-align: center;
  position: relative;
}
/* .htitle--underline:after, */
/*.subtitle:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #e5004a;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -30px;
}*/
.htitle {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 40px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.htitle span {
  font-size: 26px;
  display: block;
}

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

	.subtitle {
		font-size: 23px;
		padding: 0 0 15px;
	}

	/*.subtitle:after {
		content: "";
		width: 50px;
		height: 4px;
		background: #e5004a;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin: 0 0 0 -25px;
	}*/
  .htitle {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 60px;
	}
}




/* product common
-------------------------------------- */

.double_line {
  border-top: 1px double #e8eef4;
  margin-top: 4px;
}
