@charset "UTF-8";

@import url('//fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&subset=japanese');

:root {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
	position: relative;
	min-height: 100vh;
}


summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * Universal inheritance
 */

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}


/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  overflow-y: auto;
  background:url("../image/bg_ios_notice.png") repeat;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a:visited {
  color: #000;
}

a:hover {
  color: #999;
  text-decoration: none;
}

*:focus {
  outline: none !important;
}

/* ------------------------------------------------- *
 *        clearfix
 * ------------------------------------------------- */

.-clearFix:before,
.-clearFix:after {
  content: " ";
  display: table;
}

.-clearFix:after {
  clear: both;
}

/* ------------------------------------------------- *
 *        -font
 * ------------------------------------------------- */

.-fontBold {
  font-weight: bold;
}

.-fontRound {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* ================================================== *
 *
 *    BLOCK
 *
 * ================================================== */



/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
html, body {
     margin: 0 auto;   
    height: 100%;
}
header {  
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    background-color: #1667da;
    height: 99px!important;
    line-height: 1.1;
    z-index: 10;
}@media screen and (max-width:960px) {
	header {
		height: 99px!important;
	}
}


.main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	margin: 0 auto;
    height: 100%;
    margin-top: 0;

}

.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
.sub {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 0;
}

.subInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.subInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}



.flex-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
     -ms-flex-pack: left;
   justify-content: left;
align-items:start;
width:100%;
  max-width: 100%;
  padding:10px 0 0px;
  text-align: left;
  position: relative;
  flex-direction: row;
  flex-wrap: 	nowrap;
    margin: 0 auto;
    box-shadow: none;
    height: 99px;
    z-index: 10;
}


.flex-header .flex-header-item1{
  margin: 19px 10px 0 10px;
  width:100px;
		height:auto;
}@media screen and (max-width:960px) {
	.flex-header .flex-header-item1 {
	  	margin: 17px 5px 0 0px;
		width:60px;
		height:auto;
	}
}


.flex-header .flex-header-item2{
  margin: 20px 0px 0 0;
  width:1000px;
  height: 100px;
  color: #fff;
  font-size: 2em;
  text-align: left;
}@media screen and (max-width:960px) {
	.flex-header .flex-header-item2 {
  margin: 19px 0px 0 0;
  font-size: 1.1em;
	height: auto;
    line-height: -10;
      width:100%;
      padding:0 10px 0 40px;
	}
}

.flex-header .flex-header-item2 span{
  color: #ffff00;
}


/* ------------------------------------------------- *
 *        mainimage
 * ------------------------------------------------- */

.sectionSec {
  position: relative;
  padding: 20px 0;
  margin: 0px auto 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  background:url("../image/ib_add3_top.jpg") repeat;
  background-position: center center;
}@media screen and (max-width:960px) {
	.sectionSec{
	  	margin: 0px auto 0;
		  padding: 25px 0;
	}
}


.sectionSec__inner {
  padding: 0px 0px;
}

hr{
border:none;
border-top:dashed 3px #4a4a4a;
height:3px;
color:#FFFFFF;
width:100%;
margin:30px 0px;
}


.sectionIndex__headTitle {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #130d02;
  font-size: 1.8em;
  line-height: 1.6;
  text-align: center;
  height:auto;
  width:100%;
  max-width: 1200px;
  padding:0;
  letter-spacing: 0.15em;
  margin:0 auto;
}

.sectionIndex__headTitle img{
  position: relative;
  margin: 0px auto 0px;
}@media screen and (max-width:960px) {
	.sectionIndex__headTitle img {
	  
	}
}

.f-itemimg {
position: relative;
flex-basis:10%;
margin:10px 20px 0 0;
}@media screen and (min-width:800px)and (max-width:1280px) {
	.f-itemimg {
		flex-basis:20%;
	}
}@media screen and (max-width:800px) {
	.f-itemimg {
		flex-basis:20%;
margin:10px 15px 0 0;
	}
}

.f-itemimg img {
	width:100%;
}
@media screen and (min-width:800px)and (max-width:1280px) {
	.f-itemimg img {
	width:70%;
	}
}@media screen and (max-width:800px) {
	.f-itemimg img {
	  	width:100%;
	}
}


.f-item3 {
position: relative;
margin:10px 0;
flex-basis:88%;
    padding:0 20px;
}@media screen and (min-width:800px)and (max-width:1280px) {
	.f-item3 {
	flex-basis:73%;
    padding:0 10px;
	}
}@media screen and (max-width:800px) {
	.f-item3{
	flex-basis:75%;
    padding:0 20px;
	}
}

