@charset "utf-8";

@font-face {
   font-family: MyWebFont01;
   src: url('font/font01.woff') format("woff");
}

html{
	font-size: 62.5%;
}
body{
	font-family: MyWebFont01;
	font-size: 1.4rem;
	color: #333333;
	min-width: 1040px;
	padding: 0 0 120px;
}


.inner_w{
	max-width: 1280px;
	margin: 0 auto;
}
.inner{
	max-width: 1000px;
	margin: 0 auto;
}

.sp{
	display: none;
}

/*-------------------------------------------

    Element

-------------------------------------------*/


#first_view{
	background: url(images/fv_bg.png) no-repeat left center;
	background-size: cover;
	padding: 0 5%;
}
#first_view .inner_w{
	position: relative;
	padding: 65px 0 80px;
}
#first_view h1{
	margin: 0 0 45px;
}
#first_view .fv_img{
	position: absolute;
	right: 0;
	bottom: 0;
}
#first_view .fv_txt{
	max-width: 60%;
}
#first_view .fv_img{
    max-width: 49%;
    max-height: 100%;
    overflow: hidden;
}

.sp_img{
  display: none;
}

/*-------------------------------------------

    Campaign

-------------------------------------------*/
#campaign{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
#campaign h2{
	background: url(images/campaign_ttlbg.png);
	color: #f4e231;
	text-align: center;
	font-size: 4.4rem;
	font-weight: normal;
	padding: 20px 0;
}
#campaign h2 span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#campaign h2 span::before{
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 11px;
	height: 38px;
	background: url(images/shape01.png) no-repeat center;
	margin: 0 10px 0 0;
}
#campaign h2 span::after{
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 11px;
	height: 38px;
	background: url(images/shape02.png) no-repeat center;
	margin: 0 0 0 10px;
}
#campaign .inner{
	margin: 80px auto;
	text-align: center;
}
#campaign h3{
	font-size: 3rem;
	margin: 0 0 40px;
}
#campaign h4{
	font-size: 5rem;
	margin: 0 0 50px;
}
#campaign h4 span{
	position: relative;
	display: inline-block;
}
#campaign h4 span::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #e20d0d;
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
#campaign p{
	font-size: 2.4rem;
	margin: 0 0 20px;
}

#future{
	background: #f8f8f6;
	padding: 80px 0;
}
#future h2{
	text-align: center;
	font-size: 2.6rem;
	margin: 0 0 40px;
}
#future h2 span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#future h2 span::before{
	content: "";
	display: inline-block;
	vertical-align: inherit;
	width: 19px;
	height: 34px;
	background: url(images/shape03.png) no-repeat center;
	margin: 0 10px 0 0;
}
#future h2 span::after{
	content: "";
	display: inline-block;
	vertical-align: inherit;
	width: 19px;
	height: 34px;
	background: url(images/shape04.png) no-repeat center;
	margin: 0 0 0 10px;
}
.future_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.future_item{
	width: 48%;
	margin: 4% 0 0;
}

#worry{
	background: url(images/worry_bg.png) no-repeat top center;
	background-size: cover;
	padding: 80px 0;
}
#worry .inner{
	position: relative;
}
#worry h2{
	font-size: 3.6rem;
	color: #fff;
	margin: 0 0 80px;
	text-align: center;
}
#worry ul li{
    max-width: 620px;
    background: url(images/worry_ico.png) no-repeat 20px center #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 20px 50px;
    margin: 20px 0 0;
    font-size: 1.7rem;
    line-height: 1.5;
    position: relative;
    box-sizing: border-box;
}
#worry ul li::after{
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	background: url(images/list_ico.png) no-repeat center;
}
#worry .worry_img{
	position: absolute;
	right: 0;
	bottom: -80px;
}

#resolution{
	padding: 80px 0;
}
#resolution h2{
	text-align: center;
	margin: 0 0 80px;
	font-size: 3.6rem;
}
#resolution h2 b{
	font-size: 5rem;
}
#resolution ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#resolution ul li{
	width: 312px;
	height: 312px;
	background: url(images/resolution_bg.png) no-repeat center;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 0 0;
	margin: 0 10px;
}


