@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif, "MS Pゴシック", Osaka;
  font-weight: normal;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: normal;
  color: #313131;
  min-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  -webkit-touch-callout:none; /* リンク長押しのポップアップを無効化*/
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;/*Chrome,Safari*/
  -ms-text-size-adjust: 100%;/*EgdeMobile*/
  -moz-text-size-adjust: 100%;/*firefox*/
}


* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.anc-arrow:before {
  content: "＞";
  margin-right: .2em;
}

a {
  color: #53565A;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  outline: none !important;

}

a:hover {
 /* opacity: .7;*/
 text-decoration: underline;
}

a:focus {
  outline: none !important;
}

.over a {
  text-decoration: none;
}

.underline{
   text-decoration: underline;
}

a.link{
  color: #41bdea;
  text-decoration: underline;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

input[type="submit"]:hover, .over a:hover, .over li a:hover { 
  filter: alpha(opacity=70);
  moz-opacity: 0.7;
  opacity: 0.7;
  transition: opacity 0.3s;
  text-decoration: none;
}


input[type="password"],
input[type="text"]{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 1.6rem;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}


.wrap {
  width: 100%;
  margin: 0 auto;
}

.bold{
  font-weight: bold;
}



.breadcrumb{
  width: 100%;
  z-index: 100;
  margin-bottom: 16px;
  margin-top: 16px;
}


.breadcrumb ul{
  color: #000;
  padding: 0;
  margin: 0 auto;
  transition: color .3s ease-in-out;
  font-size: 1.2rem;
}

.breadcrumb ul li{
  margin-right: 10px;
  display: inline-block;
}

.breadcrumb ul li:not(:last-child):after{
  content: ">";
  display: inline-block;
  margin-left: 8px;
  
}

.breadcrumb ul a{
  color: #000;
  transition: color .3s ease-in-out;
  display: inline-block;
}

.breadcrumb.white ul{
  color: #fff;
}

.breadcrumb.white ul a{
  color: #fff;
}




::selection {
  background: #EEEEE7;
  color: #000;
}

::-moz-selection {
  background: #EEEEE7;
  color: #000;
}

.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}

.my-menu .my-menu-wrapper{
  display: none;
}

.swiper-pagination-bullet-active{
  background-color: #41bdea !important;
}

.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}

/* ============================================================
 page top
============================================================ */

@media screen and (min-width: 768px) {
  .sp {
    display: none!important;
  }
  
  h1 .logo{
    width: 150px;
    width: 110px;
  } 
  .header-inner{
    margin: 0 auto;
    padding: 0 50px;
  }
  
  .inner{
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }

}

header{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  z-index: 999;

}
header img{
  line-height: 0;
}
header h1 a{
  display: block;
}

header .header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
 /* max-width: 1200px;*/
}

header h1{
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
}

main{
  margin: 80px auto 0;
  padding-bottom: 100px;
  overflow: hidden;
}
.contents.page{
  padding-top: 20px;
}

footer{
  padding: 35px 0 20px;
  background-color: #adb8bf;
  color: #ffffff;
  font-size: 1.6rem;
}


footer a{
  color: #ffffff;
}


.copy{
  text-align: center;
  padding-top: 15px;
}




.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;}

.mt10{margin-top: 10px !important; }
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}

.pb10{padding-bottom: 10px !important; }
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb50{padding-bottom: 50px !important;}

.pt10{padding-top: 10px !important; }
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt50{padding-top: 50px !important;}



label, input[type='checkbox'] {
  cursor: pointer;
}

.error{
  color: #ff4444 !important;
}

.pointer{
    cursor: pointer !important;
}

.flex{
  display: flex;
}

.flex-center{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.flex-wrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;  
}

.relative{
  position: relative;
}


.btn-delete,
.btn{
  position: relative; 
  pointer-events:auto;
}

.event-none{
  pointer-events:none;
}



.hidden {
  display: none;
}

button.btn,
input.btn,
a.btn-samll,
a.btn{
  padding: 0.5em 3em;
  border-radius: 10px;
  color: #40bde9;
  background-color: #fff;
  border: 2px solid #40bde9;
  text-decoration: none;
  transition: background-color .3s,color .3s;
/*  white-space: nowrap;*/
  display: inline-block;
  
}

.active > a.btn,
button.btn:hover,
input.btn:hover,
a.btn-samll:hover,
a.btn:hover{
  background-color: #40bde9;
  color: #fff;
}

input[type="email"],
input[type="password"],
input[type="text"]{
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 5px 12px;
  height: 44px;
  width: 100%;
  transition: box-shadow 0.2s ease;
  background: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  

  padding: 0.5em 1em;
  border-radius: 10px;
  border: 1px solid #41bdea;
  background-color: #ffffff;
}


/* top */
.page-login,
.page-top{
  text-align: center;
  padding-top: 100px;
}

.page-top h1{
  margin-bottom: 30px;
}

/* login */
.page-login .login-form{
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #41bdea;
  background-color: #d2f3ff;
  border-radius: 16px;
  padding: 10px 20px;
}
.page-login .form-title{
  font-size: 2.4rem;
  color: #7e7e7e;
}
.page-login .login-form p{
  font-size: 1.6rem;
  color: #7e7e7e;
  text-align: left;
}


.page-login .login-form .btn-wrapper{
  padding-top: 20px;
} 
 
.pdf-list{
  text-align: left;
  
} 

.pdf-list li{
  padding: 1em;
  border-bottom: 1px solid #d9d9d9;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

li, ol, ul {
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem 1.2rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
        border-top-color: rgb(222, 226, 230);
        border-right-color: rgb(222, 226, 230);
        border-bottom-color: rgb(222, 226, 230);
        border-left-color: rgb(222, 226, 230);
}
.text-center {
    text-align: center !important;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.title-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.title-h1{
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column2 {
  display: flex;
    height: calc(100vh - 100px);
}

.column2 > .left-frame{
    width: 70%;
  border: 1px solid #d9d9d9;
}
.column2 > .right-frame{
    width: 30%;
  border: 1px solid #d9d9d9;
}
