@charset "utf-8";
/********* HTMLリセット *********************************************/

html, body, div, header, footer, section, article, aside, menu, nav, hgroup, figure, dialog, audio, video, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
header, footer, section, article, aside, menu, nav, hgroup, figure, dialog, audio, video {
  display: block;
}
nav ul {
  list-style: none;
}
nav ul li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
em, strong, small, code, address, th {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
ul, ol {
  list-style: none;
}
q:before, q:after {
  content: "";
}
abbr, acronym {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
fieldset, img {
  border: 0;
}
/********* HTML再定義 ***********************************************/

body {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #222222;
  font-size: 80%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: bold;
}
h1 {
  font-size: 200%;
  font-family: "Arial Black", Arial;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 100%;
}
h6 {
  font-size: 100%;
}
p {
  margin: 10px 0;
}
em, strong {
  font-style: normal;
  font-weight: bold;
}
ul {
  margin: 10px 20px;
}
ul li {
  list-style: none;
}
ol {
  margin: 10px 20px;
}
ol li {
  list-style: decimal;
}
dl {
  margin: 10px 0;
}
dl dd {
  margin-left: 30px;
}
pre {
  overflow: auto;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #AAAAAA;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
  color: #000080;
}
pre, code {
  line-height: 1.2;
  font-size: 100%;
  font-family: "ＭＳ ゴシック", monospace;
}
blockquote {
  overflow: auto;
  margin: 10px 0;
  padding: 0 15px;
  border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
  color: #777777;
}
form {
  margin: 0;
}
form fieldset {
}
form legend {
  display: none;
}
form dl dt {
  margin: 0 0 5px 0;
}
form dl dd {
  margin: 0 0 15px 0;
}
form dl dd ul, form dl dd ol, form table.form tr td ul, form table.form tr td ol {
  margin: 10px 0;
}
form dl dd ul li, form dl dd ol li, form table.form tr td ul li, form table.form tr td ol li {
  margin-right: 1em;
  display: inline;
}
form dl dd input, form dl dd select, form table.form tr td input, form table.form tr td select {
  padding: 5px;
}
form dl dd input, form dl dd select, form table.form tr td select {
}
form dl dd textarea, form table.form tr td textarea {
  line-height: 1.4;
  padding: 7px;
}
form ul {
  margin: 15px 0;
}
form ul li {
  list-style: none;
}
/* form p {
  margin: 20px 0;
} */
form p input {
  padding: 5px 20px 7px;
}
form label {
  /* white-space: nowrap; */
}
form label input {
  position: relative;
  top: 2px;
}
figure {
  margin: 10px 0;
}
a {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.certificate {
  background-color: #e74c3c;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 3px;
  margin: 7px auto 0;
  width: 135px;
  display: inline-block;
  text-align: center;
}
body{
  background-image: url(../images/header/head_bg.png?v3);
  background-repeat:repeat-x;
  font-size:14px;
  line-height:1.5em;
}
.big{
  font-size:24px;
}
.middle{
font-size:20px;
}
.small{
  font-size:12px;
}
/********* 基本色の定義 *******************************************/
span.col_base {
  color: #E9B229;
}
div.col_base {
  background-color: #E9B229;
  color: #FFF;
}
div.col_base_dark {
  /*通常カラー -111111*/
  background-color: #D8A118;
  color: #FFF;
}
div.col_base_lite {
  /*通常カラー +111111*/
  background-color: #FAC33A;
  color: #FFF;
}
div.col_base_litest {
  /*通常カラー +白60%*/
  background-color: #f6e0a9;
}

/********* ベース *******************************************/
/*div.contents_base {
  min-width: 960px;
}*/
div.contents_base div.contents {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0;
}
/********* ヘッダー *************************************************/
.headsUp__box {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    font-size: 120%;
    color: #F00;
    border: 1px solid #F00;
}
.headsUp--pad {
    padding: 12px 9px;
}
div#header {
	overflow: hidden;
	background: #fff;
	/* border-bottom: 2px solid #3CB2E7; */
}
div#header div.contents {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
div#header h1 {
  float: left;
  margin: 0;
  padding: 0;
}
div#header h1 a {
  display: block;
  width: 600px;
  height: 100px;
  background-image: url(../images/header/main_logo.png?v6);
  background-repeat: no-repeat;
  background-position:10%;
  text-indent: -9999px;
}
div#header ul {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
	padding: 0;
}
div#header ul li {
  list-style: none;
	margin: 0;
  padding: 0;
  font-size: 16px;
}
div#header ul li.user_name {
  list-style: none;
	word-break: break-all;
	max-width: 310px;
  margin-right: 1rem;
  font-size:.9rem;
}
div#header ul li a {
  display: block;
  color:#FFF;
  background-color:#666;
  padding:5px 8px;
  border-radius:3px;
  font-size: 13px;
}

/********* メニュー *************************************************/
div#menu {
  overflow: hidden;
  height:40px;
	background: #3CB2E7;
	position: relative;
}
div#menu div.contents {
  margin: 0 auto;
  padding: 0;
}
div#menu ul {
	max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
}
div#menu ul li {
  list-style: none;
  padding: 0;
}

div#menu ul li a {
  font-size:15px;
  line-height:1em;
  display: block;
  padding:13px;
  color:#FFF;
}
@media screen and (max-width:900px) {
div#menu ul li a {
	padding: 13px 10px;
	font-size: 14px;
}
}
div#menu ul li a:hover, div#menu ul li.on a{
  background-color: #6BCDF8;
}

/********* トップページ *******************************************/
.box_cover{
overflow:hidden;
}
.half_box{
width:440px;
float:left;
margin-bottom: 50px;
}
.wide_box{
	margin-bottom: 50px;
}
.inner_box {
	padding: 10px;
}
.tension{
width:50px;
height:100px;
display:block;
float:left;
}
.icon_box{
  border-bottom:3px solid #3CB2E7;
  display:block;
  text-indent:35px;
  line-height:1em;
  font-size:18px;
  padding:8px 0;
  background-repeat:no-repeat;
  background-position:2px 2px;
  margin-bottom:30px;
  font-weight:bold;
}
.procedure{
  background-image: url(../images/top/icon_procedure.png);
}
.announce{
  background-image: url(../images/top/icon_announce.png);
}
.log{
  background-image: url(../images/top/icon_log.png);
}
.caution{
  background-image: url(../images/top/icon_caution.png);
}
.ask_app {
  background-image: url(../images/top/icon_ask.png);
}
a.btn_application{
  font-size:18px;
  line-height:1em;
  padding:30px 16px 30px 32px;
  display:block;
  background-color:#0278DE;
  width:340px;
  border-radius:6px;
  text-align:center;
  color:#FFF;
  background-image: url(../images/top/appli_icon.png);
  background-repeat:no-repeat;
  background-position:12px 18px;
  text-indent:1em;
  /*margin: 0 auto;*/
  margin: 0 auto 18px;
}
a.btn_application.grayscale {
  pointer-events: none;
  opacity: .3;
}
.text_block{
  padding:0 10px 10px;
  display:block;
}
.caution_box{
  border:1px solid #999;
  display:block;
  line-height:1.5em;
  font-size:14px;
  padding:15px 15px 15px 45px;
  background-repeat:no-repeat;
  background-position:6px center;
  margin:10px 0;
  background-image: url(../images/top/icon_caution.png);

}
/********* テーブル *******************************************/
table {
  width: 100%;
  margin: 15px 0;
}
table tr th {
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  color: #999999;
  font-weight: bold;
  text-align: center;
  font-size: 85%;
  box-sizing: border-box;
}
table tr td {
  padding: 10px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  color: #222222;
}
table tr td a {
  color: #0076CE;
  text-decoration: underline;
}
table tr td input {
  margin: -2px 0;
}
table.form tr th {
  color: #222222;
}
/* table tr td:first-child {
  border-left: 0;
} */
table tr td.border_none {
  border-left: 0;
}
table.form tr th {
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  font-size: 110%;
}
table.form tr td {
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid #DDDDDD;
  font-weight: normal;
}
table.layout {
  margin: 0;
  padding: 0;
  border: 0;
}
table.layout tr td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle !important;
}
table.search {
  border-top: 2px solid #BAC3C3;
  border-bottom: 2px solid #BAC3C3;
}
table.search tr {
}
table.search tr th {
  padding: 15px;
  border-bottom: 1px dotted #BAC3C3;
  background-color: #EEE;
}
table.search tr td {
  border-bottom: 1px dotted #BAC3C3;
  background-color: #EEE;
}
table.search tr td input[type=text] {
  width: 200px;
}
table.search tr td select {
  width: 215px;
}
table.search tr td.submit {
  text-align: center;
}
table.search tr td.submit input {
  width: 140px;
  margin: 0 10px;
  padding: 10px;
  letter-spacing:5px;
}
/* .border_table {
  border: 1px solid #D4D4D4;
  padding: 15px;
} */
.border_table td{
  text-align: center;
}
.border_table .left_td{
  text-align: left;
}