#check{
	background: url(images/check_bg.png) no-repeat center;
	background-size: cover;
	padding: 85px 0;
	overflow: hidden;
}
.check_box{
	background: #fff;
	position: relative;
	padding: 40px;
}
.check_box .ico01{
	position: absolute;
	left: 0;
	top: 0;
}
.check_box .ico02{
    position: absolute;
    left: -160px;
    top: 200px;
}
.check_box .ico03{
	position: absolute;
	right: -100px;
	bottom: -85px;
}
.shape_box{
    background-image: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 49%, white 50%, white 100%), linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #3b85bb 100%);
    background-repeat: repeat-x,repeat-y;
    background-size: 4px 100%,100% 2.2em;
    line-height: 2.4;
    font-size: 2.2rem;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.check_box p{
    margin: 0 0 35px;
}
.check_box p:last-child{
	margin: 0 auto;
}
.check_box .ico01 {
    position: absolute;
    left: -65px;
    top: -60px;
}

#reason{
	background: #f8f8f6;
	padding: 80px 0;
}
#reason h2{
	text-align: center;
	margin: 0 0 80px;
}
#reason dl{
	display: flex;
	justify-content: space-between;
}
#reason dl:nth-of-type(even){
	flex-direction: row-reverse;
}
#reason dt{
	background: #fff;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 40px;
}
#reason dt b{
	display: inline-block;
	vertical-align: middle;
	font-size: 3rem;
	color: #399ad9;
	border-bottom: solid 2px #399ad9;
	padding: 0 0 5px;
	margin: 0 0 25px;
}
#reason dt h3{
	font-size: 3rem;
	margin: 0 0 25px;
}
#reason dt p{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-align: justify;
	padding: 0 20px;
	margin: 20px 0 0;
}
#reason dd{
	width: 50%;
}

#voice{
	padding: 80px 40px;
}
#voice h2{
	text-align: center;
	margin: 0 0 120px;
}
.voice_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice_item{
    width: calc(50% - 40px);
    max-width: 440px;
    margin: 90px 0 0;
}
.voice_item figure{
	position: relative;
}
.voice_item figure span{
	position: absolute;
	right: -40px;
	top: -40px;
}
.voice_item b{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	display: block;
	margin: 20px 0;
	font-size: 2rem;
}
.voice_item h3{
	font-size: 2.2rem;
	line-height: 1.5;
	border-bottom: solid 1px #d2d2d2;
	padding: 0 0 8px;
	color: #55b3f0;
	position: relative;
}
.voice_item h3::after{
	background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border: solid 1px #d2d2d2;
    border-left: none;
    border-top: none;
}
.voice_item p{
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 20px 0 0;
}

#flow{
	background: #eaf7ff;
	padding: 80px 5%;
}
#flow h2{
	font-size: 4rem;
	margin: 0 0 80px;
	text-align: center;
}
#flow dl{
	background: #fff;
	display: flex;
	margin: 30px 0 0;
	position: relative;
}
#flow dl::after{
	content: "";
	display: block;
	width: 24px;
	height: 9px;
	background: url(images/flow_arrow.png) no-repeat center;
	position: absolute;
	right: 50%;
	bottom: -20px;
}
#flow dl:nth-of-type(4)::after{
	display: none;
}
#flow dt{
	background: url(images/flow_bg.png) no-repeat center;
	background-size: cover;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#flow dt::after{
	content: "";
	display: block;
	width: 24px;
	height: 9px;
	background: url(images/flow_arrow.png) no-repeat center;
	position: absolute;
	right: -15px;
	transform: rotate(-90deg);
}
#flow dd{
	width: calc(100% - 150px);
	padding: 40px 200px 40px 40px;
	box-sizing: border-box;
	position: relative;
	min-height: 155px;
}
#flow dd img{
	position: absolute;
	right: 20px;
	top: 20px;
}
#flow dd h3{
	font-size: 2rem;
	line-height: 1.6;
	margin: 0 0 10px;
}
#flow dd p{
	font-size: 1.6rem;
	line-height: 1.6;
}
.flow_box{
	background: #fff;
	margin: 140px 0 0;
	padding: 45px 330px 45px 60px;
	position: relative;
	border: solid 2px #def2ff;
}
.flow_box h3{
	text-align: center;
	color: #55b3f0;
	font-size: 2.4rem;
	padding: 15px 0;
	margin: 0 0 30px;
	background: url(images/flow_shape.png) no-repeat center;
	background-size: 100% 100%;
}
.flow_box p{
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 0.05em;
}
.flow_box .flow_img{
	position: absolute;
	right: 0;
	bottom: -80px;
}

