@charset "utf-8";
/**
 *
 * common: 共通
 *
 */
/*
font-family: 'Fjalla One', sans-serif;
*/
/**/
/*Common help Styles*/
.pt,
.trans{
	font-family: "Abel";
}
/****************************
 Animation
****************************/
@keyframes navMove {
	0% {right:-100%;}
	100% {right:0;}
}
@keyframes navFadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
/****************************
 Animation
****************************/
@keyframes inview {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeUp {
	0% {
		opacity:0;
		transform: translateY(60px);
    	-webkit-transform: translateY(60px);
	}
	100% {
		opacity:1;
		transform: translateY(0);
    	-webkit-transform: translateY(0);
	}
}
/****************************
 JS Sync
****************************/
.inview {
	opacity: 0;
	-webkit-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
.inview.move{
	-webkit-animation:fadeUp 0.8s ease-in-out 1 normal;
	animation:fadeUp 0.8s ease-in-out 1 normal;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

/****************************
 Body + #Page
****************************/
html{
}
html.fixed ,body.fixed{
	overflow:hidden;
	height: 100%;
}
#Page {
	position: relative;
	overflow: hidden;
	min-width: 980px;
	background: #d8dfef;
	margin: 0 auto;
}
body.fixed{
  position: fixed;
  width:100%;
}
@media all and (max-width: 767px) {
	body{
		padding: 0;
		font-size: 1rem;
	}
	#Page {
		min-width: 320px;
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
}
/*----------------------------
	Header
-----------------------------*/
.fix{
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
}
.fix .fix-inner {
	min-width:  767px;
	max-width:  980px;
	margin: 0 auto;
	position: relative;
}
.fix .fix-inner .utilities {
	position: absolute;
	top: 5px;
	right: 135px;
}
#Header {
	width: 100%;
	height: 117px;
	border-top: 5px solid #c30e2e;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	min-width: 767px;
	background: #fff;
	/* box-shadow */
	box-shadow:0px 1px 0px 0px rgba(0,0,0,0.03);
}
#HeaderInner {
	position: relative;
	max-width:  980px;
	margin: 0 auto;
}
#Header #Nav {
	width: 100%;
	position: fixed;
	top: 0;
	right: 100%;
}
#Title {
	width: 240px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 70px;
	line-height: 112px;
	font-size: 2rem;
}
#Title a {
}
#Logo {
	position: absolute;
	top: 0;
	left: 20px;
	line-height: 112px;
}
#Logo img {
	width: 38px;
	height: 38px;
	vertical-align: middle;
}
/* Nav
-------------------*/
ul.utilities {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 100;
}
ul.utilities li {
	width: 135px;
	height: 112px;
	border-left: 1px solid #ddd;
}
ul.utilities li a {
	display: block;
	width: 135px;
	height: 112px;
	text-align: center;
	padding: 30px 0 0 0;
}
ul.utilities li a::before {
	content: "";
	display: block;
	width:28px;
	height: 28px;
	margin: 0 auto 10px auto;
}
ul.utilities li:nth-of-type(1) a::before {
	background: url(../images/menu-ico-add.png) no-repeat center center;
	background-size: contain;
}
ul.utilities li:nth-of-type(2) a::before {
	background: url(../images/menu-ico-pull.png) no-repeat center center;
	background-size: contain;
}
ul.utilities li:nth-of-type(3) a::before {
	background: url(../images/menu-ico-his.png) no-repeat center center;
	background-size: contain;
}
ul.utilities li:nth-of-type(4) a::before {
	background: url(../images/menu-ico-column.png) no-repeat center center;
	background-size: contain;
}
#GlobalNav {
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
#GlobalNav li{
	display: inline-block;
}
#GlobalNav li a{
	width: 100%;
	display: block;
	line-height: 100px;
	padding: 0 10px;
	position: relative;
	font-size: 13px;
}
#GlobalNav li a:hover::after{
	content: "";
	display: block;
	width: 100%;
	background: #ddd;
	height: 2px;
	position: absolute;
	bottom: 30px;
	left: 0;
}
#Nav ul.utilities{
	display: none;	
}

