/* 【PC対応CSS】 */

/* メインカラー：「#3BA797」 */

@charset "UTF-8";

/*---------------------------【ページ共通設定】---*/

body {

    font-family:"メイリオ" , Meiryo ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,   "ＭＳ Ｐゴシック" , "Meiryo UI" ,"MS PGothic" , sans-serif;
    font-size: 0.9em;
    background-color:#fcfffe; /* 背景色の設定 */
    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;
}

/*-----------------------------【ヘッダ設定】---*/

#top{
    padding:10px;
    background-color:#3BA797;
}

#header {
    margin: 0 auto;
    height:auto;
    width:100%;
    text-align:center;    /* 内容を中央寄せ */
    background-color:#FFF;
    border-bottom:1px solid #3BA797;

}

/* ヘッダ内の中央寄せ用 */
#head-box{
    margin: 0 auto;
    width:740px;
}

/* ロゴ */
#header img {
  float: left;
  margin-top:10px;
}

/* タイトル */
#header h1 {
  font-size: 1.8rem;
  margin-left:10px;
  line-height: 85px;
  font-weight: bold;
  float: left;
}

/* サービス名表示 */
#serviceName {
    clear: both;
    margin: 0 auto;
    width:740px;
    font-size: 1.0rem;
    margin-top:10px;
    padding:10px 0px 10px 15px;
    text-align:left;
}

/* 空間調整 */
.clearBoth {
    clear: both;
}

/*---------------------------【ぱんくず設定】---*/

/* ぱんくず共通 */
#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;
}

/*-------------------------------【エリア設定】---*/

/* メインエリア */
#mainArea{
    margin: 0 auto;
    margin-bottom:30px;
    padding-left:10px;
    height:auto;
    width:740px;
}

/* ボタン配置用エリア（内容中央寄せ） */
#buttonArea {
    margin: 0 auto;
    margin-bottom:30px;
    padding:10px;
    width:740px;
    text-align:center;
}

/*------------------------------【ボックス設定】---*/

/* メイン内のbox（色あり） */
.inBox{
    margin: 0 auto;
    width: 95%;
    padding:10px;
    margin-bottom:20px;
    border:1px solid #a9a9a9;
    background-color:#ffffff;
}

/* メイン内のbox（色なし） */
.inBox-skeleton{
    margin: 0 auto;
    margin-top:5px;
    width: 100%;
    text-align:center;    /* 内容を中央寄せ */
}

/* フロー用ボックス */
.flowBox{
    margin: 0 auto;
    margin-top:5px;
    padding:10px;
    width: 86%;
    background-color:#f9d9a0;
}

.centerBox{
    margin: 0 auto;
    width: 100%;
    text-align:center;    /* 内容を中央寄せ */
}
.centerBox > .icon-font {
    font-size:2.0em;
}

/* 注意事項等スクロールボックス */
.scrollBox{
    width: 100%;
    overflow:hidden;
    max-height:200px;
    overflow:auto;
}

/*-----------------------------【フッター設定】---*/


#foot-logo {
    margin-top:40px;
    width: 100%;
    background-color:#FFF;
    text-align: right;
    border-top:1px solid #3BA797;
}

#foot {
    padding:10px;
    color:#FFF;
    background-color:#3BA797;
    text-align: center;     /* 左右中央 */
}




/*-----------------------------【テーブル設定】---*/


table {
    margin:20px 0px 40px 0px;
    width: 100%;
}

th, td {
    margin:10px;
    padding: 5px;
    text-align:left;
    vertical-align:middle;
    border-top: 1px dashed #868686;
    border-bottom: 1px dashed #868686;
    word-break:break-all;
    word-wrap: break-word;
}

td{
    width: 65%;
}

/*--------------------------------【ボタン設定】---*/


/* サブミットボタン(buttonType) */
button#submit_button {
    margin: 0px 20px;
    padding: 10px 20px;
    width: 200px;
    color: #ffffff;
    /*background-color: #f3aa27;*/
    background: linear-gradient(to right, #f3aa27, #efc378 150%);
    border-style: none;
    font-size:1.3em;
    border-radius: 5px; /*角丸*/
}

/* サブミットボタン(オンマウス時処理) */
button#submit_button:hover {
    background: #efc378;
}



/*-------------------------------【文字設定】---*/

/* 見出し */
p.headline {
    margin:10px 0px;
    padding:10px;
    /*border-bottom:1px solid #3BA797;
    border-left:10px solid #3BA797;*/
    color:#FFFFFF;
    background: linear-gradient(to right, #3BA797, #70cec0 100%);
    font-size:1.2em;
}

/* テキストエリア */
.textArea {
    margin-bottom:5px;
}

/* 赤文字 */
.c-red {
    color: #ff0000;
}

/* 太字 */
.bold {
    font-weight:bold;
}

/* コピーライト文字設定 */
p.copyRight{
    color:#FFFFFF;
    font-size:0.6rem;
}

.info{
    font-size:0.8rem;
}

/* 表示・非表示切り替え */
.mode-pc{
    display: "";
}

.mode-sp{
    display: none;
}

.mode-sp-button{
    display: none;
}

/* チェックエラー */
.checkError {
    background-color: #ffc1c1;
    border: solid 1px #db2126;
}

/* フォントサイズ1.5em */
.fontSize1_5 {
    font-size:1.5em;
}

/*-------------------------------【チェックボックス】---*/
#checkboxContract {
    width:20px;
    height:20px;
}
.check {
    font-size:1.1em;
    font-weight:bold;
}
