@charset "UTF-8";

body{
	margin:0;
	padding:0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	min-width:1280px;
	font-size: 14px;
	color: #3e4853;
	overflow: hidden;
	background-color: #F9F9F9;
}
*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	word-break: break-all;
	word-wrap: break-word;
}
[v-cloak] {
	display: none !important;
}
a {
	color: inherit;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
button {
	font-family: inherit;
	cursor: pointer;
	border: 0;
	font-size: inherit;
	background-color: inherit;
}
.textRed {
	color: #FF0000;
}
:focus {
    outline: none;
}
.sp {
	display: none;
}
.inner {
	width: 1080px;
	position: relative;
	margin: 0 auto;
}
.header {
	padding: 30px 0;
	background-color: #F7F7F7;
	border-bottom: 5px solid #03356E;
}
.headerLogo {
	text-align: center;
}
.headerInner {
}
.headerLogo {
}
.footer {
	padding: 40px 0 40px;
	background-color: #03356e;
	color: #fff;
	margin-top: 80px;
	text-align: center;
}

.content {
	border: 10px solid #CDDFEA;
	padding: 20px;
	margin: 50px auto;
}

.section {

}
.section + .section{
	margin-top: 40px;
}
.sectionTitle {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	line-height: 2em;
	margin-bottom: 20px;
}
.sectionTitleText {
	border-left: 5px solid #45ACDA;
	display: inline-block;
	padding: 0 0 0 10px;
}
.sectionList {
	display: flex;
	flex-wrap: wrap;
}
.sectionItem {
	width: 20%;
	padding: 15px;
}
.sectionList2 {
}
.sectionItem2 {
}
.sectionItemImgWrap {
	width: 100%;
	height: 200px;
	text-align: center;
}
.sectionItemImg {
	max-width: 100%;
	max-height: 100%;
}
.sectionItemName {
}
.sectionItemType {
}
.sectionDl {
}
.sectionDlBlock {
	display: flex;
}
.sectionDt {
	width: 100px;
}
.sectionDd {
	
}
.sectionText {

}
@media screen and (max-width:560px) {
body{
	-webkit-text-size-adjust: 100%;
	min-width: initial;
	min-width: auto;
	font-size: 3vw;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.inner {
	width: 100%;
}
.header {
	text-align: center;
	padding: 6vw 0;
}
.headerLogo {
	width: 100%;
}
.headerLogoImg {
	width: 50vw;
}
.footer {
	padding: 8vw 0 8vw;
	background-color: #718692;
	color: #fff;
	margin-top: 15vw;
	text-align: center;
}
.content {
	border: 2vw solid #CDDFEA;
	padding: 4vw;
	margin: 10vw 4vw;
	width: calc(100vw - 8vw) !important;
}
.sectionTitle {
	padding: 0 0 2vw;
	margin-bottom: 4vw;
}
.sectionTitleText {
	border-left: 1.5vw solid #45ACDA;
	padding: 0 0 0 2vw;
}
.sectionItem {
	width: 50%;
	padding: 2vw;
}
.sectionItemImgWrap {
	height: 40vw;
}
.sectionDlBlock {
	display: block;
}
.sectionDt {
	margin-top: 2vw;
}
.sectionItem2 {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 2vw;
}
}