@charset "utf-8";
/**
 *
 * lower:下層ページ
 *
 */
/*
*/
/*----------------------------
	Basic Elements （再定義）
-----------------------------*/
label {
	cursor: pointer;
}
section {
	padding: 0;
}
section .inner{
	padding: 40px 0 40px 0;
}
h2{
	font-size: 2.4rem;
	padding: 30px 0;
    line-height: 1;
}
.inner{
	max-width: 750px;
    margin: 0 auto;
}
#LowerTitle{
	width: 100%;
	border-bottom: 1px solid #c4cddc;
}
p.head{
	color: #0c3752;
	font-weight: bold;
	font-size: 120%;
}
p.lead{
	padding: 20px 0;
}
.error {
	color: #d00f31;
	position: relative;
	padding: 0 0 25px 0;
}
.error:before{
	content: "";
	display:inline-block;
	background: url(../images/ico-info.png) no-repeat;
	background-size:contain;
	width: 24px;
	height: 24px;
	margin:-2px 5px 0 0;
	vertical-align:middle;
}
@media all and (max-width: 767px) {
	#Contents.noNav {
		padding-top: 42px;
	}
	section {
		padding:  20px 0;
	}
	section .inner{
		padding: 0 15px;
	}
	.inner{
		max-width: 100%;
		margin: 0 auto;
	}
	h2{
		padding: 20px 15px;
		font-size: 1.6rem;
	}
	p.lead{
		padding: 10px 0;
	}
	.error {
		color: #d00f31;
		font-size: 1.2rem;
		position: relative;
		padding: 0 0 20px 0 ;
	}
	.error:before{
		content: "";
		display:inline-block;
		background: url(../images/ico-info.png) no-repeat;
		background-size: 16px 16px;
		width:16px;
		height:16px;
	}
}
/*----------------------------
	Pointin001e
-----------------------------*/
.point{
	padding:25px 0 0 0;
}
#Pointin .point{
	padding:25px 0 0 0;
}
@media all and (max-width: 767px) {
	.point{
		padding: 0 15px !important;
	}
	#Contact .point{
		padding: 20px 15px 0 15px !important;
		line-height: 1;
	}
}
/*----------------------------
	完了画面
-----------------------------*/
.complete {
	background: #fff;
	padding: 30px 0 30px 0;
	text-align: center;
}
.complete .image img{
	width: 120px !important;
	height: 120px !important;
}
.complete p{
	font-size: 1.8rem;
	padding: 20px 0 0 0;
}
@media all and (max-width: 767px) {
	#Contact003 .complete {
	    margin: 20px 0 0 0;
	}
	.complete p{
		font-size: 1.5rem;
		font-weight: bold;
		padding: 20px 0 0 0;
	}
}
/*----------------------------
	エラー画面
-----------------------------*/
.error-window {
	background: #fff;
	padding: 30px 0 30px 0;
	text-align: center;
}
.error-window .image img{
	width: 120px !important;
	height: 120px !important;
}
.error-window p{
	font-size: 1.8rem;
	padding: 20px 0 0 0;
}

@media all and (max-width: 767px) {
	.error-window p{
		font-size: 1.5rem;
		font-weight: bold;
		padding: 20px 0 0 0;
	}
	.error-window .image img{
		width: 80px !important;
		height:  80px !important;
	}
}
/*----------------------------
	Pager
-----------------------------*/
.pager {
	max-width: 300px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	align-items: center;
	-webkit-align-items: center;
}
.pager .number {
	font-family: "Abel";
	font-size: 1.8rem;
}
.pager .prev a,
.pager .next a{
	width: 20px;
	height: 16px;
}
.pager .prev a{
	background: url(../images/lower/ico-arrow-left.png) no-repeat;
	background-size: contain;
}
.pager .next a{
	background: url(../images/lower/ico-arrow-right.png) no-repeat;
	background-size: contain;
}
.pager .nodata {
	opacity: 0.4;
}
@media all and (max-width: 767px) {
.pager {
		max-width: 180px;
		padding: 0 0 0 0;
		margin: 0 auto 20px auto;
		align-items: center;
		-webkit-align-items: center;
	}
}

/*----------------------------
	selectbox
-----------------------------*/
.select-box {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}
.select-box .inner {
	padding: 0;
}
.select-box li {
	padding: 30px 0;
	border-bottom: 1px solid #dee4ef;
}
.select-box li:last-child {
	border-bottom:none;
}
.select-box .icon{
	padding: 0 20px 0 0;
}
.select-box .icon img {
	width: 60px;
	height: auto;
}
.select-box label.flex {
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.select-box label.flex .label {
	width: 80%;
	text-align: left;
}
.select-box .modal {
	line-height: 1;
	padding: 0 20px;
}
@media all and (max-width: 767px) {
	.select-box {
		background: #fff;
		margin: 15px 0;
	}
	.select-box .inner {
		padding: 0;
	}
	.select-box li {
		padding: 25px 15px;
		border-bottom: 1px solid #dee4ef;
	}
	.select-box .icon{
		padding: 0 15px 0 0;
	}
	.select-box .icon img {
		width: 35px;
		height: auto;
	}
	.select-box label p{
		font-size: 0.9rem;
		line-height: 1.5;
	}
	.select-box label p.head{
		font-size: 1.4rem;
	}
	.select-box label.flex .label {
		width: 80%;
		text-align: left;
	}
	.select-box .modal {
		line-height: 1;
		padding: 0 20px;
	}
}
/*----------------------------
	modal
-----------------------------*/
.modal_box {
    position: fixed;
    display: none;
    z-index: 7777;
    width: 90%;
    max-width: 640px;
    margin: 0;
    padding:0;
    text-align: center;
    box-sizing: border-box;
}
.modal_close {
    background: #32363a url(../images/ico-modal-close.png) no-repeat center center;
	background-size: 10px;
	border: 2px solid #fff;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -10px;
}
.modal_bg {
    z-index: 6666;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(36,38,41,0.9);
}
@media all and (max-width: 767px) {
}
/*----------------------------
	MyStatus
-----------------------------*/
#MyStatus h2 {
	font-size: 1.8rem;
	padding: 10px 0 !important;
}

