@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再定義 ***********************************************/
html {
margin-bottom:1px;
height:100%;
}
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;
    word-break: break-all;
}
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;
}
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: 10px 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;
}
figure {
    margin: 10px 0;
}
a {
    color: #222222;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
body{
    /*下線は画像*/
    background-image: url(../images/header/head_bg.png);
    background-repeat:repeat-x;
    font-size:14px;
    line-height:1.5em;
}
.big{
    font-size:24px;
}
.middle{
font-size:20px;
}
.small{
    font-size:12px;
}

/********* ベース *******************************************/
div.contents_base {
    min-width: 960px;
}
div.contents_base div.contents {
    width: 930px;
    margin: 0 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-color:#FFF;
}
#header_fix {
    background-image: url(../images/index/bg_bar.png);
    background-repeat: repeat-x;
    height: 140px;
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index:200;
    top:0px;
}
div#header div.contents {
    width: 960px;
    margin: 0 auto;
}
div#header h1 {
    float: left;
    margin: 0;
    padding: 0;
}
div#header h1 a {
    display: block;
    width: 616px;
    height: 100px;
    background-image: url(../images/header/main_logo.png?v10);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
div#header ul {
    overflow: hidden;
    float: right;
    margin: 30px;
    padding: 0;
}
div#header ul li {
    list-style: none;
    float: left;
    margin: 5px 0 0;
    padding: 0;
    font-size:16px;
}
div#header ul li.user_name {
    list-style: none;
    float: left;
    margin: 5px 10px 0 0;
    padding: 5px;
    display: block;
    width: 155px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    font-size: 14px;
}
div#header ul li a {
    display: block;
    color:#FFF;
    background-color:#666;
    padding:5px;
    border-radius:3px;
}


/********* メニュー *************************************************/
div#menu {
    overflow: hidden;
    min-width: 960px;
    height:40px;
    margin-bottom:30px;
    /*色定義*/
    background-color:#157D2A;
}

div#menu div.contents {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
div#menu ul {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 960px;
}
div#menu ul li {
    list-style: none;
    float: left;
    padding: 0;
}

div#menu ul li a {
    font-size:15px;
    line-height:1em;
    display: block;
    height: 42px;
    padding:13px;
    color:#FFF;
}
div#menu ul li a:hover, div#menu ul li.on a{
    background-color: #BA4A38;
}

/********* トップページ *******************************************/
.box_cover{
overflow:hidden;
padding-bottom:50px;
}
.half_box{
width:440px;
float:left;
}
.wide_box{
    min-height:140px;
}
.tension{
width:50px;
height:100px;
display:block;
float:left;
}
.icon_box{
    border-bottom:3px solid #157D2A;
    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{
    background-image: url(../images/top/icon_ask.png);
}
a.btn_aoentry{
    font-size:20px;
    line-height:1em;
    padding:30px;
    display:block;
    background-color:#0278DE;
    width:260px;
    border-radius:6px;
    text-align:center;
    color:#FFF;
    background-image: url(../images/top/appli_icon.png);
    background-repeat:no-repeat;
    background-position:30px 18px;
    text-indent:30px;
    margin: 0 auto 20px;

}
a.btn_application{
    font-size:20px;
    line-height:1em;
    padding:30px;
    display:block;
    background-color:#0278DE;
    width:260px;
    border-radius:6px;
    text-align:center;
    color:#FFF;
    background-image: url(../images/top/appli_icon.png);
    background-repeat:no-repeat;
    background-position:30px 18px;
    margin: 0 auto;
    letter-spacing:1em;
    text-indent:1em;
}
a.btn_look{
    font-size:20px;
    line-height:1em;
    padding:30px;
    display:block;
    background-color:#cb8a63;
    width:260px;
    border-radius:6px;
    text-align:center;
    color:#FFF;
    background-image: url(../images/top/look_icon.png);
    background-repeat:no-repeat;
    background-position:30px 18px;
    margin: 0 auto;
    letter-spacing:0.5em;
    text-indent:1em;
}
.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%;
}
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;
    font-weight: bold;
}
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.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;
}
/*Edge*/
@supports (-ms-accelerator:true) {
  table tr td:first-child  {
		border-left:1px solid #DDDDDD;
}
table tr td:last-child  {
		border-right:1px solid #DDDDDD;
	}
}

/*IE11*/
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, table tr td:first-child  {
		border-left:1px solid #DDDDDD;
	}
	*::-ms-backdrop, table tr td:last-child  {
		border-right:1px solid #DDDDDD;
	}
}