/* Menu
-------------------*/
#Menu {
	width: 135px;
	height:112px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 0 0 0;
	cursor: pointer;
	z-index: 3000;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#Menu:before,
#Menu:after{
	content: "";
	display: block;
	width: 28px;
	height: 4px;
	border-radius: 2px;
	background: #d00f31;
	margin: 0 auto;
}
#Menu:before {
	transform:translate(0,38px) rotate(0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#Menu:after{
	transform:translate(0,22px) rotate(0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*----------------------------
		メニュー表示
	-----------------------------*/
#Header.view{
	height: 211px;
}
#Header.view #Menu:before{
	transform:translate(0,31px) rotate(45deg);
}
#Header.view #Menu:after{
	transform:translate(0,27px) rotate(-45deg);
}
#Header.view #Nav {
	width: 100%;
    height: auto !important;
    right: 0;
    top: 116px;
    background: #f8f8f8;
    z-index: 200;
	/* box-shadow */
	box-shadow:0px 1px 0px 0px rgba(0,0,0,0.1);
}
@media all and (max-width: 880px) {
	ul.utilities li a,
	ul.utilities li{
		width: 100px;
	}
	#Menu {
		width: 100px;
	}
	.fix .fix-inner .utilities {
		right: 100px;
	}
}
@media all and (max-width: 767px) {
	/*----------------------------
		Header
	-----------------------------*/
	#Header.view #Menu{
		position: fixed;
		top: 5px;
		background: #fff;
	}
	#Header {
		width: 100%;
		height: 42px;
		border:0;
		border-top:2px solid #d00f31;
		overflow: hidden;
		min-width: auto;
		position: absolute;
		background: none;
		z-index: 1000;
	}
	#HeaderInner {
		width: 100%;
		height: 42px;
		background: #fff;
		z-index: 100;
		-webkit-transition:none;
		transition:none;
	}
	#Header #NavInner{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		-webkit-transition: none;
		transition: none;
		border-top: 2px solid #d00f31;
	}
	#Header #Nav {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		
	}
	#Title {
		width: 100%;
		text-align: center;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		line-height: 40px;
		font-size:1.2rem;
		background: #fff;
		z-index: 1;
	}
	#Logo {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 40px;
		width: 60px;
		text-align: center;
		border-right: 1px solid #ddd;
		z-index: 2;
	}
	#Logo img {
		width: 22px;
		height: 22px;
		vertical-align: middle;
	}
	/*----------------------------
		メニュー表示
		-----------------------------*/

	#Header.view #Menu:before{
		transform:translate(0,-1px) rotate(45deg);
	}
	#Header.view{
		height: 100%;
		background: none;
		z-index: 1002;
	}
	#Header.view #HeaderInner{
		height: 100%;
		position: relative;
		background: none;
	}
	#Header.view #Menu:after{
		transform:translate(0,-3px) rotate(-45deg);
	}
	#Header.view #Nav {
		width: 100%;
		height: 100% !important;
		right: 0;
		top: 0;
		background: rgba(0,0,0,0.72);
		z-index: 200;
	}
	#Header.view #NavInner {
		overflow-y: scroll;
		width: 240px;
		height: 100% !important;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 201;
		/* box-shadow */
		box-shadow:0px 1px 0px 0px rgba(0,0,0,0.1);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#GlobalNav {
		margin: 0 auto;
	}
	#GlobalNav li{
		display: block;
	}
	#GlobalNav li a{
		width: 100%;
		display: block;
		line-height: 39.5px;
		font-size: 1.2rem;
		padding: 0 10px;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	#GlobalNav li:first-child a{
		border-bottom: 1px solid #ddd;
	}
	
	#GlobalNav li a:hover::after{
		display: none;
	}
	/* Nav
	-------------------*/
	.fix{
		position: absolute;
		z-index: 1001;
		top: 42px;
		left: 0;
		width: 100%;
	}
	.fix .fix-inner {
		min-width:  auto;
		margin: 0 auto;
		position: relative;
	}
	.fix .fix-inner .utilities {
		position: absolute;
		top: 0;
		right: 0;
	}
	ul.utilities {
		position: absolute;
		top: 42px;
		right: auto;
		left: 0;
		width: 100%;
		display: flex;
		background: #25272a;
		z-index: 999;
	}
	ul.utilities li {
		width: 25%;
		height: 50px;
		border: none;
		border-right: 1px solid #3b4552;
	}
	ul.utilities li a {
		display: block;
		width: 100%;
		height: 50px;
		text-align: center;
		padding:10px 0 0 0;
		color: #fff;
		font-size: 1.1rem;
	}
	ul.utilities li a::before {
		content: "";
		display: block;
		width:16px;
		height: 16px;
		margin: 0 auto 4px auto;
	}
	#Nav ul.utilities{
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 40px 0 0 0;
	}
	#Nav ul.utilities li{
		width: 100%;
		
	}
	#Nav ul.utilities li a {
		background: #25272a;
		text-align: left;
		color: #fff;
		width: 100%;
		padding:0 20px;
		line-height: 50px;
		border-bottom: 1px solid #474a50;
	}
	#Nav ul.utilities li:last-child a{
		border-bottom: none;
	}
	#Nav ul.utilities li a::before {
		content: "";
		display: inline-block;
		width:14px;
		height: 14px;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}
	/* Menu
	-------------------*/
	#Menu {
		display: block;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 60px;
		height: 40px;
	}
	#Menu:before,
	#Menu:after{
		content: "";
		display: block;
		width: 14px;
		height: 2px;
		border-radius: 2px;
		background: #d00f31;
		margin: 0 auto;
	}
	#Menu:before {
		transform:translate(0,-4px) rotate(0);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#Menu:after{
		transform:translate(0,0) rotate(0);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	/* 固定
	-------------------*/
	.fix.active{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}
	#Header.view #Menu{
		position: fixed;
		top: 2px;
	}
}


