@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond:500);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}


/*プレイスホルダー*/
input[type="text"]::placeholder, input[type="password"]::placeholder {
  color: #B2B2B2;
  opacity: 1;
}
/* IE */
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
/* Edge */
input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
/*==================================================
基本デザイン
==================================================*/
html {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	  font-family: 'Open Sans', sans-serif;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
#wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0px auto auto;
  padding: 30px 10px;
  box-sizing: border-box;
  flex: 1 0 auto;
  min-height: 1px; /*IE11 img resizing bug*/
}
.wrapper-in {
  padding: 10px;
  box-sizing: border-box;
}
/*ヘッダーとフッター*/
header {
  background-color: #FFF;
  box-sizing: border-box;
  box-shadow: 0px 11px 16px -6px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid rgba(41, 199, 211, 1.00);
  padding: 3em 0;
}
header.new1-header {
  display: flex;
  justify-content: center;
	box-shadow: none;
	border-bottom:none;
	padding: 0;
}
header img.header-img {
  width: 100%;
  max-width: 1260px;
  height: auto;
}
.header-in {
  width: 92%;
  max-width: 1260px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .header-title {
  font-size: 4.5rem;
  font-weight: 800;
  box-sizing: border-box;
  color: rgba(66, 231, 255, 1.00);
  background: -webkit-linear-gradient(15deg, #03d4d1, #ffacf7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .header-title-area {
  font-size: 2.6rem;
  font-family: sans-serif;
  font-weight: 800;
  /*margin-top: 10px;*/
  /*padding-bottom: 10px;*/
  box-sizing: border-box;
  color: rgba(41, 199, 211, 1.00);
}
.header-bottom {
  background-color: rgba(41, 199, 211, 1.00);
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
}
.header-bottom.thin-bottom {
  text-align: center;
  color: #FFFFFF;
  padding: 0px 0;
}
footer {
  background-color: rgba(68, 68, 68, 1.00);
  color: #FFF;
  margin-top: 3em;
  padding: 1.5em 0;
  font-size: 1.3rem;
  text-align: center;
}
/*パーツ*/
.info {
  font-size: 1.5rem;
  /*border: 1px solid rgba(188,188,188,1.00);
	border-radius: 3px;*/
  padding: 20px;
  box-sizing: border-box;
  margin: 10px 0 30px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  /*background-color: #FFF;
	box-shadow: 0px 0px 2px 1px rgba(9,136,199,0.1);*/
}


.error {
  background-color: rgba(241, 224, 244, 0.5);
  color: rgba(214, 44, 200, 1.00);
  font-size: 1.3rem;
  box-sizing: border-box;
  border: 2px solid rgba(214, 44, 200, 1.00);
  font-weight: 600;
  padding: 8px;
}
.error:empty, .display_error:empty {
  display: none;
}
.error span {
  color: red;
  font-size: 1.5rem;
}
h2 {
  font-size: 1.8rem;
  color: rgba(93, 93, 93, 1.00);
  border-bottom: double 4px rgba(93, 93, 93, 1.00);
  margin-bottom: 15px;
}

h2.h2-plan{
	font-weight: bold;
	font-size: 2.7rem;
	color: rgba(41,198,210,1.00);
  border-bottom: double 4px rgba(41,198,210,1.00);
}
.thanks {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.7;
}

.red-c{
    color: red;
}

a {
  color: rgba(1, 128, 171, 1.00);
}
a:hover {
  opacity: 0.5;
}

[class*="link-"]:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    margin-right: 2px;
    margin-left: 2px;
    position: relative;
    top: 2px;
}

a.link-ex:after {
	content: '\e89e';
}

a.link-pdf:after {
	content: '\e415';
}

a.link-download:after {
	content: '\e161';
}

a.link-mail:after {
	content: '\e0e1';
}

a.link-cbox:after {
	content: '\e88f';
}

/*テーブルのスタイル*/
section {
  background-color: #FFFFFF;
  padding: 20px;
  margin: 20px 0px;
  box-sizing: border-box;
}
.base1 {
  font-size: 1.5rem;
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.base1 td.komoku, .base1 td {
  padding: 10px 8px;
  border: 1px solid #CECECE;
  box-sizing: border-box;
}
.base1 td.komoku {
  background-color: rgba(244, 243, 243, 1.00);
  width: 25%;
  font-weight: 700;
  color: #676767;
    font-size: 1.4rem;
}
input[type="text"], input[type="password"], textarea {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-size: 1.5rem;
  box-sizing: border-box;
  display: inline;
  width: 100%;
}
input[type="text"].per30:nth-child(2) {
  margin-left: 5px;
}
input#chk_mail {
  margin-top: 8px;
}
input[type="text"].per5 {
  width: 5%;
}
input[type="text"].per15 {
  width: 15%;
}
input[type="text"].per25 {
  width: 25%;
}
input[type="text"].per35 {
  width: 35%;
}
input[type="text"].per45 {
  width: 45%;
}
input[type="text"].per55 {
  width: 55%;
}
input[type="text"].per65 {
  width: 65%;
}
input[type="text"].per75 {
  width: 75%;
}
input[type="text"].per85 {
  width: 85%;
}
input[type="text"].per95 {
  width: 95%;
}
input[type="text"].per10 {
  width: 10%;
}
input[type="text"].per20 {
  width: 20%;
}
input[type="text"].per30 {
  width: 30%;
}
input[type="text"].per40 {
  width: 40%;
}
input[type="text"].per50 {
  width: 50%;
}
input[type="text"].per60 {
  width: 60%;
}
input[type="text"].per70 {
  width: 70%;
}
input[type="text"].per80 {
  width: 80%;
}
input[type="text"].per90 {
  width: 90%;
}
input[type="text"].per100 {
  width: 100%;
}
.room-select {
  margin-top: 3px;
}
input.room-other {
  width: 70%;
  margin-top: 3px;
}
div.select {
  width: auto;
}
div.select.px100 {
  width: 100px;
}
div.select.px180 {
  width: 220px;
}
div.select.px700 {
  width: 70%;
}
div.select select {
  width: 100%;
}
.moji {
  vertical-align: bottom;
  padding: 0 5px;
}
.eg {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 0 0 3px;
  color: #777;
  font-size: 12px;
}
.red {
  /*background-color: rgba(214, 44, 200, 0.15);*/
  color: rgba(214, 44, 200, 1.00);
 /* border: 1px solid rgba(214, 44, 200, 1.00);*/
  font-size: 2rem;
  float: right;
  font-weight: 600;
  /*padding: 2px;
  border-radius: 2px;*/
}
.alert {
  padding: 0;
  padding-left: 1em;
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 600;
  color: red;
}
/*ボタン*/
.btn-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em 0;
}
/*スタイルリセット*/
.btn-control button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.btn-control button {
  display: inline-block;
  width: 300px;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
.btn-control button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: rgb(79, 150, 184);
  background: radial-gradient(circle, rgba(79, 150, 184, 1) 0%, rgba(43, 187, 192, 1) 100%);
}
.btn-control button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(177, 79, 184);
  background: radial-gradient(circle, rgba(177, 79, 184, 1) 0%, rgba(239, 108, 108, 1) 100%);
}
.btn-control button:hover::before {
  opacity: 0;
  transition-duration: 800ms;
}
.btn-control button:nth-child(2) {
  margin-left: 10px;
}
.btn-control button:nth-child(3){
  margin-left: 10px;	
}
/*戻るボタン*/
.btn-control button.back::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: rgba(10, 10, 10, 0.1);
}
.btn-control button.back::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgba(10, 10, 10, 0.5);
}
button.pay_btn {
  width: auto;
    padding: 7px 20px;
    box-sizing: border-box;
  font-size: 1.6rem;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #7C7C7C;
  color: #FFF;
  cursor: pointer;
}
button.pay_btn:hover {
  opacity: 0.8;
  transition-duration: 500ms;
}
.pc-none {
  display: none;
}
/*各プランのテーブル*/
table.plan-table {
  width: 100%;
  font-size: 1.3rem;
  border-spacing: 10px;
  margin-bottom: 15px;
}
table.plan-table td {
  width: calc(100% / 3);
  border: 1px solid rgba(156, 153, 80, 0.5);
  padding: 0.5em;
  box-sizing: border-box;
  background-color: rgba(254, 254, 210, 0.50);
}
table.plan-table td h4 {
  font-weight: bold;
  font-size: 14px;
}
table.plan-table td p {
  padding: 0.5em;
  box-sizing: border-box;
  margin: 0.1em 0;
}
.setsumei {
  font-size: 1.4rem;
  padding: 0.2em 0em 1em;
  box-sizing: border-box;
}