@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;
	}
}



/*----------------------------
	Pointin
-----------------------------*/
#Pointin {
	text-align: left;
}
#Pointin .inner {
	padding-top:20px;
}
#Point ul{
	background: #5da8f1;
	border-radius:  5px 5px 0 0 ;
	align-items: stretch;
}
#Point li{
	align-self: center;
}
#Point li:first-child{
	padding: 23px 30px;
	background: #358ce0 url(../images/lower/point-triangle.png) no-repeat right top;
	background-size: 23px 100%;
    border-radius: 5px 0 0 0;
	line-height: 1.5;
    color: #fff;
    font-size: 2.2rem;
	width: 55%;
	position: relative;
	font-family: 'Abel', sans-serif;
	position: relative;
	z-index: 1;
}

#Point li:last-child{
	padding: 23px 30px;
    color: #fff;
	width: 40%;
    font-size: 2.4rem;
	position: relative;
	text-align: right;
	font-family: 'Abel', sans-serif;
	position: relative;
	z-index: 0;
	line-height: 1.2;
}
#Point li:last-child span{
	font-size: 3.2rem;
	line-height: 1;
}
#Point .inputbox{
	background: #fff;
    padding:30px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}
#Point dt {
	font-size: 1.8rem;
	line-height: 1.5em;
	width: 50%;
	padding: 0;
}
#Point dd {
	font-size: 1.8rem;
    width: 170%;
    display: inline-flex;
    align-items: center;
}
#Point dd p{
	display: inline-block;
	color: #888fa0;
	font-family: 'Abel', sans-serif;
	font-size: 3.2rem;
}
#Point .inputbox p{
	display: inline-block;
}
#Point p.note{
	 padding: 0 0 40px 0;
}
#Point input[type=number],#Point textarea {
	width: 50%;
	padding: 8px 5px 8px 10px;
	font-size: 2.4rem;
	margin: 0 10px 0 0;
	background: #f1f4f9;
	border: 1px solid #d2d9e9;
	outline: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	color: #32363a;
	font-family: 'Abel', sans-serif;
	text-align: right;
}
#Point input[type=number]:focus,#Point input[type=number]:focus, #Point textarea:focus,#Point form select:hover{
	border: 1px solid #5fa8f2;
	background: #fff ;
	text-align: right;
}
@media all and (max-width: 767px) {
	#Point ul{
		background: #5da8f1;
		border-radius:  5px 5px 0 0 ;
		align-items: center;
		height: auto;
	}
	#Point li:first-child{

		padding: 12px;
		position: relative;
		width: 35%;
		line-height: 1.6;
		font-size: 1.1rem;
	}
	#Point li:last-child{
		padding: 13px 10px;
		width: 65%;
		position: relative;
		line-height: 1;
		font-size: 2.4rem;
	}
	#Point .inputbox{
		padding: 18px 10px ;
		background: #fff;
	}
	#Point label{
		/*width: 100%;*/
	}
	#Point dt {
		line-height: 1.5em;
		width: 40%;
		padding: 0;
	}
	#Point dd {
		width: 100%;
	}
	#Point dd p{
		padding: 0 0 0 10px;
		font-size: 1.6rem;
	}
	#Point input[type=number],#Point textarea {
		width: 80%;
		padding: 2px 5px 2px 10px;
		margin: 0 0;
		-webkit-border-radius : 0;
		-webkit-appearance : none;
		-webkit-tap-highlight-color : rgba(0,0,0,0);
	}

}
/*----------------------------
	Pointin002
-----------------------------*/
#Point02 .addpoint{
	background: #fff;
	border-radius: 4px;
}
#Point02 dt:nth-of-type(1){
	width: 100%;
    background: #358ce0;
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 20px 20px;
    font-size: 2.4rem;
	line-height: 1.5;
}
#Point02 dd{
	text-align: right;
	padding: 25px 20px 25px 0;
	font-size: 3.2rem;
	font-family: 'Abel', sans-serif;
	line-height: 1;

}
#Point02 dt:nth-of-type(2){
	width: 95%;
	margin:  0 auto;
	background: url(../images/lower/bg-stripe.gif);
	font-size: 2.4rem;
	padding: 10px 20px;
	color: #242629;
	line-height: 1.5;
}