/**/
div.contents_base table tr td.status {
  text-align: center;
}
div.contents_base table.list tr th {
  padding-bottom: 5px;
}
div.contents_base table.list tr.selected td {
  background-color: #E1F0FF;
}
div.contents_base table.list tr.accept td {
  background-color: #FEE;
}
div.contents_base table.list tr.close td {
  background-color: #EEE;
}

/********* ボタンリセット *******************************************/
input[type="submit"], input[type="button"], input[type="reset"], button {
  line-height: 1.1em;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/********* ボタン形状ベース *******************************************/
.btn {
  line-height: 1.2em;
  padding: 8px 10px;
  /*border: 1px solid #D0D0D0;*/
  border-radius: 4px;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  color: #222222;
  text-decoration: none;
  font-weight: normal;
  text-shadow: 0px 0px 2px #FFF;
  display: inline-block;
  /*box-shadow:inset -1px -1px 0px rgba(0,0,0, 0.1),inset 1px 1px 0px rgba(255,255,255,0.4);*/
}
.btn a,.btn_blue,.btn_back, .btn_back_return {
  text-decoration: none;
}
.btn a:hover.a.btn:hover,.btn_blue:hover,.btn_back:hover, .btn_back_return:hover {
  text-decoration: none;
}
.btn_blue,.btn_back,.btn_edit, .btn_back_return{
	line-height: 1.2;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  font-size:18px;
	vertical-align: middle;
}
.btn_blue{
background-color: #0378DE;
width:200px;
text-align:center;
}
input.btn_blue, button.btn_blue {
	border: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
}
.btn_blue:hover,
.btn_save:hover,
a.btn_application:hover {
	background-color: #0366bc;
}
.btn_back{
background-color: #888;
margin-right:50px;
width:100px;
}
.btn_back_return{
  background-color: #888;
  width:100px;
}

.btn_edit{
background-color: #888;
width:200px;
margin:30px auto;
display: block;
text-align:center;
}
/********* コントロールパネル *******************************************/
div.contents_base div.control {
  overflow: hidden;
}
div.contents_base div.control div.select {
  float: left;
}
div.contents_base div.control div.select form {
  margin: 0;
}
div.contents_base div.control p.select {
  float: left;
}

div.contents_base div.panel {
  margin: 0 auto;
  padding: 10px 20px 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
div.contents_base div.panel div.control {
  width: 930px;
  margin: 0 auto;
}
div.contents_base div.panel div.control p {
  float: left;
  line-height: 3;
  margin: 10px 0 0;
}
div.contents_base div.panel div.control ul {
  float: left;
  margin: 10px 0 0 20px;
}
div.contents_base div.panel div.control ul li {
  display: inline;
  list-style: none;
}
div.contents_base div.panel div.control ul li a {
  line-height: 3;
  padding: 8px 10px 8px 32px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  box-shadow:inset -1px -1px 0px rgba(0,0,0, 0.2),inset 1px 1px 0px rgba(255,255,255,0.4);
}
div.contents_base div.panel div.control ul li.up a {
  background-image: url(../images/common/up.png);
  background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.down a {
  background-image: url(../images/common/down.png);
  background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.edit a {
  background-image: url(../images/common/edit.png);
  background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.copy a {
  background-image: url(../images/common/copy.png);
  background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.delete a {
  background-image: url(../images/common/delete_w.png);
  background-position: 8px 4px;
  color: #FFF;
  margin-left: 70px;
  background-color:#DF0E12;
  border: 1px solid #BB0D11;
}
div.contents_base div.panel div.control ul li.download a {
  background-image: url(../images/common/download.png);
  background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.print a {
  background-image: url(../images/common/print.png);
  background-position: 8px 4px;
}
div.contents_base div.panel div.control ul li.mail a {
  background-image: url(../images/common/mail.png);
  background-position: 8px 4px;
}
/*すべてにチェックベース*/
.check_panel {
  float: left;
  padding: 8px 10px;
  border-radius: 4px;
  font-weight: normal;
  background-color: #EEEEEE;
}
.f_right {
  float: right;
}
/********* 中項目 *******************************************/
.big_cap {
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1em;
  border: 1px solid #FAC33A;
}
/********* 小項目 *******************************************/
.sml_cap {
  font-size: 16px;
  border-bottom: 2px solid #E9B229;
  margin:10px 0;
}
/********* メイン機能水色ボタン *******************************************/
.main {
  background-color: #0378DE;
  /*
  border-bottom: 1px solid #0065BD;
  border-top: 1px solid #1187DF;
  border-left: 1px solid #1187DF;
  border-right: 1px solid #0065BD;
  */
  border-radius: 4px;
  padding: 8px 10px 8px 10px;
  color: #FFFFFF;
  text-shadow: 0px 0px 2px #0065BD;
  font-weight: normal;
}
/********* 非活性ボタン *******************************************/
.off {
  color: #CCC;
  cursor: not-allowed;
  text-shadow: none;
}
.main_off {
  background-color: #89BBE1;
  border: 1px solid #89BBE1;
  border-radius: 4px;
  padding: 8px 10px 8px 10px;
  color: #BFD4E4;
  cursor: not-allowed;
  text-shadow: none;
}
/********* 新規登録ボタン *******************************************/
.regist {
  background-color: #0076CE;
  border-bottom: 1px solid #0065BD;
  border-top: 1px solid #1187DF;
  border-left: 1px solid #1187DF;
  border-right: 1px solid #0065BD;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-image: url(../images/common/regist_w.png);
  background-position: 8px center;
  padding: 8px 10px 8px 30px;
  color: #FFFFFF;
  text-shadow: 0px 0px 2px #0065BD;
}
/********* 戻る / 次へボタン *******************************************/
.next {
  background-color: #0076CE;
  border-bottom: 1px solid #0065BD;
  border-top: 1px solid #1187DF;
  border-left: 1px solid #1187DF;
  border-right: 1px solid #0065BD;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-image: url(../images/common/next_w.png);
  background-position: right 4px top 4px;
  padding: 8px 24px 8px 12px;
  color: #FFFFFF;
  text-shadow: 0px 0px 2px #0065BD;
}
.prev {
  background-color: #0076CE;
  border-bottom: 1px solid #0065BD;
  border-top: 1px solid #1187DF;
  border-left: 1px solid #1187DF;
  border-right: 1px solid #0065BD;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-image: url(../images/common/prev_w.png);
  background-position: 4px 4px;
  padding: 8px 10px 8px 26px;
  color: #FFFFFF;
  text-shadow: 0px 0px 2px #0065BD;
}
/********* 枠あり文字 *******************************************/
.label {
  display: inline-block;
  padding: 4px;
  border: 1px solid #000000;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-weight: normal;
  line-height: 1em;
  margin: 0 2px;
}
/********* 必須 / 任意 *******************************************/
.require {
  margin: 5px;
  border-color: #FF4D4D;
  background-color: #FF4D4D;
  color: #FFFFFF;
}
.option {
  margin: 5px;
  border-color: #5BA3E7;
  background-color: #5BA3E7;
  color: #FFFFFF;
}
/********* ステータス表示 *******************************************/
.memo {
  border-color: #333333;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 80%;
}
.accept, .yet ,.onair,.pending,.pass{
  border-color: #FF4D4D;
  color: #FF4D4D;
}
.open,.yet {
  border-color: #61A845;
  color: #61A845;
}
.close,.failure {
  border-color: #666;
  color: #666;
}
.done {
  border-color: #0076CE;
  color: #0076CE;
}
.alert {
  color: #FF4040;
}
/********* パンくずリスト *******************************************/

div#path {
  overflow: hidden;
  min-width: 960px;
}
div#path div.contents {
  width: 960px;
  margin: 0 auto 15px;
  padding: 0;
}
div#path h2 {
  display: none;
}
div#path ul {
  color: #666666;
  font-size: 85%;
}
div#path ul {
  margin: 10px 0 0;
}
div#path ul li {
  display: inline;
  list-style: none;
}
div#path ul li:after {
  content: " > ";
}
div#path ul li:last-child:after {
  content: "";
}
div#path ul li a {
  color: #666666;
  text-decoration: underline;
}