.setsumei.step {
  font-size: 1.4rem;
  padding: 1.5em;
  box-sizing: border-box;
    margin: 1em 0 2em;
    border: 1px dotted #888;
}

.setsumei.step h3{
    display: inline-block;
    background-color: yellow;
    font-size: 1.6rem;
    margin: 0 0 5px 0;
}

/*new1のあれこれ*/
h2.h2-new1 {
  font-size: 2.8rem;
  text-align: center;
  color: rgba(34, 166, 176, 1.00);
  font-weight: 700;
  border-bottom: 3px solid rgba(34, 166, 176, 1.00);
  border-top: 3px solid rgba(34, 166, 176, 1.00);
	padding: 0.5em 0;
	line-height: 1.3;
}

h2.h2-new1 .en-title{
    font-size: 90%;
    margin-top: 0.3em;
	line-height: 1.3;
}
div.option {
  font-size: 1.7rem;
  text-align: center;
  line-height: 2;
}
div.option p:first-child {
  margin-bottom: 20px;
}
div.inquiry {
  margin: 2em 0 0;
  padding: 2em 0;
  font-size: 1.4rem;
  text-align: center;
  background-color: rgba(10, 10, 10, 0.05);
    display: flex;
    justify-content: center;
}

div.inquiry div{
    text-align: left;
    padding: 0 1em;
    box-sizing: border-box;
	width: 50%;
	max-width: 580px;	
}