@media all and (max-width: 767px) {
	#Point02 .addpoint{
		background: #fff;
	}
	#Point02 dt:nth-of-type(1){
		width: 100%;
		background: #358ce0;
		color: #fff;
		border-radius: 4px 4px 0 0;
		padding: 12px 20px;
		font-size: 1.3rem;
	}
	#Point02 dd{
		text-align: right;
		padding: 12px 20px 12px 0;
		font-size: 2.1rem;
		font-family: 'Abel', sans-serif;6
	}
	#Point02 dt:nth-of-type(2){
		width: 90%;
		margin:  0 auto;
		font-size: 1.2rem;
		padding: 10px 20px;
	}

}

/*----------------------------
	Pointin003
-----------------------------*/
#Point03 {
	padding: 0 15px;
	text-align: center;
}
@media all and (max-width: 767px) {
	#Point03 {
			padding: 20px 0;
	}
}
/*----------------------------
	Pointout
-----------------------------*/
#Pointout .select{
	padding: 0 10px ;
	height: 100px;
}
#Pointout .select p{
	color: #0c3752;
	align-items: center;
	line-height: 1;
}
#Pointout .inputbox{
	padding: 0 !important;
}
#Pointout div.left{
	display: block;
}
#Pointout div.left{
	width: 80%;
	padding: 0 0 0 30px;
	align-self: center;
}
#Pointout div.right{
	width: 20%;
	text-align: right;
	padding: 0 30px 0 0;
	align-self: center;
}
#Pointout .select span{
	font-size: 2.4rem;
	color: #888fa0;
	display: inline-block;
}
#Pointout .select{
	padding: 0 0;
	height: 110px;
}
#Pointout .select:nth-of-type(1){
	border-bottom: 1px solid #dee4ef;
	width: 100% !important;
}
#Pointout .select:nth-of-type(1) p{
	padding: 0 0 10px 0;
}
#Pointout .select:nth-of-type(2) div.right{
	padding: 0 30px 0 0;
}
#Pointout .select div.left label {
	display: block;
}

@media all and (max-width: 767px) {
	#Pointout .select{
		line-height: 1;
		padding: 12px;
		height: 82px;
	}
	#Pointout #Point li:first-child{
    	line-height: 3.2;
	}
	#Pointout .select p{
		font-size: 1.4rem;
	}
	#Pointout input[type=number], textarea{
		width: 190px;
	}
	#Pointout .select span{
		font-size: 1.6rem;
    	padding: 0 0 0 5px;
		font-family: "Abel";
	}
	#Pointout div.right{
		width: 20%;
		text-align: right;
		padding: 0;
	}
	#Pointout div.left{
		padding: 0;
	}
	#Pointout .select:nth-of-type(2) div.right{
		padding: 0;
	}
	#Point p.note{
		    padding: 20px 0 0 0;
	}
}


/*----------------------------
	If-Random
-----------------------------*/
#If {
	text-align: left;
}
#If #Random{
	background: #fff;
}
#If #Random form {
	padding: 35px 0;
}
#If #Random dt {
	font-size: 1.8rem;
	line-height: 1.5em;
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	padding: 25px 0 0 0;
}
#If #Random dd {
	font-size: 1.8rem;
	width: 60%;
	vertical-align: middle;
	margin-right: auto;
	padding: 10px 0 ;
}
#If #Random dd p{
	display: inline-block;
	color: #888fa0;
	margin-right: auto;
}
#If input[type=number],#If textarea {
	width: calc(80% + 15px);
	padding: 5px 5px 5px 10px;
	font-size: 2.4rem;
	margin: 0 5px 0 0;
	background: #f1f4f9;
	border: 1px solid #d2d9e9;
	outline: 0;
	border-radius: 0;
	text-align: right;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	color: #32363a;
	font-family: 'Abel', sans-serif;
	-webkit-appearance : none;
}
#If input[type=number]:focus,#If input[type=number]:focus,#If textarea:focus,#If form select:hover{
	border: 1px solid #5fa8f2;
	background: #fff ;
	}
#If form select {
	padding: 12px 3em 12px 10px;
	font-size: 1.8rem;
	background-position: right 10px center;
	margin: 5px 5px 5px 0;
	}::-ms-expand {
	 display: none;
	}
#If #Random .graph{
	text-align: center;
	padding: 40px 0 0 0;
}
#If .note{
	padding: 20px 0 0 0;
}
#If #Random p {
		margin: 20px 0;
	}
@media all and (max-width: 767px) {
	#If #Random form {
		padding: 10px 0;
	}
	#If #Random dl.flex {
		align-items: center;
		padding: 5px 0 0 0;
	}
	#If #Random dt {
		width: 35%;
		text-align: left;
    	font-size: 1.2rem;
		display: inline-block;
		vertical-align: middle;
    	text-align: left;
		padding: 0 0 5px 0;
	}
	#If #Random dd {
		font-size: 1.6rem;
		width:65%;
		padding: 0 0 5px 0;
	}
	#If #Random dd span{
		color: #888fa0;
		margin-right: auto;
		font-size: 1.2rem;
	}
	#If #Random input[type=number],#If #Random textarea {
		width: 80%;
		margin: 0 5px 0 0;
		padding: 0 5px;
		font-size: 1.6rem;
		line-height: 2.7rem;
	}
	#If #Random input[type=number]:focus,input[type=number]:focus,textarea:focus,form select:hover{
		border: 1px solid #1292de;
		background: #fff;
		}
	#If form select {
		padding: 12px 3em 12px 10px;
		font-size: 1.8rem;
		background-position: right 10px center;
		margin: 5px 5px 5px 0;
	}::-ms-expand {
		 display: none;
	}
	#If #Random .graph{
		padding: 20px 0 0 0;
	}
	#If #Random .graph img{
		width: 100%;
	}
	#If #Random p {
		margin: 10px 0;
	}
}

