@charset 'UTF-8';

/* common */
body {
	font: 13px/1.231 "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	line-height: 1.75em;
	min-width: 1000px;
	min-height: 100%;
	position: relative;
	color: #323232;
	background-color: #fff;
}
ul,ol {
	list-style: none;
}
input,textarea,select,pre {
	font: 13px/1.231 Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
:-ms-input-placeholder {
	opacity: 0.5;
}
.contents-all {
	overflow: hidden;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
.anchor {
/*
	position: absolute;
	top: -150px;
	left: 0;
*/
}
.sp,
.acc-contents {
	display: none;
}
.acc-contents.opened {
	display: block;
}
.aling-left {
	text-align: left;
}
.aling-center {
	text-align: center;
}
.aling-right {
	text-align: right;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}
.mb70 {
	margin-bottom: 70px!important;
}
.mb80 {
	margin-bottom: 80px!important;
}
.mb90 {
	margin-bottom: 90px!important;
}
.mb100 {
	margin-bottom: 100px!important;
}
.width10{
	width: 10% !important;
}
.width20{
	width: 20% !important;
}
.width30{
	width: 30% !important;
}
.width40{
	width: 40% !important;
}
.width50{
	width: 50% !important;
}
.width60{
	width: 60% !important;
}
.width70{
	width: 70% !important;
}
.width80{
	width: 80% !important;
}
.width90{
	width: 90% !important;
}
.width100{
	width: 100% !important;
}
.width5{
	width: 5% !important;
}
.width15{
	width: 15% !important;
}
.width25{
	width: 25% !important;
}
.width55{
	width: 55% !important;
}
.width75{
	width: 75% !important;
}
.section {
	margin-bottom: 80px;
}
.zoom {
	position: relative;
	display: block;
	background-color: #e9e9e9;
}
.zoom:hover {
	opacity: 0.8;
}
.zoom:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("images/common/zoom_icon.png") center center no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* header */
header {
/*	background: url("images/common/title_bg.png") center top no-repeat;  */
/*	background: url("images/common/dnss_logo.png") right top no-repeat;  */
/*    min-height: 196px;  */
    min-height: 30px;
}
header h2 {
	width: 100%;
	height: 165px;
}
header h2 img {
	display: none;
	margin: 0 auto;
}


/* contents */
#contents {
	overflow: hidden;
	padding-bottom: 60px;
}
.main-box {
	float: right;
	width: 740px;
	position: relative;
}
.main-box.column1 {
	float: none;
	margin: 0 auto;
}
.side-box {
	position: relative;
	float: left;
	width: 220px;
}
.sidebox-wrap {
	width: 220px;
}


/* side-menu */
.side-box .side-menu {
	background: url("images/common/side_menu_bg.png") center center;
}
.side-box .side-menu dt {
	font-size: 20px;
	line-height: 1.3;
	border-top: 4px solid #e78419;
	border-bottom: 2px solid #e78419;
	text-align: center;
	padding: 16px 0;
}
.side-box .side-menu dd ul > li {
	border-bottom: 2px solid #fff;
}
.side-box .side-menu dd ul > li a {
	position: relative;
	width: 100%;
	display: block;
	color: #323232;
	text-decoration: none;
	font-size: 16px;
	box-sizing: border-box;
	padding: 20px 10px ;
}
.side-box .side-menu dd ul > li a span {
	display: block;
	font-size: 11px;
}
.side-box .side-menu dd ul > li a.opened,
.side-box .side-menu dd ul > li a:hover {
	background: url("images/common/side_menu_acc_bg.png") center center;
}
.side-box .side-menu dd ul > li ul li a {
	text-decoration: underline;
	line-height: 1.625;
	padding: 4px 20px;
	background: url("images/common/side_menu_acc_bg.png") center center;
}

.side-box .side-menu dd ul > li .arrow {
	position: absolute;
	top: 33px;
	right: 8px;
	width: 20px;
	height: 20px;
	background-color: #e78419;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
}
.side-box .side-menu dd ul > li .arrow {
	margin-left: 0;
}
.side-box .side-menu dd ul > li .arrow:before {
	content: "";
	width: 8px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 4px;
	transform: rotate(45deg);
	transition: all .3s linear;
}
.side-box .side-menu dd ul > li a.opened .arrow:before {
	transform: rotate(-45deg);
}
.side-box .side-menu dd ul > li .arrow:after {
	content: "";
	width: 8px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 8px;
	transform: rotate(-45deg);
	transition: all .3s linear;
}
.side-box .side-menu dd ul > li a.opened .arrow:after {
	transform: rotate(45deg);
}

/* FAQ side menu */
.side-box .side-menu.faq dt {
	margin-bottom: 12px;
}
.side-box .side-menu.faq dd > ul {
	overflow: hidden;
}
.side-box .side-menu.faq dd ul > li {
	border-bottom: none;
	overflow: hidden;
}
.side-box .side-menu.faq dd > ul > li {
	border-bottom: 2px solid #fff;
}
.side-box .side-menu.faq dd ul > li div.category-title.opened {
	background: url("images/common/side_menu_acc_bg.png") center center;
}
.side-box .side-menu.faq dd > ul > li a {
	background: none;
}
.side-box .side-menu.faq dd ul > li a {
	display: flex;
	padding: 20px 10px 20px 0;
	outline: none;
	box-sizing: border-box;
}
.side-box .side-menu.faq dd ul > li ul li a {
	padding: 4px 20px;
}

.side-box .side-menu.faq dd ul > li a .control {
	display: flex;
	justify-content: left;
	align-items: center;
	min-width: 20px;
}
.side-box .side-menu.faq dd ul > li a .control.none img {
	display: none;
}
.side-box .side-menu.faq dd ul > li a .control.opened img {
	transform: rotate(90deg);
}
.side-box .side-menu.faq dd ul > li a .count {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-left: 6px;
}
.side-box .side-menu.faq dd ul > li ul li a {
	padding-left: 2px;
	text-decoration: none;
}
.side-box .side-menu.faq dd ul.child-content {
	display: none;
	background: url("images/common/side_menu_acc_bg.png") center center;
}
.side-box .side-menu.faq dd ul.child-content.opened {
	display: block;
}
.side-box .side-menu.faq dd ul > li.current > div.category-title {
	background: url("images/common/side_menu_acc_bg.png") center center;
}
.side-box .side-menu.faq dd ul > li.current > div.category-title {
	border-left: 2px solid #e78419;
}
.side-box .side-menu.faq dd ul > li > div.category-title:hover {
	background: url("images/common/side_menu_acc_bg.png") center center;
}

/* elements */
/* title */
.main-box h3 {
	font-size: 28px;
	line-height: 1.214;
	margin-bottom: 37px;
	position: relative;
}
.main-box h4 {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 14px;
	position: relative;
	padding: 14px 0 14px 20px;
	border-bottom: 4px solid #e9e9e9;
}
.main-box h4:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 61px 61px 0 0;
	border-color: #ffefdc transparent transparent transparent;
	z-index: -1;
}
.main-box h5 {
	font-size: 20px;
	line-height: 1.545;
	background-color: #e9e9e9;
	margin-bottom: 14px;
	padding: 5px 10px;
	position: relative;
}
.main-box h6 {
	font-size: 22px;
	line-height: 1.545;
	margin-bottom: 14px;
	position: relative;
}