#intr{
	padding: 80px 0;
}
#intr h2{
	text-align: center;
}
#intr h3{
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin: 80px 0 30px;
}
#intr p{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 60px 0;
}
#intr table{
	width: 100%;
}
#intr th{
	color: #fff;
	background: #55b3f0;
	border: solid 2px #fff;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 1.6rem;
	min-width: 150px;
}
#intr td{
	background: #eef9ff;
	vertical-align: middle;
	padding: 20px;
	border: solid 2px #fff;
	text-align: center;
	line-height: 1.4;
	font-size: 1.6rem;
}
#intr td:nth-of-type(1){
	color: #fff;
	background: #55b3f0;
	border: solid 2px #fff;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 1.6rem;
	min-width: 150px;
}
#intr tr:nth-of-type(odd) td{
	background: #e8f5fd;
}
#intr tr:nth-of-type(odd) td:nth-of-type(1){
	background: #55b3f0;
}
#intr span{
	font-size: 1.4rem;
	line-height: 1.6;
	display: block;
	margin: 20px 0 0;
}

#faq{
	background: #f8f8f6;
	padding: 80px 0;
}
#faq h2{
	text-align: center;
	margin: 0 0 80px;
	font-size: 4rem;
}
#faq dl{
	background: #fff;
	margin: 0 0 10px;
}
#faq dt{
	position: relative;
	padding: 20px 20px 20px 80px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
#faq dt::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    right: 20px;
    top: 50%;
}
#faq dt::before{
    content: "";
    width: 2px;
    height: 20px;
    background: #c6c6c6;
    position: absolute;
    right: 29px;
    top: 50%;
    margin: -9px 0 0;
    transition: .3s all;
}
#faq dt.active::before{
	height: 0;
}
#faq dt span{
	position: absolute;
	left: 20px;
	top: 14px;
}
#faq dd{
	position: relative;
	padding: 20px 20px 20px 60px;
	border-top: dashed 1px #eee;
	margin: 0 20px;
	min-height: 0;
	display: none;
}
#faq dd span{
	position: absolute;
	left: 0;
	top: 14px;
}
#faq dd p{
	font-size: 1.6rem;
	line-height: 1.6;
}

#company{
	padding: 80px 0;
}
#company h2{
	text-align: center;
	font-size: 4rem;
	margin: 0 0 60px;
}
#company table{
	width: 100%;
}
#company tr{
	background: #f8f8f6;
}
#company tr:nth-of-type(even){
	background: #fff;
}
#company th{
	vertical-align: middle;
	padding: 20px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.4;
}
#company td{
	vertical-align: middle;
	padding: 20px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.4;
}

#access iframe{
	vertical-align: bottom;
}

footer{
	background: #55b3f0;
	padding: 30px;
	color: #fff;
}
footer ul{
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
footer ul li{
	margin: 0 0 0 30px;
}
footer ul li a{
	color: #fff;
}

#fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}
#fixed .inner{
	position: relative;
}
#fixed ul{
	display: flex;
	width: 100%;
    justify-content: center;
}
#fixed ul li{
	margin: 0 10px 0 0;
}
#fixed ul li a{
	display: block;
	border-radius: 4px;
	transition: .3s all;
}
#fixed ul li:nth-of-type(1) a{
    box-shadow: 0 3px 0 rgb(64, 151, 208);
}
#fixed ul li:nth-of-type(2) a{
    box-shadow: 0 3px 0 rgb(204, 79, 139);
    box-shadow: 0 3px 0 rgb(64, 174, 35);
}
#fixed ul li:nth-of-type(3) a {
    box-shadow: 0 3px 0 rgb(64, 174, 35);
}
#fixed ul li:nth-of-type(4) a {
    box-shadow: 0 3px 0 #c69d2c;
}
#fixed ul li a:hover{
	box-shadow: none;
	transform: translateY(3px);
}
#fixed h5{
	text-align: center;
	margin: 0 0 10px;
}
#fixed span{
	position: absolute;
	right: 0;
	bottom: -10px;
}


@media screen and (min-width:320px) and ( max-width: 767px) {
body{
	font-family: MyWebFont01;
	font-size: 1.4rem;
	color: #333333;
	min-width: 0;
	padding: 0 0 106px;
}


.inner_w{
	max-width: 1280px;
	margin: 0 auto;
}
.inner{
	max-width: 1000px;
	margin: 0 auto;
}

/*-------------------------------------------

    Element

-------------------------------------------*/


#first_view{
	background: url(images/fv_bg.png) no-repeat left center;
	background-size: cover;
	padding: 0;
}
#first_view .inner_w{
	display: none;
}
#first_view h1 {
    margin: 0 0;
}

