<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
#local-nav {
	background-color: #fafafa;
}
#local-nav .inner {
	display: flex;
	width: 910px;
	margin: 0 auto;
}
#local-nav p {
	display: flex;
	align-items: center;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #1d4294;
}
#local-nav ul {
	display: flex;
	list-style: none;
}
#local-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 185px;
	height: 60px;
	font-size: 11px;
	color: #595757;
	text-decoration:none;
}
#local-nav .cr a {
	color: #1d4294;
	background-color: #f0f0f0;
	line-height:1.5;
}
.hidden_box input, label{
	display: none;
}

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
	position: relative;
	width: 100%;
	height: 315px;
	text-align: center;
	padding: 94px 0 0;
	box-sizing: border-box;
}
#main h1 {
	font-size: 38px;
	line-height: 48px;
	color: #1d4294;
	margin-bottom: 33px;
}
#main .pic {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 256px;
	margin-left: 174px;
}
#main .pic img {
	width: 100%;
	height: auto;
}
#main::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 48px;
	display: block;
	width: 58px;
	height: 39px;
	background: url("../../guide/img/icon_arrow_gray.svg") no-repeat center top;
	background-size: contain;
	transform: translateX(-50%);
}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article h2 {
	font-size: 38px;
	font-weight: bold;
	color: #1d4294;
	text-align: center;
	line-height: 1;
}
article p {
	color: #595757;
}
article .txt-link {
	text-align: center;
}
article .txt-link a {
	font-size: 14px;
	color: #0000ff;
	letter-spacing: -.05em;
	text-decoration:none;
	line-height:1.5;
}

article .txt-link br + a{
    display: inline-block;
    margin-top: 5px;
}
article .txt-link a::after {
	content: '＞';
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	transform: scaleX(.5);
	transform-origin: left center;
	margin-left: 7px;
}
article img {
	width: 100%;
	height: auto;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	position: relative;
	width: 800px;
	background: #f9fdfd;
	padding: 47px 0 35px 0;
	margin: 0 auto;
	border-radius: 20px;
	box-sizing: border-box;
}
#sec1::after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 50%;
	width: 772px;
	height: 25px;
	background: url("../img/kihon/balloon_bottom.png") no-repeat;
	background-size: contain;
	margin-left: -366px;
}
#sec1 h2 {
	width: 404px;
	padding-left: 53px;
	margin-bottom: 29px;
}
#sec1 .txt {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.05em;
	padding-left: 53px;
}
#sec1 .pic {
	width: 700px;
	margin: -83px 0 30px 51px;
}
#sec1 ul.number {
	display: flex;
	justify-content: center;
	width: 720px;
	list-style: none;
	font-size: 16px;
	color: #1d4294;
	margin: 0 auto 10px;
	flex-wrap: wrap;
	line-height: 1.8em;
}
#sec1 ul.number li:not(:last-child) {
	margin-right: 25px;
}
#sec1 .caution {
	text-align: center;
	margin: 0 auto 35px;
}
#sec1 .pic-sign {
	width: 49px;
	margin-right: 20px;
}
#sec1 .box {
	display: flex;
	align-items: center;
	width: 470px;
	border: 1px solid #595757;
	border-radius: 3px;
	padding: 8px 0 8px 30px;
	box-sizing: border-box;
	margin: 0 auto 35px;
}
#sec1 .txt-area p {
	font-size: 16px;
	color: #595757;
	margin-bottom: 3px;
}
#sec1 .txt-area li {
	font-size: 13px;
	list-style: none;
	line-height: 20px;
	color: #595757;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	width: 800px;
	padding: 67px 0 37px;
	margin: 0 auto;
}
#sec2 h2 {
	width: 650px;
	padding-left: 53px;
	margin-bottom: 45px;
}
#sec2 .box {
	display: flex;
	padding-left: 53px;
}
#sec2 h3 {
	font-size: 22px;
	line-height: 1;
	color: #1d4294;
	margin-bottom: 22px;
}
#sec2 h3::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #1d4293;
	margin-right: 5px;
}
#sec2 .block:first-child {
	width: 358px;
}
#sec2 .txt {
	width: 320px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.07em;
	margin: 0 0 20px 22px;
}
#sec2 .block ul {
	height: 110px;
	font-size: 16px;
	line-height: 26px;
	color: #595757;
	list-style: none;
	margin: 0 0 0 22px;
}
#sec2 .block:first-child .pic {
	width: 186px;
	margin-left: 60px;
	margin-bottom: 35px;
}
#sec2 .block:last-child .pic {
	width: 154px;
	margin: 0 0 35px 80px;
}
#sec2 .txt-dl {
	display: flex;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin: 0 0 13px 60px;
}
#sec2 .txt-dl::before,
#sec2 .txt-dl::after {
	content: '';
	display: block;
	width: 1px;
	height: 22px;
	background-color: #595757;
	transform: rotate(-33deg);
}
#sec2 .txt-dl::before {
	margin-right: 15px;
}
#sec2 .txt-dl::after {
	margin-left: 10px;
	transform: rotate(33deg);
}
#sec2 .app-area {
	display: flex;
	justify-content: space-between;
	width: 310px;
	margin: 0 0 0 5px;
}
#sec2 .icon {
	width: 150px;
}
#sec2 .app-area a:hover {
	text-decoration: none;
	opacity: .7;
}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 {
	width: 800px;
	background: #f9fdfd url("../img/kihon/balloon_bottom.png") no-repeat center top;
	border-radius: 20px;
	padding: 58px 0 40px;
	margin: 0 auto;
}
#sec3 h2 {
	width: 452px;
	margin: 0 0 25px 50px;
}
#sec3 h3 {
	font-size: 25px;
	line-height: 1;
	color: #1d4294;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 45px;
}
#sec3 .txt {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 22px 50px;
}
#sec3 &gt; .pic {
	width: 418px;
	margin: 0 auto 43px;
}
#sec3 .box {
	display: flex;
	justify-content: center;
	width: 526px;
	margin: 0 0 0 140px;
}
#sec3 .pic-left {
	width: 267px;
}
#sec3 .pic-right {
	width: 195px;
	padding-top: 4px;
}
#sec3 .box .txt-link {
	margin-left: 20px;
}

