@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
	font-family: 'Montserrat', sans-serif;
}

.noLink {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 1160px) {
	.noLink.drop {
		cursor: pointer;
		pointer-events: auto;
	}
}

/* comBtn */
.comBtn {
	text-align: center;
}
.comBtn.right {
	text-align: right;
}
.comBtn a {
	padding: 0 2px 7px;
	color: #000;
	font-weight: 300;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	position: relative;
	letter-spacing: 0.03em;
}
.comBtn .line {
	width: 100%;
	padding-top: 6px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: block;
}
.comBtn .line span {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	transition: transform 0.5s;
}
.comBtn .line span:before {
	width: 6px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 3px;
	transform: rotate(30deg);
	transform-origin: left bottom;
	background: #000;
	content: '';
}
.comBtn .line span.left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-200%);
}
.white a {
	color: #fff;
}
.white .line span,
.white .line span:before {
	background-color: #fff;
}
@media all and (min-width: 897px) {
	.comBtn a:hover .line span {
	  transform: translateX(200%);
	}
	.comBtn a:hover .line span.left {
	  transform: translateX(0);
	}
	
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding-bottom: 9px;
	}
}

/* content */
.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1420px;
}

/* headline01 */
.headline01 {
	margin-bottom: 21px;
	font-size: 4.8rem;
	text-align: center;
	letter-spacing: 0.13em;
}
.headline01.en {
	font-size: 5.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.headline01 {
		margin-bottom: 22px;
		font-size: 2.4rem;
	}
	.headline01.en {
		margin-bottom: 18px;
		font-size: 2.75rem;
	}
}

/* headline02 */
.headline02 {
	margin-bottom: 108px;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.05em;
}
.headline02 .en {
	margin-bottom: 7px;
	font-size: 5.5rem;
	font-weight: 400;
	display: block;
	letter-spacing: 0.065em;
}
@media all and (max-width: 896px) {
	.headline02 .en {
		margin-bottom: 12px;
		font-size: 2.75rem;
	}
	.headline02 {
		margin-bottom: 76px;
		font-size: 1.25rem;
	}
}



/* headline03 */
.headline03 {
	margin: 0 0 21px -5px;
	font-size: 6.5rem;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
}
.headline03 .size {
	margin-bottom: 5px;
	font-size: 3.5rem;
	display: block;
}
.headline03 .jp {
	margin: 31px 0 0 5px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 2.2rem;
	display: block;
}
.headline03 .jp span,
.headline03 .jp a {
	padding: 17px 8px 21px;
	min-width: 200px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	background-color: #479de1;
}
.headline03 .jp a {
	color: #fff;
}
.headline03 .txt {
	margin-top: 27px;
	font-size: 2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	display: block;
}
@media all and (min-width: 897px) {
	.headline03 .jp a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.headline03 {
		margin: 0 0 36px 0;
		font-size: 2.75rem;
		text-align: center;
	}
	.headline03 .size {
		margin-bottom: 8px;
		font-size: 1.65rem;
	}
	.headline03 .jp {
		margin: 17px 0 0 0;
		font-size: 1.1rem;
	}
	.headline03 .jp span,
	.headline03 .jp a {
		padding: 8px 8px 11px;
		min-width: 100px;
	}
	.headline03 .txt {
		margin-top: 16px;
		font-size: 1.25rem;
	}
}



/* contactBtm */
.contactBtm {
	margin: 101px auto -85px;
	width: 90%;
	max-width: 1200px;
}
.contactBtm a {
	padding: 58px 120px 62px 63px;
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../../img/common/bg01.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
}
.contactBtm .line {
	margin-top: -3px;
	width: 73px;
	padding-top: 5px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 45px;
	overflow: hidden;
	display: block;
}
.contactBtm .line span {
	position: relative;
	display: block;
	width: 73px;
	height: 1px;
	background: #fff;
	transition: transform 0.5s;
}
.contactBtm .line span:before {
	width: 6px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 3px;
	transform: rotate(30deg);
	transform-origin: left bottom;
	background: #fff;
	content: '';
}
.contactBtm .line span.left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-200%);
}
.contactBtm .txt {
	margin: 5px 0 0 37px;
	flex: 1;
	letter-spacing: 0.05em;
}
.contactBtm .headline01 {
	margin-bottom: 0;
	font-size: 5rem;
}
.payment {
    margin: 86px auto 0;
    width: 90%;
    max-width: 1200px;
}
.payment a {
    padding: 58px 120px 50px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../img/common/bg02.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
    text-align: center;
}
.payment .line {
    margin-top: -3px;
    width: 73px;
    padding-top: 5px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 45px;
    overflow: hidden;
    display: block;
}
.payment .line span {
    position: relative;
    display: block;
    width: 73px;
    height: 1px;
    background: #fff;
    transition: transform 0.5s;
}
.payment .line span:before {
    width: 6px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 3px;
    transform: rotate(30deg);
    transform-origin: left bottom;
    background: #fff;
    content: '';
}
.payment .line span.left {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-200%);
}
.payment .txt {
    margin: 7px 0 0;
    flex: 1;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
}
.payment .headline01 {
    margin-bottom: 11px;
    font-size: 2.3rem;
    display: block;
    width: 100%;
}
@media all and (min-width: 897px) {
	.contactBtm a:hover {
		opacity: 0.7;
	}
	.contactBtm a:hover .line span {
		transform: translateX(200%);
	}
	.contactBtm a:hover .line span.left {
		transform: translateX(0);
	}
    .payment a:hover {
        opacity: 0.7;
    }
    .payment a:hover .line span {
        transform: translateX(200%);
    }
    .payment a:hover .line span.left {
        transform: translateX(0);
    }
}
@media all and (max-width: 896px) {
    .contactBtm {
        margin: 27px 30px -64px;
        width: auto;
    }
    .contactBtm a {
        padding: 32px 15px 26px;
        display: block;
        text-align: center;
    }
    .contactBtm .txt {
        margin: 0;
        display: block;
        font-size: 1rem;
    }
    .contactBtm .headline01 {
        margin-bottom: 12px;
        font-size: 2.5rem;
        display: block;
    }
    .contactBtm .line {
        width: 37px;
        right: 14px;
    }
    .contactBtm .line span {
        width: 37px;
    }
    .contactBtm .line span::before {
        width: 4px;
        bottom: 2px;
    }
    .payment {
        margin: 43px 30px 0;
        width: auto;
    }
    .payment a {
        padding: 32px 50px 26px;
        display: block;
        text-align: center;
    }
    .payment .txt {
        margin: 0;
        display: block;
        font-size: 1rem;
    }
    .payment .headline01 {
        margin-bottom: 6px;
        font-size: 1.9rem;
        letter-spacing: 0;
    }
    .payment .line {
        width: 37px;
        right: 14px;
    }
    .payment .line span {
        width: 37px;
    }
    .payment .line span::before {
        width: 4px;
        bottom: 2px;
    }
}
/* comBtn02 */
.comBtn02 a {
	margin: 0 auto;
	max-width: 500px;
	padding: 18px 15px 16px;
	color: #fff;
	font-size: 1.4rem;
	display: block;
	text-align: center;
	background-color: #479de1;
}

