@charset "shift-jis";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');




/*
---------------------------------------
chatbot
---------------------------------------
*/

#chatbutton,#chat{
position:absolute;
display:none;
z-index:100;
}
#chat{
width:300px;
}
.chatbuttonarea{
width:60px;
height:60px;
}
.chatarea{
background-color:#FAFAFA;
border-style:solid;
border-color:#F39939;
border-radius:5px;
overflow-y:scroll;
width:100%;
height:100%;
padding:5px;
}

.custbox,.opebox{
border-radius:5px;
width:200px;
}

.custbox{
left:4px;
background-color:#DDFFFF;
margin:5px 5px 20px 5px;
padding:5px;
}
.opebox{
left:20px;
background-color:#FFFFDD;
margin:5px 5px 20px 60px;
padding:5px;
}

/*
---------------------------------------
全ページ共通
---------------------------------------
*/

/* Webフォント適用 / 背景色*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color:#FFFFFF;
  overflow-y: scroll;
}

/* 文字の行間 */
p, h1, h2, h3, h4, h5, h6 {
  padding: 6px 0;
}

/* 文字サイズ */
p{
  font-size: 16px;
}

/* ウィンドウ幅を超えた場合の動作 */
div.wrapper {
  overflow: hidden;
}

header{
  display: block;	/* IE11 対策 */
  padding: 15px;	/* 左右の余白 */
  background:#F39939;
  text-align: center;  
}

header > div {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 480px) {
  header > div > div {
    flex-basis: 100%;
  }
  .page_title > h1 {
    font-size:20px;
  }
}

/* ウィンドウ幅増加時の動作 */
main {
  display: block;	/* IE11 対策 */
  max-width: 1024px;	/* 最大サイズ */
  padding: 15px;	/* 左右の余白 */
  margin: 0 auto;	/* 中央ぞろえ */
}

.flex{
  display: flex;
}

.wrap{
  flex-wrap:wrap;
}

a{
  text-decoration:none;
  color: #2271B1;
}

a:visited {
  color: #800080;
}

a:hover{
  text-decoration:underline;
}
a.arrow{
  color: #FFFFFF;
  margin:0px 5px 0px 5px;
}
a.arrow-selected{
  color: #2271B1;
  margin:0px 5px 0px 5px;
}
a.arrow:visited{
  color: #FFFFFF;
}
a.arrow.active{
  color: #FFFFFF;
}
a.arrow-selected:visited{
  color: #2271B1;
}
a.arrow-selected:active{
  color: #2271B1;
}
a.arrow:hover,a.arrow-selected:hover{
  text-decoration:none;
  color: #2271B1;
}