/*----------------------------
	Contents
-----------------------------*/
div#Contents{
	background: #ebeff6;
	padding:117px 0 0 0;
	line-height: 2;
	max-width: 980px;
	margin: 0 auto;
}
div#Contents em {
	font-weight: bold;
	font-style: normal;
}
section {
	padding: 0 30px;
}
section .inner {
	max-width: 750px;
	margin: 0 auto;
	padding: 60px 0;
}
h2.balloon {
	display: inline-block;
	background: #32363a;
	padding: 10px 50px;
	border-radius: 40px;
	color: #fff;
	font-weight: bold;
	font-size:1.8rem;
	position: relative;
	z-index: 1;
}
h2.balloon::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -13px;
	left: 60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 14px 0;
	border-color: transparent #32363a transparent transparent;
}
h3.balloon {
	display: inline-block;
	background: #32363a;
	padding: 10px 50px;
	border-radius: 40px;
	color: #fff;
	font-weight: bold;
	font-size:1.8rem;
	position: relative;
	z-index: 1;
}
h3.balloon::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -14px;
	right: 60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 14px 0;
	border-color: transparent #32363a transparent transparent;
}

@media all and (max-width: 767px) {
	div#Contents{
		padding: 40px 0 0 0;
		z-index: -1;
	}
	section {
		padding: 25px 0;
	}
	section .inner {
		max-width: 750px;
		margin: 0 auto;
		padding: 0 15px;
	}
	h2.balloon {
		text-align: center;
		min-width: 100px;
		padding: 5px 20px;
		border-radius: 40px;
		font-size:1rem;
		position: relative;
		z-index: 1;
		line-height: 1.3;
	}
	h2.balloon::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		bottom: -7px;
		right: 40px;
		
		border-width: 0 10px 7px 0;
	}
	h3.balloon {
		padding: 5px 20px;
		border-radius: 40px;
		font-size: 1rem;
		position: relative;
		z-index: 1;
		line-height: 1.3;
	}
	h3.balloon::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		bottom: -7px;
		right: 40px;
		border-width: 0 10px 7px 0;
	}
}
/*----------------------------
	MyStatus
-----------------------------*/
#MyStatus {
	width: 100%;
	padding: 6px 30px !important;
	color: #fff;
	/*グラデーション*/
	background: rgb(20,212,203);
	background: -moz-linear-gradient(left, rgba(20,212,203,1) 0%, rgba(95,168,242,1) 100%);
	background: -webkit-linear-gradient(left, rgba(20,212,203,1) 0%,rgba(95,168,242,1) 100%);
	background: linear-gradient(to right, rgba(20,212,203,1) 0%,rgba(95,168,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d4cb', endColorstr='#5fa8f2',GradientType=1 );
}
#MyStatus .flex {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
#MyStatus h2 {
	font-size: 1.8rem;
}
#MyStatus p.pt {
	font-size: 2.4rem;
	text-align: left;
	width: 60%;
}
#MyStatus p.course{
	padding: 0 10px;
	border-radius: 3px;
	background: #fff;
	font-size: 1.5rem;
	color: #5da8f1;
	font-weight: bold;
}
#MyStatus p.course.blance {
	color: #05c0c0;
}
@media all and (max-width: 767px) {
	#MyStatus {
		width: 100%;
		padding: 4px 15px !important;
	}
	#MyStatus h2 {
		font-size: 1.2rem;
	}
	#MyStatus p.pt {
		font-size: 1.6rem;
		text-align: left;
		width: 35%;
		font-weight: bold;
	}
	#MyStatus p.course{
		padding: 0 5px;
		font-size: 1rem;
	}
}
/*----------------------------
	Pagetop
-----------------------------*/
#Pagetop {
	background: #d2d9e9;
	text-align: center;
}
#Pagetop a {
	display: block;
	padding:15px 0;
}
#Pagetop a img {
	width: 28px;
	height: auto;
	opacity: 0.5;
	vertical-align: middle;
}
@media all and (max-width: 767px) {
	#Pagetop a {
		display: block;
		padding:0;
		line-height: 44px;
	}
	#Pagetop a img {
		width: 20px;
		height: auto;
	}
}
/*----------------------------
	Footer
-----------------------------*/
#Footer {
	background: #fff;
	padding: 45px 0;
}
#FooterNav {
	text-align: center;
	max-width:900px;
	margin: 0 auto;
}
#FooterNav ul{
	display: block;
}
#FooterNav li {
	display: inline-block;
	margin: 0 0 15px 0;
}
#FooterNav li a {
	display: block;
	padding: 0 20px;
}
#FooterNav li{
	border-right: 1px solid #c7cad1;
}
#FooterNav li:last-child {
	border-right:none;
}
#Footer small {
	font-size: 1rem;
	text-align: center;
	display: block;
	padding: 40px 0 0 0;
}
@media all and (max-width: 767px) {
	#Footer {
		background: #fff;
		padding: 12px 15px 25px 15px;
	}
	#FooterNav {
		text-align: center;
	}
	#FooterNav ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content:space-betwee;
		justify-content:space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#FooterNav li {
		display:block;
		width: 48%;
		margin: 0;
		border-right: none;
		border-bottom: 1px solid #c4cddc;
	}
	#FooterNav li a {
		display: block;
		padding: 15px 0;
		text-align: left;
	}
	#Footer small {
		font-size: 1rem;
		text-align: center;
		display: block;
		padding: 20px 0 0 0;
	}
}


