/*
* Theme Name: * Theme Name: HTMLレイアウト標準テンプレート用CSS
* Theme URI: 
* Description: 共通で使うスタイル
* Created Date: 2018.02.28
* Update Date: 2018.04.27
*/


/*------------------------------------
  title
------------------------------------*/
.ttl-primary {
    font-size: 36px;
    text-align: center;
}

.ttl-primary .sub_ttl {
    font-size: 24px;
    display: block;
    margin-top: .5em;
}

.ttl-secondary {
    font-size: 24px;
}

.ttl-tertiary {
    font-size: 18px;
}

/*------------------------------------
  Button
------------------------------------*/
.btn-basic {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding: .9em 1em;
    transition: none;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
    border-radius: 10px;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.btn-basic .fa-angle-right {
    float: right;
}

/* btn-basicApplication-type01 */
.btn-basicApplication-type01 {
    border: 1px solid #cc1338;
    background-color: #dc143c;
    background-image: linear-gradient(to bottom, #dc143c, #cc1338);
}

.btn-basicApplication-type01:hover {
    border: 1px solid #bd1134;
    background-color: #ad102f;
    background-image: linear-gradient(to bottom, #cc1338, #ad102f);
}

/* btn-basicRequest-type01 */
.btn-basicRequest-type01 {
    border: 1px solid #009380;
    background-color: #008271;
    background-image: linear-gradient(to bottom, #009380, #008271);
}

.btn-basicRequest-type01:hover {
    border: 1px solid #008271;
    background-color: #008271;
    background-image: linear-gradient(to bottom, #008271, #008271);
}

/* btn-basicMeeting--type01 */
.btn-basicMeeting--type01 {
    border: 1px solid #002d71;
    background-color: #0041a4;
    background-image: linear-gradient(to bottom, #0041a4, #002d71);
}

.btn-basicMeeting--type01:hover {
    border: 1px solid #0041a4;
    background-color: #00193e;
    background-image: linear-gradient(to bottom, #0041a4, #00193e);
}

.btn-wide {
    width: 780px;
    margin: calc(50px + 20px) auto;
}

.btn-wide .btn-basic {
    width: 70%;
    margin: 0 auto calc(40px + 50px) auto;
}

.btn-row-two .btn-basic {
    padding: 1em 1em;
}

.btn-row-three .btn-basic {
    font-size: 20px;
    padding: 1em 1em;
}

.btn-bottom-wrap {
    margin-bottom: 50px;
    padding: 30px 20px 30px;
    background-color: #f5f5f5;
}

.btn-bottom-wrap h3 {
    margin-bottom: 15px;
    text-align: center;
    border-bottom: none;
}

.btn-soon {
    position: relative;
}
.btn-wide .soon-circle {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    top: -10px;
    right: 17%;
    display: flex;
    width: 90px;
    height: 90px;
    padding: .4em;
    text-align: center;
    color: #d8143b;
    border: 1px solid #d8143b;
    border-radius: 50%;
    background-color: #fff;

    align-items: center;
    justify-content: center;
}


/*------------------------------------
  Box
------------------------------------*/
.box-card {
    padding: 25px;
    border: solid 1px #ccc;
    background-color: #f5f5f5;
}

.box-card p:last-child {
    margin-bottom: 0;
}

.section-secondary.col-6,
.section-secondary.col-4 {
    margin-bottom: 0;
}


/*------------------------------------
  banner:common;
------------------------------------*/
.banner-area {
    width: 780px;
    margin: 20px auto 40px;
}


/*------------------------------------
  SNS:common;
------------------------------------*/
.btn-sns-share {
    margin: 50px 0;
}

.sns-item {
    display: flex;

    justify-content: center;
}

.sns-share {
    font-family: fontawesome;
    line-height: 1;
    display: flex;
    width: 180px;
    height: 50px;
    margin: 0 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    background: #db6e82;

    align-items: center;
    justify-content: center;
}

.sns-share:hover {
    opacity: .7;
}

.sns-share .fab,
.sns-share .fas {
    font-size: 24px;
}

.sns-share span {
    font-weight: bold;
}

.sns-share .share-ttl {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-left: .5em;
}

.btn-sns-fb {
    background-color: #305097;
}

.btn-sns-tw {
    background-color: #00aced;
}

.btn-sns-line {
    font-size: 20px;
    background-color: #4ad319;
}

.btn-sns-mail {
    background-color: #009380;
}

/*------------------------------------
  Fix banner
------------------------------------*/

.fixed-banner {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    padding: 20px 15px;
    text-align: center;
    background-color: #f5f5f5;
    box-shadow: 0 2px 6px gray;
}

.fixed-banner .btn-basicApplication-type01 {
    width: 600px;
    margin: 0 auto;
    padding: .7em 1em;
}


/*------------------------------------
  To top
------------------------------------*/
.global-page-top-button .page-top {
    margin: 0;
    padding: 0;

    position: fixed;
    right: 16px;
    bottom: 90px;

    z-index: 9999;
}

.global-page-top-button .page-top {
    display: block;
    background: #009380;
    width: 50px;
    height: 50px;
    cursor: pointer;
      border-radius: 50px;

    color: #fff;
    line-height: 50px;
    text-decoration: none;
    text-align: center;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
