* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #eee;
	-webkit-text-size-adjust: 100%;
	display: none;
}

#main {
	background: #eee;
}
#main-in {
	padding-left: 260px;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 20px;
}

#main .content-wrapper {
	margin-top: 60px;
}

/* main-visual */
#main-visual {
	background: #64CE80;
	background: -webkit-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -moz-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -ms-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -o-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: linear-gradient(-45deg, #64CE80, #C68BC4);


	height: 400px;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#main-visual h2 {
	font-size: 180%;
	color: #fff;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* ここから */
#global-head {
	position: fixed;
	color: #7e308e;
	width: 100%;
	height: 60px;
	text-align: center;
	padding-top: 0px;
	z-index: 100;
	background: rgba(82,78,107);
}

#sidebar {
	font-size: 15px;
	padding-top: 60px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #595856;
	background: #fff;
	text-align: center;
	background: rgba(0,0,0,.7);
}
#global-nav {
	text-align: center;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#global-nav ul {
	width: 100%;
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
	overflow: hidden;
	display: block;
}
#global-nav a {
	color: #bbb;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	position: relative;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav a:hover {
	color: #fff;
}
#global-nav .sub-menu > a {
	position: relative;
}
#global-nav .sub-menu.is-active > a {
	color: #fff;
}

/* sub-menu icon */
#global-nav .sub-menu  > a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 23px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#global-nav .sub-menu.is-active > a:after {
	border-color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* sub-menu */
#global-nav .sub-menu-nav {
	font-size: 14px;
	display: none;
}
#global-nav .sub-menu-nav a {
	padding: 6px 0;
	color: #777;
}
#global-nav .sub-menu-nav a:hover {
	color: #ddd;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #d9e1e8;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.p-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: .8rem 1.6rem;
    height: 100%;
}

.p-header__menu__button {
    width: 16rem;
    display: flex;
    justify-content: flex-end;
}

.p-header__menu__button>* {
    width: 8rem;
    margin: 0 .4rem;
}

.p-button-small.-light {
    color: #fff;
    border-color: hsla(0,0%,100%,.7);
}
.p-button-small {
    border-style: solid;
    border-width: 1px;
    font-size: 1.2rem;
    padding: .8rem;
    text-decoration: none;
}
.p-button-large, .p-button-small {
    transition: opacity .2s;
    text-align: center;
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius: .25rem;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.p-button-small.-light-fill {
    color: #475499;
    border-color: #fff;
    background-color: #fff;
}
.p-button-small {
    border-style: solid;
    border-width: 1px;
    font-size: 0.8rem;
    padding: .4rem;
    text-decoration: none;
}

.p-button-large {
    transition: opacity .2s;
    text-align: center;
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius: .25rem;
}

.nav-links{
  padding:2em;
  display:flex;
  justify-content:center;
}
a.paging,span.paging{
  width:50px;
  height:50px;
  margin:2px;
  line-height:50px;
  text-align:center;
  font-size:13px;
  text-decoration:none;
  background:#fff;
  color:#222;
  transition:.3s;
}
a.paging:hover{
  background:#dcdcdc;
  border-radius:100%;
  transform:rotate(360deg);
}
.current{
  background:#c0c0c0 !important;
}
.dots{
  background:none;
}


.grid-wrapper {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
}

.login-name {
	display: none;
}
.display-tile {
	background: white;
}

.list-menu {
	font-size: 1em !important;
	padding: 3px !important;
	max-width: 74px;
	height: 30px;
}


.display-td {
	height: calc(100vw / 4);
	text-align: center;
}

.display-img {
	width : auto;
	height: calc(100vw / 4);
	object-fit: cover;
}

.display-pic {
	padding-top: calc(100vw / 100);
	width:90%;
	height:auto;
	max-height: 400px;
	max-width: 270px;
}

.display-nav-pic {
	padding-top: calc(100vw / 100);
	height:auto;
	max-height: 400px;
	max-width: 270px;
}

.display-string {
	padding-left: calc(100vw / 100);
}

.display-table-explanation tr{
	height: 40px;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #F5F5F5;
}

.display-table-explanation .td1{
	border-right: solid;
	border-width: 1px;
	border-color: #F5F5F5;
}
.display-table-explanation .str{
	margin: 10px;
}
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 9999;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/js/loading.gif") center center no-repeat;
}

