@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/*----------------------------------------------------
	ボックス
----------------------------------------------------*/

.box {
    clear: both;
    width: 730px;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid #CCC;
    border-top: none;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    background: #fff;
}

.box_info {
    clear: both;
    width: 730px;
    height: auto;
    overflow: hidden;
    border: 1px solid #CCC;
    background: #fff;
    border-top: none;
    margin-bottom: 50px;
    position: relative;
    box-sizing: border-box;
}

.box_blog {
    clear: both;
    width: 730px;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
}

.box_l216 {
    width: 216px;
    height: auto;
    float: left;
    background: #fff;
    margin: 10px 20px 0 0;
    overflow: hidden;
    box-sizing: border-box;
}

.box_l350 {
    width: 350px;
    height: auto;
    float: left;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.box_r216 {
    width: 216px;
    height: auto;
    float: right;
    background: #fff;
    margin: 10px 0 0 0;
    overflow: hidden;
    box-sizing: border-box;
}

.box_r350 {
    width: 350px;
    height: auto;
    float: right;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.box_in {
    padding: 15px;
}


/* -----------------------------------------------------------
	ボーダー
----------------------------------------------------------- */

.border_bottom {
    border-bottom: #ccc 1px dotted;
}

.border_bottom_solid {
    border-bottom: #ccc 1px solid;
}

.border_radius {
    -webkit-border-radius: 10px; /* for Safari and Chrome */
    -moz-border-radius: 10px; /* for Firefox */
    -o-border-radius: 10px; /* for opera */
    border-radius: 10px;
}


/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

th {
    width: auto;
    border-collapse: collapse;
    text-align: left;
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal;
}

td {
    width: auto;
    border-collapse: collapse;
    padding: 15px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
}

#seigenchi table th {
    width: 440px;
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: left;
    padding: 10px;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}

#seigenchi table td {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    background: #fff;
}

#office table th {
    width: 220px;
    border-collapse: collapse;
    text-align: left;
    padding: 15px;
    border: none;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #ddd;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}

#office table td {
    width: auto;
    border-collapse: collapse;
    padding: 15px;
    font-size: 14px;
    background: #fff;
    border: none;
    border-bottom: 1px dotted #ddd;
}


/* -----------------------------------------------------------
	横並び
----------------------------------------------------------- */

#list {
    width: 730px;
    height: auto;
}

#list ul {
    width: 750px;
    height: auto;
    margin-right: -20px;
    margin-bottom: -30px;
    list-style-type: none;
    overflow: hidden;
}

#list li {
    float: left;
    width: 230px;
    height: auto;
    min-height: 255px;
    max-height: 255px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#list li p {
    line-height: 150%;
}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.more_btn {
    clear: both;
    width: 50%;
    height: auto;
    background: #D50303;
    text-align: center;
    float: right;
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 15px;
    color: #fff !important;
}

.more_btn:hover {
    background: #2290DD;
    color: #fff !important;
    text-decoration: none;
}

.more_btn:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


/* -----------------------------------------------------------
	header
		ヘッダー
----------------------------------------------------------- */

header {
    min-width: 980px;
    height: auto;
    overflow: hidden;
}

#header-box {
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.logo {
    clear: both;
    float: left;
    height: auto;
    width: 410px;
    margin: 30px 0 20px 10px;
}

#header_desc {
    height: auto;
    background-color: #2290DD;
}

#header_desc_area {
    width: 980px;
    margin: 0 auto;
}

#header_desc_area h1 {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    padding: 3px 10px;
}

#header-box h2 {
    font-size: 20px;
    color: #2290DD;
}

#header-box h2 .h2_sub {
    font-size: 13px;
    color: #333;
}

.mail_header {
    width: 425px;
    height: auto;
    display: block;
    margin: 20px 10px 0 0;
    float:right;
    text-align: right;
    overflow: hidden;
}

.mail_header p {
    float: left;
}

p.header_title {
    font-size: 13px;
    margin-bottom: 5px;
    float: none;
    text-align: right;
    letter-spacing: 0;
}

.header_more_btn {
    float:right;
    width: 180px;
    height: auto;
    background: #D50303;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    color: #fff !important;
}

