/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
/* input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none} */
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
/* *,::after,::before{box-sizing:inherit;border-style:solid;border-width:0} */
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{/*-ms-overflow-style:-ms-autohiding-scrollbar;*/overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
/* button,input,select,textarea{outline: none;background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
input[type=radio],input[type=checkbox] {min-height:0;}
button{outline: none;} */
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
/* select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor} */
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/* common */
ul{list-style:none;}
sup{margin-top: -10px;display: inline-block;}
*:focus,button {outline: none;!important}

.txtRed {
   color: #ff0000;
}

#container .section dl {
	width: 1100px;
}




body{color:#333;}
/*header*/

.header {
    height: 135px;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.container {
    padding-top: 130px;
    margin: 0;
}

.container {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.header {
    position: fixed;
    z-index: 3000;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
}
.header h1 {
    float: left;
    height: 100%;
    width: auto;
    margin-top: 22px;
}
.header > .inner_header {
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
}


.title_image .inner {
    position: relative;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.title_image h1 {
    position: absolute;
    bottom: -40px;
    left: -80px;
    width: auto;
    height: auto;
    background-color: rgba(0, 196, 179, 0.85);
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-family: "Helvetica Neue", "M PLUS 1p", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    padding: 10px 20px 10px 60px;
}
/* .yellow{color:#FCF286;} */

/*form*/
#flow{
	/* margin: 20px 0 45px; */
	margin: 20px 0 25px;
}
.list_flow {
  width: 100%;
  letter-spacing: -0.4em; }
  .list_flow.-column2 .list_flow--item {
    width: 31%; }
  .list_flow.-column2 .list_flow--item {
    height: 70px;
    line-height: 70px; }
    .list_flow.-column2 .list_flow--item:first-child {
      margin-right: 20px; }
      .list_flow.-column2 .list_flow--item:first-child .list_flow--text {
        padding-right: 38px; }
    .list_flow.-column2 .list_flow--item:last-child .list_flow--text {
      padding-right: 31px; }
    .list_flow.-column2 .list_flow--item:after {
      border-top-width: 35px;
      border-right-width: 0;
      border-bottom-width: 35px;
      border-left-width: 24px;
      right: 0; }

  .list_flow.-column2 .list_flow--items {
    top: -2px; }

  .list_flow--item {
    display: inline-block;
    width: 31%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background-color: #f3f3f3;
    color: #000;
    position: relative;
    letter-spacing: normal;
    margin-right: 26px;
		font-family: 'Noto Sans Japanese', sans-serif;
    }
    .list_flow--item:after {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			right: -8px;
			width: 0;
			height: 0;
			border-top: 25px solid transparent;
			border-right: 0px solid transparent;
			border-bottom: 25px solid transparent;
			border-left: 15px solid #f3f3f3;
			background-color: #fff;
		 }
    .list_flow--item:last-child {
      width: 32%;
      margin-right: 0; }
      .list_flow--item:last-child:after {
        content: none; }
    .list_flow--item.is_current {
      background-color: #5ab1cb;
      position: relative; }
			 .list_flow--item.is_current .list_flow--items {
        color: #fff; }
      .list_flow--item.is_current:after {
        border-left-color: #5ab1cb; }
  .list_flow--items {
		text-align: center;
    font-size: 22px;
    font-weight: bold;
		color: #757575;
    position: relative; }
  @media screen and (max-width: 481px){
    .list_flow--items {
      font-size: 14px;
    }
  }

/*contents*/
.main .top_contents {
    max-width: 1024px;
    width: 100%;
    margin: 80px auto;
}
.main .top_contents.reissue{
  margin:80px auto 130px;
}
.title_image .inner {
    position: relative;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.title_image {
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
h1 em {
    display: none;
}
.title_image {
    background-image: url(images/category_title_img07.jpg);
}

.reissue_message{padding:10px 0 20px;}

/*form*/
#forms select,
input[type="text"] {
    width: 250px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
/* 2020.09.08 */
	font-size: 150%;
}
#forms textarea {
	font-size: 150%;
/*
	width: 580px;
	height: 107px;
*/
}

#forms input.long {
	width: 580px;
}
#forms input.short {
	width: 150px;
}

#forms input.mailadd {
	width: 450px;
}


input[type="radio"],
input[type="checkbox"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin-right: 0.5em;
}
label {
/*	margin-right: 20px;	*/
	margin-bottom: 3px;
	display: inline-block;
}
@media screen and (max-width: 481px) {
	label {
		margin-bottom: 3px;
		display: inline;
	}
}


#forms .zyusho {
    width: 500px;
}
#forms .otherinput {
    margin-bottom: 10px !important;
}



#forms input[type="radio"]:focus,
#forms input[type="checkbox"]:focus,
#forms select:focus{
  box-shadow: 0 0 2px #004AA1!important;
}

#forms input.display_name, #forms input.display_phone{
  width:450px;
}

.mei {
    margin-left: 10px;
}

