@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
    font-size: 0;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #eee;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #2d3031;
	letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}
sup {
	vertical-align: top;
	position: relative;
	top: 0em;
}
h2 sup, h3 sup, h4 sup {
    font-size: 50%;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none !important;
}
/*==============================================
 .noto
============================================= */
/* normal */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: bold;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_osakagas/bg_main_title.jpg) no-repeat center top;
}
.mainTitle {
	width: 1000px;
	margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    width: 810px;
    height: 700px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_osakagas/h1.png) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.lead {
    position: relative;
    width: 1000px;
    line-height: 2.0;
    margin: 60px auto 0;
    font-size: 18px;
}
/*==============================================
 .btn
============================================= */
.btnWrap {
    width: 1000px;
    margin: 60px auto 0;
    text-align: center;
}
/*.fukidashi*/
.fukidashi + .btnWrap {
    margin-top: 0;
}
.fukidashi {
    position: relative;
    padding-bottom: 1em;
    font-size: 22px !important;
    font-weight: bold;
}
.fukidashi::before,
.fukidashi::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #2d3031;
    width: 3px;
    height: 1.2em;
    margin: 0;
    margin-top: -.12em;
    vertical-align: middle;
}
.fukidashi span::before,
.fukidashi span::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #2d3031;
    width: 3px;
    height: 1.2em;
    margin: 0;
    margin-top: -.12em;
    vertical-align: middle;
}
.fukidashi::before,
.fukidashi span::before {
    margin-right: 0.3em;
    transform: rotate(-45deg);
}
.fukidashi span::before {
    margin-right: 1em;
}
.fukidashi::after,
.fukidashi span::after {
    margin-left: 0.3em;
    transform: rotate(45deg);
}
.fukidashi span::after {
    margin-left: 1em;
}
/*.btn*/
.btn h4 {
    margin-bottom: 1em;
    font-size: 22px;
    font-weight: bold;
}
.btn h4 span {
    color: #ffb71c;
}
.btn a {
    display: block;
    position: relative;
    width: 660px;
    height: 80px;
    line-height: 72px;
    margin: 0 auto;
    border: 4px solid #2d3031;
    border-radius: 40px;
    background-color: #ffcc1c;
    box-sizing: border-box;
    text-align: center;
    color: #2d3031;
    font-size: 26px;
    font-weight: bold;
    transition: .2s;
}
.btn a:hover {
}
.btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .8em;
    width: 1.2em;
    height: 1.2em;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_osakagas/arrow.svg) no-repeat 0 0;
    background-size: 100%;
}
.btn a:hover {
    background-color: #41bce9;
}
.btn .txt {
    width: 320px;
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
}
/*.plan*/
.btnWrap.plan {
    display: flex;
    justify-content: space-between;
}
.btnWrap.plan .btn,
.btnWrap.plan .btn a {
    width: 490px;
}
.btnWrap.plan .note2 {
    width: 320px;
    margin: 10px auto 0;
    text-align: left;
}
.btnWrap.plan .note2 li {
    line-height: 1.8;
    font-size: 11px;
}
/*==============================================
 .cpBnr
============================================= */
.kochira {
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.cpBnr {
    width: 700px;
    margin: 20px auto 0;
}
.cpBnr a {
    display: block;
    width: 700px;
    height: 420px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_osakagas/bnr_cp2.jpg) no-repeat 0 0;
    background-size: 100%;
    text-indent: -999rem;
    font-size: 0;
}
.cpBnr a img {
    width: 100%;
}
/*==============================================
 .box
============================================= */
.box {
    width: 1000px;
    margin: 80px auto 0;
    padding: 60px 81px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 30px;
    border: 4px solid #2d3031;
}
.box p {
    text-align: left;
} 
.box p:first-child,
.box h3:first-child {
    margin-top: 0 !important;
}
/*.reason*/
.box.reason {
    padding-top: 40px;
}
.box.reason .i {
    display: inline-block;
    margin-bottom: .5em;
    padding: .1em 2em;
    border-radius: 1.5em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #41bce9;
}
.box.reason h3 {
    padding-bottom: .5em;
    border-bottom: 4px solid #2d3031;
    font-size: 40px;
}
.box.reason > p {
    margin-top: 50px;
}
/*.box3c*/
.box3c {
    display: flex;
    width: 1020px;
    margin: 20px auto 0;
}
.box3c .box {
    margin: 0 10px;
    padding: 30px;
}
.box3c .box.reason .i {
    font-size: 15px;
}
.box3c .box.reason h3 {
    font-size: 20px;
}
/*.no1Box*/
.box .no1Box {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.box .no1Box .medal {
    margin-right: 40px;
}
.box .no1Box p.oosaka {
    font-size: 34px;
    font-weight: bold;
}
.box .no1Box p {
    line-height: 1.8;
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
}
.box .no1Box p span {
    color: #41bce9;
}
/*==============================================
 .lnav
============================================= */
.lnav {
}
.lnav .index {
    width: 170px;
    font-size: 34px;
    font-weight: bold;
}
.lnav ul {
    width: 830px;
}
.lnav ul li {
}
.lnav ul li a {
    position: relative;
    line-height: 2.4;
    padding-left: 40px;
    color: #2d3031;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: .1em;
    bottom: 0;
    left: 0;
    width: 1.1em;
    height: 1.1em;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_osakagas/arrow.svg) no-repeat 0 0;
    background-size: 100%;
    transform: rotate(90deg);
}
.lnav ul li a:hover {
    color: #ffb71c;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    margin-top: 80px;
    text-align: center;
}
.paragraphIn {
    margin: 0 auto;
}
.paragraph h2 {
    height: 300px;
    margin: 0 auto;
    padding-top: .6em;
    line-height: 1.4;
    font-size: 48px;
    font-weight: bold;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_osakagas/h2.png) no-repeat top center;
    box-sizing: border-box;
}
.paragraph#article01 h2,
.paragraph#article02 h2,
.paragraph#article03 h2 {
    height: 230px;
    padding-top: 1.0em;
}
.paragraph#matome h2 {
    height: 230px;
}
.paragraph h2 > span {
    display: block;
    margin: 0 auto;
}
.paragraph h2 .i {
    display: inline-block;
    position: relative;
    margin-bottom: 1em;
    padding: .3em 1em;
    font-size: 20px;
    background: #fff;
    border: solid 4px #2d3031;
    border-radius: 20px;
    box-sizing: border-box;
}
.paragraph h2 .i::before {
  content: "";
  position: absolute;
  bottom: -1em;
  left: calc(50% - .5em);
  margin-left: 0;
  border: .5em solid transparent;
  border-top: .5em solid #fff;
  z-index: 2;
}
.paragraph h2 .i::after {
  content: "";
  position: absolute;
  bottom: -1.4em;
  left: calc(50% - .5em);
  margin-left: -.1em;
  border: .6em solid transparent;
  border-top: .6em solid #2d3031;
  z-index: 1;
}
.paragraph h3 {
    line-height: 1.6;
    font-weight: bold;
}
.paragraph h3.obi {
    margin-top: 60px;
    padding: .5em;
    border-radius: 20px;
    background-color: #2d3031;
    color: #fff;
    font-size: 24px;
}
.paragraph h3.no1 {
    margin-top: 60px;
    font-size: 38px;
}
.paragraph h3.no1 span {
    color: #41bce9;
}
.paragraph p {
    line-height: 2.0;
    margin: 60px auto 0;
    font-size: 18px;
}
/*.next*/
.paragraph .next {
    margin-top: 50px;
}
.paragraph .next p {
    display: inline;
    border-bottom: 1px dashed #2d3031;
    font-size: 30px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px auto 0;
}
h4 + .imgBox {
    margin-top: 40px;
}
p + .imgBox {
    margin-top: 70px;
}
.box.reason .imgBox {
    margin-top: 50px;
}
.box3c .box.reason .imgBox {
    margin-top: 30px;
}
.imgBox div {
    width: 235px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 575px;
    margin: 0;
    font-size: 14px;
}
/*---- .one ----*/
.imgBox .one {
    width: 100%;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 100%;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 680px;
}
.imgBox .two a {
    width: 320px;
    margin: 0 10px;
}
.imgBox .two a:first-child {
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .graph ----*/
.imgBox .graph img {
    width: auto;
}
/*==============================================
.kakomi
============================================= */
.box.kakomi {
    position: relative;
    padding-top: 40px;
    background-color: #ee5f6d;
}
.box.kakomi .badge {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 140px;
    height: 140px;
}
.box.kakomi h3 {
    padding-bottom: .5em;
    border-bottom: 4px solid #2d3031;
    font-size: 40px;
    color: #fff;
}
.box.kakomi h4 {
    margin-top: 30px;
    font-size: 26px !important;
    color: #fff;
}
.box.kakomi h4::before, 
.box.kakomi h4::after {
    background-color: #fff;
}
.box.kakomi h4::before {
    margin-right: 1em;
}
.box.kakomi h4::after {
    margin-left: 1em;
}
.box.kakomi p {
    margin-top: 50px;
    color: #fff;
}
.box.kakomi .btn a {
    background-color: #fff;
}
.box.kakomi .btn a:hover {
    background-color: #41bce9;
}
/*==============================================
.note
============================================= */
.note {
    margin-top: 80px;
    padding: 60px 0;
    background-color: #e3e3e3;
}
.note ul {
    width: 1000px;
    margin: 0 auto;
}
.note ul li {
    position: relative;
    line-height: 1.8;
    padding-left: 2.5em;
    font-size: 11px;
}
.note ul li + li {
    margin-top: 5px;
}
.note ul li span {
    position: absolute;
    left: 0;
}
.note ul li a {
    text-decoration: underline;
    color: #41bce9;
}
/*==============================================
 effect
============================================= */

[data-effect] {
    transition: transform 0.6s, opacity 0.6s;
}
[data-effect="center"] {
    opacity: 0;
}
[data-effect="top"] {
    opacity: 0;
    transform: translateY(-100px);
}
[data-effect="bottom"] {
    opacity: 0;
    transform: translateY(100px);
}
[data-effect="left"] {
    opacity: 0;
    transform: translateX(-100px);
}
[data-effect="right"] {
    opacity: 0;
    transform: translateX(100px);
}
[data-effect].ended {
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 20px;
    text-align: right;
}
/*==============================================
アンケート
============================================= */
/*----　カラー変更　----*/
.questionnaire {
    color: #2e2e2e;
}
.question .select .arrow {
    border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2, .btnSend a {
    background-color: #0a7bc3;
}
.btnSend a:hover {
    background-color: #04619d;
}
.questionnaireInner h3 .q {
    color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
    background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
    border-color: #1b75bc !important;
}
/*----　文字強調　----*/
.questionnaire .marker {
    background: linear-gradient(transparent 70%, #c2dff7 70%);
}
/*----　ベースデザイン　----*/
.questionnaire {
    padding: 100px 0;
    background-color: #f2f2f2;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"1;
}
.questionnaireInner {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
.questionnaireInner h2 {
    padding: 25px 30px 25px;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.questionnaireInner h3 {
    line-height: 1.8;
    font-size: 16px;
    font-weight: bold;
}
.questionnaireInner h3 .q {
    margin-right: 10px;
    font-size: 24px;
}
.questionnaireInner h3 .required {
    margin-left: 10px;
    color: #e20000;
}
.question {
    padding: 40px 80px 0;
}
.question:first-child {
    padding-top: 50px;
}
.question ul {
    list-style: none;
    margin-top: 20px;
    overflow: auto;
}
.question ul li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.question ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    padding: 0 0 0 53px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .2s linear;
}
/* radio */
.question ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.question ul li .radio {
    display: block;
    position: absolute;
    border: 3px solid #cccccc;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 6px;
    left: 20px;
    z-index: 5;
    transition: border .2s linear;
    -webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
    border: 3px solid;
}
.question ul li .radio::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 6px;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
    border: 3px solid;
}
/* checkbox */
.question ul li input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.question ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #cccccc;
    border-radius: 6px;
    height: 16px;
    width: 16px;
    top: 4px;
    left: 20px;
    z-index: 5;
    transition: border .2s linear;
    -webkit-transition: border .2s linear;
}
.question ul li:hover .check {
    border: 3px solid;
}
.question ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    height: 6px;
    width: 3px;
    top: -3px;
    bottom: 0;
    left: 0;
    right: 1px;
    margin: auto;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: border .2s linear;
    -webkit-transition: border .2s linear;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.question input[type=checkbox]:checked ~ .check {
    border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
    border-bottom: 2px solid;
    border-right: 2px solid;
}
/* select */
.question .select {
    display: inline-block;
    position: relative;
    margin: 20px 0 0 20px;
}
.question .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 5px 35px 5px 15px;
    outline: 0;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border .2s linear;
}
.question .select .arrow {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
}
.question .select select:hover, .question .select select:focus {
    border: 1px solid;
}
/* textarea */
.question textarea {
    width: 80%;
    height: 150px;
    margin: 20px 0 0 20px;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    outline: 0;
    transition: border .2s linear;
}
.question textarea:hover, .question textarea:focus {
    border: 1px solid;
}
/* input */
.question input {
    width: 80%;
    margin: 20px 0 0 20px;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    outline: 0;
    transition: border .2s linear;
}
.question input:hover, .question input:focus {
    border: 1px solid;
}
.question ul li.text label {
    display: inline-block;
}
.question ul li.text input {
    width: 20%;
    margin: 0 0 0 10px;
}
/* .btnSend */
.btnSend {
    margin-top: 60px;
    text-align: center;
}
.btnSend a {
    display: inline-block;
    padding: 15px 100px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: background-color .2s linear;
}
/* .thanks */
.thanks {
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}