/*----------------------------
	If-Theo
-----------------------------*/
#If #Theo {
	text-align: center;
}
#If #Theo p {
	padding: 20px 0 20px 0 ;
}
#If #Theo p.note {
	text-align: left;
}
@media all and (max-width: 767px) {
	#If #Theo{
		padding: 0 0 20px 0;
	}
	#If #Theo img{
		width: 100%;
	}
		#If #Theo p {
		padding: 10px 0 10px 0 ;
	}
}
/*----------------------------
	If-Column
-----------------------------*/
#If #Column{
	text-align: center;
	background: none;
}

/*----------------------------
	Graph
-----------------------------*/
#Graph {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
}
#Graph .label{
	position: absolute;
	top: 70px;
	right: 60px;
}
#Graph .label img {
	width: 150px;
	height: auto;
}
#Graph #GraphData {
	text-align: center;
	width: 640px;
	margin: -20px auto 0 auto;
}
 #GraphData img {
	 width: 100%;
	 height: auto;
}
@media all and (max-width: 767px) {
	#Graph {
		padding: 0 0 15px 0;
		position: relative;
	}
	#Graph .label{
		position: absolute;
		top: 0;
		right: 15px;
	}
	#Graph h2{
		margin: 0 0 0 15px;
	}
	#Graph .label img {
		width: 108px;
		height: auto;
	}
	#Graph .inner{
		padding: 0;
	}
	#Graph #GraphData {
		width: 100%;
		margin: -28px auto 0 auto;
	}
	#Graph #GraphData p{
		padding: 5px 15px 0 15px;
		text-align: left;
		font-size:1rem;
	}
}
/*----------------------------
	CourseSelect
-----------------------------*/
.help {
	cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/ico-help.png) no-repeat center center #f3f5f8;
	background-size: 40%;
	border-radius: 12px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}
.course-modal{
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}
.course-modal div.head {
	padding: 20px 15px;
	text-align: left;
	font-size: 1.8rem;
}
.course-modal div.head img {
	width: 40px;
	height: auto;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.course-modal div.body {
	padding: 20px 15px;
	text-align: left;
	background: #f4f7fc;
	line-height: 1.75;
	font-size: 1.5rem;
}
#Course .campaign.flex{
	align-content: center;
}
#Course .campaign.flex dt,
#Course .campaign.flex dd{
	width: 50%;
	border-bottom: 1px solid #d2d6dd;
}
#Course .campaign.flex dt {
	padding: 10px 0 0 0;
}
#Course .campaign.flex dd{
	font-family: "Abel";
	font-size: 1.6rem;
	align-self: flex-end;
}
#Course .campaign.flex dd div{
	width: 100%;
	text-align: right;
}
#Course .campaign.flex dd span {
	font-size: 2.4rem;
}
#Course .campaign.flex dt:nth-of-type(2),
#Course .campaign.flex dd:nth-of-type(2){
	border: none;
}
@media all and (max-width: 767px) {
	#Course .campaign.flex dt {
		font-size: 1rem;
	}
	#Course .inputbox p.note{
		padding: 0;
	}
	#CourseSelect{
		padding: 15px 0 30px 0;
	}
	.course-modal div.head {
		padding: 20px 15px;
		font-size: 1.4rem;
	}
	.course-modal div.body {
		padding: 20px 15px;
		font-size: 1.1rem;
	}
	.course-modal div.head img {
		width: 25px;
		height: auto;
		margin: 0 5px 0 0;
	}
}

/*----------------------------
	CourseChange
-----------------------------*/
#CourseChenge .course {
	background: #fff;
	padding: 40px 30px;
	margin: 20px 0 20px 0;
}
#CourseChenge h2.balloon.gray {
	background: #888fa0;
}
#CourseChenge h2.balloon.gray::after{
	border-color: transparent #888fa0 transparent transparent;
}
#CourseChenge h2.balloon.balance {
	background: #14d4cb;
}
#CourseChenge h2.balloon.balance::after{
	border-color: transparent #14d4cb transparent transparent;
}
#CourseChenge .course.current {
	border: 2px solid #888fa0;
}
#CourseChenge .course.balance {
	border: 2px solid #14d4cb;
}
#CourseChenge .course.balance {
	border: 2px solid #14d4cb;
}
#CourseChenge .course.active {
	border: 2px solid #5da8f1;
}
#CourseChenge .course .icon {
	padding: 0 20px 0 0;
}
#CourseChenge .course .icon img {
	width: 60px;
	height: auto;
}
#CourseChenge .course .label {
	width: 80%;
	text-align: left;
}
#CourseChenge .flex {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#CourseChenge .arrow-down {
	width: 70px;
	height: 20px;
	background: url(../images/lower/grade-triangle.png) no-repeat center center;
	background-size: contain;
	margin: 20px auto;
}

