/* CSS Document */
@charset "utf-8";
/*基本設定*/
* {
    padding: 0px;
    margin: 0px;
}
img {
    border: 0px;
    vertical-align: bottom;
}
body,input,textarea,select,pre {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
}
/* HTML5の新要素でブロックボックスとしてレンダリングさせる要素に「display: block」を指定する */
footer, main, header {
    display: block;
    margin: 0 auto;
}
/*フロートのクリア*/
.cs_float_clear{
    content: "";
    display: block;
    clear: both;
}
/*アドレスの斜体は解除する*/
address {
    font-style: normal;
}
/*リンク色指定*/
a:link{
    color: #ffffff;
}
/*リンク訪問済みの色を変えない*/
a:visited{
    color: #ffffff;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*ヘッダー                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*ヘッダーの設定*/
#id_header{
    height: 105px;
}
/*ヘッダーの配置*/
h1 {
    max-width: 100%;
    height: auto;
    float: left;
}
#id_header_menu {
    float: left;
    margin-top: 40px;
}
#id_header_menu a:link{
    color: #000000;
}
#id_header_menu a:visited{
    color: #000000;
}
@media screen and (max-width:970px){
#id_header_menu {
    display: none;
}
}
#id_header_menu th{
    /*font-weight: normal;*/
}
#id_header_menu a{
    float: left;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}
#id_header_tel {
    float: right;
    margin-top: 20px;
}
#id_header_tel a:link{
    color: #000000;
}
#id_header_tel a:visited{
    color: #000000;
}
@media screen and (min-width:1141px){
h1 {
    margin-left: 90px;
}
#id_header_tel {
    margin-right: 90px;
}
}
/*ヘッダーメニューの英語表記*/
.cs_header_menu_eng {
    font-size: x-small;
}
/*電話FAX*/
#id_header_tel p {
    font-size: large;
}
#id_header_tel p span {
    font-size: x-large;
}
/*ヘッダーのコメント*/
#id_header_comment{
    margin-top: 90px;
    text-align: center;
}
#id_header_comment img{
    max-width: 100%;
    height: auto;
}
/*スクロールボタンの配置*/
#id_header_scrool{
    text-align: center;
}
@media screen and (min-width:376px){
#id_header_scrool{
    margin-top: 220px;
}
}
@media screen and (max-width:375px){
#id_header_scrool{
    margin-top: 80px;
}
}
/*slicknav*/
#id_header_slicknav{
    display: none;
}
.slicknav_menu {
   display:none;
}
/*Media Queries*/
@media screen and (max-width: 970px) {
.js #id_header_slicknav {
   display:none;
}
.js .slicknav_menu {
   display:block;
}
}
/*セカンドヘッダー*/
#id_header2{
    background-image: url(../images/second_top.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #ffffff;
}
@media screen and (min-width:551px){
#id_header2{
    padding-left: 160px;
}
}
@media screen and (max-width:550px){
#id_header2{
    padding-left: 10px;
}
}
#id_header2 h2{
    font-weight: normal;
    font-size: 40px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*サービス概要                                                                                                                           */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
#id_service{
    padding-top: 70px;
    padding-bottom: 70px;
}
.cs_sevice_item{
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;
    background-image: url(../images/service_bg.png);
}
.cs_sevice_item_contents{
    background-color: #ffffff;
    background-image: url(../images/service_item.png);
    background-repeat: no-repeat;
    background-position: left top;
}
@media screen and (min-width:911px){
.cs_sevice_item{
    width: 910px;
}
.cs_sevice_item_contents{
    width: 910px;
}
}
.cs_sevice_item_contents_title{
    color: #ffffff;
    font-size: large;
    text-align: center;
    width: 195px;
    height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cs_sevice_item_contents h3{
    text-align: center;
    font-size: 40px;
}
.cs_sevice_item_contents_line{
    width: 90%;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(../images/service_line.png);
}
.cs_sevice_item_contents_comment{
    margin-top: 20px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 40px;
    font-size: large;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*会社概要、プライバシーポリシー                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
#id_company,
#id_privacy_policy {
    padding-bottom: 90px;
    color: #333333;
}
/*会社名*/
#id_company h2, 
#id_privacy_policy h2 {
    text-align: center;
    font-weight: normal;
    margin-top: 60px;
    margin-bottom: 60px;
}
#id_company h2 span,
#id_privacy_policy h2 span {
    font-size: 40px;
}
/*内容*/
/*テーブル*/
#id_company_contents table,
#id_privacy_policy_contents table {
    border-collapse: collapse;
    margin: 0 auto;
    font-size: large;
}
@media screen and (min-width:621px){
#id_company_contents table,
#id_privacy_policy_contents table {
    width: 70%;
}
}
@media screen and (max-width:620px){
#id_company_contents table,
#id_privacy_policy_contents table {
    width: 100%;
}
}
.cs_company_contents_tr,
.cs_privacy_policy_contents_tr {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
.cs_company_contents_tr th,
.cs_privacy_policy_contents_tr th  {
    font-weight: normal;
}
.cs_company_contents_tr td,
.cs_privacy_policy_contents_tr td {
    padding-left: 10px;
}
.cs_company_contents_tr th, .cs_company_contents_tr td,
.cs_privacy_policy_contents_tr th, .cs_privacy_policy_contents_tr td {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width:376px){
.cs_company_contents_tr_br,
.cs_privacy_policy_contents_tr_br{
    display: none;
}
}
.cs_company_contents_tr_span,
.cs_privacy_policy_contents_tr_span {
    font-size: small;
}
#id_company_contents table a,
#id_privacy_policy_contents table a {
    text-decoration: underline;
}
#id_company_contents table a:link, 
#id_privacy_policy_contents table a:link {
    /*color: #333333;*/
    color: blue;
}
#id_company_contents table a:visited,
#id_privacy_policy_contents table a:visited {
    /*color: #333333;*/
    color: blue;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*オフィス案内                                                                                                                           */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