.f-item3 h2{
	font-size: 1.0em;
	padding:5px 0px 20px;
	margin: 0px auto;
	font-weight: bold;
	text-shadow:
    white 3px 0px,  white -3px 0px,
    white 0px -3px, white 0px 3px,
    white 3px 3px , white -3px 3px,
    white 3px -3px, white -3px -3px,
    white 1px 3px,  white -1px 3px,
    white 1px -3px, white -1px -3px,
    white 3px 1px,  white -3px 1px,
    white 3px -1px, white -3px -1px;
	line-height: 1.3;
	text-align:  left;
}@media screen and (min-width:800px)and (max-width:1280px) {
	.f-item3 h2 {
	font-size: 0.85em;
	}
}@media screen and (max-width:800px) {
	.f-item3 h2{
	font-size: 0.7em;
	padding:5px 0px 10px;
	}
}


.flex-text {
  display:flex;
  flex-wrap: no-wrap;
  justify-content: left;
}
.flex-text-left {
position: relative;
margin:0px;
flex-basis:8%;
}
.flex-text-right {
position: relative;
margin:0 0 0 10px;
flex-basis:92%;
}

.f-item3 p{
	width:90%;
	font-size: 24px;
	padding:20px 0px;
	margin: 0px auto;
	font-weight: bold;
	font-style:italic;
	text-shadow:
	0px -3px #ffffff,
	3px 0px #ffffff,
	0px 3px #ffffff,
	-3px 3px #ffffff;
}

.f-item3 span a{
	position: relative;
	top: 5px;
	left:0px;
	background: linear-gradient(to bottom, #1948dd, #153cb8);
	padding: 7px 65px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	width:100%;
    text-align:  center;
    border-radius:  25px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.15em;
}@media screen and (max-width:960px) {
	.f-item3 span a {
	  	font-size: 0.8em;
	padding: 7px 75px 7px 45px;
	}
}


.f-item3 span a:after {
	position: absolute;
	top: 2px;
	right:12px;
  content: url(../image/yajirushi.png);
}@media screen and (max-width:960px) {
	.f-item3 span a:after {
	  		top: 6px;
	}
}


.f-item3 span.sonota a{
	top: 5px;
	padding: 7px 0px 7px 30px;
	letter-spacing: 0.03em;
	text-align:  left;
	width:100%;
	margin:20px 20px 0 0;
	cursor: pointer;
	line-height: 1.5em;
	font-size: 1.1em;
}@media screen and (max-width:960px) {
	.f-item3 span.sonota a {
	  margin:15px 20px 0 0;
	padding: 8px 30px 8px 20px;
	line-height: 1.3em;
	font-size: 0.7em;
	}
}

.f-item3 span.sonotanew a{
	top: 20px;
	padding: 7px 0px 7px 15px;
	letter-spacing: 0.05em;
	text-align:  left;
	width:410px;
	margin:20px 0 0 0;
	cursor: pointer;
}

.f-item3 span.sonotanew a:before{
	position: absolute;
	top: 0px;
	left:-30px;
	content: url(../image/new.png);
}

.f-item3 span a:hover{
	background: linear-gradient(to bottom, #ef2c63, #d41249);
}


.sectionIndex__btn {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #130d02;
  font-size: 1.0em;
  line-height: 1.6;
  text-align: center;
  height:auto;
  width:100%;
  max-width: 1000px;
  padding:0;
  letter-spacing: 0.15em;
  margin:0 auto;
}

.sectionIndex__btn_btn {
	display: block!important;
	cursor: pointer;
	width:100%;
    height:100%;
    max-width: 450px;
	margin: 0em auto;
	padding: 20px 16px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	text-decoration: inherit;
	background: #fb2063;
	box-shadow: 0 6px 0 #db0446, 0 12px 0 rgba(0,0,0,.2);
	/*transition: color .1s, background .1s, box-shadow .1s, transform 0.2s;*/
    font-size: 1.3em;
	font-weight: bold;
}@media screen and (max-width: 960px) {
	.sectionIndex__btn_btn {
	margin: 0.6em auto;
	max-width: 85%;
    font-size: 1.2em;
	text-align: center;
	}	
}

.sectionIndex__btn_btn a {
	display: block!important;
}

.sectionIndex__btn_btn:hover {
	display: block!important;
	background: #3cc4bd;
	box-shadow: 0 3px 0 #12978d, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
	color: #fff;
}


.btnarea_top{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/header_bg.jpg);
	background-attachment: fixed;
	padding: 0em 0 0.5em;
}
.btnarea_top a{
	color:#FFF;
    font-weight: bold;
}

/* ------------------------------------------------- *
 *        sectionTop
 * ------------------------------------------------- */

.m_top{
	margin-top:10px!important;
}@media screen and (max-width:960px) {
	.m_top {
	  	margin-top:10px!important;
	}
}

section{
	margin:10px auto 0px;
}@media screen and (max-width:960px) {
	section {
	  	margin:0px auto;
	}
}

.bg_a {
  background: #ffaa00;
}

.contents {
  position: relative;
  overflow: hidden;
  margin: 0% 0;
  padding: 0px 0 0;
}



.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
/*
.contents_a:before {
  background: linear-gradient(45deg, #fce0c2 0%, #ffcae1 100%);
}

.contents_b:before {
  background: linear-gradient(45deg, #fce0c2 0%, #fff782 100%);
}

.contents_c:before {
  background: linear-gradient(45deg, #ffda55 0%, #fff782 100%);
}

.contents_d:before {
  background: linear-gradient(45deg, #6afff8 0%, #a1e5ce 100%);
}

.contents_e:before {
  background: linear-gradient(45deg, #f991d6 0%, #fce0c2 100%);
}
*/

.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 0px 60px;
  color: #fff;
  text-align: center;
}@media screen and (max-width:960px) {
	.contents_inner {
	  	  padding: 25px 20px 30px;
	}
}


