@charset "utf-8";
/*breakpoint
@media screen and ( max-width:1080px) and ( min-width:768px) {}
@media screen and ( max-width:375px) {}
*/
/*all_rule*/
.content {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}
@media screen and ( max-width:375px) { .content { width: 95%; margin: -60px auto 0;} }

.content h2,
.content h3 {
	font-size: 34px;
	color: #29abe2;
	text-align: center;
}
@media screen and ( max-width:375px) { .content h2,.content h3 { font-size: 18px; } }

.content h2 span {
	color: #004696;
}
.content h2 span.textlogo {
	font-size: 36px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #29abe2;
}
@media screen and ( max-width:375px) { .content h2 span.textlogo { font-size: 21px; } }

.content h2 span.textlogo::before {
	content: url("../img/logo_min.png");
	margin-right: 2px;
	position: relative;
	top: 15px;
}
@media screen and ( max-width:375px) { .content h2 span.textlogo::before { display: inline-block; transform: scale(0.5); top: 22px; left: -14px; margin-right: -29px; margin-top: -30px; } }

.content p {
	margin: 30px auto 0;
	clear: both;
	line-height: 2.0em;
}
@media screen and ( max-width:375px) { .content p { width: 96%;; } }

/*header*/
header {
}
header h1.logo_main {
	width: 303px;
	margin: 15px 0 0 20px;
	float: left;
}
@media screen and ( max-width:375px) { header h1.logo_main {width: 120px;margin: 10px 0 0 10px;}}

.open header h1 {
	z-index: 0;
}

/*fixed_btn*/
.btn_service,
.btn_recruit,
.btn_contact {
	width: 42px;
	writing-mode: vertical-rl;
	border-radius: 4px 0 0 4px;
	position: fixed;
	z-index: 19999;
	right: 0;
}
@media screen and ( max-width:375px) {.btn_service,.btn_recruit,.btn_contact {display: none;}}

.btn_service {
	height: 180px;
	background-color: #004696;
	top: 180px;
}

.btn_recruit {
	height: 180px;
	background-color: #0078be;
	top: 400px;
}

.btn_contact {
	height: 230px;
	background-color: #29abe2;
	top: 620px;
}

.btn_service a,
.btn_recruit a,
.btn_contact a {
	font-weight: 700;
	color: #fff;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.btn_service a,
.btn_recruit a {
	font-size: 18px;
	letter-spacing: -6px;
	padding: 11px 4px 0 0;
}

.btn_contact a {
	font-size: 18px;
	letter-spacing: -7px;
	padding: 11px 4px 0 0;
}

@-moz-document url-prefix() {
.btn_service a,
.btn_recruit a,
.btn_contact a {
	letter-spacing: 0;
	padding: 25px 4px 0 0;
}
}

/*sub_nav*/
.subnav {
    height: auto;
	font-weight: 700;
	position: absolute;
    right: 80px;
    top: 25px;
}
@media screen and ( max-width:375px) { .subnav { display: none;} }

.subnav ul {
}
.subnav ul li {
	float: left;
	margin-right: 60px;
	letter-spacing: 1px;
}
@media screen and ( max-width:1480px) and ( min-width:1281px) { .subnav ul li { margin-right: 30px;} }
@media screen and ( max-width:1280px) and ( min-width:1181px) { .subnav ul li { margin-right: 25px; font-size: 14px;} }
@media screen and ( max-width:1180px) { .subnav ul li { display: none;} }

.subnav ul li :last-of-type{
	margin-right: 0;
}
.subnav ul li:nth-child(odd) a {
	color: #004696;
}
.subnav ul li:nth-child(even) a {
	color: #0071bc;
}
.subnav ul li:last-child {
	padding: 0;
}
.subnav ul li:last-child a {
	font-size: 18px;
	font-weight: bold;
    padding: 0 10px 21px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #29abe2 0%, #0071bc 100%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
}
@media screen and ( max-width:1280px) and ( min-width:1181px) { .subnav ul li:last-child a { font-size: 16px;} }

/*firstview*/
#firstview {
	width:1024px;
	height:auto;
	margin: 80px auto 0;
	position: relative;
}
@media screen and ( max-width:375px) {#firstview {width:90%;margin: 90px auto 0;}}

#firstview .ph {
	width: 694px;
	height: 447px;
	margin-top: 50px;
	min-height: 447px;
	background:url("../img/mainimage.png") no-repeat center;
	background-size:cover;
	position: absolute;
	float: left;
	animation:fadeInph 10s ease-in-out alternate;
}
@keyframes fadeInph {
    0% {opacity:0;}
    90% {opacity:0;}
    100% {opacity:1;}
}
@media screen and ( max-width:375px) {#firstview .ph { width:100%; height: 223px; min-height:223px; margin: 0 auto 0;position: absolute; top: 390px;}}

#firstview .catchcopy {
	float: right;
	position: relative;
	top: 50px;
}
@media screen and ( max-width:375px) {#firstview .catchcopy {position: static; top: 60px; left: 5px;}}

#firstview .catchcopy img {
	width: 404px;
	position: absolute;
	top: -10px;
	left: -145px;
	animation:fadeInCatch 10s ease-in-out alternate;
}
@keyframes fadeInCatch {
    0% {opacity:0;}
    70% {opacity:0;}
    100% {opacity:1;}
}
@media screen and ( max-width:375px) {#firstview .catchcopy img {width: 100%; top: 0; left: 0; right: 0; }}

#firstview .catchcopy .caption {
	position: relative;
	top: 305px;
	left: -40px;
	animation:fadeInCap 10s ease-in-out alternate;
}
@keyframes fadeInCap {
    0% {opacity:0;}
    80% {opacity:0;}
    100% {opacity:1;}
}
@media screen and ( max-width:375px) { #firstview .catchcopy .caption { top: 264px;	left: -74px;}}

#firstview .catchcopy .caption p,
#firstview .catchcopy .caption p span {
	font-size: 21px;
	letter-spacing: 3px;
	line-height: 2.2em;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
}
@media screen and ( max-width:375px) { #firstview .catchcopy .caption p,#firstview .catchcopy .caption p span {font-size: 19px; line-height: 2.0em;}}

#firstview .catchcopy .caption p:nth-child(1) {
	color: #004696;
}
#firstview .catchcopy .caption p:nth-child(2) {
	color: #0071bc;
}
#firstview .catchcopy .caption p:nth-child(3) {
	color: #00d0ff;
}
#firstview .catchcopy .caption p:nth-child(1) span {
	color: #ff7bac;
}
#firstview .catchcopy .caption p:nth-child(2) span {
	color: #faaa14;
}
#firstview .catchcopy .caption p:nth-child(3) span {
	color: #85b735;
}

