@charset "UTF-8";
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
header {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    height: 80px;
    width: 95%;
}
header p {
    max-width: 57%;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    line-height: 170%;
    margin: 0;
    text-decoration: none;
}
.logo {
    height: 45px;
}
.h-tel {
    height: 80px;
    float: right;
    position: absolute;
    top: 3px;
    right: 5%;
}
body a {
    color: #000;
    text-decoration: none;
}
.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: auto;
	clear: both;
}
h1 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    text-decoration: none;
    line-height: 150%;
    color: #000000;
    letter-spacing: -1px;
}
h2{
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-top: 10px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 10px;
    background-color: #0075c2;
    border-radius: 8px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    margin-bottom: 20px;
    line-height: 150%;
    letter-spacing: 2px;
}
h2:before{
        content: "";
        position: absolute;
        top: 100%;
        left: 30px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 8px solid #0075c2;
}

h3 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    font-size: 20px;
    position: relative;
    color: white;
    padding-top: 0.6em;
    padding-right: 0.4em;
    padding-left: 1.6em;
    padding-bottom: 0.6em;
    background-color: #C30003;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 120%;
}
 
h3:after {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 18px;
     height:4px;
     background-color:white;
}
h4 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    color: #C3040A;
    font-size: 31px;
    letter-spacing: 2px;
    line-height: 180%;
    margin-bottom: 10px;
    margin-top: 0px;
}
h5 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 180%;
    margin: 0 0 5px 0;
    padding: 7px 5px;
    display: inline;
    background-color: #00AA00;
    width: 100%;
    position: absolute;
    top: -20px;
    left: -5px;
    z-index: 3;
}
.pick-up-box2 h5 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 180%;
    margin: 0 0 5px 0;
    padding: 7px 5px;
    display: inline;
    background-color: #C30003;
    width: 100%;
    position: absolute;
    top: -20px;
    left: -5px;
    z-index: 3;
}
.lead1 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    margin-right: auto;
    margin-left: auto;             /* デフォルトCSS打ち消し */
    font-size: 15px;    /* 周りの余白指定 */
    position: relative;    /* 位置調整 */
    text-align: center;
    display: block;
    line-height: 180%;
    color: #000000;
}
.point1 {
    font-size: 1.3em;
    line-height: 200%;
    text-decoration: none;
}
.pink_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, rgba(255,0,31,0.40) 0%) repeat scroll 0 0;
}
.pink_line_strong {
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, rgba(255,0,31,0.40) 0%) repeat scroll 0 0;
    font-family: "FOT-ロダンNTLG Pro DB";
}
.red_line_strong {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, rgba(243,216,0,0.60) 0%) repeat scroll 0 0;
    line-height: 150%;
    color: rgba(213,0,3,1.00);
}
.strong_line {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, rgba(243,216,0,0.60) 0%) repeat scroll 0 0;
    line-height: 150%;
    color: rgba(213,0,3,1.00);
}
.blue_line{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #BBDCF4 0%) repeat scroll 0 0;
}
.yellow_line {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffffbc 0%) repeat scroll 0 0;
}
.tyui {
    width: 95%;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 13px;
    text-align: justify;
    line-height: 180%;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 20px;
    color: rgba(0,0,0,1.00);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dotted #C30003;
}
.campaign {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 15px;
    text-align: justify;
    line-height: 230%;
    text-decoration: none;
    letter-spacing: 2px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    color: #000;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFDF1;
    border: 7px solid #C3040A;
    padding-left: 20px;
}
.flow {
    width: 95%;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 15px;
    line-height: 170%;
    text-decoration: none;
    letter-spacing: 1px;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 0;
    display: block;
}
.flow li {
    margin-bottom: 20px;
    color: #000000;
}
.hiyou1 {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-bottom: 50px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hiyou1 th:first-child, .hiyou1 .th-s {
    width: 15%;
    border: solid 1px #ccc;
    padding: 7px 5px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    text-align: center;
    font-size: 15px;
    line-height: 180%;
    box-sizing: border-box;
}
.hiyou1 th {
    width: 35%;
    background-color: #E6E6E6;
    border: solid 1px #ccc;
    padding: 7px 5px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    text-align: center;
    font-size: 15px;
    line-height: 180%;
    box-sizing: border-box;
    color: #000000;
}
.hiyou1 td {
    border: solid 1px #ccc;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 7px;
    padding-bottom: 7px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    text-align: left;
    font-size: 15px;
    line-height: 180%;
    box-sizing: border-box;
    letter-spacing: 0px;
}
.maker {
    border: solid 1px #ccc;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 7px;
    padding-bottom: 7px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    text-align: left;
    font-size: 13px;
    line-height: 180%;
    box-sizing: border-box;
    background-color: #EAF6FF;
}
.hiyou1 td:last-child {
    border: solid 1px #ccc;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 7px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    text-align: left;
    font-size: 20px;
    line-height: 180%;
    box-sizing: border-box;
    letter-spacing: normal;
    color: #0075C2;
}
.obi {
    width: 100%;
    background-color: rgba(240,231,213,1.00);
    padding-top: 30px;
    padding-bottom: 30px;
}
.font1 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 900;
    color: rgba(255,255,255,1.00);
    text-align: center;
    text-decoration: none;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 120%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.font2 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 900;
    color: rgba(255,255,255,1.00);
    text-align: center;
    text-decoration: none;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 120%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-box{
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 12px;
    text-align: left;
    line-height: 250%;
    text-decoration: none;
    letter-spacing: 2px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    width: 90%;
    max-width: 1100px;
}
.c-box p {
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    text-decoration: none;
    letter-spacing: 1px;
    margin-left: 25px;
    padding: 0;
    color: #000;
}
#top-image{
    width: 100%;
    padding-top: 40%;
    padding-bottom: 7%;
    background-image: url(../img/top_pc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    z-index: 2;
    max-height: 700px;
    background-size: cover;
}
.tel {
    display: block;
    background-image: url(../img/tel.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
    width: 300px;
    height: 73px;
    position:fixed;
    top: 0;
    z-index: 999;
    right: 30px;
}
.point {
    padding-left: 30px;
    display: inline-block;
}
.small {
    font-size: 0.7em;
}
.pick-up-box {
    width: 100%;
    padding-top: 70px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 20px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    display: block;
    position: relative;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border: 5px solid #00AA00;
}
.pick-up {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0px;
    padding-bottom: 8px;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    line-height: 200%;
    text-align: left;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
}
.pick-up-box2 {
    width: 100%;
    padding-top: 70px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 20px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    display: block;
    position: relative;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border: 5px solid #C30003;
}
.pick-up span {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    line-height: 150%;
    color: #C30003;
}
.red {
    font-family: "Noto Sans JP", sans-serif; font-weight: 900;
    color: #C30003;
}
.pick-up img {
    width: 100%;
    padding: 0;
    margin-bottom: 3px;
}
.lede{
    display: block;
    width: 800px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    text-align: justify;
    line-height: 180%;
    text-decoration: none;
    letter-spacing: 2px;
    margin-right: auto;
    margin-left: auto;
    color: #2b2b2b;
}
.baner {
    width: 100%;
    padding-top: 26.9%;
    background-image: url("../img/kaitori/2302_50up_pc2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    z-index: 2;
    background-size: cover;
}
.toiawase {
    margin-right: auto;
    margin-left: auto;
    width: 650px;
    margin-top: 50px;
    text-decoration: none;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 110px;
    margin-bottom: 50px;
}
.toiawase a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #C3040A;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toiawase a:hover {
    background-color: #0075C2;
}
.toiawase2 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    text-decoration: none;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 90px;
    margin-bottom: 20px;
    width: 90%;
    max-width: 500px;
}
.toiawase2 a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #C3040A;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toiawase2 a:hover {
    background-color: #0075C2;
}
.toiawase-btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
    padding-top: 30px;
}
footer {
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #000000;
    width: 100%;
    background-color: #0075C2;
    color: #FFFFFF;
    background-image: url(../img/f-back.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50% auto;
    margin-top: 50px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
}
footer p{
    font-size: 11px;
    text-align: center;
    margin-top: 35px;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.f-logo {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
}
#footer #c {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    line-height: 250%;
    color: rgba(255,255,255,1.00);
}

.fade_in {
    transition: all 500ms 0s ease;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}

.fade_in.js_active {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.f-tel {
    display: none;
}

@media only screen and (max-width: 1000px) {
header p {
    width: 45%;
    max-width: none;
    line-height: 150%;
}
.logo {
    height: 40px;
}
#midashi1 {
    position: absolute;
    top: 30%;
    transform: translateY(0%) translateX(-15%);
    -webkit-transform: translateY(0%) translateX(-15%);
    font-family: "FOT-UD角ゴ_ラージ Pr6 B";
    font-size: 60px;
    color:#0075C2;
    text-align: left;
    display: inline-block;
    font-weight: lighter;
    left: 5%;
    line-height: 150%;
    padding: 10px;
    z-index: 100;
    width: 70%;
}
}

@media only screen and (max-width: 767px) {
header {
    margin-top: 50px;
    height: auto;
    padding-top: 5px;
    width: 95%;
}
header p {
    width: 100%;
    max-width: none;
    font-size: 11px;
    line-height: 200%;
    text-decoration: none;
}
.logo {
    height: 35px;
    position:fixed;
    top: 7px;
    left: 5px;
    z-index: 999;
}
.h-tel {
    display: none;
}
.f-tel {
    width: 80%;
    position:fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);left: 50%;
    z-index: 999;
    display: block;
}
#top-image{
    width: 100%;
    padding-top: 110%;
    padding-bottom: 0;
    background-image: url(../img/top_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    z-index: 2;
    background-color: #0075C2;
    background-size: 100% auto;
}
h1 {
    font-size: 22px;
}
h1 br {
    display: none;
}
h4 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-bottom: 10px;
}
h5, .pick-up-box2 h5 {
    font-size: 18px;
    line-height: 150%;
}
#midashi1 {
    position: absolute;
    top:auto;
    bottom: 30%;
    transform: translateY(0%) translateX(-15%);
    -webkit-transform: translateY(0%) translateX(-15%);
    font-size: 28px;
    left: 15%;
    line-height: 150%;
    padding: 10px;
    z-index: 100;
}
.tel {
    display:none;
}
.campaign {
    font-size: 13px;
    line-height: 200%;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 5px solid #C3040A;
}
.c-box {
    width: 90%;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
}
.c-box p {
    width: 100%;
    font-size: 13px;
    text-align: justify;
    line-height: 170%;
    text-decoration: none;
    letter-spacing: 2px;
    margin-left:auto;
    margin-right: auto;
    padding: 0;
    color: rgba(47,47,47,1.00);
}
.contents_c {
    width: 100%;
    min-width: 0px;
}
.hyou-koment {
    width: 90%;
    font-size: 13px;
    text-align: justify;
    line-height: 170%;
    text-decoration: none;
    letter-spacing: 2px;
    margin-left:auto;
    margin-right: auto;
    padding: 0;
    color: rgba(47,47,47,1.00);
}
.hiyou1{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.hiyou1 th:first-child, .hiyou1 .th-s {
    width: 20%;
    font-size: 12px;
    padding: 7px 2px;
}
.hiyou1 th {
    font-size: 12px;
    padding: 7px 2px;
}
.hiyou1 th:last-child {
    width: 33%;
    font-size: 13px;
    padding: 7px 1px 7px 4px;
}
.hiyou1 td {
    font-size: 12px;
    padding: 7px 1px 7px 4px;
    line-height: 1.4em;
}
.hiyou1 td:last-child {
    font-size: 15px;
    padding: 7px 1px 7px 4px;
    letter-spacing: normal;
}

.font1 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.font2 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.pick-up-box, .pick-up-box2 {
    width: 90%;
    padding-top: 80px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 5px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.pick-up {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 8px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    line-height: 200%;
    text-align: left;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
}
.baner {
    width: 100%;
    padding-top: 65.1%;
    background-image: url("../img/kaitori/2302_50up_sp.jpg");
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    z-index: 2;
    background-size: cover;
}
.toiawase, .toiawase2 {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    margin-top: 30px;
    text-decoration: none;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 70px;
}
.toiawase-btn {
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5px;
}
footer p{
	font-size: 10px;
}
f-section{
    width: 96%;
}
f-left{
    width: 100%;
    font-size: 11px;
    line-height: 180%;
}

f-right{
    width: 100%;
}
.yohaku{
    padding-top: 120px;
}
}