/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
#sec4 {
	padding: 104px 0 65px;
}
#sec4 h2 {
	line-height: 48px;
	margin-bottom: 47px;
}
#sec4 h2::after {
	content: '';
	display: block;
	width: 58px;
	height: 39px;
	background: url("../../guide/img/icon_arrow_gray.svg") no-repeat center top;
	background-size: contain;
	margin: 42px auto 0;
}
#sec4 .bg-box {
	background-color: #fafafa;
	padding: 68px 0 60px;
}
#sec4 h3 {
	font-size: 25px;
	line-height: 1;
	color: #1d4294;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 36px;
}
#sec4 .txt1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 18px;
}
#sec4 .caution {
	font-size: 13px;
	text-align: center;
	margin-bottom: 45px;
}
#sec4 .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 449px;
	padding-left: 10px;
	margin: 0 auto 50px;
	box-sizing: content-box;
}
#sec4 .box .logo1 img , 
#sec4 .box .logo2 img , 
#sec4 .box .logo3 img , 
#sec4 .box .logo4 img , 
#sec4 .box .logo5 img {
	height: 50px;
	width:auto;
	margin-right:20px;
}
#sec4 .box .logo5 {
	margin-right:0;
}
#sec4 .txt2 {
	font-size: 13px;
	color: #e52d8a;
	text-align: center;
	margin-bottom: 35px;
}
#sec4 .bg-box2 {
	background-color: #f9fbff;
	padding: 55px 0 60px;
}
#sec4 .bg-box2 h3 strong {
	font-size: 37.5px;
	color: #e52d8a;
}
#sec4 .bg-box2 .txt3 {
	font-size: 18px;
	line-height: 28px;
	color: #595757;
	text-align: center;
	margin-bottom: 20px;
}
#sec4 .bg-box2 .caution {
	margin-bottom: 32px;
}
#sec4 .bg-box3 {
	padding: 65px 0 35px;
}
#sec4 .bg-box3 .txt4 {
	width: 450px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.05em;
	color: #595757;
	margin: 0 auto 25px;
}
#sec4 .bg-box3 .pic {
	width: 337px;
	padding-right: 65px;
	margin: 0 auto 43px;
	box-sizing: content-box;
}
#sec4 .bg-box4 {
	background-color: #fafafa;
	padding: 68px 0 40px;
}
#sec4 .bg-box4 .txt5 {
	width: 520px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.05em;
	color: #595757;
	margin: 0 auto 55px;
}
#sec4 .pink {
	color: #e52d8a;
}
#sec4 .bg-box4 .pic {
	width: 498px;
	margin: 0 auto 38px;
}

/* ---------------------------------------------------------
#sec5
----------------------------------------------------------*/
#sec5 {
	padding: 53px 0 12px;
}
#sec5 h2 {
	line-height: 48px;
	letter-spacing: .1em;
	margin-bottom: 50px;
}
#sec5 h2::after {
	content: '';
	display: block;
	width: 58px;
	height: 39px;
	background: url("../../guide/img/icon_arrow_gray.svg") no-repeat center top;
	background-size: contain;
	margin: 38px auto 0;
}
#sec5 .bg-box {
	background-color: #fafafa;
	padding: 68px 0 45px;
}
#sec5 .bg-box .pic {
	width: 155px;
	margin: 0 auto 35px;
}
#sec5 .txt {
	width: 500px;
	font-size: 18px;
	color: #595757;
	margin: 0 auto 33px;
}
#sec5 .bg-box2 {
	background-color: #f9fbff;
	padding: 65px 0 50px;
}
#sec5 .bg-box2 h3 {
	width: 408px;
	margin: 0 auto 42px;
}
#sec5 .bg-box2 .txt {
	margin-bottom: 23px;
}
#sec5 .bg-box2 .pic {
	width: 410px;
	margin: 0 auto 35px;
}
#sec5 .bg-box2 .subttl2 {
	width: 100%;
	margin: 48px auto 22px;
}
#sec5 h3 {
	font-size: 25px;
	line-height: 1;
	color: #1d4294;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: 39px;
}