/********* タブ要素 *******************************************/
.nav_tabs{
  padding: 0;
  margin-left: 0;
  margin-bottom: 10px;
  border-bottom:2px solid #E9B229;
  width:100%;
}
.nav_tabs li{
  list-style: none;
  display:inline-block;
}
.nav_tabs li a{
  display:inline-block;
  padding:10px 0;
  width :200px;
  text-align:center;
  border-radius:4px 4px 0 0;
  border-top:1px solid #E0E0E0;
  border-right:1px solid #E0E0E0;
  border-left:1px solid #E0E0E0;
  background-color:#F6F7F6;
  text-decoration:none;
  font-size:14px;
  cursor: pointer;
}
.nav_tabs li.active a{
  background-color:#E9B229;
  border-top:1px solid #FAC33A;
  border-right:1px solid #FAC33A;
  border-left:1px solid #FAC33A;
  border-bottom:1px solid #E9B229;
  margin-bottom: -1px;
  color:#FFF;
  box-shadow:inset 1px 1px 0px rgba(255,255,255,0.4);
}
.nav_tabs li a span.attach_num{
  height:10px;
  min-width:10px;
  padding:4px;
  color:#FFF;
  border-radius:16px;
  background-color:#666;
  font-size:10px;
  display:inline-block;
  line-height:1em;
  vertical-align:top;
  font-weight:normal;
}
/********* フォーム要素 *******************************************/

input[type=text], input[type=password] {
  border-radius: 5px;
  border: #999 1px solid;
  height: 32px;
  padding: 3px;
  outline: none;
  box-shadow:inset 1px 1px 0px rgba(0,0,0,0.1);
  font-size:14px;
  box-sizing: border-box;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border: solid 1px #999;
  background-color: #FFFDD8 !important;}
input[type=text][disabled], input[type=text][readonly], input[type=password][disabled], input[type=password][readonly], textarea[disabled], textarea[readonly] {
  background-color: #E5ECF0 !important;
  cursor: not-allowed;
}
textarea {
  border-radius: 5px;
  border: #999 1px solid;
  padding: 3px;
  outline: none;
  box-shadow:inset 1px 1px 0px rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:768px) {
  textarea {
    width:94%;
    height:200px;
  }
}
/* プレースホルダ */
:placeholder-shown {
 color: rgba(0,0,0,.2);
}
::-webkit-input-placeholder {
 color: rgba(0,0,0,.2);
}
:-moz-placeholder {
 color: rgba(0,0,0,.2);
opacity: 1;
}
::-moz-placeholder {
 color: rgba(0,0,0,.2);
opacity: 1;
}
:-ms-input-placeholder {
 color: rgba(0,0,0,.2);
}
/********* チェックボックス / ラジオボタン *************************************************/

.check_base, .radio_base {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.no_txt {
  width: 17px;
}
.check_base input[type="checkbox"], .radio_base input[type="radio"] {
  position: absolute;
  top: 0;
  left: -10px;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.no_txt input[type="checkbox"], .no_txt input[type="radio"] {
  -webkit-transform-origin: center;
  -webkit-transform: scale(2 , 2 );
}
.check_base input[type="checkbox"] + label {
  display: block;
  background-image: url(../images/common/check_off.png);
  background-size: 17px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1px 20px 0 22px;
}
.no_txt label:after {
  content: "　";
}
.check_base input[type="checkbox"]:checked + label {
  background-image: url(../images/common/check_on.png);
}
.radio_base input[type="radio"] + label {
  display: block;
  background-image: url(../images/common/radio_off.png);
  background-size: 17px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1px 20px 0 22px;
}
.radio_base input[type="radio"]:checked + label {
  background-image: url(../images/common/radio_on.png);
}
/**/
.select_wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: -6px;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #999;
  line-height: 0;
  border-radius: 5px;
  background-image: url(../images/common/select.png);
  background-position: right 4px center;
  background-repeat: no-repeat;
  box-shadow:inset -1px -1px 0px rgba(0,0,0, 0.1),inset 1px 1px 0px rgba(255,255,255,0.4);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  /* width: 200%; */
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 8px 35px 8px 10px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 13px;
  line-height: 1;
}
/*edge*/
@supports (-ms-accelerator:true) {
 select {
 line-height:1.4em;
}
}

/*IE11*/
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, select {
 width: 200% !important;
 line-height:1.4em;
}
}

/*IE10以下*/
@media all and (-ms-high-contrast:none) {
select {
	width: 200% !important;
	line-height: 1.4em;
}
}
/********* エラー表示 *******************************************/
.contents_frame {
    position: relative;
}
p {
  position: relative;
}
div.warning {
  position: relative;
  top: 0;
  left: 0;
  padding: .5em 1em .4em;
  background-color: #f66;
  border: 1px solid #f00;
  border-radius: 5px;
  color: #fff;
  clear: both;
}
.error {
  clear: both;
  display: block;
  padding: .5em 1em .4em;
  background-color: #f66;
  border: 1px solid #f00;
  border-radius: 5px;
  margin-top: 10px;
  color: #fff;
}
/*
.error:after, .error:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 15px;
  border: solid transparent;
}
.error:after {
  margin-left: 1px;
  border-top-color: #f66;
  border-width: 7px;
}
.error:before {
  border-top-color: #f00;
  border-width: 8px;
}
*/

ul.warning > li.error {
  position: relative;
  top: 0;
  left: 0;
  padding: .5em 1em .4em;
  background-color: #f66;
  border: 1px solid #f00;
  border-radius: 5px;
  color: #fff;
	margin-top: 5px;
}

ul.warning > li.error:after, ul.warning > li.error:before {
  position: relative;
  top: 0;
  left: 0;
  border: 0;
}

/********* ページャー *************************************************/
ul.pager {
  margin: 5px 0;
  line-height: 1em;
}
ul.pager li {
  float: left;
  padding: 0 10px;
  border-right: 1px #CCC solid;
  text-align: center;
  line-height: 1em;
}
ul.pager li a {
  color: #0076CE;
}
ul.pager li.next_arr {
  border-right: none;
}
ul.pager li em {
  font-weight: normal;
  padding: 3px 5px 2px;
  background-color: #0076CE;
  color: #FFF;
  border-radius: 3px;
}
/********* フッター *************************************************/
#footer {
  border-top: 1px solid #AAA;
  height: 120px;
  padding-top: 20px;
	margin-top: 50px;
}
#copyright {
  margin: 0 auto;
  max-width: 960px;
  height: 50px;
}
#ssl_mark {
  margin: -50px auto 0;
  max-width: 960px;
  text-align: right;
}
/********* ページ上部へ *************************************************/
a.totop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	text-align: center;
	line-height: 48px;
	background-color: #3CB2E7;
	color: #FFF;
}
.totop a {
	color: #FFF;
}