@media all and (max-width: 767px) {

	#CourseChenge .course {
		background: #fff;
		padding: 20px 15px;
		margin: 15px 0;
	}
	#CourseChenge .course .icon {
		padding: 0 20px 0 0;
	}
	#CourseChenge .course .icon img {
		width: 35px;
		height: auto;
	}
	#CourseChenge .arrow-down {
		width: 35px;
		height: 10px;
		margin: 10px auto;
	}
	#CourseChenge .btn p {
		padding: 6px 0 5px 0;
	}
}

/*----------------------------
	Contact
-----------------------------*/
#Contact .input-area {
	background: #fff;
}
#Contact input[type=text],
#Contact textarea {
	color: #32363a;
	background: #f1f4f9;
	border: 1px solid #d2d9e9;
	font-size: 1.6rem;
	padding: 0.6em;
	text-align: left;
	outline: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	-webkit-appearance: none;
	-webkit-user-select: auto;
	width: 100%;
}
#Contact textarea{
	height: 300px;
}
#Contact input[type=text]:focus,
#Contact input[type=email]:focus,
#Contact textarea:focus,
#Contact form select:hover{
	border: 1px solid #5fa8f2;
	background: #fff ;
	text-align: left;

}
#Contact dt {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#Contact dd {
	padding: 0 0 20px 0;
}
#Contact .privacy {
	align-items: center;
}
@media all and (max-width: 767px) {
	#Contact{
		padding-top: 0;
	}
	#Contact .input-area {
		padding: 10px 0 20px 0;
	}
	#Contact input[type=text],
	#Contact textarea {
		font-size: 1.6rem;
		padding: 0.5em;
	}
	#Contact select{
		padding: 0.5em 2em 0.5em 0.5em;
		font-size: 1.6rem;
		width: 100%;
		margin: 0;
	}
	#Contact textarea{
		height: 200px;
	}
	#Contact dt {
		font-size: 1.4rem;
		font-weight: bold;
		padding: 10px 0;
		line-height: 1.5;
	}
	#Contact dd {
		padding: 0;
	}
	#Contact .privacy{
		padding: 10px 0 0 0;
	}
	#Contact .privacy label:first-child {
		width: 80%;
	}
}

/*----------------------------
	Contact002
-----------------------------*/
#Contact dd p{
	border-top: 1px solid #ebebeb;
	padding: 20px 0 0 0;
}
#Contact .submit-buttons.flex{
	padding: 40px 0;
}
#Contact .submit-buttons.flex .back{
	width: 45%;
}
#Contact .submit-buttons.flex .btn{
	width: 45%;
	padding: 0;
}
#Contact .submit-buttons.flex .btn a, .submit-buttons.flex .btn input{
	width: 300px;
}
#Contact .submit-buttons.flex .back a,.submit-buttons.flex .back input{
	width: 300px;
}
#Contact .massege{
	padding: 20px 0 0 0;
	font-size: 1.4rem;
}
@media all and (max-width: 767px) {
	#Contact dd p{
		padding: 10px 0 0 0;
	}
	#Contact .submit-buttons.flex{
		padding: 30px 15px;
	}
	#Contact .submit-buttons.flex .btn{
		width: 48%;
		padding: 0;
	}
	#Contact .submit-buttons.flex .back{
		width: 48%;
	}
	#Contact .submit-buttons.flex .btn a, .submit-buttons.flex .btn input{
		width: 132px;
		min-width: 100%;
	}
	#Contact .submit-buttons.flex .back a,.submit-buttons.flex .back input{
		width: 132px;
		min-width: 100%;
	}
	#Contact .massege{
		padding: 15px 0 0 0;
		font-size: 1.2rem;
	}
}

/*----------------------------
	History
-----------------------------*/
#History{
	padding: 40px 0;
}
#History .inner{
	padding:0;
}
#History table {
	max-width: 750px;
	margin: 20px auto 40px auto;
}
#History table thead th{
	padding: 5px 20px;
}
#History table td{
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
}
#History table thead{
	background: #888fa0;
	color: #fff;
}
#History th:nth-of-type(1),
#History td:nth-of-type(1){
	width: 20%;
}
#History th:nth-of-type(2),
#History td:nth-of-type(2){
	width: 40%;
}
#History th:nth-of-type(3),
#History td:nth-of-type(3){
	width: 40%;
	text-align: right;
}
#History tr.minus {
	background: #e7eef9;
}
#History tr.plus {
	background: #ffcae9;
}

#History tr.change {
	background: #cbeaf5;
}


@media all and (max-width: 767px) {
	#History h2.balloon {
		margin: 0 0 0 15px;
	}
	#History{
		padding: 15px 0 30px 0;
	}
	#History table {
		margin: 10px auto 20px auto;
	}
	#History table thead th{
		padding: 2px 10px;
	}
	#History table td{
		padding: 5px 10px;
		border-bottom: 1px solid #fff;
	}
}

