

@charset "UTF-8";

body {

    /*
    font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Avenir, "Open Sans", "Helvetica Neue" ,
        Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic" , 游ゴシック体, YuGothic ,
        "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "Meiryo UI","MS PGothic", sans-serif;
    */
    font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Avenir, "Open Sans", "Helvetica Neue" ,
        Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic" , 游ゴシック体, YuGothic ,
        "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "Meiryo UI","MS PGothic", sans-serif;
    font-size: 0.9em;
    background-color:#F6F6F6;
    line-height: 1.5;
    height: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background-color: #ffefef;
    border-style: solid solid solid solid;
    border-color: gray;
    padding: 10px 10px;
}



select {
    padding: 10px 5px;
    margin: 5px;
    border: 0;
    padding: 10px;
    font-size: 1.0em;
    font-family: Arial, sans-serif;
    color: #000;
    border: solid 1px gray;
}


#top {
    height: 20px;
    width: 100%;
    background-color: #1b8cb1;
}

/* ================== */
.modePC {
    display: block;
}

.modeSP {
    display: none;
}

#header {
    margin: 0 auto;
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    border-bottom: 1px solid #157493;
}


#head-box {
    margin: 0 auto;
    width: 740px;
}


#head img {
    float: center;
    margin: 10px 10px 10px 10px;
}


#header h1 {
    font-size: 1.9rem;
    margin-left: 10px;
    line-height: 95px;
    font-weight: bold;
    float: left;
}

#head {
    width: 100%;
    top: 0px;
    /* position: fixed; */
    border-bottom: 1px solid #157493;
    background-color: #FFF;
    z-index:1;
    padding: 10px 0px 0px 0px;
}

#head div {
    width: 90%;
    background-color: #FFF;
    color: #000;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

#bread img {
    width: 30% display:inline-block;
    vertical-align: middle;
    margin-left: 3.5px;
}

#head h1 {
    display: inline-block;
    margin-top: 30px;
    font-size: 1.8em;
    vertical-align: top;
    font-weight: bold;
    color: #000;
}

#head h2 {
    display: inline-block;
    margin-top: 0px;
    font-size: 1.5em;
    vertical-align: middle;
    font-weight: bold;
    color: #000;
    text-shadow: 5px 5px 5px #959595;
}


#serviceName {
    clear: both;
    width:740px;
    font-size: 1.3rem;
    padding:10px 0px 10px 0px;
}

.modePc {
    display: "";
}

.modeSp {
    display: none;
}



#bread-crumb {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 740px;
    height: 40px;
    padding: 5px;
    text-align: center;
}


#bread-crumb-none {
    margin: 0 auto;
    margin-top: 30px;
    width: 740px;
    height: 20px;
}

#bread {
    margin: 0 auto;
    background-color: #1B449E;
    color: #157493;
    text-align: center;

}

#bread div {
    letter-spacing: normal;
    display: inline-block;
    margin-rigth: 20px;
    padding: 5px;
    width: 18%;
    text-shadow: 5px 5px 5px #959595;
}

#bread .past {
    background-color: #fff;
    color: #000;
    text-shadow: 5px 5px 5px #959595;
}

#bread div.past {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    padding: 0px 5px 3px 5px;
    border-radius: 5px 5px 5px 5px;
    text-shadow: 5px 5px 5px #959595;
}



.mainArea {
    width: 72.5%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0px 20px 20px 20px;

}

.mainArea2 {
    width: 72.5%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0px 20px 20px 20px;
}

@media print{
.no-print-area {
display: none;
}
}




.inBox {
    margin: 0 auto;
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
}


.scroll {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 10px;
    background-color: #FFF;
    padding: 15px;
}

.contentsA {
    padding: 10px 10px 10px 10px;
    color: #fff;
    background-color: #157493;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

.contentsA img {
    float: left;
    margin-right: 4px;
    vertical-align: middle;
}

.contentsB {
    padding: 0px 20px 0px 20px;
    color: #000;
    margin-top: 5px;
}

.contentsC {
    padding: 5px 0px 3px 5px;
    color: #000;
}

.contentsArea {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #c8d5bb;
    margin-top: 60px;
}

.contentsArea1 {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #c8d5bb;
    /* margin-top: 10px; */
}


h2 {
    color: #000;
    font-size: 1.5em;
    /* position: relative; */
    /* text-align:center; */
    padding:5px 0px 10px 0px ;
    text-shadow: 5px 5px 5px #959595;
}

h3 {
    position: relative;
    font-size: 1.4em;
    color: #000;
    padding: .25em 0 .5em .75em;
    margin-top: -20px;
    margin-bottom: 5px;
    border-left: 6px solid #FCFF00;
}

h3::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #157493;
}

h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #157493;
}



h4 {
    position: relative;
    font-size: 1.4em;
    color: #000;
    padding: .25em 0 .25em .5em;
    /* margin-top: 10px; */
    border-left: 6px solid #cdf446;
}
h4::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #157493;
}

h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #157493;
}

h5 {
    position: relative;
    font-size: 1.4em;
    color: #000;
    padding: .1em 0 0 .5em;
    margin-top: 10px;
    border-left: 6px solid #cdf446;
}

h5::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #157493;
}

h5::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #157493;
}


h6 {
    color: #fff;
    font-size: 1.5em;
    position: relative;
    padding: 0 0 5px 0;
    border-bottom: 2px dashed #fff;
    margin-bottom: 10px;
}

/* ================== */

#fdw-pricing-table {
    margin: 0 auto;
    margin: center;
    text-align: left;
    width: 100%; /* total computed width */
    zoom: 1;
    height:auto;
}