/* ---------------------------------------------------------
#sec6
----------------------------------------------------------*/
#sec6 {
	padding: 105px 0 12px;
}
#sec6 h2 {
	line-height: 48px;
	letter-spacing: .1em;
	margin-bottom: 50px;
}
#sec6 h2::after {
	content: '';
	display: block;
	width: 58px;
	height: 39px;
	background: url("../../guide/img/icon_arrow_gray.svg") no-repeat center top;
	background-size: contain;
	margin: 40px auto 0;
}
#sec6 h3 {
	font-size: 25px;
	line-height: 1;
	color: #1d4294;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: 37px;
}
#sec6 .bg-box {
	background-color: #fafafa;
	padding: 66px 0 37px;
}
#sec6 .txt {
	width: 510px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.04em;
	color: #595757;
	margin: 0 auto 25px;
}
#sec6 .red {
	width: 470px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: -.04em;
	color: #e52d8a;
	margin: 0 auto;
}
#sec6 .bg-box .pic {
	width: 330px;
	margin: 32px auto 20px;
}
#sec6 .bg-box2 {
	background-color: #f9fbff;
	padding: 65px 0 50px;
}
#sec6 .bg-box2 .pic {
	width: 285px;
	margin: 32px auto 20px;
}
#sec6 .box {
	display: flex;
	justify-content: center;
	padding: 44px 0 0;
}
#sec6 .box a {
	font-size: 16px;
	margin: 0 38px;
}

/* ---------------------------------------------------------
digital
----------------------------------------------------------*/
.digital #pagetop a{
    text-shadow: 
       2px  2px 0px #ffffff,
      -2px  2px 0px #ffffff,
       2px -2px 0px #ffffff,
      -2px -2px 0px #ffffff,
       2px  0px 0px #ffffff,
       0px  2px 0px #ffffff,
      -2px  0px 0px #ffffff,
       0px -2px 0px #ffffff;
}
.digital #main {
    background: #000 url(../img/bg_img.png) no-repeat center center;
    background-size: cover;
    height: 360px;
}
.digital #main h1 {
    text-align: left;
    display: inline-block;
    margin-right: 273px;
    color: #fff;
}
.digital #main h1 span {
    font-style: italic;
    font-size: 46px;
    margin-right: 15px;
    line-height: 77px;
    margin-left: -9px;
    color: #c0f492;
}
.digital #main .pic {
    width: 268px;
    margin-left: 170px;
}
.digital #main .pic img {
    margin-bottom: 47px;
}
.digital #main::after {
	bottom: 93px;
}
.digital #sec1 {
    width: 100%;
    padding: 0 0 35px;
    background-color: #000;
    border-radius: 0;
}
.digital #sec1::after {
    background: none;
}
.digital #sec1 h2 {
    width: 100%;
    margin-bottom: 29px;
    color: #fff;
    background: rgb(145,110,238);
    background: linear-gradient(90deg, rgba(145,110,238,1) 0%, rgba(150,232,239,1) 100%);
    padding: 19px 0;
    font-size: 33px;
    border-top: 3px solid;
    border-bottom: 3px solid;
}
.digital #sec1 .section_inner {
    width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 4px solid #743ad5;
    border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
    border-image-slice: 1;
    padding: 30px 0;
}
.digital #sec1 .txt {
    text-align: center;
    padding-left: 0;
}
.digital #sec1 .pic_2 {
    width: 500px;
    margin: 25px auto 45px;
}
.digital #sec1 .pic2 {
    width: 500px;
    margin: 30px auto;
    position: relative;
}
.digital #sec1 .pic2 .ico01,
.digital #sec1 .pic3 .ico01 {
    width: 19px;
    height: 19px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.digital #sec1 .pic3 .no_box:nth-child(2) {
    position: absolute;
    overflow: hidden;
    padding: 10px 67px 10px 98px;
    border-top: 3px solid #000;
    font-size: 19px;
    font-weight: bold;
    color: #000;
}
.digital #sec1 .pic3 .no_box:nth-child(3) {
    position: absolute;
    overflow: hidden;
    padding: 10px 39px 10px 61px;
    border-top: 3px solid #000;
    font-size: 19px;
    font-weight: bold;
    color: #000;
}
.digital #sec1 .pic3 .no_box:nth-child(4) {
    position: absolute;
    overflow: hidden;
    padding: 10px 66px 10px 87px;
    border-top: 3px solid #000;
    font-size: 19px;
    font-weight: bold;
    color: #000;
}
.digital #sec1 .pic3 .no_box:nth-child(5) {
    position: absolute;
    overflow: hidden;
    padding: 10px 8px 10px 61px;
    border-top: 3px solid #000;
    font-size: 19px;
    font-weight: bold;
    color: #000;
}
.digital #sec1 .pic3 .no_box:nth-child(3):before,
.digital #sec1 .pic3 .no_box:nth-child(5):before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 153px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #000;
}
.digital #sec1 .pic3 .no_box:nth-child(2):after,
.digital #sec1 .pic3 .no_box:nth-child(4):after {
    position: absolute;
    top: -150%;
    right: -100px;
    width: 158px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(-25deg);
    background: #000;
}
.digital #sec1 .pic3 .no_box:nth-child(3) .no,
.digital #sec1 .pic3 .no_box:nth-child(5) .no {
    font-size: 32px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-left: 16px;
    color: #fff;
}
.digital #sec1 .pic3 .no_box:nth-child(2) .no,
.digital #sec1 .pic3 .no_box:nth-child(4) .no {
    font-size: 32px;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 0;
    display: block;
    padding-right: 16px;
    color: #fff;
}
.digital #sec1 .pic3 .no_box:nth-child(2) {
    top: 42%;
    right: -62%;
    width: 103px;
}
.digital #sec1 .pic3 .no_box:nth-child(3) {
    top: 42%;
    left: -63%;
    width: 267px;
}
.digital #sec1 .pic3 .no_box:nth-child(4) {
    top: 89%;
    right: -62%;
    width: 95px;
}
.digital #sec1 .pic3 .no_box:nth-child(5) {
    top: 10%;
    left: -63%;
    width: 185px;

}
.digital #sec1 .pic_2 .ico02 {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    margin-left: 3px;
}
.digital #sec1 .pic3 a {
    color: #8701a4;
    text-decoration: underline;
}
.digital #sec1 .pic3 a:hover {
    text-decoration: none;
    color: #000
}
.digital #sec1 .pic3 {
    width: 345px;
    margin: 20px auto 30px;
    position: relative;
}
.digital #sec1 .pic4 {
    width: 426px;
    margin: 10px auto;
}
.digital #sec1 .pic5 {
    display: flex;
    align-items: flex-start;
}
.digital #sec1 .pic5 img{
    width: 140px;
    margin: -21px 20px 0;
    flex-shrink:0;
}
.digital #sec1 .pic6 {
    width: 654px;
    margin: 10px auto;
}
.digital #sec1 ol {
    padding: 0 53px;
}
.digital #sec1 ol li {
    position: relative;
    padding-left: 40px;
    list-style: none;
    font-size: 15px;
}
.digital #sec1 ol li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #246cbf;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.digital #sec1 ol li:nth-child(1)::before {
    content: '1';
}
.digital #sec1 ol li:nth-child(2)::before {
    content: '2';
}
.digital #sec1 ol li:nth-child(3)::before {
    content: '3';
}
.digital #sec1 .sec1-02 li:nth-child(1)::before {
    content: '4';
}
.digital #sec1 .sec1-02 li:nth-child(2)::before {
    content: '5';
}
.digital #sec1 .sec1-02 li:nth-child(3)::before {
    content: '6';
}
.digital #sec1 .sec1-02 li:nth-child(4)::before {
    content: '7';
}
.digital #sec1 .sec1-02 li:nth-child(5)::before {
    content: '8';
}
.digital #sec1 ol li + li {
    margin-top: 20px;
}
.digital #sec1 ol li dt {
    font-weight: bold;
    font-size: 16px;
}
.digital #sec1 ol li dd + dd {
    margin-top: 10px;
}
.digital #sec1 a.link01 {
    position: relative;
    display: inline-block;
    padding-left: 13px;
    color: #0050a3 !important;
}
.digital #sec1 a.link01::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #0050a3;
    border-right: solid 1px #0050a3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}
