@charset "UTF-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
div,h1,h2,h3,h4,h5,h6,aside,main,header,footer,p,ul,ol,li,dl,dt,dd {margin: 0;padding: 0}
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body{
	font-family: "Amiko", "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "a-otf-midashi-go-mb31-pr6n", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,
main,menu,nav,section,summary{display: block;}
a{
	background-color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	color: #131313
}
a:active,a:hover{outline: 0;}
li {list-style-type: none}
b,strong{font-weight: bold;}
img{border: 0;max-width: 100%;height: auto;vertical-align: bottom;}
.sp_on {display: none;}
.sp_off {display: block;}
@media screen and (max-width:375px) {
	.sp_on {display: block;}
	.sp_off {display: none;}
}
.w750 {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	/*box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);*/
}
.logo {
	margin: 0.5rem auto; 
}
.logo img {
	width: auto;
	max-width: 4.5rem;
}
.red_box {
    background: #fff;
    border: red 3px solid;
    padding: 15px;
    width: 95%;
    max-width: 83rem;
    margin: 2.5rem auto;
}
.red_box .ttl, .red_box .ttl_t {
	width: 95%;
	max-width: 20rem;
	margin: -1.8rem auto 0.5rem;
    color: red;
    font-size: 120%;
    font-weight: 700;
    background-color: #fff;
    text-align: center;
}
.red_box p {
    font-weight: 700;
}
.blue {
    color: #1071bc;
}

/*header*/

header {
	box-shadow: 0px 0px 6px 2px rgba(100,100,100,0.2);
	/*z-index: 999;
	position: fixed;
	top: 0;
	left: 0;*/
	background: url("../../../images/pc/body_bg.gif") repeat top right;
	background-size: cover;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0.5rem;
}
header span {
	font-size: 24px;
}
header li {
	width: 33%;
	text-align: center;
	border-bottom: #e9e1bd 5px solid;
}
header li:not(:last-child) {
	border-right: #ddd 1px solid;
}
header li a {
	display: block;
	padding: 12px 0;
}
header li img {
	width: 130px;
}
header li:first-child {
	border-bottom: #f3ccd8 5px solid;
}
header li:last-child {
	border-bottom: #80d7cf 5px solid;
}

@media screen and (max-width:425px) {
	header li img {
		width: 90px;
	}
}


