 @charset "utf-8";

/*reset*/
html, body, header, footer, section, summary, article, aside, details, menu, nav, figcaption, figure, img, div, span, iframe, form, label,h1, h2, h3, h4, h5, h6, p, blockquote, pre, del, em, strong, mark, dl, dt, dd, ol, ul, li,table, caption, tbody, thead, tfoot, tr, th, td,a{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; text-decoration: none;}

header, footer, section, summary, article, aside, nav, figure, img {display:block;}

* {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
table {border-collapse:collapse; border-spacing:0;}
ul li {list-style:none;}
ol li {list-style:none;}

input, button, textarea {margin:0; padding:0; outline:0; background:none; border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}

.clearfix:after {content: " "; clear: both; display: block;}


/*　共通　*/
html{
	font-size: 62.5%; /*10px*/
	width: 100%;
	height: 100%;
}

body{
	color:#1d1d1d;
	font-family:Avenir, Verdana, '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, "メイリオ", sans-serif;
	font-size: 1.4rem;
	line-height:1.7;
	letter-spacing:.05em;
	word-wrap: break-word;
	width: 100%;
	height: 100%;
	margin: 0;
}

div#container{
	width: 100%;
	min-width: 1000px;
}

div.inner{
	width: 1000px;
	margin: 0 auto;
}

br.newline{
	display: none;
}

/* header */
header{
	height:60px; 
	padding:17px 0; 
	background:#fff;
	box-shadow: 0 1px 5px 1px #1caeb1;
	position: relative;
	z-index: 10;
}

header img{
	width:125px; 
	height:auto;
	margin: 0 auto;
}

/* footer */
footer{
	bottom:0px;
	width:100%;
	min-width: 1000px;
	height:60px;
	color:#fff;
	background:#bfbfbf;
	margin-top: 100px;
}

footer p{
	text-align: center;
	line-height: 60px;
}


/* btn */
.btnbox{
    text-align: center;
    margin: 60px 0;
}

.btnbox a{
	color: #fff;
    display: inline-block;
    font-size: 2rem;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    text-decoration: none;
    padding: 13px 40px 8px;
    transition: 0.5s;
    width: 90%;
    max-width: 600px;
	background: #00bac7;
    background: linear-gradient(135deg,#16add5,#0372bf 51%,#16add5);
    background-size: 200%;
}

.btnbox a:hover{
	background-position: 100%;
}

.btnbox a span{
	display: block;
    font-size: 1.5rem;
}

.btnbox a span:after {
    content: '';
    margin: 0 0 1px 12px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}


/* #topimg */
section#topimg{
	background:#26c2c4;
	width: 100%;
	height: 305px;
	position: relative;
}

section#topimg h1{
	margin: 0;
}

section#topimg img#topimgpc{
	width: 1000px;
	height: auto;
	margin: auto;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	z-index: 11;
}

section#topimg img#topimgsp{
	display: none;
}

/* #comic */
div#comic img{
	display: block;
	width: 700px;
	margin: 0 auto;
}

div#comic div.inner{
	padding-bottom: 1px;
}

/* #guidance */

/* h2 */
section#guidance div#guidancetitle{
	width: 100%;
	background: #27c2c4;
}

section#guidance h2{
	width: 100%;
	height: 220px;
	background: #27c2c4;
	margin-top: 100px;
	position: relative;
}

section#guidance h2 img#h2imgpc{
	width: 1000px;
	height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

section#guidance h2 img#h2imgsp{
	display: none;
}


/* #stripebg */
div#stripebg{
  width: 100%;
  background-image: linear-gradient(
    45deg,
    #ebfdff 25%,
    #dcf8fc 25%, #dcf8fc 50%,
    #ebfdff 50%, #ebfdff 75%,
    #dcf8fc 75%, #dcf8fc
  );
  background-size: 30px 30px;
}

div#stripebg div.inner{
	padding: 30px 0 60px;
}

div#effect,div#merit{
	width: 900px;
	background-color: #fff;
	margin: auto;
	position: relative;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.1);
}

div#effect h3,div#merit h3{
	display: block;
	width: 600px;
	height: 100px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	line-height: 35px;
	background: #fff;
	position: absolute;
	top:-60px;
    left: 0px;
    right: 0px;
	border-radius: 50% 50% 0% 0%/90% 90% 0% 0%;
	color: #42a6bd;
}

div#effect h3 span,div#merit h3 span{
	font-size: 2.8rem;
	background:linear-gradient(transparent 50%, #fdff03 0%) 
}

div#effect ul,div#merit ul{
	margin: auto;
	padding: 100px 50px 10px;
	text-align: center;
}

div#effect ul li,div#merit ul li{
	display: inline-block;
}

/* #effect */

div#effect{
	margin-top: 70px;
}

div#effect ul li img{
	width: 250px;
	margin: 0 30px;
}

div#effect p{
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 50px;
	text-align: center;
}

