@charset 'utf-8';
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: 75%;
	line-height: 2;
	background: #FFF;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	color: #333;
}
ol, ul {
	list-style: none;
}
a {
	color: #b72d7e;
}
a:hover {
	text-decoration: none;
}
.color1 {
	color: #990000;
}

.bold {
	font-weight: bold;
}

.status-icon {
	width: 60px;
	text-align: center;
	font-size: 11px;
}

.accepting {
	background-color: rgb(255, 255, 255);
	color: rgb(232, 77, 77);
	border:1px rgb(232, 77, 77) solid;
}

.closed {
	background-color: rgb(255, 255, 255);
	color: rgb(127, 127, 127);
	border:1px rgb(127, 127, 127) solid;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pointer {
	cursor: pointer;
}

.row {
	border:1px #eee solid;
}

.enable-row {
	background-color: rgb(255, 255, 238);
}

.disable-row {
	background-color: lightgray;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-justify-left {
    display: flex;
    justify-content: left;
}

.flex-justify-center {
    display: flex;
    justify-content: center;
}

.flex-justify-right {
    display: flex;
    justify-content: right;
}

.flex-justify-space-between {
    display: flex;
    justify-content: space-between;
}

.flex-align-top {
    display: flex;
    align-items: start;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.flex-align-bottom {
    display: flex;
    align-items: end;
}

.margin-5 {
	margin: 5px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 1000;
}

header #header-logo {
	height: 80px;
	width: 160px;
	position: absolute;
	left: 40px;
}

header #header-logo img {
	height: 60px;
	margin: 10px 10px 5px auto;
}

header a #header-title {
	width: 16em;
	line-height: 6em;
	position: absolute;
	left: 160px;
	color: #666;
}

header a h2 {
    font-size: 3.5em;
    font-weight: normal;
    font-family: 'Lobster', cursive;
}

header a:-webkit-any-link {
	text-decoration: none;
}

#topGNavi {
	display: block;
}

.home-navi .home-navi__list {
    display: block;
}

.home-navi .home-navi__list {
    display: block;
	width: 560px;
    height: 40px;
    vertical-align: middle;
	margin: 20px auto;
}

.home-navi .home-navi__item {
    display: table-cell;
    height: 100%;
    width: 111px;
    border-left: 1px solid #5c5b5b;
    text-align: center;
}

.home-navi .home-navi__link {
    display: block;
    position: relative;
    height: 100%;
    padding: 0;
    color: inherit;
    text-decoration: none;
}

.home-navi .home-navi__en {
    display: block;
    padding: 0 1em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.home-navi .home-navi__jp {
    display: block;
    padding: 0 1em;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
}

.badge {
    display: inline;
    border-radius: 50%;
    font-size: 0.6em;
    padding: 0.1em 0.6em;
    margin: 0 5px;
    color: #fff;
    border: 1px #b72d7e solid;
    background: #b72d7e;
    vertical-align: top;
}

#guide-block {
    z-index: 1001;
    position: fixed;
    top: 75px;
    height: 105px;
    width: 100%;
    color: #fff;
    background-color: #443A6A;
}
#border1 {
    height: 5px;
    background-color: #E5227F;
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 1001;
}

#border2 {
	height:5px;
	background-color: #666;
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 1001;
}

h1 {
	padding-left: 30px;
	font-family: 'Berkshire Swash', cursive;
	font-size: 3em;
	line-height: 70px;
	height: 70px;
}
h1 a {
	color: #333;
	text-decoration: none;
}
h1 a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.terms {
	position: absolute;
	top: 0;
	right: 0;
}
.contact {
	position: absolute;
	top: 0;
	right: 80px;
}

#msg-box {
	margin: 15px;
	height: 140px;
    position: relative;
    background: #e0f1f7;
    box-shadow: 0px 0px 0px 5px #e0f1f7;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}

#msg-box i {
	margin-right: 0.2em;
}