/*IE10以下*/
@media all and (-ms-high-contrast:none){
	table tr td:first-child  {
		border-left:1px solid #DDDDDD;
	}
	table tr td:last-child  {
		border-right:1px solid #DDDDDD;
	}
}
/**/
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: 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-radius: 4px;
    background-repeat: no-repeat;

    color: #222222;
    text-decoration: none;
    font-weight: normal;
    text-shadow: 0px 0px 2px #FFF;
    display: inline-block;
}
.btn a,.btn_blue,.btn_back {
    text-decoration: none;
}
.btn a:hover.a.btn:hover,.btn_blue:hover,.btn_back:hover {
    text-decoration: none;
}
.btn_blue,.btn_back,.btn_edit{
    line-height: 1em;
    padding: 15px;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size:18px;
}
.btn_blue{
background-color: #0378DE;
width:200px;
}
.btn_back{
background-color: #888;
width:100px;
}
a.btn_back + a {
    margin-left:50px;
}
.btn_edit{
    background-color: #888;
    width: 240px;
    margin: 30px auto;
    display: block;
    text-align: center;
}


/********* フォーム要素 *******************************************/

input[type=text], input[type=password] {
    border-radius: 5px;
    border: #999 1px solid;
    height: 25px;
    padding: 3px;
    outline: none;
    box-shadow:inset 1px 1px 0px rgba(0,0,0,0.1);
    font-size:14px;
}
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;
}
input[type="text"]#school_name_for_search {
	font-size: 17px;
	font-weight: bold;
	padding: 4px 10px;
	margin-top: 4px;
	background: #fcdede !important;
}
textarea {
    border-radius: 5px;
    border: #999 1px solid;
    padding: 3px;
    outline: none;
    box-shadow:inset 1px 1px 0px rgba(0,0,0,0.1);
}
/* プレースホルダ */
:placeholder-shown {
    color: #bbb;
}
::-webkit-input-placeholder {
    color: #bbb;
}
:-moz-placeholder {
    color: #bbb; opacity: 1;
}
::-moz-placeholder {
    color: #bbb; opacity: 1;
}
:-ms-input-placeholder {
    color: #bbb;
}

/********* チェックボックス / ラジオボタン *************************************************/

.check_base, .radio_base {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align:left;
}
.no_txt {
    width: 17px;
}
.check_base input[type="checkbox"], .radio_base input[type="radio"] {
    position: absolute;
    top: 0;
    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);
}
.check_base input[type="checkbox"][disabled]+ label {
    background-image: url(../images/common/check_disabled.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);
}
.radio_base input[type="radio"][disabled] + label {
    background-image: url(../images/common/radio_disabled.png);
}
/**/
.select_wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    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;
    vertical-align: bottom;
    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%;/* fallback non calc support */
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 8px 35px 8px 10px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 13px;
    height: 33px;
}
/*edge*/
@supports (-ms-accelerator:true) {
	select  {
		line-height:1.4em !important;
	}
}
/*IE11*/
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, select  {
		width: 200% !important;
		line-height:1.4em !important;
	}
}
/*IE10以下*/
@media all and (-ms-high-contrast:none){
	select  {
		width: 200% !important;
		line-height:1.4em !important;
	}
}

/********* エラー表示 *******************************************/
.error {
    clear:both;
    display:block;
    padding: .5em 1em .4em;
    background-color: #f66;
    border: 1px solid #f00;
    border-radius: 5px;
    margin-top:10px;
    color: #fff;
}
.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;
}
.warning_alert br {
  display: none;
}
@media screen and (max-width:751px){
  .warning_alert {
    line-height: 36px;
  }
  .warning_alert br {
    display: block;
  }
}
div.warning {
    position: relative;
    top: 0;
    left: 0;
    padding: .4em 1em;
    background-color: #f66;
    border: 1px solid #f00;
    border-radius: 5px;
    color: #fff;
    clear: both;
    margin-top: 8px;
    + .warning {
        margin-top: 4px;
    }
    @media screen and (max-width:751px) {
        font-size: .75em;
        margin-top: 1em;
    }
}
/********* フッター *************************************************/
#footer {
    border-top: 1px solid #AAA;
    height: 120px;
    padding-top: 20px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#copyright {
    margin: 0 auto;
    width: 960px;
    height: 50px;
}
#ssl_mark {
    margin: -50px auto 0;
    width: 960px;
    text-align: right;
}
/********* ページ上部へ *************************************************/
a.totop {
    position:fixed;
    display: block;
    width: 32px;
    height: 23px;
    border-radius:16px;
    bottom:20px;
    right:20px;
    color:#FFF;
    text-align:center;
    padding-top:9px;
    /*色定義*/
    background-color:#157D2A;
    box-shadow:inset -1px -1px 0px rgba(0,0,0, 0.2),inset 1px 1px 0px rgba(255,255,255,0.4),0px 0px 1px 1px #FFF;
    line-height:1em;
}
/********* 下層 *************************************************/
#cap_title{
    height:46px;
    background-color:#FFF;
    margin-top:5px;
    border-bottom:1px solid #999;
}
#cap_title div{
    width:960px;
    margin:0 auto;
    font-size:24px;
    font-weight:bold;
    padding-top:12px;
    line-height:1em;
    height:30px;
    background-image: url(../images/top/appli_icon.png);
    background-repeat:no-repeat;
    background-position:0px 2px;
    text-indent:50px;

}
#step,#step_regist{
background-color:#F2F3E5;
padding:8px 0;
}
.tab_base_top,.tab_base_bottom{
    background-color:#F2F3E5;
padding:0;
}
#step table{