div.inquiry small {
  display: inline-block;
  line-height: 1.3;
  text-align: left;
  padding-top: 15px;
}
article {
  font-size: 1.4rem;
  padding: 1em;
  box-sizing: border-box;
}
article p {
  padding: 1.5em 2em 0.5em;
  box-sizing: border-box;
}
article ul {
  padding: 0.5em 2em;
  list-style-type: disc;
  box-sizing: border-box;
  line-height: 1.6;
}
article ol {
  padding: 0.5em 2em;
  box-sizing: border-box;
}

article ol li{
    padding-left: 1em;
    text-indent: -1em;
}

article ul li{
	line-height: 1.4;
	margin: 0.4em 0;
}
article h5 {
  font-size: 1.7rem;
  font-weight: bold;
  color: rgba(214, 44, 200, 1.00);
}

article h5.h5-en {
    margin-top: 40px;
}

article h6{
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(115,28,199,1.00);
	margin: 20px 0 0 0;
}

article h4{
  font-size: 1.5rem;
  font-weight: bold;
	margin:  10px 0 0 0;
}

article h6 span{
	border-bottom: 1px solid  rgba(115,28,199,1.00);
}




.setsumei span.en ul{
	padding: 0.2em 2em;
	box-sizing: border-box;
}

.setsumei span.en ul li{
	text-indent: -1em;
}

.setsumei span#terms{
	padding: 0 1em;
	box-sizing: border-box;
}

.setsumei span#terms input[type="checkbox"]{
	transform: scale(1.2);
}

ul.ul-disc{
	padding-left: 1em;}

ul.ul-disc li{
	list-style-type: disc;
}

.ask-title{
	font-weight: bold;
	font-size: 120%;
	margin: 15px 0;
}