.header_more_btn:hover {
    background: #2290DD;
    color: #fff !important;
    text-decoration: none;
}

.header_more_btn:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #fff;
}

.tel_header {
    text-align: left;
    font-size: 24px;
    margin: 0;
    line-height: 60%;
}


/* -----------------------------------------------------------
	nav
		ナビ
----------------------------------------------------------- */

nav.pc {
    height: 50px;
}

nav .menu-header-navi-container {
    clear: both;
    width: 980px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

ul#navi, ul#navi li, ul#navi li a {
    display:block;
    zoom:1;
    position: relative;
}

ul#navi li:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #ccc;
}

ul#navi li .fa {
    font-size: 22px !important;
    line-height: 118% !important;
}

ul#navi li#menu6:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    position: absolute;
    top: 6px;
    right: 0;
    background: #ccc;
}

ul#navi li a:hover:after,
ul#navi li#menu1.current a:after,
ul#navi li#menu2.current a:after,
ul#navi li#menu3.current a:after,
ul#navi li#menu4.current a:after,
ul#navi li#menu5.current a:after,
ul#navi li#menu6.current a:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    border-bottom: 3px solid #2290DD;
    margin-top: 10px;
}

ul#navi li {
    float:left;
    width:163px;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    line-height: 176%;
}

ul#navi li#menu1 {
    width:103px;
    line-height: 0;
    box-sizing: border-box;
    padding: 9px;
}

ul#navi li#menu2 {
    width:223px;
}

ul#navi li a {
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}

ul#navi li#menu1 a {
    font-size: 25px;
}

/*マウスオーバー時*/
ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover,
ul#navi li#menu6 a:hover {
    text-decoration: none;
}

/*カレント表示*/
ul#navi li#menu1.current a,
ul#navi li#menu2.current a,
ul#navi li#menu3.current a,
ul#navi li#menu4.current a,
ul#navi li#menu5.current a,
ul#navi li#menu6.current a {
    text-decoration: none;
}


/* -----------------------------------------------------------
	#sub
		sidebar-nav
----------------------------------------------------------- */

nav.sidebar_navi_area {
    background: #fff;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}

ul#side_navi {
    display:block;
    zoom:1;
    border: 1px solid #CCC;
    border-top: none;
    padding: 5px 10px;
}

ul#side_navi li {
    display:block;
    zoom:1;
    border-bottom: 1px dotted #ddd;
    padding: 10px 5px 5px;
}

ul#side_navi li:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #2290DD;
}

ul#side_navi li#menu8 {
    border-bottom: none;
}

ul#side_navi li a {
    color: #2290DD;
}


/* -----------------------------------------------------------
	footer
		フッター
----------------------------------------------------------- */

footer {
    clear: both;
    height: auto;
    min-width: 980px;
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
}

.footer_area {
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    padding: 30px 10px;
    box-sizing: border-box;
}

.footer_area p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 150%;
}

.footer_logo {
    width: 365px;
    margin-bottom: 15px;
}

.footer_address {
    width: 960px;
}

.footer_navi_area {
    min-width: 980px;
    background-color: #2290DD;
    height: auto;
    padding: 5px 0;
    text-align: center;
    margin: 0 auto;
}

.footer_navi_area ul {
    margin-bottom: 0;
}

ul#menu-footer-navi li.menu-item {
    display: inline-table;
    font-size: 12px; 
    padding: 0px 7px 0px 12px;
    border-left: 1px solid #fff;
}

ul#menu-footer-navi li.menu-item-9 {
    display: inline-table;
    font-size: 12px; 
    padding: 0px 7px 0px 7px;
    border-left: none;
}

ul#menu-footer-navi li.menu-item a {
    color: #fff;
}

ul#menu-footer-navi li.menu-item a:hover {
    color: #fff;
}

ul#menu-footer-navi li.current-menu-item a {
    color: #fff;
}

.copyright {
    clear: both;
    color: #fff;
    background: #2290DD;
    height: auto;
    font-size: 12px;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: center;
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    height: 400px;
    margin:10px 0 20px 0;
}