width:960px;
margin:0 auto;

}
#step_regist table{
    width:560px;
    margin:0 auto;
}
#step table td,#step_regist table td{
border:2px solid #FFF;
text-align:center;
padding:8px 0;
width:100px;
}
#step table td.focus,#step_regist table td.focus{
    border:2px solid #E35549;
    color:#E35549;
}
#step table th,#step_regist table th{
border:0;
text-align:center;
background-image: url(../images/common/step_arrow.png);
    background-repeat:no-repeat;
    background-position:center;
    background-color:#F2F3E5;

}

.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;
    width: 950px;
}
.border_box{
    border:3px solid #CCC;
    margin: 20px 0 5px;
    padding:0;
}
.center {
    text-align: center;
}
.sp-left {
    @media screen and (max-width: 751px) {
        text-align: left !important;
    }
}
.mt_0{
    margin-top:0 !important;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mt_5{
    margin-top:5px !important;
}
.mb_5 {
    margin-bottom: 5px !important;
}
.mt_10{
    margin-top:10px !important;
}
.mb_10{
    margin-bottom:10px !important;
}
.mt_20{
    margin-top:20px !important;
}
.mb_20{
    margin-bottom:20px !important;
}
.mt_30{
    margin-top:30px !important;
}
.mb_30{
    margin-bottom:30px !important;
}
.mt_40{
    margin-top:40px !important;
}
.mb_40{
    margin-bottom:40px !important;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.p-40 {
    padding: 40px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media screen and (max-width: 751px) {
    .mt_10{
        margin-top:.5em !important;
    }
    .mb_10{
        margin-bottom:.5em !important;
    }
    .mt_20{
        margin-top:1em !important;
    }
    .mb_20{
        margin-bottom:1em !important;
    }
    .mt_30{
        margin-top:1.5em !important;
    }
    .mb_30{
        margin-bottom:1.5em !important;
    }
    .mt_40{
        margin-top:2em !important;
    }
    .mb_40{
        margin-bottom:2em !important;
    }
    .p-20 {
        padding: 1em;
    }
    .p-30 {
        padding: 1.5em;
    }
    .p-40 {
        padding: 2em;
    }
    .border_box.p-40 {
        padding: 1em;
    }
    .sp-text-center {
        text-align: center;
    }
    .sp-text-left {
        text-align: left;
    }
}
.border_cap{
    padding:10px;
    font-size:20px;
    font-weight:bold;
    border-bottom:1px solid #CCC;
}
.border_notice{
    padding:10px;
    font-size:14px;
    background-color:#FFC400;
    font-weight:normal;
    border-bottom:1px solid #CCC;
}
.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; */
}
.confirm .border_contents{
    font-weight:bold;
}
table.select_list,table.selected_list,table.registration,table.pay,table.cost{
    margin:0;
}
.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-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
  color:#000;
  /*padding:3px 0;*/
  font-size:14px;
}
.selected_list tr:last-child th{
    border-bottom:inherit;
}
.registration th,table.pay th{
    background-color:#F2F3E5;
    border-top:1px dotted #CCC;
    border-bottom:none;
    border-left:none;
    color:#000;
    padding:20px;
    font-size:14px;
    text-align:left;
    width: 260px;
}
.selected_list tr:first-child td {
  /* background-color:#F2F3E5; */
    border-top: none;
}
.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 20px;
}
.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 20px;
}


.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:10px 10px;
}
.selected_list td{
    border-top:1px dotted #CCC;
    border-bottom:none;
    border-left:none;
    border-right:none;
    padding:5px 10px;
    text-align:left;
}
.select_list td a{
    border:2px solid #AAA;
    padding:6px 20px;
    min-width:100px;
    display:inline-block;
    text-align:center;
    margin-right:10px;
    color:#AAA;
    text-decoration:none;
    background-color:#FFF1ED;
}
.selected_list_mypage th,.selected_list_mypage td{
    text-align:center !important;
}
.selected_list_mypage td a{
    background-color:#0378DE !important;
}
.selected_list td a{
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    background-color:#E35549;
    padding:5px 10px;
    color:#FFF;
    /*text-indent:10px;*/
    margin: 5px 0;
    display: inline-block;
}
.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;
    text-indent:10px;
}