/*----------------------------
	Mailset
-----------------------------*/
#Mailset{
	padding: 0 0 40px 0;
}
#Mailset .select-box{
	padding: 0 0 30px 0;
}
@media all and (max-width: 767px) {
	#Mailset{
		padding: 0 0 15px 0;
	}
	#Mailset .select-box{
		padding: 0 0 20px 0;
		margin: 0;
	}
	#Mailset .select-box ul {
		padding: 0 0 15px 0;
	}
	#Mailset .select-box li:last-child {
		border-bottom: 1px solid #dee4ef;
	}
	#Mailset .note {
		padding:0 15px;
	}
}

/*----------------------------
	Policy
-----------------------------*/
#Policy {
	padding: 0 0 30px 0;
}
#Policy .iframe {
	background: #fff;
}
#Policy .iframe .inner{
	height: 300px;
	padding: 30px 30px 30px 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
#Policy .checkbox .box {
	background: #ebeff6;
}
@media all and (max-width: 767px) {
	#Policy {
		padding: 0 0 15px 0;
	}
	#Policy .iframe{
		padding: 0 15px 0 0;
		margin: 0 0 20px 0;
	}
	#Policy .iframe .inner{
		height: 240px;
		padding: 15px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
}

/*----------------------------
	Column
-----------------------------*/
#Columnlist #Column{
	padding: 0 0 40px 0;
}
#Columnlist #Column .bg {
	background: #fff;

}
#Columnlist #Column ul{
	padding: 0;
}
#Columnlist #Column ul li {
	border-top: 1px solid #c4cddc;
	padding: 20px 0;
}
#Columnlist #Column ul li a {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
	background: url(../images/ico-arrow-right.png) no-repeat right center;
	background-size: 12px 22px;
	background-position: center right 20px;
}
#Columnlist #Column ul li .image{
	width: 100px;
}
#Columnlist #Column ul li .body{
	width: 100%;
	padding: 0 0 0 20px;
}
#Columnlist #Column li:first-child{
	border-top: none;
	padding: 0 0 20px 0;
}
#Columnlist #Column li:last-child{
	padding: 20px 0 0 0;
}
#Columnlist #Column .back{
	padding: 30px 0 0 0;
}

@media all and (max-width: 767px) {
	#Columnlist #Column {
		background:none;
		padding:0 0 30px 0;
		border-top: none;
	}
	#Columnlist #Column .inner{
		padding: 0;
	}
	#Columnlist #Column h2 {
		margin: 0 0 0 15px;
	}
	#Columnlist #Column ul {
		padding:0;
		margin: 0 0 30px 0;
		border-bottom: 1px solid #c4cddc;
	}
	#Columnlist #Column ul li {
		border-top: 1px solid #c4cddc;
		padding: 15px 15px 15px 15px;
		background: #fff;
	}
	#Columnlist #Column ul li:first-child{
		padding: 15px;
	}
	#Columnlist #Column li:last-child{
		padding: 15px;
	}
	#Columnlist #Column ul li a {
		background-size: 6px 11px;
		background-position: center right;
		padding: 0 30px 0 0;
	}
	#Columnlist #Column ul li .body {
		padding: 0 0 0 15px;
	}
	#Columnlist #Column ul li .body h3 {
		font-size: 1.2rem;
	}
	#Columnlist #Column .back{
		padding:0;
	}
}

