/*見出し此処から*/
/*h1此処から*/
.child h1{
    text-align: center;
    padding: 107px 0 0;
}
/*h2此処から*/
.child h2{
    width: 100%;
    text-align: center;
    font-family:serif,YuMincho;
    font-weight: 400;
    color: #fff;
    font-size: 2.8rem;
    background: #406cc4;
    padding: 24px 0 24px;
    letter-spacing: 0.1em;
}
/*h3此処から*/
h3.style01{
    font-size: 2.4rem;
    font-weight: 400;
    color: #686867;
    text-align: center;
    position: relative;
}
h3::after{
    display: inline-block;
    content: '';
    width: 40px;
    height: 2px;
    background: #c34c75;
    position: absolute;
    left: 50%;
    top:42px;
    transform: translate(-50%);
    
}
/*h4此処から*/
/*h5此処から*/
/*フォントスタイル此処から*/
p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    color: #686867;
}
/*body此処から*/
body{
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}
/*パンくず*/
.bread{
    width: 100%;
    margin: 0 auto 60px;
}
.bread ul{
    list-style: none;
    display: flex;
    color: #686867;
}
.bread ul li{
    font-size: 1.3rem;
}
.bread ul li:not(:last-of-type) a{
    padding-right: 0.8rem;
}
.bread ul li:not(:last-of-type)::after{
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    border-right: 1px #686867 solid;
    border-top: 1px #686867 solid;
    transform: rotate(45deg);
}
.bread ul li:last-of-type{
    padding-left: 0.8rem;
}
.bread ul li a{
    text-decoration: none;
    color: #686867;
}
/*リスト此処から*/

/*ディスクリプション此処から*/

/*ボタン此処から*/

.btn01{
    display: block;
    width: 478px;
    box-sizing: border-box;
    position: relative;
    padding: 22px;
    letter-spacing: 0.2em;
    border-radius: 8px;
    margin:150px auto 67px;
    text-decoration: none;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    background: #5da4ec; /* Old browsers */
    background: -moz-linear-gradient(left,  #5da4ec 0%, #547ac6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #5da4ec 0%,#547ac6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #5da4ec 0%,#547ac6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da4ec', endColorstr='#547ac6',GradientType=1 ); /* IE6-9 */
    transition: 0.3s;
}
.btn01::after{
    display: inline-block;
    content: '';
    width: 10.88px;
    height: 21.04px;
    background: url(../img/common/arrow01.png);
    position: absolute;
    top:23px;
    right: 28px;
    transition: 0.4s;
}
.btn01:hover{
    color: #f3ff5e;
    letter-spacing: 0.25em;
    background: #5da4ec; /* Old browsers */
    background: -moz-linear-gradient(left,  #5da4ec 43%, #406cc4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #5da4ec 43%,#406cc4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #5da4ec 43%,#406cc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da4ec', endColorstr='#406cc4',GradientType=1 ); /* IE6-9 */
}
.btn01:hover::after{
    background: url(../img/common/arrow01hv.png);
    right: 18px;
}
.btn02{
    display: block;
    width: 405px;
    background: #1879b6;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    border-radius: 8px;
    box-sizing: border-box;
    transition: 0.2s;
}
.btn02::before{
    display: inline-block;
    content: '';
    width: 23px;
    height: 18px;
    background: url(../img/common/mail.png) no-repeat;
    padding: 0 16px 0 0;
    margin: 0 0 -3px;
}
.btn02:hover{
    opacity: 0.8;
}
/*運営・事務局此処から*/
section.sec_last dl{
    margin: auto;
    width: 459px;
    border: 1px solid #1879b6;
    color: #686868;
    box-sizing: border-box;
}
section.sec_last dl dt{
        color: #fff;
    background: #1879b6;
    text-align: center;
    font-size: 1.7rem;
    padding: 10px;
}
section.sec_last dl dd{
    padding: 25px 26px 29px;
}
section.sec_last dl dd .name{
    font-size: 1.7rem;
    color: #1879b6;
    letter-spacing: 0.1em;
}
section.sec_last dl dd .add,
section.sec_last dl dd .tel,
section.sec_last dl dd .fax{
    font-size: 1.5rem;
}
section.sec_last dl dd .tel{
    margin-right: 50px;
}
section.sec_last dl dd .add{
    margin-top: 9px;
}
.tel::before,.fax::before{
    display: inline-block;
    background: #1879b6;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    padding: 5px 7px;
    margin: 0 10px 0 0;
}
.tel::before{
    content: 'TEL';
}
.fax::before{
    content: 'FAX';
}
/*フッター此処から*/
footer{
    margin-top: 94px;
    width: 100%;
    position: relative;
    z-index: 10;
    min-width: 1280px;
}
footer p{
    background: #686868;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    padding: 23px;
}
footer::before{
    background: url(../img/common/bg02.png);
    display: block;
    content: '';
    height: 48px;
    width: 100%;
    min-width: 1000px;
    opacity: 0.1;
}
/*topへ戻る*/
a#page-top{
    display: block;
    width: 65px;
    height: 65px;
    background: #3b4608;
    border-radius: 33px;
    position: fixed;
    bottom: 70px;
    right: 33px;
    z-index: 20;
}

a#page-top::before{
    display: block;
    content: '';
    width: 23px;
    height: 23px;
    border-top: 2px solid #dae2b6;
    border-right: 2px solid #dae2b6;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-24%)rotate(-45deg);
}