@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */

* { /*游明朝*/
	font-family:"游明朝", "YuMincho",  "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #333;
	letter-spacing: 0.08rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}

.lora { font-family: 'Lora', serif;}
	
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}

img {
	border: 0;
	vertical-align:bottom;
}

a { text-decoration: none;}

ul, li { list-style: none;}


/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}


/* clearfix */
.cf:after {
    content: "";
    display: block;
    clear: both;
}


/* align */
.cen   { text-align: center !important; }
.left  { text-align: left !important; }
.right { text-align: right !important; }


/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}


/* font-size */


/* margin,padding */

/* -------------------------------------------------
layout
----------------------------------------------------*/
.inner {
    margin: auto;
}

.sub_inner{
    margin: 50px 2% 0;
}

/* ===== header ===== */
header {
    width: 100%;
    background-color: #fff;
}

.head-up {
    padding: 26px 0;
}

.head-up:after {
}

.head-up .inner {
    text-align: center;
}

.form-btn ul { display: flex;}

.btn-yoyaku { margin-right: 1px;}

.link-yoyaku,
.link-toi {
    font-size: 1.5rem;
    color: #fff;
    padding: 0 2%;
    height: 7vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.link-yoyaku {
    line-height: 1.25;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6c359+0,917f09+100 */
    background: #d6c359; /* Old browsers */
    background: -moz-linear-gradient(left,  #d6c359 0%, #917f09 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #d6c359 0%,#917f09 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #d6c359 0%,#917f09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6c359', endColorstr='#917f09',GradientType=1 ); /* IE6-9 */
}

.link-toi {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#48527a+0,162253+100 */
    background: #48527a; /* Old browsers */
    background: -moz-linear-gradient(left,  #48527a 0%, #162253 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #48527a 0%,#162253 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #48527a 0%,#162253 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48527a', endColorstr='#162253',GradientType=1 ); /* IE6-9 */
}

.link-toi:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-right: 10px;
    background: url("../images/icon_mail.png") no-repeat 0 0;
    background-size: 100%;
}


/* ===== main visual ===== */
.fv-wrap {
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);
    background: url("../images/mv_img.jpg") no-repeat center center;
    background-size: cover;
}

.txt-scr {
    position: absolute;
    bottom: 76px;
    left: 50%;
    font-size: 1.5rem;
    color: #fff;
    transform: translateX(-50%);
    cursor: pointer;
}

.fv-wrap:before,
.fv-wrap:after {
    content: "";
    position: absolute; 
    left: 50%;   
    height: 60px;
    transform: translateX(-50%);
}

.fv-wrap:before {
    bottom: 0;
    width: 1px;
    background-color: #fff;
}

.fv-wrap:after {
    bottom: -60px;
    width: 1px;
    background-color: #98b4c8;
}


/* ===== global nav ===== */
.g-nav-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

#g-nav a {
    font-size: 1.6rem;
    transition: all .3s ease-in-out;
}

#g-nav a:hover { color: #233890;}


/* ===== footer ===== */
footer {
    padding: 70px 0 15px;
    background-color: #333b62;
}

footer .inner {
    margin-bottom: 30px;
}

.f-logo {text-align: center;}

.f-nav-line {}
.f-nav-up {
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
}

.f-nav-line li{
    width: 50%;
}

.f-nav-line li:not(:nth-last-of-type(1)) {}

.f-nav-line a {
    font-size: 1.5rem;
    color: #fff;
    display: block;
    padding: 10px 0 10px 10px;
}

.copy {
    text-align: center;
    color: #c3c9ea;
}
.copy a {
    color: #fff;
}


/*pageTop*/


/* ====================================
index.html
====================================== */

.top-intro {
    padding: 110px 2%;
    text-align: center;
    background: url("../images/top_conts_bg01.jpg") no-repeat right top;
    background-color:rgba(255, 255, 255, 0.6);
    background-blend-mode:lighten;
}

.intro-main {
    margin-bottom: 60px;
    font-size: 5vw;
    line-height: 1.43;
    color: #172354;
    font-weight: bold;
}

