
/* ----------------------------------------------------------------------------- */
/* -- form css -- */

.page_main {
	padding: 88px 0 0;
}
#h_inner #btnmenu li.topbacka {
}
#h_inner #btnmenu li.topback a {
	color: #FFF;
	padding: 0;
	background: rgb(231,88,56);
background: linear-gradient(120deg, rgba(231,88,56,1) 0%, rgba(255,127,80,1) 50%, rgba(255,156,64,1) 100%);
	border-radius: 4px;
	position: relative;
}
#h_inner #btnmenu li.topback a span {
	padding-left: 24px;
	position: relative;
}
#h_inner #btnmenu li.topback a span:before{
	content:"";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	left: 0px;
	transition: .2s;
}
#h_inner #btnmenu li.topback a:hover span:before{
	left: 6px;
}
.form_flow {
	
}
/*
.form_flow ul {
	display: table;
	border-collapse:separate;
	border-spacing:20px;
	width: calc(100% + 40px);
	font-size: 100%;
	line-height: 140%;
	margin-left: -20px;
}
.form_flow ul br {
	display: none;
}
.form_flow ul li {
	display: table-cell;
	vertical-align: middle;
}
.form_flow ul li span {
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 8px 0 12px;
	background-color: #F0F0F0;
	border: 1px solid #DDD;
	position: relative;
}
.form_flow ul li:nth-child(n+2) span:before{
	content:"";
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 6px #999;
	position:absolute;
	top:35%;
	left: -14px;
}
.form_flow ul li.stay span {
	font-weight: 900;
	color: #ff7f50;
	background-color: #FFF;
	border: 1px solid #ff7f50;
}*/
.form_flow ul {
	width: 100%;
	font-size: 100%;
	line-height: 140%;
	position: relative;
	padding-bottom: 24px;
}
.form_flow ul:before {
	position: absolute;
	top: 25px;
	left: 10%;
	display: block;
	content: "";
	width: 80%;
	height: 4px;
	background-color: #CCC;
	z-index: -1;
}
.form_flow ul:after {
	content: ""; clear: both; height: 0; display: block; visibility: hidden;
}
.form_flow ul li {
	width:16.66%;
	float: left;
}
.form_flow ul li p.num {
	box-sizing: border-box;
	display: table;
	width: 50px;
	height: 50px;
	font-size: 140%;
	text-align: center;
	margin: 0 auto;
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	border-radius: 40px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form_flow ul li p.num span {
	display: table-cell;
	vertical-align: middle;
}
.form_flow ul li span.txt {
	box-sizing: border-box;
	display: block;
	width: 80%;
	text-align: center;
	padding: 8px 0 10px;
	margin: 16px auto 0;
}
.form_flow ul li.stay p.num {
	color: #FFF;
	background: rgb(231,88,56);
background: linear-gradient(120deg, rgba(231,88,56,1) 0%, rgba(255,127,80,1) 50%, rgba(255,156,64,1) 100%);
}
.form_flow ul li.stay span.txt {
	color: #FFF;
	background-color: #ff7f50;
	position: relative;
}
.form_flow ul li.stay span.txt:before{
	content:"";
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-bottom: solid 8px #ff7f50;
	position:absolute;
	top:-14px;
	left: 45.5%;
}

.form_flow ul.five {
	width: 85%;
	margin: 0 auto;
}
.form_flow ul.five li {
	width:20%;
	float: left;
}
.form_flow ul.five:before {
	left: 12%;
}
.form_flow ul.four {
	width: 68%;
	margin: 0 auto;
}
.form_flow ul.four li {
	width:25%;
	float: left;
}
.form_flow ul.four:before {
	left: 12%;
	width: 75%;
}
.form_flow ul.three {
	width: 51%;
	margin: 0 auto;
}
.form_flow ul.three li {
	width:33.33%;
	float: left;
}
.form_flow ul.three:before {
	left: 15%;
	width: 70%;
}

section.shadow {
	position: relative;
}
section.shadow:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 8px;
	background: rgb(238,238,238);
background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
}