a.page:visited{
  color: #2271B1;
}
a.page.active{
  color: #2271B1;
}
a.page:visited{
  color: #2271B1;
}
/*
a.page:hover{
  color: #FFFFFF;
}
*/
a.u_ico{
  display: inline-block;
  width: 100%;
  background-image: url(img/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: middle;
  padding-left: 20px;
  /* -space: nowrap; iphone対策 */
  word-break: break-all;
}

a.l_ico{
  display: inline-block;
  width: 100%;
  background-image: url(img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: middle;
  padding-left: 20px;
  /* white-space: nowrap;  iphone対策 */
  word-break: break-all;
}

a.title{
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.menulink{
  font-size:16px;
  margin:10px 0px 10px 0;
}  

/* 見出し1 */
.hd {
  border-left: 6px solid #F39939;
  border-bottom: 1px solid #F39939;
  padding: 6px;
  font-weight:bold;
  background: #FFFFDD;
}

/* 見出し2 */
.hd2 {
  font-weight: bold;
  font-size: 18px;
  border-left: 4px solid #F39939;
  padding: 6px;
  margin-bottom: 6px;
}

/* 見出し3 */
.hd3 {
  font-size: 20px;
  font-weight:bold;
  border-bottom: 1px solid gray;
  margin-bottom: 16px;
}


.cl_b{
  clear: both;
}

/* 
---------------------------------------
search.php
---------------------------------------
*/

.logo{
  margin: 0 auto;
  top: 4px;
}

.page_title{
  flex-grow: 1;
}

.page_title h1{
  color:white;
}

.logo a{
  display: inline-block;
}
.logo div{
  width: 160px;
}


.ws_nw{
  white-space: nowrap; /* iphone対策 */
}

.ans_list{
  border-bottom:1px dashed gray;
  padding: 10px 0;
}

.flex > .box{
    flex-basis: 100%;
    margin: 10px;
    padding:10px;
    border: solid 1px gray;
}

.box{
    margin: 30px auto 10px auto;
    /* padding: 10px; */
    /* border: solid 1px gray; */
    background-color: white;
}

.box2{

}

select{
color:#000000;
}

.c_select{
    Width:100%;
    height: 100%;
    padding: 8px;
    border: solid 1px gray;
    background-color: white;
    min-width: 70px;
}

.select-wrapper {
  position: relative;
  padding: 12px;
}

select::-ms-expand {
  display: none;
}

.select-wrapper::after {
  content: "▼";
  font-size: 10px;
  top: 21px;
  right: 22px;
  position: absolute;
  pointer-events: none;
}

input.text, input.submit {
  border: solid 1px gray;
  margin: 0px;
  border: none;
}
input.text {
  flex-grow: 1;
  padding:8px;
  width:100%;
}
input.submit {
    background: #fff;
    color: #fff;
    width: 40px;
    background-image: url(img/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    cursor:pointer;
}

.flex-child1 > .select-wrapper:first-child{
  border-color: #F39939;
  border-style: solid;
  border-width: 1px 0px 0 1px;
  background-color: #FFFFDD;
} 

.flex-child1 > div.select-wrapper:nth-child(2){
  border-color: #F39939;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  background-color: #FFFFDD;
}

.flex-child1 > div.select-wrapper:nth-child(3){
  border-color: #F39939;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  background-color: #FFFFDD;
}

form.flex-child1 {
  border-color: #F39939;
  border-style: solid;
  border-width: 1px;
  background-color: #FFFFDD;
}

form.flex-child1 > div{
  align-self: center;
  flex-basis: 100%;
}

@media screen and (min-width: 600px) {
  .flex-child1{
    flex-basis: 50%;
  }

  .flex-child1 > .select-wrapper:first-child{
    margin: 0 0px 0 0;
  border-width: 1px 0px 0 1px;
  }

  .flex-child1 > div.select-wrapper:nth-child(2){
    margin: 0 0px 0px 0;
  border-width: 0px 0px 1px 1px;
  }

  .flex-child1 > div.select-wrapper:nth-child(3){
  border-width: 0px 0px 1px 1px;
    margin: 0px 0px 0 0;
  }
  .cell-releaseddate{
    display:table-cell;
  }
  .text-releaseddate{
    display:none;
  }
  .page-container2-1{
    display: block;
  }
  .page_title{
    padding-right:125px;
  }
}
@media screen and (max-width: 599px) {
  .flex-child1{
    flex-basis: 100%;
  }

  .flex-child1 > .select-wrapper:first-child{
    margin: 0;
  border-width: 1px 1px 0px 1px;
  }

  .flex-child1 > div.select-wrapper:nth-child(2){
    margin: 0 0 0px 0;
  border-width: 0px 1px 1px 1px;
  }

  .flex-child1 > div.select-wrapper:nth-child(3){
    margin: 0px 0 0px 0;
  border-width: 0px 1px 1px 1px;
  }
  form.flex-child1 {
    border-width: 0px 1px 1px 1px;
  }
  .cell-releaseddate{
    display:none;
  }
  .text-releaseddate{
    display:block;
  }
  .page-container2-1{
    display: none;
  }
}

.flex-child2{
  flex-grow: 1;
  flex-basis: 50%;
  border: solid 1px gray;
  margin:12px;
}

.flex-child2 > input {
  border:none;
  padding: 8px;
}

input[type="radio"] {
    margin: auto;
}

.flex-child3{
  margin:8px;
  text-align: right;
}

span.radio{
  padding:8px;
}

.page-container1 {
    text-align: right;
}

.page-container1 select {
    max-width:50px;
}

.page-container2 {
    text-align: right;
    padding: 8px;
}

.page-container2 > div {
    display: inline-block;
}

.page-container2 > div > div {
    text-align: left;
}

.page-container2 li {
    display: inline-block;
    border:1px solid #F39939;
    width:32px;
    height: 25px;
    text-align:center;    
    margin:3px;
}

.page-container2 li:hover {
    background-color:#F39939;
    color:#FFFFFF;
}

.page-container2 li:hover > a{
  text-decoration:none;
  color:#FFFFFF;
}

.page-container2 .pageinactive:hover {
    background-color:#FFFFFF;
    color:#000000;
}

.page-container2 li a{
    display: block;
}

.page-container2 .currentpage{
    background-color:#F39939;
    color:#FFFFFF;
}

.page-container2 .currentpage a{
    color:#FFFFFF;
}
.page-container2 .currentpage:hover{
    color:#FFFFFF;
}

li.currentpage > a{
    color:white;
}

/* 
---------------------------------------
viewcontents.php
---------------------------------------
*/

.questions{
    font-size: 20px;
    font-weight:bold;
    margin-left: 13px;
    margin-bottom: 10px;
}

.category{
  float: left;
  padding: 0;
  margin-left: 13px;
}

footer {
  display: block;
  margin: 0 auto;
}


div.flex > span.radio > input{
  float: left;
  margin-top: 7px;
}

div.flex > span.radio > label{
  display: block;
  margin-left: 18px;
}

.qn_bgc{
  background-color:#F0F0F0;
}

.qn{
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px;
}

.qn ul{
  list-style-type: disc;
  margin-left: 24px;
}

.clm{
  background-color: white;
  border: 1px solid gray;
}

@media screen and (min-width: 635px) {
  .clm > div{
    justify-content: center;
  }
}
@media screen and (max-width: 634px) {
  .clm > div.flex{
    flex-wrap: wrap;
    justify-content: center;
  }
  div.flex > span.radio{
    flex-basis: 100%;
  }
}

div.textarea{
  border-top: 1px solid gray;
}

.qn textarea{
  width: 100%;
  resize: none;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 8px;
  border: none;
  outline: none;
}

input.send {
  padding: 0px 20px 0px 20px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #808080;
  height: 32px;
  font-size: 16px;
  outline-style: none;
  background-color:#ffffff;
  color:#000000;
}

input.send:hover {
  background-color:#acacac;
  color:#ffffff;
}

.page_top{
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.ct_bgc{
  background-color:#E0E0E0;
}

.foot_ct{
  text-align: right;
  color:#606060;
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px;
}

.tableborder,.cell0,.cell1{
border-style:solid;
border-color:#404000;
border-style:solid;
padding:2px 5px 2px 5px;
word-break:break-all;
}
.tableborder{
border-width:0px 1px 1px 0px;
}
.cell0,.cell1{
border-width:1px 0px 0px 1px;
}
.cell0{
background-color:#F39939;
color:#FFFFFF;
}
.cell1{
background-color:#FFFFFF;
color:#000000;
}
.product,.text-releaseddate{
margin-top:5px;
color:#808080;
font-size:13px;
}

cl_b{
  clear: both;
}

.err{
color:#FF0000;
font-size:14px;
margin:10px 0px 10px 0;
}








.searchFrame{
  position: relative;
  display: inline-block;
  width: 100%;
}

.inputBox{
  padding-right: 20px;
  width:120px;
}

.searchFrame .clearButton{
  width: 16px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(img/clear.svg) no-repeat left center;
  cursor: pointer;
  visibility:hidden;
}









.footer {
  background: #222;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
 .footer {
  padding-bottom: 80px;
 }
}

.footer__contents {
 max-width: 1280px;
 padding-left: 40px;
 padding-right: 40px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 32px;
}
@media screen and (max-width: 767px) {
 .footer__contents {
  padding-left: 20px;
  padding-right: 20px;
}
}

.footer-university {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 flex-wrap: wrap;
}

.footer-logo {
  flex-basis: 100%;
} 
.footer-logo > img {
 width: 141px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    text-align: center;
   } 
  .footer-logo >img {
  width: 120px;
 }
}
.footer-info__list {
 margin-top: 16px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
@media screen and (max-width: 767px) {
 .footer-info__list {
  display: block;
 }
}
.footer-info__list__item {
 color: #fff;
 font-size: 13px;
 line-height: 1.8;
 margin-right: 32px;
}
@media screen and (max-width: 767px) {
 .footer-info__list__item {
  font-size: 13px;
  margin: 8px 0 0;
 }
 .footer-info__list__item:first-child{
  margin-top: 0;
 }
}







