﻿@charset "UTF-8";

/* --------------------------------------------------
　【緊急連絡アンケート】フォーム css　PC用
-------------------------------------------------- */
body {
    color: #555;
    font-size:14px;
    line-height: 1.4;
    font-family: 'メイリオ', Meiryo, verdana, arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 0.05em;
    margin: 0;
}

h1 {
    font-size:22px;
    letter-spacing:0.05em;
    padding:24px;
    text-align: center;
    border-bottom:1px dashed #e0e0e0;
    margin: 0;
}

.select {
  font-weight: bold;
  text-align: center;
    margin:20px auto;
}

.whole {
    width: 750px;
    margin: 0 auto;
    padding-bottom:50px;
}

.whole .box {
    padding:10px;
    width:340px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border:2px solid #e0e0e0;
}

.whole .image {
    text-align: center;
}

.whole .area_t {
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
}

.whole .chara {
    padding-top: 30px;
}

.whole .left {
    float: left;
}

.whole .right {
    float: right;
}


.whole .btn_pal a,
.whole .btn_yodo a {
    position: relative;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 100%;
    font-weight: bold;
    padding: 20px;
    color: #FFFFFF;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
}
.whole .btn_pal a {
    background: #f35f17;
}
.whole .btn_yodo a {
    background: #3CB2CF;
}

.whole .btn_pal a:after,
.whole .btn_yodo a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    color: #fff;
    font-family: FontAwesome;
    content: "\f105";
    vertical-align: middle;
}

.yodotxt {
    margin-bottom:22px;
}