.sp_img{
  display: block;
}


/*-------------------------------------------

    Campaign

-------------------------------------------*/
#campaign{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
#campaign h2{
    background: url(images/campaign_ttlbg.png);
    color: #f4e231;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    padding: 20px 20px;
}
#campaign h2 span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#campaign h2 span::before{
	display: none;
}
#campaign h2 span::after{
	display: none;
}
#campaign .inner{
	margin: 40px auto;
	text-align: center;
}
#campaign h3{
    font-size: 1.8rem;
    margin: 0 20px 20px;
}
#campaign h3 img{
	max-width: 60%;
	margin: 0 5px 0 0;
}
#campaign h4{
    font-size: 3rem;
    line-height: 1.8;
    margin: 0 20px 40px;
}
#campaign h4 span{
	position: relative;
	display: inline-block;
}
#campaign h4 span::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #e20d0d;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#campaign p{
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 20px 20px;
}

#future {
    background: #f8f8f6;
    padding: 40px 20px;
}
#future h2{
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.6;
	margin: 0 0 40px;
}
#future h2 span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#future h2 span::before{
	display: none;
}
#future h2 span::after{
	display: none;
}
.future_list{
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}
.future_item{
	width: 100%;
	margin: 20px 0 0;
}

#worry{
	background: url(images/worry_bg.png) no-repeat top center;
	background-size: cover;
	padding: 50px 20px;
	position: relative;
}
#worry .inner{
	position: static;
}
#worry h2{
	font-size: 2.6rem;
	line-height: 1.6;
	color: #fff;
	margin: 0 0 40px;
	text-align: center;
}
#worry ul li{
    max-width: 620px;
    background: url(images/worry_ico.png) no-repeat 20px center #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 20px 50px;
    margin: 20px auto 0;
    font-size: 1.7rem;
    line-height: 1.5;
    position: relative;
    box-sizing: border-box;
}
#worry ul li::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	background: url(images/list_ico.png) no-repeat center;
}
#worry .worry_img{
	display: none;
}

#resolution{
	padding: 50px 20px;
}
#resolution h2{
	text-align: center;
	margin: 0 0 40px;
	font-size: 2rem;
	line-height: 1.6;
}
#resolution h2 b{
	font-size: 3rem;
}
#resolution ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#resolution ul li{
    width: 50%;
    height: auto;
    background: url(images/flow_bg.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    margin: 0;
}
#resolution ul li:last-child{
	width: 100%;
}
#resolution ul li:last-child img{
    max-width: calc(50% - 20px);
}


#check{
	background: url(images/check_bg.png) no-repeat center;
	background-size: cover;
	padding: 60px 20px 60px;
	overflow: hidden;
}
.check_box{
	background: #fff;
	position: relative;
	padding: 20px;
}
.check_box .ico01{
	position: absolute;
	left: 0;
	top: 0;
}
.check_box .ico02{
    position: absolute;
    left: -10px;
    top: 87%;
    width: 90px;
}
.check_box .ico03{
	display: none;
}
.shape_box {
    background-image: none;
    line-height: 2;
    font-size: 1.6rem;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.check_box p{
    margin: 0 0 20px;
}
.check_box p:last-child{
	margin: 0 auto;
}
.check_box .ico01{
    position: absolute;
    left: -10px;
    top: -30px;
    width: 100px;
}

#reason{
	background: #f8f8f6;
	padding: 50px 20px;
}
#reason h2{
	text-align: center;
	margin: 0 20px 40px;
}
#reason dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column-reverse;
	margin: 20px 0 0;
}
#reason dl:nth-of-type(even){
	flex-direction: column-reverse;
}
#reason dt{
	background: #fff;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 20px 20px;
}
#reason dt b{
	display: inline-block;
	vertical-align: middle;
	font-size: 3rem;
	color: #399ad9;
	border-bottom: solid 2px #399ad9;
	padding: 0 0 5px;
	margin: 0 0 25px;
}
#reason dt h3{
	font-size: 2.2rem;
	line-height: 1.4;
	margin: 0 0 25px;
}
#reason dt p{
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0em;
	text-align: justify;
	padding: 0 0;
	margin: 20px 0 0;
}
#reason dd{
	width: 100%;
}