.form_pagetitle {
	text-align: center;
	margin: 0 auto 16px;
}
.form_pagetitle span {
	display: inline-block;
	font-size: 140%;
	color: #ff7f50;
	padding: 8px 40px 10px;
	margin: 0 auto;
	border-bottom: 2px solid #ff7f50;
}



.course_already {
	display: table;
	border-collapse:separate;
	border-spacing:20px;
	width: calc(100% + 40px);
	margin-top: 0px;
	margin-left: -20px;
}
.course_already dl {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	font-size: 90%;
	line-height: 140%;
	padding: 16px 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.course_already dt {
	min-height: 7em;
}
.course_already dd {
	width: 100%;
	margin-top: 16px;
}
.course_already dd a {
	display: block;
	width: 200px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	padding: 12px 0 16px;
	background-color: #ff7f50;
	border-radius: 100px;
	transition: .2s;
}
.course_already dd a:hover {
	opacity: 0.7;
}
.course_already dd a span {
	display: inline-block;
	padding-left: 32px;
	position: relative;
}
.course_already dd a span:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.course_already dd a.login span:before {
	background-image:url(../Common/img/login_wh.svg);
}
.course_already dd a.mail span:before {
	background-image:url(../Common/img/menu7_wh.svg);
}

.course_select {
	display: table;
	border-collapse:separate;
	border-spacing:40px;
	width: 95%;
	margin: 0 auto;
}
.course_select > div.cs_box {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	font-size: 100%;
	line-height: 140%;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
}
.co_page div.cs_box {
	padding-bottom: 40px;
}
.course_select > div.cs_box .fuki {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 140px;
	height: 140px;
	font-size: 80%;
	font-weight: 900;
	text-align: center;
	padding: 0;
	background-color: #FFF;
	border-radius: 200px;
}
.course_select > div.cs_box .fuki p {
	padding: 0;
}
.course_select .cs_box.box1 .fuki {
	color: #4D59A7;
	border: 2px solid #4D59A7;
}
.course_select .cs_box.box1 .fuki p {
	padding-top: 46px;
}
.course_select .cs_box.box2 .fuki {
	color: #EA6E82;
	border: 2px solid #EA6E82;
}
.course_select .cs_box.box2 .fuki p {
	padding-top: 32px;
}
.course_select .cs_box.box1 {
	background-color: #EDEEF6;
}
.course_select .cs_box.box2 {
	background-color: #FDEFF1;
}
.course_select .cs_box .title {
	padding: 16px 0 24px;
	color: #FFF;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.course_select .cs_box.box1 .title {
	background-image:url(../Common/img/box1_title_bg.png);
}
.course_select .cs_box.box2 .title {
	background-image:url(../Common/img/box2_title_bg.png);
}
.course_select .cs_box h4 {
	font-size: 150%;
	text-align: center;
}
.course_select .cs_box h4 span {
	display: block;
	font-size: 70%;
	padding-bottom: 8px;
}
.course_select .cs_box .height {
	height: 5.3em;
	margin-top: 32px;
}
.course_select .cs_box .label {
	width: 70%;
	text-align: center;
	padding: 8px 0 10px;
	margin: 24px auto;
	background-color: #FFF;
	border-radius: 100px;
}
.course_select .cs_box .label span {
	padding: 0 12px;
}
.course_select .cs_box .lead {
	width: 86%;
	padding: 0;
	margin: 0 auto;
}
.course_select .cs_box .kikan {
	display: table;
	border-collapse:collapse;
	border-spacing:0px;
	width: 86%;
	font-size: 90%;
	margin: 16px auto 0;
	background-color: #FFF;
}
.course_select .cs_box .kikan dt {
	display: table-cell;
	vertical-align: middle;
	width: 7em;
	color: #FFF;
	text-align: center;
	padding: 13px 16px 16px;
}
.course_select .cs_box .kikan dd {
	display: table-cell;
	vertical-align: middle;
	padding: 13px 16px 16px;
}
.course_select .cs_box .pay {
	display: table;
	border-collapse:collapse;
	border-spacing:0px;
	width: 86%;
	font-size: 90%;
	margin: 4px auto 0;
	background-color: #FFF;
}
.course_select .cs_box .pay dt {
	display: table-cell;
	vertical-align: middle;
	width: 7em;
	color: #FFF;
	text-align: center;
	padding: 13px 16px 16px;
}
.course_select .cs_box .pay dd {
	display: table-cell;
	vertical-align: middle;
	padding: 13px 16px 16px;
}
.course_select .cs_box .pay span {
	font-size: 150%;
	padding: 0 8px;
}

.course_select .cs_box.box1 dt {
	background-color: #4D59A7;
}
.course_select .cs_box.box2 dt {
	background-color: #EA6E82;
}
.course_select .cs_box .btn {
	margin: 24px auto;
}
.course_select .cs_box .btn a {
	display: block;
	width: 70%;
	text-align: center;
	color: #FFF;
	padding: 12px 0 16px;
	margin: 0 auto;
	background-color: #ff7f50;
	border-radius: 40px;
	transition: .2s;
}
.course_select .cs_box .btn a:hover {
	opacity: 0.7;
}

.card {
	padding:16px 0 40px;
}
.card li {
	display: inline-block;
}
.card li:nth-child(n+2) {
	margin-left: 8px;
}

.yubin_entry {
	text-align: center;
	padding: 16px 40px 40px;
	margin: 0 auto 40px;
	border: 1px solid #CCC;
}
.yubin_entry br.for_tb {
	display: none;
}
.yubin_entry .btn {
	margin-top: 24px;
}
.yubin_entry .btn a {
	display: block;
	width: 30%;
	text-align: center;
	color: #FFF;
	padding: 12px 0 16px;
	margin: 0 auto;
	background-color: #ff7f50;
	border-radius: 40px;
	transition: .2s;
}
.yubin_entry .btn a:hover {
	opacity: 0.7;
}
.yubin_entry .btn a span {
	display: inline-block;
	padding-left: 32px;
	position: relative;
}
.yubin_entry .btn a span:before {
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background-image:url(../Common/img/menu7_wh.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.user_info_area {
	padding-bottom: 16px;
}
.user_info_area:after {
	content: ""; clear: both; height: 0; display: block; visibility: hidden;
}
.user_info {
	display: table;
	width: 50%;
	float: left;
}
.user_info h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 100%;
	line-height: 140%;
	font-weight: 900;
	text-align: center;
	color: #ff7f50;
	padding: 0 12px;
	border-top: 2px solid #ff7f50;
	border-right: 2px solid #ff7f50;
}
.user_info br {
}
.user_info div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
}
.user_info h4 {
	font-size: 120% !important;
	line-height: 140% !important;
	font-weight: 900 !important;
	color: #666 !important;
	padding-bottom: 8px !important;
}
.user_info dl {
	display: table;
	width: 100%;
	font-size: 120%;
	line-height: 140%;
	padding: 8px 0 0 21px;
	position: relative;
}
.user_info dl:before {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background-color: #ff7f50;
	border-radius: 8px;
	z-index: -1;
}
.user_info dt,
.user_info dd {
	display: table-cell;
	vertical-align: middle;
}
.user_info dt {
	width: 96px;
}
.user_text {
	width: 40%;
	float: right;
	margin-top: 8px;
}
.user_text.only {
	width: 100% !important;
	float: none;
}
.user_kiyaku {
	font-size: 100%;
	line-height: 140%;
	margin-top: 8px;
}
.user_kiyaku li {
	display: inline-block;
}
.user_kiyaku li:nth-child(n+2) {
	margin-left: 40px;
}
.user_kiyaku li a {
	padding-left: 20px;
	position: relative;
}
.user_kiyaku li a:before{
	content:"";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 38%;
	left: 0;
}


.formarea {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	font-size:100%;
	line-height:140%;
	padding:0px;
	margin-top: 8px;
}
.formarea th,
.formarea td {
	padding:16px 16px;
	border-bottom: 2px solid #FFF;
}
.formarea th {
	width: 240px;
	background-color:#FFEEE1;
}
.formarea tr.required th span {
	display: inline-block;
	padding-right: 48px;
	position: relative;
}
.formarea tr.required th span:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "必須";
	font-size: 65%;
	line-height: 120%;
	color: #FFF;
	padding: 2px 6px 4px;
	background-color: #FF7F50;
	border-radius: 4px;
}
.formarea td {
	background-color:#F9F9F9;
}
.formarea td .lead {
	line-height: 140%;
	padding: 0 0 8px;
	margin: 0;
}
.formarea td p.notice {
	font-size: 90%;
	color: #666;
	margin-top: 8px;
}
.formarea td ul.notice {
	font-size: 90%;
	color: #666;
	margin-top: 8px;
}
.formarea td ul.notice li {
	padding-left: 1em;
	text-indent: -1em;
}
.formarea td ul.notice li:nth-child(n+2) {
	margin-top: 4px;
}
.formarea td ul.notice li#pharmacistdiv {
    font-weight: bold;
}
.box_form {
	
}
.box_form .add {
	margin-top: 8px;
}
.box_form .text {
	display: table;
}
.box_form .text span {
	display: table-cell;
	vertical-align: middle;
}
.box_form .text span:nth-child(n+2) {
	padding-left: 8px;
}
.box_form .text.short span input {
	width: 100px;
}
.box_form .text.middle span input {
	width: 200px;
}
.duplicate {
	display: block;
	color: #000;
	padding: 8px 16px;
	margin-left: 8px;
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	transition: .2s;
}
.duplicate:hover {
	opacity: 0.6;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

input[type="text"], 
input[type="password"] {
	display: inline-block;
	font-size: 100%;
	height: 48px;
	padding: 0 12px;
	width: 400px;
	font-family: inherit;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus {
	background-color: #FFECE5;
	border: 1px solid #FF7F50;
	outline:none;
}
textarea {
	display: inline-block;
	font-size: 100%;
	padding: 12px;
	width: 100%;
	font-family: inherit;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
}
textarea:focus {
	background-color: #FFECE5;
	border: 1px solid #FF7F50;
	outline:none;
}

/* select */
.cp_ipselect {
	overflow: hidden;
}
.cp_ipselect select {
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	font-size: 100%;
	height: 48px;
	/*padding: 0 12px; 入力エラーのときに余白ができるため*/
	padding:0;
	width: 400px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 45%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 0px;
	color: #666666;
}

.cp_ipselect.cp_sl02 {
	position: relative;
	font-size: 100%;
	height: 48px;
	/*padding: 0 12px; 入力エラーのときに余白ができるため*/
	padding:0;
	width: 200px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 45%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 12px;
	color: #666666;
}

/* checkbox */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #231815;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
input[type=checkbox] + label::after {
	border-right: 3px solid #ff7f50;
	border-bottom: 3px solid #ff7f50;
	content: '';
	display: block;
	height: 9px;
	left: 10px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 5px;
}
input[type=checkbox]:checked + label::after {
	opacity: 1;
}

/* radio */
ul.radio {
	margin-bottom: 8px;
}
ul.radio li ul {
	margin-left: 38px;
}
input[type=radio] {
	display: none;
}
input[type=radio] + label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
input[type=radio] + label::before {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
input[type=radio] + label::after {
	background: #ff7f50;
	border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 9px;
	margin-top: -4px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: scale3d(.3,.3,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	width: 10px;
}
input[type=radio]:checked + label::before {
	border-color: #666;
}
input[type=radio]:checked + label::after {
	opacity: 1;
	transform: scale3d(1,1,1);
}

ul.btnarea {
	display:block;
	text-align:center;
	margin: 24px 0;
}
ul.btnarea li {
	display:inline-block;
	padding-right:16px;
}
ul.btnarea li:last-child {
	padding-right:0px;
}
ul.btnarea li a {
	display: table;
	width: 200px;
	height: 48px;
	border-radius: 5px;
	transition: .2s;
}
ul.btnarea li a:hover {
	opacity: 0.7;
}
ul.btnarea li a span {
	display: table-cell;
	vertical-align: middle;
}
ul.btnarea li.back a {
	color: #000;
	background: #f9f9f9;
	border: 1px solid #CCC;
}
ul.btnarea li.next a {
	color: #FFF;
	background: #ff7f50;
	border: 1px solid #ff7f50;
}

ul.btnarea.co_page {
	margin: 16px 0 0;
}
ul.btnarea.co_page li a {
	display: table;
	width: 400px;
	height: 56px;
	font-size: 120%;
	border-radius: 28px;
}
.end_attention {
	padding: 24px;
	border: 2px solid #C00;
}
.end_attention * {
	color: #C00;
}
.end_attention h4 {
	padding: 0;
	margin: 0;
}
.end_attention a {
	color: #06C;
	transition: .2s;
}
.end_attention a:hover {
	opacity: 0.7;
}

/* PA追加　ここから*/
strong.required {
	color: Red;
}
.validation-error {
	border: 1px solid #f00 !important;
	background-color: #FEE !important;
	color: #E00 !important;
}
.grey{
	background-color:#AAA;	
}
/* PA追加　ここまで*/


/* PC small ------------------------------------------------------------------ */
@media screen and (min-width: 1025px) and (max-width: 1210px) {

.page_main {
	padding: 80px 0 0;
}


}


/* TABLET ------------------------------------------------------------------ */
@media screen and (min-width: 641px) and (max-width: 1024px) {

#h_inner #btnmenu {
	display: block;
}
#h_inner #btnmenu li a {
	height: 40px;
}
.page_main {
	padding: 72px 0 0;
}

.form_flow ul {
	font-size: 85%;
}
.form_flow ul li span.txt {
	width: 85%;
}

.course_select {
	border-spacing: 24px;
	width: 98%;
	margin: 0 auto;
}
.course_select > div.cs_box .fuki {
	top: -36px;
	left: -20px;
	width: 104px;
	height: 104px;
	font-size: 65%;
	line-height: 140%;
}
.course_select .cs_box.box1 .fuki p {
	padding-top: 35px;
}
.course_select .cs_box.box2 .fuki p {
	padding-top: 27px;
}
.course_select .cs_box .title {
	padding: 12px 0 20px;
}
.course_select .cs_box h4 {
	font-size: 130%;
}
.course_select .cs_box h4 span {
	font-size: 70%;
	padding-bottom: 8px;
}
.course_select .cs_box .label {
	width: 80%;
	text-align: center;
	padding: 8px 0 10px;
	margin: 16px auto;
	background-color: #FFF;
	border-radius: 100px;
}
.course_select .cs_box .lead {
	width: 86%;
	font-size: 90%;
}
.course_select .cs_box .kikan {
	width: 86%;
	font-size: 90%;
}

.course_select .cs_box .kikan dt {
	width: 6em;
	padding: 10px 4px 14px;
}
.course_select .cs_box .kikan dd {
	padding: 10px 16px 14px;
}
.course_select .cs_box .pay dt {
	width: 6em;
	padding: 10px 4px 14px;
}
.course_select .cs_box .pay dd {
	padding: 10px 16px 14px;
}

.yubin_entry {
	padding: 16px 24px 40px;
}
.yubin_entry br.for_tb {
	display: block;
}

.user_info_area {
	padding: 16px 0 0;
}
.user_info {
	width: 50%;
	float: left;
}
.user_info h3 {
	font-size: 80%;
	padding: 0 8px 0 8px;
}
.user_info div {
	padding: 0 16px;
}
.user_info h4 {
	font-size: 100%;
}
.user_info dl {
	font-size: 90%;
	padding: 4px 0 0 15px;
}
.user_info dl:before {
	bottom: 3px;
	width: 12px;
	height: 12px;
}
.user_info dt {
	width: 80px;
}
.user_text {
	width: 50%;
	float: right;
	margin-top: 15px;
	font-size: 85%;
}

.box_form .text {
	width: 100%;
}
.box_form .text.f02 span:nth-child(1) {
	width: 70%;
}
.box_form .text.f02 span:nth-child(1) input {
	width: 100%;
}
.box_form .text.f02 span:nth-child(2) {
}
.duplicate {
	font-size: 80%;
	line-height: 120%;
	text-align: center;
	padding: 8px 8px;
	margin-left: 8px;
}
.box_form .text.f03 span input,
.box_form .text.f04 span input {
	width: 100%;
}

.box_form .text input {
	width: 100%;
}
.box_form .text.short {
	width: 86%;
}
.box_form .text.short span input {
	width: 100%;
}
.box_form .text.middle span input {
	width: 100%;
}

.pagetop {
	bottom: 16px;
}
#copyright {
	margin-bottom: 0;
}
}


/* SMARTPHONE ------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
#h_inner #logo {
	width: 70%;
	float: left;
}
#h_inner #logo dd {
	bottom: -8%;
	left: 45px;
}
#h_inner #btnmenu {
	display: block;
	margin-top: 16px;
}
#h_inner #btnmenu li a {
	height: 40px;
}
#h_inner #btnmenu li a p {
	padding: 0 8px 4px;
}
#h_inner #btnmenu li.topback a span {
	font-size: 60%;
	padding-left: 16px;
}
.page_main {
	padding: 64px 0 0;
}

h3.ttl_normal.sp_large {
	font-size: 5.5vw;
	line-height: 140%;
}

.form_flow ul {
	width: 90%;
	font-size: 4vw;
	margin: 0 auto;
	padding-bottom: 32px;
	position: relative;
}
.form_flow ul:before {
	width: 85%;
	top: 10px;
	left: 16px;
	height: 2px;
}
.form_flow ul li {
}
.form_flow ul li:after {
content: ""; clear: both; height: 0; display: block; visibility: hidden;
}
.form_flow ul li p.num {
	width: 22px;
	height: 22px;
	float: none;
	font-size: 75%;
	line-height: 110%;
	border-radius: 40px;
	background: none;
	background-color: #F0F0F0;
	box-shadow:none;
}
.form_flow ul li span.txt {
	width: 80%;
	text-align: none;
	font-size: 85%;
	line-height: 120%;
	padding: 2px 0 6px 8px;
	float: left;
	margin: 2px auto 0;
}
.form_flow ul li span.txt:before {
	display: none;
}
.form_flow ul li span.txt br {
	display: none;
}
.form_flow ul li span.txt {
	display: none;
}
.form_flow ul li.stay span.txt {
	position: absolute;
	bottom: 0;
	left: 5%;
	display: block;
	width: 90%;
}
.form_flow ul.five {
	width: 92%;
}
.form_flow ul.five:before {
	left: 24px;
	width: 80%;
}
.form_flow ul.four {
	width: 90%;
}
.form_flow ul.four:before {
	left: 32px;
	width: 80%;
}
.form_flow ul.three {
	width: 90%;
}
.form_flow ul.three:before {
	left: 50px;
	width: 70%;
}

.form_pagetitle {
	margin-top: 8px;
}

.course_already {
	display: block;
	width: 100%;
	margin-left: 0px;
}
.course_already dl {
	display: block;
	width: 100%;
	margin-top: 16px;
}

.course_select {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.course_select > div.cs_box {
	display: block;
	width: 100%;
}

.course_select > div.cs_box .fuki {
	top: -20px;
	left: -16px;
	width: 96px;
	height: 96px;
	font-size: 60%;
	line-height: 140%;
}
.course_select .cs_box.box1 .fuki p {
	padding-top: 35px;
}
.course_select .cs_box.box2 .fuki p {
	padding-top: 27px;
}
.course_select .cs_box .title {
	padding: 12px 0 20px;
}
.course_select .cs_box h4 {
	font-size: 130%;
}
.course_select .cs_box h4 span {
	font-size: 70%;
	padding-bottom: 8px;
}
.course_select .cs_box .height {
	height: auto;
}
.course_select .cs_box .label {
	width: 80%;
	text-align: center;
	padding: 8px 0 10px;
	margin: 16px auto;
	background-color: #FFF;
	border-radius: 100px;
}
.course_select .cs_box .lead {
	width: 86%;
	font-size: 90%;
}
.course_select .cs_box .kikan {
	width: 86%;
	font-size: 75%;
	padding-top: 16px;
	margin: 16px auto 0;
}
.course_select .cs_box .pay {
	width: 86%;
	font-size: 75%;
	padding: 16px 0;
	margin: 4px auto 0;
}
.course_select .cs_box .pay span {
	padding: 0 8px;
}
.course_select .cs_box .btn {
	padding-bottom: 24px;
	margin: 24px auto;
}
.course_select .cs_box .btn a {
	width: 70%;
	padding: 12px 0 16px;
}

.course_select .cs_box .kikan dt {
	width: 5.5em;
	padding: 10px 0px 14px;
}
.course_select .cs_box .kikan dd {
	padding: 10px 10px 14px;
}
.course_select .cs_box .pay dt {
	width: 5.5em;
	padding: 10px 0px 14px;
}
.course_select .cs_box .pay dd {
	padding: 10px 10px 14px;
}

.card {
	padding:16px 0 40px;
}
.card li {
}
.card li img {
	height: 48px;
}

.yubin_entry {
	text-align: left;
	padding: 16px 16px 32px;
}
.yubin_entry .lead {
	text-align: left;
}
.yubin_entry .btn a {
	width: 70%;
}

.user_info_area {
	padding: 0;
}
.user_info {
	width: 100%;
	float: none;
}
.user_info h3 {
	display: block;
	font-size: 4vw;
	padding: 8px 0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ff7f50;
}
.user_info h3 br {
	display: none;
}
.user_info div {
	display: block;
	padding: 0 16px;
}
.user_info h4 {
	font-size: 4vw;
	padding: 8px;
	text-align: center;
}
.user_info dl {
	width: 100%;
	font-size: 4vw;
	margin: 0 auto;
}
.user_info dl:before {
	bottom: 2px;
}
.user_info dt {
	width: 80px;
}
.user_text {
	width: 100%;
	float: none;
	margin-top: 8px;
}

.user_kiyaku li {
	display: block;
}
.user_kiyaku li:nth-child(n+2) {
	margin-top: 8px;
	margin-left: 0px;
}

.formarea {
	display: block;
	width: 100%;
	font-size:4vw;
}
.formarea th,
.formarea td {
	display: block;
	padding:16px;
}
.formarea tbody,
.formarea tr {
	display: block;
	width: 100%;
}
.formarea th {
	width: 100%;
	border-bottom: none;
}
.formarea td {
	width: 100%;
	border-bottom: 4px solid #FFF;
}
input[type="text"] {
	width: 100%;
}
input[type="password"] {
	width: 100%;
}
.cp_ipselect.cp_sl01 {
	width: 100%;
}
.box_form .text {
	width: 100%;
}
.box_form .text.f02 span:nth-child(1) {
	width: 70%;
}
.box_form .text.f02 span:nth-child(1) input {
	width: 100%;
}
.box_form .text.f02 span:nth-child(2) {
}
.duplicate {
	font-size: 80%;
	line-height: 120%;
	text-align: center;
	padding: 8px 8px;
	margin-left: 8px;
}
.box_form .text.f03 span input,
.box_form .text.f04 span input {
	width: 100%;
}

.box_form .text input {
	width: 70%;
}
.box_form .text.short span input {
	width: 100%;
}
.box_form .text.middle span input {
	width: 100%;
}

ul.btnarea li a {
	width: 140px;
}
ul.btnarea.co_page {
	width: 90%;
	text-align: center;
	margin: 16px auto 0;
}
ul.btnarea.co_page li {
	display: block;
}
ul.btnarea.co_page li a {
	width: 100%;
	padding: 0px;
	font-size: 100%;
	margin: 0 auto;
}
.pagetop {
	bottom: 16px;
}
#copyright {
	margin-bottom: 0;
}
}



/* ###################### PRINT CSS ###################### */
@media print {



}