@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: 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;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
/********* 基本色の定義 *******************************************/
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;
}

.warning {
    clear:both;
    background-color: #f66;
    border: 1px solid #f00;
    border-radius: 5px;
    color: #fff;
    margin-top: 5px;
    padding: 0.5em 1em 0.4em;
}
/********* ベース *******************************************/
div.contents_base {
    min-width: 960px;
}
div.contents_base div.contents {
    width: 930px;
    margin: 0 auto;
    padding: 0 20px 0;
}
/********* ヘッダー *************************************************/

div#header {
    overflow: hidden;
    min-width: 960px;
}
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: 499px;
    height: 100px;
    background-image: url(../images/header/main_logo_high.png);
    background-repeat: no-repeat;
    background-position:10%;
    text-indent: -9999px;
}
div#header ul {
    overflow: hidden;
    float: right;
    margin: 30px 0 0;
    padding: 0;
    max-width: 460px;
    width: auto
}
div#header ul li {
    list-style: none;
    float: right;
    margin: 5px 10px 0 0;
    padding: 0;
}
div#header ul li.user_name {
    list-style: none;
    float: left;
    margin: 5px 15px 0 0;
    padding:5px;
    display:inline-block;
    word-break: break-all;
    max-width: 310px;
}
div#header ul li a {
    display: block;
    color:#FFF;
    background-color:#666;
    padding:5px 8px;
    border-radius:3px;
    font-size: 12px;
}

/********* メニュー *************************************************/
div#menu {
    overflow: hidden;
    min-width: 960px;
    height:40px;
    margin-bottom:30px;
}
div#menu div.contents {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
div#menu ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
div#menu ul li {
    list-style: none;
    float: left;
    padding: 0;
}

div#menu ul li a {
    font-size:16px;
    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:#b92b52;
}

/********* トップページ *******************************************/
.box_cover{
overflow:hidden;
}
.half_box{
width:440px;
float:left;
margin-bottom:50px;
}
.wide_box{
margin-bottom:50px;
}
.tension{
width:50px;
height:100px;
display:block;
float:left;
}
.icon_box{
    border-bottom:3px solid #932242;
    display:block;
    text-indent:35px;
    line-height:1em;
    font-size:18px;
    padding:8px 0;
    background-repeat:no-repeat;
    background-position:2px 2px;
    margin-bottom:24px;
    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_application{
    font-size:20px;
    line-height:1em;
    padding:30px;
    display:block;
    background-color:#007639;
    width:260px;
    border-radius:6px;
    text-align:center;
    color:#FFF;
    background-image: url(../../../images/top/appli_icon.png);
    background-repeat:no-repeat;
    background-position:20px 18px;
    text-indent:1em;
    margin: 0 auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
a.btn_tebiki {
    font-size: 17px;
    line-height: 1em;
    padding: 16px 9px 16px 18px;
    display: block;
    background-color: #fbbbb9;
    width: 242px;
    border-radius: 6px;
    text-align: center;
    color: #222;
    margin: 17px auto 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
a.btn_tebiki span {
    font-size: 14px;
    /* display: inline-block; */
}
.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);

}

.border_contents {
    overflow: hidden;
}
.border_contents input[type="radio"]{
    margin: 0 5px 5px 5px;
}
/********* テーブル *******************************************/
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: normal;
}
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;
}
/**/
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;
}
/********* ボタン形状ベース *******************************************/
.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 {
    text-decoration: none;
}
.btn a:hover.a.btn:hover,.btn_blue:hover,.btn_back:hover {
    text-decoration: none;
}
.btn_blue,.btn_back,.btn_edit, .btns input[type="submit"].btn_blue{
    line-height: 1em;
    padding: 15px;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size:18px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.btn_blue{
background-color: #007639;
width:200px;
	text-align: center;
}
input.btn_blue{
    border: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.btn_back{
background-color: #888;
margin-right:50px;
width:100px;
}
.btn_edit{
background-color: #888;
width:200px;
margin:30px auto;
display: block;
text-align:center;
}
.btn_fit {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
a.btn_select{
margin-left:10px;
    width:60px;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    background-color: #0081D4;
    text-align:center;
    cursor: pointer;
}
/********* コントロールパネル *******************************************/
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: 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;
}
.btn_file {
    margin:10px 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size:15px;
    font-weight: bold;
    width:240px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #f90;
    background: #f90;
    border-radius:4px;
    color:#fff;
}
.btn_file:hover {
    opacity: .6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.btn_file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}
textarea {
    border-radius: 5px;
    border: #999 1px solid;
    padding: 3px;
    outline: none;
    box-shadow:inset 1px 1px 0px rgba(0,0,0,0.1);
}
.textarea_wrapper textarea {
    width: 100%;
    min-height: 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;
}
/* プレースホルダ */
: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;
}
.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;
    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%;/* 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;
    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;
    }
}
/********* エラー表示 *******************************************/
p {
    position: relative;
}
.error {
    position: absolute;
    top: -3.5em;
    left: 0;
    padding: .5em 1em .4em;
    background-color: #f66;
    border: 1px solid #f00;
    border-radius: 5px;
    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.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;
    width: 960px;
    height: 50px;
}
#ssl_mark {
    margin: -50px auto 0;
    width: 960px;
    text-align: right;
}
/********* ページ上部へ *************************************************/
.totop {
    position:fixed;
     bottom:20px;
     right:20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius:20px;
    text-align:center;
    line-height:40px;
    background-color:#932242;
    color:#FFF;
}
/********* 下層 *************************************************/
#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{
background-color:#F2F3E5;
padding:8px 0;
}
.tab_base_top,.tab_base_bottom{
    background-color:#F2F3E5;
padding:0;
}
#step table{
width:970px;
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;
padding: 8px 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: 970px;
}
.border_box{
    border:3px solid #CCC;
    margin: 20px 0 5px;
    padding:0;

}
.mt_0{
margin-top:5px;
}
.mt_20{
margin-top:20px;
}
.border_cap{
    padding:10px;
    font-size:20px;
    font-weight:bold;
    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;
}
.nm_indent {
    padding-left: 15px;
}
.border_contents{
    overflow:hidden;
}
.confirm .border_contents{
    font-weight:bold;
}
table.select_list,table.selected_list,table.registration,table.pay,table.cost{
    margin:0;
}