#voice{
    padding: 50px 20px;
}
#voice h2{
	text-align: center;
	margin: 0 20px 50px;
}
.voice_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice_item{
    width: 100%;
    max-width: 440px;
    margin: 40px 0 0;
}
.voice_item figure{
	position: relative;
}
.voice_item figure span{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 80px;
}
.voice_item b{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	display: block;
	margin: 20px 0;
	font-size: 2rem;
}
.voice_item h3{
	font-size: 2rem;
	line-height: 1.5;
	border-bottom: solid 1px #d2d2d2;
	padding: 0 0 8px;
	color: #55b3f0;
	position: relative;
}
.voice_item h3::after{
	background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border: solid 1px #d2d2d2;
    border-left: none;
    border-top: none;
}
.voice_item p{
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 20px 0 0;
}

#flow{
	background: #eaf7ff;
	padding: 50px 20px;
}
#flow h2{
	font-size: 2.4rem;
	margin: 0 0 40px;
	text-align: center;
}
#flow dl{
	background: #fff;
	display: block;
	margin: 30px 0 0;
	position: relative;
}
#flow dl::after{
	content: "";
	display: block;
	width: 24px;
	height: 9px;
	background: url(images/flow_arrow.png) no-repeat center;
	position: absolute;
	right: 50%;
	bottom: -20px;
}
#flow dl:nth-of-type(4)::after{
	display: none;
}
#flow dt{
	background: url(images/flow_bg.png) no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
#flow dt::after{
	display: none;
}
#flow dd{
    width: 100%;
    padding: 20px 130px 20px 20px;
    box-sizing: border-box;
    position: relative;
    min-height: 155px;
}
#flow dd img{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
}
#flow dd h3{
	font-size: 2rem;
	line-height: 1.6;
	margin: 0 0 10px;
}
#flow dd p{
	font-size: 1.6rem;
	line-height: 1.6;
}
.flow_box{
    background: #fff;
    margin: 40px 0 0;
    padding: 20px;
    position: relative;
    border: solid 2px #def2ff;
}
.flow_box h3{
    text-align: center;
    color: #55b3f0;
    font-size: 2rem;
    line-height: 1.5;
    padding: 15px 0;
    margin: 0 0 30px;
    background: none;
    border-top: solid 2px #55b3f0;
    border-bottom: solid 2px #55b3f0;
}
.flow_box p{
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 0.05em;
}
.flow_box .flow_img{
    display: none;
}

#intr{
	padding: 50px 20px;
}
#intr h2{
	text-align: center;
}
#intr h3{
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin: 60px 0 20px;
}
#intr p{
	text-align: justify;
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 40px 0;
}
#intr table{
	width: 100%;
}
#intr th{
	color: #fff;
	background: #55b3f0;
	border: solid 2px #fff;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.4;
	font-size: 1rem;
	min-width: 0;
	white-space: normal;
    word-break: break-all;
}
#intr td{
	background: #eef9ff;
	vertical-align: middle;
	padding: 5px;
	border: solid 2px #fff;
	text-align: center;
	line-height: 1.4;
	font-size: 1rem;
	white-space: normal;
    word-break: break-all;
}
#intr td:nth-of-type(1){
	color: #fff;
	background: #55b3f0;
	border: solid 2px #fff;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.4;
	font-size: 1rem;
	min-width: 0;
}
#intr td img{
	max-width: 40px;
}
#intr tr:nth-of-type(odd) td{
	background: #e8f5fd;
}
#intr tr:nth-of-type(odd) td:nth-of-type(1){
	background: #55b3f0;
}
#intr span{
	font-size: 1.4rem;
	line-height: 1.6;
	display: block;
	margin: 20px 0 0;
}

#faq{
	background: #f8f8f6;
	padding: 50px 20px;
}
#faq h2{
	text-align: center;
	margin: 0 0 40px;
	font-size: 3rem;
}
#faq dl{
	background: #fff;
	margin: 0 0 10px;
}
#faq dt{
    position: relative;
    padding: 20px 40px 20px 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
#faq dt::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    right: 14px;
    top: 50%;
}
#faq dt::before{
    content: "";
    width: 2px;
    height: 20px;
    background: #c6c6c6;
    position: absolute;
    right: 23px;
    top: 50%;
    margin: -9px 0 0;
}
#faq dt span{
    position: absolute;
    left: 11px;
    top: -15px;
    width: 25px;
}
#faq dd{
	position: relative;
	padding: 20px 20px 20px 60px;
	border-top: dashed 1px #eee;
	margin: 0 20px;
	min-height: 40px;
	display: none;
}
#faq dd span{
	position: absolute;
	left: 0;
	top: 14px;
}
#faq dd p{
	font-size: 1.6rem;
	line-height: 1.6;
}