/* #merit */

div#merit{
	margin-top: 100px;
	margin-bottom: 50px;
}

div#merit ul li{ 
	margin: 0 5px;
}

div#merit ul li img{ 
	width: 200px;
	height: auto;
	margin: 0 auto;
}

div#merit ul li p{ 
	padding: 30px 10px 50px;
}

div#merit ul li p span{ 
	color: #ff6d73;
}

/* #voice */

div#voice{
	padding-bottom: 20px;
	width: 1000px;
	margin: auto;
}

div#voice h3{
	font-size: 2.8rem;
	color: #42a6bd;
	text-align: center;
	padding: 40px 0;
	position: relative;
	width: 560px;
	margin: auto;
}

div#voice h3:before{
content: '';
position: absolute;
top: 60%;
display: inline-block;
width: 44px;
height: 3px;
border-radius: 3px;
background-color: #ffb973;
-moz-transform: rotate(50deg);
-webkit-transform: rotate(50deg);
-ms-transform: rotate(50deg);
transform: rotate(50deg);
left:0;
}

div#voice h3:after{
content: '';
position: absolute;
top: 60%;
display: inline-block;
width: 44px;
height: 3px;
border-radius: 3px;
background-color: #ffb973;
-moz-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
transform: rotate(-50deg);
right: 0;
}

div.voicebox1,div.voicebox2{
	background-color: #fff9f1;
	margin-bottom: 50px;
}

div.voicebox1 h4,div.voicebox2 h4{
	color: #0e5d6a;
}

div.voicebox1 img.docimg,div.voicebox2 img.docimg{
	display: inline-block;
	margin-top: 50px;
	margin-left: 50px;
	width: 125px;
	height: 125px;
}

div#voice div.docname{
	display: inline-block;
	color: #919191;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

/* .voicebox1 */

div.voicebox1{
	position: relative;
}

div.voicebox1 div.docname{
	padding-left: 10px;
}

div.voicebox1 h4,div.voicebox1 p{
	margin-left: 50px;
}

div.voicebox1 h4,div.voicebox1 p{
	width: 410px;
	padding-top: 10px;
}

div.voicebox1 p{
	padding-bottom: 50px;
}

div.voicebox1 figure img.accessup{
	position: absolute;
	top:15px;
	right: 15px;
	width: 100px;
	height: 100px;
}

div.voicebox1 figure img.graph{
	position: absolute;
	top:50px;
	right: 50px;
	background-color: #fff;
	width: 430px;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.1);
}

/* .voicebox2 */

div.voicebox2{
	position: relative;
}

div.voicebox2 img.docimg{
	display: inline;
	position: absolute;
	top:0px;
	left: 0px;
}

div.voicebox2 div.text{
	padding: 50px 50px 50px 225px;
}

div.voicebox2 p{
	padding-top: 10px;
}

div.voicebox2 div.docname{
	padding-top: 10px;
}

/* #linkbox*/

div#linkbox{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}

div#linkbox ul{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

div#linkbox ul li{
	width: 500px;
	padding-top: 20px;
	margin: 0 2px;
}

div#linkbox h3{
	font-size: 1.6rem;
	color: #555;
	background: #fff;
	text-align: center;
	width: 300px;
	height: 52px;
	line-height: 55px;
	margin: 30px auto 40px ;
	position: relative;
	border-radius: 50px;
	padding-left: 30px;
}

div#linkbox h3:before{
	content: '';
    position: absolute;
	width: 30px;
	height: 40px;
	top: 9px;
	left: 30px;
	background-image: url(/img/pr/manga/1/dennkyuu.png);
	background-size: 28px auto;
	background-repeat: no-repeat;
	
}

div#linkbox h3:after {
	content: '';
    position: absolute;
    border-top: 20px solid #fff;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    bottom: -9px;
    left: 40%;
}

div#linkbox img {
	margin: 0 auto;
	width: 300px;
	height: auto;
}

div#linkbox div.linktext {
	width: 295px;
	height: 160px;
	margin: 30px auto;
	text-align: left;
}

div#linkbox a {
	display: block;
	text-align: center;
	padding: 10px;
	width: 300px;
	margin: 10px auto 60px;
	border-radius: 3px;
}

div#linkbox ul li a span{
	display: none;
}

/* #linkbox_bl*/
div#linkbox ul li#linkbox_bl{
	background: #dcf9ff;
}

div#linkbox ul li#linkbox_bl a {
	color: #448aca;
	border: solid 1px #448aca;
}

div#linkbox ul li#linkbox_bl a:hover{
	color: #fff;
	background: #448aca;
}

/* #linkbox_gr*/

div#linkbox ul li#linkbox_gr{
	background: #d7f9f9;
}

div#linkbox ul li#linkbox_gr a {
	color: #359eae;
	border: solid 1px #359eae;
}

div#linkbox ul li#linkbox_gr a:hover{
	color: #fff;
	background: #359eae;
}