#msg-box:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #c6d6dc #fff #c6d6dc;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.info {
	font-size: 1em;
	width: 80px;
	height: 70px;
	text-align: center;
}
.info ul {
	padding: 12px 0;
}
.info li {
	padding: 0 0 7px 0;
	line-height: 1;
}
.info a {
	color: #333;
	text-decoration: none;
}
.info a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.pc.copyright {
	font-size: 0.9em;
	line-height: 15px;
	position: fixed;
	bottom: 20px;
	left: 0;
	margin-left:10px;
}
.sp.copyright {
	display: none;
}
.wrapper {
	float: right;
	width: 100%;
	margin-top: 180px;
	margin-left: -200px;
    background-color: #fff;
}
.content {
	margin-left: 300px;
}
article {
	width: 100%;
    margin-bottom: 20px;
}
section {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}
article h2 {
	font-size: 3em;
	font-weight: normal;
	text-align: center;
	line-height: 2;
}
article h3 {
	font-size: 1.5em;
	font-weight: normal;
}
article li, p {
	font-size: 1.3em;
	margin-left: 20px;
}

article li.point {
	list-style-type: square;
}

article form input, article form textarea {
	font-size: 1em;
}

article form select{
	font-size: 1em;
}

article form input[type="radio"] {
	margin-right: 2px;
}

article form input[type="radio"] + span{
	margin-right: 20px;
}

p.note {
    font-size: 1em;
}

article .form-err {
    display: block;
    width: 80%;
    margin: 10px auto;
    border: thin solid #900;
	font-size: 0.9em;
	padding :5px 0 10px 0;
}

article .form-err li {
    color:#900;
    font-weight: bold;
	line-height: 1.5em;
	padding-left: 10px;
}

article .form-err li:before { content:"◆" }

.terms_content li li {
	font-size: 100%;
}
.ta {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}
.ta th, td {
	border: none;
	padding: 0 0 10px 10px;
	color: #333;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.form dl {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1.3em;
}
.form dl dt {
	min-width: 25%;
	float: left;
	padding: 5px 10px 10px 10px;
}
.form dl dd {
	width: 75%;
	float: right;
}

.form.inquiry  dl dd {
	padding: 5px 10px 10px 10px;
}

.form dl dd textarea, .form dl dd .txt {
	background: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	max-width: 90%;
	height: 40px;
	line-height: 40px;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}

.form dl dd .txt.len4 {
	width: 4em;
}

.form dl dd .txt.len6,
.form dl dd .ctSelect.len6
{
	width: 6em;
}

.form dl dd .txt.len10,
.form dl dd .ctSelect.len10
 {
	width: 10em;
}

.form dl dd .txt.len14 {
	width: 14em;
}


.form dl dd .txt.len20 {
	width: 20em;
}


.form dl dd .txt.len25 {
	width: 25em;
}

.form dl dd .txt.len30 {
	width: 30em;
}

.form dl dd .txt.len100 {
	width: 100em;
}

.form dl dd textarea {
	width: 90% !important;
	height: 100%;
	line-height: 1.5em;
}
.form dd .ina {
	ime-mode: disabled;
}

.chra li {
	position: relative;
	padding-left: 30px;
	line-height: 30px;
	font-size: 100%;
}
.chra li div {
	position: absolute;
	top: 5px;
	left: 0;
}
.ctSelect {
	background: url(../images/arrow.png) right center no-repeat;
	background-color: #fff;
	padding: 0 5px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-expand:none;
	height: 40px;
	line-height: 40px;
}
.kakunin {
	text-align: center;
	margin: 20px auto;
}