table.login{
    /* margin: 20px; */
}
table.cost{
    margin-top: 10px;
}

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

#step_regist table {
    width: 560px;
    margin: 0 auto;
}

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

#step table td, #step_regist table td {
    border: 2px solid #FFF;
    text-align: center;
    padding: 8px 0;
    width: 130px;
}

.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:20px;
    font-size:14px;
    text-align:left;
}
.registration th span.attention {
    width: 85%;
    display: inline-block;
}
.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 td.ymd_block {
    font-weight:normal;
}
.registration .select_photo .ymd_block .photo_rule{
    position: relative;
    overflow: hidden;
}
.registration .select_photo .ymd_block .photo_rule > img{
    border:1px solid #777;
    float: left;
    margin-right: 16px;
    margin-top: 10px;
    width:140px;
}
.registration .select_photo .ymd_block .photo_rule > dl{
    float: left;
}
.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;
}

.registration tr th span.sub, .pay tr th span.sub{
    float:right;
    margin-right: 35px;
}
.registration .substitute_image {
    padding-top: 8px;
}
.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;
    text-align:center;
}
.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 td a{
    background-color:#0378DE !important;
}
.selected_list_mypage td.td_print a {
    background: #fa0 !important;
}
.selected_list td a{
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    background-color:#E35549;
    padding:5px 10px;
    color:#FFF;
}
.selected_list tr.no_select td{
    padding:20px;
}
.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;
}
.selected_list:has(.outer_select_tr) td.outer_select_td div {
    width: 310px;
    display: block;
    margin: auto;
    text-align: center;
}
.selected_list:has(.outer_select_tr) td.outer_select_td div span {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.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:960px;
    height:80px;
    margin:0 auto;
    text-align:center;
    padding-top:15px;
}
.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;
}
.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;*/
}
.border_contents.flex_box {
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#result_box{
    width:480px;
    height:180px;
    border:1px solid #CCC;
    overflow-y:scroll;
    overflow-x:hidden;
    margin:20px 0;
}
.school_box{
    width:480px;
    padding:5px;
    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{
    float:left;
    margin:6px
}
.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_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;

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/index/cards_2.png?v3);
    background-repeat:no-repeat;
    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_9{
display:none;
}
.pay_cate_1 table.cost, .pay_cate_2 table.cost, .pay_cate_3 table.cost{
    margin-top: 10px;
}
.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;
}
.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:#007639;
    padding:30px 10px;
    color:#FFF;
    margin-right:20px;
    display:block;
    float:left;
    width:220px;
}