.digital #sec1 .caution {
    margin: 30px auto 60px;
}
.digital #sec1 .dl02 {
    margin: 30px 53px 0;
    padding: 20px;
    color: #fff;
    background: rgb(115,104,237);
    background: linear-gradient(129deg, rgba(115,104,237,1) 0%, rgba(224,96,203,1) 100%);
}
.digital #sec1 .dl02 dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.digital #sec1 .dl02 dd {
    display: flex;
}
.digital #sec1 .dl02 dd img {
    width: 104px !important;
    margin-right: 20px;
}
.digital #sec1 .dl02 dd p {
    color: #fff;
}
.digital #sec1 h2:nth-of-type(n+2) {
    margin-top: 60px;
}

/* modal
-----------------------------------------------*/
.digital #sec1 .modal{
	display:none;
	position:fixed;
	z-index:100;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
}
.digital #sec1 .modal .bg{
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	background:#ab5abc;
	width:100%;
	height:100%;
	opacity:0.8;
}
.digital #sec1 .modal .modalInner{
	position:relative;
	z-index:11;
	top:50%;
	left:0;
	max-width:900px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	box-sizing:padding-box;
	margin:0 auto;
}
.digital #sec1 .modal .modalBox{
	position:relative;
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:left;
	padding:34px 40px 36px 40px;
}
.digital #sec1 .modal .modalBox .modalClose{
	position:absolute;
	right:-22px;
	top:-22px;
	display:block;
	width:51px;
	height:51px;
	background:url(../img/kihon/btn_modal_close.png) no-repeat;
	background-size:50px;
	font-size:0;
	ppacity:1 !important;
}
.digital #sec1 .modal.min{
	overflow-y:scroll;
}
.digital #sec1 .modal.min .modalInner{
	top:0;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	-ms-transform:translateY(0);
	margin-top:30px;
	margin-bottom:30px;
}
.digital #sec1 .modal .modalBox h3 {
	font-size: 200%;
	text-align: center;
	color: #8701a4;
}
.digital #sec1 .modal .modalBox h3 span {
	font-style: italic;
	font-size: 157%;
	margin-right: 9px;
}
.digital #sec1 .modal .modalBox p{
	margin-top:24px;
	font-size:138.5%;
	line-height:1.8;
	color: #000;
}
.digital #sec1 .modal .img {
	margin: 24px auto 0 auto;
}
.digital #sec1 .modal .img img {
	width: 100%;
	height: auto;
}
.digital #sec1 #modal01 .img,
.digital #sec1 #modal02 .img,
.digital #sec1 #modal04 .img{
	max-width:330px;
}
.digital #sec1 #modal03 .img {
	max-width: 472px;
}
.digital #sec1 .modal ul li {
	font-size: 115%;
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 5px;
	list-style: none;
}