.btn {
	min-width: 150px;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	border: solid 1px #443a6a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #918aad), color-stop(1.00, #443a6a));
	background: -webkit-linear-gradient(#918aad, #443a6a);
	background: -moz-linear-gradient(#918aad, #443a6a);
	background: -o-linear-gradient(#918aad, #443a6a);
	background: -ms-linear-gradient(#918aad, #443a6a);
	background: linear-gradient(#918aad, #443a6a);
	color: #fff;
}

/* TODO: 色は後で決める */
.btn:disabled {
	border: solid 1px #646365;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #abaaaf), color-stop(1.00, #646365));
	background: -webkit-linear-gradient(#abaaaf, #646365);
	background: -moz-linear-gradient(#abaaaf, #646365);
	background: -o-linear-gradient(#abaaaf, #646365);
	background: -ms-linear-gradient(#abaaaf, #646365);
	background: linear-gradient(#cbcacf, #848385);
	color: gray;
}

.btn_submit {
	border: solid 1px #b72d7e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eb9fc8), color-stop(1.00, #b72d7e));
	background: -webkit-linear-gradient(#eb9fc8, #b72d7e);
	background: -moz-linear-gradient(#eb9fc8, #b72d7e);
	background: -o-linear-gradient(#eb9fc8, #b72d7e);
	background: -ms-linear-gradient(#eb9fc8, #b72d7e);
	background: linear-gradient(#eb9fc8, #b72d7e);
	color: #fff;
}

.btn_cancel {
	border: solid 1px #646365;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #abaaaf), color-stop(1.00, #646365));
	background: -webkit-linear-gradient(#abaaaf, #646365);
	background: -moz-linear-gradient(#abaaaf, #646365);
	background: -o-linear-gradient(#abaaaf, #646365);
	background: -ms-linear-gradient(#abaaaf, #646365);
	background: linear-gradient(#abaaaf, #646365);
	color: #fff;
}

.btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}
.required {
	color: #ff0000;
}

.login-id-notice {
	font-size: 0.8em;
}

input[type="time" i]{
    height:40px;
}

input[type="time"]{
    height:40px !important;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-inner-spin-button
{
  -webkit-appearance: none;
}
input[type="time"]::-webkit-clear-button,
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button
{
  -webkit-appearance: none;
}

#top #step-link {
  background: #62c1ce;
    border-radius: 8px 0 0 8px;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 2em 0 3em;
    position: relative;
    width: 90%;
}

#top #step-link::before {
    border: 35px solid transparent;
    border-left-color: #62c1ce;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 0;
}

#top #step-link::after {
    background: #28c;
    border-radius: 8px 0 0 8px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1em;
}

#top #step-link a {
    color: #fff;
    font-size: 1.5em;
}

#top #top-movies {
    width: 100%;
    margin: 0 auto;
}

#top .top-movie {
	width: 50%;
    min-width: 300px;
    float: left;
    text-align: center;
    margin: 10px auto 15px;
}

#top .top-movie .movie-exp {
    height:3em;
    font-size:0.9em;
}

#top .top-movie .movie-exp p {
    text-align:center;
    margin: 0;
}

#top .top-movie img {
	width: 80%;
	cursor: pointer;
    box-shadow: 5px 10px 15px rgba(0,0,0,0.25);
}

.movie .embed-responsive img {
	width: 80%;
	cursor: pointer;
    box-shadow: 5px 10px 15px rgba(0,0,0,0.25);
}

/*new-message*/
.new-message {
    border: 1px solid #7fadc1;	/* 線の太さ・種類・色 */
    border-radius: 5px;
    padding: 50px 10px 10px 10px;	/* 内側の余白 上・右・左・下 */
    position: relative;
    z-index: 0;
}

.new-message:before{
    background-color: #7fadc1;	/* タイトル部分背景色 */
    border-radius: 5px 5px 0px 0px;
    color: #fff;	/* タイトル部分文字色 */
    content: '新着メッセージ';
    height: 25px;	/* タイトル部分高さ */
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 1.2em;
    font-weight: bold;
}

.new-message:after{
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #7fadc1 transparent transparent transparent;	/* 吹き出し三角部分の色 */
    content: "";
    position: absolute;
    top: 35px;
    left: 10px;
    width: 0px;
    height: 0px;
    z-index: 1;
}

.new-message li {
	padding: 0 20px 0.5em 0;
    line-height: 1.5em;
}

.new-message li i{
    margin-right: 5px;
}

.new-message li .received-dt{
    margin-left: 10px;
	font-size:0.8em;
}

.step-navi h3, .movie h3 {
    font-weight: bold;
    color: #666;
}

.step-navi .step-link {
    text-align: right;
    font-size: 1.2em;
}

.step {
    position: relative;
    display: inline-block;
    margin: 1em 0;
    padding: 0.5em 1em;
    border: solid 3px;
    width: 100%;
    font-size: 0.9em;
}

.step .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #969696;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.step p {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.step p.step-name {
    font-weight: bold;
    font-size: 2.5em;
    margin: 5px 0 5px;
}

.step .substep {
	display: inline-block;
    margin: 1em 0;
    padding: 0.5em 1em;
	border-style: solid;
	border-width: 3px;
    width: auto;
}

.substep p.substep-name {
    font-weight: bold;
    font-size: 2em;
    margin: 3px 0 3px;
}

.inactive-step {
    color: #999;
	border-color: #969696;
    background-color: #f1f1f1;
}

.inactive-step .box-title {
    background-color: #969696;
}

.inactive-step a {
    color: #999;
    pointer-events: none;
	text-decoration: none;
}

.active-step {
    color: #333;
	border-color: #62c1ce;
    background-color: #c4e2e6;
}

.active-step .box-title {
    background-color: #62c1ce;
}

.finished-step {
    color: #999;
	border-color: #6462ce;
    background-color: #c5c4e6;
}

.finished-step .box-title {
    background-color: #6462ce;
}

.finished-step a {
    color: #999;
	pointer-events: none;
	text-decoration: none;
}

.arrow{
    position: relative;
    display: block;
    width: 50px;
    margin: 0 auto 35px;
  }

.arrow::before{
    content: '';
    width: 15px;
    height: 15px;
    border-top: solid 2px #969696;
    border-right: solid 2px #969696;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 0;
  }

.arrow.active-arrow::before{
    border-top: solid 2px #62c1ce;
    border-right: solid 2px #62c1ce;
  }

.hidden {
    display: none;
}

.no_link{
	pointer-events:none;
    color: #999;
}


.message{
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

article .message-box li {
    margin-left: 0;
}

.message .box-title{
    font-size: 1.1em;
    background: #62c1ce;
    padding: 4px 10px;
    color: #FFF;
    letter-spacing: 0.05em;
}

.message .box-title a {
    color: #fff;
}

.message .box-title .title, .message .box-title .title-link{
    float: left;
    display: contents;
    font-size: 1.1em;
    margin-left: 1em;

}

.message .box-title .received-dt{
    font-size: 0.8em;
    color: #333;
    float: right;
    margin: 0.5em 0 0 1em;
}

.message .box-message {
    padding: 10px 20px;
}

.message p{
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
}

.movie {
    text-align: center;
}

.movie img {
	max-width: 80%;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.scroll_area {
	margin: 0 auto;
	width: 100%;
}
#infscr-loading {
	z-index: 100;
	position: fixed;
	left: 50%;
	bottom: 20px;
}
.pagetop:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

#company-menu {
	display: none;
	margin-top: 10px;
  }

.menu--company-index {
	margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
h3, p, ol, li, th, td, dl {
	font-size: 1em !important;
}
header,header #header-logo {
	height: 50px;
}

header #header-logo {
	width: 100px;
	position: absolute;
	left: 50px;
}

header a #header-title {
	width: 10em;
	line-height: 4em;
	position: absolute;
	left: 120px;
}

header #header-logo img, header a h2{
	height: 40px;
	font-size: 2.5em;
}

#top .top-movie {
	width: 100%;
}

.step {
    width: 100%;
}

.arrow::before{
    transform: rotate(135deg);
    margin-left: 15px;
}

#guide-block {
	top: 50px;
    height: 30px;
}

header #header-logo img {
	margin: 5px 5px 5px auto;
}

h1 {
	font-size: 2em;
	line-height: 50px;
	height: 50px;
}
article h2 {
	font-size: 2em;
}

.top-movie h3 {
	font-size: 1.5em !important;
}
.info {
	font-size: 0.9em;
	width: 80px;
	height: 50px;
}
.info ul {
	padding: 5px 0;
}
.wrapper {
	margin: 80px 0 0 0;
}
.content {
	margin: 0;
	width: 100%;
}
section {
	width: 90%;
}
.form dl {
	width: 100%;
	padding: 0;
	border: none;
}
.form dl dt {
	float: none;
	position: static;
	width: 100%;
	font-weight: bold;
}
.form dl dd {
	float: none;
	width: 100%;
	margin-left: 10px;
}
.form dl dd .txt, .ctSelect {
	height: 30px;
	line-height: 30px;
}
.sp.copyright {
	display: block
}

.pc.copyright {
	display: none;
}

.login-id-notice {
	font-size: 1em;
}
}

@media screen and (max-width: 1160px) {
#topGNavi {
	display: none;
  }
}

@media screen and (max-width: 1160px) {
#company-menu {
	display: block;
  }
}