/* text style */
.main-box p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 17px;
}
.main-box p strong {
	color: #e78419;
	font-weight: normal;
}
.main-box p.error-message {
	color: #f00;
}
.main-box p.error-message-top {
	color: #f00;
	border-top: 3px double #f00;
	border-bottom: 3px double #f00;
	background-color: #fcc;
	padding: 10px;
	text-align: center;
}
.main-box a {
	color: #0b6e93;
	text-decoration: underline;
}
.main-box a:hover {
	text-decoration: none;
}
ul.notice-list,
ol.notice-list {
	background: url("images/common/gray_stripe_bg.png") center center;
	padding: 16px;
	margin-bottom: 28px;
	counter-reset: number 0;
}
ul.notice-list li {
	font-size: 11px;
	line-height: 1.363;
	margin-top: 4px;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
ul.notice-list li:before {
	content: "*　";
}
ol.notice-list li {
	font-size: 11px;
	line-height: 1.363;
	margin-top: 4px;
	padding-left: 2.2em;
	text-indent: -2.2em;
}
ol.notice-list li:before {
	counter-increment: number 1;
	content: "*" counter(number) "　";
}
ol.notice-list li:first-child {
	margin-top: 0;
}
.photo-left-box,
.photo-right-box {
	overflow: hidden;
	margin-bottom: 30px;
}
.photo-left-box img,
.photo-right-box img {
	display: block;
}
.photo-left-box .photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.photo-right-box .photo {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


/* box style */
.box-1column {
	margin-bottom: 20px;
	border: 2px dashed #e5e5e5;
	padding: 22px 11px 20px;
	position: relative;
}
.box-1column.no-line {
	border: none;
	padding-right: 0;
	padding-left: 0;
}
.box-1column dt {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding: 5px 0 5px 10px;
	margin-bottom: 14px;
}
.box-1column dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e78419;
	width: 5px;
	height: 100%;
	border-radius: 2px;
}
.box-1column dt span {
	font-size: 16px;
	font-weight: normal;
	display: block;
	line-height: 1.625;
}
.box-1column dd {
	padding-bottom: 92px;
}
.box-1column.no-line dd {
	padding-bottom: 0;
}
.box-1column dd img {
	display: block;
	margin: 0 auto;
}
.box-1column dd .img-wrap {
	display: block;
	margin: 0 auto 16px;
	border: 4px solid #e9e9e9;
}
.box-1column dd > a.detailview {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 236px;
	width: 260px;
	margin: 0 auto;
	border: 4px solid #e78419;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #e78419;
	text-decoration: none;
	line-height: 2.5;
	border-radius: 26px;
}
.box-1column dd > a.detailview:hover {
	color: #fff;
	background-color: #e78419;
}
.box-2columns .box-1column dd > a.detailview {
	left: 43px;
}
.box-2columns {
	margin-bottom: 76px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box-2columns > dl {
	width: 357px;
	box-sizing: border-box;
}
.box-2columns.no-line .title,
.box-2columns.no-line .picture,
.box-2columns.no-line .text {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.box-2columns.no-line .title {
	align-items: flex-end;
}
.box-2columns.no-line .title p {
	width: 360px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.181;
	position: relative;
	padding-left: 10px;
	margin-bottom: 14px;
}
.box-2columns.no-line .title p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e78419;
	width: 5px;
	height: 100%;
	border-radius: 2px;
}
.box-2columns.no-line .picture div {
	width: 360px;
	margin-bottom: 13px;
}
.box-2columns.no-line .picture div img {
	display: block;
	margin: 0 auto;
}
.box-2columns.no-line .text p {
	width: 360px;
	margin-bottom: 60px;
}
a.linkbox-1column {
	margin-bottom: 20px;
	display: block;
	color: #323232;
	text-decoration: none;
	position: relative;
}
a.linkbox-1column:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #e78419 transparent;
}
a.linkbox-1column:hover {
	opacity: 0.7;
}
.linkbox-1column dt img {
	display: block;
	margin: 0 auto;
}
.linkbox-1column dd {
	padding: 12px 17px;
}
.linkbox-1column dd:before {
	content: "";
	position: absolute;
	bottom: 12px;
	right: 3px;
	width: 7px;
	height: 1px;
	background-color: #fff;
	transform: rotate(45deg);
	z-index: 100;
}
.linkbox-1column dd:after {
	content: "";
	position: absolute;
	bottom: 8px;
	right: 3px;
	width: 7px;
	height: 1px;
	background-color: #fff;
	transform: rotate(-45deg);
	z-index: 100;
}
.linkbox-1column dd p {
	margin: 0;
}
.linkbox-2columns {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.linkbox-2columns a.linkbox-1column {
	background: url("images/common/gray_stripe_bg.png") center center;
	margin-bottom: 0;
	width: 360px;
}
.picturebox {
	margin-bottom: 20px;
	overflow: hidden;
}
.picturebox img {
	display: block;
	margin: 0 auto;
}
.picturebox.column2 li {
	width: 360px;
	float: left;
	margin-left: 20px;
}
.picturebox.column3 li {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.picturebox.column2 li:first-child,
.picturebox.column3 li:first-child {
	margin-left: 0;
}


/* list style */
.main-box ul.circle,
.main-box ul.links,
.main-box ul.external-links,
.main-box ul.download-links,
.main-box ul.data-links {
	margin-bottom: 25px;
}
.main-box ul.circle li,
.main-box ul.links li,
.main-box ul.external-links li,
.main-box ul.download-links li,
.main-box ul.data-links li {
	font-size: 14px;
	line-height: 1.625;
	text-indent: -1.7em;
	padding-left: 1.7em;
	margin-bottom: 6px;
}
.main-box ul.circle li:before {
	content: "●　";
	color: #b8b8b8;
}
.main-box ul.links > li > a {
	background: url("images/common/list_link_arrow.png") left top no-repeat;
	background-size: 18px 18px;
	padding-left: 28px;
}
.main-box ul.external-links > li > a {
	background: url("images/common/external_link_icon.png") left top no-repeat;
	background-size: 15px 16px;
	padding-left: 29px;
}
.main-box ul.download-links > li > a {
	background: url("images/common/download_icon.png") left top no-repeat;
	background-size: 16px 15px;
	padding-left: 29px;
}
.main-box ul.data-links > li > a {
	background: url("images/common/data_dl_icon.png") left top no-repeat;
	background-size: 19px 22px;
	padding-left: 29px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.main-box ul.circle li ul,
.main-box ul.links li ul {
	border-left: 2px solid #b8b8b8;
	margin: 12px 0;
	padding-left: 10px;
}
.main-box ul.circle li ul li,
.main-box ul.links li ul li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.main-box ul.circle li ul li:before {
	content: "・";
	color: #000;
}
.main-box ul.links li ul li a {
	background: url("images/common/list_link_bottom_arrow.png") left 5px no-repeat;
	background-size: 6px 10px;
	padding-left: 15px;
}
.main-box .list-2column ul.circle,
.main-box .list-2column ul.links,
.main-box .list-2column ul.external-links,
.main-box .list-2column ul.download-links,
.main-box .list-2column ul.data-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-box .list-2column ul.circle > li,
.main-box .list-2column ul.links > li,
.main-box .list-2column ul.external-links > li,
.main-box .list-2column ul.download-links > li,
.main-box .list-2column ul.data-links > li {
	width: 45%;
}
.main-box .line-links {
	margin-bottom: 40px;
}
.main-box .line-links li {
	border-bottom: 2px solid #e9e9e9;
	position: relative;
	padding: 17px 0 17px 30px;
}
.main-box .line-links li:before {
	content: "";
	position: absolute;
	top: 46%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #e78419;
}
.main-box .line-links li a {
	color: #323232;
	font-size: 16px;
	text-decoration: none;
}
.main-box .line-links li a:hover {
	color: #e78419;
}
.main-box .panel-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
	counter-reset: number;
}
.main-box .panel-links li {
	width: 360px;
	background: url("images/common/gray_stripe_bg.png") center center;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.625;
	box-sizing: border-box;
	padding: 5px 13px 5px 52px;
	position: relative;
}
.main-box .panel-links.single li {
	line-height: 44px;
}
.main-box .panel-links li:before {
	content: counter(number);
	counter-increment: number 1;
	position: absolute;
	color: #e78419;
	font-size: 30px;
	font-weight: bold;
	top: 4px;
	left: 0;
	width: 52px;
	text-align: center;
}
.main-box .plane-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
	counter-reset: number;
}
.main-box .plane-links li {
	width: 360px;
	line-height: 1.625;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	padding-left: 33px;
}
.main-box .plane-links li:before {
	content: counter(number) ".";
	counter-increment: number 1;
	position: absolute;
	top: 0;
	left: 0;
}
.main-box .plane-links-lg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
	counter-reset: number;
}
.main-box .plane-links-lg > li {
	width: 100%;
	line-height: 1.625;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	padding-left: 33px;
}
.main-box .plane-links-lg > li:before {
	content: counter(number) ".";
	counter-increment: number 1;
	position: absolute;
	top: 0;
	left: 0;
}

/* table style */
.main-box table {
	width: 100%;
	margin-bottom: 40px;
}
.main-box table thead tr th {
	background-color: #e78419;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 2px solid #fff;
	padding: 10px 0;
}
.main-box .column2 thead tr th {
	width: 50%;
}
.main-box .column3 thead tr th {
	width: 33%;
}
.main-box .column4 thead tr th {
	width: 25%;
}
.main-box .column5 thead tr th {
	width: 20%;
}
.main-box table tbody tr td {
	background: url("images/common/gray_stripe_bg.png") center center;
	border: 2px solid #fff;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
	padding: 8px;
}
.main-box .header-rows tr th {
	background-color: #e78419;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 1.625;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	width: 175px;
	/* width: 184px;   by Hotaka 2017.12.14*/
}
.main-box .header-rows tr td {
	background: url("images/common/gray_stripe_bg.png") center center;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 1.5;
	padding: 8px;
}
.main-box .seminar-schedule {
	width: auto;
}
.main-box .seminar-schedule thead th {
	width: 160px;
}
.main-box .seminar-schedule tbody th {
	background-color: #f5f5f5;
	font-size: 16px;
	font-weight: normal;
	border: 2px solid #fff;
	vertical-align: middle;
	position: relative;
}
.main-box .seminar-schedule tbody th:after {
	content: "";
	position: absolute;
	background-color: #e78419;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
}
.main-box .seminar-schedule tbody td {
	font-size: 14px;
	padding: 12px 0;
	width: 79px;
	text-align: center;
}
.main-box .seminar-schedule .none {
	width: 92px;
	background: transparent;
}
.main-box .seminar-schedule tbody td sup {
	font-size: 10px;
	vertical-align: top;
}
.main-box table .active,
.main-box table .active td{
	background: #fff2cc;
}
.main-box table .dis,
.main-box table .dis td{
	background: #d9d9d9;
}
.main-box .fn-list th {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.85;
	text-align: left;
	vertical-align: middle;
	padding: 13px 8px;
	width: 145px;
	box-sizing: border-box;
}
.main-box .fn-list td {
	background: none;
	font-size: 14px;
	vertical-align: middle;
}
.main-box .fn-list th.info {
	background-color: #4ba7e7;
}
.main-box .fn-list td.info {
	background-color: #d9efff;
}
.main-box .fn-list td.info.bg {
	background-color: transparent;
	background: url(images/common/blue_stripe_bg.png) center center;
}
.main-box .fn-list th.success {
	background-color: #6bbb56;
}
.main-box .fn-list td.success {
	background-color: #d2f7c9;
}
.main-box .fn-list td.success.bg {
	background-color: transparent;
	background: url(images/common/green_stripe_bg.png) center center;
}
.main-box .fn-list th.danger {
	background-color: #dc6883;
}
.main-box .fn-list td.danger {
	background-color: #ffe2e9;
}
.main-box .fn-list td.danger.bg {
	background-color: transparent;
	background: url(images/common/pink_stripe_bg.png) center center;
}


/* accordion */
.main-box .accordion {
	margin-bottom: 50px;
}
.main-box .accordion li {
	margin-bottom: 4px;
}
.main-box .accordion li .title {
	background: url("images/common/gray_stripe_bg.png") center center;
	border-bottom: 4px solid #f5f5f5;
	padding: 5px 0;
	position: relative;
}
.main-box .accordion li .title p {
	padding-left: 19px;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}
.main-box .accordion li.faq .title {
	padding: 5px 0;
}
.main-box .accordion li.faq .title p {
	background: transparent url("images/common/q_icon.png") 20px 5px no-repeat;
	background-size: 25px auto;
	padding-left: 54px;
	min-height: 24px;
	padding-top: 4px;
	width: 87%;
}
.main-box .accordion li.faq .title p:hover {
	color: #e78419;
}
.main-box .accordion li .title:hover {
	cursor: pointer;
}
.main-box .accordion li .title .article_id {
	font-size: 12px;
	margin-left: 8px;
}
.main-box .accordion li .title .arrow {
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #e78419;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
}
.main-box .accordion li.faq .title .arrow {
	margin-left: 0;
}
.main-box .accordion li .title .arrow:before {
	content: "";
	width: 8px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 4px;
	transform: rotate(45deg);
	transition: all .3s linear;
}
.main-box .accordion li .title.opened .arrow:before {
	transform: rotate(-45deg);
}
.main-box .accordion li .title .arrow:after {
	content: "";
	width: 8px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 8px;
	transform: rotate(-45deg);
	transition: all .3s linear;
}
.main-box .accordion li .title.opened .arrow:after {
	transform: rotate(45deg);
}
.main-box .accordion li .title p {
	margin: 0;
}
.main-box .accordion li .title p:hover {
	color: #e78419;
}
.main-box .accordion li .detail {
	padding: 5px 50px 5px 19px;
}
.main-box .accordion li .detail .answer {
	background: url("images/common/a_icon.png") left 5px no-repeat;
	background-size: 25px auto;
	padding: 4px 0 10px 35px;
	margin-bottom: 30px;
}
.main-box .accordion li .detail .close {
	display: none;

	width: 196px;
/*	display: block;*/
	margin: 26px auto 0;
	border: 2px solid #dcdcdc;
	text-align: center;
	font-size: 14px;
	color: #323232;
	text-decoration: none;
	line-height: 2.428;
	position: relative;
}
.main-box .accordion li .detail .close:hover {
	background-color: #dcdcdc;
}
.main-box .accordion li .detail .close:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 54px;
	width: 14px;
	height: 2px;
	background-color: #e21b3c;
	transform: rotate(45deg);
}
.main-box .accordion li .detail .close:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 54px;
	width: 14px;
	height: 2px;
	background-color: #e21b3c;
	transform: rotate(-45deg);
}
.main-box .open-all:after {
	content: '';
	display: block;
	clear: both;
}
.main-box .open-all-inner {
	border: 2px solid #e78419;
	border-radius: 30px;
	box-sizing: border-box;
	position: relative;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #e78419;
	margin: 0 12px 10px 0;
	padding: 1px 4px 0 0;
	width: 110px;
	float: right;
	cursor: pointer;
	text-align: right;
}
.main-box .open-all-inner > span:not(.arrow) {
	display: none;
}
.main-box .open-all-inner > span.opened {
	display: inline-block;
}
.main-box .open-all .arrow {
	position: relative;
	width: 20px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.main-box .open-all .arrow:before {
	content: "";
	width: 8px;
	height: 2px;
	background-color: #e78419;
	position: absolute;
	top: 9px;
	left: 4px;
	transform: rotate(45deg);
	transition: all .3s linear;
}
.main-box .open-all .arrow:after {
	content: "";
	width: 8px;
	height: 2px;
	background-color: #e78419;
	position: absolute;
	top: 9px;
	left: 8px;
	transform: rotate(-45deg);
	transition: all .3s linear;
}
.main-box .open-all.opened .arrow:before {
	transform: rotate(-45deg);
}
.main-box .open-all.opened .arrow:after {
	transform: rotate(45deg);
}
.main-box .open-all-inner:hover {
	background-color: #e78419;
	color: #fff;
}
.main-box .open-all-inner:hover .arrow:before {
	background-color: #fff;
}
.main-box .open-all-inner:hover .arrow:after {
	background-color: #fff;
}


/* button style */
.main-box .btn-box {
	text-align: center;
	margin-bottom: 40px;
}
.main-box .btn-box a {
	display: inline-block;
	box-sizing: border-box;
	color: #e78419;
	font-size: 18px;
	text-align: center;
	min-width: 328px;
	text-decoration: none;
	border: 4px solid #e78419;
	line-height: 2.944;
	border-radius: 30px;
}
.main-box .btn-box.waiting-list a {
	min-width: 400px;
}
.main-box .btn-box a:hover {
	color: #fff;
	background-color: #e78419;
}
.main-box .btn-box .disabled {
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	background-color: #999;
	font-size: 18px;
	text-align: center;
	min-width: 328px;
	text-decoration: none;
	border: 4px solid #999;
	line-height: 2.944;
	border-radius: 30px;
}
.main-box .btn-box.column2 a {
	min-width: 268px;
	margin: 0 16px;
}

/* anchor link */
.main-box .anchor-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.main-box .anchor-link li {
	border: 2px solid #f5f5f5;
	background: url("images/common/gray_stripe_bg.png") center center;
	box-sizing: border-box;
	position: relative;
}
.main-box .anchor-link li:hover {
	border: 2px solid #e78419;
}
.main-box .anchor-link li a {
	display: block;
	position: relative;
	font-size: 16px;
	text-decoration: none;
	color: #5c5c5c;
}
.main-box .anchor-link.column2 li {
	width: 360px;
}
.main-box .anchor-link.column2 li a {
	padding: 13px 2px 13px 54px;
}
.main-box .anchor-link.column2 li a:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 13px;
	left: 10px;
	border-radius: 50%;
	background-color: #e78419;
}
.main-box .anchor-link.column2 li a:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 7px;
	top: 22px;
	left: 16px;
	background: url("images/common/anchor_arrow.png") center center no-repeat;
	background-size: 12px 7px;
}
.main-box .anchor-link.column3 li {
	width: 223px;
}
.main-box .anchor-link.column3 li a {
	padding: 22px 0 33px;
	text-align: center;
}
.main-box .anchor-link.column3 li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: 0;
	left: 0;
	background-color: #e78419;
}
.main-box .anchor-link.column3 li a:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 9px;
	bottom: 3px;
	left: 47%;
	background: url("images/common/anchor_arrow.png") center center no-repeat;
	background-size: 16px 9px;
}
.main-box .anchor-link.column4 li {
	width: 170px;
}
.main-box .anchor-link.column4 li a {
	padding: 22px 0 33px;
	text-align: center;
}
.main-box .anchor-link.column4 li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: 0;
	left: 0;
	background-color: #e78419;
}
.main-box .anchor-link.column4 li a:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 9px;
	bottom: 3px;
	left: 47%;
	background: url("images/common/anchor_arrow.png") center center no-repeat;
	background-size: 16px 9px;
}