/* comNavi */
.comNavi {
	margin: 0 auto;
	max-width: 1090px;
	display: flex;
	flex-wrap: wrap;
}
.comNavi a {
	position: relative;
}
.comNavi > li {
	margin-right: 57px;
	width: 172px;
}
.comNavi > li:last-child {
	margin-right: 0;
}
.comNavi .innerUl > li {
	margin-bottom: 27px;
}
.comNavi .innerUl > li:last-child {
	margin-bottom: 0;
}
.comNavi .innerUl > li > a {
	padding-bottom: 13px;
	display: block;
	border-bottom: 1px solid #000;
}
.comNavi .innerUl ul {
	padding-top: 19px;
}
.comNavi .innerUl ul li {
	margin-bottom: 1px;
}
.comNavi .innerUl ul li:last-child {
	margin-bottom: 0;
}
.comNavi .innerUl ul li a {
	padding-left: 15px;
	font-size: 1.3rem;
	display: inline-block;
	position: relative;
}
.comNavi .innerUl ul li a::after {
	margin-top: 1px;
	width: 8px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #6e6e6e;
	content: "";
}
.comNavi02 {
	padding: 58px 0 59px;
	background-color: #313131;
	text-align: center;
}
.comNavi02 li {
	margin: 0 26px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.05em;
}
.comNavi02 a {
	color: #fff;
	font-weight: 300;
}
@media all and (min-width: 897px) {
	.comNavi a:hover,
	.comNavi02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comNavi {
		display: block;
		font-size: 1.4rem;
		max-width: inherit;
	}
	.comNavi > li {
		margin-right: 0;
		width: auto;
	}
	.comNavi .innerUl ul {
		padding: 22px 46px 25px;
		background-color: #ebebeb;
		display: none;
	}
	.comNavi .innerUl > li > a {
		padding: 17px 30px 17px;
		border-bottom: none;
	}
	.comNavi .innerUl ul li a {
		padding-left: 17px;
		font-size: 1.25rem;
	}
	.comNavi .innerUl ul li {
		margin-bottom: 9px;
	}
	.comNavi .innerUl ul li:last-child {
		margin-bottom: 0;
	}
	.comNavi .innerUl ul li a::after {
		width: 6px;
	}
	.comNavi .innerUl > li {
		margin-bottom: 0;
	}
	.comNavi .drop::after {
		margin-top: -6px;
		width: 13px;
		height: 13px;
		position: absolute;
		top: 50%;
		right: 29px;
		background: url(../../img/common/icon03.png) no-repeat left top;
		background-size: 13px auto;
		content: "";
	}
	.comNavi .drop.on::after {
		background-image: url(../../img/common/icon04.png);
	}
	.comNavi02 {
		padding: 37px 30px 74px;
		display: flex;
		flex-wrap: wrap;
		text-align: left;
		font-size: 1.1rem;
		justify-content: space-between;
	}
	.comNavi02 li {
		margin: 11px 0 0 0;
		width: 46%;
		box-sizing: border-box;
	}
}
@media all and (max-width: 374px) {
	.comNavi02 {
		padding: 37px 15px 74px;
	}
	.comNavi02 li {
		width: 49%;
	}
	.comNavi .innerUl > li > a {
		padding: 17px 15px 17px;
	}
}