.intro-main:before {
    content: url("../images/top_omt01.png");
    display: block;
    margin-bottom: 30px;
    line-height: 0;
}

.intro-txt {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.94;
}

.btn-dbl {
    display: inline-block;
    width: 100%;
    height: 66px;
    padding: 3px;
    border: 1px solid #9faad9;
}

.btn-in {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: 900;
    color: #233890;
    border: 1px solid #4a5dae;
    transition: all .3s ease-in-out;
}

.btn-in:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 13px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #233890;
    border-bottom: 1px solid #233890;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}

.btn-dbl:hover .btn-in {
    color: #fff;
    background-color: #4a5dae;
}

.btn-dbl:hover .btn-in:after { border-color: #fff;}


/* section title 周り */
.sec-ttl {
    margin-bottom: 60px;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    color: #172354;
}

.sec-ttl-en {
    display: block;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #93820b;
}

.sec-ttl:before {
    content: url("../images/top_omt02.png");
    display: block;
    margin-bottom: 9px;
    line-height: 0;
}


/* ===== 日本仲人協会が選ばれる理由 ===== */
.top-reason {
    padding: 76px 2% 110px;
    background: url("../images/top_conts_bg02.jpg") repeat 0 0;
}

.rsn-lists {
    display: block;
    width: 100%;
    margin-bottom: 65px;
}

.rsn-box {
    width: 90%;
    margin: 0 auto 30px;
}

.rsn-des {
    position: relative;
    padding: 15px 0 0 92px;
}

.rsn-num {
    position: absolute;
    top: -10px;
    left: -10px;
}

.rsn-ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}


/* ===== ご案内 ===== */
.top-guidance {
    padding: 50px 0;
    margin-bottom: 80px;
    background: url("../images/top_conts_bg03.jpg") no-repeat center center;
    background-size: cover;
}

.top-guidance .sec-ttl { margin-bottom: 45px;}

.top-guidance .inner {
    display: block;
}

.gdc-box {
    margin: 0 auto 30px;
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
    padding-top: 30px;
    text-align: center;
    background-color: #212c5b;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.gdc-box:after {
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    width: 270px;
    height: 270px;
    background: url(../images/top_gdc_omt.png) no-repeat center center;
    background-size: cover;
}

.ico-gdc { margin-bottom: 28px;}

.gdc-ttl-en {
    margin-bottom: 15px;
    color: #a8b4f1;
}

.gdc-ttl {
    margin-bottom: 48px;
    font-size: 2.2rem;
    color: #fefeff;
}

.btn-gdc { color: #fff;}

.btn-gdc:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 13px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    vertical-align: 1px;
    transition: all .3s ease-in-out;
}