/* slide
-----------------------------------------------*/
.digital #sec1 .section_inner:last-child{
    padding: 0;
}
.digital #sec1 .slide {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	margin-top:-1px;
}
.digital #sec1 .slide .btn{
	position:relative;
	padding:26px 50px 26px 20px;
	cursor:pointer;
}
.digital #sec1 .slide .btn::before{
	content:"";
	position:absolute;
	right:31px;
	top:50%;
	width:2px;
	height:24px;
	background:#aeaeae;
	margin-top:-12px;
	opacity:1;
}
.digital #sec1 .slide .btn::after{
	content:"";
	position:absolute;
	right:20px;
	top:50%;
	width:24px;
	height:2px;
	background:#aeaeae;
	margin-top:-1px;
}
.digital #sec1 .slide .btn.active::after{
	opacity:0;
}
.digital #sec1 .slide .btn::before,
.digital #sec1 .slide .btn::after{
	-webkit-transition:transform 0.35s,opacity 0.35s;
	-moz-transition:transform 0.35s,opacity 0.35s;
	-ms-transition:transform 0.35s,opacity 0.35s;
	-o-transition:transform 0.35s,opacity 0.35s;
	transition:transform 0.35s,opacity 0.35s;
}
.digital #sec1 .slide .btn.active::before,
.digital #sec1 .slide .btn.active::after{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
}
.digital #sec1 .slide .btn h4{
	text-align:left;
	font-size:153.9%;
	color: #7f009a;
	font-weight: bold;
}
.digital #sec1 .slide .slideInner{
	position:relative;
	display:none;
	padding: 0 20px 30px;
	font-size: 18px;
}
.digital #sec1 .slide .slideInner p{
	color: #000;
}
.digital #sec1 .slide .slideInner ul li {
	font-size: 17px;
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 10px;
	list-style: none;
}
#tokuten {
	margin-bottom: 40px !important;
}
#sec7 {
	width: 570px;
	margin: 0 auto 80px;
}
#sec7 .txt {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#sec7  .caution {
	font-size: 13px;
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
	#local-nav {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#local-nav p {
		display: none;
		/*justify-content: center;
		width: 100%;
		font-size: 12px;
		padding: 12px 0;*/
	}
	#local-nav .inner {
		width: 100%;
		display: block;
	}
	#local-nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		list-style: none;
		padding: 0 2% 0;
	}
	#local-nav li {
		width: 48.5%;
	}
	#local-nav a,
	#local-nav .cr a {
		width: 100%;
		height: 46px;
		font-size: 11px;
		color: #595757;
		background-color: #f0f0f0;
		margin: 0 0 10px;
	}

	/* 開閉ここから*/
	.hidden_box {
		padding: 12px 0;
		text-align: center;
	}
	.hidden_box label {
		display: inherit;
		font-weight: bold;
		cursor :pointer;
		transition: .5s;
		color: #1d4294;
		font-size: 12px;
	}
	.hidden_box label:after {
		display: inline-block;
		content: url("/point/img/tokuten/icon_arrow_navy.png");
		font-family: 'FontAwesome';
		padding-left: 15px;
		transition: 0.2s;
	}
	.hidden_box input:checked ~ label:after {
		 content: url("/point/img/tokuten/icon_arrow_navy_up.png");
	}
	.hidden_box input {
		display: none;
	}
	.hidden_box .hidden_show {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}
	.hidden_box input:checked ~ .hidden_show {
		padding: 15px 0 0;
		height: auto;
		opacity: 1;
	}

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
	#main {
		height: auto;
		padding: 35px 0 0;
		margin-bottom: 0;
	}
	#main h1 {
		font-size: 29px;
		line-height: 1.3;
		margin-bottom: 0;
	}
	#main .pic {
		position: relative;
		left: inherit;
		bottom: inherit;
		width: 52vw;
		margin: -5px 0 0 43.5vw;
	}
	#main::after {
		left: 22.4vw;
		bottom: 80px;
		width: 12.4vw;
		height: 7.7vw;
		transform: translateX(0);
	}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
	article h2 {
		font-size: 29px;
		line-height: 42px;
	}
	article .txt {		
		text-align: justify;
		text-justify: inter-ideograph;
	}
	article .txt-link a {
		font-size: 10px;
		letter-spacing: -.05em;
	}
	article .txt-link a::after {
		font-size: 10px;
	}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
	#sec1 {
		width: 93.3vw;
		padding: 28px 0 30px;
		margin: 0 auto;
	}
	#sec1::after {
		content: '';
		width: 87.7vw;
		height: 5.3vw;
		background: url("../img/kihon/balloon_bottom_sp.png") no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -5.3vw;
		left: 50%;
		transform: translateX(-50%);
		margin-left:0;
	}
	#sec1 h2 {
		width: 83.2vw;
		padding: 0;
		margin: 0 0 24px 4.4vw;
	}
	#sec1 .txt {
		width: 85vw;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: normal;
		padding: 0;
		margin: 0 0 20px 4.4vw;
	}
	#sec1 .pic {
		width: 72.2vw;
		height: 180vw;
		background: url("../img/kihon/pic_01_sp.png") no-repeat;
		background-size: contain;
		margin: 0 auto 18px;
	}
	#sec1 .pic img {
		display: none;
	}
	#sec1 ul.number {
		flex-wrap: wrap;
		justify-content: center;
		width: auto;
		font-size: 14px;
		line-height: 23px;
		margin: 0 auto 18px;
	}
	#sec1 ul.number li {
		margin: 0 12px;
	}
	#sec1 ul.number li:not(:last-child) {
		margin-right: 12px;
	}
	#sec1 .caution {
		font-size: 11px;
		margin: 0 auto 18px;
		width: 85vw;
	}
	#sec1 .pic-sign {
		width: 40px;
		margin-right: 13px;
	}
	#sec1 .box {
		width: 85vw;
		padding: 8px 6px 8px 13px;
		margin: 0 auto 22px;
	}
	#sec1 .txt-area p {
		font-size: 12px;
		margin-bottom: 3px;
	}
	#sec1 .txt-area li {
		font-size: 10px;
		line-height: 15px;
	}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
	#sec2 {
		width: 93.3vw;
		padding: 46px 0 30px;
		margin: 0 auto;
	}
	#sec2 h2 {
		width: 87.7vw;
		height: 17.6vw;
		background: url("../img/kihon/ttl_02_sp.png") no-repeat;
		background-size: contain;
		padding-left: 0;
		margin: 0 0 28px 4.2vw;
	}
	#sec2 h2 img {
		display: none;
	}
	#sec2 .box {
		display: block;
		padding: 0 2.9vw 0 4.6vw;
	}
	#sec2 h3 {
		font-size: 17px;
		line-height: 1;
		color: #1d4294;
		margin-bottom: 18px;
	}
	#sec2 h3::before {
		width: 12px;
		height: 12px;
		margin-right: 5px;
	}
	#sec2 .block:first-child {
		width: auto;
		margin-bottom:30px;
	}
	#sec2 .txt {
		width: auto;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: -.07em;
		margin: 0 0 18px 4.8vw;
	}
	#sec2 .block ul {
		height: auto;
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 25px 4.8vw;
	}
	#sec2 .block:first-child .pic {
		width: 38.4vw;
		margin: 0 0 15px 21.8vw;
	}
	#sec2 .block:last-child .pic {
		width: 32vw;
		padding-top: 3px;
		margin: 0 0 28px 25.8vw;
	}
	#sec2 .txt-dl {
		justify-content: center;
		font-size: 12px;
		line-height: 1;
		margin: 0 0 8px;
	}
	#sec2 .txt-dl::before,
	#sec2 .txt-dl::after {
		height: 18px;
	}
	#sec2 .txt-dl::before {
		margin-right: 15px;
	}
	#sec2 .txt-dl::after {
		margin-left: 10px;
		transform: rotate(33deg);
	}
	#sec2 .app-area {
		width: 85vw;
		margin: 0 0 28px;
	}
	#sec2 .icon {
		width: 41vw;
	}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
	#sec3 {
		width: 93.3vw;
		background: #f9fdfd url("../img/kihon/balloon_bottom_sp.png") no-repeat center top;
		background-size: 87.7vw auto;
		border-radius: 20px;
		padding: 40px 0 30px;
		margin: 0 auto;
	}
	#sec3 h2 {
		width: auto;
		height: 26.4vw;
		background: url("../img/kihon/ttl_03_sp.png") no-repeat;
		background-size: contain;
		margin: 0 0 25px 3.8vw;
	}
	#sec3 h2 img,
	#sec3 &gt; .pic img {
		display: none;
	}
	#sec3 h3 {
		font-size: 25px;
		line-height: 1;
		color: #1d4294;
		text-align: center;
		letter-spacing: .1em;
		margin-bottom: 45px;
	}
	#sec3 .txt {
		width: auto;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: -.07em;
		margin: 0 3.3vw 13px 4.8vw;
	}
	#sec3 &gt; .pic {
		width: 75vw;
		height: 27.4vw;
		background: url("../img/kihon/pic_03_sp.png") no-repeat;
		background-size: contain;	
		margin: 0 auto 20px;
	}
	#sec3 .box {
		display: flex;
		justify-content: center;
		width: auto;
		margin: 0 0 0;
	}
	#sec3 .pic-left {
		width: 53.3vw;
		margin: 0 -3vw 0 3vw;
	}
	#sec3 .pic-right {
		width: 39vw;
		padding-top: 4px;
	}
	#sec3 .box .txt-link {
		text-align: left;
		margin: -10px 0 0 8vw;
	}