#img_area {
    width: 980px;
    height: 400px;
    margin: 0 auto;
}

#main_img-sub {
    height: 100px;
    margin:10px 0 20px 0;
}

#img_area-sub {
    width: 980px;
    height: 100px;
    border: 1px solid #ccc;
    margin: 0 auto;
    background: #fff;
}

#img_area-sub h2 {
    padding: 35px;
    font-size: 20px;
}

#img_area-sub h2:before {
    content: "";
    padding: 10px;
    border-left: 7px solid;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #2290DD;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
}

#contents:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

#main {
    float: left;
    width: 730px;
}

#main h2 {
    clear: both;
    width: auto;
    height: auto;
    color: #fff;
    padding: 15px 5px 15px 20px;
    font-size: 16px;
    background: #2290DD;
    line-height: 100%;
    box-sizing: border-box;
}

#main h3 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 100%;
    color: #fff;
    padding: 10px 15px;
    margin-top: 40px;
    background-color: #2290DD;
    box-sizing: border-box;
}

#main h3:before {
    content: "";
    padding: 2px 5px;
    border-left: 5px solid;
    vertical-align: middle;
    color: #fff;
}

#main h3.h3_flow:before {
    content: "";
    padding: 0;
    border-left: none;
    vertical-align: middle;
    color: #fff;
}

#main h3.h3_flow span {
    font-size: 18px;
    padding-right: 15px;
    position: relative;
    top: 2px;
}

#main h4 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 150%;
    padding: 25px 10px 5px 10px;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
}


/* -----------------------------------------------------------
	トップページ
----------------------------------------------------------- */

.box_point {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.box_point3 {
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}

.point {
    float: left;
    font-size: 22px;
    line-height: 140%;
    position: relative;
    top: 3px;
    margin-right: 30px;
    color: #2290DD;
}

.bold {
    font-size: 16px !important;
    line-height: 140%;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 20px 0;
    transform-origin:         left top;
    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    transform: scale(1.1,1.5);
    -moz-transform: scale(1.1,1.5);  /* Firefox */
    -webkit-transform: scale(1.1,1.5);  /* Chrome,Safari */
    -o-transform: scale(1.1,1.5);  /* Opera */
    -ms-transform: scale(1.1,1.5);  /* IE */
}

.point_bold {
    width: 530px;
    font-size: 16px !important;
    line-height: 140%;
    font-weight: bold;
    display: inline-block;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 25px 0;
    transform-origin:         left top;
    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    -moz-transform:    scale(1.1,1.5);  /* Firefox */
    -webkit-transform: scale(1.1,1.5);  /* Chrome,Safari */
    -o-transform:      scale(1.1,1.5);  /* Opera */
    -ms-transform:     scale(1.1,1.5);  /* IE */
    transform:         scale(1.1,1.5);
}


/* -----------------------------------------------------------
	費用と流れのページ
----------------------------------------------------------- */

.bg_gray {
    border: 1px dotted #ddd;
    background-color: #f8f8f8;
    padding: 15px 30px 0 30px;
    width: 70%;
    margin-bottom: 30px;
}

.flow {
    clear: both;
    text-align: center;
    font-size: 50px;
    line-height: 0;
    color: #2290DD;
}


/* -----------------------------------------------------------
	よくある質問のページ
----------------------------------------------------------- */

#main h2.q {
}

#main h2.q:before {
    content: "Q";
    font-size: 24px;
    padding: 0 10px 0 2px;
    border: none;
    position: relative;
    top: 1px;
}

p.a {
    padding: 0 3px;
}

p.a:before {
    content: "A";
    font-size: 25px;
    font-weight: bold;
    color: #e60012;
    padding-right: 10px;
    position: relative;
    top: 3px;
}


/* -----------------------------------------------------------
	お問い合わせバナー
----------------------------------------------------------- */

.contact {
    clear: both;
    width: 730px;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid #CCC;
    border-top: none;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #fff;
}

.contact p {
    margin-bottom: 5px;
    letter-spacing: 0;
}