.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);
    background-repeat:no-repeat;
    background-position:center;
    width:100%;
    height:80px;
    margin:-5px auto 0;
    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 0;
    color:#FFF;

}
.total_box_confirm{
    text-align:right;
    background-color:#EEE;
    padding:15px 0;
    font-weight:bold;
}
.total_box span,.total_box_confirm span{
    padding:0 20px;
    vertical-align:bottom;
}
.btns{
    /* background-color:#F2F3E5; */
    text-align:center;
    padding:20px 0;
    margin:40px 0 20px;
  @media (max-width: 768px) {
    margin:20px 0 20px;
  }
}
.sub{
color:#DE7908;
}
.confirm .registration td,.confirm td,.confirm .border_contents{
    color:#3A5168;
}
.confirm .enquete_cap{
border-bottom:1px dotted #CCC;
background-color:#F2F3E5;
}
.confirm .border_contents{
border-bottom:1px solid #CCC;
}
#result_box{
    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;
}
.school_name{
    width:347px;
    display:inline-block;
    font-size:16px;
}
.ymd_block .select_wrapper,.ymd_block .select_wrapper select{
    min-width:100px;
    /*width:100px;*/
    float:left;
}
.ymd_block>div:not(.warning){
    float: left;
}
.ymd_block>div.warning {
    top: 6px;
}
.job-item div.warning {
    top: 6px;
}
.ymd_block>div:nth-child(2){
    margin: 5px;
}
.ymd{
    float:left;
    margin:6px
}
@media (max-width: 768px) {
    #o_job-area .ymd_block .select_wrapper,
    #j_job-area .ymd_block .select_wrapper {
        min-width: 80px;
    }
    #o_job-area .ymd_block .select_wrapper select,
    #j_job-area .ymd_block .select_wrapper select {
        width: 80px;
    }
    #o_job-area span, #j_job-area span {
        padding-top: 5px;;
    }
}
.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=spassword],
.registration tr.required td .select_wrapper,.pay tr.required td .select_wrapper,
.required input[type=text],.required .select_wrapper,.required textarea{
    background-color:#FFF1C6;
}
.disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}
.pay_cap_1,.pay_cap_2,.pay_cap_3,.pay_cap_9{
    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;
    text-indent:25px;
    cursor:pointer;
    display:block;
}
.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/cards_2.png?v2);
    background-repeat:no-repeat;
    background-position: -5px -2px;
    background-size: auto;
    height:80px;
    border-bottom:1px dotted #CCC;
    margin-bottom:20px;
        @media screen and (max-width:751px) {
            background-position: center 0;
    }
}
.select{
    background-image: url(../images/common/check_on.png);
}
.pay_cate_1,.pay_cate_2,.pay_cate_3{
display:none;
}
.bold{
font-weight:bold;
}
.normal{
    font-size:14px;
    font-weight:normal;
}
.convenience{
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
}
.red{
color:#C00;
}

.green {
    color: #00c80a;
}
.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:30px;
    color:#FFF;
    margin-right:20px;
    display:block;

    width:200px;
}

#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;
}
.event table th{
    font-size:14px;
    color:#000;
}
.border_box_caution{
    border:3px solid #CCC;
    margin: 20px 0 5px;
    background-color:#FFC500;
    padding:10px;
    text-align:center;
    font-weight:bold;
    font-size:16px;
}
.print .border_contents{
padding:30px;
    border-bottom:1px solid #CCC;
}
a.link{
    text-decoration:underline;
    color:#0378DE;
}
.line_box{
    font-size:18px;
    font-weight:bold;
    padding:0 0 5px 0;
}
.form_box{
margin-bottom:30px;
}
.nm_indent{
margin-left:1em;
}
.select_cap{
    font-weight:bold;
    margin-top:15px;
    margin-bottom:5px;
    display:block;
}
.cap_sub{
    font-size:14px;
display:block;
margin-top:5px;
}
table.selected_list {
    th {
        background-color:#F2F3E5;
        border-bottom: 1px dotted #CCC;
        padding: 20px;
        text-align: left;
        font-weight: bold;
        border-right: none;
        color:#000;
        /*padding:3px 0;*/
        font-size:14px;
    }
    td {
        padding: 20px;
        font-size: 14px;
        font-weight: bold;
    }
    @media screen and (max-width:751px){
        th, td {
            padding: 10px;
        }
    }
}
table.selected_list:last-child{
margin-bottom:0;
}
.del_box{
padding:10px 0 !important;
}
/*お問い合わせ*/
#askForm textarea {
    width: 100%;
    height: 150px;
    font-size: 14px;
    padding:5px;
    margin-bottom:5px;
}
#askForm button {
    width:80px;
    border:none;
    margin:10px auto 0;
    display:block;
}

