 @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*/
}

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%;
	margin: 0;
}

div#container{
	width: 100%;
}

div.inner{
	width: 95%;
	margin: 0 auto;
}

/* header */
header{
	width: 100%;
	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%;
	height:60px;
	color:#fff;
	background:#bfbfbf;
}

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: 1.8rem;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    text-decoration: none;
    padding: 13px 0 12px;
    width: 90%;
    max-width: 600px;
	background: #00bac7;
    background: linear-gradient(135deg,#16add5,#0372bf 51%,#16add5);
    background-size: 200%;
}

.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: 290px;
	margin-bottom: 50px;
	position: relative;
}

section#topimg h1{
	margin: 0;
}

section#topimg img#topimgsp{
	margin: auto;
	max-width: 350px;
	min-width:280px;
	width: 100%;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	z-index: 11;
}

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

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

/* #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#h2imgsp{
	width: 100%;
	max-width: 320px;
	height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

section#guidance h2 img#h2imgpc{
	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: 95%;
	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: 95%;
	height: 100px;
	margin: 0 auto;
	padding: 40px 0px 50px;
	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.4rem;
	line-height: 5rem;
	background:linear-gradient(transparent 50%, #fdff03 0%) 
}

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

div#effect ul li,div#merit ul li{
	width: 100%;
	margin: 10px auto 30px;
	text-align: center;
}

/* #effect */

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

div#effect ul li img{
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}

div#effect p{
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 50px;
	text-align: left;
}

/* #merit */

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

div#merit ul li{ 
	margin: 0 auto;
}

div#merit ul li img{ 
	width: 60%;
	height: auto;
	margin: 0 auto;
}

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

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

/* #voice */

div#voice{
	padding-bottom: 50px;
}

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

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

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

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

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

div.voicebox1 img.docimg,div.voicebox2 img.docimg{
	display: block;
	margin: 0px auto 10px;
	width: 125px;
	height: 125px;
}

div#voice div.docname{
	color: #919191;
	font-size: 1.1rem;
	line-height: 1.8rem;
	text-align: center;
}

/* .voicebox1 */

div.voicebox1{
	position: relative;
}

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

div.voicebox1 h4,div.voicebox1 p{
	margin:auto;
}

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

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

div.voicebox1 figure img.accessup{
	display: none;
}

div.voicebox1 figure img.graph{
	background-color: #fff;
	width: 90%;
	margin: 0 auto 45px;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.1);
}

div.voicebox1 figure{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 1px;
}

div.voicebox1 figure:before{
	content: "";
	position: absolute;
	top: -20px;
	right: 10px;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(/img/pr/manga/1/accesup.png);
	background-size: 60px 60px; 
	background-repeat: no-repeat;
}

/* .voicebox2 */

div.voicebox2{
	position: relative;
}

div.voicebox2 div.text{
	width: 80%;
	margin: auto;
	padding: 40px 0 40px 0;
}

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

div.voicebox2 div.docname{
	position: absolute;
	top: 172px;
	left:0%;
	right:0%;
}

/* #linkbox*/

div#linkbox{
	text-align: center;
	margin: 0 auto;
}

div#linkbox ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
}

div#linkbox ul li{
	width: 100%;
	padding: 20px 0 1px ;
	margin: 0 0 5px 0;
}

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

div#linkbox h3:before{
	content: '';
    position: absolute;
	width: 25px;
	height: 35px;
	top: 9px;
	left: 10%;
	background-image: url(/img/pr/manga/1/dennkyuu.png);
	background-size: 25px 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: 38%;
}

div#linkbox img {
	margin: 0 auto;
	width: 80%;
	height: auto;
}

div#linkbox div.linktext {
	width: 80%;
	padding: 30px 0;
	margin: auto;
	text-align: left;
}

div#linkbox div.boxshadow a {
	display: block;
	text-align: center;
	padding: 23px 10px;
	width: 100%;
	height: 70px;
	vertical-align: middle;
	margin: 0 auto 60px;
	border-radius: 0px;
	font-weight: 700;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 3px;
	position: relative;
}

div#linkbox div.boxshadow a:before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #7a0;
}

div#linkbox div.boxshadow a:after{
left: 3px;
width: 3px;
height: 3px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

div#linkbox div.boxshadow{
	z-index: 1;
	position: relative;
	width: 80%;
	height: 70px;
	margin: 0 auto 40px;
}

div#linkbox div.boxshadow:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 17px;
  right: 10px;
  left: auto;
  width: 80%;
  top: 10%;
  max-width:200px;
  background: #aaa;
  -webkit-box-shadow: 0 14px 10px #aaa;
  -moz-box-shadow: 0 14px 10px #aaa;
  box-shadow: 0 14px 10px #aaa;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* 右向き矢印 */

div#linkbox ul li#linkbox_bl a span{
display: block;
width: 10px;
height: 10px;
border-top: 3px solid #448aca;
border-right: 3px solid #448aca;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
font-size: 0;
position: absolute;
top:43%;
right: 12%; 
}

div#linkbox ul li#linkbox_gr a span{
display: block;
width: 10px;
height: 10px;
border-top: 3px solid #359eae;
border-right: 3px solid #359eae;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
font-size: 0;
position: absolute;
top:43%;
right: 12%; 
}


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

div#linkbox ul li#linkbox_bl a {
	color: #448aca;
	background-color: #f6fdff;
	border-left: solid 10px #448aca;
}

/* #linkbox_gr*/

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

div#linkbox ul li#linkbox_gr a {
	color: #359eae;
	background-color: #f6ffff;
	border-left: solid 10px #359eae;
}


