<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.contact{
    width: 1080px;
    margin: 0 auto;
    margin-left: 30px;
}
.contact_text{
    margin-bottom: 67px;
}
.contact_list{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.claim{
    width: 300px;
    height: 48px;
    text-indent: 20px;
}
.claim_item{
    width: 650px;
    height: 48px;
    text-indent: 20px;
}
.post_input{
    width: 350px;
    height: 48px;
    text-indent: 20px;
}
.contact_list span{
    background-color: #952323;
    color: #ffffff;
    text-align: center;
    width: 40px;
    height: 20px;
    display: inline-block;
}
.contact_title{
    width: 222px;
    margin-right: 78px;
}
.chk{
    display: flex;
    align-items: center;
    margin-left: 355px;
    margin-bottom: 35px;
}
.chk_btn{
    width: 20px;
    margin: 0;
}
.chk_list{
    display: flex;
}
.info_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #000;
    width: 360px;
    height: 60px;
	margin: 0 auto;
}
.info_btn:hover {
    opacity: 0.7;
}
.info_btn p {
    font-size: 20px;
    color: #fff;
    margin-right: 43px;
}
.info_btn img {
    width: 20px;
    height: 20px;
    margin-right: 45px;
}







#ms{width:200px;}
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.ms-choice {
    display: block;
    width:  70%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    background-color: #fff;
}
.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.ms-choice &gt; span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}
.ms-choice &gt; span.placeholder {
    color: #999;
}
.ms-choice &gt; div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
}
 
 
.ms-drop {
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
}
.ms-drop.bottom {
    top: 100%;
}
.ms-drop.top {
    bottom: 100%;
}
 
.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}
.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
}
.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
 
.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}
.ms-drop ul &gt; li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}
.ms-drop ul &gt; li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}
.ms-drop ul &gt; li.multiple {
    display: block;
    float: left;
}
.ms-drop ul &gt; li.group {
    clear: both;
}
.ms-drop ul &gt; li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ms-drop ul &gt; li label.optgroup {
    font-weight: bold;
}
.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}
.ms-drop .ms-no-results {
    display: none;
}
.shiritori {
  border: 1px solid #ddd;
}</pre></body></html>