/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
	#sec4 {
		padding: 70px 0 0;
	}
	#sec4 h2 {
		line-height: 37px;
		margin-bottom: 37px;
	}
	#sec4 h2::after {
		width: 12.4vw;
		height: 7.7vw;
		margin: 32px auto 0;
	}
	#sec4 .bg-box {
		padding: 52px 0 48px;
	}
	#sec4 h3 {
		font-size: 19px;
		margin-bottom: 30px;
	}
	#sec4 .txt1 {
		width: 85vw;
		font-size: 14px;
		margin: 0 auto 18px;
	}
	#sec4 .caution {
		font-size: 10px;
		margin-bottom: 35px;
	}
	#sec4 .box {
		width: 85vw;
		padding-left: 7.3vw;
		margin: 0 0 43px 0;
	}
	#sec4 .box .logo1 img , 
	#sec4 .box .logo2 img , 
	#sec4 .box .logo3 img , 
	#sec4 .box .logo4 img , 
	#sec4 .box .logo5 img {
		height: 10vw;
		width:auto;
		margin-right:3vw;
	}
	#sec4 .box .logo5 {
		margin-right:0;
	}
	#sec4 .txt2 {
		width: 74.5vw;
		font-size: 10px;
		line-height: 1.5;
		text-align: left;
		margin: 0 auto 20px;
	}
	#sec4 .bg-box2 {
		padding: 40px 0 45px;
		margin: 0 auto;
	}
	#sec4 .bg-box2 h3 strong {
		font-size: 29px;
	}
	#sec4 .bg-box2 .txt3 {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 16px;
	}
	#sec4 .bg-box2 .caution {
		margin-bottom: 22px;
	}
	#sec4 .bg-box3 {
		padding: 52px 0 30px;
	}
	#sec4 .bg-box3 .txt4 {
		width: 85.3vw;
		font-size: 14px;
		line-height: 21px;
		margin: 0 auto 25px;
	}
	#sec4 .bg-box3 .pic {
		width: 69.6vw;
		padding-right: 2vw;
		margin: -6vw auto 32px;
	}
	#sec4 .bg-box4 {
		background-color: #fafafa;
		padding: 50px 0 30px;
	}
	#sec4 .bg-box4 .txt5 {
		width: 85.3vw;
		font-size: 14px;
		line-height: 21px;
		margin: 0 auto 25px;
	}
	#sec4 .bg-box4 .pic {
		width: 77.2vw;
		height: 37.7vw;
		background: url("../img/kihon/pic_07_sp.png") no-repeat;
		background-size: contain;
		margin: 0 auto 26px;
	}
	#sec4 .bg-box4 .pic img {
		display: none;
	}