.chat {
    width:880px;
    margin: 40px auto;
}
.chat_user {
    width: 800px;
}
.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 .right, .chat_admin .sub .right {
    float: left;
    width: 50%;
    text-align: 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;
}
.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;
}
.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;
}
/*申込内容／書類出力のアコーディオン*/
#btn_print_ac{
    margin: 20px auto 0;
    display:block !important;
    width:50%;
    text-align:center;
    cursor:pointer;
}
#print_ac{
    display:none;
}
.info_detail {
    display: none;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.cvs_pay_tel {
	font-size: 12px;
	margin: 4px 0 0;
	line-height: 1.3;
	font-weight: normal;
}
.links_paygent {
	padding: 16px 24px;
	margin: 20px 0;
	display: inline-block;
	border: 1px solid #ccc;
}
.links_paygent b{
	margin-bottom: 10px;
	display: inline-block;
}
.links_paygent a {
    color: #028AFF;
}
.half_box h5 {
    text-align: center;
    background: #f0f0f0;
    padding: 3px;
    margin: 0 0 8px;
    font-weight: normal;
}
.half_box .ask_form {
	text-align: center;
}
.half_box .ask_form .btn_blue {
    font-size: 14px;
    text-align: center;
	padding:14px 20px;
}
.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;
}

.howto_print_sp {
	font-size: 14px;
}
.howto_print_sp dt{
	color: #028AFF;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
.howto_print_sp dt:hover{
	text-decoration: none;
}
.howto_print_sp dd{
    margin: 10px 10px 0;
    font-weight: normal;
    padding: 15px;
    border: 1px solid #dfdfdf;
	line-height: 1.4;
	display: none;
}
.howto_print_sp dd p{
	margin:4px 0 12px;
}
.howto_print_sp dt:before{
	content:"＋";
	display: inline-block;
	width: 18px;
}
.howto_print_sp dt.active:before{
	content:"－";
}

.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: 3%;
      width: 13%;
    }
    .caution_box_setting b {
      font-size: 16px;
      padding-left: 30px;
    }
    .caution_box_setting a {
    }
  }

@media screen and (max-width:751px) {
    body{
    width:480px;
    background-image:none;
    }
    .top_margin{
    padding-top:120px;
    }
#header,#header_fix,.mgn {
    min-width: 0px;
width: 480px;
height: 105px;
}
div#header h1 a {
    display: block;
    width: 480px;
    height: 105px;
    background-image: url(../images/header/main_logo_sp.png?v10);
    background-repeat: no-repeat;
    text-indent: -9999px;
}


#footer {
    width:460px;
    padding: 20px 10px;
}
#copyright {
    width: 460px;
}
#ssl_mark {
    width: 460px;
}
.rtn{
display:block;
}
.line_box{

}

#step table,#step_regist table{