.contact_title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 100%;
    transform-origin:         left top;
    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    transform: scale(1.1,1.5);
    -moz-transform: scale(1.1,1.5);  /* Firefox */
    -webkit-transform: scale(1.1,1.5);  /* Chrome,Safari */
    -o-transform: scale(1.1,1.5);  /* Opera */
    -ms-transform: scale(1.1,1.5);  /* IE */
}

.contact_tel {
    width: 340px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
    border-right: 1px dotted #DDD;
    padding-right: 10px;
    box-sizing: border-box;
}

.tel_contact {
    font-size: 38px;
    line-height: 120%;
    margin-top: 18px;
    margin-bottom: 0 !important;
}

.tel_contact:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}

.contact_mail {
    width: 340px;
    height: auto;
    margin-top: 10px;
    float: right;
    padding-left: 10px;
    box-sizing: border-box;
}

.contact_morebtn {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 8px;
    margin: 18px 0 7px 0;
    color: #fff !important;
    font-size: 16px;
    background: #D50303;
    box-sizing: border-box;
}

.contact_morebtn:hover {
    color: #fff !important;
    text-decoration: none;
    background: #2290DD;
}

.contact_morebtn:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #fff;
}

.contact_blue {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 130%;
    color: #2290DD;
    transform-origin:         left top;
    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    transform: scale(1.1,1.5);
    -moz-transform: scale(1.1,1.5);  /* Firefox */
    -webkit-transform: scale(1.1,1.5);  /* Chrome,Safari */
    -o-transform: scale(1.1,1.5);  /* Opera */
    -ms-transform: scale(1.1,1.5);  /* IE */
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */

#sub {
    float: right;
    width: 220px;
    height: auto;
    margin-bottom: 100px;
}

.sub_box {
    clear: both;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px 15px 10px;
    border: 1px solid #CCC;
    background: #fff;
    border-top: none;
    box-sizing: border-box;
}

#sub h2 {
    width: auto;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    background: #2290DD;
    line-height: 100%;
}

#sub h3 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 150%;
}

#sub p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 150%;
}


#sub p.tel_side {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 0;
    letter-spacing: 0;
}

#sub p.tel_side:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}

.side_morebtn {
    width: 90%;
    height: auto;
    text-align: center;
    padding: 7px 10px;
    margin: 10px 0;
    color: #fff !important;
    font-size: 12px;
    background: #D50303;
}

.side_morebtn:hover {
    color: #fff !important;
    text-decoration: none;
    background: #2290DD;
}

.side_morebtn:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #fff;
}

.sub_box li {
    border-bottom: 1px dotted #ccc;
}

.sub_box li p.list_date {
    color: #333 !important;
}

.sub_box li p {
    color: #2290DD !important;
}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999;
    text-align: center;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    color: #2290DD;
    font-size: 12px;
    width: 54px;
    height: 60px;
    display: block;
}

#page-top .fa{
    font-size: 60px;
    line-height: 85%;
    padding: 0 !important;
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    margin: 0 auto;
    font-size: 13px;
    margin-top: 10px;
    width: 980px;
}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

table.contact_form {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

.contact_form tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

.contact_form tr {
    border-bottom: none;
    box-sizing: border-box;
    display: block;
}

.contact_form th {
    width: 220px;
    border-collapse: collapse;
    border: none;
    text-align: left;
    background-color: #fff;
    vertical-align: top;
    margin-bottom: 0;
    border-radius: 0;
    box-sizing: border-box;
}

.contact_form td {
    width: 460px;
    border-collapse: collapse;
    border: none;
    background: #fff;
    box-sizing: border-box;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
}

span.wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
 }

select {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 4px;
    border: 1px solid #DDD;
    outline:none;
}

.wpcf7 form input[type="textarea"]:focus,
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus {
    border: 1px solid #ccc;
 }