#a_application .pencil_cap a{
    padding: 8px 15px 8px 15px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-color: #007639;
    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;
}
.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;
}

canvas#screen {
    cursor: pointer;
    border:1px solid #000;
}
input[type="button"]#pencil,
input[type="button"]#eraser,
input[type="button"]#clear{
		background: #e6e6e6;
    border:0;
    border-radius: 4px;
    padding:10px 0;
    width:90px;
}
.select_photo{
    display:none;
}
.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: 140px;
     border: 1px solid #acacac;
 }
.ymd_block .appropriate_example figure img {
     width: 130px;
}
  .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;
 }
  .appropriate_example div {
     display: table-cell;
     vertical-align: top;
 }
.ng_sample {
     position: relative;
    overflow: hidden;
    margin:0;
 }
 .ng_sample li {
     float: left;
      line-height: 1;
     margin-right: 0;
}
 .ng_sample figure {
     position: relative;
     margin: 0;
     width: 110px;
     margin:0 5px 10px;
}
 .ymd_block .ng_sample figure {
    width:82px;
}

.ng_sample figure:after{
     content:"×";
     position: absolute;
     top: 5px;
     right: 5px;
     font-size: 18px;
 }
 .ng_sample figure img {
     width: 100%;
     border: 1px solid #acacac;
 }
  .ng_sample figure figcaption {
    margin-top: 4px;
      text-align: center;
    font-size: 12px;
  }
#postalSearch, #schoolSearch{
    background-color: #30ad63;
}
.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;
}
@media screen and (max-width: 751px){
body{
background-image:none;
width:480px;
}

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;*/
}

#rpPage div#header {
    overflow: hidden;
    min-width:inherit;
    position:relative;
}
#rpPage div#header div.contents {
    width:480px;
    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 h1 a {
    width: 480px;
    height: 75px;
    height: 103px;
    background-image: url(../images/header/main_logo_high_sp.png);
    background-repeat: no-repeat;
    background-position: 0px;
    text-indent: -9999px;
    border-bottom: 2px solid #932242;
}
/*
#rpPage div#header h1 a {
    width: 480px;
    height: 75px;
    background: url(../images/header/main_logo_sp.png) no-repeat left center;
    text-indent: -9999px;
}
*/
#rpPage div#header ul {
    float: none;
    overflow: hidden;
    margin: 0;
    padding: 0 10px 10px;
    background: #efefef;
}
#rpPage div#header ul li {
    list-style: none;
    /*clear:both;*/
    margin: 10px 0 0;
    text-align:right;
    padding: 0;
    font-size:16px;
    width:100px;
}
#rpPage div#header ul li.user_name {
    list-style: none;
    float: left;
    text-align: left;
    margin: 10px 0 0;
    padding:5px;
    display:block;
    max-width:340px;
    width: auto;
    font-size: 13px;
    line-height: 1.2;
}
#rpPage div#header ul li a {
    display: inline-block;
    color:#FFF;
    background-color:#666;
    padding:5px 10px;
    border-radius:3px;
}

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

div#menu {
    background-color: #932242;
    min-width: 0px;
    height: 40px;
    margin-bottom: 5px;
    width:480px;
}

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

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: 80%;
    line-height: 1em;
    display: block;
    padding: 3px;
    height: 21px;
    color: #FFF;
    */
}

