@charset "euc-jp";
/* CSS Document */
/* ===================================================================
	style info : support
	created:  shida
	update:	130225 osako
 =================================================================== */
body #container input, body #container button, body #container textarea, body #container select {
    font-family: 'Outfit', 'Noto Sans JP', sans-serif, '¥á¥¤¥ê¥ª', 'Meiryo' !important;
}

body .faq #container {
	margin: 0 auto;
	margin-top: 0 !important;
}

/* support/index */
.btn-red {
    background: var(--basic-color-red) !important;
}

.btn-black {
    background: var(--basic-color-black) !important;
}

a:link {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: underline;
    color: var(--basic-main-color);
}

h1 {
	text-align: left;
}

h2:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -15px;
    width: 60px;
    height: 3px;
    left: 0;
    background: var(--basic-main-color);
    border-radius: 2px;
}

#support h4 {
    margin-bottom: 16px;
}

#support .supportContents,
#support .supportKit {
    overflow: hidden;
    _zoom: 1;
    margin-top: 8px;
}

#support .supportContents dt {
    float: left;
    width: 170px;
}

#support .supportContents dd {
    float: right;
    width: 386px;
    height: 128px;
    position: relative;
}

#support .supportContents dd span,
#support .supportKit dd span {
    position: absolute;
    bottom: 0;
    right: 0;
}

#support .supportContents dd span img {
    vertical-align: middle;
}

#support .supportKit {
    border: 1px solid #cccccc;
    padding: 16px;
}

#support .supportKit dt {
    float: right;
    width: 150px;
}

#support .supportKit dd {
    float: left;
    width: 350px;
    height: 114px;
    position: relative;
}

#support .privacy {
    overflow: hidden;
    _zoom: 1;
    margin-top: 16px;
}

#support .privacy dt {
    float: left;
    width: 170px;
}

#support .privacy dd {
    float: right;
    width: 366px;
    padding: 10px;
    background: #e9f5fe;
    border: 1px solid #bad6eb;
}

#support iframe {
    width: 580px;
    height: 540px;
    border: none;
    overflow: hidden;
    margin-top: 16px;
}

#contactBtn {
    background: #e9f4fe;
    padding: 5px 0 5px 5px;
    margin-top: 10px;
}

#contactBtn li {
    float: left;
    margin-right: 5px;
    height: 70px;
}

#contact {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    width: 300px;
    margin: 10px auto;
    background: #efefef;
    padding: 10px;
}

#contact dt {
    float: left;
    width: 75px;
    color: #888;
}

#contact dt img {
    margin-right: 4px;
    vertical-align: middle;
}

#contact dd {
    text-align: left;
}

/* equete CSS */

.f_red {
    color: #FF0000;
}

.message {
    width: 540px;
    margin: 20px 18px;
    font-weight: bold;
    font-size: 14px;
    color: #006699;
    text-align: left;
}

.question {
    text-align: left;
    width: 540px;
    padding: 4px 5px 4px 10px;
    color: #1e6caf;
    font-weight: bold;
    background-image: url(../main/support/images/h3_bg.gif);
    font-size: 12px;
}

.palagraph {
    width: 530px;
    margin: 20px 18px;
    text-align: left;
}


#table_personal {
    width: 500px;
    margin-bottom: 20px;
}

#table_personal td {
    text-align: left;
    padding: 2px;
    padding-left: 20px;
}

.form {
    width: 240px;
    border: solid 1px #cccccc;
}

.form_s {
    width: 140px;
    border: solid 1px #cccccc;
}

#table_5rank {
    width: 500px;
    margin-bottom: 20px;
}

#table_5rank td {
    text-align: center;
    padding: 2px;
}


.textarea {
    width: 340px;
    height: 60px;
    margin: 10px;
}

.textarea_l {
    width: 480px;
    height: 60px;
    margin: 10px;
}

#table_5rank02 {
    width: 540px;
    margin-bottom: 20px;
}

#table_5rank02 td {
    text-align: center;
    padding: 2px;
}

.box_thanks {
    width: 540px;
    text-align: right;
}

#case_study {
    text-align: left;
    width: 540px;
    padding: 4px 5px 4px 10px;
    color: #990000;
    font-weight: bold;
    background-image: url(../main/support/images/bg_enquete02.gif);
    font-size: 12px;
}

#guideline {
    width: 540px;
    text-align: left;
    margin-bottom: 30px;
}