/* mainImg */
.mainImg {
	padding-bottom: 3px;
	height: 600px;
	background: url(../../img/privacy/main_img.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.mainImg h2 {
	color: #fff;
	font-weight: normal;
	font-size: 5rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.mainImg h2 .jp {
	display: block;
}
.mainImg h2 .en {
	font-size: 5.5rem;
	display: block;
}
.mainImg h2 small {
	margin-top: 9px;
	letter-spacing: 0.03em;
	font-size: 1.8rem;
	display: block;
}
.mainImg h2 .txt {
	margin-bottom: 7px;
	padding: 16px 8px 17px;
	font-size: 2.2rem;
	min-width: 400px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	line-height: 1.2;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.mainImg {
		padding: 26px 0 0 0;
		height: 250px;
		background-image: url(../../img/privacy/sp_main_img.jpg);
	}
	.mainImg h2 {
		font-size: 2.5rem;
	}
	.mainImg h2 .en {
		padding: 5px 0 5px;
		font-size: 2.5rem;
		line-height: 1;
	}
	.mainImg h2 small {
		font-size: 1rem;
	}
	.mainImg h2 .txt {
		margin-bottom: 7px;
		padding: 4px 8px 5px;
		font-size: 1.25rem;
		min-width: 150px;
	}
}
@media all and (max-width: 374px) {
	.mainImg h2 {
		font-size: 2.3rem;
	}
}

/* comBox */
.comBox {
	margin: 0 auto;
	max-width: 1200px;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 0 25px;
		max-width: inherit;
	}
}

/* comTable */
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 21px 10px 18px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	line-height: 2.5;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
.comTable td {
	padding-left: 60px;
}
.comTable th {
	width: 360px;
	text-align: center;
	background-color: #F5F5F5;
}
.comTable a {
	color: #3EA2F3;
	text-decoration: underline;
}
.comTable a[href^="tel:"] {
	color: #1b1b1b;
	text-decoration: none;
}
@media all and (min-width: 897px) {
	.comTable a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.comTable tr:first-child th:first-child,
	.comTable tr:first-child td:first-child {
		border-top: 1px solid #535353;
	}
	.comTable th,
	.comTable td {
		padding: 14px 25px 15px;
		width: 100%;
		float: left;
		border-top: none;
		text-align: left;
		line-height: 1.6;
	}
}

/* headline04 */
.headline04 {
	margin-bottom: 78px;
	font-size: 2.2rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.05em;
}
.headline04 small {
	margin-top: 5px;
	font-size: 1.2rem;
	display: block;
	font-weight: 300;
}
@media all and (max-width: 896px) {
	.headline04 {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	.headline04 small {
		margin-top: 3px;
		font-size: 1.1rem;
	}
}


/* fixBox */
.fixBox {
	width: 230px;
	position: absolute;
	top: 565px;
	left: 0;
	background-color: #fff;
	z-index: 99;
}
.fixBox .ttl {
	padding: 15px 38px 18px 15px;
	color: #fff;
	font-size: 1.6rem;
	background-color: #0C4699;
	position: relative;
	letter-spacing: 0;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.fixBox .ttl::before {
	margin-top: -6px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 20px;
	background: url(../../img/common/icon05.png) no-repeat left top;
	background-size: 13px auto;
	content: "";
}
.fixBox .ttl.on::before {
	background-image: url(../../img/common/icon06.png);
}
.fixBox .dorpUl a {
	padding: 16px 5px 15px 40px;
	display: block;
	position: relative;
	letter-spacing: 0;
}
.fixBox .dorpUl a::before {
	width: 8px;
	height: 1px;
	position: absolute;
	top: 27px;
	left: 22px;
	background-color: #3EA1F2;
	content: "";
}
.fixBox .dorpUl {
	padding-top: 10px;
	display: none;
}
.fixBox .dorpUl .on a {
	color: #3EA2F3;
}
@media all and (min-width: 897px) {
	.fixBox .dorpUl a:hover {
		color: #3EA2F3;
	}
	.fixBox .ttl:hover {
		opacity: 0.7;
	}
	.fixBox.fix {
		position: fixed;
		top: 80px;
	}
	.fixBox .dorpUl a {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	.fixBox {
		margin: 0 25px 64px;
		padding: 15px 30px 16px;
		position: relative;
		top: auto;
		width: auto;
		left: auto;
		background-color: #f6f6f6;
	}
	.fixBox .dorpUl {
		margin: -10px -37px 0 0;
		padding-top: 0;
		display: block;
	}
	.fixBox .dorpUl a {
		padding: 0;
	}
	.fixBox .dorpUl li {
		margin: 10px 37px 0 0;
		display: inline-block;
	}
	.fixBox .dorpUl a::before {
		width: 6px;
		height: 1px;
		top: 9px;
		left: -11px;
	}
}

/* topTxt */
.topTxt {
	margin-bottom: 72px;
	text-align: center;
	line-height: 2.5;
	letter-spacing: 0.05em;
}
.topTxt a {
	color: #3EA2F3;
	text-decoration: underline;
}
.topTxt .must {
	margin-right: 3px;
	padding: 6px 10px;
	color: #3EA2F3;
	font-size: 1.4rem;
	background-color: #FAE02F;
	display: inline-block;
	line-height: 1;
	border-radius: 14px;
}
@media all and (min-width: 897px) {
	.topTxt a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.topTxt {
		margin: 0 25px 70px;
		text-align: left;
		line-height: 2;
		letter-spacing: 0;
	}
	.topTxt .must {
		padding: 5px 10px;
		font-size: 0.95rem !important;
	}
}

/* flowUl */
.flowUl {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.flowUl li {
	padding: 18px 8px 20px 34px;
	width: calc(100% / 3);
	color: #999999;
	font-size: 2.2rem;
	background-color: #eeeeee;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	position: relative;
}
.flowUl li::after,
.flowUl li::before {
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -26px;
	background: url(../../img/common/flow_icon02.jpg) no-repeat left top;
	background-size: 100% 100%;
	content: "";
	z-index: 10;
}
.flowUl li:last-child::after {
	display: none;
}
.flowUl li::before {
	right: auto;
	left: -4px;
	background-image: url(../../img/common/flow_icon03.jpg);
	display: none;
}
.flowUl li:first-child::before {
	display: none !important;
}
.flowUl li.on {
	color: #fff;
	background-color: #B4CC31;
}
.flowUl li.on::after {
	background-image: url(../../img/common/flow_icon01.jpg);
}
.flowUl li.on::before {
	display: block;
}
@media all and (max-width: 896px) {
	.flowUl li {
		padding: 20px 0 21px 29px;
		font-size: 1.1rem;
		line-height: 1.4;
		text-align: left;
		display: flex;
		align-items: center;
	}
	.flowUl li:first-child {
		padding-left: 18px;
	}
	.flowUl li:last-child {
		padding-left: 25px;
	}
	.flowUl li::after,
	.flowUl li::before {
		width: 22px;
		right: -20px;
	}
	.flowUl li::before {
		right: auto;
		left: -2px;
	}
	.flowUl {
		margin: 0 25px 34px;
	}
}
@media all and (max-width: 374px) {
	.flowUl {
		margin: 0 10px 34px;
	}
	.flowUl li {
		padding: 17px 0 18px 23px;
		font-size: 1rem;
	}
}

/* formBox */
.formBox {
	
}
.formBox .must {
	margin-left: 5px;
	color: #FAE02F;
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1;
	border-radius: 14px;
}
.formBox th .col {
	margin: 5px 0 0 0;
	color: #FAE02F;
	font-size: 1.2rem;
	display: block;
	text-align: right;
	letter-spacing: 0.05em;
}
.formBox .comTableBox {
	border-radius: 10px;
	overflow: hidden;
}
.formBox table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.formBox .comTableBox  + .comTableBox  {
	margin-top: 80px;
}
.formBox table th,
.formBox table td {
	padding: 20px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background-color: #cde9ff;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.formBox table th {
	padding-top: 33px;
	width: 400px;
	color: #fff;
	background-color: #3da2f2;
}
.formBox table .thStyle {
	padding-top: 33px;
	vertical-align: top;
}
.formBox table td {
	padding: 20px 80px;
}
.formBox table th .ttl {
	min-width: 253px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.formBox table th .ttl03 {
	font-size: 1.4rem;
	letter-spacing: 0;
}
.formBox table th .marTtl {
	margin-top: -8px;
}
.formBox table tr:first-child th,
.formBox table tr:first-child td {
	padding-top: 50px;
}
.formBox table tr:first-child th {
	padding-top: 63px;
}
.formBox table tr:last-child th,
.formBox table tr:last-child td {
	padding-bottom: 50px;
}
.formBox table thead th,
.formBox table thead td {
	padding: 23px 41px 24px !important;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5 !important;
	background-color: #164f9e;
}
.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"],
.formBox textarea,
.formBox select {
	padding: 0 0 0 20px;
	width: 100%;
	height: 50px;
	font-size: 1.6rem;
	border-radius: 5px;
	border: 1px solid #3EA2F3;
	background-color: #FFFFD1;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	appearance: none;
	-webkit-appearance: none; 
}
.formBox input.on,
.formBox textarea.on {
	background-color: #fff !important;
}
.formBox textarea {
	padding: 20px;
	height: 240px;
}
.formBox select {
	padding: 0 30px 0 16px;
	width: 100px;
	background: #FFFFD1 url(../../img/common/icon10.png) no-repeat right 18px center;
	background-size: 11px auto;
}
.formBox select::-ms-expand {
	display: none;
}
.formBox input::-webkit-input-placeholder {
	color: #999999;
	opacity:1;
}
.formBox input:-moz-placeholder {
	color: #999999;
	opacity:1;
}
.formBox input::-moz-placeholder {
	color: #999999;
	opacity:1;
}
.formBox input:-ms-input-placeholder {
	color: #999999;
	opacity:1;
}
.formBox .inputUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formBox .inputUl li {
	width: calc(50% - 20px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: -0.03em;
}
.formBox .inputUl li .ttl {
	padding-right: 12px;
	width: 100px;
	text-align: right;
	box-sizing: border-box;
	white-space: nowrap;
}
.formBox .inputUl li .ttlWid02 {
	text-align: left;
}
.formBox .inputUl li .rTxt {
	flex: 1;
}
.formBox .inputUl02 {
	justify-content: flex-start;
}
.formBox .inputUl02 li .ttl {
	padding-right: 15px;
	width: auto;
}
.formBox .inputUl02 input {
	width: 200px;
}
.formBox .inputUl03 {
	margin-top: -20px;
	justify-content: flex-start;
}
.formBox .inputUl03 li {
	margin-top: 20px;
}
.formBox .inputUl03 input {
	width: 200px;
}
.formBox table .inputW {
	background-color: #fff !important;
}
.formBox table .wid01 {
	width: 200px;
}
.formBox table .wid02 {
	padding-left: 15px;
	width: 110px;
}
.formBox .agreeTxt {
	margin-top: 80px;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.formBox .agreeTxt a {
	color: #3EA2F3;
	text-decoration: underline;
}
.formBox label input[type="checkbox"] {
	display: none;
	padding: 0;
	height: 25px;
	width: 25px;
	vertical-align: middle;
}
.formBox label input[type="checkbox"] + span {
	padding: 0 0 7px 43px;
	border-radius: 0;
	border: none;
	display: inline-block;
	line-height: 25px;
	background: url(../../img/common/check_icon01.jpg) no-repeat left top;
	background-size: 25px 25px;
}
.formBox label input[type="checkbox"]:checked + span {
	background-image: url(../../img/common/check_icon02.jpg);
}
.formBox .submit {
	margin-top: 13px;
	text-align: center;
}
.formBox .submit li {
	margin: 0 38px;
	display: inline-block;
	vertical-align: top;
}
.formBox .submit input {
	color: #fff;
	font-size: 2.2rem;
	width: 360px;
	height: 60px;
	text-align: center;
	background-color: #154F9E;
	border: none;
	border-radius: 0;
	letter-spacing: 0.05em;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.formBox .errorBorder {
	margin: 86px 0 84px;
	padding: 32px 20px;
	color: #FF0000;
	border: 1px solid #FF0000;
	text-align: center;
	letter-spacing: 0.05em;
}
.formBox .errorTxt {
	padding: 14px 0;
	color: #FF0000;
	display: block;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.formBox .error {
	background-color: #FFE7E7 !important;
	border-color: #FF0000 !important;
}
.formBox .dateUl li {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}
.formBox .dateUl span {
	margin: -4px 0 0 11px;
	display: inline-block;
	vertical-align: middle;
}
.formBox .radioUl {
	padding: 12px 0 6px;
}
.formBox .radioUl li {
	margin-right: 28px;
	display: inline-block;
	vertical-align: top;
}
.formBox label input[type="radio"] {
	display: none;
	padding: 0;
	height: 25px;
	width: 25px;
	vertical-align: middle;
}
.formBox label input[type="radio"] + span {
	padding: 0 0 7px 35px;
	border-radius: 0;
	border: none;
	display: inline-block;
	line-height: 25px;
	background: url(../../img/common/radio_icon.png) no-repeat left top;
	background-size: 25px 25px;
}
.formBox label input[type="radio"]:checked + span {
	background-image: url(../../img/common/radio_icon02.png);
}
.formBox .radioUl02 label input[type="radio"] + span {
	background-image: url(../../img/common/radio_icon03.png);
}
.formBox .radioUl02 label input[type="radio"]:checked + span {
	background-image: url(../../img/common/radio_icon04.png);
}
.formBox .addressUl small {
	margin-top: -8px;
	color: #FF0000;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
}
.formBox .addressUl .wid02 {
	margin: 0 17px;
}
.formBox .addressUl .flex {
	justify-content: space-between;
}
.formBox .addressUl .flex select {
	width: 200px;
}
.formBox .addressUl .flex .rightTxt {
	margin-left: 20px;
	flex: 1;
}
.formBox .addressUl li {
	margin-bottom: 20px;
}
.formBox .addressUl li:last-child {
	margin-bottom: 0;
}
.formBox .addressTxt {
	margin-bottom: 20px;
	display: block;
}
.formBox .addressUl select {
	width: 200px;
}
.formBox .addressUl .inputWid {
	margin-left: 13px;
	width: 420px;
}
.formBox .formFlex {
	padding-top: 21px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.formBox .formFlex02 {
	padding-top: 0;
}
.formBox .formFlex .ttl {
	padding-right: 15px;
	min-width: 100px;
	box-sizing: border-box;
}
.formBox .formFlex .rightBox {
	flex: 1;
}
.formBox .checkUl {
	padding: 12px 0 4px;
}
.formBox .checkUl li {
	margin-right: 36px;
	display: inline-block;
	vertical-align: top;
}
.formBox .checkUl label input[type="checkbox"] + span {
	padding-left: 36px;
}
.formBox .checkUl02 {
	padding: 0 0 8px;
	margin-top: -9px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formBox .checkUl02 li {
	margin: 9px 0 0 0;
	padding-right: 15px;
	width: 50%;
	box-sizing: border-box;
}
.formBox .checkUl03 label input[type="checkbox"] + span {
	background-image: url(../../img/common/check_icon03.jpg);
}
.formBox .checkUl03 label input[type="checkbox"]:checked + span {
	background-image: url(../../img/common/check_icon04.jpg);
}
.formBox .marTxt {
	margin-left: 15px;
}
.formBox .blockUl li {
	margin-bottom: 12px;
	display: block;
}
.formBox .blockUl li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	.formBox .agreeTxt a:hover {
		text-decoration: none;
	}
	.formBox .submit input:hover {
		opacity: 0.7;
	}
	.confirmBox table tr:first-child th,
	.confirmBox table tr:first-child td {
		padding-top: 58px;
	}
	.confirmBox table td {
		padding: 27px 80px 28px;
	}
	.confirmBox table th {
		padding-top: 27px;
	}
	.confirmBox table th {
		padding-right: 49px;
	}
	.confirmBox table th .ttl {
		display: block;
	}
	.confirmBox .submit {
		margin-top: 125px;
	}
}
@media all and (max-width: 896px) {
	.formBox {
		margin: 0 -25px;
	}
	.formBox .comTableBox {
		border-radius: 0;
	}
	.formBox table th,
	.formBox table td,
	.formBox table tr:first-child th,
	.formBox table tr:first-child td,
	.formBox table tr:last-child th,
	.formBox table tr:last-child td {
		padding: 19px 25px 18px;
		width: 100%;
		font-size: 1.3rem;
		float: left;
	}
	.formBox table tr:first-child td,
	.formBox table td,
	.formBox table tr:last-child td {
		padding: 24px 25px;
	}
	.formBox table tr:last-child td {
		padding-bottom: 54px;
	}
	.formBox table th .ttl {
		min-width: 0;
		display: inline;
		text-align: left;
	}
	.formBox .inputUl li .ttl {
		padding-right: 20px;
		width: auto;
	}
	.formBox .inputUl li .ttlWid02 {
		padding-right: 28px;
	}
	.formBox .inputUl {
		display: block;
	}
	.formBox .inputUl li {
		margin-bottom: 21px;
		width: auto;
	}
	.formBox .inputUl li:last-child {
		margin-bottom: 0;
	}
	.formBox .inputUl .ttlWid {
		min-width: 100px;
	}
	.formBox input[type="text"],
	.formBox input[type="email"],
	.formBox input[type="tel"],
	.formBox textarea,
	.formBox select {
		padding-left: 13px;
		border-radius: 3px;
		font-size: 1.3rem;
	}
	.formBox select {
		padding: 0 18px 0 5px;
		background-position: right 7px center;
		background-size: 9px auto;
	}
	.formBox .must {
		margin-left: 5px;
		padding: 0;
		font-size: 1.25rem;
	}
	.formBox table .wid01 {
		width: 100%;
	}
	.formBox textarea {
		padding: 13px;
		height: 146px;
	}
	.formBox .agreeTxt {
		margin-top: 34px;
		font-size: 1.25rem;
	}
	.formBox label input[type="checkbox"] + span {
		padding: 0 0 7px 31px;
		line-height: 19px;
		background-size: 19px 19px;
	}
	.formBox .submit {
		margin-top: 34px;
	}
	.formBox .submit li {
		margin: 0 0 20px;
		display: block;
		text-align: center;
	}
	.formBox .submit li:last-child {
		margin-bottom: 0;
	}
	.formBox .submit input {
		width: 272px;
		height: 60px;
		max-width: 400px;
		font-size: 1.65rem;
	}
	.formBox .errorBorder {
		margin: 50px 25px;
	}
	.formBox table thead th,
	.formBox table thead td {
		padding: 20px 24px 18px !important;
	}
	.formBox .dateUl {
		margin-top: -21px;
	}
	.formBox .dateUl span {
		margin: -4px -2px 0 1px;
	}
	.formBox .dateUl select {
		padding-left: 5px;
		width: 65px;
	}
	.formBox .dateUl li {
		margin: 21px 4px 0 0;
	}
	.formBox .radioUl li {
		margin-right: 15px;
	}
	.formBox .comTableBox  + .comTableBox  {
		margin-top: 50px;
	}
	.formBox .inputUl02 input {
		width: 100%;
	}
	.formBox .inputUl02 li {
		margin-right: 0;
	}
	.formBox .addressUl .inputWid {
		margin-left: 0;
		width: 100%;
	}
	.formBox .addressTxt {
		display: inline-block;
	}
	.formBox .addressUl select {
		margin-left: 5px;
		width: 173px;
	}
	.formBox .addressUl .wid02 {
		margin-right: 0;
	}
	.formBox .inputUl03 li {
		margin-right: 0;
	}
	.formBox .inputUl03 li .ttl {
		min-width: 75px;
		text-align: left;
	}
	.formBox .inputUl03 input {
		width: 100%;
	}
	.formBox .formFlex .ttl {
		min-width: 75px;
	}
	.formBox .checkUl label input[type="checkbox"] + span {
		padding: 3px 0 7px 35px;
		background-size: 26px 26px;
	}
	.formBox .checkUl li {
		margin-right: 15px;
	}
	.formBox .checkUl {
		padding: 12px 0 7px;
	}
	.formBox .checkUl02 li {
		margin-top: 15px;
		width: auto;
		display: block;
	}
	.formBox .checkUl02 {
		padding-bottom: 18px;
		margin-top: -15px;
		display: block;
	}
	.formBox th .col {
		margin: 0;
		width: auto;
		padding-left: 1em;
		font-size: 1rem;
		text-indent: -1em;
		display: block;
		vertical-align: middle;
		text-align: left;
		letter-spacing: 0;
		box-sizing: border-box;
	}
	.formBox .spBlock li {
		margin: 0 0 13px;
		display: block;
	}
	.formBox .spBlock li:last-child {
		margin-bottom: 0;
	}
}
@media all and (max-width: 374px) {
	.formBox .addressUl .wid02 {
		margin: 0 0 0 8px;
	}
	.formBox .addressUl select {
		margin-left: 5px;
		width: 130px;
	}
	.formBox table tr:first-child td,
	.formBox table td,
	.formBox table tr:last-child td {
		padding: 24px 15px;
	}
	.formBox table th,
	.formBox table td,
	.formBox table tr:first-child th,
	.formBox table tr:first-child td,
	.formBox table tr:last-child th,
	.formBox table tr:last-child td {
		padding: 19px 15px 18px;
	}
	.formBox table thead th, .formBox table thead td {
		padding: 20px 15px 18px !important;
	}
	.formBox .dateUl span {
		margin: -4px -2px 0 1px;
	}
	.formBox .dateUl li {
		margin-right: 2px;
	}
	.formBox .dateUl select {
		width: 68px;
	}
	.formBox select {
		padding: 0 17px 0 10px;
		background-position: right 8px center;
		background-size: 9px auto;
	}
}
/* thanksBox */
.thanksBox {
	padding: 1px 0 263px;
}
.thanksBox .flowUl {
	margin-bottom: 96px;
}
.thanksBox .headline04 {
	margin-bottom: 89px !important;
	font-size: 2.8rem;
}
.thanksBox p {
	line-height: 2.5;
	text-align: center;
}
.thanksBox p strong {
	margin-bottom: 39px;
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
}
.thanksBox .btn {
	margin-top: 106px;
}
.thanksBox .btn a {
	margin: 0 auto;
	padding: 13px 8px 14px;
	width: 100%;
	color: #fff;
	font-size: 2.2rem;
	max-width: 360px;
	background-color: #AFAFAF;
	display: block;
	text-align: center;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.thanksBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.thanksBox .flowUl {
		margin: 0 0 34px;
	}
	.thanksBox .headline04 {
		margin-bottom: 50px !important;
		font-size: 2.1rem;
	}
	.thanksBox p strong {
		font-size: 1.4rem;
	}
	.thanksBox p {
		line-height: 2;
	}
	.thanksBox .btn a {
		max-width: 272px;
		font-size: 1.65rem;
	}
	.thanksBox {
		padding: 17px 0 50px;
	}
	.thanksBox .btn {
		margin-top: 40px;
	}
}
@media all and (max-width: 374px) {
	.thanksBox .flowUl {
		margin: 0 -10px 34px;
	}
	.thanksBox .headline04 {
		font-size: 1.9rem;
	}
}

/* headline05 */
.headline05 {
	padding: 24px 28px 23px 41px;
	color: #fff;
	font-size: 2.2rem;
	background-color: #999999;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.05em;
}
.headline05 small {
	margin-top: 4px;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headline05 {
		padding: 24px 10px 22px 70px;
		font-size: 1.4rem;
	}
}


/* pdfBtn */
.pdfBtn a {
	margin: 0 auto;
	padding: 32px 15px 29px;
	width: 580px;
	color: #535353;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	box-sizing: border-box;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
.pdfBtn .icon {
	margin-right: 23px;
	width: 45px;
}
.pdfBtn .txt .en {
	margin-top: 2px;
	color: #999999;
	font-size: 2.8rem;
	display: block;
}
@media all and (min-width: 897px) {
	.pdfBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pdfBtn a {
		padding: 15px 15px 13px;
		width: 100%;
		font-size: 1.25rem;
		max-width: 290px;
	}
	.pdfBtn .txt .en {
		font-size: 1.4rem;
	}
	.pdfBtn .icon {
		margin-right: 9px;
		width: 22px;
	}
}

/* comBtn03 */
.comBtn03 a {
	margin: 0 auto;
	padding: 32px 15px 29px;
	width: 580px;
	color: #fff;
	font-size: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3EA2F3;
	box-sizing: border-box;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
.comBtn03 .icon {
	margin-right: 23px;
	width: 45px;
}
@media all and (min-width: 897px) {
	.comBtn03 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn03 a {
		padding: 15px 15px 13px;
		width: 100%;
		font-size: 1.4rem;
		max-width: 290px;
	}
	.comBtn03 .icon {
		margin-right: 9px;
		width: 22px;
	}
}

.comBtnUl {
	margin-top: 157px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media all and (max-width: 896px) {
	.comBtnUl {
		margin-top: 64px;
		display: block;
	}
	.comBtnUl li {
		margin-bottom: 21px;
	}
}


/* openBox */
.openBox .headline05 {
	padding-left: 80px;
	background-color: #535353;
	position: relative;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	justify-content: flex-start;
}
.openBox .headline05::before {
	margin-top: -6px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 34px;
	background: url(../../img/common/icon05.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
.openBox .headline05.on::before {
	background-image: url(../../img/common/icon06.png);
}
.openBox table th {
	width: 200px;
}
.openBox .comTable td {
	padding-left: 33px;
}
.openBox + .openBox {
	margin-top: 50px;
}
.openBox .tableBox {
	display: none;
}
@media all and (min-width: 897px) {
	.openBox .headline05:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.openBox .headline05::before {
		margin-top: -7px;
		width: 18px;
		height: 18px;
		left: 36px;
	}
	.openBox .headline05 {
		padding-left: 70px;
	}
	.openBox table th,
	.openBox table td {
		padding: 18px 15px 18px;
		width: auto;
		float: none;
		border-top: 1px solid #535353;
		border-bottom: 1px solid #535353;
	}
	.openBox table th {
		width: 110px;
		text-align: center;
	}
	.openBox .comTable td {
		padding-left: 22px;
	}
	.openBox + .openBox {
		margin-top: 24px;
	}
}


/* pageBtn */
.pageBtn {
	margin-top: 113px;
}
.pageBtn a {
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	background-color: #3EA2F3;
}
.pageBtn .headline01 {
	margin: 0 34px 0 0;
	font-size: 5rem;
}
.pageBtn .textBox {
	padding: 67px 60px 61px;
	flex: 1;
}
.pageBtn .textBox span {
	display: inline-block;
	vertical-align: middle;
}
.pageBtn .image {
	width: 506px;
	background: url(../../img/student/bg.jpg) no-repeat center center;
	background-size: cover;
}
@media all and (min-width: 897px) {
	.pageBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageBtn {
		margin-top: 37px;
	}
	.pageBtn a {
		border-radius: 6px;
		overflow: hidden;
		font-size: 1.25rem;
	}
	.pageBtn .textBox {
		padding: 42px 5px 34px;
		flex: 1;
		order: 3;
	}
	.pageBtn .textBox span {
		margin: 0;
		text-align: center;
		display: block;
	}
	.pageBtn .headline01 {
		display: block;
		font-size: 1.85rem;
	}
	.pageBtn .image {
		width: 44.5%;
	}
}
@media all and (max-width: 374px) {
	.pageBtn .headline01 {
		font-size: 1.6rem;
	}
}

/* comMoveRight comMoveLeft  */
.comMoveRight,
.comMoveLeft {
	position: relative;
	overflow: hidden;
}
.comMoveRight:before,
.comMoveLeft:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #479de1;
	transform: scale(0, 1);
	transform-origin: right center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.comMoveLeft:before {
	transform-origin: left center;
	right: auto;
	left: 0;
}
.comMoveRight.show:before,
.comMoveLeft.show:before {
	animation: img-after 2s 0.2s cubic-bezier(0.81, 0.15, 0.26, 0.99) forwards;
}
.comMoveRight.show > *,
.comMoveLeft.show > * {
	    opacity: 1;
    transform: translateX(0);
    transition: all 2s ease;
    transition-delay: 2s;
}
@keyframes img-after {
  0% {
	transform: scale(0, 1);
  }
  50% {
	transform: scale(1, 1);
  }
  100% {
	transform: scale(0, 1);
  }
}
.comMoveRight > *,
.comMoveLeft > * {
	opacity: 0;
	transform: translateX(-30px);
}
.comMoveLeft > * {
	transform: translateX(30px);
}


/* fadeInLeft  */
.fadeInLeft {
	opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease-in-out, all 0.6s ease;
    transition-delay: .6s;
}
.fadeInLeft.show {
	opacity: 1;
	transform: translateX(0);
}

/* fadeInUp  */
.fadeInUp {
	opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s;
}
.fadeInUp.show {
	opacity: 1;
	transform: translateY(0);
}

/* delay */
.delay01 {
	transition-delay: 0.1s !important;
}
.delay02 {
	transition-delay: 0.3s !important;
}
.delay03 {
	transition-delay: 0.5s !important;
}
.delay04 {
	transition-delay: 0.7s !important;
}
@media all and (max-width: 896px) {
	.spDelay01 {
		transition-delay: 0.1s !important;
	}
	.spDelay02 {
		transition-delay: 0.3s !important;
	}
}

/* comNumUl */
.comNumUl {
	padding-left: 32px;
	counter-reset: num;
}
.comNumUl li {
	counter-increment: num;
	position: relative;
}
.comNumUl li::before {
	position: absolute;
	top: 0;
	left: -31px;
	content: counter(num) ".";
}
@media all and (max-width: 896px) {
	.comNumUl {
		padding-left: 24px;
	}
	.comNumUl li::before {
		left: -23px;
	}
}


/* headline06 */
.headline06 {
	margin-bottom: 72px;
	font-weight: normal;
	font-size: 3.2rem;
	text-align: center;
	letter-spacing: 0.05em;
}
.headline06 span {
	padding: 16px 20px;
	min-width: 400px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background: url(../../img/common/icon11.png) no-repeat left top,url(../../img/common/icon12.png) no-repeat right bottom;
	background-size: 26px auto;
}
@media all and (max-width: 896px) {
	.headline06 span {
		padding: 11px 20px;
		min-width: 266px;
		background-size: 17px auto;
	}
	.headline06 {
		margin-bottom: 48px;
		font-size: 2.1rem;
	}
}

/* headline07 */
.headline07 {
	margin-bottom: 44px;
	font-weight: 500;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.2;
	word-break: break-all;
}
.headline07 .en {
	margin-bottom: 4px;
	font-size: 5.5rem;
	font-weight: 400;
	display: block;
}
@media all and (max-width: 896px) {
	.headline07 {
		margin-bottom: 15px;
		font-size: 1.2rem;
	}
	.headline07 .en {
		font-size: 2.4rem;
	}
}

/* headline08 */
.headline08 {
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
}
.headline08 .en {
	margin-bottom: 7px;
	color: #999999;
	font-size: 3rem;
	display: block;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.headline08 {
		font-size: 1.25rem;
	}
	.headline08 .en {
		margin-bottom: 10px;
		font-size: 1.25rem;
	}
}
/* comFlexUl */
.comFlexUl {
	margin: 0 auto;
	max-width: 1920px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}
.comFlexUl li {
	margin: 0 40px;
	width: calc((100% / 3) - 80px);
}
.comFlexUl img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.comFlexUl li {
		margin: 0;
		width: auto;
	}
	.comFlexUl {
		display: block;
	}
}

.popBtn {
	width: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}


/* headline09 */
.headline09 {
	margin-bottom: 38px;
	font-weight: bold;
	font-size: 3rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headline09 {
		margin-bottom: 35px;
		font-size: 1.5rem;
		text-align: center;
		line-height: 2;
	}
}




/* comName */
.comName {
	margin-top: 60px;
	text-align: right;
	font-size: 1.2rem !important;
	line-height: 1.66 !important;
}
.comName span {
	margin-top: 2px;
	display: block;
	font-size: 2.2rem;
}
@media all and (max-width: 896px) {
	.comName {
		margin-top: 34px;
		font-size: 0.9rem !important;
	}
	.comName span {
		margin-top: 9px;
		font-size: 1.5rem;
	}
}


/* errorMsg */
.errorMsg {
	margin-bottom: 15px;
	color: #FF0000;
}

/* formNotes */
.formNotes {
	margin-top: 3px;
	color: #FF0000;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
}
li.formNotes {
	margin-right: 0 !important;
}
@media all and (max-width: 896px) {
	li.formNotes {
		margin-top: 14px;
		display: block !important;
	}
}


/* comBtn04 */
.comBtn04 {
	margin-top: 68px;
}
.comBtn04.right {
	text-align: right;
}
.comBtn04 a {
	padding: 14px 5px 13px;
	width: 360px;
	color: #fff;
	font-size: 2.2rem;
	display: inline-block;
	box-sizing: border-box;
	background-color: #154F9E;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	.comBtn04 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn04 a {
		margin: 0 auto;
		max-width: 290px;
		font-size: 1.7rem;
		padding: 17px 5px 18px;
		width: auto;
		display: block;
	}
	.comBtn04 {
		margin-top: 50px;
	}
}