/********* 下層 *************************************************/
#cap_title{
    height:46px;
    background-color:#FFF;
    margin-top:5px;
    border-bottom:1px solid #999;
}
#cap_title div{
    width:auto;
    margin:0 auto;
    font-size:24px;
    font-weight:bold;
    padding-top:12px;
    line-height:1em;
    height:30px;
    background: url(../../../images/top/appli_icon.png) no-repeat left 10px center;
    text-indent:50px;
}
.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: 440px;
}
#step{
    background-color:#F2F3E5;
    padding:8px 5px;
}
#step table{
    width:100% !important;
    margin:0;
}
#step table td{
    border:2px solid #FFF;
    text-align:center;
    padding:2px 0;
    width:20%;
    height:auto;
    font-size:60%;
    line-height:1.4;
}
#step table td.focus{
    border:2px solid #E35549;
    color:#E35549;
}
#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;
    background-color:#F2F3E5;
    -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;
}
table.selected_list_mypage {
    line-height:1.4;
}
table.selected_list_mypage th {
    padding:8px 4px;
    font-size:13px;
}
table.selected_list_mypage td {
    padding:8px 4px;
    font-weight: normal;
}
table.selected_list_mypage td a {
    padding:10px 4px;
    white-space: nowrap;
    display:inline-block;
    font-size:12px;
}
#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 {
    border: 0;
    text-align: center;
    background-image: url(../../../images/common/step_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F2F3E5;
}
#step table td, #step_regist table td {
    border: 2px solid #FFF;
    text-align: center;
    padding: 8px 0;
    width: 15%;
    font-size: 80%;
}
table.registration td .hankaku {
    display: block;
    margin-top:5px;
}
table.registration td span.search_school_text {
    display: inline-block;
    padding: 15px 0 8px;
}
#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:100%;
    padding:10px;
    border-bottom:1px solid #CCC;
    box-sizing: border-box;
}
.school_name{
    width:70%;
    display:inline-block;
    font-size:16px;
}
.ymd {
    float: none;
    margin: 6px;
    display: inline-block;
}
.ymd_block .select_wrapper,.ymd_block .select_wrapper select{
    min-width:70px;
    width:auto;
    float:none;
    display: inline-block;
}

/**/
.select_wrapper {
    display: block;
    margin-bottom: 4px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    box-sizing:border-box;
    height:50px;
    -webkit-width: 100%;
    margin: 0;
    padding: 3px 25px 3px 3px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 140%;
    line-height: 1.1;
}
input[type="text"]{
    width:100%;
    height:50px;
    font-size: 140%;
    box-sizing:border-box;
    margin-bottom: 1px;

}
input[type="password"]{
    width:100%;
    height:50px;
    font-size: 140%;
    box-sizing:border-box;
}
input[type="file"]{
    font-size: 120%;
}
input.namewidth[type="text"] {
    width: 80% !important;
}
input[type="text"]#search_name{
    width:70%;
}
input[type="text"].addwidth{
    width:5.2em;
}
input[type="text"].telwidth{
    width:5.2em;
}
.check_base input[type="checkbox"] + label,
.checkbox_base input[type="checkbox"] + label,
.radio_base input[type="radio"] + label {
    font-size:130%;
}
/********* ベース *******************************************/
div.contents_base {
    min-width:0px;
    /*padding: 0 20px;
    width:400px;*/
        margin: 0 auto;
}
div.contents_base div.contents {
    width: 440px;
    margin: 0 auto;
    padding: 0;
}
/********* フッター *************************************************/
#footer {
    border-top: 1px solid #AAA;
    height: auto;
    padding: 20px 20px 80px;
    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;
}
/********* ページ上部へ *************************************************/
div.totop {
    position:fixed;
     bottom:0;
     left:0;
     width:100%;
}
div.totop .inner{
    position:relative;
    width:100%;
    margin:0 auto;
    height:42px;
}
div.totop .inner a {
    position:absolute;
    display: block;
    width: 32px;
    height: 23px;
    border-radius:16px;
    top:0px;
    right:10px;
    color:#FFF;
    text-align:center;
    padding-top:9px;
    background-color:#932242;
    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;
}
/********* ボタン *************************************************/
.btns{
    background-color:#F2F3E5;
    text-align:center;
    padding:20px 0;
    margin:40px 0 20px;
}
.btns a {
    display: block;
    text-align:center;
}

