@charset "utf-8";
/*
Template:xeory_base
Theme Name:xeory_base-child
*/

@import url('../xeory_base/style.css');
@import url('css/common/set.css');

/* -----------------------------------------------------------
ヘッダー
----------------------------------------------------------- */
#header-sns {
	display: none;
}
.header_right {
    max-width: 70%;
}
#header #logo {
    height: 50px;  /* ロゴ縦幅 */
}
#header #logo {
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
}
.header_text {
    float: left;
    font-size: 13px;
    height: 50px;  /* ロゴ縦幅 */
    margin-left: 30px;
    line-height: 1.6em;
    padding-top: 10px;
}
.header_text span {
    color: #005d84;
    font-size: 18px;
    font-weight: bold;
}
.header_text {
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
}
.header_form {
	float: right;
    height: 50px;  /* ロゴ縦幅 */
}
.header_form {
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
}
#header #searchform {
    border: 2px solid #eee;
    height: 30px;
    line-height: 30px;
    width: 200px;
}
#header #searchform button {
    border-left: 2px solid #eee;
    font-size: 18px;
    line-height: 25px;
    padding: 0 5px 5px;
}
#header #searchform input[type="text"] {
    font-size: 13px;
    line-height: 27px;
    padding: 0 3px 0 10px;
}

/* -----------------------------------------------------------
コンテンツエリア
----------------------------------------------------------- */
.top-cont {
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 42px 64px;
}

.top-cont p {
    margin-bottom: 20px;
}

.top-cont .column-side p {
    margin: 0;
}

/* ---- タイトル ---- */
.top-title {
    font-size: 24px;
    border-bottom: 3px solid #59cfe4;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1em;
}
.top-title span {
    color: #59cfe4;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.top-title_h2 {
    border-bottom: 4px solid #59cfe4;
    border-top: 4px solid #59cfe4;
    padding: 20px 0;
    margin: 60px 0 30px 0;
    font-size: 24px;
}

.top-title_h3 {
    margin: 40px 0 20px 0;
    font-size: 19px;
    position: relative;
    padding: 10px 0 2px 28px;
    border-bottom: 2px solid #59cfe4;
    border-left: none;
}

.top-title_h3:before, .top-title_h3:after{
        content: "";
        position: absolute;
        margin: auto;
}

.top-title_h3:before{
        width: 12px;
        height: 12px;
        top: 0;
        left: 14px;
        background: #59cfe4;
        transform: rotate(50deg);
}

.top-title_h3:after{
        width: 8px;
        height: 8px;
        top: 18px;
        left: 6px;
        background: #59cfe4;
        transform: rotate(20deg);
}

/* ---- ボタン ---- */
.linkbtn {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}

/* ---- ボタン ---- */
.top-cont .line2-box {
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
    -webkit-box-pack: justify;
	-moz-box-pack:justify;
	-ms-box-pack:justify;
	box-pack:justify;
	flex-pack:justify;
	-webkit-justify-content:space-between;
    -ms-flex-pack: justify;
	justify-content:space-between;
}

/* ---- テーブル ---- */
.top-cont table {
    width: 100%;
    margin-bottom: 30px;
}
.top-cont table tbody {
    font-size: 14px;
}
.top-cont table th {
    background: #f2fbff;
    font-weight: bold;
    width: 20%;
}

/* ---- サイドバー ---- */
.textwidget {
    text-align: center;
}
.textwidget .text-border {
    background: linear-gradient(transparent 50%, #f0e93a 50%) repeat scroll 0 0;
    margin: 0 5px;
    padding-bottom: 2px;
    font-weight: 700;
}
.textwidget strong {
    color: #e85512;
}

/* -----------------------------------------------------------
レスポンシブ
----------------------------------------------------------- */
@media screen and (max-width: 1200px) {
.top-cont {
    padding: 20px;
    margin: 0;
}
}

@media screen and (max-width: 991px) {
.header_text {
    display: none;
}
.header_form {
    display: none;
}
/* ---- ボタン ---- */
.top-cont .line2-box {
	display: block;
}
}
