/*
* Theme Name: * Theme Name: HTMLレイアウト標準テンプレート用CSS
* Theme URI: 
* Description: 共通で使うスタイル
* Created Date: 2018.02.28
* Update Date: 2018.04.27
*/
/*------------------------------------
  全体に適用
------------------------------------*/
.flex{
    display:flex;
}


/*------------------------------------
  header
------------------------------------*/

#header{
    border-bottom:solid 2px #009380;
    padding:10px 0px;
}

#top_logo{
    width:1000px;
    text-align:right;
    margin:0 auto;
}

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



.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;
}



dt {
    width: 20%;
    height: 50px;
    background-color: #009380;
    color: #FFF;
    text-align: center;
    display: block;
    float: left;
    padding: 7px;
    font-size: 24px;
    font-weight:bold;
    border-radius: 10px
}
/*------------------------------------
  SNS:common;
------------------------------------*/
.btn-sns-share {
    margin: 50px 0;
}

.sns-item {
    display: flex;
    justify-content: center;
}

.sns-item > a{
    margin:0 90px;
}

.sns-item > a > img {
    width:80px;
}

.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;
}

.option-title {
    width:100vw;
    background: #009380;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 50px;
    height: 90px;
}

.sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 70px 0 70px;
    border-color: #009380 transparent transparent transparent;
    margin: auto;
}
.title-primary {
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-top: 17px;
}
.content {
    text-align: center;
    width: 1000px;
    font-family: イワタミンゴB;
    margin: 0px auto;

     width: 1000px;



}
.content-border{
    width: 1000px;
    margin:0 auto;
    border: 3px solid #009380;
}
.content-no-border{
    width: 1000px;
    margin:0 auto;
}

.youkou{
    margin: 0px 40px;
}
#wrapper{
    margin:0 auto;

}
.tex1{
    margin: 38px 0 38px 180px;
    font-size: 22px;
    font-weight: 600;
    padding-top:7px;
}

.tex2{
      margin: 38px 0 38px 180px;
    color: red;
    font-size: 28px;
    font-weight: bold;
    padding-top:7px;
}
.sub-title{
     text-align: center;
     font-size: 30px;
     margin :0 auto;
}
ul {
  list-style: none;
}
.sub-title{
    margin:0 auto;
}
.title2{
     margin:0 auto;
}
.title_second
{
     text-align: center;
     margin:0 auto;
}
.text_2{
    font-weight: bold;
    color: #fc0018;
    font-size: 33px;
}


.text_1{
   
    font-size: 26px;
    font-weight: 600;
}

.text_3{
    color: red;
    font-size: 36px;
    font-weight: bold;
}


.section-content p{
    font-size: 22px;
    font-weight: bold;
    padding: 15px;


}
.tyui{
    font-weight: bold;
    font-size:14px;
}

#floats{
       display: flex;
}

.float{
  float: left;
 text-align: center;
}
.stitle{
    background-color: #009380;
    font-size: 36px;
    text-align: center;
    color: #fff; 
    line-height: 24px;
    text-align: center;
}


.afloat{
         display: flex;
         width: 265px;
             text-align: center;
             border-radius: 5px 5px 0 0;
}

/*lineup*/
.levels{
    margin:20px 67px;
}
.level{
    color:#fff;
    font-size:24px;
    font-weight:bold;
    text-align:center;
}

.level_sub{
    font-size:16px;
    font-weight:bold;
    text-align:center;
}
.orange_border{
    border:solid 8px;
    border-radius:5px;
    border-color:#df582c;
    padding:0;
    margin-right:50px;
    width:172px;
}
.orange_back{
    background-color:#df582c;
    padding:0 ;
}

.green_border{
    border:solid 8px;
    border-radius:5px;
    border-color:#00b49d;
    padding:0;
    margin-right:50px;
    width:172px;
}
.green_back{
    background-color:#00b49d;
    padding:0 ;
}
.blue_border{
    border:solid 8px;
    border-radius:5px;
    border-color:#549bd4;
    padding:0;
    width:174px;
}
.blue_back{
    background-color:#549bd4;
    padding:0 ;
}
.pink_border{
    border:solid 8px;
    border-radius:5px;
    border-color:#FF7CBF;
    padding:0;
    margin-right:50px;
    width:174px;
}
.pink_back{
    background-color:#FF7CBF;
    padding:0 ;
}

.lineupTit{
font-size: 30px;
text-align: center
}

.lineup > img{
    width:100%;
}
.lineup{
    flex:1;
}

/*lineupここまで*/