#fdw-pricing-table:before, #fdw-pricing-table:after {
    content: "";
    display: table
}

#fdw-pricing-table:after {
    clear: both
}

/* --------------- */
#fdw-pricing-table .plan {
   /*  font-size:0.9em; */
    font:13px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    line-height : normal;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    width: 23%;
    height: 300px;
    vertical-align:top;
    /* float: left; */
    display: inline-block;
    _display: inline; /* IE6 double margin fix */
    position: relative;
    padding:0px 0px 0px 0px ;
    margin: 0 3px;
    -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
}

#fdw-pricing-table .plan:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 10px;
    right: 4px;
    width: 80%;
    top: 80%;
    -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

/* --------------- */
#fdw-pricing-table .header {
    position: relative;
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px;
    border-bottom: 8px solid;
    background-color: #eee;
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),
        to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}

#fdw-pricing-table .header:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 100%;
    content: '';
    background-image: url(images/bar.png);
}

#fdw-pricing-table .plan1 .header {
    border-bottom-color: #B3E03F;
    text-align: center;
    text-shadow: 5px 5px 5px #959595;
    font-size:1.4em;
}

#fdw-pricing-table .plan2 .header {
    border-bottom-color: #7BD553;
    text-align: center;
    text-shadow: 5px 5px 5px #959595;
    font-size:1.4em;
}

#fdw-pricing-table .plan3 .header {
    border-bottom-color: #3AD5A0;
    text-align: center;
    text-shadow: 5px 5px 5px #959595;
    font-size:1.4em;
}

#fdw-pricing-table .plan4 .header {
    border-bottom-color: #45D0DA;
    text-align: center;
    text-shadow: 5px 5px 5px #959595;
    font-size:1.4em;
}

/* --------------- */
#fdw-pricing-table .name {
    height:30px;
    width:100%;
    position:relative;
    display:table;
    margin:0 auto;
    margin-top:10px;
    font-size: 1.2em;
    text-align: center;
}

#fdw-pricing-table .name.p{
    display:table-cell;
    vertical-align:middle;
    font-size:36px;
}

#fdw-pricing-table .monthly {
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    size:auto;
}

#fdw-pricing-table .monthly img {
    max-width: 26%;
    height: auto;
}

/* --------------- */

#fdw-pricing-table .main {
    width:97%;
    position:relative;
    display:table;
    margin:10px 3px 3px 3px;
    font-size: 0.9em;
    text-align: left;
}


a.button3 {
    background: linear-gradient(to bottom, #ffe1c4, #ffe1c4);
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}


/* ================== */

table.nomal {
    width: 100%;
    border-collapse: separate;
    text-align: left;
    line-height: 1.5;
    margin-top: 20px;
}

table th.thNomal {
    margin: 0 0 16px;
    line-height: 1.5em;
    width: 310px;
    padding: 12px 16px;
    vertical-align: middle;
    color: #000;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 4px 0 0 4px;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #157493;
}

table td.tdNomal {
    width: 66.5%;
    background-color: #f8f8f8;
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    /* font-size:1em; */
}

.box_left {
    color: #696969;
    width: 98%;
    margin: 5px;
    border: 3px double #CCC;
    background-color: #FFF;
    font-size: 0.9em;
    padding: 5px;
    border-radius: 10px;
}

table.nomal img {
    position: absolute;
    right: 0;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

table.brwsr2 {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3);
}

table.brwsr2 th.thData {
    vertical-align: middle;
    width: 27.5%;
    border-spacing: 0 10px;
    border-right: solid 1px #ccc;
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 18px;
}

table.brwsr2 th.thData img {

}

table.brwsr2 td.tdData {
    padding: 20px;
    margin: 0;
    width: 60%;
    border: none;
    color: #000;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

p.headline{
    position: relative;
    font-size: 1.3em;
    color:#000;
    padding: .1em 0 .1em .5em;
    margin-top:15px;
    margin-bottom:15px;
    border-left: 6px solid #cdf446;
}

p.headline::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #157493;
}
p.headline::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #157493;
}

#foot {
    padding: 10px;
    font-size: 0.6em;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #157493;
}


/* ================== */
#buttonArea {
    margin: 20px;
    text-align: center;
}

#submit_button {
    width: 15%;
    height: 50px;
    font-size: 35px;
    display: inline-block;
    font: normal normal 300 1em 'Open Sans';
    text-decoration: none;
    color: #000;
    brackground-color: transparent;
    border: 1px solid #157493;
    padding: 10px;
    margin: 5px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, #157493 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s,
        color .5s ease 0s, background-color .5s ease;
}

#submit_button:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(28, 190, 131, 1);
    background-position: -100% 100%;
}

.inBox-skeleton{
    margin: 0 auto;
    margin-top:5px;
    width: 100%;
    text-align:center;
}


.scrollBox{
    width: 100%;
    overflow:hidden;
    max-height:200px;
    overflow:auto;
}


.textArea, .shortArea {
    /*     margin-bottom:5px; */
    border: 0;
    padding: 10px;
    font-size: 1.0em;
    font-family: Arial, sans-serif;
    border: solid 1px gray;
    margin: 0 0 5px;
}


.c-red {
    color: #ff0000;
}


.bold {
    font-weight: bold;
}


.info {
    font-size: 0.9rem;
}


.dispPc {
    display: "";
}


.ime-jp {
    ime-mode: active;
}


.ime-en {
    ime-mode: disabled;
}

.rLine {
    border-bottom: solid 1px #ff0000;
    font-size:13px;
}
