@charset "UTF-8";


/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
ul {
    list-style: none;
}
#wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}


/* module
------------------------------------------------- */
.floatL {
	float: left;
	display: inline;
}
.floatR {
	float: right;
	display: inline;
}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}
.bold { font-weight: bold; }

.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #454035;
}
@media only screen and (min-width:751px){
a:hover {
	text-decoration: underline;
}
.al:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition: 0.4s;
	text-decoration: none;
}
.telLink {
	pointer-events: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo12 { font-size: 12px; }
.fo14 { font-size: 14px; }
.fo13 { font-size: 13px; }
.fo17 { font-size: 17px; }
.fo20 { font-size: 20px; }
.fo23 { font-size: 23px; }
.fo24 { font-size: 24px; }
.fo25 { font-size: 25px; }
.fo26 { font-size: 26px; }
.fo28 { font-size: 28px; }
.fo32 { font-size: 32px; }
.fo42 { font-size: 42px; }
.fo50 { font-size: 50px; }
}


/* html, body
------------------------------------------------- */
html, body {
    -webkit-text-size-adjust: none;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #454035;
}
.mincho {
	font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
@media only screen and (max-width:750px){
body {
	font-size: 4.266vw;
}
body.active {
    overflow-y: hidden;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
    min-width: 1200px;
	margin: 0 auto;
	clear: both;
    position: relative;
}
@media only screen and (max-width:750px){
#wrapper {
    min-width: 100%;
}
}


/* header
------------------------------------------------- */
#header {
    width: 100%;
    height: 82px;
    background-color: #0075c2;
    position: fixed;
    z-index: 999;
}
#header .logo {
    width: 108px;
    padding: 20px 0 0 27px;
}
#navtoggle {
    display: none;
}
@media only screen and (max-width:750px){
#header {
    height: 17.5vw;
    background-color: #fff;
}
#header .logo {
    width: 24.4vw;
    padding: 4vw 0 0 4.266vw;
}
#navtoggle {
    display: block;
    width: 10.667vw;
    height: 10.667vw;
    position: absolute;
    right: 4.266vw;
    top: 3.7vw;
    cursor: pointer;
    background-color: #0075c2;
}
#navtoggle div {
    width: 9.6vw;
    height: 9.6vw;
    border: 0.267vw solid #9fd9f6;
    position: relative;
    margin: 0.533vw auto;
    box-sizing: border-box;
}
#navtoggle span {
    display: block;
    position: absolute;
    height: 0.533vw;
    width: 6.66vw;
    background: #fff;
    left: 1.2vw;
    transition: .35s ease-in-out;
}
#navtoggle span:nth-child(1) {
    top: 2.2vw;
}
#navtoggle span:nth-child(2) {
    top: 4.3vw;
}
#navtoggle span:nth-child(3) {
    top: 6.4vw;
}
body.active #navtoggle span:nth-child(1) {
	top: 4.3vw;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.active #navtoggle span:nth-child(2) {
	width: 0;
}
body.active #navtoggle span:nth-child(3) {
	top: 4.3vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}


/* gnav
------------------------------------------------- */
@media only screen and (min-width:751px){
#gnav {
    width: 1030px;
    position: absolute;
    right: 0;
    top: 16px;
}
#gnav ul {
    display: flex;
    justify-content: flex-end;
}
#gnav ul li {
    width: 168px;
    line-height: 45px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
#gnav ul li:first-child {
    width: 190px;
    border-left: 1px solid #fff;
}
#gnav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
}
@media only screen and (max-width:750px){
#gnav {
    display: none;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 17.5vw;
    border-top: 1px solid #000;
}
#gnav ul {
    padding: 0;
}
#gnav ul li {
    padding: 4vw 5vw 4vw 8vw;
    border-bottom: 1px solid #000;
}
#gnav ul li a {
    display: block;
    font-size: 4.6vw;
    font-weight: bold;
    background: url("../img/cont4_icon3.png") 97% center no-repeat;
    background-size: 4.6vw auto;
}
body.active #gnav {
	transform: translateY(0);
}
}