.btns .btn_back {
    background-color: #888;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.btns input[type="submit"] {
    display: block;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

.btns .btn_blue {
    background-color: #007639;
    display: block;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

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

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

.border_contents {
    padding: 0;
}
.border_contents.flex_box {
    display: block;
}
.wide_box, .half_box {
    /*width: 400px !important;*/
    float: none;
    margin-bottom:40px;
}
.icon_box{
  width:440px;
  }
.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;
}
.border_box p{
padding:10px;
}
.border_box .cvs_pay_tel {
    padding:0;
}
td div.name_label{
    width:40px;
    display:inline-block;
    margin:10px 0;
}
td div.name_label:first-child{
    margin-top: 0;
}
.short_input{
    width:25% !important;
}
.rtn{
    display:block;
}
/* .shops{
    background-size:100%;
} */
.cost span{
    padding:0 0 10px;
 }
 .cost span.cost_pay {
	padding: 5px 0 0;
}
 .fl_box,.fr_box{
    float:none;
    width:100%;
}
.fl_box{
    width:100%;
}
.fr_box a{
    display: block;
    margin: 20px auto;
    text-align: center;
    float: none;
}
.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; */
    margin:10px auto;
    padding: 15px 15px 15px 45px;
}
.sp_list{
    display:table;
}
.selected_list.sp_list td {
    border-top: none;
    border-bottom: 1px dotted #CCC;
}
.selected_list.sp_list tr:first-child th {
    border-top: none;
}
.selected_list.sp_list tr:last-child th {
    border-bottom: none;
}
.pc_list{
display:none;
}
.security_code{
width:100%;
height:auto;
}
  .ng_sample figure:after{
     top: 2px;
     right: 3px;
     font-size: 14px;
 }
 .ng_sample figure, .ymd_block .ng_sample figure{
     width: 80px;
     height:140px;
 }
 .ng_sample figure figcaption {
     font-size: 10px;
 }
.total_box span, .total_box_confirm span {
    padding: 0 5px;
}
.trim_bar {
    width:290px;
}
    #postalSearch, #schoolSearch {
        font-size: 1.3em;
        text-shadow: none;
        width: 240px;
        text-align:center;
        padding:10px;
        margin: 8px 0 0;
    }

}

/* 未払い */
.unpaid {
    color: red;
}
.caution_box_cost {
	padding: 15px 5px 15px 25px;
	background-repeat: no-repeat;
	background-position: 65px center;
	margin: 10px auto;
	text-align: center;
}
.caution_box_cost_2 {
	background-position: 125px center;
}
.caution_box_cost_3 {
	background-position: 97px center;
}
.caution_box_cost_4 {
	background-position: 244px center;
}
.caution_box_cost span {
	text-align: left;
	display: inline-block;
}
.caution_box_div {
	padding-left: 0.9rem;
}
.box_main .box_inner ul li.caution_box_li,
.caution_box_li {
	text-indent: -0.9rem;
	padding-left: .9rem;
}
.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: 55px;
	}
	.caution_box_setting a {
	}
}
.caution_box_account {
	display: block;
	line-height: 1.5em;
	font-size: 14px;
	padding: 10px 10px;
	margin: 25px 0;
    background-color: #FFF3CB;
	text-align: center;
	border-radius: 5px;
	position: relative;
}
.caution_box_account img {
	position: absolute;
    top: 0;
    left: 8%;
    bottom: 0;
    margin: auto 0;
    width: 5.4%;
}
.caution_box_account b {
    font-size: 1.2em;
    display: block;
    margin: 10px 0 0;
}
.caution_box_account p {
    padding-left: 20%;
    text-align: left;
    margin: 10px 0;
}
@media screen and (max-width: 764px) {
	.caution_box_account {
		font-size: 13px;
        padding: 10px 20px 10px 60px;
	}
	.caution_box_account img {
        left: 3%;
        width: 8%;
	}
    .caution_box_account p {
        padding-left: 2%;
    }
}
#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 #932242;
}
#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: #932242;
	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;
}
#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 #932242;
	}
	#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: 17px;
	}
	#top_ask_school span a {
		font-size: 1.6em;
		color: #1287FF;
		vertical-align: sub;
	}
	.ask_form {
		margin: 15px auto;
		text-align: center;
	}
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
			display: none;
	}
	.sp {
			display: block;
	}
}
.bg_none {
    background: none;
}