.gdc-box:hover { background-color: #22316e;}

.gdc-box:hover .btn-gdc:after { transform: translateX(3px) rotate(-45deg);}


/* ===== 新着情報 ===== */
.top-news {
    margin: 0 2%;;
    padding: 20px 2%;
    margin-bottom: 100px;
    background: url("../images/conts_border01.png") no-repeat center top, url("../images/conts_border01.png") no-repeat center bottom;
}

.news-ttl-conts {
    text-align: center;
    margin-bottom: 30px;
}

.news-ttl-conts .sec-ttl {
    margin-bottom: 58px;
    font-size: 2.4rem;
}

.news-ttl-conts .sec-ttl-en {
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.news-ttl-conts .sec-ttl:before {
    content: url("../images/top_omt03.jpg");
    margin-bottom: 28px;
}

.btn-acv {
    display: block;
    padding: 9px 18px;
    color: #233890;
    border: 1px solid #4a5dae;
    transition: all .3s ease-in-out;
}

.btn-acv:hover {
    color: #fff;
    background-color: #233890;
}

.top-news-r {
    padding: 20px 4%;
    background-color: #f4f4f5;
}

.top-news-list {
    padding-bottom: 25px;
    background: url("../images/border_dot.png") repeat-x left bottom;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-news-list:not(:nth-last-of-type(1)) { margin-bottom: 25px;}

.link-dtl {
    font-size: 1.6rem;
    transition: all .3s ease-in-out;
}

.link-dtl .post-date {
    display: inline-block;
    margin-right: 50px;
    font-size: 1.5rem;
}

.link-dtl:hover { color: #233890;}






/* -------------------------------------------------
sub-layout
----------------------------------------------------*/
.page-ttl-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 17vh;
    background: url("../images/page_ttl_bg.jpg") no-repeat 34% center;
    background-size: cover;
}

.page-ttl { font-size: 3.2rem;}

.link-path {
    padding: 20px 0;
    margin-bottom: 50px;
    background-color: #f9f9fa;
}

.link-path ul {
    display: flex;
    align-items: center;
}

.link-path ul li img { vertical-align: top;}

.link-path ul li:not(:nth-last-of-type(1)):after {
    content: ">";
    display: inline-block;
    margin: 0 5px;
    vertical-align: 1px;
}

.sec-border {
    padding-bottom: 80px;
    margin-bottom: 80px;
    background: url("../images/conts_border01.png") no-repeat center bottom;
}


.sec-intro { text-align: center;}

.page-intro-ttl {
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: #172354;
}

.page-intro-ttl:before {
    content: "";
    display: block;
    width: 105px;
    height: 18px;
    margin: 0 auto 50px;
    background: url("../images/sub_omt01.jpg") no-repeat 0 0;
    background-size: 100%;
}

.sub-sec-ttl {
    margin-bottom: 30px;
    font-size: 2.5rem;
    text-align: center;
    color: #172354;
}

.sub-sec-ttl:before {
    content: "";
    display: block;
    width: 29px;
    height: 15px;
    margin: 0 auto 15px;
    background: url("../images/top_omt02.png") no-repeat 0 0;
    background-size: 100%;
}

.sec-intro p {
    font-size: 1.8rem;
    line-height: 1.94;
}


/* ===== 共通フッター ===== */
.consul-area {
    padding: 40px 2%;
    margin: 50px 0;
    background-color: #f6f6f6;
}

.consul-head {
    margin-bottom: 30px;
    font-size: 2.5rem;
    text-align: center;
    color: #172354;
}

.consul-head:before {
    content: "";
    display: block;
    width: 48px;
    height: 30px;
    margin: 0 auto 18px;
    background: url("../images/common_omt01.png") no-repeat 0 0;
    background-size: 100%;
}

.tel-reserve {
}

.tel-reserve .tel-area,
.tel-reserve > p {
    padding: 10px 0;
}

.tel-reserve .tel-area {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.c-tel {
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
}

.c-tel-head {
    margin-bottom: 15px;
    font-size: 2.2rem;
}

.c-tel-num,
.c-tel-num a {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0em;
    color: #93820b;
}

.c-tel-num:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 29px;
    margin-right: 9px;
    background: url("../images/icon_tel.png") no-repeat 0 0;
    background-size: 100%;
}

.reserve-area {}

.reserve-area a {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6c359+0,917f09+100 */
    background: #d6c359; /* Old browsers */
    background: -moz-linear-gradient(left,  #d6c359 0%, #917f09 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #d6c359 0%,#917f09 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #d6c359 0%,#917f09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6c359', endColorstr='#917f09',GradientType=1 ); /* IE6-9 */
}


/* ====================================
サービス内容
====================================== */
.ser-txt {
    margin-bottom: 44px;
    font-size: 1.6rem;
    line-height: 1.63;
    text-align: center;
}

.rslt-chart {
    margin-bottom: 60px;
    text-align: center;
}

.rslt-chart img,
.bar img,
.chart-area .circle img{
    width: 100%;
}

.chart-area {
}

.chart-area .circle {
    margin-bottom: 30px;
}


/* ====================================
選ばれる理由
====================================== */
.rsn-sec {
    padding-bottom: 51px;
    margin-bottom: 50px;
    background: url("../images/border_dot.png") repeat-x left bottom;
}

.rsn-sec-3 {
    margin-bottom: 0;
    background: none;
}

.rsn-sec-head { margin-bottom: 30px;}

.rsn-head-sub {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #172354;
}

.r-num {
    display: inline-block;
    margin-left: 8px;
    vertical-align: 2px;
}

.rsn-head {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #172354;
}

.rsn-conts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rsn-img { }
.rsn-img img { width: 100%; height: auto;}

.rsn-txt {
    width: 700px;
    padding-top: 10px;
}

.rsn-txt p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.rsn-txt p:not(:nth-last-of-type(1)) { margin-bottom: 30px;}


/* ====================================
ご成婚までの流れ
====================================== */
.flow-intro { margin-bottom: 60px;}

.flow-body { position: relative;}

.flow-body:after {
	content: "";
	position: absolute;
	top: 0;
	left: 30%;
	width: 3px;
	height: 100%;
	background-color: #93820b;
}

.flow-up,
.flow-down {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.flow-up { margin-bottom: 40px;}

.flow-head {
	width: 60px;
	background-color: #212c5b;
}

.flow-r {width: 70%;}

.flow-sec {
	position: relative;
	padding: 20px 8%;
	background-color: #f4f4f5;
}

.flow-sec:not(:nth-last-of-type(1)) { margin-bottom: 40px;}

.f-num {
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 1;
}

.f-ttl {
	padding-bottom: 21px;
	margin-bottom: 15px;
	font-size: 2.4rem;
	background: url("../images/border_dot.png") repeat-x left bottom;
}

.f-txt {
	font-size: 1.6rem;
	line-height: 1.6;
}


/* ====================================
料金について
====================================== */
.prc-intro-ttl { line-height: 1.43;}

.prc-intro-txt { margin-bottom: 60px;}

.scroll_box{
    overflow-y: scroll;
    padding-top: 10px;
}

.price-table {
    position: relative;
    width: 750px;
    padding: 31px 42px 40px;
    margin: 0 auto 15px;
    text-align: left!important;
    background-color: #212c5b;
}

.price-table:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 770px;
    height: 400px;
    background: url("../images/price_outline.png") no-repeat 0 0;
}

.p-t-ttl {
    margin-bottom: 31px;
    font-size: 2.2rem !important;
    line-height: 1.0 !important;
    text-align: center !important;
    color: #fff;
}

.p-t-ttl:after {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    margin: 15px auto 0;
    background-color: #a8b4f1;
}

.p-t-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-list {
    width: 305px;
    padding: 2px 0 0 38px;
    background: url("../images/price_ico01.png") no-repeat 0 0;
}

.p-list:not(:nth-last-of-type(1)) { margin-bottom: 27px;}

.menu-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.menu-price dt,
.menu-price dd {
    font-size: 2.0rem;
    color: #fff;
}

.p-txt {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    color: #fff;
}

.prc-txt {
    margin-bottom: 44px;
    font-size: 1.6rem;
    line-height: 1.63;
    text-align: center;
}

.hikaku-table {
    margin-bottom: 60px;
    overflow-y: scroll;
}

.hikaku-table table {
    margin: auto;
    width: 150%;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.hikaku-table th,
.hikaku-table td {
    padding: 25px 0;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.hikaku-table th {
    width: 210px;
    font-size: 1.7rem;
    font-weight: 900;
    background-color: #f4f4f5;
}

.hikaku-table th.th-1 { width: 160px;}

.hikaku-table th.mem {
    color: #fff;
    background-color: #93820b;
}

colgroup.highlight {
    background-color: #fffce9;
    border: 2px solid #93820b;
}


/* ====================================
ご成婚者様の声
====================================== */
.voi-ttl {
    padding-bottom: 16px;
    margin-bottom: 25px;
    font-size: 2.0rem;
    background: url("../images/border_dot.png") repeat-x left bottom;
}

.voice-conts {
}

.voi-img img{width: 100%;}

.voi-txt {
    font-size: 1.5rem;
    line-height: 1.6;
}


/* ====================================
よくある質問
====================================== */
.q-ttl {
    margin-bottom: 20px;
    padding: 7px 0 15px 50px;
    font-size: 2.4rem;
    background: url("../images/faq_ico01.png") no-repeat left top, url("../images/border_dot.png") repeat-x left bottom;
}

.a-area {
    padding: 3px 0 0 50px;
    background: url("../images/faq_ico02.png") no-repeat left top;
}

.a-txt {
    font-size: 1.6rem;
    line-height: 1.6;
}


/* ====================================
企業理念
====================================== */
.com-txt {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
}

.c-p-box {
    padding: 30px 4%;
    margin: auto;
    background: url("../images/top_conts_bg02.jpg") repeat 0 0;
}

.c-p-box p { font-size: 2rem;}
.c-p-box p:not(:nth-last-of-type(1)) { margin-bottom: 30px;}

.c-p-box p .assist { color: #93820b;}

.mess-txt {
    margin: auto;
    font-size: 1.8rem;
    line-height: 1.9;
}

.com-table {
    margin: auto;
}

.info-row {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: url("../images/border_dot.png") repeat-x left bottom;
}

.info-row dt,
.info-row dd { font-size: 1.8rem;}

.info-row dt {
    width: 40%;
    padding-left: 10px;
    color: #172354;
}

.g-map {
    width: 100%;
    height: 30vh;
    margin: auto;
}

.g-map iframe {
    width: 100%;
    height: 100%;
}


/* ====================================
お問い合わせ
====================================== */
.contact-intro { margin-bottom: 100px;}

.cnt-intro-txt {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.87;
}

.contact-consul {
    padding: 40px 2%;
    border: 1px solid #dedede;
}

.contact-consul .tel-reserve .tel-area { padding-left: 0;}

.contact-consul .c-tel-head { margin-bottom: 13px;}

.contact-consul .c-tel-num { font-size: 3rem;}

.contact-consul .c-tel-num::before {
    width: 25px;
    height: 33px;
    background: url("../images/icon_tel02.png") no-repeat 0 0;
}


.form-wrap {
    padding: 30px 2% 100px;
    background-color: #f9f9fa;
}

.form-inner {
    margin: auto;
}

.form-body { margin-bottom: 60px;}

.form-list {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #ccc;
}

.form-list dt {
	position: relative;
	margin-right: 50px;
	font-size: 1.6rem;
    padding: 15px 2%;
    width: 100%;
}

.req {
	padding: 6px 8px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #d71c00;
}

.form-list dd {}

.form-list input[type="text"],
.form-list .text-area {
	width: 100%;
	height: 50px;
	padding: 0 10px;
    font-size: 1.6rem;
	background-color: #fff;
	border: 1px solid #ddd;
}

.form-list .text-area { height: 300px;}

/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}
/* Firefox 18- */
:-moz-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}
/* Firefox 19+ */
::-moz-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}
/* IE 10+ */
:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}
/* IE Edge */
::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}

.btn-area { text-align: center;}

.btn-area button,
.link-top {
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 12px 30px;
    margin: 0 20px;
    font-size: 1.6rem;
    font-weight: 900;
    appearance: none;
    transition: all .3s ease-in-out;
}

.btn-area .btn-confirm,
.link-top {
    color: #333b62;
    border: 1px solid #333b62;
    padding: 20px;
}

.btn-area .btn-confirm:hover,
.link-top:hover {
    color: #fff;
    background-color: #333b62;
}

.btn-area .btn-reset {
    color: #666;
    border: 1px solid #666;
    padding: 20px;
}

.btn-area .btn-reset:hover {
    color: #fff;
    background-color: #666;
}

.error_messe {
    font-size: 1.6rem;
    color: #d12b12;
}

.pp-txt {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.6;
}

.pp-link { text-decoration: underline;}

.pp-link:hover { text-decoration: none;}


/* ===== 確認ページ ===== */
.form-sec-main {
    margin: 30px 0 50px;
    font-size: 1.8rem;
    line-height: 1.6;
}

.form-confirm dd {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.success-txt { margin-bottom: 100px;}


/* ====================================
サイトマップ
====================================== */
.sm-wrap {
}

.sm-wrap ul {}

.sm-wrap li {
    padding: 0 0 25px 24px;
    background: url("../images/sitemap_arrow.png") no-repeat left top 1px, url("../images/border_dot.png") repeat-x left bottom;
}

.sm-wrap li:not(:nth-last-of-type(1)) { margin-bottom: 25px;}

.sm-wrap li a {
    font-size: 1.8rem;
    transition: all .3s ease-in-out;
    display: block;
}

.sm-wrap li a:hover { color: #212c5b;}


/* ====================================
プライバシーポリシー
====================================== */
.pp-main-txt,
.pp-area p {
    font-size: 1.6rem;
    line-height: 1.8;
}

.pp-main-txt {
    margin-bottom: 70px;
    font-size: 1.8rem;
}

.pp-area { margin-bottom: 60px;}

.pp-ttl {
    padding-bottom: 18px;
    margin-bottom: 18px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    color: #212c5b;
    background: url("../images/border_dot.png") repeat-x left bottom;
}


/* ====================================
新着情報
====================================== */
.news-ttl-lists li {
    padding: 0 30px 26px 0;
    margin-bottom: 25px;
    background: url("../images/sitemap_arrow.png") no-repeat right top 5px, url("../images/border_dot.png") repeat-x left bottom;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-ttl-lists li a{
    width: 100%;
    display: block;
}

.news-ttl-lists .list-ttl,
.news-ttl-lists .list-date {
    font-size: 1.6rem;
}

.news-ttl-lists .list-ttl {
    width: 60%;
    line-height: 1.6;
    transition: all .3s ease-in-out;
}

.news-ttl-lists a:hover .list-ttl { color: #212c5b;}

.news-ttl-lists .list-date {
    width: 40%;
    margin-right: 2%;
}


/* ====================================
新着情報 詳細ページ
====================================== */
.post-ttl {
    padding-bottom: 16px;
    margin-bottom: 15px;
    font-size: 2.0rem;
    color: #212c5b;
    background: url("../images/border_dot.png") repeat-x left bottom;
}

.post-body { margin-bottom: 80px;}

.post-body .date {
    margin-bottom: 30px;
    color: #999;
}

.post-conts p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.post-conts p:not(:nth-last-of-type(1)) { margin-bottom: 26px;}



/*==================================================
 ページネーション
================================================== */
.pagenation {
    margin: 20px 0 20px;
    text-align: center;
    color: #999;
    font-size: 0;
    letter-spacing: 0;
}

.pagenation li {
    width: 26px;
    height: 30px;
    margin: 0 2px;
    line-height: 30px;
    color: #999;
    font-size: 13px;
    background: #aaa;
    vertical-align:top;
    display: inline-block;
}

.pagenation li > * {
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
    width: 100%;
    height: 100%;
}

.pagenation li > a {
    display: block;
}

.pagenation li:hover,
.pagenation li.current {
    background: #799751;
}



/* ***********************************************************
* #nav-toggle
* *********************************************************** */

.open #global-nav {
  z-index: 1000;
  visibility: visible;
}
#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  overflow-y: scroll;
}
#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}
#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}

.menu_form-btn{
    display: flex;
    width: 90%;
    margin: 20px auto 0;
}

.btn-yoyaku,.btn-toi{
    width: 50%;
}


/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
  width: 100%;
  display: block;
  font-size: 1.5rem;
}
.open #global-nav ul li {
    width: 90%;
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-transition-delay: .1s;
  transition-delay: .1s;

  border-bottom: 1px solid #fff;
    margin: 0 5%;
}
.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.open #global-nav ul li:nth-child(6) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.open #global-nav ul li:nth-child(7) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.open #global-nav ul li:nth-child(8) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.open #global-nav ul li:nth-child(9) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.open #global-nav ul li:nth-child(10) {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

.open #global-nav ul  h2{
    width: 70%;
    margin: 0 auto 20px;
}

.open #global-nav ul  h2 img{
    width: 100%;
}

.open #global-nav ul li span{
    font-size: 10px;
    margin-left: 5px;
}


/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
    z-index: 1;
      content: "";
      width: 2400px;
      height: 2400px;
      margin-right: -1200px;
      margin-top: -1200px;
      top: 25px;
      right: 27px;
      display: block;
      position: fixed;
      background: #333b62;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: scale(.02);
      transform: scale(.017);

}
.open #nav-bg {
    z-index: 100;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding:16px 15px 0 0;
  z-index: 1001;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}