/* daigaku */
#results_box {
    width: 88%;
    margin: 20px 0px;
    background-color: #ddd;
    padding: 20px;
}

#results_left {
    float: left;
    width: 48%;
    text-align: left;
}

#results_right {
    float: right;
    width: 48%;
    text-align: center;
}

/* info */
.info h2 {
    margin: 50px 0 10px;
    text-align: left;
}

.info_title {
    text-align: left;
}

input {
    vertical-align: -2px;
}

.info table {
    margin: 8px auto;
    width: 800px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.info table th,
.info table td {
    padding: 8px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.info table td {
    text-align: left;
}

#main_inbox table td input[type="text"] {
    width: 300px;
	border: 1px solid #cccccc;
    padding: 4px;
}

#main_inbox table textarea {
    width: 770px;
	border: 1px solid #cccccc;
    padding: 4px;
}

.info table th {
    text-align: left;
    width: 170px;
}

.info table th.left_text {
    text-align: left;
}

.info table textarea {
    margin: 4px auto;
}

.info div input {
    width: 200px;
    margin: 0;
    display: block;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    text-decoration: none !important;
    background-color: var(--basic-color-red);
    border: 4px solid var(--basic-color-red);
    border-radius: 50px;
    padding: 8px;
    margin: 30px auto 0;
}

.necessary {
    margin: 8px auto 0;
    text-align: right;
    padding-right: 100px;
}

div#policy_box {
    width: 560px;
    height: 140px;
    overflow: auto;
    border: 1px solid #999;
    padding: 10px;
    text-align: left;
    margin: 16px auto;
}

/* topic */
.supportTopic {
    background: url(../main/support/images/supportTopic_btm.png) no-repeat bottom;
    overflow: hidden;
    _zoom: 1;
    text-align: left;
    width: 580px;
}

.supportTopic dl {
    margin: 16px;
    margin-top: 12px;
}

.supportTopic dt {
    color: #1049A0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.supportTopic dd {
    padding-left: 16px;
}



/*-----------------------------
	supportcenter
-----------------------------*/
.blueBox {
    background: #E9F4FE;
    padding: 16px;
    margin: 12px 0 18px 0;
}

.blueBox h4 {
    width: 424px;
    color: #C1272D;
}

.blueBox .colorRed {
    color: #C1272D;
}

#telNum {
    width: 498px;
    margin: 20px auto;
}

#partnerNum {
    width: 498px;
    margin: 20px auto;
}

#emergencyNum {
    width: 498px;
    margin: 20px auto;
}

#supportcenterInfo {
    background: #fff;
    padding: 20px;
}

#supportcenterInfo .floatR {
    margin-top: 4px;
}

#supportcenterInfo .clearBoth {
    clear: both;
}

#license_box table {
    table-layout: fixed;
    border: none;
    width: auto;
}

#license_box table td,
#license_box table th {
    border: none;
    padding: 0;
}

body {
    font-size: 16px !important;
}

div {
    font-size: 16px !important;
}

#container {
    width: 100% !important;
}

#main {
    width: 1024px !important;
}

#main_inbox {
    width: 1024px !important;
}

.pankuzu {
    font-size: 12px !important;
}

#main_container {
    width: 1024px !important;
}

ul.pager {
    margin: 24px auto !important;
}

dl#notice dt {
    width: 100px !important;
}

dl#notice dd {
    width: 874px !important;
}

dl#notice dt,
dl#notice dd {
    padding: 16px 10px;
}

dl#notice dd.new {
    background: url(../main/support/images/icon_new.gif) no-repeat 0 16px !important;
}

#info_upgrade {
    width: 1024px !important;
}

#info_upgrade p#detail {
    padding: 0 24px !important;
}

body #main_inbox .policy_area {
    width: 800px;
}

form table select {
    border: 1px #ccc solid !important;
    padding: 4px;
    border-radius: 4px;
    -webkit-appearance: button;
}

@media(max-width: 640px) {

	body .faq #container {
		margin: 0 auto;
		margin-top: 0 !important;
	}

    body #main_inbox .policy_area {
        width: 100% !important;
    }

    body #main_container {
        padding: 0 10px !important;
    }

    dl#notice dt {
        width: 93%;
    }

    dl#notice dd {
        width: 90%;
    }

    body .policy_area div {
        margin: 0;
        padding: 10px;
    }
}

form .lead-text {
    max-width: 1024px;
}

.lead-text-w {
    max-width: 100%;
}