#forms span.hissu {
    font-weight: normal;
    background: #C21F00;
    color: #fff !important;
    padding: 2px 4px !important;
    border-radius: 3px;
    font-size: 100% !important;
    text-align: center;
    box-sizing: border-box;
	display: unset !important;
}
@media all and (-ms-high-contrast: none) {
  #forms span.hissu {
    width:auto;
    display:inline-block !important;
    padding:4px !important;
  }
}


#forms dt {
	font-weight: bold;
/*	width: 170px !important; */
	width: 250px !important;
	background: none !important;
}

#forms dd {
	width: 750px !important;
	background: none !important;
}


#forms dt, #forms dd {
    padding: 20px 10px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

#forms dl {
    border-top: 1px solid #d1d1d1;
    display: table;
    width: 100%;
}
#forms table td,#forms table th{
  padding:5px 5px;
  text-align: left;
/* border-bottom:1px dashed #d1d1d1; */
}
#forms table td{
  padding:5px 10px;
}

#forms table th{min-width: 120px;}
#forms table td{width: 500px;　box-sizing: border-box;}
#forms table td.oneline{
  width:650px;
  box-sizing: border-box;
}
#forms table td.mitei{
  width: auto;
  border-left:1px dashed #d1d1d1;
}
.department ul li{
  display: inline-block;
  margin-right: 10px;
}

h2.university,h2.university2{
border-left:8px solid #5ab1cb;
margin:5px 0;
padding-left:10px;
}
h2.university2{
  margin-top:20px;
}
/* .col2{ background: #ccc;} */

p.fukusu{padding:0 0 7px}

ul.method li{
  padding:3px 0;
}

.dllast{
  border-bottom:1px solid #d1d1d1;
}


#submit_b{text-align: center; margin-top:30px;}

input#submit,input#correction,input#send {
    width: 280px;
    height: 60px;
    text-align: center;
    background: #aaaaaa;
    border: #aaaaaa;
    font-size: 23px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
}
input#send{margin-top:10px;}
input#submit.on,input#send {
background: #5ab1cb;
border: #5ab1cb;
}
input#correction:hover{
  background:#747474;
}
input#submit.on:hover,input#send:hover {
    background: #2388AA;
    border: #2388AA;
}

button.zyushokensaku {
    height: 39px;
    margin-left: 10px;
    background: #5ab1cb;
    border: #5ab1cb;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

.school1,.school4{
  width:120px!important;
}
.school2,.school3{
  width: 180px!important;
}


.attention{
  line-height: 30px;
  text-align: center;
  margin:20px 0 0;
}
.attention a{
  text-decoration: underline;
}

/*complete*/

h2.message {
  width: 100%;
  text-align: center;
    font-size: 150%;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    padding:0;
    box-sizing: border-box;
}
.QRimg{margin-bottom:30px;text-align: center;}
.center {
    width: 100%;
    text-align: center;
}

/*complete*/
.backtop{
  padding:30px 0 0;
  text-decoration: underline;
  width: 100%;
  text-align: center;
}

/* index */
.page_opencampus_form .main_content ul.oc_prog_link{
	margin-top: 20px;
}
.page_opencampus_form .oc_prog_link li.si div{
	color: #0086d1;
	border: solid 2px #0086d1;
}
.page_opencampus_form .oc_prog_link li.iw div{
	color: #07aa8b;
	border: solid 2px #07aa8b;
}
.page_opencampus_form .oc_prog_link div{
	position: relative;
	padding: 12px 8px 25px 8px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
  box-sizing: border-box;
	z-index: 1;
}
.page_opencampus_form .oc_prog_link div a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 2;
}
.page_opencampus_form .oc_prog_link div a.inlink{
	position: relative;
	font-size: 14px;
	z-index: 3;
}
.page_opencampus_form .oc_prog_link li p{
	margin-top: 16px;
}
.page_opencampus_form .oc_prog_link div a.inlink:after{
	padding-right: 8px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: '\f101';
}
.page_opencampus_form .oc_prog_link .small.line_break{
	color: #d8597b;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0.5em;
}
.page_opencampus_form .oc_prog_link .si p > a{
	border-bottom: 1px dotted #0086d1;
}