/* ---------------------------------------------------------
#sec5
----------------------------------------------------------*/
	#sec5 {
		padding: 65px 0 12px;
	}
	#sec5 h2 {
		line-height: 37px;
		margin-bottom: 37px;
	}
	#sec5 h2::after {
		width: 12.4vw;
		height: 7.7vw;
		margin: 34px auto 0;
	}
	#sec5 .bg-box {
		padding: 51px 0 30px;
	}
	#sec5 .bg-box .pic {
		width: 32.5vw;
		margin: 0 auto 26px;
	}
	#sec5 .txt {
		width: 85.3vw;
		font-size: 14px;
		line-height: 22px;
		margin: 0 auto 23px;
	}
	#sec5 .bg-box2 {
		background-color: #f9fbff;
		padding: 55px 0 25px;
	}
	#sec5 .bg-box2 h3 {
		width: 84vw;
		margin: 0 auto 32px;
	}
	#sec5 .bg-box2 .txt {
		margin-bottom: 20px;
	}
	#sec5 .bg-box2 .pic {
		width: 84.6vw;
		margin: 0 auto 26px;
	}
	#sec5 .bg-box2 .subttl2 {
		width: 100%;
		margin: 48px auto 22px;
	}
	#sec5 h3 {
		font-size: 19px;
		margin-bottom: 31px;
	}

/* ---------------------------------------------------------
#sec6
----------------------------------------------------------*/
	#sec6 {
		padding: 55px 0 12px;
	}
	#sec6 h2 {
		line-height: 37px;
		margin-bottom: 38px;
	}
	#sec6 h2::after {
		width: 12.4vw;
		height: 7.7vw;
		margin: 32px auto 0;
	}
	#sec6 h3 {
		font-size: 19px;
		margin-bottom: 28px;
	}
	#sec6 .bg-box {
		background-color: #fafafa;
		padding: 52px 0 30px;
	}
	#sec6 .txt {
		width: 85.3vw;
		font-size: 14px;
		line-height: 22px;
		margin: 0 auto 14px;
	}
	#sec6 .red {
		width: 85.3vw;
		font-size: 10px;
		line-height: 16px;
		text-indent: -10px;
		padding-left: 10px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#sec6 .bg-box .pic {
		width: 68.8vw;
		margin: 30px auto 13px;
	}
	#sec6 .bg-box2 {
		padding: 50px 0 32px;
	}
	#sec6 .bg-box2 .pic {
		width: 43.6vw;
		margin: -10px 0 10px 30vw;
	}
	#sec6 .box {
		display: block;
		padding: 27px 0 20px;
	}
	#sec6 .box a {
		font-size: 12px;
		line-height: 26px;
		margin: 0 38px;
	}