/********* 下層 *************************************************/
#cap_title{
  background-color:#FFF;
  margin-top:5px;
  border-bottom:1px solid #999;
}
#cap_title div{
  max-width:960px;
  margin:0 auto;
  font-size:24px;
  font-weight:bold;
	padding:16px 0;
  background-image: url(../images/top/appli_icon.png);
  background-repeat:no-repeat;
  background-position:0px 2px;
  text-indent:50px;

}
.caution_read_bk {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    padding-top: 6px;
    margin-bottom: -14px;
}
.caution_read {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    color: #FF4D4D;
    padding-top: 6px;
    margin-bottom: -14px;
}
#step{
  background-color: #DDDDDD;
  padding: 8px 0;
}
.tab_base_top,.tab_base_bottom{
  padding:0;
}
#step table{
max-width:940px;
margin:0 auto;

}
#step table td{
border:2px solid #FFF;
text-align:center;
padding:8px 0;
width:130px;
}
#step table td.focus{
  border:2px solid #E35549;
  color:#E35549;
}
#step table th{
border:0;
text-align:center;
background-image: url(../images/common/step_arrow.png);
background-repeat:no-repeat;
background-position:center;
background-color:#DDDDDD;
width: 80px;
}

.pencil_cap{
  background-image: url(../images/common/pencil.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 30px;
  font-size: 20px;
  padding-top: 4px;
  line-height: 1em;
  text-indent: 25px;
  margin: 20px auto 5px;
  font-weight: bold;
  max-width: 940px;
}
.border_box{
  border:3px solid #CCC;
  margin: 20px 0 5px;
  padding:0;

}
.mt_0{
margin-top:5px;
}
.mb_0 {
  margin-bottom: 0;
}
.mt_10 {
  margin-top: 10px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mt_20{
margin-top:20px !important;
}
.mb_20{
margin-bottom:20px !important;
}
.mt_30{
margin-top:30px !important;
}
.mb_30{
margin-bottom:30px !important;
}
.w-full {
  width: 100%;
}
.border_cap{
	padding: 12px 16px;
  font-size:18px;
  font-weight:bold;
  border-bottom:1px solid #CCC;
}
.note {
  font-size: .8rem;
}
.indent {
  text-indent: -1rem;
  padding-left: 1rem;
  display: block;
}
.note.indent {
  text-indent: -.8rem;
  padding-left: .8rem;
  display: block;
}
.border_cap > .note {
  font-size: .85rem;
  display: inline-block;

}
.enquete_cap{
  padding:10px;
  font-size:14px;
  font-weight:bold;
  border-bottom:1px solid #CCC;
}
.q_cap{
  background-color:#CCC;
  padding:5px;
  margin-right:15px;
}
.border_contents{
  overflow:hidden;
  padding:30px;
}
.border_contents.p-0 {
  padding: 0;
}
.confirm .border_contents{
  /*font-weight:bold;*/
}
table.select_list,table.selected_list,table.registration,table.pay,table.cost{
  margin:0;
}
table.login{
  margin: 20px;
}
.select_list th{
  background-color:#F2F3E5;
  border-top:1px dotted #CCC;
  border-bottom:none;
  border-left:none;
  border-right:none;
  text-align:left;
  padding:20px;
  color:#000;
  font-size:14px;
}
.selected_list th{
  background-color:#F2F3E5;
  border-bottom:1px solid #CCC;
  color:#000;
  padding:5px 0;
  font-size:14px;
}
.registration th,table.pay th{
  background-color:#F2F3E5;
  border-top:1px dotted #CCC;
  border-bottom:none;
  border-left:none;
  color:#000;
  padding:16px 48px 16px 16px;
  font-size:14px;
  text-align:left;
}
.table_no th{
  /*background-image: url(../images/common/required.png);
  background-repeat: no-repeat;
  background-position: center right 20px;*/
  background-color: #fff;
  border-right: 1px dotted #CCC;
}

.registration td,.pay td{
  background-color:#FFF;
  border-top:1px dotted #CCC;
  border-bottom:none;
  border-left:none;
  color:#000;
  padding:20px;
  font-size:14px;

}

.registration tr:first-child th,.registration tr:first-child td,.pay tr:first-child th,.pay tr:first-child td{
  border-top:none;
}
.select_list tr.required th,.registration tr.required th,.pay tr.required th{
  background-image: url(../images/common/required.png);
  background-repeat:no-repeat;
  background-position:center right 16px;
}
.select_list tr.no_required th,.registration tr.no_required th,.pay tr.no_required th{
  background-image: url(../images/common/no_required.png);
  background-repeat:no-repeat;
  background-position:center right 16px;
}
.pay tr.required th{
  padding-right: 50px;
}
.registration td .warning,
.pay td .warning {
  margin-top: .5rem;
}
.registration td .note {
  margin-bottom: 0;
  margin-top: .5rem;
  font-size: .8rem;
}
.registration td .note span {
  display: block;
  text-indent: -.8rem;
  padding-left: .8rem;
}
.links_paygent {
  padding: 16px 24px;
  margin: 20px 0;
  display: inline-block;
  border: 1px solid #ccc;
}
.registration tr th span.sub, .pay tr th span.sub{
  float:right;
}
.required_mark{
  background-image: url(../images/common/required.png);
  background-repeat:no-repeat;
  width:30px;
  height:16px;
  display:inline-block;
  margin:0 5px;
  vertical-align:middle;
}
.select_list td{
  border-top:1px dotted #CCC;
  border-bottom:none;
  border-left:none;
  border-right:none;
  padding:0px 10px;
}
.selected_list td{
  border-top:1px dotted #CCC;
  border-bottom:none;
  border-left:none;
  border-right:none;
  /* padding:20px; */
  padding: 20px 10px;
  text-align:center;
}
.select_list td a{
  border:2px solid #AAA;
  padding:6px 20px;
  min-width:100px;
  display:block;
  text-align:center;
  margin-right:10px;
  color:#AAA;
  text-decoration:none;
  background-color:#FFF1ED;
}
.selected_list_mypage td a{
  background-color:#0378DE !important;
}
/*.selected_list td{
padding:5px;
}*/
.selected_list td a{
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  background-color:#E35549;
  padding:5px 5px;
  color:#FFF;
  display:block;
  white-space:nowrap;
  width: 75px;
    margin: 0 auto;
}
.select_list td a.selected{
  border:2px solid #3C92C4;
  color:#3C92C4;
  background-image: url(../images/common/check.png);
  background-repeat:no-repeat;
  background-position:10px center;
}

.select_list tr:first-child th,.select_list tr:first-child td{
  border-top:none;
}

.select_btn_base{
  background-image: url(../images/common/select_base.png?21062901);
  background-repeat:no-repeat;
  background-position:center;
  /*width:960px;*/
  height:80px;
  margin:0 auto;
  text-align:center;
  padding-top:15px;
}
.select_btn_base .btn_add {
  line-height: 1.6;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  width: 220px!important;
  text-align: center;
  background: linear-gradient(#5bb1fd, #036fcd);
}
.select_btn_base .btn_add:hover {
  background: #036fcd;
}
.total_box{
  text-align: right;
  background-color: #3C92C4;
  padding: 15px 5px;
  color: #FFF;
}
.total_box_confirm{
  text-align:right;
  background-color:#EEE;
  padding:15px 0;
  font-weight:bold;
}
.total_box span,.total_box_confirm span{
  margin:0 10px;
  /*padding:0 20px;*/
  vertical-align:bottom;
}
.btns{
  background-color:#F2F3E5;
  text-align:center;
padding:20px 0;
margin:40px 0 20px;
}
.btns_return {
  text-align:center;
  padding:20px 0;
  margin:40px 0 20px;
}
.sub{
color:#DE7908;
}
.confirm .registration td,.confirm td,.confirm .border_contents{
  color:#3A5168;
  word-break:break-all;
}
.confirm .enquete_cap{
border-bottom:1px dotted #CCC;
background-color:#F2F3E5;
}
.confirm .border_contents{
}
#result_box{
  width:100%;
  max-width: 480px;
  height:180px;
  border:1px solid #CCC;
  overflow-y:scroll;
  overflow-x:hidden;
  margin:20px 0;
}
.school_box{
  width:480px;
  padding:10px;
  border-bottom:1px solid #CCC;
}
a.link {
  text-decoration: underline;
  color: #0378DE;
}
.info_detail {
  display: none;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.school_name{
  /* width:347px; */
  width: 77%;
  display:inline-block;
  font-size:16px;
}
.ymd_block .select_wrapper,.ymd_block .select_wrapper select{
  min-width:100px;
  /*width:100px;*/
}
.ymd{
  margin:0 6px 0 0;
}
.registration tr.required td input[type=text], .registration tr.required td input[type=password],.pay tr.required td input[type=text],.pay tr.required td input[type=password],
.registration tr.required td .select_wrapper,.pay tr.required td .select_wrapper{
  background-color:#FFF1C6;
}
.pay_cap_1,.pay_cap_2,.pay_cap_3,.pay_cap_4,.pay_cap_5{
  border:3px solid #3C92C4;
  background-color:#FFF1ED;
  color:#3C92C4;
  font-weight:bold;
  padding:20px;
  font-size:16px;
  background-image: url(../images/common/check_off.png);
  background-repeat:no-repeat;
  background-position:20px center;
  display:block;
  padding-left:45px;
}
.registration tr .edu_num {
  background-color: #eee;
}
.cost th{
  background-color:#3C92C4;
  color:#FFF;
  font-size:14px;
}
.cost th,.cost td{
border:1px solid #3C92C4;
}
.cost span{
  padding:0 20px;
  color:#3C92C4;
  vertical-align:bottom;
}
.pay .radio_base{
margin:  5px 0;
}
.shops{
  text-indent:-9999px;
  background-image: url(../images/common/shops.png);
  background-repeat:no-repeat;
	background-size: auto 60px;
  height:80px;
  border-bottom:1px dotted #CCC;
  margin-bottom:20px;
}
.select{
  background-image: url(../images/common/check_on.png);
}
.pay_cate_1,.pay_cate_2,.pay_cate_3,.pay_cate_4,.pay_cate_5{
display:none;
}
.bold{
font-weight:bold;
}
.normal{
  font-size:14px;
  font-weight:normal;
}
.block {
  display: block;
}
.convenience{
  border-top:1px solid #CCC;
  border-bottom:1px solid #CCC;
}
.convenience__text {
  padding: 20px;
}
@media screen and (max-width:768px) {
  .convenience__text {
    padding: 16px;
  }
}
.red{
  color:#C00;
  text-align: left;
}
.grey{
  color:#999999b3;
  text-align: left;
}
.navy {
  color: #155081;
  text-align: left;
}

.tab_base_top div,.tab_base_bottom div{
  width:960px;
  margin:0 auto;
  height:40px;
  overflow:hidden;

}
.tab_base_top div{
  padding-top:10px;
}
.tab_base_bottom{
  margin-top:50px;
}
.tab_base_bottom div{
  padding-bottom:10px;
}
.tab_base_top div .mini_back,.tab_base_bottom div .mini_back{
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  background-color:#999;
  padding:5px 30px;
  color:#FFF;
  margin-right:20px;
  display:block;
  float:left;
}
.tab_base_bottom div .mini_back{
  margin-top:10px;
  display:block;
  float:left;
}
.tab_base_top div .tab{
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  background-color:#FFF;
  padding:10px 30px;
  height:30px;
  display:inline-block;
  color:#000;
  margin-right:5px;
  font-weight:bold;
  font-size:16px;
}
.tab_base_bottom div .tab{
  border-radius:0 0 3px 3px;
  text-align:center;
  text-decoration:none;
  background-color:#FFF;
  padding:10px 30px;
  height:25px;
  display:inline-block;
  color:#000;
  margin-right:5px;
  font-weight:bold;
  font-size:16px;

}
.fl_box,.fr_box{
  float:left;
}
.fl_box{
  width:550px;
}
.fr_box a{
  margin:0 30px;
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  background-color:#0278DE;
  padding: 20px;
  color:#FFF;
  margin-right:20px;
  display:block;
  /* float:left; */
  width:210px;
}
.fl_box .normal a {
  color: #028AFF;
}
.mailing_box .fr_box a {
  line-height: 1.2;
  padding: 15px;
  width: 250px;
}

#a_application .pencil_cap a{
  padding: 8px 15px 8px 15px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-color: #0278DE;
  background-image: url(../images/common/print_w.png);
  background-position: 8px 6px;
  font-size:14px;
  color:#FFF;
  float:right;
  text-align:left !important;
  margin-right:20px;
}

td div.name_label{
  width:40px;
  display:inline-block;
}
td div.name_label:nth-child(3){
  padding-left:20px;
}

.contents_base .confirm{
  margin-top:20px !important;
}
.btn_fit {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.sp_list{
display:none;
}

#trim_box {
  margin: 20px auto;
  position: relative;
  width: 390px;
  height: 390px;
  overflow: hidden;
}
#trim_inner {
  position: absolute;
  width: auto;
  height: auto;
}
#trim_inner img {
  vertical-align: bottom;
}
#trim_cover {
  position: absolute;
  background-image: url(../images/common/trim_cover.png);
  background-size:cover;
  width: 390px;
  height: 390px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.trim_bar {
  -webkit-appearance:none;
  width: 360px;
  vertical-align:middle;
  margin: 0 10px;
   background-color:#ECECEC;
    -webkit-border-radius:15px;
 -moz-border-radius:15px;
   border-radius:15px;
    -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2) inset;
                  box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2) inset;
          outline:none;
}