.wpcf7 form input[type="textarea"],
.wpcf7 form input[type="submit"],
.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form input[type="image"],
.wpcf7 form input[type="submit"],
.wpcf7 form textarea {
    outline:none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    position: relative;
    top: 2px;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

.wpcf7-validation-errors {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #D50303 !important;
    display: block;
    margin-top: 10px;
}

.wpcf7-response-output {
    padding: 0 !important;
    color: #D50303 !important;
    margin: -10px 0 20px !important;
    border: none !important;
    text-align: center;
}

.wpcf7-mail-sent-ok {
    border: none !important;
}


/* -----------------------------------------------------------
	必須タグ
----------------------------------------------------------- */

.tag.tag_imperative {
    font-size: 11px;
    color: #fff;
    background-color: #e60012;
    padding: 1px 7px 3px;
    margin-left: 7px;
    position: relative;
    top: -1px;
}


/* -----------------------------------------------------------
	送信ボタン
----------------------------------------------------------- */

.submit {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 30%;
    font-size: 14px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background: #2290DD;
    border: none;
    color: #fff !important;
}

.submit:hover {
    background: #D50303;
    color: #fff !important;
    border: none;
    text-decoration: none;
}

.submit .fa {
    padding-left: 2px;
    padding-right: 10px !important;
}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li.home-item {
    padding-top: 0;
}

#sitemap_list li.page-item-16 {
    border-bottom: none;
}

#sitemap_list li {
    text-indent: 0;
    padding: 10px;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    color: #fff;
    padding: 2px 12px 3px;
    font-size: 11px;
    background: #D50303;
    margin-left: 10px;
    position: relative;
    top: -1px;
}


/* -----------------------------------------------------------
	新着情報・ブログ
----------------------------------------------------------- */

.more_btn_info {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 13px;
    color: #fff;
}

.more_btn_info:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 6px;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    top: -1px;
}

.more_btn_info:hover {
    opacity: 0.7;
}

li.info-top {
    clear: both;
    padding-left: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
}

p.date {
    font-size: 13px;
    margin-bottom: 0;
    color: #333;
}

p.title {
    margin-bottom: 5px;
}

p.title a {
    font-size: 14px;
}


#list_inner {
    width: 230px;
    height: 170px;
    min-width: 230px;
    min-height: 260px;
}

#list_inner a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#list_inner p {
    text-align: left;
    margin-bottom: 0;
    position: relative;
    top: 180px;
}

.list_image {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
}

p.list_date {
    font-size: 13px !important;
    color: #333;
    margin: 10px 0 20px 0;
}

.trimming {
    height: 170px;
    width: 230px;
    overflow: hidden;
    position: absolute;
}

.list_image img {
    min-height: 170px;
    min-width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.next a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 12px;
    padding: 10px 30px;
    background: #2290DD;
    color: #fff;
    line-height: 130%;
    display: inline-block;
}

.next a:hover {
    background: #ccc;
    text-align: center;
    text-decoration: none;
}

.previous a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 12px;
    padding: 10px 30px;
    background: #2290DD;
    color: #fff;
    line-height: 130%;
    display: inline-block;
}

.previous a:hover {
    background: #ccc;
    text-align: center;
    text-decoration: none;
}

.more {
    clear: both;
    width: auto;
    height: auto;
    font-size: 12px;
    background: #2290DD;
    padding: 10px 30px;
    margin: 0 5px;
    color: #fff !important;
    line-height: 130%;
    display: inline-block;
}

.more:hover {
    background: #ddd;
    color: #fff !important;
    text-decoration: none;    
}


/* -----------------------------------------------------------
	一覧ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}

a.page-numbers {
    background: #2290DD;
    margin: 0 2px;
    padding: 5px 9px;
    color: #fff;
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
}

a.page-numbers:hover {
    color: #fff;
    background: #ddd;
    text-decoration: none;
    display: inline-block;
}

span.page-numbers.current {
    margin: 0 2px;
    padding: 5px 9px;
    color: #fff;
    background: #D50303;
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
}


/* -----------------------------------------------------------
	アーカイブ表示
----------------------------------------------------------- */

#pc_archive {
    display: block;
    zoom: 1;
    border: 1px solid #CCC;
    border-top: none;
    padding: 5px 10px;
    background: #fff;
}

#pc_archive li {
    padding: 10px 5px 5px;
    border-bottom: 1px dotted #ccc;
}

#pc_archive li:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #2290DD;
}

li:last-child {
    list-style: none;
    border-bottom: none !important;
}