width:480px;
margin:0 auto;

}
#step table td,#step_regist table td{
border:2px solid #FFF;
text-align:center;
padding:8px 0;
width:auto;
font-size:12px;
}
#step table th,#step_regist table th{
width:1px;
padding:0;
margin:0;
background:none;
}
div.contents_base {
    min-width: 480px;
}
div.contents_base div.contents {
    width: 460px;
    margin: 0 auto;
    padding: 0 10px 0;
}
.pencil_cap{
width:460px;
}
.border_contents{
    /* padding:20px; */
}
#cap_title div{
    width:480px;

}
#header:has(.user_name) {
    min-height: 150px;
    height: auto;
}
div#header div.contents {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 480px;
}
div#header h1 {
    float: none;
}
div#header ul {
    margin: 0;
    background-color: #efefef;
    padding: 5px 10px;
    float: none;
    display: flex;
    align-items: center;
}
div#header ul li {
    float: none;
    margin: 0;
}
div#header ul li.user_name {
    margin: 0;
    margin-right: auto;
    max-width: 350px;
    width: auto;
    padding: 0;
}
.registration th,.pay th{
    width:160px;
    padding:10px 10px 10px 10px;
}
.registration .required th,.pay .required th{
    padding:10px 40px 10px 10px;
}
.registration tr.required th,.pay tr.required th{
    background-position:center right 10px;
}
.registration tr td{
    padding:10px;
}
table.registration input[type=text]{
    width:200px;
    margin:5px 0;
}
table.registration .part_time_job_td input[type=text] {
    width: 180px;
}
.ymd_block .select_wrapper,
table.registration .select_wrapper select{
    /* width: 55px;
    min-width: 55px; */
    min-width: 150px;
}
.ymd + .select_wrapper {
    margin-top: 5px;
}
table.registration .select_wrapper select {
    padding: 8px 15px 8px 3px;
}
input[type=text].event_date{
    width:40px;
}
input[type=text].event_name{
    width:190px;
}
.nm_indent{
margin-left:0;
margin-top:10px;
display:block;
}
table.registration input[type=text].postal{
    width:45px;
}
#postalSearch{
margin-top:5px;
}
#result_box{
    width:320px;
}
.school_box{
    width:320px;
    padding:10px;
    border-bottom:1px solid #CCC;
}
.school_name{
    width:347px;
    display:inline-block;
    font-size:16px;
}
.sp_mgn{
margin-bottom:40px;
display:inline-block;
}
.half_box{
width:480px;
float:left;
}
.tension{
height:20px;
}
div#menu{
    margin-top:-5px;
    width:480px;
    min-width: 0px;
}
.fl_box,.fr_box{
    float:none;
}
.fl_box{
    width:400px;
}
.fr_box{
    margin-top:20px;
}
.fr_box a{
    margin:0 auto;
}
.selected_list_mypage th,.selected_list_mypage td{
    padding:5px;
}
.mini_back{
margin-left:10px;
}
#a_application .pencil_cap{
    margin-bottom:20px;
    display:block;
}
.cost th,.pay th{
    width:120px !important;
}
.cost td{
    padding:10px 0;
}
.cost span{
display:block;
padding:0 10px;
}
.cost span.big{
    /* text-align:right; */
    margin-top: 5px;
    margin-bottom: 5px;
}
.chat {
    margin: 40px 0;
}
.chat_user {
    width: 370px;
}
.chat_user .sub, .chat_admin .sub {
    width: 370px;
    padding: 5px 10px 20px 0;
    font-size: 14px;
    overflow: hidden;
}
.chat_admin .sub {
    margin-left: 10px;
}
.chat_user .sub {
    margin-left: 10px;
}
.chat_user .sub .date, .chat_admin .sub .date {
    float: left;
    width: 50%;
}
.chat_user .sub .right, .chat_admin .sub .right {
    float: left;
    width: 50%;
    text-align: right;
}
.chat_user .msg {
    width: 370px;
    text-align: left;
    padding: 15px 20px;
    margin-left: 0px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #D3E3FF;
}
.chat_admin {
    width: 370px;
}
.chat_admin .msg {
    width: 370px;
    text-align: left;
    padding: 15px 20px;
    margin-left: 0px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #FFDDDB;
}
.shops {
    height:40px;
}
	.border_box .cvs_pay_tel {
		padding:0;
	}
#photo_area .border_contents {
    padding: 0;
}
}
.main{
    background-color:#0378DE;
    color:#FFF;
    text-shadow:none;
}

div#menu,a.totop {
	/*色定義*/
	background-color: #157D2A;
}
.line_box{
    /*色定義*/
    border-bottom:3px solid #157D2A;
}
div#menu ul li a:hover, div#menu ul li.on a{
	background-color: #1A9D34;
}
.btn_fit{
 width:80%;
 text-align:center;
 margin:0 auto;
 display:block;
}
.pdf_notice{
	color:#F00;
	background-color:#FFEBEB;
}