[type="range"]::-webkit-slider-thumb {
-webkit-appearance:none;
width:30px;
height:30px;
cursor:pointer;
 border:none;
 background-color:#094D9E;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
border-radius:50%;
-webkit-box-shadow:0px 2px 2px rgba(255, 255, 255, 0.5) inset;
       -moz-box-shadow:0px 2px 2px rgba(255, 255, 255, 0.5) inset;
                  box-shadow:0px 2px 2px rgba(255, 255, 255, 0.5) inset;
}

table.registration input[type=text].postal {
    width: 70px;
}

canvas#screen {
  cursor: pointer;
  border:1px solid #3CB2E7;
}

.select_photo{
  display:none;
}
.cancelBtn {
    border:#fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    background-color: #E35549;
    padding: 8px 10px;
    color: #FFF;
}

/*お問い合わせ*/
div.contents_base div.contents #askForm .max {
  width: 99%;
  height: 150px;
  font-size: 14px;
  margin: 0 auto 10px;
  padding: 0;
  }
div.contents_base div.contents #askForm button {
    width:200px;
    border:none;
    margin:10px auto 0;
    display:block;
	padding:16px 0;
	font-size: 18px;
}

.chat {
    /* width:880px; */
    width: 95%;
    margin: 40px auto;
}
.chat_user {
    width: 85%;
}
.chat_user .sub, .chat_admin .sub {
    /* width: 700px; */
    padding: 5px 10px 20px 0;
    font-size: 14px;
    overflow: hidden;
}
.chat_admin .sub {
    margin-left: 140px;
}
.chat_user .sub {
    margin-left: 20px;
}
.chat_user .sub .date, .chat_admin .sub .date {
    float: left;
    width: 50%;
}
.chat_user .sub .date_isfile, .chat_admin .sub .date_isfile {
    float: left;
    width: auto;
    margin-right: 10px;
}
.chat_user .sub .right, .chat_admin .sub .right {
    float: left;
    width: 50%;
    text-align: right;
}
.chat_user .sub .right_isfile, .chat_admin .sub .right_isfile {
    width: auto;
    text-align: right;
    float: right;
}
.chat_user .msg {
    /* width: 700px; */
    text-align: left;
    padding: 15px 20px;
    margin-left: 0px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #D3E3FF;
    word-break:break-word;
}
.chat_user .msg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #D3E3FF transparent transparent;
}
.chat_admin {
    /* width: 800px; */
}
.chat_admin .msg {
    /* width: 700px; */
    text-align: left;
    padding: 15px 20px;
    margin-left: 130px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #FFDDDB;
    word-break:break-word;
}
.chat_admin .msg:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #FFDDDB;
}