#firstview .text {
	width: 100%;
	float: left;
	margin-top: 389px;
}
@media screen and ( max-width:375px) { #firstview .text { margin-top: 520px; } }

body #firstview .text h2 {
	font-size: 21px;
	color: #29abe2;	
	margin-bottom: 25px;
}
@media screen and ( max-width:375px) { body #firstview .text h2 { font-size: 18px; line-height: 2.2em; } }

#firstview .text h2 img {
	width: 35px;
	position: relative;
	top: 10px;
}
@media screen and ( max-width:375px) { #firstview .text h2 img  { width: 30px; top: 8px; } }

#firstview .text h2 span.maru {
	font-size: 24px;
	color: #29abe2;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
}
@media screen and ( max-width:375px) { #firstview .text h2 span.maru { font-size: 21px; } }

#firstview .text h2 span.blue {
	color: #004696;
}
#firstview .text p {
	font-size: 15px;
	line-height: 36px;
}
@media screen and ( max-width:375px) { #firstview .text p { margin-top: 10px; } }

#firstview .topics {
	position: absolute;
	right: -5px;
	top: 553px;
}
@media screen and ( max-width:375px) { #firstview .topics { top: 1150px; left: 0; right: 0;}}

#firstview .topics .ttl {
	width: 284px;
	height: 32px;
	color: #FFF;
	border: 2px solid #004696 ;
	background: #004696;
	border-radius: 5px 5px 0 0;
}
@media screen and ( max-width:375px) { #firstview .topics .ttl { width: 100%;} }

#firstview .topics .ttl h3 {
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
#firstview .topics .iframe {
	width: 284px;
	height: 190px;
	border: 2px solid #004696;
	background: #FFF;
	border-radius: 0 0 5px 5px;
}
@media screen and ( max-width:375px) { #firstview .topics .iframe { width: 100%;} }

/*whatsnew*/
.topics .iframe iframe {
	width: 99%;
	height: 185px;
}
@media screen and ( max-width:375px) { #contact iframe { margin: 0 auto 0; } }


/*infomation*/
.infomation {
	width: 1024px;
	margin: 210px auto 0;
	position: relative;
	top: -570px;
}
@media screen and ( max-width:375px) { .infomation { width: 95%; top: -190px; } }

.infomation::before {
	content:url("../img/menu_un_dott.gif");
	width: 6px;
	height: 46px;
	margin: 0 auto;
    position: absolute;
	left: 0;
	right: 0;
	top: -140px;
}
@media screen and ( max-width:375px) { .infomation::before { top: -130px; } }

.infomation h2 {
	margin: 0 auto;
	padding: 2px 5px;
	color: #29abe2;
	font-size: 21px;
	position: absolute;
	top: -37px;
	left: 302px;
	z-index: 1;
}
@media screen and ( max-width:375px) { .infomation h2 { width: 95%; top: -78px; left: 0; right: 0; font-size: 18px;} }

.infomation h2 span {
	font-size: 24px;
	color: #29abe2;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
}
@media screen and ( max-width:375px) { .infomation h2 span { font-size: 21px;} }

.infomation h2 span::before {
	content: url("../img/logo_min.png");
	transform: scale(0.75);
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
@media screen and ( max-width:375px) { .infomation h2 span::before { transform: scale(0.5); left:-16px; margin-right: -29px;} }

.infomation ul {
	width: 1024px;
	height: 560px;
	margin-top: 80px;
	border: 2px solid #004696;
	background: #FFF;
	border-radius: 6px;
	position: relative;
}
@media screen and ( max-width:375px) { .infomation ul { width: 100%; height: 1530px; } }

.infomation ul::before {
	content: "";
	width: 480px;
	height: 2px;
	background: #FFF;
	display: inline-block;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and ( max-width:375px) { .infomation ul::before { display: none; } }

.infomation ul li {
	width: 275px;
	float: left;
	text-align: center;
	margin: 70px 20px;
}
@media screen and ( max-width:375px) { .infomation ul li { width: 90%; margin: 60px 5% 0 5%; } }

.infomation ul li img {
	width: 200px;
	margin: 0 auto;
}
.infomation ul li h3 {
	font-size: 26px;
	margin-top: 15px;
}
.infomation ul li p {
	width: 105%;
	margin-top: 14px;
    text-align: left;
}
.infomation ul li:nth-child(1) {
	margin-left: 60px;
}
@media screen and ( max-width:375px) { .infomation ul li:nth-child(1) { margin-left: 5%; } }

.infomation ul li:nth-child(1) h3 {
	color: #004696;
}
.infomation ul li:nth-child(2) h3 {
	color: #0078be;
}
.infomation ul li:nth-child(3) h3 {
	color: #29abe2;
}
.infomation ul li .bt {
	margin-top: 25px;
	border-radius: 5px;
}
.infomation ul li .bt a {
	display: block;
	padding: 10px 0 ;
	font-size: 17px;
	color: #FFF;
	font-weight: 600;
}
.infomation ul li:nth-child(1) .bt {
	background: #004696;
}
.infomation ul li:nth-child(2) .bt {
	background: #0078be;
}
.infomation ul li:nth-child(3) .bt {
	background: #29abe2;
}

.bg-arrow {
	height: 350px; 
	position: relative;
	margin: 0;
	padding: 7vw 10px;
	background:linear-gradient(to right, #0e80f7, #1eaae1);
	background-size: 100%;
	top: 480px;
	z-index: -2;
}
.bg-arrow > div {
	position: relative;
	min-height: 500px;
}
.bg-arrow:before ,
.bg-arrow:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	border-style: solid;
	z-index: -1;
}
.bg-arrow:before {
	top: -1px;
	border-color: #fff transparent transparent;
	border-width: 10vw 50vw 0;
}
.bg-arrow:after {
	bottom: -1px;
	border-color: transparent #fff transparent;
	border-width: 10vw 50vw 0;
}

/*content*/
.service {
}
.service .up {
	margin-top: 45px;
	height: 720px;
}
@media screen and ( max-width:375px) { .service .up { margin-top: 25px;} }

.service .up .left {
	width: 430px;
	margin-right: 60px;
	float: left;
}
@media screen and ( max-width:375px) { .service .up .left { width: 100%; margin: 0; float: 0; text-align: center; } }

.service .up .left img {
	width: 430px;
}
@media screen and ( max-width:375px) { .service .up .left img { width: 100%; } }

.service .up .right {
	width: 524px;
	float: right;
}
@media screen and ( max-width:375px) { .service .up .right { width: 100%; } }

.service .up .right p {
	font-size: 24px;	
}
@media screen and ( max-width:375px) { .service .up .right p { font-size: 18px; margin-top: 20px;} }

.service .up .right p,
.service .up .right p span,
.service .up .right p strong {
	color: #29abe2;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.service .up .right p span,
.service .up .right p strong {
	color: #29abe2;
	font-size: 28px;
	line-height: 64px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
}
@media screen and ( max-width:375px) { .service .up .right p span,.service .up .right p strong { font-size: 18px; line-height: 2.2em;} }

.service .up .right p strong {
	margin: 0 10px 0 0 ;
	background:-webkit-linear-gradient(transparent 70%, #FFFF00 0%);
	background:-o-linear-gradient(transparent 70%, #FFFF00 0%);
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}
.service .up .right p:last-child {
	color: #000;
	font-size: 16px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
	line-height: 40px;
}
.service .un {
	clear: both;
	height: 170px;
	margin-top: 80px;
	border: 2px solid #000;
	border-radius: 5px;
	background: #FFF;
	padding: 50px 60px;
	position: relative;
}
@media screen and ( max-width:375px) { .service .un { margin: 590px auto 0; padding: 20px 10px; height: auto; width: 90%; } }

.service .un::before {
	content: "";
    width: 100%;
    height: 60px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    transform: translateX(-48%);
}
@media screen and ( max-width:375px) { .service .un::before { display: none; } }

.service .un::after {
	content: "";
    width: 100%;
    height: 270px;
	background:linear-gradient(to right, #0e80f7, #1eaae1);
	border-radius: 10px;
    position: absolute;
    top: 15px;
    left: 15px;
	z-index: -1;
}
@media screen and ( max-width:375px) { .service .un::after { height: 365px; } }

.service .un h3 {
	margin-bottom: -30px;
	font-size: 21px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #283c50;
	position: absolute;
	top: -47px;
    left: -6px;
}
@media screen and ( max-width:375px) { .service .un h3 { font-size: 16px; top: -49px; left: 3px;} }

.service .un h3::before {
	content: url("../img/icon_point.gif");
	position: relative;
	top: 10px;
	left: -20px;
}
@media screen and ( max-width:375px) { .service .un h3::before { display: none; }}

.service .un p,
.service .un p strong {
	font-size: 16px;
    font-family: 'Noto Sans';
    font-style: normal;
	line-height: 40px;	
	z-index: 1;
}
.service .un p {
	margin-top: 15px;
	line-height: 32px;
	color: #000;
	font-size: 17px;
    font-weight: 600;
}
@media screen and ( max-width:375px) { .service .un p,.service .un p strong { font-size: 14px; line-height: 2.0em;} }
.service .un p:first-of-type {
	margin-top: 0;
}
.service .un p span,
.service .un p strong {
	color: #004696;
	font-weight: 700;
}
/*banner*/
.banner_01,
.banner_02 {
	width: 100vw;
	margin: 280px calc(50% - 50vw) 200px;
	min-height: 400px;
	max-height: 400px;
	border-bottom: 6px solid #1eaae1;
	position: relative;
}
@media screen and ( max-width:375px) { .banner_01,.banner_02 { margin: 150px calc(50% - 50vw) 150px; } }

.banner_01 {
	background: url("../img/ph_banner_001.jpg") no-repeat center;
	background-size: cover;
}
.banner_02 {
	background: url("../img/ph_banner_002.jpg") no-repeat center;
	background-size: cover;
}
.tmp_banner::before {
	content: "";
	width: 4px;
	height: 57px;	
	background: #1eaae1;
	position: absolute;
	left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -60px;
}

.tmp_banner::after {
	width: 6px;
	height: 46px;
	content: url("../img/menu_un_dott.gif");
	position: absolute;
	left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -120px;
}
.tmp_banner h3,
.tmp_decision .origin h3 {
	width: 133px;
    height: 133px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
	position: relative;
}
.tmp_banner h3 {
    left: 0;
    right: 0;
    top: 40px;
}
.tmp_decision .origin h3 {
    left: 0;
    right: 0;
    top: 150px;
}
@media screen and ( max-width:375px) { .tmp_decision .origin h3 { top: 40px; } }

.tmp_banner p,
.tmp_decision .origin p {
	color: #FFF;
	font-size: 21px;
	font-weight: 800;
	text-align: center;
	position: relative;
}
@media screen and ( max-width:375px) { .tmp_banner p,.tmp_decision .origin p { font-size: 18px; } }

.tmp_banner p {
    left: 0;
    right: 0;
    top: 25px;
}
.tmp_decision .origin p {
	font-size: 32px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.9);
    left: 0;
    right: 0;
    top: 150px;
}
@media screen and ( max-width:375px) { .tmp_decision .origin p { font-size: 21px; top: 40px; } }

.tmp_banner .btn,
.tmp_decision .btn,
.tmp_decision .btn_tel {
	width: 560px;
	margin: 0 auto;
	border: 3px solid #f7931e;
	border-radius: 30px;
	box-sizing: border-box;
	background: #FFF;
	text-align: center;
	position: relative;
}
.tmp_banner .btn {
    left: 0;
    right: 0;
    top: 40px;
}
.tmp_decision .btn,
.tmp_decision .btn_tel {
    left: 0;
    right: 0;
    top: 190px;
}
@media screen and ( max-width:375px) { .tmp_banner .btn { width: 90%; top: 60px; } }
@media screen and ( max-width:375px) { .tmp_decision .btn,.tmp_decision .btn_tel { width: 90%; top: 70px; } }
@media screen and ( min-width:376px) { .tmp_decision .btn_tel { display: none;} }
@media screen and ( max-width:375px) { .tmp_decision .btn_tel { margin-top: 30px; } }

.tmp_banner .btn a,
.tmp_decision .btn a,
.tmp_decision .btn_tel a {
	color: #f7931e;
	padding: 10px 0 ;
	font-size: 21px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	display: block;
	position: relative;
	left: 10px;
}
.tmp_banner .btn a::before,
.tmp_decision .btn a::before,
.tmp_decision .btn_tel a::before {
	content: url("../img/icon_arrow_btn.gif");
	position: relative;
    top: 5px;
    left: -16px;
}
.tmp_smartphone {
	width: 210px;
	height: 344px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: -1024px;
}

.tmp_decision .tel {
	text-align: center;
	position: absolute;
	top: 550px;
	left: 0;
	right: 0;
}
@media screen and ( max-width:375px) { .tmp_decision .tel { display: none; } }

.tmp_decision .tel p {
	font-size: 21px;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 600;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	color: #1eaae1;
}
.tmp_decision .tel a {
	font-size: 36px;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 600;
	display: block;
	margin-top: 10px;
	letter-spacing: 2px;
}
.tmp_decision .tel a::before {
	content: url("../img/icon_tel_copyright.gif");
	margin-right: 10px;
}

/*solution*/
.solution {
}
.solution ul {
	margin-top: 80px;
}
@media screen and ( max-width:375px) { .solution ul { margin-top: 60px; } }

.solution ul li {
	width: 296px;
	height: 640px;
	margin-right: 67px;
	float: left;
}
.solution ul li:last-child {
	margin-right: 0;
}
@media screen and ( max-width:375px) { .solution ul li,.solution ul li:last-child  { width: 90%; margin: 0 auto 50px; float: inherit;} }

.solution ul li h3 {
	width: 105%;
	font-size: 17px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #000;
	position: relative;
	top: 10px;
	left: -2%;
}
.solution ul li p:nth-of-type(1) {
	margin-top: 40px;
	font-size: 17px;
	font-weight: 700;
	color: #29abe2;
	text-align: center;
	position: relative;
}
.solution ul li p:nth-of-type(1)::before {
	content: "▼";
	position: absolute;
	margin: 0 auto;
	top: -10px;
    left: 0;
	right: 0;
}
.solution ul li p:nth-of-type(1) span {
	font-size: 23px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.solution ul li p:nth-of-type(1) span::before {
	content: url("../img/logo_min.png");
	display: inline-block;
	transform: scale(0.6);
	position: relative;
	top: 21px;
    left: -12px;
	margin-right: -20px;
}
.solution ul li h4 {
	width: 296px;
	padding: 15px 0;
	margin-top: 20px;
	border: 2px solid #29abe2;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
}
@media screen and ( max-width:375px) { .solution ul li h4 { margin: 20px auto 0;} }

.solution ul li p:nth-of-type(2) {
	width: 296px;
	padding: 15px 0;
	margin-top: 15px;
	border-left: 3px solid #00d0ff;
	border-right: 3px solid #ef4269;
	box-sizing: border-box;
	color: #003d7a;
	font-size: 16px;
	font-weight: 700;
	text-align: center;	
}
.solution ul li p:nth-of-type(2)::before,
.solution ul li p:nth-of-type(2)::after{
	content: "";
	display: block;
	height: 3px;
	background: linear-gradient(to right, #00d0ff 0%, #ef4269 100%);
	position: relative;
}
.solution ul li p:nth-of-type(2)::before {
	top:-15px;
}
.solution ul li p:nth-of-type(2)::after {
	top:15px;
}

/*reason*/
.reason {
	margin-top: 240px;
	position: relative;
	border: 2px solid #000;
	border-radius: 8px;
	padding-bottom: 44px;
	z-index: 1;
}
@media screen and ( max-width:375px) { .reason { width: 95%; margin: 0 auto; margin-top: 120px; } }

.reason::before {
	content: "";
    width: 620px;
    height: 2px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and ( max-width:375px) { .reason::before { display: none; } }

.reason h2 {
	position: absolute;
	top: -54px;
	left: 0;
	right: 0;
}
@media screen and ( max-width:375px) { .reason h2 { top: -64px; } }

.reason ul {
	width: 930px;
	margin: 30px auto 0;
}
@media screen and ( max-width:375px) { .reason ul { width:100%; margin: 0 auto; } }

.reason ul li {
	width: 240px;
	margin: 80px 35px 0;
	float: left;
}
@media screen and ( max-width:375px) { .reason ul li { width: 240px; margin: 60px auto 0; float: inherit;} }

.reason ul li img {
	border-radius: 5px;
}
.reason ul li h3 {
	width: 128%;
	font-size: 18px;
	line-height: 34px;
	position: relative;
	left: -14%;
}
.reason ul li h3 {
	width: 128%;
	margin-top: 20px;
	font-size: 18px;
	line-height: 34px;
	position: relative;
	left: -14%;
}
.reason ul li:nth-of-type(odd) h3 {
	color: #0078be;
}
.reason ul li:nth-of-type(even) h3 {
	color: #004696;
}
.reason ul li p {
	margin-top: 20px;
	font-size: 14px;
}
.reason ul li:nth-child(3) p {
	width: 106%;
	position: relative;
	left: -3%;
}
@media screen and ( max-width:375px) { .reason ul li p,.reason ul li:nth-child(3) p { width: 106%; position: relative; left: -3%; } }

.reason .un {
	text-align: center;
	position: relative;
    top: 80px;
	z-index: -1;
}
@media screen and ( max-width:375px) { .reason .un { top: 10px; } }

.reason .un p {
	color: #004696;
	font-size: 21px;
	font-weight: 700;
}
.reason .un p::before {
	content: url("../img/icon_caut_l.gif");
	margin-right: 20px;
}
.reason .un p::after {
	content: url("../img/icon_caut_r.gif");
	margin-left: 20px;
}
.reason .un .btn_reason {
	width: 368px;
	margin: 15px auto 0;
	border-radius: 5px;
	background: linear-gradient(to right, #0e80f7 0%, #004696 100%);
    outline: 20px solid #fff;
}
@media screen and ( max-width:375px) { .reason .un .btn_reason { width: 90%; outline: none;} }

.reason .un .btn_reason a {
	padding: 20px 0;
	display: block;
	color: #FFF;
	font-size: 21px;
	font-weight: 700;
}

/*case*/
.case {
	display: inline-block;
}
.case h2 {	
}
.case ul {
	margin-top: 80px;
}
@media screen and ( max-width:375px) { .case ul { margin-top: 0; } }

.case ul li {
	width: 306px;
	margin-right: 53px;
	float: left;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #29abe2;	
}
.case ul li:last-child {
	margin-right: 0;
}
@media screen and ( max-width:375px) { .case ul li,.case ul li:last-child  { width: 95%; margin: 40px auto 70px; float: inherit;} }

.case ul li .worries,
.case ul li .result {
	border: 2px solid #283c50;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px 15px ;
	position: relative;
	background: #FFF;
	margin-top: 30px;
}
.case ul li .worries::after {
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 14px 18px 0 18px;
	border-color: #283c50 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
}
.case ul li .result::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1999;
}
.case ul li:nth-child(1) .result::after {
	background: #ff7bac;
}
.case ul li:nth-child(2) .result::after {
	background: #faaa14;
}
.case ul li:nth-child(3) .result::after {
	background: #92c41d;
}

.case ul li h3 {
	width: 105%;
	font-size: 17px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #000;
	position: relative;
	text-align: left;
}
.case ul li img,
.case ul li .result img {
	width: 68px;
	float: left;
	margin:0 10px 0 8px;
}
.case ul li h3 span {
	font-size: 14px;
	color: #283c50;
	display: block;
	text-align: left;
}
.case ul li .result h3 span {
	width: 105%;
	font-size: 13px;	
}
.case ul li p {
	font-size: 14px;
	line-height: 32px;
	position: relative;
	left: 5px;
}
.case ul li p::before {
	content: "";
    width: 92%;
    height: 2px;
	margin: -10px auto 10px;
	background: #ccc;
    display: block;
}
.case ul li .worries p {
	color: #666;	
}
.case ul li .result p {
	color: #000;	
}
/*decision*/
.decision {
	width: 100vw;
	margin: 260px calc(50% - 50vw);
	min-height: 860px;
	max-height: 860px;
	position: relative;
	background: url("../img/ph_decision_001.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and ( max-width:375px) { .decision { width: 100vw; min-height: 500px;	max-height: 500px;margin: 80px calc(50% - 50vw); background-position: top 0px left -30px; } }

.decision::before {
	content: "";
	width: 100%;
	min-height: 70px;
	max-height: 70px;
	background: url("../img/ph_decision_before.png") no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
}
.decision::after {
	content: "";
	width: 100%;
	min-height: 70px;
	max-height: 70px;
	background: url("../img/ph_decision_after.png") no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: 0;
}
@media screen and ( min-width:1921px) { .decision::before,.decision::after { display: none; }}
@media screen and ( max-width:375px) { .decision::before,.decision::after { display: none; } }

/*Q＆A*/
.QandA {
	margin-top: 200px;
	border: 2px solid #000;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
@media screen and ( max-width:375px) { .QandA { width: 95%; margin: 180px auto 0; } }

.QandA::before {
	content: "";
    width: 420px;
    height: 2px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and ( max-width:375px) { .QandA::before { display: none; } }

.QandA h2 {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}
@media screen and ( max-width:375px) { .QandA h2 { font-size: 24px; top: -70px; } }

.QandA ul {
	width: 900px;
	margin: 30px auto 120px;
}
@media screen and ( max-width:375px) { .QandA ul { width: 100%; margin: -40px auto 60px; } }

.QandA ul li {
	margin-top: 100px;
}

.QandA ul li h3 {
	font-size: 21px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #000;
	margin: 0 10px 0 0 ;
	text-align: left;
	position: relative;
	left: 120px;
}
@media screen and ( max-width:375px) { .QandA ul li h3 { font-size: 16px; left: 46px; padding-right: 25px; } }

.QandA ul li h3 span {
	background:-webkit-linear-gradient(transparent 70%, #fcee21 0%);
	background:-o-linear-gradient(transparent 70%, #fcee21 0%);
	background:linear-gradient(transparent 70%, #fcee21 0%);
}
.QandA ul li h3::before {
	content: url("../img/icon_qanda_q.gif");
	position: absolute;
	left: -120px;
}
@media screen and ( max-width:375px) { .QandA ul li h3::before { left: -58px; } }

.QandA ul li p {
	width: 770px;
	line-height: 35px;
	position: relative;
	font-weight: 600;
	left: 55px;
}
@media screen and ( max-width:375px) { .QandA ul li p { width: 90%; left: 30px;} }

.QandA ul li p:first-of-type::before {
	content: url("../img/icon_qanda_a.gif");	
	position: absolute;
	left: -120px;
	top: -5px;
}
@media screen and ( max-width:375px) { .QandA ul li p:first-of-type::before { left: -58px; } }

.QandA ul li p a {
	color: #0078be;
	text-decoration: underline;
}

.QandA ul li .tbl {
	margin-top: 40px;
	position: relative;
	left: 120px;
}
@media screen and ( max-width:375px) { .QandA ul li .tbl { width: 106%; position: relative; left: -3.5%; } }

.QandA ul li .tbl h4 {
	width: 780px;
    height: 32px;
	font-size: 16px;
    color: #FFF;
	text-align: center;
    border: 2px solid #004696;
    background: #004696;
    border-radius: 5px 5px 0 0;
}
@media screen and ( max-width:375px) { .QandA ul li .tbl h4 { width: 100%; } }

.QandA ul li .tbl ul {
	width: 780px;
    height: 240px;
	margin: 0;
    border: 2px solid #004696;
    border-radius: 0 0 5px 5px;
}
@media screen and ( max-width:375px) { .QandA ul li .tbl ul { width: 100%; height: auto; padding: 20px 0px;} }

.QandA ul li .tbl ul li {
	margin-top: 0;
	font-size: 15px;
    list-style: disc;
    line-height: 35px;
	position: relative;
	top: 30px;
	left: 60px;
}
@media screen and ( max-width:375px) { .QandA ul li .tbl ul li { position: inherit; font-size: 14px; display: inline-block; padding: 2px 15px;} }

.QandA ul li .tbl ul li:nth-child(6),
.QandA ul li .tbl ul li:nth-child(7),
.QandA ul li .tbl ul li:nth-child(8),
.QandA ul li .tbl ul li:nth-child(9),
.QandA ul li .tbl ul li:nth-child(10) {
	position: relative;
	top: -145px;
	left: 450px;
}
@-moz-document url-prefix() {
.QandA ul li .tbl ul li:nth-child(6),
.QandA ul li .tbl ul li:nth-child(7),
.QandA ul li .tbl ul li:nth-child(8),
.QandA ul li .tbl ul li:nth-child(9),
.QandA ul li .tbl ul li:nth-child(10) {
	top: -153px;
}
}
@media screen and ( max-width:375px) { .QandA ul li .tbl ul li:nth-child(6),.QandA ul li .tbl ul li:nth-child(7),.QandA ul li .tbl ul li:nth-child(8),.QandA ul li .tbl ul li:nth-child(9),.QandA ul li .tbl ul li:nth-child(10) { position: inherit; } }

@media screen and ( max-width:375px) { 
@-moz-document url-prefix() {
.QandA ul li .tbl ul li:nth-child(6),
.QandA ul li .tbl ul li:nth-child(7),
.QandA ul li .tbl ul li:nth-child(8),
.QandA ul li .tbl ul li:nth-child(9),
.QandA ul li .tbl ul li:nth-child(10) {
	top: -153px;
}
}
}

.QandA ul li .btn_QandA {
	width: 275px;
	margin-top: 30px;
	border-radius: 5px;
	background: linear-gradient(to right, #0e80f7 0%, #004696 100%);
	position: relative;
	left: 120px;
}
@media screen and ( max-width:375px) { .QandA ul li .btn_QandA { left: 0; margin: 40px auto 0;} }

.QandA ul li .btn_QandA a {
	padding: 8px 0;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

/*decision_foot*/
.decision_foot {
	width: 100vw;
	margin: 260px calc(50% - 50vw) 0;
	min-height: 740px;
	max-height: 740px;
	position: relative;
	background: url("../img/ph_decision_foot_001.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	border-bottom: 6px solid #1eaae1;
}
.decision_foot::before {
	content: "";
	width: 100%;
	min-height: 80px;
	max-height: 80px;
	background: url("../img/ph_decision_before.png") no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
}
@media screen and ( min-width:1921px) {.decision_foot::before { display: none; } }
@media screen and ( max-width:375px) { .decision_foot::before { display: none; } }
@media screen and ( max-width:375px) { .decision_foot { width: 100vw; min-height: 550px;	max-height: 500px;margin: 150px calc(50% - 50vw) 0; background-position: top 0px left -150px; } }

/*footer*/
footer {
	margin-top: 0;
	position: relative;
}
footer .foot {
	margin-top: 0;
	position: relative;
}
footer .foot h2 {
	width: 305px;
	margin: 60px auto;
}
@media screen and ( max-width:375px) { footer .foot h2 { margin: 60px auto 0; } }

footer .foot ul.sitemap {
	width: 1024px;
	margin: 0 auto;
}
@media screen and ( max-width:375px) { footer .foot ul.sitemap { width: 80%; } }

footer .foot ul.sitemap h3,
footer .foot ul.sitemap h3 a {
	font-size: 16px;
	color: #004696;
	letter-spacing: 2px;
	text-align: center;
}
@media screen and ( max-width:375px) { footer .foot ul.sitemap h3,footer .foot ul.sitemap h3 a { text-align: left; } }

footer .foot ul.sitemap li.right ul li h3 { 
    padding: 0 0 10px;
    background: linear-gradient(90deg, #29abe2 0%, #0071bc 100%);
    background-repeat: no-repeat;
    background-size: 94% 3px;
    background-position: bottom;
}
@media screen and ( max-width:375px) { footer .foot ul.sitemap li.right ul li h3 { background-size: 100% 3px; } }

footer .foot ul.sitemap li.left li {
	margin-top: 12px;
}
footer .foot ul.sitemap li.left li:first-child {
	margin-top: 0;
}
footer .foot ul.sitemap li.left h3 {
	text-align: left;
}
footer .foot ul.sitemap li.left ul:nth-child(2) {
	margin-top: 40px;
}
footer .foot ul.sitemap li.left ul:nth-child(1) h3 a {
	color: #004696;
}
footer .foot ul.sitemap li.left ul:nth-child(2) h3 a {
	color: #0078be;
}
footer .foot ul.sitemap li.left,
footer .foot ul.sitemap li.center,
footer .foot ul.sitemap li.right {
	float: left;
	margin-right: 80px;
}
@media screen and ( max-width:375px) { footer .foot ul.sitemap li.left,footer .foot ul.sitemap li.center,footer .foot ul.sitemap li.right { margin-top: 40px; } }

footer .foot ul.sitemap li.left {
	width: 260px;
}
footer .foot ul.sitemap li.center {
	width: 320px;
}
footer .foot ul.sitemap li.right {
	width: 210px;
	margin-right: 0;
}
footer .foot ul li.managed,
footer .foot ul li.franchise {
	margin-top: 30px;
	font-size: 14px;
	float: left;
	line-height: 2.4em;
}
footer .foot ul li.managed {
	width: 135px;
	margin-right: 70px;
    margin-left: 20px;
}
@media screen and ( max-width:375px) { footer .foot ul li.managed { margin-right: 30px; } }

footer .foot ul li.franchise {
	width: 90px;
}

footer .foot ul li.managed ul li,
footer .foot ul li.franchise ul li {
	color: #a0968c;
	list-style: disc;
}
footer .foot ul li.managed ul li a,
footer .foot ul li.franchise ul li a {
	color: #a0968c;
}

footer .foot .address {
	clear: both;
	margin-top: 100px;
}
@media screen and ( max-width:375px) { footer .foot .address { margin-top: 100px; } }

footer .foot .address h4 {
	font-size: 16px;
    color: #29abe2;
	font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
	letter-spacing: 2px;
}
footer .foot .address h4::before {
	content: url(../img/logo_min_for_foot.png);
    position: relative;
    top: 8px;
}
footer .foot .address p {
	margin-top: 14px;
}
footer .foot .address p,
footer .foot .address ul li {
	margin-left: 5px;
	font-size: 14px;
    color: #333;
	line-height: 28px;
}
footer .other_page {
	clear: both;
    width: 400px;
    margin: 0 auto 140px;
    position: relative;
    top: 80px;
	font-size: 14px;
}
@media screen and ( max-width:375px) { footer .other_page { width: 80%; top: 20px; margin: 0 auto 100px; } }

footer .other_page ul {
}
footer .other_page ul li {
	float: left;
	margin-right: 30px;
}
@media screen and ( max-width:375px) { footer .other_page ul li { float: inherit; margin: 0; } }

footer .copyright {
	width: 100%;	
	background: #004696;
	font-size: 10px;
	text-align: center;
}
footer .copyright p {
	color: #FFF;
	font-size: 10px;
}



/*hamberger_menu*/
nav {
	display: block;
	position: fixed;
	top: 0;
	left: 0px;
	bottom: 0;
	width: 300px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	font-weight: 700;
}
.open nav {
	left: 0;
	opacity: 1;
	z-index: 199999;
}
@media screen and ( max-width:375px) { .open nav {width: 75%} }

nav .inner {
	padding: 25px;
}
nav .inner .inner_logo {
	width: 100px;
	height: auto;
	margin: 0 auto;
}
@media screen and ( max-width:375px) { nav .inner .inner_logo{ width: 45%; } }

nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav .inner ul li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #333;
}
nav .inner ul li:first-child {
	margin-top: 30px;
	border-top: 1px solid #333;
}
nav .inner ul li img {
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	position: relative;
	top: 7px;
}
nav .inner ul li a {
	display: block;
	color: #000;
	font-size: 14px;
	padding: 1em;
	text-decoration: none;
	transition-duration: 0.2s;
}
@media screen and ( max-width:375px) { nav .inner ul li a {font-size: 14px;} }

nav .inner ul li a:hover {
	background: #21C0CF;
}
@media screen and ( max-width:375px) { nav { left: -220px; width: 80%;} }
/*ul入れ子*/
nav .inner ul li ul {
	margin-left: 25px;
}
nav .inner ul li ul li {
	border-bottom: none;
	list-style-type: '-';
}
nav .inner ul li ul li:last-child {
	margin-bottom: 15px;
}
nav .inner ul li ul li a {
	padding: 0.75em;
	color: #666;
}
@media screen and ( max-width:375px) { nav .inner ul li ul li a { padding: 8px; } }

/*.toggle_btn*/
.toggle_btn {
	display: block;
    position: fixed;
    top: 22px;
    right: 22px;
    width: 37px;
    height: 36px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
}
@media screen and ( max-width:375px) { .toggle_btn { top: 17px; right: 22px; width: 30px; height: 33px; position: fixed;} }

.menu_btn::before {
	content:url("../img/menu_un_dott.gif");
	width: 6px;
	height: 46px;
    position: fixed;
    top: 90px;
    right: 38px;
}
@media screen and ( max-width:375px) {.menu_btn::before {display: none;}}

.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 37px;
	height: 5px;
	background-color: #000;
	border-radius: 1px;
	transition: all .5s;
}
@media screen and ( max-width:375px) { .toggle_btn span { background-color: #000; } }

.toggle_btn span:nth-child(1) {
	top: 0px;
	background-color: #FF7BAC;
}
.toggle_btn span:nth-child(2) {
	top: 16px;
	background-color: #FBB03B;
}
@media screen and ( max-width:375px) { .toggle_btn span:nth-child(2) { top: 14px; } }

.toggle_btn span:nth-child(3) {
	bottom: 0px;
	background-color: #8CC63F;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn p {font-size:0;position: relative; left: -32px;}
.open .toggle_btn p:before {
	font-size:14px;
	color: #fff;
	content: "MENU CLOSE";
	line-height: none;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(18px) rotate(-315deg);
	transform: translateY(18px) rotate(-315deg);
}
@media screen and ( max-width:375px) { .open .toggle_btn span:nth-child(1) { -webkit-transform: translateY(11px) rotate(-315deg); transform: translateY(14px) rotate(-315deg); } }

.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-12px) rotate(315deg);
	transform: translateY(-12px) rotate(315deg);
}
@media screen and ( max-width:375px) { .open .toggle_btn span:nth-child(3) { -webkit-transform: translateY(-14px) rotate(315deg); transform: translateY(-14px) rotate(315deg); } }

/*#mask*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}
/*メニュー付属テキスト*/
.toggle_btn p {
	height: 160px;
    font-size: 14px;
    font-weight: 800;
    color: #004696;
    writing-mode: vertical-rl;
    margin: 0 auto;
    padding-top: 60px;
    letter-spacing: 4px;
}
@media screen and ( max-width:375px) { .toggle_btn p { display: none;} }

.menu_btn .deco_menu_line {
	width: 3px;
	height: 40px;
	background-color: #000;
	display: block;
	position: relative;
	top: 45px;
	left: 47%;
}
@media screen and ( max-width:375px) { .menu_btn .deco_menu_line { display: none;} }


/*totop*/
#totop {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url("../img/bt_totop.png") no-repeat center;
	background-size:cover;
	position: fixed;
	left: 46px;
	bottom: 75px;
	z-index: 19999;
}
@media screen and ( max-width:375px) { #totop { display: none;} }

#totop a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
}
#totop a p {
	width: 72px;
	font-size: 12px;
	position: relative;
	top: 55px;
    left: -10px;
	font-weight: 600;
	color: #ccc;
}


/**deco**/
span.deco_dott_01,
span.deco_dott_02,
span.deco_dott_03,
span.deco_dott_04,
span.deco_dott_05,
span.deco_dott_06,
span.deco_dott_07,
span.deco_dott_08,
span.deco_dott_09 {
	width: 50px;
	height: 101px;
	position: absolute;
	z-index: -1;
}
@media screen and ( max-width:375px) { span.deco_dott_01,span.deco_dott_02,span.deco_dott_03,span.deco_dott_04,span.deco_dott_05,span.deco_dott_06,span.deco_dott_07,span.deco_dott_08,span.deco_dott_09 { transform: scale(0.6)}}

span.deco_dott_01 {
	background: url("../img/dott_lblue.gif");
	top: 105px;
    left: -196px;
	animation:blink 3s ease-in-out infinite alternate;
}
@media screen and ( max-width:375px) { span.deco_dott_01 { top: 5px; left: 297px;}}

span.deco_dott_02 {
	background: url("../img/dott_gray.gif");
	top: 174px;
    right: -227px;
	animation:blink 2s ease-in-out infinite alternate;
}
@media screen and ( max-width:375px) { span.deco_dott_02 { top: 115px; left: -26px;}}

span.deco_dott_03 {
	background: url("../img/dott_gray.gif");
	top: 204px;
	left: -450px;
	animation:blink 1s ease-in-out infinite alternate;
}
@media screen and ( max-width:375px) { span.deco_dott_03 { top: 115px; left: 324px;}}

span.deco_dott_04 {
	background: url("../img/dott_gray.gif");
	top: 424px;
	left: -340px;
	animation:blink 2s ease-in-out infinite alternate;
}
@media screen and ( max-width:375px) { span.deco_dott_04 { top: 345px; left: 324px;}}

span.deco_dott_05 {
	background: url("../img/dott_blue.gif");
	top: 671px;
	left: -260px;
	animation:blink 3s ease-in-out infinite alternate;
}
@media screen and ( max-width:375px) { span.deco_dott_05 { top: 255px; left: 20px;}}

span.deco_dott_06 {
	background: url("../img/dott_gray.gif");
	top: 720px;
    right: -330px;
	animation:blink 2s ease-in-out infinite alternate;
}
@media screen and ( max-width:375px) { span.deco_dott_06 { top: -120px; left: 240px;}}

span.deco_dott_07 {
	background: url("../img/dott_gray.gif");
	top: 870px;
    left: -380px;
	animation:blink 3s ease-in-out infinite alternate;
}
span.deco_dott_08 {
	background: url("../img/dott_blue.gif");
	top: 954px;
    right: -270px;
	animation:blink 2s ease-in-out infinite alternate;
}
@media screen and ( max-width:375px) { span.deco_dott_08 { top: 385px; left: -40px;}}

span.deco_dott_09 {
	background: url("../img/dott_lblue.gif");
	top: 980px;
    left: -250px;
	animation:blink 3s ease-in-out infinite alternate;
}
@keyframes blink {
    0% {opacity:0;}
    80% {opacity:1;}
}

/**option**/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
a[href*="mailto:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