.page_opencampus_form .oc_prog_link .iw p > a{
	border-bottom: 1px dotted #07aa8b;
}
.page_opencampus_form ul.oc_prog_link small{
	display: block;
	font-size: 60%;
	font-weight: normal;
	color: #e11e1f;
}
.page_opencampus_form ul.oc_prog_link small.si_small{color:#0086d1;}
.page_opencampus_form ul.oc_prog_link small.iw_small{color:#07aa8b;}
.page_opencampus_form .oc_prog_link div{
	width: 100%;
	height: 100%;
}
.page_opencampus_form .oc_prog_link li.si div{
	background-image: linear-gradient(-45deg, #0086d1 10px, transparent 0);
}
.page_opencampus_form .oc_prog_link li.iw div{
	background-image: linear-gradient(-45deg, #07aa8b 10px, transparent 0);
}
/*cells*/
.cell {
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-left: -3%;
}
.cell > li {
	margin-left: 3%;
}
.cell_3 > li {
	width: 30.333%;
}
.cell_2 > li {
	width: 47%;
}
.cell_1 > li {
	width: 97%;
}
.cell_2 > li > a,
.cell_3 > li > a,
.cell_4 > li > a{
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.cell.cell_4{
	margin-left: -2%;
}
.cell_4 > li {
	width: 23%;
	margin-left: 2%;
}
.index_message{padding:10px 0 30px;}
.main .top_contents.index{margin-bottom:130px;}
@media screen and (max-width: 1024px){
  .main .top_contents.index{
    padding:0px 10px; box-sizing: border-box;
  }
}
@media screen and (max-width: 600px){
  .cell > li{
    width: 100%;
  }
  .si{
    margin-bottom:25px;
  }
  .main .top_contents.index{
    margin-bottom:80px;
  }
  .page_opencampus_form .oc_prog_link div{padding:8px 8px 20px;}
}

/*footer*/
.footer .copyright {
    background-color: #5ab1cb;
    background-image: url(images/texture_border07.png);
    color: #fff;
}
.copyright {
    text-align: center;
    color: #fff;
    background: #0e3192;
    padding: 10px;
    font-size: 12px;
}

/*SP*/
@media screen and (max-width: 1024px){
.title_image .inner {
    width: 100%;
}
.title_image h1 {
    left: 0;
}
}
@media screen and (max-width: 979px){
#container, #header, #main, #footer, #header > .inner, #main > .inner, #footer > .inner {
    width: 100%;
}
}
@media screen and (max-width: 800px){

  .reissue_message{
      padding:0 10px 30px;
      box-sizing: border-box;
  }

  #forms dt, #forms dd {
      display: block;
      width: 100%;
  }
  #forms textarea{
    width: 100%;
  }

  #forms dd{
  padding:5px 10px 20px;
  }
  #forms dt{
  padding:10px 10px 5px;
  }

.header {
    height: 65px;
}
header h1 img {
    height: 50px;
    width: auto;
}
h1 {
    bottom: 0;
}

.title_image h1 {
    bottom: 0;
    padding: 10px 20px;
}
.header h1{margin-top:7px; margin-left:5px;}

.container {
    padding-top: 60px;
    margin: 0;
}
/*flow*/
#flow{text-align:center;}
.list_flow--item{
      width: 28%;
      margin-right:16px;
}

}
@media screen and (max-width: 481px){
button.zyushokensaku{
margin-left:0;
margin-top:10px;
}
  h2.message{font-size:130%; margin-bottom:10px;}
  .title_image h1 {
      height:42px;
      left: 0;
      bottom: -42px;
      padding: 8px 8px 8px 16px;
      font-size: 1.5em;
      box-sizing: border-box;
  }
.title_image {
    height: 120px;
}
.center{
  text-align: left;
  padding:0 10px;
  box-sizing: border-box;
}
.mei {
    margin: 10px 0 0;
}
#forms input.display_name, #forms input.display_phone{
  width:100%;
}
.mart10_sp{
  margin-top:10px;
}
.main .top_contents.reissue{
  margin:72px auto 80px;
  box-sizing: border-box;
}
.main .top_contents{
  margin:72px auto 30;
}
#forms table,#forms tbody,#forms table td, #forms table th, #forms table tr,.department ul li{
  display: block;
width: 100%;
box-sizing: border-box;}
.department ul li{
  padding:5px 0;
}

/*school*/
.school3,.school4{
  margin-top:10px;
}

.school1,.school2,.school3,.school4{
  width: 100%!important;
}

input#submit,input#correction,input#send {
  width:170px;
}



/*complete*/
#flow.complete{
  margin:20px 0 10px;
}


/*pc*/
 #forms table th.pc{
display: none;
}

}

/*error*/
div.error{
	background-color:#fffafb;
	color:#ed0e4d;
	border:2px solid #ed0e4d;
	padding:30px 30px 25px;
	margin-bottom:35px;
}
div.error ul{
    margin-left:35%;
}
div.error li{
	list-style-type: disc;
	margin-left:1em;
	margin-bottom:5px;
}




@media screen and (max-width: 421px){
  .title_image h1{
    font-size:20px;
  }
  input#submit, input#correction, input#send {
      width: 170px;
  }
  .backtop{
    padding:20px 0 20px;
  }

  div.error ul{
      margin-left:5%;
  }

}


/* 2021.07.02 */
.chushaku {
	margin: 0 auto;
	padding: 5px 0px 5px 0px !important;
}


/* fs_classにて定義 */
.weight-bold {		font-weight: bold !important; }
.font-red {			color: red !important; }
.font-blue {		color: blue !important; }
.font-green {		color: green !important; }
.text-left {		text-align: left !important; }
.text-right {		text-align: right !important; }
.text-center {		text-align: center !important; }

/*
.weight-itaric {	font-style: italic !important; }
*/

.weight-itaric {
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}


/* 2025.02.14 */
.disp_cnt {
	padding-left: 5px;
}
.post_search_btn {
	margin-left: 5px;
	padding: 5px 10px;
	position: relative;
	top: -3px;
}
.file_clear_btn {
	margin-left: 50px;
	padding: 0 5px;
}

