@charset "utf-8";
/*リセットcssここから*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* table {
border-collapse: collapse;
border-spacing: 0;
} */
img.alignright{
    display: block;
    margin: 0 0 0 auto;
}

img.alignleft{
    display: block;
    margin: 0 auto 0 0;
}

img.aligncenter{
    display: block;
    margin: 0 auto;
}
/*リセットcssここまで*/
body{background-color:#ffffff;margin-left:0;margin-top:0;margin-right:0;margin-bottom:0;
	/*font-family:serif, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;*/
	line-height:1.5;}
body {
    -webkit-text-size-adjust: 100%;
}
body.fixed {
    position: fixed;
    width:100%;
    height: 100%;
}
p{padding:0;margin:0;}
a{text-decoration:none;}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
.tr95 {
    transform: scale( 0.95 , 1 );/*長体→横幅を95%*/
}
.--66 { /* h2 */
    font-size: 66px;
}
.--60 { /* h2 */
    font-size: 60px;
}
.--52 { /* h2 */
    font-size: 52px;
}
.--50 { /* h2 */
    font-size: 50px;
}
.--48 { /* h2 */
    font-size: 48px;
}
.--46 { /* h2 */
    font-size: 46px;
}
.--42 { /* h2 */
    font-size: 42px;
}
.--40 { /* h3 */
    font-size: 40px;
}
.--38 { /* h3 */
    font-size: 38px;
}
.--36 { /* h3 */
    font-size: 36px;
}
.--32 { /* h3 */
    font-size: 32px;
}
.--30 { /* h3 */
    font-size: 30px;
}
.--28 {
    font-size: 28px;
}
.--26 {
    font-size: 26px;
}
.--24 {
    font-size: 24px;
}
.--22 {
    font-size: 22px;
}
.--21 {
    font-size: 21px;
}
.--20 {
    font-size: 20px;
}
.--19 {
    font-size: 19px;
}
.--18 {
    font-size: 18px;
}
.--16 {
    font-size: 16px;
}
.--15 {
    font-size: 15px;
}
.--14 {
    font-size: 14px;
}
.--13 {
    font-size: 13px;
}
.--12 {
    font-size: 12px;
}
.--11 {
    font-size: 11px;
}

input:focus {
    outline: none;
}
._futura {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}
._bfutura {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}
._dos_r {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}
._din {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: .1em;
}
._myr {
    font-family: 'Myriad Pro', sans-serif;
}
._gill_r {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*letter-spacing: .1em;*/
}
._gill_l {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    /*letter-spacing: .1em;*/
}
._dos_rex {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    letter-spacing: .3em;
}
._nsf_r {
    font-family: 'Noto Serif JP', serif;
    /*font-feature-settings: "palt";*/
}
._nsf_m {
    font-family: 'Noto Serif JP', serif;
    /*font-feature-settings: "palt";*/
    font-weight: 500;
}
._nsf_b {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    /*font-feature-settings: "palt";*/
}
._nsan_r {
    font-family: 'Noto Sans JP', sans-serif;
    /*font-feature-settings: "palt";*/

}
._nsan_m {
    font-family: 'Noto Sans JP', sans-serif;
    /*font-feature-settings: "palt";*/
    font-weight: 500;
}
._nsan_b {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    /*font-feature-settings: "palt";*/
}
.c_white {
    color: #fff;
}
.c_black {
    color: #000;
}
.c_sblue {
    color: #26a7ff;
}
.c_lgray {
    color: #666666;
}
.c_gray {
    color: #707070;
}
.c_lgreen {
    color: #78c43a;
}
.c_green {
    color: #4ab94d;
}
.c_dgreen {
    color: #045d79;
}
.c_dblue {
    color: #1d3779;
}
.bg_white {
    background-color: #fff;
}
.bg_sblue {
    background-color: #26a7ff;
}
.bg_lblue {
    background-color: #c6e8ff;
}
.bg_blue {
    background-color: #175fb5;
}
.bg_dblue {
    background-color: #072350;
}
.c_dblack {
    color:#1f1f1f;
}
.c_orange {
    color:#ff6600;
}
.c_morange {
    color:#f58808;
}
.c_lorange {
    color:#f8a300;
}
.c_pram {
    color:#f68080;
}
.fav_style {
    color: #fff!important;
    background-color: #47B474;
}
.f_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.center- {
    display: flex;
    align-items: center;
}

.didot { 
    font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif; 
}
.t_shad { 
    text-shadow:0px 0px 40px rgb(18, 166, 228);
}
.img_shad { 
    filter: drop-shadow(5px 5px 30px rgba(18, 166, 228, 0.6)) drop-shadow(-5px -5px 30px rgba(18, 166, 228, 0.6));
}
.border_sblue { 
/*    width: 53px;
    height: 2px;
    margin: 0 auto;
    border-bottom: solid 2px #12a6e4;*/
}
.orange_btn {
    width: 180px;
    height: 47px;
    background-color: #ff6600;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sblue_btn {
    width: 180px;
    height: 47px;
    background-color: #26a7ff;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sblue_lbtn {
    width: 200px;
    height: 47px;
    background-color: #26a7ff;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sblue_xlbtn {
    width: 250px;
    height: 47px;
    background-color: #26a7ff;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.orange_btn::after,
.sblue_btn::after {
    content: '〉';
    color: #fff;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    position: absolute;
    margin-left: 150px;
}
.sblue_lbtn::after {
    content: '〉';
    color: #fff;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    position: absolute;
    margin-left: 180px;
}
.sblue_xlbtn::after {
    content: '〉';
    color: #fff;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    position: absolute;
    margin-left: 240px;
}
.border_sblue {
    width: 30px;
    height: 3px;
    border-bottom: solid 3px #26a7ff;
}
.border_rlist {
    width: 100%;
    height: 2px;
    border-bottom: solid 2px #26a7ff;
}
.h3_border {
    width: 210px;
    height: 3px;
    border-bottom: solid 3px #26a7ff; 
}
.border_white {
    width: 40px;
    height: 3px;
    border-bottom: solid 3px #fff;
}
.common_head * {
    line-height: 1em;
}
.common_head {
    width: 340px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left {
    align-items: flex-start;
}
.center {
    align-items: center;
}
#wrapper {
    position: relative;
}
#contents {
    position: relative;
    overflow: hidden;
}
main#main {
    position: relative;
    background-color: #fff;
}
#sp_pagetop_img {
    position: fixed;
    margin-left: calc(50% - 30px);
    line-height: 1em;
    padding: 16px 12px 20px 24px;
    transform: rotate(-90deg);
    background-color: rgba(255, 102, 0, .3);
}
#pagetop_img {
    position: fixed;
    right: 60px;
    line-height: 1em;
    padding: 16px 12px 20px 24px;
    transform: rotate(-90deg);
    background-color: #ff6600;
}
#pagetop_img:hover {
    cursor: pointer;
}

.wp-pagenavi {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1em;

}


.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    padding: 6px 12px;
    margin: 6px;
    background-color: #26a7ff;
}
