@charset "UTF-8";
/* リセット
    =============================================== */
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
      margin: 0;
      padding: 0;
      border: 0;
      font-style: normal;
      font-weight: normal;
      font-size: 100%;
      vertical-align: baseline;
    }
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
      display: block;
    }
    html {
      overflow-y: scroll;
    }
    blockquote,
    q {
      quotes: none;
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
      content: '';
      content: none;
    }
    input, textarea, {
     margin: 0;
     padding: 0;
    }
    ol,
    ul {
      list-style: none;
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }
    caption,
    th {
      text-align: left;
    }
    a:focus {
      outline: none;
    }
    .clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
    }
    .clearfix {
      min-height: 1px;
    }
    * html .clearfix {
      height: 1px;/*¥*//*/
    	height: auto;
    	overflow: hidden;
    	/**/
    }

    /* 基本設定
    =============================================== */

    * {
      box-sizing: border-box;
    }
    html,
    body {
      height: 100%;
      font-size: 62.5%;
    }
    body {
      color: #222;
      -webkit-text-size-adjust: none;
      height: 100%;
      margin: 0;
      padding: 0;
      font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    p {
      margin-bottom: 1em;
    }
    img {
      vertical-align: bottom;
    }
    a {
      color: #ffd112 !important;
      text-decoration: none !important;
    }
    a:hover,
    a:active {
      text-decoration: underline !important;
      color: #222 !important;
    }
    a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
    }

    /* ヘッダー
    =============================================== */

    #gHeader {
      text-align: center;
      position: relative;
      border-bottom: 1px solid #eee;
      margin-bottom: 30px;
    }
    #gHeader h1 {
      margin: 30px 0;
      padding: 0;
    }
    #gHeader img {
      max-height: 40px;
      max-width: 260px;
    }

    /* フッター
    =============================================== */

    #gFooter {
      text-align: center;
      border-top: 1px solid #eee;
      margin: 40px 0 50px 0;
      padding: 50px 0;

    }
    #gFooter h3 {
      margin: 0 0 0.5rem 0;
      padding: 0;
    }
    #gFooter .address {
      font-size: 1.2rem;
      margin: 0 0 3rem 0;
    }
    #gFooter .copyright {
      font-size: 1rem;
      margin: 0;
    }

    /* パンくずナビ
    =============================================== */

    #topicpath {
      text-align: right;
      font-size: 11px;
      margin: 0 20px;
    }
    #topicpath li {
      display: inline-block;
    }
    #topicpath li + li:before {
      margin: 0 5px;
      content: ">";
      color: #CCC;
    }

    /* 共通スタイル
    =============================================== */

    #container {
      max-width: 680px;
      margin: 0 auto;
    }
    #lead {
      margin: 0 20px 1em;
    }
    #lead h2 {
      margin: 2em 0 1em;
      font-size: 20px;
      font-weight: 600;
      border-left: 3px solid #ffd112;
      padding-left: 0.5em;
    }
    #lead p {
      font-size: 13px;
      line-height: 1.8;
      font-weight: 400;
    }


    /* フォーム
    =============================================== */

    #colmo_container {
      margin: 0 10px;
    }
    #colmo_container input[type="text"],
    #colmo_container input[type="email"],
    #colmo_container input[type="tel"],
    #colmo_container textarea,
    #colmo_container select {
      border: 1px solid #ccc!important;
      border-radius: 1px !important;
      width: 100%;
      box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.05) !important;
      border: solid 1px #ddd !important;
    }
    #satori__privacy_policy_agreement_wrapper {
      margin-top: 1rem;
    }
    .require,
    .not_require {
      color: #fff !important;
      font-size: 10px!important;
      border: none!important;
    }
    #satori__privacy_policy_agreement_wrapper {
      margin-top: 20px;
    }
    .colmo_btn {
      padding: 1em 3em !important;
      text-decoration: none;
      background-color: #ffd112 !important;
      color: #fff !important;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px !important;
      width: 100% !important;
      max-width: 320px !important;
      font-size: 15px !important;
    }
    .colmo_btn:hover {
      background: #333!important;
    }
    #finish_panel {
        padding: 30px;
        background: #f8f8f8;
        margin: 10px;
        font-size: 14px;
        width: 100%;
        line-height: 2;
    }
    #finish_panel p:last-child{
      margin: 0
    }





.colmo_form .error{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f6e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 15px;
	color: #e51d1d;
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
}
@media screen and (max-width: 480px){
.colmo_form .error{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f6e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 15px;
	color: #e51d1d;
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
}

}