/* ---------------------------------------------------------
digital
----------------------------------------------------------*/
	.digital #main {
	    height: 402px;
	}
	.digital #main h1 {
	    margin-right: 0;
	    font-size: 26px;
	    line-height: 1.3;
	    padding: 0 7px;
	    text-align: center;
	}
	.digital #main h1 span{
	    margin-left: 0;
	    font-size: 29px;
	    margin-right: 5px;
	    line-height: 1.6;
	}
	.digital #main::after {
	    display: none;
	}
	.digital #main .pic {
	    width: 310px;
	    margin-top: 15px;
	    margin: 15px auto 0;
	}
	.digital #main .pic img {
	    margin-bottom: 0;
	}
	.digital #sec1 {
	    padding: 0 0 35px;
	}
	.digital #sec1 h2 {
	    width: 100%;
	    margin: 0 0 15px;
	    font-size: 25px;
	    line-height: 31px;
	    padding: 18px 0;
	}
	.digital #sec1 .section_inner {
	    width: 95%;
	}
	.digital #sec1 .txt {
	    text-align: left;
	}
	.digital #sec1 .pic_2 {
	    width: 70%;
	}
	.digital #sec1 .pic3 {
	    width: 50%;
	    height: auto;
	    background: none;
	}
	.digital #sec1 .pic2 {
	    width: 70%;
	}
	.digital #sec1 .pic4,
	.digital #sec1 .pic6 {
	    width: 100%;
	    height: auto;
	    background: none;
	}
	.digital #sec1 .pic5 img {
	    width: 115px;
	    margin: 0 0 0 10px;
	}
	.digital #sec1 ol {
	    padding: 0 10px 20px;
	}
	.digital #sec1 ol li {
	    font-size: 14px;
	}
	.digital #sec1 .caution {
	    margin: 0 auto 30px;
	}
	.digital #sec1 .dl02 {
	    margin: 0 15px;
	    padding: 10px;
	}
	.digital #sec1 .dl02 dd {
	    display: inline;
	}
	.digital #sec1 .dl02 dd img {
	    float: left;
	    width: 104px !important;
	    margin: 0 10px 10px 0;
	}
	.digital #sec1 h2:nth-of-type(n+2) {
	    margin-top: 40px;
	}
	.digital #sec1 .pic2 .ico01,
	.digital #sec1 .pic3 .ico01 {
	    width: 12px;
	    height: 12px;
	    margin-bottom: 3px;
	    margin-left: 2px;
	}
	.digital #sec1 .pic_2 .ico02 {
	    width: 11px;
	    height: 11px;
	    margin-bottom: 1px;
	    margin-left: 2px;
	}
	.digital #sec1 .pic3 .no_box:nth-child(3) {
	    padding: 3px 74px 3px 36px;
	    font-size: 12px;
	}
	.digital #sec1 .pic3 .no_box:nth-child(5) {
	    padding: 3px 0 3px 36px;
	    font-size: 12px;
	}
	.digital #sec1 .pic3 .no_box:nth-child(2) {
	    padding: 2px 31px 3px 29px;
	    font-size: 12px;
	}
	.digital #sec1 .pic3 .no_box:nth-child(4) {
	    padding: 2px 31px 3px 12px;
	    font-size: 12px;
	}
	.digital #sec1 .pic3 .no_box:nth-child(3):before,
	.digital #sec1 .pic3 .no_box:nth-child(5):before {
	    top: -150%;
	    left: -100px;
	    width: 128px;
	    height: 300%;
	}
	.digital #sec1 .pic3 .no_box:nth-child(2):after,
	.digital #sec1 .pic3 .no_box:nth-child(4):after {
	    top: -150%;
	    right: -100px;
	    width: 128px;
	    height: 300%;
	}
	.digital #sec1 .pic3 .no_box:nth-child(3) .no,
	.digital #sec1 .pic3 .no_box:nth-child(5) .no {
	    font-size: 16px;
	    top: 12px;
	    left: 0;
	    padding-left: 7px;
	}
	.digital #sec1 .pic3 .no_box:nth-child(2) .no,
	.digital #sec1 .pic3 .no_box:nth-child(4) .no {
	    font-size: 16px;
	    top: 12px;
	    right: 0;
	    padding-right: 7px;
	}
	.digital #sec1 .pic3 .no_box:nth-child(2) {
	    top: 42%;
	    right: -45%;
	    width: 55px;
		}
	.digital #sec1 .pic3 .no_box:nth-child(3) {
	    top: 42%;
	    left: -46%;
	    width: 57px;
	}
	.digital #sec1 .pic3 .no_box:nth-child(4) {
	    top: 89%;
	    right: -45%;
	    width: 55px;
	}
	.digital #sec1 .pic3 .no_box:nth-child(5) {
	    top: 9%;
	    left: -46%;
	    width: 67px;
	}
	.digital #sec1 .pic3 .modalOpen {
		text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
	}
	.digital #sec1 .modal .modalBox{
		padding:28px 20px 28px 20px;
	}
	.digital #sec1 .modal .modalBox h3{
		font-size:17px;
	}
	.digital #sec1 .modal .modalBox p{
		font-size:15px;
		margin-top:16px;
		line-height:1.5;
	}
	.digital #sec1 .modal .modalBox .modalClose{
		right:-10px;
		top:-10px;
		width:39px;
		height:39px;
		background-size:39px;
	}
	.digital #sec1 .modal ul li{
		font-size:13px;
	}
	.digital #sec1 #modal03 .modalBox h3.second_ttl {
		margin-top: 40px;
	}
	.digital #sec1 .slide .btn h4{
		font-size: 17px;
	}
	.digital #sec1 .slide .slideInner{
		font-size: 16px;
	}
	.digital #sec1 .slide .slideInner ul li {
		font-size: 15px;
	}
	#tokuten {
		margin-bottom: 40px !important;
	}
	#sec7 {
		width: 95%;
		margin: 0 auto 40px;
	}
	#sec7  .txt {
		font-size: 14px;
	}
	#sec7  .caution {
		font-size: 10px;
	}
}
@media screen and (max-width:320px) {
}

.apple_atten{
	width:auto;
	max-width:910px;
	margin:30px auto 0;
	color:#ffffff;
	padding:0 10px;
}
</pre></body></html>