hr {
  background-color: #f5f5f5;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
  height: 7px;
  background: url("images/hr.svg") center center repeat-x;
  margin-top: 40px;
  margin-bottom: 40px;
}
span#agree {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 0.5em;
}
span.y_maker {
  background-color: rgba(255, 254, 85, 0.8);
  display: inline-block;
  padding: 0px 3px;
}
input[type="checkbox"] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
/*ログイン画面*/
div.container {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
div.box {
  width: 60%;
  max-width: 300px;
  box-shadow: 0px 0px 4px 2px rgba(10, 10, 10, 0.1);
  position: relative;
  padding: 40px 20px 10px;
}
.avatar img {
  padding: 5px;
  background: #3C413A;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
  width: 100px;
  height: 100px;
  position: absolute;
  top: -80px;
  left: 33.3333%;
}
.eg li {
  font-size: 13px;
  color: lightslategrey;
}



/*日英併記*/

span:lang(en) {
    font-size: 94%;
    font-weight: normal;
    font-style: normal;
}
    
span:lang(en) {
    line-height: 1.3em;
    display: block;
    border-top: 1px dashed #dbdbdb;
    margin-top: 4px;
    padding-top: 4px;
}

 span.en{
    display: block;
    margin-top: 8px;
    line-height: 1.4;
    
}

span.en > p{
    text-indent: -0.5em;
    padding-left: 1em;
}

.t-indent{
	text-indent: -1em;
	padding-left: 1em;
	
}

.plan-table-ver2{
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 30px 0;
}

.plan-table-ver2 td,.plan-table-ver2 th{
    font-size: 1.4rem;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    text-align: center;
}
.plan-table-ver2 thead td{
    text-align: center;
}

.plan-table-ver2 thead td:nth-child(1){
    width: 15%;
}
.plan-table-ver2 thead td:nth-child(2){
    width: 15%;
}
.plan-table-ver2 thead td:nth-child(3){
    width: 20%;
}
.plan-table-ver2 thead td:nth-child(4){
    width: 20%;
}
.plan-table-ver2 thead td:nth-child(5){
    width: 30%;
}


.plan-table-ver3{
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 0px 0;
	table-layout: fixed;
}

.plan-table-ver3 td,.plan-table-ver3 th{
    font-size: 1.2rem;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    text-align: center;
	word-wrap: break-word;
}

.plan-table-ver3 tr td:nth-of-type(1){

}
.plan-table-ver3 tr td:nth-of-type(2){

}
.plan-table-ver3 tr td:nth-of-type(3){
	font-size: 1.2rem;
}





/*.plan-table-ver3 td:nth-of-type(2){
    font-size: 1.5rem;
}*/

.text-big{
    font-size: 1.2rem;
}


.bg-ja{
    background-color: rgba(213,243,255,0.3);
}

.bg-en{
    background-color: rgba(180,220,177,0.2);
}

.bg1{
    background-color: rgba(243,251,254,1.00);
}

.bg2{
    background-color: rgba(240,248,240,1.00);
}


/*スクロール*/

div.scroll-wrap{
	overflow: scroll;
	white-space: nowrap;
}

/* スクロールバーの幅と高さを設定する */
div.scroll-wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* スクロールバーの形を設定する */
div.scroll-wrap::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
div.scroll-wrap::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #CCC;
}

div.scroll-wrap table{
		width: auto;
}

.plan-table-ver3 td,.plan-table-ver3 th{
	width: 220px;
	height: 70px;
	vertical-align: middle;
}

.plan-table-ver3 td.fixcell1{
	min-width: 60px;
}

.plan-table-ver3 td.fixcell2{
	min-width: 180px;
}

.plan-table-ver3 td.fixcell3{
	min-width: 80px;
}

.plan-table-ver3 td.fixcell1{
	position: sticky;
	left: 0;
}

.plan-table-ver3 td.fixcell2{
	position: sticky;
	left: 60px;
}

.plan-table-ver3 td.fixcell3{
	position: sticky;
	left: 240px;
}

.plan-table-ver3 td.fixcell1:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.plan-table-ver3 td.fixcell2:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.plan-table-ver3 td.fixcell3:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}



/*==================================================
横幅600px以下
==================================================*/
@media screen and (max-width:700px) {
  #wrapper {
    width: 100%;
    max-width: 1260px;
    margin: 0px auto auto;
    padding: 50px 5px;
  }
  section {
    padding: 0px;
  }
	
	header .header-title{
		font-size: 3rem;
		line-height: 1.3;
		text-align: center;
	}
	
	.btn-control{
		flex-direction: column;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	
.btn-control button:nth-child(2) {
    margin-left: 0px;
}
	
  .base1 td.komoku, .base1 td {
    width: 100%;
    display: block;
    border: none;
  }
  .base1 td.sp-name-td {
    width: 50%;
    display: inline-block;
    border: none;
  }
  .base1 td.komoku {
    width: 100%;
    display: block;
    border: none;
  }
  .base1.do-table thead {
    display: none;
  }
  td.no_title {
    background-color: rgba(0, 64, 102, 0.64);
    color: #FFFFFF;
  }
  h3 {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 1.6rem;
    background-color: #FFFFFF;
    border: none;
    color: rgba(0, 63, 102, 1.00);
    margin-top: 15px;
    margin-bottom: 5px;
  }
  input[type="text"].per30 {
    width: 45%;
  }
  input#em_no.per30 {
    width: 100%;
  }
  input[type="text"].per60 {
    width: 100%;
  }
  input[type="text"].dcf-code {
    width: 40%;
  }
  .pc-none {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    color: #7B7B7B;
  }
  table.plan-table {
    width: 100%;
    font-size: 1.3rem;
    border-collapse: collapse;
    border-spacing: 0px;
  }
  table.plan-table td {
    width: 100%;
    display: block;
    font-size: 12px;
  }
  table.plan-table td h4 {
    font-size: 13px;
  }
  table.plan-table td p {
    padding: 0.5em;
    box-sizing: border-box;
    margin: 0.1em 0;
  }
}