/*----------------------------
	Columndetail
-----------------------------*/
#Columndetail #Column .bg{
	background: #fff;
}
#Columndetail #Column h3{
	font-size: 1.8rem;
	line-height: 1;
	position: relative;
	padding: 0 0 0 15px;
}
#Columndetail #Column h3:before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(20,212,203);
	background: -moz-linear-gradient(top, rgba(20,212,203,1) 0%, rgba(95,168,242,1) 100%);
	background: -webkit-linear-gradient(top, rgba(20,212,203,1) 0%,rgba(95,168,242,1) 100%);
	background: linear-gradient(to bottom, rgba(20,212,203,1) 0%,rgba(95,168,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa8f2', endColorstr='#14d4cb',GradientType=0 );
}
#Columndetail #Column h3 .date{
	display: block;
	font-size: 1.4rem;
	padding: 10px 0 0 0;
	color: #676D75;
	font-weight: normal;
}
#Columndetail #Column .body{
	padding: 25px 0 0 0;
}
#Columndetail #Column .image{
	padding: 25px 0;
}
#Columndetail #Column .back{
	padding: 30px 0 40px 0;
}
@media all and (max-width: 767px) {
	#Columndetail #Column{
		padding: 0;
	}
	#Columndetail #Column .inner{
		padding: 20px 15px ;
	}
	#Columndetail #Column h3{
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#Columndetail #News ul li h3{
		font-size: 1.2rem;
	}
	#Columndetail #Column h3 .date{
		font-size: 1.0rem;
		line-height: 1;
		padding: 5px 0 0 0;
	}
	#Columndetail #Column .image{
		padding: 20px 0;
	}
	#Columndetail #Column .body p{
		font-size: 1.2rem;
	}
}
/*----------------------------
	News
-----------------------------*/
#Newslist #News {
	padding: 0 0 40px 0;
}
#Newslist #News .bg{
	background: #fff;
}
#Newslist #News ul{
	padding: 0;
}
#Newslist #News ul li {
	border-top: 1px solid #c4cddc;
	padding: 20px 0;
}
#Newslist #News ul li a {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
	background: url(../images/ico-arrow-right.png) no-repeat right center;
	background-size: 12px 22px;
	background-position: center right 20px;
}
#Newslist #News ul li .body{
	width: 100%;
}
#Newslist #News li:first-child{
	border-top: none;
	padding: 0 0 20px 0;
}
#Newslist #News li:last-child{
	padding: 20px 0 0 0;
}
#Newslist #News .pager{
	padding: 40px 0 30px 0;
}
@media all and (max-width: 767px) {
	#Newslist #News {
		padding: 0 0 40px 0;
	}
	#Newslist #News .inner{
		padding: 0;
	}
	#Newslist #News ul li .body{
		width: 100%;
		padding: 0 0 0 15px ;
	}
	#Newslist #News ul li h3{
		font-size: 1.2rem;
	}
	#Newslist #News li:first-child{
		border-top: none;
		padding: 20px 0;
	}
	#Newslist #News li:last-child{
		padding: 20px 0 ;
		border-bottom: 1px solid #c4cddc;
	}
	#Newslist #News .pager{
		padding: 20px 0 0 0;
	}
}
/*----------------------------
	Newsdetail
-----------------------------*/
#Newsdetail #News .bg{
	background: #fff;
}
#Newsdetail #News h3{
	font-size: 1.8rem;
	line-height: 1.5;
	position: relative;
}
#Newsdetail #News h3 .date{
	display: block;
	font-size: 1.6rem;
	padding:15px 0 0 0;
	color: #676D75;
	font-weight: normal;
}
#Newsdetail #News p{
	padding: 20px 0 0 0;
}
#Newsdetail #News .back{
	padding: 30px 0 40px 0;
}
@media all and (max-width: 767px) {
	#Newsdetail #News{
		padding: 0;
	}
	#Newsdetail #News h3{
		font-size: 1.6rem;
		padding: 20px 0 0 0;
	}
	#Newsdetail #News h3 .date{
		font-size: 1.0rem;
		padding:10px 0 0 0;
	}
	#Newsdetail #News p{
		padding: 20px 0 ;
		font-size: 1.2rem;
	}
}
/*----------------------------
	FAQ
-----------------------------*/
#FAQ {
	padding-bottom:40px;
}
#FAQ .submit-buttons .btn a,
	#FAQ .submit-buttons .back.home a{
		width: 390px;
	}
#FAQ .bg {
	background: #fff;
	padding: 0 0 40px 0;
}
#FAQ dl {
	border-bottom: 1px solid #c4cddc;
	padding-bottom: 0;
}
#FAQ dl dt:first-child,
#FAQ dl:last-child{
	border: none;
}
#FAQ dt {
	font-size: 1.8rem;
	position: relative;
	cursor: pointer;
	border-top: 1px solid #c4cddc;
	padding: 20px 0;
}
#FAQ dt::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 22px;
	background: url(../images/faq-q.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#FAQ dd {
	font-size: 1.5rem;
	padding: 0 0 25px 0;
}
#FAQ dd.active{
	height:auto;
}
#FAQ dt::after {
	content: "";
	display: block;
	width: 11px;
	height: 6px;
	background: url(../images/arrow-bottom.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 34px;
	right: 10px;
}
#FAQ dt.active::after {

	background: url(../images/arrow-top.png) no-repeat center center;
	background-size: contain;
}
@media all and (max-width: 767px) {
	#FAQ {
		padding-bottom:10px;
	}
	#FAQ .submit-buttons .btn a,
	#FAQ .submit-buttons .back.home a{
		width: 200px;
	}
	#FAQ h2.balloon {
		margin: 0 0 20px 0;
	}
	#FAQ .bg {
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}
	#FAQ dl {
		border-bottom: 1px solid #c4cddc;
		padding: 0;
	}
	#FAQ dt {
		font-size: 1.2rem;
		border-top: 1px solid #c4cddc;
		padding: 20px 15px;
		line-height: 1.5;
	}
	#FAQ dt::before {
		width: 10px;
		height: 11px;
		margin: 0 5px 0 0;
	}
	#FAQ dd {
		font-size: 1.1rem;
		padding: 0 15px 20px 15px;
	}
	#FAQ dd.active{
		height:auto;
	}
	#FAQ dt::after {
		width: 11px;
		height: 6px;
		top: 25px;
		right: 10px;
	}
}

/*----------------------------
	ERROR
-----------------------------*/
#Error .inner:nth-of-type(2){
	padding: 0 0 30px 0;
}
#Error ul.note {
	padding: 20px 0 0 1.2em;
	list-style:none;
}
#Error ul.note li{
	list-style:disc;
}
#Error .chara {
	text-align: center;
	padding: 40px 0 40px 0;
	position: relative;
}
#Error .chara img {
	width: 200px;
	height: auto;
}
#Error .chara::before {
	content: "";
	display: block;
	width: 0;
height: 0;
border-style: solid;
border-width: 40px 40px 0 0;
border-color: #ffffff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: calc(50% + 50px);
}
@media all and (max-width: 767px) {
	#Error .inner .image img {
		width: 80px;
	}
	#Error .inner:nth-of-type(2){
		padding: 20px 15px 0 15px;
	}
	/*#Error ul {
		padding: 10px 0 0 1.2em;
	}*/
	#Error .chara {
		text-align: center;
		padding: 20px 0 10px 0;
		position: relative;
	}
	#Error .chara img {
		width: 130px;
		height: auto;
	}
	#Error .chara::before {
		content: "";
		display: block;
		width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #ffffff transparent transparent transparent;
		position: absolute;
		top: 0;
		left: calc(50% + 50px);
}
}