/*----------------------------
	radio button
-----------------------------*/
.input-control {
	cursor: pointer;
	display: inline-block;
	padding-left: 22px;
	position: relative;
	font-family: "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 22px;
	font-weight: 100;
	line-height: 23px;
	color: #aaccff;
}
.input-control input {
	position: absolute;
	width: auto !important;
	z-index: 1;
	opacity: 0;
}
.input-control__indicator {
	border-radius: 80%;
	display: block;
	height: 22px;
	position: absolute;
	top: -15px;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	  user-select: none;
	width: 22px;
	text-align: center;
	background-color: #d9e3ec;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.14);
	box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.14);
}

.input-control.radio input:checked ~ .input-control__indicator,
.input-control.radio input:focus ~ .input-control__indicator,
.input-control.radio input:active ~ .input-control__indicator {
	background: #5da8f1;
}
.input-control.radio input:checked ~ .input-control__indicator:after {
	border-radius: 90%;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.7);
	  transform: scale(0.7);
	-webkit-transform-origin: center center;
	  transform-origin: center center;
	width: 100%;
	background: #fff;
}
@media all and (max-width: 767px) {
}
/*----------------------------
	checkbox
-----------------------------*/
.checkbox {
	display:inline-block;
  width:1.5em;
  height: 1.5em;
  margin: 0 5px 0 0;
	vertical-align: middle;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .box {
  	/*グラデーション*/
	background: rgb(20,212,203) !important;
	background: -moz-linear-gradient(left, rgba(20,212,203,1) 0%, rgba(95,168,242,1) 100%) !important;
	background: -webkit-linear-gradient(left, rgba(20,212,203,1) 0%,rgba(95,168,242,1) 100%) !important;
	background: linear-gradient(to right, rgba(20,212,203,1) 0%,rgba(95,168,242,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d4cb', endColorstr='#5fa8f2',GradientType=1 ) !important;
}
.checkbox input:checked + .box:after {
  top: 0;
}
.checkbox .box {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
 background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
	border: 1px solid #d2d9e9;
}
.checkbox .box:after {
  width: 50%;
  height: 20%;
  content: '';
  position: absolute;
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-color: #f1f4f9;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 5%;
  margin: auto;
}
@media all and (max-width: 767px) {
	.checkbox {
		display:inline-block;
	  width:2.4em;
	  height: 2.4em;
	  margin: 0 5px 0 0;
		vertical-align: middle;
	}
	.checkbox .box:after {
	  border-left: 3px solid #fff;
	  border-bottom: 3px solid #fff;
	  top: 200%;
	  bottom: 7%;
	  margin: auto;
	}
}
/*----------------------------
	checkbox
-----------------------------*/
select {
 	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	cursor: pointer;
	position: relative;
	appearance: none;
	width: auto;
	padding: 0.6em 3em 0.6em 0.6em;
	border: 1px solid #d2d9e9;
	border-radius: 0;
	background: #f1f4f9 url(../images/lower/ico-pulldown.png) no-repeat;
 	background-size: 10px;
	font-size: 1.6rem;
 	background-position: right 6px center;
 	margin: 5px 5px 5px 0;
 	text-transform: uppercase;
 	display: inline-block;
	color: #32363a;
	outline: none;
}::-ms-expand {
     display: none;
}
select:focus,select:hover {
	border: 1px solid #5fa8f2;
}
@media all and (max-width: 767px) {
	padding: 0.2em 3em 0.6em 1.2em;
}



/* ---------------------------------------------
 アプリから表示した際の戻るボタン
 --------------------------------------------- */
 .btn.app_btn_pt0 {
	padding-top: 0!important;
	padding-bottom: 6.667vw!important;
}
.btn.app_btn_pb0 {
	padding-top: 6.667vw!important;
	padding-bottom: 0!important;
}
.btn.app_btn_pt0 a, .btn.app_btn_pb0 a {
	/*width: 85%;*/
	height: unset!important;
	padding: 1.1em 0 1em!important;
	/*font-size: 3.4667vw!important;*/
	line-height: 1em!important;
	background:#fff!important;
	color:#c30e2e!important;
	text-decoration: none!important;
}
.btn.app_btn_pt0 a:hover, .btn.app_btn_pb0 a:hover {
	color: #fff!important;
}
.btn.app_btn_pt0 a:hover::before, .btn.app_btn_pb0 a:hover::before {
	background: #c30e2e!important;
}