.subcontainer {
  width: 100%;
  max-width: 1000px;
  padding:0px 0px 20px;
  text-align: center;
  color: #343434;
  position: relative;
	margin:0 auto;
	left:0;
	right:0;
}@media screen and (max-width:960px) {
	.subcontainer {
	  width: 100%;
  padding:0px 0px 30px;
    }
}

.subcontainer h3{
	font-size: 2.0em;
	padding:25px 0px;
	margin: 20px auto;
	font-weight: bold;
	color:#fff;
	text-shadow:
    #001f55 3px 0px,  #001f55 -3px 0px,
    #001f55 0px -3px, #001f55 0px 3px,
    #001f55 3px 3px , #001f55 -3px 3px,
    #001f55 3px -3px, #001f55 -3px -3px,
    #001f55 1px 3px,  #001f55 -1px 3px,
    #001f55 1px -3px, #001f55 -1px -3px,
    #001f55 3px 1px,  #001f55 -3px 1px,
    #001f55 3px -1px, #001f55 -3px -1px;
	line-height: 1.0;
	/*background: -webkit-repeating-linear-gradient(45deg, #ff75b5, #ff75b5 5px, #fa97c5 5px, #fa97c5 10px);
	background: repeating-linear-gradient(45deg, #ff75b5, #ff75b5 5px, #fa97c5 5px, #fa97c5 10px);*/
	  background: linear-gradient(60deg, #1667da 0%,#1157d2 100%);
	box-shadow: 10px 10px 0 #FFF;
}@media screen and (max-width:960px) {
	.subcontainer h3 {
	  		font-size: 1.35em;
			padding:25px 0px;
			margin: 15px auto;
	}
}
/*.subcontainer h3.markerpink{
	background: linear-gradient(transparent 50%, #ff75b5 0%);
	width:100%;
}
.subcontainer h3.markerblue{
	background: linear-gradient(transparent 50%, #30d4eb 0%);
	width:100%;
}
*/


.subcontainer h4{
	font-size: 1.7em;
	padding:10px 0px;
	margin: 0px auto 10px;
	font-weight: bold;
    text-align: left;
	text-shadow:
    white 3px 0px,  white -3px 0px,
    white 0px -3px, white 0px 3px,
    white 3px 3px , white -3px 3px,
    white 3px -3px, white -3px -3px,
    white 1px 3px,  white -1px 3px,
    white 1px -3px, white -1px -3px,
    white 3px 1px,  white -3px 1px,
    white 3px -1px, white -3px -1px;
	line-height: 1.3;
    color:#000;
}@media screen and (max-width:960px) {
	.subcontainer h4{
	font-size: 1.4em;
    padding: 9px 10px;
	margin: 0px 0 9px;
    }
}

.subcontainer h4.markerpink{
	background: linear-gradient(transparent 50%, #ff75b5 0%);
	width:100%;
}
.subcontainer h4.markerblue{
	background: linear-gradient(transparent 50%, #86f0ff 0%);
	width:100%;
}

.subcontainer p{
	font-size: 1.2em;
	font-weight: 400;
    text-align: left;
    padding:2px 0;
}@media screen and (max-width:960px) {
	.subcontainer p{
	font-size: 1.0em;
    }
}


.h4flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	margin: 0 auto;
}
.right{width:67%; padding-right:20px;}
.left{width:33%;}










.subcontainer img{
width: 100%;
padding-top:20px;
}@media screen and (max-width:960px) {
	.subcontainer img {
	  width: 100%;
padding-top:10px;
	}
}

.subcontainer strong{
text-align: center;
display: block;
padding:10px 0px;
}

.subcontainer strong:before{
	position: absolute;
	top: 50px;
	left:-35px;
	content: url(../image/new.png);
}

.top-bg02 {
  background: url("../image/index_02.png") no-repeat;
}

.top-bg03 {
  background: url("../image/index_03.png") no-repeat;
}

.back{
position: relative;
bottom:0;
right:0;
text-align: right!important;
font-size: 1em;
}

/* ------------------------------------------------- *
 *        sectionTop QR
 * ------------------------------------------------- */

.flex-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  width: 640px;
  padding:40px 0 0px;
  text-align: left;
  color: #343434;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  background: url("../image/index_05.png") no-repeat;
}

.f-item4 {
position: relative;
width:320px;
height:220px;
margin:10px 0;
}

.f-item4 span {
	position: relative;
	top: 10px;
	left:15px;
	padding: 7px 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	display: block;
	width:290px;
    text-align:  center;
    border-radius:  25px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.05em;
}

.bluebtn span {
	background: linear-gradient(to bottom, #1948dd, #153cb8);
}
.greenbtn span {
	background: linear-gradient(to bottom, #65a111, #55870e);
}

.bluebtn a:hover{
	background: linear-gradient(to bottom, #ef2c63, #d41249);
}

.greenbtn a:hover{
	background: linear-gradient(to bottom, #eada2a, #df8d0c);
}




/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */


.btnarea{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/header_bg.jpg);
	background-attachment: fixed;
	padding: 0em 0 7em;
}
.btnarea p{
	color:#097ab5;
	font-size: 2em;
	font-weight: bold;
}

.btnarea a{
	color:#FFF;
}

.btn {
	display: block;
	cursor: pointer;
	max-width: 750px;
	margin: 1em auto;
	padding: 20px 16px;
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: inherit;
	background: #fb2063;
	box-shadow: 0 6px 0 #db0446, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
    font-size: 2em;
	font-weight: bold;
}@media screen and (max-width: 960px) {
	.btn {
	margin: 0.4em auto 1em;
	max-width: 85%;
    font-size: 1.2em;
	text-align: center;
	}	
}

.btn:hover {
	background: #3cc4bd;
	box-shadow: 0 3px 0 #12978d, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
	color: #fff;
}
.btn:active {
	color: #ddd;
	background: #12978d;
	box-shadow: 0 0 0 #047c71, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}


/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */

.footer {
  position: relative;
  bottom: 0;
  padding: 0px;
}

.footer .footer__image img {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}

.footer__inner {
  position: relative;
  z-index: 99;
  width: 100%;
  margin: auto;
  background-color: #1667da;
  height:140px;
  bottom: 0;
}

.footer__head img {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 101;
	transform: translateY(-30%) translateX(-50%);
  -webkit- transform: translateY(-30%) translateX(-50%);
}

.footer__headTitle {
  font-size: 20px;
}

.footer__copyright {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateY(-80%) translateX(-50%);
  -webkit- transform: translateY(-80%) translateX(-50%);
  color: #fff;
  font-weight: bold;
}

.footer__copyright small {
  font-size: 12px;

}


/* ------------------------------------------------- *
 *        sp__footer
 * ------------------------------------------------- */

.sp__footer {
  position: relative;
  bottom: 105px;
  padding: 0px;
  margin-top:100px;
}

.sp__footer__inner {
  position: relative;
  z-index: 99;
  width: 100%;
  margin:0 auto;
  left:0;
  right:0;
}

.sp__footer__head {
  width:234px;
  position: relative;
  margin:10px auto 5px;
  left:0;
  right:0;
}

.sp__footer__headTitle {
  font-size: 20px;
}

.sp__footer__copyright {
  position: relative;
  margin:5px auto;
  left:0;
  right:0;
  color: #62686e;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}

.sp__footer__copyright small {
  font-size: 0.55em;
}

/* ------------------------------------------------- *
 *        footer__spweb
 * ------------------------------------------------- */
.footer__spweb {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height:100px;
    box-shadow: none;
    position: fixed;
    z-index: 999;
	left: 0;
	right:0;
    bottom: 0;
    /*background:url("../image/bg_dot_pink.png") repeat;*/
    background-color: #1667da;
	padding:-15px 20px 30px;
}

.footer__spweb img{
    display: block;
	width:90%;
	max-width:850px;
    margin: 15px auto;
}@media screen and (max-width: 1080px) {
	.footer__spweb img {
	max-width:560px;
	}	
}

/* ================================================== *
 *
 *    MEDIA QUERY
 *
 * ================================================== */

.pc { display: block !important; }
.sp { display: none !important; }
	@media only screen and (max-width: 1080px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}



@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