/*----------------------------
	Terms
-----------------------------*/
#Terms .bg{
	background: #fff;
}
#Terms p{
	padding:0;
}
#Terms .back{
	padding: 30px 0 40px 0;
}
@media all and (max-width: 767px) {
	#Terms{
		padding: 0;
	}
	#Terms p{
		padding: 20px 0 ;
		font-size: 1.2rem;
	}
}

/*----------------------------
	About
-----------------------------*/
#About .bg {
	background: #fff;
}
#About .bg a {
	color:#0c3752;
	text-decoration: underline;
}
#About .bg a:hover{
	text-decoration: none;
}
#About .bg a[target=_blank]::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/lower/ico-link.png) no-repeat;
	background-size: contain;
	vertical-align: text-top;
	margin: 1px 0 0 5px;
}
#About .bg a[target=_blank].noicon::after {
	display: none;
}
#About .submit-buttons {
	padding: 30px 0 40px 0;
}
#About h3 {
	margin: 30px 0 10px 0;
	font-size: 1.8rem;
}
#About h3:first-child{
	margin-top: 0;
}
#About li {
	list-style:disc;
}
#About ul {
	padding: 0 0 0 1.2em;
}
#About table th,
#About table td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 15px;
}
#About table th {
	background: #888fa0;
	color: #fff;
	text-align: center;
}
#About table td {
	background: #e7eef9;
}
#About table td:first-child{
	text-align: center;
	vertical-align: middle;
}
#About table th:last-child,
#About table td:last-child{
	border-right: none;
}
@media all and (max-width: 767px) {
	#About > .inner {
		padding: 0 15px 20px 15px;
	}
	#About .bg{
		padding: 20px 15px;
	}
	#About .bg .inner {
		padding: 0;
	}
	#About .bg a[target=_blank]::after{
		width:8px;
		height:8px;
		margin: 1px 0 0 5px;
	}
	#About .submit-buttons {
		padding: 10px 0 10px 0;
	}
	#About h3 {
		margin: 10px 0 5px 0;
		font-size: 1.2rem;
	}
	#About h3:first-child{
		margin-top: 0;
	}
	#About li {
		list-style:disc;
	}
	#About li a {
		display: block;
	}
	#About ul {
		padding: 0 0 0 1.2em;
	}
	#About table th,
	#About table td {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		padding: 5px 15px;
	}
	#About table th {
		background: #888fa0;
		color: #fff;
		text-align: center;
	}
	#About table td {
		background: #e7eef9;
	}
	#About table td:first-child{
		text-align: center;
		vertical-align: middle;
	}
	#About table th:last-child,
	#About table td:last-child{
		border-right: none;
	}
}
/*----------------------------
	Help
-----------------------------*/
#Help .flex {
	padding: 50px 40px;
}
#Help .balloon {
	width: 50%;
}
#Help .balloon p {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 30px 40px;
}
#Help .balloon p::after {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	right: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 30px;
	border-color: transparent transparent transparent #ffffff;
}
#Help .chara{
	width: 48%;
	text-align:center;
}
#Help .chara img {
	width: 70%;
	height: auto;
}
@media all and (max-width: 767px) {
	#Help .flex {
		padding: 0 15px;
		    margin: 0 0 20px 0;
	}
	#Help .balloon {
		width: 52%;
	}
	#Help .balloon p {
		position: relative;
		background: #fff;
		border-radius: 10px;
		padding: 15px;
	}
	#Help .balloon p::after {
		top: 30px;
		right: -20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0 0 20px;
	}
	#Help .chara{
		width: 45%;
		text-align:center;
	}
	#Help .chara img {
		width: 80%;
		height: auto;
		margin: 10px 0 0 0;
	}
}

/*----------------------------
	Schedule
-----------------------------*/
#Column .inner.topbnr{
	padding-bottom: 0;
}
#Column .inner.topbnr img{
	max-width: 100%;
}

@media all and (max-width: 767px) {
	#Column .inner.topbnr{
		padding-bottom: 20px;
	}
}

/**toogleBox*/

.toggleBox {
	background: #fff;
	height: 220px;
	position: relative;
	overflow: hidden;
}
.toggleContent {
	padding: 20px 0 42px 0;
}
.toggleBar {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #fff url(../images/toggle-down.gif) no-repeat center center;
	background-size: 26px;
	border-top: 1px solid #ebeff6;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.toggleBox::after{
	content: "";
	display: block;
	z-index: 9;
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.toggleBox.active {
	height: auto;
}
.toggleBox.active .toggleBar {
	background: #fff url(../images/toggle-up.gif) no-repeat center center;
	background-size: 26px;

}
.toggleBox.active::after{
	display: none;
}
@media all and (max-width: 767px) {
	.toggleBox {
		height: 150px;
	}
}

/* Comments */

.note {color: #797979; font-size: 12px;l; line-height: 22px;}

@media all and (max-width: 767px) {
.note {color: #595959; font-size: 10px; line-height: 15px;}
	}