.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 #157D2A;
  }
  #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: #157D2A;
    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;
  }
  @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 #157D2A;
    }
    #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;
    }
  }
  #ask_school .box_main {
    display: flex;
    justify-content: space-between;
    border: none;
  }
  #ask_school .box_left, #ask_school .box_right {
      width: 50%;
      float: none;
  }
  #ask_school .box_left {
    border-right: 1px solid #D5D5D5;
  }
  #ask_school .box_right .text_block {
    padding-left: 24px;
  }
  #ask_school .box_left .text_block {
    padding-right: 24px;
  }
  #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 #157D2A;
  }
  #ask_school .big_txt {
    font-size: 1.4em;
    line-height: 28px;
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: 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: #222222;
  }
  #ask_school .ask_school_list {
    background: #F3F3F3;
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 5px;
  }
  #ask_school .ask_school_list .q_tit {
    margin-bottom: 10px;
    font-size: 14px;
    border: none;
    font-weight: normal;
  }
  #ask_school .ask_school_list .qa_cap {
    position: relative;
    text-decoration: underline;
    color: #0B85FF;
    cursor: pointer;
    padding-left: 15px;
  }
  #ask_school .ask_school_list .qa_cap:not(:first-of-type) {
    margin-top: 10px;
  }
  #ask_school .ask_school_list .q_ans a {
    text-decoration: underline;
  }
  #ask_school .ask_school_list .q_ans {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 17px;
  }
  #ask_school .ask_school_list .qa_cap::before {
    background: #157D2A;
    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%);
  }
  #ask_school .ask_school_list .qa_cap.active::before {
    transform: rotate(180deg);
  }
  #ask_school .ask_form {
      margin: 15px 0;
  }
  #ask_school .ask_form .btn {
      border: 1px solid #dfdfdf;
      padding: 10px;
  }
  @media (max-width: 768px) {
    #ask_school .box_main {
      display: block;
    }
    #ask_school .text_block h5 {
      font-size: 17px;
      font-weight: bold;
      margin: 10px 0 16px;
      padding: 2px 8px;
      border-left: 9px solid #157D2A;
    }
    #ask_school .box_left .text_block,
    #ask_school .box_right .text_block {
      padding: 0 10px 10px;
    }
    #ask_school .box_right .text_block {
      margin-top: 25px;
    }
    #ask_school .box_left, #ask_school .box_right {
      width: 100%;
    }
    #ask_school .box_left {
      border-right: none;
      margin-bottom: 10px;
    }
    #ask_school .box_right {
      border-top: 1px solid #D5D5D5;
      margin-top: 25px;
    }
    #ask_school .ask_school_list .q_tit {
      font-weight: bold;
      font-size: 16px;
    }
    #ask_school .big_txt {
      font-size: 18px;
    }
    #ask_school span a {
      font-size: 1.9em;
      color: #1287FF;
      vertical-align: sub;
    }
    #ask_school .ask_form {
      margin: 15px auto;
      text-align: center;
    }
  }
  .w-20 {

  }
  .w-50 {
    width: 50%;
  }
  .w-60 {
    width: 60%;
  }
  @media (max-width: 1000px) {
    .w-60 {
        width:52%;
    }
  }
  @media (max-width: 768px) {
    .w-20 {
      width: 25%;
    }
  }
  .d-flex {
    display: flex;
  }
  .flex-wrap-wrap {
    flex-wrap: wrap;
  }
  .justify-content-space-evenly {
    justify-content: space-evenly;
  }
  .align-itemsalign-items {
    align-items: center;
  }
  .d-flex.align-items-center.column {
    flex-direction: column;
  }
  .justify-content-space-between {
    justify-content: space-between;
  }
  @media (min-width: 768px) {
    .d-flex.align-items-center.column {
        flex-direction: initial;
    }
  }
  .badge {
    width: 40px;
    /* padding: 0.45em 0.95em; */
    padding: .3em 0;
    font-size: .7em;
    color: #fff;
    border-radius: 0.375rem;
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: 2px;
    border-radius: 0;
    font-weight: normal;
    margin: 0 5px;
  }
  .bg-free {
    background-color: #fff;
    border: solid 1px #198754;
    color: #198754;
  }
  .bg-success {
    background-color: #198754;
    border: solid 1px #198754;
  }
  .bg-danger {
    background-color: #FF3D3D;
    border: solid 1px #FF3D3D;
  }
  .bg-blue {
    background-color: #0378DE;
    border: solid 1px #0378DE;
    color: #fff;
    text-shadow: none;
  }
  /* .ms-4.text-end {
    margin-left: 0!important;
  } */
  .btn-outline-danger {
    color: #dc3545;
    border: solid 1px #dc3545;
    background-color: #fff;
    box-shadow: none;
    text-shadow: none;
    width: 148px;
    display: block;
    text-align: center;
  }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
  }
  .btn-outline-ok {
    color: #ef9625;
    border: solid 1px #ef9625;
    background-color: #fff;
    box-shadow: none;
    text-shadow: none;
    width: 148px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    text-align: center;
  }
  .btn-outline-ok:hover {
    color: #fff;
    background-color: #ef9625;
  }

  @media (min-width: 768px) {
    .btn-outline-ok {
        margin-top: 0;
        margin-bottom: 0;
    min-width: 120px;
    }
    .table_border_radius .btn-outline-danger {
      min-width: 80px;
    }
    .btn-outline-ok,
    .btn-outline-danger {
        width: auto;
        display: inline-block;
        text-align: center;
    }
    .ms-4.text-end {
        margin-left: 1.5rem!important;
    }
  }
  @media (max-width: 768px) {
    .d-flex {
      display: table-cell;
    }
    .d-flex div + div {
          text-align: center;
      }
  }

  .fs {
    font-size: 14px;
  }

  .table_border_radius tr td a {
    min-width: 100px;
  }

  .table_border_radius tr td a.td_print {
    background-color: #0378DE !important;
    color: #fff;
    text-shadow: none;
    min-width: 100px;
  }

  .result-pd,.ent-result-pd {
    margin-top: .5rem;
  }

  @media (min-width: 768px) {
    .entry-pd, .result-pd, .examslip-pd, .ent-result-pd {
        min-width: 120px;
        margin: 0;
        padding: 12px 0;
    }
  }
  @media (max-width: 768px) {
    .table_border_radius tr td a.td_print:not(:last-of-type) {
        margin-bottom: 5px;
    }
  }

  .table-light, .table-light tr {
    background-color: none;
  }

  .table_border_radius {
    border: 1px solid #cbccce;
    border-radius: 5.25px;
    border-spacing: 0;
    border-collapse: separate;
  }

  .table_border_radius tr th {
    border: none;
    border-bottom: 1px solid #cbccce;
    border-right: 1px solid #cbccce;
    background: #f8f9fa;
    padding: 0.5rem;
    color: #000;
    font-weight: bold;
    font-size: 14px;
  }

  .table_border_radius tr th:last-of-type {
    border-right: none;
    border-radius: 5.25px 5.25px 0 0;
  }

  .table_border_radius tr th:first-of-type {
    border-radius: 5.25px 0 0;
  }

  .table_border_radius tr td {
    border: none;
    border-bottom: 1px solid #cbccce;
    border-right: 1px solid #cbccce;
  }

  .table_border_radius tr:first-child td {
    border-top: none;
  }

  .table_border_radius tr td .w-auto .badge:first-of-type {
    margin-left: 0;
  }

  .table_border_radius tr td:last-of-type {
    border-right: none;
    text-align: center;
  }

  .table_border_radius tr:last-of-type td {
    border-bottom: none;
    background: none;
  }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: #fff;
    background-color: #AAAAAA;
    pointer-events: none;
  }
  .table_border_radius tr td a.btn_border_orange {
    color: #FF8000;
    border: solid 1px #FF8000;
    text-decoration: none;
    border-radius: 4px;
    min-width: 96px;
    padding: 3px 0;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    font-size: 14px;
  }
  .table_border_radius tr td a.btn_cancel,
  .table_border_radius tr td button.btn_cancel {
    color: #fff;
    border: solid 1px #FFC000;
    background: #FFC000;
    text-decoration: none;
    border-radius: 4px;
    min-width: 96px;
    padding: 3px 0;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    font-size: 14px;
  }
  .table_border_radius tr td button.btn_cancel {
    padding: 5.9px 0;
    min-width: 98px;
  }
  @media (max-width: 768px) {
    .table_border_radius tr td button.btn_cancel {
      margin-top: 5px;
    }
  }
  .table_border_radius tr td a.btn_background_orange {
    color: #fff;
    border: solid 1px #FF8000;
    background: #FF8000;
    text-decoration: none;
    border-radius: 4px;
    min-width: 96px;
    padding: 3px 0;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    font-size: 14px;
  }
  .table_border_radius tr td a.btn_continue {
    color: #fff;
    border: solid 1px #0278DE;
    background: #0278DE;
    text-decoration: none;
    border-radius: 4px;
    min-width: 96px;
    padding: 3px 0;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    font-size: 14px;
  }
  @media (max-width: 768px) {
    .table_border_radius tr td a.btn_background_orange,
    .table_border_radius tr td a.btn_continue {
      margin-top: 5px;
    }
    .table_border_radius tr td a:nth-child(2) {
      margin-top: 5px;
    }
  }
  .table_border_radius tr td div.warning {
    top: 4px;
  }
  .t-center {
    text-align: center;
}
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.top_alert {
	width: 100%;
	display: block;
	margin-bottom: 2rem;
	font-size: 140%;
	color: #F00;
	border: 2px solid #F00;
}
.top_alert--pad {
	padding: 20px 10px;
	text-align: center;
	line-height: 1.4;
}
.top_alert--pad a {
    text-decoration: underline;
}
@media screen and (max-width: 764px) {
    .top_alert {
        margin-bottom: 2rem;
        font-size: 100%;;
    }
    .top_alert--pad {
        padding: 30px 10px;
    }
    span.th_pd {
        padding-right: 2em;
        display: block;
    }
}
.examLocation_wrapper {
    padding: 30px;
}
.heading-sub {
    margin: 25px 0 0;
    font-size: 1.3em;
}
.heading-sub + .border_box {
    margin-top: 10px;
}
.pay_box {
    padding: 30px;
    @media screen and (max-width: 768px) {
        padding: 15px;
    }
}