/* normal link */
.main-box .normal-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.main-box .normal-link li {
	border: 2px solid #f5f5f5;
	background: url("images/common/gray_stripe_bg.png") center center;
	box-sizing: border-box;
	position: relative;
}
.main-box .normal-link li:hover {
	border: 2px solid #e78419;
}
.main-box .normal-link li a {
	display: block;
	position: relative;
	font-size: 16px;
	text-decoration: none;
	color: #5c5c5c;
}
.main-box .normal-link.column2 li {
	width: 360px;
}
.main-box .normal-link.column2 li a {
	padding: 13px 2px 13px 54px;
}

.main-box .normal-link.column2 li a:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 13px;
	left: 10px;
	border-radius: 50%;
}

.main-box .normal-link.column2 li a:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 12px;
	left: 10px;
	background: url("images/common/link_arrow.png") center center no-repeat;
}
.main-box .normal-link.column3 li {
	width: 223px;
}
.main-box .normal-link.column3 li a {
	padding: 22px 0 33px;
	text-align: center;
}
.main-box .normal-link.column3 li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: 0;
	left: 0;
	background-color: #e78419;
}
.main-box .normal-link.column3 li a:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 9px;
	bottom: 3px;
	left: 47%;
	background: url("images/common/anchor_arrow.png") center center no-repeat;
	background-size: 16px 9px;
}
.main-box .normal-link.column4 li {
	width: 170px;
}
.main-box .normal-link.column4 li a {
	padding: 22px 0 33px;
	text-align: center;
}
.main-box .normal-link.column4 li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: 0;
	left: 0;
	background-color: #e78419;
}
.main-box .normal-link.column4 li a:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 9px;
	bottom: 3px;
	left: 47%;
	background: url("images/common/anchor_arrow.png") center center no-repeat;
	background-size: 16px 9px;
}

.main-box .trial-action {
	border: 2px solid #ece9e9;
	background: url("images/common/gray_stripe_bg.png");
	margin-bottom: 40px;
	padding: 35px 0 38px;
}
.main-box .trial-action.bg-picture {
	border: none;
	background: url("images/common/trial_bg.jpg") center center no-repeat;
}
.main-box .trial-action p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 35px;
}
.main-box .trial-action ul {
	text-align: center;
}
.main-box .trial-action ul li {
	display: inline-block;
	background-color: #e78419;
	margin: 0 10px;
	box-sizing: border-box;
	width: 339px;
	border-radius: 36px;
}
.main-box .trial-action ul li:hover {
	background-color: #eea95e;
}
.main-box .trial-action ul li:first-child {
	background-color: #21a3ed;
}
.main-box .trial-action ul li:hover:first-child {
	background-color: #64bff2;
}
.main-box .trial-action ul li a {
	color: #fff;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 37px;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
}
.main-box .trial-action ul li a img {
	float: left;
	width: 49px;
	margin-right: 21px;
}
.main-box .trial-action ul li:frist-child a img {
	margin-right: 47px;
}
.main-box .trial-action ul li a span {
	padding-top: 13px;
	display: block;
	text-align: left;
}


/* article-list */
.main-box .article-list {
	margin-bottom: 40px;
}
.main-box .article-list li {
	border-bottom: 2px solid #e9e9e9;
	padding-bottom: 20px;
	margin-bottom: 16px;
}
.main-box .article-list li div.info {
	margin-bottom: 8px;
	line-height: 1;
}
.main-box .article-list li .date {
	font-size: 15px;
	margin-right: 8px;
}
.main-box .article-list li .finished {
	color: #f00;
	background-color: #ffb3ce;
	display: inline-block;
	padding: 0 10px;
}
.main-box .article-list li .waiting-list {
	color: #f00;
	background-color: #ffb3ce;
	display: inline-block;
	padding: 0 10px;
}
.main-box .article-list li .category,
.main-box .article-list li .city {
	font-size: 12px;
	padding: 4px 10px;
	background-color: #333;
	color: #fff;
	display: inline-block;
	margin-right: 4px;
}
.main-box .article-list li div.info img {
	margin-right: 4px;
}
.main-box .article-list li span.finished {
	background-color: #ffb3ce;
	color: #f00;
	padding: 4px 16px;
}
.main-box .article-list li span.waiting-list {
	background-color: #fff;
	color: #f00;
	padding: 2px 16px;
	border: 2px solid #f00;
}
.main-box .article-list li .title {
	font-size: 20px;
	line-height: 1.3;
	padding-left: 4px;
	color: #333;
}
.main-box .article-list li .title a {
	color: #333;
	text-decoration: underline;
}
.main-box .article-list li .title a:hover {
	text-decoration: none;
}

