@charset "UTF-8";

html {
    font-size: 62.5%;
    font-family:  "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    box-sizing: border-box;
}

p,
li {
    line-height: 1.7;
}

a {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.7;
    box-sizing: border-box;
    transition: .5s;
}

a:hover {
    opacity: .5;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* pc・sp表示切り替え */
.sp-show { display: block;}
.pc-show { display: none;}

@media screen and (min-width:768px) {
    .sp-show { display: none;}
    .pc-show { display: block;}
}

.page-header .pc-show,
.page-header .sp-show {
    position: relative;
}

.page-header a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
    width: 60%;
}

.btn-box {
    position: relative;
}

.btn-box a {
    position: absolute;
    top: 64%;
    left: 2%;
    z-index: 100;
    width: 96%;
}

@media screen and (min-width:768px) {
    .page-header a {
        width: 25%;
    }

    .btn-box a {
        top: 56%;
        left: 16%;
        width: 69%;
    }
}

/* ダウンロード #contact */

#contact .inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 16px;
}


#contact h2 {
    color: #0A4A97;
    font-size: 4.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#contact .tel-box {
    border: 1px solid #0A4A97;
    padding: 2em 1em 1.5em;
    border-radius: 10px;
    margin-bottom: 60px;
}

#contact .form-box {
    margin-bottom: 20px;
}

#contact .con-cap {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

#contact .con-tel {
    display: block;
    color: #0A4A97;
    text-align: center;
    font-size: 4.0rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
}

#contact .con-tel i {
    padding-right: 6px;
}

#contact .con-for {
    color: #888;
    display: block;
    text-align: center;
}

#contact .lead {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

#contact h3 {
    color: #0A4A97;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #00A0E8;
}

#contact dt {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#contact dd {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333;
}

#contact .red {
    color: #f00;
    font-size: 1.3rem;
    vertical-align: middle;
}

#contact input {
    max-width: 96%;
    line-height: 2em;
}

#contact .after-text {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 20px;
}

#contact .accept-outer {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
#contact input[type="checkbox"].accept {
    margin-right: 5px;
}

#contact button {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #0A4A97;
    font-size: 2.2rem;
    font-weight: bold;
    border-radius: 40px;
    border-style: none;
    width: 310px;
    padding: 1em;
}

#contact button:disabled {
    background: #ccc;
}

@media(min-width: 768px) {
    #contact dl {
        display: grid;
        grid-template-columns: 30% 70%;
        grid-template-rows: 65px 65px 65px;
    }

    #contact dt {
        border-bottom: 1px dotted #333;
        padding-top: 5px;
    }
}

/* フッター .page-footer */

.page-footer {
    background: #EDF5FE;
    text-align: center;
}

.page-footer img {
    display: block;
    margin: 0 auto;
    width: 160px;
    padding: 60px 0 20px;
}

.page-footer a {
    display: block;
    margin: 0 auto 10px;
    max-width: 310px;
    background: #00A0E8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: bold;
    padding: .2em 1em;
    border-radius: 30px;
}

.page-footer .com {
    font-size: 2.2rem;
    font-weight: bold;
}

.page-footer .add,
.page-footer .tel {
    font-size: 1.6rem;
    font-weight: bold;
}

.page-footer .tim {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 60px;
}

.page-footer .copy {
    background: #0A4A97;
}

.page-footer .copy p {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px;
}

.footer-contact {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 100;
}

.contact-outer{
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content:center; /*space-between;*/
	align-items: center;
	align-content:stretch;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
	z-index: 90;
}

.contact-outer a:hover {
    opacity: 1;
}

.footer_button i {
    font-size: 20px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.footer_button {
	display: block;
	padding: 1em .1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
    line-height: 1.2;
	border-radius: 10px;
    text-decoration: none;
    box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
    border: 1px solid #A7A7A7;
}

.contact-coun{
	width: 33%;
	font-size: 1.4rem;
    background: -webkit-gradient(
		linear, left top, left bottom,
		from(#74D1FF),
		to(#339CD0));
    background: linear-gradient(
		top,
		#74D1FF 0%,
		#339CD0);
}

.contact-tel{
	width: 33%;
	font-size: 1.4rem;
    background: -webkit-gradient(
		linear, left top, left bottom,
		from(#EA9AB4),
		to(#DA6087));
    background: linear-gradient(
		top,
		#EA9AB4 0%,
		#DA6087);
}

.contact-line {
	width: 33%;
	font-size: 1.4rem;
    background: -webkit-gradient(
		linear, left top, left bottom,
		from(#5EE858),
		to(#27AB07));
    background: linear-gradient(
		top,
		#5EE858 0%,
		#27AB07);
}

.fb_show {
    display: none;
}

@media(min-width: 768px) {
    .footer_button i {
        padding-bottom: 0;
    }
}

@media(max-width: 354px) {
    .footer_button {
        font-size: 10px;
    }

    .fb_show {
        display: block;
    }
}

/* ダウンロードページ */

.download {
    /* position: relative; */
    height: 100vh;
}

.download .text {
    /* position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; */
	margin: auto;
	/* width: 500px;
	height: 500px; */
    text-align: center;
    padding: 10px;
}

.download img {
    margin-top: 100px;
    max-width: 400px;
}

.download h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.download p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.download a {
    color: #888;
    display: block;
    margin-bottom: 40px;
}

.download .btn {
    background: #24127b;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;     
    text-decoration: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 400px;
    padding: 1.2em 1em;
    border-radius: 56px;
}