@charset "utf-8";


/* -------------------------------------------
フォント
-------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Manjari:100,400,700|M+PLUS+Rounded+1c:400,500,700&display=swap');



/*-----------------------------------------
ヘッダー
-----------------------------------------*/

header {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #45B035;   
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1); 
    padding: 0;
    margin: 0;
    z-index: 30;
	text-align: center;
}
header .headitem {
    position: relative;    
	height: 30px;
	top: 50%;
    margin: 0;
    padding: 0px;
    background-color: #FFD802;  
	border-bottom:dotted 4px #000000;
}
header .headitem p {
	text-align: center;
	color: #45B035;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
}

header .covercol{
    position: relative;    
	display: inline;
	text-align: right;
	padding: 20px 0 0 0;
	width: 35%;
	height: 310px;
	float: left;
	vertical-align: middle;
}
header .covercol figure img {
	width: 100%;
	max-width: 250px;
	height: auto;
	border: solid 2px #000;
	margin: 0;
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

header .zerodorattl {
    position: relative;
	display: inline;
	font-family: 'M PLUS Rounded 1c', sans-serif;	
	text-align: center;	
	padding: 0;
	width: 65%;	
	height: 310px;
	float: left;
}
header .zerodorattl h1 span.sholder {
	display: block;
    font-size: 24pt;
    margin: 10px 0 10px 0;
    padding: 10px;
	color: #ffffff;
}
header .zerodorattl h1 span.main {
	display: block;
    font-size: 53pt;
	line-height: 0.5em;
    padding: 0;
	color: #FFD802;
}
header .zerodorattl h1 span.sub {
	display: block;
    font-size: 17pt;
    margin: 20px 0;
	padding: 0;
	color: #ffffff;
}
    
header .soundpage {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  margin:0px 0 30px 0;
  background: #29A8DF;
  color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

header .soundpage h2 {
  margin: 0;
  padding: 0 30px;
  border-top: dotted 2px rgba(255, 255, 255, 0.5);
  border-bottom: dotted 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18pt;
  text-align: center;
}

header .soundpage:before, .soundpage:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

header .soundpage:before {
  top: -2px;
  left: -2px;
  border-width: 32px 0px 32px 15px;
  border-color: transparent transparent transparent #45B035;
  border-style: solid;
}

header .soundpage:after {
  top: -2px;
  right: -2px;
  border-width: 32px 15px 32px 0px;
  border-color: transparent #45B035 transparent transparent;
  border-style: solid;
}

.lead {
    display: block;
    position: relative;
    font-size: 18px;
    padding: 0;
    margin: 0 0 1em 0;
    color: #000;
    font-family: "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}



@media (max-width: 800px) {
header .zerodorattl h1 span.sholder {
    font-size: 20pt;
}
header .zerodorattl h1 span.main {
    font-size: 40pt;
}
header .zerodorattl h1 span.sub {
    font-size: 13pt;
}
header .soundpage h2 {
  font-size: 16pt;
}
}

@media (max-width: 640px) {
header .covercol{
	display: block;
	text-align: center;
	padding: 10px 0 0px 0;
	width: 100%;
	height: auto;
}
header .covercol figure img {
	max-width: 230px;
	height: auto;
}

header .zerodorattl {
	display: block;
	text-align: center;	
	padding: 0px 0 10px 0;
	margin: 0;
	width: 100%;	
	height: auto;
}
header .zerodorattl h1 {
	padding: 0;
	margin: 0;
}
header .zerodorattl h1 span.sholder {
    font-size: 22pt;
    margin: 0px 0 10px 0;
    padding: 0px;
}
header .zerodorattl h1 span.main {
    font-size: 40pt;
}
header .zerodorattl h1 span.sub {
    font-size: 14pt;
}
header .soundpage h2 {
  font-size: 14pt;
}
.lead {
    font-size: 14px;
}
}


@media (max-width: 320px) {
header .zerodorattl h1 span.sholder {
    font-size: 18pt;
    padding: 0px;
}
header .zerodorattl h1 span.main {
    font-size: 28pt;
}
header .zerodorattl h1 span.sub {
    font-size: 11pt;
}
}


/* -------------------------------------------
メインコンテンツ
-------------------------------------------*/

body{
	background-image: linear-gradient(
	-45deg,
	#E9F6FF 25%,
	#D4F0FA 25%,
	#D4F0FA 50%,
	#E9F6FF 50%,
	#E9F6FF 75%,
	#D4F0FA 75%,
	#D4F0FA
);
background-size: 50px 50px;
background-attachment: fixed;
}

main {
    display: block;
    padding: 30px 0 0 0;
    margin: 0;
}

.page {
    display: block;
    padding: 10px 0 0px 0;
    margin: 0;
}
@media (max-width: 800px) {
}
@media (max-width: 640px) {
main {
    padding: 20px 0 0 0;
}
.page {
    padding: 0px 0 30px 0;
}
}
@media (max-width: 320px) {
}


/* -------------------------------------------
音声リスト-audiojs
-------------------------------------------*/

.listwrap {
	position: relative;
    display: block;
    width: 100%;
    padding: 30px 0 30px 0;
	margin:0 0 50px 0 ;
	border-radius: 20px;
	background-color: #ffffff;
}

.listwrap::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.listwrap .listbox100 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 40px 40px 40px;
    margin: 0;
}

.listwrap .listbox100 h2 {
  position: relative;
  text-align: center;
  padding: 1.3em 0.5em 1em 0.5em;
  margin: 10px 0 30px 0;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 23px;
  font-weight: 500;
  vertical-align: baseline;
}

.listwrap .listbox100 h2.honmono {
  background: #E95514;
}
.listwrap .listbox100 h2.fushigina {
  background: #E73082;
}

.listwrap .listbox100 h2 span:nth-of-type(1) {
  font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 19px;
	font-weight: 700;  
	margin: 0em 1em 0em 0em;
	padding: 0em 0.5em 0em 0.5em;
	display:inline;
	color: #363636;
	border-radius: 10px;
	background: #EBEBEB;
}

.listwrap .listbox100 h2 span:nth-of-type(2) {
	letter-spacing: 0.05em;
    font-family: 'Manjari', sans-serif;
	font-size: 26px;
	font-weight: 700;  
	padding: 0em 1em 0em 0em;
	display: inline-block;
	color: #FFD802;
}

.listwrap .listbox100 h3 {
  position: relative;
  background: #D7D7D7;
  box-shadow: 0px 0px 0px 5px #D7D7D7;
  border: dashed 1px #ffffff;
  padding: 0.2em 0.5em;
  color: #363636;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.listwrap .listbox100 h3:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #808080;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

ul.audio_list,ul.audio_list_harf {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.audio_list li {
    display: table;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    width: 100%;
}

ul.audio_list_harf li {
    display: table;
	float: left;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    width: 50%;
	border: solid 5px #fff;
}

ul.audio_list li br {
    display: none;
}

ul.audio_list li span,ul.audio_list_harf li span {
    display: table-cell;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    vertical-align: middle;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media (max-width: 800px) {

.listwrap .listbox100 h3 {
  position: relative;
  background: #D7D7D7;
  box-shadow: 0px 0px 0px 5px #D7D7D7;
  border: dashed 1px #ffffff;
  padding: 0.2em 0.5em;
  margin: 3em 0 1em 0;
  color: #363636;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
	
.listwrap .listbox100 h2 span:nth-of-type(1) { 
	margin: 0em auto 1em auto;
	padding: 0em 0.5em 0em 0.5em;
	display:block;
	width: 40%;
}
	
ul.audio_list li,ul.audio_list_harf li {
        position: relative;
        padding: 0 0 8px 0;
        margin: 0 0 10px 0;
        list-style: none;
        width: 100%;
    }

ul.audio_list li span,ul.audio_list_harf li span {
        padding: 0 0 0 10px;
    }
}

@media (max-width: 680px) {

.listwrap {
    margin:  0;
	text-align: center;
    }

.listwrap .listbox100 {
        float: none;
        width: 90%;
        padding: 0;
        margin: 0;
    }
	
.listwrap .listbox100 h2 {
  margin: 10px 0 30px 0;
	font-size: 20px;
}
.listwrap .listbox100 h2.fushigina {
  margin: 50px 0 30px 0;
}
.listwrap .listbox100 h2 span:nth-of-type(1) { 
	font-size: 16px;
	width: 80%;
}	
.listwrap .listbox100 h2 span:nth-of-type(2) {
	font-size: 22px;
	padding: 0em 0em 0em 0em;
	display: block;
}
.listwrap .listbox100 h3 {
  font-size: 16px;
}	
ul.audio_list li,ul.audio_list_harf li {
        position: relative;
        padding: 0 0 10px 0;
        margin: 0 0 8px 0;
        list-style: none;
        width: 100%;
		text-align: left;
		border: none;
    }

ul.audio_list li span,ul.audio_list_harf li span {
        padding: 0 0 0 10px;
        font-size: 20px;
    }

}


/* -------------------------------------------
ZIPダウンロード
-------------------------------------------*/
.btnwrap {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.btn-dl {
    position: relative;
    display: block;
    max-width: 70%;
    text-align: center;
    background-color: #6BC6EE;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 20px;
    margin: 0px auto 50px auto;
    border-radius: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}


.btn-dl::before {
    position: absolute;
    top: 2%;
    left: 5%;
    display: block;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    content: "";
    }

.btn-dl:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    text-decoration: none;
}

@media (max-width: 800px) {

.btn-dl {
    max-width: 90%;
    font-size: 18px;
}
}
@media (max-width: 680px) {
.btn-dl {
    margin: 20px auto 50px auto;
}
}

/* -------------------------------------------
フッター
-------------------------------------------*/


footer {
    position: relative;
    padding: 50px 30px 30px 30px;
    margin: 0;
    background-color: #6BC6EE;
    color: #333;
    text-align: center;
}

footer ul.fcont {
    display: table;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    text-align: left;
}

footer ul.fcont li {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

footer ul.fcont li a figure {
    display: block;
    padding: 0;
    margin: 0 30px 0 0;
    width: 200px;
}

footer ul.fcont li a figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border: 1px solid #2CAFFC;
}


footer ul.fcont li a {
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

footer ul.fcont li a:hover {
	filter: brightness(110%);
}

footer ul.fcont li h2 {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

footer ul.fcont li h2 span {
    font-size: 0.8em;
}

footer ul.fcont li h2 a {
    color: #fff;
}

footer ul.fcont li h2 a:hover {
    color: #E0F0F7;
}

footer ul.fcont li p {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #333;
}

footer ul.fcont li p.note {
    font-size: 10px;
}

footer ul.note {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: sans-serif;
    text-align: left;
    clear: both;
}

footer ul.note li {
    display: block;
    position: relative;
    margin: 0 0 5px 0 !important;
    padding: 0 0 0 1.2em;
    color: #333;
    font-size: 10px;
    line-height: 1.8;
}

footer ul.note li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    content: "※";
}


footer .portalbnr {
    margin: 50px 0 50px 0;
}

footer .portalbnr a {
    display: block;
	width: 650px;
	margin: 0 auto;
}
footer .portalbnr a figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border: 1px solid #2CAFFC;
}
footer .portalbnr a:hover {
	filter: brightness(110%);
}

footer .copyright {
    display: block;
    position: relative;
    margin: 0 0 5px 0 !important;
    padding: 0;
    color: #333;
    font-size: 10px;
    line-height: 1.8;
    text-align: left;
}

@media (max-width: 800px) {

	footer .portalbnr a figure {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: center;
}
	footer .portalbnr a {
	width: 100%;
}
	}
@media (max-width: 680px) {

    footer {
        padding: 50px 0px;
        margin-bottom: 0;
        background-position: center bottom;
    }

    footer ul.fcont {
        display: block;
        padding: 0;
        margin: 0 0 30px 0;
        list-style: none;
    }

    footer ul.fcont li {
        display: block;
    }

    footer ul.fcont li a figure {
        padding: 10px;
        margin: 0 auto;
        width: 50%;

    }

    footer ul.fcont li a figure img {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
    }

    footer ul.fcont li h2 {
        padding: 10px 0;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
    }

    footer ul.fcont li p {
        font-size: 14px;
    }

    footer ul.fcont li p.note {
        font-size: 10px;
    }


    footer ul.note li {
        font-size: 10px;
    }

	footer .portalbnr a figure {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: center;
}
	
	footer .portalbnr a {
	width: 100%;
}
	
    footer .copyright {
        margin: 20px 0;
        font-size: 9px;
    }
}