#id_office{
    padding-bottom: 70px;
}
#id_office h3{
    color: #30526d;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
    font-size: x-large;
}
#id_office h4{
    color: #30526d;
    background-image: url(../images/office_icon.png);
    background-repeat: no-repeat;
    background-position: left 43px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: left;
    font-size: large;
}
#id_office p{
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: large;

}
#id_office_station{
    line-height: 50px;
}
#id_office address{
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: large;
}
/*地図*/
#id_office div{
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#id_office div img{
    border: 1px solid #cccccc;
}
/*地図*/
#id_office div{
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#id_office div img{
    border: 1px solid #cccccc;
}
/*支店*/
.cs_office_2{
    padding-bottom: 130px;
}
.cs_office_2 h3{
    color: #30526d;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
    font-size: x-large;
}
.cs_office_2 h4{
    color: #30526d;
    background-image: url(../images/office_icon.png);
    background-repeat: no-repeat;
    background-position: left 43px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: left;
    font-size: large;
}
.cs_office_2 p{
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: large;

}
.cs_office_2_station{
    line-height: 50px;
}
.cs_office_2 address{
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: large;
}
/*地図*/
.cs_office_2 div{
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cs_office_2 div img{
    border: 1px solid #cccccc;
}
@media screen and (min-width:641px){
#id_office h4{
    width: 640px;
}
#id_office p{
    width: 640px;
}
#id_office address{
    width: 640px;
}
#id_office div{
    width: 640px;
}
/*支店*/
.cs_office_2 h4{
    width: 640px;
}
.cs_office_2 p{
    width: 640px;
}
.cs_office_2 address{
    width: 640px;
}
.cs_office_2 div{
    width: 640px;
}
}
@media screen and (min-width:690px){
/*本店*/
#id_office h3{
    width: 690px;
}
/*支店*/
.cs_office_2 h3{
    width: 690px;
}
}
@media screen and (max-width:640px){
#id_office div img{
    width: 100%;
    height: auto;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*フッター                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
footer {
    margin-top: 60px;
    text-align: center;
}
#id_footer{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #013d69;
}
#id_footer a{
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
}
/*リンク色指定*/
#id_footer a:link{
    color: #ffffff;
}
/*リンク訪問済みの色を変えない*/
#id_footer a:visited{
    color: #ffffff;
}
@media screen and (min-width:376px){
#id_footer_br{
    display: none;
}
}
/*コピーライト表示*/
#id_copyright{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #013d69;
    font-size: small;
}
#id_copyright_name{
    font-size: medium;
}
#id_copyright_copyright{
    color: #666666;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*お問い合わせ                                                                                                                           */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.cs_ime {
    ime-mode: active;
}
.cs_off {
    ime-mode:disabled
}
#id_mail_form {
    background-color: #ffffff;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
#id_mail_form table {
    border-collapse: collapse;
}
@media screen and (min-width:750px){
#id_mail_form {
    width: 750px;
}
#id_mail_form table {
    width: 750px;
}
}
@media screen and (max-width:749px){
#id_mail_form table {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}
#id_mail_form table th {
    border: solid 1px #ccc;
    padding: 0px 10px;
    background-color: #069;
    font-weight: normal;
    color: #fff;
}
#id_mail_form table td {
    border: solid 1px #ccc;
    padding: 3px;
}
#id_mail_form input[type=text],
#id_mail_form textarea {
    background: #f5f5dc;
    border: none;
    padding: 10px;
    border: solid 1px #c0c0c0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media screen and (min-width:376px){
#id_mail_form input[type=text],
#id_mail_form textarea {
    width: 95%;
}
}
@media screen and (max-width:375px){
#id_mail_form input[type=text],
#id_mail_form textarea {
    width: 90%;
}
}
#id_mail_form input[type=text]:focus ,
#id_mail_form textarea:focus {
    background:#ffdab9;
}
#id_mail_form input[type=checkbox] {
    margin-left: 10px;
    margin-right: 5px;
}
#id_mail_form textarea {
    height: 100px;
    overflow: hidden;
}
#id_mail_form #id_iframe {
    width: 0px;
    height: 0px;
    display: none;
}
#id_mail_form_button {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
}
#id_mail_form_button {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background:linear-gradient(to bottom, #09c,#069);
    background: -moz-linear-gradient(top,#09c 0%,#069);
    background: -webkit-gradient(linear, left top, left bottom, from(#09c), to(#069));
    border: 1px solid #DDD;
    border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#fff;
    width: 100px;
    padding: 10px 20px;
}
/*ページトップへ移動*/
#id_page_top{
    position: fixed;
    bottom: 110px;
    right: 5px;
    width: 50px;
    height: 35px;
    color: #ffffff;
    font-size: x-large;
    text-align: center;
    background-color: #013d69;
    cursor: pointer;
}
/*マウスオーバーで透過させる*/
#id_mail_form_button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