/* article-title */
.main-box .article-title div.info {
	margin-bottom: 12px;
	line-height: 1;
}
.main-box .article-title {
	margin-bottom: 18px;
}
.main-box .article-title span.date {
	display: block;
	border-bottom: 2px solid #e9e9e9;
	font-size: 15px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.main-box .article-title span.category,
.main-box .article-title span.city,
.main-box .article-title span.waiting-list {
	font-size: 14px;
	padding: 5px 16px;
	background-color: #333;
	color: #fff;
	display: inline-block;
	margin-right: 4px;
}
.main-box .article-title span.waiting-list {
	background-color: #fff;
	border: 2px solid #f00;
	color: #f00;
	padding: 3px 16px;
}
.main-box .article-title .title {
	font-size: 22px;
	line-height: 1.333;
	padding: 0 0 14px 10px;
	color: #000;
	border-bottom: 2px solid #e9e9e9;
}
.main-box .news {
	font-size: 15px;
}
.main-box .news p.float-right {
	float: right;
	margin: 0 0 0.5em 1em;
}

/* pager */
.main-box .pager {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.main-box .pager li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	background-color: #ece9e9;
	border-radius: 50%;
	font-size: 16px;
	margin: 0 5px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 2px;
}
.main-box .pager li:first-child {
	width: 135px;
	height: auto;
	background-color: transparent;
	margin-right: 23px;
	text-align: left;
	padding: 0;
	border: none;
}
.main-box .pager li:first-child a > span ,
.main-box .pager li:first-child > span {
	display: block;
	position: relative;
	border-radius: 17px;
	width: 100%;
	padding-left: 29px;
	box-sizing: border-box;
	line-height: 1.875;
}
.main-box .pager li:first-child > span {
	color: #bbb;
}
.main-box .pager li:first-child a > span {
	border: 2px solid #e78419;
}
.main-box .pager li:first-child a:hover > span {
	background-color: #e78419;
	color: #fff;
}
.main-box .pager li:first-child > span {
	border: 2px solid #d3d3d3;
	background-color: #eee;
}
.main-box .pager li:first-child a > span:before ,
.main-box .pager li:first-child > span:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(-45deg);
}
.main-box .pager li:first-child a > span:before {
	background: #e78419;
}
.main-box .pager li:first-child a:hover > span:before {
	background: #fff;
}
.main-box .pager li:first-child > span:before {
	/*background: #454545;*/
	background: #bbb;
}
.main-box .pager li:first-child a > span:after,
.main-box .pager li:first-child > span:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(45deg);
}
.main-box .pager li:first-child a > span:after {
	background: #e78419;
}
.main-box .pager li:first-child a:hover > span:after {
	background: #fff;
}
.main-box .pager li:first-child > span:after {
	/*background: #454545;*/
	background: #bbb;
}
.main-box .pager li:last-child {
	width: 135px;
	height: auto;
	background-color: transparent;
	margin-left: 23px;
	text-align: right;
	padding: 0;
	border: none;
}
.main-box .pager li:last-child a > span,
.main-box .pager li:last-child > span {
	display: block;
	position: relative;
	border-radius: 17px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 29px;
	line-height: 1.875;
}
.main-box .pager li:last-child > span {
	color: #bbb;
}
.main-box .pager li:last-child a > span {
	border: 2px solid #e78419;
}
.main-box .pager li:last-child a:hover > span {
	background-color: #e78419;
	color: #fff;
}
.main-box .pager li:last-child > span {
	border: 2px solid #d3d3d3;
	background-color: #efefef;
}
.main-box .pager li:last-child a > span:before,
.main-box .pager li:last-child > span:before {
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(45deg);
}
.main-box .pager li:last-child a > span:before {
	background: #e78419;
}
.main-box .pager li:last-child a:hover > span:before {
	background: #fff;
}
.main-box .pager li:last-child > span:before {
	/*background: #454545;*/
	background: #bbb;
}
.main-box .pager li:last-child a > span:after,
.main-box .pager li:last-child > span:after {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(-45deg);
}
.main-box .pager li:last-child a > span:after {
	background: #e78419;
}
.main-box .pager li:last-child a:hover > span:after {
	background: #fff;
}
.main-box .pager li:last-child > span:after {
	/*background: #454545;*/
	background: #bbb;
}
.main-box .pager li.here {
	background-color: #e78419;
	color: #fff;
}
.main-box .pager li a {
	display: block;
	text-decoration: none;
	color: #323232;
}
.main-box .pager li a:hover {
	opacity: 0.6;
}
.main-box .pager li:first-child a,
.main-box .pager li:last-child a {
	color: #e78419;
}
.main-box .pager li:first-child a:hover,
.main-box .pager li:last-child a:hover {
	opacity: 1.0;
}
.main-box .pager li.here a {
	color: #fff;
}
/* pager separate */
.main-box .pager.separate {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
/* first-child */
.main-box .pager.separate li:first-child {
	width: 50%;
	height: auto;
	background-color: transparent;
	text-align: left;
	padding: 0;
}
.main-box .pager.separate li:first-child a {
	display: inline;
}
.main-box .pager.separate li:first-child a > span {
	display: inline;
	position: relative;
	padding: 8px 14px 8px 26px;
	box-sizing: border-box;
	line-height: 1;
	border: none;
}
.main-box .pager.separate li:first-child a:hover > span {
	background-color: #e78419;
	color: #fff;
}
.main-box .pager.separate li:first-child a > span:before ,
.main-box .pager.separate li:first-child > span:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(-45deg);
}
.main-box .pager.separate li:first-child a > span:before {
	background: #e78419;
}
.main-box .pager.separate li:first-child a:hover > span:before {
	background: #fff;
}
.main-box .pager.separate li:first-child a > span:after,
.main-box .pager.separate li:first-child > span:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(45deg);
}
.main-box .pager.separate li:first-child a > span:after {
	background: #e78419;
}
.main-box .pager.separate li:first-child a:hover > span:after {
	background: #fff;
}
/* last-child */
.main-box .pager.separate li:last-child {
	width: 50%;
	height: auto;
	background-color: transparent;
	text-align: right;
	padding: 0;
}
.main-box .pager.separate li:last-child a {
	display: inline;
}
.main-box .pager.separate li:last-child a > span {
	display: inline;
	position: relative;
	padding: 8px 26px 8px 14px;
	box-sizing: border-box;
	line-height: 1;
	border: none;
}
.main-box .pager.separate li:last-child a:hover > span {
	background-color: #e78419;
	color: #fff;
}
.main-box .pager.separate li:last-child a > span:before,
.main-box .pager.separate li:last-child > span:before {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(45deg);
}
.main-box .pager.separate li:last-child a > span:before {
	background: #e78419;
}
.main-box .pager.separate li:last-child a:hover > span:before {
	background: #fff;
}
.main-box .pager.separate li:last-child a > span:after,
.main-box .pager.separate li:last-child > span:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(-45deg);
}
.main-box .pager.separate li:last-child a > span:after {
	background: #e78419;
}
.main-box .pager.separate li:last-child a:hover > span:after {
	background: #fff;
}

/* pager single */
.main-box .pager.single {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.main-box .pager.single li:last-child {
	width: 50%;
	height: auto;
	background-color: transparent;
	text-align: right;
	padding: 0;
}
.main-box .pager.single li:last-child a {
	display: inline;
}
.main-box .pager.single li:last-child a > span {
	display: inline;
	padding: 8px 26px 8px 14px;
	box-sizing: border-box;
	line-height: 1;
	border: none;
}
.main-box .pager.single li:last-child a:hover > span {
	background-color: #e78419;
	color: #fff;
}
.main-box .pager.single li:last-child a > span:before {
	content: "";
	position: absolute;
	top: 9px;
	right: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(45deg);
}
.main-box .pager.single li:last-child a > span:before {
	background: #e78419;
}
.main-box .pager.single li:last-child a:hover > span:before {
	background: #fff;
}
.main-box .pager.single li:last-child a > span:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 10px;
	width: 8px;
	height: 2px;
	transform: rotate(-45deg);
}
.main-box .pager.single li:last-child a > span:after {
	background: #e78419;
}
.main-box .pager.single li:last-child a:hover > span:after {
	background: #fff;
}

.main-box .btn {
	text-align: center;
	margin-bottom: 20px;
}
.main-box .btn a {
	font-size: 16px;
	color: #e78419;
	text-decoration: none;
	line-height: 2.312;
	margin: 0 auto;
	border: 2px solid #e78419;
	padding: 0 20px;
	display: inline-block;
	text-align: center;
	min-width: 195px;
	box-sizing: border-box;
	border-radius: 24px;
}
.main-box .btn a:hover {
	color: #fff;
	background-color: #e78419;
}

/* form */
.main-box .form-btn {
	width: 568px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.main-box .form-btn li {
	width: 260px;
	display: block;
	margin: 0 auto;
}
.main-box .form-btn.column2 li {
	float: right;
}
.main-box .form-btn.column2 li:first-child {
	float: left;
}
.main-box .form-btn li input {
	background-color: #fff;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 2.5;
	border-radius: 26px;
	font-weight: bold;
}
.main-box .form-btn li input:hover {
	cursor: pointer;
}
.main-box .form-btn li.positive input {
	border: 4px solid #e78419;
	color: #e78419;
}
.main-box .form-btn li.positive input:hover {
	background-color: #e78419;
	border: 4px solid #e78419;
	color: #fff;
}
.main-box .form-btn li.negative input {
	border: 4px solid #d3d3d3;
	color: #454545;
}
.main-box .form-btn li.negative input:hover {
	background-color: #d3d3d3;
}
.main-box form table tbody tr th {
	border-bottom: 2px dotted #d3d3d3;
	width: 155px;
	font-size: 16px;
	vertical-align: middle;
	text-align: left;
	color: #454545;
	height: 50px;
}
.main-box form table tbody tr th.error {
	color: #f00;
}
.main-box form table tbody tr td {
	border: none;
	border-bottom: 2px dotted #d4d4d4;
	background: transparent;
}
.main-box form table tbody tr td .notice {
	display: block;
	font-size: 13px;
}
.main-box form table tbody tr td input,
.main-box form table tbody tr td select,
.main-box form table tbody tr td textarea {
	font-size: 16px;
	border: 2px solid #d3d3d3;
	padding: 8px 10px;
	border-radius: 6px;
	box-sizing: border-box;
}
.main-box form table tbody tr td textarea {
	width: 100%;
}
.main-box form table tbody tr td input#address_zip_1,
.main-box form table tbody tr td input#tel_1 {
	margin-right: 5px;
}
.main-box form table tbody tr td input#address_zip_2,
.main-box form table tbody tr td input#tel_2 {
	margin-right: 5px;
	margin-left: 5px;
}
.main-box form table tbody tr td input#tel_3 {
	margin-left: 5px;
}
.main-box form table tbody tr td pre {
	font-size: 16px;
}
.main-box form table tbody tr td .sub-item {
	margin: 0;
}
.main-box form table tbody tr td .sub-item tr th,
.main-box form table tbody tr td .sub-item tr td {
	border: none;
	padding: 5px;
	font-weight: normal;
}
.main-box form table tbody tr td .sub-item tr th {
	width: 90px;
	height: 20px;
}
.main-box .require {
	color: #f00;
}


/* definition list */
.main-box .definition-list {
	margin-bottom: 30px;
}
.main-box .definition-list dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.444;
	padding-bottom: 7px;
	border-bottom: 2px solid #e78419;
	margin-bottom: 13px;
}
.main-box .definition-list dd p {
	line-height: 1.625;
}
.main-box .definition-list dd img {
	display: block;
	margin: 0 auto;
}