#company{
	padding: 50px 20px;
}
#company h2{
	text-align: center;
	font-size: 3rem;
	margin: 0 0 40px;
}
#company table{
	width: 100%;
	display: block;
}
#company tbody{
	display: block;
}
#company tr{
	background: #fff;
	display: block;
}
#company tr:nth-of-type(even){
	background: #fff;
}
#company th{
	background: #f8f8f8;
	display: block;
	vertical-align: middle;
	padding: 20px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.4;
}
#company td{
	display: block;
	vertical-align: middle;
	padding: 20px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.4;
}

#access iframe{
	vertical-align: bottom;
}

footer{
	background: #55b3f0;
	padding: 20px;
	color: #fff;
}
footer ul{
	display: block;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.2rem;
	text-align: center;
}
footer ul li{
	margin: 10px 0;
}
footer ul li a{
	color: #fff;
}

#fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    min-width: 0;
}
#fixed .inner{
	position: relative;
}
#fixed ul{
	display: flex;
	justify-content: center;
	width: 100%;
}
#fixed ul li{
	margin: 0 4px;
	max-width: 100px;
}
#fixed ul li a{
	display: block;
}
#fixed h5{
	text-align: center;
	margin: 0 0 10px;
}
#fixed span{
	display: none;
}

.sp{
	display: block;
}
.pc{
	display: none;
}

}

#first_view .logo {
    position: absolute;
    top: 10px;
    left: 5%;
    max-width: 250px;
}
#privacy {
    margin: 100px 0;
}
#privacy h1 {
    padding: 20px 5%;
    font-size: 22px;
    text-align: center;
}
#privacy h2 {
    background: #55b3f0;
    padding: 20px 5%;
    color: #fff;
    margin-top: 50px;
    font-size: 20px;
}
#privacy p {
    line-height: 1.8;
    font-size: 16px;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    #first_view h1 {
        margin: 50px 0 0;
    }
}

/*add20211021*/

/*-------------------------------------------

    collabo

-------------------------------------------*/
#top_collabo{
	background: -webkit-linear-gradient(45deg, #4cce61, #3fa87b);
	padding: 80px 20px;
}
#top_collabo h2{
	color: #fff;
	font-size: 3rem;
	text-align: center;
	font-weight: normal;
}
#top_collabo p{
	text-align: center;
	font-size: 2rem;
	color: #fff;
	line-height: 1.6;
	margin: 40px 0 0;
}
.collabo_box{
	background: #fff;
	margin: 40px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.collabo_box h3{
	background: url(images/bg.png);
	padding: 20px;
	text-align: center;
	border-bottom: solid 1px #eee;
}
.collabo_box h3 img{
	vertical-align: middle;
}
.collabo_box h3 span{
	display: block;
	margin: 10px 0 0;
	font-size: 4rem;
}
.collabo_box dl{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 0;
}
.collabo_box dl dt{}
.collabo_box dl dd{
	padding: 0 0 0 40px;
}

@media screen and (min-width:320px) and ( max-width: 767px) {
    /*-------------------------------------------

    collabo

-------------------------------------------*/
#top_collabo{
	background: -webkit-linear-gradient(45deg, #4cce61, #3fa87b);
	padding: 80px 20px;
}
#top_collabo h2{
    color: #fff;
    line-height: 1.6;
    font-size: 2.4rem;
    text-align: center;
    font-weight: normal;
}
#top_collabo p{
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.6;
	margin: 40px 0 0;
}
.collabo_box{
	background: #fff;
	margin: 40px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.collabo_box h3{
	background: url(images/bg.png);
	padding: 20px;
	text-align: center;
	border-bottom: solid 1px #eee;
}
.collabo_box h3 img{
	vertical-align: middle;
}
.collabo_box h3 span{
    display: block;
    margin: 10px 0 0;
    font-size: 2.4rem;
    line-height: 1.4;
}
.collabo_box dl{
	display: block;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 20px;
}
.collabo_box dl dt{}
.collabo_box dl dd{
	padding: 40px 0 0;
}
}
/* 20211220追記 */
.support_Cont {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
img.support {
    width: 60%;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
img.support {
    width: 95%;
}}
/* 20230929追記 */
.hikaku-img {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 105px;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
.hikaku-img {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 105px;
}}
/* 20250513追記 */
#top_collabo p.attention-dydo {
    text-align: left;
    margin-top: 10px;
}