#pageTop{
    position: fixed;
    bottom: 100px;
    right: 100px;
    width: 0px;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 7px 0 0;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background-color: #009380;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#pageTop .fas {
    font-size: 2.8rem;
    font-weight: 900;
}
.fa-angle-up:before {
    content: "\f106";
}

/*2019年01月28日尾﨑修正分*/
.flexbox{
    display: flex;
}

.nagare{
    background-color: #009380;
    border-radius:5px 5px 0px 0px;
    width: 28%;
    margin: 0 auto;
    height: 310px;
}

.nagare h3{
    color: #fff;
    text-align: center;
    font-size: 35px;
    padding: 11px;
}

.whitebox{
    background-color: #fff;
    margin: 0 auto;
    width: 95%;
    font-weight: bold;
    padding: 4%;
    height: 74%;
}
.whitebox img{
    margin: 0 auto;
    display: block;
}
.sankakuNext{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #009380;
    margin: auto;
}
.marginbox{
    margin:70px auto 15px;
}

.nayami{
    width: 1000px;
    height: 440px;
    background-color: #0041a4;
    margin: 0 auto;
    margin-top: 40px;
    position:relative;
}
.nayami:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #0041a4 transparent transparent transparent;
    margin: auto;
    position:absolute;
    left:466px;
    top:440px;
}
.nayami_txt{
    color:  #fff;
    font-size: 30px;
    padding: 20px;
    font-weight: bold;
}
.nayami_txt2{
    color:  #fff;
    font-size: 25px;
    margin-top: -30px;
    margin-left: 60px;
    border-bottom: dashed;
    width: 650px;
    margin-top: 50px;
    padding-left: 7px;
}
.nayami_txt2_2{
    color:  #fff;
    font-size: 25px;
    margin-top: -30px;
    margin-left: 100px;
    border-bottom: dashed;
    width: 650px;
    margin-top: 50px;
    padding-left: 7px;
}
.girl{
    position: absolute;
    margin-left: 640px;
    margin-top: -300px;
    width: 360px;
}
.daizyoubu{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0041a4;
    margin: 50px auto 30px auto;
    width:1000px;
    position:relative;
}
.daizyoubu img{
    position: absolute;
    top: -9px;
    left: 551px;
    width: 80px;
}

 .nayami_txt2:before{
    content:"";
    width: 5px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: -5px;
}
.nayami_txt2_2:before{
    content: "";
    width: 5px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    top: 231px;
    left: 95px;
}
.nayami_txt2{
    position: relative;
}
 
 .merit{
    width: 1000px;
    height: 49px;
    background-color: #e9832b;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 49px

 }
 .merit_box{
    width: 1000px;
    height: 330px;
    background-color: #f2e5b5;
    margin: 0 auto;
    margin-top: -16px;
    position:relative;
 }
  .merit_box:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #e9832b transparent transparent transparent;
    margin: auto;
    position:absolute;
    left:466px;
    top:0;
  }
 .bigbox{
    display: flex;
    justify-content: space-around;
    padding:11px 0;
 }
 .box{
    width: 300px;
    height: 280px;
    background-color: #fff;
    margin-top: 25px;
 }
 .lamp{
    padding: 5px;
 }
 .box_txt{
    font-size: 22px;
    margin-left: 25px;
    color: #0041a4;
    font-weight: bold;
 }
 .taikensiyou{
    text-align: center;
    font-size: 25px;
    color: #0041a4;
    font-weight: bold;
    margin-top: 15px;
 }
 .title-main{
 text-align: center
 }
 
 .guideBoxOut{
 border: 4px solid #299482;
 padding: 4px;
 }
  .guideBoxOut p{
   border: 2px solid #299482;
   font-size: 18px;
   line-height: 1.5;
 padding: 20px;
 font-weight: bold;
 margin-bottom: 0;
  }
.guideBoxOut p strong{
 font-weight: inherit;
background: linear-gradient(transparent 60%, #fff799 60%);
}
.titguide01{
background: #299482;
color: #fff;
font-size: 20px;
width: 165px;
padding: 5px 0;
text-align: center;
border-radius: 50px;
margin-bottom: 30px
}
.titguide02{
   border: 2px solid #299482;
   padding: 1px 10px;
   display: inline-block;
   width: 165px;
   text-align: left;
   color: #299482;
border-radius: 50px;
margin: 0 20px
}
.Ltxt{
font-size: 30px;
}
p.txtguide01{
font-weight: bold
}
p.txtguide02{
padding-left: 20px;
font-weight: bold
}
p.txtguide02 .number{
font-size: 30px;
color: #299482
}