/* 追加 */
.main-box .phase-list {
	margin-bottom: 30px;
	counter-reset: number;
}
.main-box .phase-list li {
	line-height: 1.625;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 20px 41px;
	border-left: solid 3px #b4b4b4;
	padding-left: 2px;
}
.main-box .phase-list li .phase-wrap {
	background: url(images/common/gray_stripe_bg.png) repeat left top;
	padding: 0 10px 5px;
	overflow: hidden;
}
.main-box .phase-list li span {
	font-size: 20px;
	font-weight: bold;
	color: #e78419;
	display: block;
	margin-top: 3px;
}
.main-box .phase-list li:before {
	content: counter(number);
	counter-increment: number 1;
	position: absolute;
	top: 2px;
	left: -41px;
	font-size: 16px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
	font-weight: bold;
	color: #fff;
	background: #e78419;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 31px;
}
.main-box .step-list {
	margin-bottom: 10px;
	counter-reset: number;
}
.main-box .step-list dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.444;
	padding-bottom: 7px;
	border-bottom: 2px solid #e78419;
	margin-bottom: 13px;
}
.main-box .step-list dt::before {
	content: "STEP" counter(number);
	counter-increment: number 1;
	font-size: 13px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 60px;
	height: 17px;
	margin-bottom: 7px;
	text-align: center;
	background: #e78419;
	border-radius: 6px;
}
.main-box .step-list dd {
	margin-bottom: 10px;
}
.main-box .step-list dd .step-box-wrap {
	display: table;
	border-collapse: separate;
	border-spacing: 2px 0;
}
.main-box .step-list dd .part-box {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #b4b4b4;
	text-align: center;
	line-height: 1.41;
	display: table-cell;
	width: 210px;
	min-height: 160px;
	vertical-align: middle;
	margin-right: 2px;
}
.main-box .step-list dd .list-box {
	letter-spacing: normal;
	font-size: 14px;
	background: url(images/common/gray_stripe_bg.png) repeat left top;
	line-height: 1.625;
	display: table-cell;
	width: 300px;
	min-height: 160px;
	position: relative;
	padding: 10px 10px 10px 15px;
	vertical-align: middle;
	box-sizing: border-box;
}
.main-box .step-list dd .arrow-box {
	display: table-cell;
	width: 8px;
	height: 100%;
	position: relative;
}
.main-box .step-list dd .arrow-box .arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16.5px;
}
.main-box .step-list dd .goal-box {
	letter-spacing: normal;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #e78419;
	display: table-cell;
	border-radius: 6px;
	width: 216px;
	min-height: 160px;
	text-align: center;
	padding: 14px 5px 5px;
	vertical-align: top;
	box-sizing: border-box;
}
.main-box .step-list dd .goal-box .tit {
	margin-bottom: 10px;
}
.main-box .step-list dd .goal-box .con {
	display: block;
	background: #fff;
	text-align: left;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	line-height: 1.625;
	padding: 10px;
	box-sizing: border-box;
	height: 100%;
	min-height: 135px;
}


/* system-menu (hiroba only) */
.main-box .system-menu {
	margin-bottom: 50px;
}
.main-box .system-menu label {
	float: left;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	width: 320px;
	display: block;
	position: relative;
	line-height: 2.0;
}
.main-box .system-menu label:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	background: #e78419 url("images/common/select_arrow.png") center center no-repeat;
	background-size: 16px;
	pointer-events: none;
}
.main-box .system-menu label select {
	border: none;
	width: 100%;
	font-size: 16px;
	color: #3e3e3e;
}
.main-box .system-menu label select:hover {
	cursor: pointer;
}
.main-box .system-menu .logout-btn {
	font-size: 18px;
	text-align: center;
	color: #323232;
	text-decoration: none;
	padding: 0;
	width: 166px;
	display: block;
	line-height: 2.333;
	border: 4px solid #d3d3d3;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 23px;
}


/* footer */
.trial-action-wide {
	background: url("images/common/trial_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 65px 0 70px;
}
.trial-action-wide p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
.trial-action-wide ul {
	text-align: center;
}
.trial-action-wide ul li {
	display: inline-block;
	background-color: #e78419;
	margin: 0 10px;
	box-sizing: border-box;
	width: 339px;
	border-radius: 36px;
}
.trial-action-wide ul li:hover {
	background-color: #eea95e;
}
.trial-action-wide ul li:first-child {
	background-color: #21a3ed;
}
.trial-action-wide ul li:hover:first-child {
	background-color: #64bff2;
}
.trial-action-wide ul li img {
	float: left;
	width: 49px;
	margin-right: 21px;
}
.trial-action-wide ul li:first-child img {
	margin-right: 47px;
}
.trial-action-wide ul li a {
	color: #fff;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 37px;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
}
.trial-action-wide ul li a span {
	padding-top: 13px;
	display: block;
	text-align: left;
}
.banners-wide {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 0;
}
.banners-wide li {
	width: 320px;
	height: 91px;
}
.banners-wide li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url("images/common/tanawari_abc_bnr.png") center top no-repeat;
}
.banners-wide li:nth-child(2) a {
	background: url("images/common/stomane_elaerning_bnr.png") center top no-repeat;
}
.banners-wide li:nth-child(3) a {
	background: url("images/common/download_bnr.png") center top no-repeat;
}
.banners-wide li a:hover {
	background-position: center bottom;
}
.banners-wide li a img {
	display: none;
}
footer .company-info {
	border-top: 3px solid #e1e1e1;
	padding: 20px 0;
}
footer .company-info .wrap {
	overflow: hidden;
}
footer .company-info .address {
	float: left;
	overflow: hidden;
}
footer .company-info .address dt {
	float: left;
	border-right: 2px solid #e1e1e1;
	padding-right: 20px;
}
footer .company-info .address dt img {
	display: block;
}
footer .company-info .address dd {
	float: left;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 20px;
}
footer .company-info #footer-nav {
	float: right;
}
footer .company-info #footer-nav ul li {
	display: inline-block;
	border-left: 1px solid #b9b9b9;
	padding-left: 10px;
	margin-left: 7px;
}
footer .company-info #footer-nav ul li:first-child {
	border-left: none;
}
footer .company-info #footer-nav ul li a {
	font-size: 16px;
	color: #5c5c5c;
	text-decoration: none;
}
footer .company-info #footer-nav ul li a:hover {
	color: #e78419;
}
footer .company-info small {
	display: block;
	font-size: 10px;
	color: #5c5c5c;
	text-align: right;
	margin-top: -20px;
}
footer .totop-btn.on {
	visibility: visible;
	opacity: 1;
}
footer .totop-btn {
	position: fixed;
	right: 50px;
	bottom: 50px;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}
footer .totop-btn > img {
	display: block;
}