.chat_admin .msg .file_attachment a,
.chat_user .msg .file_attachment a {
  text-decoration: underline;
  font-size: 15px;
}

.read_msg_admin {
	color: #0041d4;
	font-weight: bold;
}

@media screen and (max-width: 768px){
body{
background-image:none;
width:100%;
}

body#rpPage{
    /*
    background: url(../images/header/head_bg.png) repeat-x center 0px;
    -webkit-background-size:auto 17px;
    -moz-background-size:auto 17px;
    background-size:auto 17px;
    */
    font-size:14px;
    line-height:1.5em;
}
.pcnone{ display:inherit;}
.spnone{ display:none;}

.cont_box {
    /*margin-left: 20px;*/
    /*margin: 0 auto;*/
}

/********* ヘッダー *************************************************/
div#header {
    min-width: 100%;
   /* border-bottom: 2px solid #932242;
	height: 62px;*/
}

#rpPage div#header {
    overflow: hidden;
    min-width:inherit;
    position:relative;
}
#rpPage div#header div.contents {
	width: 100%;
    margin: 0 auto;
    /* background-color: #FFF;
   border-bottom: 2px solid #932242;*/
    padding-bottom: 2px;
}
#rpPage div#header h1 {
    float: none;
    margin: 0;
    padding: 0;
}
div#header div.contents {
  display: block;
}
div#header h1 {
	float: none;
	margin: 0;
	padding: 0;
  border-bottom:2px solid #3CB2E7;
}
div#header h1 a {
	width: 100%;
	max-width: 340px;
	height: 64px;
    /*background: url(../images/header/main_logo_sp.png) no-repeat left center;
   background-repeat: no-repeat;
    background-image: url(../images/header/main_logo_sp.png);*/
    background-repeat: no-repeat;
    background-position: 10px center;
		background-size: 90%;
  text-indent: -9999px;
}
/*
#rpPage div#header h1 a {
    width: 480px;
    height: 75px;
    background: url(../images/header/main_logo_sp.png) no-repeat left center;
    text-indent: -9999px;
}
*/

div#header ul {
    overflow: hidden;
    margin: 0;
    padding: 6px 8px;
    background: #efefef;
}
div#header ul li {
    list-style: none;
    float: right;
    padding: 0;
    font-size:14px;
}
div#header ul li.user_name {
    list-style: none;
    float: left;
    display:block;
    font-size: 11px;
    margin-right: auto;
}
div#header ul li a {
    color:#FFF;
    background-color:#666;
    padding:6px 8px;
    border-radius:3px;
    font-size: 10px;
    line-height: 1.2;
}

/********* メニュー *************************************************/
div#menu div.contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

div#menu {
  background-color: #3CB2E7;
  min-width: 0px;
  height: auto;
  /* margin-bottom: 5px; */
	width: 100%;
}

div#menu ul {
    float: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
	width: 100%;
}

div#menu ul li {
  /*
    list-style: none;
    float: none;
    display: inline-block;
    height: 50px;
    padding: 0;
    margin-top: -3px;
    */
}

div#menu ul li a {
    font-size: 11px;
    padding: 10px 7px;
    line-height: 1.7;
}

/********* 下層 *************************************************/
#cap_title{
    background-color:#FFF;
    margin-top:0;
    border-bottom:1px solid #ccc;
    border-top: none;
}
#cap_title div{
    width:auto;
    margin:0 auto;
    font-size:18px;
    font-weight:bold;
		padding:10px 0;
    line-height:1em;
    background: url(../images/top/appli_icon.png) no-repeat left 10px center;
    background-size: 26px auto;
    text-indent:40px;
}
.pencil_cap{
    background-image: url(../images/common/pencil.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	height: 30px;
	font-size: 20px;
	line-height: 1em;
	text-indent: 25px;
	padding-left:20px;
	margin: 20px auto 10px;
	font-weight: bold;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.border_cap {
	font-size: 16px;
}
.border_cap > .note {
  line-height: 1.2;
  font-size: .8rem;
  font-weight: normal;
  margin-top: .25rem;
}
#step{
  padding: 8px 0;
}
#step table{
    width:100% !important;
    margin:0;
}
#step table td{
    border:2px solid #FFF;
    text-align:center;
    padding:2px 0;
    min-width:20%;
    height:auto;
    font-size:60%;
    line-height:1.4;
}
#step table td.focus{
    border:2px solid #d54794;
    color:#d54794;
}
#step table th{
border:0;
padding:2px 0!important;
text-align:center;
background-image: url(../images/common/step_arrow.png);
    background-repeat:no-repeat;
    background-position:center;
    -webkit-background-size:10px auto;
    -moz-background-size:10px auto;
    background-size:10px auto;
}
table.select_list,table.registration,table.pay,table.cost{
    display:block;
    margin:0;
}
table.cost {
  display: table;
}
table.registration tbody, table.pay tbody,
table.registration tr, table.pay tr{
    display:block;
    width:auto!important;
}
table.select_list th, table.registration th, table.pay th ,table.cost th,
table.select_list td, table.registration td, table.pay td ,table.cost td{
    display:block!important;
    width:auto!important;
    margin:0;
    padding:16px;
    overflow:hidden;
}
table.select_list th, table.registration th, table.pay th, table.cost th, table.selected_list th, table.selected_list td {
	padding: 10px;
}
#step_regist table {
    width: 90%;
    margin: 0 auto;
}

#step_regist table td.focus {
    border: 2px solid #E35549;
    color: #E35549;
}

#step table th, #step_regist table th {
  width: 1px;
  padding: 0;
  margin: 0;
  background: none;
}

#step table td, #step_regist table td {
  border: 2px solid #FFF;
  text-align: center;
  padding: 8px 0;
  /* width: auto; */
  font-size: 10px;
}

#result_box{
    width:auto;
    height:150px;
    border:1px solid #CCC;
    overflow-y:scroll;
    overflow-x:hidden;
    margin:20px 0;
}