.modal_open{
    display: inline-block;
    margin: 3vw;
    float: left; 
}
 
.modal_box, .modal_box_ans, .modal_box_ans_ch, .modal_box_display, .modal_box_draft, .modal_box_order, .modal_box_delete, .modal_box_cancel, .modal_box_inq, .modal_box_inq_ch, .modal_box_end, .modal_box_eval, .modal_box_send, .modal_box_send_confirm, .modal_box_leave {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 70vw;
    max-width: 840px;
    margin: 0;
    padding: 60px 2vw 20px;
    border: 2px solid #aaa;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}

.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
 
.modal_link {
    display: inline;
}
 
.modal_link a {
    display: inline-block;
    width: 40%;
    color: #fff !important;
    background-color: #384878;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px 10px;
} 

.modal_link button {
    display: inline-block;
    width: 40% !important;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px 10px;
}

.moda_back a {
    color: #97c4e8 !important;
    background-color: #fff !important;
    border: solid 2px #97c4e8 !important;
}

.menu {
  width: calc(100% - 260px);
  position: fixed;
  bottom: 0;
  z-index:999;
  margin: 0;
  background: rgba(126,48,142,0.3);
  left: 260px;
}

.fix-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}

.fix-btn {
  width: 100% !important;
  height: 60px;
}

.info-font {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-grid-container {
  width: calc(100% - 260px);
  position: fixed;
  bottom: 0;
  z-index:999;
  margin: 0;
  left: 260px;
}

.grid-container {
  display: grid; 
  grid-template-columns: 1.3fr 1.3fr; 
  grid-template-rows: 1fr 0.5fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    "navi_text navi_text"
    "address send"; 
}
.navi_text { grid-area: navi_text; }
.address { grid-area: address; }
.send { grid-area: send; }

.ecl-text-title{
	overflow: hidden;
	white-space: nowrap;
	width: 60vw;
	text-overflow: ellipsis;
}

.ecl-text{
	overflow: hidden;
	white-space: nowrap;
	width: 15vw;
	text-overflow: ellipsis;
}

#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
.faq-disp-pc{
	display: block !important;
}
.faq-disp-sp{
	display: none !important;
}
@media screen and (max-width: 1430px) {
	.display-td {
		height: calc(100vw / 4.5);
		max-height: 500px;
	}
	.display-img {
		height: calc(100vw / 4.5);
	}
}
@media screen and (max-width: 992px) {
	.display-td {
		height: calc(100vw / 3.5);
		max-height: 500px;
	}
	.display-img {
		height: calc(100vw / 4);
	}
	.ecl-text{
		width: 20vw;
	}
}

@media screen and (max-width: 900px) {
	.display-img {
		height: calc(100vw / 3);
	}
	.fix-grid {
	  width: 100%;
	}
	.menu, .menu-grid-container {
	  width: 100%;
	  left: 0px;
	}
	.ecl-text{
		width: 30vw;
	}
	.faq-disp-pc{
		display: none !important;
	}
	.faq-disp-sp{
		display: block !important;
	}
}

@media screen and (max-width: 576px) {
	.display-td {
		height: calc(100vw / 3.5);
		max-height: 500px;
	}
	.display-img {
		height: calc(100vw / 2.5);
	}
	.display-col {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.ecl-text{
		width: 45vw;
	}
}

@media screen and (max-width: 900px) {
	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
		padding: 10px;
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}
	
	.p-header {
	    display: none;
	}
	
	.login-name {
	    display: inline-block;
 	   _display: inline;
	}
	
	.display-td {
		height: 40vw;
	}

	


}
@media screen and (max-width: 576px) {
	.display-td {
		height: 55vw;
	}
}
@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}

@media screen and (max-width: 769px) {
 
/*  ウィンドウサイズ769px以下の時のスタイル  */
 
  .modal_box, .modal_box_ans, .modal_box_ans_ch, .modal_box_display, .modal_box_draft, .modal_box_order, .modal_box_delete, .modal_box_cancel, .modal_box_inq, .modal_box_inq_ch, .modal_box_end, .modal_box_eval, .modal_box_send, .modal_box_send_confirm, .modal_box_leave {
      padding: 50px 2vw 40px;
  }
 
  .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
  }
 
  .modal_close i {
      line-height: 44px;
  }
  
  .modal_link a {
    width: 80%;
  }
  
  .modal_link button {
    width: 80% !important;
  }
}