@media only screen and ( max-width: 768px ) {
	/* common */
	html {
		font-size: 62.5%;
	}
	body {
		-webkit-text-size-adjust: 100%;
		word-break: break-all;
		font-size: 1.3rem;
		min-width: auto;
		transition: all .2s linear;
		padding: 0;
	}
	body.opened {
		right: 80%;
		position: fixed;
		width: 100%;
	}
	input {
		-webkit-appearance: none;
		border-radius: 0;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.wrap {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
	.zoom:after {
		width: 45px;
		height: 45px;
	}
	
	video{ width: 95%; margin:0 auto;}

	/* header */
	header {
		/*background: url("images/top/top_title_sp.jpg") center 0 no-repeat;
		background-size: 100% auto;*/
		padding: 0 0 0;
		min-height: 0px;
	}
	header h2 {
		padding-top: 50px;
		height: auto;
		background: none!important;
	}

	/* contents */
	#contents {
		overflow: visible;
	}
	.main-box {
		float: none;
		width: 94.933%;
		margin: 0 auto;
	}
	.side-box {
		float: none;
		width: 94.933%;
		margin: 0 auto;
	}

	/* side-menu */
	.sidebox-wrap {
		width: 100%;
	}
	.side-box .side-menu {
		background: #f5f5f5;
	}
	.side-box .side-menu dt {
		font-size: 1.6rem;
		border-top: 2px solid #e78419;
		border-bottom: 1px solid #e78419;
		padding: 12px 0;
	}
	.side-box .side-menu dd ul > li {
		border-bottom: 1px solid #fff;
	}
	.side-box .side-menu dd ul > li a {
		font-size: 1.3rem;
		padding: 13px 2.535%;
	}
	.side-box .side-menu dd ul > li a.opened,
	.side-box .side-menu dd ul > li a:hover {
		background: #ffefdc;
	}
	.side-box .side-menu dd ul > li ul li a {
		padding: 0 6.619%;
		background: #ffefdc;
	}

	/* elements */
	/* title */
	.main-box h3 {
		font-size: 1.9rem;
		line-height: 1.263;
		margin-bottom: 28px;
	}
	.main-box h4 {
		font-size: 1.6rem;
		line-height: 1.25;
		margin-bottom: 8px;
		padding: 14px 0 14px 2.666666%;
		border-bottom: 2px solid #e9e9e9;
	}
	.main-box h4:before {
		border-width: 51px 51px 0 0;
	}
	.main-box h5 {
		font-size: 1.4rem;
		line-height: 1.285;
		margin-bottom: 17px;
	}
	.main-box h6 {
		font-size: 1.4rem;
		line-height: 1.285;
		margin-bottom: 17px;
	}

	/* text style */
	.main-box p {
		font-size: 1.3rem;
		line-height: 1.307;
		margin-bottom: 15px;
	}
	.maing-box a:hover {
		text-decoration: underline;
	}
	ul.notice-list,
	ol.notice-list {
		counter-reset: number 0;
		background: #f5f5f5;
		padding: 8px 2.253%;
	}
	.notice-list li {
		font-size: 1.1rem!important;
		line-height: 1.272!important;
		margin-top: 15px!important;
	}
	.photo-left-box,
	.photo-right-box {
		margin-bottom: 20px;
	}
	.photo-left-box img,
	.photo-right-box img {
		width: 100%;
	}
	.photo-left-box .photo {
		width: 35%;
		margin-right: 2.112%;
		margin-bottom: 6px;
	}
	
	.photo-left-box .photo img{
		width:100%!important;
		height: auto!important;
	}
	.photo-right-box .photo {
		/*width: 52.777%;*/
		/*margin-left: 2.112%;*/
		/*margin-bottom: 6px;*/
		width: 60%;
		margin: 0 auto 30px;
		float: none;
	}

	/* box style */
	.box-1column {
		margin-bottom: 35px;
		border: 1px dashed #e5e5e5;
		padding: 11px 2.816% 30px;
	}
	.box-1column dt {
		font-size: 1.6rem;
		line-height: 1.25;
		padding-left: 4.054%;
		margin-bottom: 10px;
	}
	.box-1column dt:before {
		width: 3px;
	}
	.box-1column dt span {
		font-size: 1.3rem;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	.box-1column dd {
		padding-bottom: 50px;
	}
	.box-1column dd .img-wrap {
		border: 2px solid #e9e9e9;
		/*width: 46.056%;*/
		width: 60%;
		/*float: left;*/
		float: none;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}
	.box-1column dd img {
		width: 100%;
	}
	.box-1column dd > a.detailview {
		width: 54.054%;
		bottom: 30px;
		left: 22.253%;
		border: 3px solid #e78419;
		font-size: 1.4rem;
		line-height: 2.571;
		border-radius: 22px;
	}
	.box-1column dd > a.detailview:hover {
		color: #e78419;
		background-color: #fff;
	}
	.box-2columns {
		border-top: 4px dotted #ccc;
	}
	.box-2columns .box-1column {
		border-bottom: 4px dotted #ccc;
		border-top: none;
		border-left: none;
		border-right: none;
		padding: 21px 2.816% 0;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.box-2columns .box-1column dt:before {
		width: 4px;
	}
	.box-2columns .box-1column dd {
		overflow: hidden;
		padding: 0;
	}
	
	.box-2columns .box-1column dd .img-wrap-asahi{
		width: 60%;
		margin: 0 auto 30px;
		display: block;
	}
	
	.box-2columns .box-1column dd .img-wrap-kanro{
		width: 50%;
		margin: 0 auto 30px;
		display: block;
	}
	
	
	.box-2columns .box-1column dd a.zoom img {
		width: 100%;
		float: none;
		margin: 0;
		display: block;
	}
	.box-2columns .box-1column dd p {
		/*width: 47.183%;*/
		/*float: right;*/
		line-height: 1.384;
	}
	.box-2columns .box-1column dd > a.detailview {
		width: 54.054%;
	    float: none;
	    position: relative;
	    bottom: 0;
	    left: 0;
	    line-height: 2.678;
	    right: 0;
	    margin: 20px auto;
	    clear: both;
	}
	.box-2columns.no-line {
		border-top: none;
	}
	.box-2columns.no-line .title {
		align-items: stretch;
	}
	.box-2columns.no-line .title p {
		width: 48.591%;
		font-size: 1.6rem;
		line-height: 1.187;
		padding-left: 4.054%;
		margin-bottom: 10px;
	}
	.box-2columns.no-line .title p:before {
		width: 3px;
	}
	.box-2columns.no-line .picture div {
		width: 48.591%;
		margin-bottom: 6px;
	}
	.box-2columns.no-line .picture div img {
		width: 100%;
	}
	.box-2columns.no-line .text p {
		width: 48.591%;
	}
	a.linkbox-1column {
		margin-bottom: 10px;
	}
	a.linkbox-1column:after {
		border-width: 0 0 20px 20px;
	}
	a.linkbox-1column:hover {
		opacity: 1.0;
	}
	.linkbox-1column dt img {
		width: 100%;
	}
	.linkbox-1column dd {
		padding: 5px 2.676%;
	}
	.linkbox-1column dd:before {
		bottom: 7px;
		right: 3px;
		width: 5px;
	}
	.linkbox-1column dd:after {
		bottom: 4px;
		right: 3px;
		width: 5px;
	}
	.linkbox-1column dd p {
		margin: 0;
	}
	.linkbox-2columns {
		margin-bottom: 10px;
	}
	.linkbox-2columns a.linkbox-1column {
		width: 48.591%;
		background: #e5e5e5;;
	}

	.picturebox {
		margin-bottom: 10px;
	}
	.picturebox img {
		width: 100%;
		height: auto;
	}
	.picturebox.column2 li {
		width: 48.591%;
		margin-left: 2.816%;
	}
	.picturebox.column3 li {
		width: 32.394%;
		margin-left: 1.408%;
	}

	/* list style */
	.main-box ul.circle li,
	.main-box ul.links li,
	.main-box ul.external-links li,
	.main-box ul.download-links li,
	.main-box ul.data-links li {
		font-size: 1.3rem;
		line-height: 1.307;
	}
	.main-box ul.links li,
	.main-box ul.external-links li,
	.main-box ul.download-links li,
	.main-box ul.data-links li {
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	.main-box ul.circle li ul,
	.main-box ul.links li ul {
		border-left: 1px solid #b8b8b8;
		margin: 5px 0;
		padding-left: 0;
	}
	.main-box ul.links li ul {
		padding-left: 5px;
	}
	.main-box ul.links > li > a {
		background-size: 14px 14px;
		background-position: left 3px;
		padding-top: 2px;
		padding-left: 19px;
	}
	.main-box ul.external-links > li > a {
		background-size: 13px 14px;
		background-position: left 3px;
		padding-left: 19px;
	}
	.main-box ul.download-links > li > a {
		background-size: 13px 12px;
		background-position: left 3px;
		padding-left: 19px;
	}
	.main-box ul.data-links > li > a {
		background-size: 13px 14px;
		background-position: left 3px;
		padding-left: 19px;
	}
	.main-box ul.links li ul li {
		padding-left: 0.5em;
		text-indent: -0.5em;
	}
	.main-box ul.links li ul li a {
		background: url("images/common/list_link_bottom_arrow.png") left 5px no-repeat;
		background-size: 5px 9px;
		padding-left: 8px;
	}
	.main-box .list-2column ul.circle,
	.main-box .list-2column ul.links,
	.main-box .list-2column ul.external-links,
	.main-box .list-2column ul.download-links,
	.main-box .list-2column ul.data-links {
		display: block;
	}
	.main-box .list-2column ul.circle > li,
	.main-box .list-2column ul.links > li,
	.main-box .list-2column ul.external-links > li,
	.main-box .list-2column ul.download-links > li,
	.main-box .list-2column ul.data-links > li {
		width: auto;
	}
	.main-box .line-links {
		margin-bottom: 20px;
	}
	.main-box .line-links li {
		border-bottom: 1px solid #e9e9e9;
		padding: 10px 0 10px 14px;
	}
	.main-box .line-links li:before {
		border-width: 3px 0 3px 5px;
		border-color: transparent transparent transparent #e78419;
	}
	.main-box .line-links li a {
		font-size: 1.3rem;
	}
	.main-box .line-links li a:hover {
		color: #323232;
	}

	.main-box .panel-links {
		display: block;
	}
	.main-box .panel-links li {
		width: 95.070%;
		background: #e5e5e5;
		font-size: 1.3rem;
		line-height: 1.307;
		padding: 5px 13px 5px 52px;
		position: relative;
		margin: 0 auto 10px;
	}
	.main-box .panel-links li:before {
		font-size: 2.4rem;
		top: 4px;
	}
	.main-box .plane-links {
		display: block;
	}
	.main-box .plane-links li {
		width: 95.070%;
		margin: 0 auto;
		line-height: 1.625;
		font-size: 1.3rem;
		padding-left: 2.0rem;
	}

	/* table style */
	.main-box .table-window {
		overflow: auto;
		width: 100%;
		max-height: 234px;
		margin-bottom: 20px;
		-webkit-overflow-scrolling: touch;
	}
	.main-box .table-window table {
		width: auto;
		margin-bottom: 0;
	}
	.main-box .table-window table tr th {
		width: auto;
		min-width: 200px;
	}
	.main-box table thead tr th {
		font-size: 1.4rem;
		padding: 6px 0;
	}
	.main-box table tbody tr td {
		background: #f5f5f5;
		font-size: 1.3rem;
		line-height: 1.307;
		vertical-align: top;
		padding: 5px 10px;
	}
	.main-box .header-rows,
	.main-box .header-rows tbody,
	.main-box .header-rows tr {
		display: block;
	}
	.main-box .header-rows tr th {
		border-bottom: 2px solid #fff;
		font-size: 1.4rem;
		line-height: 1.285;
		padding: 4px 0.985%;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.main-box .header-rows tr td {
		background: #f5f5f5;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 2px solid #fff;
		font-size: 1.3rem;
		line-height: 1.307;
		padding: 4px 0.985%;
		display: block;
	}
	.main-box .seminar-schedule .none {
		width: 65px;
		min-width: 65px;
	}
	.main-box .seminar-schedule tbody tr th {
		min-width: 65px;
		width: 65px;
		font-size: 1.3rem;
	}
	.main-box .seminar-schedule tbody tr td {
		font-size: 1.3rem;
		vertical-align: middle;
	}
	.main-box .seminar-schedule tbody tr td sup {
		font-size: 1.0rem;
	}
	.main-box .fn-list th {
		min-width: 150px;
		width: auto;
		font-size: 1.75rem;
	}
	.main-box .fn-list td {
		min-width: 200px;
		width: auto;
		font-size: 1.375rem;
	}
	.main-box .fn-list td.info.bg {
		background-color: #d9efff;
		background-image: none;
	}
	.main-box .fn-list td.success.bg {
		background-color: #d2f7c9;
		background-image: none;
	}
	.main-box .fn-list td.danger.bg {
		background-color: #ffe2e9;
		background-image: none;
	}

	/* accordion */
	.main-box .accordion li {
		margin-bottom: 5px;
	}
	.main-box .accordion li .title {
		background: #f5f5f5;
		border-bottom: 2px solid #cecece;
		padding: 6px 0;
	}
	.main-box .accordion li .title p:hover {
		color: #323232;
	}
	.main-box .accordion li .title {
		padding: 6px 0;
	}
	.main-box .accordion li .title p {
		width: 83%;
		padding-left: 3.732%;
	}
	.main-box .accordion li.faq .title p {
		background: transparent url("images/common/q_icon.png") 5px 2px no-repeat;
		background-size: 20px auto;
		padding-left: 11.732%;
		width: 75%;
		padding-top: 2px;
	}
	.main-box .accordion li.faq .title p:hover {
		color: #323232;
	}
	.main-box .accordion li .title .arrow {
		margin-left: 2%;
	}
	.main-box .accordion li.faq .title .arrow {
		margin-left: 2%;
	}
	.main-box .accordion li .detail {
		padding: 15px 3.239% 15px 3.239%;
	}
	.main-box .accordion li.faq .detail {
		padding: 15px 3.239% 15px 0;
	}
	.main-box .accordion li .detail .answer {
		margin-bottom: 26px;
	}
	.main-box .accordion li.faq .detail .answer {
		background: url("images/common/a_icon.png") 5px 2px no-repeat;
		background-size: 20px auto;
		padding-left: 9.732%;
	}
	.main-box .accordion li .detail .close {
		width: 31.830%;
		border: 1px solid #dcdcdc;
		font-size: 1.2rem;
		line-height: 1.833;
	}
	.main-box .accordion li .detail .close:hover {
		background-color: #fff;
	}
	.main-box .accordion li .detail .close:before {
		content: "";
		position: absolute;
		top: 9px;
		left: 11px;
		width: 13px;
		height: 2px;
	}
	.main-box .accordion li .detail .close:after {
		content: "";
		position: absolute;
		top: 9px;
		left: 11px;
		width: 13px;
		height: 2px;
	}
	.main-box .open-all-inner {
		margin: 0 0 10px 0;
	}
	.main-box .open-all-inner:hover {
		background-color: #fff;
		color: #e78419;
	}
	.main-box .open-all-inner:hover .arrow:before {
		background-color: #e78419;
	}
	.main-box .open-all-inner:hover .arrow:after {
		background-color: #e78419;
	}

	/* button style */
	.main-box .btn-box {
		text-align: center;
		margin-bottom: 30px;
	}
	.main-box .btn-box a {
		font-size: 1.4rem;
		min-width: 72.676%;
		line-height: 3.785;
		border-radius: 30px;
	}
	.main-box .btn-box a:hover {
		color: #e78419;
		background-color: #fff;
	}
	.main-box .btn-box .disabled {
		font-size: 1.4rem;
		min-width: 72.676%;
		line-height: 3.785;
		border-radius: 25px;
	}
	.main-box .btn-box.column2 {
		overflow: hidden;
	}
	.main-box .btn-box.column2 a {
		min-width: 47.605%;
		margin: 0;
		float: right;
	}
	.main-box .btn-box.column2 a:first-child {
		float: left;
	}

	/* form-btn */
	.main-box .form-btn li.positive input:hover {
		background-color: #fff;
		color: #e78419;
	}
	.main-box .form-btn li.negative input:hover {
		background-color: #fff;
	}

	/* anchor-link */
	.main-box .anchor-link {
		margin-bottom: 20px;
	}
	.main-box .anchor-link li {
		border: 1px solid #f5f5f5;
		background: #f5f5f5;
	}
	.main-box .anchor-link li:hover {
		border: 1px solid #f5f5f5;
	}
	.main-box .anchor-link li a {
		font-size: 1.3rem;
	}
	.main-box .anchor-link.column2 li {
		width: 48.591%;
	}
	.main-box .anchor-link.column2 li a {
		box-sizing: border-box;
		padding: 12px 0 17px;
		text-align: center;
		height: 100%;
	}
	.main-box .anchor-link.column2 li a:before {
		width: 100%;
		height: 9px;
		top: initial;
		bottom: 0;
		left: 0;
		border-radius: 0;
	}
	.main-box .anchor-link.column2 li a:after {
		width: 8px;
		height: 5px;
		top: initial;
		bottom: 2px;
		left: 50%;
		background: url("images/common/anchor_arrow.png") center center no-repeat;
		background-size: 8px 5px;
	}
	.main-box .anchor-link.column3 li {
		width: 32.394%;
	}
	.main-box .anchor-link.column3 li a {
		padding: 12px 0 15px;
	}
	.main-box .anchor-link.column3 li a:before {
		height: 9px;
	}
	.main-box .anchor-link.column3 li a:after {
		width: 8px;
		height: 5px;
		bottom: 2px;
		background-size: 8px 5px;
	}
	.main-box .anchor-link.column4 li {
		width: 48.591%;
		margin-bottom: 10px;
	}
	.main-box .anchor-link.column4 li a {
		padding: 12px 0 17px;
	}
	.main-box .anchor-link.column4 li a:before {
		height: 9px;
	}
	.main-box .anchor-link.column4 li a:after {
		width: 8px;
		height: 5px;
		bottom: 2px;
		background-size: 8px 5px;
	}

	/* normal-link */
	.main-box .normal-link {
		margin-bottom: 20px;
	}
	.main-box .normal-link li {
		border: 1px solid #f5f5f5;
		background: #f5f5f5;
	}
	.main-box .normal-link li:hover {
		border: 1px solid #f5f5f5;
	}
	.main-box .normal-link li a {
		font-size: 1.3rem;
	}
	.main-box .normal-link.column2 li {
		width: 48.591%;
	}
	.main-box .normal-link.column2 li a {
		box-sizing: border-box;
		padding: 12px 0 17px 10px;
		text-align: center;
		height: 100%;
	}
	.main-box .normal-link.column2 li a:before {
		height: 100%;
		width: 10px;
		top: initial;
		bottom: 0;
		left: 0;
		border-radius: 0;
		background-color: #e78419;
	}
	.main-box .normal-link.column2 li a:after {
		width: 5px;
		height: 8px;
		top: 43%;
		left: 3px;
		background: url("images/common/link_arrow_sp.png") center center no-repeat;
		background-size: 5px 8px;
	}
	.main-box .normal-link.column3 li {
		width: 32.394%;
	}
	.main-box .normal-link.column3 li a {
		padding: 12px 0 15px;
	}
	.main-box .normal-link.column3 li a:before {
		height: 9px;
	}
	.main-box .normal-link.column3 li a:after {
		width: 8px;
		height: 5px;
		bottom: 2px;
		background-size: 8px 5px;
	}
	.main-box .normal-link.column4 li {
		width: 48.591%;
		margin-bottom: 10px;
	}
	.main-box .normal-link.column4 li a {
		padding: 12px 0 17px;
	}
	.main-box .normal-link.column4 li a:before {
		height: 9px;
	}
	.main-box .normal-link.column4 li a:after {
		width: 8px;
		height: 5px;
		bottom: 2px;
		background-size: 8px 5px;
	}

	.main-box .trial-action {
		border: none;
		background: #f5f5f5;
		margin-bottom: 50px;
		padding: 25px 0 30px;
	}
	.main-box .trial-action.bg-picture {
		background: url("images/common/trial_bg.jpg") center center no-repeat;
		background-size: cover;
	}
	.main-box .trial-action p {
		font-size: 2.0rem;
		line-height: 1.25;
		margin-bottom: 14px;
	}
	.main-box .trial-action ul li {
		display: block;
		margin: 0 auto 10px;
		width: 70.422%;
	}
	.main-box .trial-action ul li:hover {
		background-color: #e78419;
	}
	.main-box .trial-action ul li:first-child {
		background-color: #21a3ed;
	}
	.main-box .trial-action ul li:hover:first-child {
		background-color: #21a3ed;
	}
	.main-box .trial-action ul li a {
		font-size: 1.6rem;
		font-weight: normal;
		display: block;
		padding: 9px 0 9px 12%;
		width: 100%;
		height: 45px;
		overflow: hidden;
	}
	.main-box .trial-action ul li a img {
		width: 28px;
		margin-right: 0;
	}
	.main-box .trial-action ul li:frist-child a img {
		margin-right: 0;
	}
	.main-box .trial-action ul li a span {
		padding-top: 3px;
		float: left;
		text-align: center;
		width: 80%;
	}

	/* news seminar */
	.main-box .article-list li {
		padding-bottom: 3px;
		margin-bottom: 20px;
	}
	.main-box .article-list li span.finished {
		display: block;
		text-align: center;
		margin: 6px 0;
	}
	.main-box .article-list li .date .label span {
		font-size: 1.1rem;
		padding: 0 2.816%;
		display: inline-block;
		margin-right: 5px;
	}
	.main-box .article-list li .title {
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.main-box .article-list li .title a {
		text-decoration: underline;
	}
	
	/* pager */
	.main-box .pager {
		margin-bottom: 52px;
	}
	.main-box .pager li {
		height: auto;
		border-radius: 50%;
		margin: 0 1.408%;
		display: block;
		padding-top: 0;
		border: none;
	}
	.main-box .pager li > a > span span,
	.main-box .pager li > span > span {
		/*display: none;*/
	}
	.main-box .pager li > a > span span a,
	.main-box .pager li > span > span a {
		color: #fff !important;
	}
	.main-box .pager li:first-child {
		width: 60px;
		margin-right: auto;
		margin-left: 0;
	}
	.main-box .pager li:first-child a > span,
	.main-box .pager li:first-child > span {
		border-radius: 19px;
		padding-left: 0;
		box-sizing: border-box;
		height: 34px;
	}
	.main-box .pager li:first-child a > span {
		border: 4px solid #e78419;
	}
	.main-box .pager li:first-child a:hover > span {
		background-color: transparent;
		color: #e78419;
	}
	.main-box .pager li:first-child > span {
		border: 4px solid #d3d3d3;
		background-color: transparent;
	}
	.main-box .pager li:first-child a > span:before,
	.main-box .pager li:first-child > span:before {
		top: 8px;
		left: 19px;
		width: 12px;
	}
	.main-box .pager li:first-child a > span:after,
	.main-box .pager li:first-child > span:after {
		top: 16px;
		left: 19px;
		width: 12px;
	}
	.main-box .pager li:first-child > span:before,
	.main-box .pager li:first-child > span:after {
		background-color: #d3d3d3;
	}
	.main-box .pager li:last-child {
		width: 60px;
		background-color: transparent;
		margin-right: 0;
		margin-left: auto;
	}
	.main-box .pager li:last-child a > span,
	.main-box .pager li:last-child > span {
		border-radius: 19px;
		padding-right: 0;
		box-sizing: border-box;
		height: 34px;
	}
	.main-box .pager li:last-child a > span {
		border: 4px solid #e78419;
	}
	.main-box .pager li:last-child a:hover > span {
		background-color: transparent;
		color: #e78419;
	}
	.main-box .pager li:last-child > span {
		border: 4px solid #d3d3d3;
		background-color: transparent;
	}
	.main-box .pager li:last-child a > span:before,
	.main-box .pager li:last-child > span:before {
		top: 8px;
		right: 19px;
		width: 12px;
	}
	.main-box .pager li:last-child a > span:after,
	.main-box .pager li:last-child span:after {
		top: 16px;
		right: 19px;
		width: 12px;
		height: 2px;
	}
	.main-box .pager li:last-child > span:before,
	.main-box .pager li:last-child > span:after {
		background-color: #d3d3d3;
	}
	.main-box .pager li {
		font-size: 1.3rem;
		line-height: 33px;
		width: 33px;
		height: 33px;
	}
	.main-box .pager li a:hover{
		opacity: 1.0;
	}
	.main-box .pager.no-number li a > span,
	.main-box .pager.no-number li > span {
		border-radius: 24px;
		font-size: 1.4rem;
		line-height: 2.25;
		height: 40px;
	}
	.main-box .pager.no-number {
		margin-bottom: 17px;
	}
	.main-box .pager.no-number li span {
		display: block;
	}
	.main-box .pager.no-number li:first-child {
		width: 47.605%;
	}
	.main-box .pager.no-number li:first-child a > span,
	.main-box .pager.no-number li:first-child > span {
		padding-left: 25.316%;
	}
	.main-box .pager.no-number li:first-child > span {
		color: #d3d3d3;
	}
	.main-box .pager.no-number li:first-child > span:before,
	.main-box .pager.no-number li:first-child a > span:before {
		top: 11px;
		left: 19px;
		width: 12px;
	}
	.main-box .pager.no-number li:first-child > span:after,
	.main-box .pager.no-number li:first-child a > span:after {
		top: 18px;
		left: 19px;
		width: 12px;
	}
	.main-box .pager.no-number li:last-child {
		width: 47.605%;
	}
	.main-box .pager.no-number li:last-child a > span,
	.main-box .pager.no-number li:last-child > span {
		padding-right: 25.316%;
	}
	.main-box .pager.no-number li:last-child > span {
		color: #d3d3d3;
	}
	.main-box .pager.no-number li:last-child > span:before,
	.main-box .pager.no-number li:last-child a > span:before {
		top: 11px;
		right: 19px;
		width: 12px;
	}
	.main-box .pager.no-number li:last-child > span:after,
	.main-box .pager.no-number li:last-child a > span:after {
		top: 18px;
		right: 19px;
		width: 12px;
	}
	
	/* pager separate */
	.main-box .pager.separate {
		display: block;
	}
	.main-box .pager.separate li:first-child,
	.main-box .pager.separate li:last-child {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.main-box .pager.separate li:first-child a span,
	.main-box .pager.separate li:last-child a span {
		position: relative;
		border: 2px solid #e78419;
	}
	.main-box .pager.separate li:first-child a > span:before {
		top: 14px;
	}
	.main-box .pager.separate li:first-child a > span:after {
		top: 19px;
	}
	.main-box .pager.separate li:last-child a > span:before {
		top: 14px;
	}
	.main-box .pager.separate li:last-child a > span:after {
		top: 19px;
	}

	.main-box .btn {
		margin-bottom: 17px;
	}
	.main-box .btn a {
		font-size: 1.4rem;
		line-height: 2.142;
		border: 4px solid #e78419;
		padding: 0 10px;
		min-width: 45.066%;
		box-sizing: border-box;
		border-radius: 22px;
	}
	.main-box .btn a:hover {
		color: #e78419;
		background-color: #fff;
	}

	/* form */
	.main-box .form-btn {
		width: 100%;
		overflow: hidden;
	}
	.main-box .form-btn li {
		width: 47.605%;
	}
	.main-box .form-btn li input {
		font-size: 1.4rem;
		line-height: 2.678;
		border-radius: 22px;
	}
	.main-box .form-btn li.positive input:hover {
		border: 4px solid #e78419;
		color: #e78419;
	}
	.main-box .form-btn li.negative input:hover {
		border: 4px solid #d3d3d3;
		color: #454545;
	}
	.main-box form table {
		margin-bottom: 0;
	}
	.main-box form table tbody tr th {
		display: block;
		border: none;
		width: 100%;
		font-size: 1.4rem;
		height: auto;
	}
	.main-box form .confirm table tbody tr th {
		margin-bottom: 4px;
	}
	.main-box form .confirm table tbody tr td {
		font-size: 1.5rem;
	}
	.main-box form table tbody tr td {
		display: block;
		border: none;
		border-bottom: 1px dotted #d4d4d4;
		padding: 0 0 10px;
		margin-bottom: 20px;
	}
	.main-box form table tbody tr td .sub-item tr th {
		display: table-cell;
		width: 80px;
		height: auto;
	}
	.main-box form table tbody tr td .sub-item tr td {
		margin-bottom: 0;
		display: table-cell;
	}
	.main-box form table tbody tr td .notice {
		margin-top: 5px;
		font-size: 1.2rem;
	}
	.main-box form table tbody tr td input,
	.main-box form table tbody tr td select,
	.main-box form table tbody tr td textarea {
		border: 1px solid #d3d3d3;
		border-radius: 3px;
		width: 100%;
	}
/*
	.main-box form table tbody tr td input[type=checkbox] {
		width: auto;
		height: auto;
		padding: 10px;
	}
	.main-box form table tbody tr td input[type=checkbox]:checked {
		background-color: #000;
	}
*/
	.main-box form input[type="checkbox"] {
		width: 16px;
		height: 16px;
		margin-right: 1%;
		vertical-align: -4px !important;
		background: url("images/responsive/registration/checkbox_off.svg") center center no-repeat;
		border: none;
		padding: 0;
	}
	.main-box form input[type="checkbox"]:checked {
		width: 16px;
		height: 16px;
		background: url("images/responsive/registration/checkbox_on.svg") center center no-repeat;
		background-size: cover;
		border: none;
		padding: 0;
	}

	.main-box form table tbody tr td input#tel_1,
	.main-box form table tbody tr td input#tel_2,
	.main-box form table tbody tr td input#tel_3,
	.main-box form table tbody tr td input#address_zip_1,
	.main-box form table tbody tr td input#address_zip_2 {
		width: 26%;
	}
	.main-box form table tbody tr td input#f_name,
	.main-box form table tbody tr td input#g_name,
	.main-box form table tbody tr td input#f_name_kana,
	.main-box form table tbody tr td input#g_name_kana {
		width: 43%;
	}

	.main-box form table tbody tr td.name,
	.main-box form table tbody tr td.tel {
		text-align: center;
	}
	.main-box form .confirm table tbody tr td.name,
	.main-box form .confirm table tbody tr td.tel {
		text-align: left;
	}

	/* definition list */
	.main-box .definition-list dt {
		font-size: 1.3rem;
		line-height: 1.384;
		padding-bottom: 5px;
		border-bottom: 1px solid #e78419;
		margin-bottom: 7px;
	}
	.main-box .definition-list dd p {
		line-height: 1.307;
	}
	.main-box .definition-list dd img {
		display: block;
		width: 100%;
	}
	
	/* 追加 */
	.main-box .step-list dd .step-box-wrap {
		display: block;
	}
	.main-box .step-list dd .part-box {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		display: block;
		width: 100%;
		min-height: 0;
		margin: 0 auto 5px;
		padding: 10px 0;
	}
	.main-box .step-list dd .list-box {
		font-size: 13px;
		line-height: 1.625;
		display: block;
		width: 100%;
		min-height: 0;
		position: relative;
		padding: 10px;
	}
	.main-box .step-list dd .arrow-box {
		display: block;
		width: 100%;
		height: 50px;
		position: relative;
	}
	.main-box .step-list dd .arrow-box .arrow {
		position: absolute;
		top: 0;
		right: 50%;
		margin: 0 -25px 0 0;
		transform: rotate(90deg);
	}
	.main-box .step-list dd .goal-box {
		letter-spacing: normal;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background: #e78419;
		display: block;
		border-radius: 6px;
		width: 100%;
		min-height: 0;
		padding: 14px 5px 5px;
	}
	
	.main-box .step-list dd .goal-box .con {
	    min-height: auto;
	}
	
	
	.main-box .step-list dt {
	font-size: 14px;
}


	/* system-menu */
	.main-box .system-menu {
		margin-bottom: 20px;
	}
	.main-box .system-menu label {
		border-radius: 3px;
		width: 59.718%;
		height: 30px;
	}
	.main-box .system-menu label:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 12.735%;
		height: 100%;
		background-size: 55.555%;
	}
	.main-box .system-menu label select {
		width: 100%;
		height: 100%;
		display: block;
		font-size: 1.3rem;
		color: #323232;
	}
	.main-box .system-menu .logout-btn {
		font-size: 1.4rem;
		width: 29.577%;
		line-height: 1.821;
		position: relative;
		float: right;
		border-radius: 31px;
	}

	/* footer */
	.trial-action-wide {
		padding: 25px 0 30px;
	}
	.trial-action-wide p {
		font-size: 2.0rem;
		line-height: 1.25; 
		margin-bottom: 14px;
	}
	.trial-action-wide ul {
		text-align: center;
	}
	.trial-action-wide ul li {
		display: block;
		margin: 0 auto 10px;
		width: 66.666%;
		border-radius: 36px;
	}
	.trial-action-wide ul li:hover {
		background-color: #21a3ed;
	}
	.trial-action-wide ul li:first-child {
		background-color: #21a3ed;
	}
	.trial-action-wide ul li:hover:first-child {
		background-color: #21a3ed;
	}
	.trial-action-wide ul li img {
		float: left;
		width: 28px;
		margin-right: 0;
	}
	.trial-action-wide ul li:first-child img {
		margin-right: 0;
	}
	.trial-action-wide ul li a {
		font-size: 1.6rem;
		font-weight: normal;
		display: block;
		padding: 9px 0 9px 12%;
		width: 100%;
		height: 45px;
		overflow: hidden;
	}
	.trial-action-wide ul li a span {
		padding-top: 3px;
		float: left;
		text-align: center;
		width: 80%;
	}
	.banners-wide {
		display: block;
		padding: 30px 0;
		text-align: center;
	}
	.banners-wide li {
		width: 45.333%;
		height: auto;
		display: inline-block;
	}
	.banners-wide li a {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		background: none;
	}
	.banners-wide li:nth-child(2) a,
	.banners-wide li:nth-child(3) a {
		background: none;
	}
	.banners-wide li a img {
		display: block;
		width: 100%;
	}
	footer .company-info {
		border-top: none;
		padding: 0 0 20px;
	}
	footer .company-info .wrap {
		overflow: visible;
	}
	
	footer .company-info .wrap dt{
		width: 30%;
		margin: 0 auto;
	}
	
	footer .company-info .wrap dt a{
		display: block;
		width: 100%;
	}
	
	footer .company-info .wrap dt a img{
		width: 100%;
		height: auto;
	}
	
	footer .company-info .address {
		float: none;
		padding: 10px 2.666%;
		background-color: #e1e1e1;
	}
	footer .company-info .address dt {
		float: left;
		width: 14.225%;
		border-right: none;
		background-color: #fff;
		padding: 8px 0;
		margin: 0;
	}
	footer .company-info .address dt img {
		width: 66.336%;
		margin: 0 auto;
	}
	footer .company-info .address dd {
		color: #5c5c5c;
		font-size: 1.3rem;
		line-height: 1.307;
		padding-left: 2.666%;
		width: 82%;
		letter-spacing: -1px;
	}
	footer .company-info #footer-nav {
		float: none;
	}
	footer .company-info #footer-nav ul {
		overflow: hidden;
		margin-bottom: 10px;
	}
	footer .company-info #footer-nav ul li {
		float: left;
		text-align: center;
		box-sizing: border-box;
		width: 50%;
		border: 2px solid #e1e1e1;
		padding: 0;
		margin: 0;
	}
	footer .company-info #footer-nav ul li:first-child {
		border-left: 2px solid #e1e1e1;
	}
	footer .company-info #footer-nav ul li a {
		font-size: 1.4rem;
		padding: 20px 0;
		display: block;
	}
	footer .company-info #footer-nav ul li a:hover {
		color: #5c5c5c;
	}
	footer .company-info small {
		font-size: 1.0rem;
		text-align: center;
		margin-top: 0px;
		letter-spacing: -1px;
	}
	footer .totop-btn {
		right: 4%;
		bottom: 3%;
	}
	footer .totop-btn > img {
		width: 48px;
	}
}