#result_box::-webkit-scrollbar{
  width: 5px;
  background: #CCC;
}
#result_box::-webkit-scrollbar-thumb{
  background: #666;
  border-radius: 2px;
  min-height: 50px;
}
.school_box{
    width:auto;
    padding:10px;
    border-bottom:1px solid #CCC;
}
.school_name{
    width:auto;
    display:inline-block;
    font-size:16px;
}
.ymd {
    display: inline-block;
}
.ymd_block .select_wrapper,.ymd_block .select_wrapper select{
    min-width:74px;
    width:74px;
    float:none;
    display: inline-block;
}
input[type="text"]{
    width:100%;
    height:40px !important;
    box-sizing:border-box;
    margin-top:2px;
    margin-bottom: 2px;
}
input[type="text"]#arrival-date-picker_1,
input[type="text"]#arrival-date-picker_2 {
  width: 90%;
}
/**/
.select_wrapper {
    display: block;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    box-sizing:border-box;
    height:40px;
    /*width: -webkit-100%;*/
    margin: 0;
    padding: 3px 25px 3px 3px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 13px;
    line-height: 1;
}
input[type="password"]{
    width:100%;
    height:40px;
    box-sizing:border-box;
}
input[type="text"].namewidth{
        width: 50% !important;
}
input[type="text"]#search_name{
    /* width:70%; */
}
input[type="text"].addwidth{
    width:4.5em;
}
input[type="text"].telwidth{
    width:3em;
}
/********* ベース *******************************************/
div.contents_base {
    min-width:0px;
    /*padding: 0 20px;
    width:400px;*/
        margin: 0 auto;
}
div.contents_base div.contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}
/********* フッター *************************************************/
#footer {
    border-top: 1px solid #AAA;
    height: auto;
    padding: 20px;
    overflow:hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#copyright {
    margin: 0 auto;
    width: auto;
    height: 50px;
}
#ssl_mark {
    margin: -50px auto 0;
    width: auto;
    text-align: right;
}
/********* ボタン *************************************************/
.btns{
    background-color:#F2F3E5;
    text-align:center;
    padding:20px 0;
    margin:40px 0 20px;
    display: flex;
    justify-content: center;
}
.btns a {
	display: block;
	text-align:center;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.btns .btn_back {
	background-color: #888;
	font-size: 18px;
	min-width: 100px;
  margin-right: 15px;
}

.btns input[type="submit"] {
    display: block;
    text-align:center;
		min-width: 150px;

}

.btns .btn_blue {
    background-color: #0378DE;
    display: block;
    text-align:center;
    width: auto;
    min-width: 120px;
}

.main {
    background-color: #0378DE;
    border-radius: 4px;
    padding: 8px 10px 8px 10px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #0065BD;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

.main#zipcode_search, #school_search {
  display: inline-block;
  font-size: 13px;
}

/********* 登録画面 *************************************************/
.nm_indent {
    display: block;
    margin: 5px;
}

.wide_box, .half_box {
	width: 100%;
	float: none;
	margin-bottom: 32px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}

.icon_box{
  width:100%;
  margin-bottom: 20px;
  }
.tension {
    height: 0px;
}

.tab_base_top div{
    width:470px;
    padding-top:10px;
        padding-left: 10px;
}
.tab_base_bottom div{
    width:470px;
    padding-bottom:10px;
        padding-left: 10px;
}

a.btn_application {
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

td div.name_label{
  width:40px;
  display:inline-block;
  margin:10px 0;
}
td div.name_label:nth-child(3){
  padding-left:0px;
}
.short_input{
  width:25% !important;
}
.rtn{
display:block;
}
.cost span{
  padding:0 0 10px;
 }
 span.cost_pay {
  display: block;
  padding: 5px 0 0;
  font-size: 13px;
}
 .fl_box,.fr_box{
  float:none;
  width:100%;
}
.fl_box{
  width:100%;
}
.fr_box a{
  display:block;
  margin:20px 0px 0 50px;
}
.btn_revise{
  display:block;
  margin:0 auto 20px !important;
  width:200px !important;
}
.registration tr th span.sub, .pay tr th span.sub{
  float:none;
  margin-right: 0;
}
.inputs{
margin:20px auto;
text-align:center !important;
}
.inputs input[type="text"]{
margin:10px 0 20px;
}
.caution_box{
  /*width:80% !important;*/
}
.sp_list{
display:table;
}
.pc_list{
display:none;
}
.security_code{
width:100%;
height:auto;
}
.registration tr .edu_num {
  background-color: #eee;
  font-size: 15px;
  text-align: center;
}
#regist_complete .text_block {
  text-align: left;
}
#regist_complete .btns {
  margin: 20px auto 20px;
  padding: 20px 15px;
}
#regist_complete .btns .btn_blue {
  display: inline-block;
  min-width: 145px;
  font-size: 15px;
  padding: 12px;
  margin: auto;
}
}