/* contents
------------------------------------------------- */
#contents {
	width: 100%;
	clear: both;
    display: block;
    padding-top: 82px;
    position: relative;
    z-index: 10;
}
.inner {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
    box-sizing: border-box;
}
@media only screen and (max-width:750px){
#contents {
    padding-top: 17.5vw;
}
.inner {
	width: 100%;
}
}


/* headline
------------------------------------------------- */
.headline1 {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.headline1::before,
.headline1::after {
    content: '';
    width: 105px;
    height: 1px;
    background-color: #454035;
    position: absolute;
    top: 50%;
}
.headline1::before {
    left: -120px;
}
.headline1::after {
    right: -120px;
}
@media only screen and (max-width:750px){
.headline1 {
    font-size: 7.46vw;
    line-height: 1.1;
    margin-bottom: 5.5vw;
}
.headline1 .spon {
    display: inline;
}
.headline1::before,
.headline1::after {
    width: 18vw;
}
.headline1::before {
    left: -20vw;
}
.headline1::after {
    right: -20vw;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: 100%;
    height: 615px;
    position: relative;
}
.mainvisual .inner {
    height: 615px;
}
.mainvisual h1 {
    width: 440px;
    position: absolute;
    left: 10px;
    top: 33px;
    z-index: 2;
}
.mainvisual .swiper-container {
    width: 100%;
    height: 550px;
    padding-bottom: 65px;
    position: absolute;
    left: 0;
    top: 0;
}
.mainvisual .swiper-container .slide1 {
    background: url("../img/mainvisual1.jpg?v=1") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .slide2 {
    background: url("../img/mainvisual2.jpg?v=2") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .slide3 {
    background: url("../img/mainvisual4_2408.jpg?v=2") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .slide4 {
    background: url("../img/mainvisual3_2408.jpg?v=2") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .slide5 {
    background: url("../img/mainvisual5.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .slide6 {
    background: url("../img/mainvisual6.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .slide7 {
    background: url("../img/mainvisual7.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .slide8 {
    background: url("../img/mainvisual1_2505.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .slide9 {
    background: url("../img/mainvisual2_2505.jpg") center center no-repeat;
    background-size: cover;
}
/*.mainvisual .swiper-container .slide10 {
    background: url("../img/mainvisual3_2411.jpg") center center no-repeat;
    background-size: cover;
}*/
.mainvisual .swiper-container .slide11 {
    background: url("../img/mainvisual4_2411.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .slide12 {
    background: url("../img/mainvisual8_2506.jpg") center center no-repeat;
    background-size: cover;
}
.mainvisual .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
@media only screen and (max-width:750px){
.mainvisual {
    height: 58.2vw;
}
.mainvisual .inner {
    height: 58.2vw;
}
.mainvisual h1 {
    width: 92vw;
    left: 4vw;
    top: 0;
}
.mainvisual .swiper-container {
    height: 53.2vw;
    padding-bottom: 5vw;
}
}
@media only screen and (min-width:1720px){
.mainvisual .swiper-container {
    height: 32VW;
}
}


/* .cont1
------------------------------------------------- */
.cont1 {
    padding: 45px 0 110px;
    text-align: center;
}
.cont1 ul {
    width: 970px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}
.cont1 ul li {
    width: 298px;
    height: 298px;
    background: url("../img/cont1_bg.png") center center no-repeat;
    background-size: 100% auto;
    color: #fff;
}
.cont1 ul li p span {
	font-size:115%;
    color: #ffff00;
}
.cont1 ul li h3 {
    color: #009de1;
    padding: 35px 0 30px;
}
@media only screen and (max-width:750px){
.cont1 {
    padding: 3vw 0 5.5vw;
}
.cont1 .headline1 {
    font-size: 7.46vw;
    line-height: 1.1;
}
.cont1 .headline1::before,
.cont1 .headline1::after {
    width: 0;
}    
.cont1 .fo24 {
    line-height: 1.875;
}
.cont1 ul {
    width: 52.2vw;
    margin: 5.5vw auto 0;
    display: block;
}
.cont1 ul li {
    width: 100%;
    height: 52.2vw;
    margin-bottom: 4.3vw;
}
.cont1 ul li h3 {
    font-size: 6.933vw;
    padding: 6vw 0 4vw;
}
.cont1 ul li h3 span {
    font-size: 8.266vw;
}
}


/* .cont2
------------------------------------------------- */
.cont2 {
    background-color: #eaf6fd;
    padding: 35px 0 70px;
    margin-bottom: 100px;
}
.cont2 .title {
    width: 675px;
    height: 86px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 80px;
    text-align: center;
    color: #6cbb5a;
    margin: 0 auto 28px;
}
.cont2 .title h3 {
    width: 673px;
    height: 84px;
    font-weight: normal;
    border: 2px solid #6cbb5a;
    border-radius: 80px;
    box-sizing: border-box;
    padding-top: 5px;
    margin: 1px 0 0 1px;
}
.cont2 .title h3 span {
    font-weight: bold;
    display: block;
}
.cont2 .step {
    width: 1030px;
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
    background: url("../img/cont2_icon.png") center 120px no-repeat;
    background-size: 16px auto;
}
.cont2 .step li {
    width: 490px;
    background-color: #fff;
    border: 1px solid #c9caca;
    border-radius: 12px;
    padding: 27px 40px 60px;
    box-sizing: border-box;
}
.cont2 .step li:first-child {
    background: url("../img/cont2_img1.png") 255px 100px no-repeat #fff;
    background-size: 183px auto;
}
.cont2 .step li:last-child {
    background: url("../img/cont2_img2.png") 300px 135px no-repeat #fff;
    background-size: 139px auto;
}
.cont2 .step li h4 {
    width: 115px;
    margin: 0 auto 30px;
}
.cont2 .step li h5 {
    font-weight: bold;
    color: #6cbb5a;
    margin-bottom: 5px;
}
.cont2 .step_card {
	width:1020px;
    margin: 0 auto 35px;
}
.cont2 .step_card p{
    margin: 0 auto 30px;
	font-size:14px;
}
.cont2 .btn {
    width: 408px;
    margin: 0 auto 30px;
}
.cont2 .note {
    width: 1030px;
    margin: 0 auto;
}
.cont2 .note li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
}
.cont2 .note li::before {
    content: '※';
}
@media only screen and (max-width:750px){
.cont2 {
    padding: 9.5vw 0 7vw;
    margin-bottom: 0;
}
.cont2 .title {
    width: 90vw;
    height: 37.33vw;
    border-radius: 3.33vw;
    margin: 0 auto 4.8vw;
}
.cont2 .title h3 {
    font-size: 3.466vw;
    width: 89vw;
    height: 36.33vw;
    border-radius: 3.33vw;
    padding-top: 9vw;
    margin: 0.5vw 0 0 0.5vw;
}
.cont2 .title h3 span {
    font-size: 6.9vw;
    line-height: 1.2;
    padding-bottom: 2vw;
}
.cont2 .step {
    width: 90vw;
    margin: 0 auto;
    display: block;
    background: url("../img/cont2_icon_sp.png") center 56.5vw no-repeat;
    background-size: 30.7vw auto;
}
.cont2 .step li {
    width: 100%;
    border-radius: 3.33vw;
    padding: 4vw 4vw 12vw;
    margin-bottom: 12vw;
}
.cont2 .step li:first-child {
    background: url("../img/cont2_img1.png") 48.7vw 21vw no-repeat #fff;
    background-size: 37.5vw auto;
}
.cont2 .step li:last-child {
    background: url("../img/cont2_img2.png") 56.7vw 28vw no-repeat #fff;
    background-size: 28.5vw auto;
}
.cont2 .step li h4 {
    width: 26.5vw;
    margin: 0 auto 3vw;
}
.cont2 .step li h5 {
    font-size: 5.866vw;
    margin-bottom: 1vw;
}
.cont2 .step li p {
    font-size: 3.466vw;
    line-height: 1.6;
}
.cont2 .btn {
    width: 79.2vw;
    margin: 0 auto 9vw;
}
.cont2 .note {
    width: 91vw;
}
.cont2 .note li {
    font-size: 2.66vw;
    line-height: 1.75;
}
.cont2 .step_card {
	width:92%;
    margin: 0 auto 9vw;
}
.cont2 .step_card p{
    margin: 5px auto 30px;
	font-size:14px;
}
}


/* .cont3
------------------------------------------------- */
.cont3 {
    padding: 35px 0 110px;
    text-align: center;
}
.cont3 ul {
    display: flex;
    /*justify-content: space-between;*/
	justify-content: flex-start;
}
.cont3 ul li {
    width: 294px;
	margin-right:10px;
}
@media only screen and (max-width:750px){
.cont3 {
    padding: 9.5vw 0 0;
}
.cont3 ul {
    width: 72.5vw;
    display: block;
    margin: 0 auto;
}
.cont3 ul li {
    width: 100%;
    margin-bottom: 2vw;
	margin-right:0;
}
}


/* .cont4
------------------------------------------------- */
.cont4 {
    padding: 35px 0;
    text-align: center;
}
.cont4 .sec {
    width: 100%;
    background-color: #f2f2f2;
    display: table;
}
.cont4 .sec .cont {
    width: 40%;
    display: table-cell;
    /*vertical-align: middle;*/
    text-align: center;
	padding-top:100px;
}
.cont4 .sec .cont h4 span {
    display: block;
    letter-spacing: 0.07em;
}
.cont4 .sec .cont .btn1 {
    width: 30px;
    margin: 30px auto 0;
    opacity: 1;
    transition: 0.3s;
}
.cont4 .sec .cont .btn1.hide {
    opacity: 0;
}
.cont4 .sec .spphoto {
    display: none;
}
.cont4 .sec .photo {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cont4 .list {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.cont4 #houg.list {
    left: auto;
    right: 0;
}
.cont4 .list.show {
    opacity: 1;
}
.cont4 .list ul {
    width: 345px;
    margin: 0 auto;
    padding-top: 170px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont4 .list ul li {
    width: 108px;
    margin-bottom: 10px;
}
.cont4 .list ul li a {
    display: block;
    width: 100%;
    line-height: 28px;
    border: 1px solid #b5b5b6;
    background: url("../img/cont4_icon1.png") 90% center no-repeat #fff;
    background-size: 14px auto;
    padding-right: 14px;
    box-sizing: border-box;
}
.cont4 .list ul li a span {
    display: none;
}
.cont4 .btn2 {
    width: 953px;
    margin: 120px auto 0;
}
@media only screen and (max-width:750px){
.cont4 {
    padding: 9.5vw 0 13.5vw;
}
.cont4 .headline1 {
    margin-bottom: 12vw;
}
.cont4 .sec {
    display: block;
}
.cont4 .sec .cont {
    width: 100%;
    display: block;
    padding: 12vw 0;
    cursor: pointer;
}
.cont4 .sec .cont h4 {
    font-size: 5.33vw;
}
.cont4 .sec .cont h4 span {
    font-size: 4.8vw;
}
.cont4 .sec .cont .btn1 {
    width: 8vw;
    margin: 4vw auto 0;
}
.cont4 .sec .spphoto {
    display: block;
    cursor: pointer;
}
.cont4 .sec .photo {
    width: 100%;
    display: block;
    cursor: pointer;
}
.cont4 #cont4-1 .sec .photo {
    display: none;
}
.cont4 .list {
    width: 100%;
    position: static;
    opacity: 1;
    display: none;
    background: url("../img/cont4_bg.jpg") left top no-repeat #4d4d4d;
    background-size: 4.8vw 100%;
    transition: 0s;
}
.cont4 .list.show {
    opacity: 1;
}
.cont4 .list ul {
    width: 100%;
    padding-top: 0;
    display: block;
}
.cont4 .list ul li {
    width: 100%;
    margin-bottom: 0;
}
.cont4 .list ul li a {
    font-size: 4.8vw;
    line-height: 11.2vw;
    border: none;
    background: url("../img/cont4_icon4.png") 72% center no-repeat;
    background-size: 4.8vw auto;
    padding-right: 0;
    color: #fff;
    font-weight: bold;
}
.cont4 .list ul li a span {
    display: inline;
}
.cont4 .btn2 {
    width: 89vw;
    margin: 12vw auto 0;
}
}


/* .cont5
------------------------------------------------- */
.cont5 {
    background-color: #eaf6fd;
    padding: 35px 0 23px;
    text-align: center;
}
.cont5 ul {
    width: 774px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont5 ul li {
    width: 379px;
    margin-bottom: 12px;
    border: 1px solid #b5b5b6;
    box-sizing: border-box;
}
.cont5 ul li:first-child {
    background: url(../img/ct_bg1.jpg) no-repeat left top #fff;
    background-size: auto 100%;
}
.cont5 ul li:nth-child(2) {
    background: url(../img/ct_bg2.jpg) no-repeat left top #fff;
    background-size: auto 100%;
}
.cont5 ul li:nth-child(3) {
    background: url(../img/ct_bg3.jpg) no-repeat left top #fff;
    background-size: auto 100%;
}
.cont5 ul li:nth-child(4) {
    background: url(../img/ct_bg4.jpg) no-repeat left top #fff;
    background-size: auto 100%;
}
.cont5 ul li:nth-child(5) {
    background: url(../img/ct_bg5.jpg) no-repeat left top #fff;
    background-size: auto 100%;
}
.cont5 ul li:nth-child(6) {
    background: url(../img/ct_bg6.jpg) no-repeat left top #fff;
    background-size: auto 100%;
}
.cont5 ul li a {
    display: block;
    text-align: left;
    padding: 15px 0 20px 135px;
    height: 56px;
    background: url(../img/ct_icon.jpg) no-repeat right 10px top 34px;
    color: #666;
}
.cont5 ul li h4 {
    color: #333;
    padding-bottom: 5px;
}
@media only screen and (max-width:750px){
.cont5 {
    padding: 12vw 0 10vw;
}
.cont5 ul {
    width: 94.5vw;
    display: block;
}
.cont5 ul li {
    width: 100%;
    margin-bottom: 3.2vw;
}
.cont5 ul li a {
    padding: 4vw 0 2.7vw 32vw;
    height: 22.4vw;
    background: url(../img/ct_icon.jpg) no-repeat right 2.66vw center;
    background-size: 2.66vw auto;
    box-sizing: border-box;
}
.cont5 ul li h4 {
    font-size: 4vw;
}
.cont5 ul li p {
    font-size: 3.2vw;
    line-height: 1.35;
}
}


/* footer
------------------------------------------------- */
#footer {
    padding: 45px 0 35px;
}
#footer h4 {
    width: 480px;
    line-height: 55px;
    background-color: #0075c2;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto 45px;
}
#footer ul {
    display: flex;
    justify-content: space-between;
}
#footer ul li {
    width: 560px;
    margin-left: 4px;
}
#footer ul li:last-child {
    width: 570px;
    margin: 0 7px 0 0;
}
@media only screen and (max-width:750px){
#footer {
    padding: 22.5vw 0 0;
}
#footer h4 {
    width: 74vw;
    line-height: 8.5vw;
    border-radius: 8.5vw;
    margin: 0 auto 4.5vw;
}
#footer ul {
    width: 90vw;
    margin: 0 auto 9.5vw;
    display: block;
}
#footer ul li {
    width: 100%;
    margin: 0 0 5.5vw;
}
#footer ul li:last-child {
    width: 100%;
    margin: 0;
}
}


/* #exbtn
------------------------------------------------- */
#exbtn {
    width: 174px;
    position: fixed;
    right: 10px;
    bottom: 126px;
    z-index: 95;
}
@media only screen and (max-width:750px){
#exbtn {
    width: 35vw;
    right: 2vw;
    bottom: 2vw;
}
}


/* idPad
------------------------------------------------- */
.idPad {
    padding-top: 82px;
    margin-top: -82px;
}
@media only screen and (max-width:750px){
.idPad {
    padding-top: 17.5vw;
    margin-top: -17.5vw;
}
}