/********* マイページ 登録ボタン *************************************************/
.infomation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.infomation .half_box {
  width: 50% !important;
  margin-bottom: 24px;;
}
.infomation a.btn_application {
  font-size: 20px;
  line-height: 1.5em;
  padding: 25px 40px;
  display: block;
  /* background-color: #000; */
  width: 260px;
  border-radius: 6px;
  text-align: center;
  color: #FFF;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 20px 18px;
  text-indent: 0;
  /* margin: 0 auto 18px; */
}
@media screen and (max-width: 768px) {
  .infomation {
    flex-wrap: wrap;
  }
  .infomation .half_box {
    width: 100% !important;
    margin-top: 12px;
    margin-bottom: 6px;
    }
  .infomation a.btn_application {
    font-size: 120%;
    line-height: 1.5em;
    padding: 18px 0;
    width: 100%;
  }
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 768px) {
.pc { display: none !important; }
    .sp { display: block !important; }
}
.nm_indent {
  margin-left: 1em;
}
.check_accordion {
  margin: 10px 0 0;
}
.check_accordion dt{
  color: #0076CE;
  text-decoration: underline;
  cursor: pointer;
}
.check_accordion dt:hover{
  text-decoration: none;
}
.check_accordion dd {
  margin-bottom: 0;
  font-weight: normal;
  padding: 12px;
  border: 1px solid #dfdfdf;
  line-height: 1.4;
  display: none;
}
.check_accordion dt:before{
  content:"＋";
  display: inline-block;
  width: 18px;
}
.check_accordion dt.active:before{
  content:"－";
}
.caution_box_setting {
  display: block;
  line-height: 1.5em;
  font-size: 14px;
  padding: 25px 10px;
  margin: 25px 0;
  background-color: #FCDEDE;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.caution_box_setting img {
  position: absolute;
  top: 13%;
  left: 22%;
  width: 7%;
}
.caution_box_setting b {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 50px;
  line-height: 1.5;
}
.caution_box_setting a {
  text-decoration: underline;
}
@media screen and (max-width: 764px) {
  .caution_box_setting {
    font-size: 13px;
  }
  .caution_box_setting img {
    left: 2%;
    width: 11%;
  }
  .caution_box_setting b {
    font-size: 15px;
    padding-left: 30px;
  }
  .caution_box_setting a {
  }
}
.caution_box_select {
	border: none;
	display: block;
	line-height: 1.5em;
	font-size: 1.3em;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 60px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 6px center;
	margin: 10px 0;
	background-color: #ffbfbf;
    background-image: url(../images/index/info.png);
	background-position: 16px center;
}
.alert {
	color: #FF4040;
}
.importantnce_read {
  font-size: 120%;
  text-align: center;
  margin: 36px auto;
  padding: 30px;
  border: 3px solid #F00;
  background: #F2F3E5;
}
.importantnce_read span {
  display: inline-block;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 18px;
}
.nm_indent {
  margin-left: 1em;
}
.howto_print_sp {
  font-size: 14px;
}
.howto_print_sp dt {
  color: #028AFF;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
.howto_print_sp dt:before {
  content: "＋";
  display: inline-block;
  width: 18px;
}
.howto_print_sp dt.active:before {
  content: "－";
}
.howto_print_sp dd {
  margin: 10px 10px 0;
  font-weight: normal;
  padding: 15px;
  border: 1px solid #dfdfdf;
  line-height: 1.4;
  display: none;
}
.print .border_contents {
  padding: 20px;
  border-bottom: 1px solid #CCC;
}
.print .border_contents:last-of-type {
  border-bottom: 0;
}
.pdf_notice {
  color: #F00;
  background-color: #FFEBEB !important;
}
.howto_print_sp a,
.pdf_notice a {
  text-decoration: none;
  color: #028AFF;
}
@media screen and (max-width: 751px) {
.fl_box, .fr_box {
    float: none;
}
.fl_box {
  width: 300px;
}
.fr_box {
  margin-top: 20px;
}
.fr_box a {
  margin: 0 auto;
  float: none;
}
.print .border_contents {
  padding: 5px 16px 20px;
}
}
.warning_alert {
  width: 75%;
  max-width: 800px;
  display: block;
  font-size: 120%;
  padding: .5em 1em .4em;
  background-color: #f66;
  border: 1px solid #f00;
  border-radius: 5px;
  margin-top: 10px;
  color: #fff;
}
.warning_alert a {
  color: #0000ff;
  font-weight: bold;
}
@media screen and (max-width: 751px) {
.warning_alert {
    line-height: 36px;
    margin: 0 auto 0 auto;
    text-align: center;
}
}

.sample_photo {
    font-weight: normal;
  }
  .sample_photo dt {
    font-weight: bold;
    color: #00447D;
    margin: 20px 0 4px;
  }
  .sample_photo dd {
    padding: 0;
    margin: 0;
  }
  .appropriate_example {
    display: table;
  }
  .appropriate_example figure {
    display: table-cell;
    padding-right: 20px;
  }
  .appropriate_example figure img {
    width: 130px;
    border: 1px solid #acacac;
  }
  .appropriate_example div {
    display: table-cell;
    vertical-align: top;
  }
  .appropriate_example ul {
    margin: 0;
  }
  .appropriate_example ul li {
    display: block;
  }
  .appropriate_example p {
     border: 2px dotted #acacac;
     padding: 8px 16px;
 }

.ng_sample {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .ng_sample li {
    float: left;
    line-height: 1;
    margin-right: 0;
  }
  .ng_sample figure {
    position: relative;
    width: 110px;
    margin: 0 5px 10px;
  }
  .ng_sample figure img {
    width: 100%;
    border: 1px solid #acacac;
  }
  .ng_sample figure figcaption {
    margin-top: 4px;
    text-align: center;
    font-size: 11px;
  }
  .ng_sample figure:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
  }
@media screen and (max-width: 764px) {
  .appropriate_example figure img {
    width: 120px;
  }
  .ng_sample figure figcaption {
    font-size: 10px;
  }
  .ng_sample figure {
    width: 72px;
    height: 140px;
  }
}
#top_ask_school .box_main {
  display: flex;
  justify-content: space-between;
}
#top_ask_school .box_left, #top_ask_school .box_right {
    width: 50%;
    float: none;
}
#top_ask_school .box_right {
  border-left: none;
}
#top_ask_school .box_left {
  border-right: 1px solid #D5D5D5;
}
#top_ask_school .box_right .text_block {
  padding: 30px 30px 30px 24px;
}
#top_ask_school .box_left .text_block {
  padding: 30px 24px 30px 30px;
}
#top_ask_school .text_block h5 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: .95rem;
  margin: 0 0 17px;
  padding: 0px 8px;
  line-height: 1.2;
  border-left: 7px solid #3CB2E7;
}
#top_ask_school .big_txt {
  font-size: 1.4em;
  line-height: 28px;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: top;
}
#top_ask_school span a {
  font-size: 1.4em;
  line-height: 28px;
  display: inline-block;
  font-weight: bold;
    line-height: 1.58;
    padding-bottom: 0;
    vertical-align: baseline;
  text-decoration: none;
  color: #222;
}
#top_ask_school .ask_school_list {
  background: #F3F3F3;
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 5px;
}
#top_ask_school .ask_school_list .q_tit_2 {
  margin-bottom: 10px;
  border-bottom: none;
  font-weight: normal;
  font-size: 14px;
}
#top_ask_school .ask_school_list .qa_cap_2 {
  position: relative;
  text-decoration: underline;
  color: #0B85FF;
  cursor: pointer;
  padding-left: 15px;
  margin-bottom: 0;
}
#top_ask_school .ask_school_list .qa_cap_2:not(:first-of-type) {
  margin-top: 10px;
}
#top_ask_school .ask_school_list .q_ans_2 a {
  text-decoration: underline;
}
#top_ask_school .ask_school_list .q_ans_2 {
  display: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 17px;
}
#top_ask_school .ask_school_list .qa_cap_2::before {
  background: #3CB2E7;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  transform: rotate(90deg);
  transition: transform .3s ease-in-out;
  height: calc(10px / 2);
  width: 9px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#top_ask_school .ask_school_list .qa_cap_2.active::before {
  transform: rotate(180deg);
}
.ask_form {
    margin: 15px 0;
}
.ask_form .btn {
    border: 1px solid #dfdfdf;
    padding: 10px;
    background-color: #F5F5F5;
    color: #222222;
    font-weight: normal;
    font-size: 14px;
}
#footer {
  clear: both;
}
@media (max-width: 768px) {
  #top_ask_school .box_main {
    display: block;
  }
  #top_ask_school .text_block h5 {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 16px;
    padding: 2px 8px;
    border-left: 9px solid #3CB2E7;
  }
  #top_ask_school .box_left .text_block,
  #top_ask_school .box_right .text_block {
    padding: 20px;
  }
  #top_ask_school .box_right .text_block {
    margin-top: 5px;
  }
  #top_ask_school .box_left, #top_ask_school .box_right {
    width: 100%;
  }
  #top_ask_school .box_left {
    border-right: none;
    margin-bottom: 10px;
  }
  #top_ask_school .box_right {
    border-top: 1px solid #D5D5D5;
    margin-top: 20px;
  }
  #top_ask_school .ask_school_list .q_tit_2 {
    font-weight: bold;
    font-size: 16px;
  }
  #top_ask_school .ask_school_list .qa_cap_2 {
      margin-bottom: 0;
  }
  #top_ask_school .big_txt {
    font-size: 18px;
  }
  #top_ask_school span a {
    font-size: 1.9em;
    color: #1287FF;
    vertical-align: sub;
  }
  .ask_form {
    margin: 15px auto;
    text-align: center;
  }
}
.border_table .left_td.bg_gray {
	background-color:#F0F0F0;
}
a.btn_document {
  font-size: 15px;
  line-height: 1em;
  padding: 15px;
  display: block;
  background-color: #fcba03;
  width: 200px;
  border-radius: 6px;
  text-align: center;
  color: #FFF;
  margin: 10px 0 0;
  text-decoration: none;
  text-indent: 0;
}
@media screen and (max-width:768px) {
  a.btn_document {
    margin: 10px auto 0;
  }
}
#interview_wish_date_area .interview_wish_radio {
  margin: auto 0 auto 20px;
}
#interview_wish_date_area .interview_wish_radio label {
  margin: auto 0 auto 15px;
}
@media screen and (max-width:768px) {
  #counseling_date_area div:not(.wish_1_area),
  #interview_wish_date_area div,
  #exam_record-area div {
    display: inline-block;
  }
  .exam_record_num,
  #exam_record-area div.line_box,
  #exam_record-area .wish_1_title,
  #counseling_date_area div.line_box,
  #counseling_date_area .wish_1_title,
  #interview_wish_date_area .line_box,
  #interview_wish_date_area .wish_1_title {
    display: block;
  }
  #counseling_date_area .select_wrapper,
  #interview_wish_date_area .select_wrapper {
    width: 35%;
  }
  #interview_wish_date_area .interview_wish_radio label {
    margin: auto;
  }
  #interview_wish_date_area .interview_wish_radio {
    margin: 10px 0 15px;
  }
}
#exam_subject-area .wish_1_area label input {
  vertical-align: -2px;
  margin-right: 3px;
}
#exam_subject-area .wish_1_area label:first-of-type {
  margin-right: 15px;
}
#selection_method-area option:disabled {
  display: none;
}
.files .note {
  display: block;
  text-indent: -.8rem;
  padding-left: 1.65rem;
}
@media screen and (max-width:768px) {
  .files .note {
    font-size: .7rem;
    padding-left: 1.4rem;
    text-indent: -.7rem;
  }
}

.line_box {
  margin: 30px 0 15px 0px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px 0;
  border-bottom: 3px solid #3CB2E7;
}

.attendees_label {
  margin:25px 0 0 0;
}

.attendees_label_2 {
  margin:25px 0px 10px;
}

@media screen and (max-width:768px) {
  .admin_block {
    display: block;
  }
}